@adjustcom/adjust-web-sdk
Advanced tools
Comparing version 5.7.0 to 5.7.1
@@ -0,1 +1,7 @@ | ||
### Version 5.7.1 (20th September 2024) | ||
#### Fixed | ||
- Type definitions for ThirdPartySharing. | ||
--- | ||
### Version 5.7.0 (16th August 2024) | ||
@@ -2,0 +8,0 @@ #### Added |
@@ -125,4 +125,14 @@ // Type definitions for Adjust Web SDK | ||
class ThirdPartySharing implements ThirdPartySharingOptions { | ||
public addGranularOption(partnerName: string, key: string, value: string) | ||
public addPartnerSharingSetting(partnerName: string, key: string, value: boolean) | ||
private _isEnabled; | ||
private _granularOptions; | ||
private _partnerSharingSettings; | ||
constructor(isEnabled: boolean); | ||
get isEnabled(): boolean; | ||
get granularOptions(): Record<string, Record<string, string>>; | ||
get partnerSharingSettings(): Record<string, Record<string, boolean>>; | ||
addGranularOption(partnerName: string, key: string, value: string): void; | ||
addPartnerSharingSetting(partnerName: string, key: string, value: boolean): void; | ||
} | ||
@@ -129,0 +139,0 @@ |
{ | ||
"name": "@adjustcom/adjust-web-sdk", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"description": "This is the guide to the Javascript SDK of Adjust™ for web sites or web apps. You can read more about Adjust™ at [adjust.com].", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368197
6890