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/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. */