@devvit/protos 0.11.6 → 0.11.7-next-2025-01-28-641048aff.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (241) hide show
  1. package/meta.min.json +7820 -0
  2. package/package.json +4 -4
  3. package/protos.min.js +2 -0
  4. package/protos.min.js.map +7 -0
  5. package/schema/.snootobuf/deps/buf/validate/expression.proto +92 -0
  6. package/schema/.snootobuf/deps/buf/validate/priv/private.proto +41 -0
  7. package/schema/.snootobuf/deps/buf/validate/validate.proto +4130 -0
  8. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/audit.proto +72 -0
  9. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/auth.proto +49 -0
  10. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/organization.proto +54 -0
  11. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/service.proto +46 -0
  12. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/subscription.proto +72 -0
  13. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/ui.proto +20 -0
  14. package/schema/.snootobuf/deps/devvit/data/api/admin/v1alpha/user.proto +45 -0
  15. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/admin.proto +54 -0
  16. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/delivery.proto +773 -0
  17. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/filter.proto +66 -0
  18. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/firehose.proto +100 -0
  19. package/schema/.snootobuf/deps/devvit/data/api/v1alpha/intake.proto +19 -0
  20. package/schema/.snootobuf/deps/devvit/events/v1alpha/events.proto +446 -0
  21. package/schema/.snootobuf/deps/devvit/gateway/v1alpha/payments.proto +24 -0
  22. package/schema/.snootobuf/deps/devvit/options/options.proto +98 -0
  23. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/commentv2.proto +29 -0
  24. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/flair.proto +25 -0
  25. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modaction.proto +53 -0
  26. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/modmail.proto +56 -0
  27. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/postv2.proto +107 -0
  28. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/subredditv2.proto +41 -0
  29. package/schema/.snootobuf/deps/devvit/reddit/v2alpha/userv2.proto +23 -0
  30. package/schema/.snootobuf/deps/devvit/triggers/v1alpha/triggers.proto +162 -0
  31. package/schema/.snootobuf/deps/enum/account_gender_category.proto +14 -0
  32. package/schema/.snootobuf/deps/enum/approval_status.proto +15 -0
  33. package/schema/.snootobuf/deps/enum/automated_reporting_level.proto +12 -0
  34. package/schema/.snootobuf/deps/enum/ban_evasion_threshold.proto +13 -0
  35. package/schema/.snootobuf/deps/enum/ban_info_action.proto +12 -0
  36. package/schema/.snootobuf/deps/enum/block_relation_type.proto +11 -0
  37. package/schema/.snootobuf/deps/enum/comment_sort.proto +18 -0
  38. package/schema/.snootobuf/deps/enum/comment_type.proto +11 -0
  39. package/schema/.snootobuf/deps/enum/crowd_control_level.proto +12 -0
  40. package/schema/.snootobuf/deps/enum/discussion_type.proto +10 -0
  41. package/schema/.snootobuf/deps/enum/distinguish_type.proto +14 -0
  42. package/schema/.snootobuf/deps/enum/flair_position.proto +11 -0
  43. package/schema/.snootobuf/deps/enum/hateful_content_threshold.proto +12 -0
  44. package/schema/.snootobuf/deps/enum/link_content_type.proto +11 -0
  45. package/schema/.snootobuf/deps/enum/link_type.proto +11 -0
  46. package/schema/.snootobuf/deps/enum/link_visibility.proto +11 -0
  47. package/schema/.snootobuf/deps/enum/prediction_leaderboard_entry_type.proto +11 -0
  48. package/schema/.snootobuf/deps/enum/promo_layout.proto +11 -0
  49. package/schema/.snootobuf/deps/enum/removed_by_type.proto +18 -0
  50. package/schema/.snootobuf/deps/enum/spam_level.proto +11 -0
  51. package/schema/.snootobuf/deps/enum/subreddit_type.proto +16 -0
  52. package/schema/.snootobuf/deps/enum/verdict.proto +14 -0
  53. package/schema/.snootobuf/deps/enum/vote.proto +12 -0
  54. package/schema/.snootobuf/deps/enum/whitelist_status.proto +17 -0
  55. package/schema/.snootobuf/deps/enum/wiki_edit_mode.proto +12 -0
  56. package/schema/.snootobuf/deps/evaluator/evaluator.proto +203 -0
  57. package/schema/.snootobuf/deps/google/api/annotations.proto +31 -0
  58. package/schema/.snootobuf/deps/google/api/apikeys/v2/apikeys.proto +288 -0
  59. package/schema/.snootobuf/deps/google/api/apikeys/v2/resources.proto +175 -0
  60. package/schema/.snootobuf/deps/google/api/auth.proto +237 -0
  61. package/schema/.snootobuf/deps/google/api/backend.proto +185 -0
  62. package/schema/.snootobuf/deps/google/api/billing.proto +77 -0
  63. package/schema/.snootobuf/deps/google/api/client.proto +431 -0
  64. package/schema/.snootobuf/deps/google/api/cloudquotas/v1/cloudquotas.proto +322 -0
  65. package/schema/.snootobuf/deps/google/api/cloudquotas/v1/resources.proto +315 -0
  66. package/schema/.snootobuf/deps/google/api/config_change.proto +84 -0
  67. package/schema/.snootobuf/deps/google/api/consumer.proto +82 -0
  68. package/schema/.snootobuf/deps/google/api/context.proto +92 -0
  69. package/schema/.snootobuf/deps/google/api/control.proto +41 -0
  70. package/schema/.snootobuf/deps/google/api/distribution.proto +213 -0
  71. package/schema/.snootobuf/deps/google/api/documentation.proto +168 -0
  72. package/schema/.snootobuf/deps/google/api/endpoint.proto +69 -0
  73. package/schema/.snootobuf/deps/google/api/error_reason.proto +589 -0
  74. package/schema/.snootobuf/deps/google/api/expr/conformance/v1alpha1/conformance_service.proto +183 -0
  75. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/checked.proto +343 -0
  76. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/eval.proto +118 -0
  77. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/explain.proto +53 -0
  78. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/syntax.proto +438 -0
  79. package/schema/.snootobuf/deps/google/api/expr/v1alpha1/value.proto +115 -0
  80. package/schema/.snootobuf/deps/google/api/expr/v1beta1/decl.proto +84 -0
  81. package/schema/.snootobuf/deps/google/api/expr/v1beta1/eval.proto +125 -0
  82. package/schema/.snootobuf/deps/google/api/expr/v1beta1/expr.proto +265 -0
  83. package/schema/.snootobuf/deps/google/api/expr/v1beta1/source.proto +62 -0
  84. package/schema/.snootobuf/deps/google/api/expr/v1beta1/value.proto +114 -0
  85. package/schema/.snootobuf/deps/google/api/field_behavior.proto +104 -0
  86. package/schema/.snootobuf/deps/google/api/field_info.proto +106 -0
  87. package/schema/.snootobuf/deps/google/api/http.proto +371 -0
  88. package/schema/.snootobuf/deps/google/api/httpbody.proto +81 -0
  89. package/schema/.snootobuf/deps/google/api/label.proto +48 -0
  90. package/schema/.snootobuf/deps/google/api/launch_stage.proto +72 -0
  91. package/schema/.snootobuf/deps/google/api/log.proto +54 -0
  92. package/schema/.snootobuf/deps/google/api/logging.proto +81 -0
  93. package/schema/.snootobuf/deps/google/api/metric.proto +268 -0
  94. package/schema/.snootobuf/deps/google/api/monitored_resource.proto +130 -0
  95. package/schema/.snootobuf/deps/google/api/monitoring.proto +107 -0
  96. package/schema/.snootobuf/deps/google/api/policy.proto +85 -0
  97. package/schema/.snootobuf/deps/google/api/quota.proto +184 -0
  98. package/schema/.snootobuf/deps/google/api/resource.proto +243 -0
  99. package/schema/.snootobuf/deps/google/api/routing.proto +461 -0
  100. package/schema/.snootobuf/deps/google/api/service.proto +191 -0
  101. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/check_error.proto +124 -0
  102. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/distribution.proto +166 -0
  103. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/http_request.proto +93 -0
  104. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/log_entry.proto +126 -0
  105. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/metric_value.proto +81 -0
  106. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/operation.proto +123 -0
  107. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/quota_controller.proto +245 -0
  108. package/schema/.snootobuf/deps/google/api/servicecontrol/v1/service_controller.proto +260 -0
  109. package/schema/.snootobuf/deps/google/api/servicecontrol/v2/service_controller.proto +196 -0
  110. package/schema/.snootobuf/deps/google/api/servicemanagement/v1/resources.proto +295 -0
  111. package/schema/.snootobuf/deps/google/api/servicemanagement/v1/servicemanager.proto +508 -0
  112. package/schema/.snootobuf/deps/google/api/serviceusage/v1/resources.proto +130 -0
  113. package/schema/.snootobuf/deps/google/api/serviceusage/v1/serviceusage.proto +305 -0
  114. package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/resources.proto +458 -0
  115. package/schema/.snootobuf/deps/google/api/serviceusage/v1beta1/serviceusage.proto +793 -0
  116. package/schema/.snootobuf/deps/google/api/source_info.proto +31 -0
  117. package/schema/.snootobuf/deps/google/api/system_parameter.proto +96 -0
  118. package/schema/.snootobuf/deps/google/api/usage.proto +96 -0
  119. package/schema/.snootobuf/deps/google/api/visibility.proto +113 -0
  120. package/schema/.snootobuf/deps/google/cloud/extended_operations.proto +150 -0
  121. package/schema/.snootobuf/deps/google/iam/admin/v1/iam.proto +1087 -0
  122. package/schema/.snootobuf/deps/google/iam/v1/iam_policy.proto +145 -0
  123. package/schema/.snootobuf/deps/google/iam/v1/logging/audit_data.proto +34 -0
  124. package/schema/.snootobuf/deps/google/iam/v1/options.proto +41 -0
  125. package/schema/.snootobuf/deps/google/iam/v1/policy.proto +240 -0
  126. package/schema/.snootobuf/deps/google/logging/type/http_request.proto +92 -0
  127. package/schema/.snootobuf/deps/google/logging/type/log_severity.proto +72 -0
  128. package/schema/.snootobuf/deps/google/longrunning/operations.proto +247 -0
  129. package/schema/.snootobuf/deps/google/protobuf/any.proto +158 -0
  130. package/schema/.snootobuf/deps/google/protobuf/api.proto +208 -0
  131. package/schema/.snootobuf/deps/google/protobuf/compiler/plugin.proto +183 -0
  132. package/schema/.snootobuf/deps/google/protobuf/descriptor.proto +921 -0
  133. package/schema/.snootobuf/deps/google/protobuf/duration.proto +116 -0
  134. package/schema/.snootobuf/deps/google/protobuf/empty.proto +51 -0
  135. package/schema/.snootobuf/deps/google/protobuf/field_mask.proto +245 -0
  136. package/schema/.snootobuf/deps/google/protobuf/source_context.proto +48 -0
  137. package/schema/.snootobuf/deps/google/protobuf/struct.proto +95 -0
  138. package/schema/.snootobuf/deps/google/protobuf/timestamp.proto +147 -0
  139. package/schema/.snootobuf/deps/google/protobuf/type.proto +187 -0
  140. package/schema/.snootobuf/deps/google/protobuf/wrappers.proto +123 -0
  141. package/schema/.snootobuf/deps/google/rpc/code.proto +186 -0
  142. package/schema/.snootobuf/deps/google/rpc/context/attribute_context.proto +287 -0
  143. package/schema/.snootobuf/deps/google/rpc/error_details.proto +246 -0
  144. package/schema/.snootobuf/deps/google/rpc/status.proto +47 -0
  145. package/schema/.snootobuf/deps/google/type/calendar_period.proto +57 -0
  146. package/schema/.snootobuf/deps/google/type/color.proto +170 -0
  147. package/schema/.snootobuf/deps/google/type/date.proto +50 -0
  148. package/schema/.snootobuf/deps/google/type/datetime.proto +97 -0
  149. package/schema/.snootobuf/deps/google/type/dayofweek.proto +51 -0
  150. package/schema/.snootobuf/deps/google/type/expr.proto +51 -0
  151. package/schema/.snootobuf/deps/google/type/fraction.proto +34 -0
  152. package/schema/.snootobuf/deps/google/type/latlng.proto +37 -0
  153. package/schema/.snootobuf/deps/google/type/money.proto +43 -0
  154. package/schema/.snootobuf/deps/google/type/month.proto +66 -0
  155. package/schema/.snootobuf/deps/google/type/postal_address.proto +135 -0
  156. package/schema/.snootobuf/deps/google/type/quaternion.proto +95 -0
  157. package/schema/.snootobuf/deps/google/type/timeofday.proto +44 -0
  158. package/schema/.snootobuf/deps/openapi/helper.proto +20 -0
  159. package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  160. package/schema/.snootobuf/deps/products-api/protos/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +118 -0
  161. package/schema/.snootobuf/deps/reddit/api/metadata/v1/metadata.proto +55 -0
  162. package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account.proto +579 -0
  163. package/schema/.snootobuf/deps/reddit/coreplatform/account/v1/account_relations.proto +43 -0
  164. package/schema/.snootobuf/deps/reddit/coreplatform/api/metadata/v1/metadata.proto +82 -0
  165. package/schema/.snootobuf/deps/reddit/coreplatform/blocking/v1/user_blocking_service.proto +221 -0
  166. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree.proto +78 -0
  167. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_service.proto +189 -0
  168. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comment_tree_structure.proto +29 -0
  169. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments.proto +417 -0
  170. package/schema/.snootobuf/deps/reddit/coreplatform/comments/v1/comments_service.proto +72 -0
  171. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/auth.proto +25 -0
  172. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/features.proto +52 -0
  173. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/lang.proto +16 -0
  174. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/legal.proto +20 -0
  175. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/media.proto +149 -0
  176. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/moderation.proto +197 -0
  177. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/safety.proto +116 -0
  178. package/schema/.snootobuf/deps/reddit/coreplatform/common/v1/time.proto +25 -0
  179. package/schema/.snootobuf/deps/reddit/coreplatform/domains/v1/domains_metadata_service.proto +101 -0
  180. package/schema/.snootobuf/deps/reddit/coreplatform/grpc_thrift/v1/grpc_thrift_options.proto +34 -0
  181. package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links.proto +798 -0
  182. package/schema/.snootobuf/deps/reddit/coreplatform/links/v1/links_service.proto +186 -0
  183. package/schema/.snootobuf/deps/reddit/coreplatform/messages/v1/messages.proto +110 -0
  184. package/schema/.snootobuf/deps/reddit/coreplatform/sensitive/v1/wrappers.proto +51 -0
  185. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit.proto +1202 -0
  186. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_member_relations.proto +85 -0
  187. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_moderator_service.proto +363 -0
  188. package/schema/.snootobuf/deps/reddit/coreplatform/subreddit/v1/subreddit_service.proto +301 -0
  189. package/schema/.snootobuf/deps/reddit/coreplatform/thing/v0/thing.proto +2869 -0
  190. package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/custom_post.proto +15 -0
  191. package/schema/.snootobuf/deps/reddit/devvit/custom_post/v1/service.proto +11 -0
  192. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/context_action.proto +48 -0
  193. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/manifest.proto +70 -0
  194. package/schema/.snootobuf/deps/reddit/devvit/subreddit/v1/service.proto +11 -0
  195. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/acknowledge_order_delivery.proto +17 -0
  196. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/checkout.proto +89 -0
  197. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/common.proto +322 -0
  198. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/delete_products.proto +17 -0
  199. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/events.proto +14 -0
  200. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_batch_products.proto +15 -0
  201. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_gold_balances.proto +48 -0
  202. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_order.proto +31 -0
  203. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders.proto +26 -0
  204. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_orders_by_user.proto +15 -0
  205. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_payout_info_batch.proto +52 -0
  206. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_products.proto +23 -0
  207. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/get_user_profiles.proto +28 -0
  208. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/refund_order.proto +17 -0
  209. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service.proto +49 -0
  210. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/service_data_compliance.proto +20 -0
  211. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payapi/v1/upsert_products.proto +17 -0
  212. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paygatewaypsps/v1/paygatewaypsps.proto +158 -0
  213. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payments_data_compliance.proto +18 -0
  214. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payorders/v1/payorders.proto +195 -0
  215. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/admin.proto +44 -0
  216. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/ledger.proto +200 -0
  217. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/payments_data_compliance.proto +18 -0
  218. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/paypayments/v1/paypayments.proto +210 -0
  219. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/currencies.proto +189 -0
  220. package/schema/.snootobuf/deps/reddit/xpaymentsplatform/payproducts/v1/payproducts.proto +135 -0
  221. package/schema/.snootobuf/deps/snooron_sources/text_classification/text_classification.proto +29 -0
  222. package/schema/.snootobuf/deps/snooron_sources/v2_event/v2_event.proto +3292 -0
  223. package/schema/.snootobuf/deps/validate/validate.proto +862 -0
  224. package/schema/devvit/plugin/buildpack/buildpack_common.proto +6 -1
  225. package/schema/snootobuf.devenv.lock +210 -102
  226. package/schema/snootobuf.lock +210 -102
  227. package/schema/snootobuf.redditapi.lock +210 -102
  228. package/schema/snootobuf.ts.lock +210 -102
  229. package/types/devvit/dev_portal/dev_portal.d.ts +2 -0
  230. package/types/devvit/dev_portal/dev_portal.d.ts.map +1 -1
  231. package/types/devvit/plugin/builder/builder.d.ts +4 -0
  232. package/types/devvit/plugin/builder/builder.d.ts.map +1 -1
  233. package/types/devvit/plugin/buildpack/buildpack.d.ts +8 -0
  234. package/types/devvit/plugin/buildpack/buildpack.d.ts.map +1 -1
  235. package/types/devvit/plugin/buildpack/buildpack_common.d.ts +3 -0
  236. package/types/devvit/plugin/buildpack/buildpack_common.d.ts.map +1 -1
  237. package/types/devvit/plugin/buildpack/buildpack_common.js +37 -1
  238. package/types/devvit/plugin/linker/linker.d.ts +2 -0
  239. package/types/devvit/plugin/linker/linker.d.ts.map +1 -1
  240. package/types/devvit/plugin/linker/resolver.d.ts +2 -0
  241. package/types/devvit/plugin/linker/resolver.d.ts.map +1 -1
