@revenuecat/purchases-js 1.26.2 → 1.26.4
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/Purchases.es.d.ts +2 -0
- package/dist/Purchases.es.js +4255 -4279
- package/dist/Purchases.umd.js +51 -51
- package/package.json +1 -1
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -326,6 +326,7 @@ export declare interface GetOfferingsParams {
|
|
|
326
326
|
* Can be a string identifier or one of the predefined keywords.
|
|
327
327
|
*/
|
|
328
328
|
readonly offeringIdentifier?: string | OfferingKeyword;
|
|
329
|
+
/* Excluded from this release type: discountCode */
|
|
329
330
|
}
|
|
330
331
|
|
|
331
332
|
/**
|
|
@@ -343,6 +344,7 @@ export declare interface HttpConfig {
|
|
|
343
344
|
* a trailing slash.
|
|
344
345
|
*/
|
|
345
346
|
proxyURL?: string;
|
|
347
|
+
/* Excluded from this release type: eventsURL */
|
|
346
348
|
}
|
|
347
349
|
|
|
348
350
|
/**
|