@frontegg/redux-store 6.69.0 → 6.70.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 (254) hide show
  1. package/audits/AuditLogsState/index.js +1 -1
  2. package/audits/AuditLogsState/saga.js +1 -18
  3. package/audits/AuditsMetadataState/index.js +1 -1
  4. package/audits/AuditsMetadataState/saga.js +1 -5
  5. package/audits/backward-compatibility/saga.js +0 -18
  6. package/audits/dummy.js +0 -16
  7. package/audits/index.js +4 -2
  8. package/audits/reducer.js +0 -2
  9. package/auth/AcceptInvitationState/index.d.ts +2 -0
  10. package/auth/AcceptInvitationState/index.js +1 -1
  11. package/auth/AcceptInvitationState/interfaces.js +0 -1
  12. package/auth/AcceptInvitationState/saga.js +0 -3
  13. package/auth/AccountSettingsState/index.d.ts +2 -0
  14. package/auth/AccountSettingsState/index.js +1 -1
  15. package/auth/AccountSettingsState/interfaces.d.ts +2 -0
  16. package/auth/AccountSettingsState/saga.js +1 -11
  17. package/auth/ActivateState/index.d.ts +3 -0
  18. package/auth/ActivateState/index.js +1 -1
  19. package/auth/ActivateState/interfaces.js +0 -1
  20. package/auth/ActivateState/saga.js +14 -34
  21. package/auth/ApiTokensState/index.d.ts +2 -0
  22. package/auth/ApiTokensState/index.js +1 -1
  23. package/auth/ApiTokensState/interfaces.d.ts +1 -0
  24. package/auth/ApiTokensState/interfaces.js +0 -1
  25. package/auth/ApiTokensState/saga.js +1 -44
  26. package/auth/ForgotPasswordState/index.d.ts +2 -0
  27. package/auth/ForgotPasswordState/index.js +1 -1
  28. package/auth/ForgotPasswordState/interfaces.js +0 -1
  29. package/auth/ForgotPasswordState/saga.js +5 -12
  30. package/auth/ImpersonationState/index.d.ts +2 -0
  31. package/auth/ImpersonationState/index.js +1 -1
  32. package/auth/ImpersonationState/interfaces.js +0 -1
  33. package/auth/ImpersonationState/saga.js +5 -9
  34. package/auth/LoginState/index.d.ts +2 -0
  35. package/auth/LoginState/index.js +1 -1
  36. package/auth/LoginState/interfaces.js +0 -6
  37. package/auth/LoginState/saga.d.ts +2 -38
  38. package/auth/LoginState/saga.js +132 -292
  39. package/auth/MfaState/index.d.ts +4 -2
  40. package/auth/MfaState/index.js +1 -1
  41. package/auth/MfaState/interfaces.d.ts +2 -2
  42. package/auth/MfaState/interfaces.js +0 -1
  43. package/auth/MfaState/saga.js +64 -143
  44. package/auth/ProfileState/index.d.ts +2 -0
  45. package/auth/ProfileState/index.js +1 -1
  46. package/auth/ProfileState/saga.js +22 -50
  47. package/auth/Provisioning/index.d.ts +2 -0
  48. package/auth/Provisioning/index.js +1 -1
  49. package/auth/Provisioning/saga.js +11 -23
  50. package/auth/ResetPhoneNumberState/index.d.ts +2 -0
  51. package/auth/ResetPhoneNumberState/index.js +1 -1
  52. package/auth/ResetPhoneNumberState/interfaces.js +0 -1
  53. package/auth/ResetPhoneNumberState/saga.js +17 -26
  54. package/auth/RestrictionsState/index.d.ts +3 -0
  55. package/auth/RestrictionsState/index.js +1 -1
  56. package/auth/RestrictionsState/saga.js +52 -105
  57. package/auth/RolesState/index.d.ts +2 -0
  58. package/auth/RolesState/index.js +1 -1
  59. package/auth/RolesState/saga.js +30 -51
  60. package/auth/SSOState/index.d.ts +2 -0
  61. package/auth/SSOState/index.js +1 -1
  62. package/auth/SSOState/interfaces.js +0 -3
  63. package/auth/SSOState/saga.js +10 -58
  64. package/auth/SSOState/saga.v2.js +13 -49
  65. package/auth/SecurityPolicyState/index.d.ts +13 -0
  66. package/auth/SecurityPolicyState/index.js +1 -1
  67. package/auth/SecurityPolicyState/saga.js +36 -90
  68. package/auth/SessionsPolicyState/index.d.ts +2 -0
  69. package/auth/SessionsPolicyState/index.js +1 -1
  70. package/auth/SessionsPolicyState/saga.js +7 -19
  71. package/auth/SessionsState/index.d.ts +2 -0
  72. package/auth/SessionsState/index.js +1 -1
  73. package/auth/SessionsState/saga.js +1 -15
  74. package/auth/SignUp/index.d.ts +2 -0
  75. package/auth/SignUp/index.js +1 -1
  76. package/auth/SignUp/interfaces.js +0 -1
  77. package/auth/SignUp/saga.js +6 -15
  78. package/auth/SocialLogins/index.d.ts +2 -0
  79. package/auth/SocialLogins/index.js +1 -1
  80. package/auth/SocialLogins/saga.js +10 -20
  81. package/auth/TeamState/index.d.ts +2 -0
  82. package/auth/TeamState/index.js +1 -1
  83. package/auth/TeamState/interfaces.js +0 -1
  84. package/auth/TeamState/saga.js +85 -205
  85. package/auth/TenantsState/index.d.ts +2 -0
  86. package/auth/TenantsState/index.js +1 -1
  87. package/auth/TenantsState/saga.js +1 -17
  88. package/auth/index.d.ts +2 -2
  89. package/auth/index.js +4 -3
  90. package/auth/interfaces.d.ts +2 -1
  91. package/auth/interfaces.js +0 -6
  92. package/auth/reducer.d.ts +2 -2
  93. package/auth/reducer.js +0 -2
  94. package/auth/saga.js +2 -1
  95. package/auth/utils.d.ts +4 -0
  96. package/auth/utils.js +7 -21
  97. package/connectivity/ConnectivityState/index.d.ts +9 -0
  98. package/connectivity/ConnectivityState/index.js +1 -1
  99. package/connectivity/consts.js +0 -5
  100. package/connectivity/index.js +4 -2
  101. package/connectivity/interfaces.d.ts +1 -0
  102. package/connectivity/reducer.js +0 -2
  103. package/connectivity/saga.js +48 -85
  104. package/helpers.js +4 -7
  105. package/index.js +1 -1
  106. package/node/audits/AuditLogsState/index.js +1 -8
  107. package/node/audits/AuditLogsState/saga.js +1 -26
  108. package/node/audits/AuditsMetadataState/index.js +1 -8
  109. package/node/audits/AuditsMetadataState/saga.js +1 -10
  110. package/node/audits/backward-compatibility/index.js +0 -8
  111. package/node/audits/backward-compatibility/reducer.js +0 -5
  112. package/node/audits/backward-compatibility/saga.js +0 -23
  113. package/node/audits/dummy.js +0 -19
  114. package/node/audits/index.js +0 -14
  115. package/node/audits/initialState.js +0 -3
  116. package/node/audits/reducer.js +0 -8
  117. package/node/audits/saga.js +0 -5
  118. package/node/audits/utils.js +0 -4
  119. package/node/auth/AcceptInvitationState/index.js +1 -7
  120. package/node/auth/AcceptInvitationState/interfaces.js +0 -1
  121. package/node/auth/AcceptInvitationState/saga.js +0 -7
  122. package/node/auth/AccountSettingsState/index.js +1 -6
  123. package/node/auth/AccountSettingsState/saga.js +1 -16
  124. package/node/auth/ActivateState/index.js +1 -7
  125. package/node/auth/ActivateState/interfaces.js +0 -1
  126. package/node/auth/ActivateState/saga.js +14 -41
  127. package/node/auth/ApiTokensState/index.js +1 -6
  128. package/node/auth/ApiTokensState/interfaces.js +0 -1
  129. package/node/auth/ApiTokensState/saga.js +1 -51
  130. package/node/auth/ForgotPasswordState/index.js +1 -7
  131. package/node/auth/ForgotPasswordState/interfaces.js +0 -1
  132. package/node/auth/ForgotPasswordState/saga.js +5 -19
  133. package/node/auth/ImpersonationState/index.js +1 -7
  134. package/node/auth/ImpersonationState/interfaces.js +0 -1
  135. package/node/auth/ImpersonationState/saga.js +5 -15
  136. package/node/auth/LoginState/index.js +1 -7
  137. package/node/auth/LoginState/interfaces.js +0 -7
  138. package/node/auth/LoginState/saga.js +132 -322
  139. package/node/auth/MfaState/index.js +1 -7
  140. package/node/auth/MfaState/interfaces.js +0 -1
  141. package/node/auth/MfaState/saga.js +64 -137
  142. package/node/auth/ProfileState/index.js +1 -6
  143. package/node/auth/ProfileState/saga.js +22 -58
  144. package/node/auth/Provisioning/index.js +1 -6
  145. package/node/auth/Provisioning/saga.js +11 -28
  146. package/node/auth/ResetPhoneNumberState/index.js +1 -7
  147. package/node/auth/ResetPhoneNumberState/interfaces.js +0 -1
  148. package/node/auth/ResetPhoneNumberState/saga.js +17 -32
  149. package/node/auth/RestrictionsState/index.js +1 -7
  150. package/node/auth/RestrictionsState/saga.js +52 -109
  151. package/node/auth/RolesState/index.js +1 -6
  152. package/node/auth/RolesState/saga.js +30 -54
  153. package/node/auth/SSOState/index.js +1 -6
  154. package/node/auth/SSOState/interfaces.js +0 -3
  155. package/node/auth/SSOState/saga.js +10 -63
  156. package/node/auth/SSOState/saga.v2.js +13 -53
  157. package/node/auth/SecurityPolicyState/index.js +1 -6
  158. package/node/auth/SecurityPolicyState/saga.js +36 -89
  159. package/node/auth/SessionsPolicyState/index.js +1 -6
  160. package/node/auth/SessionsPolicyState/saga.js +7 -24
  161. package/node/auth/SessionsState/index.js +1 -6
  162. package/node/auth/SessionsState/saga.js +1 -22
  163. package/node/auth/SignUp/index.js +1 -7
  164. package/node/auth/SignUp/interfaces.js +0 -1
  165. package/node/auth/SignUp/saga.js +6 -30
  166. package/node/auth/SocialLogins/index.js +1 -6
  167. package/node/auth/SocialLogins/saga.js +10 -33
  168. package/node/auth/TeamState/index.js +1 -6
  169. package/node/auth/TeamState/interfaces.js +0 -1
  170. package/node/auth/TeamState/saga.js +86 -190
  171. package/node/auth/TenantsState/index.js +1 -6
  172. package/node/auth/TenantsState/saga.js +1 -24
  173. package/node/auth/dummy.js +0 -5
  174. package/node/auth/index.js +0 -90
  175. package/node/auth/initialState.js +0 -23
  176. package/node/auth/interfaces.js +0 -6
  177. package/node/auth/reducer.js +0 -28
  178. package/node/auth/saga.js +2 -26
  179. package/node/auth/utils.js +7 -42
  180. package/node/connectivity/ConnectivityState/index.js +1 -7
  181. package/node/connectivity/consts.js +1 -7
  182. package/node/connectivity/index.js +0 -5
  183. package/node/connectivity/reducer.js +0 -6
  184. package/node/connectivity/saga.js +47 -91
  185. package/node/helpers.js +2 -14
  186. package/node/index.js +1 -17
  187. package/node/subscriptions/Billing/Information/index.js +0 -7
  188. package/node/subscriptions/Billing/Information/saga.js +1 -25
  189. package/node/subscriptions/Billing/Invoices/index.js +0 -6
  190. package/node/subscriptions/Billing/Invoices/saga.js +1 -13
  191. package/node/subscriptions/Billing/PaymentMethod/index.js +2 -8
  192. package/node/subscriptions/Billing/PaymentMethod/interfaces.js +0 -1
  193. package/node/subscriptions/Billing/PaymentMethod/saga.js +1 -17
  194. package/node/subscriptions/Billing/Subscription/index.js +0 -6
  195. package/node/subscriptions/Billing/Subscription/saga.js +3 -23
  196. package/node/subscriptions/Billing/index.js +0 -6
  197. package/node/subscriptions/Billing/interfaces.js +0 -8
  198. package/node/subscriptions/Billing/saga.js +0 -7
  199. package/node/subscriptions/Checkout/index.js +0 -6
  200. package/node/subscriptions/Checkout/saga.js +2 -22
  201. package/node/subscriptions/Config/index.js +0 -6
  202. package/node/subscriptions/Config/saga.js +1 -12
  203. package/node/subscriptions/Plans/index.js +0 -6
  204. package/node/subscriptions/Plans/saga.js +1 -13
  205. package/node/subscriptions/Stripe/index.js +0 -6
  206. package/node/subscriptions/Stripe/saga.js +0 -8
  207. package/node/subscriptions/VendorPublicConfig/index.js +0 -6
  208. package/node/subscriptions/VendorPublicConfig/saga.js +1 -9
  209. package/node/subscriptions/dummy.js +2 -4
  210. package/node/subscriptions/general.interfaces.js +0 -5
  211. package/node/subscriptions/index.js +0 -5
  212. package/node/subscriptions/interfaces.js +0 -14
  213. package/node/subscriptions/mapper.js +0 -11
  214. package/node/subscriptions/reducer.js +0 -9
  215. package/node/subscriptions/saga.js +0 -9
  216. package/node/subscriptions/utils.js +0 -6
  217. package/node/toolkit/index.js +0 -31
  218. package/node/toolkit/redux-saga.js +0 -3
  219. package/node/toolkit/redux.js +0 -1
  220. package/node/vendor/VendorState/index.js +1 -7
  221. package/node/vendor/index.js +0 -5
  222. package/node/vendor/reducer.js +0 -6
  223. package/node/vendor/saga.js +1 -9
  224. package/package.json +1 -1
  225. package/subscriptions/Billing/Information/index.js +0 -4
  226. package/subscriptions/Billing/Information/saga.js +1 -12
  227. package/subscriptions/Billing/Invoices/index.js +0 -4
  228. package/subscriptions/Billing/Invoices/saga.js +1 -5
  229. package/subscriptions/Billing/PaymentMethod/index.js +2 -6
  230. package/subscriptions/Billing/PaymentMethod/interfaces.js +1 -1
  231. package/subscriptions/Billing/PaymentMethod/saga.js +1 -9
  232. package/subscriptions/Billing/Subscription/index.js +0 -4
  233. package/subscriptions/Billing/Subscription/saga.js +3 -17
  234. package/subscriptions/Billing/interfaces.js +1 -0
  235. package/subscriptions/Checkout/index.js +0 -4
  236. package/subscriptions/Checkout/saga.js +2 -12
  237. package/subscriptions/Config/index.js +0 -4
  238. package/subscriptions/Config/saga.js +1 -7
  239. package/subscriptions/Plans/index.js +0 -2
  240. package/subscriptions/Plans/saga.js +1 -6
  241. package/subscriptions/Stripe/index.js +0 -4
  242. package/subscriptions/Stripe/saga.js +0 -4
  243. package/subscriptions/VendorPublicConfig/index.js +0 -2
  244. package/subscriptions/VendorPublicConfig/saga.js +1 -4
  245. package/subscriptions/dummy.js +3 -2
  246. package/subscriptions/general.interfaces.js +0 -5
  247. package/subscriptions/index.js +3 -1
  248. package/subscriptions/mapper.js +0 -5
  249. package/toolkit/index.d.ts +1 -1
  250. package/toolkit/index.js +0 -9
  251. package/vendor/VendorState/index.js +1 -0
  252. package/vendor/index.js +4 -2
  253. package/vendor/reducer.js +0 -2
  254. package/vendor/saga.js +1 -2
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ForgotPasswordStep = void 0;
7
7
  let ForgotPasswordStep;
