diff --git a/src/index.tsx b/src/index.tsx index 30769c4..5654e4e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5041,11 +5041,6 @@ export type GetAvailableSubscriptionOptionsQuery = { getAvailableSubscriptionOptions: { __typename?: "StripeSubscriptionOptionsGQL"; trialPeriodDays?: number | null; - appleIap: { - __typename?: "AppleIapSubscriptionOptionsGQL"; - enabled: boolean; - proMonthlyProductId?: string | null; - }; products: Array<{ __typename?: "StripeProductGQL"; id: string; @@ -10696,10 +10691,6 @@ export const GetAvailableSubscriptionOptionsDocument = gql` query GetAvailableSubscriptionOptions { getAvailableSubscriptionOptions { trialPeriodDays - appleIap { - enabled - proMonthlyProductId - } products { id name diff --git a/src/operations/payments.gql b/src/operations/payments.gql index 95fa65e..05405eb 100644 --- a/src/operations/payments.gql +++ b/src/operations/payments.gql @@ -29,10 +29,6 @@ mutation CreateCustomerPortalSession { query GetAvailableSubscriptionOptions { getAvailableSubscriptionOptions { trialPeriodDays - appleIap { - enabled - proMonthlyProductId - } products { id name