indigitall-web-sdk 4.4.0 → 4.4.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/src/Indigitall.js CHANGED
@@ -321,7 +321,7 @@ var Indigitall = /*#__PURE__*/function () {
321
321
  */
322
322
  }, {
323
323
  key: "topicsUnsubscribe",
324
- value: function () {
324
+ value: (function () {
325
325
  var _topicsUnsubscribe = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee9(topicsCodes, success, error) {
326
326
  var _this4 = this;
327
327
  return _regeneratorRuntime().wrap(function _callee9$(_context9) {
@@ -362,7 +362,7 @@ var Indigitall = /*#__PURE__*/function () {
362
362
  return _topicsUnsubscribe.apply(this, arguments);
363
363
  }
364
364
  return topicsUnsubscribe;
365
- }()
365
+ }())
366
366
  }, {
367
367
  key: "pushTopicsUnsubscribe",
368
368
  value: function pushTopicsUnsubscribe(topicsCodes, inAppTopics, success, error) {
@@ -480,7 +480,7 @@ var Indigitall = /*#__PURE__*/function () {
480
480
  */
481
481
  }, {
482
482
  key: "setExternalId",
483
- value: function () {
483
+ value: (function () {
484
484
  var _setExternalId = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee14(externalId, success, error) {
485
485
  return _regeneratorRuntime().wrap(function _callee14$(_context14) {
486
486
  while (1) switch (_context14.prev = _context14.next) {
@@ -507,6 +507,7 @@ var Indigitall = /*#__PURE__*/function () {
507
507
  * @param {Function} error A callback function when is error
508
508
  *
509
509
  */
510
+ )
510
511
  }, {
511
512
  key: "logIn",
512
513
  value: function logIn(externalCode, success, error) {
@@ -677,7 +678,7 @@ var Indigitall = /*#__PURE__*/function () {
677
678
  */
678
679
  }, {
679
680
  key: "showInAppWithConfig",
680
- value: function () {
681
+ value: (function () {
681
682
  var _showInAppWithConfig = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee16(config, onShowTimeFinished, didExpired, didShowManyTimes, didClickOut, didDismissForever, didClicked, success, error, didFormError, didFormSubmit) {
682
683
  return _regeneratorRuntime().wrap(function _callee16$(_context16) {
683
684
  while (1) switch (_context16.prev = _context16.next) {
@@ -705,6 +706,7 @@ var Indigitall = /*#__PURE__*/function () {
705
706
  * @param {Function} error A callback function when is error
706
707
  *
707
708
  */
709
+ )
708
710
  }, {
709
711
  key: "showMultipleInApp",
710
712
  value: function showMultipleInApp(inAppCodeList, divList, success, error) {
@@ -727,7 +729,7 @@ var Indigitall = /*#__PURE__*/function () {
727
729
  */
728
730
  }, {
729
731
  key: "showMultipleInAppWithConfig",
730
- value: function () {
732
+ value: (function () {
731
733
  var _showMultipleInAppWithConfig = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee17(config, onShowTimeFinished, didExpired, didShowManyTimes, didClickOut, didDismissForever, didClicked, success, error, didFormError, didFormSubmit) {
732
734
  return _regeneratorRuntime().wrap(function _callee17$(_context17) {
733
735
  while (1) switch (_context17.prev = _context17.next) {
@@ -754,6 +756,7 @@ var Indigitall = /*#__PURE__*/function () {
754
756
  * @param {Function} error A callback function when is error
755
757
  *
756
758
  */
759
+ )
757
760
  }, {
758
761
  key: "getInboxMessagesCount",
759
762
  value: function getInboxMessagesCount(auth, success, error) {