Update baseline swiftinterface files for billing-plan-type-value#6797
Merged
fire-at-will merged 1 commit intoMay 14, 2026
Conversation
fire-at-will
added a commit
that referenced
this pull request
May 27, 2026
* add BillingPlanType.value * rename to rawValue/remove from() * api tester * silly test fix * Update baseline swiftinterface files (#6797) * Update baseline swiftinterface files (#6798) * customer info updates for products with billing plans * lint * standardize calculations * Update FetchProductsView.swift * rename * lint * add more tests * Update ButtonComponentViewModelInteractionTests.swift * test with decoding two entitlements on product with upfront and monthly --------- Co-authored-by: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by @fire-at-will for billing-plan-type-value
Note
Low Risk
Low risk because this only updates generated
.swiftinterfacebaseline files; behavior changes, if any, are limited to public API surface exposure forBillingPlanType.Overview
Refreshes the generated
api/*.swiftinterfacebaselines (iOS, macOS, tvOS, watchOS, visionOS, and simulators) to match an updatedBillingPlanTypepublic surface.BillingPlanTypeno longer advertises@_inheritsConvenienceInitializers, and now exposes arawValue: Stringproperty in the public interface.Reviewed by Cursor Bugbot for commit 450ca24. Bugbot is set up for automated code reviews on this repo. Configure here.