@devvit/protos 0.12.1-next-2025-09-08-20-55-43-6ce1b439e.0 → 0.12.1-next-2025-09-09-13-45-18-0f0a506a2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/devvit/data/api/admin/v1alpha/organization.d.ts +7 -0
- package/json/devvit/data/api/admin/v1alpha/organization.d.ts.map +1 -1
- package/json/devvit/data/api/v1alpha/admin.d.ts +3 -0
- package/json/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
- package/json/devvit/data/api/v1alpha/filter.d.ts +81 -0
- package/json/devvit/data/api/v1alpha/filter.d.ts.map +1 -0
- package/json/devvit/data/api/v1alpha/filter.js +21 -0
- package/package.json +4 -4
- package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/expression.proto +92 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/buf/validate/validate.proto +4130 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/automation/v1alpha/event_handlers.proto +105 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/hello/hello.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/payments/v1alpha/payments.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/producer/producer.proto +22 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_action.proto +92 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/context_type.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/reddit/post_filter.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/action.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/scheduler/handler.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/app_settings.proto +21 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/installation_settings.proto +21 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/instance_settings.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/settings/v1alpha/shared.proto +34 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/test/wrappertypes.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/user_configurable/user_configurable.proto +55 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/actor/webbit/webbit.proto +34 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/analytics/v1/analytics.proto +32 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/init.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/cli/playtest.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +54 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +46 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +54 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +804 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/fetcher.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +138 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/debug/v1alpha/debug.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/actor/actor_type.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin/waitlist_admin.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/admin_portal.proto +38 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/app.proto +365 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/categories/categories.proto +60 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app/info/app_info.proto +88 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/app_publish_request.proto +121 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/note/app_publish_request_note.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_publish_request/review/app_publish_request_review.proto +27 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_settings/app_settings.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/app_version.proto +168 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/app_version/info/app_version_info.proto +88 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/audit/audit.proto +75 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/auth/auth.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/organization/organization.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/subscription/subscription.proto +91 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/data_api/admin/user/user.proto +44 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/dev_portal.proto +193 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/developer_account/developer_account.proto +46 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/feedback/feedback.proto +10 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain/fetch_domain.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/fetch_domain_request/fetch_domain_request.proto +64 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation/installation.proto +230 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/installation_settings/installation_settings.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/authorization/v1alpha/authorization.proto +45 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/community_drawer/community_drawer.proto +24 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/internal/media/media.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/nutrition/nutrition.proto +64 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/payments_verification.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/payments/product.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/reddit/redditor.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/dev_portal/waitlist/waitlist.proto +61 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/realtime.proto +25 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/events/v1alpha/wqcleanup.proto +10 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/custom_post_snapshot.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/playtest_subreddit/playtest_subreddit.proto +24 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/resolvers.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/app_health.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +58 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gateway/v1alpha/triggers.proto +37 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/snapshot.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/gql/subreddit_metadata.proto +54 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/options/options.proto +98 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/common.proto +13 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/order.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/payments/v1alpha/product.proto +65 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/assetresolver/assetresolver.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/buildpack/buildpack_common.proto +64 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/clock/clock.proto +13 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/http/http.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/inspector/inspector.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/kvstore/kvstore.proto +28 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/logger/logger.proto +116 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/media/media.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/modlog/modlog.proto +31 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/payments/v1alpha/payments.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +671 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_msg.proto +284 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/flair/flair_svc.proto +120 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_msg.proto +35 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/graphql/graphql_svc.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.proto +291 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.proto +253 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_msg.proto +214 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/listings/listings_svc.proto +80 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_msg.proto +137 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/moderation/moderation_svc.proto +178 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_msg.proto +104 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/modnote/modnote_svc.proto +45 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_msg.proto +348 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/newmodmail/newmodmail_svc.proto +142 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_msg.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/privatemessages/privatemessages_svc.proto +84 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_msg.proto +1087 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +196 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_msg.proto +192 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/users/users_svc.proto +101 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_msg.proto +383 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/widgets/widgets_svc.proto +171 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_msg.proto +217 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redditapi/wiki/wiki_svc.proto +91 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/redis/redisapi.proto +434 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/scheduler/scheduler.proto +80 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/settings/v1alpha/settings.proto +33 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/timer/timer.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/useractions/useractions.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +52 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/plugin/v2events/v2events.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/comment.proto +104 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/common.proto +104 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_actions/v2alpha/custom_actions.proto +73 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_post/v1alpha/custom_post.proto +84 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/post.proto +192 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/subreddit.proto +138 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/thing_type.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/user.proto +138 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +30 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +53 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +109 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/remote_logger/remote_logger.proto +65 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/bootstrap.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/actor/v1alpha/health.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/bundle.proto +171 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/runtime_common.proto +10 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/runtime/serializable.proto +28 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/service/bundle_service.proto +22 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/attributes.proto +69 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/block.proto +212 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/enums.proto +221 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/rendering.proto +27 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/block_kit/v1beta/ui.proto +100 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/common/v1alpha/common.proto +21 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effect_types/v1alpha/realtime_subscription.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/create_order.proto +39 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +71 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/interval.proto +31 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/navigate_to_url.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/realtime_subscriptions.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/reload_part.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/rerender_ui.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_form.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +150 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +21 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/immersive_mode.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +104 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/share.proto +22 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/web_view.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +113 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/handle_ui.proto +30 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +55 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/field.proto +134 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/form.proto +27 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/type.proto +32 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/form_builder/v1alpha/value.proto +52 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/ui/toast/toast.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/devvit/uuid.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/account_gender_category.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/approval_status.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/ban_info_action.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/block_relation_type.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_sort.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/comment_type.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/discussion_type.proto +10 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/distinguish_type.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/flair_position.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_content_type.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_type.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/link_visibility.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/promo_layout.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/removed_by_type.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/spam_level.proto +11 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/subreddit_type.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/verdict.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/vote.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/whitelist_status.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/evaluator/evaluator.proto +203 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/annotations.proto +31 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +274 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/apikeys/v2/resources.proto +172 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/auth.proto +180 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/backend.proto +50 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/billing.proto +66 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/client.proto +99 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +290 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +312 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/config_change.proto +84 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/consumer.proto +82 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/context.proto +62 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/control.proto +32 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/distribution.proto +212 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/documentation.proto +156 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/endpoint.proto +70 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/error_reason.proto +589 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +180 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_behavior.proto +84 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/field_info.proto +106 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/http.proto +317 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/httpbody.proto +75 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/label.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/launch_stage.proto +67 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/log.proto +54 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/logging.proto +82 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/metric.proto +191 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitored_resource.proto +115 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/monitoring.proto +88 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/policy.proto +85 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/quota.proto +258 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/resource.proto +299 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/routing.proto +461 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/service.proto +174 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +483 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +295 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +756 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/source_info.proto +31 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/system_parameter.proto +95 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/usage.proto +91 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/api/visibility.proto +113 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/admin/v1/iam.proto +1043 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/iam_policy.proto +148 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/options.proto +41 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/http_request.proto +91 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/logging/type/log_severity.proto +71 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/longrunning/operations.proto +240 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/any.proto +158 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/api.proto +208 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/compiler/plugin.proto +182 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/descriptor.proto +902 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/duration.proto +116 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/empty.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/struct.proto +95 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/type.proto +187 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/code.proto +186 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/error_details.proto +246 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/rpc/status.proto +47 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/calendar_period.proto +57 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/color.proto +170 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/date.proto +50 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/datetime.proto +97 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/dayofweek.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/expr.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/fraction.proto +34 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/latlng.proto +37 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/money.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/month.proto +66 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/postal_address.proto +135 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/quaternion.proto +95 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/google/type/timeofday.proto +44 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/openapi/helper.proto +50 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/annotations.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/protoc-gen-openapiv2/options/openapiv2.proto +759 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +585 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/callback/v1/callback_service.proto +92 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/event/v1/event.proto +52 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/experimental/v1/experimental.proto +71 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/analytics/v1/analytics.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/interop/generic/v1/generic.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/loadbalancing/v1/loadbalancing.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/metadata/v1/metadata.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/operation/v1/operation.proto +148 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/publication/v1/publication_service.proto +56 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/offsets.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/scheduling/v1/scheduling.proto +25 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/testing/v1/testing.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/cloudroutines/workerpool/v1/workerpool.proto +213 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +446 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account.proto +56 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/account/v1/account_relations.proto +93 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/cloudevent/v1/cloudevent.proto +67 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/comments/v1/comments.proto +59 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/actor.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_attr_key.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/event_extensions.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/common/v1/eventcontext.proto +69 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/links/v1/links.proto +59 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit.proto +86 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/events/subreddit/v1/subreddit_member_relations.proto +52 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +805 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/data/engagement/v1/engagement.proto +117 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/ads/v1/ads.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/app_permission.proto +76 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/app_permission/v1/service.proto +13 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/drawer_games/v1/drawer_games.proto +39 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/drawer_games/v1/service.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/post/v1/post.proto +119 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/post/v1/service.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +92 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/metadata_service.proto +22 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/devvit/useractions/v1/useractions.proto +13 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/cancel_subscription.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/change_payment_method.proto +21 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +86 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +426 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/contributor_program.proto +40 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/deposit_gold.proto +28 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +35 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_aggregated_transactions_list.proto +37 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +56 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +51 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +24 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_subscriptions.proto +66 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_transaction_list.proto +28 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +19 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/revoke_subscription.proto +15 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +86 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +55 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/transfer_subscription.proto +16 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/environment.proto +12 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paycommon/v1/order_status_reason.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +304 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/events.proto +14 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/order.proto +80 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +168 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +254 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +43 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +293 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +220 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
- package/schema/.snootobuf/deps/.snootobuf/deps/validate/validate.proto +862 -0
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +26 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +1 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +10 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +2 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +16 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +1 -1
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +1 -1
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +4 -1
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +1 -1
- package/schema/.snootobuf/deps/devvit/dev_portal/v1/installation.proto +12 -0
- package/schema/.snootobuf/deps/devvit/gateway/cache/v1alpha/cache.proto +1 -4
- package/schema/.snootobuf/deps/devvit/gateway/utils/v1alpha/utilities.proto +0 -1
- package/schema/.snootobuf/deps/devvit/plugin/redditapi/common/common_msg.proto +0 -3
- package/schema/.snootobuf/deps/devvit/plugin/redditapi/subreddits/subreddits_svc.proto +0 -2
- package/schema/.snootobuf/deps/devvit/plugin/v1alpha/pushnotif/pushnotif.proto +0 -55
- package/schema/.snootobuf/deps/devvit/runtime/bundle.proto +0 -4
- package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +1 -1
- package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/app_permission.proto +1 -2
- package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/effect.proto +2 -2
- package/schema/.snootobuf/deps/devvit/ui/effects/v1alpha/show_toast.proto +18 -0
- package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/context.proto +0 -14
- package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +0 -4
- package/schema/.snootobuf/deps/devvit/ui/effects/web_view/v1alpha/post_message.proto +2 -5
- package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/event.proto +2 -2
- package/schema/.snootobuf/deps/devvit/ui/events/v1alpha/web_view.proto +2 -16
- package/schema/.snootobuf/deps/reddit/devvit/common/v1/app.proto +44 -0
- package/schema/.snootobuf/deps/reddit/devvit/common/v1/context_action.proto +48 -0
- package/schema/.snootobuf/deps/reddit/devvit/common/v1/error_message.proto +9 -0
- package/schema/.snootobuf/deps/reddit/devvit/common/v1/installation.proto +23 -0
- package/schema/.snootobuf/deps/reddit/devvit/drawer_games/v1/drawer_games.proto +4 -3
- package/schema/.snootobuf/deps/reddit/devvit/post/v1/post.proto +31 -7
- package/schema/.snootobuf/deps/reddit/devvit/post/v1/promoted_post.proto +32 -0
- package/schema/.snootobuf/deps/reddit/devvit/post/v1/service.proto +4 -0
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +7 -56
- package/schema/devvit/data/api/v1alpha/filter.proto +68 -0
- package/schema/devvit/dev_portal/data_api/admin/audit/audit.proto +2 -0
- package/schema/devvit/dev_portal/data_api/admin/auth/auth.proto +2 -0
- package/schema/devvit/dev_portal/data_api/admin/organization/organization.proto +2 -0
- package/schema/devvit/dev_portal/data_api/admin/subscription/subscription.proto +2 -0
- package/schema/devvit/dev_portal/data_api/admin/user/user.proto +2 -0
- package/schema/snootobuf.lock +0 -0
- package/schema/snootobuf.redditapi.lock +0 -0
- package/schema/snootobuf.yaml +2 -4
- package/types/devvit/data/api/admin/v1alpha/organization.d.ts +25 -0
- package/types/devvit/data/api/admin/v1alpha/organization.d.ts.map +1 -1
- package/types/devvit/data/api/admin/v1alpha/organization.js +122 -0
- package/types/devvit/data/api/v1alpha/admin.d.ts +3 -0
- package/types/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
- package/types/devvit/data/api/v1alpha/admin.js +47 -0
- package/types/devvit/data/api/v1alpha/filter.d.ts +161 -0
- package/types/devvit/data/api/v1alpha/filter.d.ts.map +1 -0
- package/types/devvit/data/api/v1alpha/filter.js +984 -0
- package/types/devvit/dev_portal/dev_portal.d.ts +48 -0
- package/types/devvit/dev_portal/dev_portal.d.ts.map +1 -1
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts +12 -0
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts.map +1 -1
- /package/schema/.snootobuf/deps/{products-api → .snootobuf/deps/products-api}/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +0 -0
- /package/schema/.snootobuf/deps/{products-api → .snootobuf/deps/products-api}/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +0 -0
- /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/custom_post/v1/custom_post.proto +0 -0
- /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/custom_post/v1/service.proto +0 -0
- /package/schema/.snootobuf/deps/{reddit → .snootobuf/deps/reddit}/devvit/subreddit/v1/context_action.proto +0 -0
@@ -0,0 +1,189 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package reddit.coreplatform.comments.v1;
|
4
|
+
|
5
|
+
import "reddit/coreplatform/comments/v1/comment_tree.proto";
|
6
|
+
import "reddit/coreplatform/comments/v1/comment_tree_structure.proto";
|
7
|
+
import "reddit/coreplatform/comments/v1/comments.proto";
|
8
|
+
import "reddit/coreplatform/common/v1/auth.proto";
|
9
|
+
import "validate/validate.proto";
|
10
|
+
|
11
|
+
option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/comments/v1;comments";
|
12
|
+
option java_multiple_files = true;
|
13
|
+
option java_outer_classname = "CommentTreeServiceProto";
|
14
|
+
option java_package = "com.reddit.coreplatform.api.comments.v1";
|
15
|
+
|
16
|
+
// RPC Service for working with Comment Trees
|
17
|
+
service CommentTreeService {
|
18
|
+
// Load a segment of a comment tree represented as a list of nodes. This rpc does not return a traditional tree or graph
|
19
|
+
// structure. The nodes on the result can be used as arguments to further iterate the entirety of the tree.
|
20
|
+
rpc GetCommentTree(GetCommentTreeRequest) returns (GetCommentTreeResponse) {
|
21
|
+
option idempotency_level = NO_SIDE_EFFECTS;
|
22
|
+
}
|
23
|
+
|
24
|
+
// GetBatchCommentTree returns a map of CommentTree by LinkID for a given list of Link IDs.
|
25
|
+
//
|
26
|
+
// Given its batch nature, this endpoint sets some restrictions to reduce the amount of processing needed
|
27
|
+
// to generate the response.
|
28
|
+
// Unlike the single version GetCommentTree, GetBatchCommentTree does not hydrate the comments (return ids) and only allows
|
29
|
+
// requesting PrecomputedTreeView sizes and cached sorts (BEST/TOP).
|
30
|
+
// This ensures we always retrieve the cached comment trees in order to keep the endpoint's latency as low as
|
31
|
+
// possible.
|
32
|
+
rpc GetBatchCommentTree(GetBatchCommentTreeRequest) returns (GetBatchCommentTreeResponse) {
|
33
|
+
option idempotency_level = NO_SIDE_EFFECTS;
|
34
|
+
}
|
35
|
+
|
36
|
+
// GetCommentTreeStructure returns the comment tree structures (parent-child relations) from a post.
|
37
|
+
rpc GetCommentTreeStructure(GetCommentTreeStructureRequest) returns (GetCommentTreeStructureResponse) {
|
38
|
+
option idempotency_level = NO_SIDE_EFFECTS;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
// The request message for loading a single comment tree segment from a post (link_id).
|
43
|
+
message GetCommentTreeRequest {
|
44
|
+
// The t3 Link Thing id for the link the CommentTree belongs to.
|
45
|
+
// This is required in all cases of fetching a CommentTree.
|
46
|
+
// Passing only link_id and no source.comment_id or source.cursor, will fetch a CommentTree for a post e.g. https://reddit.com/r/aww/comments/12nmp5o/
|
47
|
+
string link_id = 1 [(validate.rules).string = {pattern: "^t3_[a-zA-Z0-9]+$"}];
|
48
|
+
|
49
|
+
// Optional source of the comment tree to fetch if the client was to load a permalink using comment_id or comments from a cursor
|
50
|
+
oneof source {
|
51
|
+
// Permalink case - the t1 Comment Thing id that will be used as the root of the subset of the comment tree returned.
|
52
|
+
// Used to load post pages where a specific comment is the root e.g. https://www.reddit.com/r/aww/comments/12nmp5o/comment/jgfcg4i/
|
53
|
+
string comment_id = 2 [(validate.rules).string = {pattern: "^t1_[a-zA-Z0-9]+$"}];
|
54
|
+
|
55
|
+
// Cursor case - a cursor to a subset of a comment tree that will be used as the root of the subset of the comment tree returned.
|
56
|
+
// Its primary purpose is to allow clients to perform depth-first and breadth-first traversal
|
57
|
+
// of comment trees.
|
58
|
+
string cursor = 3;
|
59
|
+
}
|
60
|
+
|
61
|
+
// Comment sort to be used to generate the CommentTree
|
62
|
+
Comment.Sort sort = 4 [(validate.rules).enum = {
|
63
|
+
defined_only: true
|
64
|
+
// Only allow supported comment sorts
|
65
|
+
in: [
|
66
|
+
1, // CONFIDENCE,
|
67
|
+
2, // TOP,
|
68
|
+
3, // NEW,
|
69
|
+
4, // CONTROVERSIAL
|
70
|
+
5, // OLD,
|
71
|
+
6, // RANDOM,
|
72
|
+
7 // QA,
|
73
|
+
]
|
74
|
+
}];
|
75
|
+
|
76
|
+
// Whether or not the CommentTree.nodes are fully hydrated Comment Thing models, or just Comment ids.
|
77
|
+
bool hydrate_nodes = 5;
|
78
|
+
|
79
|
+
// Important note: you can pass either a PrecomputedTreeView size to receive a cached and *faster* comment tree
|
80
|
+
// or pass custom `max_comments` and `max_depth` arguments which may incur latency costs to compute the comment tree at request time.
|
81
|
+
// Trees computed in real-time are not cached for later retrieval so this latency cost is paid on each request.
|
82
|
+
optional CommentTree.PrecomputedTreeView precomputed_tree_view = 6 [(validate.rules).enum = {
|
83
|
+
defined_only: true
|
84
|
+
not_in: [0]
|
85
|
+
}];
|
86
|
+
|
87
|
+
// Max number of comments to return in the CommentTree (exclusive of LoadMoreComments nodes)
|
88
|
+
optional int32 max_comments = 7 [(validate.rules).int32.lte = 1500];
|
89
|
+
|
90
|
+
// Max depth that comments can have in the CommentTree
|
91
|
+
optional int32 max_depth = 8 [(validate.rules).int32.lte = 10];
|
92
|
+
|
93
|
+
// Enable returning CommentTrees in a r2-compatible way
|
94
|
+
// r2-compatible means:
|
95
|
+
// - cursor string format used is list of comment_ids e.g. "abc, def, hij"
|
96
|
+
// - Permalink type responses have Node's depth to start at 0, regardless of the true comment's depth
|
97
|
+
bool legacy_r2_mode = 9;
|
98
|
+
|
99
|
+
// Optional int32 to load N parent comments before a comment_id.bool
|
100
|
+
// Only used for the permalink case and it does not interfere on the GetCommentTreeRequest.max_depth
|
101
|
+
optional int32 num_parents = 10 [(validate.rules).int32.lte = 8];
|
102
|
+
|
103
|
+
// Truncate commentTree length by the given value.
|
104
|
+
// Design Doc: https://docs.google.com/document/d/1jNRAuKbVGupDaM67pdvYpx55VGAB7LA8NPtymtJJCPs/edit?usp=sharing
|
105
|
+
int32 truncate = 11 [(validate.rules).int32 = {
|
106
|
+
gte: 0
|
107
|
+
lte: 50
|
108
|
+
}];
|
109
|
+
|
110
|
+
// Filter comment trees by the given type
|
111
|
+
// Design Doc: https://docs.google.com/document/d/1_-m6QECGx9JjPhoqIDq7eIDJbHXfAiIBHIuZgtzIR1o/edit?usp=sharing
|
112
|
+
optional CommentTree.Filter filter = 12 [(validate.rules).enum = {
|
113
|
+
defined_only: true
|
114
|
+
in: [
|
115
|
+
1, // ANSWERED
|
116
|
+
2 // UNANSWERED
|
117
|
+
]
|
118
|
+
}];
|
119
|
+
|
120
|
+
// The authorization policy to use while executing this request. This policy dictates what permission set
|
121
|
+
// the caller assumes while reading comment tree data.
|
122
|
+
reddit.coreplatform.common.v1.AuthzPolicy authz_policy = 2000;
|
123
|
+
}
|
124
|
+
|
125
|
+
// The response message for loading a comment tree
|
126
|
+
message GetCommentTreeResponse {
|
127
|
+
// The comment tree computed for the requested parameters. Comment tree segments can be further iterated by
|
128
|
+
// re-invoking this RPC with a source identifier from one of resulting trees nodes.
|
129
|
+
CommentTree comment_tree = 1;
|
130
|
+
// Populated by a call to the UserBlockingService. This will contain the
|
131
|
+
// list of comment ids where a user has blocked the comment author.
|
132
|
+
// Comments where the author has blocked the viewer are filtered out (mock deleted).
|
133
|
+
repeated string comment_ids_with_blocked_author = 2;
|
134
|
+
}
|
135
|
+
|
136
|
+
// The request message for batch loading non-hydrated comment trees by link id
|
137
|
+
message GetBatchCommentTreeRequest {
|
138
|
+
// A list of link ids to fetch individual comment trees for. Must be a valid `t3_{}` link id
|
139
|
+
repeated string link_ids = 1 [(validate.rules).repeated = {
|
140
|
+
min_items: 1
|
141
|
+
max_items: 100
|
142
|
+
items: {
|
143
|
+
string: {pattern: "^t3_[a-zA-Z0-9]+$"}
|
144
|
+
}
|
145
|
+
}];
|
146
|
+
|
147
|
+
// The sort strategy of the entries in each of the comment trees returned.
|
148
|
+
Comment.Sort sort = 2 [(validate.rules).enum = {
|
149
|
+
defined_only: true
|
150
|
+
// Only allow cached sorts for this batch call.
|
151
|
+
in: [
|
152
|
+
1, // CONFIDENCE,
|
153
|
+
2 // TOP,
|
154
|
+
]
|
155
|
+
}];
|
156
|
+
|
157
|
+
// The limit of tree size and depth. These are precomputed well known limits of max comments + max tree depth.
|
158
|
+
optional CommentTree.PrecomputedTreeView precomputed_tree_view = 3 [(validate.rules).enum = {
|
159
|
+
defined_only: true
|
160
|
+
not_in: [0]
|
161
|
+
}];
|
162
|
+
}
|
163
|
+
|
164
|
+
// The batch response message for non-hydrated comment trees
|
165
|
+
message GetBatchCommentTreeResponse {
|
166
|
+
// A map of the requested links and their associated non-hydrated comment tree.
|
167
|
+
map<string, CommentTree> comment_trees_by_link_id = 1;
|
168
|
+
}
|
169
|
+
|
170
|
+
// The request message for loading a comment tree structure from a post (link_id).
|
171
|
+
message GetCommentTreeStructureRequest {
|
172
|
+
// The t3 Link Thing id for the link the comment tree structure belongs to.
|
173
|
+
string link_id = 1 [(validate.rules).string = {pattern: "^t3_[a-zA-Z0-9]+$"}];
|
174
|
+
|
175
|
+
// Optional cursor for pagination. When absent returns the fist page.
|
176
|
+
optional string cursor = 2;
|
177
|
+
|
178
|
+
// Optional maximum limit for number of parent comments in the response (defaults to and capped at 2000).
|
179
|
+
optional int32 limit = 3 [(validate.rules).int32.lte = 2000];
|
180
|
+
}
|
181
|
+
|
182
|
+
// The response message for loading a comment tree structure from a post (link_id).
|
183
|
+
message GetCommentTreeStructureResponse {
|
184
|
+
// The comment tree structure which represents the parent-child relations of the comments.
|
185
|
+
CommentTreeStructure comment_tree_structure = 1;
|
186
|
+
|
187
|
+
// Cursor for the next page (empty if exhausted).
|
188
|
+
optional string cursor = 2;
|
189
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package reddit.coreplatform.comments.v1;
|
4
|
+
|
5
|
+
option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/comments/v1;comments";
|
6
|
+
option java_multiple_files = true;
|
7
|
+
option java_outer_classname = "CommentTreeStructureProto";
|
8
|
+
option java_package = "com.reddit.coreplatform.api.comments.v1";
|
9
|
+
|
10
|
+
// Message representing a comment tree structure.
|
11
|
+
// A CommentTreeStructure is a map of children list to parent comments,
|
12
|
+
// with a list of stickied comments.
|
13
|
+
message CommentTreeStructure {
|
14
|
+
// The mapping of parent comment to a list of child comments.
|
15
|
+
message ChildrenByParent {
|
16
|
+
// comment id for parent comment.
|
17
|
+
string parent_comment_id = 1;
|
18
|
+
// list of comment ids for child comments.
|
19
|
+
repeated string child_comment_id = 2;
|
20
|
+
// bool flag for whether the parent comment is a top level comment.
|
21
|
+
bool is_top_level = 3;
|
22
|
+
}
|
23
|
+
|
24
|
+
// The list of children_by_parent relations.
|
25
|
+
repeated ChildrenByParent children_by_parent = 1;
|
26
|
+
|
27
|
+
// The list of stickied comments.
|
28
|
+
repeated string stickied_comment_ids = 2;
|
29
|
+
}
|
@@ -0,0 +1,446 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package reddit.coreplatform.comments.v1;
|
4
|
+
|
5
|
+
import "reddit/api/metadata/v1/metadata.proto";
|
6
|
+
import "reddit/coreplatform/api/metadata/v1/metadata.proto";
|
7
|
+
import "reddit/coreplatform/common/v1/features.proto";
|
8
|
+
import "reddit/coreplatform/common/v1/lang.proto";
|
9
|
+
import "reddit/coreplatform/common/v1/legal.proto";
|
10
|
+
import "reddit/coreplatform/common/v1/media.proto";
|
11
|
+
import "reddit/coreplatform/common/v1/moderation.proto";
|
12
|
+
import "reddit/coreplatform/common/v1/safety.proto";
|
13
|
+
|
14
|
+
option go_package = "github.snooguts.net/reddit/thing-api/go/grpc/comments/v1;comments";
|
15
|
+
option java_multiple_files = true;
|
16
|
+
option java_outer_classname = "CommentsProto";
|
17
|
+
option java_package = "com.reddit.coreplatform.api.comments.v1";
|
18
|
+
|
19
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
20
|
+
message Comment {
|
21
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
22
|
+
enum MediaType {
|
23
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
24
|
+
MEDIA_TYPE_UNSPECIFIED = 0 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
25
|
+
name: "UNKNOWN"
|
26
|
+
ordinal: 0
|
27
|
+
}];
|
28
|
+
|
29
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
30
|
+
MEDIA_TYPE_GIPHY = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
31
|
+
name: "GIPHY"
|
32
|
+
ordinal: 1
|
33
|
+
}];
|
34
|
+
|
35
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
36
|
+
MEDIA_TYPE_STATIC = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
37
|
+
name: "STATIC"
|
38
|
+
ordinal: 2
|
39
|
+
}];
|
40
|
+
|
41
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
42
|
+
MEDIA_TYPE_ANIMATED = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
43
|
+
name: "ANIMATED"
|
44
|
+
ordinal: 3
|
45
|
+
}];
|
46
|
+
|
47
|
+
// An animated expression applied to the user's avatar.
|
48
|
+
// Design document: https://docs.google.com/document/d/1toly1eQ7qha7u9daVXB97huuG4kLALMpMxkf9O3mmVU/edit
|
49
|
+
MEDIA_TYPE_EXPRESSION = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
50
|
+
name: "EXPRESSION"
|
51
|
+
ordinal: 4
|
52
|
+
}];
|
53
|
+
}
|
54
|
+
|
55
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
56
|
+
enum ApprovalStatus {
|
57
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
58
|
+
APPROVAL_STATUS_UNSPECIFIED = 0;
|
59
|
+
|
60
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
61
|
+
APPROVAL_STATUS_MOD_APPROVED = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
62
|
+
name: "MOD_APPROVED"
|
63
|
+
ordinal: 0
|
64
|
+
}];
|
65
|
+
|
66
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
67
|
+
APPROVAL_STATUS_MOD_REMOVED = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
68
|
+
name: "MOD_REMOVED"
|
69
|
+
ordinal: 1
|
70
|
+
}];
|
71
|
+
|
72
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
73
|
+
APPROVAL_STATUS_MOD_SPAMMED = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
74
|
+
name: "MOD_SPAMMED"
|
75
|
+
ordinal: 2
|
76
|
+
}];
|
77
|
+
|
78
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
79
|
+
APPROVAL_STATUS_ADMIN_APPROVED = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
80
|
+
name: "ADMIN_APPROVED"
|
81
|
+
ordinal: 3
|
82
|
+
}];
|
83
|
+
|
84
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
85
|
+
APPROVAL_STATUS_ADMIN_REMOVED = 5 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
86
|
+
name: "ADMIN_REMOVED"
|
87
|
+
ordinal: 4
|
88
|
+
}];
|
89
|
+
|
90
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
91
|
+
APPROVAL_STATUS_ADMIN_SPAMMED = 6 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
92
|
+
name: "ADMIN_SPAMMED"
|
93
|
+
ordinal: 5
|
94
|
+
}];
|
95
|
+
|
96
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
97
|
+
APPROVAL_STATUS_UNSET = 7 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
98
|
+
name: "UNSET"
|
99
|
+
ordinal: 6
|
100
|
+
}];
|
101
|
+
|
102
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
103
|
+
APPROVAL_STATUS_AUTHOR_REMOVED = 8 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
104
|
+
name: "AUTHOR_REMOVED"
|
105
|
+
ordinal: 7
|
106
|
+
}];
|
107
|
+
|
108
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
109
|
+
APPROVAL_STATUS_AUTHOR_SPAMMED = 9 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
110
|
+
name: "AUTHOR_SPAMMED"
|
111
|
+
ordinal: 8
|
112
|
+
}];
|
113
|
+
}
|
114
|
+
|
115
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
116
|
+
enum Sort {
|
117
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
118
|
+
SORT_UNSPECIFIED = 0;
|
119
|
+
|
120
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
121
|
+
SORT_CONFIDENCE = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
122
|
+
name: "CONFIDENCE"
|
123
|
+
ordinal: 0
|
124
|
+
}];
|
125
|
+
|
126
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
127
|
+
SORT_TOP = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
128
|
+
name: "TOP"
|
129
|
+
ordinal: 1
|
130
|
+
}];
|
131
|
+
|
132
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
133
|
+
SORT_NEW = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
134
|
+
name: "NEW"
|
135
|
+
ordinal: 2
|
136
|
+
}];
|
137
|
+
|
138
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
139
|
+
SORT_CONTROVERSIAL = 4 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
140
|
+
name: "CONTROVERSIAL"
|
141
|
+
ordinal: 3
|
142
|
+
}];
|
143
|
+
|
144
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
145
|
+
SORT_OLD = 5 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
146
|
+
name: "OLD"
|
147
|
+
ordinal: 4
|
148
|
+
}];
|
149
|
+
|
150
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
151
|
+
SORT_RANDOM = 6 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
152
|
+
name: "RANDOM"
|
153
|
+
ordinal: 5
|
154
|
+
}];
|
155
|
+
|
156
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
157
|
+
SORT_QA = 7 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
158
|
+
name: "QA"
|
159
|
+
ordinal: 6
|
160
|
+
}];
|
161
|
+
|
162
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
163
|
+
SORT_LIVE = 8 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
164
|
+
name: "LIVE"
|
165
|
+
ordinal: 7
|
166
|
+
}];
|
167
|
+
|
168
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
169
|
+
SORT_UNSET = 9 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
170
|
+
name: "NULL_VALUE"
|
171
|
+
ordinal: 8
|
172
|
+
}];
|
173
|
+
|
174
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
175
|
+
SORT_BLANK = 10 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
176
|
+
name: "BLANK"
|
177
|
+
ordinal: 9
|
178
|
+
}];
|
179
|
+
}
|
180
|
+
|
181
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
182
|
+
enum Type {
|
183
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
184
|
+
TYPE_UNSPECIFIED = 0;
|
185
|
+
|
186
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
187
|
+
TYPE_COMMENT = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
188
|
+
name: "COMMENT"
|
189
|
+
ordinal: 0
|
190
|
+
}];
|
191
|
+
|
192
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
193
|
+
TYPE_PREDICTION = 2 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
194
|
+
name: "PREDICTION"
|
195
|
+
ordinal: 1
|
196
|
+
}];
|
197
|
+
|
198
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
199
|
+
TYPE_SHORT_VIDEO = 3 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
200
|
+
name: "SHORT_VIDEO"
|
201
|
+
ordinal: 2
|
202
|
+
}];
|
203
|
+
}
|
204
|
+
|
205
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
206
|
+
string id = 1;
|
207
|
+
|
208
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
209
|
+
int64 date = 2;
|
210
|
+
|
211
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
212
|
+
bool deleted = 3;
|
213
|
+
|
214
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
215
|
+
bool spam = 4;
|
216
|
+
|
217
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
218
|
+
int32 ups = 5;
|
219
|
+
|
220
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
221
|
+
int32 downs = 6;
|
222
|
+
|
223
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
224
|
+
string author_id = 7;
|
225
|
+
|
226
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
227
|
+
string link_id = 8;
|
228
|
+
|
229
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
230
|
+
string parent_id = 9;
|
231
|
+
|
232
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
233
|
+
string subreddit_id = 10;
|
234
|
+
|
235
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
236
|
+
string body = 11;
|
237
|
+
|
238
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
239
|
+
int64 last_edit_date = 12;
|
240
|
+
|
241
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
242
|
+
int32 display_score = 13;
|
243
|
+
|
244
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
245
|
+
int32 cosmetic_ups = 14;
|
246
|
+
|
247
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
248
|
+
int32 cosmetic_downs = 15;
|
249
|
+
|
250
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
251
|
+
bool admin_takedown = 17;
|
252
|
+
|
253
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
254
|
+
bool sendreplies = 18;
|
255
|
+
|
256
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
257
|
+
bool editable = 20;
|
258
|
+
|
259
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
260
|
+
int32 fake_ups = 21;
|
261
|
+
|
262
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
263
|
+
int32 fake_downs = 22;
|
264
|
+
|
265
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
266
|
+
int32 gildings = 23;
|
267
|
+
|
268
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
269
|
+
bool ignore_reports = 24;
|
270
|
+
|
271
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
272
|
+
int32 ignored_ups = 25;
|
273
|
+
|
274
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
275
|
+
int32 ignored_downs = 26;
|
276
|
+
|
277
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
278
|
+
string ip = 27 [(reddit.api.metadata.v1.entity_field_metadata) = {
|
279
|
+
sensitivity_level: SENSITIVITY_LEVEL_PII
|
280
|
+
max_retention: {
|
281
|
+
seconds: 7776000 // 90 Days
|
282
|
+
}
|
283
|
+
}];
|
284
|
+
|
285
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
286
|
+
int32 report_count = 28;
|
287
|
+
|
288
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
289
|
+
bool request_from_tor = 29;
|
290
|
+
|
291
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
292
|
+
bool request_has_loid = 30;
|
293
|
+
|
294
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
295
|
+
reddit.coreplatform.common.v1.DistinguishType distinguished = 31;
|
296
|
+
|
297
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
298
|
+
reddit.coreplatform.common.v1.Verdict verdict = 32;
|
299
|
+
|
300
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
301
|
+
reddit.coreplatform.common.v1.BanInfo ban_info = 33;
|
302
|
+
|
303
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
304
|
+
double abuse_score = 34;
|
305
|
+
|
306
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
307
|
+
string author_request_organization = 35;
|
308
|
+
|
309
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
310
|
+
string request_organization = 37;
|
311
|
+
|
312
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
313
|
+
bool author_request_has_loid = 38;
|
314
|
+
|
315
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
316
|
+
bool selftext_is_richtext = 39;
|
317
|
+
|
318
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
319
|
+
repeated int32 reports_approved = 40;
|
320
|
+
|
321
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
322
|
+
repeated int32 reports_made = 41;
|
323
|
+
|
324
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
325
|
+
repeated int32 reports_rejected = 42;
|
326
|
+
|
327
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
328
|
+
int32 gildings_silver = 43;
|
329
|
+
|
330
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
331
|
+
int32 gildings_supergold = 44;
|
332
|
+
|
333
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
334
|
+
bool author_request_from_tor = 45;
|
335
|
+
|
336
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
337
|
+
bool approve_disabled = 46;
|
338
|
+
|
339
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
340
|
+
int64 delete_time = 47;
|
341
|
+
|
342
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
343
|
+
bool expunged = 49;
|
344
|
+
|
345
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
346
|
+
int64 expunge_time = 50;
|
347
|
+
|
348
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
349
|
+
string delete_message = 51;
|
350
|
+
|
351
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
352
|
+
bool collapsed_in_crowd_control = 52;
|
353
|
+
|
354
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
355
|
+
int32 num_awardings = 53;
|
356
|
+
|
357
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
358
|
+
map<string, double> perspective_scores = 54;
|
359
|
+
|
360
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
361
|
+
bool locked = 55;
|
362
|
+
|
363
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
364
|
+
bool media_is_processed = 56;
|
365
|
+
|
366
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
367
|
+
repeated string media_ids = 57;
|
368
|
+
|
369
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
370
|
+
repeated string meta_media_ids = 58;
|
371
|
+
|
372
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
373
|
+
map<string, reddit.coreplatform.common.v1.MediaObject> meta_media_objects = 59;
|
374
|
+
|
375
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
376
|
+
string associated_award_id = 60;
|
377
|
+
|
378
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
379
|
+
string crowd_control_context = 61;
|
380
|
+
|
381
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
382
|
+
ApprovalStatus approval_status = 62;
|
383
|
+
|
384
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
385
|
+
Type comment_type = 63;
|
386
|
+
|
387
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
388
|
+
repeated reddit.coreplatform.common.v1.LegalBlock legal_blocks = 64;
|
389
|
+
|
390
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
391
|
+
repeated reddit.coreplatform.common.v1.DetectedLanguage detected_languages = 65;
|
392
|
+
|
393
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
394
|
+
int32 crowd_control_version = 66;
|
395
|
+
|
396
|
+
/* @exclude No documentation present when converted from Thrift to Proto */
|
397
|
+
int32 crowd_control_reputation = 67;
|
398
|
+
|
399
|
+
// Contains a comment's sexually explicit content classification according to safety models
|
400
|
+
// The field's score attribute will be set to 1.0 if sexually explicit content is detected
|
401
|
+
// Field is set by Content Classification Service and is not user facing
|
402
|
+
// The comment should be classified by the time it is publicly viewable (due to system latency and processing time it is not guaranteed)
|
403
|
+
// Design document: https://docs.google.com/document/d/1kV1ZPI0CfVhM0tMt21XQl4_UqihNqXaYCrZb6bck29w/edit#heading=h.wb5nzkr7fhs4
|
404
|
+
reddit.coreplatform.common.v1.SafetyXTag safety_x_tag = 68;
|
405
|
+
|
406
|
+
// Contains a comment's violent content classification according to safety models
|
407
|
+
// The field's score attribute will be set to 1.0 if violent content is detected
|
408
|
+
// Field is set by Content Classification Service and is not user facing
|
409
|
+
// The comment should be classified by the time it is publicly viewable (due to system latency and processing time it is not guaranteed)
|
410
|
+
// Design document: https://docs.google.com/document/d/1JNQFp7TaBIY3AQ3YpAskelWshh5sJAOVgS4KtgPV5DI/edit#heading=h.hp7jr2y2s0pt
|
411
|
+
reddit.coreplatform.common.v1.SafetyVTag safety_v_tag = 69;
|
412
|
+
|
413
|
+
// Contains whether this comment was made "for commercial intent" so clients can
|
414
|
+
// mark this content as being sponsored
|
415
|
+
// Design document: https://docs.google.com/document/d/1gIAwynDBcBKNG8YB38InJo3XEeEKkDcfN5C47_A_vjg/edit#heading=h.ouoexgnkzdml
|
416
|
+
bool is_commercial_communication = 70;
|
417
|
+
// Contains indicators of the comment's visibility levels
|
418
|
+
// [Design Doc](https://docs.google.com/document/d/15Ma5uxgqY3fp7lY4iRbx7rFoCt-0AYTh-Qu89lCjBls/edit)
|
419
|
+
InternalVisibilitySettings internal_visibility_settings = 71;
|
420
|
+
}
|
421
|
+
|
422
|
+
// Settings to control the visibility of comments or their contents on various surfaces. Limited to attributes that
|
423
|
+
// are needed to inform decisions made by other service (e.g. GraphQL) that directly or indirectly surface data to
|
424
|
+
// end-users. For internal use only and not to be exposed to end-users via external APIs (e.g. GraphQL).
|
425
|
+
// [Design Doc](https://docs.google.com/document/d/15Ma5uxgqY3fp7lY4iRbx7rFoCt-0AYTh-Qu89lCjBls/edit)
|
426
|
+
message InternalVisibilitySettings {
|
427
|
+
// Safety-specific labels that affect the visibility of the subreddit.
|
428
|
+
repeated SafetyLabel safety_labels = 1;
|
429
|
+
|
430
|
+
// Safety-specific labels for determining comment visibility. This should be limited in usage to safety as a signal
|
431
|
+
// that internal systems should use as a trigger for determining if the comment or its contents should be surfaced
|
432
|
+
// to end-user product surfaces. Should not be exposed to end users.
|
433
|
+
enum SafetyLabel {
|
434
|
+
// This is a default value used to convey the absence of a meaningful value.
|
435
|
+
SAFETY_LABEL_UNSPECIFIED = 0 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
436
|
+
name: "UNKNOWN"
|
437
|
+
ordinal: 0
|
438
|
+
}];
|
439
|
+
// Whether a comment should be collapsed due to being spammy
|
440
|
+
// [Design Doc](https://docs.google.com/document/d/15Ma5uxgqY3fp7lY4iRbx7rFoCt-0AYTh-Qu89lCjBls/edit)
|
441
|
+
SAFETY_LABEL_SPAMMY = 1 [(reddit.coreplatform.api.metadata.v1.thrift_alias) = {
|
442
|
+
name: "SPAMMY"
|
443
|
+
ordinal: 1
|
444
|
+
}];
|
445
|
+
}
|
446
|
+
}
|