@revenuecat/purchases-typescript-internal-esm 13.10.0 → 13.12.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.
- package/dist/offerings.d.ts +6 -0
- package/package.json +1 -1
package/dist/offerings.d.ts
CHANGED
|
@@ -484,6 +484,12 @@ export interface PurchasesPromotionalOffer {
|
|
|
484
484
|
readonly signature: string;
|
|
485
485
|
readonly timestamp: number;
|
|
486
486
|
}
|
|
487
|
+
/**
|
|
488
|
+
* Holds the information about a Win-Back Offer in Apple's App Store.
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
export interface PurchasesWinBackOffer extends PurchasesStoreProductDiscount {
|
|
492
|
+
}
|
|
487
493
|
/**
|
|
488
494
|
* Enum with possible proration modes in a subscription upgrade or downgrade in the Play Store. Used only for Google.
|
|
489
495
|
* @public
|
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": "13.
|
|
4
|
+
"version": "13.12.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",
|