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/react/index.d.mts
CHANGED
|
@@ -470,6 +470,8 @@ declare class UserTracker {
|
|
|
470
470
|
*/
|
|
471
471
|
init(): this;
|
|
472
472
|
private bootstrapRuntime;
|
|
473
|
+
private scheduleEngagementWidgets;
|
|
474
|
+
private submitWidgetResponse;
|
|
473
475
|
private applyElementBindings;
|
|
474
476
|
private persistVisitorIfNeeded;
|
|
475
477
|
/** Start plugins, network flush, and element listeners after consent is OK. */
|
package/dist/react/index.d.ts
CHANGED
|
@@ -470,6 +470,8 @@ declare class UserTracker {
|
|
|
470
470
|
*/
|
|
471
471
|
init(): this;
|
|
472
472
|
private bootstrapRuntime;
|
|
473
|
+
private scheduleEngagementWidgets;
|
|
474
|
+
private submitWidgetResponse;
|
|
473
475
|
private applyElementBindings;
|
|
474
476
|
private persistVisitorIfNeeded;
|
|
475
477
|
/** Start plugins, network flush, and element listeners after consent is OK. */
|