Skip to content

Commit 6f57144

Browse files
chore: Regenerate Rust bindings
1 parent b101e4e commit 6f57144

2 files changed

Lines changed: 4 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.services.package.v1.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ pub struct PackageConfig {
155155
/// Whether the package has pay-as-you-go (PAYG) modes.
156156
#[prost(bool, tag = "12")]
157157
pub has_payg_modes: bool,
158+
/// similar to is_enterprise, but for sponsored packages.
159+
#[prost(bool, tag = "13")]
160+
pub is_sponsored: bool,
158161
}
159162
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
160163
pub struct GetPackageRequest {

0 commit comments

Comments
 (0)