@revenuecat/purchases-capacitor-ui 11.2.5 → 11.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
14
14
|
s.ios.deployment_target = '15.0'
|
|
15
15
|
s.dependency 'Capacitor'
|
|
16
|
-
s.dependency 'PurchasesHybridCommonUI', '17.
|
|
16
|
+
s.dependency 'PurchasesHybridCommonUI', '17.10.0'
|
|
17
17
|
s.swift_version = '5.1'
|
|
18
18
|
end
|
package/android/build.gradle
CHANGED
|
@@ -51,6 +51,6 @@ repositories {
|
|
|
51
51
|
dependencies {
|
|
52
52
|
implementation project(':capacitor-android')
|
|
53
53
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
54
|
-
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.
|
|
54
|
+
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.10.0'
|
|
55
55
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20"
|
|
56
56
|
}
|
package/dist/plugin.js
CHANGED
|
@@ -58,6 +58,7 @@ var capacitorPlugin = (function (exports, core) {
|
|
|
58
58
|
PURCHASES_ERROR_CODE["API_ENDPOINT_BLOCKED"] = "33";
|
|
59
59
|
PURCHASES_ERROR_CODE["INVALID_PROMOTIONAL_OFFER_ERROR"] = "34";
|
|
60
60
|
PURCHASES_ERROR_CODE["OFFLINE_CONNECTION_ERROR"] = "35";
|
|
61
|
+
PURCHASES_ERROR_CODE["TEST_STORE_SIMULATED_PURCHASE_ERROR"] = "42";
|
|
61
62
|
})(PURCHASES_ERROR_CODE || (PURCHASES_ERROR_CODE = {}));
|
|
62
63
|
/**
|
|
63
64
|
* @internal
|
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sources":["../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/errors.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/offerings.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/enums.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/webRedemption.js","esm/index.js","esm/web.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n/* tslint:disable:max-classes-per-file */\n/**\n * Error codes indicating the reason for an error.\n * @public\n */\nexport var PURCHASES_ERROR_CODE;\n(function (PURCHASES_ERROR_CODE) {\n PURCHASES_ERROR_CODE[\"UNKNOWN_ERROR\"] = \"0\";\n PURCHASES_ERROR_CODE[\"PURCHASE_CANCELLED_ERROR\"] = \"1\";\n PURCHASES_ERROR_CODE[\"STORE_PROBLEM_ERROR\"] = \"2\";\n PURCHASES_ERROR_CODE[\"PURCHASE_NOT_ALLOWED_ERROR\"] = \"3\";\n PURCHASES_ERROR_CODE[\"PURCHASE_INVALID_ERROR\"] = \"4\";\n PURCHASES_ERROR_CODE[\"PRODUCT_NOT_AVAILABLE_FOR_PURCHASE_ERROR\"] = \"5\";\n PURCHASES_ERROR_CODE[\"PRODUCT_ALREADY_PURCHASED_ERROR\"] = \"6\";\n PURCHASES_ERROR_CODE[\"RECEIPT_ALREADY_IN_USE_ERROR\"] = \"7\";\n PURCHASES_ERROR_CODE[\"INVALID_RECEIPT_ERROR\"] = \"8\";\n PURCHASES_ERROR_CODE[\"MISSING_RECEIPT_FILE_ERROR\"] = \"9\";\n PURCHASES_ERROR_CODE[\"NETWORK_ERROR\"] = \"10\";\n PURCHASES_ERROR_CODE[\"INVALID_CREDENTIALS_ERROR\"] = \"11\";\n PURCHASES_ERROR_CODE[\"UNEXPECTED_BACKEND_RESPONSE_ERROR\"] = \"12\";\n PURCHASES_ERROR_CODE[\"RECEIPT_IN_USE_BY_OTHER_SUBSCRIBER_ERROR\"] = \"13\";\n PURCHASES_ERROR_CODE[\"INVALID_APP_USER_ID_ERROR\"] = \"14\";\n PURCHASES_ERROR_CODE[\"OPERATION_ALREADY_IN_PROGRESS_ERROR\"] = \"15\";\n PURCHASES_ERROR_CODE[\"UNKNOWN_BACKEND_ERROR\"] = \"16\";\n PURCHASES_ERROR_CODE[\"INVALID_APPLE_SUBSCRIPTION_KEY_ERROR\"] = \"17\";\n PURCHASES_ERROR_CODE[\"INELIGIBLE_ERROR\"] = \"18\";\n PURCHASES_ERROR_CODE[\"INSUFFICIENT_PERMISSIONS_ERROR\"] = \"19\";\n PURCHASES_ERROR_CODE[\"PAYMENT_PENDING_ERROR\"] = \"20\";\n PURCHASES_ERROR_CODE[\"INVALID_SUBSCRIBER_ATTRIBUTES_ERROR\"] = \"21\";\n PURCHASES_ERROR_CODE[\"LOG_OUT_ANONYMOUS_USER_ERROR\"] = \"22\";\n PURCHASES_ERROR_CODE[\"CONFIGURATION_ERROR\"] = \"23\";\n PURCHASES_ERROR_CODE[\"UNSUPPORTED_ERROR\"] = \"24\";\n PURCHASES_ERROR_CODE[\"EMPTY_SUBSCRIBER_ATTRIBUTES_ERROR\"] = \"25\";\n PURCHASES_ERROR_CODE[\"PRODUCT_DISCOUNT_MISSING_IDENTIFIER_ERROR\"] = \"26\";\n PURCHASES_ERROR_CODE[\"PRODUCT_DISCOUNT_MISSING_SUBSCRIPTION_GROUP_IDENTIFIER_ERROR\"] = \"28\";\n PURCHASES_ERROR_CODE[\"CUSTOMER_INFO_ERROR\"] = \"29\";\n PURCHASES_ERROR_CODE[\"SYSTEM_INFO_ERROR\"] = \"30\";\n PURCHASES_ERROR_CODE[\"BEGIN_REFUND_REQUEST_ERROR\"] = \"31\";\n PURCHASES_ERROR_CODE[\"PRODUCT_REQUEST_TIMED_OUT_ERROR\"] = \"32\";\n PURCHASES_ERROR_CODE[\"API_ENDPOINT_BLOCKED\"] = \"33\";\n PURCHASES_ERROR_CODE[\"INVALID_PROMOTIONAL_OFFER_ERROR\"] = \"34\";\n PURCHASES_ERROR_CODE[\"OFFLINE_CONNECTION_ERROR\"] = \"35\";\n})(PURCHASES_ERROR_CODE || (PURCHASES_ERROR_CODE = {}));\n/**\n * @internal\n */\nvar UninitializedPurchasesError = /** @class */ (function (_super) {\n __extends(UninitializedPurchasesError, _super);\n function UninitializedPurchasesError() {\n var _this = _super.call(this, \"There is no singleton instance. \" +\n \"Make sure you configure Purchases before trying to get the default instance. \" +\n \"More info here: https://errors.rev.cat/configuring-sdk\") || this;\n // Set the prototype explicitly.\n Object.setPrototypeOf(_this, UninitializedPurchasesError.prototype);\n return _this;\n }\n return UninitializedPurchasesError;\n}(Error));\nexport { UninitializedPurchasesError };\n/**\n * @internal\n */\nvar UnsupportedPlatformError = /** @class */ (function (_super) {\n __extends(UnsupportedPlatformError, _super);\n function UnsupportedPlatformError() {\n var _this = _super.call(this, \"This method is not available in the current platform.\") || this;\n // Set the prototype explicitly.\n Object.setPrototypeOf(_this, UnsupportedPlatformError.prototype);\n return _this;\n }\n return UnsupportedPlatformError;\n}(Error));\nexport { UnsupportedPlatformError };\n","/**\n * Enum indicating possible package types.\n * @public\n */\nexport var PACKAGE_TYPE;\n(function (PACKAGE_TYPE) {\n /**\n * A package that was defined with a custom identifier.\n */\n PACKAGE_TYPE[\"UNKNOWN\"] = \"UNKNOWN\";\n /**\n * A package that was defined with a custom identifier.\n */\n PACKAGE_TYPE[\"CUSTOM\"] = \"CUSTOM\";\n /**\n * A package configured with the predefined lifetime identifier.\n */\n PACKAGE_TYPE[\"LIFETIME\"] = \"LIFETIME\";\n /**\n * A package configured with the predefined annual identifier.\n */\n PACKAGE_TYPE[\"ANNUAL\"] = \"ANNUAL\";\n /**\n * A package configured with the predefined six month identifier.\n */\n PACKAGE_TYPE[\"SIX_MONTH\"] = \"SIX_MONTH\";\n /**\n * A package configured with the predefined three month identifier.\n */\n PACKAGE_TYPE[\"THREE_MONTH\"] = \"THREE_MONTH\";\n /**\n * A package configured with the predefined two month identifier.\n */\n PACKAGE_TYPE[\"TWO_MONTH\"] = \"TWO_MONTH\";\n /**\n * A package configured with the predefined monthly identifier.\n */\n PACKAGE_TYPE[\"MONTHLY\"] = \"MONTHLY\";\n /**\n * A package configured with the predefined weekly identifier.\n */\n PACKAGE_TYPE[\"WEEKLY\"] = \"WEEKLY\";\n})(PACKAGE_TYPE || (PACKAGE_TYPE = {}));\n/**\n * Enum indicating possible eligibility status for introductory pricing.\n * @public\n */\nexport var INTRO_ELIGIBILITY_STATUS;\n(function (INTRO_ELIGIBILITY_STATUS) {\n /**\n * RevenueCat doesn't have enough information to determine eligibility.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_UNKNOWN\"] = 0] = \"INTRO_ELIGIBILITY_STATUS_UNKNOWN\";\n /**\n * The user is not eligible for a free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_INELIGIBLE\"] = 1] = \"INTRO_ELIGIBILITY_STATUS_INELIGIBLE\";\n /**\n * The user is eligible for a free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_ELIGIBLE\"] = 2] = \"INTRO_ELIGIBILITY_STATUS_ELIGIBLE\";\n /**\n * There is no free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_NO_INTRO_OFFER_EXISTS\"] = 3] = \"INTRO_ELIGIBILITY_STATUS_NO_INTRO_OFFER_EXISTS\";\n})(INTRO_ELIGIBILITY_STATUS || (INTRO_ELIGIBILITY_STATUS = {}));\n/**\n * Enum indicating possible product categories.\n * @public\n */\nexport var PRODUCT_CATEGORY;\n(function (PRODUCT_CATEGORY) {\n /**\n * A type of product for non-subscription.\n */\n PRODUCT_CATEGORY[\"NON_SUBSCRIPTION\"] = \"NON_SUBSCRIPTION\";\n /**\n * A type of product for subscriptions.\n */\n PRODUCT_CATEGORY[\"SUBSCRIPTION\"] = \"SUBSCRIPTION\";\n /**\n * A type of product for unknowns.\n */\n PRODUCT_CATEGORY[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PRODUCT_CATEGORY || (PRODUCT_CATEGORY = {}));\n/**\n * Enum indicating possible product types.\n * @public\n */\nexport var PRODUCT_TYPE;\n(function (PRODUCT_TYPE) {\n /**\n * A consumable in-app purchase.\n */\n PRODUCT_TYPE[\"CONSUMABLE\"] = \"CONSUMABLE\";\n /**\n * A non-consumable in-app purchase. Only applies to Apple Store products.\n */\n PRODUCT_TYPE[\"NON_CONSUMABLE\"] = \"NON_CONSUMABLE\";\n /**\n * A non-renewing subscription. Only applies to Apple Store products.\n */\n PRODUCT_TYPE[\"NON_RENEWABLE_SUBSCRIPTION\"] = \"NON_RENEWABLE_SUBSCRIPTION\";\n /**\n * An auto-renewable subscription.\n */\n PRODUCT_TYPE[\"AUTO_RENEWABLE_SUBSCRIPTION\"] = \"AUTO_RENEWABLE_SUBSCRIPTION\";\n /**\n * A subscription that is pre-paid. Only applies to Google Play products.\n */\n PRODUCT_TYPE[\"PREPAID_SUBSCRIPTION\"] = \"PREPAID_SUBSCRIPTION\";\n /**\n * Unable to determine product type.\n */\n PRODUCT_TYPE[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PRODUCT_TYPE || (PRODUCT_TYPE = {}));\n/**\n * Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.\n * @public\n */\nexport var PRORATION_MODE;\n(function (PRORATION_MODE) {\n PRORATION_MODE[PRORATION_MODE[\"UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY\"] = 0] = \"UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY\";\n /**\n * Replacement takes effect immediately, and the remaining time will be\n * prorated and credited to the user. This is the current default behavior.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_WITH_TIME_PRORATION\"] = 1] = \"IMMEDIATE_WITH_TIME_PRORATION\";\n /**\n * Replacement takes effect immediately, and the billing cycle remains the\n * same. The price for the remaining period will be charged. This option is\n * only available for subscription upgrade.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_AND_CHARGE_PRORATED_PRICE\"] = 2] = \"IMMEDIATE_AND_CHARGE_PRORATED_PRICE\";\n /**\n * Replacement takes effect immediately, and the new price will be charged on\n * next recurrence time. The billing cycle stays the same.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_WITHOUT_PRORATION\"] = 3] = \"IMMEDIATE_WITHOUT_PRORATION\";\n /**\n * Replacement takes effect when the old plan expires, and the new price will\n * be charged at the same time.\n */\n PRORATION_MODE[PRORATION_MODE[\"DEFERRED\"] = 6] = \"DEFERRED\";\n /**\n * Replacement takes effect immediately, and the user is charged full price\n * of new plan and is given a full billing cycle of subscription,\n * plus remaining prorated time from the old plan.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_AND_CHARGE_FULL_PRICE\"] = 5] = \"IMMEDIATE_AND_CHARGE_FULL_PRICE\";\n})(PRORATION_MODE || (PRORATION_MODE = {}));\n/**\n * Recurrence mode for a pricing phase\n * @public\n */\nexport var RECURRENCE_MODE;\n(function (RECURRENCE_MODE) {\n /**\n * Pricing phase repeats infinitely until cancellation\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"INFINITE_RECURRING\"] = 1] = \"INFINITE_RECURRING\";\n /**\n * Pricing phase repeats for a fixed number of billing periods\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"FINITE_RECURRING\"] = 2] = \"FINITE_RECURRING\";\n /**\n * Pricing phase does not repeat\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"NON_RECURRING\"] = 3] = \"NON_RECURRING\";\n})(RECURRENCE_MODE || (RECURRENCE_MODE = {}));\n/**\n * Payment mode for offer pricing phases. Google Play only.\n * @public\n */\nexport var OFFER_PAYMENT_MODE;\n(function (OFFER_PAYMENT_MODE) {\n /**\n * Subscribers don't pay until the specified period ends\n */\n OFFER_PAYMENT_MODE[\"FREE_TRIAL\"] = \"FREE_TRIAL\";\n /**\n * Subscribers pay up front for a specified period\n */\n OFFER_PAYMENT_MODE[\"SINGLE_PAYMENT\"] = \"SINGLE_PAYMENT\";\n /**\n * Subscribers pay a discounted amount for a specified number of periods\n */\n OFFER_PAYMENT_MODE[\"DISCOUNTED_RECURRING_PAYMENT\"] = \"DISCOUNTED_RECURRING_PAYMENT\";\n})(OFFER_PAYMENT_MODE || (OFFER_PAYMENT_MODE = {}));\n/**\n * Time duration unit for Period.\n * @public\n */\nexport var PERIOD_UNIT;\n(function (PERIOD_UNIT) {\n PERIOD_UNIT[\"DAY\"] = \"DAY\";\n PERIOD_UNIT[\"WEEK\"] = \"WEEK\";\n PERIOD_UNIT[\"MONTH\"] = \"MONTH\";\n PERIOD_UNIT[\"YEAR\"] = \"YEAR\";\n PERIOD_UNIT[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PERIOD_UNIT || (PERIOD_UNIT = {}));\n","/**\n * @deprecated Use PRODUCT_CATEGORY\n * @public\n */\nexport var PURCHASE_TYPE;\n(function (PURCHASE_TYPE) {\n /**\n * A type of SKU for in-app products.\n */\n PURCHASE_TYPE[\"INAPP\"] = \"inapp\";\n /**\n * A type of SKU for subscriptions.\n */\n PURCHASE_TYPE[\"SUBS\"] = \"subs\";\n})(PURCHASE_TYPE || (PURCHASE_TYPE = {}));\n/**\n * Enum for billing features.\n * Currently, these are only relevant for Google Play Android users:\n * https://developer.android.com/reference/com/android/billingclient/api/BillingClient.FeatureType\n * @public\n */\nexport var BILLING_FEATURE;\n(function (BILLING_FEATURE) {\n /**\n * Purchase/query for subscriptions.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS\"] = 0] = \"SUBSCRIPTIONS\";\n /**\n * Subscriptions update/replace.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS_UPDATE\"] = 1] = \"SUBSCRIPTIONS_UPDATE\";\n /**\n * Purchase/query for in-app items on VR.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"IN_APP_ITEMS_ON_VR\"] = 2] = \"IN_APP_ITEMS_ON_VR\";\n /**\n * Purchase/query for subscriptions on VR.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS_ON_VR\"] = 3] = \"SUBSCRIPTIONS_ON_VR\";\n /**\n * Launch a price change confirmation flow.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"PRICE_CHANGE_CONFIRMATION\"] = 4] = \"PRICE_CHANGE_CONFIRMATION\";\n})(BILLING_FEATURE || (BILLING_FEATURE = {}));\n/**\n * Enum for possible refund request results.\n * @public\n */\nexport var REFUND_REQUEST_STATUS;\n(function (REFUND_REQUEST_STATUS) {\n /**\n * Apple has received the refund request.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"SUCCESS\"] = 0] = \"SUCCESS\";\n /**\n * User canceled submission of the refund request.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"USER_CANCELLED\"] = 1] = \"USER_CANCELLED\";\n /**\n * There was an error with the request. See message for more details.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"ERROR\"] = 2] = \"ERROR\";\n})(REFUND_REQUEST_STATUS || (REFUND_REQUEST_STATUS = {}));\n/**\n * Enum for possible log levels to print.\n * @public\n */\nexport var LOG_LEVEL;\n(function (LOG_LEVEL) {\n LOG_LEVEL[\"VERBOSE\"] = \"VERBOSE\";\n LOG_LEVEL[\"DEBUG\"] = \"DEBUG\";\n LOG_LEVEL[\"INFO\"] = \"INFO\";\n LOG_LEVEL[\"WARN\"] = \"WARN\";\n LOG_LEVEL[\"ERROR\"] = \"ERROR\";\n})(LOG_LEVEL || (LOG_LEVEL = {}));\n/**\n * Enum for in-app message types.\n * This can be used if you disable automatic in-app message from showing automatically.\n * Then, you can pass what type of messages you want to show in the `showInAppMessages`\n * method in Purchases.\n * @public\n */\nexport var IN_APP_MESSAGE_TYPE;\n(function (IN_APP_MESSAGE_TYPE) {\n // Make sure the enum values are in sync with those defined in iOS/Android\n /**\n * In-app messages to indicate there has been a billing issue charging the user.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"BILLING_ISSUE\"] = 0] = \"BILLING_ISSUE\";\n /**\n * iOS-only. This message will show if you increase the price of a subscription and\n * the user needs to opt-in to the increase.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"PRICE_INCREASE_CONSENT\"] = 1] = \"PRICE_INCREASE_CONSENT\";\n /**\n * iOS-only. StoreKit generic messages.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"GENERIC\"] = 2] = \"GENERIC\";\n /**\n * iOS-only. This message will show if the subscriber is eligible for an iOS win-back\n * offer and will allow the subscriber to redeem the offer.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"WIN_BACK_OFFER\"] = 3] = \"WIN_BACK_OFFER\";\n})(IN_APP_MESSAGE_TYPE || (IN_APP_MESSAGE_TYPE = {}));\n/**\n * Enum of entitlement verification modes.\n * @public\n */\nexport var ENTITLEMENT_VERIFICATION_MODE;\n(function (ENTITLEMENT_VERIFICATION_MODE) {\n /**\n * The SDK will not perform any entitlement verification.\n */\n ENTITLEMENT_VERIFICATION_MODE[\"DISABLED\"] = \"DISABLED\";\n /**\n * Enable entitlement verification.\n *\n * If verification fails, this will be indicated with [VerificationResult.FAILED] in\n * the [EntitlementInfos.verification] and [EntitlementInfo.verification] properties but parsing will not fail\n * (i.e. Entitlements will still be granted).\n *\n * This can be useful if you want to handle verification failures to display an error/warning to the user\n * or to track this situation but still grant access.\n */\n ENTITLEMENT_VERIFICATION_MODE[\"INFORMATIONAL\"] = \"INFORMATIONAL\";\n // Add ENFORCED mode once we're ready to ship it.\n // ENFORCED = \"ENFORCED\"\n})(ENTITLEMENT_VERIFICATION_MODE || (ENTITLEMENT_VERIFICATION_MODE = {}));\n/**\n * The result of the verification process. For more details check: http://rev.cat/trusted-entitlements\n *\n * This is accomplished by preventing MiTM attacks between the SDK and the RevenueCat server.\n * With verification enabled, the SDK ensures that the response created by the server was not\n * modified by a third-party, and the response received is exactly what was sent.\n *\n * - Note: Verification is only performed if enabled using PurchasesConfiguration's\n * entitlementVerificationMode property. This is disabled by default.\n *\n * @public\n */\nexport var VERIFICATION_RESULT;\n(function (VERIFICATION_RESULT) {\n /**\n * No verification was done.\n *\n * This value is returned when verification is not enabled in PurchasesConfiguration\n */\n VERIFICATION_RESULT[\"NOT_REQUESTED\"] = \"NOT_REQUESTED\";\n /**\n * Verification with our server was performed successfully.\n */\n VERIFICATION_RESULT[\"VERIFIED\"] = \"VERIFIED\";\n /**\n * Verification failed, possibly due to a MiTM attack.\n */\n VERIFICATION_RESULT[\"FAILED\"] = \"FAILED\";\n /**\n * Verification was performed on device.\n */\n VERIFICATION_RESULT[\"VERIFIED_ON_DEVICE\"] = \"VERIFIED_ON_DEVICE\";\n})(VERIFICATION_RESULT || (VERIFICATION_RESULT = {}));\n/**\n * The result of presenting a paywall. This will be the last situation the user experienced before the\n * paywall closed.\n *\n * @public\n */\nexport var PAYWALL_RESULT;\n(function (PAYWALL_RESULT) {\n /**\n * If the paywall wasn't presented. Only returned when using \"presentPaywallIfNeeded\"\n */\n PAYWALL_RESULT[\"NOT_PRESENTED\"] = \"NOT_PRESENTED\";\n /**\n * If an error happened during purchase/restoration.\n */\n PAYWALL_RESULT[\"ERROR\"] = \"ERROR\";\n /**\n * If the paywall was closed without performing an operation\n */\n PAYWALL_RESULT[\"CANCELLED\"] = \"CANCELLED\";\n /**\n * If a successful purchase happened inside the paywall\n */\n PAYWALL_RESULT[\"PURCHASED\"] = \"PURCHASED\";\n /**\n * If a successful restore happened inside the paywall\n */\n PAYWALL_RESULT[\"RESTORED\"] = \"RESTORED\";\n})(PAYWALL_RESULT || (PAYWALL_RESULT = {}));\n/**\n * Defines which version of StoreKit may be used\n * @public\n */\nexport var STOREKIT_VERSION;\n(function (STOREKIT_VERSION) {\n /**\n * Always use StoreKit 1.\n */\n STOREKIT_VERSION[\"STOREKIT_1\"] = \"STOREKIT_1\";\n /**\n * Always use StoreKit 2 (StoreKit 1 will be used if StoreKit 2 is not available in the current device.)\n * - Warning: Make sure you have an In-App Purchase Key configured in your app.\n * Please see https://rev.cat/in-app-purchase-key-configuration for more info.\n */\n STOREKIT_VERSION[\"STOREKIT_2\"] = \"STOREKIT_2\";\n /**\n * Let RevenueCat use the most appropriate version of StoreKit\n */\n STOREKIT_VERSION[\"DEFAULT\"] = \"DEFAULT\";\n})(STOREKIT_VERSION || (STOREKIT_VERSION = {}));\n/**\n * Modes for completing the purchase process.\n * @public\n */\nexport var PURCHASES_ARE_COMPLETED_BY_TYPE;\n(function (PURCHASES_ARE_COMPLETED_BY_TYPE) {\n /**\n * RevenueCat will **not** automatically acknowledge any purchases. You will have to do so manually.\n *\n * **Note:** failing to acknowledge a purchase within 3 days will lead to Google Play automatically issuing a\n * refund to the user.\n *\n * For more info, see [revenuecat.com](https://docs.revenuecat.com/docs/observer-mode#option-2-client-side).\n */\n PURCHASES_ARE_COMPLETED_BY_TYPE[\"MY_APP\"] = \"MY_APP\";\n /**\n * RevenueCat will automatically acknowledge verified purchases. No action is required by you.\n */\n PURCHASES_ARE_COMPLETED_BY_TYPE[\"REVENUECAT\"] = \"REVENUECAT\";\n})(PURCHASES_ARE_COMPLETED_BY_TYPE || (PURCHASES_ARE_COMPLETED_BY_TYPE = {}));\n","/**\n * The result type of a Redemption Link redemption attempt.\n * @public\n */\nexport var WebPurchaseRedemptionResultType;\n(function (WebPurchaseRedemptionResultType) {\n /**\n * The redemption was successful.\n */\n WebPurchaseRedemptionResultType[\"SUCCESS\"] = \"SUCCESS\";\n /**\n * The redemption failed.\n */\n WebPurchaseRedemptionResultType[\"ERROR\"] = \"ERROR\";\n /**\n * The purchase associated to the link belongs to another user.\n */\n WebPurchaseRedemptionResultType[\"PURCHASE_BELONGS_TO_OTHER_USER\"] = \"PURCHASE_BELONGS_TO_OTHER_USER\";\n /**\n * The token is invalid.\n */\n WebPurchaseRedemptionResultType[\"INVALID_TOKEN\"] = \"INVALID_TOKEN\";\n /**\n * The token has expired. A new Redemption Link will be sent to the email used during purchase.\n */\n WebPurchaseRedemptionResultType[\"EXPIRED\"] = \"EXPIRED\";\n})(WebPurchaseRedemptionResultType || (WebPurchaseRedemptionResultType = {}));\n","import { registerPlugin } from '@capacitor/core';\nconst RevenueCatUI = registerPlugin('RevenueCatUI', {\n web: () => import('./web').then((m) => new m.RevenueCatUIWeb()),\n});\nexport * from './definitions';\nexport { PAYWALL_RESULT } from '@revenuecat/purchases-typescript-internal-esm';\nexport { RevenueCatUI };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nimport { PAYWALL_RESULT } from '@revenuecat/purchases-typescript-internal-esm';\nexport class RevenueCatUIWeb extends WebPlugin {\n constructor() {\n super();\n this.shouldMockWebResults = false;\n this.webNotSupportedErrorMessage = 'RevenueCatUI is not supported on web platforms.';\n }\n async setMockWebResults(options) {\n this.shouldMockWebResults = options.shouldMockWebResults;\n return Promise.resolve();\n }\n async presentPaywall(options) {\n return this.mockReturningFunctionIfEnabled('presentPaywall', {\n result: PAYWALL_RESULT.NOT_PRESENTED,\n }, options);\n }\n async presentPaywallIfNeeded(options) {\n return this.mockReturningFunctionIfEnabled('presentPaywallIfNeeded', {\n result: PAYWALL_RESULT.NOT_PRESENTED,\n }, options);\n }\n async presentCustomerCenter() {\n return this.mockNonReturningFunctionIfEnabled('presentCustomerCenter');\n }\n addListener(eventName, listener) {\n if (eventName !== 'paywallDisplayed' && eventName !== 'paywallDismissed') {\n console.warn(`Unsupported event: ${eventName}`);\n }\n return super.addListener(eventName, listener);\n }\n removeAllListeners() {\n return super.removeAllListeners();\n }\n mockNonReturningFunctionIfEnabled(functionName) {\n if (!this.shouldMockWebResults) {\n return Promise.reject(this.webNotSupportedErrorMessage);\n }\n console.log(`${functionName} called on web with mocking enabled. No-op`);\n return Promise.resolve();\n }\n mockReturningFunctionIfEnabled(functionName, returnValue, options) {\n if (!this.shouldMockWebResults) {\n return Promise.reject(this.webNotSupportedErrorMessage);\n }\n console.log(`${functionName} called on web with mocking enabled. Returning mocked value`, options);\n return Promise.resolve(returnValue);\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["this","PAYWALL_RESULT","registerPlugin","WebPlugin"],"mappings":"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","x_google_ignoreList":[0,1,2,3]}
|
|
1
|
+
{"version":3,"file":"plugin.js","sources":["../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/errors.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/offerings.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/enums.js","../node_modules/@revenuecat/purchases-typescript-internal-esm/dist/webRedemption.js","esm/index.js","esm/web.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\n/* tslint:disable:max-classes-per-file */\n/**\n * Error codes indicating the reason for an error.\n * @public\n */\nexport var PURCHASES_ERROR_CODE;\n(function (PURCHASES_ERROR_CODE) {\n PURCHASES_ERROR_CODE[\"UNKNOWN_ERROR\"] = \"0\";\n PURCHASES_ERROR_CODE[\"PURCHASE_CANCELLED_ERROR\"] = \"1\";\n PURCHASES_ERROR_CODE[\"STORE_PROBLEM_ERROR\"] = \"2\";\n PURCHASES_ERROR_CODE[\"PURCHASE_NOT_ALLOWED_ERROR\"] = \"3\";\n PURCHASES_ERROR_CODE[\"PURCHASE_INVALID_ERROR\"] = \"4\";\n PURCHASES_ERROR_CODE[\"PRODUCT_NOT_AVAILABLE_FOR_PURCHASE_ERROR\"] = \"5\";\n PURCHASES_ERROR_CODE[\"PRODUCT_ALREADY_PURCHASED_ERROR\"] = \"6\";\n PURCHASES_ERROR_CODE[\"RECEIPT_ALREADY_IN_USE_ERROR\"] = \"7\";\n PURCHASES_ERROR_CODE[\"INVALID_RECEIPT_ERROR\"] = \"8\";\n PURCHASES_ERROR_CODE[\"MISSING_RECEIPT_FILE_ERROR\"] = \"9\";\n PURCHASES_ERROR_CODE[\"NETWORK_ERROR\"] = \"10\";\n PURCHASES_ERROR_CODE[\"INVALID_CREDENTIALS_ERROR\"] = \"11\";\n PURCHASES_ERROR_CODE[\"UNEXPECTED_BACKEND_RESPONSE_ERROR\"] = \"12\";\n PURCHASES_ERROR_CODE[\"RECEIPT_IN_USE_BY_OTHER_SUBSCRIBER_ERROR\"] = \"13\";\n PURCHASES_ERROR_CODE[\"INVALID_APP_USER_ID_ERROR\"] = \"14\";\n PURCHASES_ERROR_CODE[\"OPERATION_ALREADY_IN_PROGRESS_ERROR\"] = \"15\";\n PURCHASES_ERROR_CODE[\"UNKNOWN_BACKEND_ERROR\"] = \"16\";\n PURCHASES_ERROR_CODE[\"INVALID_APPLE_SUBSCRIPTION_KEY_ERROR\"] = \"17\";\n PURCHASES_ERROR_CODE[\"INELIGIBLE_ERROR\"] = \"18\";\n PURCHASES_ERROR_CODE[\"INSUFFICIENT_PERMISSIONS_ERROR\"] = \"19\";\n PURCHASES_ERROR_CODE[\"PAYMENT_PENDING_ERROR\"] = \"20\";\n PURCHASES_ERROR_CODE[\"INVALID_SUBSCRIBER_ATTRIBUTES_ERROR\"] = \"21\";\n PURCHASES_ERROR_CODE[\"LOG_OUT_ANONYMOUS_USER_ERROR\"] = \"22\";\n PURCHASES_ERROR_CODE[\"CONFIGURATION_ERROR\"] = \"23\";\n PURCHASES_ERROR_CODE[\"UNSUPPORTED_ERROR\"] = \"24\";\n PURCHASES_ERROR_CODE[\"EMPTY_SUBSCRIBER_ATTRIBUTES_ERROR\"] = \"25\";\n PURCHASES_ERROR_CODE[\"PRODUCT_DISCOUNT_MISSING_IDENTIFIER_ERROR\"] = \"26\";\n PURCHASES_ERROR_CODE[\"PRODUCT_DISCOUNT_MISSING_SUBSCRIPTION_GROUP_IDENTIFIER_ERROR\"] = \"28\";\n PURCHASES_ERROR_CODE[\"CUSTOMER_INFO_ERROR\"] = \"29\";\n PURCHASES_ERROR_CODE[\"SYSTEM_INFO_ERROR\"] = \"30\";\n PURCHASES_ERROR_CODE[\"BEGIN_REFUND_REQUEST_ERROR\"] = \"31\";\n PURCHASES_ERROR_CODE[\"PRODUCT_REQUEST_TIMED_OUT_ERROR\"] = \"32\";\n PURCHASES_ERROR_CODE[\"API_ENDPOINT_BLOCKED\"] = \"33\";\n PURCHASES_ERROR_CODE[\"INVALID_PROMOTIONAL_OFFER_ERROR\"] = \"34\";\n PURCHASES_ERROR_CODE[\"OFFLINE_CONNECTION_ERROR\"] = \"35\";\n PURCHASES_ERROR_CODE[\"TEST_STORE_SIMULATED_PURCHASE_ERROR\"] = \"42\";\n})(PURCHASES_ERROR_CODE || (PURCHASES_ERROR_CODE = {}));\n/**\n * @internal\n */\nvar UninitializedPurchasesError = /** @class */ (function (_super) {\n __extends(UninitializedPurchasesError, _super);\n function UninitializedPurchasesError() {\n var _this = _super.call(this, \"There is no singleton instance. \" +\n \"Make sure you configure Purchases before trying to get the default instance. \" +\n \"More info here: https://errors.rev.cat/configuring-sdk\") || this;\n // Set the prototype explicitly.\n Object.setPrototypeOf(_this, UninitializedPurchasesError.prototype);\n return _this;\n }\n return UninitializedPurchasesError;\n}(Error));\nexport { UninitializedPurchasesError };\n/**\n * @internal\n */\nvar UnsupportedPlatformError = /** @class */ (function (_super) {\n __extends(UnsupportedPlatformError, _super);\n function UnsupportedPlatformError() {\n var _this = _super.call(this, \"This method is not available in the current platform.\") || this;\n // Set the prototype explicitly.\n Object.setPrototypeOf(_this, UnsupportedPlatformError.prototype);\n return _this;\n }\n return UnsupportedPlatformError;\n}(Error));\nexport { UnsupportedPlatformError };\n","/**\n * Enum indicating possible package types.\n * @public\n */\nexport var PACKAGE_TYPE;\n(function (PACKAGE_TYPE) {\n /**\n * A package that was defined with a custom identifier.\n */\n PACKAGE_TYPE[\"UNKNOWN\"] = \"UNKNOWN\";\n /**\n * A package that was defined with a custom identifier.\n */\n PACKAGE_TYPE[\"CUSTOM\"] = \"CUSTOM\";\n /**\n * A package configured with the predefined lifetime identifier.\n */\n PACKAGE_TYPE[\"LIFETIME\"] = \"LIFETIME\";\n /**\n * A package configured with the predefined annual identifier.\n */\n PACKAGE_TYPE[\"ANNUAL\"] = \"ANNUAL\";\n /**\n * A package configured with the predefined six month identifier.\n */\n PACKAGE_TYPE[\"SIX_MONTH\"] = \"SIX_MONTH\";\n /**\n * A package configured with the predefined three month identifier.\n */\n PACKAGE_TYPE[\"THREE_MONTH\"] = \"THREE_MONTH\";\n /**\n * A package configured with the predefined two month identifier.\n */\n PACKAGE_TYPE[\"TWO_MONTH\"] = \"TWO_MONTH\";\n /**\n * A package configured with the predefined monthly identifier.\n */\n PACKAGE_TYPE[\"MONTHLY\"] = \"MONTHLY\";\n /**\n * A package configured with the predefined weekly identifier.\n */\n PACKAGE_TYPE[\"WEEKLY\"] = \"WEEKLY\";\n})(PACKAGE_TYPE || (PACKAGE_TYPE = {}));\n/**\n * Enum indicating possible eligibility status for introductory pricing.\n * @public\n */\nexport var INTRO_ELIGIBILITY_STATUS;\n(function (INTRO_ELIGIBILITY_STATUS) {\n /**\n * RevenueCat doesn't have enough information to determine eligibility.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_UNKNOWN\"] = 0] = \"INTRO_ELIGIBILITY_STATUS_UNKNOWN\";\n /**\n * The user is not eligible for a free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_INELIGIBLE\"] = 1] = \"INTRO_ELIGIBILITY_STATUS_INELIGIBLE\";\n /**\n * The user is eligible for a free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_ELIGIBLE\"] = 2] = \"INTRO_ELIGIBILITY_STATUS_ELIGIBLE\";\n /**\n * There is no free trial or intro pricing for this product.\n */\n INTRO_ELIGIBILITY_STATUS[INTRO_ELIGIBILITY_STATUS[\"INTRO_ELIGIBILITY_STATUS_NO_INTRO_OFFER_EXISTS\"] = 3] = \"INTRO_ELIGIBILITY_STATUS_NO_INTRO_OFFER_EXISTS\";\n})(INTRO_ELIGIBILITY_STATUS || (INTRO_ELIGIBILITY_STATUS = {}));\n/**\n * Enum indicating possible product categories.\n * @public\n */\nexport var PRODUCT_CATEGORY;\n(function (PRODUCT_CATEGORY) {\n /**\n * A type of product for non-subscription.\n */\n PRODUCT_CATEGORY[\"NON_SUBSCRIPTION\"] = \"NON_SUBSCRIPTION\";\n /**\n * A type of product for subscriptions.\n */\n PRODUCT_CATEGORY[\"SUBSCRIPTION\"] = \"SUBSCRIPTION\";\n /**\n * A type of product for unknowns.\n */\n PRODUCT_CATEGORY[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PRODUCT_CATEGORY || (PRODUCT_CATEGORY = {}));\n/**\n * Enum indicating possible product types.\n * @public\n */\nexport var PRODUCT_TYPE;\n(function (PRODUCT_TYPE) {\n /**\n * A consumable in-app purchase.\n */\n PRODUCT_TYPE[\"CONSUMABLE\"] = \"CONSUMABLE\";\n /**\n * A non-consumable in-app purchase. Only applies to Apple Store products.\n */\n PRODUCT_TYPE[\"NON_CONSUMABLE\"] = \"NON_CONSUMABLE\";\n /**\n * A non-renewing subscription. Only applies to Apple Store products.\n */\n PRODUCT_TYPE[\"NON_RENEWABLE_SUBSCRIPTION\"] = \"NON_RENEWABLE_SUBSCRIPTION\";\n /**\n * An auto-renewable subscription.\n */\n PRODUCT_TYPE[\"AUTO_RENEWABLE_SUBSCRIPTION\"] = \"AUTO_RENEWABLE_SUBSCRIPTION\";\n /**\n * A subscription that is pre-paid. Only applies to Google Play products.\n */\n PRODUCT_TYPE[\"PREPAID_SUBSCRIPTION\"] = \"PREPAID_SUBSCRIPTION\";\n /**\n * Unable to determine product type.\n */\n PRODUCT_TYPE[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PRODUCT_TYPE || (PRODUCT_TYPE = {}));\n/**\n * Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.\n * @public\n */\nexport var PRORATION_MODE;\n(function (PRORATION_MODE) {\n PRORATION_MODE[PRORATION_MODE[\"UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY\"] = 0] = \"UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY\";\n /**\n * Replacement takes effect immediately, and the remaining time will be\n * prorated and credited to the user. This is the current default behavior.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_WITH_TIME_PRORATION\"] = 1] = \"IMMEDIATE_WITH_TIME_PRORATION\";\n /**\n * Replacement takes effect immediately, and the billing cycle remains the\n * same. The price for the remaining period will be charged. This option is\n * only available for subscription upgrade.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_AND_CHARGE_PRORATED_PRICE\"] = 2] = \"IMMEDIATE_AND_CHARGE_PRORATED_PRICE\";\n /**\n * Replacement takes effect immediately, and the new price will be charged on\n * next recurrence time. The billing cycle stays the same.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_WITHOUT_PRORATION\"] = 3] = \"IMMEDIATE_WITHOUT_PRORATION\";\n /**\n * Replacement takes effect when the old plan expires, and the new price will\n * be charged at the same time.\n */\n PRORATION_MODE[PRORATION_MODE[\"DEFERRED\"] = 6] = \"DEFERRED\";\n /**\n * Replacement takes effect immediately, and the user is charged full price\n * of new plan and is given a full billing cycle of subscription,\n * plus remaining prorated time from the old plan.\n */\n PRORATION_MODE[PRORATION_MODE[\"IMMEDIATE_AND_CHARGE_FULL_PRICE\"] = 5] = \"IMMEDIATE_AND_CHARGE_FULL_PRICE\";\n})(PRORATION_MODE || (PRORATION_MODE = {}));\n/**\n * Recurrence mode for a pricing phase\n * @public\n */\nexport var RECURRENCE_MODE;\n(function (RECURRENCE_MODE) {\n /**\n * Pricing phase repeats infinitely until cancellation\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"INFINITE_RECURRING\"] = 1] = \"INFINITE_RECURRING\";\n /**\n * Pricing phase repeats for a fixed number of billing periods\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"FINITE_RECURRING\"] = 2] = \"FINITE_RECURRING\";\n /**\n * Pricing phase does not repeat\n */\n RECURRENCE_MODE[RECURRENCE_MODE[\"NON_RECURRING\"] = 3] = \"NON_RECURRING\";\n})(RECURRENCE_MODE || (RECURRENCE_MODE = {}));\n/**\n * Payment mode for offer pricing phases. Google Play only.\n * @public\n */\nexport var OFFER_PAYMENT_MODE;\n(function (OFFER_PAYMENT_MODE) {\n /**\n * Subscribers don't pay until the specified period ends\n */\n OFFER_PAYMENT_MODE[\"FREE_TRIAL\"] = \"FREE_TRIAL\";\n /**\n * Subscribers pay up front for a specified period\n */\n OFFER_PAYMENT_MODE[\"SINGLE_PAYMENT\"] = \"SINGLE_PAYMENT\";\n /**\n * Subscribers pay a discounted amount for a specified number of periods\n */\n OFFER_PAYMENT_MODE[\"DISCOUNTED_RECURRING_PAYMENT\"] = \"DISCOUNTED_RECURRING_PAYMENT\";\n})(OFFER_PAYMENT_MODE || (OFFER_PAYMENT_MODE = {}));\n/**\n * Time duration unit for Period.\n * @public\n */\nexport var PERIOD_UNIT;\n(function (PERIOD_UNIT) {\n PERIOD_UNIT[\"DAY\"] = \"DAY\";\n PERIOD_UNIT[\"WEEK\"] = \"WEEK\";\n PERIOD_UNIT[\"MONTH\"] = \"MONTH\";\n PERIOD_UNIT[\"YEAR\"] = \"YEAR\";\n PERIOD_UNIT[\"UNKNOWN\"] = \"UNKNOWN\";\n})(PERIOD_UNIT || (PERIOD_UNIT = {}));\n","/**\n * @deprecated Use PRODUCT_CATEGORY\n * @public\n */\nexport var PURCHASE_TYPE;\n(function (PURCHASE_TYPE) {\n /**\n * A type of SKU for in-app products.\n */\n PURCHASE_TYPE[\"INAPP\"] = \"inapp\";\n /**\n * A type of SKU for subscriptions.\n */\n PURCHASE_TYPE[\"SUBS\"] = \"subs\";\n})(PURCHASE_TYPE || (PURCHASE_TYPE = {}));\n/**\n * Enum for billing features.\n * Currently, these are only relevant for Google Play Android users:\n * https://developer.android.com/reference/com/android/billingclient/api/BillingClient.FeatureType\n * @public\n */\nexport var BILLING_FEATURE;\n(function (BILLING_FEATURE) {\n /**\n * Purchase/query for subscriptions.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS\"] = 0] = \"SUBSCRIPTIONS\";\n /**\n * Subscriptions update/replace.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS_UPDATE\"] = 1] = \"SUBSCRIPTIONS_UPDATE\";\n /**\n * Purchase/query for in-app items on VR.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"IN_APP_ITEMS_ON_VR\"] = 2] = \"IN_APP_ITEMS_ON_VR\";\n /**\n * Purchase/query for subscriptions on VR.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"SUBSCRIPTIONS_ON_VR\"] = 3] = \"SUBSCRIPTIONS_ON_VR\";\n /**\n * Launch a price change confirmation flow.\n */\n BILLING_FEATURE[BILLING_FEATURE[\"PRICE_CHANGE_CONFIRMATION\"] = 4] = \"PRICE_CHANGE_CONFIRMATION\";\n})(BILLING_FEATURE || (BILLING_FEATURE = {}));\n/**\n * Enum for possible refund request results.\n * @public\n */\nexport var REFUND_REQUEST_STATUS;\n(function (REFUND_REQUEST_STATUS) {\n /**\n * Apple has received the refund request.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"SUCCESS\"] = 0] = \"SUCCESS\";\n /**\n * User canceled submission of the refund request.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"USER_CANCELLED\"] = 1] = \"USER_CANCELLED\";\n /**\n * There was an error with the request. See message for more details.\n */\n REFUND_REQUEST_STATUS[REFUND_REQUEST_STATUS[\"ERROR\"] = 2] = \"ERROR\";\n})(REFUND_REQUEST_STATUS || (REFUND_REQUEST_STATUS = {}));\n/**\n * Enum for possible log levels to print.\n * @public\n */\nexport var LOG_LEVEL;\n(function (LOG_LEVEL) {\n LOG_LEVEL[\"VERBOSE\"] = \"VERBOSE\";\n LOG_LEVEL[\"DEBUG\"] = \"DEBUG\";\n LOG_LEVEL[\"INFO\"] = \"INFO\";\n LOG_LEVEL[\"WARN\"] = \"WARN\";\n LOG_LEVEL[\"ERROR\"] = \"ERROR\";\n})(LOG_LEVEL || (LOG_LEVEL = {}));\n/**\n * Enum for in-app message types.\n * This can be used if you disable automatic in-app message from showing automatically.\n * Then, you can pass what type of messages you want to show in the `showInAppMessages`\n * method in Purchases.\n * @public\n */\nexport var IN_APP_MESSAGE_TYPE;\n(function (IN_APP_MESSAGE_TYPE) {\n // Make sure the enum values are in sync with those defined in iOS/Android\n /**\n * In-app messages to indicate there has been a billing issue charging the user.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"BILLING_ISSUE\"] = 0] = \"BILLING_ISSUE\";\n /**\n * iOS-only. This message will show if you increase the price of a subscription and\n * the user needs to opt-in to the increase.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"PRICE_INCREASE_CONSENT\"] = 1] = \"PRICE_INCREASE_CONSENT\";\n /**\n * iOS-only. StoreKit generic messages.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"GENERIC\"] = 2] = \"GENERIC\";\n /**\n * iOS-only. This message will show if the subscriber is eligible for an iOS win-back\n * offer and will allow the subscriber to redeem the offer.\n */\n IN_APP_MESSAGE_TYPE[IN_APP_MESSAGE_TYPE[\"WIN_BACK_OFFER\"] = 3] = \"WIN_BACK_OFFER\";\n})(IN_APP_MESSAGE_TYPE || (IN_APP_MESSAGE_TYPE = {}));\n/**\n * Enum of entitlement verification modes.\n * @public\n */\nexport var ENTITLEMENT_VERIFICATION_MODE;\n(function (ENTITLEMENT_VERIFICATION_MODE) {\n /**\n * The SDK will not perform any entitlement verification.\n */\n ENTITLEMENT_VERIFICATION_MODE[\"DISABLED\"] = \"DISABLED\";\n /**\n * Enable entitlement verification.\n *\n * If verification fails, this will be indicated with [VerificationResult.FAILED] in\n * the [EntitlementInfos.verification] and [EntitlementInfo.verification] properties but parsing will not fail\n * (i.e. Entitlements will still be granted).\n *\n * This can be useful if you want to handle verification failures to display an error/warning to the user\n * or to track this situation but still grant access.\n */\n ENTITLEMENT_VERIFICATION_MODE[\"INFORMATIONAL\"] = \"INFORMATIONAL\";\n // Add ENFORCED mode once we're ready to ship it.\n // ENFORCED = \"ENFORCED\"\n})(ENTITLEMENT_VERIFICATION_MODE || (ENTITLEMENT_VERIFICATION_MODE = {}));\n/**\n * The result of the verification process. For more details check: http://rev.cat/trusted-entitlements\n *\n * This is accomplished by preventing MiTM attacks between the SDK and the RevenueCat server.\n * With verification enabled, the SDK ensures that the response created by the server was not\n * modified by a third-party, and the response received is exactly what was sent.\n *\n * - Note: Verification is only performed if enabled using PurchasesConfiguration's\n * entitlementVerificationMode property. This is disabled by default.\n *\n * @public\n */\nexport var VERIFICATION_RESULT;\n(function (VERIFICATION_RESULT) {\n /**\n * No verification was done.\n *\n * This value is returned when verification is not enabled in PurchasesConfiguration\n */\n VERIFICATION_RESULT[\"NOT_REQUESTED\"] = \"NOT_REQUESTED\";\n /**\n * Verification with our server was performed successfully.\n */\n VERIFICATION_RESULT[\"VERIFIED\"] = \"VERIFIED\";\n /**\n * Verification failed, possibly due to a MiTM attack.\n */\n VERIFICATION_RESULT[\"FAILED\"] = \"FAILED\";\n /**\n * Verification was performed on device.\n */\n VERIFICATION_RESULT[\"VERIFIED_ON_DEVICE\"] = \"VERIFIED_ON_DEVICE\";\n})(VERIFICATION_RESULT || (VERIFICATION_RESULT = {}));\n/**\n * The result of presenting a paywall. This will be the last situation the user experienced before the\n * paywall closed.\n *\n * @public\n */\nexport var PAYWALL_RESULT;\n(function (PAYWALL_RESULT) {\n /**\n * If the paywall wasn't presented. Only returned when using \"presentPaywallIfNeeded\"\n */\n PAYWALL_RESULT[\"NOT_PRESENTED\"] = \"NOT_PRESENTED\";\n /**\n * If an error happened during purchase/restoration.\n */\n PAYWALL_RESULT[\"ERROR\"] = \"ERROR\";\n /**\n * If the paywall was closed without performing an operation\n */\n PAYWALL_RESULT[\"CANCELLED\"] = \"CANCELLED\";\n /**\n * If a successful purchase happened inside the paywall\n */\n PAYWALL_RESULT[\"PURCHASED\"] = \"PURCHASED\";\n /**\n * If a successful restore happened inside the paywall\n */\n PAYWALL_RESULT[\"RESTORED\"] = \"RESTORED\";\n})(PAYWALL_RESULT || (PAYWALL_RESULT = {}));\n/**\n * Defines which version of StoreKit may be used\n * @public\n */\nexport var STOREKIT_VERSION;\n(function (STOREKIT_VERSION) {\n /**\n * Always use StoreKit 1.\n */\n STOREKIT_VERSION[\"STOREKIT_1\"] = \"STOREKIT_1\";\n /**\n * Always use StoreKit 2 (StoreKit 1 will be used if StoreKit 2 is not available in the current device.)\n * - Warning: Make sure you have an In-App Purchase Key configured in your app.\n * Please see https://rev.cat/in-app-purchase-key-configuration for more info.\n */\n STOREKIT_VERSION[\"STOREKIT_2\"] = \"STOREKIT_2\";\n /**\n * Let RevenueCat use the most appropriate version of StoreKit\n */\n STOREKIT_VERSION[\"DEFAULT\"] = \"DEFAULT\";\n})(STOREKIT_VERSION || (STOREKIT_VERSION = {}));\n/**\n * Modes for completing the purchase process.\n * @public\n */\nexport var PURCHASES_ARE_COMPLETED_BY_TYPE;\n(function (PURCHASES_ARE_COMPLETED_BY_TYPE) {\n /**\n * RevenueCat will **not** automatically acknowledge any purchases. You will have to do so manually.\n *\n * **Note:** failing to acknowledge a purchase within 3 days will lead to Google Play automatically issuing a\n * refund to the user.\n *\n * For more info, see [revenuecat.com](https://docs.revenuecat.com/docs/observer-mode#option-2-client-side).\n */\n PURCHASES_ARE_COMPLETED_BY_TYPE[\"MY_APP\"] = \"MY_APP\";\n /**\n * RevenueCat will automatically acknowledge verified purchases. No action is required by you.\n */\n PURCHASES_ARE_COMPLETED_BY_TYPE[\"REVENUECAT\"] = \"REVENUECAT\";\n})(PURCHASES_ARE_COMPLETED_BY_TYPE || (PURCHASES_ARE_COMPLETED_BY_TYPE = {}));\n","/**\n * The result type of a Redemption Link redemption attempt.\n * @public\n */\nexport var WebPurchaseRedemptionResultType;\n(function (WebPurchaseRedemptionResultType) {\n /**\n * The redemption was successful.\n */\n WebPurchaseRedemptionResultType[\"SUCCESS\"] = \"SUCCESS\";\n /**\n * The redemption failed.\n */\n WebPurchaseRedemptionResultType[\"ERROR\"] = \"ERROR\";\n /**\n * The purchase associated to the link belongs to another user.\n */\n WebPurchaseRedemptionResultType[\"PURCHASE_BELONGS_TO_OTHER_USER\"] = \"PURCHASE_BELONGS_TO_OTHER_USER\";\n /**\n * The token is invalid.\n */\n WebPurchaseRedemptionResultType[\"INVALID_TOKEN\"] = \"INVALID_TOKEN\";\n /**\n * The token has expired. A new Redemption Link will be sent to the email used during purchase.\n */\n WebPurchaseRedemptionResultType[\"EXPIRED\"] = \"EXPIRED\";\n})(WebPurchaseRedemptionResultType || (WebPurchaseRedemptionResultType = {}));\n","import { registerPlugin } from '@capacitor/core';\nconst RevenueCatUI = registerPlugin('RevenueCatUI', {\n web: () => import('./web').then((m) => new m.RevenueCatUIWeb()),\n});\nexport * from './definitions';\nexport { PAYWALL_RESULT } from '@revenuecat/purchases-typescript-internal-esm';\nexport { RevenueCatUI };\n//# sourceMappingURL=index.js.map","import { WebPlugin } from '@capacitor/core';\nimport { PAYWALL_RESULT } from '@revenuecat/purchases-typescript-internal-esm';\nexport class RevenueCatUIWeb extends WebPlugin {\n constructor() {\n super();\n this.shouldMockWebResults = false;\n this.webNotSupportedErrorMessage = 'RevenueCatUI is not supported on web platforms.';\n }\n async setMockWebResults(options) {\n this.shouldMockWebResults = options.shouldMockWebResults;\n return Promise.resolve();\n }\n async presentPaywall(options) {\n return this.mockReturningFunctionIfEnabled('presentPaywall', {\n result: PAYWALL_RESULT.NOT_PRESENTED,\n }, options);\n }\n async presentPaywallIfNeeded(options) {\n return this.mockReturningFunctionIfEnabled('presentPaywallIfNeeded', {\n result: PAYWALL_RESULT.NOT_PRESENTED,\n }, options);\n }\n async presentCustomerCenter() {\n return this.mockNonReturningFunctionIfEnabled('presentCustomerCenter');\n }\n addListener(eventName, listener) {\n if (eventName !== 'paywallDisplayed' && eventName !== 'paywallDismissed') {\n console.warn(`Unsupported event: ${eventName}`);\n }\n return super.addListener(eventName, listener);\n }\n removeAllListeners() {\n return super.removeAllListeners();\n }\n mockNonReturningFunctionIfEnabled(functionName) {\n if (!this.shouldMockWebResults) {\n return Promise.reject(this.webNotSupportedErrorMessage);\n }\n console.log(`${functionName} called on web with mocking enabled. No-op`);\n return Promise.resolve();\n }\n mockReturningFunctionIfEnabled(functionName, returnValue, options) {\n if (!this.shouldMockWebResults) {\n return Promise.reject(this.webNotSupportedErrorMessage);\n }\n console.log(`${functionName} called on web with mocking enabled. Returning mocked value`, options);\n return Promise.resolve(returnValue);\n }\n}\n//# sourceMappingURL=web.js.map"],"names":["this","PAYWALL_RESULT","registerPlugin","WebPlugin"],"mappings":"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","x_google_ignoreList":[0,1,2,3]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revenuecat/purchases-capacitor-ui",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.6",
|
|
4
4
|
"description": "UI components for RevenueCat Capacitor SDK",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@capacitor/core": "^7.0.0",
|
|
63
63
|
"@revenuecat/purchases-capacitor": "^10.2.4",
|
|
64
|
-
"@revenuecat/purchases-typescript-internal-esm": "17.
|
|
64
|
+
"@revenuecat/purchases-typescript-internal-esm": "17.10.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@capacitor/core": "^7.0.0"
|