8
8
  exports.ForgotPasswordStep = ForgotPasswordStep;
9
-
10
9
  (function (ForgotPasswordStep) {
11
10
  ForgotPasswordStep["forgotPassword"] = "forgotPassword";
12
11
  ForgotPasswordStep["success"] = "success";
@@ -1,32 +1,23 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.forgotPasswordSagas = forgotPasswordSagas;
9
8
  exports.loadPasswordConfig = loadPasswordConfig;
10
-
11
9
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
12
-
13
10
  var _effects = require("redux-saga/effects");
14
-
15
11
  var _restApi = require("@frontegg/rest-api");
16
-
17
12
  var _reducer = require("../reducer");
18
-
19
13
  var _interfaces = require("./interfaces");
20
-
21
14
  const _excluded = ["callback"];
22
-
23
15
  function* forgotPassword({
24
16
  payload
25
17
  }) {
26
18
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
27
19
  loading: true
28
20
  }));
29
-
30
21
  try {
31
22
  yield (0, _effects.call)(_restApi.api.auth.forgotPassword, payload);
32
23
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
@@ -41,18 +32,16 @@ function* forgotPassword({
41
32
  }));
42
33
  }
43
34
  }
44
-
45
35
  function* resetPassword(_ref) {
46
36
  let {
47
- payload: {
48
- callback
49
- }
50
- } = _ref,
51
- body = (0, _objectWithoutPropertiesLoose2.default)(_ref.payload, _excluded);
37
+ payload: {
38
+ callback
39
+ }
40
+ } = _ref,
41
+ body = (0, _objectWithoutPropertiesLoose2.default)(_ref.payload, _excluded);
52
42
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
53
43
  loading: true
