@devvit/protos 0.10.18-next-2024-03-26-0453c4699.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 +3 -3
- package/schema/devvit/data/api/v1alpha/delivery.proto +5 -0
- package/schema/devvit/reddit/v2alpha/postv2.proto +1 -0
- package/types/devvit/data/triggers/v1alpha/triggers.d.ts +48 -0
- package/types/devvit/data/triggers/v1alpha/triggers.d.ts.map +1 -1
- package/types/devvit/events/v1alpha/events.d.ts +33 -0
- package/types/devvit/events/v1alpha/events.d.ts.map +1 -1
- package/types/devvit/gateway/v1alpha/triggers.d.ts +60 -0
- package/types/devvit/gateway/v1alpha/triggers.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/modaction.d.ts +3 -0
- package/types/devvit/reddit/v2alpha/modaction.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/postv2.d.ts +3 -0
- package/types/devvit/reddit/v2alpha/postv2.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/postv2.js +10 -0
@@ -176,6 +176,7 @@ export declare const TriggerInvocation: {
|
|
176
176
|
isPoll?: boolean | undefined;
|
177
177
|
isPromoted?: boolean | undefined;
|
178
178
|
isMultiMedia?: boolean | undefined;
|
179
|
+
type?: string | undefined;
|
179
180
|
} | undefined;
|
180
181
|
author?: {
|
181
182
|
id?: string | undefined;
|
@@ -296,6 +297,7 @@ export declare const TriggerInvocation: {
|
|
296
297
|
isPoll?: boolean | undefined;
|
297
298
|
isPromoted?: boolean | undefined;
|
298
299
|
isMultiMedia?: boolean | undefined;
|
300
|
+
type?: string | undefined;
|
299
301
|
} | undefined;
|
300
302
|
author?: {
|
301
303
|
id?: string | undefined;
|
@@ -416,6 +418,7 @@ export declare const TriggerInvocation: {
|
|
416
418
|
isPoll?: boolean | undefined;
|
417
419
|
isPromoted?: boolean | undefined;
|
418
420
|
isMultiMedia?: boolean | undefined;
|
421
|
+
type?: string | undefined;
|
419
422
|
} | undefined;
|
420
423
|
author?: {
|
421
424
|
id?: string | undefined;
|
@@ -537,6 +540,7 @@ export declare const TriggerInvocation: {
|
|
537
540
|
isPoll?: boolean | undefined;
|
538
541
|
isPromoted?: boolean | undefined;
|
539
542
|
isMultiMedia?: boolean | undefined;
|
543
|
+
type?: string | undefined;
|
540
544
|
} | undefined;
|
541
545
|
subreddit?: {
|
542
546
|
id?: string | undefined;
|
@@ -638,6 +642,7 @@ export declare const TriggerInvocation: {
|
|
638
642
|
isPoll?: boolean | undefined;
|
639
643
|
isPromoted?: boolean | undefined;
|
640
644
|
isMultiMedia?: boolean | undefined;
|
645
|
+
type?: string | undefined;
|
641
646
|
} | undefined;
|
642
647
|
author?: {
|
643
648
|
id?: string | undefined;
|
@@ -839,6 +844,7 @@ export declare const TriggerInvocation: {
|
|
839
844
|
isPoll?: boolean | undefined;
|
840
845
|
isPromoted?: boolean | undefined;
|
841
846
|
isMultiMedia?: boolean | undefined;
|
847
|
+
type?: string | undefined;
|
842
848
|
} | undefined;
|
843
849
|
subreddit?: {
|
844
850
|
id?: string | undefined;
|
@@ -981,6 +987,7 @@ export declare const TriggerInvocation: {
|
|
981
987
|
isPoll?: boolean | undefined;
|
982
988
|
isPromoted?: boolean | undefined;
|
983
989
|
isMultiMedia?: boolean | undefined;
|
990
|
+
type?: string | undefined;
|
984
991
|
} | undefined;
|
985
992
|
subreddit?: {
|
986
993
|
id?: string | undefined;
|
@@ -1123,6 +1130,7 @@ export declare const TriggerInvocation: {
|
|
1123
1130
|
isPoll?: boolean | undefined;
|
1124
1131
|
isPromoted?: boolean | undefined;
|
1125
1132
|
isMultiMedia?: boolean | undefined;
|
1133
|
+
type?: string | undefined;
|
1126
1134
|
} | undefined;
|
1127
1135
|
previousBody?: string | undefined;
|
1128
1136
|
subreddit?: {
|
@@ -1480,6 +1488,7 @@ export declare const TriggerInvocation: {
|
|
1480
1488
|
isPoll?: boolean | undefined;
|
1481
1489
|
isPromoted?: boolean | undefined;
|
1482
1490
|
isMultiMedia?: boolean | undefined;
|
1491
|
+
type?: string | undefined;
|
1483
1492
|
} | undefined;
|
1484
1493
|
} | undefined;
|
1485
1494
|
modMail?: {
|
@@ -1668,6 +1677,7 @@ export declare const TriggerInvocation: {
|
|
1668
1677
|
isPoll?: boolean | undefined;
|
1669
1678
|
isPromoted?: boolean | undefined;
|
1670
1679
|
isMultiMedia?: boolean | undefined;
|
1680
|
+
type?: string | undefined;
|
1671
1681
|
} | undefined;
|
1672
1682
|
subreddit?: {
|
1673
1683
|
id?: string | undefined;
|
@@ -1770,6 +1780,7 @@ export declare const TriggerInvocation: {
|
|
1770
1780
|
isPoll?: boolean | undefined;
|
1771
1781
|
isPromoted?: boolean | undefined;
|
1772
1782
|
isMultiMedia?: boolean | undefined;
|
1783
|
+
type?: string | undefined;
|
1773
1784
|
} | undefined;
|
1774
1785
|
approvedAt?: Date | undefined;
|
1775
1786
|
author?: {
|
@@ -1914,6 +1925,7 @@ export declare const TriggerInvocation: {
|
|
1914
1925
|
isPoll?: boolean | undefined;
|
1915
1926
|
isPromoted?: boolean | undefined;
|
1916
1927
|
isMultiMedia?: boolean | undefined;
|
1928
|
+
type?: string | undefined;
|
1917
1929
|
} | undefined;
|
1918
1930
|
approvedAt?: Date | undefined;
|
1919
1931
|
author?: {
|
@@ -2043,6 +2055,7 @@ export declare const TriggerInvocation: {
|
|
2043
2055
|
isPoll?: boolean | undefined;
|
2044
2056
|
isPromoted?: boolean | undefined;
|
2045
2057
|
isMultiMedia?: boolean | undefined;
|
2058
|
+
type?: string | undefined;
|
2046
2059
|
} | undefined;
|
2047
2060
|
author?: {
|
2048
2061
|
id?: string | undefined;
|
@@ -2163,6 +2176,7 @@ export declare const TriggerInvocation: {
|
|
2163
2176
|
isPoll?: boolean | undefined;
|
2164
2177
|
isPromoted?: boolean | undefined;
|
2165
2178
|
isMultiMedia?: boolean | undefined;
|
2179
|
+
type?: string | undefined;
|
2166
2180
|
} | undefined;
|
2167
2181
|
author?: {
|
2168
2182
|
id?: string | undefined;
|
@@ -2283,6 +2297,7 @@ export declare const TriggerInvocation: {
|
|
2283
2297
|
isPoll?: boolean | undefined;
|
2284
2298
|
isPromoted?: boolean | undefined;
|
2285
2299
|
isMultiMedia?: boolean | undefined;
|
2300
|
+
type?: string | undefined;
|
2286
2301
|
} | undefined;
|
2287
2302
|
author?: {
|
2288
2303
|
id?: string | undefined;
|
@@ -2404,6 +2419,7 @@ export declare const TriggerInvocation: {
|
|
2404
2419
|
isPoll?: boolean | undefined;
|
2405
2420
|
isPromoted?: boolean | undefined;
|
2406
2421
|
isMultiMedia?: boolean | undefined;
|
2422
|
+
type?: string | undefined;
|
2407
2423
|
} | undefined;
|
2408
2424
|
subreddit?: {
|
2409
2425
|
id?: string | undefined;
|
@@ -2505,6 +2521,7 @@ export declare const TriggerInvocation: {
|
|
2505
2521
|
isPoll?: boolean | undefined;
|
2506
2522
|
isPromoted?: boolean | undefined;
|
2507
2523
|
isMultiMedia?: boolean | undefined;
|
2524
|
+
type?: string | undefined;
|
2508
2525
|
} | undefined;
|
2509
2526
|
author?: {
|
2510
2527
|
id?: string | undefined;
|
@@ -2706,6 +2723,7 @@ export declare const TriggerInvocation: {
|
|
2706
2723
|
isPoll?: boolean | undefined;
|
2707
2724
|
isPromoted?: boolean | undefined;
|
2708
2725
|
isMultiMedia?: boolean | undefined;
|
2726
|
+
type?: string | undefined;
|
2709
2727
|
} | undefined;
|
2710
2728
|
subreddit?: {
|
2711
2729
|
id?: string | undefined;
|
@@ -2848,6 +2866,7 @@ export declare const TriggerInvocation: {
|
|
2848
2866
|
isPoll?: boolean | undefined;
|
2849
2867
|
isPromoted?: boolean | undefined;
|
2850
2868
|
isMultiMedia?: boolean | undefined;
|
2869
|
+
type?: string | undefined;
|
2851
2870
|
} | undefined;
|
2852
2871
|
subreddit?: {
|
2853
2872
|
id?: string | undefined;
|
@@ -2990,6 +3009,7 @@ export declare const TriggerInvocation: {
|
|
2990
3009
|
isPoll?: boolean | undefined;
|
2991
3010
|
isPromoted?: boolean | undefined;
|
2992
3011
|
isMultiMedia?: boolean | undefined;
|
3012
|
+
type?: string | undefined;
|
2993
3013
|
} | undefined;
|
2994
3014
|
previousBody?: string | undefined;
|
2995
3015
|
subreddit?: {
|
@@ -3347,6 +3367,7 @@ export declare const TriggerInvocation: {
|
|
3347
3367
|
isPoll?: boolean | undefined;
|
3348
3368
|
isPromoted?: boolean | undefined;
|
3349
3369
|
isMultiMedia?: boolean | undefined;
|
3370
|
+
type?: string | undefined;
|
3350
3371
|
} | undefined;
|
3351
3372
|
} | undefined;
|
3352
3373
|
modMail?: {
|
@@ -3535,6 +3556,7 @@ export declare const TriggerInvocation: {
|
|
3535
3556
|
isPoll?: boolean | undefined;
|
3536
3557
|
isPromoted?: boolean | undefined;
|
3537
3558
|
isMultiMedia?: boolean | undefined;
|
3559
|
+
type?: string | undefined;
|
3538
3560
|
} | undefined;
|
3539
3561
|
subreddit?: {
|
3540
3562
|
id?: string | undefined;
|
@@ -3637,6 +3659,7 @@ export declare const TriggerInvocation: {
|
|
3637
3659
|
isPoll?: boolean | undefined;
|
3638
3660
|
isPromoted?: boolean | undefined;
|
3639
3661
|
isMultiMedia?: boolean | undefined;
|
3662
|
+
type?: string | undefined;
|
3640
3663
|
} | undefined;
|
3641
3664
|
approvedAt?: Date | undefined;
|
3642
3665
|
author?: {
|
@@ -3781,6 +3804,7 @@ export declare const TriggerInvocation: {
|
|
3781
3804
|
isPoll?: boolean | undefined;
|
3782
3805
|
isPromoted?: boolean | undefined;
|
3783
3806
|
isMultiMedia?: boolean | undefined;
|
3807
|
+
type?: string | undefined;
|
3784
3808
|
} | undefined;
|
3785
3809
|
approvedAt?: Date | undefined;
|
3786
3810
|
author?: {
|
@@ -3907,6 +3931,7 @@ export declare const TriggerInvocation: {
|
|
3907
3931
|
isPoll?: boolean | undefined;
|
3908
3932
|
isPromoted?: boolean | undefined;
|
3909
3933
|
isMultiMedia?: boolean | undefined;
|
3934
|
+
type?: string | undefined;
|
3910
3935
|
} | undefined;
|
3911
3936
|
author?: {
|
3912
3937
|
id?: string | undefined;
|
@@ -4026,6 +4051,7 @@ export declare const TriggerInvocation: {
|
|
4026
4051
|
isPoll?: boolean | undefined;
|
4027
4052
|
isPromoted?: boolean | undefined;
|
4028
4053
|
isMultiMedia?: boolean | undefined;
|
4054
|
+
type?: string | undefined;
|
4029
4055
|
} & {
|
4030
4056
|
id?: string | undefined;
|
4031
4057
|
title?: string | undefined;
|
@@ -4182,6 +4208,7 @@ export declare const TriggerInvocation: {
|
|
4182
4208
|
isPoll?: boolean | undefined;
|
4183
4209
|
isPromoted?: boolean | undefined;
|
4184
4210
|
isMultiMedia?: boolean | undefined;
|
4211
|
+
type?: string | undefined;
|
4185
4212
|
} & { [K_5 in Exclude<keyof I["evt"]["postSubmit"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
4186
4213
|
author?: ({
|
4187
4214
|
id?: string | undefined;
|
@@ -4341,6 +4368,7 @@ export declare const TriggerInvocation: {
|
|
4341
4368
|
isPoll?: boolean | undefined;
|
4342
4369
|
isPromoted?: boolean | undefined;
|
4343
4370
|
isMultiMedia?: boolean | undefined;
|
4371
|
+
type?: string | undefined;
|
4344
4372
|
} | undefined;
|
4345
4373
|
author?: {
|
4346
4374
|
id?: string | undefined;
|
@@ -4460,6 +4488,7 @@ export declare const TriggerInvocation: {
|
|
4460
4488
|
isPoll?: boolean | undefined;
|
4461
4489
|
isPromoted?: boolean | undefined;
|
4462
4490
|
isMultiMedia?: boolean | undefined;
|
4491
|
+
type?: string | undefined;
|
4463
4492
|
} & {
|
4464
4493
|
id?: string | undefined;
|
4465
4494
|
title?: string | undefined;
|
@@ -4616,6 +4645,7 @@ export declare const TriggerInvocation: {
|
|
4616
4645
|
isPoll?: boolean | undefined;
|
4617
4646
|
isPromoted?: boolean | undefined;
|
4618
4647
|
isMultiMedia?: boolean | undefined;
|
4648
|
+
type?: string | undefined;
|
4619
4649
|
} & { [K_16 in Exclude<keyof I["evt"]["postCreate"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
4620
4650
|
author?: ({
|
4621
4651
|
id?: string | undefined;
|
@@ -4775,6 +4805,7 @@ export declare const TriggerInvocation: {
|
|
4775
4805
|
isPoll?: boolean | undefined;
|
4776
4806
|
isPromoted?: boolean | undefined;
|
4777
4807
|
isMultiMedia?: boolean | undefined;
|
4808
|
+
type?: string | undefined;
|
4778
4809
|
} | undefined;
|
4779
4810
|
author?: {
|
4780
4811
|
id?: string | undefined;
|
@@ -4895,6 +4926,7 @@ export declare const TriggerInvocation: {
|
|
4895
4926
|
isPoll?: boolean | undefined;
|
4896
4927
|
isPromoted?: boolean | undefined;
|
4897
4928
|
isMultiMedia?: boolean | undefined;
|
4929
|
+
type?: string | undefined;
|
4898
4930
|
} & {
|
4899
4931
|
id?: string | undefined;
|
4900
4932
|
title?: string | undefined;
|
@@ -5051,6 +5083,7 @@ export declare const TriggerInvocation: {
|
|
5051
5083
|
isPoll?: boolean | undefined;
|
5052
5084
|
isPromoted?: boolean | undefined;
|
5053
5085
|
isMultiMedia?: boolean | undefined;
|
5086
|
+
type?: string | undefined;
|
5054
5087
|
} & { [K_27 in Exclude<keyof I["evt"]["postUpdate"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
5055
5088
|
author?: ({
|
5056
5089
|
id?: string | undefined;
|
@@ -5211,6 +5244,7 @@ export declare const TriggerInvocation: {
|
|
5211
5244
|
isPoll?: boolean | undefined;
|
5212
5245
|
isPromoted?: boolean | undefined;
|
5213
5246
|
isMultiMedia?: boolean | undefined;
|
5247
|
+
type?: string | undefined;
|
5214
5248
|
} | undefined;
|
5215
5249
|
subreddit?: {
|
5216
5250
|
id?: string | undefined;
|
@@ -5311,6 +5345,7 @@ export declare const TriggerInvocation: {
|
|
5311
5345
|
isPoll?: boolean | undefined;
|
5312
5346
|
isPromoted?: boolean | undefined;
|
5313
5347
|
isMultiMedia?: boolean | undefined;
|
5348
|
+
type?: string | undefined;
|
5314
5349
|
} & {
|
5315
5350
|
id?: string | undefined;
|
5316
5351
|
title?: string | undefined;
|
@@ -5467,6 +5502,7 @@ export declare const TriggerInvocation: {
|
|
5467
5502
|
isPoll?: boolean | undefined;
|
5468
5503
|
isPromoted?: boolean | undefined;
|
5469
5504
|
isMultiMedia?: boolean | undefined;
|
5505
|
+
type?: string | undefined;
|
5470
5506
|
} & { [K_38 in Exclude<keyof I["evt"]["postReport"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
5471
5507
|
subreddit?: ({
|
5472
5508
|
id?: string | undefined;
|
@@ -5579,6 +5615,7 @@ export declare const TriggerInvocation: {
|
|
5579
5615
|
isPoll?: boolean | undefined;
|
5580
5616
|
isPromoted?: boolean | undefined;
|
5581
5617
|
isMultiMedia?: boolean | undefined;
|
5618
|
+
type?: string | undefined;
|
5582
5619
|
} | undefined;
|
5583
5620
|
author?: {
|
5584
5621
|
id?: string | undefined;
|
@@ -5698,6 +5735,7 @@ export declare const TriggerInvocation: {
|
|
5698
5735
|
isPoll?: boolean | undefined;
|
5699
5736
|
isPromoted?: boolean | undefined;
|
5700
5737
|
isMultiMedia?: boolean | undefined;
|
5738
|
+
type?: string | undefined;
|
5701
5739
|
} & {
|
5702
5740
|
id?: string | undefined;
|
5703
5741
|
title?: string | undefined;
|
@@ -5854,6 +5892,7 @@ export declare const TriggerInvocation: {
|
|
5854
5892
|
isPoll?: boolean | undefined;
|
5855
5893
|
isPromoted?: boolean | undefined;
|
5856
5894
|
isMultiMedia?: boolean | undefined;
|
5895
|
+
type?: string | undefined;
|
5857
5896
|
} & { [K_47 in Exclude<keyof I["evt"]["postFlairUpdate"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
5858
5897
|
author?: ({
|
5859
5898
|
id?: string | undefined;
|
@@ -6171,6 +6210,7 @@ export declare const TriggerInvocation: {
|
|
6171
6210
|
isPoll?: boolean | undefined;
|
6172
6211
|
isPromoted?: boolean | undefined;
|
6173
6212
|
isMultiMedia?: boolean | undefined;
|
6213
|
+
type?: string | undefined;
|
6174
6214
|
} | undefined;
|
6175
6215
|
subreddit?: {
|
6176
6216
|
id?: string | undefined;
|
@@ -6361,6 +6401,7 @@ export declare const TriggerInvocation: {
|
|
6361
6401
|
isPoll?: boolean | undefined;
|
6362
6402
|
isPromoted?: boolean | undefined;
|
6363
6403
|
isMultiMedia?: boolean | undefined;
|
6404
|
+
type?: string | undefined;
|
6364
6405
|
} & {
|
6365
6406
|
id?: string | undefined;
|
6366
6407
|
title?: string | undefined;
|
@@ -6517,6 +6558,7 @@ export declare const TriggerInvocation: {
|
|
6517
6558
|
isPoll?: boolean | undefined;
|
6518
6559
|
isPromoted?: boolean | undefined;
|
6519
6560
|
isMultiMedia?: boolean | undefined;
|
6561
|
+
type?: string | undefined;
|
6520
6562
|
} & { [K_67 in Exclude<keyof I["evt"]["commentSubmit"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
6521
6563
|
subreddit?: ({
|
6522
6564
|
id?: string | undefined;
|
@@ -6670,6 +6712,7 @@ export declare const TriggerInvocation: {
|
|
6670
6712
|
isPoll?: boolean | undefined;
|
6671
6713
|
isPromoted?: boolean | undefined;
|
6672
6714
|
isMultiMedia?: boolean | undefined;
|
6715
|
+
type?: string | undefined;
|
6673
6716
|
} | undefined;
|
6674
6717
|
subreddit?: {
|
6675
6718
|
id?: string | undefined;
|
@@ -6860,6 +6903,7 @@ export declare const TriggerInvocation: {
|
|
6860
6903
|
isPoll?: boolean | undefined;
|
6861
6904
|
isPromoted?: boolean | undefined;
|
6862
6905
|
isMultiMedia?: boolean | undefined;
|
6906
|
+
type?: string | undefined;
|
6863
6907
|
} & {
|
6864
6908
|
id?: string | undefined;
|
6865
6909
|
title?: string | undefined;
|
@@ -7016,6 +7060,7 @@ export declare const TriggerInvocation: {
|
|
7016
7060
|
isPoll?: boolean | undefined;
|
7017
7061
|
isPromoted?: boolean | undefined;
|
7018
7062
|
isMultiMedia?: boolean | undefined;
|
7063
|
+
type?: string | undefined;
|
7019
7064
|
} & { [K_80 in Exclude<keyof I["evt"]["commentCreate"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
7020
7065
|
subreddit?: ({
|
7021
7066
|
id?: string | undefined;
|
@@ -7169,6 +7214,7 @@ export declare const TriggerInvocation: {
|
|
7169
7214
|
isPoll?: boolean | undefined;
|
7170
7215
|
isPromoted?: boolean | undefined;
|
7171
7216
|
isMultiMedia?: boolean | undefined;
|
7217
|
+
type?: string | undefined;
|
7172
7218
|
} | undefined;
|
7173
7219
|
previousBody?: string | undefined;
|
7174
7220
|
subreddit?: {
|
@@ -7360,6 +7406,7 @@ export declare const TriggerInvocation: {
|
|
7360
7406
|
isPoll?: boolean | undefined;
|
7361
7407
|
isPromoted?: boolean | undefined;
|
7362
7408
|
isMultiMedia?: boolean | undefined;
|
7409
|
+
type?: string | undefined;
|
7363
7410
|
} & {
|
7364
7411
|
id?: string | undefined;
|
7365
7412
|
title?: string | undefined;
|
@@ -7516,6 +7563,7 @@ export declare const TriggerInvocation: {
|
|
7516
7563
|
isPoll?: boolean | undefined;
|
7517
7564
|
isPromoted?: boolean | undefined;
|
7518
7565
|
isMultiMedia?: boolean | undefined;
|
7566
|
+
type?: string | undefined;
|
7519
7567
|
} & { [K_93 in Exclude<keyof I["evt"]["commentUpdate"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
7520
7568
|
previousBody?: string | undefined;
|
7521
7569
|
subreddit?: ({
|
@@ -8247,6 +8295,7 @@ export declare const TriggerInvocation: {
|
|
8247
8295
|
isPoll?: boolean | undefined;
|
8248
8296
|
isPromoted?: boolean | undefined;
|
8249
8297
|
isMultiMedia?: boolean | undefined;
|
8298
|
+
type?: string | undefined;
|
8250
8299
|
} | undefined;
|
8251
8300
|
} & {
|
8252
8301
|
action?: string | undefined;
|
@@ -8498,6 +8547,7 @@ export declare const TriggerInvocation: {
|
|
8498
8547
|
isPoll?: boolean | undefined;
|
8499
8548
|
isPromoted?: boolean | undefined;
|
8500
8549
|
isMultiMedia?: boolean | undefined;
|
8550
|
+
type?: string | undefined;
|
8501
8551
|
} & {
|
8502
8552
|
id?: string | undefined;
|
8503
8553
|
title?: string | undefined;
|
@@ -8654,6 +8704,7 @@ export declare const TriggerInvocation: {
|
|
8654
8704
|
isPoll?: boolean | undefined;
|
8655
8705
|
isPromoted?: boolean | undefined;
|
8656
8706
|
isMultiMedia?: boolean | undefined;
|
8707
|
+
type?: string | undefined;
|
8657
8708
|
} & { [K_135 in Exclude<keyof I["evt"]["modAction"]["targetPost"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
8658
8709
|
} & { [K_136 in Exclude<keyof I["evt"]["modAction"], "$type" | keyof import("../../reddit/v2alpha/modaction.js").ModAction>]: never; }) | undefined;
|
8659
8710
|
modMail?: ({
|
@@ -8995,6 +9046,7 @@ export declare const TriggerInvocation: {
|
|
8995
9046
|
isPoll?: boolean | undefined;
|
8996
9047
|
isPromoted?: boolean | undefined;
|
8997
9048
|
isMultiMedia?: boolean | undefined;
|
9049
|
+
type?: string | undefined;
|
8998
9050
|
} | undefined;
|
8999
9051
|
subreddit?: {
|
9000
9052
|
id?: string | undefined;
|
@@ -9140,6 +9192,7 @@ export declare const TriggerInvocation: {
|
|
9140
9192
|
isPoll?: boolean | undefined;
|
9141
9193
|
isPromoted?: boolean | undefined;
|
9142
9194
|
isMultiMedia?: boolean | undefined;
|
9195
|
+
type?: string | undefined;
|
9143
9196
|
} & {
|
9144
9197
|
id?: string | undefined;
|
9145
9198
|
title?: string | undefined;
|
@@ -9296,6 +9349,7 @@ export declare const TriggerInvocation: {
|
|
9296
9349
|
isPoll?: boolean | undefined;
|
9297
9350
|
isPromoted?: boolean | undefined;
|
9298
9351
|
isMultiMedia?: boolean | undefined;
|
9352
|
+
type?: string | undefined;
|
9299
9353
|
} & { [K_154 in Exclude<keyof I["evt"]["vote"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
9300
9354
|
subreddit?: ({
|
9301
9355
|
id?: string | undefined;
|
@@ -9409,6 +9463,7 @@ export declare const TriggerInvocation: {
|
|
9409
9463
|
isPoll?: boolean | undefined;
|
9410
9464
|
isPromoted?: boolean | undefined;
|
9411
9465
|
isMultiMedia?: boolean | undefined;
|
9466
|
+
type?: string | undefined;
|
9412
9467
|
} | undefined;
|
9413
9468
|
approvedAt?: Date | undefined;
|
9414
9469
|
author?: {
|
@@ -9530,6 +9585,7 @@ export declare const TriggerInvocation: {
|
|
9530
9585
|
isPoll?: boolean | undefined;
|
9531
9586
|
isPromoted?: boolean | undefined;
|
9532
9587
|
isMultiMedia?: boolean | undefined;
|
9588
|
+
type?: string | undefined;
|
9533
9589
|
} & {
|
9534
9590
|
id?: string | undefined;
|
9535
9591
|
title?: string | undefined;
|
@@ -9686,6 +9742,7 @@ export declare const TriggerInvocation: {
|
|
9686
9742
|
isPoll?: boolean | undefined;
|
9687
9743
|
isPromoted?: boolean | undefined;
|
9688
9744
|
isMultiMedia?: boolean | undefined;
|
9745
|
+
type?: string | undefined;
|
9689
9746
|
} & { [K_163 in Exclude<keyof I["evt"]["postApprove"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
9690
9747
|
approvedAt?: Date | undefined;
|
9691
9748
|
author?: ({
|
@@ -9869,6 +9926,7 @@ export declare const TriggerInvocation: {
|
|
9869
9926
|
isPoll?: boolean | undefined;
|
9870
9927
|
isPromoted?: boolean | undefined;
|
9871
9928
|
isMultiMedia?: boolean | undefined;
|
9929
|
+
type?: string | undefined;
|
9872
9930
|
} | undefined;
|
9873
9931
|
approvedAt?: Date | undefined;
|
9874
9932
|
author?: {
|
@@ -10033,6 +10091,7 @@ export declare const TriggerInvocation: {
|
|
10033
10091
|
isPoll?: boolean | undefined;
|
10034
10092
|
isPromoted?: boolean | undefined;
|
10035
10093
|
isMultiMedia?: boolean | undefined;
|
10094
|
+
type?: string | undefined;
|
10036
10095
|
} & {
|
10037
10096
|
id?: string | undefined;
|
10038
10097
|
title?: string | undefined;
|
@@ -10189,6 +10248,7 @@ export declare const TriggerInvocation: {
|
|
10189
10248
|
isPoll?: boolean | undefined;
|
10190
10249
|
isPromoted?: boolean | undefined;
|
10191
10250
|
isMultiMedia?: boolean | undefined;
|
10251
|
+
type?: string | undefined;
|
10192
10252
|
} & { [K_176 in Exclude<keyof I["evt"]["commentApprove"]["post"], "$type" | keyof import("../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
|
10193
10253
|
approvedAt?: Date | undefined;
|
10194
10254
|
author?: ({
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"triggers.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/gateway/v1alpha/triggers.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gGAOiC,iBAAiB;CAM9F,CAAC;AAIF,MAAM,WAAW,QAAQ;IACvB,SAAS,CAAC,OAAO,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;IAChF,QAAQ,CAAC,OAAO,EAAE,YAAY,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACrF,QAAQ,CAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IAC1E,SAAS,CAAC,OAAO,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IAC1E,WAAW,CAAC,OAAO,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IAC5E,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;CAClF;AAED,qBAAa,kBAAmB,YAAW,QAAQ;IACjD,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAM;IAC1B,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBACrB,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;IAUjD,SAAS,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,eAAe,CAAC;IAM1D,QAAQ,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAM/D,QAAQ,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,KAAK,CAAC;IAMpD,SAAS,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,KAAK,CAAC;IAMpD,WAAW,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,KAAK,CAAC;IAMtD,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,KAAK,CAAC;CAK5D;AAED,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC;AAC3D,eAAO,MAAM,kBAAkB,EAAE;IAC/B,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE;QAAE,CAAC,UAAU,EAAE,MAAM,GAAG,gBAAgB,GAAG;YAAE,OAAO,EAAE,EAAE,CAAA;SAAE,CAAA;KAAE,CAAC;CAsD9D,CAAC;AAEX,UAAU,GAAG;IACX,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;CACjF"}
|
1
|
+
{"version":3,"file":"triggers.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/gateway/v1alpha/triggers.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
@@ -209,6 +209,7 @@ export declare const ModAction: {
|
|
209
209
|
isPoll?: boolean | undefined;
|
210
210
|
isPromoted?: boolean | undefined;
|
211
211
|
isMultiMedia?: boolean | undefined;
|
212
|
+
type?: string | undefined;
|
212
213
|
} | undefined;
|
213
214
|
} & {
|
214
215
|
action?: string | undefined;
|
@@ -460,6 +461,7 @@ export declare const ModAction: {
|
|
460
461
|
isPoll?: boolean | undefined;
|
461
462
|
isPromoted?: boolean | undefined;
|
462
463
|
isMultiMedia?: boolean | undefined;
|
464
|
+
type?: string | undefined;
|
463
465
|
} & {
|
464
466
|
id?: string | undefined;
|
465
467
|
title?: string | undefined;
|
@@ -616,6 +618,7 @@ export declare const ModAction: {
|
|
616
618
|
isPoll?: boolean | undefined;
|
617
619
|
isPromoted?: boolean | undefined;
|
618
620
|
isMultiMedia?: boolean | undefined;
|
621
|
+
type?: string | undefined;
|
619
622
|
} & { [K_13 in Exclude<keyof I["targetPost"], "$type" | keyof PostV2>]: never; }) | undefined;
|
620
623
|
} & { [K_14 in Exclude<keyof I, "$type" | keyof ModAction>]: never; }>(object: I): ModAction;
|
621
624
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"modaction.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/reddit/v2alpha/modaction.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,GAAG,MAAM,uBAAuB,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,oBAAY,aAAa;IACvB,OAAO,IAAI;IACX,WAAW,IAAI;IACf,cAAc,IAAI;IAClB,YAAY,IAAI;IAChB,eAAe,IAAI;IACnB,eAAe,IAAI;IACnB,eAAe,IAAI;IACnB,SAAS,IAAI;IACb,YAAY,IAAI;IAChB,SAAS,IAAI;IACb,YAAY,KAAK;IACjB,gBAAgB,KAAK;IACrB,mBAAmB,KAAK;IACxB,WAAW,KAAK;IAChB,cAAc,KAAK;IACnB,YAAY,KAAK;CAClB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,GAAG,GAAG,aAAa,CAoDhE;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,aAAa,GAAG,MAAM,CAoCjE;AAED,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAcD,eAAO,MAAM,SAAS;;oBAGJ,SAAS,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAyBlE,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,SAAS;qBAoCjD,GAAG,GAAG,SAAS;oBAYhB,SAAS,GAAG,OAAO;;iBAjG1B,MAAM,GAAG,SAAS
|
1
|
+
{"version":3,"file":"modaction.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/reddit/v2alpha/modaction.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,GAAG,MAAM,uBAAuB,CAAC;AAGxC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC,oBAAY,aAAa;IACvB,OAAO,IAAI;IACX,WAAW,IAAI;IACf,cAAc,IAAI;IAClB,YAAY,IAAI;IAChB,eAAe,IAAI;IACnB,eAAe,IAAI;IACnB,eAAe,IAAI;IACnB,SAAS,IAAI;IACb,YAAY,IAAI;IAChB,SAAS,IAAI;IACb,YAAY,KAAK;IACjB,gBAAgB,KAAK;IACrB,mBAAmB,KAAK;IACxB,WAAW,KAAK;IAChB,cAAc,KAAK;IACnB,YAAY,KAAK;CAClB;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,GAAG,GAAG,aAAa,CAoDhE;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,aAAa,GAAG,MAAM,CAoCjE;AAED,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAcD,eAAO,MAAM,SAAS;;oBAGJ,SAAS,WAAU,IAAI,MAAM,GAAyB,IAAI,MAAM;kBAyBlE,IAAI,MAAM,GAAG,UAAU,WAAW,MAAM,GAAG,SAAS;qBAoCjD,GAAG,GAAG,SAAS;oBAYhB,SAAS,GAAG,OAAO;;iBAjG1B,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAlB,MAAM,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAkHyC,SAAS;CAqB9E,CAAC"}
|
@@ -66,6 +66,7 @@ export interface PostV2 {
|
|
66
66
|
isPoll: boolean;
|
67
67
|
isPromoted: boolean;
|
68
68
|
isMultiMedia: boolean;
|
69
|
+
type: string;
|
69
70
|
}
|
70
71
|
export interface Oembed {
|
71
72
|
type: string;
|
@@ -191,6 +192,7 @@ export declare const PostV2: {
|
|
191
192
|
isPoll?: boolean | undefined;
|
192
193
|
isPromoted?: boolean | undefined;
|
193
194
|
isMultiMedia?: boolean | undefined;
|
195
|
+
type?: string | undefined;
|
194
196
|
} & {
|
195
197
|
id?: string | undefined;
|
196
198
|
title?: string | undefined;
|
@@ -347,6 +349,7 @@ export declare const PostV2: {
|
|
347
349
|
isPoll?: boolean | undefined;
|
348
350
|
isPromoted?: boolean | undefined;
|
349
351
|
isMultiMedia?: boolean | undefined;
|
352
|
+
type?: string | undefined;
|
350
353
|
} & { [K_5 in Exclude<keyof I, "$type" | keyof PostV2>]: never; }>(object: I): PostV2;
|
351
354
|
};
|
352
355
|
export declare const Oembed: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"postv2.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/reddit/v2alpha/postv2.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,OAAO,GAAG,MAAM,uBAAuB,CAAC;AAExC,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEtD,oBAAY,iBAAiB;IAC3B,GAAG,IAAI;IACP,OAAO,IAAI;IACX,MAAM,IAAI;IACV,MAAM,IAAI;IACV,YAAY,KAAK;CAClB;AAED,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,GAAG,GAAG,iBAAiB,CAmBxE;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAczE;AAED,oBAAY,eAAe;IACzB,UAAU,IAAI;IACd,KAAK,IAAI;IACT,IAAI,IAAI;IACR,SAAS,IAAI;IACb,GAAG,IAAI;IACP,OAAO,IAAI;IACX,YAAY,KAAK;CAClB;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,GAAG,GAAG,eAAe,CAyBpE;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM,CAkBrE;AAED,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,eAAe,CAAC;IAC/B,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;
|
1
|
+
{"version":3,"file":"postv2.d.ts","sourceRoot":"","sources":["../../../../../src/types/devvit/reddit/v2alpha/postv2.ts"],"names":[],"mappings":"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"}
|
@@ -147,6 +147,7 @@ function createBasePostV2() {
|
|
147
147
|
isPoll: false,
|
148
148
|
isPromoted: false,
|
149
149
|
isMultiMedia: false,
|
150
|
+
type: "",
|
150
151
|
};
|
151
152
|
}
|
152
153
|
export const PostV2 = {
|
@@ -269,6 +270,9 @@ export const PostV2 = {
|
|
269
270
|
if (message.isMultiMedia === true) {
|
270
271
|
writer.uint32(312).bool(message.isMultiMedia);
|
271
272
|
}
|
273
|
+
if (message.type !== "") {
|
274
|
+
writer.uint32(322).string(message.type);
|
275
|
+
}
|
272
276
|
return writer;
|
273
277
|
},
|
274
278
|
decode(input, length) {
|
@@ -395,6 +399,9 @@ export const PostV2 = {
|
|
395
399
|
case 39:
|
396
400
|
message.isMultiMedia = reader.bool();
|
397
401
|
break;
|
402
|
+
case 40:
|
403
|
+
message.type = reader.string();
|
404
|
+
break;
|
398
405
|
default:
|
399
406
|
reader.skipType(tag & 7);
|
400
407
|
break;
|
@@ -443,6 +450,7 @@ export const PostV2 = {
|
|
443
450
|
isPoll: isSet(object.isPoll) ? Boolean(object.isPoll) : false,
|
444
451
|
isPromoted: isSet(object.isPromoted) ? Boolean(object.isPromoted) : false,
|
445
452
|
isMultiMedia: isSet(object.isMultiMedia) ? Boolean(object.isMultiMedia) : false,
|
453
|
+
type: isSet(object.type) ? String(object.type) : "",
|
446
454
|
};
|
447
455
|
},
|
448
456
|
toJSON(message) {
|
@@ -489,6 +497,7 @@ export const PostV2 = {
|
|
489
497
|
message.isPoll !== undefined && (obj.isPoll = message.isPoll);
|
490
498
|
message.isPromoted !== undefined && (obj.isPromoted = message.isPromoted);
|
491
499
|
message.isMultiMedia !== undefined && (obj.isMultiMedia = message.isMultiMedia);
|
500
|
+
message.type !== undefined && (obj.type = message.type);
|
492
501
|
return obj;
|
493
502
|
},
|
494
503
|
fromPartial(object) {
|
@@ -538,6 +547,7 @@ export const PostV2 = {
|
|
538
547
|
message.isPoll = object.isPoll ?? false;
|
539
548
|
message.isPromoted = object.isPromoted ?? false;
|
540
549
|
message.isMultiMedia = object.isMultiMedia ?? false;
|
550
|
+
message.type = object.type ?? "";
|
541
551
|
return message;
|
542
552
|
},
|
543
553
|
};
|