@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,72 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.comments.v1;
4
+
5
+ import "validate/validate.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/comments/v1;comments";
8
+ option java_multiple_files = true;
9
+ option java_outer_classname = "CommentsServiceProto";
10
+ option java_package = "com.reddit.coreplatform.api.comments.v1";
11
+
12
+ // RPC Service for working with core Comments data
13
+ service CommentsService {
14
+ // Get all comment ids created by an account. This includes all comments including deleted ones.
15
+ rpc GetCommentIdsByAuthor(GetCommentIdsByAuthorRequest) returns (GetCommentIdsByAuthorResponse) {
16
+ option idempotency_level = NO_SIDE_EFFECTS;
17
+ }
18
+ }
19
+
20
+ // Request to get all comment ids by author.
21
+ // This endpoint was added for Reddar to fetch all LinkIds by a given author.
22
+ // The sort order for the LinkIs by author is sorted in DESC by default.
23
+ // When this endpoint is invoked with direction as DIRECTION_PREV and a cursor, then sort order is ASC.
24
+ message GetCommentIdsByAuthorRequest {
25
+ // Direction enum represents whether to move forward or backward while fetching records
26
+ enum Direction {
27
+ // This is default value of direction.
28
+ DIRECTION_UNSPECIFIED = 0;
29
+ // Next fetches records specified by the limit after the current cursor ID.
30
+ // Calling Next at the end of records will return empty.
31
+ DIRECTION_NEXT = 1;
32
+ // Prev fetches records specified by the limit before the current cursor ID.
33
+ // Calling Prev at the start of records will return empty.
34
+ DIRECTION_PREV = 2;
35
+ }
36
+ // Account identifier to request comments for. Specified account id should be a valid thing
37
+ // identifier with t2 prefix.
38
+ string account_id = 1 [(validate.rules).string = {pattern: "^t2_[a-zA-Z0-9]+$"}];
39
+
40
+ // Optional cursor for pagination. When absent returns the fist page.
41
+ optional string cursor = 2 [(validate.rules).string = {
42
+ ignore_empty: true
43
+ min_len: 1
44
+ }];
45
+
46
+ // Optional maximum page size limit (defaults to and capped at 1000).
47
+ optional int32 limit = 3 [(validate.rules).int32 = {
48
+ ignore_empty: true
49
+ gte: 1
50
+ lte: 1000
51
+ }];
52
+
53
+ // Direction to indicate whether to fetch records forwards or backwards from the cursor.
54
+ Direction direction = 4 [(validate.rules).enum = {
55
+ not_in: [0]
56
+ }];
57
+ }
58
+
59
+ // Response with all the comments posted by an author.
60
+ message GetCommentIdsByAuthorResponse {
61
+ // Comment ids authored by the user.
62
+ repeated string comment_id = 1 [(validate.rules).repeated = {
63
+ min_items: 1
64
+ max_items: 1000
65
+ items: {
66
+ string: {pattern: "^t1_[a-zA-Z0-9]+$"}
67
+ }
68
+ }];
69
+
70
+ // Cursor for the next page (empty if exhausted).
71
+ optional string cursor = 2;
72
+ }
@@ -0,0 +1,25 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ import "validate/validate.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
8
+ option java_multiple_files = true;
9
+ option java_outer_classname = "AuthProto";
10
+ option java_package = "com.reddit.coreplatform.api.common.v1";
11
+
12
+ // The policy used to determine what permission set an actor should assume
13
+ message AuthzPolicy {
14
+ // The user account that the caller wishes to assume. When value is empty, the account id
15
+ // present in the edge context will be used instead. This value must be a valid `t2_{}` thing
16
+ // id or the const value for super user access `__super__`. Only Reddit service accounts
17
+ // can assume super user permissions. Service auth edge context must be present in the request
18
+ // when requesting super user permissions.
19
+ string on_behalf_of = 1 [(validate.rules).string = {pattern: "^(__super__|t2_[a-zA-Z0-9]+)$"}];
20
+
21
+ // Enable elevated admin permissions for the caller. Admin mode is restricted to users with the
22
+ // appropriate role. Service accounts cannot enable admin permissions and must escalate to super
23
+ // user permissions instead.
24
+ bool enable_admin = 2;
25
+ }
@@ -0,0 +1,52 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ import "reddit/coreplatform/api/metadata/v1/metadata.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
8
+ option java_multiple_files = true;
9
+ option java_outer_classname = "FeaturesProto";
10
+ option java_package = "com.reddit.coreplatform.api.common.v1";
11
+
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ enum DistinguishType {
14
+ /* @exclude No documentation present when converted from Thrift to Proto */
15
+ DISTINGUISH_TYPE_UNSPECIFIED = 0;
16
+
17
+ /* @exclude No documentation present when converted from Thrift to Proto */
18
+ DISTINGUISH_TYPE_UNSET = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
19
+ name: "NULL_VALUE"
20
+ ordinal: 0
21
+ }];
22
+
23
+ /* @exclude No documentation present when converted from Thrift to Proto */
24
+ DISTINGUISH_TYPE_ADMIN = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
25
+ name: "ADMIN"
26
+ ordinal: 1
27
+ }];
28
+
29
+ /* @exclude No documentation present when converted from Thrift to Proto */
30
+ DISTINGUISH_TYPE_GOLD = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
31
+ name: "GOLD"
32
+ ordinal: 2
33
+ }];
34
+
35
+ /* @exclude No documentation present when converted from Thrift to Proto */
36
+ DISTINGUISH_TYPE_GOLD_AUTO = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
37
+ name: "GOLD_AUTO"
38
+ ordinal: 3
39
+ }];
40
+
41
+ /* @exclude No documentation present when converted from Thrift to Proto */
42
+ DISTINGUISH_TYPE_YES = 5 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
43
+ name: "YES"
44
+ ordinal: 4
45
+ }];
46
+
47
+ /* @exclude No documentation present when converted from Thrift to Proto */
48
+ DISTINGUISH_TYPE_SPECIAL = 6 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
49
+ name: "SPECIAL"
50
+ ordinal: 5
51
+ }];
52
+ }
@@ -0,0 +1,16 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
6
+ option java_multiple_files = true;
7
+ option java_outer_classname = "LangProto";
8
+ option java_package = "com.reddit.coreplatform.api.common.v1";
9
+
10
+ /* @exclude No documentation present when converted from Thrift to Proto */
11
+ message DetectedLanguage {
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ string language_code = 1;
14
+ /* @exclude No documentation present when converted from Thrift to Proto */
15
+ double confidence_score = 2;
16
+ }
@@ -0,0 +1,20 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
6
+ option java_multiple_files = true;
7
+ option java_outer_classname = "LegalProto";
8
+ option java_package = "com.reddit.coreplatform.api.common.v1";
9
+
10
+ /* @exclude No documentation present when converted from Thrift to Proto */
11
+ message LegalBlock {
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ optional string country_code = 1;
14
+ /* @exclude No documentation present when converted from Thrift to Proto */
15
+ optional string description = 2;
16
+ /* @exclude No documentation present when converted from Thrift to Proto */
17
+ optional int32 response_code = 3;
18
+ /* @exclude No documentation present when converted from Thrift to Proto */
19
+ optional string reason = 4;
20
+ }
@@ -0,0 +1,149 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
6
+ option java_multiple_files = true;
7
+ option java_outer_classname = "MediaProto";
8
+ option java_package = "com.reddit.coreplatform.api.common.v1";
9
+
10
+ /* @exclude No documentation present when converted from Thrift to Proto */
11
+ message MediaObject {
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ optional string type = 1;
14
+
15
+ /* @exclude No documentation present when converted from Thrift to Proto */
16
+ optional OEmbed oembed = 3;
17
+
18
+ /* @exclude No documentation present when converted from Thrift to Proto */
19
+ optional RedditVideo reddit_video = 4;
20
+
21
+ /* @exclude No documentation present when converted from Thrift to Proto */
22
+ MediaDimension size = 5;
23
+
24
+ /* @exclude No documentation present when converted from Thrift to Proto */
25
+ optional string content = 6;
26
+ /* @exclude No documentation present when converted from Thrift to Proto */
27
+ optional string live_event_id = 7;
28
+ }
29
+
30
+ /* @exclude No documentation present when converted from Thrift to Proto */
31
+ message MediaDimension {
32
+ /* @exclude No documentation present when converted from Thrift to Proto */
33
+ optional int32 width = 1;
34
+ /* @exclude No documentation present when converted from Thrift to Proto */
35
+ optional int32 height = 2;
36
+ }
37
+
38
+ /* @exclude No documentation present when converted from Thrift to Proto */
39
+ message OEmbed {
40
+ /* @exclude No documentation present when converted from Thrift to Proto */
41
+ string type = 1;
42
+
43
+ /* @exclude No documentation present when converted from Thrift to Proto */
44
+ string version = 2;
45
+
46
+ /* @exclude No documentation present when converted from Thrift to Proto */
47
+ optional string title = 3;
48
+
49
+ /* @exclude No documentation present when converted from Thrift to Proto */
50
+ optional string description = 4;
51
+
52
+ /* @exclude No documentation present when converted from Thrift to Proto */
53
+ optional string author_name = 5;
54
+
55
+ /* @exclude No documentation present when converted from Thrift to Proto */
56
+ optional string author_url = 6;
57
+
58
+ /* @exclude No documentation present when converted from Thrift to Proto */
59
+ string provider_name = 7;
60
+
61
+ /* @exclude No documentation present when converted from Thrift to Proto */
62
+ string provider_url = 8;
63
+
64
+ /* @exclude No documentation present when converted from Thrift to Proto */
65
+ optional string thumbnail_url = 9;
66
+
67
+ /* @exclude No documentation present when converted from Thrift to Proto */
68
+ MediaDimension thumbnail_size = 10;
69
+
70
+ /* @exclude No documentation present when converted from Thrift to Proto */
71
+ optional string html = 11;
72
+
73
+ /* @exclude No documentation present when converted from Thrift to Proto */
74
+ optional string url = 12;
75
+
76
+ /* @exclude No documentation present when converted from Thrift to Proto */
77
+ MediaDimension size = 13;
78
+
79
+ /* @exclude No documentation present when converted from Thrift to Proto */
80
+ MediaDimension margin = 14;
81
+
82
+ /* @exclude No documentation present when converted from Thrift to Proto */
83
+ optional int64 cache_age = 15;
84
+ /* @exclude No documentation present when converted from Thrift to Proto */
85
+ optional double mean_alpha = 16;
86
+ }
87
+
88
+ /* @exclude No documentation present when converted from Thrift to Proto */
89
+ message RedditVideo {
90
+ /* @exclude No documentation present when converted from Thrift to Proto */
91
+ bool is_gif = 1;
92
+
93
+ /* @exclude No documentation present when converted from Thrift to Proto */
94
+ MediaDimension size = 2;
95
+
96
+ /* @exclude No documentation present when converted from Thrift to Proto */
97
+ string transcoding_status = 3;
98
+
99
+ /* @exclude No documentation present when converted from Thrift to Proto */
100
+ optional string transcoding_message = 4;
101
+
102
+ /* @exclude No documentation present when converted from Thrift to Proto */
103
+ int64 duration = 5;
104
+
105
+ /* @exclude No documentation present when converted from Thrift to Proto */
106
+ string dash_url = 6;
107
+
108
+ /* @exclude No documentation present when converted from Thrift to Proto */
109
+ string hls_url = 7;
110
+
111
+ /* @exclude No documentation present when converted from Thrift to Proto */
112
+ string fallback_url = 8;
113
+
114
+ /* @exclude No documentation present when converted from Thrift to Proto */
115
+ string scrubber_media_url = 9;
116
+
117
+ /* @exclude No documentation present when converted from Thrift to Proto */
118
+ int32 bitrate_kbps = 10;
119
+
120
+ // has_audio signals the presence of an audio track in the video. This is
121
+ // used in the watch feed to optimize playback. c.f.
122
+ // https://docs.google.com/document/d/1JhFVnYv4zk1S7sMj9BNxUsUZQVdoJ29g-sUsf87i5uk/
123
+ optional bool has_audio = 11;
124
+ }
125
+
126
+ /* @exclude No documentation present when converted from Thrift to Proto */
127
+ message RpanVideo {
128
+ /* @exclude No documentation present when converted from Thrift to Proto */
129
+ optional string hls_url = 1;
130
+ /* @exclude No documentation present when converted from Thrift to Proto */
131
+ optional string scrubber_media_url = 2;
132
+ }
133
+
134
+ /* @exclude No documentation present when converted from Thrift to Proto */
135
+ message PreviewObject {
136
+ /* @exclude No documentation present when converted from Thrift to Proto */
137
+ optional string url = 1;
138
+
139
+ /* @exclude No documentation present when converted from Thrift to Proto */
140
+ optional int32 width = 2;
141
+
142
+ /* @exclude No documentation present when converted from Thrift to Proto */
143
+ optional int32 height = 3;
144
+
145
+ /* @exclude No documentation present when converted from Thrift to Proto */
146
+ optional string uid = 4;
147
+ /* @exclude No documentation present when converted from Thrift to Proto */
148
+ optional RedditVideo reddit_video = 5;
149
+ }
@@ -0,0 +1,197 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ import "reddit/coreplatform/api/metadata/v1/metadata.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
8
+ option java_multiple_files = true;
9
+ option java_outer_classname = "ModerationProto";
10
+ option java_package = "com.reddit.coreplatform.api.common.v1";
11
+
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ enum Verdict {
14
+ /* @exclude No documentation present when converted from Thrift to Proto */
15
+ VERDICT_UNSPECIFIED = 0;
16
+
17
+ /* @exclude No documentation present when converted from Thrift to Proto */
18
+ VERDICT_UNSET = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
19
+ name: "NULL_VALUE"
20
+ ordinal: 0
21
+ }];
22
+
23
+ /* @exclude No documentation present when converted from Thrift to Proto */
24
+ VERDICT_MOD_APPROVED = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
25
+ name: "MOD_APPROVED"
26
+ ordinal: 1
27
+ }];
28
+
29
+ /* @exclude No documentation present when converted from Thrift to Proto */
30
+ VERDICT_MOD_REMOVED = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
31
+ name: "MOD_REMOVED"
32
+ ordinal: 2
33
+ }];
34
+
35
+ /* @exclude No documentation present when converted from Thrift to Proto */
36
+ VERDICT_ADMIN_REMOVED = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
37
+ name: "ADMIN_REMOVED"
38
+ ordinal: 3
39
+ }];
40
+
41
+ /* @exclude No documentation present when converted from Thrift to Proto */
42
+ VERDICT_ADMIN_APPROVED = 5 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
43
+ name: "ADMIN_APPROVED"
44
+ ordinal: 4
45
+ }];
46
+
47
+ /* @exclude No documentation present when converted from Thrift to Proto */
48
+ VERDICT_ADMIN_RESTORED = 6 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
49
+ name: "ADMIN_RESTORED"
50
+ ordinal: 5
51
+ }];
52
+ }
53
+
54
+ /* @exclude No documentation present when converted from Thrift to Proto */
55
+ enum VerdictReason {
56
+ /* @exclude No documentation present when converted from Thrift to Proto */
57
+ VERDICT_REASON_UNSPECIFIED = 0;
58
+
59
+ /* @exclude No documentation present when converted from Thrift to Proto */
60
+ VERDICT_REASON_UNSET = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
61
+ name: "NULL_VALUE"
62
+ ordinal: 0
63
+ }];
64
+
65
+ /* @exclude No documentation present when converted from Thrift to Proto */
66
+ VERDICT_REASON_LEGAL = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
67
+ name: "LEGAL"
68
+ ordinal: 1
69
+ }];
70
+ }
71
+
72
+ /* @exclude No documentation present when converted from Thrift to Proto */
73
+ message BanInfo {
74
+ /* @exclude No documentation present when converted from Thrift to Proto */
75
+ optional bool is_auto = 1;
76
+ /* @exclude No documentation present when converted from Thrift to Proto */
77
+ optional int64 banned_at = 2;
78
+ /* @exclude No documentation present when converted from Thrift to Proto */
79
+ optional string banner_name = 3;
80
+ /* @exclude No documentation present when converted from Thrift to Proto */
81
+ optional bool moderator_banned = 4;
82
+ /* @exclude No documentation present when converted from Thrift to Proto */
83
+ optional string note = 5;
84
+ /* @exclude No documentation present when converted from Thrift to Proto */
85
+ optional string unbanner_name = 6;
86
+ /* @exclude No documentation present when converted from Thrift to Proto */
87
+ optional int64 unbanned_at = 7;
88
+ /* @exclude No documentation present when converted from Thrift to Proto */
89
+ optional bool reset_used = 8;
90
+ /* @exclude No documentation present when converted from Thrift to Proto */
91
+ optional string reason_id = 9;
92
+ /* @exclude No documentation present when converted from Thrift to Proto */
93
+ optional string reason_title = 10;
94
+ /* @exclude No documentation present when converted from Thrift to Proto */
95
+ optional string reason_message = 11;
96
+ /* @exclude No documentation present when converted from Thrift to Proto */
97
+ optional string reason_by = 12;
98
+ /* @exclude No documentation present when converted from Thrift to Proto */
99
+ optional string mod_note = 13;
100
+ /* @exclude No documentation present when converted from Thrift to Proto */
101
+ optional bool ban_all_triggered = 14;
102
+ /* @exclude No documentation present when converted from Thrift to Proto */
103
+ optional string subreddit_message = 15;
104
+ /* @exclude No documentation present when converted from Thrift to Proto */
105
+ optional BanInfoAction remove_action = 16;
106
+ /* @exclude No documentation present when converted from Thrift to Proto */
107
+ optional string subreddit_message_title = 17;
108
+ }
109
+
110
+ /* @exclude No documentation present when converted from Thrift to Proto */
111
+ enum BanInfoAction {
112
+ /* @exclude No documentation present when converted from Thrift to Proto */
113
+ BAN_INFO_ACTION_UNSPECIFIED = 0 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
114
+ name: "UNKNOWN"
115
+ ordinal: 0
116
+ }];
117
+
118
+ /* @exclude No documentation present when converted from Thrift to Proto */
119
+ BAN_INFO_ACTION_SPAM = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
120
+ name: "SPAM"
121
+ ordinal: 1
122
+ }];
123
+
124
+ /* @exclude No documentation present when converted from Thrift to Proto */
125
+ BAN_INFO_ACTION_FILTER = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
126
+ name: "FILTER"
127
+ ordinal: 2
128
+ }];
129
+
130
+ /* @exclude No documentation present when converted from Thrift to Proto */
131
+ BAN_INFO_ACTION_REMOVE = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
132
+ name: "REMOVE"
133
+ ordinal: 3
134
+ }];
135
+ }
136
+
137
+ /* @exclude No documentation present when converted from Thrift to Proto */
138
+ enum ApprovalStatus {
139
+ /* @exclude No documentation present when converted from Thrift to Proto */
140
+ APPROVAL_STATUS_UNSPECIFIED = 0; //
141
+
142
+ /* @exclude No documentation present when converted from Thrift to Proto */
143
+ APPROVAL_STATUS_UNSET = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
144
+ name: "NULL_VALUE"
145
+ ordinal: 6
146
+ }];
147
+
148
+ /* @exclude No documentation present when converted from Thrift to Proto */
149
+ APPROVAL_STATUS_MOD_APPROVED = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
150
+ name: "MOD_APPROVED"
151
+ ordinal: 0
152
+ }];
153
+
154
+ /* @exclude No documentation present when converted from Thrift to Proto */
155
+ APPROVAL_STATUS_MOD_REMOVED = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
156
+ name: "MOD_REMOVED"
157
+ ordinal: 1
158
+ }];
159
+
160
+ /* @exclude No documentation present when converted from Thrift to Proto */
161
+ APPROVAL_STATUS_MOD_SPAMMED = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
162
+ name: "MOD_SPAMMED"
163
+ ordinal: 2
164
+ }];
165
+
166
+ /* @exclude No documentation present when converted from Thrift to Proto */
167
+ APPROVAL_STATUS_ADMIN_APPROVED = 5 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
168
+ name: "ADMIN_APPROVED"
169
+ ordinal: 3
170
+ }];
171
+
172
+ /* @exclude No documentation present when converted from Thrift to Proto */
173
+ APPROVAL_STATUS_ADMIN_REMOVED = 6 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
174
+ name: "ADMIN_REMOVED"
175
+ ordinal: 4
176
+ }];
177
+
178
+ /* @exclude No documentation present when converted from Thrift to Proto */
179
+ APPROVAL_STATUS_ADMIN_SPAMMED = 7 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
180
+ name: "ADMIN_SPAMMED"
181
+ ordinal: 5
182
+ }];
183
+ }
184
+
185
+ /* @exclude No documentation present when converted from Thrift to Proto */
186
+ message ModerationInfo {
187
+ /* @exclude No documentation present when converted from Thrift to Proto */
188
+ Verdict verdict = 1;
189
+ /* @exclude No documentation present when converted from Thrift to Proto */
190
+ string verdict_by = 2;
191
+ /* @exclude No documentation present when converted from Thrift to Proto */
192
+ VerdictReason verdict_reason = 3;
193
+ /* @exclude No documentation present when converted from Thrift to Proto */
194
+ int64 verdict_at = 4;
195
+ /* @exclude No documentation present when converted from Thrift to Proto */
196
+ string mod_note = 5;
197
+ }
@@ -0,0 +1,116 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ import "reddit/coreplatform/api/metadata/v1/metadata.proto";
6
+
7
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
8
+ option java_multiple_files = true;
9
+ option java_outer_classname = "SafetyProto";
10
+ option java_package = "com.reddit.coreplatform.api.common.v1";
11
+
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ enum CrowdControlLevel {
14
+ /* @exclude No documentation present when converted from Thrift to Proto */
15
+ CROWD_CONTROL_LEVEL_UNSPECIFIED = 0;
16
+
17
+ /* @exclude No documentation present when converted from Thrift to Proto */
18
+ CROWD_CONTROL_LEVEL_OFF = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
19
+ name: "OFF"
20
+ ordinal: 0
21
+ }];
22
+
23
+ /* @exclude No documentation present when converted from Thrift to Proto */
24
+ CROWD_CONTROL_LEVEL_LENIENT = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
25
+ name: "LENIENT"
26
+ ordinal: 1
27
+ }];
28
+
29
+ /* @exclude No documentation present when converted from Thrift to Proto */
30
+ CROWD_CONTROL_LEVEL_MEDIUM = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
31
+ name: "MEDIUM"
32
+ ordinal: 2
33
+ }];
34
+
35
+ /* @exclude No documentation present when converted from Thrift to Proto */
36
+ CROWD_CONTROL_LEVEL_STRICT = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
37
+ name: "STRICT"
38
+ ordinal: 3
39
+ }];
40
+ }
41
+
42
+ /* @exclude No documentation present when converted from Thrift to Proto */
43
+ enum HatefulContentThreshold {
44
+ /* @exclude No documentation present when converted from Thrift to Proto */
45
+ HATEFUL_CONTENT_THRESHOLD_UNSPECIFIED = 0;
46
+ /* @exclude No documentation present when converted from Thrift to Proto */
47
+ HATEFUL_CONTENT_THRESHOLD_OFF = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
48
+ name: "OFF"
49
+ ordinal: 0
50
+ }];
51
+ /* @exclude No documentation present when converted from Thrift to Proto */
52
+ HATEFUL_CONTENT_THRESHOLD_LENIENT = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
53
+ name: "LENIENT"
54
+ ordinal: 1
55
+ }];
56
+ /* @exclude No documentation present when converted from Thrift to Proto */
57
+ HATEFUL_CONTENT_THRESHOLD_MODERATE = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
58
+ name: "MODERATE"
59
+ ordinal: 2
60
+ }];
61
+ /* @exclude No documentation present when converted from Thrift to Proto */
62
+ HATEFUL_CONTENT_THRESHOLD_STRICT = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
63
+ name: "STRICT"
64
+ ordinal: 3
65
+ }];
66
+ }
67
+
68
+ // DEPRECATED, see reddit-service-ban-evasion FilterSettings
69
+ /* @exclude No documentation present when converted from Thrift to Proto */
70
+ enum BanEvasionThreshold {
71
+ /* @exclude No documentation present when converted from Thrift to Proto */
72
+ BAN_EVASION_THRESHOLD_UNSPECIFIED = 0 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
73
+ name: "UNKNOWN"
74
+ ordinal: 0
75
+ }];
76
+
77
+ /* @exclude No documentation present when converted from Thrift to Proto */
78
+ BAN_EVASION_THRESHOLD_OFF = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
79
+ name: "OFF"
80
+ ordinal: 1
81
+ }];
82
+
83
+ /* @exclude No documentation present when converted from Thrift to Proto */
84
+ BAN_EVASION_THRESHOLD_LENIENT = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
85
+ name: "LENIENT"
86
+ ordinal: 2
87
+ }];
88
+
89
+ /* @exclude No documentation present when converted from Thrift to Proto */
90
+ BAN_EVASION_THRESHOLD_MODERATE = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
91
+ name: "MODERATE"
92
+ ordinal: 3
93
+ }];
94
+
95
+ /* @exclude No documentation present when converted from Thrift to Proto */
96
+ BAN_EVASION_THRESHOLD_STRICT = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
97
+ name: "STRICT"
98
+ ordinal: 4
99
+ }];
100
+ }
101
+
102
+ /* @exclude No documentation present when converted from Thrift to Proto */
103
+ message SafetyVTag {
104
+ /* @exclude No documentation present when converted from Thrift to Proto */
105
+ map<string, double> versions = 1;
106
+ /* @exclude No documentation present when converted from Thrift to Proto */
107
+ optional double score = 2;
108
+ }
109
+
110
+ /* @exclude No documentation present when converted from Thrift to Proto */
111
+ message SafetyXTag {
112
+ /* @exclude No documentation present when converted from Thrift to Proto */
113
+ map<string, double> versions = 1;
114
+ /* @exclude No documentation present when converted from Thrift to Proto */
115
+ optional double score = 2;
116
+ }
@@ -0,0 +1,25 @@
1
+ syntax = "proto3";
2
+
3
+ package reddit.coreplatform.common.v1;
4
+
5
+ option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/common/v1";
6
+ option java_multiple_files = true;
7
+ option java_outer_classname = "TimeProto";
8
+ option java_package = "com.reddit.coreplatform.api.common.v1";
9
+
10
+ /* @exclude No documentation present when converted from Thrift to Proto */
11
+ message TimeOfDay {
12
+ /* @exclude No documentation present when converted from Thrift to Proto */
13
+ int32 hour = 1;
14
+
15
+ /* @exclude No documentation present when converted from Thrift to Proto */
16
+ int32 minute = 2;
17
+ }
18
+
19
+ /* @exclude No documentation present when converted from Thrift to Proto */
20
+ message TimeSpan {
21
+ /* @exclude No documentation present when converted from Thrift to Proto */
22
+ TimeOfDay start_time_utc = 1;
23
+ /* @exclude No documentation present when converted from Thrift to Proto */
24
+ TimeOfDay end_time_utc = 2;
25
+ }