@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,104 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package devvit.reddit;
|
4
|
+
|
5
|
+
import "devvit/reddit/common.proto";
|
6
|
+
import "google/protobuf/struct.proto";
|
7
|
+
import "google/protobuf/wrappers.proto";
|
8
|
+
|
9
|
+
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/reddit";
|
10
|
+
option java_package = "com.reddit.devvit.reddit";
|
11
|
+
|
12
|
+
message Comment {
|
13
|
+
repeated devvit.reddit.Awarding all_awardings = 1;
|
14
|
+
google.protobuf.BoolValue approved = 2;
|
15
|
+
google.protobuf.Int32Value approved_at_utc = 3;
|
16
|
+
google.protobuf.StringValue approved_by = 4;
|
17
|
+
google.protobuf.BoolValue archived = 5;
|
18
|
+
google.protobuf.StringValue associated_award = 6;
|
19
|
+
google.protobuf.StringValue author = 7;
|
20
|
+
google.protobuf.StringValue author_flair_background_color = 8;
|
21
|
+
google.protobuf.StringValue author_flair_css_class = 9;
|
22
|
+
repeated devvit.reddit.AuthorFlairRichText author_flair_richtext = 10;
|
23
|
+
google.protobuf.StringValue author_flair_template_id = 11;
|
24
|
+
google.protobuf.StringValue author_flair_text = 12;
|
25
|
+
google.protobuf.StringValue author_flair_text_color = 13;
|
26
|
+
google.protobuf.StringValue author_flair_type = 14;
|
27
|
+
google.protobuf.StringValue author_fullname = 15;
|
28
|
+
google.protobuf.BoolValue author_is_blocked = 16;
|
29
|
+
google.protobuf.BoolValue author_patreon_flair = 17;
|
30
|
+
google.protobuf.BoolValue author_premium = 18;
|
31
|
+
repeated google.protobuf.StringValue awarders = 19;
|
32
|
+
google.protobuf.Int32Value banned_at_utc = 20;
|
33
|
+
google.protobuf.StringValue banned_by = 21;
|
34
|
+
google.protobuf.StringValue body = 22;
|
35
|
+
google.protobuf.StringValue body_html = 23;
|
36
|
+
google.protobuf.BoolValue can_gild = 24;
|
37
|
+
google.protobuf.BoolValue can_mod_post = 25;
|
38
|
+
google.protobuf.BoolValue collapsed = 26;
|
39
|
+
google.protobuf.BoolValue collapsed_because_crowd_control = 27;
|
40
|
+
google.protobuf.StringValue collapsed_reason = 28;
|
41
|
+
google.protobuf.StringValue collapsed_reason_code = 29;
|
42
|
+
google.protobuf.StringValue comment_type = 30;
|
43
|
+
google.protobuf.Int32Value controversiality = 31;
|
44
|
+
google.protobuf.Int32Value created = 32;
|
45
|
+
google.protobuf.Int32Value created_utc = 33;
|
46
|
+
google.protobuf.Int32Value depth = 34;
|
47
|
+
google.protobuf.StringValue distinguished = 35;
|
48
|
+
google.protobuf.Int32Value downs = 36;
|
49
|
+
google.protobuf.BoolValue edited = 37;
|
50
|
+
google.protobuf.Int32Value gilded = 38;
|
51
|
+
devvit.reddit.Gildings gildings = 39;
|
52
|
+
google.protobuf.StringValue id = 40;
|
53
|
+
google.protobuf.BoolValue ignore_reports = 41;
|
54
|
+
google.protobuf.BoolValue is_submitter = 42;
|
55
|
+
google.protobuf.BoolValue likes = 43;
|
56
|
+
google.protobuf.StringValue link_id = 44;
|
57
|
+
google.protobuf.BoolValue locked = 45;
|
58
|
+
google.protobuf.StringValue mod_note = 46;
|
59
|
+
google.protobuf.StringValue mod_reason_by = 47;
|
60
|
+
google.protobuf.StringValue mod_reason_title = 48;
|
61
|
+
repeated google.protobuf.ListValue mod_reports = 49; // array of array of strings :-/
|
62
|
+
google.protobuf.StringValue name = 50;
|
63
|
+
google.protobuf.BoolValue no_follow = 51;
|
64
|
+
google.protobuf.Int32Value num_reports = 52;
|
65
|
+
google.protobuf.StringValue parent_id = 53;
|
66
|
+
google.protobuf.StringValue permalink = 54;
|
67
|
+
google.protobuf.StringValue removal_reason = 55;
|
68
|
+
google.protobuf.BoolValue removed = 56;
|
69
|
+
google.protobuf.StringValue replies = 57;
|
70
|
+
repeated google.protobuf.StringValue report_reasons = 58;
|
71
|
+
google.protobuf.StringValue rte_mode = 59;
|
72
|
+
google.protobuf.BoolValue saved = 60;
|
73
|
+
google.protobuf.Int32Value score = 61;
|
74
|
+
google.protobuf.BoolValue score_hidden = 62;
|
75
|
+
google.protobuf.BoolValue send_replies = 63;
|
76
|
+
google.protobuf.BoolValue spam = 64;
|
77
|
+
google.protobuf.BoolValue stickied = 65;
|
78
|
+
google.protobuf.StringValue subreddit = 66;
|
79
|
+
google.protobuf.StringValue subreddit_id = 67;
|
80
|
+
google.protobuf.StringValue subreddit_name_prefixed = 68;
|
81
|
+
google.protobuf.StringValue subreddit_type = 69;
|
82
|
+
google.protobuf.StringValue top_awarded_type = 70;
|
83
|
+
google.protobuf.Int32Value total_awards_received = 71;
|
84
|
+
repeated google.protobuf.StringValue treatment_tags = 72;
|
85
|
+
google.protobuf.StringValue unrepliable_reason = 73;
|
86
|
+
google.protobuf.Int32Value ups = 74;
|
87
|
+
repeated google.protobuf.ListValue user_reports = 75; // array of array of strings :-/
|
88
|
+
|
89
|
+
// more type - for getting more comments
|
90
|
+
google.protobuf.Int32Value count = 76;
|
91
|
+
// name: predefined at 50
|
92
|
+
// id: predefined at 40
|
93
|
+
// parent_id: predefined at 53
|
94
|
+
// depth: predefined at 34
|
95
|
+
repeated google.protobuf.StringValue children = 77;
|
96
|
+
|
97
|
+
// needed for automod tap/compare
|
98
|
+
BanInfo ban_info = 78;
|
99
|
+
|
100
|
+
// PRIVATE - DO NOT SET FOR PUBLIC USE
|
101
|
+
google.protobuf.BoolValue marked_spam = 79;
|
102
|
+
|
103
|
+
google.protobuf.StringValue verdict = 80;
|
104
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package devvit.reddit;
|
4
|
+
|
5
|
+
import "google/protobuf/wrappers.proto";
|
6
|
+
|
7
|
+
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/reddit";
|
8
|
+
option java_package = "com.reddit.devvit.reddit";
|
9
|
+
|
10
|
+
message AuthorFlairRichText {
|
11
|
+
google.protobuf.StringValue e = 1;
|
12
|
+
google.protobuf.StringValue t = 2;
|
13
|
+
}
|
14
|
+
|
15
|
+
// https://github.snooguts.net/reddit/reddit-service-award/blob/f102a254636cd403627cc1125fcccab52972ea6b/award/models/award.py
|
16
|
+
message Awarding {
|
17
|
+
message Icon {
|
18
|
+
google.protobuf.Int32Value height = 1;
|
19
|
+
google.protobuf.StringValue url = 2;
|
20
|
+
google.protobuf.Int32Value width = 3;
|
21
|
+
}
|
22
|
+
|
23
|
+
google.protobuf.StringValue award_sub_type = 1;
|
24
|
+
google.protobuf.StringValue award_type = 2;
|
25
|
+
google.protobuf.Int32Value awardings_required_to_grant_benefits = 3;
|
26
|
+
google.protobuf.Int64Value coin_price = 4;
|
27
|
+
google.protobuf.Int64Value coin_reward = 5;
|
28
|
+
google.protobuf.Int32Value count = 6;
|
29
|
+
google.protobuf.Int32Value days_of_drip_extension = 7;
|
30
|
+
google.protobuf.Int32Value days_of_premium = 8;
|
31
|
+
google.protobuf.StringValue description = 9;
|
32
|
+
google.protobuf.StringValue end_date = 10;
|
33
|
+
google.protobuf.Int32Value giver_coin_reward = 11;
|
34
|
+
google.protobuf.StringValue icon_format = 12;
|
35
|
+
google.protobuf.Int32Value icon_height = 13;
|
36
|
+
google.protobuf.StringValue icon_url = 14;
|
37
|
+
google.protobuf.Int32Value icon_width = 15;
|
38
|
+
google.protobuf.StringValue id = 16;
|
39
|
+
google.protobuf.BoolValue is_enabled = 17;
|
40
|
+
google.protobuf.BoolValue is_new = 18;
|
41
|
+
google.protobuf.StringValue name = 19;
|
42
|
+
google.protobuf.Int32Value penny_donate = 20;
|
43
|
+
google.protobuf.Int32Value penny_price = 21;
|
44
|
+
repeated Icon resized_icons = 22;
|
45
|
+
repeated Icon resized_static_icons = 23;
|
46
|
+
google.protobuf.StringValue start_date = 24;
|
47
|
+
google.protobuf.Int32Value static_icon_height = 25;
|
48
|
+
google.protobuf.StringValue static_icon_url = 26;
|
49
|
+
google.protobuf.Int32Value static_icon_width = 27;
|
50
|
+
google.protobuf.Int64Value sticky_duration_seconds = 28;
|
51
|
+
google.protobuf.Int64Value subreddit_coin_reward = 29;
|
52
|
+
google.protobuf.StringValue subreddit_id = 30;
|
53
|
+
google.protobuf.StringValue tiers_by_required_awardings = 31;
|
54
|
+
}
|
55
|
+
|
56
|
+
message CommentContributionSettings {
|
57
|
+
repeated google.protobuf.StringValue allowed_media_types = 1;
|
58
|
+
}
|
59
|
+
|
60
|
+
message Gildings {
|
61
|
+
google.protobuf.Int32Value gid_1 = 1;
|
62
|
+
google.protobuf.Int32Value gid_2 = 2;
|
63
|
+
google.protobuf.Int32Value gid_3 = 3;
|
64
|
+
}
|
65
|
+
|
66
|
+
message MediaEmbed {
|
67
|
+
google.protobuf.StringValue content = 1;
|
68
|
+
google.protobuf.Int32Value width = 2;
|
69
|
+
google.protobuf.Int32Value height = 3;
|
70
|
+
google.protobuf.BoolValue sandbox = 4;
|
71
|
+
google.protobuf.BoolValue scrolling = 5;
|
72
|
+
google.protobuf.StringValue public_thumbnail_url = 6;
|
73
|
+
}
|
74
|
+
|
75
|
+
message UserFlairRichtext {
|
76
|
+
google.protobuf.StringValue e = 1;
|
77
|
+
google.protobuf.StringValue t = 2;
|
78
|
+
}
|
79
|
+
|
80
|
+
message BanInfo {
|
81
|
+
enum BanInfoAction {
|
82
|
+
UNKNOWN = 0;
|
83
|
+
SPAM = 1;
|
84
|
+
FILTER = 2;
|
85
|
+
REMOVE = 3;
|
86
|
+
}
|
87
|
+
|
88
|
+
google.protobuf.BoolValue auto = 1;
|
89
|
+
google.protobuf.Int32Value banned_at = 2;
|
90
|
+
google.protobuf.StringValue banner = 3;
|
91
|
+
google.protobuf.BoolValue moderator_banned = 4;
|
92
|
+
google.protobuf.StringValue note = 5;
|
93
|
+
google.protobuf.StringValue unbanner = 6;
|
94
|
+
google.protobuf.Int32Value unbanned_at = 7;
|
95
|
+
google.protobuf.BoolValue reset_used = 8;
|
96
|
+
google.protobuf.StringValue reason_id = 9;
|
97
|
+
google.protobuf.StringValue reason_title = 10;
|
98
|
+
google.protobuf.StringValue reason_message = 11;
|
99
|
+
google.protobuf.StringValue reason_by = 12;
|
100
|
+
google.protobuf.StringValue mod_note = 13;
|
101
|
+
google.protobuf.BoolValue ban_all_triggered = 14;
|
102
|
+
google.protobuf.StringValue subreddit_message = 15;
|
103
|
+
BanInfoAction remove_action = 16;
|
104
|
+
}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package devvit.reddit.custom_actions.v2alpha;
|
4
|
+
|
5
|
+
import "devvit/reddit/thing_type.proto";
|
6
|
+
import "devvit/ui/effects/v1alpha/effect.proto";
|
7
|
+
import "google/protobuf/struct.proto";
|
8
|
+
|
9
|
+
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/reddit/custom_actions/v2alpha";
|
10
|
+
option java_package = "com.reddit.devvit.reddit.custom_actions.v2alpha";
|
11
|
+
|
12
|
+
message CustomAction {
|
13
|
+
message Menus {
|
14
|
+
optional bool subreddit = 1;
|
15
|
+
optional bool post = 2;
|
16
|
+
optional bool comment = 3;
|
17
|
+
}
|
18
|
+
|
19
|
+
message Options {
|
20
|
+
// If true, add to the mod tools menu and only allow a moderator to run the action
|
21
|
+
optional bool mod_tool = 1;
|
22
|
+
|
23
|
+
// Icon to show next to the label in the menu
|
24
|
+
optional string icon = 2;
|
25
|
+
}
|
26
|
+
|
27
|
+
// Unique ID for this action
|
28
|
+
string action_id = 1;
|
29
|
+
|
30
|
+
// Text to display on the menu item
|
31
|
+
string label = 2;
|
32
|
+
|
33
|
+
// Short description for what the action will do
|
34
|
+
string short_description = 3;
|
35
|
+
|
36
|
+
// Which menus should get this action
|
37
|
+
Menus menus = 4;
|
38
|
+
|
39
|
+
// Additional parameters to control where the action goes
|
40
|
+
optional Options options = 5;
|
41
|
+
}
|
42
|
+
|
43
|
+
message GetActionsRequest {}
|
44
|
+
|
45
|
+
message GetActionsResponse {
|
46
|
+
// List of actions provided by this actor
|
47
|
+
repeated CustomAction actions = 1;
|
48
|
+
}
|
49
|
+
|
50
|
+
message OnActionRequest {
|
51
|
+
// Matches the action_id in the action description
|
52
|
+
string action_id = 1;
|
53
|
+
|
54
|
+
// The type of menu from which the action was executed
|
55
|
+
ThingType thing_type = 2;
|
56
|
+
|
57
|
+
// The source Thing ID from which the action was executed
|
58
|
+
string thing_id = 3;
|
59
|
+
}
|
60
|
+
|
61
|
+
message OnActionResponse {
|
62
|
+
// Stateful data to send back to your app with events
|
63
|
+
optional google.protobuf.Struct state = 1;
|
64
|
+
|
65
|
+
// Optional list of Effects to execute on the client
|
66
|
+
repeated devvit.ui.effects.v1alpha.Effect effects = 2;
|
67
|
+
}
|
68
|
+
|
69
|
+
service CustomActions {
|
70
|
+
rpc GetActions(GetActionsRequest) returns (GetActionsResponse);
|
71
|
+
|
72
|
+
rpc OnAction(OnActionRequest) returns (OnActionResponse);
|
73
|
+
}
|
package/schema/.snootobuf/deps/.snootobuf/deps/devvit/reddit/custom_post/v1alpha/custom_post.proto
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package devvit.reddit.custom_post.v1alpha;
|
4
|
+
|
5
|
+
import "devvit/ui/block_kit/v1beta/rendering.proto";
|
6
|
+
import "devvit/ui/block_kit/v1beta/ui.proto";
|
7
|
+
import "devvit/ui/effects/v1alpha/effect.proto";
|
8
|
+
import "google/protobuf/struct.proto";
|
9
|
+
|
10
|
+
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/reddit/custom_post/v1alpha";
|
11
|
+
option java_package = "com.reddit.devvit.reddit.custom_post.v1alpha";
|
12
|
+
|
13
|
+
/**
|
14
|
+
* Dimensions describe the layout characteristics of a custom post within Devvit.
|
15
|
+
* They are used to allow Devvitors to create responsive experiences within their post. For
|
16
|
+
* example, they can use this API to conditionally render an element on small viewports only.
|
17
|
+
*
|
18
|
+
* @deprecated Use devvit.ui.events.v1alpha.UIDimensions instead.
|
19
|
+
*/
|
20
|
+
message Dimensions {
|
21
|
+
option deprecated = true;
|
22
|
+
/** Unitless pixels describing the content box height for the custom post */
|
23
|
+
int32 height = 1;
|
24
|
+
/** Unitless pixels describing the content box width for the custom post */
|
25
|
+
int32 width = 2;
|
26
|
+
/** Describes the device pixel ratio for a device. */
|
27
|
+
float scale = 3;
|
28
|
+
/** Web only: describes the font scaling pixel ratio for a browser window. */
|
29
|
+
optional float font_scale = 4;
|
30
|
+
}
|
31
|
+
|
32
|
+
/**
|
33
|
+
* **DO NOT EDIT**
|
34
|
+
*
|
35
|
+
* This message is deprecated and should be fixed in time to maintain backwards compatability.
|
36
|
+
*/
|
37
|
+
message RenderPostRequest {
|
38
|
+
option deprecated = true;
|
39
|
+
// Stateful data received from a previous response
|
40
|
+
optional google.protobuf.Struct state = 1;
|
41
|
+
|
42
|
+
oneof ui {
|
43
|
+
// Render the post with Blocks
|
44
|
+
devvit.ui.block_kit.v1beta.BlockRenderRequest blocks = 2;
|
45
|
+
}
|
46
|
+
|
47
|
+
/** Dimensions provides a way for the entry point to provide layout information to the proto. */
|
48
|
+
optional Dimensions dimensions = 3;
|
49
|
+
}
|
50
|
+
|
51
|
+
/**
|
52
|
+
* **DO NOT EDIT**
|
53
|
+
*
|
54
|
+
* This message is deprecated and should be fixed in time to maintain backwards compatability.
|
55
|
+
*/
|
56
|
+
message RenderPostResponse {
|
57
|
+
option deprecated = true;
|
58
|
+
// Stateful data to send back to your app with events
|
59
|
+
optional google.protobuf.Struct state = 1;
|
60
|
+
|
61
|
+
// Optional list of Effects to execute on the client
|
62
|
+
repeated devvit.ui.effects.v1alpha.Effect effects = 2;
|
63
|
+
|
64
|
+
oneof ui {
|
65
|
+
// Blocks UI rendering of the post
|
66
|
+
devvit.ui.block_kit.v1beta.BlockRenderResponse blocks = 4;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
// Custom post type. Most custom post types will also implement InstanceSettings,
|
71
|
+
// which will allow them to be customized by the user in the post creation flow.
|
72
|
+
//
|
73
|
+
// Custom post types should also look up their instance and installation settings.
|
74
|
+
service CustomPost {
|
75
|
+
// This is deprecated and should be fixed in time to maintain backwards compatability.
|
76
|
+
// Please call RenderPostBody instead.
|
77
|
+
rpc RenderPost(RenderPostRequest) returns (RenderPostResponse) {
|
78
|
+
option deprecated = true;
|
79
|
+
}
|
80
|
+
|
81
|
+
rpc RenderPostContent(devvit.ui.block_kit.v1beta.UIRequest) returns (devvit.ui.block_kit.v1beta.UIResponse);
|
82
|
+
|
83
|
+
rpc RenderPostComposer(devvit.ui.block_kit.v1beta.UIRequest) returns (devvit.ui.block_kit.v1beta.UIResponse);
|
84
|
+
}
|
@@ -0,0 +1,192 @@
|
|
1
|
+
syntax = "proto3";
|
2
|
+
|
3
|
+
package devvit.reddit;
|
4
|
+
|
5
|
+
import "devvit/reddit/common.proto";
|
6
|
+
import "google/protobuf/struct.proto";
|
7
|
+
import "google/protobuf/wrappers.proto";
|
8
|
+
|
9
|
+
option go_package = "github.snooguts.net/reddit/reddit-devplatform-monorepo/go-common/generated/protos/types/devvit/reddit";
|
10
|
+
option java_package = "com.reddit.devvit.reddit";
|
11
|
+
|
12
|
+
message Post {
|
13
|
+
repeated Awarding all_awardings = 1;
|
14
|
+
google.protobuf.BoolValue allow_live_comments = 2;
|
15
|
+
google.protobuf.BoolValue approved = 3;
|
16
|
+
google.protobuf.Int32Value approved_at_utc = 4;
|
17
|
+
google.protobuf.StringValue approved_by = 5;
|
18
|
+
google.protobuf.BoolValue archived = 6;
|
19
|
+
google.protobuf.StringValue author = 7;
|
20
|
+
google.protobuf.StringValue author_flair_background_color = 8;
|
21
|
+
google.protobuf.StringValue author_flair_css_class = 9;
|
22
|
+
repeated AuthorFlairRichText author_flair_richtext = 10;
|
23
|
+
google.protobuf.StringValue author_flair_template_id = 11;
|
24
|
+
google.protobuf.StringValue author_flair_text = 12;
|
25
|
+
google.protobuf.StringValue author_flair_text_color = 13;
|
26
|
+
google.protobuf.StringValue author_flair_type = 14;
|
27
|
+
google.protobuf.StringValue author_fullname = 15;
|
28
|
+
google.protobuf.BoolValue author_is_blocked = 16;
|
29
|
+
google.protobuf.BoolValue author_patreon_flair = 17;
|
30
|
+
google.protobuf.BoolValue author_premium = 18;
|
31
|
+
repeated google.protobuf.StringValue awarders = 19;
|
32
|
+
google.protobuf.Int32Value banned_at_utc = 20;
|
33
|
+
google.protobuf.StringValue banned_by = 21;
|
34
|
+
google.protobuf.BoolValue can_gild = 22;
|
35
|
+
google.protobuf.BoolValue can_mod_post = 23;
|
36
|
+
google.protobuf.StringValue category = 24;
|
37
|
+
google.protobuf.BoolValue clicked = 25;
|
38
|
+
repeated google.protobuf.StringValue content_categories = 26;
|
39
|
+
google.protobuf.BoolValue contest_mode = 27;
|
40
|
+
google.protobuf.Int32Value created = 28;
|
41
|
+
google.protobuf.Int32Value created_utc = 29;
|
42
|
+
google.protobuf.StringValue discussion_type = 30;
|
43
|
+
google.protobuf.StringValue distinguished = 31;
|
44
|
+
google.protobuf.StringValue domain = 32;
|
45
|
+
google.protobuf.Int32Value downs = 33;
|
46
|
+
google.protobuf.BoolValue edited = 34;
|
47
|
+
google.protobuf.Int32Value gilded = 35;
|
48
|
+
Gildings gildings = 36;
|
49
|
+
google.protobuf.BoolValue hidden = 37;
|
50
|
+
google.protobuf.BoolValue hide_score = 38;
|
51
|
+
google.protobuf.StringValue id = 39;
|
52
|
+
google.protobuf.BoolValue ignore_reports = 40;
|
53
|
+
google.protobuf.BoolValue is_created_from_ads_ui = 41;
|
54
|
+
google.protobuf.BoolValue is_crosspostable = 42;
|
55
|
+
google.protobuf.BoolValue is_meta = 43;
|
56
|
+
google.protobuf.BoolValue is_original_content = 44;
|
57
|
+
google.protobuf.BoolValue is_reddit_media_domain = 45;
|
58
|
+
google.protobuf.BoolValue is_robot_indexable = 46;
|
59
|
+
google.protobuf.BoolValue is_self = 47;
|
60
|
+
google.protobuf.BoolValue is_video = 48;
|
61
|
+
google.protobuf.BoolValue likes = 49;
|
62
|
+
google.protobuf.StringValue link_flair_background_color = 50;
|
63
|
+
google.protobuf.StringValue link_flair_css_class = 51;
|
64
|
+
repeated google.protobuf.StringValue link_flair_richtext = 52;
|
65
|
+
google.protobuf.StringValue link_flair_text_color = 53;
|
66
|
+
google.protobuf.StringValue link_flair_text = 54;
|
67
|
+
google.protobuf.StringValue link_flair_type = 55;
|
68
|
+
google.protobuf.BoolValue locked = 56;
|
69
|
+
devvit.reddit.MediaEmbed media_embed = 57;
|
70
|
+
google.protobuf.BoolValue media_only = 58;
|
71
|
+
Media media = 59;
|
72
|
+
google.protobuf.StringValue mod_note = 60;
|
73
|
+
google.protobuf.StringValue mod_reason_by = 61;
|
74
|
+
google.protobuf.StringValue mod_reason_title = 62;
|
75
|
+
repeated google.protobuf.ListValue mod_reports = 63; // array of array of strings :-/
|
76
|
+
google.protobuf.StringValue name = 64;
|
77
|
+
google.protobuf.BoolValue no_follow = 65;
|
78
|
+
google.protobuf.Int32Value num_comments = 66;
|
79
|
+
google.protobuf.Int32Value num_crossposts = 67;
|
80
|
+
google.protobuf.Int32Value num_duplicates = 68;
|
81
|
+
google.protobuf.Int32Value num_reports = 69;
|
82
|
+
google.protobuf.BoolValue over_18 = 70;
|
83
|
+
google.protobuf.StringValue parent_whitelist_status = 71;
|
84
|
+
google.protobuf.StringValue permalink = 72;
|
85
|
+
google.protobuf.BoolValue pinned = 73;
|
86
|
+
google.protobuf.StringValue post_hint = 74;
|
87
|
+
Preview preview = 75;
|
88
|
+
google.protobuf.Int32Value pwls = 76;
|
89
|
+
google.protobuf.BoolValue quarantine = 77;
|
90
|
+
google.protobuf.StringValue removal_reason = 78;
|
91
|
+
google.protobuf.StringValue removed_by_category = 79;
|
92
|
+
google.protobuf.StringValue removed_by = 80;
|
93
|
+
google.protobuf.BoolValue removed = 81;
|
94
|
+
repeated google.protobuf.StringValue report_reasons = 82;
|
95
|
+
google.protobuf.StringValue rte_mode = 83;
|
96
|
+
google.protobuf.BoolValue saved = 84;
|
97
|
+
google.protobuf.Int32Value score = 85;
|
98
|
+
devvit.reddit.MediaEmbed secure_media_embed = 86;
|
99
|
+
Media secure_media = 87;
|
100
|
+
google.protobuf.StringValue selftext_html = 88;
|
101
|
+
google.protobuf.StringValue selftext = 89;
|
102
|
+
google.protobuf.BoolValue send_replies = 90;
|
103
|
+
google.protobuf.BoolValue spam = 91;
|
104
|
+
google.protobuf.BoolValue spoiler = 92;
|
105
|
+
google.protobuf.BoolValue stickied = 93;
|
106
|
+
google.protobuf.StringValue subreddit_id = 94;
|
107
|
+
google.protobuf.StringValue subreddit_name_prefixed = 95;
|
108
|
+
google.protobuf.Int32Value subreddit_subscribers = 96;
|
109
|
+
google.protobuf.StringValue subreddit_type = 97;
|
110
|
+
google.protobuf.StringValue subreddit = 98;
|
111
|
+
google.protobuf.StringValue suggested_sort = 99;
|
112
|
+
google.protobuf.Int32Value thumbnail_height = 100;
|
113
|
+
google.protobuf.Int32Value thumbnail_width = 101;
|
114
|
+
google.protobuf.StringValue thumbnail = 102;
|
115
|
+
google.protobuf.StringValue title = 103;
|
116
|
+
google.protobuf.StringValue top_awarded_type = 104;
|
117
|
+
google.protobuf.Int32Value total_awards_received = 105;
|
118
|
+
repeated google.protobuf.StringValue treatment_tags = 106;
|
119
|
+
google.protobuf.Int32Value ups = 107;
|
120
|
+
google.protobuf.FloatValue upvote_ratio = 108;
|
121
|
+
google.protobuf.StringValue url_overridden_by_dest = 109;
|
122
|
+
google.protobuf.StringValue url = 110;
|
123
|
+
repeated google.protobuf.ListValue user_reports = 111; // array of array of strings :-/
|
124
|
+
google.protobuf.Int32Value view_count = 112;
|
125
|
+
google.protobuf.BoolValue visited = 113;
|
126
|
+
google.protobuf.StringValue whitelist_status = 114;
|
127
|
+
google.protobuf.Int32Value wls = 115;
|
128
|
+
|
129
|
+
// properties for automod invocation
|
130
|
+
google.protobuf.StringValue link_flair_template_id = 150;
|
131
|
+
google.protobuf.Int32Value crowd_control_level = 151;
|
132
|
+
google.protobuf.BoolValue is_gallery = 152;
|
133
|
+
google.protobuf.BoolValue is_live_stream = 153;
|
134
|
+
google.protobuf.BoolValue is_meta_discussion = 154;
|
135
|
+
OEmbed oembed = 155;
|
136
|
+
BanInfo ban_info = 156;
|
137
|
+
|
138
|
+
// PRIVATE - DO NOT SET FOR PUBLIC USE
|
139
|
+
google.protobuf.BoolValue marked_spam = 157;
|
140
|
+
|
141
|
+
// properties for automod invocation
|
142
|
+
google.protobuf.StringValue verdict = 158;
|
143
|
+
RedditPostGallery gallery = 159;
|
144
|
+
}
|
145
|
+
|
146
|
+
message Media {
|
147
|
+
message RedditVideo {
|
148
|
+
google.protobuf.Int32Value bitrate_kbps = 1;
|
149
|
+
google.protobuf.StringValue dash_url = 2;
|
150
|
+
google.protobuf.Int32Value duration = 3;
|
151
|
+
google.protobuf.StringValue fallback_url = 4;
|
152
|
+
google.protobuf.Int32Value height = 5;
|
153
|
+
google.protobuf.StringValue hls_url = 6;
|
154
|
+
google.protobuf.BoolValue is_gif = 7;
|
155
|
+
google.protobuf.StringValue scrubber_media_url = 8;
|
156
|
+
google.protobuf.StringValue transcoding_status = 9;
|
157
|
+
google.protobuf.Int32Value width = 10;
|
158
|
+
}
|
159
|
+
|
160
|
+
RedditVideo reddit_video = 1;
|
161
|
+
}
|
162
|
+
|
163
|
+
message Preview {
|
164
|
+
message PreviewImage {
|
165
|
+
message Image {
|
166
|
+
google.protobuf.Int32Value height = 1;
|
167
|
+
google.protobuf.StringValue url = 2;
|
168
|
+
google.protobuf.Int32Value width = 3;
|
169
|
+
}
|
170
|
+
|
171
|
+
google.protobuf.StringValue id = 1;
|
172
|
+
repeated Image resolutions = 2;
|
173
|
+
Image source = 3;
|
174
|
+
Image variants = 4;
|
175
|
+
}
|
176
|
+
|
177
|
+
google.protobuf.BoolValue enabled = 1;
|
178
|
+
repeated PreviewImage images = 2;
|
179
|
+
}
|
180
|
+
|
181
|
+
message OEmbed {
|
182
|
+
google.protobuf.StringValue author_name = 1;
|
183
|
+
google.protobuf.StringValue author_url = 2;
|
184
|
+
google.protobuf.StringValue description = 3;
|
185
|
+
google.protobuf.StringValue title = 4;
|
186
|
+
}
|
187
|
+
|
188
|
+
message RedditPostGallery {
|
189
|
+
google.protobuf.StringValue body = 1;
|
190
|
+
google.protobuf.StringValue domain = 2;
|
191
|
+
google.protobuf.StringValue url = 3;
|
192
|
+
}
|