@devvit/protos 0.11.0-next-2024-07-24-1be38cc96.0 → 0.11.0-next-2024-07-25-e11c6b2a8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/meta.min.json +117 -156
- package/package.json +7 -6
- package/protos.min.js +2 -2
- package/protos.min.js.map +4 -4
- package/schema/.snootobuf/.gitIgnoreMe +1 -0
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/audit.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/auth.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/organization.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/service.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/subscription.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/admin/v1alpha/ui.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/v1alpha/admin.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/v1alpha/delivery.proto +13 -7
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/v1alpha/filter.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/v1alpha/firehose.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/data/api/v1alpha/intake.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/events/v1alpha/events.proto +2 -2
- package/schema/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +17 -0
- package/schema/{devvit → .snootobuf/deps/devvit}/options/options.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/commentv2.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/flair.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/modaction.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/modmail.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/postv2.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/subredditv2.proto +1 -1
- package/schema/{devvit → .snootobuf/deps/devvit}/reddit/v2alpha/userv2.proto +1 -1
- package/schema/{devvit/data → .snootobuf/deps/devvit}/triggers/v1alpha/triggers.proto +2 -1
- package/schema/.snootobuf/deps/enum/account_gender_category.proto +14 -0
- package/schema/.snootobuf/deps/enum/approval_status.proto +15 -0
- package/schema/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
- package/schema/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
- package/schema/.snootobuf/deps/enum/ban_info_action.proto +12 -0
- package/schema/.snootobuf/deps/enum/block_relation_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/comment_sort.proto +18 -0
- package/schema/.snootobuf/deps/enum/comment_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
- package/schema/.snootobuf/deps/enum/discussion_type.proto +10 -0
- package/schema/.snootobuf/deps/enum/distinguish_type.proto +14 -0
- package/schema/.snootobuf/deps/enum/flair_position.proto +11 -0
- package/schema/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
- package/schema/.snootobuf/deps/enum/link_content_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/link_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/link_visibility.proto +11 -0
- package/schema/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
- package/schema/.snootobuf/deps/enum/promo_layout.proto +11 -0
- package/schema/.snootobuf/deps/enum/removed_by_type.proto +18 -0
- package/schema/.snootobuf/deps/enum/spam_level.proto +11 -0
- package/schema/.snootobuf/deps/enum/subreddit_type.proto +16 -0
- package/schema/.snootobuf/deps/enum/verdict.proto +14 -0
- package/schema/.snootobuf/deps/enum/vote.proto +12 -0
- package/schema/.snootobuf/deps/enum/whitelist_status.proto +17 -0
- package/schema/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
- package/schema/.snootobuf/deps/evaluator/evaluator.proto +112 -0
- package/schema/.snootobuf/deps/google/api/auth.proto +181 -0
- package/schema/.snootobuf/deps/google/api/backend.proto +51 -0
- package/schema/.snootobuf/deps/google/api/billing.proto +67 -0
- package/schema/{google → .snootobuf/deps/google}/api/client.proto +37 -37
- package/schema/.snootobuf/deps/google/api/config_change.proto +85 -0
- package/schema/.snootobuf/deps/google/api/consumer.proto +83 -0
- package/schema/.snootobuf/deps/google/api/context.proto +63 -0
- package/schema/.snootobuf/deps/google/api/control.proto +33 -0
- package/schema/.snootobuf/deps/google/api/distribution.proto +213 -0
- package/schema/.snootobuf/deps/google/api/documentation.proto +157 -0
- package/schema/.snootobuf/deps/google/api/endpoint.proto +71 -0
- package/schema/{google → .snootobuf/deps/google}/api/field_behavior.proto +23 -17
- package/schema/{google → .snootobuf/deps/google}/api/http.proto +1 -0
- package/schema/.snootobuf/deps/google/api/httpbody.proto +76 -0
- package/schema/.snootobuf/deps/google/api/label.proto +49 -0
- package/schema/.snootobuf/deps/google/api/launch_stage.proto +67 -0
- package/schema/.snootobuf/deps/google/api/log.proto +55 -0
- package/schema/.snootobuf/deps/google/api/logging.proto +83 -0
- package/schema/.snootobuf/deps/google/api/metric.proto +192 -0
- package/schema/.snootobuf/deps/google/api/monitored_resource.proto +116 -0
- package/schema/.snootobuf/deps/google/api/monitoring.proto +89 -0
- package/schema/.snootobuf/deps/google/api/quota.proto +259 -0
- package/schema/.snootobuf/deps/google/api/resource.proto +299 -0
- package/schema/.snootobuf/deps/google/api/routing.proto +461 -0
- package/schema/.snootobuf/deps/google/api/service.proto +175 -0
- package/schema/.snootobuf/deps/google/api/source_info.proto +32 -0
- package/schema/.snootobuf/deps/google/api/system_parameter.proto +96 -0
- package/schema/.snootobuf/deps/google/api/usage.proto +92 -0
- package/schema/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
- package/schema/.snootobuf/deps/google/iam/admin/v1/iam.proto +1087 -0
- package/schema/.snootobuf/deps/google/iam/v1/iam_policy.proto +145 -0
- package/schema/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
- package/schema/.snootobuf/deps/google/iam/v1/options.proto +41 -0
- package/schema/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
- package/schema/.snootobuf/deps/google/logging/type/http_request.proto +92 -0
- package/schema/.snootobuf/deps/google/logging/type/log_severity.proto +72 -0
- package/schema/.snootobuf/deps/google/longrunning/operations.proto +247 -0
- package/schema/.snootobuf/deps/google/protobuf/any.proto +158 -0
- package/schema/.snootobuf/deps/google/protobuf/api.proto +208 -0
- package/schema/.snootobuf/deps/google/protobuf/compiler/plugin.proto +183 -0
- package/schema/.snootobuf/deps/google/protobuf/descriptor.proto +921 -0
- package/schema/.snootobuf/deps/google/protobuf/duration.proto +116 -0
- package/schema/.snootobuf/deps/google/protobuf/empty.proto +51 -0
- package/schema/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
- package/schema/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
- package/schema/.snootobuf/deps/google/protobuf/struct.proto +95 -0
- package/schema/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
- package/schema/.snootobuf/deps/google/protobuf/type.proto +187 -0
- package/schema/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
- package/schema/.snootobuf/deps/google/rpc/code.proto +186 -0
- package/schema/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
- package/schema/.snootobuf/deps/google/rpc/error_details.proto +246 -0
- package/schema/.snootobuf/deps/google/rpc/status.proto +47 -0
- package/schema/.snootobuf/deps/google/type/calendar_period.proto +57 -0
- package/schema/.snootobuf/deps/google/type/color.proto +170 -0
- package/schema/.snootobuf/deps/google/type/date.proto +50 -0
- package/schema/.snootobuf/deps/google/type/datetime.proto +97 -0
- package/schema/.snootobuf/deps/google/type/dayofweek.proto +51 -0
- package/schema/.snootobuf/deps/google/type/expr.proto +51 -0
- package/schema/.snootobuf/deps/google/type/fraction.proto +34 -0
- package/schema/.snootobuf/deps/google/type/latlng.proto +37 -0
- package/schema/.snootobuf/deps/google/type/money.proto +43 -0
- package/schema/.snootobuf/deps/google/type/month.proto +66 -0
- package/schema/.snootobuf/deps/google/type/postal_address.proto +135 -0
- package/schema/.snootobuf/deps/google/type/quaternion.proto +95 -0
- package/schema/.snootobuf/deps/google/type/timeofday.proto +44 -0
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
- package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +118 -0
- package/schema/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +579 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +417 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +798 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
- package/schema/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/custom_post.proto +15 -0
- package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/service.proto +11 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +69 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +289 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +14 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +54 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +31 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +15 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +52 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +17 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +32 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +20 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +158 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +144 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +200 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +18 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +210 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
- package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +135 -0
- package/schema/.snootobuf/deps/validate/validate.proto +862 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/automation/v1alpha/event_handlers.client.ts +597 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/automation/v1alpha/event_handlers.ts +191 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/bot/bot.client.ts +49 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/bot/bot.ts +340 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/hello/hello.client.ts +42 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/hello/hello.ts +99 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/payments/v1alpha/payments.client.ts +70 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/payments/v1alpha/payments.ts +334 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/permissions/permissions.ts +324 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/producer/producer.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/producer/producer.ts +174 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/reddit/context_action.client.ts +58 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/reddit/context_action.ts +679 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/reddit/context_type.ts +22 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/reddit/post_filter.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/reddit/post_filter.ts +131 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/scheduler/action.ts +84 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/scheduler/handler.client.ts +43 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/scheduler/handler.ts +12 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/app_settings.client.ts +70 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/app_settings.ts +15 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/installation_settings.client.ts +70 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/installation_settings.ts +15 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/instance_settings.client.ts +68 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/instance_settings.ts +15 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/settings/v1alpha/shared.ts +311 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/test/streams.client.ts +82 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/test/streams.ts +77 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/test/wrappertypes.client.ts +120 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/test/wrappertypes.ts +25 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/user_configurable/user_configurable.client.ts +63 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/actor/user_configurable/user_configurable.ts +284 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/cli/playtest.ts +323 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/debug/v1alpha/debug.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/debug/v1alpha/debug.ts +143 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/actor/actor_type.ts +94 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/admin/waitlist_admin.client.ts +76 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/admin/waitlist_admin.ts +659 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app/app.ts +2060 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app/categories/categories.ts +146 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app/info/app_info.ts +389 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_publish_request/app_publish_request.ts +970 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_publish_request/note/app_publish_request_note.ts +257 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_publish_request/review/app_publish_request_review.ts +336 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_settings/app_settings.ts +571 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_version/app_version.ts +1161 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/app_version/info/app_version_info.ts +397 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/data_api/admin/audit/audit.ts +646 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/data_api/admin/auth/auth.ts +458 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/data_api/admin/organization/organization.ts +347 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/data_api/admin/subscription/subscription.ts +982 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/dev_portal.client.ts +1071 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/dev_portal.ts +222 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/feedback/feedback.ts +70 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/installation/installation.ts +1882 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/installation_settings/installation_settings.ts +575 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/authorization/v1alpha/authorization.client.ts +41 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/authorization/v1alpha/authorization.ts +394 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.client.ts +118 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.ts +27 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.ts +180 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/media/media.client.ts +41 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/internal/media/media.ts +162 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/nutrition/nutrition.ts +245 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/reddit/redditor.ts +98 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/waitlist/waitlist.client.ts +84 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/dev_portal/waitlist/waitlist.ts +455 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/events/v1alpha/realtime.client.ts +50 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/events/v1alpha/realtime.ts +149 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/events/v1alpha/wqcleanup.ts +68 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/custom_post_snapshot.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/custom_post_snapshot.ts +76 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/resolvers.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/resolvers.ts +76 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/utils/v1alpha/utilities.client.ts +114 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/utils/v1alpha/utilities.ts +475 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/v1alpha/triggers.client.ts +96 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gateway/v1alpha/triggers.ts +256 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gql/snapshot.ts +80 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/gql/subreddit_metadata.ts +312 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/payments/v1alpha/common.ts +22 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/payments/v1alpha/order.ts +208 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/payments/v1alpha/product.ts +241 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/assetresolver/assetresolver.client.ts +58 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/assetresolver/assetresolver.ts +380 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/builder/builder.client.ts +57 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/builder/builder.ts +102 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/buildpack/buildpack.client.ts +57 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/buildpack/buildpack.ts +13 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/buildpack/buildpack_common.ts +705 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/buildpack/filesystem.ts +168 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/clock/clock.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/clock/clock.ts +12 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/http/http.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/http/http.ts +294 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/inspector/inspector.client.ts +51 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/inspector/inspector.ts +304 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/kvstore/kvstore.client.ts +72 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/kvstore/kvstore.ts +209 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/linker/linker.client.ts +51 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/linker/linker.ts +89 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/linker/resolver.client.ts +80 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/linker/resolver.ts +198 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/logger/logger.client.ts +83 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/logger/logger.ts +608 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/media/media.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/media/media.ts +155 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/modlog/modlog.client.ts +43 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/modlog/modlog.ts +187 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/payments/v1alpha/payments.client.ts +81 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/payments/v1alpha/payments.ts +476 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/common/common_msg.ts +3641 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/flair/flair_msg.ts +2310 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/flair/flair_svc.client.ts +270 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/flair/flair_svc.ts +43 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/graphql/graphql_msg.ts +224 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/graphql/graphql_svc.client.ts +63 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/graphql/graphql_svc.ts +14 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.ts +1869 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.client.ts +571 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.ts +52 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/listings/listings_msg.ts +1156 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/listings/listings_svc.client.ts +194 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/listings/listings_svc.ts +27 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/moderation/moderation_msg.ts +1231 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/moderation/moderation_svc.client.ts +373 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/moderation/moderation_svc.ts +46 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/modnote/modnote_msg.ts +1025 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/modnote/modnote_svc.client.ts +112 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/modnote/modnote_svc.ts +23 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/newmodmail/newmodmail_msg.ts +4135 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/newmodmail/newmodmail_svc.client.ts +351 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/newmodmail/newmodmail_svc.ts +52 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/postcollections/postcollections_msg.ts +1040 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/postcollections/postcollections_svc.client.ts +207 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/postcollections/postcollections_svc.ts +34 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/privatemessages/privatemessages_msg.ts +380 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/privatemessages/privatemessages_svc.client.ts +186 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/privatemessages/privatemessages_svc.ts +25 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/subreddits/subreddits_msg.ts +11280 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/subreddits/subreddits_svc.client.ts +480 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/subreddits/subreddits_svc.ts +71 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/users/users_msg.ts +1820 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/users/users_svc.client.ts +247 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/users/users_svc.ts +42 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/widgets/widgets_msg.ts +4766 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/widgets/widgets_svc.client.ts +401 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/widgets/widgets_svc.ts +56 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/wiki/wiki_msg.ts +1786 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/wiki/wiki_svc.client.ts +236 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/wiki/wiki_svc.ts +35 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapiv2/redditapiv2.client.ts +50 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapiv2/redditapiv2.ts +15 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redis/redisapi.client.ts +518 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redis/redisapi.ts +3347 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/scheduler/scheduler.client.ts +89 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/scheduler/scheduler.ts +575 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/settings/v1alpha/settings.client.ts +41 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/settings/v1alpha/settings.ts +235 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/streambroker/streambroker.client.ts +50 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/streambroker/streambroker.ts +169 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/timer/timer.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/timer/timer.ts +76 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/v2events/v2events.client.ts +41 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/v2events/v2events.ts +312 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/comment.ts +963 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/common.ts +1099 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/custom_actions/v2alpha/custom_actions.client.ts +50 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/custom_actions/v2alpha/custom_actions.ts +527 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/custom_post/v1alpha/custom_post.client.ts +79 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/custom_post/v1alpha/custom_post.ts +340 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/post.ts +2063 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/subreddit.ts +1374 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/thing_type.ts +36 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/reddit/user.ts +1418 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/remote_logger/remote_logger.client.ts +78 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/remote_logger/remote_logger.ts +538 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/bootstrap.client.ts +56 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/bootstrap.ts +13 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/echo.client.ts +36 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/echo.ts +11 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/runtime.client.ts +53 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/runtime.ts +78 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/supervisor.client.ts +87 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/supervisor.ts +92 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/v1alpha/health.client.ts +37 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/actor/v1alpha/health.ts +87 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/bundle.ts +859 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/envelope.ts +230 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/runtime_common.ts +251 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/runtime/serializable.ts +232 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/service/bundle_service.client.ts +57 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/service/bundle_service.ts +82 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/service/envelope_service.client.ts +41 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/service/envelope_service.ts +12 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/block_kit/v1beta/attributes.ts +642 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/block_kit/v1beta/block.ts +1656 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/block_kit/v1beta/enums.ts +602 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/block_kit/v1beta/rendering.ts +157 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/block_kit/v1beta/ui.ts +354 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/common/v1alpha/common.ts +116 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/create_order.ts +217 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/effect.ts +266 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/interval.ts +169 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/navigate_to_url.ts +81 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/realtime_subscriptions.ts +156 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/reload_part.ts +349 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/rerender_ui.ts +71 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/show_form.ts +162 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/effects/v1alpha/show_toast.ts +104 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/events/v1alpha/event.ts +697 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/events/v1alpha/handle_ui.client.ts +39 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/events/v1alpha/handle_ui.ts +160 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/form_builder/v1alpha/field.ts +974 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/form_builder/v1alpha/form.ts +134 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/form_builder/v1alpha/type.ts +56 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/form_builder/v1alpha/value.ts +359 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/ui/toast/toast.ts +314 -0
- package/schema/.snootobuf/output/devenv_ts_files/devvit/uuid.ts +70 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/any.ts +322 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/descriptor.ts +3475 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/duration.ts +231 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/empty.ts +81 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/struct.ts +482 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/timestamp.ts +290 -0
- package/schema/.snootobuf/output/devenv_ts_files/google/protobuf/wrappers.ts +752 -0
- package/schema/devvit/dev_portal/admin/waitlist_admin.proto +2 -0
- package/schema/devvit/dev_portal/app/app.proto +2 -0
- package/schema/devvit/dev_portal/app_publish_request/app_publish_request.proto +2 -0
- package/schema/devvit/dev_portal/app_publish_request/note/app_publish_request_note.proto +2 -0
- package/schema/devvit/dev_portal/app_publish_request/review/app_publish_request_review.proto +2 -0
- package/schema/devvit/dev_portal/app_settings/app_settings.proto +2 -0
- package/schema/devvit/dev_portal/dev_portal.proto +2 -0
- package/schema/devvit/dev_portal/feedback/feedback.proto +2 -0
- package/schema/devvit/dev_portal/installation_settings/installation_settings.proto +2 -0
- package/schema/devvit/dev_portal/nutrition/nutrition.proto +2 -0
- package/schema/devvit/dev_portal/waitlist/waitlist.proto +2 -0
- package/schema/devvit/gateway/v1alpha/triggers.proto +1 -1
- package/schema/snootobuf.devenv.lock +0 -0
- package/schema/snootobuf.devenv.yaml +15 -0
- package/schema/snootobuf.lock +0 -0
- package/schema/snootobuf.redditapi.lock +0 -0
- package/schema/snootobuf.redditapi.yaml +14 -0
- package/schema/snootobuf.ts.lock +0 -0
- package/schema/snootobuf.ts.yaml +35 -0
- package/schema/snootobuf.yaml +49 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.d.ts +6 -6
- package/types/devvit/actor/automation/v1alpha/event_handlers.js +5 -5
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp-client.d.ts +342 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp-client.js +466 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp.d.ts +175 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp.d.ts.map +1 -0
- package/types/devvit/actor/automation/v1alpha/event_handlers.twirp.js +1833 -0
- package/types/devvit/actor/bot/bot.d.ts +2 -2
- package/types/devvit/actor/bot/bot.js +3 -3
- package/types/devvit/actor/bot/bot.twirp-client.d.ts +23 -0
- package/types/devvit/actor/bot/bot.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/bot/bot.twirp-client.js +36 -0
- package/types/devvit/actor/bot/bot.twirp.d.ts +15 -0
- package/types/devvit/actor/bot/bot.twirp.d.ts.map +1 -0
- package/types/devvit/actor/bot/bot.twirp.js +154 -0
- package/types/devvit/actor/hello/hello.d.ts +1 -1
- package/types/devvit/actor/hello/hello.js +2 -2
- package/types/devvit/actor/hello/hello.twirp-client.d.ts +19 -0
- package/types/devvit/actor/hello/hello.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/hello/hello.twirp-client.js +23 -0
- package/types/devvit/actor/hello/hello.twirp.d.ts +12 -0
- package/types/devvit/actor/hello/hello.twirp.d.ts.map +1 -0
- package/types/devvit/actor/hello/hello.twirp.js +88 -0
- package/types/devvit/actor/payments/v1alpha/payments.d.ts +2 -2
- package/types/devvit/actor/payments/v1alpha/payments.js +3 -3
- package/types/devvit/actor/payments/v1alpha/payments.twirp-client.d.ts +22 -0
- package/types/devvit/actor/payments/v1alpha/payments.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/payments/v1alpha/payments.twirp-client.js +35 -0
- package/types/devvit/actor/payments/v1alpha/payments.twirp.d.ts +14 -0
- package/types/devvit/actor/payments/v1alpha/payments.twirp.d.ts.map +1 -0
- package/types/devvit/actor/payments/v1alpha/payments.twirp.js +156 -0
- package/types/devvit/actor/permissions/permissions.d.ts +1 -1
- package/types/devvit/actor/permissions/permissions.js +2 -2
- package/types/devvit/actor/producer/producer.d.ts +1 -1
- package/types/devvit/actor/producer/producer.js +2 -2
- package/types/devvit/actor/producer/producer.twirp-client.d.ts +19 -0
- package/types/devvit/actor/producer/producer.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/producer/producer.twirp-client.js +23 -0
- package/types/devvit/actor/producer/producer.twirp.d.ts +12 -0
- package/types/devvit/actor/producer/producer.twirp.d.ts.map +1 -0
- package/types/devvit/actor/producer/producer.twirp.js +88 -0
- package/types/devvit/actor/reddit/context_action.d.ts +6 -6
- package/types/devvit/actor/reddit/context_action.js +7 -7
- package/types/devvit/actor/reddit/context_action.twirp-client.d.ts +23 -0
- package/types/devvit/actor/reddit/context_action.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/reddit/context_action.twirp-client.js +36 -0
- package/types/devvit/actor/reddit/context_action.twirp.d.ts +15 -0
- package/types/devvit/actor/reddit/context_action.twirp.d.ts.map +1 -0
- package/types/devvit/actor/reddit/context_action.twirp.js +157 -0
- package/types/devvit/actor/reddit/post_filter.d.ts +2 -2
- package/types/devvit/actor/reddit/post_filter.js +3 -3
- package/types/devvit/actor/reddit/post_filter.twirp-client.d.ts +19 -0
- package/types/devvit/actor/reddit/post_filter.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/reddit/post_filter.twirp-client.js +23 -0
- package/types/devvit/actor/reddit/post_filter.twirp.d.ts +12 -0
- package/types/devvit/actor/reddit/post_filter.twirp.d.ts.map +1 -0
- package/types/devvit/actor/reddit/post_filter.twirp.js +88 -0
- package/types/devvit/actor/scheduler/action.d.ts +1 -1
- package/types/devvit/actor/scheduler/action.js +3 -3
- package/types/devvit/actor/scheduler/handler.d.ts +3 -3
- package/types/devvit/actor/scheduler/handler.js +3 -3
- package/types/devvit/actor/scheduler/handler.twirp-client.d.ts +20 -0
- package/types/devvit/actor/scheduler/handler.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/scheduler/handler.twirp-client.js +24 -0
- package/types/devvit/actor/scheduler/handler.twirp.d.ts +13 -0
- package/types/devvit/actor/scheduler/handler.twirp.d.ts.map +1 -0
- package/types/devvit/actor/scheduler/handler.twirp.js +91 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.d.ts +2 -2
- package/types/devvit/actor/settings/v1alpha/app_settings.js +2 -2
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp-client.d.ts +22 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp-client.js +35 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp.d.ts +14 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/app_settings.twirp.js +156 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.d.ts +2 -2
- package/types/devvit/actor/settings/v1alpha/installation_settings.js +2 -2
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp-client.d.ts +22 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp-client.js +35 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp.d.ts +14 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/installation_settings.twirp.js +156 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.d.ts +2 -2
- package/types/devvit/actor/settings/v1alpha/instance_settings.js +2 -2
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp-client.d.ts +22 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp-client.js +35 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp.d.ts +14 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp.d.ts.map +1 -0
- package/types/devvit/actor/settings/v1alpha/instance_settings.twirp.js +156 -0
- package/types/devvit/actor/settings/v1alpha/shared.d.ts +3 -3
- package/types/devvit/actor/settings/v1alpha/shared.js +4 -4
- package/types/devvit/actor/test/streams.d.ts +1 -1
- package/types/devvit/actor/test/streams.js +2 -2
- package/types/devvit/actor/test/streams.twirp-client.d.ts +25 -0
- package/types/devvit/actor/test/streams.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/test/streams.twirp-client.js +47 -0
- package/types/devvit/actor/test/streams.twirp.d.ts +16 -0
- package/types/devvit/actor/test/streams.twirp.d.ts.map +1 -0
- package/types/devvit/actor/test/streams.twirp.js +222 -0
- package/types/devvit/actor/test/wrappertypes.d.ts +2 -2
- package/types/devvit/actor/test/wrappertypes.js +2 -2
- package/types/devvit/actor/test/wrappertypes.twirp-client.d.ts +40 -0
- package/types/devvit/actor/test/wrappertypes.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/test/wrappertypes.twirp-client.js +107 -0
- package/types/devvit/actor/test/wrappertypes.twirp.d.ts +26 -0
- package/types/devvit/actor/test/wrappertypes.twirp.d.ts.map +1 -0
- package/types/devvit/actor/test/wrappertypes.twirp.js +552 -0
- package/types/devvit/actor/user_configurable/user_configurable.d.ts +2 -2
- package/types/devvit/actor/user_configurable/user_configurable.js +3 -3
- package/types/devvit/actor/user_configurable/user_configurable.twirp-client.d.ts +23 -0
- package/types/devvit/actor/user_configurable/user_configurable.twirp-client.d.ts.map +1 -0
- package/types/devvit/actor/user_configurable/user_configurable.twirp-client.js +36 -0
- package/types/devvit/actor/user_configurable/user_configurable.twirp.d.ts +15 -0
- package/types/devvit/actor/user_configurable/user_configurable.twirp.d.ts.map +1 -0
- package/types/devvit/actor/user_configurable/user_configurable.twirp.js +157 -0
- package/types/devvit/cli/playtest.d.ts +2 -2
- package/types/devvit/cli/playtest.js +3 -3
- package/types/devvit/data/api/v1alpha/admin.d.ts +4 -4
- package/types/devvit/data/api/v1alpha/admin.d.ts.map +1 -1
- package/types/devvit/data/api/v1alpha/admin.js +6 -6
- package/types/devvit/debug/v1alpha/debug.d.ts +1 -1
- package/types/devvit/debug/v1alpha/debug.js +2 -2
- package/types/devvit/debug/v1alpha/debug.twirp-client.d.ts +19 -0
- package/types/devvit/debug/v1alpha/debug.twirp-client.d.ts.map +1 -0
- package/types/devvit/debug/v1alpha/debug.twirp-client.js +23 -0
- package/types/devvit/debug/v1alpha/debug.twirp.d.ts +12 -0
- package/types/devvit/debug/v1alpha/debug.twirp.d.ts.map +1 -0
- package/types/devvit/debug/v1alpha/debug.twirp.js +88 -0
- package/types/devvit/dev_portal/actor/actor_type.d.ts +1 -1
- package/types/devvit/dev_portal/actor/actor_type.js +2 -2
- package/types/devvit/dev_portal/admin/waitlist_admin.d.ts +3 -3
- package/types/devvit/dev_portal/admin/waitlist_admin.js +5 -5
- package/types/devvit/dev_portal/app/app.d.ts +4 -4
- package/types/devvit/dev_portal/app/app.js +6 -6
- package/types/devvit/dev_portal/app/info/app_info.d.ts +4 -4
- package/types/devvit/dev_portal/app/info/app_info.js +6 -6
- package/types/devvit/dev_portal/app_publish_request/app_publish_request.d.ts +6 -6
- package/types/devvit/dev_portal/app_publish_request/app_publish_request.js +8 -8
- package/types/devvit/dev_portal/app_publish_request/note/app_publish_request_note.d.ts +2 -2
- package/types/devvit/dev_portal/app_publish_request/note/app_publish_request_note.js +4 -4
- package/types/devvit/dev_portal/app_publish_request/review/app_publish_request_review.d.ts +2 -2
- package/types/devvit/dev_portal/app_publish_request/review/app_publish_request_review.js +4 -4
- package/types/devvit/dev_portal/app_settings/app_settings.d.ts +3 -3
- package/types/devvit/dev_portal/app_settings/app_settings.js +4 -4
- package/types/devvit/dev_portal/app_version/app_version.d.ts +7 -7
- package/types/devvit/dev_portal/app_version/app_version.js +9 -9
- package/types/devvit/dev_portal/app_version/info/app_version_info.d.ts +1 -1
- package/types/devvit/dev_portal/app_version/info/app_version_info.js +4 -4
- package/types/devvit/dev_portal/data_api/admin/audit/audit.d.ts +1 -1
- package/types/devvit/dev_portal/data_api/admin/audit/audit.js +3 -3
- package/types/devvit/dev_portal/data_api/admin/auth/auth.d.ts +3 -3
- package/types/devvit/dev_portal/data_api/admin/auth/auth.js +5 -5
- package/types/devvit/dev_portal/data_api/admin/organization/organization.d.ts +2 -2
- package/types/devvit/dev_portal/data_api/admin/organization/organization.js +3 -3
- package/types/devvit/dev_portal/data_api/admin/subscription/subscription.d.ts +4 -4
- package/types/devvit/dev_portal/data_api/admin/subscription/subscription.js +5 -5
- package/types/devvit/dev_portal/dev_portal.d.ts +20 -20
- package/types/devvit/dev_portal/dev_portal.js +20 -20
- package/types/devvit/dev_portal/feedback/feedback.d.ts +1 -1
- package/types/devvit/dev_portal/feedback/feedback.js +2 -2
- package/types/devvit/dev_portal/installation/installation.d.ts +4 -4
- package/types/devvit/dev_portal/installation/installation.js +8 -8
- package/types/devvit/dev_portal/installation_settings/installation_settings.d.ts +3 -3
- package/types/devvit/dev_portal/installation_settings/installation_settings.js +4 -4
- package/types/devvit/dev_portal/internal/authorization/v1alpha/authorization.d.ts +2 -2
- package/types/devvit/dev_portal/internal/authorization/v1alpha/authorization.js +3 -3
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.d.ts +5 -5
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/admin.js +5 -5
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.d.ts +2 -2
- package/types/devvit/dev_portal/internal/data_api/v1alpha/admin/firehose_monitor.js +3 -3
- package/types/devvit/dev_portal/internal/media/media.d.ts +1 -1
- package/types/devvit/dev_portal/internal/media/media.js +2 -2
- package/types/devvit/dev_portal/nutrition/nutrition.d.ts +1 -1
- package/types/devvit/dev_portal/nutrition/nutrition.js +2 -2
- package/types/devvit/dev_portal/reddit/redditor.d.ts +1 -1
- package/types/devvit/dev_portal/reddit/redditor.js +2 -2
- package/types/devvit/dev_portal/waitlist/waitlist.d.ts +3 -3
- package/types/devvit/dev_portal/waitlist/waitlist.js +5 -5
- package/types/devvit/events/v1alpha/events.d.ts +6 -6
- package/types/devvit/events/v1alpha/events.d.ts.map +1 -1
- package/types/devvit/events/v1alpha/events.js +17 -17
- package/types/devvit/events/v1alpha/realtime.d.ts +2 -2
- package/types/devvit/events/v1alpha/realtime.js +4 -4
- package/types/devvit/events/v1alpha/realtime.twirp-client.d.ts +23 -0
- package/types/devvit/events/v1alpha/realtime.twirp-client.d.ts.map +1 -0
- package/types/devvit/events/v1alpha/realtime.twirp-client.js +36 -0
- package/types/devvit/events/v1alpha/realtime.twirp.d.ts +15 -0
- package/types/devvit/events/v1alpha/realtime.twirp.d.ts.map +1 -0
- package/types/devvit/events/v1alpha/realtime.twirp.js +157 -0
- package/types/devvit/events/v1alpha/wqcleanup.d.ts +1 -1
- package/types/devvit/events/v1alpha/wqcleanup.js +2 -2
- package/types/devvit/gateway/custom_post_snapshot.d.ts +2 -2
- package/types/devvit/gateway/custom_post_snapshot.js +3 -3
- package/types/devvit/gateway/custom_post_snapshot.twirp-client.d.ts +20 -0
- package/types/devvit/gateway/custom_post_snapshot.twirp-client.d.ts.map +1 -0
- package/types/devvit/gateway/custom_post_snapshot.twirp-client.js +24 -0
- package/types/devvit/gateway/custom_post_snapshot.twirp.d.ts +13 -0
- package/types/devvit/gateway/custom_post_snapshot.twirp.d.ts.map +1 -0
- package/types/devvit/gateway/custom_post_snapshot.twirp.js +91 -0
- package/types/devvit/gateway/resolvers.d.ts +2 -2
- package/types/devvit/gateway/resolvers.js +3 -3
- package/types/devvit/gateway/resolvers.twirp-client.d.ts +20 -0
- package/types/devvit/gateway/resolvers.twirp-client.d.ts.map +1 -0
- package/types/devvit/gateway/resolvers.twirp-client.js +24 -0
- package/types/devvit/gateway/resolvers.twirp.d.ts +13 -0
- package/types/devvit/gateway/resolvers.twirp.d.ts.map +1 -0
- package/types/devvit/gateway/resolvers.twirp.js +91 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.d.ts +1 -1
- package/types/devvit/gateway/utils/v1alpha/utilities.js +2 -2
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp-client.d.ts +47 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp-client.d.ts.map +1 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp-client.js +93 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp.d.ts +28 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp.d.ts.map +1 -0
- package/types/devvit/gateway/utils/v1alpha/utilities.twirp.js +440 -0
- package/types/devvit/gateway/v1alpha/triggers.d.ts +8 -8
- package/types/devvit/gateway/v1alpha/triggers.d.ts.map +1 -1
- package/types/devvit/gateway/v1alpha/triggers.js +5 -5
- package/types/devvit/gateway/v1alpha/triggers.twirp-client.d.ts +37 -0
- package/types/devvit/gateway/v1alpha/triggers.twirp-client.d.ts.map +1 -0
- package/types/devvit/gateway/v1alpha/triggers.twirp-client.js +86 -0
- package/types/devvit/gateway/v1alpha/triggers.twirp.d.ts +25 -0
- package/types/devvit/gateway/v1alpha/triggers.twirp.d.ts.map +1 -0
- package/types/devvit/gateway/v1alpha/triggers.twirp.js +423 -0
- package/types/devvit/gql/snapshot.d.ts +1 -1
- package/types/devvit/gql/snapshot.js +2 -2
- package/types/devvit/gql/subreddit_metadata.d.ts +3 -3
- package/types/devvit/gql/subreddit_metadata.js +4 -4
- package/types/devvit/options/options.d.ts +1 -1
- package/types/devvit/options/options.js +2 -2
- package/types/devvit/payments/v1alpha/order.d.ts +3 -3
- package/types/devvit/payments/v1alpha/order.js +5 -5
- package/types/devvit/payments/v1alpha/product.d.ts +2 -2
- package/types/devvit/payments/v1alpha/product.js +3 -3
- package/types/devvit/plugin/assetresolver/assetresolver.d.ts +1 -1
- package/types/devvit/plugin/assetresolver/assetresolver.js +2 -2
- package/types/devvit/plugin/assetresolver/assetresolver.twirp-client.d.ts +22 -0
- package/types/devvit/plugin/assetresolver/assetresolver.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/assetresolver/assetresolver.twirp-client.js +35 -0
- package/types/devvit/plugin/assetresolver/assetresolver.twirp.d.ts +14 -0
- package/types/devvit/plugin/assetresolver/assetresolver.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/assetresolver/assetresolver.twirp.js +156 -0
- package/types/devvit/plugin/builder/builder.d.ts +3 -3
- package/types/devvit/plugin/builder/builder.js +4 -4
- package/types/devvit/plugin/builder/builder.twirp-client.d.ts +23 -0
- package/types/devvit/plugin/builder/builder.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/builder/builder.twirp-client.js +36 -0
- package/types/devvit/plugin/builder/builder.twirp.d.ts +15 -0
- package/types/devvit/plugin/builder/builder.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/builder/builder.twirp.js +154 -0
- package/types/devvit/plugin/buildpack/buildpack.d.ts +2 -2
- package/types/devvit/plugin/buildpack/buildpack.js +2 -2
- package/types/devvit/plugin/buildpack/buildpack.twirp-client.d.ts +22 -0
- package/types/devvit/plugin/buildpack/buildpack.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/buildpack/buildpack.twirp-client.js +35 -0
- package/types/devvit/plugin/buildpack/buildpack.twirp.d.ts +14 -0
- package/types/devvit/plugin/buildpack/buildpack.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/buildpack/buildpack.twirp.js +156 -0
- package/types/devvit/plugin/buildpack/buildpack_common.d.ts +4 -4
- package/types/devvit/plugin/buildpack/buildpack_common.js +6 -6
- package/types/devvit/plugin/buildpack/filesystem.d.ts +1 -1
- package/types/devvit/plugin/buildpack/filesystem.js +2 -2
- package/types/devvit/plugin/clock/clock.d.ts +3 -3
- package/types/devvit/plugin/clock/clock.js +3 -3
- package/types/devvit/plugin/clock/clock.twirp-client.d.ts +20 -0
- package/types/devvit/plugin/clock/clock.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/clock/clock.twirp-client.js +24 -0
- package/types/devvit/plugin/clock/clock.twirp.d.ts +13 -0
- package/types/devvit/plugin/clock/clock.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/clock/clock.twirp.js +89 -0
- package/types/devvit/plugin/http/http.d.ts +1 -1
- package/types/devvit/plugin/http/http.js +2 -2
- package/types/devvit/plugin/http/http.twirp-client.d.ts +19 -0
- package/types/devvit/plugin/http/http.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/http/http.twirp-client.js +23 -0
- package/types/devvit/plugin/http/http.twirp.d.ts +12 -0
- package/types/devvit/plugin/http/http.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/http/http.twirp.js +88 -0
- package/types/devvit/plugin/inspector/inspector.d.ts +3 -3
- package/types/devvit/plugin/inspector/inspector.js +4 -4
- package/types/devvit/plugin/inspector/inspector.twirp-client.d.ts +23 -0
- package/types/devvit/plugin/inspector/inspector.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/inspector/inspector.twirp-client.js +36 -0
- package/types/devvit/plugin/inspector/inspector.twirp.d.ts +15 -0
- package/types/devvit/plugin/inspector/inspector.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/inspector/inspector.twirp.js +157 -0
- package/types/devvit/plugin/kvstore/kvstore.d.ts +2 -2
- package/types/devvit/plugin/kvstore/kvstore.js +3 -3
- package/types/devvit/plugin/kvstore/kvstore.twirp-client.d.ts +29 -0
- package/types/devvit/plugin/kvstore/kvstore.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/kvstore/kvstore.twirp-client.js +60 -0
- package/types/devvit/plugin/kvstore/kvstore.twirp.d.ts +19 -0
- package/types/devvit/plugin/kvstore/kvstore.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/kvstore/kvstore.twirp.js +289 -0
- package/types/devvit/plugin/linker/linker.d.ts +4 -4
- package/types/devvit/plugin/linker/linker.js +5 -5
- package/types/devvit/plugin/linker/linker.twirp-client.d.ts +20 -0
- package/types/devvit/plugin/linker/linker.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/linker/linker.twirp-client.js +24 -0
- package/types/devvit/plugin/linker/linker.twirp.d.ts +13 -0
- package/types/devvit/plugin/linker/linker.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/linker/linker.twirp.js +89 -0
- package/types/devvit/plugin/linker/resolver.d.ts +5 -5
- package/types/devvit/plugin/linker/resolver.js +6 -6
- package/types/devvit/plugin/linker/resolver.twirp-client.d.ts +29 -0
- package/types/devvit/plugin/linker/resolver.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/linker/resolver.twirp-client.js +51 -0
- package/types/devvit/plugin/linker/resolver.twirp.d.ts +20 -0
- package/types/devvit/plugin/linker/resolver.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/linker/resolver.twirp.js +226 -0
- package/types/devvit/plugin/logger/logger.d.ts +1 -1
- package/types/devvit/plugin/logger/logger.js +4 -4
- package/types/devvit/plugin/media/media.d.ts +1 -1
- package/types/devvit/plugin/media/media.js +2 -2
- package/types/devvit/plugin/media/media.twirp-client.d.ts +19 -0
- package/types/devvit/plugin/media/media.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/media/media.twirp-client.js +23 -0
- package/types/devvit/plugin/media/media.twirp.d.ts +12 -0
- package/types/devvit/plugin/media/media.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/media/media.twirp.js +88 -0
- package/types/devvit/plugin/modlog/modlog.d.ts +1 -1
- package/types/devvit/plugin/modlog/modlog.js +2 -2
- package/types/devvit/plugin/modlog/modlog.twirp-client.d.ts +19 -0
- package/types/devvit/plugin/modlog/modlog.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/modlog/modlog.twirp-client.js +23 -0
- package/types/devvit/plugin/modlog/modlog.twirp.d.ts +12 -0
- package/types/devvit/plugin/modlog/modlog.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/modlog/modlog.twirp.js +88 -0
- package/types/devvit/plugin/payments/v1alpha/payments.d.ts +3 -3
- package/types/devvit/plugin/payments/v1alpha/payments.js +5 -5
- package/types/devvit/plugin/payments/v1alpha/payments.twirp-client.d.ts +25 -0
- package/types/devvit/plugin/payments/v1alpha/payments.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/payments/v1alpha/payments.twirp-client.js +47 -0
- package/types/devvit/plugin/payments/v1alpha/payments.twirp.d.ts +16 -0
- package/types/devvit/plugin/payments/v1alpha/payments.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/payments/v1alpha/payments.twirp.js +222 -0
- package/types/devvit/plugin/redditapi/common/common_msg.d.ts +3 -3
- package/types/devvit/plugin/redditapi/common/common_msg.js +6 -6
- package/types/devvit/plugin/redditapi/flair/flair_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/flair/flair_msg.js +3 -3
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts +17 -17
- package/types/devvit/plugin/redditapi/flair/flair_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/flair/flair_svc.js +47 -126
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp-client.d.ts +60 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp-client.js +181 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp.d.ts +40 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/flair/flair_svc.twirp.js +950 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/graphql/graphql_msg.js +3 -3
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.d.ts +2 -2
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.js +2 -2
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp-client.d.ts +22 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp-client.js +35 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp.d.ts +14 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/graphql/graphql_svc.twirp.js +156 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.d.ts +3 -3
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_msg.js +5 -5
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts +27 -27
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.js +89 -388
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.d.ts +90 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp-client.js +301 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.d.ts +60 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/linksandcomments/linksandcomments_svc.twirp.js +1610 -0
- package/types/devvit/plugin/redditapi/listings/listings_msg.d.ts +2 -2
- package/types/devvit/plugin/redditapi/listings/listings_msg.js +4 -4
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts +11 -11
- package/types/devvit/plugin/redditapi/listings/listings_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/listings/listings_svc.js +21 -55
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp-client.d.ts +41 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp-client.js +108 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp.d.ts +27 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/listings/listings_svc.twirp.js +553 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_msg.js +3 -3
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts +28 -28
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.js +81 -361
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp-client.d.ts +85 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp-client.js +278 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp.d.ts +57 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/moderation/moderation_svc.twirp.js +1479 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/modnote/modnote_msg.js +3 -3
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.d.ts +8 -8
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.js +14 -59
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp-client.d.ts +32 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp-client.js +72 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp.d.ts +21 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/modnote/modnote_svc.twirp.js +355 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.d.ts +2 -2
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_msg.js +4 -4
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.d.ts +21 -21
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.js +46 -142
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp-client.d.ts +77 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp-client.js +252 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp.d.ts +51 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/newmodmail/newmodmail_svc.twirp.js +1345 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/postcollections/postcollections_msg.js +4 -4
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.d.ts +3 -3
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.js +3 -3
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp-client.d.ts +50 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp-client.js +144 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp.d.ts +33 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/postcollections/postcollections_svc.twirp.js +751 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.d.ts +1 -1
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_msg.js +3 -3
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts +14 -14
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.js +34 -101
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp-client.d.ts +48 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp-client.js +133 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp.d.ts +32 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/privatemessages/privatemessages_svc.twirp.js +686 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_msg.d.ts +3 -3
- package/types/devvit/plugin/redditapi/subreddits/subreddits_msg.js +5 -5
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts +32 -32
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.js +73 -243
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp-client.d.ts +100 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp-client.js +338 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp.d.ts +67 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/subreddits/subreddits_svc.twirp.js +1809 -0
- package/types/devvit/plugin/redditapi/users/users_msg.d.ts +2 -2
- package/types/devvit/plugin/redditapi/users/users_msg.js +4 -4
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts +17 -17
- package/types/devvit/plugin/redditapi/users/users_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/users/users_svc.js +39 -144
- package/types/devvit/plugin/redditapi/users/users_svc.twirp-client.d.ts +58 -0
- package/types/devvit/plugin/redditapi/users/users_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/users/users_svc.twirp-client.js +170 -0
- package/types/devvit/plugin/redditapi/users/users_svc.twirp.d.ts +39 -0
- package/types/devvit/plugin/redditapi/users/users_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/users/users_svc.twirp.js +885 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_msg.d.ts +2 -2
- package/types/devvit/plugin/redditapi/widgets/widgets_msg.js +4 -4
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.d.ts +21 -21
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.js +69 -298
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp-client.d.ts +71 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp-client.js +228 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp.d.ts +47 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.twirp.js +1213 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_msg.d.ts +2 -2
- package/types/devvit/plugin/redditapi/wiki/wiki_msg.js +4 -4
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.d.ts +13 -18
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.js +28 -79
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp-client.d.ts +47 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp-client.js +132 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp.d.ts +31 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapi/wiki/wiki_svc.twirp.js +685 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.d.ts +4 -4
- package/types/devvit/plugin/redditapiv2/redditapiv2.js +4 -4
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp-client.d.ts +24 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp-client.js +37 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp.d.ts +16 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redditapiv2/redditapiv2.twirp.js +158 -0
- package/types/devvit/plugin/redis/redisapi.d.ts +3 -3
- package/types/devvit/plugin/redis/redisapi.js +4 -4
- package/types/devvit/plugin/redis/redisapi.twirp-client.d.ts +126 -0
- package/types/devvit/plugin/redis/redisapi.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/redis/redisapi.twirp-client.js +445 -0
- package/types/devvit/plugin/redis/redisapi.twirp.d.ts +84 -0
- package/types/devvit/plugin/redis/redisapi.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/redis/redisapi.twirp.js +2402 -0
- package/types/devvit/plugin/scheduler/scheduler.d.ts +4 -4
- package/types/devvit/plugin/scheduler/scheduler.js +6 -6
- package/types/devvit/plugin/scheduler/scheduler.twirp-client.d.ts +26 -0
- package/types/devvit/plugin/scheduler/scheduler.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/scheduler/scheduler.twirp-client.js +48 -0
- package/types/devvit/plugin/scheduler/scheduler.twirp.d.ts +17 -0
- package/types/devvit/plugin/scheduler/scheduler.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/scheduler/scheduler.twirp.js +223 -0
- package/types/devvit/plugin/settings/v1alpha/settings.d.ts +2 -2
- package/types/devvit/plugin/settings/v1alpha/settings.js +4 -4
- package/types/devvit/plugin/streambroker/streambroker.d.ts +2 -2
- package/types/devvit/plugin/streambroker/streambroker.js +3 -3
- package/types/devvit/plugin/streambroker/streambroker.twirp-client.d.ts +23 -0
- package/types/devvit/plugin/streambroker/streambroker.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/streambroker/streambroker.twirp-client.js +36 -0
- package/types/devvit/plugin/streambroker/streambroker.twirp.d.ts +15 -0
- package/types/devvit/plugin/streambroker/streambroker.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/streambroker/streambroker.twirp.js +157 -0
- package/types/devvit/plugin/timer/timer.d.ts +2 -2
- package/types/devvit/plugin/timer/timer.js +3 -3
- package/types/devvit/plugin/timer/timer.twirp-client.d.ts +20 -0
- package/types/devvit/plugin/timer/timer.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/timer/timer.twirp-client.js +24 -0
- package/types/devvit/plugin/timer/timer.twirp.d.ts +13 -0
- package/types/devvit/plugin/timer/timer.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/timer/timer.twirp.js +89 -0
- package/types/devvit/plugin/v2events/v2events.d.ts +1 -1
- package/types/devvit/plugin/v2events/v2events.js +2 -2
- package/types/devvit/plugin/v2events/v2events.twirp-client.d.ts +19 -0
- package/types/devvit/plugin/v2events/v2events.twirp-client.d.ts.map +1 -0
- package/types/devvit/plugin/v2events/v2events.twirp-client.js +23 -0
- package/types/devvit/plugin/v2events/v2events.twirp.d.ts +12 -0
- package/types/devvit/plugin/v2events/v2events.twirp.d.ts.map +1 -0
- package/types/devvit/plugin/v2events/v2events.twirp.js +88 -0
- package/types/devvit/reddit/comment.d.ts +2 -2
- package/types/devvit/reddit/comment.js +5 -5
- package/types/devvit/reddit/common.d.ts +1 -1
- package/types/devvit/reddit/common.js +3 -3
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.d.ts +3 -3
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.js +5 -5
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp-client.d.ts +22 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp-client.d.ts.map +1 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp-client.js +35 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp.d.ts +14 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp.d.ts.map +1 -0
- package/types/devvit/reddit/custom_actions/v2alpha/custom_actions.twirp.js +156 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.d.ts +4 -4
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.js +6 -6
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp-client.d.ts +26 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp-client.d.ts.map +1 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp-client.js +48 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp.d.ts +17 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp.d.ts.map +1 -0
- package/types/devvit/reddit/custom_post/v1alpha/custom_post.twirp.js +223 -0
- package/types/devvit/reddit/post.d.ts +2 -2
- package/types/devvit/reddit/post.js +5 -5
- package/types/devvit/reddit/subreddit.d.ts +2 -2
- package/types/devvit/reddit/subreddit.js +4 -4
- package/types/devvit/reddit/user.d.ts +2 -2
- package/types/devvit/reddit/user.js +4 -4
- package/types/devvit/reddit/v2alpha/commentv2.d.ts +1 -1
- package/types/devvit/reddit/v2alpha/commentv2.js +2 -2
- package/types/devvit/reddit/v2alpha/flair.d.ts +1 -1
- package/types/devvit/reddit/v2alpha/flair.js +2 -2
- package/types/devvit/reddit/v2alpha/modaction.d.ts +5 -5
- package/types/devvit/reddit/v2alpha/modaction.js +7 -7
- package/types/devvit/reddit/v2alpha/modmail.d.ts +3 -3
- package/types/devvit/reddit/v2alpha/modmail.js +5 -5
- package/types/devvit/reddit/v2alpha/postv2.d.ts +2 -2
- package/types/devvit/reddit/v2alpha/postv2.js +3 -3
- package/types/devvit/reddit/v2alpha/subredditv2.d.ts +1 -1
- package/types/devvit/reddit/v2alpha/subredditv2.js +2 -2
- package/types/devvit/reddit/v2alpha/userv2.d.ts +2 -2
- package/types/devvit/reddit/v2alpha/userv2.js +3 -3
- package/types/devvit/remote_logger/remote_logger.d.ts +2 -2
- package/types/devvit/remote_logger/remote_logger.js +4 -4
- package/types/devvit/runtime/actor/bootstrap.d.ts +3 -3
- package/types/devvit/runtime/actor/bootstrap.js +3 -3
- package/types/devvit/runtime/actor/bootstrap.twirp-client.d.ts +23 -0
- package/types/devvit/runtime/actor/bootstrap.twirp-client.d.ts.map +1 -0
- package/types/devvit/runtime/actor/bootstrap.twirp-client.js +36 -0
- package/types/devvit/runtime/actor/bootstrap.twirp.d.ts +15 -0
- package/types/devvit/runtime/actor/bootstrap.twirp.d.ts.map +1 -0
- package/types/devvit/runtime/actor/bootstrap.twirp.js +157 -0
- package/types/devvit/runtime/actor/echo.d.ts +2 -2
- package/types/devvit/runtime/actor/echo.js +2 -2
- package/types/devvit/runtime/actor/echo.twirp-client.d.ts +19 -0
- package/types/devvit/runtime/actor/echo.twirp-client.d.ts.map +1 -0
- package/types/devvit/runtime/actor/echo.twirp-client.js +23 -0
- package/types/devvit/runtime/actor/echo.twirp.d.ts +12 -0
- package/types/devvit/runtime/actor/echo.twirp.d.ts.map +1 -0
- package/types/devvit/runtime/actor/echo.twirp.js +88 -0
- package/types/devvit/runtime/actor/runtime.d.ts +3 -3
- package/types/devvit/runtime/actor/runtime.js +4 -4
- package/types/devvit/runtime/actor/runtime.twirp-client.d.ts +24 -0
- package/types/devvit/runtime/actor/runtime.twirp-client.d.ts.map +1 -0
- package/types/devvit/runtime/actor/runtime.twirp-client.js +37 -0
- package/types/devvit/runtime/actor/runtime.twirp.d.ts +16 -0
- package/types/devvit/runtime/actor/runtime.twirp.d.ts.map +1 -0
- package/types/devvit/runtime/actor/runtime.twirp.js +158 -0
- package/types/devvit/runtime/actor/supervisor.d.ts +4 -4
- package/types/devvit/runtime/actor/supervisor.js +5 -5
- package/types/devvit/runtime/actor/supervisor.twirp-client.d.ts +28 -0
- package/types/devvit/runtime/actor/supervisor.twirp-client.d.ts.map +1 -0
- package/types/devvit/runtime/actor/supervisor.twirp-client.js +50 -0
- package/types/devvit/runtime/actor/supervisor.twirp.d.ts +19 -0
- package/types/devvit/runtime/actor/supervisor.twirp.d.ts.map +1 -0
- package/types/devvit/runtime/actor/supervisor.twirp.js +225 -0
- package/types/devvit/runtime/actor/v1alpha/health.d.ts +2 -2
- package/types/devvit/runtime/actor/v1alpha/health.js +4 -4
- package/types/devvit/runtime/actor/v1alpha/health.twirp-client.d.ts +20 -0
- package/types/devvit/runtime/actor/v1alpha/health.twirp-client.d.ts.map +1 -0
- package/types/devvit/runtime/actor/v1alpha/health.twirp-client.js +24 -0
- package/types/devvit/runtime/actor/v1alpha/health.twirp.d.ts +13 -0
- package/types/devvit/runtime/actor/v1alpha/health.twirp.d.ts.map +1 -0
- package/types/devvit/runtime/actor/v1alpha/health.twirp.js +89 -0
- package/types/devvit/runtime/bundle.d.ts +2 -2
- package/types/devvit/runtime/bundle.js +5 -5
- package/types/devvit/runtime/envelope.d.ts +2 -2
- package/types/devvit/runtime/envelope.js +4 -4
- package/types/devvit/runtime/runtime_common.d.ts +1 -1
- package/types/devvit/runtime/runtime_common.js +3 -3
- package/types/devvit/runtime/serializable.d.ts +1 -1
- package/types/devvit/runtime/serializable.js +2 -2
- package/types/devvit/service/bundle_service.d.ts +3 -3
- package/types/devvit/service/bundle_service.js +4 -4
- package/types/devvit/service/bundle_service.twirp-client.d.ts +24 -0
- package/types/devvit/service/bundle_service.twirp-client.d.ts.map +1 -0
- package/types/devvit/service/bundle_service.twirp-client.js +37 -0
- package/types/devvit/service/bundle_service.twirp.d.ts +16 -0
- package/types/devvit/service/bundle_service.twirp.d.ts.map +1 -0
- package/types/devvit/service/bundle_service.twirp.js +158 -0
- package/types/devvit/service/envelope_service.d.ts +3 -3
- package/types/devvit/service/envelope_service.js +3 -3
- package/types/devvit/service/envelope_service.twirp-client.d.ts +20 -0
- package/types/devvit/service/envelope_service.twirp-client.d.ts.map +1 -0
- package/types/devvit/service/envelope_service.twirp-client.js +24 -0
- package/types/devvit/service/envelope_service.twirp.d.ts +13 -0
- package/types/devvit/service/envelope_service.twirp.d.ts.map +1 -0
- package/types/devvit/service/envelope_service.twirp.js +89 -0
- package/types/devvit/{data/triggers → triggers}/v1alpha/triggers.d.ts +4 -4
- package/types/devvit/triggers/v1alpha/triggers.d.ts.map +1 -0
- package/types/devvit/{data/triggers → triggers}/v1alpha/triggers.js +6 -6
- package/types/devvit/ui/block_kit/v1beta/attributes.d.ts +2 -2
- package/types/devvit/ui/block_kit/v1beta/attributes.js +4 -4
- package/types/devvit/ui/block_kit/v1beta/block.d.ts +3 -3
- package/types/devvit/ui/block_kit/v1beta/block.js +5 -5
- package/types/devvit/ui/block_kit/v1beta/rendering.d.ts +3 -3
- package/types/devvit/ui/block_kit/v1beta/rendering.js +5 -5
- package/types/devvit/ui/block_kit/v1beta/ui.d.ts +5 -5
- package/types/devvit/ui/block_kit/v1beta/ui.js +7 -7
- package/types/devvit/ui/common/v1alpha/common.d.ts +1 -1
- package/types/devvit/ui/common/v1alpha/common.js +2 -2
- package/types/devvit/ui/effects/v1alpha/create_order.d.ts +1 -1
- package/types/devvit/ui/effects/v1alpha/create_order.js +2 -2
- package/types/devvit/ui/effects/v1alpha/effect.d.ts +9 -9
- package/types/devvit/ui/effects/v1alpha/effect.js +10 -10
- package/types/devvit/ui/effects/v1alpha/interval.d.ts +2 -2
- package/types/devvit/ui/effects/v1alpha/interval.js +4 -4
- package/types/devvit/ui/effects/v1alpha/navigate_to_url.d.ts +1 -1
- package/types/devvit/ui/effects/v1alpha/navigate_to_url.js +2 -2
- package/types/devvit/ui/effects/v1alpha/realtime_subscriptions.d.ts +2 -2
- package/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js +3 -3
- package/types/devvit/ui/effects/v1alpha/reload_part.d.ts +1 -1
- package/types/devvit/ui/effects/v1alpha/reload_part.js +2 -2
- package/types/devvit/ui/effects/v1alpha/rerender_ui.d.ts +1 -1
- package/types/devvit/ui/effects/v1alpha/rerender_ui.js +2 -2
- package/types/devvit/ui/effects/v1alpha/show_form.d.ts +3 -3
- package/types/devvit/ui/effects/v1alpha/show_form.js +4 -4
- package/types/devvit/ui/effects/v1alpha/show_toast.d.ts +2 -2
- package/types/devvit/ui/effects/v1alpha/show_toast.js +3 -3
- package/types/devvit/ui/events/v1alpha/event.d.ts +5 -5
- package/types/devvit/ui/events/v1alpha/event.js +8 -8
- package/types/devvit/ui/events/v1alpha/handle_ui.d.ts +3 -3
- package/types/devvit/ui/events/v1alpha/handle_ui.js +5 -5
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp-client.d.ts +19 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp-client.d.ts.map +1 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp-client.js +23 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp.d.ts +12 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp.d.ts.map +1 -0
- package/types/devvit/ui/events/v1alpha/handle_ui.twirp.js +88 -0
- package/types/devvit/ui/form_builder/v1alpha/field.d.ts +3 -3
- package/types/devvit/ui/form_builder/v1alpha/field.js +4 -4
- package/types/devvit/ui/form_builder/v1alpha/form.d.ts +2 -2
- package/types/devvit/ui/form_builder/v1alpha/form.js +3 -3
- package/types/devvit/ui/form_builder/v1alpha/value.d.ts +2 -2
- package/types/devvit/ui/form_builder/v1alpha/value.js +3 -3
- package/types/devvit/ui/toast/toast.d.ts +1 -1
- package/types/devvit/ui/toast/toast.js +2 -2
- package/types/devvit/uuid.d.ts +1 -1
- package/types/devvit/uuid.js +2 -2
- package/types/google/protobuf/any.d.ts +5 -10
- package/types/google/protobuf/any.d.ts.map +1 -1
- package/types/google/protobuf/any.js +2 -2
- package/types/google/protobuf/descriptor.d.ts +39 -435
- package/types/google/protobuf/descriptor.d.ts.map +1 -1
- package/types/google/protobuf/descriptor.js +101 -1605
- package/types/google/protobuf/duration.d.ts +1 -1
- package/types/google/protobuf/duration.js +2 -2
- package/types/google/protobuf/empty.d.ts +1 -1
- package/types/google/protobuf/empty.js +2 -2
- package/types/google/protobuf/struct.d.ts +2 -2
- package/types/google/protobuf/struct.js +3 -3
- package/types/google/protobuf/timestamp.d.ts +2 -2
- package/types/google/protobuf/timestamp.js +2 -2
- package/types/google/protobuf/wrappers.d.ts +1 -1
- package/types/google/protobuf/wrappers.js +2 -2
- package/types/typeRegistry.d.ts +1 -1
- package/schema/buf.strict.yaml +0 -7
- package/schema/buf.yaml +0 -8
- package/types/devvit/data/api/admin/v1alpha/audit.d.ts +0 -159
- package/types/devvit/data/api/admin/v1alpha/audit.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/audit.js +0 -776
- package/types/devvit/data/api/admin/v1alpha/auth.d.ts +0 -127
- package/types/devvit/data/api/admin/v1alpha/auth.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/auth.js +0 -599
- package/types/devvit/data/api/admin/v1alpha/organization.d.ts +0 -122
- package/types/devvit/data/api/admin/v1alpha/organization.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/organization.js +0 -522
- package/types/devvit/data/api/admin/v1alpha/service.d.ts +0 -855
- package/types/devvit/data/api/admin/v1alpha/service.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/service.js +0 -254
- package/types/devvit/data/api/admin/v1alpha/subscription.d.ts +0 -167
- package/types/devvit/data/api/admin/v1alpha/subscription.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/subscription.js +0 -885
- package/types/devvit/data/api/admin/v1alpha/ui.d.ts +0 -52
- package/types/devvit/data/api/admin/v1alpha/ui.d.ts.map +0 -1
- package/types/devvit/data/api/admin/v1alpha/ui.js +0 -198
- package/types/devvit/data/api/v1alpha/filter.d.ts +0 -160
- package/types/devvit/data/api/v1alpha/filter.d.ts.map +0 -1
- package/types/devvit/data/api/v1alpha/filter.js +0 -983
- package/types/devvit/data/api/v1alpha/intake.d.ts +0 -85
- package/types/devvit/data/api/v1alpha/intake.d.ts.map +0 -1
- package/types/devvit/data/api/v1alpha/intake.js +0 -160
- package/types/devvit/data/triggers/v1alpha/triggers.d.ts.map +0 -1
- /package/schema/{buf → .snootobuf/deps/buf}/validate/expression.proto +0 -0
- /package/schema/{buf → .snootobuf/deps/buf}/validate/priv/private.proto +0 -0
- /package/schema/{buf → .snootobuf/deps/buf}/validate/validate.proto +0 -0
- /package/schema/{google → .snootobuf/deps/google}/api/annotations.proto +0 -0
- /package/schema/{openapi → .snootobuf/deps/openapi}/helper.proto +0 -0
package/schema/.snootobuf/output/devenv_ts_files/devvit/plugin/redditapi/modnote/modnote_msg.ts
ADDED
@@ -0,0 +1,1025 @@
|
|
1
|
+
// @generated by protobuf-ts 2.9.3
|
2
|
+
// @generated from protobuf file "devvit/plugin/redditapi/modnote/modnote_msg.proto" (package "devvit.plugin.redditapi.modnote", syntax proto3)
|
3
|
+
// tslint:disable
|
4
|
+
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
5
|
+
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
6
|
+
import { WireType } from "@protobuf-ts/runtime";
|
7
|
+
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
8
|
+
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
9
|
+
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
10
|
+
import type { PartialMessage } from "@protobuf-ts/runtime";
|
11
|
+
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
12
|
+
import { MessageType } from "@protobuf-ts/runtime";
|
13
|
+
import { BoolValue } from "../../../../google/protobuf/wrappers";
|
14
|
+
import { Int64Value } from "../../../../google/protobuf/wrappers";
|
15
|
+
import { StringValue } from "../../../../google/protobuf/wrappers";
|
16
|
+
/**
|
17
|
+
* Requests
|
18
|
+
*
|
19
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.DeleteNotesRequest
|
20
|
+
*/
|
21
|
+
export interface DeleteNotesRequest {
|
22
|
+
/**
|
23
|
+
* subreddit name without the r/
|
24
|
+
*
|
25
|
+
* @generated from protobuf field: string subreddit = 1;
|
26
|
+
*/
|
27
|
+
subreddit: string;
|
28
|
+
/**
|
29
|
+
* a unique ID for the note to be deleted (should have a ModNote_ prefix)
|
30
|
+
*
|
31
|
+
* @generated from protobuf field: string note_id = 2;
|
32
|
+
*/
|
33
|
+
noteId: string;
|
34
|
+
/**
|
35
|
+
* account username
|
36
|
+
*
|
37
|
+
* @generated from protobuf field: string user = 3;
|
38
|
+
*/
|
39
|
+
user: string;
|
40
|
+
}
|
41
|
+
/**
|
42
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.GetNotesRequest
|
43
|
+
*/
|
44
|
+
export interface GetNotesRequest {
|
45
|
+
/**
|
46
|
+
* subreddit name without the r/
|
47
|
+
*
|
48
|
+
* @generated from protobuf field: string subreddit = 1;
|
49
|
+
*/
|
50
|
+
subreddit: string;
|
51
|
+
/**
|
52
|
+
* (optional) an encoded string used for pagination with mod notes
|
53
|
+
*
|
54
|
+
* @generated from protobuf field: google.protobuf.StringValue before = 2;
|
55
|
+
*/
|
56
|
+
before?: StringValue;
|
57
|
+
/**
|
58
|
+
* (optional) one of (NOTE, APPROVAL, REMOVAL, BAN, MUTE, INVITE, SPAM, CONTENT_CHANGE,
|
59
|
+
* MOD_ACTION, ALL), to be used for querying specific types of mod notes (default: all)
|
60
|
+
*
|
61
|
+
* @generated from protobuf field: google.protobuf.StringValue filter = 3;
|
62
|
+
*/
|
63
|
+
filter?: StringValue;
|
64
|
+
/**
|
65
|
+
* (optional) the number of mod notes to return in the response payload (default: 25, max: 100)
|
66
|
+
*
|
67
|
+
* @generated from protobuf field: google.protobuf.Int64Value limit = 4;
|
68
|
+
*/
|
69
|
+
limit?: Int64Value;
|
70
|
+
/**
|
71
|
+
* account username
|
72
|
+
*
|
73
|
+
* @generated from protobuf field: string user = 5;
|
74
|
+
*/
|
75
|
+
user: string;
|
76
|
+
}
|
77
|
+
/**
|
78
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.PostNotesRequest
|
79
|
+
*/
|
80
|
+
export interface PostNotesRequest {
|
81
|
+
/**
|
82
|
+
* @generated from protobuf field: string subreddit = 1;
|
83
|
+
*/
|
84
|
+
subreddit: string;
|
85
|
+
/**
|
86
|
+
* (optional) one of (BOT_BAN, PERMA_BAN, BAN, ABUSE_WARNING, SPAM_WARNING, SPAM_WATCH, SOLID_CONTRIBUTOR, HELPFUL_USER)
|
87
|
+
*
|
88
|
+
* @generated from protobuf field: string label = 2;
|
89
|
+
*/
|
90
|
+
label: string;
|
91
|
+
/**
|
92
|
+
* Content of the note, should be a string with a maximum character limit of 250
|
93
|
+
*
|
94
|
+
* @generated from protobuf field: string note = 3;
|
95
|
+
*/
|
96
|
+
note: string;
|
97
|
+
/**
|
98
|
+
* (optional) a fullname of a comment or post (should have either a t1 or t3 prefix)
|
99
|
+
*
|
100
|
+
* @generated from protobuf field: google.protobuf.StringValue reddit_id = 4;
|
101
|
+
*/
|
102
|
+
redditId?: StringValue;
|
103
|
+
/**
|
104
|
+
* account username
|
105
|
+
*
|
106
|
+
* @generated from protobuf field: string user = 5;
|
107
|
+
*/
|
108
|
+
user: string;
|
109
|
+
}
|
110
|
+
/**
|
111
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.RecentNotesRequest
|
112
|
+
*/
|
113
|
+
export interface RecentNotesRequest {
|
114
|
+
/**
|
115
|
+
* a comma delimited list of subreddits by name (e.g. 'pics,worldnews')
|
116
|
+
*
|
117
|
+
* @generated from protobuf field: string subreddits = 1;
|
118
|
+
*/
|
119
|
+
subreddits: string;
|
120
|
+
/**
|
121
|
+
* a comma delimited list of usernames (e.g. 'foo,bar')
|
122
|
+
*
|
123
|
+
* @generated from protobuf field: string users = 2;
|
124
|
+
*/
|
125
|
+
users: string;
|
126
|
+
}
|
127
|
+
/**
|
128
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.PostRemovalNoteRequest
|
129
|
+
*/
|
130
|
+
export interface PostRemovalNoteRequest {
|
131
|
+
/**
|
132
|
+
* list of thing ids
|
133
|
+
*
|
134
|
+
* @generated from protobuf field: repeated string item_ids = 1;
|
135
|
+
*/
|
136
|
+
itemIds: string[];
|
137
|
+
/**
|
138
|
+
* id of a Removal Reason - you can leave this as an empty string if you don't have one
|
139
|
+
*
|
140
|
+
* @generated from protobuf field: string reason_id = 2;
|
141
|
+
*/
|
142
|
+
reasonId: string;
|
143
|
+
/**
|
144
|
+
* the reason for removal (maximum 100 characters)
|
145
|
+
*
|
146
|
+
* @generated from protobuf field: google.protobuf.StringValue mod_note = 3;
|
147
|
+
*/
|
148
|
+
modNote?: StringValue;
|
149
|
+
}
|
150
|
+
/**
|
151
|
+
* Responses
|
152
|
+
*
|
153
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.ModNotesResponse
|
154
|
+
*/
|
155
|
+
export interface ModNotesResponse {
|
156
|
+
/**
|
157
|
+
* @generated from protobuf field: repeated devvit.plugin.redditapi.modnote.ModNoteObject mod_notes = 1;
|
158
|
+
*/
|
159
|
+
modNotes: ModNoteObject[];
|
160
|
+
/**
|
161
|
+
* @generated from protobuf field: google.protobuf.StringValue start_cursor = 2;
|
162
|
+
*/
|
163
|
+
startCursor?: StringValue;
|
164
|
+
/**
|
165
|
+
* @generated from protobuf field: google.protobuf.StringValue end_cursor = 3;
|
166
|
+
*/
|
167
|
+
endCursor?: StringValue;
|
168
|
+
/**
|
169
|
+
* @generated from protobuf field: google.protobuf.BoolValue has_next_page = 4;
|
170
|
+
*/
|
171
|
+
hasNextPage?: BoolValue;
|
172
|
+
}
|
173
|
+
/**
|
174
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.DeleteNotesResponse
|
175
|
+
*/
|
176
|
+
export interface DeleteNotesResponse {
|
177
|
+
/**
|
178
|
+
* @generated from protobuf field: google.protobuf.BoolValue deleted = 1;
|
179
|
+
*/
|
180
|
+
deleted?: BoolValue;
|
181
|
+
}
|
182
|
+
/**
|
183
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.ModNoteObject
|
184
|
+
*/
|
185
|
+
export interface ModNoteObject {
|
186
|
+
/**
|
187
|
+
* @generated from protobuf field: google.protobuf.StringValue subreddit_id = 1;
|
188
|
+
*/
|
189
|
+
subredditId?: StringValue;
|
190
|
+
/**
|
191
|
+
* @generated from protobuf field: google.protobuf.StringValue operator_id = 2;
|
192
|
+
*/
|
193
|
+
operatorId?: StringValue;
|
194
|
+
/**
|
195
|
+
* @generated from protobuf field: devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData mod_action_data = 3;
|
196
|
+
*/
|
197
|
+
modActionData?: ModNoteObject_ModActionData;
|
198
|
+
/**
|
199
|
+
* @generated from protobuf field: devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData user_note_data = 4;
|
200
|
+
*/
|
201
|
+
userNoteData?: ModNoteObject_UserNoteData;
|
202
|
+
/**
|
203
|
+
* @generated from protobuf field: google.protobuf.StringValue subreddit = 5;
|
204
|
+
*/
|
205
|
+
subreddit?: StringValue;
|
206
|
+
/**
|
207
|
+
* @generated from protobuf field: google.protobuf.StringValue user = 6;
|
208
|
+
*/
|
209
|
+
user?: StringValue;
|
210
|
+
/**
|
211
|
+
* @generated from protobuf field: google.protobuf.StringValue operator = 7;
|
212
|
+
*/
|
213
|
+
operator?: StringValue;
|
214
|
+
/**
|
215
|
+
* @generated from protobuf field: google.protobuf.StringValue id = 8;
|
216
|
+
*/
|
217
|
+
id?: StringValue;
|
218
|
+
/**
|
219
|
+
* @generated from protobuf field: google.protobuf.StringValue user_id = 9;
|
220
|
+
*/
|
221
|
+
userId?: StringValue;
|
222
|
+
/**
|
223
|
+
* @generated from protobuf field: google.protobuf.Int64Value created_at = 10;
|
224
|
+
*/
|
225
|
+
createdAt?: Int64Value;
|
226
|
+
/**
|
227
|
+
* @generated from protobuf field: google.protobuf.StringValue cursor = 11;
|
228
|
+
*/
|
229
|
+
cursor?: StringValue;
|
230
|
+
/**
|
231
|
+
* @generated from protobuf field: google.protobuf.StringValue type = 12;
|
232
|
+
*/
|
233
|
+
type?: StringValue;
|
234
|
+
}
|
235
|
+
/**
|
236
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData
|
237
|
+
*/
|
238
|
+
export interface ModNoteObject_ModActionData {
|
239
|
+
/**
|
240
|
+
* @generated from protobuf field: google.protobuf.StringValue action = 1;
|
241
|
+
*/
|
242
|
+
action?: StringValue;
|
243
|
+
/**
|
244
|
+
* @generated from protobuf field: google.protobuf.StringValue reddit_id = 2;
|
245
|
+
*/
|
246
|
+
redditId?: StringValue;
|
247
|
+
/**
|
248
|
+
* @generated from protobuf field: google.protobuf.StringValue details = 3;
|
249
|
+
*/
|
250
|
+
details?: StringValue;
|
251
|
+
/**
|
252
|
+
* @generated from protobuf field: google.protobuf.StringValue description = 4;
|
253
|
+
*/
|
254
|
+
description?: StringValue;
|
255
|
+
}
|
256
|
+
/**
|
257
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData
|
258
|
+
*/
|
259
|
+
export interface ModNoteObject_UserNoteData {
|
260
|
+
/**
|
261
|
+
* @generated from protobuf field: google.protobuf.StringValue note = 1;
|
262
|
+
*/
|
263
|
+
note?: StringValue;
|
264
|
+
/**
|
265
|
+
* @generated from protobuf field: google.protobuf.StringValue reddit_id = 2;
|
266
|
+
*/
|
267
|
+
redditId?: StringValue;
|
268
|
+
/**
|
269
|
+
* @generated from protobuf field: google.protobuf.StringValue label = 3;
|
270
|
+
*/
|
271
|
+
label?: StringValue;
|
272
|
+
}
|
273
|
+
/**
|
274
|
+
* @generated from protobuf message devvit.plugin.redditapi.modnote.PostModNotesResponse
|
275
|
+
*/
|
276
|
+
export interface PostModNotesResponse {
|
277
|
+
/**
|
278
|
+
* @generated from protobuf field: devvit.plugin.redditapi.modnote.ModNoteObject created = 1;
|
279
|
+
*/
|
280
|
+
created?: ModNoteObject;
|
281
|
+
}
|
282
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
283
|
+
class DeleteNotesRequest$Type extends MessageType<DeleteNotesRequest> {
|
284
|
+
constructor() {
|
285
|
+
super("devvit.plugin.redditapi.modnote.DeleteNotesRequest", [
|
286
|
+
{ no: 1, name: "subreddit", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
287
|
+
{ no: 2, name: "note_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
288
|
+
{ no: 3, name: "user", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
289
|
+
]);
|
290
|
+
}
|
291
|
+
create(value?: PartialMessage<DeleteNotesRequest>): DeleteNotesRequest {
|
292
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
293
|
+
message.subreddit = "";
|
294
|
+
message.noteId = "";
|
295
|
+
message.user = "";
|
296
|
+
if (value !== undefined)
|
297
|
+
reflectionMergePartial<DeleteNotesRequest>(this, message, value);
|
298
|
+
return message;
|
299
|
+
}
|
300
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteNotesRequest): DeleteNotesRequest {
|
301
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
302
|
+
while (reader.pos < end) {
|
303
|
+
let [fieldNo, wireType] = reader.tag();
|
304
|
+
switch (fieldNo) {
|
305
|
+
case /* string subreddit */ 1:
|
306
|
+
message.subreddit = reader.string();
|
307
|
+
break;
|
308
|
+
case /* string note_id */ 2:
|
309
|
+
message.noteId = reader.string();
|
310
|
+
break;
|
311
|
+
case /* string user */ 3:
|
312
|
+
message.user = reader.string();
|
313
|
+
break;
|
314
|
+
default:
|
315
|
+
let u = options.readUnknownField;
|
316
|
+
if (u === "throw")
|
317
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
318
|
+
let d = reader.skip(wireType);
|
319
|
+
if (u !== false)
|
320
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
321
|
+
}
|
322
|
+
}
|
323
|
+
return message;
|
324
|
+
}
|
325
|
+
internalBinaryWrite(message: DeleteNotesRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
326
|
+
/* string subreddit = 1; */
|
327
|
+
if (message.subreddit !== "")
|
328
|
+
writer.tag(1, WireType.LengthDelimited).string(message.subreddit);
|
329
|
+
/* string note_id = 2; */
|
330
|
+
if (message.noteId !== "")
|
331
|
+
writer.tag(2, WireType.LengthDelimited).string(message.noteId);
|
332
|
+
/* string user = 3; */
|
333
|
+
if (message.user !== "")
|
334
|
+
writer.tag(3, WireType.LengthDelimited).string(message.user);
|
335
|
+
let u = options.writeUnknownFields;
|
336
|
+
if (u !== false)
|
337
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
338
|
+
return writer;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
/**
|
342
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.DeleteNotesRequest
|
343
|
+
*/
|
344
|
+
export const DeleteNotesRequest = new DeleteNotesRequest$Type();
|
345
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
346
|
+
class GetNotesRequest$Type extends MessageType<GetNotesRequest> {
|
347
|
+
constructor() {
|
348
|
+
super("devvit.plugin.redditapi.modnote.GetNotesRequest", [
|
349
|
+
{ no: 1, name: "subreddit", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
350
|
+
{ no: 2, name: "before", kind: "message", T: () => StringValue },
|
351
|
+
{ no: 3, name: "filter", kind: "message", T: () => StringValue },
|
352
|
+
{ no: 4, name: "limit", kind: "message", T: () => Int64Value },
|
353
|
+
{ no: 5, name: "user", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
354
|
+
]);
|
355
|
+
}
|
356
|
+
create(value?: PartialMessage<GetNotesRequest>): GetNotesRequest {
|
357
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
358
|
+
message.subreddit = "";
|
359
|
+
message.user = "";
|
360
|
+
if (value !== undefined)
|
361
|
+
reflectionMergePartial<GetNotesRequest>(this, message, value);
|
362
|
+
return message;
|
363
|
+
}
|
364
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetNotesRequest): GetNotesRequest {
|
365
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
366
|
+
while (reader.pos < end) {
|
367
|
+
let [fieldNo, wireType] = reader.tag();
|
368
|
+
switch (fieldNo) {
|
369
|
+
case /* string subreddit */ 1:
|
370
|
+
message.subreddit = reader.string();
|
371
|
+
break;
|
372
|
+
case /* google.protobuf.StringValue before */ 2:
|
373
|
+
message.before = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.before);
|
374
|
+
break;
|
375
|
+
case /* google.protobuf.StringValue filter */ 3:
|
376
|
+
message.filter = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.filter);
|
377
|
+
break;
|
378
|
+
case /* google.protobuf.Int64Value limit */ 4:
|
379
|
+
message.limit = Int64Value.internalBinaryRead(reader, reader.uint32(), options, message.limit);
|
380
|
+
break;
|
381
|
+
case /* string user */ 5:
|
382
|
+
message.user = reader.string();
|
383
|
+
break;
|
384
|
+
default:
|
385
|
+
let u = options.readUnknownField;
|
386
|
+
if (u === "throw")
|
387
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
388
|
+
let d = reader.skip(wireType);
|
389
|
+
if (u !== false)
|
390
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
391
|
+
}
|
392
|
+
}
|
393
|
+
return message;
|
394
|
+
}
|
395
|
+
internalBinaryWrite(message: GetNotesRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
396
|
+
/* string subreddit = 1; */
|
397
|
+
if (message.subreddit !== "")
|
398
|
+
writer.tag(1, WireType.LengthDelimited).string(message.subreddit);
|
399
|
+
/* google.protobuf.StringValue before = 2; */
|
400
|
+
if (message.before)
|
401
|
+
StringValue.internalBinaryWrite(message.before, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
402
|
+
/* google.protobuf.StringValue filter = 3; */
|
403
|
+
if (message.filter)
|
404
|
+
StringValue.internalBinaryWrite(message.filter, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
405
|
+
/* google.protobuf.Int64Value limit = 4; */
|
406
|
+
if (message.limit)
|
407
|
+
Int64Value.internalBinaryWrite(message.limit, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
408
|
+
/* string user = 5; */
|
409
|
+
if (message.user !== "")
|
410
|
+
writer.tag(5, WireType.LengthDelimited).string(message.user);
|
411
|
+
let u = options.writeUnknownFields;
|
412
|
+
if (u !== false)
|
413
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
414
|
+
return writer;
|
415
|
+
}
|
416
|
+
}
|
417
|
+
/**
|
418
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.GetNotesRequest
|
419
|
+
*/
|
420
|
+
export const GetNotesRequest = new GetNotesRequest$Type();
|
421
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
422
|
+
class PostNotesRequest$Type extends MessageType<PostNotesRequest> {
|
423
|
+
constructor() {
|
424
|
+
super("devvit.plugin.redditapi.modnote.PostNotesRequest", [
|
425
|
+
{ no: 1, name: "subreddit", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
426
|
+
{ no: 2, name: "label", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
427
|
+
{ no: 3, name: "note", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
428
|
+
{ no: 4, name: "reddit_id", kind: "message", T: () => StringValue },
|
429
|
+
{ no: 5, name: "user", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
430
|
+
]);
|
431
|
+
}
|
432
|
+
create(value?: PartialMessage<PostNotesRequest>): PostNotesRequest {
|
433
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
434
|
+
message.subreddit = "";
|
435
|
+
message.label = "";
|
436
|
+
message.note = "";
|
437
|
+
message.user = "";
|
438
|
+
if (value !== undefined)
|
439
|
+
reflectionMergePartial<PostNotesRequest>(this, message, value);
|
440
|
+
return message;
|
441
|
+
}
|
442
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PostNotesRequest): PostNotesRequest {
|
443
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
444
|
+
while (reader.pos < end) {
|
445
|
+
let [fieldNo, wireType] = reader.tag();
|
446
|
+
switch (fieldNo) {
|
447
|
+
case /* string subreddit */ 1:
|
448
|
+
message.subreddit = reader.string();
|
449
|
+
break;
|
450
|
+
case /* string label */ 2:
|
451
|
+
message.label = reader.string();
|
452
|
+
break;
|
453
|
+
case /* string note */ 3:
|
454
|
+
message.note = reader.string();
|
455
|
+
break;
|
456
|
+
case /* google.protobuf.StringValue reddit_id */ 4:
|
457
|
+
message.redditId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.redditId);
|
458
|
+
break;
|
459
|
+
case /* string user */ 5:
|
460
|
+
message.user = reader.string();
|
461
|
+
break;
|
462
|
+
default:
|
463
|
+
let u = options.readUnknownField;
|
464
|
+
if (u === "throw")
|
465
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
466
|
+
let d = reader.skip(wireType);
|
467
|
+
if (u !== false)
|
468
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
469
|
+
}
|
470
|
+
}
|
471
|
+
return message;
|
472
|
+
}
|
473
|
+
internalBinaryWrite(message: PostNotesRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
474
|
+
/* string subreddit = 1; */
|
475
|
+
if (message.subreddit !== "")
|
476
|
+
writer.tag(1, WireType.LengthDelimited).string(message.subreddit);
|
477
|
+
/* string label = 2; */
|
478
|
+
if (message.label !== "")
|
479
|
+
writer.tag(2, WireType.LengthDelimited).string(message.label);
|
480
|
+
/* string note = 3; */
|
481
|
+
if (message.note !== "")
|
482
|
+
writer.tag(3, WireType.LengthDelimited).string(message.note);
|
483
|
+
/* google.protobuf.StringValue reddit_id = 4; */
|
484
|
+
if (message.redditId)
|
485
|
+
StringValue.internalBinaryWrite(message.redditId, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
486
|
+
/* string user = 5; */
|
487
|
+
if (message.user !== "")
|
488
|
+
writer.tag(5, WireType.LengthDelimited).string(message.user);
|
489
|
+
let u = options.writeUnknownFields;
|
490
|
+
if (u !== false)
|
491
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
492
|
+
return writer;
|
493
|
+
}
|
494
|
+
}
|
495
|
+
/**
|
496
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.PostNotesRequest
|
497
|
+
*/
|
498
|
+
export const PostNotesRequest = new PostNotesRequest$Type();
|
499
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
500
|
+
class RecentNotesRequest$Type extends MessageType<RecentNotesRequest> {
|
501
|
+
constructor() {
|
502
|
+
super("devvit.plugin.redditapi.modnote.RecentNotesRequest", [
|
503
|
+
{ no: 1, name: "subreddits", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
504
|
+
{ no: 2, name: "users", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
|
505
|
+
]);
|
506
|
+
}
|
507
|
+
create(value?: PartialMessage<RecentNotesRequest>): RecentNotesRequest {
|
508
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
509
|
+
message.subreddits = "";
|
510
|
+
message.users = "";
|
511
|
+
if (value !== undefined)
|
512
|
+
reflectionMergePartial<RecentNotesRequest>(this, message, value);
|
513
|
+
return message;
|
514
|
+
}
|
515
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RecentNotesRequest): RecentNotesRequest {
|
516
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
517
|
+
while (reader.pos < end) {
|
518
|
+
let [fieldNo, wireType] = reader.tag();
|
519
|
+
switch (fieldNo) {
|
520
|
+
case /* string subreddits */ 1:
|
521
|
+
message.subreddits = reader.string();
|
522
|
+
break;
|
523
|
+
case /* string users */ 2:
|
524
|
+
message.users = reader.string();
|
525
|
+
break;
|
526
|
+
default:
|
527
|
+
let u = options.readUnknownField;
|
528
|
+
if (u === "throw")
|
529
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
530
|
+
let d = reader.skip(wireType);
|
531
|
+
if (u !== false)
|
532
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
533
|
+
}
|
534
|
+
}
|
535
|
+
return message;
|
536
|
+
}
|
537
|
+
internalBinaryWrite(message: RecentNotesRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
538
|
+
/* string subreddits = 1; */
|
539
|
+
if (message.subreddits !== "")
|
540
|
+
writer.tag(1, WireType.LengthDelimited).string(message.subreddits);
|
541
|
+
/* string users = 2; */
|
542
|
+
if (message.users !== "")
|
543
|
+
writer.tag(2, WireType.LengthDelimited).string(message.users);
|
544
|
+
let u = options.writeUnknownFields;
|
545
|
+
if (u !== false)
|
546
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
547
|
+
return writer;
|
548
|
+
}
|
549
|
+
}
|
550
|
+
/**
|
551
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.RecentNotesRequest
|
552
|
+
*/
|
553
|
+
export const RecentNotesRequest = new RecentNotesRequest$Type();
|
554
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
555
|
+
class PostRemovalNoteRequest$Type extends MessageType<PostRemovalNoteRequest> {
|
556
|
+
constructor() {
|
557
|
+
super("devvit.plugin.redditapi.modnote.PostRemovalNoteRequest", [
|
558
|
+
{ no: 1, name: "item_ids", kind: "scalar", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ },
|
559
|
+
{ no: 2, name: "reason_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
560
|
+
{ no: 3, name: "mod_note", kind: "message", T: () => StringValue }
|
561
|
+
]);
|
562
|
+
}
|
563
|
+
create(value?: PartialMessage<PostRemovalNoteRequest>): PostRemovalNoteRequest {
|
564
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
565
|
+
message.itemIds = [];
|
566
|
+
message.reasonId = "";
|
567
|
+
if (value !== undefined)
|
568
|
+
reflectionMergePartial<PostRemovalNoteRequest>(this, message, value);
|
569
|
+
return message;
|
570
|
+
}
|
571
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PostRemovalNoteRequest): PostRemovalNoteRequest {
|
572
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
573
|
+
while (reader.pos < end) {
|
574
|
+
let [fieldNo, wireType] = reader.tag();
|
575
|
+
switch (fieldNo) {
|
576
|
+
case /* repeated string item_ids */ 1:
|
577
|
+
message.itemIds.push(reader.string());
|
578
|
+
break;
|
579
|
+
case /* string reason_id */ 2:
|
580
|
+
message.reasonId = reader.string();
|
581
|
+
break;
|
582
|
+
case /* google.protobuf.StringValue mod_note */ 3:
|
583
|
+
message.modNote = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.modNote);
|
584
|
+
break;
|
585
|
+
default:
|
586
|
+
let u = options.readUnknownField;
|
587
|
+
if (u === "throw")
|
588
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
589
|
+
let d = reader.skip(wireType);
|
590
|
+
if (u !== false)
|
591
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
592
|
+
}
|
593
|
+
}
|
594
|
+
return message;
|
595
|
+
}
|
596
|
+
internalBinaryWrite(message: PostRemovalNoteRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
597
|
+
/* repeated string item_ids = 1; */
|
598
|
+
for (let i = 0; i < message.itemIds.length; i++)
|
599
|
+
writer.tag(1, WireType.LengthDelimited).string(message.itemIds[i]);
|
600
|
+
/* string reason_id = 2; */
|
601
|
+
if (message.reasonId !== "")
|
602
|
+
writer.tag(2, WireType.LengthDelimited).string(message.reasonId);
|
603
|
+
/* google.protobuf.StringValue mod_note = 3; */
|
604
|
+
if (message.modNote)
|
605
|
+
StringValue.internalBinaryWrite(message.modNote, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
606
|
+
let u = options.writeUnknownFields;
|
607
|
+
if (u !== false)
|
608
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
609
|
+
return writer;
|
610
|
+
}
|
611
|
+
}
|
612
|
+
/**
|
613
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.PostRemovalNoteRequest
|
614
|
+
*/
|
615
|
+
export const PostRemovalNoteRequest = new PostRemovalNoteRequest$Type();
|
616
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
617
|
+
class ModNotesResponse$Type extends MessageType<ModNotesResponse> {
|
618
|
+
constructor() {
|
619
|
+
super("devvit.plugin.redditapi.modnote.ModNotesResponse", [
|
620
|
+
{ no: 1, name: "mod_notes", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => ModNoteObject },
|
621
|
+
{ no: 2, name: "start_cursor", kind: "message", T: () => StringValue },
|
622
|
+
{ no: 3, name: "end_cursor", kind: "message", T: () => StringValue },
|
623
|
+
{ no: 4, name: "has_next_page", kind: "message", T: () => BoolValue }
|
624
|
+
]);
|
625
|
+
}
|
626
|
+
create(value?: PartialMessage<ModNotesResponse>): ModNotesResponse {
|
627
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
628
|
+
message.modNotes = [];
|
629
|
+
if (value !== undefined)
|
630
|
+
reflectionMergePartial<ModNotesResponse>(this, message, value);
|
631
|
+
return message;
|
632
|
+
}
|
633
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModNotesResponse): ModNotesResponse {
|
634
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
635
|
+
while (reader.pos < end) {
|
636
|
+
let [fieldNo, wireType] = reader.tag();
|
637
|
+
switch (fieldNo) {
|
638
|
+
case /* repeated devvit.plugin.redditapi.modnote.ModNoteObject mod_notes */ 1:
|
639
|
+
message.modNotes.push(ModNoteObject.internalBinaryRead(reader, reader.uint32(), options));
|
640
|
+
break;
|
641
|
+
case /* google.protobuf.StringValue start_cursor */ 2:
|
642
|
+
message.startCursor = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.startCursor);
|
643
|
+
break;
|
644
|
+
case /* google.protobuf.StringValue end_cursor */ 3:
|
645
|
+
message.endCursor = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.endCursor);
|
646
|
+
break;
|
647
|
+
case /* google.protobuf.BoolValue has_next_page */ 4:
|
648
|
+
message.hasNextPage = BoolValue.internalBinaryRead(reader, reader.uint32(), options, message.hasNextPage);
|
649
|
+
break;
|
650
|
+
default:
|
651
|
+
let u = options.readUnknownField;
|
652
|
+
if (u === "throw")
|
653
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
654
|
+
let d = reader.skip(wireType);
|
655
|
+
if (u !== false)
|
656
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
657
|
+
}
|
658
|
+
}
|
659
|
+
return message;
|
660
|
+
}
|
661
|
+
internalBinaryWrite(message: ModNotesResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
662
|
+
/* repeated devvit.plugin.redditapi.modnote.ModNoteObject mod_notes = 1; */
|
663
|
+
for (let i = 0; i < message.modNotes.length; i++)
|
664
|
+
ModNoteObject.internalBinaryWrite(message.modNotes[i], writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
665
|
+
/* google.protobuf.StringValue start_cursor = 2; */
|
666
|
+
if (message.startCursor)
|
667
|
+
StringValue.internalBinaryWrite(message.startCursor, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
668
|
+
/* google.protobuf.StringValue end_cursor = 3; */
|
669
|
+
if (message.endCursor)
|
670
|
+
StringValue.internalBinaryWrite(message.endCursor, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
671
|
+
/* google.protobuf.BoolValue has_next_page = 4; */
|
672
|
+
if (message.hasNextPage)
|
673
|
+
BoolValue.internalBinaryWrite(message.hasNextPage, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
674
|
+
let u = options.writeUnknownFields;
|
675
|
+
if (u !== false)
|
676
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
677
|
+
return writer;
|
678
|
+
}
|
679
|
+
}
|
680
|
+
/**
|
681
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.ModNotesResponse
|
682
|
+
*/
|
683
|
+
export const ModNotesResponse = new ModNotesResponse$Type();
|
684
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
685
|
+
class DeleteNotesResponse$Type extends MessageType<DeleteNotesResponse> {
|
686
|
+
constructor() {
|
687
|
+
super("devvit.plugin.redditapi.modnote.DeleteNotesResponse", [
|
688
|
+
{ no: 1, name: "deleted", kind: "message", T: () => BoolValue }
|
689
|
+
]);
|
690
|
+
}
|
691
|
+
create(value?: PartialMessage<DeleteNotesResponse>): DeleteNotesResponse {
|
692
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
693
|
+
if (value !== undefined)
|
694
|
+
reflectionMergePartial<DeleteNotesResponse>(this, message, value);
|
695
|
+
return message;
|
696
|
+
}
|
697
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteNotesResponse): DeleteNotesResponse {
|
698
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
699
|
+
while (reader.pos < end) {
|
700
|
+
let [fieldNo, wireType] = reader.tag();
|
701
|
+
switch (fieldNo) {
|
702
|
+
case /* google.protobuf.BoolValue deleted */ 1:
|
703
|
+
message.deleted = BoolValue.internalBinaryRead(reader, reader.uint32(), options, message.deleted);
|
704
|
+
break;
|
705
|
+
default:
|
706
|
+
let u = options.readUnknownField;
|
707
|
+
if (u === "throw")
|
708
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
709
|
+
let d = reader.skip(wireType);
|
710
|
+
if (u !== false)
|
711
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
712
|
+
}
|
713
|
+
}
|
714
|
+
return message;
|
715
|
+
}
|
716
|
+
internalBinaryWrite(message: DeleteNotesResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
717
|
+
/* google.protobuf.BoolValue deleted = 1; */
|
718
|
+
if (message.deleted)
|
719
|
+
BoolValue.internalBinaryWrite(message.deleted, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
720
|
+
let u = options.writeUnknownFields;
|
721
|
+
if (u !== false)
|
722
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
723
|
+
return writer;
|
724
|
+
}
|
725
|
+
}
|
726
|
+
/**
|
727
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.DeleteNotesResponse
|
728
|
+
*/
|
729
|
+
export const DeleteNotesResponse = new DeleteNotesResponse$Type();
|
730
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
731
|
+
class ModNoteObject$Type extends MessageType<ModNoteObject> {
|
732
|
+
constructor() {
|
733
|
+
super("devvit.plugin.redditapi.modnote.ModNoteObject", [
|
734
|
+
{ no: 1, name: "subreddit_id", kind: "message", T: () => StringValue },
|
735
|
+
{ no: 2, name: "operator_id", kind: "message", T: () => StringValue },
|
736
|
+
{ no: 3, name: "mod_action_data", kind: "message", T: () => ModNoteObject_ModActionData },
|
737
|
+
{ no: 4, name: "user_note_data", kind: "message", T: () => ModNoteObject_UserNoteData },
|
738
|
+
{ no: 5, name: "subreddit", kind: "message", T: () => StringValue },
|
739
|
+
{ no: 6, name: "user", kind: "message", T: () => StringValue },
|
740
|
+
{ no: 7, name: "operator", kind: "message", T: () => StringValue },
|
741
|
+
{ no: 8, name: "id", kind: "message", T: () => StringValue },
|
742
|
+
{ no: 9, name: "user_id", kind: "message", T: () => StringValue },
|
743
|
+
{ no: 10, name: "created_at", kind: "message", T: () => Int64Value },
|
744
|
+
{ no: 11, name: "cursor", kind: "message", T: () => StringValue },
|
745
|
+
{ no: 12, name: "type", kind: "message", T: () => StringValue }
|
746
|
+
]);
|
747
|
+
}
|
748
|
+
create(value?: PartialMessage<ModNoteObject>): ModNoteObject {
|
749
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
750
|
+
if (value !== undefined)
|
751
|
+
reflectionMergePartial<ModNoteObject>(this, message, value);
|
752
|
+
return message;
|
753
|
+
}
|
754
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModNoteObject): ModNoteObject {
|
755
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
756
|
+
while (reader.pos < end) {
|
757
|
+
let [fieldNo, wireType] = reader.tag();
|
758
|
+
switch (fieldNo) {
|
759
|
+
case /* google.protobuf.StringValue subreddit_id */ 1:
|
760
|
+
message.subredditId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.subredditId);
|
761
|
+
break;
|
762
|
+
case /* google.protobuf.StringValue operator_id */ 2:
|
763
|
+
message.operatorId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.operatorId);
|
764
|
+
break;
|
765
|
+
case /* devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData mod_action_data */ 3:
|
766
|
+
message.modActionData = ModNoteObject_ModActionData.internalBinaryRead(reader, reader.uint32(), options, message.modActionData);
|
767
|
+
break;
|
768
|
+
case /* devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData user_note_data */ 4:
|
769
|
+
message.userNoteData = ModNoteObject_UserNoteData.internalBinaryRead(reader, reader.uint32(), options, message.userNoteData);
|
770
|
+
break;
|
771
|
+
case /* google.protobuf.StringValue subreddit */ 5:
|
772
|
+
message.subreddit = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.subreddit);
|
773
|
+
break;
|
774
|
+
case /* google.protobuf.StringValue user */ 6:
|
775
|
+
message.user = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.user);
|
776
|
+
break;
|
777
|
+
case /* google.protobuf.StringValue operator */ 7:
|
778
|
+
message.operator = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.operator);
|
779
|
+
break;
|
780
|
+
case /* google.protobuf.StringValue id */ 8:
|
781
|
+
message.id = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.id);
|
782
|
+
break;
|
783
|
+
case /* google.protobuf.StringValue user_id */ 9:
|
784
|
+
message.userId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.userId);
|
785
|
+
break;
|
786
|
+
case /* google.protobuf.Int64Value created_at */ 10:
|
787
|
+
message.createdAt = Int64Value.internalBinaryRead(reader, reader.uint32(), options, message.createdAt);
|
788
|
+
break;
|
789
|
+
case /* google.protobuf.StringValue cursor */ 11:
|
790
|
+
message.cursor = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.cursor);
|
791
|
+
break;
|
792
|
+
case /* google.protobuf.StringValue type */ 12:
|
793
|
+
message.type = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.type);
|
794
|
+
break;
|
795
|
+
default:
|
796
|
+
let u = options.readUnknownField;
|
797
|
+
if (u === "throw")
|
798
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
799
|
+
let d = reader.skip(wireType);
|
800
|
+
if (u !== false)
|
801
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
802
|
+
}
|
803
|
+
}
|
804
|
+
return message;
|
805
|
+
}
|
806
|
+
internalBinaryWrite(message: ModNoteObject, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
807
|
+
/* google.protobuf.StringValue subreddit_id = 1; */
|
808
|
+
if (message.subredditId)
|
809
|
+
StringValue.internalBinaryWrite(message.subredditId, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
810
|
+
/* google.protobuf.StringValue operator_id = 2; */
|
811
|
+
if (message.operatorId)
|
812
|
+
StringValue.internalBinaryWrite(message.operatorId, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
813
|
+
/* devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData mod_action_data = 3; */
|
814
|
+
if (message.modActionData)
|
815
|
+
ModNoteObject_ModActionData.internalBinaryWrite(message.modActionData, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
816
|
+
/* devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData user_note_data = 4; */
|
817
|
+
if (message.userNoteData)
|
818
|
+
ModNoteObject_UserNoteData.internalBinaryWrite(message.userNoteData, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
819
|
+
/* google.protobuf.StringValue subreddit = 5; */
|
820
|
+
if (message.subreddit)
|
821
|
+
StringValue.internalBinaryWrite(message.subreddit, writer.tag(5, WireType.LengthDelimited).fork(), options).join();
|
822
|
+
/* google.protobuf.StringValue user = 6; */
|
823
|
+
if (message.user)
|
824
|
+
StringValue.internalBinaryWrite(message.user, writer.tag(6, WireType.LengthDelimited).fork(), options).join();
|
825
|
+
/* google.protobuf.StringValue operator = 7; */
|
826
|
+
if (message.operator)
|
827
|
+
StringValue.internalBinaryWrite(message.operator, writer.tag(7, WireType.LengthDelimited).fork(), options).join();
|
828
|
+
/* google.protobuf.StringValue id = 8; */
|
829
|
+
if (message.id)
|
830
|
+
StringValue.internalBinaryWrite(message.id, writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
831
|
+
/* google.protobuf.StringValue user_id = 9; */
|
832
|
+
if (message.userId)
|
833
|
+
StringValue.internalBinaryWrite(message.userId, writer.tag(9, WireType.LengthDelimited).fork(), options).join();
|
834
|
+
/* google.protobuf.Int64Value created_at = 10; */
|
835
|
+
if (message.createdAt)
|
836
|
+
Int64Value.internalBinaryWrite(message.createdAt, writer.tag(10, WireType.LengthDelimited).fork(), options).join();
|
837
|
+
/* google.protobuf.StringValue cursor = 11; */
|
838
|
+
if (message.cursor)
|
839
|
+
StringValue.internalBinaryWrite(message.cursor, writer.tag(11, WireType.LengthDelimited).fork(), options).join();
|
840
|
+
/* google.protobuf.StringValue type = 12; */
|
841
|
+
if (message.type)
|
842
|
+
StringValue.internalBinaryWrite(message.type, writer.tag(12, WireType.LengthDelimited).fork(), options).join();
|
843
|
+
let u = options.writeUnknownFields;
|
844
|
+
if (u !== false)
|
845
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
846
|
+
return writer;
|
847
|
+
}
|
848
|
+
}
|
849
|
+
/**
|
850
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.ModNoteObject
|
851
|
+
*/
|
852
|
+
export const ModNoteObject = new ModNoteObject$Type();
|
853
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
854
|
+
class ModNoteObject_ModActionData$Type extends MessageType<ModNoteObject_ModActionData> {
|
855
|
+
constructor() {
|
856
|
+
super("devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData", [
|
857
|
+
{ no: 1, name: "action", kind: "message", T: () => StringValue },
|
858
|
+
{ no: 2, name: "reddit_id", kind: "message", T: () => StringValue },
|
859
|
+
{ no: 3, name: "details", kind: "message", T: () => StringValue },
|
860
|
+
{ no: 4, name: "description", kind: "message", T: () => StringValue }
|
861
|
+
]);
|
862
|
+
}
|
863
|
+
create(value?: PartialMessage<ModNoteObject_ModActionData>): ModNoteObject_ModActionData {
|
864
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
865
|
+
if (value !== undefined)
|
866
|
+
reflectionMergePartial<ModNoteObject_ModActionData>(this, message, value);
|
867
|
+
return message;
|
868
|
+
}
|
869
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModNoteObject_ModActionData): ModNoteObject_ModActionData {
|
870
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
871
|
+
while (reader.pos < end) {
|
872
|
+
let [fieldNo, wireType] = reader.tag();
|
873
|
+
switch (fieldNo) {
|
874
|
+
case /* google.protobuf.StringValue action */ 1:
|
875
|
+
message.action = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.action);
|
876
|
+
break;
|
877
|
+
case /* google.protobuf.StringValue reddit_id */ 2:
|
878
|
+
message.redditId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.redditId);
|
879
|
+
break;
|
880
|
+
case /* google.protobuf.StringValue details */ 3:
|
881
|
+
message.details = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.details);
|
882
|
+
break;
|
883
|
+
case /* google.protobuf.StringValue description */ 4:
|
884
|
+
message.description = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.description);
|
885
|
+
break;
|
886
|
+
default:
|
887
|
+
let u = options.readUnknownField;
|
888
|
+
if (u === "throw")
|
889
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
890
|
+
let d = reader.skip(wireType);
|
891
|
+
if (u !== false)
|
892
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
893
|
+
}
|
894
|
+
}
|
895
|
+
return message;
|
896
|
+
}
|
897
|
+
internalBinaryWrite(message: ModNoteObject_ModActionData, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
898
|
+
/* google.protobuf.StringValue action = 1; */
|
899
|
+
if (message.action)
|
900
|
+
StringValue.internalBinaryWrite(message.action, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
901
|
+
/* google.protobuf.StringValue reddit_id = 2; */
|
902
|
+
if (message.redditId)
|
903
|
+
StringValue.internalBinaryWrite(message.redditId, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
904
|
+
/* google.protobuf.StringValue details = 3; */
|
905
|
+
if (message.details)
|
906
|
+
StringValue.internalBinaryWrite(message.details, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
907
|
+
/* google.protobuf.StringValue description = 4; */
|
908
|
+
if (message.description)
|
909
|
+
StringValue.internalBinaryWrite(message.description, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
910
|
+
let u = options.writeUnknownFields;
|
911
|
+
if (u !== false)
|
912
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
913
|
+
return writer;
|
914
|
+
}
|
915
|
+
}
|
916
|
+
/**
|
917
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.ModNoteObject.ModActionData
|
918
|
+
*/
|
919
|
+
export const ModNoteObject_ModActionData = new ModNoteObject_ModActionData$Type();
|
920
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
921
|
+
class ModNoteObject_UserNoteData$Type extends MessageType<ModNoteObject_UserNoteData> {
|
922
|
+
constructor() {
|
923
|
+
super("devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData", [
|
924
|
+
{ no: 1, name: "note", kind: "message", T: () => StringValue },
|
925
|
+
{ no: 2, name: "reddit_id", kind: "message", T: () => StringValue },
|
926
|
+
{ no: 3, name: "label", kind: "message", T: () => StringValue }
|
927
|
+
]);
|
928
|
+
}
|
929
|
+
create(value?: PartialMessage<ModNoteObject_UserNoteData>): ModNoteObject_UserNoteData {
|
930
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
931
|
+
if (value !== undefined)
|
932
|
+
reflectionMergePartial<ModNoteObject_UserNoteData>(this, message, value);
|
933
|
+
return message;
|
934
|
+
}
|
935
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ModNoteObject_UserNoteData): ModNoteObject_UserNoteData {
|
936
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
937
|
+
while (reader.pos < end) {
|
938
|
+
let [fieldNo, wireType] = reader.tag();
|
939
|
+
switch (fieldNo) {
|
940
|
+
case /* google.protobuf.StringValue note */ 1:
|
941
|
+
message.note = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.note);
|
942
|
+
break;
|
943
|
+
case /* google.protobuf.StringValue reddit_id */ 2:
|
944
|
+
message.redditId = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.redditId);
|
945
|
+
break;
|
946
|
+
case /* google.protobuf.StringValue label */ 3:
|
947
|
+
message.label = StringValue.internalBinaryRead(reader, reader.uint32(), options, message.label);
|
948
|
+
break;
|
949
|
+
default:
|
950
|
+
let u = options.readUnknownField;
|
951
|
+
if (u === "throw")
|
952
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
953
|
+
let d = reader.skip(wireType);
|
954
|
+
if (u !== false)
|
955
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
956
|
+
}
|
957
|
+
}
|
958
|
+
return message;
|
959
|
+
}
|
960
|
+
internalBinaryWrite(message: ModNoteObject_UserNoteData, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
961
|
+
/* google.protobuf.StringValue note = 1; */
|
962
|
+
if (message.note)
|
963
|
+
StringValue.internalBinaryWrite(message.note, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
964
|
+
/* google.protobuf.StringValue reddit_id = 2; */
|
965
|
+
if (message.redditId)
|
966
|
+
StringValue.internalBinaryWrite(message.redditId, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
967
|
+
/* google.protobuf.StringValue label = 3; */
|
968
|
+
if (message.label)
|
969
|
+
StringValue.internalBinaryWrite(message.label, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
970
|
+
let u = options.writeUnknownFields;
|
971
|
+
if (u !== false)
|
972
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
973
|
+
return writer;
|
974
|
+
}
|
975
|
+
}
|
976
|
+
/**
|
977
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.ModNoteObject.UserNoteData
|
978
|
+
*/
|
979
|
+
export const ModNoteObject_UserNoteData = new ModNoteObject_UserNoteData$Type();
|
980
|
+
// @generated message type with reflection information, may provide speed optimized methods
|
981
|
+
class PostModNotesResponse$Type extends MessageType<PostModNotesResponse> {
|
982
|
+
constructor() {
|
983
|
+
super("devvit.plugin.redditapi.modnote.PostModNotesResponse", [
|
984
|
+
{ no: 1, name: "created", kind: "message", T: () => ModNoteObject }
|
985
|
+
]);
|
986
|
+
}
|
987
|
+
create(value?: PartialMessage<PostModNotesResponse>): PostModNotesResponse {
|
988
|
+
const message = globalThis.Object.create((this.messagePrototype!));
|
989
|
+
if (value !== undefined)
|
990
|
+
reflectionMergePartial<PostModNotesResponse>(this, message, value);
|
991
|
+
return message;
|
992
|
+
}
|
993
|
+
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PostModNotesResponse): PostModNotesResponse {
|
994
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
995
|
+
while (reader.pos < end) {
|
996
|
+
let [fieldNo, wireType] = reader.tag();
|
997
|
+
switch (fieldNo) {
|
998
|
+
case /* devvit.plugin.redditapi.modnote.ModNoteObject created */ 1:
|
999
|
+
message.created = ModNoteObject.internalBinaryRead(reader, reader.uint32(), options, message.created);
|
1000
|
+
break;
|
1001
|
+
default:
|
1002
|
+
let u = options.readUnknownField;
|
1003
|
+
if (u === "throw")
|
1004
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
1005
|
+
let d = reader.skip(wireType);
|
1006
|
+
if (u !== false)
|
1007
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
return message;
|
1011
|
+
}
|
1012
|
+
internalBinaryWrite(message: PostModNotesResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
1013
|
+
/* devvit.plugin.redditapi.modnote.ModNoteObject created = 1; */
|
1014
|
+
if (message.created)
|
1015
|
+
ModNoteObject.internalBinaryWrite(message.created, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
1016
|
+
let u = options.writeUnknownFields;
|
1017
|
+
if (u !== false)
|
1018
|
+
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
1019
|
+
return writer;
|
1020
|
+
}
|
1021
|
+
}
|
1022
|
+
/**
|
1023
|
+
* @generated MessageType for protobuf message devvit.plugin.redditapi.modnote.PostModNotesResponse
|
1024
|
+
*/
|
1025
|
+
export const PostModNotesResponse = new PostModNotesResponse$Type();
|