@devvit/protos 0.12.7 → 0.12.8-next-2025-12-30-18-45-56-2c333c463.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 (873) hide show
  1. package/meta.min.json +8198 -0
  2. package/package.json +4 -4
  3. package/protos.min.js +25 -0
  4. package/protos.min.js.map +7 -0
  5. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/expression.proto +92 -0
  6. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
  7. package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/validate.proto +4130 -0
  8. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/automation/v1alpha/event_handlers.proto +105 -0
  9. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/hello/hello.proto +18 -0
  10. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/payments/v1alpha/payments.proto +41 -0
  11. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/producer/producer.proto +22 -0
  12. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_action.proto +92 -0
  13. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_type.proto +14 -0
  14. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/post_filter.proto +20 -0
  15. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/action.proto +15 -0
  16. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/handler.proto +15 -0
  17. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/app_settings.proto +21 -0
  18. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/installation_settings.proto +21 -0
  19. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/instance_settings.proto +20 -0
  20. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/shared.proto +34 -0
  21. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/test/wrappertypes.proto +18 -0
  22. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/user_configurable/user_configurable.proto +55 -0
  23. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/webbit/webbit.proto +34 -0
  24. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/analytics/v1/analytics.proto +32 -0
  25. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/init.proto +14 -0
  26. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/playtest.proto +41 -0
  27. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +72 -0
  28. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
  29. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +54 -0
  30. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +46 -0
  31. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +72 -0
  32. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
  33. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
  34. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +54 -0
  35. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +804 -0
  36. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/fetcher.proto +20 -0
  37. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
  38. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +138 -0
  39. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
  40. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/debug/v1alpha/debug.proto +18 -0
  41. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/actor/actor_type.proto +12 -0
  42. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin/waitlist_admin.proto +72 -0
  43. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin_portal.proto +38 -0
  44. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/app.proto +365 -0
  45. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/categories/categories.proto +60 -0
  46. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/info/app_info.proto +88 -0
  47. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/app_publish_request.proto +121 -0
  48. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/note/app_publish_request_note.proto +29 -0
  49. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/review/app_publish_request_review.proto +27 -0
  50. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_settings/app_settings.proto +48 -0
  51. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/app_version.proto +168 -0
  52. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/info/app_version_info.proto +88 -0
  53. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/audit/audit.proto +75 -0
  54. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/auth/auth.proto +41 -0
  55. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/organization/organization.proto +41 -0
  56. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/subscription/subscription.proto +91 -0
  57. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/user/user.proto +44 -0
  58. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/dev_portal.proto +193 -0
  59. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/developer_account/developer_account.proto +46 -0
  60. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/feedback/feedback.proto +10 -0
  61. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain/fetch_domain.proto +19 -0
  62. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain_request/fetch_domain_request.proto +64 -0
  63. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation/installation.proto +230 -0
  64. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation_settings/installation_settings.proto +51 -0
  65. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/authorization/v1alpha/authorization.proto +45 -0
  66. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/community_drawer/community_drawer.proto +24 -0
  67. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.proto +26 -0
  68. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.proto +19 -0
  69. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/media/media.proto +43 -0
  70. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/nutrition/nutrition.proto +64 -0
  71. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/payments_verification.proto +29 -0
  72. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/product.proto +11 -0
  73. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/reddit/redditor.proto +14 -0
  74. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/waitlist/waitlist.proto +61 -0
  75. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
  76. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/realtime.proto +25 -0
  77. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/wqcleanup.proto +10 -0
  78. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +14 -0
  79. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/custom_post_snapshot.proto +15 -0
  80. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/playtest_subreddit/playtest_subreddit.proto +24 -0
  81. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/resolvers.proto +15 -0
  82. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/app_health.proto +18 -0
  83. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +58 -0
  84. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
  85. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/triggers.proto +37 -0
  86. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/snapshot.proto +11 -0
  87. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/subreddit_metadata.proto +54 -0
  88. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/options/options.proto +98 -0
  89. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/common.proto +13 -0
  90. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/order.proto +48 -0
  91. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/product.proto +65 -0
  92. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/assetresolver/assetresolver.proto +51 -0
  93. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/buildpack/buildpack_common.proto +64 -0
  94. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/clock/clock.proto +13 -0
  95. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/http/http.proto +29 -0
  96. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/inspector/inspector.proto +17 -0
  97. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/kvstore/kvstore.proto +28 -0
  98. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/logger/logger.proto +116 -0
  99. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/media/media.proto +20 -0
  100. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/modlog/modlog.proto +31 -0
  101. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/payments/v1alpha/payments.proto +72 -0
  102. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +671 -0
  103. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_msg.proto +284 -0
  104. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_svc.proto +120 -0
  105. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_msg.proto +35 -0
  106. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_svc.proto +19 -0
  107. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +291 -0
  108. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +253 -0
  109. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_msg.proto +214 -0
  110. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_svc.proto +80 -0
  111. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_msg.proto +137 -0
  112. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_svc.proto +178 -0
  113. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_msg.proto +104 -0
  114. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_svc.proto +45 -0
  115. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_msg.proto +348 -0
  116. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_svc.proto +142 -0
  117. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_msg.proto +48 -0
  118. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_svc.proto +84 -0
  119. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_msg.proto +1087 -0
  120. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +196 -0
  121. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_msg.proto +192 -0
  122. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_svc.proto +101 -0
  123. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_msg.proto +383 -0
  124. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_svc.proto +171 -0
  125. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_msg.proto +217 -0
  126. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_svc.proto +91 -0
  127. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redis/redisapi.proto +434 -0
  128. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/scheduler/scheduler.proto +80 -0
  129. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/settings/v1alpha/settings.proto +33 -0
  130. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/timer/timer.proto +16 -0
  131. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/useractions/useractions.proto +18 -0
  132. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +52 -0
  133. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v2events/v2events.proto +43 -0
  134. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/comment.proto +104 -0
  135. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/common.proto +104 -0
  136. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_actions/v2alpha/custom_actions.proto +73 -0
  137. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_post/v1alpha/custom_post.proto +84 -0
  138. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/post.proto +192 -0
  139. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/subreddit.proto +138 -0
  140. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/thing_type.proto +16 -0
  141. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/user.proto +138 -0
  142. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +30 -0
  143. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
  144. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +53 -0
  145. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
  146. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +109 -0
  147. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +41 -0
  148. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
  149. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/remote_logger/remote_logger.proto +65 -0
  150. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/bootstrap.proto +15 -0
  151. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/v1alpha/health.proto +18 -0
  152. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/bundle.proto +171 -0
  153. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/runtime_common.proto +10 -0
  154. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/serializable.proto +28 -0
  155. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/service/bundle_service.proto +22 -0
  156. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
  157. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/attributes.proto +69 -0
  158. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/block.proto +212 -0
  159. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/enums.proto +221 -0
  160. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/rendering.proto +27 -0
  161. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/ui.proto +100 -0
  162. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/common/v1alpha/common.proto +21 -0
  163. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effect_types/v1alpha/realtime_subscription.proto +26 -0
  164. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +19 -0
  165. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/create_order.proto +39 -0
  166. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +71 -0
  167. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/interval.proto +31 -0
  168. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/navigate_to_url.proto +12 -0
  169. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/realtime_subscriptions.proto +26 -0
  170. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/reload_part.proto +48 -0
  171. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/rerender_ui.proto +12 -0
  172. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_form.proto +26 -0
  173. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
  174. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +150 -0
  175. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +21 -0
  176. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/immersive_mode.proto +16 -0
  177. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +104 -0
  178. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/share.proto +22 -0
  179. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/web_view.proto +17 -0
  180. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +113 -0
  181. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/handle_ui.proto +30 -0
  182. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +55 -0
  183. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/field.proto +134 -0
  184. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/form.proto +27 -0
  185. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/type.proto +32 -0
  186. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/value.proto +52 -0
  187. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/toast/toast.proto +48 -0
  188. package/schema/.snootobuf/deps/.snootobuf/deps/devvit/uuid.proto +12 -0
  189. package/schema/.snootobuf/deps/.snootobuf/deps/enum/account_gender_category.proto +14 -0
  190. package/schema/.snootobuf/deps/.snootobuf/deps/enum/approval_status.proto +15 -0
  191. package/schema/.snootobuf/deps/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
  192. package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
  193. package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_info_action.proto +12 -0
  194. package/schema/.snootobuf/deps/.snootobuf/deps/enum/block_relation_type.proto +11 -0
  195. package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_sort.proto +18 -0
  196. package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_type.proto +11 -0
  197. package/schema/.snootobuf/deps/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
  198. package/schema/.snootobuf/deps/.snootobuf/deps/enum/discussion_type.proto +10 -0
  199. package/schema/.snootobuf/deps/.snootobuf/deps/enum/distinguish_type.proto +14 -0
  200. package/schema/.snootobuf/deps/.snootobuf/deps/enum/flair_position.proto +11 -0
  201. package/schema/.snootobuf/deps/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
  202. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_content_type.proto +11 -0
  203. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_type.proto +11 -0
  204. package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_visibility.proto +11 -0
  205. package/schema/.snootobuf/deps/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
  206. package/schema/.snootobuf/deps/.snootobuf/deps/enum/promo_layout.proto +11 -0
  207. package/schema/.snootobuf/deps/.snootobuf/deps/enum/removed_by_type.proto +18 -0
  208. package/schema/.snootobuf/deps/.snootobuf/deps/enum/spam_level.proto +11 -0
  209. package/schema/.snootobuf/deps/.snootobuf/deps/enum/subreddit_type.proto +16 -0
  210. package/schema/.snootobuf/deps/.snootobuf/deps/enum/verdict.proto +14 -0
  211. package/schema/.snootobuf/deps/.snootobuf/deps/enum/vote.proto +12 -0
  212. package/schema/.snootobuf/deps/.snootobuf/deps/enum/whitelist_status.proto +17 -0
  213. package/schema/.snootobuf/deps/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
  214. package/schema/.snootobuf/deps/.snootobuf/deps/evaluator/evaluator.proto +203 -0
  215. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/annotations.proto +31 -0
  216. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +274 -0
  217. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/resources.proto +172 -0
  218. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/auth.proto +180 -0
  219. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/backend.proto +50 -0
  220. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/billing.proto +66 -0
  221. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/client.proto +99 -0
  222. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +290 -0
  223. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +312 -0
  224. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/config_change.proto +84 -0
  225. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/consumer.proto +82 -0
  226. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/context.proto +62 -0
  227. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/control.proto +32 -0
  228. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/distribution.proto +212 -0
  229. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/documentation.proto +156 -0
  230. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/endpoint.proto +70 -0
  231. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/error_reason.proto +589 -0
  232. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +180 -0
  233. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
  234. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
  235. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
  236. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
  237. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
  238. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
  239. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
  240. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
  241. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
  242. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
  243. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_behavior.proto +84 -0
  244. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_info.proto +106 -0
  245. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/http.proto +317 -0
  246. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/httpbody.proto +75 -0
  247. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/label.proto +48 -0
  248. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/launch_stage.proto +67 -0
  249. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/log.proto +54 -0
  250. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/logging.proto +82 -0
  251. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/metric.proto +191 -0
  252. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitored_resource.proto +115 -0
  253. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitoring.proto +88 -0
  254. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/policy.proto +85 -0
  255. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/quota.proto +258 -0
  256. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/resource.proto +299 -0
  257. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/routing.proto +461 -0
  258. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/service.proto +174 -0
  259. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
  260. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
  261. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
  262. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
  263. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
  264. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
  265. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
  266. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
  267. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
  268. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
  269. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +483 -0
  270. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
  271. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +295 -0
  272. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
  273. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +756 -0
  274. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/source_info.proto +31 -0
  275. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/system_parameter.proto +95 -0
  276. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/usage.proto +91 -0
  277. package/schema/.snootobuf/deps/.snootobuf/deps/google/api/visibility.proto +113 -0
  278. package/schema/.snootobuf/deps/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
  279. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/admin/v1/iam.proto +1043 -0
  280. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/iam_policy.proto +148 -0
  281. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
  282. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/options.proto +41 -0
  283. package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
  284. package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/http_request.proto +91 -0
  285. package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/log_severity.proto +71 -0
  286. package/schema/.snootobuf/deps/.snootobuf/deps/google/longrunning/operations.proto +240 -0
  287. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/any.proto +158 -0
  288. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/api.proto +208 -0
  289. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/compiler/plugin.proto +182 -0
  290. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/descriptor.proto +902 -0
  291. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/duration.proto +116 -0
  292. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/empty.proto +51 -0
  293. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
  294. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
  295. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/struct.proto +95 -0
  296. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
  297. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/type.proto +187 -0
  298. package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
  299. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/code.proto +186 -0
  300. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
  301. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/error_details.proto +246 -0
  302. package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/status.proto +47 -0
  303. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/calendar_period.proto +57 -0
  304. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/color.proto +170 -0
  305. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/date.proto +50 -0
  306. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/datetime.proto +97 -0
  307. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/dayofweek.proto +51 -0
  308. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/expr.proto +51 -0
  309. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/fraction.proto +34 -0
  310. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/latlng.proto +37 -0
  311. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/money.proto +43 -0
  312. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/month.proto +66 -0
  313. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/postal_address.proto +135 -0
  314. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/quaternion.proto +95 -0
  315. package/schema/.snootobuf/deps/.snootobuf/deps/google/type/timeofday.proto +44 -0
  316. package/schema/.snootobuf/deps/.snootobuf/deps/openapi/helper.proto +50 -0
  317. package/schema/.snootobuf/deps/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  318. package/schema/.snootobuf/deps/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +118 -0
  319. package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/annotations.proto +51 -0
  320. package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/openapiv2.proto +759 -0
  321. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
  322. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +585 -0
  323. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
  324. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
  325. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
  326. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/callback/v1/callback_service.proto +92 -0
  327. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/event/v1/event.proto +52 -0
  328. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/experimental/v1/experimental.proto +71 -0
  329. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/analytics/v1/analytics.proto +12 -0
  330. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/generic/v1/generic.proto +12 -0
  331. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/loadbalancing/v1/loadbalancing.proto +43 -0
  332. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/metadata/v1/metadata.proto +20 -0
  333. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/operation/v1/operation.proto +148 -0
  334. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/publication/v1/publication_service.proto +56 -0
  335. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/offsets.proto +17 -0
  336. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/scheduling.proto +25 -0
  337. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/testing/v1/testing.proto +72 -0
  338. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/workerpool/v1/workerpool.proto +213 -0
  339. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
  340. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
  341. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
  342. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +446 -0
  343. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
  344. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
  345. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
  346. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
  347. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
  348. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
  349. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
  350. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
  351. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
  352. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
  353. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account.proto +56 -0
  354. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account_relations.proto +93 -0
  355. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/cloudevent/v1/cloudevent.proto +67 -0
  356. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/comments/v1/comments.proto +59 -0
  357. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/actor.proto +43 -0
  358. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_attr_key.proto +19 -0
  359. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_extensions.proto +26 -0
  360. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/eventcontext.proto +69 -0
  361. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/links/v1/links.proto +59 -0
  362. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit.proto +86 -0
  363. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit_member_relations.proto +52 -0
  364. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
  365. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +805 -0
  366. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
  367. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
  368. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
  369. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
  370. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
  371. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
  372. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
  373. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
  374. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/data/engagement/v1/engagement.proto +117 -0
  375. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/ads/v1/ads.proto +14 -0
  376. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/app_permission.proto +76 -0
  377. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/service.proto +13 -0
  378. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/custom_post/v1/custom_post.proto +15 -0
  379. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/custom_post/v1/service.proto +11 -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/context_action.proto +48 -0
  385. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +92 -0
  386. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/metadata_service.proto +22 -0
  387. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +12 -0
  388. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/useractions/v1/useractions.proto +13 -0
  389. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
  390. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/cancel_subscription.proto +16 -0
  391. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/change_payment_method.proto +21 -0
  392. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +86 -0
  393. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +426 -0
  394. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/contributor_program.proto +40 -0
  395. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
  396. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/deposit_gold.proto +28 -0
  397. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +35 -0
  398. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_aggregated_transactions_list.proto +37 -0
  399. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
  400. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +56 -0
  401. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +15 -0
  402. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
  403. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +16 -0
  404. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +51 -0
  405. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +24 -0
  406. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_subscriptions.proto +66 -0
  407. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_transaction_list.proto +28 -0
  408. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
  409. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +19 -0
  410. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/revoke_subscription.proto +15 -0
  411. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +86 -0
  412. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +55 -0
  413. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/transfer_subscription.proto +16 -0
  414. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
  415. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/environment.proto +12 -0
  416. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/order_status_reason.proto +29 -0
  417. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +304 -0
  418. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/events.proto +14 -0
  419. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/order.proto +80 -0
  420. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
  421. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +168 -0
  422. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
  423. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +254 -0
  424. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +43 -0
  425. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +293 -0
  426. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  427. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payments_data_compliance.proto +18 -0
  428. package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +220 -0
  429. package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
  430. package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
  431. package/schema/.snootobuf/deps/.snootobuf/deps/validate/validate.proto +862 -0
  432. package/schema/.snootobuf/deps/buf/validate/expression.proto +92 -0
  433. package/schema/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
  434. package/schema/.snootobuf/deps/buf/validate/validate.proto +4130 -0
  435. package/schema/.snootobuf/deps/devvit/actor/automation/v1alpha/event_handlers.proto +105 -0
  436. package/schema/.snootobuf/deps/devvit/actor/hello/hello.proto +18 -0
  437. package/schema/.snootobuf/deps/devvit/actor/payments/v1alpha/payments.proto +41 -0
  438. package/schema/.snootobuf/deps/devvit/actor/producer/producer.proto +22 -0
  439. package/schema/.snootobuf/deps/devvit/actor/reddit/context_action.proto +92 -0
  440. package/schema/.snootobuf/deps/devvit/actor/reddit/context_type.proto +14 -0
  441. package/schema/.snootobuf/deps/devvit/actor/reddit/post_filter.proto +20 -0
  442. package/schema/.snootobuf/deps/devvit/actor/scheduler/action.proto +15 -0
  443. package/schema/.snootobuf/deps/devvit/actor/scheduler/handler.proto +15 -0
  444. package/schema/.snootobuf/deps/devvit/actor/settings/v1alpha/app_settings.proto +21 -0
  445. package/schema/.snootobuf/deps/devvit/actor/settings/v1alpha/installation_settings.proto +21 -0
  446. package/schema/.snootobuf/deps/devvit/actor/settings/v1alpha/instance_settings.proto +20 -0
  447. package/schema/.snootobuf/deps/devvit/actor/settings/v1alpha/shared.proto +34 -0
  448. package/schema/.snootobuf/deps/devvit/actor/test/wrappertypes.proto +18 -0
  449. package/schema/.snootobuf/deps/devvit/actor/user_configurable/user_configurable.proto +55 -0
  450. package/schema/.snootobuf/deps/devvit/actor/webbit/webbit.proto +34 -0
  451. package/schema/.snootobuf/deps/devvit/analytics/v1/analytics.proto +32 -0
  452. package/schema/.snootobuf/deps/devvit/cli/init.proto +14 -0
  453. package/schema/.snootobuf/deps/devvit/cli/playtest.proto +41 -0
  454. package/schema/.snootobuf/deps/devvit/data/api/admin/rfr/research_organization.proto +52 -0
  455. package/schema/.snootobuf/deps/devvit/data/api/admin/rfr/researcher.proto +63 -0
  456. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +97 -0
  457. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
  458. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +63 -0
  459. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +63 -0
  460. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +87 -0
  461. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
  462. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
  463. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +57 -0
  464. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +818 -0
  465. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/fetcher.proto +20 -0
  466. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
  467. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +138 -0
  468. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
  469. package/schema/.snootobuf/deps/devvit/debug/v1alpha/debug.proto +18 -0
  470. package/schema/.snootobuf/deps/devvit/dev_portal/actor/actor_type.proto +12 -0
  471. package/schema/.snootobuf/deps/devvit/dev_portal/admin/waitlist_admin.proto +72 -0
  472. package/schema/.snootobuf/deps/devvit/dev_portal/admin_portal.proto +38 -0
  473. package/schema/.snootobuf/deps/devvit/dev_portal/app/app.proto +365 -0
  474. package/schema/.snootobuf/deps/devvit/dev_portal/app/categories/categories.proto +60 -0
  475. package/schema/.snootobuf/deps/devvit/dev_portal/app/info/app_info.proto +88 -0
  476. package/schema/.snootobuf/deps/devvit/dev_portal/app_publish_request/app_publish_request.proto +121 -0
  477. package/schema/.snootobuf/deps/devvit/dev_portal/app_publish_request/note/app_publish_request_note.proto +29 -0
  478. package/schema/.snootobuf/deps/devvit/dev_portal/app_publish_request/review/app_publish_request_review.proto +27 -0
  479. package/schema/.snootobuf/deps/devvit/dev_portal/app_settings/app_settings.proto +48 -0
  480. package/schema/.snootobuf/deps/devvit/dev_portal/app_version/app_version.proto +168 -0
  481. package/schema/.snootobuf/deps/devvit/dev_portal/app_version/info/app_version_info.proto +88 -0
  482. package/schema/.snootobuf/deps/devvit/dev_portal/data_api/admin/audit/audit.proto +75 -0
  483. package/schema/.snootobuf/deps/devvit/dev_portal/data_api/admin/auth/auth.proto +41 -0
  484. package/schema/.snootobuf/deps/devvit/dev_portal/data_api/admin/organization/organization.proto +41 -0
  485. package/schema/.snootobuf/deps/devvit/dev_portal/data_api/admin/subscription/subscription.proto +91 -0
  486. package/schema/.snootobuf/deps/devvit/dev_portal/data_api/admin/user/user.proto +44 -0
  487. package/schema/.snootobuf/deps/devvit/dev_portal/dev_portal.proto +193 -0
  488. package/schema/.snootobuf/deps/devvit/dev_portal/developer_account/developer_account.proto +46 -0
  489. package/schema/.snootobuf/deps/devvit/dev_portal/feedback/feedback.proto +10 -0
  490. package/schema/.snootobuf/deps/devvit/dev_portal/fetch_domain/fetch_domain.proto +19 -0
  491. package/schema/.snootobuf/deps/devvit/dev_portal/fetch_domain_request/fetch_domain_request.proto +64 -0
  492. package/schema/.snootobuf/deps/devvit/dev_portal/installation/installation.proto +230 -0
  493. package/schema/.snootobuf/deps/devvit/dev_portal/installation_settings/installation_settings.proto +51 -0
  494. package/schema/.snootobuf/deps/devvit/dev_portal/internal/authorization/v1alpha/authorization.proto +45 -0
  495. package/schema/.snootobuf/deps/devvit/dev_portal/internal/community_drawer/community_drawer.proto +24 -0
  496. package/schema/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.proto +26 -0
  497. package/schema/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.proto +19 -0
  498. package/schema/.snootobuf/deps/devvit/dev_portal/internal/media/media.proto +43 -0
  499. package/schema/.snootobuf/deps/devvit/dev_portal/nutrition/nutrition.proto +64 -0
  500. package/schema/.snootobuf/deps/devvit/dev_portal/payments/payments_verification.proto +29 -0
  501. package/schema/.snootobuf/deps/devvit/dev_portal/payments/product.proto +11 -0
  502. package/schema/.snootobuf/deps/devvit/dev_portal/reddit/redditor.proto +14 -0
  503. package/schema/.snootobuf/deps/devvit/dev_portal/v1/installation.proto +12 -0
  504. package/schema/.snootobuf/deps/devvit/dev_portal/waitlist/waitlist.proto +61 -0
  505. package/schema/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
  506. package/schema/.snootobuf/deps/devvit/events/v1alpha/realtime.proto +25 -0
  507. package/schema/.snootobuf/deps/devvit/events/v1alpha/wqcleanup.proto +10 -0
  508. package/schema/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +14 -0
  509. package/schema/.snootobuf/deps/devvit/gateway/custom_post_snapshot.proto +15 -0
  510. package/schema/.snootobuf/deps/devvit/gateway/playtest_subreddit/playtest_subreddit.proto +24 -0
  511. package/schema/.snootobuf/deps/devvit/gateway/resolvers.proto +15 -0
  512. package/schema/.snootobuf/deps/devvit/gateway/utils/v1alpha/app_health.proto +18 -0
  513. package/schema/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +58 -0
  514. package/schema/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
  515. package/schema/.snootobuf/deps/devvit/gateway/v1alpha/triggers.proto +37 -0
  516. package/schema/.snootobuf/deps/devvit/gql/snapshot.proto +11 -0
  517. package/schema/.snootobuf/deps/devvit/gql/subreddit_metadata.proto +54 -0
  518. package/schema/.snootobuf/deps/devvit/options/options.proto +98 -0
  519. package/schema/.snootobuf/deps/devvit/payments/v1alpha/common.proto +13 -0
  520. package/schema/.snootobuf/deps/devvit/payments/v1alpha/order.proto +48 -0
  521. package/schema/.snootobuf/deps/devvit/payments/v1alpha/product.proto +65 -0
  522. package/schema/.snootobuf/deps/devvit/platform/v1/request_context.proto +74 -0
  523. package/schema/.snootobuf/deps/devvit/plugin/assetresolver/assetresolver.proto +51 -0
  524. package/schema/.snootobuf/deps/devvit/plugin/buildpack/buildpack_common.proto +64 -0
  525. package/schema/.snootobuf/deps/devvit/plugin/clock/clock.proto +13 -0
  526. package/schema/.snootobuf/deps/devvit/plugin/http/http.proto +29 -0
  527. package/schema/.snootobuf/deps/devvit/plugin/inspector/inspector.proto +17 -0
  528. package/schema/.snootobuf/deps/devvit/plugin/kvstore/kvstore.proto +28 -0
  529. package/schema/.snootobuf/deps/devvit/plugin/logger/logger.proto +116 -0
  530. package/schema/.snootobuf/deps/devvit/plugin/media/media.proto +20 -0
  531. package/schema/.snootobuf/deps/devvit/plugin/modlog/modlog.proto +31 -0
  532. package/schema/.snootobuf/deps/devvit/plugin/payments/v1alpha/payments.proto +72 -0
  533. package/schema/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +671 -0
  534. package/schema/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_msg.proto +284 -0
  535. package/schema/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_svc.proto +120 -0
  536. package/schema/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_msg.proto +35 -0
  537. package/schema/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_svc.proto +19 -0
  538. package/schema/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +291 -0
  539. package/schema/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +253 -0
  540. package/schema/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_msg.proto +214 -0
  541. package/schema/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_svc.proto +80 -0
  542. package/schema/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_msg.proto +137 -0
  543. package/schema/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_svc.proto +178 -0
  544. package/schema/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_msg.proto +104 -0
  545. package/schema/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_svc.proto +45 -0
  546. package/schema/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_msg.proto +348 -0
  547. package/schema/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_svc.proto +142 -0
  548. package/schema/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_msg.proto +48 -0
  549. package/schema/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_svc.proto +84 -0
  550. package/schema/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_msg.proto +1087 -0
  551. package/schema/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +196 -0
  552. package/schema/.snootobuf/deps/devvit/plugin/redditapi/users/users_msg.proto +192 -0
  553. package/schema/.snootobuf/deps/devvit/plugin/redditapi/users/users_svc.proto +101 -0
  554. package/schema/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_msg.proto +383 -0
  555. package/schema/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_svc.proto +171 -0
  556. package/schema/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_msg.proto +217 -0
  557. package/schema/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_svc.proto +91 -0
  558. package/schema/.snootobuf/deps/devvit/plugin/redis/redisapi.proto +434 -0
  559. package/schema/.snootobuf/deps/devvit/plugin/scheduler/scheduler.proto +80 -0
  560. package/schema/.snootobuf/deps/devvit/plugin/settings/v1alpha/settings.proto +33 -0
  561. package/schema/.snootobuf/deps/devvit/plugin/timer/timer.proto +16 -0
  562. package/schema/.snootobuf/deps/devvit/plugin/useractions/useractions.proto +18 -0
  563. package/schema/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +52 -0
  564. package/schema/.snootobuf/deps/devvit/plugin/v2events/v2events.proto +43 -0
  565. package/schema/.snootobuf/deps/devvit/reddit/comment.proto +104 -0
  566. package/schema/.snootobuf/deps/devvit/reddit/common.proto +104 -0
  567. package/schema/.snootobuf/deps/devvit/reddit/custom_actions/v2alpha/custom_actions.proto +73 -0
  568. package/schema/.snootobuf/deps/devvit/reddit/custom_post/v1alpha/custom_post.proto +84 -0
  569. package/schema/.snootobuf/deps/devvit/reddit/post.proto +192 -0
  570. package/schema/.snootobuf/deps/devvit/reddit/subreddit.proto +138 -0
  571. package/schema/.snootobuf/deps/devvit/reddit/thing_type.proto +16 -0
  572. package/schema/.snootobuf/deps/devvit/reddit/user.proto +138 -0
  573. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +30 -0
  574. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
  575. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +54 -0
  576. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
  577. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +109 -0
  578. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +43 -0
  579. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
  580. package/schema/.snootobuf/deps/devvit/remote_logger/remote_logger.proto +65 -0
  581. package/schema/.snootobuf/deps/devvit/runtime/actor/bootstrap.proto +15 -0
  582. package/schema/.snootobuf/deps/devvit/runtime/actor/v1alpha/health.proto +18 -0
  583. package/schema/.snootobuf/deps/devvit/runtime/bundle.proto +171 -0
  584. package/schema/.snootobuf/deps/devvit/runtime/runtime_common.proto +10 -0
  585. package/schema/.snootobuf/deps/devvit/runtime/serializable.proto +28 -0
  586. package/schema/.snootobuf/deps/devvit/service/bundle_service.proto +22 -0
  587. package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
  588. package/schema/.snootobuf/deps/devvit/ui/block_kit/v1beta/attributes.proto +69 -0
  589. package/schema/.snootobuf/deps/devvit/ui/block_kit/v1beta/block.proto +212 -0
  590. package/schema/.snootobuf/deps/devvit/ui/block_kit/v1beta/enums.proto +221 -0
  591. package/schema/.snootobuf/deps/devvit/ui/block_kit/v1beta/rendering.proto +27 -0
  592. package/schema/.snootobuf/deps/devvit/ui/block_kit/v1beta/ui.proto +100 -0
  593. package/schema/.snootobuf/deps/devvit/ui/common/v1alpha/common.proto +21 -0
  594. package/schema/.snootobuf/deps/devvit/ui/effect_types/v1alpha/realtime_subscription.proto +26 -0
  595. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +19 -0
  596. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/create_order.proto +39 -0
  597. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +71 -0
  598. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/interval.proto +31 -0
  599. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/navigate_to_url.proto +12 -0
  600. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/realtime_subscriptions.proto +26 -0
  601. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/reload_part.proto +48 -0
  602. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/rerender_ui.proto +12 -0
  603. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/show_form.proto +26 -0
  604. package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
  605. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +150 -0
  606. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +21 -0
  607. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/immersive_mode.proto +16 -0
  608. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +104 -0
  609. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/share.proto +22 -0
  610. package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/web_view.proto +17 -0
  611. package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +113 -0
  612. package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/handle_ui.proto +30 -0
  613. package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +55 -0
  614. package/schema/.snootobuf/deps/devvit/ui/form_builder/v1alpha/field.proto +134 -0
  615. package/schema/.snootobuf/deps/devvit/ui/form_builder/v1alpha/form.proto +27 -0
  616. package/schema/.snootobuf/deps/devvit/ui/form_builder/v1alpha/type.proto +32 -0
  617. package/schema/.snootobuf/deps/devvit/ui/form_builder/v1alpha/value.proto +52 -0
  618. package/schema/.snootobuf/deps/devvit/ui/toast/toast.proto +48 -0
  619. package/schema/.snootobuf/deps/devvit/uuid.proto +12 -0
  620. package/schema/.snootobuf/deps/enum/account_gender_category.proto +14 -0
  621. package/schema/.snootobuf/deps/enum/approval_status.proto +15 -0
  622. package/schema/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
  623. package/schema/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
  624. package/schema/.snootobuf/deps/enum/ban_info_action.proto +12 -0
  625. package/schema/.snootobuf/deps/enum/block_relation_type.proto +11 -0
  626. package/schema/.snootobuf/deps/enum/comment_sort.proto +18 -0
  627. package/schema/.snootobuf/deps/enum/comment_type.proto +11 -0
  628. package/schema/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
  629. package/schema/.snootobuf/deps/enum/discussion_type.proto +10 -0
  630. package/schema/.snootobuf/deps/enum/distinguish_type.proto +14 -0
  631. package/schema/.snootobuf/deps/enum/flair_position.proto +11 -0
  632. package/schema/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
  633. package/schema/.snootobuf/deps/enum/link_content_type.proto +11 -0
  634. package/schema/.snootobuf/deps/enum/link_type.proto +11 -0
  635. package/schema/.snootobuf/deps/enum/link_visibility.proto +11 -0
  636. package/schema/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
  637. package/schema/.snootobuf/deps/enum/promo_layout.proto +11 -0
  638. package/schema/.snootobuf/deps/enum/removed_by_type.proto +18 -0
  639. package/schema/.snootobuf/deps/enum/spam_level.proto +11 -0
  640. package/schema/.snootobuf/deps/enum/subreddit_type.proto +16 -0
  641. package/schema/.snootobuf/deps/enum/verdict.proto +14 -0
  642. package/schema/.snootobuf/deps/enum/vote.proto +12 -0
  643. package/schema/.snootobuf/deps/enum/whitelist_status.proto +17 -0
  644. package/schema/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
  645. package/schema/.snootobuf/deps/evaluator/evaluator.proto +203 -0
  646. package/schema/.snootobuf/deps/google/api/annotations.proto +31 -0
  647. package/schema/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +288 -0
  648. package/schema/.snootobuf/deps/google/api/apikeys/v2/resources.proto +175 -0
  649. package/schema/.snootobuf/deps/google/api/auth.proto +237 -0
  650. package/schema/.snootobuf/deps/google/api/backend.proto +185 -0
  651. package/schema/.snootobuf/deps/google/api/billing.proto +77 -0
  652. package/schema/.snootobuf/deps/google/api/client.proto +431 -0
  653. package/schema/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +322 -0
  654. package/schema/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +315 -0
  655. package/schema/.snootobuf/deps/google/api/config_change.proto +84 -0
  656. package/schema/.snootobuf/deps/google/api/consumer.proto +82 -0
  657. package/schema/.snootobuf/deps/google/api/context.proto +92 -0
  658. package/schema/.snootobuf/deps/google/api/control.proto +41 -0
  659. package/schema/.snootobuf/deps/google/api/distribution.proto +213 -0
  660. package/schema/.snootobuf/deps/google/api/documentation.proto +168 -0
  661. package/schema/.snootobuf/deps/google/api/endpoint.proto +69 -0
  662. package/schema/.snootobuf/deps/google/api/error_reason.proto +589 -0
  663. package/schema/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +183 -0
  664. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
  665. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
  666. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
  667. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
  668. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
  669. package/schema/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
  670. package/schema/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
  671. package/schema/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
  672. package/schema/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
  673. package/schema/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
  674. package/schema/.snootobuf/deps/google/api/field_behavior.proto +104 -0
  675. package/schema/.snootobuf/deps/google/api/field_info.proto +106 -0
  676. package/schema/.snootobuf/deps/google/api/http.proto +371 -0
  677. package/schema/.snootobuf/deps/google/api/httpbody.proto +81 -0
  678. package/schema/.snootobuf/deps/google/api/label.proto +48 -0
  679. package/schema/.snootobuf/deps/google/api/launch_stage.proto +72 -0
  680. package/schema/.snootobuf/deps/google/api/log.proto +54 -0
  681. package/schema/.snootobuf/deps/google/api/logging.proto +81 -0
  682. package/schema/.snootobuf/deps/google/api/metric.proto +268 -0
  683. package/schema/.snootobuf/deps/google/api/monitored_resource.proto +130 -0
  684. package/schema/.snootobuf/deps/google/api/monitoring.proto +107 -0
  685. package/schema/.snootobuf/deps/google/api/policy.proto +85 -0
  686. package/schema/.snootobuf/deps/google/api/quota.proto +184 -0
  687. package/schema/.snootobuf/deps/google/api/resource.proto +243 -0
  688. package/schema/.snootobuf/deps/google/api/routing.proto +461 -0
  689. package/schema/.snootobuf/deps/google/api/service.proto +191 -0
  690. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
  691. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
  692. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
  693. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
  694. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
  695. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
  696. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
  697. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
  698. package/schema/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
  699. package/schema/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
  700. package/schema/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +508 -0
  701. package/schema/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
  702. package/schema/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +305 -0
  703. package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
  704. package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +793 -0
  705. package/schema/.snootobuf/deps/google/api/source_info.proto +31 -0
  706. package/schema/.snootobuf/deps/google/api/system_parameter.proto +96 -0
  707. package/schema/.snootobuf/deps/google/api/usage.proto +96 -0
  708. package/schema/.snootobuf/deps/google/api/visibility.proto +113 -0
  709. package/schema/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
  710. package/schema/.snootobuf/deps/google/iam/admin/v1/iam.proto +1087 -0
  711. package/schema/.snootobuf/deps/google/iam/v1/iam_policy.proto +145 -0
  712. package/schema/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
  713. package/schema/.snootobuf/deps/google/iam/v1/options.proto +41 -0
  714. package/schema/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
  715. package/schema/.snootobuf/deps/google/logging/type/http_request.proto +92 -0
  716. package/schema/.snootobuf/deps/google/logging/type/log_severity.proto +72 -0
  717. package/schema/.snootobuf/deps/google/longrunning/operations.proto +247 -0
  718. package/schema/.snootobuf/deps/google/protobuf/any.proto +158 -0
  719. package/schema/.snootobuf/deps/google/protobuf/api.proto +208 -0
  720. package/schema/.snootobuf/deps/google/protobuf/compiler/plugin.proto +183 -0
  721. package/schema/.snootobuf/deps/google/protobuf/descriptor.proto +921 -0
  722. package/schema/.snootobuf/deps/google/protobuf/duration.proto +116 -0
  723. package/schema/.snootobuf/deps/google/protobuf/empty.proto +51 -0
  724. package/schema/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
  725. package/schema/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
  726. package/schema/.snootobuf/deps/google/protobuf/struct.proto +95 -0
  727. package/schema/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
  728. package/schema/.snootobuf/deps/google/protobuf/type.proto +187 -0
  729. package/schema/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
  730. package/schema/.snootobuf/deps/google/rpc/code.proto +186 -0
  731. package/schema/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
  732. package/schema/.snootobuf/deps/google/rpc/error_details.proto +246 -0
  733. package/schema/.snootobuf/deps/google/rpc/status.proto +47 -0
  734. package/schema/.snootobuf/deps/google/type/calendar_period.proto +57 -0
  735. package/schema/.snootobuf/deps/google/type/color.proto +170 -0
  736. package/schema/.snootobuf/deps/google/type/date.proto +50 -0
  737. package/schema/.snootobuf/deps/google/type/datetime.proto +97 -0
  738. package/schema/.snootobuf/deps/google/type/dayofweek.proto +51 -0
  739. package/schema/.snootobuf/deps/google/type/expr.proto +51 -0
  740. package/schema/.snootobuf/deps/google/type/fraction.proto +34 -0
  741. package/schema/.snootobuf/deps/google/type/latlng.proto +37 -0
  742. package/schema/.snootobuf/deps/google/type/money.proto +43 -0
  743. package/schema/.snootobuf/deps/google/type/month.proto +66 -0
  744. package/schema/.snootobuf/deps/google/type/postal_address.proto +135 -0
  745. package/schema/.snootobuf/deps/google/type/quaternion.proto +95 -0
  746. package/schema/.snootobuf/deps/google/type/timeofday.proto +44 -0
  747. package/schema/.snootobuf/deps/openapi/helper.proto +50 -0
  748. package/schema/.snootobuf/deps/protoc-gen-openapiv2/options/annotations.proto +51 -0
  749. package/schema/.snootobuf/deps/protoc-gen-openapiv2/options/openapiv2.proto +759 -0
  750. package/schema/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
  751. package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +585 -0
  752. package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
  753. package/schema/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
  754. package/schema/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
  755. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/callback/v1/callback_service.proto +92 -0
  756. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/event/v1/event.proto +52 -0
  757. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/experimental/v1/experimental.proto +71 -0
  758. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/analytics/v1/analytics.proto +12 -0
  759. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/generic/v1/generic.proto +12 -0
  760. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/loadbalancing/v1/loadbalancing.proto +43 -0
  761. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/metadata/v1/metadata.proto +20 -0
  762. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/operation/v1/operation.proto +148 -0
  763. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/publication/v1/publication_service.proto +56 -0
  764. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/offsets.proto +17 -0
  765. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/scheduling.proto +25 -0
  766. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/testing/v1/testing.proto +72 -0
  767. package/schema/.snootobuf/deps/reddit/coreplatform/cloudroutines/workerpool/v1/workerpool.proto +213 -0
  768. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
  769. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
  770. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
  771. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +446 -0
  772. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
  773. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
  774. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
  775. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
  776. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
  777. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
  778. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
  779. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
  780. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
  781. package/schema/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
  782. package/schema/.snootobuf/deps/reddit/coreplatform/events/account/v1/account.proto +56 -0
  783. package/schema/.snootobuf/deps/reddit/coreplatform/events/account/v1/account_relations.proto +93 -0
  784. package/schema/.snootobuf/deps/reddit/coreplatform/events/cloudevent/v1/cloudevent.proto +67 -0
  785. package/schema/.snootobuf/deps/reddit/coreplatform/events/comments/v1/comments.proto +59 -0
  786. package/schema/.snootobuf/deps/reddit/coreplatform/events/common/v1/actor.proto +43 -0
  787. package/schema/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_attr_key.proto +19 -0
  788. package/schema/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_extensions.proto +26 -0
  789. package/schema/.snootobuf/deps/reddit/coreplatform/events/common/v1/eventcontext.proto +69 -0
  790. package/schema/.snootobuf/deps/reddit/coreplatform/events/links/v1/links.proto +59 -0
  791. package/schema/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit.proto +86 -0
  792. package/schema/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit_member_relations.proto +52 -0
  793. package/schema/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
  794. package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +805 -0
  795. package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
  796. package/schema/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
  797. package/schema/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
  798. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
  799. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
  800. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
  801. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
  802. package/schema/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
  803. package/schema/.snootobuf/deps/reddit/data/engagement/v1/engagement.proto +117 -0
  804. package/schema/.snootobuf/deps/reddit/devvit/app_permission/v1/service.proto +13 -0
  805. package/schema/.snootobuf/deps/reddit/devvit/common/v1/context_action.proto +48 -0
  806. package/schema/.snootobuf/deps/reddit/devvit/common/v1/error_message.proto +9 -0
  807. package/schema/.snootobuf/deps/reddit/devvit/common/v1/installation.proto +23 -0
  808. package/schema/.snootobuf/deps/reddit/devvit/drawer_games/v1/drawer_games.proto +76 -0
  809. package/schema/.snootobuf/deps/reddit/devvit/drawer_games/v1/service.proto +14 -0
  810. package/schema/.snootobuf/deps/reddit/devvit/post/v1/post.proto +163 -0
  811. package/schema/.snootobuf/deps/reddit/devvit/post/v1/promoted_post.proto +32 -0
  812. package/schema/.snootobuf/deps/reddit/devvit/post/v1/service.proto +18 -0
  813. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +43 -0
  814. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/metadata_service.proto +22 -0
  815. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +12 -0
  816. package/schema/.snootobuf/deps/reddit/devvit/useractions/v1/useractions.proto +13 -0
  817. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
  818. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/cancel_subscription.proto +16 -0
  819. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/change_payment_method.proto +21 -0
  820. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +86 -0
  821. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +426 -0
  822. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/contributor_program.proto +40 -0
  823. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
  824. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/deposit_gold.proto +28 -0
  825. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +35 -0
  826. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_aggregated_transactions_list.proto +37 -0
  827. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
  828. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +56 -0
  829. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +15 -0
  830. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
  831. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +16 -0
  832. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +51 -0
  833. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +24 -0
  834. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_subscriptions.proto +66 -0
  835. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_transaction_list.proto +28 -0
  836. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
  837. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +19 -0
  838. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/revoke_subscription.proto +15 -0
  839. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +86 -0
  840. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +55 -0
  841. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/transfer_subscription.proto +16 -0
  842. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
  843. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/environment.proto +12 -0
  844. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/order_status_reason.proto +29 -0
  845. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +304 -0
  846. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/events.proto +14 -0
  847. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/order.proto +80 -0
  848. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
  849. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +168 -0
  850. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
  851. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +254 -0
  852. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +43 -0
  853. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +293 -0
  854. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  855. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payments_data_compliance.proto +18 -0
  856. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +220 -0
  857. package/schema/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
  858. package/schema/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
  859. package/schema/.snootobuf/deps/validate/validate.proto +862 -0
  860. package/schema/.snootobuf/remoteSrcs/api/proto/devvit/dev_portal/v1/installation.proto +12 -0
  861. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/callback/v1/callback_service.proto +92 -0
  862. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/event/v1/event.proto +52 -0
  863. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/experimental/v1/experimental.proto +71 -0
  864. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/interop/analytics/v1/analytics.proto +12 -0
  865. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/interop/generic/v1/generic.proto +12 -0
  866. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/loadbalancing/v1/loadbalancing.proto +43 -0
  867. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/metadata/v1/metadata.proto +20 -0
  868. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/operation/v1/operation.proto +148 -0
  869. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/publication/v1/publication_service.proto +56 -0
  870. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/scheduling/v1/offsets.proto +17 -0
  871. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/scheduling/v1/scheduling.proto +25 -0
  872. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/testing/v1/testing.proto +72 -0
  873. package/schema/.snootobuf/remoteSrcs/reddit/coreplatform/cloudroutines/workerpool/v1/workerpool.proto +213 -0