54
44
  }));
55
-
56
45
  try {
57
46
  yield (0, _effects.call)(_restApi.api.auth.resetPassword, body);
58
47
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
@@ -69,14 +58,12 @@ function* resetPassword(_ref) {
69
58
  callback == null ? void 0 : callback(false);
70
59
  }
71
60
  }
72
-
73
61
  function* loadPasswordConfig({
74
62
  payload
75
63
  }) {
76
64
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
77
65
  loading: true
78
66
  }));
79
-
80
67
  try {
81
68
  const passwordConfig = yield (0, _effects.call)(_restApi.api.auth.loadPasswordConfig, payload);
82
69
  yield (0, _effects.put)(_reducer.actions.setForgotPasswordState({
@@ -90,7 +77,6 @@ function* loadPasswordConfig({
90
77
  }));
91
78
  }
92
79
  }
93
-
94
80
  function* forgotPasswordSagas() {
95
81
  yield (0, _effects.takeLeading)(_reducer.actions.forgotPassword, forgotPassword);
96
82
  yield (0, _effects.takeLeading)(_reducer.actions.resetPassword, resetPassword);
@@ -4,15 +4,10 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.impersonateState = exports.impersonateReducers = exports.impersonateActions = void 0;
7
-
8
7
  var _toolkit = require("@reduxjs/toolkit");
9
-
10
8
  var _constants = require("../../constants");
11
-
12
9
  var _utils = require("../utils");
13
-
14
10
  var _interfaces = require("./interfaces");
15
-
16
11
  const impersonateState = {
17
12
  step: _interfaces.ImpersonateStep.impersonating,
18
13
  loading: false
@@ -30,14 +25,13 @@ const actions = {
30
25
  payload
31
26
  }))
32
27
  };
