@apps-in-toss/web-framework 1.7.0 → 1.7.1

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.
@@ -153181,7 +153181,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
153181
153181
  var _default = exports.default = _framework.AppsInToss.registerApp(AppContainer, {
153182
153182
  context: _context.context
153183
153183
  });
153184
- },1255,[1256,2629,9],"react-native/src/_app.tsx");
153184
+ },1255,[1256,2628,9],"react-native/src/_app.tsx");
153185
153185
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
153186
153186
  "use strict";
153187
153187
 
@@ -156001,10 +156001,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156001
156001
  options: options
156002
156002
  });
156003
156003
  },
156004
- loadAdMobInterstitialAd: import_native_modules23.GoogleAdMob.loadAdMobInterstitialAd,
156005
- showAdMobInterstitialAd: import_native_modules23.GoogleAdMob.showAdMobInterstitialAd,
156006
- loadAdMobRewardedAd: import_native_modules23.GoogleAdMob.loadAdMobRewardedAd,
156007
- showAdMobRewardedAd: import_native_modules23.GoogleAdMob.showAdMobRewardedAd,
156008
156004
  loadAppsInTossAdMob: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob,
156009
156005
  showAppsInTossAdMob: import_native_modules23.GoogleAdMob.showAppsInTossAdMob,
156010
156006
  loadFullScreenAd: loadFullScreenAdForWeb,
@@ -156014,17 +156010,13 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156014
156010
  requestOneTimePurchase: import_native_modules23.requestOneTimePurchase
156015
156011
  }),
156016
156012
  constantHandlerMap: Object.assign({}, appsInTossConstantBridges, {
156017
- getSafeAreaTop: function getSafeAreaTop() {
156018
- return top;
156019
- },
156020
- getSafeAreaBottom: function getSafeAreaBottom() {
156021
- return bottom;
156022
- },
156023
- getSafeAreaLeft: function getSafeAreaLeft() {
156024
- return insets.left;
156025
- },
156026
- getSafeAreaRight: function getSafeAreaRight() {
156027
- return insets.right;
156013
+ getSafeAreaInsets: function getSafeAreaInsets() {
156014
+ return {
156015
+ top: top,
156016
+ bottom: bottom,
156017
+ left: insets.left,
156018
+ right: insets.right
156019
+ };
156028
156020
  }
156029
156021
  }, Object.fromEntries(Object.entries(global2).map(function (_ref91) {
156030
156022
  var _ref92 = _slicedToArray(_ref91, 2),
@@ -156034,10 +156026,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156034
156026
  return value;
156035
156027
  }];
156036
156028
  })), {
156037
- loadAdMobInterstitialAd_isSupported: import_native_modules23.GoogleAdMob.loadAdMobInterstitialAd.isSupported,
156038
- showAdMobInterstitialAd_isSupported: import_native_modules23.GoogleAdMob.showAdMobInterstitialAd.isSupported,
156039
- loadAdMobRewardedAd_isSupported: import_native_modules23.GoogleAdMob.loadAdMobRewardedAd.isSupported,
156040
- showAdMobRewardedAd_isSupported: import_native_modules23.GoogleAdMob.showAdMobRewardedAd.isSupported,
156041
156029
  loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
156042
156030
  showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
156043
156031
  loadFullScreenAd_isSupported: loadFullScreenAdForWeb.isSupported,
@@ -156155,7 +156143,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
156155
156143
  onShouldStartLoadWithRequest: function onShouldStartLoadWithRequest(event) {
156156
156144
  try {
156157
156145
  var url = new URL(event.url);
156158
- if (["https:", "http:"].includes(url.protocol)) {
156146
+ if (["https:", "http:"].includes(url.protocol) || url.href === "about:blank") {
156159
156147
  return true;
156160
156148
  } else {
156161
156149
  var _convertIntentURL;
@@ -157318,10 +157306,18 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157318
157306
  }(import_react_native5.GraniteEventDefinition);
157319
157307
  var _appsInTossEvent = new import_react_native6.GraniteEvent([new UpdateLocationEvent(), new AppBridgeCallbackEvent(), new VisibilityChangedByTransparentServiceWebEvent()]);
157320
157308
  var import_es_toolkit = _$$_REQUIRE(_dependencyMap[11], "es-toolkit");
157309
+ var import_react_native7 = _$$_REQUIRE(_dependencyMap[8], "@granite-js/react-native");
157310
+ function getReferrer() {
157311
+ try {
157312
+ return new URL((0, import_react_native7.getSchemeUri)()).searchParams.get("referrer");
157313
+ } catch (_unused) {
157314
+ return null;
157315
+ }
157316
+ }
157321
157317
  function _getOperationalEnvironment() {
157322
157318
  return _AppsInTossModule.operationalEnvironment;
157323
157319
  }
157324
- var import_react_native7 = _$$_REQUIRE(_dependencyMap[10], "react-native");
157320
+ var import_react_native8 = _$$_REQUIRE(_dependencyMap[10], "react-native");
157325
157321
  var SEMVER_REGEX = /^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-([\da-z\\-]+(?:\.[\da-z\\-]+)*))?(?:\+[\da-z\\-]+(?:\.[\da-z\\-]+)*)?)?)?$/i;
157326
157322
  var isWildcard = function isWildcard(val) {
157327
157323
  return ["*", "x", "X"].includes(val);
@@ -157404,7 +157400,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157404
157400
  return true;
157405
157401
  }
157406
157402
  var currentVersion = _AppsInTossModule.tossAppVersion;
157407
- var isIOS = import_react_native7.Platform.OS === "ios";
157403
+ var isIOS = import_react_native8.Platform.OS === "ios";
157408
157404
  var minVersion = isIOS ? minVersions.ios : minVersions.android;
157409
157405
  if (minVersion === void 0) {
157410
157406
  return false;
@@ -157417,167 +157413,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157417
157413
  }
157418
157414
  return compareVersions(currentVersion, minVersion) >= 0;
157419
157415
  }
