@devvit/protos 0.11.0-next-2024-07-12-b7357c68f.0 → 0.11.0-next-2024-07-15-4a57db083.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. package/meta.min.json +16 -16
  2. package/package.json +5 -5
  3. package/protos.min.js +2 -2
  4. package/protos.min.js.map +2 -2
  5. package/schema/devvit/plugin/redditapi/common/common_msg.proto +6 -0
  6. package/schema/devvit/plugin/redditapi/flair/flair_svc.proto +10 -2
  7. package/schema/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +13 -2
  8. package/schema/devvit/plugin/redditapi/listings/listings_svc.proto +10 -2
  9. package/schema/devvit/plugin/redditapi/moderation/moderation_svc.proto +5 -1
  10. package/schema/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +10 -2
  11. package/schema/devvit/plugin/redditapi/users/users_svc.proto +5 -1
  12. package/types/devvit/plugin/redditapi/common/common_msg.d.ts +7 -0
  13. package/types/devvit/plugin/redditapi/common/common_msg.d.ts.map +1 -1
  14. package/types/devvit/plugin/redditapi/common/common_msg.js +17 -0
  15. package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts +10 -2
  16. package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts.map +1 -1
  17. package/types/devvit/plugin/redditapi/flair/flair_svc.js +100 -2
  18. package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +10 -2
  19. package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
  20. package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js +190 -2
  21. package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts +10 -2
  22. package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts.map +1 -1
  23. package/types/devvit/plugin/redditapi/listings/listings_svc.js +330 -2
  24. package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts +5 -1
  25. package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts.map +1 -1
  26. package/types/devvit/plugin/redditapi/moderation/moderation_svc.js +43 -1
  27. package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts +10 -2
  28. package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts.map +1 -1
  29. package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.js +168 -2
  30. package/types/devvit/plugin/redditapi/users/users_svc.d.ts +5 -1
  31. package/types/devvit/plugin/redditapi/users/users_svc.d.ts.map +1 -1
  32. package/types/devvit/plugin/redditapi/users/users_svc.js +53 -1
package/meta.min.json CHANGED
@@ -5111,7 +5111,7 @@
5111
5111
  "format": "esm"
5112
5112
  },