28
+
33
29
  /**
34
30
  * To be used for actions types after dispatch, and should contains
35
31
  * the reducers and actions as standalone function
36
32
  */
37
-
38
33
  exports.impersonateActions = actions;
39
34
  // noinspection JSUnusedLocalSymbols
40
-
41
35
  /**
42
36
  * if you see error in matcher that's mean the DispatchAction does not
43
37
  * contains the same functions in reducers and actions
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.ImpersonateStep = void 0;
7
7
  let ImpersonateStep;
8
8
  exports.ImpersonateStep = ImpersonateStep;
9
-
10
9
  (function (ImpersonateStep) {
11
10
  ImpersonateStep["impersonating"] = "impersonating";
12
11
  ImpersonateStep["success"] = "success";
@@ -1,35 +1,26 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
7
  exports.impersonateSagas = impersonateSagas;
9
-
10
8
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
-
12
9
  var _restApi = require("@frontegg/rest-api");
13
-
14
10
  var _effects = require("redux-saga/effects");
15
-
16
11
  var _reducer = require("../reducer");
17
-
18
12
  var _interfaces = require("./interfaces");
19
-
20
13
  const _excluded = ["callback", "events"];
21
-
22
14
  function* impersonate(_ref) {
23
15
  let {
24
- payload: {
25
- callback
26
- }
27
- } = _ref,
28
- payload = (0, _objectWithoutPropertiesLoose2.default)(_ref.payload, _excluded);
16
+ payload: {
17
+ callback
18
+ }
19
+ } = _ref,
20
+ payload = (0, _objectWithoutPropertiesLoose2.default)(_ref.payload, _excluded);
29
21
  yield (0, _effects.put)(_reducer.actions.setImpersonateState({
30
22
  loading: true
31
23
  }));
32
-
33
24
  try {
34
25
  const data = yield (0, _effects.call)(_restApi.api.impersonate.impersonate, payload);
35
26
  yield (0, _effects.put)(_reducer.actions.setImpersonateState({
@@ -44,7 +35,6 @@ function* impersonate(_ref) {
44
35
  }));
45
36
  }
46
37
  }
47
-
48
38
  function* impersonateSagas() {
49
39
  yield (0, _effects.takeLeading)(_reducer.actions.impersonate, impersonate);
50
40
  }
@@ -4,15 +4,10 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.loginState = exports.loginReducers = exports.loginActions = void 0;
7
-
8
7
  var _toolkit = require("@reduxjs/toolkit");
9
-
10
8
  var _interfaces = require("./interfaces");
11
-
12
9
  var _utils = require("../utils");
13
-
14
10
  var _constants = require("../../constants");
15
-
16
11
  const loginState = {
17
12
  flow: _interfaces.LoginFlow.Login,
18
13
  step: _interfaces.LoginStep.preLogin,
@@ -127,14 +122,13 @@ const actions = {
127
122
  payload
128
123
  }))
129
124
  };
125
+
130
126
  /**
131
127
  * To be used for actions types after dispatch, and should contains
132
128
  * the reducers and actions as standalone function
133
129
  */
