Skip to content

Commit

Permalink
Add user_ids props
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-nikitin-2022 committed Oct 25, 2024
1 parent a37898d commit a3ea143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.15.2

- Добавили недостающее поле `user_ids` в параметры метода `VKWebAppGetUserInfo`

## v2.15.1

- Добавлены новые параметры вызова метода `VKWebAppShowBannerAd`
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ export type RequestPropsMap = {
VKWebAppGetGrantedPermissions: {};
VKWebAppGetPersonalCard: { type: PersonalCardType[] };
VKWebAppGetPhoneNumber: {};
VKWebAppGetUserInfo: { user_id?: number };
VKWebAppGetUserInfo: { user_id?: number; user_ids?: string };
VKWebAppJoinGroup: { group_id: number };
VKWebAppLeaveGroup: { group_id: number };
VKWebAppAddToMenu: {};
Expand Down

0 comments on commit a3ea143

Please sign in to comment.