5113
5113
  "src/types/devvit/plugin/redditapi/common/common_msg.ts": {
5114
- "bytes": 175029,
5114
+ "bytes": 176006,
5115
5115
  "imports": [
5116
5116
  {
5117
5117
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7615,7 +7615,7 @@
7615
7615
  "format": "esm"
7616
7616
  },
7617
7617
  "src/types/devvit/plugin/redditapi/users/users_svc.ts": {
7618
- "bytes": 23878,
7618
+ "bytes": 24832,
7619
7619
  "imports": [
7620
7620
  {
7621
7621
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7687,7 +7687,7 @@
7687
7687
  "format": "esm"
7688
7688
  },
7689
7689
  "src/types/devvit/plugin/redditapi/subreddits/subreddits_svc.ts": {
7690
- "bytes": 59885,
7690
+ "bytes": 62964,
7691
7691
  "imports": [
7692
7692
  {
7693
7693
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7921,7 +7921,7 @@
7921
7921
  "format": "esm"
7922
7922
  },
7923
7923
  "src/types/devvit/plugin/redditapi/moderation/moderation_svc.ts": {
7924
- "bytes": 48088,
7924
+ "bytes": 48859,
7925
7925
  "imports": [
7926
7926
  {
7927
7927
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7983,7 +7983,7 @@
7983
7983
  "format": "esm"
7984
7984
  },
7985
7985
  "src/types/devvit/plugin/redditapi/listings/listings_svc.ts": {
7986
- "bytes": 19249,
7986
+ "bytes": 25368,
7987
7987
  "imports": [
7988
7988
  {
7989
7989
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8040,7 +8040,7 @@
8040
8040
  "format": "esm"
8041
8041
  },
8042
8042
  "src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.ts": {
8043
- "bytes": 37976,
8043
+ "bytes": 41461,
8044
8044
  "imports": [
8045
8045
  {
8046
8046
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8113,7 +8113,7 @@
8113
8113
  "format": "esm"
8114
8114
  },
8115
8115
  "src/types/devvit/plugin/redditapi/flair/flair_svc.ts": {
8116
- "bytes": 26571,
8116
+ "bytes": 28367,
8117
8117
  "imports": [
8118
8118
  {
8119
8119
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -9012,7 +9012,7 @@
9012
9012
  "imports": [],
9013
9013
  "exports": [],
9014
9014
  "inputs": {},
9015
- "bytes": 6744875
9015
+ "bytes": 6767821
9016
9016
  },
9017
9017
  "dist/protos.min.js": {
9018
9018
  "imports": [],
@@ -10378,7 +10378,7 @@
10378
10378
  "bytesInOutput": 10933
10379
10379
  },
10380
10380
  "src/types/devvit/plugin/redditapi/common/common_msg.ts": {
10381
- "bytesInOutput": 74899
10381
+ "bytesInOutput": 75314
10382
10382
  },
10383
10383
  "src/types/devvit/ui/effects/v1alpha/effect.ts": {
10384
10384
  "bytesInOutput": 4387
@@ -10651,13 +10651,13 @@
10651
10651
  "bytesInOutput": 89164
10652
10652
  },
10653
10653
  "src/types/devvit/plugin/redditapi/users/users_svc.ts": {
10654
- "bytesInOutput": 6684
10654
+ "bytesInOutput": 6884
10655
10655
  },
10656
10656
  "src/types/devvit/plugin/redditapi/users/users_msg.ts": {
10657
10657
  "bytesInOutput": 30624
10658
10658
  },
10659
10659
  "src/types/devvit/plugin/redditapi/subreddits/subreddits_svc.ts": {
10660
- "bytesInOutput": 16160
10660
+ "bytesInOutput": 16801
10661
10661
  },
10662
10662
  "src/types/devvit/plugin/redditapi/subreddits/subreddits_msg.ts": {
10663
10663
  "bytesInOutput": 292381
@@ -10684,19 +10684,19 @@
10684
10684
  "bytesInOutput": 17280
10685
10685
  },
10686
10686
  "src/types/devvit/plugin/redditapi/moderation/moderation_svc.ts": {
10687
- "bytesInOutput": 13213
10687
+ "bytesInOutput": 13380
10688
10688
  },
10689
10689
  "src/types/devvit/plugin/redditapi/moderation/moderation_msg.ts": {
10690
10690
  "bytesInOutput": 19778
10691
10691
  },
10692
10692
  "src/types/devvit/plugin/redditapi/listings/listings_svc.ts": {
10693
- "bytesInOutput": 4630
10693
+ "bytesInOutput": 5881
10694
10694
  },
10695
10695
  "src/types/devvit/plugin/redditapi/listings/listings_msg.ts": {
10696
10696
  "bytesInOutput": 17738
10697
10697
  },
10698
10698
  "src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.ts": {
10699
- "bytesInOutput": 9970
10699
+ "bytesInOutput": 10687
10700
10700
  },
10701
10701
  "src/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts": {
10702
10702
  "bytesInOutput": 27978
@@ -10708,7 +10708,7 @@
10708
10708
  "bytesInOutput": 3083
10709
10709
  },
10710
10710
  "src/types/devvit/plugin/redditapi/flair/flair_svc.ts": {
10711
- "bytesInOutput": 7269
10711
+ "bytesInOutput": 7647
10712
10712
  },
10713
10713
  "src/types/devvit/gateway/utils/v1alpha/utilities.ts": {
10714
10714
  "bytesInOutput": 8951
@@ -10732,7 +10732,7 @@
10732
10732
  "bytesInOutput": 879
10733
10733
  }
10734
10734
  },
10735
- "bytes": 1805178
10735
+ "bytes": 1808947
10736
10736
  }
10737
10737
  }
10738
10738
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.0-next-2024-07-12-b7357c68f.0",
3
+ "version": "0.11.0-next-2024-07-15-4a57db083.0",
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.11.0-next-2024-07-12-b7357c68f.0",
48
- "@devvit/repo-tools": "0.11.0-next-2024-07-12-b7357c68f.0",
49
- "@devvit/tsconfig": "0.11.0-next-2024-07-12-b7357c68f.0",
47
+ "@devvit/eslint-config": "0.11.0-next-2024-07-15-4a57db083.0",
48
+ "@devvit/repo-tools": "0.11.0-next-2024-07-15-4a57db083.0",
49
+ "@devvit/tsconfig": "0.11.0-next-2024-07-15-4a57db083.0",
50
50
  "@types/long": "4.0.2",
51
51
  "chokidar-cli": "3.0.0",
52
52
  "esbuild": "0.18.12",
@@ -79,5 +79,5 @@
79
79
  ]
80
80
  }
81
81
  },
82
- "gitHead": "9e094672572731dd9e45ed6547038276d83425e6"
82
+ "gitHead": "4f447a0421f1c41759ca222eecfde38d87689fd6"
83
83
  }