134
-
135
130
  exports.loginActions = actions;
136
131
  // noinspection JSUnusedLocalSymbols
137
-
138
132
  /**
139
133
  * if you see error in matcher that's mean the DispatchAction does not
140
134
  * contains the same functions in reducers and actions
@@ -10,12 +10,9 @@ Object.defineProperty(exports, "AuthStrategyEnum", {
10
10
  }
11
11
  });
12
12
  exports.QuickLoginStrategy = exports.LoginStep = exports.LoginFlow = void 0;
13
-
14
13
  var _restApi = require("@frontegg/rest-api");
15
-
16
14
  let LoginStep;
17
15
  exports.LoginStep = LoginStep;
18
-
19
16
  (function (LoginStep) {
20
17
  LoginStep["preLogin"] = "preLogin";
21
18
  LoginStep["magicLinkPreLoginSuccess"] = "magicLinkPreLoginSuccess";
@@ -30,18 +27,14 @@ exports.LoginStep = LoginStep;
30
27
  LoginStep["forceTwoFactor"] = "forceTwoFactor";
31
28
  LoginStep["recoverTwoFactor"] = "recoverTwoFactor";
32
29
  })(LoginStep || (exports.LoginStep = LoginStep = {}));
33
-
34
30
  let LoginFlow;
35
31
  exports.LoginFlow = LoginFlow;
36
-
37
32
  (function (LoginFlow) {
38
33
  LoginFlow["Login"] = "login";
39
34
  LoginFlow["RegisterQuickLogin"] = "registerQuickLogin";
40
35
  })(LoginFlow || (exports.LoginFlow = LoginFlow = {}));
41
-
42
36
  let QuickLoginStrategy;
43
37
  exports.QuickLoginStrategy = QuickLoginStrategy;
44
-
45
38
  (function (QuickLoginStrategy) {
46
39
  QuickLoginStrategy["Internal"] = "internal";
47
40
  QuickLoginStrategy["UsbKey"] = "usb-key";