@devvit/protos 0.11.17-next-2025-06-02-02cef9c33.0 → 0.11.17-next-2025-06-02-7fe0d2be6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.17-next-2025-06-02-02cef9c33.0",
3
+ "version": "0.11.17-next-2025-06-02-7fe0d2be6.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,8 +45,8 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/repo-tools": "0.11.17-next-2025-06-02-02cef9c33.0",
49
- "@devvit/tsconfig": "0.11.17-next-2025-06-02-02cef9c33.0",
48
+ "@devvit/repo-tools": "0.11.17-next-2025-06-02-7fe0d2be6.0",
49
+ "@devvit/tsconfig": "0.11.17-next-2025-06-02-7fe0d2be6.0",
50
50
  "@protobuf-ts/plugin": "2.9.3",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "669392bbc9c49dbb068099d4e472d5b14215e598"
83
+ "gitHead": "035a4d74718d736556c98193ff2f59b4f7371be2"
84
84
  }
@@ -0,0 +1,24 @@
1
+ syntax = "proto3";
2
+
3
+ package devvit.gateway.playtest_subreddit;
4
+
5
+ option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/gateway/playtestsubreddit";
6
+
7
+ service PlaytestSubreddit {
8
+ // Create a playtest subreddit for an app
9
+ rpc CreatePlaytestSubreddit(CreatePlaytestSubredditRequest) returns (CreatePlaytestSubredditResponse);
10
+ }
11
+
12
+ message CreatePlaytestSubredditRequest {
13
+ // Name of the app for which to create the playtest subreddit
14
+ string app_name = 1;
15
+ // T2 of the developer's reddit account to add them as a moderator
16
+ string dev_user_id = 2;
17
+ }
18
+
19
+ message CreatePlaytestSubredditResponse {
20
+ // ID of the subreddit created
21
+ string subreddit_id = 1;
22
+ // Name of the subreddit created
23
+ string subreddit_name = 2;
24
+ }
@@ -1,5 +1,5 @@
1
1
  ## Code generated by protoc, converted to text by Snootobuf. DO NOT EDIT.
2
- ## checksum: 65d9e7d4f29f97259678b7fef61a070559ff080c37b5f36b775e653edb6e637c
2
+ ## checksum: cf286b4fb66afebe4f0822f1c6d457ac5bb5b57403e6fc491b5c70b24dfbe09f
3
3
 
