@apps-in-toss/devtools 3.0.3 → 3.1.0-beta.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/dist/mock/2x.d.ts +34 -1
- package/dist/mock/2x.js +34 -1
- package/dist/mock/3x.d.ts +2 -1
- package/dist/mock/3x.js +42 -1
- package/dist/mock/index.d.ts +2 -1
- package/dist/mock/index.js +42 -1
- package/dist/panel/index.js +34 -1
- package/package.json +3 -3
package/dist/mock/2x.d.ts
CHANGED
|
@@ -131,6 +131,39 @@ declare const showFullScreenAd: ((args: {
|
|
|
131
131
|
}) => () => void) & {
|
|
132
132
|
isSupported: () => boolean;
|
|
133
133
|
};
|
|
134
|
+
declare const Ads: {
|
|
135
|
+
showTossAdOrShoppingAds: ((args: {
|
|
136
|
+
options: {
|
|
137
|
+
spaceUnitId: string;
|
|
138
|
+
adSpaceId: string;
|
|
139
|
+
};
|
|
140
|
+
onEvent: (event: {
|
|
141
|
+
type: string;
|
|
142
|
+
data?: {
|
|
143
|
+
unitType: string;
|
|
144
|
+
unitAmount: number;
|
|
145
|
+
};
|
|
146
|
+
}) => void;
|
|
147
|
+
onError: (error: unknown) => void;
|
|
148
|
+
}) => () => void) & {
|
|
149
|
+
isSupported: () => boolean;
|
|
150
|
+
};
|
|
151
|
+
showTossShoppingAds: ((args: {
|
|
152
|
+
options: {
|
|
153
|
+
adSpaceId: string;
|
|
154
|
+
};
|
|
155
|
+
onEvent: (event: {
|
|
156
|
+
type: string;
|
|
157
|
+
data?: {
|
|
158
|
+
unitType: string;
|
|
159
|
+
unitAmount: number;
|
|
160
|
+
};
|
|
161
|
+
}) => void;
|
|
162
|
+
onError: (error: unknown) => void;
|
|
163
|
+
}) => () => void) & {
|
|
164
|
+
isSupported: () => boolean;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
134
167
|
//#endregion
|
|
135
168
|
//#region src/mock/analytics/index.d.ts
|
|
136
169
|
/**
|
|
@@ -1272,4 +1305,4 @@ declare function installNavigateBackBridge(): void;
|
|
|
1272
1305
|
*/
|
|
1273
1306
|
declare function installBridges(): void;
|
|
1274
1307
|
//#endregion
|
|
1275
|
-
export { Accuracy, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, type DeviceApiMode, type DeviceModes, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, SetClipboardTextPermissionError, StartUpdateLocationPermissionError, Storage, TossAds, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
1308
|
+
export { Accuracy, Ads, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, type DeviceApiMode, type DeviceModes, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, SetClipboardTextPermissionError, StartUpdateLocationPermissionError, Storage, TossAds, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/mock/2x.js
CHANGED
|
@@ -1941,6 +1941,39 @@ const showFullScreenAd = withIsSupported(observe("showFullScreenAd", "faithful",
|
|
|
1941
1941
|
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1942
1942
|
return () => {};
|
|
1943
1943
|
}));
|
|
1944
|
+
const Ads = createMockProxy("Ads", {
|
|
1945
|
+
showTossAdOrShoppingAds: withIsSupported(observe("Ads.showTossAdOrShoppingAds", "faithful", (args) => {
|
|
1946
|
+
if (!aitState.state.ads.isLoaded) {
|
|
1947
|
+
args.onError(/* @__PURE__ */ new Error("Ad not loaded"));
|
|
1948
|
+
return () => {};
|
|
1949
|
+
}
|
|
1950
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1951
|
+
setTimeout(() => args.onEvent({
|
|
1952
|
+
type: "userEarnedReward",
|
|
1953
|
+
data: {
|
|
1954
|
+
unitType: rewardUnitType,
|
|
1955
|
+
unitAmount: rewardAmount
|
|
1956
|
+
}
|
|
1957
|
+
}), 1e3);
|
|
1958
|
+
setTimeout(() => {
|
|
1959
|
+
args.onEvent({ type: "dismissed" });
|
|
1960
|
+
aitState.patch("ads", { isLoaded: false });
|
|
1961
|
+
}, 1500);
|
|
1962
|
+
return () => {};
|
|
1963
|
+
})),
|
|
1964
|
+
showTossShoppingAds: withIsSupported(observe("Ads.showTossShoppingAds", "faithful", (args) => {
|
|
1965
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1966
|
+
setTimeout(() => args.onEvent({
|
|
1967
|
+
type: "userEarnedReward",
|
|
1968
|
+
data: {
|
|
1969
|
+
unitType: rewardUnitType,
|
|
1970
|
+
unitAmount: rewardAmount
|
|
1971
|
+
}
|
|
1972
|
+
}), 1e3);
|
|
1973
|
+
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1974
|
+
return () => {};
|
|
1975
|
+
}))
|
|
1976
|
+
});
|
|
1944
1977
|
//#endregion
|
|
1945
1978
|
//#region src/mock/analytics/index.ts
|
|
1946
1979
|
/**
|
|
@@ -2607,4 +2640,4 @@ function captureCurrentState(snapshot) {
|
|
|
2607
2640
|
*/
|
|
2608
2641
|
installBridges();
|
|
2609
2642
|
//#endregion
|
|
2610
|
-
export { Accuracy, Analytics, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, OpenCameraPermissionError, PermissionError, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeAreaInsets, SetClipboardTextPermissionError, StartUpdateLocationPermissionError, Storage, TossAds, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
2643
|
+
export { Accuracy, Ads, Analytics, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, OpenCameraPermissionError, PermissionError, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeAreaInsets, SetClipboardTextPermissionError, StartUpdateLocationPermissionError, Storage, TossAds, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/mock/3x.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ declare const isMinVersionSupported: typeof SDK.isMinVersionSupported;
|
|
|
156
156
|
declare const GoogleAdMob: typeof SDK.GoogleAdMob;
|
|
157
157
|
declare const loadFullScreenAd: typeof SDK.loadFullScreenAd;
|
|
158
158
|
declare const showFullScreenAd: typeof SDK.showFullScreenAd;
|
|
159
|
+
declare const Ads: typeof SDK.Ads;
|
|
159
160
|
declare const IAP: typeof SDK.IAP;
|
|
160
161
|
declare const Analytics: typeof SDK.Analytics;
|
|
161
162
|
declare const Clipboard: typeof SDK.Clipboard;
|
|
@@ -1145,4 +1146,4 @@ declare function installNavigateBackBridge(): void;
|
|
|
1145
1146
|
*/
|
|
1146
1147
|
declare function installBridges(): void;
|
|
1147
1148
|
//#endregion
|
|
1148
|
-
export { Accuracy, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, Clipboard, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, Device, type DeviceApiMode, type DeviceModes, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, Notification, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
1149
|
+
export { Accuracy, Ads, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, Clipboard, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, Device, type DeviceApiMode, type DeviceModes, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, Notification, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/mock/3x.js
CHANGED
|
@@ -1867,6 +1867,39 @@ const showFullScreenAd$1 = withIsSupported(observe("showFullScreenAd", "faithful
|
|
|
1867
1867
|
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1868
1868
|
return () => {};
|
|
1869
1869
|
}));
|
|
1870
|
+
const Ads$1 = createMockProxy("Ads", {
|
|
1871
|
+
showTossAdOrShoppingAds: withIsSupported(observe("Ads.showTossAdOrShoppingAds", "faithful", (args) => {
|
|
1872
|
+
if (!aitState.state.ads.isLoaded) {
|
|
1873
|
+
args.onError(/* @__PURE__ */ new Error("Ad not loaded"));
|
|
1874
|
+
return () => {};
|
|
1875
|
+
}
|
|
1876
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1877
|
+
setTimeout(() => args.onEvent({
|
|
1878
|
+
type: "userEarnedReward",
|
|
1879
|
+
data: {
|
|
1880
|
+
unitType: rewardUnitType,
|
|
1881
|
+
unitAmount: rewardAmount
|
|
1882
|
+
}
|
|
1883
|
+
}), 1e3);
|
|
1884
|
+
setTimeout(() => {
|
|
1885
|
+
args.onEvent({ type: "dismissed" });
|
|
1886
|
+
aitState.patch("ads", { isLoaded: false });
|
|
1887
|
+
}, 1500);
|
|
1888
|
+
return () => {};
|
|
1889
|
+
})),
|
|
1890
|
+
showTossShoppingAds: withIsSupported(observe("Ads.showTossShoppingAds", "faithful", (args) => {
|
|
1891
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1892
|
+
setTimeout(() => args.onEvent({
|
|
1893
|
+
type: "userEarnedReward",
|
|
1894
|
+
data: {
|
|
1895
|
+
unitType: rewardUnitType,
|
|
1896
|
+
unitAmount: rewardAmount
|
|
1897
|
+
}
|
|
1898
|
+
}), 1e3);
|
|
1899
|
+
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1900
|
+
return () => {};
|
|
1901
|
+
}))
|
|
1902
|
+
});
|
|
1870
1903
|
//#endregion
|
|
1871
1904
|
//#region src/mock/analytics/index.ts
|
|
1872
1905
|
/**
|
|
@@ -2693,6 +2726,14 @@ const showFullScreenAd = Object.assign((args) => showFullScreenAd$1({
|
|
|
2693
2726
|
options: args.options ?? { adGroupId: "mock-ad-group" },
|
|
2694
2727
|
onError: (error) => args.onError(error instanceof Error ? error : new Error(String(error)))
|
|
2695
2728
|
}), { isSupported: () => true });
|
|
2729
|
+
const shoppingAdsMin = {
|
|
2730
|
+
android: "5.273.0",
|
|
2731
|
+
ios: "5.273.0"
|
|
2732
|
+
};
|
|
2733
|
+
const Ads = {
|
|
2734
|
+
showTossAdOrShoppingAds: supported(Ads$1.showTossAdOrShoppingAds, shoppingAdsMin),
|
|
2735
|
+
showTossShoppingAds: supported(Ads$1.showTossShoppingAds, shoppingAdsMin)
|
|
2736
|
+
};
|
|
2696
2737
|
const IAP = {
|
|
2697
2738
|
createOneTimePurchaseOrder: supported(IAP$1.createOneTimePurchaseOrder, V.iapOneTime),
|
|
2698
2739
|
createSubscriptionPurchaseOrder: supported(IAP$1.createSubscriptionPurchaseOrder, V.iapSubscription),
|
|
@@ -2798,4 +2839,4 @@ const User = {
|
|
|
2798
2839
|
getDeclaredAgeRange
|
|
2799
2840
|
};
|
|
2800
2841
|
//#endregion
|
|
2801
|
-
export { Accuracy, Analytics, Clipboard, Device, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, Notification, OpenCameraPermissionError, PermissionError, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
2842
|
+
export { Accuracy, Ads, Analytics, Clipboard, Device, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, Notification, OpenCameraPermissionError, PermissionError, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/mock/index.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ declare const isMinVersionSupported: typeof SDK.isMinVersionSupported;
|
|
|
156
156
|
declare const GoogleAdMob: typeof SDK.GoogleAdMob;
|
|
157
157
|
declare const loadFullScreenAd: typeof SDK.loadFullScreenAd;
|
|
158
158
|
declare const showFullScreenAd: typeof SDK.showFullScreenAd;
|
|
159
|
+
declare const Ads: typeof SDK.Ads;
|
|
159
160
|
declare const IAP: typeof SDK.IAP;
|
|
160
161
|
declare const Analytics: typeof SDK.Analytics;
|
|
161
162
|
declare const Clipboard: typeof SDK.Clipboard;
|
|
@@ -1145,4 +1146,4 @@ declare function installNavigateBackBridge(): void;
|
|
|
1145
1146
|
*/
|
|
1146
1147
|
declare function installBridges(): void;
|
|
1147
1148
|
//#endregion
|
|
1148
|
-
export { Accuracy, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, Clipboard, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, Device, type DeviceApiMode, type DeviceModes, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, Notification, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
1149
|
+
export { Accuracy, Ads, type AitDevtoolsState, Analytics, type AnalyticsLogEntry, Clipboard, type ConsentedUserData, type ConsentedUserDataKey, type DeclaredAgeRange, Device, type DeviceApiMode, type DeviceModes, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, type HapticFeedbackType, IAP, type IapNextResult, type LocationCoords, type MockContact, type MockData, type MockIapProduct, type MockLocation, type MockPreset, type MockPresetState, NAVIGATE_BACK_MESSAGE_TYPE, type NetworkStatus, Notification, OpenCameraPermissionError, type OperationalEnvironment, PermissionError, type PermissionName, type PermissionStatus, type PlatformOS, type Primitive, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, type SafeAreaInsets$1 as SafeAreaInsetsType, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, type WebViewTypeValue, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/mock/index.js
CHANGED
|
@@ -1867,6 +1867,39 @@ const showFullScreenAd$1 = withIsSupported(observe("showFullScreenAd", "faithful
|
|
|
1867
1867
|
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1868
1868
|
return () => {};
|
|
1869
1869
|
}));
|
|
1870
|
+
const Ads$1 = createMockProxy("Ads", {
|
|
1871
|
+
showTossAdOrShoppingAds: withIsSupported(observe("Ads.showTossAdOrShoppingAds", "faithful", (args) => {
|
|
1872
|
+
if (!aitState.state.ads.isLoaded) {
|
|
1873
|
+
args.onError(/* @__PURE__ */ new Error("Ad not loaded"));
|
|
1874
|
+
return () => {};
|
|
1875
|
+
}
|
|
1876
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1877
|
+
setTimeout(() => args.onEvent({
|
|
1878
|
+
type: "userEarnedReward",
|
|
1879
|
+
data: {
|
|
1880
|
+
unitType: rewardUnitType,
|
|
1881
|
+
unitAmount: rewardAmount
|
|
1882
|
+
}
|
|
1883
|
+
}), 1e3);
|
|
1884
|
+
setTimeout(() => {
|
|
1885
|
+
args.onEvent({ type: "dismissed" });
|
|
1886
|
+
aitState.patch("ads", { isLoaded: false });
|
|
1887
|
+
}, 1500);
|
|
1888
|
+
return () => {};
|
|
1889
|
+
})),
|
|
1890
|
+
showTossShoppingAds: withIsSupported(observe("Ads.showTossShoppingAds", "faithful", (args) => {
|
|
1891
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
1892
|
+
setTimeout(() => args.onEvent({
|
|
1893
|
+
type: "userEarnedReward",
|
|
1894
|
+
data: {
|
|
1895
|
+
unitType: rewardUnitType,
|
|
1896
|
+
unitAmount: rewardAmount
|
|
1897
|
+
}
|
|
1898
|
+
}), 1e3);
|
|
1899
|
+
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
1900
|
+
return () => {};
|
|
1901
|
+
}))
|
|
1902
|
+
});
|
|
1870
1903
|
//#endregion
|
|
1871
1904
|
//#region src/mock/analytics/index.ts
|
|
1872
1905
|
/**
|
|
@@ -2693,6 +2726,14 @@ const showFullScreenAd = Object.assign((args) => showFullScreenAd$1({
|
|
|
2693
2726
|
options: args.options ?? { adGroupId: "mock-ad-group" },
|
|
2694
2727
|
onError: (error) => args.onError(error instanceof Error ? error : new Error(String(error)))
|
|
2695
2728
|
}), { isSupported: () => true });
|
|
2729
|
+
const shoppingAdsMin = {
|
|
2730
|
+
android: "5.273.0",
|
|
2731
|
+
ios: "5.273.0"
|
|
2732
|
+
};
|
|
2733
|
+
const Ads = {
|
|
2734
|
+
showTossAdOrShoppingAds: supported(Ads$1.showTossAdOrShoppingAds, shoppingAdsMin),
|
|
2735
|
+
showTossShoppingAds: supported(Ads$1.showTossShoppingAds, shoppingAdsMin)
|
|
2736
|
+
};
|
|
2696
2737
|
const IAP = {
|
|
2697
2738
|
createOneTimePurchaseOrder: supported(IAP$1.createOneTimePurchaseOrder, V.iapOneTime),
|
|
2698
2739
|
createSubscriptionPurchaseOrder: supported(IAP$1.createSubscriptionPurchaseOrder, V.iapSubscription),
|
|
@@ -2798,4 +2839,4 @@ const User = {
|
|
|
2798
2839
|
getDeclaredAgeRange
|
|
2799
2840
|
};
|
|
2800
2841
|
//#endregion
|
|
2801
|
-
export { Accuracy, Analytics, Clipboard, Device, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, Notification, OpenCameraPermissionError, PermissionError, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
|
2842
|
+
export { Accuracy, Ads, Analytics, Clipboard, Device, Environment, FetchAlbumPhotosPermissionError, FetchContactsPermissionError, File, Game, GetClipboardTextPermissionError, GetCurrentLocationPermissionError, GoogleAdMob, IAP, NAVIGATE_BACK_MESSAGE_TYPE, Notification, OpenCameraPermissionError, PermissionError, Promotion, Review, SAFE_AREA_INSETS_MESSAGE_TYPE, SafeArea, SafeAreaInsets, Screen, SetClipboardTextPermissionError, Share, StartUpdateLocationPermissionError, Storage, TossAds, TossAuth, TossPay, User, WEB_VIEW_TYPE_MESSAGE_TYPE, aitState, appLogin, applyForwardedSafeAreaInsets, applyPreset, appsInTossEvent, appsInTossSignTossCert, builtInPresets, captureCurrentState, checkoutPayment, closeView, contactsViral, createAsyncBridge, createConstantBridge, createEventBridge, deleteUserPreset, env, eventLog, fetchAlbumItems, fetchAlbumPhotos, fetchContacts, generateHapticFeedback, getAnonymousKey, getAppsInTossGlobals, getClipboardText, getConsentedUserData, getCurrentLocation, getDeclaredAgeRange, getDefaultPlaceholderImages, getDeviceId, getGameCenterGameProfile, getGroupId, getIsTossLoginIntegratedService, getLocale, getNetworkStatus, getOperationalEnvironment, getPermission, getPlatformOS, getSafeAreaInsets, getSchemeUri, getServerTime, getTossAppVersion, getTossShareLink, getUserKeyForGame, graniteEvent, grantPromotionReward, grantPromotionRewardForGame, installBridges, installNavigateBackBridge, installSafeAreaInsetsBridge, isMinVersionSupported, isNavigateBackMessage, listUserPresets, loadFullScreenAd, matchesPreset, onVisibilityChangedByTransparentServiceWeb, openCamera, openGameCenterLeaderboard, openPDFViewer, openPermissionDialog, openURL, parseSafeAreaInsetsMessage, parseWebViewTypeMessage, partner, requestNotificationAgreement, requestPermission, requestReview, requestTossPayPaysBilling, saveBase64Data, saveUserPreset, setClipboardText, setDeviceOrientation, setIosSwipeGestureEnabled, setScreenAwakeMode, setSecureScreen, share, showFullScreenAd, startUpdateLocation, submitGameCenterLeaderBoardScore, tdsEvent };
|
package/dist/panel/index.js
CHANGED
|
@@ -27839,6 +27839,39 @@ const showFullScreenAd = withIsSupported(observe("showFullScreenAd", "faithful",
|
|
|
27839
27839
|
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
27840
27840
|
return () => {};
|
|
27841
27841
|
}));
|
|
27842
|
+
createMockProxy("Ads", {
|
|
27843
|
+
showTossAdOrShoppingAds: withIsSupported(observe("Ads.showTossAdOrShoppingAds", "faithful", (args) => {
|
|
27844
|
+
if (!aitState.state.ads.isLoaded) {
|
|
27845
|
+
args.onError(/* @__PURE__ */ new Error("Ad not loaded"));
|
|
27846
|
+
return () => {};
|
|
27847
|
+
}
|
|
27848
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
27849
|
+
setTimeout(() => args.onEvent({
|
|
27850
|
+
type: "userEarnedReward",
|
|
27851
|
+
data: {
|
|
27852
|
+
unitType: rewardUnitType,
|
|
27853
|
+
unitAmount: rewardAmount
|
|
27854
|
+
}
|
|
27855
|
+
}), 1e3);
|
|
27856
|
+
setTimeout(() => {
|
|
27857
|
+
args.onEvent({ type: "dismissed" });
|
|
27858
|
+
aitState.patch("ads", { isLoaded: false });
|
|
27859
|
+
}, 1500);
|
|
27860
|
+
return () => {};
|
|
27861
|
+
})),
|
|
27862
|
+
showTossShoppingAds: withIsSupported(observe("Ads.showTossShoppingAds", "faithful", (args) => {
|
|
27863
|
+
const { rewardUnitType, rewardAmount } = aitState.state.ads;
|
|
27864
|
+
setTimeout(() => args.onEvent({
|
|
27865
|
+
type: "userEarnedReward",
|
|
27866
|
+
data: {
|
|
27867
|
+
unitType: rewardUnitType,
|
|
27868
|
+
unitAmount: rewardAmount
|
|
27869
|
+
}
|
|
27870
|
+
}), 1e3);
|
|
27871
|
+
setTimeout(() => args.onEvent({ type: "dismissed" }), 1500);
|
|
27872
|
+
return () => {};
|
|
27873
|
+
}))
|
|
27874
|
+
});
|
|
27842
27875
|
//#endregion
|
|
27843
27876
|
//#region src/panel/tabs/ads.ts
|
|
27844
27877
|
function recordEvent(type) {
|
|
@@ -30520,7 +30553,7 @@ function Panel() {
|
|
|
30520
30553
|
color: "#666",
|
|
30521
30554
|
fontWeight: 400
|
|
30522
30555
|
},
|
|
30523
|
-
children: ["v", "3.0.
|
|
30556
|
+
children: ["v", "3.1.0-beta.0"]
|
|
30524
30557
|
}),
|
|
30525
30558
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30526
30559
|
type: "button",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apps-in-toss/devtools",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-beta.0",
|
|
4
4
|
"description": "Browser development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin. devDependency only; contributes nothing to a production bundle",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apps-in-toss",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"unplugin": "^3.2.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@apps-in-toss/web-framework": "^3.0.
|
|
72
|
+
"@apps-in-toss/web-framework": "^3.1.0-beta.0",
|
|
73
73
|
"@apps-in-toss/web-framework-2x": "npm:@apps-in-toss/web-framework@2.10.8",
|
|
74
74
|
"@testing-library/dom": "10.4.1",
|
|
75
75
|
"@testing-library/react": "16.3.2",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"vitest": "4.1.9"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@apps-in-toss/web-framework": ">=
|
|
90
|
+
"@apps-in-toss/web-framework": ">=3.1.0-beta.0"
|
|
91
91
|
},
|
|
92
92
|
"peerDependenciesMeta": {
|
|
93
93
|
"@apps-in-toss/web-framework": {
|