@revenuecat/purchases-typescript-internal-esm 18.10.0 → 18.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.
@@ -237,6 +237,14 @@ export interface PurchasesStoreTransaction {
237
237
  * Purchase token of the transaction. Android only.
238
238
  */
239
239
  purchaseToken: string | null;
240
+ /**
241
+ * The original purchase JSON provided by the store as a string. Android only, null on iOS and some stores.
242
+ */
243
+ originalJson: string | null;
244
+ /**
245
+ * The purchase signature. Google Play only, null on iOS and other stores.
246
+ */
247
+ signature: string | null;
240
248
  }
241
249
  /**
242
250
  * Subscription purchases of the Customer.
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.10.0",
4
+ "version": "18.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",