157420
- function loadAdMobInterstitialAd(params) {
157421
- if (!loadAdMobInterstitialAd.isSupported()) {
157422
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157423
- return import_es_toolkit.noop;
157424
- }
157425
- var onEvent = params.onEvent,
157426
- onError = params.onError,
157427
- options = params.options;
157428
- var unregisterCallbacks = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("loadAdMobInterstitialAd", options, {
157429
- onAdClicked: function onAdClicked() {
157430
- onEvent({
157431
- type: "clicked"
157432
- });
157433
- },
157434
- onAdDismissed: function onAdDismissed() {
157435
- onEvent({
157436
- type: "dismissed"
157437
- });
157438
- },
157439
- onAdFailedToShow: function onAdFailedToShow() {
157440
- onEvent({
157441
- type: "failedToShow"
157442
- });
157443
- },
157444
- onAdImpression: function onAdImpression() {
157445
- onEvent({
157446
- type: "impression"
157447
- });
157448
- },
157449
- onAdShow: function onAdShow() {
157450
- onEvent({
157451
- type: "show"
157452
- });
157453
- },
157454
- onSuccess: function onSuccess(result) {
157455
- return onEvent({
157456
- type: "loaded",
157457
- data: result
157458
- });
157459
- },
157460
- onError: onError
157461
- });
157462
- return unregisterCallbacks;
157463
- }
157464
- function showAdMobInterstitialAd(params) {
157465
- if (!showAdMobInterstitialAd.isSupported()) {
157466
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157467
- return import_es_toolkit.noop;
157468
- }
157469
- var onEvent = params.onEvent,
157470
- onError = params.onError,
157471
- options = params.options;
157472
- var unregisterCallbacks = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("showAdMobInterstitialAd", options, {
157473
- onSuccess: function onSuccess() {
157474
- return onEvent({
157475
- type: "requested"
157476
- });
157477
- },
157478
- onError: onError
157479
- });
157480
- return unregisterCallbacks;
157481
- }
157482
- function loadAdMobRewardedAd(params) {
157483
- if (!loadAdMobRewardedAd.isSupported()) {
157484
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157485
- return import_es_toolkit.noop;
157486
- }
157487
- var onEvent = params.onEvent,
157488
- onError = params.onError,
157489
- options = params.options;
157490
- var unregisterCallbacks = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("loadAdMobRewardedAd", options, {
157491
- onAdClicked: function onAdClicked() {
157492
- onEvent({
157493
- type: "clicked"
157494
- });
157495
- },
157496
- onAdDismissed: function onAdDismissed() {
157497
- onEvent({
157498
- type: "dismissed"
157499
- });
157500
- },
157501
- onAdFailedToShow: function onAdFailedToShow() {
157502
- onEvent({
157503
- type: "failedToShow"
157504
- });
157505
- },
157506
- onAdImpression: function onAdImpression() {
157507
- onEvent({
157508
- type: "impression"
157509
- });
157510
- },
157511
- onAdShow: function onAdShow() {
157512
- onEvent({
157513
- type: "show"
157514
- });
157515
- },
157516
- onUserEarnedReward: function onUserEarnedReward() {
157517
- onEvent({
157518
- type: "userEarnedReward"
157519
- });
157520
- },
157521
- onSuccess: function onSuccess(result) {
157522
- return onEvent({
157523
- type: "loaded",
157524
- data: result
157525
- });
157526
- },
157527
- onError: onError
157528
- });
157529
- return unregisterCallbacks;
157530
- }
157531
- function showAdMobRewardedAd(params) {
157532
- if (!showAdMobRewardedAd.isSupported()) {
157533
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157534
- return import_es_toolkit.noop;
157535
- }
157536
- var onEvent = params.onEvent,
157537
- onError = params.onError,
157538
- options = params.options;
157539
- var unregisterCallbacks = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("showAdMobRewardedAd", options, {
157540
- onSuccess: function onSuccess() {
157541
- return onEvent({
157542
- type: "requested"
157543
- });
157544
- },
157545
- onError: onError
157546
- });
157547
- return unregisterCallbacks;
157548
- }
157549
- var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION = "5.209.0";
157550
- var IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION = "5.209.0";
157551
- var UNSUPPORTED_ERROR_MESSAGE = "This feature is not supported in the current environment";
157552
- var ENVIRONMENT = _getOperationalEnvironment();
157553
- function createIsSupported() {
157554
- return function () {
157555
- if (ENVIRONMENT !== "toss") {
157556
- return false;
157557
- }
157558
- return _isMinVersionSupported({
157559
- android: ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION,
157560
- ios: IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION
157561
- });
157562
- };
157563
- }
157564
- loadAdMobInterstitialAd.isSupported = createIsSupported();
157565
- loadAdMobRewardedAd.isSupported = createIsSupported();
157566
- showAdMobInterstitialAd.isSupported = createIsSupported();
157567
- showAdMobRewardedAd.isSupported = createIsSupported();
157568
- var import_es_toolkit2 = _$$_REQUIRE(_dependencyMap[11], "es-toolkit");
157569
- var import_react_native8 = _$$_REQUIRE(_dependencyMap[8], "@granite-js/react-native");
157570
- function getReferrer() {
157571
- try {
157572
- return new URL((0, import_react_native8.getSchemeUri)()).searchParams.get("referrer");
157573
- } catch (_unused) {
157574
- return null;
157575
- }
157576
- }
157577
157416
  function loadAppsInTossAdMob(params) {
157578
157417
  if (!loadAppsInTossAdMob.isSupported()) {
157579
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE2));
157580
- return import_es_toolkit2.noop;
157418
+ params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157419
+ return import_es_toolkit.noop;
157581
157420
  }
