@devvit/public-api 0.11.4-next-2024-12-06-7cbfed15f.0 → 0.11.4-next-2024-12-07-be2205f63.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.
Files changed (4) hide show
  1. package/meta.json +535 -151
  2. package/package.json +6 -6
  3. package/public-api.d.ts +455 -434
  4. package/public-api.iife.js +6303 -2248
package/meta.json CHANGED
@@ -2618,13 +2618,18 @@
2618
2618
  ],
2619
2619
  "format": "cjs"
2620
2620
  },
2621
+ "../protos/dist/types/typeRegistry.js": {
2622
+ "bytes": 123,
2623
+ "imports": [],
2624
+ "format": "esm"
2625
+ },
2621
2626
  "../../node_modules/long/src/long.js": {
2622
2627
  "bytes": 40100,
2623
2628
  "imports": [],
2624
2629
  "format": "cjs"
2625
2630
  },
2626
2631
  "../protos/dist/types/google/protobuf/timestamp.js": {
2627
- "bytes": 2615,
2632
+ "bytes": 2729,
2628
2633
  "imports": [
2629
2634
  {
2630
2635
  "path": "../../node_modules/long/src/long.js",
@@ -2635,12 +2640,17 @@
2635
2640
  "path": "../../node_modules/protobufjs/minimal.js",
2636
2641
  "kind": "import-statement",
2637
2642
  "original": "protobufjs/minimal.js"
2643
+ },
2644
+ {
2645
+ "path": "../protos/dist/types/typeRegistry.js",
2646
+ "kind": "import-statement",
2647
+ "original": "../../typeRegistry.js"
2638
2648
  }
2639
2649
  ],
2640
2650
  "format": "esm"
2641
2651
  },
2642
2652
  "../protos/dist/types/devvit/reddit/v2alpha/commentv2.js": {
2643
- "bytes": 13201,
2653
+ "bytes": 13318,
2644
2654
  "imports": [
2645
2655
  {
2646
2656
  "path": "../../node_modules/long/src/long.js",
@@ -2651,23 +2661,33 @@
2651
2661
  "path": "../../node_modules/protobufjs/minimal.js",
2652
2662
  "kind": "import-statement",
2653
2663
  "original": "protobufjs/minimal.js"
2664
+ },
2665
+ {
2666
+ "path": "../protos/dist/types/typeRegistry.js",
2667
+ "kind": "import-statement",
2668
+ "original": "../../../typeRegistry.js"
2654
2669
  }
2655
2670
  ],
2656
2671
  "format": "esm"
2657
2672
  },
2658
2673
  "../protos/dist/types/devvit/reddit/v2alpha/flair.js": {
2659
- "bytes": 9698,
2674
+ "bytes": 9876,
2660
2675
  "imports": [
2661
2676
  {
2662
2677
  "path": "../../node_modules/protobufjs/minimal.js",
2663
2678
  "kind": "import-statement",
2664
2679
  "original": "protobufjs/minimal.js"
2680
+ },
2681
+ {
2682
+ "path": "../protos/dist/types/typeRegistry.js",
2683
+ "kind": "import-statement",
2684
+ "original": "../../../typeRegistry.js"
2665
2685
  }
2666
2686
  ],
2667
2687
  "format": "esm"
2668
2688
  },
