@devvit/protos 0.11.1-next-2024-10-15-a75f72509.0 → 0.11.1-next-2024-10-15-d76641fc5.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.
@@ -41,6 +41,12 @@ message AppSearchRequest {
41
41
  message GetAppBySlugRequest {
42
42
  // What is the slug of the app?
43
43
  string slug = 1;
44
+ // How many versions of the app, at most, should we return?
45
+ optional int32 limit = 2;
46
+ // How many versions of the app should we skip? (Useful for pagination!)
47
+ optional int32 offset = 3;
48
+ // Should we include prerelease versions?
49
+ optional bool include_prerelease_versions = 4;
44
50
  }
45
51
 
46
52
  message GetAllWithOwnerRequest {
@@ -25,8 +25,8 @@ message PersistedQueryRequest {
25
25
 
26
26
  message QueryResponse {
27
27
  google.protobuf.Struct data = 1;
28
- repeated GraphQLError errors = 2;
29
- optional bool ok = 3;
28
+ repeated GraphQLError errors = 2 [deprecated = true];
29
+ optional bool ok = 3 [deprecated = true];
30
30
  }
31
31
 
32
32
  message GraphQLError {
@@ -1,5 +1,5 @@
1
1
  ## Code generated by protoc, converted to text by Snootobuf. DO NOT EDIT.
2
- ## checksum: f2e93ee271fed95b5404e5dcb3631645c2af385e89a90d10a586beeb7f11a099
2
+ ## checksum: 26d44034004ed8364d55297221db74fe9ee0ce64b7769fc1c153af591c62e9e1
3
3
 
4
4
  file: {
5
5
  message_type: {
@@ -149929,6 +149929,9 @@ file: {
149929
149929
  label: LABEL_REPEATED
149930
149930
  name: "errors"
149931
149931
  number: 2
149932
+ options: {
149933
+ deprecated: true
149934
+ }
149932
149935
  type: TYPE_MESSAGE
149933
149936
  type_name: ".devvit.plugin.redditapi.graphql.GraphQLError"
149934
149937
  }
@@ -149938,6 +149941,9 @@ file: {
149938
149941
  name: "ok"
149939
149942
  number: 3
149940
149943
  oneof_index: 0
149944
+ options: {
149945
+ deprecated: true
149946
+ }
149941
149947
  proto3_optional: true
149942
149948
  type: TYPE_BOOL
149943
149949
  }
@@ -150335,7 +150341,7 @@ file: {
150335
150341
  path: 4
150336
150342
  span: 2
150337
150343
  span: 27
150338
- span: 35
150344
+ span: 53
150339
150345
  }
150340
150346
  location: {
150341
150347
  path: 1
@@ -150377,14 +150383,35 @@ file: {
150377
150383
  span: 33
150378
150384
  span: 34
150379
150385
  }
150386
+ location: {
150387
+ path: 1
150388
+ path: 2
150389
+ path: 2
150390
+ path: 4
150391
+ path: 8
150392
+ span: 27
150393
+ span: 35
150394
+ span: 52
150395
+ }
150396
+ location: {
150397
+ path: 1
150398
+ path: 2
150399
+ path: 2
150400
+ path: 3
150401
+ path: 4
150402
+ path: 8
150403
+ span: 27
150404
+ span: 36
150405
+ span: 51
150406
+ }
150380
150407
  location: {
150381
150408
  path: 2
150382
150409
  path: 2
150383
150410
  path: 2
150384
150411
  path: 4
150385
150412
  span: 2
150386
- span: 23
150387
150413
  span: 28
150414
+ span: 41
150388
150415
  }
150389
150416
  location: {
150390
150417
  path: 2
@@ -150426,6 +150453,27 @@ file: {
150426
150453
  span: 22
150427
150454
  span: 28
150428
150455
  }
150456
+ location: {
150457
+ path: 2
150458
+ path: 2
150459
+ path: 2
150460
+ path: 4
150461
+ path: 8
150462
+ span: 23
150463
+ span: 28
150464
+ span: 40
150465
+ }
150466
+ location: {
150467
+ path: 2
150468
+ path: 2
150469
+ path: 2
150470
+ path: 3
150471
+ path: 4
150472
+ path: 8
150473
+ span: 24
150474
+ span: 28
150475
+ span: 39
150476
+ }
150429
150477
  location: {
150430
150478
  path: 3
150431
150479
  path: 4