157582
157421
  var onEvent = params.onEvent,
157583
157422
  onError = params.onError,
@@ -157598,8 +157437,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157598
157437
  }
157599
157438
  function showAppsInTossAdMob(params) {
157600
157439
  if (!showAppsInTossAdMob.isSupported()) {
157601
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE2));
157602
- return import_es_toolkit2.noop;
157440
+ params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
157441
+ return import_es_toolkit.noop;
157603
157442
  }
157604
157443
  var onEvent = params.onEvent,
157605
157444
  onError = params.onError,
@@ -157648,23 +157487,23 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157648
157487
  });
157649
157488
  return unregisterCallbacks;
157650
157489
  }
157651
- var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION2 = "5.227.0";
157652
- var IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION2 = "5.227.0";
157653
- var UNSUPPORTED_ERROR_MESSAGE2 = "This feature is not supported in the current environment";
157654
- var ENVIRONMENT2 = _getOperationalEnvironment();
157655
- function createIsSupported2() {
157490
+ var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION = "5.227.0";
157491
+ var IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION = "5.227.0";
157492
+ var UNSUPPORTED_ERROR_MESSAGE = "This feature is not supported in the current environment";
157493
+ var ENVIRONMENT = _getOperationalEnvironment();
157494
+ function createIsSupported() {
157656
157495
  return function () {
157657
- if (ENVIRONMENT2 !== "toss") {
157496
+ if (ENVIRONMENT !== "toss") {
157658
157497
  return false;
157659
157498
  }
157660
157499
  return _isMinVersionSupported({
157661
- android: ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION2,
157662
- ios: IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION2
157500
+ android: ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION,
157501
+ ios: IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION
157663
157502
  });
157664
157503
  };
157665
157504
  }
157666
- loadAppsInTossAdMob.isSupported = createIsSupported2();
157667
- showAppsInTossAdMob.isSupported = createIsSupported2();
157505
+ loadAppsInTossAdMob.isSupported = createIsSupported();
157506
+ showAppsInTossAdMob.isSupported = createIsSupported();
157668
157507
  function checkoutPayment(_x2) {
157669
157508
  return _checkoutPayment.apply(this, arguments);
157670
157509
  }
@@ -157894,7 +157733,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157894
157733
  });
157895
157734
  return _getTossShareLinkV.apply(this, arguments);
157896
157735
  }
157897
- var import_es_toolkit3 = _$$_REQUIRE(_dependencyMap[11], "es-toolkit");
157736
+ var import_es_toolkit2 = _$$_REQUIRE(_dependencyMap[11], "es-toolkit");
157898
157737
  function _iapCreateOneTimePurchaseOrder(params) {
157899
157738
  var _params$sku;
157900
157739
  var sku = (_params$sku = params.sku) != null ? _params$sku : params.productId;
@@ -157942,7 +157781,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157942
157781
  ios: "5.219.0"
157943
157782
  });
157944
157783
  if (!isIAPSupported) {
157945
- return import_es_toolkit3.noop;
157784
+ return import_es_toolkit2.noop;
157946
157785
  }
157947
157786
  var isProcessProductGrantSupported = _isMinVersionSupported({
157948
157787
  android: "5.231.1",
@@ -157970,7 +157809,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
157970
157809
  }).catch(function (error) {
157971
157810
  _onError2(error);
157972
157811
  });
157973
- return import_es_toolkit3.noop;
157812
+ return import_es_toolkit2.noop;
157974
157813
  };
157975
157814
  return v1();
157976
157815
  }
@@ -158326,10 +158165,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
158326
158165
  checkoutPayment: checkoutPayment
158327
158166
  };
