@corbado/observe 0.9.0-next.67-2a142aa → 0.9.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
|
@@ -729,8 +729,6 @@ interface TrackerOptions {
|
|
|
729
729
|
* It will be removed in a future release.
|
|
730
730
|
*/
|
|
731
731
|
flushInterval?: number;
|
|
732
|
-
/** Generates new Observe session ids; returned values must be UUID-compatible. Existing stored sessions are still reused. */
|
|
733
|
-
sessionIdGenerator?: () => string;
|
|
734
732
|
}
|
|
735
733
|
declare class CorbadoTracker {
|
|
736
734
|
private options;
|
|
@@ -805,7 +803,6 @@ declare class CorbadoTracker {
|
|
|
805
803
|
*/
|
|
806
804
|
private resolveExperiments;
|
|
807
805
|
private isTrackingBlocked;
|
|
808
|
-
private createSessionId;
|
|
809
806
|
private getSessionId;
|
|
810
807
|
/**
|
|
811
808
|
* Resolve the session id from localStorage so it survives reloads and is shared across tabs of the
|
package/dist/index.d.ts
CHANGED
|
@@ -729,8 +729,6 @@ interface TrackerOptions {
|
|
|
729
729
|
* It will be removed in a future release.
|
|
730
730
|
*/
|
|
731
731
|
flushInterval?: number;
|
|
732
|
-
/** Generates new Observe session ids; returned values must be UUID-compatible. Existing stored sessions are still reused. */
|
|
733
|
-
sessionIdGenerator?: () => string;
|
|
734
732
|
}
|
|
735
733
|
declare class CorbadoTracker {
|
|
736
734
|
private options;
|
|
@@ -805,7 +803,6 @@ declare class CorbadoTracker {
|
|
|
805
803
|
*/
|
|
806
804
|
private resolveExperiments;
|
|
807
805
|
private isTrackingBlocked;
|
|
808
|
-
private createSessionId;
|
|
809
806
|
private getSessionId;
|
|
810
807
|
/**
|
|
811
808
|
* Resolve the session id from localStorage so it survives reloads and is shared across tabs of the
|