@cuemath/web-utils 1.0.0-beta.14 → 1.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.
Files changed (237) hide show
  1. package/.husky/pre-commit +0 -1
  2. package/dist/cookie/index.d.ts +1 -1
  3. package/dist/cookie/index.js +2 -3
  4. package/dist/cookie/index.js.map +1 -1
  5. package/dist/growth-source/index.d.ts +6 -0
  6. package/dist/growth-source/index.js +151 -0
  7. package/dist/growth-source/index.js.map +1 -0
  8. package/dist/growth-source/types.d.ts +25 -0
  9. package/dist/growth-source/types.js +3 -0
  10. package/dist/growth-source/types.js.map +1 -0
  11. package/dist/index.d.ts +1 -6
  12. package/dist/index.js +1 -6
  13. package/dist/index.js.map +1 -1
  14. package/package.json +3 -7
  15. package/src/cookie/index.ts +10 -4
  16. package/src/growth-source/index.ts +191 -0
  17. package/src/growth-source/types.ts +33 -0
  18. package/src/index.ts +1 -6
  19. package/.eslintignore +0 -2
  20. package/.huskyrc +0 -5
  21. package/.lintstagedrc.yml +0 -5
  22. package/dist/constants/country/index.d.ts +0 -2
  23. package/dist/constants/country/index.js +0 -7
  24. package/dist/constants/country/index.js.map +0 -1
  25. package/dist/constants/country/iso-country-code.d.ts +0 -248
  26. package/dist/constants/country/iso-country-code.js +0 -252
  27. package/dist/constants/country/iso-country-code.js.map +0 -1
  28. package/dist/constants/date-time/index.d.ts +0 -17
  29. package/dist/constants/date-time/index.js +0 -42
  30. package/dist/constants/date-time/index.js.map +0 -1
  31. package/dist/constants/date-time/international-timezones.d.ts +0 -7
  32. package/dist/constants/date-time/international-timezones.js +0 -155
  33. package/dist/constants/date-time/international-timezones.js.map +0 -1
  34. package/dist/constants/e-cna/index.d.ts +0 -41
  35. package/dist/constants/e-cna/index.js +0 -45
  36. package/dist/constants/e-cna/index.js.map +0 -1
  37. package/dist/constants/index.d.ts +0 -2
  38. package/dist/constants/index.js +0 -19
  39. package/dist/constants/index.js.map +0 -1
  40. package/dist/country/index.d.ts +0 -1
  41. package/dist/country/index.js +0 -13
  42. package/dist/country/index.js.map +0 -1
  43. package/dist/date-time-helper/e-cna.d.ts +0 -32
  44. package/dist/date-time-helper/e-cna.js +0 -153
  45. package/dist/date-time-helper/e-cna.js.map +0 -1
  46. package/dist/date-time-helper/index.d.ts +0 -54
  47. package/dist/date-time-helper/index.js +0 -290
  48. package/dist/date-time-helper/index.js.map +0 -1
  49. package/dist/e-cna/flow/aggregator.d.ts +0 -473
  50. package/dist/e-cna/flow/aggregator.js +0 -17
  51. package/dist/e-cna/flow/aggregator.js.map +0 -1
  52. package/dist/e-cna/flow/index.d.ts +0 -1
  53. package/dist/e-cna/flow/index.js +0 -18
  54. package/dist/e-cna/flow/index.js.map +0 -1
  55. package/dist/e-cna/flow/variants/default.d.ts +0 -734
  56. package/dist/e-cna/flow/variants/default.js +0 -95
  57. package/dist/e-cna/flow/variants/default.js.map +0 -1
  58. package/dist/e-cna/flow/variants/index.d.ts +0 -1
  59. package/dist/e-cna/flow/variants/index.js +0 -18
  60. package/dist/e-cna/flow/variants/index.js.map +0 -1
  61. package/dist/e-cna/index.d.ts +0 -43
  62. package/dist/e-cna/index.js +0 -221
  63. package/dist/e-cna/index.js.map +0 -1
  64. package/dist/e-cna/slides/child_hobbies/index.d.ts +0 -1
  65. package/dist/e-cna/slides/child_hobbies/index.js +0 -18
  66. package/dist/e-cna/slides/child_hobbies/index.js.map +0 -1
  67. package/dist/e-cna/slides/child_hobbies/variants.d.ts +0 -22
  68. package/dist/e-cna/slides/child_hobbies/variants.js +0 -26
  69. package/dist/e-cna/slides/child_hobbies/variants.js.map +0 -1
  70. package/dist/e-cna/slides/child_info/index.d.ts +0 -1
  71. package/dist/e-cna/slides/child_info/index.js +0 -18
  72. package/dist/e-cna/slides/child_info/index.js.map +0 -1
  73. package/dist/e-cna/slides/child_info/variants.d.ts +0 -17
  74. package/dist/e-cna/slides/child_info/variants.js +0 -22
  75. package/dist/e-cna/slides/child_info/variants.js.map +0 -1
  76. package/dist/e-cna/slides/child_personality/index.d.ts +0 -1
  77. package/dist/e-cna/slides/child_personality/index.js +0 -18
  78. package/dist/e-cna/slides/child_personality/index.js.map +0 -1
  79. package/dist/e-cna/slides/child_personality/variants.d.ts +0 -12
  80. package/dist/e-cna/slides/child_personality/variants.js +0 -16
  81. package/dist/e-cna/slides/child_personality/variants.js.map +0 -1
  82. package/dist/e-cna/slides/curriculum/index.d.ts +0 -1
  83. package/dist/e-cna/slides/curriculum/index.js +0 -18
  84. package/dist/e-cna/slides/curriculum/index.js.map +0 -1
  85. package/dist/e-cna/slides/curriculum/variants.d.ts +0 -12
  86. package/dist/e-cna/slides/curriculum/variants.js +0 -17
  87. package/dist/e-cna/slides/curriculum/variants.js.map +0 -1
  88. package/dist/e-cna/slides/grade/index.d.ts +0 -1
  89. package/dist/e-cna/slides/grade/index.js +0 -18
  90. package/dist/e-cna/slides/grade/index.js.map +0 -1
  91. package/dist/e-cna/slides/grade/variants.d.ts +0 -14
  92. package/dist/e-cna/slides/grade/variants.js +0 -31
  93. package/dist/e-cna/slides/grade/variants.js.map +0 -1
  94. package/dist/e-cna/slides/index.d.ts +0 -19
  95. package/dist/e-cna/slides/index.js +0 -36
  96. package/dist/e-cna/slides/index.js.map +0 -1
  97. package/dist/e-cna/slides/intro/index.d.ts +0 -1
  98. package/dist/e-cna/slides/intro/index.js +0 -18
  99. package/dist/e-cna/slides/intro/index.js.map +0 -1
  100. package/dist/e-cna/slides/intro/variants.d.ts +0 -7
  101. package/dist/e-cna/slides/intro/variants.js +0 -11
  102. package/dist/e-cna/slides/intro/variants.js.map +0 -1
  103. package/dist/e-cna/slides/key_need_l1/index.d.ts +0 -1
  104. package/dist/e-cna/slides/key_need_l1/index.js +0 -18
  105. package/dist/e-cna/slides/key_need_l1/index.js.map +0 -1
  106. package/dist/e-cna/slides/key_need_l1/variants.d.ts +0 -26
  107. package/dist/e-cna/slides/key_need_l1/variants.js +0 -57
  108. package/dist/e-cna/slides/key_need_l1/variants.js.map +0 -1
  109. package/dist/e-cna/slides/key_need_l2/index.d.ts +0 -1
  110. package/dist/e-cna/slides/key_need_l2/index.js +0 -18
  111. package/dist/e-cna/slides/key_need_l2/index.js.map +0 -1
  112. package/dist/e-cna/slides/key_need_l2/variants.d.ts +0 -67
  113. package/dist/e-cna/slides/key_need_l2/variants.js +0 -139
  114. package/dist/e-cna/slides/key_need_l2/variants.js.map +0 -1
  115. package/dist/e-cna/slides/key_need_l3/index.d.ts +0 -1
  116. package/dist/e-cna/slides/key_need_l3/index.js +0 -18
  117. package/dist/e-cna/slides/key_need_l3/index.js.map +0 -1
  118. package/dist/e-cna/slides/key_need_l3/variants.d.ts +0 -11
  119. package/dist/e-cna/slides/key_need_l3/variants.js +0 -15
  120. package/dist/e-cna/slides/key_need_l3/variants.js.map +0 -1
  121. package/dist/e-cna/slides/math-perception/index.d.ts +0 -1
  122. package/dist/e-cna/slides/math-perception/index.js +0 -18
  123. package/dist/e-cna/slides/math-perception/index.js.map +0 -1
  124. package/dist/e-cna/slides/math-perception/variants.d.ts +0 -15
  125. package/dist/e-cna/slides/math-perception/variants.js +0 -32
  126. package/dist/e-cna/slides/math-perception/variants.js.map +0 -1
  127. package/dist/e-cna/slides/other_curriculum/index.d.ts +0 -1
  128. package/dist/e-cna/slides/other_curriculum/index.js +0 -18
  129. package/dist/e-cna/slides/other_curriculum/index.js.map +0 -1
  130. package/dist/e-cna/slides/other_curriculum/variants.d.ts +0 -12
  131. package/dist/e-cna/slides/other_curriculum/variants.js +0 -17
  132. package/dist/e-cna/slides/other_curriculum/variants.js.map +0 -1
  133. package/dist/e-cna/slides/school_performance_5_12/index.d.ts +0 -1
  134. package/dist/e-cna/slides/school_performance_5_12/index.js +0 -18
  135. package/dist/e-cna/slides/school_performance_5_12/index.js.map +0 -1
  136. package/dist/e-cna/slides/school_performance_5_12/variants.d.ts +0 -15
  137. package/dist/e-cna/slides/school_performance_5_12/variants.js +0 -26
  138. package/dist/e-cna/slides/school_performance_5_12/variants.js.map +0 -1
  139. package/dist/e-cna/slides/school_performance_kg_4/index.d.ts +0 -1
  140. package/dist/e-cna/slides/school_performance_kg_4/index.js +0 -18
  141. package/dist/e-cna/slides/school_performance_kg_4/index.js.map +0 -1
  142. package/dist/e-cna/slides/school_performance_kg_4/variants.d.ts +0 -14
  143. package/dist/e-cna/slides/school_performance_kg_4/variants.js +0 -28
  144. package/dist/e-cna/slides/school_performance_kg_4/variants.js.map +0 -1
  145. package/dist/e-cna/slides/secondary_needs/index.d.ts +0 -1
  146. package/dist/e-cna/slides/secondary_needs/index.js +0 -18
  147. package/dist/e-cna/slides/secondary_needs/index.js.map +0 -1
  148. package/dist/e-cna/slides/secondary_needs/variants.d.ts +0 -14
  149. package/dist/e-cna/slides/secondary_needs/variants.js +0 -28
  150. package/dist/e-cna/slides/secondary_needs/variants.js.map +0 -1
  151. package/dist/e-cna/slides/signup/index.d.ts +0 -1
  152. package/dist/e-cna/slides/signup/index.js +0 -18
  153. package/dist/e-cna/slides/signup/index.js.map +0 -1
  154. package/dist/e-cna/slides/signup/variants.d.ts +0 -7
  155. package/dist/e-cna/slides/signup/variants.js +0 -11
  156. package/dist/e-cna/slides/signup/variants.js.map +0 -1
  157. package/dist/e-cna/slides/signup_refer/index.d.ts +0 -1
  158. package/dist/e-cna/slides/signup_refer/index.js +0 -18
  159. package/dist/e-cna/slides/signup_refer/index.js.map +0 -1
  160. package/dist/e-cna/slides/signup_refer/variants.d.ts +0 -12
  161. package/dist/e-cna/slides/signup_refer/variants.js +0 -20
  162. package/dist/e-cna/slides/signup_refer/variants.js.map +0 -1
  163. package/dist/e-cna/slides/slot_pick/index.d.ts +0 -1
  164. package/dist/e-cna/slides/slot_pick/index.js +0 -18
  165. package/dist/e-cna/slides/slot_pick/index.js.map +0 -1
  166. package/dist/e-cna/slides/slot_pick/variants.d.ts +0 -12
  167. package/dist/e-cna/slides/slot_pick/variants.js +0 -16
  168. package/dist/e-cna/slides/slot_pick/variants.js.map +0 -1
  169. package/dist/e-cna/slides/teacher_intro/index.d.ts +0 -1
  170. package/dist/e-cna/slides/teacher_intro/index.js +0 -18
  171. package/dist/e-cna/slides/teacher_intro/index.js.map +0 -1
  172. package/dist/e-cna/slides/teacher_intro/variants.d.ts +0 -78
  173. package/dist/e-cna/slides/teacher_intro/variants.js +0 -116
  174. package/dist/e-cna/slides/teacher_intro/variants.js.map +0 -1
  175. package/dist/e-cna/utils/index.d.ts +0 -4
  176. package/dist/e-cna/utils/index.js +0 -28
  177. package/dist/e-cna/utils/index.js.map +0 -1
  178. package/dist/local-storage/index.d.ts +0 -13
  179. package/dist/local-storage/index.js +0 -172
  180. package/dist/local-storage/index.js.map +0 -1
  181. package/dist/object/index.d.ts +0 -6
  182. package/dist/object/index.js +0 -24
  183. package/dist/object/index.js.map +0 -1
  184. package/src/constants/country/index.ts +0 -2
  185. package/src/constants/country/iso-country-code.ts +0 -248
  186. package/src/constants/date-time/index.ts +0 -43
  187. package/src/constants/date-time/international-timezones.ts +0 -157
  188. package/src/constants/e-cna/index.ts +0 -55
  189. package/src/constants/index.ts +0 -2
  190. package/src/country/index.ts +0 -9
  191. package/src/date-time-helper/e-cna.ts +0 -205
  192. package/src/date-time-helper/index.ts +0 -365
  193. package/src/e-cna/flow/aggregator.ts +0 -12
  194. package/src/e-cna/flow/index.ts +0 -1
  195. package/src/e-cna/flow/variants/default.ts +0 -113
  196. package/src/e-cna/flow/variants/index.ts +0 -1
  197. package/src/e-cna/index.ts +0 -249
  198. package/src/e-cna/slides/child_hobbies/index.ts +0 -1
  199. package/src/e-cna/slides/child_hobbies/variants.ts +0 -24
  200. package/src/e-cna/slides/child_info/index.ts +0 -1
  201. package/src/e-cna/slides/child_info/variants.ts +0 -18
  202. package/src/e-cna/slides/child_personality/index.ts +0 -1
  203. package/src/e-cna/slides/child_personality/variants.ts +0 -12
  204. package/src/e-cna/slides/curriculum/index.ts +0 -1
  205. package/src/e-cna/slides/curriculum/variants.ts +0 -14
  206. package/src/e-cna/slides/grade/index.ts +0 -1
  207. package/src/e-cna/slides/grade/variants.ts +0 -29
  208. package/src/e-cna/slides/index.ts +0 -19
  209. package/src/e-cna/slides/intro/index.ts +0 -1
  210. package/src/e-cna/slides/intro/variants.ts +0 -7
  211. package/src/e-cna/slides/key_need_l1/index.ts +0 -1
  212. package/src/e-cna/slides/key_need_l1/variants.ts +0 -57
  213. package/src/e-cna/slides/key_need_l2/index.ts +0 -1
  214. package/src/e-cna/slides/key_need_l2/variants.ts +0 -143
  215. package/src/e-cna/slides/key_need_l3/index.ts +0 -1
  216. package/src/e-cna/slides/key_need_l3/variants.ts +0 -13
  217. package/src/e-cna/slides/math-perception/index.ts +0 -1
  218. package/src/e-cna/slides/math-perception/variants.ts +0 -30
  219. package/src/e-cna/slides/other_curriculum/index.ts +0 -1
  220. package/src/e-cna/slides/other_curriculum/variants.ts +0 -14
  221. package/src/e-cna/slides/school_performance_5_12/index.ts +0 -1
  222. package/src/e-cna/slides/school_performance_5_12/variants.ts +0 -23
  223. package/src/e-cna/slides/school_performance_kg_4/index.ts +0 -1
  224. package/src/e-cna/slides/school_performance_kg_4/variants.ts +0 -25
  225. package/src/e-cna/slides/secondary_needs/index.ts +0 -1
  226. package/src/e-cna/slides/secondary_needs/variants.ts +0 -26
  227. package/src/e-cna/slides/signup/index.ts +0 -1
  228. package/src/e-cna/slides/signup/variants.ts +0 -7
  229. package/src/e-cna/slides/signup_refer/index.ts +0 -1
  230. package/src/e-cna/slides/signup_refer/variants.ts +0 -16
  231. package/src/e-cna/slides/slot_pick/index.ts +0 -1
  232. package/src/e-cna/slides/slot_pick/variants.ts +0 -12
  233. package/src/e-cna/slides/teacher_intro/index.ts +0 -1
  234. package/src/e-cna/slides/teacher_intro/variants.ts +0 -114
  235. package/src/e-cna/utils/index.ts +0 -32
  236. package/src/local-storage/index.ts +0 -186
  237. package/src/object/index.ts +0 -26
