@apps-in-toss/web-framework 2.4.0 → 2.4.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.
- package/dist/prebuilt/dev.android.rn84.js +90 -103
- package/dist/prebuilt/dev.ios.rn84.js +90 -103
- package/dist/prebuilt/prod.android.rn72.js +480 -116
- package/dist/prebuilt/prod.android.rn84.js +14 -20
- package/dist/prebuilt/prod.ios.rn72.js +480 -116
- package/dist/prebuilt/prod.ios.rn84.js +14 -20
- package/package.json +8 -8
|
@@ -136971,7 +136971,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
136971
136971
|
var _default = exports.default = _framework.AppsInToss.registerApp(AppContainer, {
|
|
136972
136972
|
context: _context.context
|
|
136973
136973
|
});
|
|
136974
|
-
},1276,[1277,
|
|
136974
|
+
},1276,[1277,2585,9],"src/_app.tsx");
|
|
136975
136975
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
136976
136976
|
"use strict";
|
|
136977
136977
|
|
|
@@ -141268,7 +141268,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
141268
141268
|
..._$$_REQUIRE(_dependencyMap[5], "@apps-in-toss/native-modules"),
|
|
141269
141269
|
..._$$_REQUIRE(_dependencyMap[19], "@apps-in-toss/types")
|
|
141270
141270
|
});
|
|
141271
|
-
},1277,[20,19,16,47,1278,1279,2,1466,33,6,9,2431,2512,614,2515,
|
|
141271
|
+
},1277,[20,19,16,47,1278,1279,2,1466,33,6,9,2431,2512,614,2515,2560,2568,2584,2440,1280,753],"../../../../.yarn/__virtual__/@apps-in-toss-framework-virtual-afbad361af/1/packages/apps-in-toss/framework/dist/index.cjs");
|
|
141272
141272
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
141273
141273
|
"use strict";
|
|
141274
141274
|
|
|
@@ -141978,9 +141978,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
141978
141978
|
var import_types = _$$_REQUIRE(_dependencyMap[10], "@apps-in-toss/types");
|
|
141979
141979
|
var import_react_native = _$$_REQUIRE(_dependencyMap[9], "@granite-js/react-native");
|
|
141980
141980
|
var import_brick_module2 = _$$_REQUIRE(_dependencyMap[8], "brick-module");
|
|
141981
|
-
var
|
|
141981
|
+
var TossCoreModule = import_brick_module2.BrickModule.get("TossCoreModule");
|
|
141982
141982
|
var import_brick_module3 = _$$_REQUIRE(_dependencyMap[8], "brick-module");
|
|
141983
|
-
var
|
|
141983
|
+
var CommonModule = import_brick_module3.BrickModule.get("CommonModule");
|
|
141984
141984
|
function openPermissionDialog(permission) {
|
|
141985
141985
|
return safePostMessage("openPermissionDialog", permission);
|
|
141986
141986
|
}
|
|
@@ -211565,7 +211565,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211565
211565
|
}
|
|
211566
211566
|
});
|
|
211567
211567
|
});
|
|
211568
|
-
},2515,[2516,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,
|
|
211568
|
+
},2515,[2516,2524,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2536,2537,2538,2539,2540,2541,2542,2545,2546,2547,2548,2549,2550,2552,2553,2554,2555,2556,2557,2558,2559],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/async-bridges.ts");
|
|
211569
211569
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211570
211570
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211571
211571
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211652,66 +211652,53 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211652
211652
|
}
|
|
211653
211653
|
});
|
|
211654
211654
|
});
|
|
211655
|
-
|
|
211656
|
-
Object.keys(_instance).forEach(function (key) {
|
|
211657
|
-
if (key === "default" || key === "__esModule") return;
|
|
211658
|
-
if (key in exports && exports[key] === _instance[key]) return;
|
|
211659
|
-
Object.defineProperty(exports, key, {
|
|
211660
|
-
enumerable: true,
|
|
211661
|
-
get: function () {
|
|
211662
|
-
return _instance[key];
|
|
211663
|
-
}
|
|
211664
|
-
});
|
|
211665
|
-
});
|
|
211666
|
-
},2518,[2519,2520,2521,2522,2523,2524],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/natives.ts");
|
|
211655
|
+
},2518,[2519,2520,2521,2522,2523],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/natives.ts");
|
|
211667
211656
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211668
211657
|
Object.defineProperty(exports, "__esModule", {
|
|
211669
211658
|
value: true
|
|
211670
211659
|
});
|
|
211671
|
-
|
|
211660
|
+
exports.MiniAppModule = void 0;
|
|
211661
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211662
|
+
var MiniAppModule = exports.MiniAppModule = _brickModule.BrickModule.get('MiniAppModule');
|
|
211663
|
+
},2519,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/MiniAppModule.brick.ts");
|
|
211672
211664
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211673
211665
|
Object.defineProperty(exports, "__esModule", {
|
|
211674
211666
|
value: true
|
|
211675
211667
|
});
|
|
211676
|
-
|
|
211668
|
+
exports.TossCoreModule = void 0;
|
|
211669
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211670
|
+
var TossCoreModule = exports.TossCoreModule = _brickModule.BrickModule.get('TossCoreModule');
|
|
211671
|
+
},2520,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/TossCoreModule.brick.ts");
|
|
211677
211672
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211678
211673
|
Object.defineProperty(exports, "__esModule", {
|
|
211679
211674
|
value: true
|
|
211680
211675
|
});
|
|
211681
|
-
|
|
211676
|
+
exports.CommonModule = void 0;
|
|
211677
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211678
|
+
var CommonModule = exports.CommonModule = _brickModule.BrickModule.get('CommonModule');
|
|
211679
|
+
},2521,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/CommonModule.brick.ts");
|
|
211682
211680
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211683
211681
|
Object.defineProperty(exports, "__esModule", {
|
|
211684
211682
|
value: true
|
|
211685
211683
|
});
|
|
211686
|
-
exports.MiniAppModule = void 0;
|
|
211687
211684
|
exports.safePostMessage = safePostMessage;
|
|
211688
211685
|
exports.safeSyncPostMessage = safeSyncPostMessage;
|
|
211689
|
-
var
|
|
211690
|
-
var MiniAppModule = exports.MiniAppModule = _brickModule.BrickModule.get('MiniAppModule');
|
|
211686
|
+
var _MiniAppModule = _$$_REQUIRE(_dependencyMap[0], "../spec/MiniAppModule.brick");
|
|
211691
211687
|
function safePostMessage(method, params) {
|
|
211692
|
-
return MiniAppModule.postMessage(method, params, {});
|
|
211688
|
+
return _MiniAppModule.MiniAppModule.postMessage(method, params, {});
|
|
211693
211689
|
}
|
|
211694
211690
|
function safeSyncPostMessage(method, params) {
|
|
211695
|
-
return MiniAppModule.postMessageSync(method, params, {});
|
|
211691
|
+
return _MiniAppModule.MiniAppModule.postMessageSync(method, params, {});
|
|
211696
211692
|
}
|
|
211697
|
-
},2522,[
|
|
211693
|
+
},2522,[2519],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/postMessage.ts");
|
|
211698
211694
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211699
211695
|
Object.defineProperty(exports, "__esModule", {
|
|
211700
211696
|
value: true
|
|
211701
211697
|
});
|
|
211702
|
-
exports.
|
|
211703
|
-
var
|
|
211704
|
-
var
|
|
211705
|
-
|
|
211706
|
-
},2523,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/commonModule.ts");
|
|
211707
|
-
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211708
|
-
Object.defineProperty(exports, "__esModule", {
|
|
211709
|
-
value: true
|
|
211710
|
-
});
|
|
211711
|
-
exports.TossCoreModule = void 0;
|
|
211712
|
-
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211713
|
-
var TossCoreModule = exports.TossCoreModule = _brickModule.BrickModule.get('TossCoreModule');
|
|
211714
|
-
},2524,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/TossCoreModule/instance.ts");
|
|
211698
|
+
exports.BedrockModule = void 0;
|
|
211699
|
+
var _CommonModule = _$$_REQUIRE(_dependencyMap[0], "../spec/CommonModule.brick");
|
|
211700
|
+
var BedrockModule = exports.BedrockModule = _CommonModule.CommonModule;
|
|
211701
|
+
},2523,[2521],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/commonModule.ts");
|
|
211715
211702
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211716
211703
|
Object.defineProperty(exports, "__esModule", {
|
|
211717
211704
|
value: true
|
|
@@ -211721,7 +211708,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211721
211708
|
function generateHapticFeedback(options) {
|
|
211722
211709
|
return _BedrockModule.CommonModule.generateHapticFeedback(options);
|
|
211723
211710
|
}
|
|
211724
|
-
},
|
|
211711
|
+
},2524,[2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/generateHapticFeedback/index.ts");
|
|
211725
211712
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211726
211713
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211727
211714
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211739,7 +211726,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211739
211726
|
});
|
|
211740
211727
|
return _share.apply(this, arguments);
|
|
211741
211728
|
}
|
|
211742
|
-
},
|
|
211729
|
+
},2525,[1,16,2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/share.ts");
|
|
211743
211730
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211744
211731
|
Object.defineProperty(exports, "__esModule", {
|
|
211745
211732
|
value: true
|
|
@@ -211749,7 +211736,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211749
211736
|
function setSecureScreen(options) {
|
|
211750
211737
|
return _BedrockModule.CommonModule.setSecureScreen(options);
|
|
211751
211738
|
}
|
|
211752
|
-
},
|
|
211739
|
+
},2526,[2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setSecureScreen.ts");
|
|
211753
211740
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211754
211741
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211755
211742
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211767,7 +211754,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211767
211754
|
});
|
|
211768
211755
|
return _setScreenAwakeMode.apply(this, arguments);
|
|
211769
211756
|
}
|
|
211770
|
-
},
|
|
211757
|
+
},2527,[1,16,2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setScreenAwakeMode.ts");
|
|
211771
211758
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211772
211759
|
Object.defineProperty(exports, "__esModule", {
|
|
211773
211760
|
value: true
|
|
@@ -211777,7 +211764,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211777
211764
|
function getNetworkStatus() {
|
|
211778
211765
|
return _BedrockModule.CommonModule.getNetworkStatus();
|
|
211779
211766
|
}
|
|
211780
|
-
},
|
|
211767
|
+
},2528,[2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getNetworkStatus/index.ts");
|
|
211781
211768
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211782
211769
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211783
211770
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211798,7 +211785,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211798
211785
|
});
|
|
211799
211786
|
return _setIosSwipeGestureEnabled.apply(this, arguments);
|
|
211800
211787
|
}
|
|
211801
|
-
},
|
|
211788
|
+
},2529,[1,16,2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setIosSwipeGestureEnabled.ts");
|
|
211802
211789
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211803
211790
|
Object.defineProperty(exports, "__esModule", {
|
|
211804
211791
|
value: true
|
|
@@ -211808,7 +211795,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211808
211795
|
function openURL(url) {
|
|
211809
211796
|
return _reactNative.Linking.openURL(url);
|
|
211810
211797
|
}
|
|
211811
|
-
},
|
|
211798
|
+
},2530,[33],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/openURL.ts");
|
|
211812
211799
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211813
211800
|
Object.defineProperty(exports, "__esModule", {
|
|
211814
211801
|
value: true
|
|
@@ -211818,7 +211805,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211818
211805
|
function openPermissionDialog(permission) {
|
|
211819
211806
|
return (0, _natives.safePostMessage)('openPermissionDialog', permission);
|
|
211820
211807
|
}
|
|
211821
|
-
},
|
|
211808
|
+
},2531,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/openPermissionDialog.ts");
|
|
211822
211809
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211823
211810
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211824
211811
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211844,7 +211831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211844
211831
|
});
|
|
211845
211832
|
return _requestPermission.apply(this, arguments);
|
|
211846
211833
|
}
|
|
211847
|
-
},
|
|
211834
|
+
},2532,[1,16,2531,2533],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/requestPermission.ts");
|
|
211848
211835
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211849
211836
|
Object.defineProperty(exports, "__esModule", {
|
|
211850
211837
|
value: true
|
|
@@ -211854,7 +211841,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211854
211841
|
function getPermission(permission) {
|
|
211855
211842
|
return (0, _natives.safePostMessage)('getPermission', permission);
|
|
211856
211843
|
}
|
|
211857
|
-
},
|
|
211844
|
+
},2533,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getPermission.ts");
|
|
211858
211845
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211859
211846
|
Object.defineProperty(exports, "__esModule", {
|
|
211860
211847
|
value: true
|
|
@@ -211875,7 +211862,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211875
211862
|
},
|
|
211876
211863
|
error: _types.SetClipboardTextPermissionError
|
|
211877
211864
|
});
|
|
211878
|
-
},
|
|
211865
|
+
},2534,[1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/setClipboardText/setClipboardText.ts");
|
|
211879
211866
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211880
211867
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211881
211868
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211907,7 +211894,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211907
211894
|
permissionFunction.openPermissionDialog = () => (0, _openPermissionDialog.openPermissionDialog)(permission);
|
|
211908
211895
|
return permissionFunction;
|
|
211909
211896
|
}
|
|
211910
|
-
},
|
|
211897
|
+
},2535,[1,16,2531,2532,2533],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/createPermissionFunction.ts");
|
|
211911
211898
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211912
211899
|
Object.defineProperty(exports, "__esModule", {
|
|
211913
211900
|
value: true
|
|
@@ -211926,7 +211913,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211926
211913
|
},
|
|
211927
211914
|
error: _types.GetClipboardTextPermissionError
|
|
211928
211915
|
});
|
|
211929
|
-
},
|
|
211916
|
+
},2536,[1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/getClipboardText/getClipboardText.ts");
|
|
211930
211917
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211931
211918
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211932
211919
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211957,7 +211944,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211957
211944
|
},
|
|
211958
211945
|
error: _types.FetchContactsPermissionError
|
|
211959
211946
|
});
|
|
211960
|
-
},
|
|
211947
|
+
},2537,[1,16,1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/fetchContacts/fetchContacts.ts");
|
|
211961
211948
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211962
211949
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211963
211950
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211989,7 +211976,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211989
211976
|
},
|
|
211990
211977
|
error: _types.FetchAlbumPhotosPermissionError
|
|
211991
211978
|
});
|
|
211992
|
-
},
|
|
211979
|
+
},2538,[1,16,1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/fetchAlbumPhotos/fetchAlbumPhotos.ts");
|
|
211993
211980
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211994
211981
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211995
211982
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212015,7 +212002,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212015
212002
|
},
|
|
212016
212003
|
error: _types.GetCurrentLocationPermissionError
|
|
212017
212004
|
});
|
|
212018
|
-
},
|
|
212005
|
+
},2539,[1,16,1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/getCurrentLocation/getCurrentLocation.ts");
|
|
212019
212006
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212020
212007
|
Object.defineProperty(exports, "__esModule", {
|
|
212021
212008
|
value: true
|
|
@@ -212038,7 +212025,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212038
212025
|
},
|
|
212039
212026
|
error: _types.OpenCameraPermissionError
|
|
212040
212027
|
});
|
|
212041
|
-
},
|
|
212028
|
+
},2540,[1280,2518,2535],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/openCamera/openCamera.ts");
|
|
212042
212029
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212043
212030
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212044
212031
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212056,7 +212043,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212056
212043
|
});
|
|
212057
212044
|
return _appLogin.apply(this, arguments);
|
|
212058
212045
|
}
|
|
212059
|
-
},
|
|
212046
|
+
},2541,[1,16,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/appLogin.ts");
|
|
212060
212047
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212061
212048
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212062
212049
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212097,7 +212084,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212097
212084
|
});
|
|
212098
212085
|
return _eventLog.apply(this, arguments);
|
|
212099
212086
|
}
|
|
212100
|
-
},
|
|
212087
|
+
},2542,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/eventLog.ts");
|
|
212101
212088
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212102
212089
|
Object.defineProperty(exports, "__esModule", {
|
|
212103
212090
|
value: true
|
|
@@ -212125,7 +212112,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212125
212112
|
}
|
|
212126
212113
|
return (0, _compareVersion.compareVersions)(currentVersion, minVersion) >= 0;
|
|
212127
212114
|
}
|
|
212128
|
-
},
|
|
212115
|
+
},2543,[33,2518,2544],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/isMinVersionSupported.ts");
|
|
212129
212116
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212130
212117
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212131
212118
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212207,7 +212194,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212207
212194
|
return 0;
|
|
212208
212195
|
};
|
|
212209
212196
|
exports.compareVersions = compareVersions;
|
|
212210
|
-
},
|
|
212197
|
+
},2544,[1,47],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/compareVersion.ts");
|
|
212211
212198
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212212
212199
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212213
212200
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212252,7 +212239,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212252
212239
|
});
|
|
212253
212240
|
return _getTossShareLinkV.apply(this, arguments);
|
|
212254
212241
|
}
|
|
212255
|
-
},
|
|
212242
|
+
},2545,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getTossShareLink.ts");
|
|
212256
212243
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212257
212244
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212258
212245
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212278,7 +212265,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212278
212265
|
});
|
|
212279
212266
|
return _setDeviceOrientation.apply(this, arguments);
|
|
212280
212267
|
}
|
|
212281
|
-
},
|
|
212268
|
+
},2546,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/setDeviceOrientation.ts");
|
|
212282
212269
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212283
212270
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212284
212271
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212296,7 +212283,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212296
212283
|
});
|
|
212297
212284
|
return _checkoutPayment.apply(this, arguments);
|
|
212298
212285
|
}
|
|
212299
|
-
},
|
|
212286
|
+
},2547,[1,16,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/checkoutPayment.ts");
|
|
212300
212287
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212301
212288
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212302
212289
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212323,7 +212310,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212323
212310
|
});
|
|
212324
212311
|
return _saveBase64Data.apply(this, arguments);
|
|
212325
212312
|
}
|
|
212326
|
-
},
|
|
212313
|
+
},2548,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/saveBase64Data.ts");
|
|
212327
212314
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212328
212315
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212329
212316
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212350,7 +212337,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212350
212337
|
});
|
|
212351
212338
|
return _appsInTossSignTossCert.apply(this, arguments);
|
|
212352
212339
|
}
|
|
212353
|
-
},
|
|
212340
|
+
},2549,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/appsInTossSignTossCert.ts");
|
|
212354
212341
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212355
212342
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212356
212343
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212374,7 +212361,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212374
212361
|
});
|
|
212375
212362
|
return _getGameCenterGameProfile.apply(this, arguments);
|
|
212376
212363
|
}
|
|
212377
|
-
},
|
|
212364
|
+
},2550,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getGameCenterGameProfile.ts");
|
|
212378
212365
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212379
212366
|
Object.defineProperty(exports, "__esModule", {
|
|
212380
212367
|
value: true
|
|
@@ -212401,7 +212388,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212401
212388
|
android: '5.245.0',
|
|
212402
212389
|
ios: '5.245.0'
|
|
212403
212390
|
};
|
|
212404
|
-
},
|
|
212391
|
+
},2551,[],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/constants.ts");
|
|
212405
212392
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212406
212393
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212407
212394
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212431,7 +212418,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212431
212418
|
});
|
|
212432
212419
|
return _openGameCenterLeaderboard.apply(this, arguments);
|
|
212433
212420
|
}
|
|
212434
|
-
},
|
|
212421
|
+
},2552,[1,16,2,2543,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/openGameCenterLeaderboard.ts");
|
|
212435
212422
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212436
212423
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212437
212424
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212455,7 +212442,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212455
212442
|
});
|
|
212456
212443
|
return _submitGameCenterLeaderBoardScore.apply(this, arguments);
|
|
212457
212444
|
}
|
|
212458
|
-
},
|
|
212445
|
+
},2553,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/submitGameCenterLeaderBoardScore.ts");
|
|
212459
212446
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212460
212447
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212461
212448
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212490,7 +212477,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212490
212477
|
});
|
|
212491
212478
|
return _getUserKeyForGame.apply(this, arguments);
|
|
212492
212479
|
}
|
|
212493
|
-
},
|
|
212480
|
+
},2554,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getUserKeyForGame.ts");
|
|
212494
212481
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212495
212482
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212496
212483
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212531,7 +212518,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212531
212518
|
});
|
|
212532
212519
|
return _grantPromotionReward.apply(this, arguments);
|
|
212533
212520
|
}
|
|
212534
|
-
},
|
|
212521
|
+
},2555,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/grantPromotionReward.ts");
|
|
212535
212522
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212536
212523
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212537
212524
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212549,7 +212536,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212549
212536
|
});
|
|
212550
212537
|
return _grantPromotionRewardForGame.apply(this, arguments);
|
|
212551
212538
|
}
|
|
212552
|
-
},
|
|
212539
|
+
},2556,[1,16,2555],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/grantPromotionRewardForGame.ts");
|
|
212553
212540
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212554
212541
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212555
212542
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212574,7 +212561,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212574
212561
|
});
|
|
212575
212562
|
return _getIsTossLoginIntegratedService.apply(this, arguments);
|
|
212576
212563
|
}
|
|
212577
|
-
},
|
|
212564
|
+
},2557,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getIsTossLoginIntegratedService.ts");
|
|
212578
212565
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212579
212566
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212580
212567
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212599,7 +212586,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212599
212586
|
return _getServerTime.apply(this, arguments);
|
|
212600
212587
|
}
|
|
212601
212588
|
getServerTime.isSupported = () => (0, _isMinVersionSupported.isMinVersionSupported)(_constants.GET_SERVER_TIME_MIN_VERSION);
|
|
212602
|
-
},
|
|
212589
|
+
},2558,[1,16,2543,2518,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getServerTime.ts");
|
|
212603
212590
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212604
212591
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212605
212592
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212633,7 +212620,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212633
212620
|
return _requestReview.apply(this, arguments);
|
|
212634
212621
|
}
|
|
212635
212622
|
requestReview.isSupported = () => _natives.MiniAppModule.getConstants().operationalEnvironment === 'toss' && (0, _isMinVersionSupported.isMinVersionSupported)(MIN_VERSION);
|
|
212636
|
-
},
|
|
212623
|
+
},2559,[1,16,2543,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/requestReview.ts");
|
|
212637
212624
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212638
212625
|
Object.defineProperty(exports, "__esModule", {
|
|
212639
212626
|
value: true
|
|
@@ -212715,7 +212702,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212715
212702
|
}
|
|
212716
212703
|
});
|
|
212717
212704
|
});
|
|
212718
|
-
},2561,
|
|
212705
|
+
},2560,[2561,2562,2563,2564,2565,2566,2567],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/constant-bridges.ts");
|
|
212719
212706
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212720
212707
|
Object.defineProperty(exports, "__esModule", {
|
|
212721
212708
|
value: true
|
|
@@ -212733,7 +212720,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212733
212720
|
function replaceUnderbarToHypen(locale) {
|
|
212734
212721
|
return locale.replace(/_/g, '-');
|
|
212735
212722
|
}
|
|
212736
|
-
},
|
|
212723
|
+
},2561,[33,2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getLocale.ts");
|
|
212737
212724
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212738
212725
|
Object.defineProperty(exports, "__esModule", {
|
|
212739
212726
|
value: true
|
|
@@ -212743,7 +212730,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212743
212730
|
function getSchemeUri() {
|
|
212744
212731
|
return _BedrockModule.CommonModule.getConstants().schemeUri;
|
|
212745
212732
|
}
|
|
212746
|
-
},
|
|
212733
|
+
},2562,[2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getSchemeUri.ts");
|
|
212747
212734
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212748
212735
|
Object.defineProperty(exports, "__esModule", {
|
|
212749
212736
|
value: true
|
|
@@ -212753,7 +212740,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212753
212740
|
function getPlatformOS() {
|
|
212754
212741
|
return _reactNative.Platform.OS;
|
|
212755
212742
|
}
|
|
212756
|
-
},
|
|
212743
|
+
},2563,[33],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getPlatformOS.ts");
|
|
212757
212744
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212758
212745
|
Object.defineProperty(exports, "__esModule", {
|
|
212759
212746
|
value: true
|
|
@@ -212763,7 +212750,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212763
212750
|
function getOperationalEnvironment() {
|
|
212764
212751
|
return _natives.MiniAppModule.getConstants().operationalEnvironment;
|
|
212765
212752
|
}
|
|
212766
|
-
},
|
|
212753
|
+
},2564,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getOperationalEnvironment.ts");
|
|
212767
212754
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212768
212755
|
Object.defineProperty(exports, "__esModule", {
|
|
212769
212756
|
value: true
|
|
@@ -212773,7 +212760,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212773
212760
|
function getTossAppVersion() {
|
|
212774
212761
|
return _natives.MiniAppModule.getConstants().tossAppVersion;
|
|
212775
212762
|
}
|
|
212776
|
-
},
|
|
212763
|
+
},2565,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getTossAppVersion.ts");
|
|
212777
212764
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212778
212765
|
Object.defineProperty(exports, "__esModule", {
|
|
212779
212766
|
value: true
|
|
@@ -212783,7 +212770,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212783
212770
|
function getDeviceId() {
|
|
212784
212771
|
return _natives.MiniAppModule.getConstants().deviceId;
|
|
212785
212772
|
}
|
|
212786
|
-
},
|
|
212773
|
+
},2566,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getDeviceId.ts");
|
|
212787
212774
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212788
212775
|
Object.defineProperty(exports, "__esModule", {
|
|
212789
212776
|
value: true
|
|
@@ -212793,7 +212780,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212793
212780
|
function getGroupId() {
|
|
212794
212781
|
return _natives.MiniAppModule.getConstants().groupId;
|
|
212795
212782
|
}
|
|
212796
|
-
},
|
|
212783
|
+
},2567,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getGroupId.ts");
|
|
212797
212784
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212798
212785
|
Object.defineProperty(exports, "__esModule", {
|
|
212799
212786
|
value: true
|
|
@@ -212831,7 +212818,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212831
212818
|
}
|
|
212832
212819
|
});
|
|
212833
212820
|
});
|
|
212834
|
-
},
|
|
212821
|
+
},2568,[2569,2583,2581],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/event-bridges.ts");
|
|
212835
212822
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212836
212823
|
Object.defineProperty(exports, "__esModule", {
|
|
212837
212824
|
value: true
|
|
@@ -212844,7 +212831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212844
212831
|
}
|
|
212845
212832
|
startUpdateLocation.openPermissionDialog = _nativeModules.getCurrentLocation.openPermissionDialog;
|
|
212846
212833
|
startUpdateLocation.getPermission = _nativeModules.getCurrentLocation.getPermission;
|
|
212847
|
-
},
|
|
212834
|
+
},2569,[2570,2576],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/startUpdateLocation.ts");
|
|
212848
212835
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212849
212836
|
Object.defineProperty(exports, "__esModule", {
|
|
212850
212837
|
value: true
|
|
@@ -212855,7 +212842,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212855
212842
|
var _AppBridgeCallbackEvent = _$$_REQUIRE(_dependencyMap[2], "./internal/AppBridgeCallbackEvent");
|
|
212856
212843
|
var _VisibilityChangedByTransparentServiceWebEvent = _$$_REQUIRE(_dependencyMap[3], "./internal/VisibilityChangedByTransparentServiceWebEvent");
|
|
212857
212844
|
var appsInTossEvent = exports.appsInTossEvent = new _reactNative.GraniteEvent([new _UpdateLocationEvent.UpdateLocationEvent(), new _AppBridgeCallbackEvent.AppBridgeCallbackEvent(), new _VisibilityChangedByTransparentServiceWebEvent.VisibilityChangedByTransparentServiceWebEvent()]);
|
|
212858
|
-
},
|
|
212845
|
+
},2570,[2,2571,2572,2575],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/appsInTossEvent.ts");
|
|
212859
212846
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212860
212847
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212861
212848
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212922,7 +212909,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212922
212909
|
}
|
|
212923
212910
|
}]);
|
|
212924
212911
|
}(_reactNative.GraniteEventDefinition);
|
|
212925
|
-
},
|
|
212912
|
+
},2571,[1,20,19,21,24,25,1280,2,2518,2532],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/event-plugins/UpdateLocationEvent.ts");
|
|
212926
212913
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212927
212914
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212928
212915
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212982,7 +212969,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212982
212969
|
}
|
|
212983
212970
|
}]);
|
|
212984
212971
|
}(_reactNative.GraniteEventDefinition);
|
|
212985
|
-
},
|
|
212972
|
+
},2572,[1,20,19,21,24,25,2,2573,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/AppBridgeCallbackEvent.ts");
|
|
212986
212973
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212987
212974
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212988
212975
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213047,7 +213034,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213047
213034
|
unregisterCallback,
|
|
213048
213035
|
getCallbackIds
|
|
213049
213036
|
};
|
|
213050
|
-
},
|
|
213037
|
+
},2573,[1,47,89,2518,2574],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/appBridge.ts");
|
|
213051
213038
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213052
213039
|
Object.defineProperty(exports, "__esModule", {
|
|
213053
213040
|
value: true
|
|
@@ -213056,7 +213043,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213056
213043
|
function generateUUID(placeholder) {
|
|
213057
213044
|
return placeholder ? (placeholder ^ Math.random() * 16 >> placeholder / 4).toString(16) : (String(1e7) + 1e3 + 4e3 + 8e3 + 1e11).replace(/[018]/g, generateUUID);
|
|
213058
213045
|
}
|
|
213059
|
-
},
|
|
213046
|
+
},2574,[],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/generateUUID.ts");
|
|
213060
213047
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213061
213048
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
213062
213049
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213114,7 +213101,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213114
213101
|
}
|
|
213115
213102
|
}]);
|
|
213116
213103
|
}(_reactNative.GraniteEventDefinition);
|
|
213117
|
-
},
|
|
213104
|
+
},2575,[1,20,19,21,24,25,2,2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/VisibilityChangedByTransparentServiceWebEvent.ts");
|
|
213118
213105
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213119
213106
|
Object.defineProperty(exports, "__esModule", {
|
|
213120
213107
|
value: true
|
|
@@ -213505,7 +213492,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213505
213492
|
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob,
|
|
213506
213493
|
isAppsInTossAdMobLoaded: _googleAdMobV.isAppsInTossAdMobLoaded
|
|
213507
213494
|
};
|
|
213508
|
-
},
|
|
213495
|
+
},2576,[2577,2547,2541,2542,2538,2537,2536,2539,2534,2540,2566,2564,2565,2545,2579,2543,2548,2546,2580,2552,2550,2553,2554,2555,2556,2557,2581,2549,2567,2582,2558,2559],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/index.ts");
|
|
213509
213496
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213510
213497
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
213511
213498
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213638,7 +213625,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213638
213625
|
});
|
|
213639
213626
|
}
|
|
213640
213627
|
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
213641
|
-
},
|
|
213628
|
+
},2577,[1,16,1281,2578,2573,2564,2543],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/ads/googleAdMobV2.ts");
|
|
213642
213629
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213643
213630
|
Object.defineProperty(exports, "__esModule", {
|
|
213644
213631
|
value: true
|
|
@@ -213652,7 +213639,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213652
213639
|
return null;
|
|
213653
213640
|
}
|
|
213654
213641
|
}
|
|
213655
|
-
},
|
|
213642
|
+
},2578,[2],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/getReferrer.ts");
|
|
213656
213643
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213657
213644
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
213658
213645
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213903,7 +213890,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213903
213890
|
completeProductGrant,
|
|
213904
213891
|
getSubscriptionInfo
|
|
213905
213892
|
};
|
|
213906
|
-
},
|
|
213893
|
+
},2579,[1,16,1281,2543,2518,2573],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/iap.ts");
|
|
213907
213894
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213908
213895
|
Object.defineProperty(exports, "__esModule", {
|
|
213909
213896
|
value: true
|
|
@@ -213935,7 +213922,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213935
213922
|
removeItem,
|
|
213936
213923
|
clearItems
|
|
213937
213924
|
};
|
|
213938
|
-
},
|
|
213925
|
+
},2580,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/storage.ts");
|
|
213939
213926
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213940
213927
|
Object.defineProperty(exports, "__esModule", {
|
|
213941
213928
|
value: true
|
|
@@ -213971,7 +213958,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213971
213958
|
});
|
|
213972
213959
|
return unregisterCallbacks;
|
|
213973
213960
|
}
|
|
213974
|
-
},
|
|
213961
|
+
},2581,[2573,2543],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/contactsViral.ts");
|
|
213975
213962
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213976
213963
|
Object.defineProperty(exports, "__esModule", {
|
|
213977
213964
|
value: true
|
|
@@ -213981,7 +213968,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213981
213968
|
function shareWithScheme(params) {
|
|
213982
213969
|
return (0, _natives.safePostMessage)('shareWithScheme', params);
|
|
213983
213970
|
}
|
|
213984
|
-
},
|
|
213971
|
+
},2582,[2518],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/shareWithScheme.ts");
|
|
213985
213972
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213986
213973
|
Object.defineProperty(exports, "__esModule", {
|
|
213987
213974
|
value: true
|
|
@@ -213991,7 +213978,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213991
213978
|
function onVisibilityChangedByTransparentServiceWeb(eventParams) {
|
|
213992
213979
|
return _appsInTossEvent.appsInTossEvent.addEventListener('onVisibilityChangedByTransparentServiceWeb', eventParams);
|
|
213993
213980
|
}
|
|
213994
|
-
},
|
|
213981
|
+
},2583,[2570],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/onVisibilityChangedByTransparentServiceWeb.ts");
|
|
213995
213982
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213996
213983
|
"use strict";
|
|
213997
213984
|
|
|
@@ -214043,7 +214030,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
214043
214030
|
afterDocumentLoad,
|
|
214044
214031
|
beforeDocumentLoad
|
|
214045
214032
|
});
|
|
214046
|
-
},
|
|
214033
|
+
},2584,[],"../../user-scripts/dist/index.js");
|
|
214047
214034
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
214048
214035
|
Object.defineProperty(exports, "__esModule", {
|
|
214049
214036
|
value: true
|
|
@@ -214056,7 +214043,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
214056
214043
|
return files.get(id);
|
|
214057
214044
|
}
|
|
214058
214045
|
context.keys = () => Array.from(files.keys());
|
|
214059
|
-
},2586,
|
|
214046
|
+
},2585,[2586,2587],"context.ts");
|
|
214060
214047
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
214061
214048
|
Object.defineProperty(exports, "__esModule", {
|
|
214062
214049
|
value: true
|
|
@@ -214089,7 +214076,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
214089
214076
|
})
|
|
214090
214077
|
});
|
|
214091
214078
|
}
|
|
214092
|
-
},
|
|
214079
|
+
},2586,[1277,33,9],"pages/index.tsx");
|
|
214093
214080
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
214094
214081
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
214095
214082
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -214102,6 +214089,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
214102
214089
|
}
|
|
214103
214090
|
});
|
|
214104
214091
|
var _index = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1], "./index"));
|
|
214105
|
-
},
|
|
214092
|
+
},2587,[1,2586],"pages/_404.tsx");
|
|
214106
214093
|
__r(185);
|
|
214107
214094
|
__r(0);
|