@revenuecat/purchases-typescript-internal 18.3.0 → 18.4.0

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.
@@ -455,6 +455,7 @@ export interface UpgradeInfo {
455
455
  }
456
456
  /**
457
457
  * Holds the information used when upgrading from another sku. For Android use only.
458
+ * @deprecated Use StoreProductChangeInfo
458
459
  * @public
459
460
  */
460
461
  export interface GoogleProductChangeInfo {
@@ -514,6 +515,7 @@ export interface PurchasesWinBackOffer extends PurchasesStoreProductDiscount {
514
515
  }
515
516
  /**
516
517
  * Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.
518
+ * @deprecated Use STORE_REPLACEMENT_MODE
517
519
  * @public
518
520
  */
519
521
  export declare enum PRORATION_MODE {
package/dist/offerings.js CHANGED
@@ -119,6 +119,7 @@ var PRODUCT_TYPE;
119
119
  })(PRODUCT_TYPE || (exports.PRODUCT_TYPE = PRODUCT_TYPE = {}));
120
120
  /**
121
121
  * Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.
122
+ * @deprecated Use STORE_REPLACEMENT_MODE
122
123
  * @public
123
124
  */
124
125
  var PRORATION_MODE;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revenuecat/purchases-typescript-internal",
3
3
  "title": "Purchases typescript internal shared code",
4
- "version": "18.3.0",
4
+ "version": "18.4.0",
5
5
  "description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",