@revenuecat/purchases-typescript-internal-esm 17.1.0 → 17.3.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.
@@ -69,4 +69,16 @@ export interface PurchasesConfiguration {
69
69
  * The default value is false.
70
70
  */
71
71
  diagnosticsEnabled?: boolean;
72
+ /**
73
+ * Enable this setting to allow the collection of identifiers when setting the identifier for an
74
+ * attribution network. For example, when calling `Purchases.setAdjustID` or `Purchases.setAppsflyerID`,
75
+ * the SDK would collect some device identifiers, if available, and send them
76
+ * to RevenueCat. This is required by some attribution networks to attribute installs and re-installs.
77
+ *
78
+ * Enabling this setting does NOT mean we will always collect the identifiers. We will only do so when
79
+ * setting an attribution network ID AND the user has not limited ad tracking on their device.
80
+ *
81
+ * Default is enabled.
82
+ */
83
+ automaticDeviceIdentifierCollectionEnabled?: boolean;
72
84
  }
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": "17.1.0",
4
+ "version": "17.3.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",