@walkeros/web-source-browser 2.2.0-next-1773136823705 → 3.0.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.
package/dist/dev.d.mts CHANGED
@@ -77,11 +77,21 @@ declare namespace env {
77
77
 
78
78
  declare const pageView: Flow.StepExample;
79
79
  declare const clickEvent: Flow.StepExample;
80
+ declare const submitEvent: Flow.StepExample;
81
+ declare const impressionEvent: Flow.StepExample;
82
+ declare const nestedEntities: Flow.StepExample;
83
+ declare const dataAttributeTypes: Flow.StepExample;
84
+ declare const contextAndGlobals: Flow.StepExample;
80
85
 
81
86
  declare const step_clickEvent: typeof clickEvent;
87
+ declare const step_contextAndGlobals: typeof contextAndGlobals;
88
+ declare const step_dataAttributeTypes: typeof dataAttributeTypes;
89
+ declare const step_impressionEvent: typeof impressionEvent;
90
+ declare const step_nestedEntities: typeof nestedEntities;
82
91
  declare const step_pageView: typeof pageView;
92
+ declare const step_submitEvent: typeof submitEvent;
83
93
  declare namespace step {
84
- export { step_clickEvent as clickEvent, step_pageView as pageView };
94
+ export { step_clickEvent as clickEvent, step_contextAndGlobals as contextAndGlobals, step_dataAttributeTypes as dataAttributeTypes, step_impressionEvent as impressionEvent, step_nestedEntities as nestedEntities, step_pageView as pageView, step_submitEvent as submitEvent };
85
95
  }
86
96
 
87
97
  declare const index_env: typeof env;
package/dist/dev.d.ts CHANGED
@@ -77,11 +77,21 @@ declare namespace env {
77
77
 
78
78
  declare const pageView: Flow.StepExample;
79
79
  declare const clickEvent: Flow.StepExample;
80
+ declare const submitEvent: Flow.StepExample;
81
+ declare const impressionEvent: Flow.StepExample;
82
+ declare const nestedEntities: Flow.StepExample;
83
+ declare const dataAttributeTypes: Flow.StepExample;
84
+ declare const contextAndGlobals: Flow.StepExample;
80
85
 
81
86
  declare const step_clickEvent: typeof clickEvent;
87
+ declare const step_contextAndGlobals: typeof contextAndGlobals;
88
+ declare const step_dataAttributeTypes: typeof dataAttributeTypes;
89
+ declare const step_impressionEvent: typeof impressionEvent;
90
+ declare const step_nestedEntities: typeof nestedEntities;
82
91
  declare const step_pageView: typeof pageView;
92
+ declare const step_submitEvent: typeof submitEvent;
83
93
  declare namespace step {
84
- export { step_clickEvent as clickEvent, step_pageView as pageView };
94
+ export { step_clickEvent as clickEvent, step_contextAndGlobals as contextAndGlobals, step_dataAttributeTypes as dataAttributeTypes, step_impressionEvent as impressionEvent, step_nestedEntities as nestedEntities, step_pageView as pageView, step_submitEvent as submitEvent };
85
95
  }
86
96
 
87
97
  declare const index_env: typeof env;