@devvit/public-api 0.10.23-next-2024-06-13-722c8992a.0 → 0.10.23-next-2024-06-13-fd2c2dcd9.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.json CHANGED
@@ -8162,7 +8162,7 @@
8162
8162
  "format": "esm"
8163
8163
  },
8164
8164
  "../protos/dist/types/devvit/reddit/v2alpha/postv2.js": {
8165
- "bytes": 48307,
8165
+ "bytes": 49001,
8166
8166
  "imports": [
8167
8167
  {
8168
8168
  "path": "../../node_modules/long/src/long.js",
@@ -14023,7 +14023,7 @@
14023
14023
  "bytesInOutput": 10004
14024
14024
  },
14025
14025
  "../protos/dist/types/devvit/reddit/v2alpha/postv2.js": {
14026
- "bytesInOutput": 43126
14026
+ "bytesInOutput": 43716
14027
14027
  },
14028
14028
  "../protos/dist/types/devvit/reddit/v2alpha/modmail.js": {
14029
14029
  "bytesInOutput": 8246
@@ -14539,7 +14539,7 @@
14539
14539
  "bytesInOutput": 4450
14540
14540
  }
14541
14541
  },
14542
- "bytes": 14981384
14542
+ "bytes": 14983462
14543
14543
  }
14544
14544
  }
14545
14545
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.10.23-next-2024-06-13-722c8992a.0",
3
+ "version": "0.10.23-next-2024-06-13-fd2c2dcd9.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/protos": "0.10.23-next-2024-06-13-722c8992a.0",
34
- "@devvit/shared-types": "0.10.23-next-2024-06-13-722c8992a.0",
33
+ "@devvit/protos": "0.10.23-next-2024-06-13-fd2c2dcd9.0",
34
+ "@devvit/shared-types": "0.10.23-next-2024-06-13-fd2c2dcd9.0",
35
35
  "base64-js": "1.5.1",
36
36
  "clone-deep": "4.0.1",
37
37
  "core-js": "3.27.2",
@@ -41,7 +41,7 @@
41
41
  "@ampproject/filesize": "4.3.0",
42
42
  "@devvit/eslint-config": "0.10.22",
43
43
  "@devvit/repo-tools": "0.10.22",
44
- "@devvit/tsconfig": "0.10.23-next-2024-06-13-722c8992a.0",
44
+ "@devvit/tsconfig": "0.10.23-next-2024-06-13-fd2c2dcd9.0",
45
45
  "@microsoft/api-extractor": "7.41.0",
46
46
  "@reddit/faceplate-ui": "11.3.3",
47
47
  "@types/clone-deep": "4.0.1",
@@ -64,5 +64,5 @@
64
64
  }
65
65
  },
66
66
  "source": "./src/index.ts",
67
- "gitHead": "52b11f9387a6c549caff43ba54173d86ac9aa541"
67
+ "gitHead": "66130520b4b2bee4450d6cec0f51ff8a7ebdbd8e"
68
68
  }
package/public-api.d.ts CHANGED
@@ -34790,6 +34790,7 @@ declare const OnCommentApproveDefinition: {
34790
34790
  isMultiMedia?: boolean;
34791
34791
  type?: string;
34792
34792
  unlisted?: boolean;
34793
+ galleryImages?: string[];
34793
34794
  } | undefined;
34794
34795
  approvedAt?: Date | undefined;
