@devvit/protos 0.12.1-next-2025-09-08-20-55-43-6ce1b439e.0 → 0.12.1-next-2025-09-09-13-45-18-0f0a506a2.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 (491) hide show
  1. package/json/devvit/data/api/admin/v1alpha/organization.d.ts +7 -0
  2. package/json/devvit/data/api/admin/v1alpha/organization.d.ts.map +1 -1
  3. package/json/devvit/data/api/v1alpha/admin.d.ts +3 -0
  4. package/json/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
  5. package/json/devvit/data/api/v1alpha/filter.d.ts +81 -0
  6. package/json/devvit/data/api/v1alpha/filter.d.ts.map +1 -0
  7. package/json/devvit/data/api/v1alpha/filter.js +21 -0
  8. package/package.json +4 -4
  9. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/expression.proto +92 -0
  10. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
  11. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/validate.proto +4130 -0
  12. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/automation/v1alpha/event_handlers.proto +105 -0
  13. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/hello/hello.proto +18 -0
  14. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/payments/v1alpha/payments.proto +41 -0
  15. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/producer/producer.proto +22 -0
  16. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_action.proto +92 -0
  17. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_type.proto +14 -0
  18. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/post_filter.proto +20 -0
  19. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/action.proto +15 -0
  20. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/handler.proto +15 -0
  21. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/app_settings.proto +21 -0
  22. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/installation_settings.proto +21 -0
  23. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/instance_settings.proto +20 -0
  24. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/shared.proto +34 -0
  25. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/test/wrappertypes.proto +18 -0
  26. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/user_configurable/user_configurable.proto +55 -0
  27. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/webbit/webbit.proto +34 -0
  28. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/analytics/v1/analytics.proto +32 -0
  29. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/init.proto +14 -0
  30. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/playtest.proto +41 -0
  31. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +72 -0
  32. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
  33. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +54 -0
  34. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +46 -0
  35. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +72 -0
  36. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
  37. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
  38. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +54 -0
  39. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +804 -0
  40. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/fetcher.proto +20 -0
  41. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
  42. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +138 -0
  43. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
  44. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/debug/v1alpha/debug.proto +18 -0
  45. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/actor/actor_type.proto +12 -0
  46. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin/waitlist_admin.proto +72 -0
  47. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin_portal.proto +38 -0
  48. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/app.proto +365 -0
  49. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/categories/categories.proto +60 -0
  50. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/info/app_info.proto +88 -0
  51. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/app_publish_request.proto +121 -0
  52. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/note/app_publish_request_note.proto +29 -0
  53. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/review/app_publish_request_review.proto +27 -0
  54. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_settings/app_settings.proto +48 -0
  55. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/app_version.proto +168 -0
  56. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/info/app_version_info.proto +88 -0
  57. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/audit/audit.proto +75 -0
  58. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/auth/auth.proto +41 -0
  59. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/organization/organization.proto +41 -0
  60. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/subscription/subscription.proto +91 -0
  61. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/user/user.proto +44 -0
  62. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/dev_portal.proto +193 -0
  63. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/developer_account/developer_account.proto +46 -0
  64. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/feedback/feedback.proto +10 -0
  65. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain/fetch_domain.proto +19 -0
  66. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain_request/fetch_domain_request.proto +64 -0
  67. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation/installation.proto +230 -0
  68. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation_settings/installation_settings.proto +51 -0
  69. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/authorization/v1alpha/authorization.proto +45 -0
  70. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/community_drawer/community_drawer.proto +24 -0
  71. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.proto +26 -0
  72. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.proto +19 -0
  73. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/media/media.proto +43 -0
  74. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/nutrition/nutrition.proto +64 -0
  75. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/payments_verification.proto +29 -0
  76. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/product.proto +11 -0
  77. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/reddit/redditor.proto +14 -0
  78. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/waitlist/waitlist.proto +61 -0
  79. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
  80. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/realtime.proto +25 -0
  81. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/wqcleanup.proto +10 -0
  82. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +14 -0
  83. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/custom_post_snapshot.proto +15 -0
  84. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/playtest_subreddit/playtest_subreddit.proto +24 -0
  85. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/resolvers.proto +15 -0
  86. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/app_health.proto +18 -0
  87. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +58 -0
  88. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
  89. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/triggers.proto +37 -0
  90. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/snapshot.proto +11 -0
  91. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/subreddit_metadata.proto +54 -0
  92. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/options/options.proto +98 -0
  93. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/common.proto +13 -0
  94. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/order.proto +48 -0
  95. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/product.proto +65 -0
  96. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/assetresolver/assetresolver.proto +51 -0
  97. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/buildpack/buildpack_common.proto +64 -0
  98. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/clock/clock.proto +13 -0
  99. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/http/http.proto +29 -0
  100. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/inspector/inspector.proto +17 -0
  101. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/kvstore/kvstore.proto +28 -0
  102. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/logger/logger.proto +116 -0
  103. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/media/media.proto +20 -0
  104. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/modlog/modlog.proto +31 -0
  105. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/payments/v1alpha/payments.proto +72 -0
  106. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +671 -0
  107. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_msg.proto +284 -0
  108. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_svc.proto +120 -0
  109. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_msg.proto +35 -0
  110. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_svc.proto +19 -0
  111. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +291 -0
  112. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +253 -0
  113. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_msg.proto +214 -0
  114. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_svc.proto +80 -0
  115. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_msg.proto +137 -0
  116. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_svc.proto +178 -0
  117. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_msg.proto +104 -0
  118. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_svc.proto +45 -0
  119. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_msg.proto +348 -0
  120. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_svc.proto +142 -0
  121. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_msg.proto +48 -0
  122. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_svc.proto +84 -0
  123. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_msg.proto +1087 -0
  124. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +196 -0
  125. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_msg.proto +192 -0
  126. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_svc.proto +101 -0
  127. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_msg.proto +383 -0
  128. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_svc.proto +171 -0
  129. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_msg.proto +217 -0
  130. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_svc.proto +91 -0
  131. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redis/redisapi.proto +434 -0
  132. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/scheduler/scheduler.proto +80 -0
  133. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/settings/v1alpha/settings.proto +33 -0
  134. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/timer/timer.proto +16 -0
  135. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/useractions/useractions.proto +18 -0
  136. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +52 -0
  137. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v2events/v2events.proto +43 -0
  138. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/comment.proto +104 -0
  139. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/common.proto +104 -0
  140. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_actions/v2alpha/custom_actions.proto +73 -0
  141. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_post/v1alpha/custom_post.proto +84 -0
  142. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/post.proto +192 -0
  143. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/subreddit.proto +138 -0
  144. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/thing_type.proto +16 -0
  145. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/user.proto +138 -0
  146. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +30 -0
  147. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
  148. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +53 -0
  149. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
  150. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +109 -0
  151. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +41 -0
  152. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
  153. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/remote_logger/remote_logger.proto +65 -0
  154. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/bootstrap.proto +15 -0
  155. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/v1alpha/health.proto +18 -0
  156. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/bundle.proto +171 -0
  157. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/runtime_common.proto +10 -0
  158. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/serializable.proto +28 -0
  159. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/service/bundle_service.proto +22 -0
  160. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
  161. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/attributes.proto +69 -0
  162. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/block.proto +212 -0
  163. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/enums.proto +221 -0
  164. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/rendering.proto +27 -0
  165. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/ui.proto +100 -0
  166. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/common/v1alpha/common.proto +21 -0
  167. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effect_types/v1alpha/realtime_subscription.proto +26 -0
  168. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +19 -0
  169. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/create_order.proto +39 -0
  170. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +71 -0
  171. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/interval.proto +31 -0
  172. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/navigate_to_url.proto +12 -0
  173. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/realtime_subscriptions.proto +26 -0
  174. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/reload_part.proto +48 -0
  175. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/rerender_ui.proto +12 -0
  176. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_form.proto +26 -0
  177. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
  178. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +150 -0
  179. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +21 -0
  180. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/immersive_mode.proto +16 -0
  181. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +104 -0
  182. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/share.proto +22 -0
  183. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/web_view.proto +17 -0
  184. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +113 -0
  185. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/handle_ui.proto +30 -0
  186. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +55 -0
  187. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/field.proto +134 -0
  188. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/form.proto +27 -0
  189. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/type.proto +32 -0
  190. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/value.proto +52 -0
  191. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/toast/toast.proto +48 -0
  192. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/uuid.proto +12 -0
  193. package/schema/.snootobuf/deps/.snootobuf/deps/enum/account_gender_category.proto +14 -0
  194. package/schema/.snootobuf/deps/.snootobuf/deps/enum/approval_status.proto +15 -0
  195. package/schema/.snootobuf/deps/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
  196. package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
  197. package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_info_action.proto +12 -0
  198. package/schema/.snootobuf/deps/.snootobuf/deps/enum/block_relation_type.proto +11 -0
  199. package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_sort.proto +18 -0
  200. package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_type.proto +11 -0
  201. package/schema/.snootobuf/deps/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
  202. package/schema/.snootobuf/deps/.snootobuf/deps/enum/discussion_type.proto +10 -0
  203. package/schema/.snootobuf/deps/.snootobuf/deps/enum/distinguish_type.proto +14 -0
  204. package/schema/.snootobuf/deps/.snootobuf/deps/enum/flair_position.proto +11 -0
  205. package/schema/.snootobuf/deps/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
  206. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_content_type.proto +11 -0
  207. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_type.proto +11 -0
  208. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_visibility.proto +11 -0
  209. package/schema/.snootobuf/deps/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
  210. package/schema/.snootobuf/deps/.snootobuf/deps/enum/promo_layout.proto +11 -0
  211. package/schema/.snootobuf/deps/.snootobuf/deps/enum/removed_by_type.proto +18 -0
  212. package/schema/.snootobuf/deps/.snootobuf/deps/enum/spam_level.proto +11 -0
  213. package/schema/.snootobuf/deps/.snootobuf/deps/enum/subreddit_type.proto +16 -0
  214. package/schema/.snootobuf/deps/.snootobuf/deps/enum/verdict.proto +14 -0
  215. package/schema/.snootobuf/deps/.snootobuf/deps/enum/vote.proto +12 -0
  216. package/schema/.snootobuf/deps/.snootobuf/deps/enum/whitelist_status.proto +17 -0
  217. package/schema/.snootobuf/deps/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
  218. package/schema/.snootobuf/deps/.snootobuf/deps/evaluator/evaluator.proto +203 -0
  219. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/annotations.proto +31 -0
  220. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +274 -0
  221. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/resources.proto +172 -0
  222. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/auth.proto +180 -0
  223. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/backend.proto +50 -0
  224. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/billing.proto +66 -0
  225. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/client.proto +99 -0
  226. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +290 -0
  227. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +312 -0
  228. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/config_change.proto +84 -0
  229. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/consumer.proto +82 -0
  230. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/context.proto +62 -0
  231. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/control.proto +32 -0
  232. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/distribution.proto +212 -0
  233. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/documentation.proto +156 -0
  234. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/endpoint.proto +70 -0
  235. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/error_reason.proto +589 -0
  236. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +180 -0
  237. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
  238. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
  239. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
  240. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
  241. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
  242. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
  243. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
  244. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
  245. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
  246. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
  247. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_behavior.proto +84 -0
  248. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_info.proto +106 -0
  249. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/http.proto +317 -0
  250. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/httpbody.proto +75 -0
  251. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/label.proto +48 -0
  252. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/launch_stage.proto +67 -0
  253. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/log.proto +54 -0
  254. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/logging.proto +82 -0
  255. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/metric.proto +191 -0
  256. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitored_resource.proto +115 -0
  257. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitoring.proto +88 -0
  258. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/policy.proto +85 -0
  259. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/quota.proto +258 -0
  260. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/resource.proto +299 -0
  261. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/routing.proto +461 -0
  262. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/service.proto +174 -0
  263. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
  264. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
  265. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
  266. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
  267. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
  268. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
  269. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
  270. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
  271. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
  272. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
  273. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +483 -0
  274. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
  275. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +295 -0
  276. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
  277. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +756 -0
  278. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/source_info.proto +31 -0
  279. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/system_parameter.proto +95 -0
  280. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/usage.proto +91 -0
  281. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/visibility.proto +113 -0
  282. package/schema/.snootobuf/deps/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
  283. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/admin/v1/iam.proto +1043 -0
  284. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/iam_policy.proto +148 -0
  285. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
  286. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/options.proto +41 -0
  287. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
  288. package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/http_request.proto +91 -0
  289. package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/log_severity.proto +71 -0
  290. package/schema/.snootobuf/deps/.snootobuf/deps/google/longrunning/operations.proto +240 -0
  291. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/any.proto +158 -0
  292. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/api.proto +208 -0
  293. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/compiler/plugin.proto +182 -0
  294. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/descriptor.proto +902 -0
  295. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/duration.proto +116 -0
  296. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/empty.proto +51 -0
  297. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
  298. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
  299. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/struct.proto +95 -0
  300. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
  301. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/type.proto +187 -0
  302. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
  303. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/code.proto +186 -0
  304. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
  305. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/error_details.proto +246 -0
  306. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/status.proto +47 -0
  307. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/calendar_period.proto +57 -0
  308. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/color.proto +170 -0
  309. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/date.proto +50 -0
  310. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/datetime.proto +97 -0
  311. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/dayofweek.proto +51 -0
  312. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/expr.proto +51 -0
  313. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/fraction.proto +34 -0
  314. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/latlng.proto +37 -0
  315. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/money.proto +43 -0
  316. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/month.proto +66 -0
  317. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/postal_address.proto +135 -0
  318. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/quaternion.proto +95 -0
  319. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/timeofday.proto +44 -0
  320. package/schema/.snootobuf/deps/.snootobuf/deps/openapi/helper.proto +50 -0
  321. package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/annotations.proto +51 -0
  322. package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/openapiv2.proto +759 -0
  323. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
  324. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +585 -0
  325. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
  326. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
  327. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
  328. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/callback/v1/callback_service.proto +92 -0
  329. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/event/v1/event.proto +52 -0
  330. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/experimental/v1/experimental.proto +71 -0
  331. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/analytics/v1/analytics.proto +12 -0
  332. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/generic/v1/generic.proto +12 -0
  333. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/loadbalancing/v1/loadbalancing.proto +43 -0
  334. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/metadata/v1/metadata.proto +20 -0
  335. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/operation/v1/operation.proto +148 -0
  336. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/publication/v1/publication_service.proto +56 -0
  337. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/offsets.proto +17 -0
  338. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/scheduling.proto +25 -0
  339. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/testing/v1/testing.proto +72 -0
  340. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/workerpool/v1/workerpool.proto +213 -0
  341. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
  342. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
  343. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
  344. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +446 -0
  345. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
  346. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
  347. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
  348. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
  349. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
  350. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
  351. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
  352. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
  353. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
  354. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
  355. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account.proto +56 -0
  356. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account_relations.proto +93 -0
  357. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/cloudevent/v1/cloudevent.proto +67 -0
  358. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/comments/v1/comments.proto +59 -0
  359. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/actor.proto +43 -0
  360. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_attr_key.proto +19 -0
  361. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_extensions.proto +26 -0
  362. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/eventcontext.proto +69 -0
  363. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/links/v1/links.proto +59 -0
  364. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit.proto +86 -0
  365. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit_member_relations.proto +52 -0
  366. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
  367. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +805 -0
  368. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
  369. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
  370. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
  371. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
  372. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
  373. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
  374. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
  375. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
  376. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/data/engagement/v1/engagement.proto +117 -0
  377. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/ads/v1/ads.proto +14 -0
  378. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/app_permission.proto +76 -0
  379. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/service.proto +13 -0
  380. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/drawer_games/v1/drawer_games.proto +39 -0
  381. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/drawer_games/v1/service.proto +12 -0
  382. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/post/v1/post.proto +119 -0
  383. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/post/v1/service.proto +14 -0
  384. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +92 -0
  385. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/metadata_service.proto +22 -0
  386. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +12 -0
  387. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/useractions/v1/useractions.proto +13 -0
  388. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
  389. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/cancel_subscription.proto +16 -0
  390. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/change_payment_method.proto +21 -0
  391. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +86 -0
  392. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +426 -0
  393. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/contributor_program.proto +40 -0
  394. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
  395. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/deposit_gold.proto +28 -0
  396. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +35 -0
  397. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_aggregated_transactions_list.proto +37 -0
  398. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
  399. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +56 -0
  400. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +15 -0
  401. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
  402. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +16 -0
  403. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +51 -0
  404. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +24 -0
  405. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_subscriptions.proto +66 -0
  406. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_transaction_list.proto +28 -0
  407. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
  408. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +19 -0
  409. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/revoke_subscription.proto +15 -0
  410. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +86 -0
  411. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +55 -0
  412. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/transfer_subscription.proto +16 -0
  413. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
  414. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/environment.proto +12 -0
  415. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/order_status_reason.proto +29 -0
  416. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +304 -0
  417. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/events.proto +14 -0
  418. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/order.proto +80 -0
  419. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
  420. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +168 -0
  421. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
  422. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +254 -0
  423. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +43 -0
  424. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +293 -0
  425. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  426. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payments_data_compliance.proto +18 -0
  427. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +220 -0
  428. package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
  429. package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
  430. package/schema/.snootobuf/deps/.snootobuf/deps/validate/validate.proto +862 -0
  431. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +26 -1
  432. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +1 -1
  433. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +10 -1
  434. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +2 -1
  435. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +16 -1
  436. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +1 -1
  437. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +1 -1
  438. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +4 -1
  439. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +1 -1
  440. package/schema/.snootobuf/deps/devvit/dev_portal/v1/installation.proto +12 -0
  441. package/schema/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +1 -4
  442. package/schema/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +0 -1
  443. package/schema/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +0 -3
  444. package/schema/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +0 -2
  445. package/schema/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +0 -55
  446. package/schema/.snootobuf/deps/devvit/runtime/bundle.proto +0 -4
  447. package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +1 -1
  448. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +1 -2
  449. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +2 -2
  450. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
  451. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +0 -14
  452. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +0 -4
  453. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +2 -5
  454. package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +2 -2
  455. package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +2 -16
  456. package/schema/.snootobuf/deps/reddit/devvit/common/v1/app.proto +44 -0
  457. package/schema/.snootobuf/deps/reddit/devvit/common/v1/context_action.proto +48 -0
  458. package/schema/.snootobuf/deps/reddit/devvit/common/v1/error_message.proto +9 -0
  459. package/schema/.snootobuf/deps/reddit/devvit/common/v1/installation.proto +23 -0
  460. package/schema/.snootobuf/deps/reddit/devvit/drawer_games/v1/drawer_games.proto +4 -3
  461. package/schema/.snootobuf/deps/reddit/devvit/post/v1/post.proto +31 -7
  462. package/schema/.snootobuf/deps/reddit/devvit/post/v1/promoted_post.proto +32 -0
  463. package/schema/.snootobuf/deps/reddit/devvit/post/v1/service.proto +4 -0
  464. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +7 -56
  465. package/schema/devvit/data/api/v1alpha/filter.proto +68 -0
  466. package/schema/devvit/dev_portal/data_api/admin/audit/audit.proto +2 -0
  467. package/schema/devvit/dev_portal/data_api/admin/auth/auth.proto +2 -0
  468. package/schema/devvit/dev_portal/data_api/admin/organization/organization.proto +2 -0
  469. package/schema/devvit/dev_portal/data_api/admin/subscription/subscription.proto +2 -0
  470. package/schema/devvit/dev_portal/data_api/admin/user/user.proto +2 -0
  471. package/schema/snootobuf.lock +0 -0
  472. package/schema/snootobuf.redditapi.lock +0 -0
  473. package/schema/snootobuf.yaml +2 -4
  474. package/types/devvit/data/api/admin/v1alpha/organization.d.ts +25 -0
  475. package/types/devvit/data/api/admin/v1alpha/organization.d.ts.map +1 -1
  476. package/types/devvit/data/api/admin/v1alpha/organization.js +122 -0
  477. package/types/devvit/data/api/v1alpha/admin.d.ts +3 -0
  478. package/types/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
  479. package/types/devvit/data/api/v1alpha/admin.js +47 -0
  480. package/types/devvit/data/api/v1alpha/filter.d.ts +161 -0
  481. package/types/devvit/data/api/v1alpha/filter.d.ts.map +1 -0
  482. package/types/devvit/data/api/v1alpha/filter.js +984 -0
  483. package/types/devvit/dev_portal/dev_portal.d.ts +48 -0
  484. package/types/devvit/dev_portal/dev_portal.d.ts.map +1 -1
  485. package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts +12 -0
  486. package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts.map +1 -1
  487. /package/schema/.snootobuf/deps/{products-api → .snootobuf/deps/products-api}/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +0 -0
  488. /package/schema/.snootobuf/deps/{products-api → .snootobuf/deps/products-api}/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +0 -0
  489. /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/custom_post/v1/custom_post.proto +0 -0
  490. /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/custom_post/v1/service.proto +0 -0
  491. /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/subreddit/v1/context_action.proto +0 -0
