File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1008,6 +1008,8 @@ export type VKWebAppShowBannerAdResponse = {
1008
1008
1009
1009
export type VKWebAppCheckBannerAdResponse = VKWebAppShowBannerAdResponse ;
1010
1010
export type VKWebAppHideBannerAdResponse = VKWebAppShowBannerAdResponse ;
1011
+ export type VKWebAppBannerAdUpdatedResponse = VKWebAppShowBannerAdResponse ;
1012
+ export type VKWebAppBannerAdClosedByUserResponse = Omit < VKWebAppShowBannerAdResponse , 'result' > ;
1011
1013
1012
1014
export type VKWebAppShowOrderBoxResponse = {
1013
1015
status : OrderBoxShowingStatus ;
@@ -1184,6 +1186,8 @@ export type ReceiveDataMap = {
1184
1186
VKWebAppCheckBannerAd : VKWebAppCheckBannerAdResponse ;
1185
1187
VKWebAppHideBannerAd : VKWebAppHideBannerAdResponse ;
1186
1188
VKWebAppShowBannerAd : VKWebAppShowBannerAdResponse ;
1189
+ VKWebAppBannerAdUpdated : VKWebAppBannerAdUpdatedResponse ;
1190
+ VKWebAppBannerAdClosedByUser : VKWebAppBannerAdClosedByUserResponse ;
1187
1191
VKWebAppShowNativeAds : { result : true } ;
1188
1192
VKWebAppCheckNativeAds : { result : boolean } ;
1189
1193
VKWebAppShowOrderBox : VKWebAppShowOrderBoxResponse ;
You can’t perform that action at this time.
0 commit comments