@devvit/protos 0.10.21-next-2024-05-23-a3601e4a0.0 → 0.10.21-next-2024-05-23-144fa68ba.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-23-a3601e4a0.0",
3
+ "version": "0.10.21-next-2024-05-23-144fa68ba.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-23-a3601e4a0.0",
49
+ "@devvit/tsconfig": "0.10.21-next-2024-05-23-144fa68ba.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": "b5d56f418b71fecb9325038ea796da0d718d1d61"
79
+ "gitHead": "c48c2f317de3f553ca34b9dd24b585f9433422c0"
80
80
  }
@@ -221,10 +221,10 @@ message ModActionFirehose {
221
221
  SubredditFirehose subreddit = 10 [(buf.validate.field).required = true];
222
222
 
223
223
  // The permalink for the post or comment that received the mod action.
224
- string permalink = 4 [(buf.validate.field).required = true];
224
+ optional string permalink = 4 [(buf.validate.field).required = false];
225
225
 
226
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 = false];
227
+ optional google.protobuf.Timestamp created_at = 5 [(buf.validate.field).required = false];
228
228
  }
229
229
 
230
230
  // Info about Post