@@ -0,0 +1,1087 @@
1
+ syntax = "proto3";
2
+
3
+ package devvit.plugin.redditapi.subreddits;
4
+
5
+ import "devvit/reddit/common.proto";
6
+ import "google/protobuf/any.proto";
7
+ import "google/protobuf/wrappers.proto";
8
+
9
+ option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/plugin/redditapi";
10
+ option java_package = "com.reddit.devvit.plugin.redditapi.subreddits";
11
+
12
+ // requests
13
+ message AboutWhereRequest {
14
+ // fullname of a thing
15
+ google.protobuf.StringValue after = 1;
16
+ // fullname of a thing
17
+ google.protobuf.StringValue before = 2;
18
+ // a positive integer (default: 0)
19
+ google.protobuf.Int64Value count = 3;
20
+ // the maximum number of items desired (default: 25, maximum: 100)
21
+ google.protobuf.Int64Value limit = 4;
22
+ // (optional) the string all
23
+ google.protobuf.StringValue show = 5;
24
+ // A valid, existing reddit username
25
+ google.protobuf.StringValue user = 7;
26
+ // the name of the subreddit
27
+ google.protobuf.StringValue subreddit = 8;
28
+ // one of "banned", "muted", "wikibanned", "contributors", "wikicontributors", or "moderators"
29
+ string where = 9;
30
+ }
31
+
32
+ message BasicSubredditRequest {
33
+ // the name of the subreddit
34
+ string subreddit = 1;
35
+ }
36
+
37
+ message DeleteSrImgRequest {
38
+ // the name of the subreddit
39
+ string subreddit = 1;
40
+ // a valid subreddit image name
41
+ string img_name = 2;
42
+ }
43
+
44
+ message BasicSearchRequest {
45
+ // boolean value
46
+ google.protobuf.BoolValue exact = 1;
47
+ // boolean value
48
+ google.protobuf.BoolValue include_over_18 = 2;
49
+ // boolean value
50
+ google.protobuf.BoolValue include_unadvertisable = 3;
51
+ // a string up to 50 characters long, consisting of printable characters
52
+ string query = 4;
53
+ // a uuid
54
+ google.protobuf.StringValue search_query_id = 5;
55
+ // (optional) boolean value
56
+ google.protobuf.BoolValue typeahead_active = 6;
57
+ }
58
+
59
+ message SiteAdminRequest {
60
+ // boolean value
61
+ bool accept_followers = 1;
62
+ // boolean value
63
+ bool admin_override_spam_comments = 2;
64
+ // boolean value
65
+ bool admin_override_spam_links = 3;
66
+ // boolean value
67
+ bool admin_override_spam_selfposts = 4;
68
+ // boolean value
69
+ bool all_original_content = 5;
70
+ // boolean value
71
+ bool allow_chat_post_creation = 6;
72
+ // boolean value
73
+ bool allow_discovery = 7;
74
+ // boolean value
75
+ bool allow_galleries = 8;
76
+ // boolean value
77
+ bool allow_images = 9;
78
+ // boolean value
79
+ bool allow_polls = 10;
80
+ // boolean value
81
+ bool allow_post_crossposts = 11;
82
+ // boolean value
83
+ bool allow_prediction_contributors = 12;
84
+ // boolean value
85
+ bool allow_predictions = 13;
86
+ // boolean value
87
+ bool allow_predictions_tournament = 14;
88
+ // boolean value
89
+ bool allow_talks = 15;
90
+ // boolean value
91
+ bool allow_top = 16;
92
+ // boolean value
93
+ bool allow_videos = 17;
94
+ // an integer between 0 and 3
95
+ int64 ban_evasion_threshold = 18;
96
+ // boolean value
97
+ bool collapse_deleted_comments = 19;
98
+ // json data:
99
+ // \{
100
+ // "allowed_media_types": [
101
+ // one of (`giphy`, `unknown`, `animated`, `static`),
102
+ // ...
103
+ // ],
104
+ // \}
105
+ devvit.reddit.CommentContributionSettings comment_contribution_settings = 20;
106
+ // an integer between 0 and 1440 (default: 0)
107
+ int32 comment_score_hide_mins = 21;
108
+ // boolean value
109
+ bool crowd_control_filter = 22;
110
+ // an integer between 0 and 3
111
+ int64 crowd_control_level = 23;
112
+ // boolean value
113
+ bool crowd_control_mode = 24;
114
+ // an integer between 0 and 3
115
+ int64 crowd_control_post_level = 25;
116
+ // raw markdown text
117
+ string description = 26;
118
+ // boolean value
119
+ bool disable_contributor_requests = 27;
120
+ // boolean value
121
+ bool exclude_banned_modqueue = 28;
122
+ // boolean value
123
+ bool free_form_reports = 29;
124
+ string g_recaptcha_response = 30;
125
+ // an integer between 0 and 3
126
+ int64 hateful_content_threshold_abuse = 31;
127
+ // an integer between 0 and 3
128
+ int64 hateful_content_threshold_identity = 32;
129
+ // a string no longer than 500 characters
130
+ string header_title = 33;
131
+ // a 6-digit rgb hex color, e.g. #AABBCC
132
+ string key_color = 34;
133
+ // one of (any, link, self)
134
+ string link_type = 36;
135
+ // subreddit name
136
+ string name = 37;
137
+ // boolean value
138
+ bool new_pinned_post_pns_enabled = 38;
139
+ // boolean value
140
+ bool original_content_tag_enabled = 39;
141
+ // boolean value
142
+ bool over_18 = 40;
143
+ // an integer between 0 and 2
144
+ int64 prediction_leaderboard_entry_type = 41;
145
+ // raw markdown text
146
+ string public_description = 42;
147
+ // boolean value
148
+ bool restrict_commenting = 43;
149
+ // boolean value
150
+ bool restrict_posting = 44;
151
+ // boolean value
152
+ bool should_archive_posts = 45;
153
+ // boolean value
154
+ bool show_media = 46;
155
+ // boolean value
156
+ bool show_media_preview = 47;
157
+ // one of (low, high, all)
158
+ string spam_comments = 48;
159
+ // one of (low, high, all)
160
+ string spam_links = 49;
161
+ // one of (low, high, all)
162
+ string spam_selfposts = 50;
163
+ // boolean value
164
+ bool spoilers_enabled = 51;
165
+ // fullname of a thing
166
+ string sr = 52;
167
+ // a string no longer than 60 characters
168
+ string submit_link_label = 53;
169
+ // raw markdown text
170
+ string submit_text = 54;
171
+ // a string no longer than 60 characters
172
+ string submit_text_label = 55;
173
+ // one of (confidence, top, new, controversial, old, random, qa, live)
174
+ string suggested_comment_sort = 56;
175
+ // a string no longer than 100 characters
176
+ string title = 57;
177
+ // an integer between 0 and 1
178
+ int64 toxicity_threshold_chat_level = 58;
179
+ // one of (gold_restricted, archived, restricted, private, employees_only, gold_only, public, user)
180
+ string type = 59;
181
+ // boolean value
182
+ bool user_flair_pns_enabled = 60;
183
+ // boolean value
184
+ bool welcome_message_enabled = 61;
185
+ // raw markdown text
186
+ string welcome_message_text = 62;
187
+ // an integer between 0 and 36600 (default: 0)
188
+ int64 wiki_edit_age = 63;
189
+ // an integer between 0 and 1000000000 (default: 0)
190
+ int64 wiki_edit_karma = 64;
191
+ // one of (disabled, modonly, anyone)
192
+ string wikimode = 65;
193
+ // an integer between 0 and 3
194
+ int64 crowd_control_chat_level = 66;
195
+ // boolean value
196
+ bool hide_ads = 67;
197
+ // boolean value
198
+ bool modmail_harassment_filter_enabled = 68;
199
+ }
200
+
201
+ message SubredditAutocompleteRequest {
202
+ // boolean value
203
+ google.protobuf.BoolValue include_over_18 = 1;
204
+ // boolean value
205
+ google.protobuf.BoolValue include_profiles = 2;
206
+ // an integer between 1 and 10 (default: 5)
207
+ google.protobuf.Int64Value limit = 3;
208
+ // a string up to 25 characters long, consisting of printable characters
209
+ string query = 4;
210
+ // a uuid
211
+ google.protobuf.StringValue search_query_id = 5;
212
+ // (optional) boolean value
213
+ google.protobuf.BoolValue typeahead_active = 6;
214
+ }
215
+
216
+ message SubredditStylesheetRequest {
217
+ // one of (save, preview)
218
+ string op = 1;
219
+ // a string up to 256 characters long, consisting of printable characters.
220
+ string reason = 2;
221
+ // the new stylesheet content
222
+ string stylesheet_contents = 3;
223
+ // the name of the subreddit
224
+ string subreddit = 4;
225
+ }
226
+
227
+ message SubscribeRequest {
228
+ // one of (sub, unsub)
229
+ string action = 1;
230
+ // one of (o, n, b, o, a, r, d, i, n, g)
231
+ string action_source = 2;
232
+ // boolean value
233
+ bool skip_initial_defaults = 3;
234
+ // A comma-separated list of subreddit fullnames
235
+ string sr = 4;
236
+ // A comma-separated list of subreddit names
237
+ string sr_name = 5;
238
+ }
239
+
240
+ message UploadSrImgRequest {
241
+ // file upload with maximum size of 500 KiB
242
+ string file = 1;
243
+ // (optional) can be ignored
244
+ int64 header = 2;
245
+ // an integer between 0 and 1
246
+ string img_type = 3;
247
+ // a valid subreddit image name
248
+ string name = 4;
249
+ // one of png or jpg (default: png)
250
+ string upload_type = 5;
251
+ // the name of the subreddit
252
+ string subreddit = 6;
253
+ }
254
+
255
+ message SubredditAboutEditRequest {
256
+ // one of (true, false)
257
+ string created = 1;
258
+ string location = 2;
259
+ // the name of the subreddit
260
+ string subreddit = 3;
261
+ }
262
+
263
+ message StickyRequest {
264
+ // an integer between 1 and 2 (default: 1)
265
+ int64 num = 1;
266
+ // the name of the subreddit
267
+ string subreddit = 2;
268
+ }
269
+
270
+ message BasicWhereRequest {
271
+ // fullname of a thing
272
+ google.protobuf.StringValue after = 1;
273
+ // fullname of a thing
274
+ google.protobuf.StringValue before = 2;
275
+ // a positive integer (default: 0)
276
+ google.protobuf.Int64Value count = 3;
277
+ // the maximum number of items desired (default: 25, maximum: 100)
278
+ google.protobuf.Int64Value limit = 4;
279
+ // (optional) the string all
280
+ google.protobuf.StringValue show = 5;
281
+ // SubredditsMineWhere: one of (subscriber, contributor, moderator, streams)
282
+ // SubredditsWhere: one of (popular, new, gold, default)
283
+ // UsersWhere: one of (popular, new)
284
+ string where = 7;
285
+ }
286
+
287
+ message SubredditsSearchRequest {
288
+ // fullname of a thing
289
+ google.protobuf.StringValue after = 1;
290
+ // fullname of a thing
291
+ google.protobuf.StringValue before = 2;
292
+ // a positive integer (default: 0)
293
+ google.protobuf.Int64Value count = 3;
294
+ // the maximum number of items desired (default: 25, maximum: 100)
295
+ google.protobuf.Int64Value limit = 4;
296
+ // a search query
297
+ string q = 5;
298
+ // a uuid
299
+ google.protobuf.StringValue search_query_id = 6;
300
+ // (optional) the string all
301
+ google.protobuf.StringValue show = 7;
302
+ // boolean value
303
+ google.protobuf.BoolValue show_users = 8;
304
+ // one of (relevance, activity)
305
+ google.protobuf.StringValue sort = 9;
306
+ // (optional) boolean value
307
+ google.protobuf.BoolValue typeahead_active = 11;
308
+ }
309
+
310
+ message UsersSearchRequest {
311
+ // fullname of a thing
312
+ google.protobuf.StringValue after = 1;
313
+ // fullname of a thing
314
+ google.protobuf.StringValue before = 2;
315
+ // a positive integer (default: 0)
316
+ google.protobuf.Int64Value count = 3;
317
+ // the maximum number of items desired (default: 25, maximum: 100)
318
+ google.protobuf.Int64Value limit = 4;
319
+ // a search query
320
+ string q = 5;
321
+ // a uuid
322
+ google.protobuf.StringValue search_query_id = 6;
323
+ // (optional) the string all
324
+ google.protobuf.StringValue show = 7;
325
+ // one of (relevance, activity)
326
+ google.protobuf.StringValue sort = 8;
327
+ // (optional) boolean value
328
+ google.protobuf.BoolValue typeahead_active = 10;
329
+ }
330
+
331
+ // responses
332
+ message SearchRedditNamesResponse {
333
+ repeated google.protobuf.StringValue names = 1;
334
+ }
335
+
336
+ message SearchSubredditsResponse {
337
+ message SubredditData {
338
+ google.protobuf.Int32Value active_user_count = 1;
339
+ google.protobuf.StringValue icon_img = 2;
340
+ google.protobuf.StringValue key_color = 3;
341
+ google.protobuf.StringValue name = 4;
342
+ google.protobuf.Int32Value subscriber_count = 5;
343
+ google.protobuf.BoolValue is_chat_post_feature_enabled = 6;
344
+ google.protobuf.BoolValue allow_chat_post_creation = 7;
345
+ google.protobuf.BoolValue allow_images = 8;
346
+ }
347
+ repeated SubredditData subreddits = 1;
348
+ }
349
+
350
+ message SubmitTextResponse {
351
+ google.protobuf.StringValue submit_text = 1;
352
+ google.protobuf.StringValue submit_text_html = 2;
353
+ }
354
+
355
+ message SubredditAutocompleteResponse {
356
+ message AutocompleteAccount {
357
+ message Subreddit {
358
+ google.protobuf.BoolValue default_set = 1;
359
+ google.protobuf.BoolValue user_is_contributor = 2;
360
+ google.protobuf.StringValue banner_img = 3;
361
+ repeated google.protobuf.StringValue allowed_media_in_comments = 4;
362
+ google.protobuf.BoolValue user_is_banned = 5;
363
+ google.protobuf.BoolValue free_form_reports = 6;
364
+ google.protobuf.StringValue community_icon = 7;
365
+ google.protobuf.BoolValue show_media = 8;
366
+ google.protobuf.StringValue icon_color = 9;
367
+ google.protobuf.BoolValue user_is_muted = 10;
368
+ google.protobuf.StringValue display_name = 11;
369
+ google.protobuf.StringValue header_img = 12;
370
+ google.protobuf.StringValue title = 13;
371
+ repeated google.protobuf.StringValue previous_names = 14;
372
+ google.protobuf.BoolValue over_18 = 15;
373
+ repeated google.protobuf.Int32Value icon_size = 16;
374
+ google.protobuf.StringValue primary_color = 17;
375
+ google.protobuf.StringValue icon_img = 18;
376
+ google.protobuf.StringValue description = 19;
377
+ google.protobuf.StringValue submit_link_label = 20;
378
+ google.protobuf.Int32Value header_size = 21;
379
+ google.protobuf.BoolValue restrict_posting = 22;
380
+ google.protobuf.BoolValue restrict_commenting = 23;
381
+ google.protobuf.Int64Value subscribers = 24;
382
+ google.protobuf.StringValue submit_text_label = 25;
383
+ google.protobuf.BoolValue is_default_icon = 26;
384
+ google.protobuf.StringValue ink_flair_position = 27;
385
+ google.protobuf.StringValue display_name_prefixed = 28;
386
+ google.protobuf.StringValue key_color = 29;
387
+ google.protobuf.StringValue name = 30;
388
+ google.protobuf.BoolValue is_default_banner = 31;
389
+ google.protobuf.StringValue url = 32;
390
+ google.protobuf.BoolValue quarantine = 33;
391
+ google.protobuf.Int32Value banner_size = 34;
392
+ google.protobuf.BoolValue user_is_moderator = 35;
393
+ google.protobuf.BoolValue accept_followers = 36;
394
+ google.protobuf.StringValue public_description = 37;
395
+ google.protobuf.BoolValue link_flair_enabled = 38;
396
+ google.protobuf.BoolValue disable_contributor_requests = 39;
397
+ google.protobuf.StringValue subreddit_type = 40;
398
+ google.protobuf.BoolValue user_is_subscriber = 41;
399
+ }
400
+ google.protobuf.BoolValue is_employee = 1;
401
+ google.protobuf.BoolValue is_friend = 2;
402
+ google.protobuf.Int32Value snoovatar_size = 3;
403
+ google.protobuf.StringValue id = 4;
404
+ google.protobuf.BoolValue verified = 5;
405
+ google.protobuf.BoolValue is_gold = 6;
406
+ google.protobuf.BoolValue is_mod = 7;
407
+ google.protobuf.BoolValue has_verified_email = 8;
408
+ google.protobuf.StringValue icon_img = 9;
409
+ google.protobuf.BoolValue hide_from_robots = 10;
410
+ google.protobuf.Int32Value link_karma = 11;
411
+ google.protobuf.BoolValue accept_chats = 12;
412
+ google.protobuf.BoolValue is_blocked = 13;
413
+ google.protobuf.BoolValue pref_show_snoovatar = 14;
414
+ google.protobuf.StringValue name = 15;
415
+ google.protobuf.Int64Value created = 16;
416
+ google.protobuf.Int64Value created_utc = 17;
417
+ google.protobuf.StringValue snoovatar_img = 18;
418
+ google.protobuf.Int64Value comment_karma = 19;
419
+ google.protobuf.BoolValue accept_followers = 20;
420
+ google.protobuf.BoolValue has_subscribed = 21;
421
+ google.protobuf.BoolValue accept_pms = 22;
422
+ }
423
+
424
+ message WrappedAutoCompleteSubreddit {
425
+ string kind = 1;
426
+ FullSubredditObject data = 2;
427
+ }
428
+
429
+ message WrappedAutoCompleteAccount {
430
+ string kind = 1;
431
+ AutocompleteAccount data = 2;
432
+ }
433
+
434
+ message AutocompleteResponse {
435
+ google.protobuf.StringValue after = 1;
436
+ google.protobuf.StringValue before = 2;
437
+ google.protobuf.Int32Value dist = 3;
438
+ repeated WrappedAutoCompleteSubreddit children_subreddits = 4;
439
+ repeated WrappedAutoCompleteAccount children_accounts = 5;
440
+ }
441
+
442
+ google.protobuf.StringValue kind = 1;
443
+ AutocompleteResponse data = 2;
444
+ }
445
+
446
+ message UploadSrImgResponse {
447
+ repeated google.protobuf.StringValue errors = 1;
448
+ google.protobuf.StringValue img_src = 2;
449
+ repeated google.protobuf.StringValue errors_values = 3;
450
+ }
451
+
452
+ message SubredditPostRequirementsResponse {
453
+ repeated google.protobuf.StringValue title_regexes = 1;
454
+ repeated google.protobuf.StringValue body_blacklisted_strings = 2;
455
+ repeated google.protobuf.StringValue title_blacklisted_strings = 3;
456
+ google.protobuf.Int32Value body_text_max_length = 4;
457
+ repeated google.protobuf.StringValue title_required_strings = 5;
458
+ google.protobuf.StringValue guidelines_text = 6;
459
+ google.protobuf.Int32Value gallery_min_items = 7;
460
+ repeated google.protobuf.StringValue domain_blacklist = 8;
461
+ repeated google.protobuf.StringValue domain_whitelist = 9;
462
+ google.protobuf.Int32Value title_text_max_length = 10;
463
+ google.protobuf.StringValue body_restriction_policy = 11;
464
+ google.protobuf.StringValue link_restriction_policy = 12;
465
+ google.protobuf.StringValue guidelines_display_policy = 13;
466
+ repeated google.protobuf.StringValue body_required_strings = 14;
467
+ google.protobuf.Int32Value title_text_min_length = 15;
468
+ google.protobuf.StringValue gallery_captions_requirement = 16;
469
+ google.protobuf.BoolValue is_flair_required = 17;
470
+ google.protobuf.Int32Value gallery_max_items = 18;
471
+ google.protobuf.StringValue gallery_urls_requirement = 19;
472
+ repeated google.protobuf.StringValue body_regexes = 20;
473
+ google.protobuf.Int32Value link_repost_age = 21;
474
+ google.protobuf.Int32Value body_text_min_length = 22;
475
+ }
476
+
477
+ message SubredditAboutResponse {
478
+ message AboutData {
479
+ google.protobuf.StringValue user_flair_background_color = 1;
480
+ google.protobuf.StringValue submit_text_html = 2;
481
+ google.protobuf.BoolValue restrict_posting = 3;
482
+ google.protobuf.BoolValue user_is_banned = 4;
483
+ google.protobuf.BoolValue free_form_reports = 5;
484
+ google.protobuf.BoolValue wiki_enabled = 6;
485
+ google.protobuf.BoolValue user_is_muted = 7;
486
+ google.protobuf.BoolValue user_can_flair_in_sr = 8;
487
+ google.protobuf.StringValue display_name = 9;
488
+ google.protobuf.StringValue header_img = 10;
489
+ google.protobuf.StringValue title = 11;
490
+ google.protobuf.BoolValue allow_galleries = 12;
491
+ google.protobuf.StringValue primary_color = 14;
492
+ google.protobuf.Int64Value active_user_count = 15;
493
+ google.protobuf.StringValue icon_img = 16;
494
+ google.protobuf.StringValue display_name_prefixed = 17;
495
+ google.protobuf.Int64Value accounts_active = 18;
496
+ google.protobuf.BoolValue public_traffic = 19;
497
+ google.protobuf.Int64Value subscribers = 20;
498
+ repeated devvit.reddit.UserFlairRichtext user_flair_richtext = 21;
499
+ google.protobuf.StringValue name = 22;
500
+ google.protobuf.BoolValue quarantine = 23;
501
+ google.protobuf.BoolValue hide_ads = 24;
502
+ google.protobuf.BoolValue emojis_enabled = 26;
503
+ google.protobuf.StringValue advertiser_category = 27;
504
+ google.protobuf.StringValue public_description = 28;
505
+ google.protobuf.Int32Value comment_score_hide_mins = 29;
506
+ google.protobuf.BoolValue allow_predictions = 30;
507
+ google.protobuf.BoolValue user_has_favorited = 31;
508
+ google.protobuf.StringValue user_flair_template_id = 32;
509
+ google.protobuf.StringValue community_icon = 33;
510
+ google.protobuf.StringValue banner_background_image = 34;
511
+ google.protobuf.BoolValue original_content_tag_enabled = 35;
512
+ google.protobuf.BoolValue community_reviewed = 36;
513
+ google.protobuf.StringValue submit_text = 37;
514
+ google.protobuf.StringValue description_html = 38;
515
+ google.protobuf.BoolValue spoilers_enabled = 39;
516
+ devvit.reddit.CommentContributionSettings comment_contribution_settings = 40;
517
+ google.protobuf.BoolValue allow_talks = 41;
518
+ google.protobuf.StringValue user_flair_position = 43;
519
+ google.protobuf.BoolValue all_original_content = 44;
520
+ google.protobuf.BoolValue collections_enabled = 45;
521
+ google.protobuf.BoolValue is_enrolled_in_new_modmail = 46;
522
+ google.protobuf.StringValue key_color = 47;
523
+ google.protobuf.BoolValue event_posts_enabled = 48;
524
+ google.protobuf.BoolValue can_assign_user_flair = 49;
525
+ google.protobuf.Int64Value created = 50;
526
+ google.protobuf.BoolValue show_media_preview = 52;
527
+ google.protobuf.StringValue submission_type = 53;
528
+ google.protobuf.BoolValue user_is_subscriber = 54;
529
+ repeated google.protobuf.StringValue allowed_media_in_comments = 55;
530
+ google.protobuf.BoolValue allow_videogifs = 56;
531
+ google.protobuf.BoolValue should_archive_posts = 57;
532
+ google.protobuf.StringValue user_flair_type = 58;
533
+ google.protobuf.BoolValue allow_polls = 59;
534
+ google.protobuf.BoolValue collapse_deleted_comments = 60;
535
+ google.protobuf.Int64Value coins = 61;
536
+ google.protobuf.StringValue public_description_html = 63;
537
+ google.protobuf.BoolValue allow_videos = 64;
538
+ google.protobuf.BoolValue is_crosspostable_subreddit = 65;
539
+ google.protobuf.StringValue notification_level = 66;
540
+ google.protobuf.BoolValue should_show_media_in_comments_setting = 67;
541
+ google.protobuf.BoolValue can_assign_link_flair = 68;
542
+ google.protobuf.BoolValue has_menu_widget = 69;
543
+ google.protobuf.BoolValue accounts_active_is_fuzzed = 70;
544
+ google.protobuf.BoolValue allow_prediction_contributors = 71;
545
+ google.protobuf.StringValue submit_text_label = 72;
546
+ google.protobuf.StringValue link_flair_position = 73;
547
+ google.protobuf.BoolValue user_sr_flair_enabled = 74;
548
+ google.protobuf.BoolValue user_flair_enabled_in_sr = 75;
549
+ google.protobuf.BoolValue allow_chat_post_creation = 76;
550
+ google.protobuf.BoolValue allow_discovery = 77;
551
+ google.protobuf.BoolValue accept_followers = 78;
552
+ google.protobuf.BoolValue user_sr_theme_enabled = 79;
553
+ google.protobuf.BoolValue link_flair_enabled = 80;
554
+ google.protobuf.BoolValue disable_contributor_requests = 81;
555
+ google.protobuf.StringValue subreddit_type = 82;
556
+ google.protobuf.StringValue suggested_comment_sort = 83;
557
+ google.protobuf.StringValue banner_img = 84;
558
+ google.protobuf.StringValue user_flair_text = 85;
559
+ google.protobuf.StringValue banner_background_color = 86;
560
+ google.protobuf.BoolValue show_media = 87;
561
+ google.protobuf.StringValue id = 88;
562
+ google.protobuf.BoolValue user_is_moderator = 89;
563
+ google.protobuf.BoolValue over18 = 90;
564
+ google.protobuf.StringValue header_title = 91;
565
+ google.protobuf.StringValue description = 92;
566
+ google.protobuf.BoolValue is_chat_post_feature_enabled = 93;
567
+ google.protobuf.StringValue submit_link_label = 94;
568
+ google.protobuf.StringValue user_flair_text_color = 95;
569
+ google.protobuf.BoolValue restrict_commenting = 96;
570
+ google.protobuf.StringValue user_flair_css_class = 97;
571
+ google.protobuf.BoolValue allow_images = 98;
572
+ google.protobuf.StringValue lang = 99;
573
+ google.protobuf.StringValue url = 101;
574
+ google.protobuf.Int64Value created_utc = 102;
575
+ repeated google.protobuf.Int64Value banner_size = 103;
576
+ google.protobuf.StringValue mobile_banner_image = 104;
577
+ google.protobuf.BoolValue user_is_contributor = 105;
578
+ google.protobuf.BoolValue allow_predictions_tournament = 106;
579
+ repeated google.protobuf.Int64Value icon_size = 107;
580
+ repeated google.protobuf.Int64Value header_size = 108;
581
+ google.protobuf.Int32Value wls = 109;
582
+ google.protobuf.StringValue whitelist_status = 110;
583
+ repeated google.protobuf.Int64Value emojis_custom_size = 111;
584
+
585
+ reserved 13, 25, 42, 51, 62, 100;
586
+ }
587
+ google.protobuf.StringValue kind = 1;
588
+ AboutData data = 2;
589
+ }
590
+
591
+ message SubredditAboutEditResponse {
592
+ message SubredditSettings {
593
+ google.protobuf.BoolValue default_set = 1;
594
+ google.protobuf.Int32Value toxicity_threshold_chat_level = 2;
595
+ google.protobuf.Int32Value crowd_control_chat_level = 3;
596
+ google.protobuf.BoolValue restrict_posting = 4;
597
+ google.protobuf.StringValue public_description = 5;
598
+ google.protobuf.StringValue subreddit_id = 6;
599
+ google.protobuf.BoolValue allow_images = 7;
600
+ google.protobuf.BoolValue free_form_reports = 8;
601
+ google.protobuf.StringValue domain = 9;
602
+ google.protobuf.BoolValue original_content_tag_enabled = 10;
603
+ google.protobuf.BoolValue show_media = 11;
604
+ google.protobuf.BoolValue exclude_banned_modqueue = 12;
605
+ google.protobuf.BoolValue should_archive_posts = 13;
606
+ google.protobuf.StringValue submit_text = 14;
607
+ google.protobuf.StringValue spam_links = 15;
608
+ google.protobuf.StringValue title = 16;
609
+ google.protobuf.BoolValue collapse_deleted_comments = 17;
610
+ google.protobuf.StringValue wikimode = 18;
611
+ google.protobuf.BoolValue over_18 = 19;
612
+ google.protobuf.BoolValue allow_videos = 20;
613
+ google.protobuf.BoolValue allow_galleries = 21;
614
+ google.protobuf.Int32Value crowd_control_level = 22;
615
+ google.protobuf.Int32Value ban_evasion_threshold = 23;
616
+ google.protobuf.BoolValue crowd_control_mode = 24;
617
+ google.protobuf.BoolValue welcome_message_enabled = 25;
618
+ google.protobuf.StringValue welcome_message_text = 26;
619
+ google.protobuf.BoolValue suggested_comment_sort = 27;
620
+ google.protobuf.BoolValue disable_contributor_requests = 28;
621
+ google.protobuf.BoolValue allow_talks = 29;
622
+ google.protobuf.StringValue description = 30;
623
+ google.protobuf.StringValue submit_link_label = 31;
624
+ google.protobuf.BoolValue spoilers_enabled = 32;
625
+ google.protobuf.BoolValue allow_post_crossposts = 33;
626
+ google.protobuf.StringValue spam_comments = 34;
627
+ google.protobuf.BoolValue public_traffic = 35;
628
+ google.protobuf.BoolValue restrict_commenting = 36;
629
+ google.protobuf.BoolValue allow_polls = 37;
630
+ devvit.reddit.CommentContributionSettings comment_contribution_settings = 38;
631
+ google.protobuf.StringValue submit_text_label = 39;
632
+ google.protobuf.Int32Value comment_score_hide_mins = 40;
633
+ google.protobuf.BoolValue all_original_content = 41;
634
+ google.protobuf.StringValue spam_selfposts = 42;
635
+ google.protobuf.StringValue key_color = 43;
636
+ google.protobuf.StringValue language = 44;
637
+ google.protobuf.BoolValue new_pinned_post_pns_enabled = 45;
638
+ google.protobuf.BoolValue hide_ads = 46;
639
+ google.protobuf.Int32Value prediction_leaderboard_entry_type = 47;
640
+ google.protobuf.StringValue header_hover_text = 48;
641
+ google.protobuf.Int32Value wiki_edit_age = 49;
642
+ google.protobuf.BoolValue allow_chat_post_creation = 50;
643
+ google.protobuf.BoolValue allow_prediction_contributors = 51;
644
+ google.protobuf.BoolValue allow_discovery = 52;
645
+ google.protobuf.BoolValue accept_followers = 53;
646
+ google.protobuf.Int32Value crowd_control_post_level = 54;
647
+ google.protobuf.BoolValue allow_predictions_tournament = 55;
648
+ google.protobuf.Int32Value wiki_edit_karma = 56;
649
+ google.protobuf.BoolValue show_media_preview = 57;
650
+ google.protobuf.BoolValue crowd_control_filter = 58;
651
+ google.protobuf.StringValue subreddit_type = 59;
652
+ google.protobuf.BoolValue allow_predictions = 60;
653
+ google.protobuf.BoolValue user_flair_pns_enabled = 61;
654
+ google.protobuf.StringValue content_options = 62;
655
+ }
656
+
657
+ google.protobuf.StringValue kind = 1;
658
+ SubredditSettings data = 2;
659
+ }
660
+
661
+ message SubredditAboutRulesResponse {
662
+ message SubredditRule {
663
+ google.protobuf.StringValue kind = 1;
664
+ google.protobuf.StringValue description = 2;
665
+ google.protobuf.StringValue short_name = 3;
666
+ google.protobuf.StringValue violation_reason = 4;
667
+ google.protobuf.Int64Value created_utc = 5;
668
+ google.protobuf.Int32Value priority = 6;
669
+ google.protobuf.StringValue description_html = 7;
670
+ }
671
+
672
+ message RuleFlow {
673
+ google.protobuf.StringValue reason_text_to_show = 1;
674
+ google.protobuf.StringValue reason_text = 2;
675
+ google.protobuf.StringValue next_step_header = 3;
676
+ repeated RuleFlow next_step_reasons = 4;
677
+ google.protobuf.StringValue complaint_button_text = 5;
678
+ google.protobuf.StringValue complaint_url = 6;
679
+ google.protobuf.StringValue complaint_page_title = 7;
680
+ google.protobuf.BoolValue file_complaint = 8;
681
+ google.protobuf.StringValue complaint_prompt = 9;
682
+ google.protobuf.BoolValue can_write_notes = 10;
683
+ google.protobuf.BoolValue is_abuse_of_report_button = 11;
684
+ google.protobuf.StringValue notes_input_title = 12;
685
+ google.protobuf.StringValue usernames_input_title = 13;
686
+ google.protobuf.BoolValue can_specify_usernames = 14;
687
+ google.protobuf.BoolValue request_crisis_support = 15;
688
+ google.protobuf.BoolValue one_username = 16;
689
+ }
690
+
691
+ repeated SubredditRule rules = 1;
692
+ repeated google.protobuf.StringValue site_rules = 2;
693
+ repeated RuleFlow site_rules_flow = 3;
694
+ }
695
+
696
+ message SubredditAboutTrafficResponse {
697
+ message Data {
698
+ repeated google.protobuf.Int64Value values = 1;
699
+ }
700
+ repeated Data day = 1;
701
+ repeated Data hour = 2;
702
+ repeated Data month = 3;
703
+ }
704
+
705
+ message StickyResponse {
706
+ message LinkData {
707
+ google.protobuf.StringValue author_flair_background_color = 1;
708
+ google.protobuf.Int32Value approved_at_utc = 2;
709
+ google.protobuf.StringValue subreddit = 3;
710
+ google.protobuf.StringValue selftext = 4;
711
+ repeated google.protobuf.StringValue user_reports = 5;
712
+ google.protobuf.BoolValue saved = 6;
713
+ google.protobuf.StringValue mod_reason_title = 7;
714
+ google.protobuf.Int64Value gilded = 8;
715
+ google.protobuf.BoolValue clicked = 9;
716
+ google.protobuf.StringValue title = 10;
717
+ repeated google.protobuf.StringValue link_flair_richtext = 11;
718
+ google.protobuf.StringValue subreddit_name_prefixed = 12;
719
+ google.protobuf.BoolValue hidden = 13;
720
+ google.protobuf.StringValue pwls = 14;
721
+ google.protobuf.StringValue link_flair_css_class = 15;
722
+ google.protobuf.Int64Value downs = 16;
723
+ google.protobuf.Int32Value thumbnail_height = 17;
724
+ google.protobuf.StringValue top_awarded_type = 18;
725
+ google.protobuf.BoolValue parent_whitelist_status = 19;
726
+ google.protobuf.BoolValue hide_score = 20;
727
+ google.protobuf.StringValue name = 21;
728
+ google.protobuf.BoolValue quarantine = 22;
729
+ google.protobuf.StringValue link_flair_text_color = 23;
730
+ google.protobuf.Int64Value upvote_ratio = 24;
731
+ google.protobuf.BoolValue ignore_reports = 25;
732
+ google.protobuf.Int64Value ups = 26;
733
+ google.protobuf.StringValue domain = 27;
734
+ devvit.reddit.MediaEmbed media_embed = 28;
735
+ google.protobuf.Int32Value thumbnail_width = 29;
736
+ google.protobuf.StringValue author_flair_template_id = 30;
737
+ google.protobuf.BoolValue is_original_content = 31;
738
+ google.protobuf.StringValue author_fullname = 32;
739
+ google.protobuf.BoolValue secure_media = 33;
740
+ google.protobuf.BoolValue is_reddit_media_domain = 34;
741
+ google.protobuf.BoolValue is_meta = 35;
742
+ google.protobuf.StringValue category = 36;
743
+ devvit.reddit.MediaEmbed secure_media_embed = 37;
744
+ google.protobuf.StringValue link_flair_text = 38;
745
+ google.protobuf.BoolValue can_mod_post = 39;
746
+ google.protobuf.Int64Value score = 40;
747
+ google.protobuf.StringValue approved_by = 41;
748
+ google.protobuf.BoolValue is_created_from_ads_ui = 42;
749
+ google.protobuf.BoolValue author_premium = 43;
750
+ google.protobuf.StringValue thumbnail = 44;
751
+ google.protobuf.BoolValue edited = 45;
752
+ google.protobuf.StringValue author_flair_css_class = 46;
753
+ repeated google.protobuf.Int64Value previous_visits = 47;
754
+ repeated google.protobuf.StringValue author_flair_richtext = 48;
755
+ google.protobuf.Any gildings = 49;
756
+ google.protobuf.StringValue content_categories = 50;
757
+ google.protobuf.BoolValue is_self = 51;
758
+ google.protobuf.StringValue subreddit_type = 52;
759
+ google.protobuf.Int64Value created = 53;
760
+ google.protobuf.StringValue link_flair_type = 54;
761
+ google.protobuf.StringValue wls = 55;
762
+ google.protobuf.StringValue removed_by_category = 56;
763
+ google.protobuf.StringValue banned_by = 57;
764
+ google.protobuf.StringValue author_flair_type = 58;
765
+ google.protobuf.Int64Value total_awards_received = 59;
766
+ google.protobuf.BoolValue allow_live_comments = 60;
767
+ google.protobuf.StringValue selftext_html = 61;
768
+ google.protobuf.BoolValue likes = 62;
769
+ google.protobuf.StringValue suggested_sort = 63;
770
+ google.protobuf.Int32Value banned_at_utc = 64;
771
+ google.protobuf.Int32Value view_count = 65;
772
+ google.protobuf.BoolValue archived = 66;
773
+ google.protobuf.BoolValue no_follow = 67;
774
+ google.protobuf.BoolValue spam = 68;
775
+ google.protobuf.BoolValue is_crosspostable = 69;
776
+ google.protobuf.BoolValue pinned = 70;
777
+ google.protobuf.BoolValue over_18 = 71;
778
+ repeated google.protobuf.Any all_awardings = 72;
779
+ repeated google.protobuf.StringValue awarders = 73;
780
+ google.protobuf.BoolValue media_only = 74;
781
+ google.protobuf.BoolValue can_gild = 75;
782
+ google.protobuf.BoolValue removed = 76;
783
+ google.protobuf.BoolValue spoiler = 77;
784
+ google.protobuf.BoolValue locked = 78;
785
+ google.protobuf.StringValue author_flair_text = 79;
786
+ repeated google.protobuf.Any treatment_tags = 80;
787
+ google.protobuf.StringValue rte_mode = 81;
788
+ google.protobuf.BoolValue visited = 82;
789
+ google.protobuf.StringValue removed_by = 83;
790
+ google.protobuf.StringValue mod_note = 84;
791
+ google.protobuf.StringValue distinguished = 85;
792
+ google.protobuf.StringValue subreddit_id = 86;
793
+ google.protobuf.BoolValue author_is_blocked = 87;
794
+ google.protobuf.StringValue mod_reason_by = 88;
795
+ google.protobuf.Int64Value num_reports = 89;
796
+ google.protobuf.StringValue removal_reason = 90;
797
+ google.protobuf.StringValue link_flair_background_color = 91;
798
+ google.protobuf.StringValue id = 92;
799
+ google.protobuf.BoolValue is_robot_indexable = 93;
800
+ google.protobuf.Int32Value num_duplicates = 94;
801
+ repeated google.protobuf.Any report_reasons = 95;
802
+ google.protobuf.StringValue author = 96;
803
+ google.protobuf.StringValue discussion_type = 97;
804
+ google.protobuf.Int64Value num_comments = 98;
805
+ google.protobuf.BoolValue send_replies = 99;
806
+ google.protobuf.StringValue media = 100;
807
+ google.protobuf.BoolValue contest_mode = 101;
808
+ google.protobuf.BoolValue author_patreon_flair = 102;
809
+ google.protobuf.BoolValue approved = 103;
810
+ google.protobuf.StringValue author_flair_text_color = 104;
811
+ google.protobuf.StringValue permalink = 105;
812
+ google.protobuf.BoolValue whitelist_status = 106;
813
+ google.protobuf.BoolValue stickied = 107;
814
+ google.protobuf.StringValue url = 108;
815
+ google.protobuf.Int64Value subreddit_subscribers = 109;
816
+ google.protobuf.Int64Value created_utc = 110;
817
+ google.protobuf.Int64Value num_crossposts = 111;
818
+ repeated google.protobuf.Any mod_reports = 112;
819
+ google.protobuf.BoolValue is_video = 113;
820
+ }
821
+
822
+ message WrappedStickyListing {
823
+ google.protobuf.StringValue kind = 1;
824
+ LinkData data = 2;
825
+ }
826
+ message StickyResponseData {
827
+ google.protobuf.StringValue after = 1;
828
+ google.protobuf.StringValue before = 2;
829
+ google.protobuf.Int32Value dist = 3;
830
+ google.protobuf.StringValue modhash = 4;
831
+ google.protobuf.StringValue geo_filter = 5;
832
+ repeated WrappedStickyListing children = 6;
833
+ }
834
+
835
+ google.protobuf.StringValue kind = 1;
836
+ StickyResponseData data = 2;
837
+ }
838
+
839
+ message FullSubredditObject {
840
+ google.protobuf.StringValue user_flair_background_color = 1;
841
+ google.protobuf.StringValue submit_text_html = 2;
842
+ google.protobuf.BoolValue restrict_posting = 3;
843
+ google.protobuf.BoolValue user_is_banned = 4;
844
+ google.protobuf.BoolValue free_form_reports = 5;
845
+ google.protobuf.BoolValue wiki_enabled = 6;
846
+ google.protobuf.BoolValue user_is_muted = 7;
847
+ google.protobuf.BoolValue user_can_flair_in_sr = 8;
848
+ google.protobuf.StringValue display_name = 9;
849
+ google.protobuf.StringValue header_img = 10;
850
+ google.protobuf.StringValue title = 11;
851
+ google.protobuf.BoolValue allow_galleries = 12;
852
+ repeated google.protobuf.Int64Value icon_size = 13;
853
+ google.protobuf.StringValue primary_color = 14;
854
+ google.protobuf.Int64Value active_user_count = 15;
855
+ google.protobuf.StringValue icon_img = 16;
856
+ google.protobuf.StringValue display_name_prefixed = 17;
857
+ google.protobuf.Int64Value accounts_active = 18;
858
+ google.protobuf.BoolValue public_traffic = 19;
859
+ google.protobuf.Int64Value subscribers = 20;
860
+ repeated google.protobuf.StringValue user_flair_richtext = 21;
861
+ google.protobuf.Int64Value videostream_links_count = 22;
862
+ google.protobuf.StringValue name = 23;
863
+ google.protobuf.BoolValue quarantine = 24;
864
+ google.protobuf.BoolValue hide_ads = 25;
865
+ google.protobuf.BoolValue emojis_enabled = 27;
866
+ google.protobuf.StringValue advertiser_category = 28;
867
+ google.protobuf.StringValue public_description = 29;
868
+ google.protobuf.Int32Value comment_score_hide_mins = 30;
869
+ google.protobuf.BoolValue allow_predictions = 31;
870
+ google.protobuf.BoolValue user_has_favorited = 32;
871
+ google.protobuf.StringValue user_flair_template_id = 33;
872
+ google.protobuf.StringValue community_icon = 34;
873
+ google.protobuf.StringValue banner_background_image = 35;
874
+ google.protobuf.BoolValue original_content_tag_enabled = 36;
875
+ google.protobuf.BoolValue community_reviewed = 37;
876
+ google.protobuf.StringValue submit_text = 39;
877
+ google.protobuf.StringValue description_html = 40;
878
+ google.protobuf.BoolValue spoilers_enabled = 41;
879
+ devvit.reddit.CommentContributionSettings comment_contribution_settings = 42;
880
+ google.protobuf.BoolValue allow_talks = 43;
881
+ repeated google.protobuf.Int64Value header_size = 44;
882
+ google.protobuf.StringValue user_flair_position = 45;
883
+ google.protobuf.BoolValue all_original_content = 46;
884
+ google.protobuf.BoolValue has_menu_widget = 47;
885
+ google.protobuf.BoolValue is_enrolled_in_new_modmail = 48;
886
+ google.protobuf.StringValue key_color = 49;
887
+ google.protobuf.BoolValue can_assign_user_flair = 50;
888
+ google.protobuf.Int64Value created = 51;
889
+ google.protobuf.Int32Value wls = 52;
890
+ google.protobuf.BoolValue show_media_preview = 53;
891
+ google.protobuf.StringValue submission_type = 54;
892
+ google.protobuf.BoolValue user_is_subscriber = 55;
893
+ repeated google.protobuf.StringValue allowed_media_in_comments = 56;
894
+ google.protobuf.BoolValue allow_videogifs = 57;
895
+ google.protobuf.BoolValue should_archive_posts = 58;
896
+ google.protobuf.StringValue user_flair_type = 59;
897
+ google.protobuf.BoolValue allow_polls = 60;
898
+ google.protobuf.BoolValue collapse_deleted_comments = 61;
899
+ repeated google.protobuf.Int64Value emojis_custom_size = 62;
900
+ google.protobuf.StringValue public_description_html = 63;
901
+ google.protobuf.BoolValue allow_videos = 64;
902
+ google.protobuf.BoolValue is_crosspostable_subreddit = 65;
903
+ google.protobuf.StringValue notification_level = 66;
904
+ google.protobuf.BoolValue should_show_media_in_comments_setting = 67;
905
+ google.protobuf.BoolValue can_assign_link_flair = 68;
906
+ google.protobuf.BoolValue accounts_active_is_fuzzed = 69;
907
+ google.protobuf.BoolValue allow_prediction_contributors = 70;
908
+ google.protobuf.StringValue submit_text_label = 71;
909
+ google.protobuf.StringValue link_flair_position = 72;
910
+ google.protobuf.BoolValue user_sr_flair_enabled = 73;
911
+ google.protobuf.BoolValue user_flair_enabled_in_sr = 74;
912
+ google.protobuf.BoolValue allow_chat_post_creation = 75;
913
+ google.protobuf.BoolValue allow_discovery = 76;
914
+ google.protobuf.BoolValue accept_followers = 77;
915
+ google.protobuf.BoolValue user_sr_theme_enabled = 78;
916
+ google.protobuf.BoolValue link_flair_enabled = 79;
917
+ google.protobuf.BoolValue disable_contributor_requests = 80;
918
+ google.protobuf.StringValue subreddit_type = 81;
919
+ google.protobuf.StringValue suggested_comment_sort = 82;
920
+ google.protobuf.StringValue banner_img = 83;
921
+ google.protobuf.StringValue user_flair_text = 84;
922
+ google.protobuf.StringValue content_category = 85;
923
+ google.protobuf.StringValue banner_background_color = 86;
924
+ google.protobuf.BoolValue show_media = 87;
925
+ google.protobuf.StringValue id = 88;
926
+ google.protobuf.BoolValue user_is_moderator = 89;
927
+ google.protobuf.BoolValue over18 = 90;
928
+ google.protobuf.StringValue header_title = 91;
929
+ google.protobuf.StringValue description = 92;
930
+ google.protobuf.BoolValue is_chat_post_feature_enabled = 93;
931
+ google.protobuf.StringValue submit_link_label = 94;
932
+ google.protobuf.StringValue user_flair_text_color = 95;
933
+ google.protobuf.BoolValue restrict_commenting = 96;
934
+ google.protobuf.StringValue user_flair_css_class = 97;
935
+ google.protobuf.BoolValue allow_images = 98;
936
+ google.protobuf.StringValue lang = 99;
937
+ google.protobuf.StringValue whitelist_status = 100;
938
+ google.protobuf.StringValue url = 101;
939
+ google.protobuf.Int64Value created_utc = 102;
940
+ repeated google.protobuf.Int32Value banner_size = 103;
941
+ google.protobuf.StringValue mobile_banner_image = 104;
942
+ google.protobuf.BoolValue user_is_contributor = 105;
943
+ google.protobuf.BoolValue allow_predictions_tournament = 106;
944
+
945
+ reserved 26;
946
+ }
947
+
948
+ message SubredditsSearchResponse {
949
+ message WrappedSubredditObject {
950
+ message SubredditData {
951
+ google.protobuf.StringValue kind = 1;
952
+ FullSubredditObject data = 2;
953
+ }
954
+ google.protobuf.StringValue after = 1;
955
+ google.protobuf.StringValue before = 2;
956
+ google.protobuf.Int32Value dist = 3;
957
+ google.protobuf.StringValue geo_filter = 4;
958
+ repeated SubredditData children = 5;
959
+ }
960
+
961
+ google.protobuf.StringValue kind = 1;
962
+ WrappedSubredditObject data = 2;
963
+ }
964
+
965
+ message UserSearchResponse {
966
+ message AccData {
967
+ google.protobuf.StringValue after = 1;
968
+ google.protobuf.Int64Value dist = 2;
969
+ google.protobuf.StringValue modhash = 3;
970
+ google.protobuf.StringValue geo_filter = 4;
971
+ repeated Account children = 5;
972
+ google.protobuf.StringValue before = 6;
973
+ }
974
+
975
+ message Account {
976
+ google.protobuf.StringValue kind = 1;
977
+ AccountData data = 2;
978
+ }
979
+
980
+ message AccountData {
981
+ message Subreddit {
982
+ google.protobuf.BoolValue default_set = 1;
983
+ google.protobuf.BoolValue user_is_contributor = 2;
984
+ google.protobuf.StringValue banner_img = 3;
985
+ repeated google.protobuf.StringValue allowed_media_in_comments = 4;
986
+ google.protobuf.BoolValue user_is_banned = 5;
987
+ google.protobuf.BoolValue free_form_reports = 6;
988
+ google.protobuf.StringValue community_icon = 7;
989
+ google.protobuf.BoolValue show_media = 8;
990
+ google.protobuf.StringValue icon_color = 9;
991
+ google.protobuf.BoolValue user_is_muted = 10;
992
+ google.protobuf.StringValue display_name = 11;
993
+ google.protobuf.StringValue header_img = 12;
994
+ google.protobuf.StringValue title = 13;
995
+ repeated google.protobuf.StringValue previous_names = 14;
996
+ google.protobuf.BoolValue over_18 = 15;
997
+ repeated google.protobuf.Int32Value icon_size = 16;
998
+ google.protobuf.StringValue primary_color = 17;
999
+ google.protobuf.StringValue icon_img = 18;
1000
+ google.protobuf.StringValue description = 19;
1001
+ google.protobuf.StringValue submit_link_label = 20;
1002
+ repeated google.protobuf.Int32Value header_size = 21;
1003
+ google.protobuf.BoolValue restrict_posting = 22;
1004
+ google.protobuf.BoolValue restrict_commenting = 23;
1005
+ google.protobuf.Int64Value subscribers = 24;
1006
+ google.protobuf.StringValue submit_text_label = 25;
1007
+ google.protobuf.BoolValue is_default_icon = 26;
1008
+ google.protobuf.StringValue link_flair_position = 27;
1009
+ google.protobuf.StringValue display_name_prefixed = 28;
1010
+ google.protobuf.StringValue key_color = 29;
1011
+ google.protobuf.StringValue name = 30;
1012
+ google.protobuf.BoolValue is_default_banner = 31;
1013
+ google.protobuf.StringValue url = 32;
1014
+ google.protobuf.BoolValue quarantine = 33;
1015
+ repeated google.protobuf.Int32Value banner_size = 34;
1016
+ google.protobuf.BoolValue user_is_moderator = 35;
1017
+ google.protobuf.BoolValue accept_followers = 36;
1018
+ google.protobuf.StringValue public_description = 37;
1019
+ google.protobuf.BoolValue link_flair_enabled = 38;
1020
+ google.protobuf.BoolValue disable_contributor_requests = 39;
1021
+ google.protobuf.StringValue subreddit_type = 40;
1022
+ google.protobuf.BoolValue user_is_subscriber = 41;
1023
+ }
1024
+
1025
+ google.protobuf.BoolValue is_employee = 1;
1026
+ google.protobuf.BoolValue is_friend = 2;
1027
+ repeated google.protobuf.Int32Value snoovatar_size = 3;
1028
+ google.protobuf.StringValue id = 4;
1029
+ google.protobuf.BoolValue verified = 5;
1030
+ google.protobuf.BoolValue is_gold = 6;
1031
+ google.protobuf.BoolValue is_mod = 7;
1032
+ google.protobuf.BoolValue has_verified_email = 8;
1033
+ google.protobuf.StringValue icon_img = 9;
1034
+ google.protobuf.BoolValue hide_from_robots = 10;
1035
+ google.protobuf.Int32Value link_karma = 11;
1036
+ google.protobuf.BoolValue accept_chats = 12;
1037
+ google.protobuf.BoolValue is_blocked = 13;
1038
+ google.protobuf.BoolValue pref_show_snoovatar = 14;
1039
+ google.protobuf.StringValue name = 15;
1040
+ google.protobuf.Int64Value created = 16;
1041
+ google.protobuf.Int64Value created_utc = 17;
1042
+ google.protobuf.StringValue snoovatar_img = 18;
1043
+ google.protobuf.Int64Value comment_karma = 19;
1044
+ google.protobuf.BoolValue accept_followers = 20;
1045
+ google.protobuf.BoolValue has_subscribed = 21;
1046
+ google.protobuf.BoolValue accept_pms = 22;
1047
+ google.protobuf.BoolValue is_suspended = 23;
1048
+ Subreddit subreddit = 24;
1049
+ }
1050
+
1051
+ google.protobuf.StringValue kind = 1;
1052
+ AccData data = 2;
1053
+ }
1054
+
1055
+ message SubredditAddRemovalReasonRequest {
1056
+ // The name of the subreddit without `r/`
1057
+ string subreddit = 1;
1058
+ // A message that will communicate to the user why their post was removed
1059
+ string message = 2;
1060
+ // Removal Reason title
1061
+ string title = 3;
1062
+ }
1063
+
1064
+ message SubredditAddRemovalReasonResponse {
1065
+ // Removal Reason ID
1066
+ string id = 1;
1067
+ }
1068
+
1069
+ message SubredditGetRemovalReasonsRequest {
1070
+ // The name of the subreddit without `r/`
1071
+ string subreddit = 1;
1072
+ }
1073
+
1074
+ message SubredditGetRemovalReasonsResponse {
1075
+ message SubredditRemovalReason {
1076
+ // Removal Reason ID
1077
+ string id = 1;
1078
+ // A message that will communicate to the user why their post was removed
1079
+ string message = 2;
1080
+ // Removal Reason title
1081
+ string title = 3;
1082
+ }
1083
+
1084
+ map<string, SubredditRemovalReason> data = 1;
1085
+ // Ordered list of Removal Reason IDs
1086
+ repeated string order = 2;
1087
+ }