alphana-sdk 2.0.5 → 2.0.6
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/alphana-sdk.global.js +262 -5
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +263 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +263 -6
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.d.mts +2 -0
- package/dist/react/index.d.ts +2 -0
- package/dist/react/index.js +262 -5
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +262 -5
- package/dist/react/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -464,6 +464,8 @@ declare class UserTracker {
|
|
|
464
464
|
*/
|
|
465
465
|
init(): this;
|
|
466
466
|
private bootstrapRuntime;
|
|
467
|
+
private scheduleEngagementWidgets;
|
|
468
|
+
private submitWidgetResponse;
|
|
467
469
|
private applyElementBindings;
|
|
468
470
|
private persistVisitorIfNeeded;
|
|
469
471
|
/** Start plugins, network flush, and element listeners after consent is OK. */
|
package/dist/index.d.ts
CHANGED
|
@@ -464,6 +464,8 @@ declare class UserTracker {
|
|
|
464
464
|
*/
|
|
465
465
|
init(): this;
|
|
466
466
|
private bootstrapRuntime;
|
|
467
|
+
private scheduleEngagementWidgets;
|
|
468
|
+
private submitWidgetResponse;
|
|
467
469
|
private applyElementBindings;
|
|
468
470
|
private persistVisitorIfNeeded;
|
|
469
471
|
/** Start plugins, network flush, and element listeners after consent is OK. */
|