158328
158167
  var _GoogleAdMob = {
158329
- loadAdMobInterstitialAd: loadAdMobInterstitialAd,
158330
- showAdMobInterstitialAd: showAdMobInterstitialAd,
158331
- loadAdMobRewardedAd: loadAdMobRewardedAd,
158332
- showAdMobRewardedAd: showAdMobRewardedAd,
158333
158168
  loadAppsInTossAdMob: loadAppsInTossAdMob,
158334
158169
  showAppsInTossAdMob: showAppsInTossAdMob
158335
158170
  };
@@ -233495,7 +233330,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233495
233330
  }
233496
233331
  });
233497
233332
  });
233498
- },2612,[2613,2628,2627],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/event-bridges.ts");
233333
+ },2612,[2613,2627,2626],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/event-bridges.ts");
233499
233334
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
233500
233335
  Object.defineProperty(exports, "__esModule", {
233501
233336
  value: true
@@ -233817,11 +233652,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233817
233652
  }
233818
233653
  });
233819
233654
  exports.TossPay = void 0;
233820
- var _googleAdMob = _$$_REQUIRE(_dependencyMap[0], "./ads/googleAdMob");
233821
- var _googleAdMobV = _$$_REQUIRE(_dependencyMap[1], "./ads/googleAdMobV2");
233822
- var _checkoutPayment = _$$_REQUIRE(_dependencyMap[2], "./checkoutPayment");
233823
- var _AppsInTossModule = _$$_REQUIRE(_dependencyMap[3], "./AppsInTossModule");
233824
- var _appLogin = _$$_REQUIRE(_dependencyMap[4], "./appLogin");
233655
+ var _googleAdMobV = _$$_REQUIRE(_dependencyMap[0], "./ads/googleAdMobV2");
233656
+ var _checkoutPayment = _$$_REQUIRE(_dependencyMap[1], "./checkoutPayment");
233657
+ var _AppsInTossModule = _$$_REQUIRE(_dependencyMap[2], "./AppsInTossModule");
233658
+ var _appLogin = _$$_REQUIRE(_dependencyMap[3], "./appLogin");
233825
233659
  Object.keys(_appLogin).forEach(function (key) {
233826
233660
  if (key === "default" || key === "__esModule") return;
233827
233661
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233833,7 +233667,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233833
233667
  }
233834
233668
  });
233835
233669
  });
233836
- var _eventLog = _$$_REQUIRE(_dependencyMap[5], "./eventLog");
233670
+ var _eventLog = _$$_REQUIRE(_dependencyMap[4], "./eventLog");
233837
233671
  Object.keys(_eventLog).forEach(function (key) {
233838
233672
  if (key === "default" || key === "__esModule") return;
233839
233673
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233845,7 +233679,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233845
233679
  }
233846
233680
  });
233847
233681
  });
233848
- var _fetchAlbumPhotos = _$$_REQUIRE(_dependencyMap[6], "./permissions/fetchAlbumPhotos/fetchAlbumPhotos");
233682
+ var _fetchAlbumPhotos = _$$_REQUIRE(_dependencyMap[5], "./permissions/fetchAlbumPhotos/fetchAlbumPhotos");
233849
233683
  Object.keys(_fetchAlbumPhotos).forEach(function (key) {
233850
233684
  if (key === "default" || key === "__esModule") return;
233851
233685
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233857,7 +233691,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233857
233691
  }
233858
233692
  });
233859
233693
  });
233860
- var _fetchContacts = _$$_REQUIRE(_dependencyMap[7], "./permissions/fetchContacts/fetchContacts");
233694
+ var _fetchContacts = _$$_REQUIRE(_dependencyMap[6], "./permissions/fetchContacts/fetchContacts");
233861
233695
  Object.keys(_fetchContacts).forEach(function (key) {
233862
233696
  if (key === "default" || key === "__esModule") return;
233863
233697
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233869,7 +233703,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233869
233703
  }
233870
233704
  });
233871
233705
  });
233872
- var _getClipboardText = _$$_REQUIRE(_dependencyMap[8], "./permissions/getClipboardText/getClipboardText");
233706
+ var _getClipboardText = _$$_REQUIRE(_dependencyMap[7], "./permissions/getClipboardText/getClipboardText");
233873
233707
  Object.keys(_getClipboardText).forEach(function (key) {
233874
233708
  if (key === "default" || key === "__esModule") return;
233875
233709
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233881,7 +233715,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233881
233715
  }
233882
233716
  });
233883
233717
  });
233884
- var _getCurrentLocation = _$$_REQUIRE(_dependencyMap[9], "./permissions/getCurrentLocation/getCurrentLocation");
233718
+ var _getCurrentLocation = _$$_REQUIRE(_dependencyMap[8], "./permissions/getCurrentLocation/getCurrentLocation");
233885
233719
  Object.keys(_getCurrentLocation).forEach(function (key) {
233886
233720
  if (key === "default" || key === "__esModule") return;
233887
233721
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233893,7 +233727,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233893
233727
  }
233894
233728
  });
233895
233729
  });
233896
- var _setClipboardText = _$$_REQUIRE(_dependencyMap[10], "./permissions/setClipboardText/setClipboardText");
233730
+ var _setClipboardText = _$$_REQUIRE(_dependencyMap[9], "./permissions/setClipboardText/setClipboardText");
233897
233731
  Object.keys(_setClipboardText).forEach(function (key) {
233898
233732
  if (key === "default" || key === "__esModule") return;
233899
233733
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233905,7 +233739,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233905
233739
  }
233906
233740
  });
