Compare commits
2 Commits
loewy/appl
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 48b647636e | |||
| 079e4e8719 |
@@ -79,12 +79,6 @@ export enum AlignedIntervalEnum {
|
||||
Year = "YEAR",
|
||||
}
|
||||
|
||||
export type AppleIapSubscriptionOptionsGql = {
|
||||
__typename?: "AppleIapSubscriptionOptionsGQL";
|
||||
enabled: Scalars["Boolean"]["output"];
|
||||
proMonthlyProductId?: Maybe<Scalars["String"]["output"]>;
|
||||
};
|
||||
|
||||
export type BankFeaturesGql = {
|
||||
__typename?: "BankFeaturesGQL";
|
||||
bankAngle: Scalars["Float"]["output"];
|
||||
@@ -3381,7 +3375,6 @@ export type StripeProductGql = {
|
||||
|
||||
export type StripeSubscriptionOptionsGql = {
|
||||
__typename?: "StripeSubscriptionOptionsGQL";
|
||||
appleIap: AppleIapSubscriptionOptionsGql;
|
||||
products: Array<StripeProductGql>;
|
||||
trialPeriodDays?: Maybe<Scalars["Int"]["output"]>;
|
||||
};
|
||||
|
||||
@@ -996,7 +996,6 @@ type UserRelationship {
|
||||
type StripeSubscriptionOptionsGQL {
|
||||
products: [StripeProductGQL!]!
|
||||
trialPeriodDays: Int
|
||||
appleIap: AppleIapSubscriptionOptionsGQL!
|
||||
}
|
||||
|
||||
type StripeProductGQL {
|
||||
@@ -1017,11 +1016,6 @@ type StripePriceGQL {
|
||||
active: Boolean!
|
||||
}
|
||||
|
||||
type AppleIapSubscriptionOptionsGQL {
|
||||
enabled: Boolean!
|
||||
proMonthlyProductId: String
|
||||
}
|
||||
|
||||
type UserSubscriptionStatusGQL {
|
||||
hasActiveSubscription: Boolean!
|
||||
entitlementSource: EntitlementSourceTypeEnum
|
||||
|
||||
Reference in New Issue
Block a user