Skip to content

Commit edb2bfe

Browse files
chore: Regenerate Rust bindings
1 parent 0cb3338 commit edb2bfe

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/src/sentry_protos.billing.v1.common.v1.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,17 @@ pub mod pending_user_config {
323323
pub struct PaygBudget {
324324
#[prost(uint64, tag = "1")]
325325
pub budget_cents: u64,
326+
/// Whether the next billing cycle should clear the Contract's existing UserParameter
327+
#[prost(bool, tag = "2")]
328+
pub clear_user_parameter: bool,
326329
}
327330
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
328331
pub struct Reservation {
329332
#[prost(uint64, tag = "1")]
330333
pub reserved_price_cents: u64,
334+
/// Whether the next billing cycle should clear the Contract's existing UserParameter
335+
#[prost(bool, tag = "4")]
336+
pub clear_user_parameter: bool,
331337
#[prost(oneof = "reservation::ReservedUnits", tags = "2, 3")]
332338
pub reserved_units: ::core::option::Option<reservation::ReservedUnits>,
333339
}

0 commit comments

Comments
 (0)