233907
233741
  });
233908
- var _openCamera = _$$_REQUIRE(_dependencyMap[11], "./permissions/openCamera/openCamera");
233742
+ var _openCamera = _$$_REQUIRE(_dependencyMap[10], "./permissions/openCamera/openCamera");
233909
233743
  Object.keys(_openCamera).forEach(function (key) {
233910
233744
  if (key === "default" || key === "__esModule") return;
233911
233745
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233917,7 +233751,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233917
233751
  }
233918
233752
  });
233919
233753
  });
233920
- var _getDeviceId = _$$_REQUIRE(_dependencyMap[12], "./getDeviceId");
233754
+ var _getDeviceId = _$$_REQUIRE(_dependencyMap[11], "./getDeviceId");
233921
233755
  Object.keys(_getDeviceId).forEach(function (key) {
233922
233756
  if (key === "default" || key === "__esModule") return;
233923
233757
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233929,7 +233763,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233929
233763
  }
233930
233764
  });
233931
233765
  });
233932
- var _getOperationalEnvironment = _$$_REQUIRE(_dependencyMap[13], "./getOperationalEnvironment");
233766
+ var _getOperationalEnvironment = _$$_REQUIRE(_dependencyMap[12], "./getOperationalEnvironment");
233933
233767
  Object.keys(_getOperationalEnvironment).forEach(function (key) {
233934
233768
  if (key === "default" || key === "__esModule") return;
233935
233769
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233941,7 +233775,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233941
233775
  }
233942
233776
  });
233943
233777
  });
233944
- var _getTossAppVersion = _$$_REQUIRE(_dependencyMap[14], "./getTossAppVersion");
233778
+ var _getTossAppVersion = _$$_REQUIRE(_dependencyMap[13], "./getTossAppVersion");
233945
233779
  Object.keys(_getTossAppVersion).forEach(function (key) {
233946
233780
  if (key === "default" || key === "__esModule") return;
233947
233781
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233953,7 +233787,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233953
233787
  }
233954
233788
  });
233955
233789
  });
233956
- var _getTossShareLink = _$$_REQUIRE(_dependencyMap[15], "./getTossShareLink");
233790
+ var _getTossShareLink = _$$_REQUIRE(_dependencyMap[14], "./getTossShareLink");
233957
233791
  Object.keys(_getTossShareLink).forEach(function (key) {
233958
233792
  if (key === "default" || key === "__esModule") return;
233959
233793
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233965,7 +233799,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233965
233799
  }
233966
233800
  });
233967
233801
  });
233968
- var _iap = _$$_REQUIRE(_dependencyMap[16], "./iap");
233802
+ var _iap = _$$_REQUIRE(_dependencyMap[15], "./iap");
233969
233803
  Object.keys(_iap).forEach(function (key) {
233970
233804
  if (key === "default" || key === "__esModule") return;
233971
233805
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233977,7 +233811,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233977
233811
  }
233978
233812
  });
233979
233813
  });
233980
- var _isMinVersionSupported = _$$_REQUIRE(_dependencyMap[17], "./isMinVersionSupported");
233814
+ var _isMinVersionSupported = _$$_REQUIRE(_dependencyMap[16], "./isMinVersionSupported");
233981
233815
  Object.keys(_isMinVersionSupported).forEach(function (key) {
233982
233816
  if (key === "default" || key === "__esModule") return;
233983
233817
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -233989,7 +233823,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
233989
233823
  }
233990
233824
  });
233991
233825
  });
233992
- var _saveBase64Data = _$$_REQUIRE(_dependencyMap[18], "./saveBase64Data");
233826
+ var _saveBase64Data = _$$_REQUIRE(_dependencyMap[17], "./saveBase64Data");
233993
233827
  Object.keys(_saveBase64Data).forEach(function (key) {
233994
233828
  if (key === "default" || key === "__esModule") return;
233995
233829
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234001,7 +233835,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234001
233835
  }
234002
233836
  });
234003
233837
  });
234004
- var _setDeviceOrientation = _$$_REQUIRE(_dependencyMap[19], "./setDeviceOrientation");
233838
+ var _setDeviceOrientation = _$$_REQUIRE(_dependencyMap[18], "./setDeviceOrientation");
234005
233839
  Object.keys(_setDeviceOrientation).forEach(function (key) {
234006
233840
  if (key === "default" || key === "__esModule") return;
234007
233841
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234013,7 +233847,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234013
233847
  }
234014
233848
  });
234015
233849
  });
234016
- var _storage = _$$_REQUIRE(_dependencyMap[20], "./storage");
233850
+ var _storage = _$$_REQUIRE(_dependencyMap[19], "./storage");
234017
233851
  Object.keys(_storage).forEach(function (key) {
234018
233852
  if (key === "default" || key === "__esModule") return;
234019
233853
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234025,7 +233859,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234025
233859
  }
234026
233860
  });
234027
233861
  });
