@corbado/observe 0.5.2-next.51-1f3cd4a → 0.6.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/cdn/script.global.js +1 -1
- package/dist/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -617,8 +617,6 @@ interface TrackerOptions {
|
|
|
617
617
|
* It will be removed in a future release.
|
|
618
618
|
*/
|
|
619
619
|
flushInterval?: number;
|
|
620
|
-
/** Generates new Observe session ids; returned values must be UUID-compatible. Existing stored sessions are still reused. */
|
|
621
|
-
sessionIdGenerator?: () => string;
|
|
622
620
|
}
|
|
623
621
|
declare class CorbadoTracker {
|
|
624
622
|
private options;
|
|
@@ -690,7 +688,6 @@ declare class CorbadoTracker {
|
|
|
690
688
|
*/
|
|
691
689
|
private resolveExperiments;
|
|
692
690
|
private isTrackingBlocked;
|
|
693
|
-
private createSessionId;
|
|
694
691
|
private getSessionId;
|
|
695
692
|
/**
|
|
696
693
|
* Resolve the session id from localStorage so it survives reloads and is shared across tabs of the
|
package/dist/index.d.ts
CHANGED
|
@@ -617,8 +617,6 @@ interface TrackerOptions {
|
|
|
617
617
|
* It will be removed in a future release.
|
|
618
618
|
*/
|
|
619
619
|
flushInterval?: number;
|
|
620
|
-
/** Generates new Observe session ids; returned values must be UUID-compatible. Existing stored sessions are still reused. */
|
|
621
|
-
sessionIdGenerator?: () => string;
|
|
622
620
|
}
|
|
623
621
|
declare class CorbadoTracker {
|
|
624
622
|
private options;
|
|
@@ -690,7 +688,6 @@ declare class CorbadoTracker {
|
|
|
690
688
|
*/
|
|
691
689
|
private resolveExperiments;
|
|
692
690
|
private isTrackingBlocked;
|
|
693
|
-
private createSessionId;
|
|
694
691
|
private getSessionId;
|
|
695
692
|
/**
|
|
696
693
|
* Resolve the session id from localStorage so it survives reloads and is shared across tabs of the
|