@devvit/protos 0.11.8-next-2025-02-10-4d44fb2af.0 → 0.11.8-next-2025-02-10-c496a14e8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/meta.min.json +9 -4
- package/package.json +4 -4
- package/protos.min.js +1 -1
- package/protos.min.js.map +3 -3
- package/schema/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +3 -0
- package/schema/snootobuf.devenv.lock +444 -388
- package/schema/snootobuf.lock +444 -388
- package/schema/snootobuf.redditapi.lock +444 -388
- package/schema/snootobuf.ts.lock +444 -388
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts +2 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js +16 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +4 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
@@ -4,6 +4,7 @@ package devvit.plugin.redditapi.linksandcomments;
|
|
4
4
|
|
5
5
|
import "devvit/reddit/comment.proto";
|
6
6
|
import "google/protobuf/any.proto";
|
7
|
+
import "google/protobuf/struct.proto";
|
7
8
|
import "google/protobuf/wrappers.proto";
|
8
9
|
|
9
10
|
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/plugin/redditapi";
|
@@ -198,6 +199,8 @@ message SubmitRequest {
|
|
198
199
|
google.protobuf.StringValue crosspost_fullname = 20;
|
199
200
|
// Fallback option of a developer platform experience as rich-text
|
200
201
|
google.protobuf.StringValue richtext_fallback = 21;
|
202
|
+
// If `kind` is "image" this must be set to the images URLs
|
203
|
+
google.protobuf.ListValue image_urls = 22;
|
201
204
|
|
202
205
|
// Removed fields
|
203
206
|
reserved 11;
|