234028
- var _openGameCenterLeaderboard = _$$_REQUIRE(_dependencyMap[21], "./openGameCenterLeaderboard");
233862
+ var _openGameCenterLeaderboard = _$$_REQUIRE(_dependencyMap[20], "./openGameCenterLeaderboard");
234029
233863
  Object.keys(_openGameCenterLeaderboard).forEach(function (key) {
234030
233864
  if (key === "default" || key === "__esModule") return;
234031
233865
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234037,7 +233871,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234037
233871
  }
234038
233872
  });
234039
233873
  });
234040
- var _getGameCenterGameProfile = _$$_REQUIRE(_dependencyMap[22], "./getGameCenterGameProfile");
233874
+ var _getGameCenterGameProfile = _$$_REQUIRE(_dependencyMap[21], "./getGameCenterGameProfile");
234041
233875
  Object.keys(_getGameCenterGameProfile).forEach(function (key) {
234042
233876
  if (key === "default" || key === "__esModule") return;
234043
233877
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234049,7 +233883,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234049
233883
  }
234050
233884
  });
234051
233885
  });
234052
- var _submitGameCenterLeaderBoardScore = _$$_REQUIRE(_dependencyMap[23], "./submitGameCenterLeaderBoardScore");
233886
+ var _submitGameCenterLeaderBoardScore = _$$_REQUIRE(_dependencyMap[22], "./submitGameCenterLeaderBoardScore");
234053
233887
  Object.keys(_submitGameCenterLeaderBoardScore).forEach(function (key) {
234054
233888
  if (key === "default" || key === "__esModule") return;
234055
233889
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234061,7 +233895,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234061
233895
  }
234062
233896
  });
234063
233897
  });
234064
- var _getUserKeyForGame = _$$_REQUIRE(_dependencyMap[24], "./getUserKeyForGame");
233898
+ var _getUserKeyForGame = _$$_REQUIRE(_dependencyMap[23], "./getUserKeyForGame");
234065
233899
  Object.keys(_getUserKeyForGame).forEach(function (key) {
234066
233900
  if (key === "default" || key === "__esModule") return;
234067
233901
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234073,7 +233907,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234073
233907
  }
234074
233908
  });
234075
233909
  });
234076
- var _grantPromotionRewardForGame = _$$_REQUIRE(_dependencyMap[25], "./grantPromotionRewardForGame");
233910
+ var _grantPromotionRewardForGame = _$$_REQUIRE(_dependencyMap[24], "./grantPromotionRewardForGame");
234077
233911
  Object.keys(_grantPromotionRewardForGame).forEach(function (key) {
234078
233912
  if (key === "default" || key === "__esModule") return;
234079
233913
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234085,7 +233919,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234085
233919
  }
234086
233920
  });
234087
233921
  });
234088
- var _getIsTossLoginIntegratedService = _$$_REQUIRE(_dependencyMap[26], "./getIsTossLoginIntegratedService");
233922
+ var _getIsTossLoginIntegratedService = _$$_REQUIRE(_dependencyMap[25], "./getIsTossLoginIntegratedService");
234089
233923
  Object.keys(_getIsTossLoginIntegratedService).forEach(function (key) {
234090
233924
  if (key === "default" || key === "__esModule") return;
234091
233925
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234097,7 +233931,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234097
233931
  }
234098
233932
  });
234099
233933
  });
234100
- var _contactsViral = _$$_REQUIRE(_dependencyMap[27], "../native-event-emitter/contactsViral");
233934
+ var _contactsViral = _$$_REQUIRE(_dependencyMap[26], "../native-event-emitter/contactsViral");
234101
233935
  Object.keys(_contactsViral).forEach(function (key) {
234102
233936
  if (key === "default" || key === "__esModule") return;
234103
233937
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234109,7 +233943,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234109
233943
  }
234110
233944
  });
234111
233945
  });
