@adora-so/adora-js 0.0.2

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.
@@ -0,0 +1,16 @@
1
+ export declare let adoraIsRunning: boolean;
2
+ export type AdoraSettings = {
3
+ bypassSampling?: boolean;
4
+ orgId: string;
5
+ adoraUserId?: string;
6
+ uid?: string | number;
7
+ backendUrl?: string;
8
+ userCohorts?: Record<string, string>;
9
+ cohortsUpdated?: boolean;
10
+ language?: string;
11
+ };
12
+ export type StartFn = (settings: AdoraSettings) => Promise<void>;
13
+ export declare const adoraStart: StartFn;
14
+ export declare const adoraStop: () => Promise<void>;
15
+
16
+ export {};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}