@devvit/protos 0.10.21-next-2024-05-20-655c837b7.0 → 0.10.21-next-2024-05-20-724913735.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.21-next-2024-05-20-655c837b7.0",
3
+ "version": "0.10.21-next-2024-05-20-724913735.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "@ampproject/filesize": "4.3.0",
47
47
  "@devvit/eslint-config": "0.10.20",
48
48
  "@devvit/repo-tools": "0.10.20",
49
- "@devvit/tsconfig": "0.10.21-next-2024-05-20-655c837b7.0",
49
+ "@devvit/tsconfig": "0.10.21-next-2024-05-20-724913735.0",
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": "b4223f11df1eade3acefc0bac0f25c9c55d74058"
79
+ "gitHead": "c026fbb0a3522c2fe497b228444922c10935ade6"
80
80
  }
@@ -219,6 +219,12 @@ message ModActionFirehose {
219
219
  google.protobuf.Timestamp actioned_at = 3 [(buf.validate.field).required = true];
220
220
  // Lists the subreddit associated with the action.
221
221
  SubredditFirehose subreddit = 10 [(buf.validate.field).required = true];
222
+
223
+ // The permalink for the post or comment that received the mod action.
224
+ string permalink = 4 [(buf.validate.field).required = true];
225
+
226
+ // The timestamp indicating when the mod action occurred on the post or comment.
227
+ google.protobuf.Timestamp created_at = 5 [(buf.validate.field).required = true];
222
228
  }
223
229
 
224
230
  // Info about Post