@devvit/protos 0.10.23-next-2024-07-24-282f4c343.0 → 0.10.23

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.23-next-2024-07-24-282f4c343.0",
3
+ "version": "0.10.23",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,9 +44,9 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@ampproject/filesize": "4.3.0",
47
- "@devvit/eslint-config": "0.10.23-next-2024-07-24-282f4c343.0",
48
- "@devvit/repo-tools": "0.10.23-next-2024-07-24-282f4c343.0",
49
- "@devvit/tsconfig": "0.10.23-next-2024-07-24-282f4c343.0",
47
+ "@devvit/eslint-config": "0.10.23",
48
+ "@devvit/repo-tools": "0.10.23",
49
+ "@devvit/tsconfig": "0.10.23",
50
50
  "@types/long": "4.0.2",
51
51
  "chokidar-cli": "3.0.0",
52
52
  "esbuild": "0.18.12",
@@ -76,5 +76,5 @@
76
76
  ]
77
77
  }
78
78
  },
79
- "gitHead": "78b524a6364d078abf1b183e57b6a23fe05a25fb"
79
+ "gitHead": "cd95eeac8b06236c1cb8933a215374e4fb0e2455"
80
80
  }
@@ -375,7 +375,7 @@ message PostNsfwUpdate {
375
375
 
376
376
  devvit.reddit.v2alpha.PostV2 post = 1;
377
377
  devvit.reddit.v2alpha.UserV2 author = 2;
378
- bool is_nsfw = 3 [(devvit.options.v2_event_path) = "target_post.nsfw"];
378
+ bool is_nsfw = 3 [(devvit.options.v2_event_path) = "post.nsfw"];
379
379
 
380
380
  devvit.reddit.v2alpha.SubredditV2 subreddit = 10 [(devvit.options.secondary_hydration_path) = "post.subreddit_id"];
381
381
  }
@@ -403,7 +403,7 @@ message PostSpoilerUpdate {
403
403
  };
404
404
  devvit.reddit.v2alpha.PostV2 post = 1;
405
405
  devvit.reddit.v2alpha.UserV2 author = 2;
406
- bool is_spoiler = 4 [(devvit.options.v2_event_path) = "target_post.spoiler"];
406
+ bool is_spoiler = 4 [(devvit.options.v2_event_path) = "post.spoiler"];
407
407
 
408
408
  devvit.reddit.v2alpha.SubredditV2 subreddit = 10 [(devvit.options.secondary_hydration_path) = "post.subreddit_id"];
409
409
  }