@@ -1,5 +1,5 @@
1
1
  ## Code generated by protoc, converted to text by Snootobuf. DO NOT EDIT.
2
- ## checksum: d186457cd53aab0c568ed588e926295bbb6874f14680723309008ef086c86541
2
+ ## checksum: fcc7f4a2d5a6df5699e713f0e916afee5f174de39b4196416a89759e971fdef9
3
3
 
4
4
  file: {
5
5
  message_type: {
@@ -113278,6 +113278,15 @@ file: {
113278
113278
  type: TYPE_MESSAGE
113279
113279
  type_name: ".devvit.plugin.buildpack.PaymentsConfig"
113280
113280
  }
113281
+ field: {
113282
+ json_name: "metafile"
113283
+ label: LABEL_OPTIONAL
113284
+ name: "metafile"
113285
+ number: 9
113286
+ oneof_index: 0
113287
+ proto3_optional: true
113288
+ type: TYPE_STRING
113289
+ }
113281
113290
  name: "Bundle"
113282
113291
  nested_type: {
113283
113292
  field: {
@@ -113319,6 +113328,9 @@ file: {
113319
113328
  map_entry: true
113320
113329
  }
113321
113330
  }
113331
+ oneof_decl: {
113332
+ name: "_metafile"
113333
+ }
113322
113334
  }
113323
113335
  message_type: {
113324
113336
  field: {
@@ -113393,6 +113405,13 @@ file: {
113393
113405
  number: 5
113394
113406
  type: TYPE_BOOL
113395
113407
  }
113408
+ field: {
113409
+ json_name: "includeMetafile"
113410
+ label: LABEL_OPTIONAL
113411
+ name: "include_metafile"
113412
+ number: 6
113413
+ type: TYPE_BOOL
113414
+ }
113396
113415
  name: "CompileParams"
113397
113416
  oneof_decl: {
113398
113417
  name: "repository"
@@ -113496,7 +113515,7 @@ file: {
113496
113515
  span: 0
113497
113516
  span: 0
113498
113517
  span: 1
113499
- span: 127
113518
+ span: 132
113500
113519
  }
113501
113520
  location: {
113502
113521
  path: 12
@@ -113558,7 +113577,7 @@ file: {
113558
113577
  span: 0
113559
113578
  span: 1
113560
113579
  span: 12
113561
- span: 49
113580
+ span: 52
113562
113581
  }
113563
113582
  location: {
113564
113583
  path: 0
@@ -113909,20 +113928,70 @@ file: {
113909
113928
  span: 36
113910
113929
  span: 46
113911
113930
  }
113931
+ location: {
113932
+ leading_comments: " The metafile contains the size breakdown of the compiled bundle for analysis\n"
113933
+ path: 0
113934
+ path: 2
113935
+ path: 4
113936
+ path: 8
113937
+ span: 2
113938
+ span: 31
113939
+ span: 49
113940
+ }
113941
+ location: {
113942
+ path: 0
113943
+ path: 2
113944
+ path: 4
113945
+ path: 4
113946
+ path: 8
113947
+ span: 10
113948
+ span: 2
113949
+ span: 49
113950
+ }
113951
+ location: {
113952
+ path: 0
113953
+ path: 2
113954
+ path: 4
113955
+ path: 5
113956
+ path: 8
113957
+ span: 11
113958
+ span: 17
113959
+ span: 49
113960
+ }
113961
+ location: {
113962
+ path: 0
113963
+ path: 1
113964
+ path: 2
113965
+ path: 4
113966
+ path: 8
113967
+ span: 18
113968
+ span: 26
113969
+ span: 49
113970
+ }
113971
+ location: {
113972
+ path: 0
113973
+ path: 2
113974
+ path: 3
113975
+ path: 4
113976
+ path: 8
113977
+ span: 29
113978
+ span: 30
113979
+ span: 49
113980
+ }
113912
113981
  location: {
113913
113982
  path: 1
113914
113983
  path: 4
113915
113984
  span: 0
113916
113985
  span: 1
113917
- span: 51
113918
- span: 55
113986
+ span: 54
113987
+ span: 58
113919
113988
  }
113920
113989
  location: {
113921
113990
  path: 1
113922
113991
  path: 1
113923
113992
  path: 4
113924
113993
  span: 22
113925
- span: 51
113994
+ span: 54
113926
113995
  span: 8
113927
113996
  }
113928
113997
  location: {
@@ -113932,7 +114001,7 @@ file: {
113932
114001
  path: 2
113933
114002
  path: 4
113934
114003
  span: 2
113935
- span: 54
114004
+ span: 57
113936
114005
  span: 60
113937
114006
  }
113938
114007
  location: {
@@ -113943,7 +114012,7 @@ file: {
113943
114012
  path: 6
113944
114013
  span: 2
113945
114014
  span: 46
113946
- span: 54
114015
+ span: 57
113947
114016
  }
113948
114017
  location: {
113949
114018
  path: 0
@@ -113952,8 +114021,8 @@ file: {
113952
114021
  path: 2
113953
114022
  path: 4
113954
114023
  span: 47
113955
- span: 54
113956
114024
  span: 55
114025
+ span: 57
113957
114026
  }
113958
114027
  location: {
113959
114028
  path: 0
@@ -113961,7 +114030,7 @@ file: {
113961
114030
  path: 2
113962
114031
  path: 3
113963
114032
  path: 4
113964
- span: 54
114033
+ span: 57
113965
114034
  span: 58
113966
114035
  span: 59
113967
114036
  }
@@ -113970,15 +114039,15 @@ file: {
113970
114039
  path: 4
113971
114040
  span: 0
113972
114041
  span: 1
113973
- span: 57
113974
- span: 95
114042
+ span: 100
114043
+ span: 60
113975
114044
  }
113976
114045
  location: {
113977
114046
  path: 1
113978
114047
  path: 2
113979
114048
  path: 4
113980
114049
  span: 21
113981
- span: 57
114050
+ span: 60
113982
114051
  span: 8
113983
114052
  }
113984
114053
  location: {
@@ -113989,8 +114058,8 @@ file: {
113989
114058
  path: 8
113990
114059
  span: 2
113991
114060
  span: 3
113992
- span: 59
113993
- span: 88
114061
+ span: 62
114062
+ span: 91
113994
114063
  }
113995
114064
  location: {
113996
114065
  path: 0
@@ -113999,7 +114068,7 @@ file: {
113999
114068
  path: 4
114000
114069
  path: 8
114001
114070
  span: 18
114002
- span: 59
114071
+ span: 62
114003
114072
  span: 8
114004
114073
  }
114005
114074
  location: {
@@ -114010,7 +114079,7 @@ file: {
114010
114079
  path: 4
114011
114080
  span: 39
114012
114081
  span: 4
114013
- span: 63
114082
+ span: 66
114014
114083
  }
114015
114084
  location: {
114016
114085
  path: 0
@@ -114020,7 +114089,7 @@ file: {
114020
114089
  path: 6
114021
114090
  span: 14
114022
114091
  span: 4
114023
- span: 63
114092
+ span: 66
114024
114093
  }
114025
114094
  location: {
114026
114095
  path: 0
@@ -114030,7 +114099,7 @@ file: {
114030
114099
  path: 4
114031
114100
  span: 15
114032
114101
  span: 34
114033
- span: 63
114102
+ span: 66
114034
114103
  }
114035
114104
  location: {
114036
114105
  path: 0
@@ -114040,7 +114109,7 @@ file: {
114040
114109
  path: 4
114041
114110
  span: 37
114042
114111
  span: 38
114043
- span: 63
114112
+ span: 66
114044
114113
  }
114045
114114
  location: {
114046
114115
  leading_comments: " Path to a directory with a file named BuildPack.DevvitModuleEntryPoint.\n\n Here we assume that we've transferred the repo to the build server using\n rsync, git, or some other efficient protocol with e.g. deltas and\n compression.\n\n This **MAY** be supported for various languages/implementations, and the\n rsync-like protocol is left as an exercise for the build pack\n implementor.\n\n Eg, whatever dot is below (preferred, offers access to the entire\n project):\n\n .\n package.json\n src/\n foo.ts\n main.tsx\n\n Also supported:\n .\n main.ts\n"
@@ -114050,7 +114119,7 @@ file: {
114050
114119
  path: 4
114051
114120
  span: 24
114052
114121
  span: 4
114053
- span: 87
114122
+ span: 90
114054
114123
  }
114055
114124
  location: {
114056
114125
  path: 1
@@ -114060,7 +114129,7 @@ file: {
114060
114129
  path: 5
114061
114130
  span: 10
114062
114131
  span: 4
114063
- span: 87
114132
+ span: 90
114064
114133
  }
114065
114134
  location: {
114066
114135
  path: 1
@@ -114070,7 +114139,7 @@ file: {
114070
114139
  path: 4
114071
114140
  span: 11
114072
114141
  span: 19
114073
- span: 87
114142
+ span: 90
114074
114143
  }
114075
114144
  location: {
114076
114145
  path: 1
@@ -114080,7 +114149,7 @@ file: {
114080
114149
  path: 4
114081
114150
  span: 22
114082
114151
  span: 23
114083
- span: 87
114152
+ span: 90
114084
114153
  }
114085
114154
  location: {
114086
114155
  path: 2
@@ -114089,7 +114158,7 @@ file: {
114089
114158
  path: 4
114090
114159
  span: 2
114091
114160
  span: 20
114092
- span: 90
114161
+ span: 93
114093
114162
  }
114094
114163
  location: {
114095
114164
  path: 2
@@ -114099,7 +114168,7 @@ file: {
114099
114168
  path: 6
114100
114169
  span: 2
114101
114170
  span: 8
114102
- span: 90
114171
+ span: 93
114103
114172
  }
114104
114173
  location: {
114105
114174
  path: 1
@@ -114109,7 +114178,7 @@ file: {
114109
114178
  path: 4
114110
114179
  span: 15
114111
114180
  span: 9
114112
- span: 90
114181
+ span: 93
114113
114182
  }
114114
114183
  location: {
114115
114184
  path: 2
@@ -114119,7 +114188,7 @@ file: {
114119
114188
  path: 4
114120
114189
  span: 18
114121
114190
  span: 19
114122
- span: 90
114191
+ span: 93
114123
114192
  }
114124
114193
  location: {
114125
114194
  path: 2
@@ -114128,7 +114197,7 @@ file: {
114128
114197
  path: 4
114129
114198
  span: 2
114130
114199
  span: 36
114131
- span: 92
114200
+ span: 95
114132
114201
  }
114133
114202
  location: {
114134
114203
  path: 2
@@ -114138,7 +114207,7 @@ file: {
114138
114207
  path: 6
114139
114208
  span: 2
114140
114209
  span: 26
114141
- span: 92
114210
+ span: 95
114142
114211
  }
114143
114212
  location: {
114144
114213
  path: 1
@@ -114148,7 +114217,7 @@ file: {
114148
114217
  path: 4
114149
114218
  span: 27
114150
114219
  span: 31
114151
- span: 92
114220
+ span: 95
114152
114221
  }
114153
114222
  location: {
114154
114223
  path: 2
@@ -114158,7 +114227,7 @@ file: {
114158
114227
  path: 4
114159
114228
  span: 34
114160
114229
  span: 35
114161
- span: 92
114230
+ span: 95
114162
114231
  }
114163
114232
  location: {
114164
114233
  path: 2
@@ -114167,7 +114236,7 @@ file: {
114167
114236
  path: 4
114168
114237
  span: 2
114169
114238
  span: 26
114170
- span: 94
114239
+ span: 97
114171
114240
  }
114172
114241
  location: {
114173
114242
  path: 2
@@ -114177,7 +114246,7 @@ file: {
114177
114246
  path: 5
114178
114247
  span: 2
114179
114248
  span: 6
114180
- span: 94
114249
+ span: 97
114181
114250
  }
114182
114251
  location: {
114183
114252
  path: 1
@@ -114187,7 +114256,7 @@ file: {
114187
114256
  path: 4
114188
114257
  span: 21
114189
114258
  span: 7
114190
- span: 94
114259
+ span: 97
114191
114260
  }
114192
114261
  location: {
114193
114262
  path: 2
@@ -114197,32 +114266,71 @@ file: {
114197
114266
  path: 4
114198
114267
  span: 24
114199
114268
  span: 25
114200
- span: 94
114269
+ span: 97
114270
+ }
114271
+ location: {
114272
+ path: 2
114273
+ path: 2
114274
+ path: 4
114275
+ path: 5
114276
+ span: 2
114277
+ span: 28
114278
+ span: 99
114279
+ }
114280
+ location: {
114281
+ path: 2
114282
+ path: 2
114283
+ path: 4
114284
+ path: 5
114285
+ path: 5
114286
+ span: 2
114287
+ span: 6
114288
+ span: 99
114289
+ }
114290
+ location: {
114291
+ path: 1
114292
+ path: 2
114293
+ path: 2
114294
+ path: 4
114295
+ path: 5
114296
+ span: 23
114297
+ span: 7
114298
+ span: 99
114299
+ }
114300
+ location: {
114301
+ path: 2
114302
+ path: 2
114303
+ path: 3
114304
+ path: 4
114305
+ path: 5
114306
+ span: 26
114307
+ span: 27
114308
+ span: 99
114201
114309
  }
114202
114310
  location: {
114203
114311
  path: 3
114204
114312
  path: 4
114205
114313
  span: 0
114206
114314
  span: 1
114207
- span: 100
114208
- span: 97
114315
+ span: 102
114316
+ span: 105
114209
114317
  }
114210
114318
  location: {
114211
114319
  path: 1
114212
114320
  path: 3
114213
114321
  path: 4
114322
+ span: 102
114214
114323
  span: 18
114215
114324
  span: 8
114216
- span: 97
114217
114325
  }
114218
114326
  location: {
114219
114327
  path: 0
114220
114328
  path: 2
114221
114329
  path: 3
114222
114330
  path: 4
114331
+ span: 103
114223
114332
  span: 2
114224
114333
  span: 34
114225
- span: 98
114226
114334
  }
114227
114335
  location: {
114228
114336
  path: 0
@@ -114230,9 +114338,9 @@ file: {
114230
114338
  path: 3
114231
114339
  path: 4
114232
114340
  path: 6
114341
+ span: 103
114233
114342
  span: 2
114234
114343
  span: 22
114235
- span: 98
114236
114344
  }
114237
114345
  location: {
114238
114346
  path: 0
@@ -114240,9 +114348,9 @@ file: {
114240
114348
  path: 2
114241
114349
  path: 3
114242
114350
  path: 4
114351
+ span: 103
114243
114352
  span: 23
114244
114353
  span: 29
114245
- span: 98
114246
114354
  }
114247
114355
  location: {
114248
114356
  path: 0
@@ -114250,18 +114358,18 @@ file: {
114250
114358
  path: 3
114251
114359
  path: 3
114252
114360
  path: 4
114361
+ span: 103
114253
114362
  span: 32
114254
114363
  span: 33
114255
- span: 98
114256
114364
  }
114257
114365
  location: {
114258
114366
  path: 1
114259
114367
  path: 2
114260
114368
  path: 3
114261
114369
  path: 4
114370
+ span: 104
114262
114371
  span: 18
114263
114372
  span: 2
114264
- span: 99
114265
114373
  }
114266
114374
  location: {
114267
114375
  path: 1
@@ -114269,9 +114377,9 @@ file: {
114269
114377
  path: 3
114270
114378
  path: 4
114271
114379
  path: 5
114380
+ span: 104
114272
114381
  span: 2
114273
114382
  span: 8
114274
- span: 99
114275
114383
  }
114276
114384
  location: {
114277
114385
  path: 1
@@ -114279,9 +114387,9 @@ file: {
114279
114387
  path: 2
114280
114388
  path: 3
114281
114389
  path: 4
114390
+ span: 104
114282
114391
  span: 13
114283
114392
  span: 9
114284
- span: 99
114285
114393
  }
114286
114394
  location: {
114287
114395
  path: 1
@@ -114289,23 +114397,23 @@ file: {
114289
114397
  path: 3
114290
114398
  path: 3
114291
114399
  path: 4
114400
+ span: 104
114292
114401
  span: 16
114293
114402
  span: 17
114294
- span: 99
114295
114403
  }
114296
114404
  location: {
114297
114405
  path: 4
114298
114406
  path: 4
114299
114407
  span: 0
114300
114408
  span: 1
114301
- span: 102
114302
- span: 110
114409
+ span: 107
114410
+ span: 115
114303
114411
  }
114304
114412
  location: {
114305
114413
  path: 1
114306
114414
  path: 4
114307
114415
  path: 4
114308
- span: 102
114416
+ span: 107
114309
114417
  span: 28
114310
114418
  span: 8
114311
114419
  }
@@ -114315,7 +114423,7 @@ file: {
114315
114423
  path: 2
114316
114424
  path: 4
114317
114425
  path: 4
114318
- span: 104
114426
+ span: 109
114319
114427
  span: 2
114320
114428
  span: 20
114321
114429
  }
@@ -114325,7 +114433,7 @@ file: {
114325
114433
  path: 4
114326
114434
  path: 4
114327
114435
  path: 5
114328
- span: 104
114436
+ span: 109
114329
114437
  span: 2
114330
114438
  span: 8
114331
114439
  }
@@ -114335,7 +114443,7 @@ file: {
114335
114443
  path: 2
114336
114444
  path: 4
114337
114445
  path: 4
114338
- span: 104
114446
+ span: 109
114339
114447
  span: 15
114340
114448
  span: 9
114341
114449
  }
@@ -114345,7 +114453,7 @@ file: {
114345
114453
  path: 3
114346
114454
  path: 4
114347
114455
  path: 4
114348
- span: 104
114456
+ span: 109
114349
114457
  span: 18
114350
114458
  span: 19
114351
114459
  }
@@ -114354,7 +114462,7 @@ file: {
114354
114462
  path: 2
114355
114463
  path: 4
114356
114464
  path: 4
114357
- span: 105
114465
+ span: 110
114358
114466
  span: 2
114359
114467
  span: 22
114360
114468
  }
@@ -114364,7 +114472,7 @@ file: {
114364
114472
  path: 4
114365
114473
  path: 4
114366
114474
  path: 5
114367
- span: 105
114475
+ span: 110
114368
114476
  span: 2
114369
114477
  span: 8
114370
114478
  }
@@ -114374,7 +114482,7 @@ file: {
114374
114482
  path: 2
114375
114483
  path: 4
114376
114484
  path: 4
114377
- span: 105
114485
+ span: 110
114378
114486
  span: 17
114379
114487
  span: 9
114380
114488
  }
@@ -114384,7 +114492,7 @@ file: {
114384
114492
  path: 3
114385
114493
  path: 4
114386
114494
  path: 4
114387
- span: 105
114495
+ span: 110
114388
114496
  span: 20
114389
114497
  span: 21
114390
114498
  }
@@ -114394,7 +114502,7 @@ file: {
114394
114502
  path: 2
114395
114503
  path: 4
114396
114504
  path: 4
114397
- span: 107
114505
+ span: 112
114398
114506
  span: 18
114399
114507
  span: 2
114400
114508
  }
@@ -114404,7 +114512,7 @@ file: {
114404
114512
  path: 4
114405
114513
  path: 4
114406
114514
  path: 5
114407
- span: 107
114515
+ span: 112
114408
114516
  span: 2
114409
114517
  span: 8
114410
114518
  }
@@ -114414,7 +114522,7 @@ file: {
114414
114522
  path: 2
114415
114523
  path: 4
114416
114524
  path: 4
114417
- span: 107
114525
+ span: 112
114418
114526
  span: 13
114419
114527
  span: 9
114420
114528
  }
@@ -114424,7 +114532,7 @@ file: {
114424
114532
  path: 3
114425
114533
  path: 4
114426
114534
  path: 4
114427
- span: 107
114535
+ span: 112
114428
114536
  span: 16
114429
114537
  span: 17
114430
114538
  }
@@ -114433,7 +114541,7 @@ file: {
114433
114541
  path: 3
114434
114542
  path: 4
114435
114543
  path: 4
114436
- span: 108
114544
+ span: 113
114437
114545
  span: 2
114438
114546
  span: 24
114439
114547
  }
@@ -114443,7 +114551,7 @@ file: {
114443
114551
  path: 4
114444
114552
  path: 4
114445
114553
  path: 5
114446
- span: 108
114554
+ span: 113
114447
114555
  span: 2
114448
114556
  span: 8
114449
114557
  }
@@ -114453,7 +114561,7 @@ file: {
114453
114561
  path: 3
114454
114562
  path: 4
114455
114563
  path: 4
114456
- span: 108
114564
+ span: 113
114457
114565
  span: 19
114458
114566
  span: 9
114459
114567
  }
@@ -114463,7 +114571,7 @@ file: {
114463
114571
  path: 3
114464
114572
  path: 4
114465
114573
  path: 4
114466
- span: 108
114574
+ span: 113
114467
114575
  span: 22
114468
114576
  span: 23
114469
114577
  }
@@ -114472,7 +114580,7 @@ file: {
114472
114580
  path: 4
114473
114581
  path: 4
114474
114582
  path: 4
114475
- span: 109
114583
+ span: 114
114476
114584
  span: 18
114477
114585
  span: 2
114478
114586
  }
@@ -114482,7 +114590,7 @@ file: {
114482
114590
  path: 4
114483
114591
  path: 4
114484
114592
  path: 5
114485
- span: 109
114593
+ span: 114
114486
114594
  span: 2
114487
114595
  span: 8
114488
114596
  }
@@ -114492,7 +114600,7 @@ file: {
114492
114600
  path: 4
114493
114601
  path: 4
114494
114602
  path: 4
114495
- span: 109
114603
+ span: 114
114496
114604
  span: 13
114497
114605
  span: 9
114498
114606
  }
@@ -114502,7 +114610,7 @@ file: {
114502
114610
  path: 4
114503
114611
  path: 4
114504
114612
  path: 4
114505
- span: 109
114613
+ span: 114
114506
114614
  span: 16
114507
114615
  span: 17
114508
114616
  }
@@ -114511,14 +114619,14 @@ file: {
114511
114619
  path: 5
114512
114620
  span: 0
114513
114621
  span: 1
114514
- span: 112
114515
- span: 120
114622
+ span: 117
114623
+ span: 125
114516
114624
  }
114517
114625
  location: {
114518
114626
  path: 1
114519
114627
  path: 4
114520
114628
  path: 5
114521
- span: 112
114629
+ span: 117
114522
114630
  span: 23
114523
114631
  span: 8
114524
114632
  }
@@ -114528,7 +114636,7 @@ file: {
114528
114636
  path: 2
114529
114637
  path: 4
114530
114638
  path: 5
114531
- span: 114
114639
+ span: 119
114532
114640
  span: 2
114533
114641
  span: 30
114534
114642
  }
@@ -114539,7 +114647,7 @@ file: {
114539
114647
  path: 4
114540
114648
  path: 5
114541
114649
  span: 10
114542
- span: 114
114650
+ span: 119
114543
114651
  span: 2
114544
114652
  }
114545
114653
  location: {
@@ -114549,7 +114657,7 @@ file: {
114549
114657
  path: 5
114550
114658
  path: 6
114551
114659
  span: 11
114552
- span: 114
114660
+ span: 119
114553
114661
  span: 17
114554
114662
  }
114555
114663
  location: {
@@ -114558,7 +114666,7 @@ file: {
114558
114666
  path: 2
114559
114667
  path: 4
114560
114668
  path: 5
114561
- span: 114
114669
+ span: 119
114562
114670
  span: 18
114563
114671
  span: 25
114564
114672
  }
@@ -114568,7 +114676,7 @@ file: {
114568
114676
  path: 3
114569
114677
  path: 4
114570
114678
  path: 5
114571
- span: 114
114679
+ span: 119
114572
114680
  span: 28
114573
114681
  span: 29
114574
114682
  }
@@ -114577,7 +114685,7 @@ file: {
114577
114685
  path: 2
114578
114686
  path: 4
114579
114687
  path: 5
114580
- span: 115
114688
+ span: 120
114581
114689
  span: 2
114582
114690
  span: 33
114583
114691
  }
@@ -114588,7 +114696,7 @@ file: {
114588
114696
  path: 4
114589
114697
  path: 5
114590
114698
  span: 10
114591
- span: 115
114699
+ span: 120
114592
114700
  span: 2
114593
114701
  }
114594
114702
  location: {
@@ -114598,7 +114706,7 @@ file: {
114598
114706
  path: 5
114599
114707
  path: 6
114600
114708
  span: 11
114601
- span: 115
114709
+ span: 120
114602
114710
  span: 21
114603
114711
  }
114604
114712
  location: {
@@ -114607,7 +114715,7 @@ file: {
114607
114715
  path: 2
114608
114716
  path: 4
114609
114717
  path: 5
114610
- span: 115
114718
+ span: 120
114611
114719
  span: 22
114612
114720
  span: 28
114613
114721
  }
@@ -114617,7 +114725,7 @@ file: {
114617
114725
  path: 3
114618
114726
  path: 4
114619
114727
  path: 5
114620
- span: 115
114728
+ span: 120
114621
114729
  span: 31
114622
114730
  span: 32
114623
114731
  }
@@ -114626,7 +114734,7 @@ file: {
114626
114734
  path: 2
114627
114735
  path: 4
114628
114736
  path: 5
114629
- span: 116
114737
+ span: 121
114630
114738
  span: 2
114631
114739
  span: 35
114632
114740
  }
@@ -114637,7 +114745,7 @@ file: {
114637
114745
  path: 4
114638
114746
  path: 5
114639
114747
  span: 10
114640
- span: 116
114748
+ span: 121
114641
114749
  span: 2
114642
114750
  }
114643
114751
  location: {
@@ -114647,7 +114755,7 @@ file: {
114647
114755
  path: 5
114648
114756
  path: 6
114649
114757
  span: 11
114650
- span: 116
114758
+ span: 121
114651
114759
  span: 21
114652
114760
  }
114653
114761
  location: {
@@ -114656,7 +114764,7 @@ file: {
114656
114764
  path: 2
114657
114765
  path: 4
114658
114766
  path: 5
114659
- span: 116
114767
+ span: 121
114660
114768
  span: 22
114661
114769
  span: 30
114662
114770
  }
@@ -114666,7 +114774,7 @@ file: {
114666
114774
  path: 3
114667
114775
  path: 4
114668
114776
  path: 5
114669
- span: 116
114777
+ span: 121
114670
114778
  span: 33
114671
114779
  span: 34
114672
114780
  }
@@ -114674,7 +114782,7 @@ file: {
114674
114782
  path: 4
114675
114783
  path: 5
114676
114784
  path: 9
114677
- span: 118
114785
+ span: 123
114678
114786
  span: 13
114679
114787
  span: 2
114680
114788
  }
@@ -114684,8 +114792,8 @@ file: {
114684
114792
  path: 5
114685
114793
  path: 9
114686
114794
  span: 11
114687
- span: 118
114688
114795
  span: 12
114796
+ span: 123
114689
114797
  }
114690
114798
  location: {
114691
114799
  path: 0
@@ -114694,8 +114802,8 @@ file: {
114694
114802
  path: 5
114695
114803
  path: 9
114696
114804
  span: 11
114697
- span: 118
114698
114805
  span: 12
114806
+ span: 123
114699
114807
  }
114700
114808
  location: {
114701
114809
  path: 0
@@ -114704,14 +114812,14 @@ file: {
114704
114812
  path: 5
114705
114813
  path: 9
114706
114814
  span: 11
114707
- span: 118
114708
114815
  span: 12
114816
+ span: 123
114709
114817
  }
114710
114818
  location: {
114711
114819
  path: 10
114712
114820
  path: 4
114713
114821
  path: 5
114714
- span: 119
114822
+ span: 124
114715
114823
  span: 2
114716
114824
  span: 20
114717
114825
  }
@@ -114721,7 +114829,7 @@ file: {
114721
114829
  path: 4
114722
114830
  path: 5
114723
114831
  span: 11
114724
- span: 119
114832
+ span: 124
114725
114833
  span: 19
114726
114834
  }
114727
114835
  location: {
@@ -114729,15 +114837,15 @@ file: {
114729
114837
  path: 5
114730
114838
  span: 0
114731
114839
  span: 1
114732
- span: 122
114733
114840
  span: 127
114841
+ span: 132
114734
114842
  }
114735
114843
  location: {
114736
114844
  path: 0
114737
114845
  path: 1
114738
114846
  path: 5
114739
114847
  span: 11
114740
- span: 122
114848
+ span: 127
114741
114849
  span: 5
114742
114850
  }
114743
114851
  location: {
@@ -114747,7 +114855,7 @@ file: {
114747
114855
  path: 2
114748
114856
  path: 5
114749
114857
  span: 11
114750
- span: 124
114858
+ span: 129
114751
114859
  span: 2
114752
114860
  }
114753
114861
  location: {
@@ -114756,7 +114864,7 @@ file: {
114756
114864
  path: 1
114757
114865
  path: 2
114758
114866
  path: 5
114759
- span: 124
114867
+ span: 129
114760
114868
  span: 2
114761
114869
  span: 6
114762
114870
  }
@@ -114767,7 +114875,7 @@ file: {
114767
114875
  path: 2
114768
114876
  path: 5
114769
114877
  span: 10
114770
- span: 124
114878
+ span: 129
114771
114879
  span: 9
114772
114880
  }
114773
114881
  location: {
@@ -114777,7 +114885,7 @@ file: {
114777
114885
  path: 2
114778
114886
  path: 5
114779
114887
  span: 10
114780
- span: 126
114888
+ span: 131
114781
114889
  span: 2
114782
114890
  }
114783
114891
  location: {
@@ -114786,7 +114894,7 @@ file: {
114786
114894
  path: 1
114787
114895
  path: 2
114788
114896
  path: 5
114789
- span: 126
114897
+ span: 131
114790
114898
  span: 2
114791
114899
  span: 5
114792
114900
  }
@@ -114796,7 +114904,7 @@ file: {
114796
114904
  path: 2
114797
114905
  path: 2
114798
114906
  path: 5
114799
- span: 126
114907
+ span: 131
114800
114908
  span: 8
114801
114909
  span: 9
114802
114910
  }