@apidog/vk-typings
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Typings for VK API objects", | ||
"scripts": { | ||
"prepublish": "npm run generate:index && npm run typechecking", | ||
"prepublishOnly": "node increment-version.js && npm run generate:index && npm run typechecking", | ||
"generate:index": "node -e \"console.log(require('fs').readdirSync('src').filter(f=>f!=='index.ts').map(f=>'export * from \\'./'+f.replace(/\\.ts$/ig, '')+'\\';').join('\\n'))\" > src/index.ts", | ||
@@ -8,0 +8,0 @@ "typechecking": "tsc --noEmit" |
@@ -120,2 +120,3 @@ export * from './IAccount'; | ||
export * from './IVideoMessage'; | ||
export * from './IVideoRestriction'; | ||
export * from './IVideoSection'; | ||
@@ -122,0 +123,0 @@ export * from './IVideoTimelineThumbs'; |
@@ -5,2 +5,3 @@ import type { ILikesInfo } from './ILikesInfo'; | ||
import type { IVideoImage } from './IVideoImage'; | ||
import type { IVideoRestriction } from './IVideoRestriction'; | ||
import type { IVideoTimelineThumbs } from './IVideoTimelineThumbs'; | ||
@@ -58,2 +59,5 @@ import type { VideoFilesKey } from './VideoFiles'; | ||
response_type?: 'full' | 'min'; | ||
content_restricted?: 1; | ||
can_dislike?: 1; | ||
restriction?: IVideoRestriction; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65278
139
2172
1