@@ -0,0 +1,461 @@
1
+ // Copyright 2021 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ syntax = "proto3";
16
+
17
+ package google.api;
18
+
19
+ import "google/protobuf/descriptor.proto";
20
+
21
+ option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
22
+ option java_multiple_files = true;
23
+ option java_outer_classname = "RoutingProto";
24
+ option java_package = "com.google.api";
25
+ option objc_class_prefix = "GAPI";
26
+
27
+ extend google.protobuf.MethodOptions {
28
+ // See RoutingRule.
29
+ google.api.RoutingRule routing = 72295729;
30
+ }
31
+
32
+ // Specifies the routing information that should be sent along with the request
33
+ // in the form of routing header.
34
+ // **NOTE:** All service configuration rules follow the "last one wins" order.
35
+ //
36
+ // The examples below will apply to an RPC which has the following request type:
37
+ //
38
+ // Message Definition:
39
+ //
40
+ // message Request {
41
+ // // The name of the Table
42
+ // // Values can be of the following formats:
43
+ // // - `projects/<project>/tables/<table>`
44
+ // // - `projects/<project>/instances/<instance>/tables/<table>`
45
+ // // - `region/<region>/zones/<zone>/tables/<table>`
46
+ // string table_name = 1;
47
+ //
48
+ // // This value specifies routing for replication.
49
+ // // It can be in the following formats:
50
+ // // - `profiles/<profile_id>`
51
+ // // - a legacy `profile_id` that can be any string
52
+ // string app_profile_id = 2;
53
+ // }
54
+ //
55
+ // Example message:
56
+ //
57
+ // {
58
+ // table_name: projects/proj_foo/instances/instance_bar/table/table_baz,
59
+ // app_profile_id: profiles/prof_qux
60
+ // }
61
+ //
62
+ // The routing header consists of one or multiple key-value pairs. Every key
63
+ // and value must be percent-encoded, and joined together in the format of
64
+ // `key1=value1&key2=value2`.
65
+ // In the examples below I am skipping the percent-encoding for readablity.
66
+ //
67
+ // Example 1
68
+ //
69
+ // Extracting a field from the request to put into the routing header
70
+ // unchanged, with the key equal to the field name.
71
+ //
72
+ // annotation:
73
+ //
74
+ // option (google.api.routing) = {
75
+ // // Take the `app_profile_id`.
76
+ // routing_parameters {
77
+ // field: "app_profile_id"
78
+ // }
79
+ // };
80
+ //
81
+ // result:
82
+ //
83
+ // x-goog-request-params: app_profile_id=profiles/prof_qux
84
+ //
85
+ // Example 2
86
+ //
87
+ // Extracting a field from the request to put into the routing header
88
+ // unchanged, with the key different from the field name.
89
+ //
90
+ // annotation:
91
+ //
92
+ // option (google.api.routing) = {
93
+ // // Take the `app_profile_id`, but name it `routing_id` in the header.
94
+ // routing_parameters {
95
+ // field: "app_profile_id"
96
+ // path_template: "{routing_id=**}"
97
+ // }
98
+ // };
99
+ //
100
+ // result:
101
+ //
102
+ // x-goog-request-params: routing_id=profiles/prof_qux
103
+ //
104
+ // Example 3
105
+ //
106
+ // Extracting a field from the request to put into the routing
107
+ // header, while matching a path template syntax on the field's value.
108
+ //
109
+ // NB: it is more useful to send nothing than to send garbage for the purpose
110
+ // of dynamic routing, since garbage pollutes cache. Thus the matching.
111
+ //
112
+ // Sub-example 3a
113
+ //
114
+ // The field matches the template.
115
+ //
116
+ // annotation:
117
+ //
118
+ // option (google.api.routing) = {
119
+ // // Take the `table_name`, if it's well-formed (with project-based
120
+ // // syntax).
121
+ // routing_parameters {
122
+ // field: "table_name"
123
+ // path_template: "{table_name=projects/*/instances/*/**}"
124
+ // }
125
+ // };
126
+ //
127
+ // result:
128
+ //
129
+ // x-goog-request-params:
130
+ // table_name=projects/proj_foo/instances/instance_bar/table/table_baz
131
+ //
132
+ // Sub-example 3b
133
+ //
134
+ // The field does not match the template.
135
+ //
136
+ // annotation:
137
+ //
138
+ // option (google.api.routing) = {
139
+ // // Take the `table_name`, if it's well-formed (with region-based
140
+ // // syntax).
141
+ // routing_parameters {
142
+ // field: "table_name"
143
+ // path_template: "{table_name=regions/*/zones/*/**}"
144
+ // }
145
+ // };
146
+ //
147
+ // result:
148
+ //
149
+ // <no routing header will be sent>
150
+ //
151
+ // Sub-example 3c
152
+ //
153
+ // Multiple alternative conflictingly named path templates are
154
+ // specified. The one that matches is used to construct the header.
155
+ //
156
+ // annotation:
157
+ //
158
+ // option (google.api.routing) = {
159
+ // // Take the `table_name`, if it's well-formed, whether
160
+ // // using the region- or projects-based syntax.
161
+ //
162
+ // routing_parameters {
163
+ // field: "table_name"
164
+ // path_template: "{table_name=regions/*/zones/*/**}"
165
+ // }
166
+ // routing_parameters {
167
+ // field: "table_name"
168
+ // path_template: "{table_name=projects/*/instances/*/**}"
169
+ // }
170
+ // };
171
+ //
172
+ // result:
173
+ //
174
+ // x-goog-request-params:
175
+ // table_name=projects/proj_foo/instances/instance_bar/table/table_baz
176
+ //
177
+ // Example 4
178
+ //
179
+ // Extracting a single routing header key-value pair by matching a
180
+ // template syntax on (a part of) a single request field.
181
+ //
182
+ // annotation:
183
+ //
184
+ // option (google.api.routing) = {
185
+ // // Take just the project id from the `table_name` field.
186
+ // routing_parameters {
187
+ // field: "table_name"
188
+ // path_template: "{routing_id=projects/*}/**"
189
+ // }
190
+ // };
191
+ //
192
+ // result:
193
+ //
194
+ // x-goog-request-params: routing_id=projects/proj_foo
195
+ //
196
+ // Example 5
197
+ //
198
+ // Extracting a single routing header key-value pair by matching
199
+ // several conflictingly named path templates on (parts of) a single request
200
+ // field. The last template to match "wins" the conflict.
201
+ //
202
+ // annotation:
203
+ //
204
+ // option (google.api.routing) = {
205
+ // // If the `table_name` does not have instances information,
206
+ // // take just the project id for routing.
207
+ // // Otherwise take project + instance.
208
+ //
209
+ // routing_parameters {
210
+ // field: "table_name"
211
+ // path_template: "{routing_id=projects/*}/**"
212
+ // }
213
+ // routing_parameters {
214
+ // field: "table_name"
215
+ // path_template: "{routing_id=projects/*/instances/*}/**"
216
+ // }
217
+ // };
218
+ //
219
+ // result:
220
+ //
221
+ // x-goog-request-params:
222
+ // routing_id=projects/proj_foo/instances/instance_bar
223
+ //
224
+ // Example 6
225
+ //
226
+ // Extracting multiple routing header key-value pairs by matching
227
+ // several non-conflicting path templates on (parts of) a single request field.
228
+ //
229
+ // Sub-example 6a
230
+ //
231
+ // Make the templates strict, so that if the `table_name` does not
232
+ // have an instance information, nothing is sent.
233
+ //
234
+ // annotation:
235
+ //
236
+ // option (google.api.routing) = {
237
+ // // The routing code needs two keys instead of one composite
238
+ // // but works only for the tables with the "project-instance" name
239
+ // // syntax.
240
+ //
241
+ // routing_parameters {
242
+ // field: "table_name"
243
+ // path_template: "{project_id=projects/*}/instances/*/**"
244
+ // }
245
+ // routing_parameters {
246
+ // field: "table_name"
247
+ // path_template: "projects/*/{instance_id=instances/*}/**"
248
+ // }
249
+ // };
250
+ //
251
+ // result:
252
+ //
253
+ // x-goog-request-params:
254
+ // project_id=projects/proj_foo&instance_id=instances/instance_bar
255
+ //
256
+ // Sub-example 6b
257
+ //
258
+ // Make the templates loose, so that if the `table_name` does not
259
+ // have an instance information, just the project id part is sent.
260
+ //
261
+ // annotation:
262
+ //
263
+ // option (google.api.routing) = {
264
+ // // The routing code wants two keys instead of one composite
265
+ // // but will work with just the `project_id` for tables without
266
+ // // an instance in the `table_name`.
267
+ //
268
+ // routing_parameters {
269
+ // field: "table_name"
270
+ // path_template: "{project_id=projects/*}/**"
271
+ // }
272
+ // routing_parameters {
273
+ // field: "table_name"
274
+ // path_template: "projects/*/{instance_id=instances/*}/**"
275
+ // }
276
+ // };
277
+ //
278
+ // result (is the same as 6a for our example message because it has the instance
279
+ // information):
280
+ //
281
+ // x-goog-request-params:
282
+ // project_id=projects/proj_foo&instance_id=instances/instance_bar
283
+ //
284
+ // Example 7
285
+ //
286
+ // Extracting multiple routing header key-value pairs by matching
287
+ // several path templates on multiple request fields.
288
+ //
289
+ // NB: note that here there is no way to specify sending nothing if one of the
290
+ // fields does not match its template. E.g. if the `table_name` is in the wrong
291
+ // format, the `project_id` will not be sent, but the `routing_id` will be.
292
+ // The backend routing code has to be aware of that and be prepared to not
293
+ // receive a full complement of keys if it expects multiple.
294
+ //
295
+ // annotation:
296
+ //
297
+ // option (google.api.routing) = {
298
+ // // The routing needs both `project_id` and `routing_id`
299
+ // // (from the `app_profile_id` field) for routing.
300
+ //
301
+ // routing_parameters {
302
+ // field: "table_name"
303
+ // path_template: "{project_id=projects/*}/**"
304
+ // }
305
+ // routing_parameters {
306
+ // field: "app_profile_id"
307
+ // path_template: "{routing_id=**}"
308
+ // }
309
+ // };
310
+ //
311
+ // result:
312
+ //
313
+ // x-goog-request-params:
314
+ // project_id=projects/proj_foo&routing_id=profiles/prof_qux
315
+ //
316
+ // Example 8
317
+ //
318
+ // Extracting a single routing header key-value pair by matching
319
+ // several conflictingly named path templates on several request fields. The
320
+ // last template to match "wins" the conflict.
321
+ //
322
+ // annotation:
323
+ //
324
+ // option (google.api.routing) = {
325
+ // // The `routing_id` can be a project id or a region id depending on
326
+ // // the table name format, but only if the `app_profile_id` is not set.
327
+ // // If `app_profile_id` is set it should be used instead.
328
+ //
329
+ // routing_parameters {
330
+ // field: "table_name"
331
+ // path_template: "{routing_id=projects/*}/**"
332
+ // }
333
+ // routing_parameters {
334
+ // field: "table_name"
335
+ // path_template: "{routing_id=regions/*}/**"
336
+ // }
337
+ // routing_parameters {
338
+ // field: "app_profile_id"
339
+ // path_template: "{routing_id=**}"
340
+ // }
341
+ // };
342
+ //
343
+ // result:
344
+ //
345
+ // x-goog-request-params: routing_id=profiles/prof_qux
346
+ //
347
+ // Example 9
348
+ //
349
+ // Bringing it all together.
350
+ //
351
+ // annotation:
352
+ //
353
+ // option (google.api.routing) = {
354
+ // // For routing both `table_location` and a `routing_id` are needed.
355
+ // //
356
+ // // table_location can be either an instance id or a region+zone id.
357
+ // //
358
+ // // For `routing_id`, take the value of `app_profile_id`
359
+ // // - If it's in the format `profiles/<profile_id>`, send
360
+ // // just the `<profile_id>` part.
361
+ // // - If it's any other literal, send it as is.
362
+ // // If the `app_profile_id` is empty, and the `table_name` starts with
363
+ // // the project_id, send that instead.
364
+ //
365
+ // routing_parameters {
366
+ // field: "table_name"
367
+ // path_template: "projects/*/{table_location=instances/*}/tables/*"
368
+ // }
369
+ // routing_parameters {
370
+ // field: "table_name"
371
+ // path_template: "{table_location=regions/*/zones/*}/tables/*"
372
+ // }
373
+ // routing_parameters {
374
+ // field: "table_name"
375
+ // path_template: "{routing_id=projects/*}/**"
376
+ // }
377
+ // routing_parameters {
378
+ // field: "app_profile_id"
379
+ // path_template: "{routing_id=**}"
380
+ // }
381
+ // routing_parameters {
382
+ // field: "app_profile_id"
383
+ // path_template: "profiles/{routing_id=*}"
384
+ // }
385
+ // };
386
+ //
387
+ // result:
388
+ //
389
+ // x-goog-request-params:
390
+ // table_location=instances/instance_bar&routing_id=prof_qux
391
+ message RoutingRule {
392
+ // A collection of Routing Parameter specifications.
393
+ // **NOTE:** If multiple Routing Parameters describe the same key
394
+ // (via the `path_template` field or via the `field` field when
395
+ // `path_template` is not provided), "last one wins" rule
396
+ // determines which Parameter gets used.
397
+ // See the examples for more details.
398
+ repeated RoutingParameter routing_parameters = 2;
399
+ }
400
+
401
+ // A projection from an input message to the GRPC or REST header.
402
+ message RoutingParameter {
403
+ // A request field to extract the header key-value pair from.
404
+ string field = 1;
405
+
406
+ // A pattern matching the key-value field. Optional.
407
+ // If not specified, the whole field specified in the `field` field will be
408
+ // taken as value, and its name used as key. If specified, it MUST contain
409
+ // exactly one named segment (along with any number of unnamed segments) The
410
+ // pattern will be matched over the field specified in the `field` field, then
411
+ // if the match is successful:
412
+ // - the name of the single named segment will be used as a header name,
413
+ // - the match value of the segment will be used as a header value;
414
+ // if the match is NOT successful, nothing will be sent.
415
+ //
416
+ // Example:
417
+ //
418
+ // -- This is a field in the request message
419
+ // | that the header value will be extracted from.
420
+ // |
421
+ // | -- This is the key name in the
422
+ // | | routing header.
423
+ // V |
424
+ // field: "table_name" v
425
+ // path_template: "projects/*/{table_location=instances/*}/tables/*"
426
+ // ^ ^
427
+ // | |
428
+ // In the {} brackets is the pattern that -- |
429
+ // specifies what to extract from the |
430
+ // field as a value to be sent. |
431
+ // |
432
+ // The string in the field must match the whole pattern --
433
+ // before brackets, inside brackets, after brackets.
434
+ //
435
+ // When looking at this specific example, we can see that:
436
+ // - A key-value pair with the key `table_location`
437
+ // and the value matching `instances/*` should be added
438
+ // to the x-goog-request-params routing header.
439
+ // - The value is extracted from the request message's `table_name` field
440
+ // if it matches the full pattern specified:
441
+ // `projects/*/instances/*/tables/*`.
442
+ //
443
+ // **NB:** If the `path_template` field is not provided, the key name is
444
+ // equal to the field name, and the whole field should be sent as a value.
445
+ // This makes the pattern for the field and the value functionally equivalent
446
+ // to `**`, and the configuration
447
+ //
448
+ // {
449
+ // field: "table_name"
450
+ // }
451
+ //
452
+ // is a functionally equivalent shorthand to:
453
+ //
454
+ // {
455
+ // field: "table_name"
456
+ // path_template: "{table_name=**}"
457
+ // }
458
+ //
459
+ // See Example 1 for more details.
460
+ string path_template = 2;
461
+ }
@@ -0,0 +1,174 @@
1
+ // Copyright 2017 Google Inc.
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+
15
+ syntax = "proto3";
16
+
17
+ package google.api;
18
+
19
+ import "google/api/annotations.proto";
20
+ import "google/api/auth.proto";
21
+ import "google/api/backend.proto";
22
+ import "google/api/billing.proto";
23
+ import "google/api/context.proto";
24
+ import "google/api/control.proto";
25
+ import "google/api/documentation.proto";
26
+ import "google/api/endpoint.proto";
27
+ import "google/api/http.proto";
28
+ import "google/api/log.proto";
29
+ import "google/api/logging.proto";
30
+ import "google/api/metric.proto";
31
+ import "google/api/monitored_resource.proto";
32
+ import "google/api/monitoring.proto";
33
+ import "google/api/quota.proto";
34
+ import "google/api/source_info.proto";
35
+ import "google/api/system_parameter.proto";
36
+ import "google/api/usage.proto";
37
+ import "google/protobuf/api.proto";
38
+ import "google/protobuf/type.proto";
39
+ import "google/protobuf/wrappers.proto";
40
+
41
+ option go_package = "google.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig";
42
+ option java_multiple_files = true;
43
+ option java_outer_classname = "ServiceProto";
44
+ option java_package = "com.google.api";
45
+ option objc_class_prefix = "GAPI";
46
+
47
+ // `Service` is the root object of Google service configuration schema. It
48
+ // describes basic information about a service, such as the name and the
49
+ // title, and delegates other aspects to sub-sections. Each sub-section is
50
+ // either a proto message or a repeated proto message that configures a
51
+ // specific aspect, such as auth. See each proto message definition for details.
52
+ //
53
+ // Example:
54
+ //
55
+ // type: google.api.Service
56
+ // config_version: 3
57
+ // name: calendar.googleapis.com
58
+ // title: Google Calendar API
59
+ // apis:
60
+ // - name: google.calendar.v3.Calendar
61
+ // authentication:
62
+ // providers:
63
+ // - id: google_calendar_auth
64
+ // jwks_uri: https://www.googleapis.com/oauth2/v1/certs
65
+ // issuer: https://securetoken.google.com
66
+ // rules:
67
+ // - selector: "*"
68
+ // requirements:
69
+ // provider_id: google_calendar_auth
70
+ message Service {
71
+ // The semantic version of the service configuration. The config version
72
+ // affects the interpretation of the service configuration. For example,
73
+ // certain features are enabled by default for certain config versions.
74
+ // The latest config version is `3`.
75
+ google.protobuf.UInt32Value config_version = 20;
76
+
77
+ // The DNS address at which this service is available,
78
+ // e.g. `calendar.googleapis.com`.
79
+ string name = 1;
80
+
81
+ // A unique ID for a specific instance of this message, typically assigned
82
+ // by the client for tracking purpose. If empty, the server may choose to
83
+ // generate one instead.
84
+ string id = 33;
85
+
86
+ // The product title for this service.
87
+ string title = 2;
88
+
89
+ // The Google project that owns this service.
90
+ string producer_project_id = 22;
91
+
92
+ // A list of API interfaces exported by this service. Only the `name` field
93
+ // of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by the configuration
94
+ // author, as the remaining fields will be derived from the IDL during the
95
+ // normalization process. It is an error to specify an API interface here
96
+ // which cannot be resolved against the associated IDL files.
97
+ repeated google.protobuf.Api apis = 3;
98
+
99
+ // A list of all proto message types included in this API service.
100
+ // Types referenced directly or indirectly by the `apis` are
101
+ // automatically included. Messages which are not referenced but
102
+ // shall be included, such as types used by the `google.protobuf.Any` type,
103
+ // should be listed here by name. Example:
104
+ //
105
+ // types:
106
+ // - name: google.protobuf.Int32
107
+ repeated google.protobuf.Type types = 4;
108
+
109
+ // A list of all enum types included in this API service. Enums
110
+ // referenced directly or indirectly by the `apis` are automatically
111
+ // included. Enums which are not referenced but shall be included
112
+ // should be listed here by name. Example:
113
+ //
114
+ // enums:
115
+ // - name: google.someapi.v1.SomeEnum
116
+ repeated google.protobuf.Enum enums = 5;
117
+
118
+ // Additional API documentation.
119
+ Documentation documentation = 6;
120
+
121
+ // API backend configuration.
122
+ Backend backend = 8;
123
+
124
+ // HTTP configuration.
125
+ Http http = 9;
126
+
127
+ // Quota configuration.
128
+ Quota quota = 10;
129
+
130
+ // Auth configuration.
131
+ Authentication authentication = 11;
132
+
133
+ // Context configuration.
134
+ Context context = 12;
135
+
136
+ // Configuration controlling usage of this service.
137
+ Usage usage = 15;
138
+
139
+ // Configuration for network endpoints. If this is empty, then an endpoint
140
+ // with the same name as the service is automatically generated to service all
141
+ // defined APIs.
142
+ repeated Endpoint endpoints = 18;
143
+
144
+ // Configuration for the service control plane.
145
+ Control control = 21;
146
+
147
+ // Defines the logs used by this service.
148
+ repeated LogDescriptor logs = 23;
149
+
150
+ // Defines the metrics used by this service.
151
+ repeated MetricDescriptor metrics = 24;
152
+
153
+ // Defines the monitored resources used by this service. This is required
154
+ // by the [Service.monitoring][google.api.Service.monitoring] and [Service.logging][google.api.Service.logging] configurations.
155
+ repeated MonitoredResourceDescriptor monitored_resources = 25;
156
+
157
+ // Billing configuration.
158
+ Billing billing = 26;
159
+
160
+ // Logging configuration.
161
+ Logging logging = 27;
162
+
163
+ // Monitoring configuration.
164
+ Monitoring monitoring = 28;
165
+
166
+ // System parameter configuration.
167
+ SystemParameters system_parameters = 29;
168
+
169
+ // Output only. The source information for this configuration if available.
170
+ SourceInfo source_info = 37;
171
+
172
+ // Experimental configuration.
173
+ reserved 101;
174
+ }