@@ -1,473 +0,0 @@
1
- export declare const getFlow: (flow: string) => {
2
- intro: {
3
- id: string;
4
- questionID: string;
5
- nextSlide: string;
6
- };
7
- grade: {
8
- id: number;
9
- questionID: string;
10
- type: string;
11
- question: string;
12
- description: string;
13
- options: {
14
- value: string;
15
- }[];
16
- defaultNextquestionID: string;
17
- questionUUID: string;
18
- };
19
- math_perception: {
20
- id: number;
21
- questionID: string;
22
- description: string;
23
- type: string;
24
- question: string;
25
- options: {
26
- value: string;
27
- logo: string;
28
- }[];
29
- readonly defaultNextquestionID: string;
30
- questionUUID: string;
31
- };
32
- school_performance_5_12: {
33
- id: number;
34
- questionID: string;
35
- type: string;
36
- question: string;
37
- description: string;
38
- options: {
39
- value: string;
40
- logo: string;
41
- }[];
42
- defaultNextquestionID: string;
43
- questionUUID: string;
44
- };
45
- school_performance_kg_4: {
46
- id: number;
47
- questionID: string;
48
- type: string;
49
- question: string;
50
- options: {
51
- value: string;
52
- logo: string;
53
- }[];
54
- defaultNextquestionID: string;
55
- questionUUID: string;
56
- };
57
- key_need_l1: {
58
- id: number;
59
- questionID: string;
60
- type: string;
61
- question: string;
62
- description: string;
63
- readonly options: {
64
- value: string;
65
- nextQuestionID: string;
66
- }[];
67
- questionUUID: string;
68
- };
69
- strong_math_foundation: {
70
- id: number;
71
- questionID: string;
72
- type: string;
73
- question: string;
74
- readonly options: {
75
- value: string;
76
- }[];
77
- questionUUID: string;
78
- };
79
- mental_math: {
80
- id: number;
81
- questionID: string;
82
- type: string;
83
- question: string;
84
- readonly options: {
85
- value: string;
86
- }[];
87
- defaultNextquestionID: string;
88
- questionUUID: string;
89
- };
90
- learning_gaps: {
91
- id: number;
92
- questionID: string;
93
- type: string;
94
- question: string;
95
- options: {
96
- value: string;
97
- }[];
98
- defaultNextquestionID: string;
99
- questionUUID: string;
100
- };
101
- more_practice: {
102
- id: number;
103
- questionID: string;
104
- type: string;
105
- question: string;
106
- options: {
107
- value: string;
108
- }[];
109
- defaultNextquestionID: string;
110
- questionUUID: string;
111
- };
112
- develop_interest: {
113
- id: number;
114
- questionID: string;
115
- type: string;
116
- question: string;
117
- readonly options: {
118
- value: string;
119
- }[];
120
- defaultNextquestionID: string;
121
- questionUUID: string;
122
- };
123
- advanced_and_competitive_maths: {
124
- id: number;
125
- questionID: string;
126
- type: string;
127
- question: string;
128
- options: {
129
- value: string;
130
- }[];
131
- defaultNextquestionID: string;
132
- questionUUID: string;
133
- };
134
- key_need_l3: {
135
- id: number;
136
- questionID: string;
137
- type: string;
138
- question: string;
139
- defaultNextquestionID: number;
140
- questionUUID: string;
141
- placeholderText: string;
142
- };
143
- secondary_needs: {
144
- id: number;
145
- questionID: string;
146
- type: string;
147
- question: string;
148
- description: string;
149
- readonly options: {
150
- value: string;
151
- }[];
152
- defaultNextquestionID: string;
153
- questionUUID: string;
154
- };
155
- child_personality: {
156
- id: number;
157
- questionID: string;
158
- type: string;
159
- question: string;
160
- description: string;
161
- defaultNextquestionID: string;
162
- questionUUID: string;
163
- placeholderText: string;
164
- };
165
- child_hobbies: {
166
- id: number;
167
- questionID: string;
168
- type: string;
169
- question: string;
170
- description: string;
171
- questionUUID: string;
172
- placeholderText: string;
173
- nextSlide: string;
174
- };
175
- slot_pick: {
176
- id: string;
177
- questionID: string;
178
- nextSlide: string;
179
- };
180
- parent_student_details: {
181
- id: string;
182
- questionID: string;
183
- nextSlide: string;
184
- };
185
- other_curriculum: {
186
- id: number;
187
- questionID: string;
188
- type: string;
189
- question: string;
190
- description: string;
191
- placeholderText: string;
192
- questionUUID: string;
193
- textAreaHeight: string;
194
- };
195
- signup_refer: {
196
- id: number;
197
- questionID: string;
198
- type: string;
199
- question: string;
200
- options: {
201
- value: string;
202
- }[];
203
- questionUUID: string;
204
- };
205
- curriculum: {
206
- id: number;
207
- questionID: string;
208
- type: string;
209
- question: string;
210
- description: string;
211
- placeholderText: string;
212
- questionUUID: string;
213
- textAreaHeight: string;
214
- };
215
- } | {
216
- intro: {
217
- id: string;
218
- questionID: string;
219
- nextSlide: string;
220
- };
221
- grade: {
222
- id: number;
223
- questionID: string;
224
- type: string;
225
- question: string;
226
- description: string;
227
- options: {
228
- value: string;
229
- }[];
230
- defaultNextquestionID: string;
231
- };
232
- pick_slot: {
233
- id: string;
234
- questionID: string;
235
- nextSlide: string;
236
- };
237
- ready_to_enroll: {
238
- id: string;
239
- questionID: string;
240
- nextSlide: string;
241
- };
242
- math_perception: {
243
- id: number;
244
- questionID: string;
245
- description: string;
246
- type: string;
247
- question: string;
248
- options: {
249
- value: string;
250
- logo: string;
251
- }[];
252
- readonly defaultNextquestionID: string;
253
- questionUUID: string;
254
- };
255
- school_performance_5_12: {
256
- id: number;
257
- questionID: string;
258
- type: string;
259
- question: string;
260
- description: string;
261
- options: {
262
- value: string;
263
- logo: string;
264
- }[];
265
- defaultNextquestionID: string;
266
- questionUUID: string;
267
- };
268
- school_performance_kg_4: {
269
- id: number;
270
- questionID: string;
271
- type: string;
272
- question: string;
273
- options: {
274
- value: string;
275
- logo: string;
276
- }[];
277
- defaultNextquestionID: string;
278
- questionUUID: string;
279
- };
280
- key_need_l1: {
281
- id: number;
282
- questionID: string;
283
- type: string;
284
- question: string;
285
- description: string;
286
- readonly options: {
287
- value: string;
288
- nextQuestionID: string;
289
- }[];
290
- questionUUID: string;
291
- };
292
- strong_math_foundation: {
293
- id: number;
294
- questionID: string;
295
- type: string;
296
- question: string;
297
- readonly options: {
298
- value: string;
299
- }[];
300
- questionUUID: string;
301
- };
302
- child_info: {
303
- id: string;
304
- questionID: string;
305
- nextSlide: string;
306
- };
307
- loader: {
308
- id: string;
309
- questionID: string;
310
- nextSlide: string;
311
- };
312
- teacher_unavailability: {
313
- id: string;
314
- questionID: string;
315
- nextSlide: string;
316
- };
317
- hybrid_teacher: {
318
- id: string;
319
- questionID: string;
320
- nextSlide: string;
321
- };
322
- trial_session: {
323
- id: string;
324
- questionID: string;
325
- nextSlide: string;
326
- };
327
- date_time_slot_pick: {
328
- id: string;
329
- questionID: string;
330
- nextSlide: string;
331
- };
332
- parent_details: {
333
- id: string;
334
- questionID: string;
335
- nextSlide: string;
336
- };
337
- otp: {
338
- id: string;
339
- questionID: string;
340
- nextSlide: string;
341
- };
342
- trial_confirmed: {
343
- id: string;
344
- questionID: string;
345
- nextSlide: string;
346
- };
347
- mental_math: {
348
- id: number;
349
- questionID: string;
350
- type: string;
351
- question: string;
352
- readonly options: {
353
- value: string;
354
- }[];
355
- defaultNextquestionID: string;
356
- questionUUID: string;
357
- };
358
- learning_gaps: {
359
- id: number;
360
- questionID: string;
361
- type: string;
362
- question: string;
363
- options: {
364
- value: string;
365
- }[];
366
- defaultNextquestionID: string;
367
- questionUUID: string;
368
- };
369
- more_practice: {
370
- id: number;
371
- questionID: string;
372
- type: string;
373
- question: string;
374
- options: {
375
- value: string;
376
- }[];
377
- defaultNextquestionID: string;
378
- questionUUID: string;
379
- };
380
- develop_interest: {
381
- id: number;
382
- questionID: string;
383
- type: string;
384
- question: string;
385
- readonly options: {
386
- value: string;
387
- }[];
388
- defaultNextquestionID: string;
389
- questionUUID: string;
390
- };
391
- advanced_and_competitive_maths: {
392
- id: number;
393
- questionID: string;
394
- type: string;
395
- question: string;
396
- options: {
397
- value: string;
398
- }[];
399
- defaultNextquestionID: string;
400
- questionUUID: string;
401
- };
402
- key_need_l3: {
403
- id: number;
404
- questionID: string;
405
- type: string;
406
- question: string;
407
- defaultNextquestionID: number;
408
- questionUUID: string;
409
- placeholderText: string;
410
- };
411
- secondary_needs: {
412
- id: number;
413
- questionID: string;
414
- type: string;
415
- question: string;
416
- description: string;
417
- readonly options: {
418
- value: string;
419
- }[];
420
- defaultNextquestionID: string;
421
- questionUUID: string;
422
- };
423
- child_personality: {
424
- id: number;
425
- questionID: string;
426
- type: string;
427
- question: string;
428
- description: string;
429
- defaultNextquestionID: string;
430
- questionUUID: string;
431
- placeholderText: string;
432
- };
433
- child_hobbies: {
434
- id: number;
435
- questionID: string;
436
- type: string;
437
- question: string;
438
- description: string;
439
- questionUUID: string;
440
- placeholderText: string;
441
- nextSlide: string;
442
- };
443
- slot_pick: {
444
- id: string;
445
- questionID: string;
446
- nextSlide: string;
447
- };
448
- signup_refer: {
449
- id: number;
450
- questionID: string;
451
- type: string;
452
- question: string;
453
- options: {
454
- value: string;
455
- }[];
456
- questionUUID: string;
457
- };
458
- parent_student_details: {
459
- id: string;
460
- questionID: string;
461
- nextSlide: string;
462
- };
463
- other_curriculum: {
464
- id: number;
465
- questionID: string;
466
- type: string;
467
- question: string;
468
- description: string;
469
- placeholderText: string;
470
- questionUUID: string;
471
- textAreaHeight: string;
472
- };
473
- };
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getFlow = void 0;
4
- const variants_1 = require("./variants");
5
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
6
- const getFlow = (flow) => {
7
- console.log("flowwww", flow);
8
- if (flow === 'default') {
9
- return variants_1.DEFAULT_FLOW;
10
- }
11
- else if (flow === 'non-ecna') {
12
- return variants_1.TLED_FLOW_NON_ECNA;
13
- }
14
- return variants_1.TLED_FLOW;
15
- };
16
- exports.getFlow = getFlow;
17
- //# sourceMappingURL=aggregator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"aggregator.js","sourceRoot":"","sources":["../../../src/e-cna/flow/aggregator.ts"],"names":[],"mappings":";;;AAAA,yCAAwE;AAExE,6DAA6D;AACtD,MAAM,OAAO,GAAG,CAAC,IAAY,EAAE,EAAE;IACtC,OAAO,CAAC,GAAG,CAAC,SAAS,EAAC,IAAI,CAAC,CAAA;IAC3B,IAAG,IAAI,KAAG,SAAS,EAAC;QAClB,OAAO,uBAAY,CAAA;KACpB;SAAK,IAAG,IAAI,KAAG,UAAU,EAAC;QACzB,OAAO,6BAAkB,CAAC;KAC3B;IACD,OAAO,oBAAS,CAAC;AACnB,CAAC,CAAC;AARW,QAAA,OAAO,WAQlB"}
@@ -1 +0,0 @@
1
- export * from './aggregator';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./aggregator"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/e-cna/flow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}