@cleartrip/ct-platform-constants 4.3.32 → 4.3.33-beta.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.
@@ -0,0 +1,50 @@
1
+ export declare const UPDATE_EMAIL_CONSTANTS: {
2
+ OTP_LENGTH: number;
3
+ OTP_COUNTDOWN: number;
4
+ UPDATE_EMAIL_HEADING: string;
5
+ UPDATE_EMAIL_SUBTEXT: string;
6
+ UPDATE_EMAIL_PLACEHOLDER: string;
7
+ UPDATE_EMAIL_CTA: string;
8
+ VERIFY_EMAIL_HEADING: string;
9
+ VERIFY_EMAIL_SUBTEXT: string;
10
+ VERIFY_EMAIL_PLACEHOLDER: string;
11
+ VERIFY_EMAIL_CTA: string;
12
+ OTP_TEXT: string;
13
+ OTP_RESEND_TEXT: string;
14
+ RESEND_CTA: string;
15
+ VERIFIED_MESSAGE: string;
16
+ INVALID_EMAIL: string;
17
+ EMAIL_MISMATCH: string;
18
+ OTP_SEND_LIMIT_EXCEEDED: string;
19
+ OTP_VALIDATE_LIMIT_EXCEEDED: string;
20
+ INVALID_OTP: string;
21
+ EMAIL_ALREADY_LINKED: string;
22
+ EMAIL_ALREADY_VERIFIED: string;
23
+ GENERIC_ERROR_MESSAGE: string;
24
+ };
25
+ export declare const EMAIL_REGEX: RegExp;
26
+ export declare const EMAIL_RAVEN: {
27
+ readonly EVENTS: {
28
+ readonly BOTTOMSHEET_LOAD: "u_email_bottomsheet_load";
29
+ readonly UI_ACTION: "u_ui_action";
30
+ readonly VERIFICATION_CALLOUT: "u_email_verification_callout";
31
+ };
32
+ readonly ACTIONS: {
33
+ readonly LOAD: "email_bottomsheet_load";
34
+ readonly DISMISS_CLICK: "email_bottomsheet_dismiss_click";
35
+ readonly ENTER_EMAIL_CLICK: "email_bottomsheet_enter_email_click";
36
+ readonly GET_OTP_CLICK: "email_bottomsheet_get_otp_click";
37
+ readonly RESEND_OTP_CLICK: "email_bottomsheet_resend_otp_click";
38
+ readonly ENTER_OTP_CLICK: "email_bottomsheet_enter_otp_click";
39
+ readonly EDIT_EMAIL_CLICK: "email_bottomsheet_edit_email_click";
40
+ readonly INCORRECT_EMAIL_CALLOUT: "email_bottomsheet_incorrect_email_callout";
41
+ readonly INCORRECT_OTP_CALLOUT: "email_bottomsheet_incorrect_otp_callout";
42
+ readonly VERIFICATION_CALLOUT: "email_bottomsheet_verification_callout";
43
+ };
44
+ readonly CALLOUT_VALUES: {
45
+ readonly SUCCESS: "success_email_verified";
46
+ readonly EMAIL_LINKED: "email_linked_to_another_account";
47
+ readonly INVALID_OTP: "invalid_otp";
48
+ };
49
+ };
50
+ //# sourceMappingURL=updateEmail.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateEmail.constants.d.ts","sourceRoot":"","sources":["../packages/constants/src/updateEmail.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;CA6BlC,CAAC;AAEF,eAAO,MAAM,WAAW,QAA+B,CAAC;AAExD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;CAuBd,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-platform-constants",
3
- "version": "4.3.32",
3
+ "version": "4.3.33-beta.0",
4
4
  "description": "Platform Constants",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-platform-constants.cjs.js",