234112
- var _appsInTossSignTossCert = _$$_REQUIRE(_dependencyMap[28], "./appsInTossSignTossCert");
233946
+ var _appsInTossSignTossCert = _$$_REQUIRE(_dependencyMap[27], "./appsInTossSignTossCert");
234113
233947
  Object.keys(_appsInTossSignTossCert).forEach(function (key) {
234114
233948
  if (key === "default" || key === "__esModule") return;
234115
233949
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
@@ -234125,175 +233959,10 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234125
233959
  checkoutPayment: _checkoutPayment.checkoutPayment
234126
233960
  };
234127
233961
  var GoogleAdMob = exports.GoogleAdMob = {
234128
- loadAdMobInterstitialAd: _googleAdMob.loadAdMobInterstitialAd,
234129
- showAdMobInterstitialAd: _googleAdMob.showAdMobInterstitialAd,
234130
- loadAdMobRewardedAd: _googleAdMob.loadAdMobRewardedAd,
234131
- showAdMobRewardedAd: _googleAdMob.showAdMobRewardedAd,
234132
233962
  loadAppsInTossAdMob: _googleAdMobV.loadAppsInTossAdMob,
234133
233963
  showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob
234134
233964
  };
234135
- },2621,[2622,2623,2595,2579,2589,2590,2586,2585,2584,2587,2582,2588,2611,2609,2610,2593,2625,2591,2596,2594,2626,2600,2598,2601,2602,2604,2603,2627,2597],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/index.ts");
234136
- __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234137
- Object.defineProperty(exports, "__esModule", {
234138
- value: true
234139
- });
234140
- exports.loadAdMobInterstitialAd = loadAdMobInterstitialAd;
234141
- exports.loadAdMobRewardedAd = loadAdMobRewardedAd;
234142
- exports.showAdMobInterstitialAd = showAdMobInterstitialAd;
234143
- exports.showAdMobRewardedAd = showAdMobRewardedAd;
234144
- var _esToolkit = _$$_REQUIRE(_dependencyMap[0], "es-toolkit");
234145
- var _appBridge = _$$_REQUIRE(_dependencyMap[1], "../../native-event-emitter/internal/appBridge");
234146
- var _getOperationalEnvironment = _$$_REQUIRE(_dependencyMap[2], "../getOperationalEnvironment");
234147
- var _isMinVersionSupported = _$$_REQUIRE(_dependencyMap[3], "../isMinVersionSupported");
234148
- function loadAdMobInterstitialAd(params) {
234149
- if (!loadAdMobInterstitialAd.isSupported()) {
234150
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
234151
- return _esToolkit.noop;
234152
- }
234153
- var onEvent = params.onEvent,
234154
- onError = params.onError,
234155
- options = params.options;
234156
- var unregisterCallbacks = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('loadAdMobInterstitialAd', options, {
234157
- onAdClicked: function onAdClicked() {
234158
- onEvent({
234159
- type: 'clicked'
234160
- });
234161
- },
234162
- onAdDismissed: function onAdDismissed() {
234163
- onEvent({
234164
- type: 'dismissed'
234165
- });
234166
- },
234167
- onAdFailedToShow: function onAdFailedToShow() {
234168
- onEvent({
234169
- type: 'failedToShow'
234170
- });
234171
- },
234172
- onAdImpression: function onAdImpression() {
234173
- onEvent({
234174
- type: 'impression'
234175
- });
234176
- },
234177
- onAdShow: function onAdShow() {
234178
- onEvent({
234179
- type: 'show'
234180
- });
234181
- },
234182
- onSuccess: function onSuccess(result) {
234183
- return onEvent({
234184
- type: 'loaded',
234185
- data: result
234186
- });
234187
- },
234188
- onError: onError
234189
- });
234190
- return unregisterCallbacks;
234191
- }
234192
- function showAdMobInterstitialAd(params) {
234193
- if (!showAdMobInterstitialAd.isSupported()) {
234194
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
234195
- return _esToolkit.noop;
234196
- }
234197
- var onEvent = params.onEvent,
234198
- onError = params.onError,
234199
- options = params.options;
234200
- var unregisterCallbacks = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('showAdMobInterstitialAd', options, {
234201
- onSuccess: function onSuccess() {
234202
- return onEvent({
234203
- type: 'requested'
234204
- });
234205
- },
234206
- onError: onError
234207
- });
234208
- return unregisterCallbacks;
234209
- }
234210
- function loadAdMobRewardedAd(params) {
234211
- if (!loadAdMobRewardedAd.isSupported()) {
234212
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
234213
- return _esToolkit.noop;
234214
- }
234215
- var onEvent = params.onEvent,
234216
- onError = params.onError,
234217
- options = params.options;
234218
- var unregisterCallbacks = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('loadAdMobRewardedAd', options, {
234219
- onAdClicked: function onAdClicked() {
234220
- onEvent({
234221
- type: 'clicked'
234222
- });
234223
- },
234224
- onAdDismissed: function onAdDismissed() {
234225
- onEvent({
234226
- type: 'dismissed'
234227
- });
234228
- },
234229
- onAdFailedToShow: function onAdFailedToShow() {
234230
- onEvent({
234231
- type: 'failedToShow'
234232
- });
234233
- },
234234
- onAdImpression: function onAdImpression() {
234235
- onEvent({
234236
- type: 'impression'
234237
- });
234238
- },
234239
- onAdShow: function onAdShow() {
234240
- onEvent({
234241
- type: 'show'
234242
- });
234243
- },
234244
- onUserEarnedReward: function onUserEarnedReward() {
234245
- onEvent({
234246
- type: 'userEarnedReward'
234247
- });
234248
- },
234249
- onSuccess: function onSuccess(result) {
234250
- return onEvent({
234251
- type: 'loaded',
234252
- data: result
234253
- });
234254
- },
234255
- onError: onError
234256
- });
234257
- return unregisterCallbacks;
234258
- }
234259
- function showAdMobRewardedAd(params) {
234260
- if (!showAdMobRewardedAd.isSupported()) {
234261
- params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
234262
- return _esToolkit.noop;
234263
- }
234264
- var onEvent = params.onEvent,
234265
- onError = params.onError,
234266
- options = params.options;
234267
- var unregisterCallbacks = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('showAdMobRewardedAd', options, {
234268
- onSuccess: function onSuccess() {
234269
- return onEvent({
234270
- type: 'requested'
234271
- });
234272
- },
234273
- onError: onError
234274
- });
234275
- return unregisterCallbacks;
234276
- }
234277
- var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION = '5.209.0';
234278
- var IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION = '5.209.0';
234279
- var UNSUPPORTED_ERROR_MESSAGE = 'This feature is not supported in the current environment';
234280
- var ENVIRONMENT = (0, _getOperationalEnvironment.getOperationalEnvironment)();
234281
- function createIsSupported() {
234282
- return function () {
234283
- if (ENVIRONMENT !== 'toss') {
234284
- return false;
234285
- }
234286
- return (0, _isMinVersionSupported.isMinVersionSupported)({
234287
- android: ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION,
234288
- ios: IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION
234289
- });
234290
- };
234291
- }
234292
- loadAdMobInterstitialAd.isSupported = createIsSupported();
234293
- loadAdMobRewardedAd.isSupported = createIsSupported();
234294
- showAdMobInterstitialAd.isSupported = createIsSupported();
234295
- showAdMobRewardedAd.isSupported = createIsSupported();
234296
- },2622,[1261,2618,2609,2591],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMob.ts");
233965
+ },2621,[2622,2595,2579,2589,2590,2586,2585,2584,2587,2582,2588,2611,2609,2610,2593,2624,2591,2596,2594,2625,2600,2598,2601,2602,2604,2603,2626,2597],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/index.ts");
234297
233966
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234298
233967
  Object.defineProperty(exports, "__esModule", {
234299
233968
  value: true
@@ -234396,7 +234065,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234396
234065
  }
234397
234066
  loadAppsInTossAdMob.isSupported = createIsSupported();
234398
234067
  showAppsInTossAdMob.isSupported = createIsSupported();
234399
- },2623,[1261,2624,2618,2609,2591],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMobV2.ts");
234068
+ },2622,[1261,2623,2618,2609,2591],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMobV2.ts");
234400
234069
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234401
234070
  Object.defineProperty(exports, "__esModule", {
234402
234071
  value: true
@@ -234410,7 +234079,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234410
234079
  return null;
234411
234080
  }
234412
234081
  }
