@apps-in-toss/web-framework 1.7.1 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/prebuilt/dev.android.js +89 -28
- package/dist/prebuilt/dev.ios.js +89 -28
- package/dist/prebuilt/prod.android.js +79 -3
- package/dist/prebuilt/prod.ios.js +79 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -155154,8 +155154,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
155154
155154
|
}).catch(noop);
|
|
155155
155155
|
}
|
|
155156
155156
|
var INTEGRATED_AD_SDK_VERSION = "0.0.0";
|
|
155157
|
-
var ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
155158
|
-
var IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
155157
|
+
var ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
155158
|
+
var IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
155159
155159
|
var UNSUPPORTED_ERROR_MESSAGE2 = "This feature is not supported in the current environment";
|
|
155160
155160
|
var INTG_AD_ADM_FALLBACK_RID_MAP = {};
|
|
155161
155161
|
function integratedAdIsSupported() {
|
|
@@ -156207,6 +156207,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
156207
156207
|
})), {
|
|
156208
156208
|
loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
156209
156209
|
showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
|
|
156210
|
+
isAppsInTossAdMobLoaded_isSupported: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
|
|
156210
156211
|
loadFullScreenAd_isSupported: loadFullScreenAdForWeb.isSupported,
|
|
156211
156212
|
showFullScreenAd_isSupported: _showFullScreenAd.isSupported,
|
|
156212
156213
|
fetchTossAd_isSupported: fetchTossAd.isSupported,
|
|
@@ -156254,6 +156255,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
156254
156255
|
getPendingOrders: import_native_modules23.IAP.getPendingOrders,
|
|
156255
156256
|
getCompletedOrRefundedOrders: import_native_modules23.IAP.getCompletedOrRefundedOrders,
|
|
156256
156257
|
completeProductGrant: import_native_modules23.IAP.completeProductGrant,
|
|
156258
|
+
isAppsInTossAdMobLoaded: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded,
|
|
156257
156259
|
tossAdEventLog: tossAdEventLog,
|
|
156258
156260
|
memoryDebugLog: webViewMemoryDebugLog
|
|
156259
156261
|
})
|
|
@@ -157683,7 +157685,34 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157683
157685
|
}
|
|
157684
157686
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
157685
157687
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
157686
|
-
function
|
|
157688
|
+
function isAppsInTossAdMobLoaded(_x2) {
|
|
157689
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
157690
|
+
}
|
|
157691
|
+
function _isAppsInTossAdMobLoaded() {
|
|
157692
|
+
_isAppsInTossAdMobLoaded = _asyncToGenerator(function* (params) {
|
|
157693
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
157694
|
+
return false;
|
|
157695
|
+
}
|
|
157696
|
+
return new Promise(function (resolve, reject) {
|
|
157697
|
+
var unregister = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", Object.assign({}, params), {
|
|
157698
|
+
onSuccess: function onSuccess(cached) {
|
|
157699
|
+
resolve(cached);
|
|
157700
|
+
unregister();
|
|
157701
|
+
},
|
|
157702
|
+
onError: reject
|
|
157703
|
+
});
|
|
157704
|
+
});
|
|
157705
|
+
});
|
|
157706
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
157707
|
+
}
|
|
157708
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
157709
|
+
return ENVIRONMENT !== "toss" ? false : _isMinVersionSupported({
|
|
157710
|
+
android: "5.244.0",
|
|
157711
|
+
ios: "5.244.0"
|
|
157712
|
+
});
|
|
157713
|
+
}
|
|
157714
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
157715
|
+
function checkoutPayment(_x3) {
|
|
157687
157716
|
return _checkoutPayment.apply(this, arguments);
|
|
157688
157717
|
}
|
|
157689
157718
|
function _checkoutPayment() {
|
|
@@ -157715,7 +157744,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157715
157744
|
return [key, String(value)];
|
|
157716
157745
|
}));
|
|
157717
157746
|
}
|
|
157718
|
-
function _eventLog(
|
|
157747
|
+
function _eventLog(_x4) {
|
|
157719
157748
|
return _eventLog2.apply(this, arguments);
|
|
157720
157749
|
}
|
|
157721
157750
|
function _eventLog2() {
|
|
@@ -157779,7 +157808,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157779
157808
|
maxWidth: (_options$maxWidth = options == null ? void 0 : options.maxWidth) != null ? _options$maxWidth : DEFAULT_MAX_WIDTH
|
|
157780
157809
|
}));
|
|
157781
157810
|
});
|
|
157782
|
-
function handler(
|
|
157811
|
+
function handler(_x5) {
|
|
157783
157812
|
return _handler.apply(this, arguments);
|
|
157784
157813
|
}
|
|
157785
157814
|
return handler;
|
|
@@ -157802,7 +157831,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157802
157831
|
done: contacts.done
|
|
157803
157832
|
};
|
|
157804
157833
|
});
|
|
157805
|
-
function handler(
|
|
157834
|
+
function handler(_x6) {
|
|
157806
157835
|
return _handler2.apply(this, arguments);
|
|
157807
157836
|
}
|
|
157808
157837
|
return handler;
|
|
@@ -157830,7 +157859,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157830
157859
|
var _handler3 = _asyncToGenerator(function* (options) {
|
|
157831
157860
|
return _AppsInTossModule.getCurrentLocation(options);
|
|
157832
157861
|
});
|
|
157833
|
-
function handler(
|
|
157862
|
+
function handler(_x7) {
|
|
157834
157863
|
return _handler3.apply(this, arguments);
|
|
157835
157864
|
}
|
|
157836
157865
|
return handler;
|
|
@@ -157878,7 +157907,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157878
157907
|
android: "5.240.0",
|
|
157879
157908
|
ios: "5.239.0"
|
|
157880
157909
|
};
|
|
157881
|
-
function _getTossShareLink(
|
|
157910
|
+
function _getTossShareLink(_x8, _x9) {
|
|
157882
157911
|
return _getTossShareLink2.apply(this, arguments);
|
|
157883
157912
|
}
|
|
157884
157913
|
function _getTossShareLink2() {
|
|
@@ -157898,7 +157927,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157898
157927
|
});
|
|
157899
157928
|
return _getTossShareLink2.apply(this, arguments);
|
|
157900
157929
|
}
|
|
157901
|
-
function getTossShareLinkV1(
|
|
157930
|
+
function getTossShareLinkV1(_x10) {
|
|
157902
157931
|
return _getTossShareLinkV.apply(this, arguments);
|
|
157903
157932
|
}
|
|
157904
157933
|
function _getTossShareLinkV() {
|
|
@@ -158003,7 +158032,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158003
158032
|
isProductGranted: isProductGranted
|
|
158004
158033
|
});
|
|
158005
158034
|
});
|
|
158006
|
-
function onPurchased(
|
|
158035
|
+
function onPurchased(_x11) {
|
|
158007
158036
|
return _onPurchased.apply(this, arguments);
|
|
158008
158037
|
}
|
|
158009
158038
|
return onPurchased;
|
|
@@ -158052,7 +158081,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158052
158081
|
});
|
|
158053
158082
|
return _getPendingOrders.apply(this, arguments);
|
|
158054
158083
|
}
|
|
158055
|
-
function getCompletedOrRefundedOrders(
|
|
158084
|
+
function getCompletedOrRefundedOrders(_x12) {
|
|
158056
158085
|
return _getCompletedOrRefundedOrders.apply(this, arguments);
|
|
158057
158086
|
}
|
|
158058
158087
|
function _getCompletedOrRefundedOrders() {
|
|
@@ -158070,7 +158099,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158070
158099
|
});
|
|
158071
158100
|
return _getCompletedOrRefundedOrders.apply(this, arguments);
|
|
158072
158101
|
}
|
|
158073
|
-
function completeProductGrant(
|
|
158102
|
+
function completeProductGrant(_x13) {
|
|
158074
158103
|
return _completeProductGrant.apply(this, arguments);
|
|
158075
158104
|
}
|
|
158076
158105
|
function _completeProductGrant() {
|
|
@@ -158093,7 +158122,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158093
158122
|
getCompletedOrRefundedOrders: getCompletedOrRefundedOrders,
|
|
158094
158123
|
completeProductGrant: completeProductGrant
|
|
158095
158124
|
};
|
|
158096
|
-
function _saveBase64Data(
|
|
158125
|
+
function _saveBase64Data(_x14) {
|
|
158097
158126
|
return _saveBase64Data2.apply(this, arguments);
|
|
158098
158127
|
}
|
|
158099
158128
|
function _saveBase64Data2() {
|
|
@@ -158110,7 +158139,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158110
158139
|
});
|
|
158111
158140
|
return _saveBase64Data2.apply(this, arguments);
|
|
158112
158141
|
}
|
|
158113
|
-
function _setDeviceOrientation(
|
|
158142
|
+
function _setDeviceOrientation(_x15) {
|
|
158114
158143
|
return _setDeviceOrientation2.apply(this, arguments);
|
|
158115
158144
|
}
|
|
158116
158145
|
function _setDeviceOrientation2() {
|
|
@@ -158201,7 +158230,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158201
158230
|
});
|
|
158202
158231
|
return _getGameCenterGameProfile2.apply(this, arguments);
|
|
158203
158232
|
}
|
|
158204
|
-
function _submitGameCenterLeaderBoardScore(
|
|
158233
|
+
function _submitGameCenterLeaderBoardScore(_x16) {
|
|
158205
158234
|
return _submitGameCenterLeaderBoardScore2.apply(this, arguments);
|
|
158206
158235
|
}
|
|
158207
158236
|
function _submitGameCenterLeaderBoardScore2() {
|
|
@@ -158241,7 +158270,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158241
158270
|
function isGrantPromotionRewardForGameError(error) {
|
|
158242
158271
|
return typeof error === "object" && error !== null && "code" in error && typeof error.code === "string" && "message" in error && typeof error.message === "string";
|
|
158243
158272
|
}
|
|
158244
|
-
function _grantPromotionRewardForGame(
|
|
158273
|
+
function _grantPromotionRewardForGame(_x17) {
|
|
158245
158274
|
return _grantPromotionRewardForGame2.apply(this, arguments);
|
|
158246
158275
|
}
|
|
158247
158276
|
function _grantPromotionRewardForGame2() {
|
|
@@ -158323,7 +158352,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158323
158352
|
ios: "5.236.0"
|
|
158324
158353
|
}
|
|
158325
158354
|
};
|
|
158326
|
-
function _appsInTossSignTossCert(
|
|
158355
|
+
function _appsInTossSignTossCert(_x18) {
|
|
158327
158356
|
return _appsInTossSignTossCert2.apply(this, arguments);
|
|
158328
158357
|
}
|
|
158329
158358
|
function _appsInTossSignTossCert2() {
|
|
@@ -158345,7 +158374,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158345
158374
|
};
|
|
158346
158375
|
var _GoogleAdMob = {
|
|
158347
158376
|
loadAppsInTossAdMob: loadAppsInTossAdMob,
|
|
158348
|
-
showAppsInTossAdMob: showAppsInTossAdMob
|
|
158377
|
+
showAppsInTossAdMob: showAppsInTossAdMob,
|
|
158378
|
+
isAppsInTossAdMobLoaded: isAppsInTossAdMobLoaded
|
|
158349
158379
|
};
|
|
158350
158380
|
function _startUpdateLocation(eventParams) {
|
|
158351
158381
|
return _appsInTossEvent.addEventListener("updateLocationEvent", eventParams);
|
|
@@ -158385,7 +158415,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158385
158415
|
function _generateHapticFeedback(options) {
|
|
158386
158416
|
return _BedrockModule.generateHapticFeedback(options);
|
|
158387
158417
|
}
|
|
158388
|
-
function _share(
|
|
158418
|
+
function _share(_x19) {
|
|
158389
158419
|
return _share2.apply(this, arguments);
|
|
158390
158420
|
}
|
|
158391
158421
|
function _share2() {
|
|
@@ -158397,7 +158427,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158397
158427
|
function _setSecureScreen(options) {
|
|
158398
158428
|
return _BedrockModule.setSecureScreen(options);
|
|
158399
158429
|
}
|
|
158400
|
-
function _setScreenAwakeMode(
|
|
158430
|
+
function _setScreenAwakeMode(_x20) {
|
|
158401
158431
|
return _setScreenAwakeMode2.apply(this, arguments);
|
|
158402
158432
|
}
|
|
158403
158433
|
function _setScreenAwakeMode2() {
|
|
@@ -158409,7 +158439,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158409
158439
|
function _getNetworkStatus() {
|
|
158410
158440
|
return _BedrockModule.getNetworkStatus();
|
|
158411
158441
|
}
|
|
158412
|
-
function _setIosSwipeGestureEnabled(
|
|
158442
|
+
function _setIosSwipeGestureEnabled(_x21) {
|
|
158413
158443
|
return _setIosSwipeGestureEnabled2.apply(this, arguments);
|
|
158414
158444
|
}
|
|
158415
158445
|
function _setIosSwipeGestureEnabled2() {
|
|
@@ -234120,20 +234150,24 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
234120
234150
|
};
|
|
234121
234151
|
var GoogleAdMob = exports.GoogleAdMob = {
|
|
234122
234152
|
loadAppsInTossAdMob: _googleAdMobV.loadAppsInTossAdMob,
|
|
234123
|
-
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob
|
|
234153
|
+
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob,
|
|
234154
|
+
isAppsInTossAdMobLoaded: _googleAdMobV.isAppsInTossAdMobLoaded
|
|
234124
234155
|
};
|
|
234125
234156
|
},2622,[2623,2596,2580,2590,2591,2587,2586,2585,2588,2583,2589,2612,2610,2611,2594,2625,2592,2597,2595,2626,2601,2599,2602,2603,2605,2604,2627,2598],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/index.ts");
|
|
234126
234157
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
234158
|
+
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
234127
234159
|
Object.defineProperty(exports, "__esModule", {
|
|
234128
234160
|
value: true
|
|
234129
234161
|
});
|
|
234162
|
+
exports.isAppsInTossAdMobLoaded = isAppsInTossAdMobLoaded;
|
|
234130
234163
|
exports.loadAppsInTossAdMob = loadAppsInTossAdMob;
|
|
234131
234164
|
exports.showAppsInTossAdMob = showAppsInTossAdMob;
|
|
234132
|
-
var
|
|
234133
|
-
var
|
|
234134
|
-
var
|
|
234135
|
-
var
|
|
234136
|
-
var
|
|
234165
|
+
var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1], "@babel/runtime/helpers/asyncToGenerator"));
|
|
234166
|
+
var _esToolkit = _$$_REQUIRE(_dependencyMap[2], "es-toolkit");
|
|
234167
|
+
var _getReferrer = _$$_REQUIRE(_dependencyMap[3], "../../../utils/getReferrer");
|
|
234168
|
+
var _appBridge = _$$_REQUIRE(_dependencyMap[4], "../../native-event-emitter/internal/appBridge");
|
|
234169
|
+
var _getOperationalEnvironment = _$$_REQUIRE(_dependencyMap[5], "../getOperationalEnvironment");
|
|
234170
|
+
var _isMinVersionSupported = _$$_REQUIRE(_dependencyMap[6], "../isMinVersionSupported");
|
|
234137
234171
|
function loadAppsInTossAdMob(params) {
|
|
234138
234172
|
if (!loadAppsInTossAdMob.isSupported()) {
|
|
234139
234173
|
params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
|
|
@@ -234225,7 +234259,34 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
234225
234259
|
}
|
|
234226
234260
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
234227
234261
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
234228
|
-
|
|
234262
|
+
function isAppsInTossAdMobLoaded(_x) {
|
|
234263
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
234264
|
+
}
|
|
234265
|
+
function _isAppsInTossAdMobLoaded() {
|
|
234266
|
+
_isAppsInTossAdMobLoaded = (0, _asyncToGenerator2.default)(function* (params) {
|
|
234267
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
234268
|
+
return false;
|
|
234269
|
+
}
|
|
234270
|
+
return new Promise(function (resolve, reject) {
|
|
234271
|
+
var unregister = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('getCachedStatusAppsInTossAdmob', Object.assign({}, params), {
|
|
234272
|
+
onSuccess: function onSuccess(cached) {
|
|
234273
|
+
resolve(cached);
|
|
234274
|
+
unregister();
|
|
234275
|
+
},
|
|
234276
|
+
onError: reject
|
|
234277
|
+
});
|
|
234278
|
+
});
|
|
234279
|
+
});
|
|
234280
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
234281
|
+
}
|
|
234282
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
234283
|
+
return ENVIRONMENT !== 'toss' ? false : (0, _isMinVersionSupported.isMinVersionSupported)({
|
|
234284
|
+
android: '5.244.0',
|
|
234285
|
+
ios: '5.244.0'
|
|
234286
|
+
});
|
|
234287
|
+
}
|
|
234288
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
234289
|
+
},2623,[1,16,1261,2624,2619,2610,2592],"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMobV2.ts");
|
|
234229
234290
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
234230
234291
|
Object.defineProperty(exports, "__esModule", {
|
|
234231
234292
|
value: true
|
package/dist/prebuilt/dev.ios.js
CHANGED
|
@@ -154975,8 +154975,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
154975
154975
|
}).catch(noop);
|
|
154976
154976
|
}
|
|
154977
154977
|
var INTEGRATED_AD_SDK_VERSION = "0.0.0";
|
|
154978
|
-
var ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
154979
|
-
var IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
154978
|
+
var ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
154979
|
+
var IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
154980
154980
|
var UNSUPPORTED_ERROR_MESSAGE2 = "This feature is not supported in the current environment";
|
|
154981
154981
|
var INTG_AD_ADM_FALLBACK_RID_MAP = {};
|
|
154982
154982
|
function integratedAdIsSupported() {
|
|
@@ -156028,6 +156028,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
156028
156028
|
})), {
|
|
156029
156029
|
loadAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
156030
156030
|
showAppsInTossAdMob_isSupported: import_native_modules23.GoogleAdMob.showAppsInTossAdMob.isSupported,
|
|
156031
|
+
isAppsInTossAdMobLoaded_isSupported: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
|
|
156031
156032
|
loadFullScreenAd_isSupported: loadFullScreenAdForWeb.isSupported,
|
|
156032
156033
|
showFullScreenAd_isSupported: _showFullScreenAd.isSupported,
|
|
156033
156034
|
fetchTossAd_isSupported: fetchTossAd.isSupported,
|
|
@@ -156075,6 +156076,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
156075
156076
|
getPendingOrders: import_native_modules23.IAP.getPendingOrders,
|
|
156076
156077
|
getCompletedOrRefundedOrders: import_native_modules23.IAP.getCompletedOrRefundedOrders,
|
|
156077
156078
|
completeProductGrant: import_native_modules23.IAP.completeProductGrant,
|
|
156079
|
+
isAppsInTossAdMobLoaded: import_native_modules23.GoogleAdMob.isAppsInTossAdMobLoaded,
|
|
156078
156080
|
tossAdEventLog: tossAdEventLog,
|
|
156079
156081
|
memoryDebugLog: webViewMemoryDebugLog
|
|
156080
156082
|
})
|
|
@@ -157504,7 +157506,34 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157504
157506
|
}
|
|
157505
157507
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
157506
157508
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
157507
|
-
function
|
|
157509
|
+
function isAppsInTossAdMobLoaded(_x2) {
|
|
157510
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
157511
|
+
}
|
|
157512
|
+
function _isAppsInTossAdMobLoaded() {
|
|
157513
|
+
_isAppsInTossAdMobLoaded = _asyncToGenerator(function* (params) {
|
|
157514
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
157515
|
+
return false;
|
|
157516
|
+
}
|
|
157517
|
+
return new Promise(function (resolve, reject) {
|
|
157518
|
+
var unregister = _INTERNAL__appBridgeHandler.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", Object.assign({}, params), {
|
|
157519
|
+
onSuccess: function onSuccess(cached) {
|
|
157520
|
+
resolve(cached);
|
|
157521
|
+
unregister();
|
|
157522
|
+
},
|
|
157523
|
+
onError: reject
|
|
157524
|
+
});
|
|
157525
|
+
});
|
|
157526
|
+
});
|
|
157527
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
157528
|
+
}
|
|
157529
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
157530
|
+
return ENVIRONMENT !== "toss" ? false : _isMinVersionSupported({
|
|
157531
|
+
android: "5.244.0",
|
|
157532
|
+
ios: "5.244.0"
|
|
157533
|
+
});
|
|
157534
|
+
}
|
|
157535
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
157536
|
+
function checkoutPayment(_x3) {
|
|
157508
157537
|
return _checkoutPayment.apply(this, arguments);
|
|
157509
157538
|
}
|
|
157510
157539
|
function _checkoutPayment() {
|
|
@@ -157536,7 +157565,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157536
157565
|
return [key, String(value)];
|
|
157537
157566
|
}));
|
|
157538
157567
|
}
|
|
157539
|
-
function _eventLog(
|
|
157568
|
+
function _eventLog(_x4) {
|
|
157540
157569
|
return _eventLog2.apply(this, arguments);
|
|
157541
157570
|
}
|
|
157542
157571
|
function _eventLog2() {
|
|
@@ -157600,7 +157629,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157600
157629
|
maxWidth: (_options$maxWidth = options == null ? void 0 : options.maxWidth) != null ? _options$maxWidth : DEFAULT_MAX_WIDTH
|
|
157601
157630
|
}));
|
|
157602
157631
|
});
|
|
157603
|
-
function handler(
|
|
157632
|
+
function handler(_x5) {
|
|
157604
157633
|
return _handler.apply(this, arguments);
|
|
157605
157634
|
}
|
|
157606
157635
|
return handler;
|
|
@@ -157623,7 +157652,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157623
157652
|
done: contacts.done
|
|
157624
157653
|
};
|
|
157625
157654
|
});
|
|
157626
|
-
function handler(
|
|
157655
|
+
function handler(_x6) {
|
|
157627
157656
|
return _handler2.apply(this, arguments);
|
|
157628
157657
|
}
|
|
157629
157658
|
return handler;
|
|
@@ -157651,7 +157680,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157651
157680
|
var _handler3 = _asyncToGenerator(function* (options) {
|
|
157652
157681
|
return _AppsInTossModule.getCurrentLocation(options);
|
|
157653
157682
|
});
|
|
157654
|
-
function handler(
|
|
157683
|
+
function handler(_x7) {
|
|
157655
157684
|
return _handler3.apply(this, arguments);
|
|
157656
157685
|
}
|
|
157657
157686
|
return handler;
|
|
@@ -157699,7 +157728,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157699
157728
|
android: "5.240.0",
|
|
157700
157729
|
ios: "5.239.0"
|
|
157701
157730
|
};
|
|
157702
|
-
function _getTossShareLink(
|
|
157731
|
+
function _getTossShareLink(_x8, _x9) {
|
|
157703
157732
|
return _getTossShareLink2.apply(this, arguments);
|
|
157704
157733
|
}
|
|
157705
157734
|
function _getTossShareLink2() {
|
|
@@ -157719,7 +157748,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157719
157748
|
});
|
|
157720
157749
|
return _getTossShareLink2.apply(this, arguments);
|
|
157721
157750
|
}
|
|
157722
|
-
function getTossShareLinkV1(
|
|
157751
|
+
function getTossShareLinkV1(_x10) {
|
|
157723
157752
|
return _getTossShareLinkV.apply(this, arguments);
|
|
157724
157753
|
}
|
|
157725
157754
|
function _getTossShareLinkV() {
|
|
@@ -157824,7 +157853,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157824
157853
|
isProductGranted: isProductGranted
|
|
157825
157854
|
});
|
|
157826
157855
|
});
|
|
157827
|
-
function onPurchased(
|
|
157856
|
+
function onPurchased(_x11) {
|
|
157828
157857
|
return _onPurchased.apply(this, arguments);
|
|
157829
157858
|
}
|
|
157830
157859
|
return onPurchased;
|
|
@@ -157873,7 +157902,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157873
157902
|
});
|
|
157874
157903
|
return _getPendingOrders.apply(this, arguments);
|
|
157875
157904
|
}
|
|
157876
|
-
function getCompletedOrRefundedOrders(
|
|
157905
|
+
function getCompletedOrRefundedOrders(_x12) {
|
|
157877
157906
|
return _getCompletedOrRefundedOrders.apply(this, arguments);
|
|
157878
157907
|
}
|
|
157879
157908
|
function _getCompletedOrRefundedOrders() {
|
|
@@ -157891,7 +157920,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157891
157920
|
});
|
|
157892
157921
|
return _getCompletedOrRefundedOrders.apply(this, arguments);
|
|
157893
157922
|
}
|
|
157894
|
-
function completeProductGrant(
|
|
157923
|
+
function completeProductGrant(_x13) {
|
|
157895
157924
|
return _completeProductGrant.apply(this, arguments);
|
|
157896
157925
|
}
|
|
157897
157926
|
function _completeProductGrant() {
|
|
@@ -157914,7 +157943,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157914
157943
|
getCompletedOrRefundedOrders: getCompletedOrRefundedOrders,
|
|
157915
157944
|
completeProductGrant: completeProductGrant
|
|
157916
157945
|
};
|
|
157917
|
-
function _saveBase64Data(
|
|
157946
|
+
function _saveBase64Data(_x14) {
|
|
157918
157947
|
return _saveBase64Data2.apply(this, arguments);
|
|
157919
157948
|
}
|
|
157920
157949
|
function _saveBase64Data2() {
|
|
@@ -157931,7 +157960,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
157931
157960
|
});
|
|
157932
157961
|
return _saveBase64Data2.apply(this, arguments);
|
|
157933
157962
|
}
|
|
157934
|
-
function _setDeviceOrientation(
|
|
157963
|
+
function _setDeviceOrientation(_x15) {
|
|
157935
157964
|
return _setDeviceOrientation2.apply(this, arguments);
|
|
157936
157965
|
}
|
|
157937
157966
|
function _setDeviceOrientation2() {
|
|
@@ -158022,7 +158051,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158022
158051
|
});
|
|
158023
158052
|
return _getGameCenterGameProfile2.apply(this, arguments);
|
|
158024
158053
|
}
|
|
158025
|
-
function _submitGameCenterLeaderBoardScore(
|
|
158054
|
+
function _submitGameCenterLeaderBoardScore(_x16) {
|
|
158026
158055
|
return _submitGameCenterLeaderBoardScore2.apply(this, arguments);
|
|
158027
158056
|
}
|
|
158028
158057
|
function _submitGameCenterLeaderBoardScore2() {
|
|
@@ -158062,7 +158091,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158062
158091
|
function isGrantPromotionRewardForGameError(error) {
|
|
158063
158092
|
return typeof error === "object" && error !== null && "code" in error && typeof error.code === "string" && "message" in error && typeof error.message === "string";
|
|
158064
158093
|
}
|
|
158065
|
-
function _grantPromotionRewardForGame(
|
|
158094
|
+
function _grantPromotionRewardForGame(_x17) {
|
|
158066
158095
|
return _grantPromotionRewardForGame2.apply(this, arguments);
|
|
158067
158096
|
}
|
|
158068
158097
|
function _grantPromotionRewardForGame2() {
|
|
@@ -158144,7 +158173,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158144
158173
|
ios: "5.236.0"
|
|
158145
158174
|
}
|
|
158146
158175
|
};
|
|
158147
|
-
function _appsInTossSignTossCert(
|
|
158176
|
+
function _appsInTossSignTossCert(_x18) {
|
|
158148
158177
|
return _appsInTossSignTossCert2.apply(this, arguments);
|
|
158149
158178
|
}
|
|
158150
158179
|
function _appsInTossSignTossCert2() {
|
|
@@ -158166,7 +158195,8 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158166
158195
|
};
|
|
158167
158196
|
var _GoogleAdMob = {
|
|
158168
158197
|
loadAppsInTossAdMob: loadAppsInTossAdMob,
|
|
158169
|
-
showAppsInTossAdMob: showAppsInTossAdMob
|
|
158198
|
+
showAppsInTossAdMob: showAppsInTossAdMob,
|
|
158199
|
+
isAppsInTossAdMobLoaded: isAppsInTossAdMobLoaded
|
|
158170
158200
|
};
|
|
158171
158201
|
function _startUpdateLocation(eventParams) {
|
|
158172
158202
|
return _appsInTossEvent.addEventListener("updateLocationEvent", eventParams);
|
|
@@ -158206,7 +158236,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158206
158236
|
function _generateHapticFeedback(options) {
|
|
158207
158237
|
return _BedrockModule.generateHapticFeedback(options);
|
|
158208
158238
|
}
|
|
158209
|
-
function _share(
|
|
158239
|
+
function _share(_x19) {
|
|
158210
158240
|
return _share2.apply(this, arguments);
|
|
158211
158241
|
}
|
|
158212
158242
|
function _share2() {
|
|
@@ -158218,7 +158248,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158218
158248
|
function _setSecureScreen(options) {
|
|
158219
158249
|
return _BedrockModule.setSecureScreen(options);
|
|
158220
158250
|
}
|
|
158221
|
-
function _setScreenAwakeMode(
|
|
158251
|
+
function _setScreenAwakeMode(_x20) {
|
|
158222
158252
|
return _setScreenAwakeMode2.apply(this, arguments);
|
|
158223
158253
|
}
|
|
158224
158254
|
function _setScreenAwakeMode2() {
|
|
@@ -158230,7 +158260,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
158230
158260
|
function _getNetworkStatus() {
|
|
158231
158261
|
return _BedrockModule.getNetworkStatus();
|
|
158232
158262
|
}
|
|
158233
|
-
function _setIosSwipeGestureEnabled(
|
|
158263
|
+
function _setIosSwipeGestureEnabled(_x21) {
|
|
158234
158264
|
return _setIosSwipeGestureEnabled2.apply(this, arguments);
|
|
158235
158265
|
}
|
|
158236
158266
|
function _setIosSwipeGestureEnabled2() {
|
|
@@ -233960,20 +233990,24 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
233960
233990
|
};
|
|
233961
233991
|
var GoogleAdMob = exports.GoogleAdMob = {
|
|
233962
233992
|
loadAppsInTossAdMob: _googleAdMobV.loadAppsInTossAdMob,
|
|
233963
|
-
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob
|
|
233993
|
+
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob,
|
|
233994
|
+
isAppsInTossAdMobLoaded: _googleAdMobV.isAppsInTossAdMobLoaded
|
|
233964
233995
|
};
|
|
233965
233996
|
},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");
|
|
233966
233997
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
233998
|
+
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
233967
233999
|
Object.defineProperty(exports, "__esModule", {
|
|
233968
234000
|
value: true
|
|
233969
234001
|
});
|
|
234002
|
+
exports.isAppsInTossAdMobLoaded = isAppsInTossAdMobLoaded;
|
|
233970
234003
|
exports.loadAppsInTossAdMob = loadAppsInTossAdMob;
|
|
233971
234004
|
exports.showAppsInTossAdMob = showAppsInTossAdMob;
|
|
233972
|
-
var
|
|
233973
|
-
var
|
|
233974
|
-
var
|
|
233975
|
-
var
|
|
233976
|
-
var
|
|
234005
|
+
var _asyncToGenerator2 = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1], "@babel/runtime/helpers/asyncToGenerator"));
|
|
234006
|
+
var _esToolkit = _$$_REQUIRE(_dependencyMap[2], "es-toolkit");
|
|
234007
|
+
var _getReferrer = _$$_REQUIRE(_dependencyMap[3], "../../../utils/getReferrer");
|
|
234008
|
+
var _appBridge = _$$_REQUIRE(_dependencyMap[4], "../../native-event-emitter/internal/appBridge");
|
|
234009
|
+
var _getOperationalEnvironment = _$$_REQUIRE(_dependencyMap[5], "../getOperationalEnvironment");
|
|
234010
|
+
var _isMinVersionSupported = _$$_REQUIRE(_dependencyMap[6], "../isMinVersionSupported");
|
|
233977
234011
|
function loadAppsInTossAdMob(params) {
|
|
233978
234012
|
if (!loadAppsInTossAdMob.isSupported()) {
|
|
233979
234013
|
params.onError(new Error(UNSUPPORTED_ERROR_MESSAGE));
|
|
@@ -234065,7 +234099,34 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
234065
234099
|
}
|
|
234066
234100
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
234067
234101
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
234068
|
-
|
|
234102
|
+
function isAppsInTossAdMobLoaded(_x) {
|
|
234103
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
234104
|
+
}
|
|
234105
|
+
function _isAppsInTossAdMobLoaded() {
|
|
234106
|
+
_isAppsInTossAdMobLoaded = (0, _asyncToGenerator2.default)(function* (params) {
|
|
234107
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
234108
|
+
return false;
|
|
234109
|
+
}
|
|
234110
|
+
return new Promise(function (resolve, reject) {
|
|
234111
|
+
var unregister = _appBridge.INTERNAL__appBridgeHandler.invokeAppBridgeMethod('getCachedStatusAppsInTossAdmob', Object.assign({}, params), {
|
|
234112
|
+
onSuccess: function onSuccess(cached) {
|
|
234113
|
+
resolve(cached);
|
|
234114
|
+
unregister();
|
|
234115
|
+
},
|
|
234116
|
+
onError: reject
|
|
234117
|
+
});
|
|
234118
|
+
});
|
|
234119
|
+
});
|
|
234120
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
234121
|
+
}
|
|
234122
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
234123
|
+
return ENVIRONMENT !== 'toss' ? false : (0, _isMinVersionSupported.isMinVersionSupported)({
|
|
234124
|
+
android: '5.244.0',
|
|
234125
|
+
ios: '5.244.0'
|
|
234126
|
+
});
|
|
234127
|
+
}
|
|
234128
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
234129
|
+
},2622,[1,16,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");
|
|
234069
234130
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
234070
234131
|
Object.defineProperty(exports, "__esModule", {
|
|
234071
234132
|
value: true
|
|
@@ -11164,6 +11164,40 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11164
11164
|
});
|
|
11165
11165
|
};
|
|
11166
11166
|
}
|
|
11167
|
+
function isAppsInTossAdMobLoaded(params) {
|
|
11168
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
11169
|
+
}
|
|
11170
|
+
function _isAppsInTossAdMobLoaded() {
|
|
11171
|
+
_isAppsInTossAdMobLoaded = _async_to_generator(function(params) {
|
|
11172
|
+
return __generator(this, function(_state) {
|
|
11173
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
11174
|
+
return [
|
|
11175
|
+
2,
|
|
11176
|
+
false
|
|
11177
|
+
];
|
|
11178
|
+
}
|
|
11179
|
+
return [
|
|
11180
|
+
2,
|
|
11181
|
+
new Promise(function(resolve, reject) {
|
|
11182
|
+
var unregister = INTERNAL__appBridgeHandler.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", _object_spread({}, params), {
|
|
11183
|
+
onSuccess: function(cached) {
|
|
11184
|
+
resolve(cached);
|
|
11185
|
+
unregister();
|
|
11186
|
+
},
|
|
11187
|
+
onError: reject
|
|
11188
|
+
});
|
|
11189
|
+
})
|
|
11190
|
+
];
|
|
11191
|
+
});
|
|
11192
|
+
});
|
|
11193
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
11194
|
+
}
|
|
11195
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
11196
|
+
return ENVIRONMENT !== "toss" ? false : isMinVersionSupported({
|
|
11197
|
+
android: "5.244.0",
|
|
11198
|
+
ios: "5.244.0"
|
|
11199
|
+
});
|
|
11200
|
+
}
|
|
11167
11201
|
function normalizeParams(params) {
|
|
11168
11202
|
return Object.fromEntries(Object.entries(params).filter(function(param) {
|
|
11169
11203
|
var _param = _sliced_to_array(param, 2), value = _param[1];
|
|
@@ -11856,6 +11890,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11856
11890
|
ENVIRONMENT = getOperationalEnvironment();
|
|
11857
11891
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
11858
11892
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
11893
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
11859
11894
|
DEFAULT_MAX_COUNT = 10;
|
|
11860
11895
|
DEFAULT_MAX_WIDTH = 1024;
|
|
11861
11896
|
fetchAlbumPhotos = createPermissionFunction({
|
|
@@ -11990,7 +12025,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11990
12025
|
};
|
|
11991
12026
|
GoogleAdMob = {
|
|
11992
12027
|
loadAppsInTossAdMob,
|
|
11993
|
-
showAppsInTossAdMob
|
|
12028
|
+
showAppsInTossAdMob,
|
|
12029
|
+
isAppsInTossAdMobLoaded
|
|
11994
12030
|
};
|
|
11995
12031
|
startUpdateLocation.openPermissionDialog = getCurrentLocation.openPermissionDialog;
|
|
11996
12032
|
startUpdateLocation.getPermission = getCurrentLocation.getPermission;
|
|
@@ -44613,12 +44649,48 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
44613
44649
|
});
|
|
44614
44650
|
};
|
|
44615
44651
|
}
|
|
44652
|
+
function isAppsInTossAdMobLoaded2(params) {
|
|
44653
|
+
return _isAppsInTossAdMobLoaded2.apply(this, arguments);
|
|
44654
|
+
}
|
|
44655
|
+
function _isAppsInTossAdMobLoaded2() {
|
|
44656
|
+
_isAppsInTossAdMobLoaded2 = _async_to_generator(function(params) {
|
|
44657
|
+
return __generator(this, function(_state) {
|
|
44658
|
+
if (!isAppsInTossAdMobLoadedSupported2()) {
|
|
44659
|
+
return [
|
|
44660
|
+
2,
|
|
44661
|
+
false
|
|
44662
|
+
];
|
|
44663
|
+
}
|
|
44664
|
+
return [
|
|
44665
|
+
2,
|
|
44666
|
+
new Promise(function(resolve, reject) {
|
|
44667
|
+
var unregister = INTERNAL__appBridgeHandler2.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", _object_spread({}, params), {
|
|
44668
|
+
onSuccess: function(cached) {
|
|
44669
|
+
resolve(cached);
|
|
44670
|
+
unregister();
|
|
44671
|
+
},
|
|
44672
|
+
onError: reject
|
|
44673
|
+
});
|
|
44674
|
+
})
|
|
44675
|
+
];
|
|
44676
|
+
});
|
|
44677
|
+
});
|
|
44678
|
+
return _isAppsInTossAdMobLoaded2.apply(this, arguments);
|
|
44679
|
+
}
|
|
44680
|
+
function isAppsInTossAdMobLoadedSupported2() {
|
|
44681
|
+
return ENVIRONMENT2 !== "toss" ? false : isMinVersionSupported2({
|
|
44682
|
+
android: "5.244.0",
|
|
44683
|
+
ios: "5.244.0"
|
|
44684
|
+
});
|
|
44685
|
+
}
|
|
44616
44686
|
var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION2, IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION2, UNSUPPORTED_ERROR_MESSAGE2, ENVIRONMENT2;
|
|
44617
44687
|
var init_googleAdMobV2 = __esm({
|
|
44618
44688
|
"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMobV2.ts"() {
|
|
44619
44689
|
"use strict";
|
|
44690
|
+
init_async_to_generator();
|
|
44620
44691
|
init_object_spread();
|
|
44621
44692
|
init_object_spread_props();
|
|
44693
|
+
init_ts_generator();
|
|
44622
44694
|
init_dist5();
|
|
44623
44695
|
init_getReferrer();
|
|
44624
44696
|
init_appBridge();
|
|
@@ -44630,6 +44702,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
44630
44702
|
ENVIRONMENT2 = getOperationalEnvironment2();
|
|
44631
44703
|
loadAppsInTossAdMob2.isSupported = createIsSupported2();
|
|
44632
44704
|
showAppsInTossAdMob2.isSupported = createIsSupported2();
|
|
44705
|
+
isAppsInTossAdMobLoaded2.isSupported = isAppsInTossAdMobLoadedSupported2;
|
|
44633
44706
|
}
|
|
44634
44707
|
});
|
|
44635
44708
|
|
|
@@ -46992,6 +47065,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
46992
47065
|
/** AdMobV2 */
|
|
46993
47066
|
loadAppsInTossAdMob_isSupported: GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
46994
47067
|
showAppsInTossAdMob_isSupported: GoogleAdMob.showAppsInTossAdMob.isSupported,
|
|
47068
|
+
isAppsInTossAdMobLoaded_isSupported: GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
|
|
46995
47069
|
/** IntegratedAd */
|
|
46996
47070
|
loadFullScreenAd_isSupported: loadFullScreenAdForWeb.isSupported,
|
|
46997
47071
|
showFullScreenAd_isSupported: showFullScreenAd.isSupported,
|
|
@@ -47048,6 +47122,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
47048
47122
|
getPendingOrders: IAP.getPendingOrders,
|
|
47049
47123
|
getCompletedOrRefundedOrders: IAP.getCompletedOrRefundedOrders,
|
|
47050
47124
|
completeProductGrant: IAP.completeProductGrant,
|
|
47125
|
+
/** AdMobV2 */
|
|
47126
|
+
isAppsInTossAdMobLoaded: GoogleAdMob.isAppsInTossAdMobLoaded,
|
|
47051
47127
|
/** Toss Ads */
|
|
47052
47128
|
tossAdEventLog,
|
|
47053
47129
|
/** Private */
|
|
@@ -47946,8 +48022,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
47946
48022
|
ALPHA_EVENT_TRACKER_HTTP_ENDPOINT = "https://alpha-trillion.toss.im/trk/sdk-mediation/event";
|
|
47947
48023
|
LIVE_EVENT_TRACKER_HTTP_ENDPOINT = "https://trillion.toss.im/trk/sdk-mediation/event";
|
|
47948
48024
|
INTEGRATED_AD_SDK_VERSION = "0.0.0";
|
|
47949
|
-
ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
47950
|
-
IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
48025
|
+
ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
48026
|
+
IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
47951
48027
|
UNSUPPORTED_ERROR_MESSAGE22 = "This feature is not supported in the current environment";
|
|
47952
48028
|
INTG_AD_ADM_FALLBACK_RID_MAP = {};
|
|
47953
48029
|
loadFullScreenAd = generateLoadFullScreenAd("107");
|
|
@@ -11173,6 +11173,40 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11173
11173
|
});
|
|
11174
11174
|
};
|
|
11175
11175
|
}
|
|
11176
|
+
function isAppsInTossAdMobLoaded(params) {
|
|
11177
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
11178
|
+
}
|
|
11179
|
+
function _isAppsInTossAdMobLoaded() {
|
|
11180
|
+
_isAppsInTossAdMobLoaded = _async_to_generator(function(params) {
|
|
11181
|
+
return __generator(this, function(_state) {
|
|
11182
|
+
if (!isAppsInTossAdMobLoadedSupported()) {
|
|
11183
|
+
return [
|
|
11184
|
+
2,
|
|
11185
|
+
false
|
|
11186
|
+
];
|
|
11187
|
+
}
|
|
11188
|
+
return [
|
|
11189
|
+
2,
|
|
11190
|
+
new Promise(function(resolve, reject) {
|
|
11191
|
+
var unregister = INTERNAL__appBridgeHandler.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", _object_spread({}, params), {
|
|
11192
|
+
onSuccess: function(cached) {
|
|
11193
|
+
resolve(cached);
|
|
11194
|
+
unregister();
|
|
11195
|
+
},
|
|
11196
|
+
onError: reject
|
|
11197
|
+
});
|
|
11198
|
+
})
|
|
11199
|
+
];
|
|
11200
|
+
});
|
|
11201
|
+
});
|
|
11202
|
+
return _isAppsInTossAdMobLoaded.apply(this, arguments);
|
|
11203
|
+
}
|
|
11204
|
+
function isAppsInTossAdMobLoadedSupported() {
|
|
11205
|
+
return ENVIRONMENT !== "toss" ? false : isMinVersionSupported({
|
|
11206
|
+
android: "5.244.0",
|
|
11207
|
+
ios: "5.244.0"
|
|
11208
|
+
});
|
|
11209
|
+
}
|
|
11176
11210
|
function normalizeParams(params) {
|
|
11177
11211
|
return Object.fromEntries(Object.entries(params).filter(function(param) {
|
|
11178
11212
|
var _param = _sliced_to_array(param, 2), value = _param[1];
|
|
@@ -11865,6 +11899,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11865
11899
|
ENVIRONMENT = getOperationalEnvironment();
|
|
11866
11900
|
loadAppsInTossAdMob.isSupported = createIsSupported();
|
|
11867
11901
|
showAppsInTossAdMob.isSupported = createIsSupported();
|
|
11902
|
+
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
11868
11903
|
DEFAULT_MAX_COUNT = 10;
|
|
11869
11904
|
DEFAULT_MAX_WIDTH = 1024;
|
|
11870
11905
|
fetchAlbumPhotos = createPermissionFunction({
|
|
@@ -11999,7 +12034,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
11999
12034
|
};
|
|
12000
12035
|
GoogleAdMob = {
|
|
12001
12036
|
loadAppsInTossAdMob,
|
|
12002
|
-
showAppsInTossAdMob
|
|
12037
|
+
showAppsInTossAdMob,
|
|
12038
|
+
isAppsInTossAdMobLoaded
|
|
12003
12039
|
};
|
|
12004
12040
|
startUpdateLocation.openPermissionDialog = getCurrentLocation.openPermissionDialog;
|
|
12005
12041
|
startUpdateLocation.getPermission = getCurrentLocation.getPermission;
|
|
@@ -44622,12 +44658,48 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
44622
44658
|
});
|
|
44623
44659
|
};
|
|
44624
44660
|
}
|
|
44661
|
+
function isAppsInTossAdMobLoaded2(params) {
|
|
44662
|
+
return _isAppsInTossAdMobLoaded2.apply(this, arguments);
|
|
44663
|
+
}
|
|
44664
|
+
function _isAppsInTossAdMobLoaded2() {
|
|
44665
|
+
_isAppsInTossAdMobLoaded2 = _async_to_generator(function(params) {
|
|
44666
|
+
return __generator(this, function(_state) {
|
|
44667
|
+
if (!isAppsInTossAdMobLoadedSupported2()) {
|
|
44668
|
+
return [
|
|
44669
|
+
2,
|
|
44670
|
+
false
|
|
44671
|
+
];
|
|
44672
|
+
}
|
|
44673
|
+
return [
|
|
44674
|
+
2,
|
|
44675
|
+
new Promise(function(resolve, reject) {
|
|
44676
|
+
var unregister = INTERNAL__appBridgeHandler2.invokeAppBridgeMethod("getCachedStatusAppsInTossAdmob", _object_spread({}, params), {
|
|
44677
|
+
onSuccess: function(cached) {
|
|
44678
|
+
resolve(cached);
|
|
44679
|
+
unregister();
|
|
44680
|
+
},
|
|
44681
|
+
onError: reject
|
|
44682
|
+
});
|
|
44683
|
+
})
|
|
44684
|
+
];
|
|
44685
|
+
});
|
|
44686
|
+
});
|
|
44687
|
+
return _isAppsInTossAdMobLoaded2.apply(this, arguments);
|
|
44688
|
+
}
|
|
44689
|
+
function isAppsInTossAdMobLoadedSupported2() {
|
|
44690
|
+
return ENVIRONMENT2 !== "toss" ? false : isMinVersionSupported2({
|
|
44691
|
+
android: "5.244.0",
|
|
44692
|
+
ios: "5.244.0"
|
|
44693
|
+
});
|
|
44694
|
+
}
|
|
44625
44695
|
var ANDROID_GOOGLE_AD_MOB_SUPPORTED_VERSION2, IOS_GOOGLE_AD_MOB_SUPPORTED_VERSION2, UNSUPPORTED_ERROR_MESSAGE2, ENVIRONMENT2;
|
|
44626
44696
|
var init_googleAdMobV2 = __esm({
|
|
44627
44697
|
"../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/AppsInTossModule/native-modules/ads/googleAdMobV2.ts"() {
|
|
44628
44698
|
"use strict";
|
|
44699
|
+
init_async_to_generator();
|
|
44629
44700
|
init_object_spread();
|
|
44630
44701
|
init_object_spread_props();
|
|
44702
|
+
init_ts_generator();
|
|
44631
44703
|
init_dist5();
|
|
44632
44704
|
init_getReferrer();
|
|
44633
44705
|
init_appBridge();
|
|
@@ -44639,6 +44711,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
44639
44711
|
ENVIRONMENT2 = getOperationalEnvironment2();
|
|
44640
44712
|
loadAppsInTossAdMob2.isSupported = createIsSupported2();
|
|
44641
44713
|
showAppsInTossAdMob2.isSupported = createIsSupported2();
|
|
44714
|
+
isAppsInTossAdMobLoaded2.isSupported = isAppsInTossAdMobLoadedSupported2;
|
|
44642
44715
|
}
|
|
44643
44716
|
});
|
|
44644
44717
|
|
|
@@ -47001,6 +47074,7 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
47001
47074
|
/** AdMobV2 */
|
|
47002
47075
|
loadAppsInTossAdMob_isSupported: GoogleAdMob.loadAppsInTossAdMob.isSupported,
|
|
47003
47076
|
showAppsInTossAdMob_isSupported: GoogleAdMob.showAppsInTossAdMob.isSupported,
|
|
47077
|
+
isAppsInTossAdMobLoaded_isSupported: GoogleAdMob.isAppsInTossAdMobLoaded.isSupported,
|
|
47004
47078
|
/** IntegratedAd */
|
|
47005
47079
|
loadFullScreenAd_isSupported: loadFullScreenAdForWeb.isSupported,
|
|
47006
47080
|
showFullScreenAd_isSupported: showFullScreenAd.isSupported,
|
|
@@ -47057,6 +47131,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
47057
47131
|
getPendingOrders: IAP.getPendingOrders,
|
|
47058
47132
|
getCompletedOrRefundedOrders: IAP.getCompletedOrRefundedOrders,
|
|
47059
47133
|
completeProductGrant: IAP.completeProductGrant,
|
|
47134
|
+
/** AdMobV2 */
|
|
47135
|
+
isAppsInTossAdMobLoaded: GoogleAdMob.isAppsInTossAdMobLoaded,
|
|
47060
47136
|
/** Toss Ads */
|
|
47061
47137
|
tossAdEventLog,
|
|
47062
47138
|
/** Private */
|
|
@@ -47955,8 +48031,8 @@ var global=typeof globalThis!=='undefined'?globalThis:typeof global!=='undefined
|
|
|
47955
48031
|
ALPHA_EVENT_TRACKER_HTTP_ENDPOINT = "https://alpha-trillion.toss.im/trk/sdk-mediation/event";
|
|
47956
48032
|
LIVE_EVENT_TRACKER_HTTP_ENDPOINT = "https://trillion.toss.im/trk/sdk-mediation/event";
|
|
47957
48033
|
INTEGRATED_AD_SDK_VERSION = "0.0.0";
|
|
47958
|
-
ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
47959
|
-
IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.
|
|
48034
|
+
ANDROID_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
48035
|
+
IOS_INTEGRATED_AD_SUPPORTED_VERSION = "5.244.1";
|
|
47960
48036
|
UNSUPPORTED_ERROR_MESSAGE22 = "This feature is not supported in the current environment";
|
|
47961
48037
|
INTG_AD_ADM_FALLBACK_RID_MAP = {};
|
|
47962
48038
|
loadFullScreenAd = generateLoadFullScreenAd("107");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/web-framework",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"description": "Web Framework for Apps In Toss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"typecheck": "tsc --noEmit",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"zod": "3.24.4"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@apps-in-toss/bridge-core": "1.
|
|
90
|
-
"@apps-in-toss/cli": "1.
|
|
91
|
-
"@apps-in-toss/framework": "1.
|
|
92
|
-
"@apps-in-toss/plugins": "1.
|
|
93
|
-
"@apps-in-toss/web-analytics": "1.
|
|
94
|
-
"@apps-in-toss/web-bridge": "1.
|
|
89
|
+
"@apps-in-toss/bridge-core": "1.8.0",
|
|
90
|
+
"@apps-in-toss/cli": "1.8.0",
|
|
91
|
+
"@apps-in-toss/framework": "1.8.0",
|
|
92
|
+
"@apps-in-toss/plugins": "1.8.0",
|
|
93
|
+
"@apps-in-toss/web-analytics": "1.8.0",
|
|
94
|
+
"@apps-in-toss/web-bridge": "1.8.0",
|
|
95
95
|
"@babel/core": "7.23.9",
|
|
96
96
|
"@granite-js/cli": "0.1.31",
|
|
97
97
|
"@granite-js/mpack": "0.1.31",
|