@formo/analytics 1.20.0 → 1.22.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.
@@ -224,6 +224,12 @@ export declare class FormoAnalytics implements IFormoAnalytics {
224
224
  * @returns {boolean} True if tracking should be enabled
225
225
  */
226
226
  private shouldTrack;
227
+ /**
228
+ * Check if a specific wallet event type is enabled for autocapture
229
+ * @param eventType The wallet event type to check
230
+ * @returns {boolean} True if the event type should be autocaptured
231
+ */
232
+ private isAutocaptureEnabled;
227
233
  /**
228
234
  * Get provider information for a given provider
229
235
  * @param provider The provider to get info for