@devvit/protos 0.11.4-next-2024-12-06-75957d720.0 → 0.11.4
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/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/lib/Types.d.ts +5 -0
- package/lib/Types.d.ts.map +1 -1
- package/lib/Types.js +34 -0
- package/package.json +4 -4
- package/schema/devvit/dev_portal/app/app.proto +0 -3
- package/schema/devvit/dev_portal/app/info/app_info.proto +1 -13
- package/schema/devvit/ui/block_kit/v1beta/ui.proto +1 -1
- package/schema/devvit/ui/effects/web_view/v1alpha/fullscreen.proto +1 -7
- package/schema/snootobuf.devenv.lock +292 -459
- package/schema/snootobuf.lock +292 -459
- package/schema/snootobuf.redditapi.lock +292 -459
- package/schema/snootobuf.ts.lock +293 -459
- package/schema/snootobuf.ts.yaml +1 -1
- package/types/devvit/actor/automation/v1alpha/event_handlers.d.ts +23 -23
- package/types/devvit/actor/automation/v1alpha/event_handlers.d.ts.map +1 -1
- package/types/devvit/actor/automation/v1alpha/event_handlers.js +2 -0
- package/types/devvit/actor/bot/bot.d.ts +2 -2
- package/types/devvit/actor/bot/bot.d.ts.map +1 -1
- package/types/devvit/actor/bot/bot.js +5 -0
- package/types/devvit/actor/hello/hello.d.ts.map +1 -1
- package/types/devvit/actor/hello/hello.js +2 -0
- package/types/devvit/actor/payments/v1alpha/payments.d.ts.map +1 -1
- package/types/devvit/actor/payments/v1alpha/payments.js +5 -0
- package/types/devvit/actor/permissions/permissions.d.ts.map +1 -1
- package/types/devvit/actor/permissions/permissions.js +5 -0
- package/types/devvit/actor/producer/producer.d.ts.map +1 -1
- package/types/devvit/actor/producer/producer.js +3 -0
- package/types/devvit/actor/reddit/context_action.d.ts +1 -1
- package/types/devvit/actor/reddit/context_action.d.ts.map +1 -1
- package/types/devvit/actor/reddit/context_action.js +8 -0
- package/types/devvit/actor/reddit/post_filter.d.ts.map +1 -1
- package/types/devvit/actor/reddit/post_filter.js +3 -0
- package/types/devvit/actor/scheduler/action.d.ts.map +1 -1
- package/types/devvit/actor/scheduler/action.js +2 -0
- package/types/devvit/actor/scheduler/handler.d.ts +2 -2
- package/types/devvit/actor/settings/v1alpha/app_settings.d.ts +4 -4
- package/types/devvit/actor/settings/v1alpha/installation_settings.d.ts +4 -4
- package/types/devvit/actor/settings/v1alpha/instance_settings.d.ts +4 -4
- package/types/devvit/actor/settings/v1alpha/shared.d.ts.map +1 -1
- package/types/devvit/actor/settings/v1alpha/shared.js +7 -0
- package/types/devvit/actor/test/streams.d.ts.map +1 -1
- package/types/devvit/actor/test/streams.js +2 -0
- package/types/devvit/actor/test/wrappertypes.d.ts +16 -16
- package/types/devvit/actor/user_configurable/user_configurable.d.ts +1 -1
- package/types/devvit/actor/user_configurable/user_configurable.d.ts.map +1 -1
- package/types/devvit/actor/user_configurable/user_configurable.js +4 -0
- package/types/devvit/cli/playtest.d.ts.map +1 -1
- package/types/devvit/cli/playtest.js +6 -0
- package/types/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
- package/types/devvit/data/api/v1alpha/admin.js +6 -0
- package/types/devvit/debug/v1alpha/debug.d.ts.map +1 -1
- package/types/devvit/debug/v1alpha/debug.js +3 -0
- package/types/devvit/dev_portal/actor/actor_type.d.ts.map +1 -1
- package/types/devvit/dev_portal/actor/actor_type.js +2 -0
- package/types/devvit/dev_portal/admin/waitlist_admin.d.ts +2 -2
- package/types/devvit/dev_portal/admin/waitlist_admin.d.ts.map +1 -1
- package/types/devvit/dev_portal/admin/waitlist_admin.js +8 -0
- package/types/devvit/dev_portal/app/app.d.ts +0 -2
- package/types/devvit/dev_portal/app/app.d.ts.map +1 -1
- package/types/devvit/dev_portal/app/app.js +25 -17
- package/types/devvit/dev_portal/app/info/app_info.d.ts +0 -13
- package/types/devvit/dev_portal/app/info/app_info.d.ts.map +1 -1
- package/types/devvit/dev_portal/app/info/app_info.js +4 -17
- package/types/devvit/dev_portal/app_publish_request/app_publish_request.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_publish_request/app_publish_request.js +10 -0
- package/types/devvit/dev_portal/app_publish_request/note/app_publish_request_note.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_publish_request/note/app_publish_request_note.js +4 -0
- package/types/devvit/dev_portal/app_publish_request/review/app_publish_request_review.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_publish_request/review/app_publish_request_review.js +3 -0
- package/types/devvit/dev_portal/app_settings/app_settings.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_settings/app_settings.js +12 -0
- package/types/devvit/dev_portal/app_version/app_version.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_version/app_version.js +13 -0
- package/types/devvit/dev_portal/app_version/info/app_version_info.d.ts.map +1 -1
- package/types/devvit/dev_portal/app_version/info/app_version_info.js +3 -0
- package/types/devvit/dev_portal/data_api/admin/audit/audit.d.ts.map +1 -1
- package/types/devvit/dev_portal/data_api/admin/audit/audit.js +9 -0
- package/types/devvit/dev_portal/data_api/admin/auth/auth.d.ts.map +1 -1
- package/types/devvit/dev_portal/data_api/admin/auth/auth.js +9 -0
- package/types/devvit/dev_portal/data_api/admin/organization/organization.d.ts.map +1 -1
- package/types/devvit/dev_portal/data_api/admin/organization/organization.js +7 -0
- package/types/devvit/dev_portal/data_api/admin/subscription/subscription.d.ts.map +1 -1
- package/types/devvit/dev_portal/data_api/admin/subscription/subscription.js +13 -0
- package/types/devvit/dev_portal/data_api/admin/user/user.d.ts.map +1 -1
- package/types/devvit/dev_portal/data_api/admin/user/user.js +10 -0
- package/types/devvit/dev_portal/dev_portal.d.ts +150 -192
- package/types/devvit/dev_portal/dev_portal.d.ts.map +1 -1
- package/types/devvit/dev_portal/feedback/feedback.d.ts.map +1 -1
- package/types/devvit/dev_portal/feedback/feedback.js +2 -0
- package/types/devvit/dev_portal/installation/installation.d.ts.map +1 -1
- package/types/devvit/dev_portal/installation/installation.js +23 -0
- package/types/devvit/dev_portal/installation_settings/installation_settings.d.ts.map +1 -1
- package/types/devvit/dev_portal/installation_settings/installation_settings.js +12 -0
- package/types/devvit/dev_portal/internal/authorization/v1alpha/authorization.d.ts.map +1 -1
- package/types/devvit/dev_portal/internal/authorization/v1alpha/authorization.js +6 -0
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts +12 -12
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.d.ts.map +1 -1
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.js +4 -0
- package/types/devvit/dev_portal/internal/media/media.d.ts.map +1 -1
- package/types/devvit/dev_portal/internal/media/media.js +3 -0
- package/types/devvit/dev_portal/nutrition/nutrition.d.ts.map +1 -1
- package/types/devvit/dev_portal/nutrition/nutrition.js +3 -0
- package/types/devvit/dev_portal/payments/product.d.ts.map +1 -1
- package/types/devvit/dev_portal/payments/product.js +2 -0
- package/types/devvit/dev_portal/reddit/redditor.d.ts.map +1 -1
- package/types/devvit/dev_portal/reddit/redditor.js +2 -0
- package/types/devvit/dev_portal/waitlist/waitlist.d.ts +5 -5
- package/types/devvit/dev_portal/waitlist/waitlist.d.ts.map +1 -1
- package/types/devvit/dev_portal/waitlist/waitlist.js +6 -0
- package/types/devvit/events/v1alpha/events.d.ts.map +1 -1
- package/types/devvit/events/v1alpha/events.js +23 -0
- package/types/devvit/events/v1alpha/realtime.d.ts +1 -1
- package/types/devvit/events/v1alpha/realtime.d.ts.map +1 -1
- package/types/devvit/events/v1alpha/realtime.js +3 -0
- package/types/devvit/events/v1alpha/wqcleanup.d.ts.map +1 -1
- package/types/devvit/events/v1alpha/wqcleanup.js +2 -0
- package/types/devvit/gateway/custom_post_snapshot.d.ts +1 -1
- package/types/devvit/gateway/custom_post_snapshot.d.ts.map +1 -1
- package/types/devvit/gateway/custom_post_snapshot.js +2 -0
- package/types/devvit/gateway/resolvers.d.ts +1 -1
- package/types/devvit/gateway/resolvers.d.ts.map +1 -1
- package/types/devvit/gateway/resolvers.js +2 -0
- package/types/devvit/gateway/utils/v1alpha/app_health.d.ts.map +1 -1
- package/types/devvit/gateway/utils/v1alpha/app_health.js +3 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.d.ts.map +1 -1
- package/types/devvit/gateway/utils/v1alpha/utilities.js +10 -0
- package/types/devvit/gateway/v1alpha/triggers.d.ts +9 -9
- package/types/devvit/gateway/v1alpha/triggers.d.ts.map +1 -1
- package/types/devvit/gateway/v1alpha/triggers.js +5 -0
- package/types/devvit/gql/snapshot.d.ts.map +1 -1
- package/types/devvit/gql/snapshot.js +2 -0
- package/types/devvit/gql/subreddit_manifest.d.ts.map +1 -1
- package/types/devvit/gql/subreddit_manifest.js +7 -0
- package/types/devvit/gql/subreddit_metadata.d.ts.map +1 -1
- package/types/devvit/gql/subreddit_metadata.js +5 -0
- package/types/devvit/options/options.d.ts.map +1 -1
- package/types/devvit/options/options.js +3 -0
- package/types/devvit/payments/v1alpha/order.d.ts.map +1 -1
- package/types/devvit/payments/v1alpha/order.js +3 -0
- package/types/devvit/payments/v1alpha/product.d.ts.map +1 -1
- package/types/devvit/payments/v1alpha/product.js +5 -0
- package/types/devvit/plugin/assetresolver/assetresolver.d.ts.map +1 -1
- package/types/devvit/plugin/assetresolver/assetresolver.js +7 -0
- package/types/devvit/plugin/builder/builder.d.ts +2 -2
- package/types/devvit/plugin/builder/builder.d.ts.map +1 -1
- package/types/devvit/plugin/builder/builder.js +2 -0
- package/types/devvit/plugin/buildpack/buildpack.d.ts +4 -4
- package/types/devvit/plugin/buildpack/buildpack_common.d.ts.map +1 -1
- package/types/devvit/plugin/buildpack/buildpack_common.js +10 -0
- package/types/devvit/plugin/buildpack/filesystem.d.ts.map +1 -1
- package/types/devvit/plugin/buildpack/filesystem.js +3 -0
- package/types/devvit/plugin/clock/clock.d.ts +2 -2
- package/types/devvit/plugin/http/http.d.ts.map +1 -1
- package/types/devvit/plugin/http/http.js +6 -0
- package/types/devvit/plugin/inspector/inspector.d.ts +1 -1
- package/types/devvit/plugin/inspector/inspector.d.ts.map +1 -1
- package/types/devvit/plugin/inspector/inspector.js +5 -0
- package/types/devvit/plugin/kvstore/kvstore.d.ts +2 -2
- package/types/devvit/plugin/kvstore/kvstore.d.ts.map +1 -1
- package/types/devvit/plugin/kvstore/kvstore.js +5 -0
- package/types/devvit/plugin/linker/linker.d.ts +1 -1
- package/types/devvit/plugin/linker/linker.d.ts.map +1 -1
- package/types/devvit/plugin/linker/linker.js +2 -0
- package/types/devvit/plugin/linker/resolver.d.ts +5 -6
- package/types/devvit/plugin/linker/resolver.d.ts.map +1 -1
- package/types/devvit/plugin/linker/resolver.js +3 -0
- package/types/devvit/plugin/logger/logger.d.ts.map +1 -1
- package/types/devvit/plugin/logger/logger.js +10 -0
- package/types/devvit/plugin/media/media.d.ts.map +1 -1
- package/types/devvit/plugin/media/media.js +3 -0
- package/types/devvit/plugin/modlog/modlog.d.ts.map +1 -1
- package/types/devvit/plugin/modlog/modlog.js +3 -0
- package/types/devvit/plugin/payments/v1alpha/payments.d.ts.map +1 -1
- package/types/devvit/plugin/payments/v1alpha/payments.js +10 -0
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/common/common_msg.js +18 -0
- package/types/devvit/plugin/redditapi/flair/flair_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/flair/flair_msg.js +25 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts +29 -29
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/graphql/graphql_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/graphql/graphql_msg.js +5 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.d.ts +4 -4
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js +24 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +54 -54
- package/types/devvit/plugin/redditapi/listings/listings_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/listings/listings_msg.js +10 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts +16 -16
- package/types/devvit/plugin/redditapi/moderation/moderation_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_msg.js +14 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts +45 -45
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/modnote/modnote_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/modnote/modnote_msg.js +12 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.d.ts +10 -11
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js +59 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.d.ts +40 -40
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.js +5 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts +27 -20
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/subreddits/subreddits_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/subreddits/subreddits_msg.js +55 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts +54 -54
- package/types/devvit/plugin/redditapi/users/users_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/users/users_msg.js +22 -0
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts +26 -26
- package/types/devvit/plugin/redditapi/widgets/widgets_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/widgets/widgets_msg.js +46 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.d.ts +36 -36
- package/types/devvit/plugin/redditapi/wiki/wiki_msg.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/wiki/wiki_msg.js +20 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.d.ts +35 -23
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.d.ts +28 -28
- package/types/devvit/plugin/redis/redisapi.d.ts.map +1 -1
- package/types/devvit/plugin/redis/redisapi.js +40 -0
- package/types/devvit/plugin/scheduler/scheduler.d.ts +1 -1
- package/types/devvit/plugin/scheduler/scheduler.d.ts.map +1 -1
- package/types/devvit/plugin/scheduler/scheduler.js +9 -0
- package/types/devvit/plugin/settings/v1alpha/settings.d.ts.map +1 -1
- package/types/devvit/plugin/settings/v1alpha/settings.js +5 -0
- package/types/devvit/plugin/streambroker/streambroker.d.ts +1 -1
- package/types/devvit/plugin/streambroker/streambroker.d.ts.map +1 -1
- package/types/devvit/plugin/streambroker/streambroker.js +3 -0
- package/types/devvit/plugin/timer/timer.d.ts +1 -1
- package/types/devvit/plugin/timer/timer.d.ts.map +1 -1
- package/types/devvit/plugin/timer/timer.js +2 -0
- package/types/devvit/plugin/v2events/v2events.d.ts.map +1 -1
- package/types/devvit/plugin/v2events/v2events.js +6 -0
- package/types/devvit/reddit/comment.d.ts.map +1 -1
- package/types/devvit/reddit/comment.js +2 -0
- package/types/devvit/reddit/common.d.ts.map +1 -1
- package/types/devvit/reddit/common.js +9 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.d.ts.map +1 -1
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js +8 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts +4 -8
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts.map +1 -1
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.js +4 -0
- package/types/devvit/reddit/post.d.ts.map +1 -1
- package/types/devvit/reddit/post.js +9 -0
- package/types/devvit/reddit/subreddit.d.ts.map +1 -1
- package/types/devvit/reddit/subreddit.js +3 -0
- package/types/devvit/reddit/user.d.ts.map +1 -1
- package/types/devvit/reddit/user.js +4 -0
- package/types/devvit/reddit/v2alpha/commentv2.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/commentv2.js +2 -0
- package/types/devvit/reddit/v2alpha/flair.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/flair.js +3 -0
- package/types/devvit/reddit/v2alpha/modaction.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/modaction.js +2 -0
- package/types/devvit/reddit/v2alpha/modmail.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/modmail.js +2 -0
- package/types/devvit/reddit/v2alpha/postv2.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/postv2.js +5 -0
- package/types/devvit/reddit/v2alpha/subredditv2.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/subredditv2.js +2 -0
- package/types/devvit/reddit/v2alpha/userv2.d.ts.map +1 -1
- package/types/devvit/reddit/v2alpha/userv2.js +2 -0
- package/types/devvit/remote_logger/remote_logger.d.ts.map +1 -1
- package/types/devvit/remote_logger/remote_logger.js +8 -0
- package/types/devvit/runtime/actor/bootstrap.d.ts +4 -4
- package/types/devvit/runtime/actor/echo.d.ts +2 -2
- package/types/devvit/runtime/actor/runtime.d.ts +3 -3
- package/types/devvit/runtime/actor/runtime.d.ts.map +1 -1
- package/types/devvit/runtime/actor/runtime.js +2 -0
- package/types/devvit/runtime/actor/supervisor.d.ts +5 -5
- package/types/devvit/runtime/actor/supervisor.d.ts.map +1 -1
- package/types/devvit/runtime/actor/supervisor.js +2 -0
- package/types/devvit/runtime/actor/v1alpha/health.d.ts +1 -1
- package/types/devvit/runtime/actor/v1alpha/health.d.ts.map +1 -1
- package/types/devvit/runtime/actor/v1alpha/health.js +2 -0
- package/types/devvit/runtime/bundle.d.ts.map +1 -1
- package/types/devvit/runtime/bundle.js +12 -0
- package/types/devvit/runtime/envelope.d.ts.map +1 -1
- package/types/devvit/runtime/envelope.js +3 -0
- package/types/devvit/runtime/runtime_common.d.ts.map +1 -1
- package/types/devvit/runtime/runtime_common.js +2 -0
- package/types/devvit/runtime/serializable.d.ts.map +1 -1
- package/types/devvit/runtime/serializable.js +3 -0
- package/types/devvit/service/bundle_service.d.ts +3 -3
- package/types/devvit/service/bundle_service.d.ts.map +1 -1
- package/types/devvit/service/bundle_service.js +2 -0
- package/types/devvit/service/envelope_service.d.ts +2 -2
- package/types/devvit/triggers/v1alpha/triggers.d.ts.map +1 -1
- package/types/devvit/triggers/v1alpha/triggers.js +2 -0
- package/types/devvit/ui/block_kit/v1beta/attributes.d.ts.map +1 -1
- package/types/devvit/ui/block_kit/v1beta/attributes.js +9 -0
- package/types/devvit/ui/block_kit/v1beta/block.d.ts.map +1 -1
- package/types/devvit/ui/block_kit/v1beta/block.js +14 -0
- package/types/devvit/ui/block_kit/v1beta/rendering.d.ts.map +1 -1
- package/types/devvit/ui/block_kit/v1beta/rendering.js +3 -0
- package/types/devvit/ui/block_kit/v1beta/ui.d.ts.map +1 -1
- package/types/devvit/ui/block_kit/v1beta/ui.js +4 -0
- package/types/devvit/ui/common/v1alpha/common.d.ts.map +1 -1
- package/types/devvit/ui/common/v1alpha/common.js +2 -0
- package/types/devvit/ui/effects/v1alpha/create_order.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/create_order.js +4 -0
- package/types/devvit/ui/effects/v1alpha/effect.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/effect.js +2 -0
- package/types/devvit/ui/effects/v1alpha/interval.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/interval.js +4 -0
- package/types/devvit/ui/effects/v1alpha/navigate_to_url.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/navigate_to_url.js +2 -0
- package/types/devvit/ui/effects/v1alpha/realtime_subscriptions.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js +3 -0
- package/types/devvit/ui/effects/v1alpha/reload_part.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/reload_part.js +5 -0
- package/types/devvit/ui/effects/v1alpha/rerender_ui.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/rerender_ui.js +2 -0
- package/types/devvit/ui/effects/v1alpha/show_form.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/show_form.js +4 -0
- package/types/devvit/ui/effects/v1alpha/show_toast.d.ts.map +1 -1
- package/types/devvit/ui/effects/v1alpha/show_toast.js +3 -0
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.d.ts +1 -8
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js +3 -15
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.js +5 -0
- package/types/devvit/ui/effects/web_view/v1alpha/web_view.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/web_view.js +2 -0
- package/types/devvit/ui/events/v1alpha/event.d.ts.map +1 -1
- package/types/devvit/ui/events/v1alpha/event.js +9 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.d.ts.map +1 -1
- package/types/devvit/ui/events/v1alpha/handle_ui.js +3 -0
- package/types/devvit/ui/events/v1alpha/web_view.d.ts.map +1 -1
- package/types/devvit/ui/events/v1alpha/web_view.js +4 -0
- package/types/devvit/ui/form_builder/v1alpha/field.d.ts.map +1 -1
- package/types/devvit/ui/form_builder/v1alpha/field.js +11 -0
- package/types/devvit/ui/form_builder/v1alpha/form.d.ts.map +1 -1
- package/types/devvit/ui/form_builder/v1alpha/form.js +2 -0
- package/types/devvit/ui/form_builder/v1alpha/value.d.ts.map +1 -1
- package/types/devvit/ui/form_builder/v1alpha/value.js +5 -0
- package/types/devvit/ui/toast/toast.d.ts.map +1 -1
- package/types/devvit/ui/toast/toast.js +4 -0
- package/types/devvit/uuid.d.ts.map +1 -1
- package/types/devvit/uuid.js +2 -0
- package/types/google/protobuf/any.d.ts.map +1 -1
- package/types/google/protobuf/any.js +2 -0
- package/types/google/protobuf/descriptor.d.ts.map +1 -1
- package/types/google/protobuf/descriptor.js +28 -0
- package/types/google/protobuf/duration.d.ts.map +1 -1
- package/types/google/protobuf/duration.js +2 -0
- package/types/google/protobuf/empty.d.ts.map +1 -1
- package/types/google/protobuf/empty.js +2 -0
- package/types/google/protobuf/struct.d.ts.map +1 -1
- package/types/google/protobuf/struct.js +5 -0
- package/types/google/protobuf/timestamp.d.ts.map +1 -1
- package/types/google/protobuf/timestamp.js +2 -0
- package/types/google/protobuf/wrappers.d.ts.map +1 -1
- package/types/google/protobuf/wrappers.js +10 -0
- package/types/typeRegistry.d.ts +2 -1
- package/types/typeRegistry.d.ts.map +1 -1
- package/types/typeRegistry.js +1 -1
- package/meta.min.json +0 -7430
- package/protos.min.js +0 -2
- package/protos.min.js.map +0 -7
- package/schema/.snootobuf/deps/buf/validate/expression.proto +0 -92
- package/schema/.snootobuf/deps/buf/validate/priv/private.proto +0 -41
- package/schema/.snootobuf/deps/buf/validate/validate.proto +0 -4130
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +0 -72
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +0 -49
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +0 -54
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +0 -46
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +0 -72
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +0 -20
- package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +0 -45
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +0 -54
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +0 -773
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +0 -66
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +0 -100
- package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +0 -19
- package/schema/.snootobuf/deps/devvit/events/v1alpha/events.proto +0 -446
- package/schema/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +0 -24
- package/schema/.snootobuf/deps/devvit/options/options.proto +0 -98
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +0 -29
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +0 -25
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +0 -53
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +0 -56
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +0 -107
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +0 -41
- package/schema/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +0 -23
- package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +0 -162
- package/schema/.snootobuf/deps/enum/account_gender_category.proto +0 -14
- package/schema/.snootobuf/deps/enum/approval_status.proto +0 -15
- package/schema/.snootobuf/deps/enum/automated_reporting_level.proto +0 -12
- package/schema/.snootobuf/deps/enum/ban_evasion_threshold.proto +0 -13
- package/schema/.snootobuf/deps/enum/ban_info_action.proto +0 -12
- package/schema/.snootobuf/deps/enum/block_relation_type.proto +0 -11
- package/schema/.snootobuf/deps/enum/comment_sort.proto +0 -18
- package/schema/.snootobuf/deps/enum/comment_type.proto +0 -11
- package/schema/.snootobuf/deps/enum/crowd_control_level.proto +0 -12
- package/schema/.snootobuf/deps/enum/discussion_type.proto +0 -10
- package/schema/.snootobuf/deps/enum/distinguish_type.proto +0 -14
- package/schema/.snootobuf/deps/enum/flair_position.proto +0 -11
- package/schema/.snootobuf/deps/enum/hateful_content_threshold.proto +0 -12
- package/schema/.snootobuf/deps/enum/link_content_type.proto +0 -11
- package/schema/.snootobuf/deps/enum/link_type.proto +0 -11
- package/schema/.snootobuf/deps/enum/link_visibility.proto +0 -11
- package/schema/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +0 -11
- package/schema/.snootobuf/deps/enum/promo_layout.proto +0 -11
- package/schema/.snootobuf/deps/enum/removed_by_type.proto +0 -18
- package/schema/.snootobuf/deps/enum/spam_level.proto +0 -11
- package/schema/.snootobuf/deps/enum/subreddit_type.proto +0 -16
- package/schema/.snootobuf/deps/enum/verdict.proto +0 -14
- package/schema/.snootobuf/deps/enum/vote.proto +0 -12
- package/schema/.snootobuf/deps/enum/whitelist_status.proto +0 -17
- package/schema/.snootobuf/deps/enum/wiki_edit_mode.proto +0 -12
- package/schema/.snootobuf/deps/evaluator/evaluator.proto +0 -203
- package/schema/.snootobuf/deps/google/api/annotations.proto +0 -31
- package/schema/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +0 -288
- package/schema/.snootobuf/deps/google/api/apikeys/v2/resources.proto +0 -175
- package/schema/.snootobuf/deps/google/api/auth.proto +0 -237
- package/schema/.snootobuf/deps/google/api/backend.proto +0 -185
- package/schema/.snootobuf/deps/google/api/billing.proto +0 -77
- package/schema/.snootobuf/deps/google/api/client.proto +0 -431
- package/schema/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +0 -322
- package/schema/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +0 -315
- package/schema/.snootobuf/deps/google/api/config_change.proto +0 -84
- package/schema/.snootobuf/deps/google/api/consumer.proto +0 -82
- package/schema/.snootobuf/deps/google/api/context.proto +0 -92
- package/schema/.snootobuf/deps/google/api/control.proto +0 -41
- package/schema/.snootobuf/deps/google/api/distribution.proto +0 -213
- package/schema/.snootobuf/deps/google/api/documentation.proto +0 -168
- package/schema/.snootobuf/deps/google/api/endpoint.proto +0 -69
- package/schema/.snootobuf/deps/google/api/error_reason.proto +0 -589
- package/schema/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +0 -183
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +0 -343
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +0 -118
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +0 -53
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +0 -438
- package/schema/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +0 -115
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +0 -84
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +0 -125
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +0 -265
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/source.proto +0 -62
- package/schema/.snootobuf/deps/google/api/expr/v1beta1/value.proto +0 -114
- package/schema/.snootobuf/deps/google/api/field_behavior.proto +0 -104
- package/schema/.snootobuf/deps/google/api/field_info.proto +0 -106
- package/schema/.snootobuf/deps/google/api/http.proto +0 -371
- package/schema/.snootobuf/deps/google/api/httpbody.proto +0 -81
- package/schema/.snootobuf/deps/google/api/label.proto +0 -48
- package/schema/.snootobuf/deps/google/api/launch_stage.proto +0 -72
- package/schema/.snootobuf/deps/google/api/log.proto +0 -54
- package/schema/.snootobuf/deps/google/api/logging.proto +0 -81
- package/schema/.snootobuf/deps/google/api/metric.proto +0 -268
- package/schema/.snootobuf/deps/google/api/monitored_resource.proto +0 -130
- package/schema/.snootobuf/deps/google/api/monitoring.proto +0 -107
- package/schema/.snootobuf/deps/google/api/policy.proto +0 -85
- package/schema/.snootobuf/deps/google/api/quota.proto +0 -184
- package/schema/.snootobuf/deps/google/api/resource.proto +0 -243
- package/schema/.snootobuf/deps/google/api/routing.proto +0 -461
- package/schema/.snootobuf/deps/google/api/service.proto +0 -191
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +0 -124
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +0 -166
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +0 -93
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +0 -126
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +0 -81
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +0 -123
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +0 -245
- package/schema/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +0 -260
- package/schema/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +0 -196
- package/schema/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +0 -295
- package/schema/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +0 -508
- package/schema/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +0 -130
- package/schema/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +0 -305
- package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +0 -458
- package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +0 -793
- package/schema/.snootobuf/deps/google/api/source_info.proto +0 -31
- package/schema/.snootobuf/deps/google/api/system_parameter.proto +0 -96
- package/schema/.snootobuf/deps/google/api/usage.proto +0 -96
- package/schema/.snootobuf/deps/google/api/visibility.proto +0 -113
- package/schema/.snootobuf/deps/google/cloud/extended_operations.proto +0 -150
- package/schema/.snootobuf/deps/google/iam/admin/v1/iam.proto +0 -1087
- package/schema/.snootobuf/deps/google/iam/v1/iam_policy.proto +0 -145
- package/schema/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +0 -34
- package/schema/.snootobuf/deps/google/iam/v1/options.proto +0 -41
- package/schema/.snootobuf/deps/google/iam/v1/policy.proto +0 -240
- package/schema/.snootobuf/deps/google/logging/type/http_request.proto +0 -92
- package/schema/.snootobuf/deps/google/logging/type/log_severity.proto +0 -72
- package/schema/.snootobuf/deps/google/longrunning/operations.proto +0 -247
- package/schema/.snootobuf/deps/google/protobuf/any.proto +0 -158
- package/schema/.snootobuf/deps/google/protobuf/api.proto +0 -208
- package/schema/.snootobuf/deps/google/protobuf/compiler/plugin.proto +0 -183
- package/schema/.snootobuf/deps/google/protobuf/descriptor.proto +0 -921
- package/schema/.snootobuf/deps/google/protobuf/duration.proto +0 -116
- package/schema/.snootobuf/deps/google/protobuf/empty.proto +0 -51
- package/schema/.snootobuf/deps/google/protobuf/field_mask.proto +0 -245
- package/schema/.snootobuf/deps/google/protobuf/source_context.proto +0 -48
- package/schema/.snootobuf/deps/google/protobuf/struct.proto +0 -95
- package/schema/.snootobuf/deps/google/protobuf/timestamp.proto +0 -147
- package/schema/.snootobuf/deps/google/protobuf/type.proto +0 -187
- package/schema/.snootobuf/deps/google/protobuf/wrappers.proto +0 -123
- package/schema/.snootobuf/deps/google/rpc/code.proto +0 -186
- package/schema/.snootobuf/deps/google/rpc/context/attribute_context.proto +0 -287
- package/schema/.snootobuf/deps/google/rpc/error_details.proto +0 -246
- package/schema/.snootobuf/deps/google/rpc/status.proto +0 -47
- package/schema/.snootobuf/deps/google/type/calendar_period.proto +0 -57
- package/schema/.snootobuf/deps/google/type/color.proto +0 -170
- package/schema/.snootobuf/deps/google/type/date.proto +0 -50
- package/schema/.snootobuf/deps/google/type/datetime.proto +0 -97
- package/schema/.snootobuf/deps/google/type/dayofweek.proto +0 -51
- package/schema/.snootobuf/deps/google/type/expr.proto +0 -51
- package/schema/.snootobuf/deps/google/type/fraction.proto +0 -34
- package/schema/.snootobuf/deps/google/type/latlng.proto +0 -37
- package/schema/.snootobuf/deps/google/type/money.proto +0 -43
- package/schema/.snootobuf/deps/google/type/month.proto +0 -66
- package/schema/.snootobuf/deps/google/type/postal_address.proto +0 -135
- package/schema/.snootobuf/deps/google/type/quaternion.proto +0 -95
- package/schema/.snootobuf/deps/google/type/timeofday.proto +0 -44
- package/schema/.snootobuf/deps/openapi/helper.proto +0 -20
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +0 -189
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +0 -118
- package/schema/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +0 -55
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +0 -579
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +0 -43
- package/schema/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +0 -82
- package/schema/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +0 -221
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +0 -78
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +0 -189
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +0 -29
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +0 -417
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +0 -72
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +0 -25
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +0 -52
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +0 -16
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +0 -20
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +0 -149
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +0 -197
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +0 -116
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +0 -25
- package/schema/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +0 -101
- package/schema/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +0 -34
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +0 -798
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +0 -186
- package/schema/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +0 -110
- package/schema/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +0 -51
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +0 -1202
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +0 -85
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +0 -363
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +0 -301
- package/schema/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +0 -2869
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/custom_post.proto +0 -15
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/service.proto +0 -11
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/context_action.proto +0 -48
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +0 -70
- package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +0 -11
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +0 -17
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +0 -89
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +0 -322
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +0 -17
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +0 -14
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +0 -15
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +0 -48
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +0 -31
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +0 -26
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +0 -15
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +0 -52
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +0 -23
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +0 -28
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +0 -17
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +0 -49
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +0 -20
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +0 -17
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +0 -158
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +0 -18
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +0 -195
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +0 -44
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +0 -200
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +0 -18
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +0 -210
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +0 -189
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +0 -135
- package/schema/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +0 -29
- package/schema/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +0 -3292
- package/schema/.snootobuf/deps/validate/validate.proto +0 -862
@@ -1,196 +0,0 @@
|
|
1
|
-
// Copyright 2024 Google LLC
|
2
|
-
//
|
3
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
// you may not use this file except in compliance with the License.
|
5
|
-
// You may obtain a copy of the License at
|
6
|
-
//
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
//
|
9
|
-
// Unless required by applicable law or agreed to in writing, software
|
10
|
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
// See the License for the specific language governing permissions and
|
13
|
-
// limitations under the License.
|
14
|
-
|
15
|
-
syntax = "proto3";
|
16
|
-
|
17
|
-
package google.api.servicecontrol.v2;
|
18
|
-
|
19
|
-
import "google/api/annotations.proto";
|
20
|
-
import "google/api/client.proto";
|
21
|
-
import "google/rpc/context/attribute_context.proto";
|
22
|
-
import "google/rpc/status.proto";
|
23
|
-
|
24
|
-
option cc_enable_arenas = true;
|
25
|
-
option csharp_namespace = "Google.Cloud.ServiceControl.V2";
|
26
|
-
option go_package = "google.golang.org/genproto/googleapis/api/servicecontrol/v2;servicecontrol";
|
27
|
-
option java_multiple_files = true;
|
28
|
-
option java_outer_classname = "ServiceControllerProto";
|
29
|
-
option java_package = "com.google.api.servicecontrol.v2";
|
30
|
-
option objc_class_prefix = "GASC";
|
31
|
-
option php_namespace = "Google\\Cloud\\ServiceControl\\V2";
|
32
|
-
option ruby_package = "Google::Cloud::ServiceControl::V2";
|
33
|
-
|
34
|
-
// [Service Control API
|
35
|
-
// v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control)
|
36
|
-
//
|
37
|
-
// Private Preview. This feature is only available for approved services.
|
38
|
-
//
|
39
|
-
// This API provides admission control and telemetry reporting for services
|
40
|
-
// that are integrated with [Service
|
41
|
-
// Infrastructure](https://cloud.google.com/service-infrastructure).
|
42
|
-
service ServiceController {
|
43
|
-
option (google.api.default_host) = "servicecontrol.googleapis.com";
|
44
|
-
option (google.api.oauth_scopes) =
|
45
|
-
"https://www.googleapis.com/auth/cloud-platform,"
|
46
|
-
"https://www.googleapis.com/auth/servicecontrol";
|
47
|
-
|
48
|
-
// Private Preview. This feature is only available for approved services.
|
49
|
-
//
|
50
|
-
// This method provides admission control for services that are integrated
|
51
|
-
// with [Service
|
52
|
-
// Infrastructure](https://cloud.google.com/service-infrastructure). It checks
|
53
|
-
// whether an operation should be allowed based on the service configuration
|
54
|
-
// and relevant policies. It must be called before the operation is executed.
|
55
|
-
// For more information, see
|
56
|
-
// [Admission
|
57
|
-
// Control](https://cloud.google.com/service-infrastructure/docs/admission-control).
|
58
|
-
//
|
59
|
-
// NOTE: The admission control has an expected policy propagation delay of
|
60
|
-
// 60s. The caller **must** not depend on the most recent policy changes.
|
61
|
-
//
|
62
|
-
// NOTE: The admission control has a hard limit of 1 referenced resources
|
63
|
-
// per call. If an operation refers to more than 1 resources, the caller
|
64
|
-
// must call the Check method multiple times.
|
65
|
-
//
|
66
|
-
// This method requires the `servicemanagement.services.check` permission
|
67
|
-
// on the specified service. For more information, see
|
68
|
-
// [Service Control API Access
|
69
|
-
// Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
70
|
-
rpc Check(CheckRequest) returns (CheckResponse) {
|
71
|
-
option (google.api.http) = {
|
72
|
-
post: "/v2/services/{service_name}:check"
|
73
|
-
body: "*"
|
74
|
-
};
|
75
|
-
}
|
76
|
-
|
77
|
-
// Private Preview. This feature is only available for approved services.
|
78
|
-
//
|
79
|
-
// This method provides telemetry reporting for services that are integrated
|
80
|
-
// with [Service
|
81
|
-
// Infrastructure](https://cloud.google.com/service-infrastructure). It
|
82
|
-
// reports a list of operations that have occurred on a service. It must be
|
83
|
-
// called after the operations have been executed. For more information, see
|
84
|
-
// [Telemetry
|
85
|
-
// Reporting](https://cloud.google.com/service-infrastructure/docs/telemetry-reporting).
|
86
|
-
//
|
87
|
-
// NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB
|
88
|
-
// per Report call. It is recommended to have no more than 100 operations per
|
89
|
-
// call.
|
90
|
-
//
|
91
|
-
// This method requires the `servicemanagement.services.report` permission
|
92
|
-
// on the specified service. For more information, see
|
93
|
-
// [Service Control API Access
|
94
|
-
// Control](https://cloud.google.com/service-infrastructure/docs/service-control/access-control).
|
95
|
-
rpc Report(ReportRequest) returns (ReportResponse) {
|
96
|
-
option (google.api.http) = {
|
97
|
-
post: "/v2/services/{service_name}:report"
|
98
|
-
body: "*"
|
99
|
-
};
|
100
|
-
}
|
101
|
-
}
|
102
|
-
|
103
|
-
// Request message for the Check method.
|
104
|
-
message CheckRequest {
|
105
|
-
// The service name as specified in its service configuration. For example,
|
106
|
-
// `"pubsub.googleapis.com"`.
|
107
|
-
//
|
108
|
-
// See
|
109
|
-
// [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service)
|
110
|
-
// for the definition of a service name.
|
111
|
-
string service_name = 1;
|
112
|
-
|
113
|
-
// Specifies the version of the service configuration that should be used to
|
114
|
-
// process the request. Must not be empty. Set this field to 'latest' to
|
115
|
-
// specify using the latest configuration.
|
116
|
-
string service_config_id = 2;
|
117
|
-
|
118
|
-
// Describes attributes about the operation being executed by the service.
|
119
|
-
google.rpc.context.AttributeContext attributes = 3;
|
120
|
-
|
121
|
-
// Describes the resources and the policies applied to each resource.
|
122
|
-
repeated ResourceInfo resources = 4;
|
123
|
-
|
124
|
-
// Optional. Contains a comma-separated list of flags.
|
125
|
-
string flags = 5;
|
126
|
-
}
|
127
|
-
|
128
|
-
// Describes a resource referenced in the request.
|
129
|
-
message ResourceInfo {
|
130
|
-
// The name of the resource referenced in the request.
|
131
|
-
string name = 1;
|
132
|
-
|
133
|
-
// The resource type in the format of "{service}/{kind}".
|
134
|
-
string type = 2;
|
135
|
-
|
136
|
-
// The resource permission needed for this request.
|
137
|
-
// The format must be "{service}/{plural}.{verb}".
|
138
|
-
string permission = 3;
|
139
|
-
|
140
|
-
// Optional. The identifier of the container of this resource. For Google
|
141
|
-
// Cloud APIs, the resource container must be one of the following formats:
|
142
|
-
// - `projects/<project-id or project-number>`
|
143
|
-
// - `folders/<folder-id>`
|
144
|
-
// - `organizations/<organization-id>`
|
145
|
-
// For the policy enforcement on the container level (VPCSC and Location
|
146
|
-
// Policy check), this field takes precedence on the container extracted from
|
147
|
-
// name when presents.
|
148
|
-
string container = 4;
|
149
|
-
|
150
|
-
// Optional. The location of the resource. The value must be a valid zone,
|
151
|
-
// region or multiregion. For example: "europe-west4" or
|
152
|
-
// "northamerica-northeast1-a"
|
153
|
-
string location = 5;
|
154
|
-
}
|
155
|
-
|
156
|
-
// Response message for the Check method.
|
157
|
-
message CheckResponse {
|
158
|
-
// Operation is allowed when this field is not set. Any non-'OK' status
|
159
|
-
// indicates a denial; [google.rpc.Status.details][google.rpc.Status.details]
|
160
|
-
// would contain additional details about the denial.
|
161
|
-
google.rpc.Status status = 1;
|
162
|
-
|
163
|
-
// Returns a set of request contexts generated from the `CheckRequest`.
|
164
|
-
map<string, string> headers = 2;
|
165
|
-
}
|
166
|
-
|
167
|
-
// Request message for the Report method.
|
168
|
-
message ReportRequest {
|
169
|
-
// The service name as specified in its service configuration. For example,
|
170
|
-
// `"pubsub.googleapis.com"`.
|
171
|
-
//
|
172
|
-
// See
|
173
|
-
// [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service)
|
174
|
-
// for the definition of a service name.
|
175
|
-
string service_name = 1;
|
176
|
-
|
177
|
-
// Specifies the version of the service configuration that should be used to
|
178
|
-
// process the request. Must not be empty. Set this field to 'latest' to
|
179
|
-
// specify using the latest configuration.
|
180
|
-
string service_config_id = 2;
|
181
|
-
|
182
|
-
// Describes the list of operations to be reported. Each operation is
|
183
|
-
// represented as an AttributeContext, and contains all attributes around an
|
184
|
-
// API access.
|
185
|
-
repeated google.rpc.context.AttributeContext operations = 3;
|
186
|
-
}
|
187
|
-
|
188
|
-
// Response message for the Report method.
|
189
|
-
// If the request contains any invalid data, the server returns an RPC error.
|
190
|
-
message ReportResponse {}
|
191
|
-
|
192
|
-
// Message containing resource details in a batch mode.
|
193
|
-
message ResourceInfoList {
|
194
|
-
// The resource details.
|
195
|
-
repeated ResourceInfo resources = 1;
|
196
|
-
}
|
@@ -1,295 +0,0 @@
|
|
1
|
-
// Copyright 2024 Google LLC
|
2
|
-
//
|
3
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
// you may not use this file except in compliance with the License.
|
5
|
-
// You may obtain a copy of the License at
|
6
|
-
//
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
//
|
9
|
-
// Unless required by applicable law or agreed to in writing, software
|
10
|
-
// distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
// See the License for the specific language governing permissions and
|
13
|
-
// limitations under the License.
|
14
|
-
|
15
|
-
syntax = "proto3";
|
16
|
-
|
17
|
-
package google.api.servicemanagement.v1;
|
18
|
-
|
19
|
-
import "google/api/config_change.proto";
|
20
|
-
import "google/api/field_behavior.proto";
|
21
|
-
import "google/protobuf/timestamp.proto";
|
22
|
-
|
23
|
-
option csharp_namespace = "Google.Cloud.ServiceManagement.V1";
|
24
|
-
option go_package = "cloud.google.com/go/servicemanagement/apiv1/servicemanagementpb;servicemanagementpb";
|
25
|
-
option java_multiple_files = true;
|
26
|
-
option java_outer_classname = "ResourcesProto";
|
27
|
-
option java_package = "com.google.api.servicemanagement.v1";
|
28
|
-
option objc_class_prefix = "GASM";
|
29
|
-
option php_namespace = "Google\\Cloud\\ServiceManagement\\V1";
|
30
|
-
option ruby_package = "Google::Cloud::ServiceManagement::V1";
|
31
|
-
|
32
|
-
// The full representation of a Service that is managed by
|
33
|
-
// Google Service Management.
|
34
|
-
message ManagedService {
|
35
|
-
// The name of the service. See the
|
36
|
-
// [overview](https://cloud.google.com/service-infrastructure/docs/overview)
|
37
|
-
// for naming requirements.
|
38
|
-
string service_name = 2;
|
39
|
-
|
40
|
-
// ID of the project that produces and owns this service.
|
41
|
-
string producer_project_id = 3;
|
42
|
-
}
|
43
|
-
|
44
|
-
// The metadata associated with a long running operation resource.
|
45
|
-
message OperationMetadata {
|
46
|
-
// Represents the status of one operation step.
|
47
|
-
message Step {
|
48
|
-
// The short description of the step.
|
49
|
-
string description = 2;
|
50
|
-
|
51
|
-
// The status code.
|
52
|
-
Status status = 4;
|
53
|
-
}
|
54
|
-
|
55
|
-
// Code describes the status of the operation (or one of its steps).
|
56
|
-
enum Status {
|
57
|
-
// Unspecifed code.
|
58
|
-
STATUS_UNSPECIFIED = 0;
|
59
|
-
|
60
|
-
// The operation or step has completed without errors.
|
61
|
-
DONE = 1;
|
62
|
-
|
63
|
-
// The operation or step has not started yet.
|
64
|
-
NOT_STARTED = 2;
|
65
|
-
|
66
|
-
// The operation or step is in progress.
|
67
|
-
IN_PROGRESS = 3;
|
68
|
-
|
69
|
-
// The operation or step has completed with errors. If the operation is
|
70
|
-
// rollbackable, the rollback completed with errors too.
|
71
|
-
FAILED = 4;
|
72
|
-
|
73
|
-
// The operation or step has completed with cancellation.
|
74
|
-
CANCELLED = 5;
|
75
|
-
}
|
76
|
-
|
77
|
-
// The full name of the resources that this operation is directly
|
78
|
-
// associated with.
|
79
|
-
repeated string resource_names = 1;
|
80
|
-
|
81
|
-
// Detailed status information for each step. The order is undetermined.
|
82
|
-
repeated Step steps = 2;
|
83
|
-
|
84
|
-
// Percentage of completion of this operation, ranging from 0 to 100.
|
85
|
-
int32 progress_percentage = 3;
|
86
|
-
|
87
|
-
// The start time of the operation.
|
88
|
-
google.protobuf.Timestamp start_time = 4;
|
89
|
-
}
|
90
|
-
|
91
|
-
// Represents a diagnostic message (error or warning)
|
92
|
-
message Diagnostic {
|
93
|
-
// The kind of diagnostic information possible.
|
94
|
-
enum Kind {
|
95
|
-
// Warnings and errors
|
96
|
-
WARNING = 0;
|
97
|
-
|
98
|
-
// Only errors
|
99
|
-
ERROR = 1;
|
100
|
-
}
|
101
|
-
|
102
|
-
// File name and line number of the error or warning.
|
103
|
-
string location = 1;
|
104
|
-
|
105
|
-
// The kind of diagnostic information provided.
|
106
|
-
Kind kind = 2;
|
107
|
-
|
108
|
-
// Message describing the error or warning.
|
109
|
-
string message = 3;
|
110
|
-
}
|
111
|
-
|
112
|
-
// Represents a source file which is used to generate the service configuration
|
113
|
-
// defined by `google.api.Service`.
|
114
|
-
message ConfigSource {
|
115
|
-
// A unique ID for a specific instance of this message, typically assigned
|
116
|
-
// by the client for tracking purpose. If empty, the server may choose to
|
117
|
-
// generate one instead.
|
118
|
-
string id = 5;
|
119
|
-
|
120
|
-
// Set of source configuration files that are used to generate a service
|
121
|
-
// configuration (`google.api.Service`).
|
122
|
-
repeated ConfigFile files = 2;
|
123
|
-
}
|
124
|
-
|
125
|
-
// Generic specification of a source configuration file
|
126
|
-
message ConfigFile {
|
127
|
-
enum FileType {
|
128
|
-
// Unknown file type.
|
129
|
-
FILE_TYPE_UNSPECIFIED = 0;
|
130
|
-
|
131
|
-
// YAML-specification of service.
|
132
|
-
SERVICE_CONFIG_YAML = 1;
|
133
|
-
|
134
|
-
// OpenAPI specification, serialized in JSON.
|
135
|
-
OPEN_API_JSON = 2;
|
136
|
-
|
137
|
-
// OpenAPI specification, serialized in YAML.
|
138
|
-
OPEN_API_YAML = 3;
|
139
|
-
|
140
|
-
// FileDescriptorSet, generated by protoc.
|
141
|
-
//
|
142
|
-
// To generate, use protoc with imports and source info included.
|
143
|
-
// For an example test.proto file, the following command would put the value
|
144
|
-
// in a new file named out.pb.
|
145
|
-
//
|
146
|
-
// $protoc --include_imports --include_source_info test.proto -o out.pb
|
147
|
-
FILE_DESCRIPTOR_SET_PROTO = 4;
|
148
|
-
|
149
|
-
// Uncompiled Proto file. Used for storage and display purposes only,
|
150
|
-
// currently server-side compilation is not supported. Should match the
|
151
|
-
// inputs to 'protoc' command used to generated FILE_DESCRIPTOR_SET_PROTO. A
|
152
|
-
// file of this type can only be included if at least one file of type
|
153
|
-
// FILE_DESCRIPTOR_SET_PROTO is included.
|
154
|
-
PROTO_FILE = 6;
|
155
|
-
}
|
156
|
-
|
157
|
-
// The file name of the configuration file (full or relative path).
|
158
|
-
string file_path = 1;
|
159
|
-
|
160
|
-
// The bytes that constitute the file.
|
161
|
-
bytes file_contents = 3;
|
162
|
-
|
163
|
-
// The type of configuration file this represents.
|
164
|
-
FileType file_type = 4;
|
165
|
-
}
|
166
|
-
|
167
|
-
// Represents a service configuration with its name and id.
|
168
|
-
message ConfigRef {
|
169
|
-
// Resource name of a service config. It must have the following
|
170
|
-
// format: "services/{service name}/configs/{config id}".
|
171
|
-
string name = 1;
|
172
|
-
}
|
173
|
-
|
174
|
-
// Change report associated with a particular service configuration.
|
175
|
-
//
|
176
|
-
// It contains a list of ConfigChanges based on the comparison between
|
177
|
-
// two service configurations.
|
178
|
-
message ChangeReport {
|
179
|
-
// List of changes between two service configurations.
|
180
|
-
// The changes will be alphabetically sorted based on the identifier
|
181
|
-
// of each change.
|
182
|
-
// A ConfigChange identifier is a dot separated path to the configuration.
|
183
|
-
// Example: visibility.rules[selector='LibraryService.CreateBook'].restriction
|
184
|
-
repeated google.api.ConfigChange config_changes = 1;
|
185
|
-
}
|
186
|
-
|
187
|
-
// A rollout resource that defines how service configuration versions are pushed
|
188
|
-
// to control plane systems. Typically, you create a new version of the
|
189
|
-
// service config, and then create a Rollout to push the service config.
|
190
|
-
message Rollout {
|
191
|
-
// Strategy that specifies how clients of Google Service Controller want to
|
192
|
-
// send traffic to use different config versions. This is generally
|
193
|
-
// used by API proxy to split traffic based on your configured percentage for
|
194
|
-
// each config version.
|
195
|
-
//
|
196
|
-
// One example of how to gradually rollout a new service configuration using
|
197
|
-
// this
|
198
|
-
// strategy:
|
199
|
-
// Day 1
|
200
|
-
//
|
201
|
-
// Rollout {
|
202
|
-
// id: "example.googleapis.com/rollout_20160206"
|
203
|
-
// traffic_percent_strategy {
|
204
|
-
// percentages: {
|
205
|
-
// "example.googleapis.com/20160201": 70.00
|
206
|
-
// "example.googleapis.com/20160206": 30.00
|
207
|
-
// }
|
208
|
-
// }
|
209
|
-
// }
|
210
|
-
//
|
211
|
-
// Day 2
|
212
|
-
//
|
213
|
-
// Rollout {
|
214
|
-
// id: "example.googleapis.com/rollout_20160207"
|
215
|
-
// traffic_percent_strategy: {
|
216
|
-
// percentages: {
|
217
|
-
// "example.googleapis.com/20160206": 100.00
|
218
|
-
// }
|
219
|
-
// }
|
220
|
-
// }
|
221
|
-
message TrafficPercentStrategy {
|
222
|
-
// Maps service configuration IDs to their corresponding traffic percentage.
|
223
|
-
// Key is the service configuration ID, Value is the traffic percentage
|
224
|
-
// which must be greater than 0.0 and the sum must equal to 100.0.
|
225
|
-
map<string, double> percentages = 1;
|
226
|
-
}
|
227
|
-
|
228
|
-
// Strategy used to delete a service. This strategy is a placeholder only
|
229
|
-
// used by the system generated rollout to delete a service.
|
230
|
-
message DeleteServiceStrategy {}
|
231
|
-
|
232
|
-
// Status of a Rollout.
|
233
|
-
enum RolloutStatus {
|
234
|
-
// No status specified.
|
235
|
-
ROLLOUT_STATUS_UNSPECIFIED = 0;
|
236
|
-
|
237
|
-
// The Rollout is in progress.
|
238
|
-
IN_PROGRESS = 1;
|
239
|
-
|
240
|
-
// The Rollout has completed successfully.
|
241
|
-
SUCCESS = 2;
|
242
|
-
|
243
|
-
// The Rollout has been cancelled. This can happen if you have overlapping
|
244
|
-
// Rollout pushes, and the previous ones will be cancelled.
|
245
|
-
CANCELLED = 3;
|
246
|
-
|
247
|
-
// The Rollout has failed and the rollback attempt has failed too.
|
248
|
-
FAILED = 4;
|
249
|
-
|
250
|
-
// The Rollout has not started yet and is pending for execution.
|
251
|
-
PENDING = 5;
|
252
|
-
|
253
|
-
// The Rollout has failed and rolled back to the previous successful
|
254
|
-
// Rollout.
|
255
|
-
FAILED_ROLLED_BACK = 6;
|
256
|
-
}
|
257
|
-
|
258
|
-
// Optional. Unique identifier of this Rollout. Must be no longer than 63
|
259
|
-
// characters and only lower case letters, digits, '.', '_' and '-' are
|
260
|
-
// allowed.
|
261
|
-
//
|
262
|
-
// If not specified by client, the server will generate one. The generated id
|
263
|
-
// will have the form of <date><revision number>, where "date" is the create
|
264
|
-
// date in ISO 8601 format. "revision number" is a monotonically increasing
|
265
|
-
// positive number that is reset every day for each service.
|
266
|
-
// An example of the generated rollout_id is '2016-02-16r1'
|
267
|
-
string rollout_id = 1 [(google.api.field_behavior) = OPTIONAL];
|
268
|
-
|
269
|
-
// Creation time of the rollout. Readonly.
|
270
|
-
google.protobuf.Timestamp create_time = 2;
|
271
|
-
|
272
|
-
// The user who created the Rollout. Readonly.
|
273
|
-
string created_by = 3;
|
274
|
-
|
275
|
-
// The status of this rollout. Readonly. In case of a failed rollout,
|
276
|
-
// the system will automatically rollback to the current Rollout
|
277
|
-
// version. Readonly.
|
278
|
-
RolloutStatus status = 4;
|
279
|
-
|
280
|
-
// Strategy that defines which versions of service configurations should be
|
281
|
-
// pushed
|
282
|
-
// and how they should be used at runtime.
|
283
|
-
oneof strategy {
|
284
|
-
// Google Service Control selects service configurations based on
|
285
|
-
// traffic percentage.
|
286
|
-
TrafficPercentStrategy traffic_percent_strategy = 5;
|
287
|
-
|
288
|
-
// The strategy associated with a rollout to delete a `ManagedService`.
|
289
|
-
// Readonly.
|
290
|
-
DeleteServiceStrategy delete_service_strategy = 200;
|
291
|
-
}
|
292
|
-
|
293
|
-
// The name of the service associated with this Rollout.
|
294
|
-
string service_name = 8;
|
295
|
-
}
|