34795
34796
  author?: {
@@ -34938,6 +34939,7 @@ declare const OnCommentApproveDefinition: {
34938
34939
  isMultiMedia?: boolean;
34939
34940
  type?: string;
34940
34941
  unlisted?: boolean;
34942
+ galleryImages?: string[];
34941
34943
  } | undefined;
34942
34944
  approvedAt?: Date | undefined;
34943
34945
  author?: {
@@ -35154,6 +35156,7 @@ declare const OnCommentCreateDefinition: {
35154
35156
  isMultiMedia?: boolean;
35155
35157
  type?: string;
35156
35158
  unlisted?: boolean;
35159
+ galleryImages?: string[];
35157
35160
  } | undefined;
35158
35161
  subreddit?: {
35159
35162
  id?: string;
@@ -35300,6 +35303,7 @@ declare const OnCommentCreateDefinition: {
35300
35303
  isMultiMedia?: boolean;
35301
35304
  type?: string;
35302
35305
  unlisted?: boolean;
35306
+ galleryImages?: string[];
35303
35307
  } | undefined;
35304
35308
  subreddit?: {
35305
35309
  id?: string;
@@ -35744,6 +35748,7 @@ declare const OnCommentSubmitDefinition: {
35744
35748
  isMultiMedia?: boolean;
35745
35749
  type?: string;
35746
35750
  unlisted?: boolean;
35751
+ galleryImages?: string[];
35747
35752
  } | undefined;
35748
35753
  subreddit?: {
35749
35754
  id?: string;
@@ -35890,6 +35895,7 @@ declare const OnCommentSubmitDefinition: {
35890
35895
  isMultiMedia?: boolean;
35891
35896
  type?: string;
35892
35897
  unlisted?: boolean;
35898
+ galleryImages?: string[];
35893
35899
  } | undefined;
35894
35900
  subreddit?: {
35895
35901
  id?: string;
@@ -36082,6 +36088,7 @@ declare const OnCommentUpdateDefinition: {
36082
36088
  isMultiMedia?: boolean;
36083
36089
  type?: string;
36084
36090
  unlisted?: boolean;
36091
+ galleryImages?: string[];
36085
36092
  } | undefined;
36086
36093
  previousBody?: string;
36087
36094
  subreddit?: {
@@ -36229,6 +36236,7 @@ declare const OnCommentUpdateDefinition: {
36229
36236
  isMultiMedia?: boolean;
36230
36237
  type?: string;
36231
36238
  unlisted?: boolean;
36239
+ galleryImages?: string[];
36232
36240
  } | undefined;
36233
36241
  previousBody?: string;
36234
36242
  subreddit?: {
@@ -36491,6 +36499,7 @@ declare const OnModActionDefinition: {
36491
36499
  isMultiMedia?: boolean;
36492
36500
  type?: string;
36493
36501
  unlisted?: boolean;
36502
+ galleryImages?: string[];
36494
36503
  } | undefined;
36495
36504
  } | undefined): ModAction_2;
36496
36505
  fromPartial(object: {
@@ -36661,6 +36670,7 @@ declare const OnModActionDefinition: {
36661
36670
  isMultiMedia?: boolean;
36662
36671
  type?: string;
36663
36672
  unlisted?: boolean;
36673
+ galleryImages?: string[];
36664
36674
  } | undefined;
36665
36675
  }): ModAction_2;
36666
36676
  };
@@ -36953,6 +36963,7 @@ declare const OnPostApproveDefinition: {
36953
36963
  isMultiMedia?: boolean;
36954
36964
  type?: string;
36955
36965
  unlisted?: boolean;
36966
+ galleryImages?: string[];
36956
36967
  } | undefined;
36957
36968
  approvedAt?: Date | undefined;
36958
36969
  author?: {
@@ -37079,6 +37090,7 @@ declare const OnPostApproveDefinition: {
37079
37090
  isMultiMedia?: boolean;
37080
37091
  type?: string;
37081
37092
  unlisted?: boolean;
37093
+ galleryImages?: string[];
37082
37094
  } | undefined;
37083
37095
  approvedAt?: Date | undefined;
37084
37096
  author?: {
@@ -37251,6 +37263,7 @@ declare const OnPostCreateDefinition: {
37251
37263
  isMultiMedia?: boolean;
37252
37264
  type?: string;
37253
37265
  unlisted?: boolean;
37266
+ galleryImages?: string[];
37254
37267
  } | undefined;
37255
37268
  author?: {
37256
37269
  id?: string;
@@ -37375,6 +37388,7 @@ declare const OnPostCreateDefinition: {
37375
37388
  isMultiMedia?: boolean;
37376
37389
  type?: string;
37377
37390
  unlisted?: boolean;
37391
+ galleryImages?: string[];
37378
37392
  } | undefined;
37379
37393
  author?: {
37380
37394
  id?: string;
@@ -37673,6 +37687,7 @@ declare const OnPostFlairUpdateDefinition: {
37673
37687
  isMultiMedia?: boolean;
37674
37688
  type?: string;
37675
37689
  unlisted?: boolean;
37690
+ galleryImages?: string[];
37676
37691
  } | undefined;
37677
37692
  author?: {
37678
37693
  id?: string;
@@ -37797,6 +37812,7 @@ declare const OnPostFlairUpdateDefinition: {
37797
37812
  isMultiMedia?: boolean;
37798
37813
  type?: string;
37799
37814
  unlisted?: boolean;
37815
+ galleryImages?: string[];
37800
37816
  } | undefined;
37801
37817
  author?: {
37802
37818
  id?: string;
@@ -37967,6 +37983,7 @@ declare const OnPostReportDefinition: {
37967
37983
  isMultiMedia?: boolean;
37968
37984
  type?: string;
37969
37985
  unlisted?: boolean;
37986
+ galleryImages?: string[];
37970
37987
  } | undefined;
37971
37988
  subreddit?: {
37972
37989
  id?: string;
@@ -38070,6 +38087,7 @@ declare const OnPostReportDefinition: {
38070
38087
  isMultiMedia?: boolean;
38071
38088
  type?: string;
38072
38089
  unlisted?: boolean;
38090
+ galleryImages?: string[];
38073
38091
  } | undefined;
38074
38092
  subreddit?: {
38075
38093
  id?: string;
@@ -38219,6 +38237,7 @@ declare const OnPostSubmitDefinition: {
38219
38237
  isMultiMedia?: boolean;
38220
38238
  type?: string;
38221
38239
  unlisted?: boolean;
38240
+ galleryImages?: string[];
38222
38241
  } | undefined;
38223
38242
  author?: {
38224
38243
  id?: string;
@@ -38343,6 +38362,7 @@ declare const OnPostSubmitDefinition: {
38343
38362
  isMultiMedia?: boolean;
38344
38363
  type?: string;
38345
38364
  unlisted?: boolean;
38365
+ galleryImages?: string[];
38346
38366
  } | undefined;
38347
38367
  author?: {
38348
38368
  id?: string;
@@ -38513,6 +38533,7 @@ declare const OnPostUpdateDefinition: {
38513
38533
  isMultiMedia?: boolean;
38514
38534
  type?: string;
38515
38535
  unlisted?: boolean;
38536
+ galleryImages?: string[];
38516
38537
  } | undefined;
38517
38538
  author?: {
38518
38539
  id?: string;
@@ -38638,6 +38659,7 @@ declare const OnPostUpdateDefinition: {
38638
38659
  isMultiMedia?: boolean;
38639
38660
  type?: string;
38640
38661
  unlisted?: boolean;
38662
+ galleryImages?: string[];
38641
38663
  } | undefined;
38642
38664
  author?: {
38643
38665
  id?: string;
@@ -40420,6 +40442,7 @@ declare interface PostV2 {
40420
40442
  isMultiMedia: boolean;
40421
40443
  type: string;
40422
40444
  unlisted: boolean;
40445
+ galleryImages: string[];
40423
40446
  }
40424
40447
 
40425
40448
  declare const PostV2: {
@@ -56826,6 +56849,7 @@ declare const TriggersDefinition: {
56826
56849
  isMultiMedia?: boolean;
56827
56850
  type?: string;
56828
56851
  unlisted?: boolean;
56852
+ galleryImages?: string[];
56829
56853
  } | undefined;
56830
56854
  author?: {
56831
56855
  id?: string;
@@ -56950,6 +56974,7 @@ declare const TriggersDefinition: {
56950
56974
  isMultiMedia?: boolean;
56951
56975
  type?: string;
56952
56976
  unlisted?: boolean;
56977
+ galleryImages?: string[];
56953
56978
  } | undefined;
56954
56979
  author?: {
56955
56980
  id?: string;
@@ -57074,6 +57099,7 @@ declare const TriggersDefinition: {
57074
57099
  isMultiMedia?: boolean;
57075
57100
  type?: string;
57076
57101
  unlisted?: boolean;
57102
+ galleryImages?: string[];
57077
57103
  } | undefined;
57078
57104
  author?: {
57079
57105
  id?: string;
@@ -57199,6 +57225,7 @@ declare const TriggersDefinition: {
57199
57225
  isMultiMedia?: boolean;
57200
57226
  type?: string;
57201
57227
  unlisted?: boolean;
57228
+ galleryImages?: string[];
57202
57229
  } | undefined;
57203
57230
  subreddit?: {
57204
57231
  id?: string;
@@ -57302,6 +57329,7 @@ declare const TriggersDefinition: {
57302
57329
  isMultiMedia?: boolean;
57303
57330
  type?: string;
57304
57331
  unlisted?: boolean;
57332
+ galleryImages?: string[];
57305
57333
  } | undefined;
57306
57334
  author?: {
57307
57335
  id?: string;
@@ -57511,6 +57539,7 @@ declare const TriggersDefinition: {
57511
57539
  isMultiMedia?: boolean;
57512
57540
  type?: string;
57513
57541
  unlisted?: boolean;
57542
+ galleryImages?: string[];
57514
57543
  } | undefined;
57515
57544
  subreddit?: {
57516
57545
  id?: string;
@@ -57657,6 +57686,7 @@ declare const TriggersDefinition: {
57657
57686
  isMultiMedia?: boolean;
57658
57687
  type?: string;
57659
57688
  unlisted?: boolean;
57689
+ galleryImages?: string[];
57660
57690
  } | undefined;
57661
57691
  subreddit?: {
57662
57692
  id?: string;
@@ -57803,6 +57833,7 @@ declare const TriggersDefinition: {
57803
57833
  isMultiMedia?: boolean;
57804
57834
  type?: string;
57805
57835
  unlisted?: boolean;
57836
+ galleryImages?: string[];
57806
57837
  } | undefined;
57807
57838
  previousBody?: string;
57808
57839
  subreddit?: {
@@ -58174,6 +58205,7 @@ declare const TriggersDefinition: {
58174
58205
  isMultiMedia?: boolean;
58175
58206
  type?: string;
58176
58207
  unlisted?: boolean;
58208
+ galleryImages?: string[];
58177
58209
  } | undefined;
58178
58210
  } | undefined;
58179
58211
  modMail?: {
@@ -58368,6 +58400,7 @@ declare const TriggersDefinition: {
58368
58400
  isMultiMedia?: boolean;
58369
58401
  type?: string;
58370
58402
  unlisted?: boolean;
58403
+ galleryImages?: string[];
58371
58404
  } | undefined;
58372
58405
  subreddit?: {
58373
58406
  id?: string;
@@ -58472,6 +58505,7 @@ declare const TriggersDefinition: {
58472
58505
  isMultiMedia?: boolean;
58473
58506
  type?: string;
58474
58507
  unlisted?: boolean;
58508
+ galleryImages?: string[];
58475
58509
  } | undefined;
58476
58510
  approvedAt?: Date | undefined;
58477
58511
  author?: {
@@ -58620,6 +58654,7 @@ declare const TriggersDefinition: {
58620
58654
  isMultiMedia?: boolean;
58621
58655
  type?: string;
58622
58656
  unlisted?: boolean;
58657
+ galleryImages?: string[];
58623
58658
  } | undefined;
58624
58659
  approvedAt?: Date | undefined;
58625
58660
  author?: {
@@ -58751,6 +58786,7 @@ declare const TriggersDefinition: {
58751
58786
  isMultiMedia?: boolean;
58752
58787
  type?: string;
58753
58788
  unlisted?: boolean;
58789
+ galleryImages?: string[];
58754
58790
  } | undefined;
58755
58791
  author?: {
58756
58792
  id?: string;
@@ -58875,6 +58911,7 @@ declare const TriggersDefinition: {
58875
58911
  isMultiMedia?: boolean;
58876
58912
  type?: string;
58877
58913
  unlisted?: boolean;
58914
+ galleryImages?: string[];
58878
58915
  } | undefined;
58879
58916
  author?: {
58880
58917
  id?: string;
@@ -58999,6 +59036,7 @@ declare const TriggersDefinition: {
58999
59036
  isMultiMedia?: boolean;
59000
59037
  type?: string;
59001
59038
  unlisted?: boolean;
59039
+ galleryImages?: string[];
59002
59040
  } | undefined;
59003
59041
  author?: {
59004
59042
  id?: string;
@@ -59124,6 +59162,7 @@ declare const TriggersDefinition: {
59124
59162
  isMultiMedia?: boolean;
59125
59163
  type?: string;
59126
59164
  unlisted?: boolean;
59165
+ galleryImages?: string[];
59127
59166
  } | undefined;
59128
59167
  subreddit?: {
59129
59168
  id?: string;
@@ -59227,6 +59266,7 @@ declare const TriggersDefinition: {
59227
59266
  isMultiMedia?: boolean;
59228
59267
  type?: string;
59229
59268
  unlisted?: boolean;
59269
+ galleryImages?: string[];
59230
59270
  } | undefined;
59231
59271
  author?: {
59232
59272
  id?: string;
@@ -59436,6 +59476,7 @@ declare const TriggersDefinition: {
59436
59476
  isMultiMedia?: boolean;
59437
59477
  type?: string;
59438
59478
  unlisted?: boolean;
59479
+ galleryImages?: string[];
59439
59480
  } | undefined;
59440
59481
  subreddit?: {
59441
59482
  id?: string;
@@ -59582,6 +59623,7 @@ declare const TriggersDefinition: {
59582
59623
  isMultiMedia?: boolean;
59583
59624
  type?: string;
59584
59625
  unlisted?: boolean;
59626
+ galleryImages?: string[];
59585
59627
  } | undefined;
59586
59628
  subreddit?: {
59587
59629
  id?: string;
@@ -59728,6 +59770,7 @@ declare const TriggersDefinition: {
59728
59770
  isMultiMedia?: boolean;
59729
59771
  type?: string;
59730
59772
  unlisted?: boolean;
59773
+ galleryImages?: string[];
59731
59774
  } | undefined;
59732
59775
  previousBody?: string;
59733
59776
  subreddit?: {
@@ -60099,6 +60142,7 @@ declare const TriggersDefinition: {
60099
60142
  isMultiMedia?: boolean;
60100
60143
  type?: string;
60101
60144
  unlisted?: boolean;
60145
+ galleryImages?: string[];
60102
60146
  } | undefined;
60103
60147
  } | undefined;
60104
60148
  modMail?: {
@@ -60293,6 +60337,7 @@ declare const TriggersDefinition: {
60293
60337
  isMultiMedia?: boolean;
60294
60338
  type?: string;
60295
60339
  unlisted?: boolean;
60340
+ galleryImages?: string[];
60296
60341
  } | undefined;
60297
60342
  subreddit?: {
60298
60343
  id?: string;
@@ -60397,6 +60442,7 @@ declare const TriggersDefinition: {
60397
60442
  isMultiMedia?: boolean;
60398
60443
  type?: string;
60399
60444
  unlisted?: boolean;
60445
+ galleryImages?: string[];
60400
60446
  } | undefined;
60401
60447
  approvedAt?: Date | undefined;
60402
60448
  author?: {
@@ -60545,6 +60591,7 @@ declare const TriggersDefinition: {
60545
60591
  isMultiMedia?: boolean;
60546
60592
  type?: string;
60547
60593
  unlisted?: boolean;
60594
+ galleryImages?: string[];
60548
60595
  } | undefined;
60549
60596
  approvedAt?: Date | undefined;
60550
60597
  author?: {
@@ -60698,6 +60745,7 @@ declare const TriggersDefinition: {
60698
60745
  isMultiMedia?: boolean;
60699
60746
  type?: string;
60700
60747
  unlisted?: boolean;
60748
+ galleryImages?: string[];
60701
60749
  } | undefined;
60702
60750
  author?: {
60703
60751
  id?: string;
@@ -60822,6 +60870,7 @@ declare const TriggersDefinition: {
60822
60870
  isMultiMedia?: boolean;
60823
60871
  type?: string;
60824
60872
  unlisted?: boolean;
60873
+ galleryImages?: string[];
60825
60874
  } | undefined;
60826
60875
  author?: {
60827
60876
  id?: string;
@@ -60946,6 +60995,7 @@ declare const TriggersDefinition: {
60946
60995
  isMultiMedia?: boolean;
60947
60996
  type?: string;
60948
60997
  unlisted?: boolean;
60998
+ galleryImages?: string[];
60949
60999
  } | undefined;
60950
61000
  author?: {
60951
61001
  id?: string;
@@ -61071,6 +61121,7 @@ declare const TriggersDefinition: {
61071
61121
  isMultiMedia?: boolean;
61072
61122
  type?: string;
61073
61123
  unlisted?: boolean;
61124
+ galleryImages?: string[];
61074
61125
  } | undefined;
61075
61126
  subreddit?: {
61076
61127
  id?: string;
@@ -61174,6 +61225,7 @@ declare const TriggersDefinition: {
61174
61225
  isMultiMedia?: boolean;
61175
61226
  type?: string;
61176
61227
  unlisted?: boolean;
61228
+ galleryImages?: string[];
61177
61229
  } | undefined;
61178
61230
  author?: {
61179
61231
  id?: string;
@@ -61383,6 +61435,7 @@ declare const TriggersDefinition: {
61383
61435
  isMultiMedia?: boolean;
61384
61436
  type?: string;
61385
61437
  unlisted?: boolean;
61438
+ galleryImages?: string[];
61386
61439
  } | undefined;
61387
61440
  subreddit?: {
61388
61441
  id?: string;
@@ -61529,6 +61582,7 @@ declare const TriggersDefinition: {
61529
61582
  isMultiMedia?: boolean;
61530
61583
  type?: string;
61531
61584
  unlisted?: boolean;
61585
+ galleryImages?: string[];
61532
61586
  } | undefined;
61533
61587
  subreddit?: {
61534
61588
  id?: string;
@@ -61675,6 +61729,7 @@ declare const TriggersDefinition: {
61675
61729
  isMultiMedia?: boolean;
61676
61730
  type?: string;
61677
61731
  unlisted?: boolean;
61732
+ galleryImages?: string[];
61678
61733
  } | undefined;
61679
61734
  previousBody?: string;
61680
61735
  subreddit?: {
@@ -62046,6 +62101,7 @@ declare const TriggersDefinition: {
62046
62101
  isMultiMedia?: boolean;
62047
62102
  type?: string;
62048
62103
  unlisted?: boolean;
62104
+ galleryImages?: string[];
62049
62105
  } | undefined;
62050
62106
  } | undefined;
62051
62107
  modMail?: {
@@ -62240,6 +62296,7 @@ declare const TriggersDefinition: {
62240
62296
  isMultiMedia?: boolean;
62241
62297
  type?: string;
62242
62298
  unlisted?: boolean;
62299
+ galleryImages?: string[];
62243
62300
  } | undefined;
62244
62301
  subreddit?: {
62245
62302
  id?: string;
@@ -62344,6 +62401,7 @@ declare const TriggersDefinition: {
62344
62401
  isMultiMedia?: boolean;
62345
62402
  type?: string;
62346
62403
  unlisted?: boolean;
62404
+ galleryImages?: string[];
62347
62405
  } | undefined;
62348
62406
  approvedAt?: Date | undefined;
62349
62407
  author?: {
@@ -62492,6 +62550,7 @@ declare const TriggersDefinition: {
62492
62550
  isMultiMedia?: boolean;
62493
62551
  type?: string;
62494
62552
  unlisted?: boolean;
62553
+ galleryImages?: string[];
62495
62554
  } | undefined;
62496
62555
  approvedAt?: Date | undefined;
62497
62556
  author?: {
@@ -62623,6 +62682,7 @@ declare const TriggersDefinition: {
62623
62682
  isMultiMedia?: boolean;
62624
62683
  type?: string;
62625
62684
  unlisted?: boolean;
62685
+ galleryImages?: string[];
62626
62686
  } | undefined;
62627
62687
  author?: {
62628
62688
  id?: string;
@@ -62747,6 +62807,7 @@ declare const TriggersDefinition: {
62747
62807
  isMultiMedia?: boolean;
62748
62808
  type?: string;
62749
62809
  unlisted?: boolean;
62810
+ galleryImages?: string[];
62750
62811
  } | undefined;
62751
62812
  author?: {
62752
62813
  id?: string;
@@ -62871,6 +62932,7 @@ declare const TriggersDefinition: {
62871
62932
  isMultiMedia?: boolean;
62872
62933
  type?: string;
62873
62934
  unlisted?: boolean;
62935
+ galleryImages?: string[];
62874
62936
  } | undefined;
62875
62937
  author?: {
62876
62938
  id?: string;
@@ -62996,6 +63058,7 @@ declare const TriggersDefinition: {
62996
63058
  isMultiMedia?: boolean;
62997
63059
  type?: string;
62998
63060
  unlisted?: boolean;
63061
+ galleryImages?: string[];
62999
63062
  } | undefined;
63000
63063
  subreddit?: {
63001
63064
  id?: string;
@@ -63099,6 +63162,7 @@ declare const TriggersDefinition: {
63099
63162
  isMultiMedia?: boolean;
63100
63163
  type?: string;
63101
63164
  unlisted?: boolean;
63165
+ galleryImages?: string[];
63102
63166
  } | undefined;
63103
63167
  author?: {
63104
63168
  id?: string;
@@ -63308,6 +63372,7 @@ declare const TriggersDefinition: {
63308
63372
  isMultiMedia?: boolean;
63309
63373
  type?: string;
63310
63374
  unlisted?: boolean;
63375
+ galleryImages?: string[];
63311
63376
  } | undefined;
63312
63377
  subreddit?: {
63313
63378
  id?: string;
@@ -63454,6 +63519,7 @@ declare const TriggersDefinition: {
63454
63519
  isMultiMedia?: boolean;
63455
63520
  type?: string;
63456
63521
  unlisted?: boolean;
63522
+ galleryImages?: string[];
63457
63523
  } | undefined;
63458
63524
  subreddit?: {
63459
63525
  id?: string;
@@ -63600,6 +63666,7 @@ declare const TriggersDefinition: {
63600
63666
  isMultiMedia?: boolean;
63601
63667
  type?: string;
63602
63668
  unlisted?: boolean;
63669
+ galleryImages?: string[];
63603
63670
  } | undefined;
63604
63671
  previousBody?: string;
63605
63672
  subreddit?: {
@@ -63971,6 +64038,7 @@ declare const TriggersDefinition: {
63971
64038
  isMultiMedia?: boolean;
63972
64039
  type?: string;
63973
64040
  unlisted?: boolean;
64041
+ galleryImages?: string[];
63974
64042
  } | undefined;
63975
64043
  } | undefined;
63976
64044
  modMail?: {
@@ -64165,6 +64233,7 @@ declare const TriggersDefinition: {
64165
64233
  isMultiMedia?: boolean;
64166
64234
  type?: string;
64167
64235
  unlisted?: boolean;
64236
+ galleryImages?: string[];
64168
64237
  } | undefined;
64169
64238
  subreddit?: {
64170
64239
  id?: string;
@@ -64269,6 +64338,7 @@ declare const TriggersDefinition: {
64269
64338
  isMultiMedia?: boolean;
64270
64339
  type?: string;
64271
64340
  unlisted?: boolean;
64341
+ galleryImages?: string[];
64272
64342
  } | undefined;
64273
64343
  approvedAt?: Date | undefined;
64274
64344
  author?: {
@@ -64417,6 +64487,7 @@ declare const TriggersDefinition: {
64417
64487
  isMultiMedia?: boolean;
64418
64488
  type?: string;
64419
64489
  unlisted?: boolean;
64490
+ galleryImages?: string[];
64420
64491
  } | undefined;
64421
64492
  approvedAt?: Date | undefined;
64422
64493
  author?: {