Skip to content

Commit

Permalink
v5.126.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Fedorov committed Jan 18, 2021
1 parent 01e568b commit c742fdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -10548,7 +10548,6 @@
{
"name": "album_id",
"type": "integer",
"default": 0,
"minimum": 0
},
{
Expand Down
15 changes: 9 additions & 6 deletions objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,10 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": false,
"required": [
"type"
]
},
"base_link_button_action_type": {
"type": "string",
Expand Down Expand Up @@ -3771,7 +3774,7 @@
"text": {
"type": "string"
},
"market_owner_od": {
"market_owner_id": {
"type": "integer"
},
"photo_id": {
Expand Down Expand Up @@ -3923,7 +3926,7 @@
"text": {
"type": "string"
},
"photo_owner_od": {
"photo_owner_id": {
"type": "integer"
}
},
Expand All @@ -3932,7 +3935,7 @@
"from_id",
"date",
"text",
"photo_owner_od"
"photo_owner_id"
]
},
"callback_photo_comment_delete": {
Expand Down Expand Up @@ -4085,7 +4088,7 @@
"text": {
"type": "string"
},
"video_owner_od": {
"video_owner_id": {
"type": "integer"
}
},
Expand All @@ -4094,7 +4097,7 @@
"from_id",
"date",
"text",
"video_owner_od"
"video_owner_id"
]
},
"callback_video_comment_delete": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vkontakte/api-schema",
"version": "5.126.13",
"version": "5.126.14",
"description": "VK API JSON Schema",
"repository": {
"type": "git",
Expand Down

0 comments on commit c742fdf

Please sign in to comment.