@revenuecat/purchases-typescript-internal-esm 18.2.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
@@ -116,6 +116,7 @@ export var PRODUCT_TYPE;
116
116
  })(PRODUCT_TYPE || (PRODUCT_TYPE = {}));
117
117
  /**
118
118
  * Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.
119
+ * @deprecated Use STORE_REPLACEMENT_MODE
119
120
  * @public
120
121
  */
121
122
  export var PRORATION_MODE;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@revenuecat/purchases-typescript-internal-esm",
3
3
  "title": "Purchases typescript internal shared code",
4
- "version": "18.2.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",