4
4
  file: {
5
5
  message_type: {
@@ -137381,6 +137381,337 @@ file: {
137381
137381
  }
137382
137382
  syntax: "proto3"
137383
137383
  }
137384
+ file: {
137385
+ message_type: {
137386
+ field: {
137387
+ json_name: "appName"
137388
+ label: LABEL_OPTIONAL
137389
+ name: "app_name"
137390
+ number: 1
137391
+ type: TYPE_STRING
137392
+ }
137393
+ field: {
137394
+ json_name: "devUserId"
137395
+ label: LABEL_OPTIONAL
137396
+ name: "dev_user_id"
137397
+ number: 2
137398
+ type: TYPE_STRING
137399
+ }
137400
+ name: "CreatePlaytestSubredditRequest"
137401
+ }
137402
+ message_type: {
137403
+ field: {
137404
+ json_name: "subredditId"
137405
+ label: LABEL_OPTIONAL
137406
+ name: "subreddit_id"
137407
+ number: 1
137408
+ type: TYPE_STRING
137409
+ }
137410
+ field: {
137411
+ json_name: "subredditName"
137412
+ label: LABEL_OPTIONAL
137413
+ name: "subreddit_name"
137414
+ number: 2
137415
+ type: TYPE_STRING
137416
+ }
137417
+ name: "CreatePlaytestSubredditResponse"
137418
+ }
137419
+ name: "devvit/gateway/playtest_subreddit/playtest_subreddit.proto"
137420
+ options: {
137421
+ go_package: "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/gateway/playtestsubreddit"
137422
+ }
137423
+ package: "devvit.gateway.playtest_subreddit"
137424
+ service: {
137425
+ method: {
137426
+ input_type: ".devvit.gateway.playtest_subreddit.CreatePlaytestSubredditRequest"
137427
+ name: "CreatePlaytestSubreddit"
137428
+ output_type: ".devvit.gateway.playtest_subreddit.CreatePlaytestSubredditResponse"
137429
+ }
137430
+ name: "PlaytestSubreddit"
137431
+ }
137432
+ source_code_info: {
137433
+ location: {
137434
+ span: 0
137435
+ span: 0
137436
+ span: 1
137437
+ span: 23
137438
+ }
137439
+ location: {
137440
+ path: 12
137441
+ span: 0
137442
+ span: 0
137443
+ span: 18
137444
+ }
137445
+ location: {
137446
+ path: 2
137447
+ span: 0
137448
+ span: 2
137449
+ span: 42
137450
+ }
137451
+ location: {
137452
+ path: 8
137453
+ span: 0
137454
+ span: 143
137455
+ span: 4
137456
+ }
137457
+ location: {
137458
+ path: 11
137459
+ path: 8
137460
+ span: 0
137461
+ span: 143
137462
+ span: 4
137463
+ }
137464
+ location: {
137465
+ path: 0
137466
+ path: 6
137467
+ span: 0
137468
+ span: 1
137469
+ span: 6
137470
+ span: 9
137471
+ }
137472
+ location: {
137473
+ path: 0
137474
+ path: 1
137475
+ path: 6
137476
+ span: 25
137477
+ span: 6
137478
+ span: 8
137479
+ }
137480
+ location: {
137481
+ leading_comments: " Create a playtest subreddit for an app\n"
137482
+ path: 0
137483
+ path: 0
137484
+ path: 2
137485
+ path: 6
137486
+ span: 104
137487
+ span: 2
137488
+ span: 8
137489
+ }
137490
+ location: {
137491
+ path: 0
137492
+ path: 0
137493
+ path: 1
137494
+ path: 2
137495
+ path: 6
137496
+ span: 29
137497
+ span: 6
137498
+ span: 8
137499
+ }
137500
+ location: {
137501
+ path: 0
137502
+ path: 0
137503
+ path: 2
137504
+ path: 2
137505
+ path: 6
137506
+ span: 30
137507
+ span: 60
137508
+ span: 8
137509
+ }
137510
+ location: {
137511
+ path: 0
137512
+ path: 0
137513
+ path: 2
137514
+ path: 3
137515
+ path: 6
137516
+ span: 102
137517
+ span: 71
137518
+ span: 8
137519
+ }
137520
+ location: {
137521
+ path: 0
137522
+ path: 4
137523
+ span: 0
137524
+ span: 1
137525
+ span: 11
137526
+ span: 16
137527
+ }
137528
+ location: {
137529
+ path: 0
137530
+ path: 1
137531
+ path: 4
137532
+ span: 11
137533
+ span: 38
137534
+ span: 8
137535
+ }
137536
+ location: {
137537
+ leading_comments: " Name of the app for which to create the playtest subreddit\n"
137538
+ path: 0
137539
+ path: 0
137540
+ path: 2
137541
+ path: 4
137542
+ span: 13
137543
+ span: 2
137544
+ span: 22
137545
+ }
137546
+ location: {
137547
+ path: 0
137548
+ path: 0
137549
+ path: 2
137550
+ path: 4
137551
+ path: 5
137552
+ span: 13
137553
+ span: 2
137554
+ span: 8
137555
+ }
137556
+ location: {
137557
+ path: 0
137558
+ path: 0
137559
+ path: 1
137560
+ path: 2
137561
+ path: 4
137562
+ span: 13
137563
+ span: 17
137564
+ span: 9
137565
+ }
137566
+ location: {
137567
+ path: 0
137568
+ path: 0
137569
+ path: 2
137570
+ path: 3
137571
+ path: 4
137572
+ span: 13
137573
+ span: 20
137574
+ span: 21
137575
+ }
137576
+ location: {
137577
+ leading_comments: " T2 of the developer's reddit account to add them as a moderator\n"
137578
+ path: 0
137579
+ path: 1
137580
+ path: 2
137581
+ path: 4
137582
+ span: 15
137583
+ span: 2
137584
+ span: 25
137585
+ }
137586
+ location: {
137587
+ path: 0
137588
+ path: 1
137589
+ path: 2
137590
+ path: 4
137591
+ path: 5
137592
+ span: 15
137593
+ span: 2
137594
+ span: 8
137595
+ }
137596
+ location: {
137597
+ path: 0
137598
+ path: 1
137599
+ path: 1
137600
+ path: 2
137601
+ path: 4
137602
+ span: 15
137603
+ span: 20
137604
+ span: 9
137605
+ }
137606
+ location: {
137607
+ path: 0
137608
+ path: 1
137609
+ path: 2
137610
+ path: 3
137611
+ path: 4
137612
+ span: 15
137613
+ span: 23
137614
+ span: 24
137615
+ }
137616
+ location: {
137617
+ path: 1
137618
+ path: 4
137619
+ span: 0
137620
+ span: 1
137621
+ span: 18
137622
+ span: 23
137623
+ }
137624
+ location: {
137625
+ path: 1
137626
+ path: 1
137627
+ path: 4
137628
+ span: 18
137629
+ span: 39
137630
+ span: 8
137631
+ }
137632
+ location: {
137633
+ leading_comments: " ID of the subreddit created\n"
137634
+ path: 0
137635
+ path: 1
137636
+ path: 2
137637
+ path: 4
137638
+ span: 2
137639
+ span: 20
137640
+ span: 26
137641
+ }
137642
+ location: {
137643
+ path: 0
137644
+ path: 1
137645
+ path: 2
137646
+ path: 4
137647
+ path: 5
137648
+ span: 2
137649
+ span: 20
137650
+ span: 8
137651
+ }
137652
+ location: {
137653
+ path: 0
137654
+ path: 1
137655
+ path: 1
137656
+ path: 2
137657
+ path: 4
137658
+ span: 20
137659
+ span: 21
137660
+ span: 9
137661
+ }
137662
+ location: {
137663
+ path: 0
137664
+ path: 1
137665
+ path: 2
137666
+ path: 3
137667
+ path: 4
137668
+ span: 20
137669
+ span: 24
137670
+ span: 25
137671
+ }
137672
+ location: {
137673
+ leading_comments: " Name of the subreddit created\n"
137674
+ path: 1
137675
+ path: 1
137676
+ path: 2
137677
+ path: 4
137678
+ span: 2
137679
+ span: 22
137680
+ span: 28
137681
+ }
137682
+ location: {
137683
+ path: 1
137684
+ path: 1
137685
+ path: 2
137686
+ path: 4
137687
+ path: 5
137688
+ span: 2
137689
+ span: 22
137690
+ span: 8
137691
+ }
137692
+ location: {
137693
+ path: 1
137694
+ path: 1
137695
+ path: 1
137696
+ path: 2
137697
+ path: 4
137698
+ span: 22
137699
+ span: 23
137700
+ span: 9
137701
+ }
137702
+ location: {
137703
+ path: 1
137704
+ path: 1
137705
+ path: 2
137706
+ path: 3
137707
+ path: 4
137708
+ span: 22
137709
+ span: 26
137710
+ span: 27
137711
+ }
137712
+ }
137713
+ syntax: "proto3"
137714
+ }
137384
137715
  file: {
137385
137716
  dependency: "devvit/actor/reddit/context_action.proto"
137386
137717
  dependency: "devvit/runtime/bundle.proto"
@@ -301364,6 +301695,8 @@ file: {
301364
301695
  destination_file: "../../../devenv/src/generated/protos/devvit/events/v1alpha/wqcleanup.ts"
301365
301696
  destination_file: "../../../devenv/src/generated/protos/devvit/gateway/custom_post_snapshot.client.ts"
301366
301697
  destination_file: "../../../devenv/src/generated/protos/devvit/gateway/custom_post_snapshot.ts"
301698
+ destination_file: "../../../devenv/src/generated/protos/devvit/gateway/playtest_subreddit/playtest_subreddit.client.ts"
301699
+ destination_file: "../../../devenv/src/generated/protos/devvit/gateway/playtest_subreddit/playtest_subreddit.ts"
301367
301700
  destination_file: "../../../devenv/src/generated/protos/devvit/gateway/resolvers.client.ts"
301368
301701
  destination_file: "../../../devenv/src/generated/protos/devvit/gateway/resolvers.ts"
301369
301702
  destination_file: "../../../devenv/src/generated/protos/devvit/gateway/utils/v1alpha/app_health.client.ts"