node-vk-sdk
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -2278,3 +2278,3 @@ import * as Models from './Models'; | ||
*/ | ||
items: Models.StoriesStory[]; | ||
items: Models.StoriesStory[][]; | ||
} | ||
@@ -2289,3 +2289,3 @@ export interface StoriesGetRepliesExtendedResponse { | ||
*/ | ||
items: Models.StoriesStory[]; | ||
items: Models.StoriesStory[][]; | ||
/** | ||
@@ -2292,0 +2292,0 @@ * |
{ | ||
"name": "node-vk-sdk", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./distr/index.js", |
@@ -2620,3 +2620,3 @@ import * as Models from './Models' | ||
*/ | ||
items: Models.StoriesStory[] | ||
items: Models.StoriesStory[][] | ||
} | ||
@@ -2632,3 +2632,3 @@ | ||
*/ | ||
items: Models.StoriesStory[], | ||
items: Models.StoriesStory[][], | ||
/** | ||
@@ -2635,0 +2635,0 @@ * |
Sorry, the diff of this file is too big to display
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
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
2701205
102249