@devvit/protos 0.12.0-next-2025-04-24-137462f28.0 → 0.12.0-next-2025-04-28-276a82082.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.
- package/meta.min.json +22 -12
- package/package.json +6 -6
- package/protos.min.js +1 -1
- package/protos.min.js.map +3 -3
- package/schema/devvit/plugin/redditapi/common/common_msg.proto +12 -1
- package/schema/devvit/ui/effects/v1alpha/show_form.proto +5 -0
- package/schema/devvit/ui/effects/web_view/v1alpha/post_message.proto +2 -0
- package/schema/devvit/ui/events/v1alpha/event.proto +1 -0
- package/schema/devvit/ui/events/v1alpha/web_view.proto +10 -0
- package/schema/snootobuf.devenv.lock +1150 -521
- package/schema/snootobuf.lock +1150 -521
- package/schema/snootobuf.redditapi.lock +1150 -521
- package/schema/snootobuf.ts.lock +1150 -521
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts +19 -0
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/common/common_msg.js +110 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +20 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts +80 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts +71 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts +10 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts +20 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts +10 -0
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts.map +1 -1
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts +24 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/show_form.d.ts +13 -0
- package/types/devvit/ui/effects/v1alpha/show_form.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/show_form.js +52 -0
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.d.ts +1 -0
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.js +15 -1
- package/types/devvit/ui/events/v1alpha/event.d.ts +2 -1
- package/types/devvit/ui/events/v1alpha/event.d.ts.map +1 -1
- package/types/devvit/ui/events/v1alpha/event.js +18 -1
- package/types/devvit/ui/events/v1alpha/web_view.d.ts +16 -0
- package/types/devvit/ui/events/v1alpha/web_view.d.ts.map +1 -1
- package/types/devvit/ui/events/v1alpha/web_view.js +87 -0
package/meta.min.json
CHANGED
@@ -816,8 +816,13 @@
|
|
816
816
|
"format": "esm"
|
817
817
|
},
|
818
818
|
"src/types/devvit/plugin/redditapi/common/common_msg.ts": {
|
819
|
-
"bytes":
|
819
|
+
"bytes": 183468,
|
820
820
|
"imports": [
|
821
|
+
{
|
822
|
+
"path": "../../node_modules/long/src/long.js",
|
823
|
+
"kind": "import-statement",
|
824
|
+
"original": "long"
|
825
|
+
},
|
821
826
|
{
|
822
827
|
"path": "../../node_modules/protobufjs/minimal.js",
|
823
828
|
"kind": "import-statement",
|
@@ -868,7 +873,7 @@
|
|
868
873
|
"format": "esm"
|
869
874
|
},
|
870
875
|
"src/types/devvit/ui/effects/web_view/v1alpha/post_message.ts": {
|
871
|
-
"bytes":
|
876
|
+
"bytes": 16573,
|
872
877
|
"imports": [
|
873
878
|
{
|
874
879
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -5435,7 +5440,7 @@
|
|
5435
5440
|
"format": "esm"
|
5436
5441
|
},
|
5437
5442
|
"src/types/devvit/ui/effects/v1alpha/show_form.ts": {
|
5438
|
-
"bytes":
|
5443
|
+
"bytes": 10590,
|
5439
5444
|
"imports": [
|
5440
5445
|
{
|
5441
5446
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -6902,7 +6907,7 @@
|
|
6902
6907
|
"format": "esm"
|
6903
6908
|
},
|
6904
6909
|
"src/types/devvit/ui/events/v1alpha/web_view.ts": {
|
6905
|
-
"bytes":
|
6910
|
+
"bytes": 12967,
|
6906
6911
|
"imports": [
|
6907
6912
|
{
|
6908
6913
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -6918,12 +6923,17 @@
|
|
6918
6923
|
"path": "src/types/typeRegistry.ts",
|
6919
6924
|
"kind": "import-statement",
|
6920
6925
|
"original": "../../../../typeRegistry.js"
|
6926
|
+
},
|
6927
|
+
{
|
6928
|
+
"path": "src/types/devvit/ui/effects/v1alpha/show_form.ts",
|
6929
|
+
"kind": "import-statement",
|
6930
|
+
"original": "../../effects/v1alpha/show_form.js"
|
6921
6931
|
}
|
6922
6932
|
],
|
6923
6933
|
"format": "esm"
|
6924
6934
|
},
|
6925
6935
|
"src/types/devvit/ui/events/v1alpha/event.ts": {
|
6926
|
-
"bytes":
|
6936
|
+
"bytes": 29593,
|
6927
6937
|
"imports": [
|
6928
6938
|
{
|
6929
6939
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -7373,7 +7383,7 @@
|
|
7373
7383
|
"imports": [],
|
7374
7384
|
"exports": [],
|
7375
7385
|
"inputs": {},
|
7376
|
-
"bytes":
|
7386
|
+
"bytes": 5421586
|
7377
7387
|
},
|
7378
7388
|
"dist/protos.min.js": {
|
7379
7389
|
"imports": [],
|
@@ -7635,7 +7645,7 @@
|
|
7635
7645
|
"bytesInOutput": 10456
|
7636
7646
|
},
|
7637
7647
|
"src/types/devvit/plugin/redditapi/common/common_msg.ts": {
|
7638
|
-
"bytesInOutput":
|
7648
|
+
"bytesInOutput": 78179
|
7639
7649
|
},
|
7640
7650
|
"src/types/google/protobuf/any.ts": {
|
7641
7651
|
"bytesInOutput": 1378
|
@@ -7665,7 +7675,7 @@
|
|
7665
7675
|
"bytesInOutput": 1091
|
7666
7676
|
},
|
7667
7677
|
"src/types/devvit/ui/effects/web_view/v1alpha/post_message.ts": {
|
7668
|
-
"bytesInOutput":
|
7678
|
+
"bytesInOutput": 5974
|
7669
7679
|
},
|
7670
7680
|
"src/types/devvit/ui/effects/v1alpha/create_order.ts": {
|
7671
7681
|
"bytesInOutput": 4527
|
@@ -7692,7 +7702,7 @@
|
|
7692
7702
|
"bytesInOutput": 836
|
7693
7703
|
},
|
7694
7704
|
"src/types/devvit/ui/effects/v1alpha/show_form.ts": {
|
7695
|
-
"bytesInOutput":
|
7705
|
+
"bytesInOutput": 3853
|
7696
7706
|
},
|
7697
7707
|
"src/types/devvit/ui/effects/v1alpha/show_toast.ts": {
|
7698
7708
|
"bytesInOutput": 1313
|
@@ -7854,16 +7864,16 @@
|
|
7854
7864
|
"bytesInOutput": 1419
|
7855
7865
|
},
|
7856
7866
|
"src/types/devvit/ui/events/v1alpha/event.ts": {
|
7857
|
-
"bytesInOutput":
|
7867
|
+
"bytesInOutput": 12031
|
7858
7868
|
},
|
7859
7869
|
"src/types/devvit/ui/events/v1alpha/web_view.ts": {
|
7860
|
-
"bytesInOutput":
|
7870
|
+
"bytesInOutput": 4926
|
7861
7871
|
},
|
7862
7872
|
"src/types/devvit/ui/events/v1alpha/handle_ui.ts": {
|
7863
7873
|
"bytesInOutput": 2438
|
7864
7874
|
}
|
7865
7875
|
},
|
7866
|
-
"bytes":
|
7876
|
+
"bytes": 1402880
|
7867
7877
|
}
|
7868
7878
|
}
|
7869
7879
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.12.0-next-2025-04-
|
3
|
+
"version": "0.12.0-next-2025-04-28-276a82082.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -45,8 +45,8 @@
|
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@ampproject/filesize": "4.3.0",
|
48
|
-
"@devvit/repo-tools": "0.12.0-next-2025-04-
|
49
|
-
"@devvit/tsconfig": "0.12.0-next-2025-04-
|
48
|
+
"@devvit/repo-tools": "0.12.0-next-2025-04-28-276a82082.0",
|
49
|
+
"@devvit/tsconfig": "0.12.0-next-2025-04-28-276a82082.0",
|
50
50
|
"@protobuf-ts/plugin": "2.9.3",
|
51
51
|
"@types/long": "4.0.2",
|
52
52
|
"chokidar-cli": "3.0.0",
|
@@ -63,8 +63,8 @@
|
|
63
63
|
},
|
64
64
|
"filesize": {
|
65
65
|
"dist/protos.min.js": {
|
66
|
-
"gzip": "
|
67
|
-
"none": "
|
66
|
+
"gzip": "184 KB",
|
67
|
+
"none": "1371 KB"
|
68
68
|
}
|
69
69
|
},
|
70
70
|
"typesVersions": {
|
@@ -80,5 +80,5 @@
|
|
80
80
|
]
|
81
81
|
}
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "67447f61a9459bee03909b59c8889a915e2be256"
|
84
84
|
}
|