ouisys-engine 2.1.76 → 3.0.2
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/.eslintrc.js +0 -2
- package/.nvmrc +1 -1
- package/dist/@types/window.d.js +5 -1
- package/dist/api/index.js +80 -48
- package/dist/common-types/AppThunk.js +5 -1
- package/dist/common-types/Either.js +5 -1
- package/dist/common-types/IError.js +5 -1
- package/dist/common-types/ITracker.js +3 -0
- package/dist/common-types/IVisitor.js +5 -1
- package/dist/common-types/RemoteDataState.js +3 -3
- package/dist/ips/tryGetIPRangeName.js +37 -5
- package/dist/pacman/index.js +16 -14
- package/dist/pacman/queryString.js +12 -10
- package/dist/reducers/click2smsFlow/Click2smsTypes.js +5 -1
- package/dist/reducers/click2smsFlow/IClick2smsConstants.js +5 -1
- package/dist/reducers/click2smsFlow/index.d.ts +1 -1
- package/dist/reducers/click2smsFlow/index.js +41 -25
- package/dist/reducers/click2smsFlow/utils.js +53 -31
- package/dist/reducers/moFlow/IMoConstants.js +5 -1
- package/dist/reducers/moFlow/MoTypes.js +5 -1
- package/dist/reducers/moFlow/index.d.ts +1 -1
- package/dist/reducers/moFlow/index.js +41 -25
- package/dist/reducers/moFlow/utils.js +57 -39
- package/dist/reducers/moRedirFlow/IMoRedirConstants.js +5 -1
- package/dist/reducers/moRedirFlow/MoRedirTypes.js +5 -1
- package/dist/reducers/moRedirFlow/index.d.ts +1 -1
- package/dist/reducers/moRedirFlow/index.js +37 -19
- package/dist/reducers/moRedirFlow/utils.js +48 -32
- package/dist/reducers/oneClickFlow/IOneClickConstants.js +5 -1
- package/dist/reducers/oneClickFlow/OneClickTypes.js +5 -1
- package/dist/reducers/oneClickFlow/index.d.ts +1 -1
- package/dist/reducers/oneClickFlow/index.js +44 -28
- package/dist/reducers/oneClickFlow/utils.js +49 -35
- package/dist/reducers/pinFlow/IPinConstants.js +5 -1
- package/dist/reducers/pinFlow/PinTypes.d.ts +1 -0
- package/dist/reducers/pinFlow/PinTypes.js +5 -1
- package/dist/reducers/pinFlow/index.d.ts +1 -1
- package/dist/reducers/pinFlow/index.js +75 -47
- package/dist/reducers/pinFlow/utils.js +63 -47
- package/dist/reducers/strategy/IStategyActionContants.js +5 -1
- package/dist/reducers/strategy/StrategyTypes.d.ts +4 -2
- package/dist/reducers/strategy/StrategyTypes.js +5 -1
- package/dist/reducers/strategy/index.d.ts +2 -2
- package/dist/reducers/strategy/index.js +67 -45
- package/dist/reducers/strategy/strategies/ask_mobile_number.js +39 -23
- package/dist/reducers/strategy/strategies/ask_operator.js +41 -25
- package/dist/reducers/strategy/strategies/detect_operator_by_ip.js +50 -33
- package/dist/reducers/strategy/strategies/header_enrichment.js +42 -24
- package/dist/reducers/strategy/utils.js +72 -54
- package/dist/reducers/ussdFlow/IUssdConstants.js +5 -1
- package/dist/reducers/ussdFlow/UssdTypes.js +5 -1
- package/dist/reducers/ussdFlow/index.d.ts +1 -1
- package/dist/reducers/ussdFlow/index.js +41 -25
- package/dist/reducers/ussdFlow/utils.js +53 -35
- package/dist/store/index.js +16 -16
- package/dist/utilities/handleSubmitNumber.js +6 -6
- package/dist/utilities/index.d.ts +2 -0
- package/dist/utilities/index.js +25 -3
- package/package.json +63 -58
- package/prettier.config.js +1 -1
- package/src/reducers/pinFlow/PinTypes.ts +2 -1
- package/src/reducers/pinFlow/index.ts +12 -1
- package/src/reducers/pinFlow/utils.ts +0 -1
- package/src/reducers/strategy/StrategyTypes.ts +4 -2
- package/src/reducers/strategy/index.ts +6 -3
- package/src/reducers/strategy/strategies/detect_operator_by_ip.ts +0 -1
- package/src/utilities/index.ts +88 -1
- package/tsconfig.json +1 -1
|
@@ -1,47 +1,61 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
|
-
require("core-js/modules/es.
|
|
5
|
+
require("core-js/modules/es.object.keys.js");
|
|
6
6
|
|
|
7
|
-
require("core-js/modules/es.symbol.
|
|
7
|
+
require("core-js/modules/es.symbol.js");
|
|
8
8
|
|
|
9
|
-
require("core-js/modules/es.
|
|
9
|
+
require("core-js/modules/es.array.filter.js");
|
|
10
10
|
|
|
11
|
-
require("core-js/modules/es.
|
|
11
|
+
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
12
12
|
|
|
13
|
-
require("core-js/modules/
|
|
13
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
|
14
14
|
|
|
15
|
-
require("core-js/modules/es.object.get-own-property-
|
|
15
|
+
require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
16
16
|
|
|
17
|
-
require("core-js/modules/es.
|
|
17
|
+
require("core-js/modules/es.symbol.description.js");
|
|
18
18
|
|
|
19
|
-
require("core-js/modules/es.
|
|
19
|
+
require("core-js/modules/es.symbol.iterator.js");
|
|
20
20
|
|
|
21
|
-
require("core-js/modules/es.
|
|
21
|
+
require("core-js/modules/es.array.iterator.js");
|
|
22
22
|
|
|
23
|
-
require("core-js/modules/es.
|
|
23
|
+
require("core-js/modules/es.string.iterator.js");
|
|
24
24
|
|
|
25
|
-
require("core-js/modules/
|
|
25
|
+
require("core-js/modules/web.dom-collections.iterator.js");
|
|
26
26
|
|
|
27
|
-
require("core-js/modules/es.
|
|
27
|
+
require("core-js/modules/es.symbol.async-iterator.js");
|
|
28
28
|
|
|
29
|
-
require("core-js/modules/
|
|
29
|
+
require("core-js/modules/es.symbol.to-string-tag.js");
|
|
30
30
|
|
|
31
|
-
require("core-js/modules/
|
|
31
|
+
require("core-js/modules/es.json.to-string-tag.js");
|
|
32
|
+
|
|
33
|
+
require("core-js/modules/es.math.to-string-tag.js");
|
|
34
|
+
|
|
35
|
+
require("core-js/modules/es.object.get-prototype-of.js");
|
|
36
|
+
|
|
37
|
+
require("core-js/modules/es.function.name.js");
|
|
38
|
+
|
|
39
|
+
require("core-js/modules/es.object.set-prototype-of.js");
|
|
40
|
+
|
|
41
|
+
require("core-js/modules/es.array.slice.js");
|
|
42
|
+
|
|
43
|
+
require("core-js/modules/es.weak-map.js");
|
|
32
44
|
|
|
33
45
|
Object.defineProperty(exports, "__esModule", {
|
|
34
46
|
value: true
|
|
35
47
|
});
|
|
36
|
-
exports.
|
|
37
|
-
exports.reSubmitMSISDNAction = reSubmitMSISDNAction;
|
|
38
|
-
exports.submitPinAction = submitPinAction;
|
|
39
|
-
exports.mockPinFlow = mockPinFlow;
|
|
48
|
+
exports.PinFlowActionMaps = void 0;
|
|
40
49
|
exports.backToStart = backToStart;
|
|
41
50
|
exports.default = PinFlowReducer;
|
|
42
|
-
exports.
|
|
51
|
+
exports.mockPinFlow = mockPinFlow;
|
|
52
|
+
exports.reSubmitMSISDNAction = reSubmitMSISDNAction;
|
|
53
|
+
exports.submitMSISDNAction = submitMSISDNAction;
|
|
54
|
+
exports.submitPinAction = submitPinAction;
|
|
43
55
|
|
|
44
|
-
require("
|
|
56
|
+
require("core-js/modules/es.object.to-string.js");
|
|
57
|
+
|
|
58
|
+
require("core-js/modules/es.promise.js");
|
|
45
59
|
|
|
46
60
|
var RDS = _interopRequireWildcard(require("../../common-types/RemoteDataState"));
|
|
47
61
|
|
|
@@ -49,13 +63,19 @@ var _utils = _interopRequireWildcard(require("./utils"));
|
|
|
49
63
|
|
|
50
64
|
var _strategy = require("../strategy");
|
|
51
65
|
|
|
52
|
-
|
|
66
|
+
var _utilities = require("../../utilities");
|
|
67
|
+
|
|
68
|
+
var _utils2 = require("../strategy/utils");
|
|
53
69
|
|
|
54
|
-
function
|
|
70
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
55
71
|
|
|
56
|
-
function
|
|
72
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
57
73
|
|
|
58
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
74
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
75
|
+
|
|
76
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
77
|
+
|
|
78
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
59
79
|
|
|
60
80
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
61
81
|
|
|
@@ -63,12 +83,19 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
63
83
|
|
|
64
84
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
65
85
|
|
|
66
|
-
|
|
86
|
+
var getConfigByMsisdnPrefix = function getConfigByMsisdnPrefix(msisdn) {
|
|
87
|
+
var operatorByPrefix = (0, _utilities.getSAOperatorByMsisdnPrefix)(msisdn);
|
|
88
|
+
var flowObj = (0, _utils2.determineFlowByOperator)(operatorByPrefix);
|
|
89
|
+
return flowObj.flowConfig;
|
|
90
|
+
}; //ACTION CREATORS
|
|
91
|
+
|
|
92
|
+
|
|
67
93
|
function submitMSISDNAction(msisdn, extraParams) {
|
|
68
94
|
return /*#__PURE__*/function () {
|
|
69
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/
|
|
70
|
-
var currentState, pinFlowCurrentState, config, pinMaxLengthByOp, msisdnSubmissionResult, operator, errorType;
|
|
71
|
-
|
|
95
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(dispatch, store) {
|
|
96
|
+
var currentState, pinFlowCurrentState, _currentState$result, configByStrategy, isUseMsisdnPrefix, config, pinMaxLengthByOp, msisdnSubmissionResult, operator, errorType;
|
|
97
|
+
|
|
98
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
72
99
|
while (1) {
|
|
73
100
|
switch (_context.prev = _context.next) {
|
|
74
101
|
case 0:
|
|
@@ -76,17 +103,18 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
76
103
|
pinFlowCurrentState = store().pinFlow.currentState;
|
|
77
104
|
|
|
78
105
|
if (!(currentState.type === "PIN")) {
|
|
79
|
-
_context.next =
|
|
106
|
+
_context.next = 26;
|
|
80
107
|
break;
|
|
81
108
|
}
|
|
82
109
|
|
|
83
|
-
|
|
110
|
+
_currentState$result = currentState.result, configByStrategy = _currentState$result.config, isUseMsisdnPrefix = _currentState$result.isUseMsisdnPrefix;
|
|
111
|
+
config = isUseMsisdnPrefix ? getConfigByMsisdnPrefix(msisdn) : configByStrategy;
|
|
84
112
|
pinMaxLengthByOp = {
|
|
85
113
|
"SA_MOBILY": 6,
|
|
86
114
|
"SA_STC": 4,
|
|
87
115
|
"SA_ZAIN": 6
|
|
88
116
|
};
|
|
89
|
-
_context.prev =
|
|
117
|
+
_context.prev = 6;
|
|
90
118
|
dispatch({
|
|
91
119
|
type: "PIN_FLOW_MSISDN_SUBMIT",
|
|
92
120
|
payload: _objectSpread(_objectSpread({}, pinFlowCurrentState), {}, {
|
|
@@ -99,10 +127,10 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
99
127
|
msisdn: msisdn
|
|
100
128
|
});
|
|
101
129
|
|
|
102
|
-
_context.next =
|
|
130
|
+
_context.next = 11;
|
|
103
131
|
return (0, _utils.default)(window, config, msisdn, extraParams);
|
|
104
132
|
|
|
105
|
-
case
|
|
133
|
+
case 11:
|
|
106
134
|
msisdnSubmissionResult = _context.sent;
|
|
107
135
|
operator = msisdnSubmissionResult.type == "SingleMSISDNSubmissionResult" ? msisdnSubmissionResult.operator : "";
|
|
108
136
|
dispatch({
|
|
@@ -131,12 +159,12 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
131
159
|
}
|
|
132
160
|
})
|
|
133
161
|
});
|
|
134
|
-
_context.next =
|
|
162
|
+
_context.next = 24;
|
|
135
163
|
break;
|
|
136
164
|
|
|
137
|
-
case
|
|
138
|
-
_context.prev =
|
|
139
|
-
_context.t0 = _context["catch"](
|
|
165
|
+
case 18:
|
|
166
|
+
_context.prev = 18;
|
|
167
|
+
_context.t0 = _context["catch"](6);
|
|
140
168
|
console.warn(_context.t0);
|
|
141
169
|
errorType = "AlreadySubscribed" === _context.t0.type ? "AlreadySubscribed" : "InvalidMSISDN" === _context.t0.type ? "InvalidMSISDN" : "UnknownError";
|
|
142
170
|
|
|
@@ -157,11 +185,11 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
157
185
|
})
|
|
158
186
|
});
|
|
159
187
|
|
|
160
|
-
case
|
|
161
|
-
_context.next =
|
|
188
|
+
case 24:
|
|
189
|
+
_context.next = 29;
|
|
162
190
|
break;
|
|
163
191
|
|
|
164
|
-
case
|
|
192
|
+
case 26:
|
|
165
193
|
dispatch({
|
|
166
194
|
type: "PIN_FLOW_MSISDN_SUBMIT_ERROR",
|
|
167
195
|
payload: _objectSpread(_objectSpread({}, pinFlowCurrentState), {}, {
|
|
@@ -180,12 +208,12 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
180
208
|
|
|
181
209
|
throw "Unexpected state";
|
|
182
210
|
|
|
183
|
-
case
|
|
211
|
+
case 29:
|
|
184
212
|
case "end":
|
|
185
213
|
return _context.stop();
|
|
186
214
|
}
|
|
187
215
|
}
|
|
188
|
-
}, _callee, null, [[
|
|
216
|
+
}, _callee, null, [[6, 18]]);
|
|
189
217
|
}));
|
|
190
218
|
|
|
191
219
|
return function (_x, _x2) {
|
|
@@ -196,9 +224,9 @@ function submitMSISDNAction(msisdn, extraParams) {
|
|
|
196
224
|
|
|
197
225
|
function reSubmitMSISDNAction(msisdn, extraParams) {
|
|
198
226
|
return /*#__PURE__*/function () {
|
|
199
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/
|
|
227
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(dispatch, store) {
|
|
200
228
|
var currentState, pinFlowCurrentState, config, msisdnSubmissionResult, errorType;
|
|
201
|
-
return
|
|
229
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
202
230
|
while (1) {
|
|
203
231
|
switch (_context2.prev = _context2.next) {
|
|
204
232
|
case 0:
|
|
@@ -322,9 +350,9 @@ function reSubmitMSISDNAction(msisdn, extraParams) {
|
|
|
322
350
|
|
|
323
351
|
function submitPinAction(msisdn, pin, extraParams) {
|
|
324
352
|
return /*#__PURE__*/function () {
|
|
325
|
-
var _ref3 = _asyncToGenerator( /*#__PURE__*/
|
|
353
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(dispatch, store) {
|
|
326
354
|
var currentState, pinFlowCurrentState, config, result, errorType;
|
|
327
|
-
return
|
|
355
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
328
356
|
while (1) {
|
|
329
357
|
switch (_context3.prev = _context3.next) {
|
|
330
358
|
case 0:
|
|
@@ -1,58 +1,72 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof";
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
4
|
|
|
5
|
-
require("core-js/modules/es.symbol");
|
|
5
|
+
require("core-js/modules/es.symbol.js");
|
|
6
6
|
|
|
7
|
-
require("core-js/modules/es.
|
|
7
|
+
require("core-js/modules/es.array.filter.js");
|
|
8
8
|
|
|
9
|
-
require("core-js/modules/es.
|
|
9
|
+
require("core-js/modules/es.object.get-own-property-descriptor.js");
|
|
10
10
|
|
|
11
|
-
require("core-js/modules/
|
|
11
|
+
require("core-js/modules/web.dom-collections.for-each.js");
|
|
12
12
|
|
|
13
|
-
require("core-js/modules/es.
|
|
13
|
+
require("core-js/modules/es.object.get-own-property-descriptors.js");
|
|
14
14
|
|
|
15
|
-
require("core-js/modules/es.
|
|
15
|
+
require("core-js/modules/es.symbol.description.js");
|
|
16
16
|
|
|
17
|
-
require("core-js/modules/es.
|
|
17
|
+
require("core-js/modules/es.symbol.iterator.js");
|
|
18
18
|
|
|
19
|
-
require("core-js/modules/es.
|
|
19
|
+
require("core-js/modules/es.symbol.async-iterator.js");
|
|
20
20
|
|
|
21
|
-
require("core-js/modules/es.
|
|
21
|
+
require("core-js/modules/es.symbol.to-string-tag.js");
|
|
22
22
|
|
|
23
|
-
require("core-js/modules/es.
|
|
23
|
+
require("core-js/modules/es.json.to-string-tag.js");
|
|
24
24
|
|
|
25
|
-
require("core-js/modules/es.
|
|
25
|
+
require("core-js/modules/es.math.to-string-tag.js");
|
|
26
26
|
|
|
27
|
-
require("core-js/modules/es.object.
|
|
27
|
+
require("core-js/modules/es.object.get-prototype-of.js");
|
|
28
28
|
|
|
29
|
-
require("core-js/modules/es.
|
|
29
|
+
require("core-js/modules/es.function.name.js");
|
|
30
30
|
|
|
31
|
-
require("core-js/modules/es.
|
|
31
|
+
require("core-js/modules/es.object.set-prototype-of.js");
|
|
32
32
|
|
|
33
|
-
require("core-js/modules/es.
|
|
33
|
+
require("core-js/modules/es.array.slice.js");
|
|
34
34
|
|
|
35
|
-
require("core-js/modules/es.
|
|
36
|
-
|
|
37
|
-
require("core-js/modules/es.string.match");
|
|
38
|
-
|
|
39
|
-
require("core-js/modules/es.string.search");
|
|
40
|
-
|
|
41
|
-
require("core-js/modules/es.weak-map");
|
|
42
|
-
|
|
43
|
-
require("core-js/modules/web.dom-collections.for-each");
|
|
44
|
-
|
|
45
|
-
require("core-js/modules/web.dom-collections.iterator");
|
|
35
|
+
require("core-js/modules/es.weak-map.js");
|
|
46
36
|
|
|
47
37
|
Object.defineProperty(exports, "__esModule", {
|
|
48
38
|
value: true
|
|
49
39
|
});
|
|
50
40
|
exports.default = submitMSISDN;
|
|
51
41
|
exports.loadMcpShield = loadMcpShield;
|
|
42
|
+
exports.mockedPINState = exports.mockedMSISDNEntryFailure = exports.mockedCompletedState = void 0;
|
|
52
43
|
exports.submitPIN = submitPIN;
|
|
53
|
-
exports.mockedMSISDNEntryFailure = exports.mockedCompletedState = exports.mockedPINState = void 0;
|
|
54
44
|
|
|
55
|
-
require("
|
|
45
|
+
require("core-js/modules/es.object.to-string.js");
|
|
46
|
+
|
|
47
|
+
require("core-js/modules/es.promise.js");
|
|
48
|
+
|
|
49
|
+
require("core-js/modules/es.array.join.js");
|
|
50
|
+
|
|
51
|
+
require("core-js/modules/es.regexp.exec.js");
|
|
52
|
+
|
|
53
|
+
require("core-js/modules/es.string.match.js");
|
|
54
|
+
|
|
55
|
+
require("core-js/modules/es.string.search.js");
|
|
56
|
+
|
|
57
|
+
require("core-js/modules/es.array.map.js");
|
|
58
|
+
|
|
59
|
+
require("core-js/modules/es.object.keys.js");
|
|
60
|
+
|
|
61
|
+
require("core-js/modules/es.array.concat.js");
|
|
62
|
+
|
|
63
|
+
require("core-js/modules/es.array.iterator.js");
|
|
64
|
+
|
|
65
|
+
require("core-js/modules/es.string.iterator.js");
|
|
66
|
+
|
|
67
|
+
require("core-js/modules/web.dom-collections.iterator.js");
|
|
68
|
+
|
|
69
|
+
require("core-js/modules/es.array.find.js");
|
|
56
70
|
|
|
57
71
|
var RDS = _interopRequireWildcard(require("../../common-types/RemoteDataState"));
|
|
58
72
|
|
|
@@ -62,13 +76,15 @@ var _loadScriptInnerHtml = _interopRequireDefault(require("../../utilities/loadS
|
|
|
62
76
|
|
|
63
77
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
64
78
|
|
|
65
|
-
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var
|
|
79
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
80
|
+
|
|
81
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
66
82
|
|
|
67
|
-
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
83
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
68
84
|
|
|
69
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
85
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
70
86
|
|
|
71
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
87
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
72
88
|
|
|
73
89
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
74
90
|
|
|
@@ -81,9 +97,9 @@ function submitMSISDN(_x, _x2, _x3, _x4) {
|
|
|
81
97
|
}
|
|
82
98
|
|
|
83
99
|
function _submitMSISDN() {
|
|
84
|
-
_submitMSISDN = _asyncToGenerator( /*#__PURE__*/
|
|
100
|
+
_submitMSISDN = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(window, maybeConfig, internationalMSISDN, extraParams) {
|
|
85
101
|
var config;
|
|
86
|
-
return
|
|
102
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
87
103
|
while (1) {
|
|
88
104
|
switch (_context.prev = _context.next) {
|
|
89
105
|
case 0:
|
|
@@ -122,9 +138,9 @@ function loadMcpShield(_x5, _x6) {
|
|
|
122
138
|
}
|
|
123
139
|
|
|
124
140
|
function _loadMcpShield() {
|
|
125
|
-
_loadMcpShield = _asyncToGenerator( /*#__PURE__*/
|
|
141
|
+
_loadMcpShield = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(window, config) {
|
|
126
142
|
var slug, country, device, host, offer, rockmanId, mcpShieldResult;
|
|
127
|
-
return
|
|
143
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
128
144
|
while (1) {
|
|
129
145
|
switch (_context2.prev = _context2.next) {
|
|
130
146
|
case 0:
|
|
@@ -176,9 +192,9 @@ function submitMSISDNOnce(_x7, _x8, _x9, _x10) {
|
|
|
176
192
|
}
|
|
177
193
|
|
|
178
194
|
function _submitMSISDNOnce() {
|
|
179
|
-
_submitMSISDNOnce = _asyncToGenerator( /*#__PURE__*/
|
|
195
|
+
_submitMSISDNOnce = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(window, config, internationalMSISDN, extraParams) {
|
|
180
196
|
var submissionError, msisdn, rockmanId, supportedSlugs, identifiedUser, slug, country, device, offer, host, search, extraParamsQs, uniqid, result, error, kwCodesWithMcpShied, mcpShieldResult;
|
|
181
|
-
return
|
|
197
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
182
198
|
while (1) {
|
|
183
199
|
switch (_context3.prev = _context3.next) {
|
|
184
200
|
case 0:
|
|
@@ -192,8 +208,8 @@ function _submitMSISDNOnce() {
|
|
|
192
208
|
throw submissionError;
|
|
193
209
|
|
|
194
210
|
case 4:
|
|
195
|
-
msisdn = !!extraParams && extraParams["skip-validation"] === "1"
|
|
196
|
-
internationalMSISDN : internationalMSISDN.match(/\d+/gi).join(''); // tallyman API expects international msisdn without any special character
|
|
211
|
+
msisdn = !!extraParams && extraParams["skip-validation"] === "1" //Special case Digital Virgo sents encrypted msisdn we dont need to validate is
|
|
212
|
+
? internationalMSISDN : internationalMSISDN.match(/\d+/gi).join(''); // tallyman API expects international msisdn without any special character
|
|
197
213
|
|
|
198
214
|
rockmanId = window.pac_analytics.visitor.rockmanId; // HARDCODING This for now if the concerpt works we move this to configs
|
|
199
215
|
|
|
@@ -304,17 +320,17 @@ function submitMSISDNForMultipleOperators(_x11, _x12, _x13, _x14, _x15) {
|
|
|
304
320
|
}
|
|
305
321
|
|
|
306
322
|
function _submitMSISDNForMultipleOperators() {
|
|
307
|
-
_submitMSISDNForMultipleOperators = _asyncToGenerator( /*#__PURE__*/
|
|
323
|
+
_submitMSISDNForMultipleOperators = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(window, config, internationalMSISDN, operators, extraParams) {
|
|
308
324
|
var results, alreadySubscribed;
|
|
309
|
-
return
|
|
325
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
310
326
|
while (1) {
|
|
311
327
|
switch (_context5.prev = _context5.next) {
|
|
312
328
|
case 0:
|
|
313
329
|
_context5.next = 2;
|
|
314
330
|
return Promise.all(operators.map( /*#__PURE__*/function () {
|
|
315
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/
|
|
331
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(o) {
|
|
316
332
|
var singleResult;
|
|
317
|
-
return
|
|
333
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
318
334
|
while (1) {
|
|
319
335
|
switch (_context4.prev = _context4.next) {
|
|
320
336
|
case 0:
|
|
@@ -392,10 +408,10 @@ function submitPIN(_x16, _x17, _x18, _x19) {
|
|
|
392
408
|
}
|
|
393
409
|
|
|
394
410
|
function _submitPIN() {
|
|
395
|
-
_submitPIN = _asyncToGenerator( /*#__PURE__*/
|
|
411
|
+
_submitPIN = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(window, pin, config, extraParams) {
|
|
396
412
|
var slug, country, device, host, offer, extraParamsQs, rockmanId, emptyPinError, uniqid, evinaTid, pinResult, pinErrorTypeMap, errorMessage, pinError, check, checkResult, isAlreadySubscribed, _pinError, _isAlreadySubscribed;
|
|
397
413
|
|
|
398
|
-
return
|
|
414
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
399
415
|
while (1) {
|
|
400
416
|
switch (_context6.prev = _context6.next) {
|
|
401
417
|
case 0:
|
|
@@ -2,9 +2,9 @@ import * as RDS from "../../common-types/RemoteDataState";
|
|
|
2
2
|
import { AppThunk } from "../../common-types/AppThunk";
|
|
3
3
|
export declare type IIdentifyResult = {
|
|
4
4
|
operator: string;
|
|
5
|
-
flow
|
|
5
|
+
flow?: string;
|
|
6
6
|
success: boolean;
|
|
7
|
-
rockman_id
|
|
7
|
+
rockman_id?: string;
|
|
8
8
|
message?: string;
|
|
9
9
|
};
|
|
10
10
|
export declare type ConfigDetails = {
|
|
@@ -40,6 +40,7 @@ export declare type StrategyConfig = {
|
|
|
40
40
|
[key: string]: IFlow;
|
|
41
41
|
};
|
|
42
42
|
default: IFlow;
|
|
43
|
+
isUseMsisdnPrefix?: boolean;
|
|
43
44
|
};
|
|
44
45
|
export declare type IStrategy = {
|
|
45
46
|
strategy: IStrategyNames;
|
|
@@ -65,6 +66,7 @@ export declare type IdentifyFlowOptionsResult<F> = {
|
|
|
65
66
|
rockman_id?: string;
|
|
66
67
|
isHeaderEnrichmentSuccess?: boolean;
|
|
67
68
|
autoRedirect?: boolean;
|
|
69
|
+
isUseMsisdnPrefix?: boolean;
|
|
68
70
|
};
|
|
69
71
|
export declare type IDENTIFYMSISDNEntrySuccess = {};
|
|
70
72
|
export declare type OPERATORSelectFailure = {};
|
|
@@ -8,6 +8,6 @@ export declare function checkSubscriptionAction(trackingArgs: {
|
|
|
8
8
|
action: string;
|
|
9
9
|
args?: any;
|
|
10
10
|
}): AppThunk;
|
|
11
|
-
export declare function genericHandler<S, P>(state: S, payload: P):
|
|
11
|
+
export declare function genericHandler<S, P>(state: S, payload: P): S;
|
|
12
12
|
export declare const StrategyFlowActionMaps: IStrategyActionMaps;
|
|
13
|
-
export default function StrategyReducer(state: IStrategyReducerState, action: IStrategyActions):
|
|
13
|
+
export default function StrategyReducer(state: IStrategyReducerState, action: IStrategyActions): IStrategyReducerState;
|