2669
2689
  "../protos/dist/types/devvit/reddit/v2alpha/postv2.js": {
2670
- "bytes": 49292,
2690
+ "bytes": 49564,
2671
2691
  "imports": [
2672
2692
  {
2673
2693
  "path": "../../node_modules/long/src/long.js",
@@ -2679,6 +2699,11 @@
2679
2699
  "kind": "import-statement",
2680
2700
  "original": "protobufjs/minimal.js"
2681
2701
  },
2702
+ {
2703
+ "path": "../protos/dist/types/typeRegistry.js",
2704
+ "kind": "import-statement",
2705
+ "original": "../../../typeRegistry.js"
2706
+ },
2682
2707
  {
2683
2708
  "path": "../protos/dist/types/devvit/reddit/v2alpha/flair.js",
2684
2709
  "kind": "import-statement",
@@ -2688,18 +2713,23 @@
2688
2713
  "format": "esm"
2689
2714
  },
2690
2715
  "../protos/dist/types/devvit/reddit/v2alpha/subredditv2.js": {
2691
- "bytes": 11130,
2716
+ "bytes": 11251,
2692
2717
  "imports": [
2693
2718
  {
2694
2719
  "path": "../../node_modules/protobufjs/minimal.js",
2695
2720
  "kind": "import-statement",
2696
2721
  "original": "protobufjs/minimal.js"
2722
+ },
2723
+ {
2724
+ "path": "../protos/dist/types/typeRegistry.js",
2725
+ "kind": "import-statement",
2726
+ "original": "../../../typeRegistry.js"
2697
2727
  }
2698
2728
  ],
2699
2729
  "format": "esm"
2700
2730
  },
2701
2731
  "../protos/dist/types/devvit/reddit/v2alpha/userv2.js": {
2702
- "bytes": 8362,
2732
+ "bytes": 8473,
2703
2733
  "imports": [
2704
2734
  {
2705
2735
  "path": "../../node_modules/long/src/long.js",
@@ -2711,6 +2741,11 @@
2711
2741
  "kind": "import-statement",
2712
2742
  "original": "protobufjs/minimal.js"
2713
2743
  },
2744
+ {
2745
+ "path": "../protos/dist/types/typeRegistry.js",
2746
+ "kind": "import-statement",
2747
+ "original": "../../../typeRegistry.js"
2748
+ },
2714
2749
  {
2715
2750
  "path": "../protos/dist/types/devvit/reddit/v2alpha/flair.js",
2716
2751
  "kind": "import-statement",
@@ -2720,7 +2755,7 @@
2720
2755
  "format": "esm"
2721
2756
  },
2722
2757
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
2723
- "bytes": 91156,
2758
+ "bytes": 92570,
2724
2759
  "imports": [
2725
2760
  {
2726
2761
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -2732,6 +2767,11 @@
2732
2767
  "kind": "import-statement",
2733
2768
  "original": "../../../google/protobuf/timestamp.js"
2734
2769
  },
2770
+ {
2771
+ "path": "../protos/dist/types/typeRegistry.js",
2772
+ "kind": "import-statement",
2773
+ "original": "../../../typeRegistry.js"
2774
+ },
2735
2775
  {
2736
2776
  "path": "../protos/dist/types/devvit/reddit/v2alpha/commentv2.js",
2737
2777
  "kind": "import-statement",
@@ -2756,7 +2796,7 @@
2756
2796
  "format": "esm"
2757
2797
  },
2758
2798
  "../protos/dist/types/devvit/reddit/v2alpha/modaction.js": {
2759
- "bytes": 11300,
2799
+ "bytes": 11417,
2760
2800
  "imports": [
2761
2801
  {
2762
2802
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -2768,6 +2808,11 @@
2768
2808
  "kind": "import-statement",
2769
2809
  "original": "../../../google/protobuf/timestamp.js"
2770
2810
  },
2811
+ {
2812
+ "path": "../protos/dist/types/typeRegistry.js",
2813
+ "kind": "import-statement",
2814
+ "original": "../../../typeRegistry.js"
2815
+ },
2771
2816
  {
2772
2817
  "path": "../protos/dist/types/devvit/reddit/v2alpha/commentv2.js",
2773
2818
  "kind": "import-statement",
@@ -2792,7 +2837,7 @@
2792
2837
  "format": "esm"
2793
2838
  },
2794
2839
  "../protos/dist/types/devvit/reddit/v2alpha/modmail.js": {
2795
- "bytes": 9342,
2840
+ "bytes": 9455,
2796
2841
  "imports": [
2797
2842
  {
2798
2843
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -2804,6 +2849,11 @@
2804
2849
  "kind": "import-statement",
2805
2850
  "original": "../../../google/protobuf/timestamp.js"
2806
2851
  },
2852
+ {
2853
+ "path": "../protos/dist/types/typeRegistry.js",
2854
+ "kind": "import-statement",
2855
+ "original": "../../../typeRegistry.js"
2856
+ },
2807
2857
  {
2808
2858
  "path": "../protos/dist/types/devvit/reddit/v2alpha/subredditv2.js",
2809
2859
  "kind": "import-statement",
@@ -2818,13 +2868,18 @@
2818
2868
  "format": "esm"
2819
2869
  },
2820
2870
  "../protos/dist/types/devvit/actor/automation/v1alpha/event_handlers.js": {
2821
- "bytes": 25272,
2871
+ "bytes": 25400,
2822
2872
  "imports": [
2823
2873
  {
2824
2874
  "path": "../../node_modules/protobufjs/minimal.js",
2825
2875
  "kind": "import-statement",
2826
2876
  "original": "protobufjs/minimal.js"
2827
2877
  },
2878
+ {
2879
+ "path": "../protos/dist/types/typeRegistry.js",
2880
+ "kind": "import-statement",
2881
+ "original": "../../../../typeRegistry.js"
2882
+ },
2828
2883
  {
2829
2884
  "path": "../protos/dist/types/devvit/events/v1alpha/events.js",
2830
2885
  "kind": "import-statement",
@@ -2849,13 +2904,18 @@
2849
2904
  "format": "esm"
2850
2905
  },
2851
2906
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
2852
- "bytes": 12404,
2907
+ "bytes": 12795,
2853
2908
  "imports": [
2854
2909
  {
2855
2910
  "path": "../../node_modules/protobufjs/minimal.js",
2856
2911
  "kind": "import-statement",
2857
2912
  "original": "protobufjs/minimal.js"
2858
2913
  },
2914
+ {
2915
+ "path": "../protos/dist/types/typeRegistry.js",
2916
+ "kind": "import-statement",
2917
+ "original": "../../../../typeRegistry.js"
2918
+ },
2859
2919
  {
2860
2920
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js",
2861
2921
  "kind": "import-statement",
@@ -2865,13 +2925,18 @@
2865
2925
  "format": "esm"
2866
2926
  },
2867
2927
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
2868
- "bytes": 36999,
2928
+ "bytes": 37768,
2869
2929
  "imports": [
2870
2930
  {
2871
2931
  "path": "../../node_modules/protobufjs/minimal.js",
2872
2932
  "kind": "import-statement",
2873
2933
  "original": "protobufjs/minimal.js"
2874
2934
  },
2935
+ {
2936
+ "path": "../protos/dist/types/typeRegistry.js",
2937
+ "kind": "import-statement",
2938
+ "original": "../../../../typeRegistry.js"
2939
+ },
2875
2940
  {
2876
2941
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js",
2877
2942
  "kind": "import-statement",
@@ -2886,13 +2951,18 @@
2886
2951
  "format": "esm"
2887
2952
  },
2888
2953
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
2889
- "bytes": 4979,
2954
+ "bytes": 5089,
2890
2955
  "imports": [
2891
2956
  {
2892
2957
  "path": "../../node_modules/protobufjs/minimal.js",
2893
2958
  "kind": "import-statement",
2894
2959
  "original": "protobufjs/minimal.js"
2895
2960
  },
2961
+ {
2962
+ "path": "../protos/dist/types/typeRegistry.js",
2963
+ "kind": "import-statement",
2964
+ "original": "../../../../typeRegistry.js"
2965
+ },
2896
2966
  {
2897
2967
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js",
2898
2968
  "kind": "import-statement",
@@ -2902,13 +2972,18 @@
2902
2972
  "format": "esm"
2903
2973
  },
2904
2974
  "../protos/dist/types/devvit/actor/settings/v1alpha/shared.js": {
2905
- "bytes": 14655,
2975
+ "bytes": 15212,
2906
2976
  "imports": [
2907
2977
  {
2908
2978
  "path": "../../node_modules/protobufjs/minimal.js",
2909
2979
  "kind": "import-statement",
2910
2980
  "original": "protobufjs/minimal.js"
2911
2981
  },
2982
+ {
2983
+ "path": "../protos/dist/types/typeRegistry.js",
2984
+ "kind": "import-statement",
2985
+ "original": "../../../../typeRegistry.js"
2986
+ },
2912
2987
  {
2913
2988
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js",
2914
2989
  "kind": "import-statement",
@@ -2939,18 +3014,23 @@
2939
3014
  "format": "esm"
2940
3015
  },
2941
3016
  "../protos/dist/types/google/protobuf/empty.js": {
2942
- "bytes": 1093,
3017
+ "bytes": 1199,
2943
3018
  "imports": [
2944
3019
  {
2945
3020
  "path": "../../node_modules/protobufjs/minimal.js",
2946
3021
  "kind": "import-statement",
2947
3022
  "original": "protobufjs/minimal.js"
3023
+ },
3024
+ {
3025
+ "path": "../protos/dist/types/typeRegistry.js",
3026
+ "kind": "import-statement",
3027
+ "original": "../../typeRegistry.js"
2948
3028
  }
2949
3029
  ],
2950
3030
  "format": "esm"
2951
3031
  },
2952
3032
  "../protos/dist/types/devvit/actor/user_configurable/user_configurable.js": {
2953
- "bytes": 11058,
3033
+ "bytes": 11293,
2954
3034
  "imports": [
2955
3035
  {
2956
3036
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -2961,39 +3041,60 @@
2961
3041
  "path": "../protos/dist/types/google/protobuf/empty.js",
2962
3042
  "kind": "import-statement",
2963
3043
  "original": "../../../google/protobuf/empty.js"
3044
+ },
3045
+ {
3046
+ "path": "../protos/dist/types/typeRegistry.js",
3047
+ "kind": "import-statement",
3048
+ "original": "../../../typeRegistry.js"
2964
3049
  }
2965
3050
  ],
2966
3051
  "format": "esm"
2967
3052
  },
2968
3053
  "../protos/dist/lib/Types.js": {
2969
- "bytes": 1100,
2970
- "imports": [],
3054
+ "bytes": 2531,
3055
+ "imports": [
3056
+ {
3057
+ "path": "../protos/dist/types/typeRegistry.js",
3058
+ "kind": "import-statement",
3059
+ "original": "../types/typeRegistry.js"
3060
+ }
3061
+ ],
2971
3062
  "format": "esm"
2972
3063
  },
2973
3064
  "../protos/dist/types/google/protobuf/any.js": {
2974
- "bytes": 2999,
3065
+ "bytes": 3101,
2975
3066
  "imports": [
2976
3067
  {
2977
3068
  "path": "../../node_modules/protobufjs/minimal.js",
2978
3069
  "kind": "import-statement",
2979
3070
  "original": "protobufjs/minimal.js"
3071
+ },
3072
+ {
3073
+ "path": "../protos/dist/types/typeRegistry.js",
3074
+ "kind": "import-statement",
3075
+ "original": "../../typeRegistry.js"
2980
3076
  }
2981
3077
  ],
2982
3078
  "format": "esm"
2983
3079
  },
2984
3080
  "../protos/dist/types/google/protobuf/struct.js": {
2985
- "bytes": 14571,
3081
+ "bytes": 14848,
2986
3082
  "imports": [
2987
3083
  {
2988
3084
  "path": "../../node_modules/protobufjs/minimal.js",
2989
3085
  "kind": "import-statement",
2990
3086
  "original": "protobufjs/minimal.js"
3087
+ },
3088
+ {
3089
+ "path": "../protos/dist/types/typeRegistry.js",
3090
+ "kind": "import-statement",
3091
+ "original": "../../typeRegistry.js"
2991
3092
  }
2992
3093
  ],
2993
3094
  "format": "esm"
2994
3095
  },
2995
3096
  "../protos/dist/types/google/protobuf/wrappers.js": {
2996
- "bytes": 15156,
3097
+ "bytes": 15718,
2997
3098
  "imports": [
2998
3099
  {
2999
3100
  "path": "../../node_modules/long/src/long.js",
@@ -3004,12 +3105,17 @@
3004
3105
  "path": "../../node_modules/protobufjs/minimal.js",
3005
3106
  "kind": "import-statement",
3006
3107
  "original": "protobufjs/minimal.js"
3108
+ },
3109
+ {
3110
+ "path": "../protos/dist/types/typeRegistry.js",
3111
+ "kind": "import-statement",
3112
+ "original": "../../typeRegistry.js"
3007
3113
  }
3008
3114
  ],
3009
3115
  "format": "esm"
3010
3116
  },
3011
3117
  "../protos/dist/types/devvit/reddit/common.js": {
3012
- "bytes": 53915,
3118
+ "bytes": 54474,
3013
3119
  "imports": [
3014
3120
  {
3015
3121
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3020,12 +3126,17 @@
3020
3126
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
3021
3127
  "kind": "import-statement",
3022
3128
  "original": "../../google/protobuf/wrappers.js"
3129
+ },
3130
+ {
3131
+ "path": "../protos/dist/types/typeRegistry.js",
3132
+ "kind": "import-statement",
3133
+ "original": "../../typeRegistry.js"
3023
3134
  }
3024
3135
  ],
3025
3136
  "format": "esm"
3026
3137
  },
3027
3138
  "../protos/dist/types/devvit/reddit/subreddit.js": {
3028
- "bytes": 88261,
3139
+ "bytes": 88462,
3029
3140
  "imports": [
3030
3141
  {
3031
3142
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3037,6 +3148,11 @@
3037
3148
  "kind": "import-statement",
3038
3149
  "original": "../../google/protobuf/wrappers.js"
3039
3150
  },
3151
+ {
3152
+ "path": "../protos/dist/types/typeRegistry.js",
3153
+ "kind": "import-statement",
3154
+ "original": "../../typeRegistry.js"
3155
+ },
3040
3156
  {
3041
3157
  "path": "../protos/dist/types/devvit/reddit/common.js",
3042
3158
  "kind": "import-statement",
@@ -3046,7 +3162,7 @@
3046
3162
  "format": "esm"
3047
3163
  },
3048
3164
  "../protos/dist/types/devvit/reddit/user.js": {
3049
- "bytes": 90359,
3165
+ "bytes": 90603,
3050
3166
  "imports": [
3051
3167
  {
3052
3168
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3058,6 +3174,11 @@
3058
3174
  "kind": "import-statement",
3059
3175
  "original": "../../google/protobuf/wrappers.js"
3060
3176
  },
3177
+ {
3178
+ "path": "../protos/dist/types/typeRegistry.js",
3179
+ "kind": "import-statement",
3180
+ "original": "../../typeRegistry.js"
3181
+ },
3061
3182
  {
3062
3183
  "path": "../protos/dist/types/devvit/reddit/subreddit.js",
3063
3184
  "kind": "import-statement",
@@ -3067,7 +3188,7 @@
3067
3188
  "format": "esm"
3068
3189
  },
3069
3190
  "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
3070
- "bytes": 164396,
3191
+ "bytes": 165748,
3071
3192
  "imports": [
3072
3193
  {
3073
3194
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3089,6 +3210,11 @@
3089
3210
  "kind": "import-statement",
3090
3211
  "original": "../../../../google/protobuf/wrappers.js"
3091
3212
  },
3213
+ {
3214
+ "path": "../protos/dist/types/typeRegistry.js",
3215
+ "kind": "import-statement",
3216
+ "original": "../../../../typeRegistry.js"
3217
+ },
3092
3218
  {
3093
3219
  "path": "../protos/dist/types/devvit/reddit/user.js",
3094
3220
  "kind": "import-statement",
@@ -3098,18 +3224,23 @@
3098
3224
  "format": "esm"
3099
3225
  },
3100
3226
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js": {
3101
- "bytes": 2878,
3227
+ "bytes": 3049,
3102
3228
  "imports": [
3103
3229
  {
3104
3230
  "path": "../../node_modules/protobufjs/minimal.js",
3105
3231
  "kind": "import-statement",
3106
3232
  "original": "protobufjs/minimal.js"
3233
+ },
3234
+ {
3235
+ "path": "../protos/dist/types/typeRegistry.js",
3236
+ "kind": "import-statement",
3237
+ "original": "../../../../../typeRegistry.js"
3107
3238
  }
3108
3239
  ],
3109
3240
  "format": "esm"
3110
3241
  },
3111
3242
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
3112
- "bytes": 9203,
3243
+ "bytes": 9569,
3113
3244
  "imports": [
3114
3245
  {
3115
3246
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3120,18 +3251,28 @@
3120
3251
  "path": "../protos/dist/types/google/protobuf/struct.js",
3121
3252
  "kind": "import-statement",
3122
3253
  "original": "../../../../../google/protobuf/struct.js"
3254
+ },
3255
+ {
3256
+ "path": "../protos/dist/types/typeRegistry.js",
3257
+ "kind": "import-statement",
3258
+ "original": "../../../../../typeRegistry.js"
3123
3259
  }
3124
3260
  ],
3125
3261
  "format": "esm"
3126
3262
  },
3127
3263
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/web_view.js": {
3128
- "bytes": 3200,
3264
+ "bytes": 3331,
3129
3265
  "imports": [
3130
3266
  {
3131
3267
  "path": "../../node_modules/protobufjs/minimal.js",
3132
3268
  "kind": "import-statement",
3133
3269
  "original": "protobufjs/minimal.js"
3134
3270
  },
3271
+ {
3272
+ "path": "../protos/dist/types/typeRegistry.js",
3273
+ "kind": "import-statement",
3274
+ "original": "../../../../../typeRegistry.js"
3275
+ },
3135
3276
  {
3136
3277
  "path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js",
3137
3278
  "kind": "import-statement",
@@ -3146,18 +3287,23 @@
3146
3287
  "format": "esm"
3147
3288
  },
3148
3289
  "../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
3149
- "bytes": 11517,
3290
+ "bytes": 11817,
3150
3291
  "imports": [
3151
3292
  {
3152
3293
  "path": "../../node_modules/protobufjs/minimal.js",
3153
3294
  "kind": "import-statement",
3154
3295
  "original": "protobufjs/minimal.js"
3296
+ },
3297
+ {
3298
+ "path": "../protos/dist/types/typeRegistry.js",
3299
+ "kind": "import-statement",
3300
+ "original": "../../../../typeRegistry.js"
3155
3301
  }
3156
3302
  ],
3157
3303
  "format": "esm"
3158
3304
  },
3159
3305
  "../protos/dist/types/google/protobuf/duration.js": {
3160
- "bytes": 2608,
3306
+ "bytes": 2720,
3161
3307
  "imports": [
3162
3308
  {
3163
3309
  "path": "../../node_modules/long/src/long.js",
@@ -3168,12 +3314,17 @@
3168
3314
  "path": "../../node_modules/protobufjs/minimal.js",
3169
3315
  "kind": "import-statement",
3170
3316
  "original": "protobufjs/minimal.js"
3317
+ },
3318
+ {
3319
+ "path": "../protos/dist/types/typeRegistry.js",
3320
+ "kind": "import-statement",
3321
+ "original": "../../typeRegistry.js"
3171
3322
  }
3172
3323
  ],
3173
3324
  "format": "esm"
3174
3325
  },
3175
3326
  "../protos/dist/types/devvit/ui/effects/v1alpha/interval.js": {
3176
- "bytes": 7862,
3327
+ "bytes": 8166,
3177
3328
  "imports": [
3178
3329
  {
3179
3330
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -3189,17 +3340,27 @@
3189
3340
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
3190
3341
  "kind": "import-statement",
3191
3342
  "original": "../../../../google/protobuf/wrappers.js"
3343
+ },
3344
+ {
3345
+ "path": "../protos/dist/types/typeRegistry.js",
3346
+ "kind": "import-statement",
3347
+ "original": "../../../../typeRegistry.js"
3192
3348
  }
3193
3349
  ],
3194
3350
  "format": "esm"
3195
3351
  },
3196
3352
  "../protos/dist/types/devvit/ui/effects/v1alpha/navigate_to_url.js": {
3197
- "bytes": 2359,
3353
+ "bytes": 2499,
3198
3354
  "imports": [
3199
3355
  {
3200
3356
  "path": "../../node_modules/protobufjs/minimal.js",
3201
3357
  "kind": "import-statement",
3202
3358
  "original": "protobufjs/minimal.js"
3359
+ },
3360
+ {
3361
+ "path": "../protos/dist/types/typeRegistry.js",
3362
+ "kind": "import-statement",
3363
+ "original": "../../../../typeRegistry.js"
3203
3364
  }
3204
3365
  ],
3205
3366
  "format": "esm"
@@ -7552,7 +7713,7 @@
7552
7713
  "format": "esm"
7553
7714
  },
7554
7715
  "../protos/dist/types/devvit/events/v1alpha/realtime.js": {
7555
- "bytes": 5770,
7716
+ "bytes": 5960,
7556
7717
  "imports": [
7557
7718
  {
7558
7719
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7573,18 +7734,28 @@
7573
7734
  "path": "../protos/dist/types/google/protobuf/struct.js",
7574
7735
  "kind": "import-statement",
7575
7736
  "original": "../../../google/protobuf/struct.js"
7737
+ },
7738
+ {
7739
+ "path": "../protos/dist/types/typeRegistry.js",
7740
+ "kind": "import-statement",
7741
+ "original": "../../../typeRegistry.js"
7576
7742
  }
7577
7743
  ],
7578
7744
  "format": "esm"
7579
7745
  },
7580
7746
  "../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
7581
- "bytes": 5913,
7747
+ "bytes": 6154,
7582
7748
  "imports": [
7583
7749
  {
7584
7750
  "path": "../../node_modules/protobufjs/minimal.js",
7585
7751
  "kind": "import-statement",
7586
7752
  "original": "protobufjs/minimal.js"
7587
7753
  },
7754
+ {
7755
+ "path": "../protos/dist/types/typeRegistry.js",
7756
+ "kind": "import-statement",
7757
+ "original": "../../../../typeRegistry.js"
7758
+ },
7588
7759
  {
7589
7760
  "path": "../protos/dist/types/devvit/events/v1alpha/realtime.js",
7590
7761
  "kind": "import-statement",
@@ -7594,35 +7765,50 @@
7594
7765
  "format": "esm"
7595
7766
  },
7596
7767
  "../protos/dist/types/devvit/ui/effects/v1alpha/reload_part.js": {
7597
- "bytes": 11031,
7768
+ "bytes": 11412,
7598
7769
  "imports": [
7599
7770
  {
7600
7771
  "path": "../../node_modules/protobufjs/minimal.js",
7601
7772
  "kind": "import-statement",
7602
7773
  "original": "protobufjs/minimal.js"
7774
+ },
7775
+ {
7776
+ "path": "../protos/dist/types/typeRegistry.js",
7777
+ "kind": "import-statement",
7778
+ "original": "../../../../typeRegistry.js"
7603
7779
  }
7604
7780
  ],
7605
7781
  "format": "esm"
7606
7782
  },
7607
7783
  "../protos/dist/types/devvit/ui/effects/v1alpha/rerender_ui.js": {
7608
- "bytes": 1882,
7784
+ "bytes": 2012,
7609
7785
  "imports": [
7610
7786
  {
7611
7787
  "path": "../../node_modules/protobufjs/minimal.js",
7612
7788
  "kind": "import-statement",
7613
7789
  "original": "protobufjs/minimal.js"
7790
+ },
7791
+ {
7792
+ "path": "../protos/dist/types/typeRegistry.js",
7793
+ "kind": "import-statement",
7794
+ "original": "../../../../typeRegistry.js"
7614
7795
  }
7615
7796
  ],
7616
7797
  "format": "esm"
7617
7798
  },
7618
7799
  "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
7619
- "bytes": 7632,
7800
+ "bytes": 7930,
7620
7801
  "imports": [
7621
7802
  {
7622
7803
  "path": "../../node_modules/protobufjs/minimal.js",
7623
7804
  "kind": "import-statement",
7624
7805
  "original": "protobufjs/minimal.js"
7625
7806
  },
7807
+ {
7808
+ "path": "../protos/dist/types/typeRegistry.js",
7809
+ "kind": "import-statement",
7810
+ "original": "../../../../typeRegistry.js"
7811
+ },
7626
7812
  {
7627
7813
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js",
7628
7814
  "kind": "import-statement",
@@ -7637,24 +7823,34 @@
7637
7823
  "format": "esm"
7638
7824
  },
7639
7825
  "../protos/dist/types/devvit/ui/toast/toast.js": {
7640
- "bytes": 10090,
7826
+ "bytes": 10347,
7641
7827
  "imports": [
7642
7828
  {
7643
7829
  "path": "../../node_modules/protobufjs/minimal.js",
7644
7830
  "kind": "import-statement",
7645
7831
  "original": "protobufjs/minimal.js"
7832
+ },
7833
+ {
7834
+ "path": "../protos/dist/types/typeRegistry.js",
7835
+ "kind": "import-statement",
7836
+ "original": "../../../typeRegistry.js"
7646
7837
  }
7647
7838
  ],
7648
7839
  "format": "esm"
7649
7840
  },
7650
7841
  "../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
7651
- "bytes": 3039,
7842
+ "bytes": 3238,
7652
7843
  "imports": [
7653
7844
  {
7654
7845
  "path": "../../node_modules/protobufjs/minimal.js",
7655
7846
  "kind": "import-statement",
7656
7847
  "original": "protobufjs/minimal.js"
7657
7848
  },
7849
+ {
7850
+ "path": "../protos/dist/types/typeRegistry.js",
7851
+ "kind": "import-statement",
7852
+ "original": "../../../../typeRegistry.js"
7853
+ },
7658
7854
  {
7659
7855
  "path": "../protos/dist/types/devvit/ui/toast/toast.js",
7660
7856
  "kind": "import-statement",
@@ -7664,13 +7860,18 @@
7664
7860
  "format": "esm"
7665
7861
  },
7666
7862
  "../protos/dist/types/devvit/ui/effects/v1alpha/effect.js": {
7667
- "bytes": 13368,
7863
+ "bytes": 13482,
7668
7864
  "imports": [
7669
7865
  {
7670
7866
  "path": "../../node_modules/protobufjs/minimal.js",
7671
7867
  "kind": "import-statement",
7672
7868
  "original": "protobufjs/minimal.js"
7673
7869
  },
7870
+ {
7871
+ "path": "../protos/dist/types/typeRegistry.js",
7872
+ "kind": "import-statement",
7873
+ "original": "../../../../typeRegistry.js"
7874
+ },
7674
7875
  {
7675
7876
  "path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/web_view.js",
7676
7877
  "kind": "import-statement",
@@ -7725,7 +7926,7 @@
7725
7926
  "format": "esm"
7726
7927
  },
7727
7928
  "../protos/dist/types/devvit/actor/reddit/context_action.js": {
7728
- "bytes": 25681,
7929
+ "bytes": 26308,
7729
7930
  "imports": [
7730
7931
  {
7731
7932
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7737,6 +7938,11 @@
7737
7938
  "kind": "import-statement",
7738
7939
  "original": "../../../google/protobuf/empty.js"
7739
7940
  },
7941
+ {
7942
+ "path": "../protos/dist/types/typeRegistry.js",
7943
+ "kind": "import-statement",
7944
+ "original": "../../../typeRegistry.js"
7945
+ },
7740
7946
  {
7741
7947
  "path": "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js",
7742
7948
  "kind": "import-statement",
@@ -7761,12 +7967,17 @@
7761
7967
  "format": "esm"
7762
7968
  },
7763
7969
  "../protos/dist/types/devvit/plugin/assetresolver/assetresolver.js": {
7764
- "bytes": 15598,
7970
+ "bytes": 16210,
7765
7971
  "imports": [
7766
7972
  {
7767
7973
  "path": "../../node_modules/protobufjs/minimal.js",
7768
7974
  "kind": "import-statement",
7769
7975
  "original": "protobufjs/minimal.js"
7976
+ },
7977
+ {
7978
+ "path": "../protos/dist/types/typeRegistry.js",
7979
+ "kind": "import-statement",
7980
+ "original": "../../../typeRegistry.js"
7770
7981
  }
7771
7982
  ],
7772
7983
  "format": "esm"
@@ -7823,18 +8034,23 @@
7823
8034
  "format": "esm"
7824
8035
  },
7825
8036
  "../protos/dist/types/devvit/actor/hello/hello.js": {
7826
- "bytes": 3891,
8037
+ "bytes": 4012,
7827
8038
  "imports": [
7828
8039
  {
7829
8040
  "path": "../../node_modules/protobufjs/minimal.js",
7830
8041
  "kind": "import-statement",
7831
8042
  "original": "protobufjs/minimal.js"
8043
+ },
8044
+ {
8045
+ "path": "../protos/dist/types/typeRegistry.js",
8046
+ "kind": "import-statement",
8047
+ "original": "../../../typeRegistry.js"
7832
8048
  }
7833
8049
  ],
7834
8050
  "format": "esm"
7835
8051
  },
7836
8052
  "../protos/dist/types/devvit/actor/scheduler/action.js": {
7837
- "bytes": 2516,
8053
+ "bytes": 2645,
7838
8054
  "imports": [
7839
8055
  {
7840
8056
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7845,6 +8061,11 @@
7845
8061
  "path": "../protos/dist/types/google/protobuf/struct.js",
7846
8062
  "kind": "import-statement",
7847
8063
  "original": "../../../google/protobuf/struct.js"
8064
+ },
8065
+ {
8066
+ "path": "../protos/dist/types/typeRegistry.js",
8067
+ "kind": "import-statement",
8068
+ "original": "../../../typeRegistry.js"
7848
8069
  }
7849
8070
  ],
7850
8071
  "format": "esm"
@@ -7903,18 +8124,23 @@
7903
8124
  "format": "esm"
7904
8125
  },
7905
8126
  "../protos/dist/types/devvit/plugin/http/http.js": {
7906
- "bytes": 15919,
8127
+ "bytes": 16330,
7907
8128
  "imports": [
7908
8129
  {
7909
8130
  "path": "../../node_modules/protobufjs/minimal.js",
7910
8131
  "kind": "import-statement",
7911
8132
  "original": "protobufjs/minimal.js"
8133
+ },
8134
+ {
8135
+ "path": "../protos/dist/types/typeRegistry.js",
8136
+ "kind": "import-statement",
8137
+ "original": "../../../typeRegistry.js"
7912
8138
  }
7913
8139
  ],
7914
8140
  "format": "esm"
7915
8141
  },
7916
8142
  "../protos/dist/types/devvit/plugin/kvstore/kvstore.js": {
7917
- "bytes": 10379,
8143
+ "bytes": 10683,
7918
8144
  "imports": [
7919
8145
  {
7920
8146
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7925,12 +8151,17 @@
7925
8151
  "path": "../protos/dist/types/google/protobuf/empty.js",
7926
8152
  "kind": "import-statement",
7927
8153
  "original": "../../../google/protobuf/empty.js"
8154
+ },
8155
+ {
8156
+ "path": "../protos/dist/types/typeRegistry.js",
8157
+ "kind": "import-statement",
8158
+ "original": "../../../typeRegistry.js"
7928
8159
  }
7929
8160
  ],
7930
8161
  "format": "esm"
7931
8162
  },
7932
8163
  "../protos/dist/types/devvit/plugin/logger/logger.js": {
7933
- "bytes": 30391,
8164
+ "bytes": 31062,
7934
8165
  "imports": [
7935
8166
  {
7936
8167
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -7951,34 +8182,49 @@
7951
8182
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
7952
8183
  "kind": "import-statement",
7953
8184
  "original": "../../../google/protobuf/wrappers.js"
8185
+ },
8186
+ {
8187
+ "path": "../protos/dist/types/typeRegistry.js",
8188
+ "kind": "import-statement",
8189
+ "original": "../../../typeRegistry.js"
7954
8190
  }
7955
8191
  ],
7956
8192
  "format": "esm"
7957
8193
  },
7958
8194
  "../protos/dist/types/devvit/plugin/media/media.js": {
7959
- "bytes": 5418,
8195
+ "bytes": 5626,
7960
8196
  "imports": [
7961
8197
  {
7962
8198
  "path": "../../node_modules/protobufjs/minimal.js",
7963
8199
  "kind": "import-statement",
7964
8200
  "original": "protobufjs/minimal.js"
8201
+ },
8202
+ {
8203
+ "path": "../protos/dist/types/typeRegistry.js",
8204
+ "kind": "import-statement",
8205
+ "original": "../../../typeRegistry.js"
7965
8206
  }
7966
8207
  ],
7967
8208
  "format": "esm"
7968
8209
  },
7969
8210
  "../protos/dist/types/devvit/plugin/modlog/modlog.js": {
7970
- "bytes": 6552,
8211
+ "bytes": 6740,
7971
8212
  "imports": [
7972
8213
  {
7973
8214
  "path": "../../node_modules/protobufjs/minimal.js",
7974
8215
  "kind": "import-statement",
7975
8216
  "original": "protobufjs/minimal.js"
8217
+ },
8218
+ {
8219
+ "path": "../protos/dist/types/typeRegistry.js",
8220
+ "kind": "import-statement",
8221
+ "original": "../../../typeRegistry.js"
7976
8222
  }
7977
8223
  ],
7978
8224
  "format": "esm"
7979
8225
  },
7980
8226
  "../protos/dist/types/devvit/plugin/redditapi/flair/flair_msg.js": {
7981
- "bytes": 87469,
8227
+ "bytes": 89260,
7982
8228
  "imports": [
7983
8229
  {
7984
8230
  "path": "../../node_modules/long/src/long.js",
@@ -7994,6 +8240,11 @@
7994
8240
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
7995
8241
  "kind": "import-statement",
7996
8242
  "original": "../../../../google/protobuf/wrappers.js"
8243
+ },
8244
+ {
8245
+ "path": "../protos/dist/types/typeRegistry.js",
8246
+ "kind": "import-statement",
8247
+ "original": "../../../../typeRegistry.js"
7997
8248
  }
7998
8249
  ],
7999
8250
  "format": "esm"
@@ -8025,7 +8276,7 @@
8025
8276
  "format": "esm"
8026
8277
  },
8027
8278
  "../protos/dist/types/devvit/plugin/redditapi/graphql/graphql_msg.js": {
8028
- "bytes": 10462,
8279
+ "bytes": 10785,
8029
8280
  "imports": [
8030
8281
  {
8031
8282
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8036,6 +8287,11 @@
8036
8287
  "path": "../protos/dist/types/google/protobuf/struct.js",
8037
8288
  "kind": "import-statement",
8038
8289
  "original": "../../../../google/protobuf/struct.js"
8290
+ },
8291
+ {
8292
+ "path": "../protos/dist/types/typeRegistry.js",
8293
+ "kind": "import-statement",
8294
+ "original": "../../../../typeRegistry.js"
8039
8295
  }
8040
8296
  ],
8041
8297
  "format": "esm"
@@ -8057,7 +8313,7 @@
8057
8313
  "format": "esm"
8058
8314
  },
8059
8315
  "../protos/dist/types/devvit/reddit/comment.js": {
8060
- "bytes": 57497,
8316
+ "bytes": 57607,
8061
8317
  "imports": [
8062
8318
  {
8063
8319
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8074,6 +8330,11 @@
8074
8330
  "kind": "import-statement",
8075
8331
  "original": "../../google/protobuf/wrappers.js"
8076
8332
  },
8333
+ {
8334
+ "path": "../protos/dist/types/typeRegistry.js",
8335
+ "kind": "import-statement",
8336
+ "original": "../../typeRegistry.js"
8337
+ },
8077
8338
  {
8078
8339
  "path": "../protos/dist/types/devvit/reddit/common.js",
8079
8340
  "kind": "import-statement",
@@ -8083,7 +8344,7 @@
8083
8344
  "format": "esm"
8084
8345
  },
8085
8346
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js": {
8086
- "bytes": 72702,
8347
+ "bytes": 74466,
8087
8348
  "imports": [
8088
8349
  {
8089
8350
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8100,6 +8361,11 @@
8100
8361
  "kind": "import-statement",
8101
8362
  "original": "../../../../google/protobuf/wrappers.js"
8102
8363
  },
8364
+ {
8365
+ "path": "../protos/dist/types/typeRegistry.js",
8366
+ "kind": "import-statement",
8367
+ "original": "../../../../typeRegistry.js"
8368
+ },
8103
8369
  {
8104
8370
  "path": "../protos/dist/types/devvit/reddit/comment.js",
8105
8371
  "kind": "import-statement",
@@ -8135,7 +8401,7 @@
8135
8401
  "format": "esm"
8136
8402
  },
8137
8403
  "../protos/dist/types/devvit/plugin/redditapi/listings/listings_msg.js": {
8138
- "bytes": 41811,
8404
+ "bytes": 42467,
8139
8405
  "imports": [
8140
8406
  {
8141
8407
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8147,6 +8413,11 @@
8147
8413
  "kind": "import-statement",
8148
8414
  "original": "../../../../google/protobuf/wrappers.js"
8149
8415
  },
8416
+ {
8417
+ "path": "../protos/dist/types/typeRegistry.js",
8418
+ "kind": "import-statement",
8419
+ "original": "../../../../typeRegistry.js"
8420
+ },
8150
8421
  {
8151
8422
  "path": "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js",
8152
8423
  "kind": "import-statement",
@@ -8177,7 +8448,7 @@
8177
8448
  "format": "esm"
8178
8449
  },
8179
8450
  "../protos/dist/types/devvit/plugin/redditapi/moderation/moderation_msg.js": {
8180
- "bytes": 46661,
8451
+ "bytes": 47799,
8181
8452
  "imports": [
8182
8453
  {
8183
8454
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8188,6 +8459,11 @@
8188
8459
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
8189
8460
  "kind": "import-statement",
8190
8461
  "original": "../../../../google/protobuf/wrappers.js"
8462
+ },
8463
+ {
8464
+ "path": "../protos/dist/types/typeRegistry.js",
8465
+ "kind": "import-statement",
8466
+ "original": "../../../../typeRegistry.js"
8191
8467
  }
8192
8468
  ],
8193
8469
  "format": "esm"
@@ -8224,7 +8500,7 @@
8224
8500
  "format": "esm"
8225
8501
  },
8226
8502
  "../protos/dist/types/devvit/plugin/redditapi/modnote/modnote_msg.js": {
8227
- "bytes": 39661,
8503
+ "bytes": 40533,
8228
8504
  "imports": [
8229
8505
  {
8230
8506
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8235,6 +8511,11 @@
8235
8511
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
8236
8512
  "kind": "import-statement",
8237
8513
  "original": "../../../../google/protobuf/wrappers.js"
8514
+ },
8515
+ {
8516
+ "path": "../protos/dist/types/typeRegistry.js",
8517
+ "kind": "import-statement",
8518
+ "original": "../../../../typeRegistry.js"
8238
8519
  }
8239
8520
  ],
8240
8521
  "format": "esm"
@@ -8261,7 +8542,7 @@
8261
8542
  "format": "esm"
8262
8543
  },
8263
8544
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js": {
8264
- "bytes": 230116,
8545
+ "bytes": 235679,
8265
8546
  "imports": [
8266
8547
  {
8267
8548
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8277,6 +8558,11 @@
8277
8558
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
8278
8559
  "kind": "import-statement",
8279
8560
  "original": "../../../../google/protobuf/wrappers.js"
8561
+ },
8562
+ {
8563
+ "path": "../protos/dist/types/typeRegistry.js",
8564
+ "kind": "import-statement",
8565
+ "original": "../../../../typeRegistry.js"
8280
8566
  }
8281
8567
  ],
8282
8568
  "format": "esm"
@@ -8303,7 +8589,7 @@
8303
8589
  "format": "esm"
8304
8590
  },
8305
8591
  "../protos/dist/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.js": {
8306
- "bytes": 12745,
8592
+ "bytes": 13120,
8307
8593
  "imports": [
8308
8594
  {
8309
8595
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8314,6 +8600,11 @@
8314
8600
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
8315
8601
  "kind": "import-statement",
8316
8602
  "original": "../../../../google/protobuf/wrappers.js"
8603
+ },
8604
+ {
8605
+ "path": "../protos/dist/types/typeRegistry.js",
8606
+ "kind": "import-statement",
8607
+ "original": "../../../../typeRegistry.js"
8317
8608
  }
8318
8609
  ],
8319
8610
  "format": "esm"
@@ -8345,7 +8636,7 @@
8345
8636
  "format": "esm"
8346
8637
  },
8347
8638
  "../protos/dist/types/devvit/plugin/redditapi/subreddits/subreddits_msg.js": {
8348
- "bytes": 615948,
8639
+ "bytes": 621209,
8349
8640
  "imports": [
8350
8641
  {
8351
8642
  "path": "../../node_modules/long/src/long.js",
@@ -8367,6 +8658,11 @@
8367
8658
  "kind": "import-statement",
8368
8659
  "original": "../../../../google/protobuf/wrappers.js"
8369
8660
  },
8661
+ {
8662
+ "path": "../protos/dist/types/typeRegistry.js",
8663
+ "kind": "import-statement",
8664
+ "original": "../../../../typeRegistry.js"
8665
+ },
8370
8666
  {
8371
8667
  "path": "../protos/dist/types/devvit/reddit/common.js",
8372
8668
  "kind": "import-statement",
@@ -8407,7 +8703,7 @@
8407
8703
  "format": "esm"
8408
8704
  },
8409
8705
  "../protos/dist/types/devvit/plugin/redditapi/users/users_msg.js": {
8410
- "bytes": 73000,
8706
+ "bytes": 74810,
8411
8707
  "imports": [
8412
8708
  {
8413
8709
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8419,6 +8715,11 @@
8419
8715
  "kind": "import-statement",
8420
8716
  "original": "../../../../google/protobuf/wrappers.js"
8421
8717
  },
8718
+ {
8719
+ "path": "../protos/dist/types/typeRegistry.js",
8720
+ "kind": "import-statement",
8721
+ "original": "../../../../typeRegistry.js"
8722
+ },
8422
8723
  {
8423
8724
  "path": "../protos/dist/types/devvit/reddit/user.js",
8424
8725
  "kind": "import-statement",
@@ -8459,7 +8760,7 @@
8459
8760
  "format": "esm"
8460
8761
  },
8461
8762
  "../protos/dist/types/devvit/plugin/redditapi/widgets/widgets_msg.js": {
8462
- "bytes": 207813,
8763
+ "bytes": 211741,
8463
8764
  "imports": [
8464
8765
  {
8465
8766
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8471,6 +8772,11 @@
8471
8772
  "kind": "import-statement",
8472
8773
  "original": "../../../../google/protobuf/wrappers.js"
8473
8774
  },
8775
+ {
8776
+ "path": "../protos/dist/types/typeRegistry.js",
8777
+ "kind": "import-statement",
8778
+ "original": "../../../../typeRegistry.js"
8779
+ },
8474
8780
  {
8475
8781
  "path": "../protos/dist/types/devvit/reddit/common.js",
8476
8782
  "kind": "import-statement",
@@ -8501,7 +8807,7 @@
8501
8807
  "format": "esm"
8502
8808
  },
8503
8809
  "../protos/dist/types/devvit/plugin/redditapi/wiki/wiki_msg.js": {
8504
- "bytes": 61312,
8810
+ "bytes": 62856,
8505
8811
  "imports": [
8506
8812
  {
8507
8813
  "path": "../../node_modules/long/src/long.js",
@@ -8518,6 +8824,11 @@
8518
8824
  "kind": "import-statement",
8519
8825
  "original": "../../../../google/protobuf/wrappers.js"
8520
8826
  },
8827
+ {
8828
+ "path": "../protos/dist/types/typeRegistry.js",
8829
+ "kind": "import-statement",
8830
+ "original": "../../../../typeRegistry.js"
8831
+ },
8521
8832
  {
8522
8833
  "path": "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js",
8523
8834
  "kind": "import-statement",
@@ -8548,7 +8859,7 @@
8548
8859
  "format": "esm"
8549
8860
  },
8550
8861
  "../protos/dist/types/devvit/plugin/redis/redisapi.js": {
8551
- "bytes": 146830,
8862
+ "bytes": 149373,
8552
8863
  "imports": [
8553
8864
  {
8554
8865
  "path": "../../node_modules/long/src/long.js",
@@ -8569,23 +8880,33 @@
8569
8880
  "path": "../protos/dist/types/google/protobuf/wrappers.js",
8570
8881
  "kind": "import-statement",
8571
8882
  "original": "../../../google/protobuf/wrappers.js"
8883
+ },
8884
+ {
8885
+ "path": "../protos/dist/types/typeRegistry.js",
8886
+ "kind": "import-statement",
8887
+ "original": "../../../typeRegistry.js"
8572
8888
  }
8573
8889
  ],
8574
8890
  "format": "esm"
8575
8891
  },
8576
8892
  "../protos/dist/types/devvit/runtime/runtime_common.js": {
8577
- "bytes": 1718,
8893
+ "bytes": 1828,
8578
8894
  "imports": [
8579
8895
  {
8580
8896
  "path": "../../node_modules/protobufjs/minimal.js",
8581
8897
  "kind": "import-statement",
8582
8898
  "original": "protobufjs/minimal.js"
8899
+ },
8900
+ {
8901
+ "path": "../protos/dist/types/typeRegistry.js",
8902
+ "kind": "import-statement",
8903
+ "original": "../../typeRegistry.js"
8583
8904
  }
8584
8905
  ],
8585
8906
  "format": "esm"
8586
8907
  },
8587
8908
  "../protos/dist/types/devvit/plugin/scheduler/scheduler.js": {
8588
- "bytes": 25044,
8909
+ "bytes": 25704,
8589
8910
  "imports": [
8590
8911
  {
8591
8912
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8602,6 +8923,11 @@
8602
8923
  "kind": "import-statement",
8603
8924
  "original": "../../../google/protobuf/timestamp.js"
8604
8925
  },
8926
+ {
8927
+ "path": "../protos/dist/types/typeRegistry.js",
8928
+ "kind": "import-statement",
8929
+ "original": "../../../typeRegistry.js"
8930
+ },
8605
8931
  {
8606
8932
  "path": "../protos/dist/types/devvit/actor/scheduler/action.js",
8607
8933
  "kind": "import-statement",
@@ -8616,7 +8942,7 @@
8616
8942
  "format": "esm"
8617
8943
  },
8618
8944
  "../protos/dist/types/devvit/plugin/settings/v1alpha/settings.js": {
8619
- "bytes": 13050,
8945
+ "bytes": 13403,
8620
8946
  "imports": [
8621
8947
  {
8622
8948
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8628,6 +8954,11 @@
8628
8954
  "kind": "import-statement",
8629
8955
  "original": "../../../../google/protobuf/timestamp.js"
8630
8956
  },
8957
+ {
8958
+ "path": "../protos/dist/types/typeRegistry.js",
8959
+ "kind": "import-statement",
8960
+ "original": "../../../../typeRegistry.js"
8961
+ },
8631
8962
  {
8632
8963
  "path": "../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js",
8633
8964
  "kind": "import-statement",
@@ -8637,7 +8968,7 @@
8637
8968
  "format": "esm"
8638
8969
  },
8639
8970
  "../protos/dist/types/devvit/plugin/timer/timer.js": {
8640
- "bytes": 2757,
8971
+ "bytes": 2880,
8641
8972
  "imports": [
8642
8973
  {
8643
8974
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8648,12 +8979,17 @@
8648
8979
  "path": "../protos/dist/types/google/protobuf/empty.js",
8649
8980
  "kind": "import-statement",
8650
8981
  "original": "../../../google/protobuf/empty.js"
8982
+ },
8983
+ {
8984
+ "path": "../protos/dist/types/typeRegistry.js",
8985
+ "kind": "import-statement",
8986
+ "original": "../../../typeRegistry.js"
8651
8987
  }
8652
8988
  ],
8653
8989
  "format": "esm"
8654
8990
  },
8655
8991
  "../protos/dist/types/devvit/ui/block_kit/v1beta/attributes.js": {
8656
- "bytes": 23521,
8992
+ "bytes": 24090,
8657
8993
  "imports": [
8658
8994
  {
8659
8995
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8665,6 +9001,11 @@
8665
9001
  "kind": "import-statement",
8666
9002
  "original": "../../../../google/protobuf/struct.js"
8667
9003
  },
9004
+ {
9005
+ "path": "../protos/dist/types/typeRegistry.js",
9006
+ "kind": "import-statement",
9007
+ "original": "../../../../typeRegistry.js"
9008
+ },
8668
9009
  {
8669
9010
  "path": "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js",
8670
9011
  "kind": "import-statement",
@@ -8674,7 +9015,7 @@
8674
9015
  "format": "esm"
8675
9016
  },
8676
9017
  "../protos/dist/types/devvit/ui/block_kit/v1beta/block.js": {
8677
- "bytes": 67375,
9018
+ "bytes": 68321,
8678
9019
  "imports": [
8679
9020
  {
8680
9021
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8686,6 +9027,11 @@
8686
9027
  "kind": "import-statement",
8687
9028
  "original": "../../../../google/protobuf/struct.js"
8688
9029
  },
9030
+ {
9031
+ "path": "../protos/dist/types/typeRegistry.js",
9032
+ "kind": "import-statement",
9033
+ "original": "../../../../typeRegistry.js"
9034
+ },
8689
9035
  {
8690
9036
  "path": "../protos/dist/types/devvit/ui/block_kit/v1beta/attributes.js",
8691
9037
  "kind": "import-statement",
@@ -8700,7 +9046,7 @@
8700
9046
  "format": "esm"
8701
9047
  },
8702
9048
  "../protos/dist/types/devvit/ui/block_kit/v1beta/rendering.js": {
8703
- "bytes": 4938,
9049
+ "bytes": 5149,
8704
9050
  "imports": [
8705
9051
  {
8706
9052
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8712,6 +9058,11 @@
8712
9058
  "kind": "import-statement",
8713
9059
  "original": "../../../../google/protobuf/struct.js"
8714
9060
  },
9061
+ {
9062
+ "path": "../protos/dist/types/typeRegistry.js",
9063
+ "kind": "import-statement",
9064
+ "original": "../../../../typeRegistry.js"
9065
+ },
8715
9066
  {
8716
9067
  "path": "../protos/dist/types/devvit/ui/block_kit/v1beta/block.js",
8717
9068
  "kind": "import-statement",
@@ -8726,18 +9077,23 @@
8726
9077
  "format": "esm"
8727
9078
  },
8728
9079
  "../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
8729
- "bytes": 3410,
9080
+ "bytes": 3536,
8730
9081
  "imports": [
8731
9082
  {
8732
9083
  "path": "../../node_modules/protobufjs/minimal.js",
8733
9084
  "kind": "import-statement",
8734
9085
  "original": "protobufjs/minimal.js"
9086
+ },
9087
+ {
9088
+ "path": "../protos/dist/types/typeRegistry.js",
9089
+ "kind": "import-statement",
9090
+ "original": "../../../../typeRegistry.js"
8735
9091
  }
8736
9092
  ],
8737
9093
  "format": "esm"
8738
9094
  },
8739
9095
  "../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
8740
- "bytes": 7559,
9096
+ "bytes": 7845,
8741
9097
  "imports": [
8742
9098
  {
8743
9099
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8748,12 +9104,17 @@
8748
9104
  "path": "../protos/dist/types/google/protobuf/struct.js",
8749
9105
  "kind": "import-statement",
8750
9106
  "original": "../../../../google/protobuf/struct.js"
9107
+ },
9108
+ {
9109
+ "path": "../protos/dist/types/typeRegistry.js",
9110
+ "kind": "import-statement",
9111
+ "original": "../../../../typeRegistry.js"
8751
9112
  }
8752
9113
  ],
8753
9114
  "format": "esm"
8754
9115
  },
8755
9116
  "../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
8756
- "bytes": 27345,
9117
+ "bytes": 27876,
8757
9118
  "imports": [
8758
9119
  {
8759
9120
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8770,6 +9131,11 @@
8770
9131
  "kind": "import-statement",
8771
9132
  "original": "../../../../google/protobuf/wrappers.js"
8772
9133
  },
9134
+ {
9135
+ "path": "../protos/dist/types/typeRegistry.js",
9136
+ "kind": "import-statement",
9137
+ "original": "../../../../typeRegistry.js"
9138
+ },
8773
9139
  {
8774
9140
  "path": "../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js",
8775
9141
  "kind": "import-statement",
@@ -8799,7 +9165,7 @@
8799
9165
  "format": "esm"
8800
9166
  },
8801
9167
  "../protos/dist/types/devvit/ui/block_kit/v1beta/ui.js": {
8802
- "bytes": 11571,
9168
+ "bytes": 11807,
8803
9169
  "imports": [
8804
9170
  {
8805
9171
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8811,6 +9177,11 @@
8811
9177
  "kind": "import-statement",
8812
9178
  "original": "../../../../google/protobuf/struct.js"
8813
9179
  },
9180
+ {
9181
+ "path": "../protos/dist/types/typeRegistry.js",
9182
+ "kind": "import-statement",
9183
+ "original": "../../../../typeRegistry.js"
9184
+ },
8814
9185
  {
8815
9186
  "path": "../protos/dist/types/devvit/ui/common/v1alpha/common.js",
8816
9187
  "kind": "import-statement",
@@ -8835,7 +9206,7 @@
8835
9206
  "format": "esm"
8836
9207
  },
8837
9208
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
8838
- "bytes": 12667,
9209
+ "bytes": 12929,
8839
9210
  "imports": [
8840
9211
  {
8841
9212
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8847,6 +9218,11 @@
8847
9218
  "kind": "import-statement",
8848
9219
  "original": "../../../../google/protobuf/struct.js"
8849
9220
  },
9221
+ {
9222
+ "path": "../protos/dist/types/typeRegistry.js",
9223
+ "kind": "import-statement",
9224
+ "original": "../../../../typeRegistry.js"
9225
+ },
8850
9226
  {
8851
9227
  "path": "../protos/dist/types/devvit/ui/block_kit/v1beta/rendering.js",
8852
9228
  "kind": "import-statement",
@@ -8866,7 +9242,7 @@
8866
9242
  "format": "esm"
8867
9243
  },
8868
9244
  "../protos/dist/types/devvit/ui/events/v1alpha/handle_ui.js": {
8869
- "bytes": 6301,
9245
+ "bytes": 6520,
8870
9246
  "imports": [
8871
9247
  {
8872
9248
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -8878,6 +9254,11 @@
8878
9254
  "kind": "import-statement",
8879
9255
  "original": "../../../../google/protobuf/struct.js"
8880
9256
  },
9257
+ {
9258
+ "path": "../protos/dist/types/typeRegistry.js",
9259
+ "kind": "import-statement",
9260
+ "original": "../../../../typeRegistry.js"
9261
+ },
8881
9262
  {
8882
9263
  "path": "../protos/dist/types/devvit/ui/effects/v1alpha/effect.js",
8883
9264
  "kind": "import-statement",
@@ -11979,34 +12360,37 @@
11979
12360
  "bytesInOutput": 2334
11980
12361
  },
11981
12362
  "../protos/dist/types/devvit/actor/automation/v1alpha/event_handlers.js": {
11982
- "bytesInOutput": 8243
12363
+ "bytesInOutput": 8306
12364
+ },
12365
+ "../protos/dist/types/typeRegistry.js": {
12366
+ "bytesInOutput": 55
11983
12367
  },
11984
12368
  "../protos/dist/types/devvit/events/v1alpha/events.js": {
11985
- "bytesInOutput": 63368
12369
+ "bytesInOutput": 83135
11986
12370
  },
11987
12371
  "../protos/dist/types/google/protobuf/timestamp.js": {
11988
- "bytesInOutput": 2525
12372
+ "bytesInOutput": 2580
11989
12373
  },
11990
12374
  "../protos/dist/types/devvit/reddit/v2alpha/commentv2.js": {
11991
- "bytesInOutput": 11779
12375
+ "bytesInOutput": 11834
11992
12376
  },
11993
12377
  "../protos/dist/types/devvit/reddit/v2alpha/postv2.js": {
11994
- "bytesInOutput": 43907
12378
+ "bytesInOutput": 44123
11995
12379
  },
11996
12380
  "../protos/dist/types/devvit/reddit/v2alpha/flair.js": {
11997
- "bytesInOutput": 8723
12381
+ "bytesInOutput": 8841
11998
12382
  },
11999
12383
  "../protos/dist/types/devvit/reddit/v2alpha/subredditv2.js": {
12000
- "bytesInOutput": 9931
12384
+ "bytesInOutput": 9990
12001
12385
  },
12002
12386
  "../protos/dist/types/devvit/reddit/v2alpha/userv2.js": {
12003
- "bytesInOutput": 7489
12387
+ "bytesInOutput": 7538
12004
12388
  },
12005
12389
  "../protos/dist/types/devvit/reddit/v2alpha/modaction.js": {
12006
- "bytesInOutput": 7566
12390
+ "bytesInOutput": 7621
12007
12391
  },
12008
12392
  "../protos/dist/types/devvit/reddit/v2alpha/modmail.js": {
12009
- "bytesInOutput": 8180
12393
+ "bytesInOutput": 8231
12010
12394
  },
12011
12395
  "../protos/dist/lib/Defunct-Types.js": {
12012
12396
  "bytesInOutput": 0
@@ -12015,100 +12399,100 @@
12015
12399
  "bytesInOutput": 57
12016
12400
  },
12017
12401
  "../protos/dist/types/devvit/actor/settings/v1alpha/shared.js": {
12018
- "bytesInOutput": 13400
12402
+ "bytesInOutput": 13902
12019
12403
  },
12020
12404
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/form.js": {
12021
- "bytesInOutput": 4390
12405
+ "bytesInOutput": 4435
12022
12406
  },
12023
12407
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/field.js": {
12024
- "bytesInOutput": 33355
12408
+ "bytesInOutput": 34077
12025
12409
  },
12026
12410
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/type.js": {
12027
12411
  "bytesInOutput": 1978
12028
12412
  },
12029
12413
  "../protos/dist/types/devvit/ui/form_builder/v1alpha/value.js": {
12030
- "bytesInOutput": 11287
12414
+ "bytesInOutput": 11619
12031
12415
  },
12032
12416
  "../protos/dist/types/devvit/actor/user_configurable/user_configurable.js": {
12033
- "bytesInOutput": 6249
12417
+ "bytesInOutput": 8503
12034
12418
  },
12035
12419
  "../protos/dist/types/google/protobuf/empty.js": {
12036
- "bytesInOutput": 1041
12420
+ "bytesInOutput": 1088
12037
12421
  },
12038
12422
  "../protos/dist/types/devvit/actor/reddit/context_action.js": {
12039
- "bytesInOutput": 22241
12423
+ "bytesInOutput": 22818
12040
12424
  },
12041
12425
  "../protos/dist/types/devvit/plugin/redditapi/common/common_msg.js": {
12042
- "bytesInOutput": 139055
12426
+ "bytesInOutput": 147289
12043
12427
  },
12044
12428
  "../protos/dist/types/google/protobuf/any.js": {
12045
- "bytesInOutput": 2783
12429
+ "bytesInOutput": 2826
12046
12430
  },
12047
12431
  "../protos/dist/types/google/protobuf/struct.js": {
12048
- "bytesInOutput": 13044
12432
+ "bytesInOutput": 13268
12049
12433
  },
12050
12434
  "../protos/dist/types/google/protobuf/wrappers.js": {
12051
- "bytesInOutput": 7981
12435
+ "bytesInOutput": 15165
12052
12436
  },
12053
12437
  "../protos/dist/types/devvit/reddit/user.js": {
12054
- "bytesInOutput": 79702
12438
+ "bytesInOutput": 79891
12055
12439
  },
12056
12440
  "../protos/dist/types/devvit/reddit/subreddit.js": {
12057
- "bytesInOutput": 77865
12441
+ "bytesInOutput": 78009
12058
12442
  },
12059
12443
  "../protos/dist/types/devvit/reddit/common.js": {
12060
- "bytesInOutput": 48179
12444
+ "bytesInOutput": 48693
12061
12445
  },
12062
12446
  "../protos/dist/types/devvit/ui/effects/v1alpha/effect.js": {
12063
- "bytesInOutput": 10842
12447
+ "bytesInOutput": 10891
12064
12448
  },
12065
12449
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/web_view.js": {
12066
- "bytesInOutput": 2790
12450
+ "bytesInOutput": 2853
12067
12451
  },
12068
12452
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js": {
12069
- "bytesInOutput": 2617
12453
+ "bytesInOutput": 2720
12070
12454
  },
12071
12455
  "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
12072
- "bytesInOutput": 6416
12456
+ "bytesInOutput": 8779
12073
12457
  },
12074
12458
  "../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
12075
- "bytesInOutput": 10479
12459
+ "bytesInOutput": 10718
12076
12460
  },
12077
12461
  "../protos/dist/types/devvit/ui/effects/v1alpha/interval.js": {
12078
- "bytesInOutput": 7078
12462
+ "bytesInOutput": 7321
12079
12463
  },
12080
12464
  "../protos/dist/types/google/protobuf/duration.js": {
12081
- "bytesInOutput": 2544
12465
+ "bytesInOutput": 2597
12082
12466
  },
12083
12467
  "../protos/dist/types/devvit/ui/effects/v1alpha/navigate_to_url.js": {
12084
- "bytesInOutput": 2146
12468
+ "bytesInOutput": 2221
12085
12469
  },
12086
12470
  "../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js": {
12087
- "bytesInOutput": 5430
12471
+ "bytesInOutput": 5608
12088
12472
  },
12089
12473
  "../protos/dist/types/devvit/events/v1alpha/realtime.js": {
12090
- "bytesInOutput": 4407
12474
+ "bytesInOutput": 4537
12091
12475
  },
12092
12476
  "../protos/dist/types/devvit/ui/effects/v1alpha/reload_part.js": {
12093
- "bytesInOutput": 10120
12477
+ "bytesInOutput": 10442
12094
12478
  },
12095
12479
  "../protos/dist/types/devvit/ui/effects/v1alpha/rerender_ui.js": {
12096
- "bytesInOutput": 1748
12480
+ "bytesInOutput": 1813
12097
12481
  },
12098
12482
  "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js": {
12099
- "bytesInOutput": 6886
12483
+ "bytesInOutput": 7123
12100
12484
  },
12101
12485
  "../protos/dist/types/devvit/ui/effects/v1alpha/show_toast.js": {
12102
- "bytesInOutput": 2857
12486
+ "bytesInOutput": 2993
12103
12487
  },
12104
12488
  "../protos/dist/types/devvit/ui/toast/toast.js": {
12105
- "bytesInOutput": 9167
12489
+ "bytesInOutput": 9366
12106
12490
  },
12107
12491
  "../protos/dist/types/devvit/actor/reddit/context_type.js": {
12108
12492
  "bytesInOutput": 1009
12109
12493
  },
12110
12494
  "../protos/dist/types/devvit/plugin/assetresolver/assetresolver.js": {
12111
- "bytesInOutput": 57
12495
+ "bytesInOutput": 13447
12112
12496
  },
12113
12497
  "../protos/dist/types/devvit/ui/block_kit/v1beta/enums.js": {
12114
12498
  "bytesInOutput": 42123
@@ -12117,13 +12501,13 @@
12117
12501
  "bytesInOutput": 0
12118
12502
  },
12119
12503
  "../protos/dist/types/devvit/actor/hello/hello.js": {
12120
- "bytesInOutput": 57
12504
+ "bytesInOutput": 2840
12121
12505
  },
12122
12506
  "../protos/dist/types/devvit/actor/scheduler/handler.js": {
12123
12507
  "bytesInOutput": 433
12124
12508
  },
12125
12509
  "../protos/dist/types/devvit/actor/scheduler/action.js": {
12126
- "bytesInOutput": 2255
12510
+ "bytesInOutput": 2322
12127
12511
  },
12128
12512
  "../protos/dist/types/devvit/actor/settings/v1alpha/app_settings.js": {
12129
12513
  "bytesInOutput": 880
@@ -12132,37 +12516,37 @@
12132
12516
  "bytesInOutput": 895
12133
12517
  },
12134
12518
  "../protos/dist/types/devvit/plugin/http/http.js": {
12135
- "bytesInOutput": 14063
12519
+ "bytesInOutput": 14423
12136
12520
  },
12137
12521
  "../protos/dist/types/devvit/plugin/kvstore/kvstore.js": {
12138
- "bytesInOutput": 8284
12522
+ "bytesInOutput": 8532
12139
12523
  },
12140
12524
  "../protos/dist/types/devvit/plugin/logger/logger.js": {
12141
- "bytesInOutput": 442
12525
+ "bytesInOutput": 24421
12142
12526
  },
12143
12527
  "../protos/dist/types/devvit/plugin/media/media.js": {
12144
- "bytesInOutput": 4494
12528
+ "bytesInOutput": 4642
12145
12529
  },
12146
12530
  "../protos/dist/types/devvit/plugin/modlog/modlog.js": {
12147
- "bytesInOutput": 5483
12531
+ "bytesInOutput": 5611
12148
12532
  },
12149
12533
  "../protos/dist/types/devvit/plugin/redditapi/flair/flair_svc.js": {
12150
12534
  "bytesInOutput": 20360
12151
12535
  },
12152
12536
  "../protos/dist/types/devvit/plugin/redditapi/flair/flair_msg.js": {
12153
- "bytesInOutput": 79875
12537
+ "bytesInOutput": 81647
12154
12538
  },
12155
12539
  "../protos/dist/types/devvit/plugin/redditapi/graphql/graphql_svc.js": {
12156
12540
  "bytesInOutput": 915
12157
12541
  },
12158
12542
  "../protos/dist/types/devvit/plugin/redditapi/graphql/graphql_msg.js": {
12159
- "bytesInOutput": 9601
12543
+ "bytesInOutput": 9865
12160
12544
  },
12161
12545
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js": {
12162
- "bytesInOutput": 66408
12546
+ "bytesInOutput": 68151
12163
12547
  },
12164
12548
  "../protos/dist/types/devvit/reddit/comment.js": {
12165
- "bytesInOutput": 50267
12549
+ "bytesInOutput": 50318
12166
12550
  },
12167
12551
  "../protos/dist/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js": {
12168
12552
  "bytesInOutput": 24256
@@ -12171,22 +12555,22 @@
12171
12555
  "bytesInOutput": 21480
12172
12556
  },
12173
12557
  "../protos/dist/types/devvit/plugin/redditapi/listings/listings_msg.js": {
12174
- "bytesInOutput": 37352
12558
+ "bytesInOutput": 37959
12175
12559
  },
12176
12560
  "../protos/dist/types/devvit/plugin/redditapi/moderation/moderation_svc.js": {
12177
12561
  "bytesInOutput": 35898
12178
12562
  },
12179
12563
  "../protos/dist/types/devvit/plugin/redditapi/moderation/moderation_msg.js": {
12180
- "bytesInOutput": 42367
12564
+ "bytesInOutput": 43464
12181
12565
  },
12182
12566
  "../protos/dist/types/devvit/plugin/redditapi/modnote/modnote_msg.js": {
12183
- "bytesInOutput": 35959
12567
+ "bytesInOutput": 36786
12184
12568
  },
12185
12569
  "../protos/dist/types/devvit/plugin/redditapi/modnote/modnote_svc.js": {
12186
12570
  "bytesInOutput": 8258
12187
12571
  },
12188
12572
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js": {
12189
- "bytesInOutput": 207940
12573
+ "bytesInOutput": 213552
12190
12574
  },
12191
12575
  "../protos/dist/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js": {
12192
12576
  "bytesInOutput": 30812
@@ -12195,22 +12579,22 @@
12195
12579
  "bytesInOutput": 11852
12196
12580
  },
12197
12581
  "../protos/dist/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.js": {
12198
- "bytesInOutput": 11522
12582
+ "bytesInOutput": 11838
12199
12583
  },
12200
12584
  "../protos/dist/types/devvit/plugin/redditapi/subreddits/subreddits_svc.js": {
12201
12585
  "bytesInOutput": 48375
12202
12586
  },
12203
12587
  "../protos/dist/types/devvit/plugin/redditapi/subreddits/subreddits_msg.js": {
12204
- "bytesInOutput": 521603
12588
+ "bytesInOutput": 554007
12205
12589
  },
12206
12590
  "../protos/dist/types/devvit/plugin/redditapi/users/users_msg.js": {
12207
- "bytesInOutput": 66351
12591
+ "bytesInOutput": 68136
12208
12592
  },
12209
12593
  "../protos/dist/types/devvit/plugin/redditapi/users/users_svc.js": {
12210
12594
  "bytesInOutput": 16367
12211
12595
  },
12212
12596
  "../protos/dist/types/devvit/plugin/redditapi/widgets/widgets_msg.js": {
12213
- "bytesInOutput": 187363
12597
+ "bytesInOutput": 191314
12214
12598
  },
12215
12599
  "../protos/dist/types/devvit/plugin/redditapi/widgets/widgets_svc.js": {
12216
12600
  "bytesInOutput": 24567
@@ -12219,49 +12603,49 @@
12219
12603
  "bytesInOutput": 17187
12220
12604
  },
12221
12605
  "../protos/dist/types/devvit/plugin/redditapi/wiki/wiki_msg.js": {
12222
- "bytesInOutput": 56117
12606
+ "bytesInOutput": 57632
12223
12607
  },
12224
12608
  "../protos/dist/types/devvit/plugin/redis/redisapi.js": {
12225
- "bytesInOutput": 116248
12609
+ "bytesInOutput": 125381
12226
12610
  },
12227
12611
  "../protos/dist/types/devvit/plugin/scheduler/scheduler.js": {
12228
- "bytesInOutput": 14165
12612
+ "bytesInOutput": 22400
12229
12613
  },
12230
12614
  "../protos/dist/types/devvit/runtime/runtime_common.js": {
12231
- "bytesInOutput": 57
12615
+ "bytesInOutput": 1635
12232
12616
  },
12233
12617
  "../protos/dist/types/devvit/plugin/settings/v1alpha/settings.js": {
12234
- "bytesInOutput": 11319
12618
+ "bytesInOutput": 11613
12235
12619
  },
12236
12620
  "../protos/dist/types/devvit/plugin/timer/timer.js": {
12237
- "bytesInOutput": 57
12621
+ "bytesInOutput": 1800
12238
12622
  },
12239
12623
  "../protos/dist/types/devvit/reddit/custom_post/v1alpha/custom_post.js": {
12240
- "bytesInOutput": 10056
12624
+ "bytesInOutput": 10257
12241
12625
  },
12242
12626
  "../protos/dist/types/devvit/ui/block_kit/v1beta/rendering.js": {
12243
- "bytesInOutput": 4385
12627
+ "bytesInOutput": 4533
12244
12628
  },
12245
12629
  "../protos/dist/types/devvit/ui/block_kit/v1beta/block.js": {
12246
- "bytesInOutput": 58888
12630
+ "bytesInOutput": 59793
12247
12631
  },
12248
12632
  "../protos/dist/types/devvit/ui/block_kit/v1beta/attributes.js": {
12249
- "bytesInOutput": 21076
12633
+ "bytesInOutput": 21594
12250
12634
  },
12251
12635
  "../protos/dist/types/devvit/ui/block_kit/v1beta/ui.js": {
12252
- "bytesInOutput": 10228
12636
+ "bytesInOutput": 10403
12253
12637
  },
12254
12638
  "../protos/dist/types/devvit/ui/common/v1alpha/common.js": {
12255
- "bytesInOutput": 3070
12639
+ "bytesInOutput": 3131
12256
12640
  },
12257
12641
  "../protos/dist/types/devvit/ui/events/v1alpha/event.js": {
12258
- "bytesInOutput": 24202
12642
+ "bytesInOutput": 24682
12259
12643
  },
12260
12644
  "../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
12261
- "bytesInOutput": 7031
12645
+ "bytesInOutput": 7256
12262
12646
  },
12263
12647
  "../protos/dist/types/devvit/ui/events/v1alpha/handle_ui.js": {
12264
- "bytesInOutput": 5098
12648
+ "bytesInOutput": 5254
12265
12649
  },
12266
12650
  "../shared-types/dist/Actor.js": {
12267
12651
  "bytesInOutput": 59
@@ -12531,7 +12915,7 @@
12531
12915
  "bytesInOutput": 370
12532
12916
  }
12533
12917
  },
12534
- "bytes": 12325371
12918
+ "bytes": 12686386
12535
12919
  }
12536
12920
  }
12537
12921
  }