storyblok-js-client
Advanced tools
Comparing version 5.3.5 to 5.3.6
@@ -44,3 +44,3 @@ import { ISbStoriesParams, ISbConfig, ISbResult, ISbStories, ISbStory, ISbStoryData, ISbStoryParams, ISbContentMangmntAPI } from './interfaces'; | ||
get(slug: string, params?: ISbStoriesParams): Promise<ISbResult>; | ||
getAll(slug: string, params: ISbStoriesParams, entity?: string): Promise<ISbResult>; | ||
getAll(slug: string, params: ISbStoriesParams, entity?: string): Promise<any[]>; | ||
post(slug: string, params: ISbStoriesParams | ISbContentMangmntAPI): Promise<ISbResponseData>; | ||
@@ -47,0 +47,0 @@ put(slug: string, params: ISbStoriesParams | ISbContentMangmntAPI): Promise<ISbResponseData>; |
{ | ||
"name": "storyblok-js-client", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"description": "Universal JavaScript SDK for Storyblok's API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -225,3 +225,3 @@ import throttledQueue from './throttlePromise' | ||
entity?: string | ||
): Promise<ISbResult> { | ||
): Promise<any[]> { | ||
const perPage = params?.per_page || 25 | ||
@@ -228,0 +228,0 @@ const url = `/${slug}` |
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
132621