@devvit/protos 0.11.4-next-2024-12-06-7cbfed15f.0 → 0.11.4-next-2024-12-07-be2205f63.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/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/meta.min.json +540 -156
- package/package.json +4 -4
- package/protos.min.js +1 -1
- package/protos.min.js.map +4 -4
- 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.map +1 -1
- package/types/devvit/dev_portal/app/app.js +25 -0
- 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 -0
- 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 -150
- 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 -4
- 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.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/fullscreen.js +2 -0
- 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
@@ -6,6 +6,7 @@
|
|
6
6
|
/* eslint-disable */
|
7
7
|
import _m0 from "protobufjs/minimal.js";
|
8
8
|
import { Timestamp } from "../../../../../google/protobuf/timestamp.js";
|
9
|
+
import { messageTypeRegistry } from "../../../../../typeRegistry.js";
|
9
10
|
import { Organization } from "../../../../data/api/v1alpha/admin.js";
|
10
11
|
function createBaseCreateOrganizationRequest() {
|
11
12
|
return { name: "", contractEndDate: undefined };
|
@@ -74,6 +75,7 @@ export const CreateOrganizationRequest = {
|
|
74
75
|
return message;
|
75
76
|
},
|
76
77
|
};
|
78
|
+
messageTypeRegistry.set(CreateOrganizationRequest.$type, CreateOrganizationRequest);
|
77
79
|
function createBaseCreateOrganizationResponse() {
|
78
80
|
return { organizationId: "", name: "" };
|
79
81
|
}
|
@@ -141,6 +143,7 @@ export const CreateOrganizationResponse = {
|
|
141
143
|
return message;
|
142
144
|
},
|
143
145
|
};
|
146
|
+
messageTypeRegistry.set(CreateOrganizationResponse.$type, CreateOrganizationResponse);
|
144
147
|
function createBaseGetOrganizationByNameRequest() {
|
145
148
|
return { name: "" };
|
146
149
|
}
|
@@ -192,6 +195,7 @@ export const GetOrganizationByNameRequest = {
|
|
192
195
|
return message;
|
193
196
|
},
|
194
197
|
};
|
198
|
+
messageTypeRegistry.set(GetOrganizationByNameRequest.$type, GetOrganizationByNameRequest);
|
195
199
|
function createBaseGetOrganizationByNameResponse() {
|
196
200
|
return { organizationId: "", isInternal: false };
|
197
201
|
}
|
@@ -259,6 +263,7 @@ export const GetOrganizationByNameResponse = {
|
|
259
263
|
return message;
|
260
264
|
},
|
261
265
|
};
|
266
|
+
messageTypeRegistry.set(GetOrganizationByNameResponse.$type, GetOrganizationByNameResponse);
|
262
267
|
function createBaseGetOrganizationsRequest() {
|
263
268
|
return {};
|
264
269
|
}
|
@@ -297,6 +302,7 @@ export const GetOrganizationsRequest = {
|
|
297
302
|
return message;
|
298
303
|
},
|
299
304
|
};
|
305
|
+
messageTypeRegistry.set(GetOrganizationsRequest.$type, GetOrganizationsRequest);
|
300
306
|
function createBaseGetOrganizationsResponse() {
|
301
307
|
return { organizations: [] };
|
302
308
|
}
|
@@ -352,6 +358,7 @@ export const GetOrganizationsResponse = {
|
|
352
358
|
return message;
|
353
359
|
},
|
354
360
|
};
|
361
|
+
messageTypeRegistry.set(GetOrganizationsResponse.$type, GetOrganizationsResponse);
|
355
362
|
function toTimestamp(date) {
|
356
363
|
const seconds = Math.trunc(date.getTime() / 1000);
|
357
364
|
const nanos = (date.getTime() % 1000) * 1000000;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/devvit/dev_portal/data_api/admin/subscription/subscription.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,GAAG,MAAM,uBAAuB,CAAC;
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/devvit/dev_portal/data_api/admin/subscription/subscription.ts"],"names":[],"mappings":"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"}
|
@@ -5,6 +5,7 @@
|
|
5
5
|
*/
|
6
6
|
/* eslint-disable */
|
7
7
|
import _m0 from "protobufjs/minimal.js";
|
8
|
+
import { messageTypeRegistry } from "../../../../../typeRegistry.js";
|
8
9
|
import { DataSubscription } from "../../../../data/api/v1alpha/admin.js";
|
9
10
|
import { dataTierFromJSON, dataTierToJSON, firehoseEventFromJSON, firehoseEventToJSON, } from "../../../../options/options.js";
|
10
11
|
import { subredditRatingFromJSON, subredditRatingToJSON, } from "../../../../reddit/v2alpha/subredditv2.js";
|
@@ -167,6 +168,7 @@ export const CreateDataSubscriptionRequest = {
|
|
167
168
|
return message;
|
168
169
|
},
|
169
170
|
};
|
171
|
+
messageTypeRegistry.set(CreateDataSubscriptionRequest.$type, CreateDataSubscriptionRequest);
|
170
172
|
function createBaseCreateDataSubscriptionResponse() {
|
171
173
|
return { subscription: undefined };
|
172
174
|
}
|
@@ -220,6 +222,7 @@ export const CreateDataSubscriptionResponse = {
|
|
220
222
|
return message;
|
221
223
|
},
|
222
224
|
};
|
225
|
+
messageTypeRegistry.set(CreateDataSubscriptionResponse.$type, CreateDataSubscriptionResponse);
|
223
226
|
function createBaseGetDataSubscriptionByIdRequest() {
|
224
227
|
return { subscriptionId: "" };
|
225
228
|
}
|
@@ -271,6 +274,7 @@ export const GetDataSubscriptionByIdRequest = {
|
|
271
274
|
return message;
|
272
275
|
},
|
273
276
|
};
|
277
|
+
messageTypeRegistry.set(GetDataSubscriptionByIdRequest.$type, GetDataSubscriptionByIdRequest);
|
274
278
|
function createBaseGetDataSubscriptionByIdResponse() {
|
275
279
|
return { subscription: undefined };
|
276
280
|
}
|
@@ -324,6 +328,7 @@ export const GetDataSubscriptionByIdResponse = {
|
|
324
328
|
return message;
|
325
329
|
},
|
326
330
|
};
|
331
|
+
messageTypeRegistry.set(GetDataSubscriptionByIdResponse.$type, GetDataSubscriptionByIdResponse);
|
327
332
|
function createBaseDataSubscriptionSubredditInfo() {
|
328
333
|
return { id: "", name: "", icon: "", isNsfw: false };
|
329
334
|
}
|
@@ -419,6 +424,7 @@ export const DataSubscriptionSubredditInfo = {
|
|
419
424
|
return message;
|
420
425
|
},
|
421
426
|
};
|
427
|
+
messageTypeRegistry.set(DataSubscriptionSubredditInfo.$type, DataSubscriptionSubredditInfo);
|
422
428
|
function createBaseUIDataSubscription() {
|
423
429
|
return { id: "", name: "", description: undefined, events: [], subreddits: [], subredditRatings: [] };
|
424
430
|
}
|
@@ -564,6 +570,7 @@ export const UIDataSubscription = {
|
|
564
570
|
return message;
|
565
571
|
},
|
566
572
|
};
|
573
|
+
messageTypeRegistry.set(UIDataSubscription.$type, UIDataSubscription);
|
567
574
|
function createBaseGetDataSubscriptionsByOrganizationNameRequest() {
|
568
575
|
return { organizationName: "" };
|
569
576
|
}
|
@@ -615,6 +622,7 @@ export const GetDataSubscriptionsByOrganizationNameRequest = {
|
|
615
622
|
return message;
|
616
623
|
},
|
617
624
|
};
|
625
|
+
messageTypeRegistry.set(GetDataSubscriptionsByOrganizationNameRequest.$type, GetDataSubscriptionsByOrganizationNameRequest);
|
618
626
|
function createBaseGetDataSubscriptionsByOrganizationNameResponse() {
|
619
627
|
return { subscriptions: [] };
|
620
628
|
}
|
@@ -670,6 +678,7 @@ export const GetDataSubscriptionsByOrganizationNameResponse = {
|
|
670
678
|
return message;
|
671
679
|
},
|
672
680
|
};
|
681
|
+
messageTypeRegistry.set(GetDataSubscriptionsByOrganizationNameResponse.$type, GetDataSubscriptionsByOrganizationNameResponse);
|
673
682
|
function createBaseUpdateDataSubscriptionRequest() {
|
674
683
|
return {
|
675
684
|
subscriptionId: "",
|
@@ -837,6 +846,7 @@ export const UpdateDataSubscriptionRequest = {
|
|
837
846
|
return message;
|
838
847
|
},
|
839
848
|
};
|
849
|
+
messageTypeRegistry.set(UpdateDataSubscriptionRequest.$type, UpdateDataSubscriptionRequest);
|
840
850
|
function createBaseUpdateDataSubscriptionResponse() {
|
841
851
|
return { subscription: undefined };
|
842
852
|
}
|
@@ -890,6 +900,7 @@ export const UpdateDataSubscriptionResponse = {
|
|
890
900
|
return message;
|
891
901
|
},
|
892
902
|
};
|
903
|
+
messageTypeRegistry.set(UpdateDataSubscriptionResponse.$type, UpdateDataSubscriptionResponse);
|
893
904
|
function createBaseDeleteDataSubscriptionRequest() {
|
894
905
|
return { subscriptionId: "" };
|
895
906
|
}
|
@@ -941,6 +952,7 @@ export const DeleteDataSubscriptionRequest = {
|
|
941
952
|
return message;
|
942
953
|
},
|
943
954
|
};
|
955
|
+
messageTypeRegistry.set(DeleteDataSubscriptionRequest.$type, DeleteDataSubscriptionRequest);
|
944
956
|
function createBaseDeleteDataSubscriptionResponse() {
|
945
957
|
return {};
|
946
958
|
}
|
@@ -979,6 +991,7 @@ export const DeleteDataSubscriptionResponse = {
|
|
979
991
|
return message;
|
980
992
|
},
|
981
993
|
};
|
994
|
+
messageTypeRegistry.set(DeleteDataSubscriptionResponse.$type, DeleteDataSubscriptionResponse);
|
982
995
|
function isSet(value) {
|
983
996
|
return value !== null && value !== undefined;
|
984
997
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/devvit/dev_portal/data_api/admin/user/user.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,GAAG,MAAM,uBAAuB,CAAC;
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/devvit/dev_portal/data_api/admin/user/user.ts"],"names":[],"mappings":"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"}
|
@@ -5,6 +5,7 @@
|
|
5
5
|
*/
|
6
6
|
/* eslint-disable */
|
7
7
|
import _m0 from "protobufjs/minimal.js";
|
8
|
+
import { messageTypeRegistry } from "../../../../../typeRegistry.js";
|
8
9
|
function createBaseUser() {
|
9
10
|
return { t2id: "", orgId: "", username: "" };
|
10
11
|
}
|
@@ -86,6 +87,7 @@ export const User = {
|
|
86
87
|
return message;
|
87
88
|
},
|
88
89
|
};
|
90
|
+
messageTypeRegistry.set(User.$type, User);
|
89
91
|
function createBaseAddUsersToOrgRequest() {
|
90
92
|
return { orgId: "", usernames: [] };
|
91
93
|
}
|
@@ -155,6 +157,7 @@ export const AddUsersToOrgRequest = {
|
|
155
157
|
return message;
|
156
158
|
},
|
157
159
|
};
|
160
|
+
messageTypeRegistry.set(AddUsersToOrgRequest.$type, AddUsersToOrgRequest);
|
158
161
|
function createBaseAddUsersToOrgResponse() {
|
159
162
|
return { users: [] };
|
160
163
|
}
|
@@ -206,6 +209,7 @@ export const AddUsersToOrgResponse = {
|
|
206
209
|
return message;
|
207
210
|
},
|
208
211
|
};
|
212
|
+
messageTypeRegistry.set(AddUsersToOrgResponse.$type, AddUsersToOrgResponse);
|
209
213
|
function createBaseGetUsersByOrgIdRequest() {
|
210
214
|
return { id: "" };
|
211
215
|
}
|
@@ -257,6 +261,7 @@ export const GetUsersByOrgIdRequest = {
|
|
257
261
|
return message;
|
258
262
|
},
|
259
263
|
};
|
264
|
+
messageTypeRegistry.set(GetUsersByOrgIdRequest.$type, GetUsersByOrgIdRequest);
|
260
265
|
function createBaseGetUsersByOrgIdResponse() {
|
261
266
|
return { users: [] };
|
262
267
|
}
|
@@ -308,6 +313,7 @@ export const GetUsersByOrgIdResponse = {
|
|
308
313
|
return message;
|
309
314
|
},
|
310
315
|
};
|
316
|
+
messageTypeRegistry.set(GetUsersByOrgIdResponse.$type, GetUsersByOrgIdResponse);
|
311
317
|
function createBaseGetUserByIdRequest() {
|
312
318
|
return { t2id: "" };
|
313
319
|
}
|
@@ -359,6 +365,7 @@ export const GetUserByIdRequest = {
|
|
359
365
|
return message;
|
360
366
|
},
|
361
367
|
};
|
368
|
+
messageTypeRegistry.set(GetUserByIdRequest.$type, GetUserByIdRequest);
|
362
369
|
function createBaseGetUserByIdResponse() {
|
363
370
|
return { user: undefined };
|
364
371
|
}
|
@@ -410,6 +417,7 @@ export const GetUserByIdResponse = {
|
|
410
417
|
return message;
|
411
418
|
},
|
412
419
|
};
|
420
|
+
messageTypeRegistry.set(GetUserByIdResponse.$type, GetUserByIdResponse);
|
413
421
|
function createBaseDeleteUserRequest() {
|
414
422
|
return { t2id: "" };
|
415
423
|
}
|
@@ -461,6 +469,7 @@ export const DeleteUserRequest = {
|
|
461
469
|
return message;
|
462
470
|
},
|
463
471
|
};
|
472
|
+
messageTypeRegistry.set(DeleteUserRequest.$type, DeleteUserRequest);
|
464
473
|
function createBaseDeleteUserResponse() {
|
465
474
|
return { user: undefined };
|
466
475
|
}
|
@@ -512,6 +521,7 @@ export const DeleteUserResponse = {
|
|
512
521
|
return message;
|
513
522
|
},
|
514
523
|
};
|
524
|
+
messageTypeRegistry.set(DeleteUserResponse.$type, DeleteUserResponse);
|
515
525
|
function isSet(value) {
|
516
526
|
return value !== null && value !== undefined;
|
517
527
|
}
|