@deriv-com/analytics 1.26.2 → 1.26.3
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/types.d.ts +1 -1
- package/package.json +1 -1
package/lib/types.d.ts
CHANGED
@@ -37,7 +37,7 @@ export type TCoreAttributes = {
|
|
37
37
|
} & Partial<TGrowthbookAttributes>;
|
38
38
|
type SignupProvider = 'email' | 'phone' | 'google' | 'facebook' | 'apple';
|
39
39
|
type VirtualSignupForm = {
|
40
|
-
action?: 'open' | 'started' | 'email_confirmation_sent' | 'email_confirmed' | '
|
40
|
+
action?: 'open' | 'started' | 'email_confirmation_sent' | 'email_confirmed' | 'country_selection_screen_opened' | 'password_screen_opened' | 'signup_done' | 'signup_flow_error' | 'go_to_login' | 'signup_modal_open' | 'signup_modal_close';
|
41
41
|
signup_provider?: SignupProvider;
|
42
42
|
form_source?: string;
|
43
43
|
form_name?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@deriv-com/analytics",
|
3
|
-
"version": "1.26.
|
3
|
+
"version": "1.26.3",
|
4
4
|
"description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.",
|
5
5
|
"keywords": [
|
6
6
|
"rudderstack",
|