@zaplier/sdk 1.0.8 → 1.1.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/index.d.ts CHANGED
@@ -747,6 +747,11 @@ declare class ZaplierSDK implements ZaplierSDK$1 {
747
747
  * Generate session ID
748
748
  */
749
749
  private generateSessionId;
750
+ /**
751
+ * Get stable browser characteristics for session ID generation
752
+ * Uses only stable, privacy-safe values that don't change during session
753
+ */
754
+ private getBrowserFingerprint;
750
755
  /**
751
756
  * Initialize Anti-Adblock Manager
752
757
  */