234413
- },2624,[2],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/getReferrer.ts");
234082
+ },2623,[2],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/getReferrer.ts");
234414
234083
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234415
234084
  var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
234416
234085
  Object.defineProperty(exports, "__esModule", {
@@ -234605,7 +234274,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234605
234274
  getCompletedOrRefundedOrders: getCompletedOrRefundedOrders,
234606
234275
  completeProductGrant: completeProductGrant
234607
234276
  };
234608
- },2625,[1,16,1261,2579,2591,2618],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/iap.ts");
234277
+ },2624,[1,16,1261,2579,2591,2618],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/iap.ts");
234609
234278
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234610
234279
  Object.defineProperty(exports, "__esModule", {
234611
234280
  value: true
@@ -234637,7 +234306,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234637
234306
  removeItem: removeItem,
234638
234307
  clearItems: clearItems
234639
234308
  };
234640
- },2626,[2579],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/storage.ts");
234309
+ },2625,[2579],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/storage.ts");
234641
234310
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234642
234311
  Object.defineProperty(exports, "__esModule", {
234643
234312
  value: true
@@ -234673,7 +234342,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234673
234342
  });
234674
234343
  return unregisterCallbacks;
234675
234344
  }
234676
- },2627,[2618,2591],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-event-emitter/contactsViral.ts");
234345
+ },2626,[2618,2591],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-event-emitter/contactsViral.ts");
234677
234346
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234678
234347
  Object.defineProperty(exports, "__esModule", {
234679
234348
  value: true
@@ -234683,7 +234352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234683
234352
  function onVisibilityChangedByTransparentServiceWeb(eventParams) {
234684
234353
  return _appsInTossEvent.appsInTossEvent.addEventListener('onVisibilityChangedByTransparentServiceWeb', eventParams);
234685
234354
  }
234686
- },2628,[2614],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-event-emitter/internal/onVisibilityChangedByTransparentServiceWeb.ts");
234355
+ },2627,[2614],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-event-emitter/internal/onVisibilityChangedByTransparentServiceWeb.ts");
234687
234356
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234688
234357
  Object.defineProperty(exports, "__esModule", {
234689
234358
  value: true
@@ -234698,7 +234367,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234698
234367
  context.keys = function () {
234699
234368
  return Array.from(files.keys());
234700
234369
  };
234701
- },2629,[2630,2631],"react-native/context.ts");
234370
+ },2628,[2629,2630],"react-native/context.ts");
234702
234371
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234703
234372
  Object.defineProperty(exports, "__esModule", {
234704
234373
  value: true
@@ -234731,7 +234400,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234731
234400
  })
234732
234401
  });
234733
234402
  }
234734
- },2630,[1256,18,9],"react-native/pages/index.tsx");
234403
+ },2629,[1256,18,9],"react-native/pages/index.tsx");
234735
234404
  __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
234736
234405
  var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
234737
234406
  Object.defineProperty(exports, "__esModule", {
@@ -234744,6 +234413,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
234744
234413
  }
234745
234414
  });
234746
234415
  var _index = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1], "./index"));
234747
- },2631,[1,2630],"react-native/pages/_404.tsx");
234416
+ },2630,[1,2629],"react-native/pages/_404.tsx");
234748
234417
  __r(134);
234749
234418
  __r(0);