storyblok-js-client
Advanced tools
Comparing version 6.7.3 to 6.8.0
@@ -31,2 +31,3 @@ import { ResponseFn } from './sbFetch'; | ||
resolve_links?: 'link' | 'url' | 'story' | '0' | '1' | 'link'; | ||
resolve_links_level?: 1 | 2; | ||
resolve_relations?: string | string[]; | ||
@@ -47,2 +48,3 @@ search_term?: string; | ||
resolve_links?: 'link' | 'url' | 'story' | '0' | '1'; | ||
resolve_links_level?: 1 | 2; | ||
resolve_relations?: string | string[]; | ||
@@ -49,0 +51,0 @@ cv?: number; |
@@ -39,2 +39,3 @@ import { ISbStoriesParams, ISbResult, AsyncFn } from './interfaces'; | ||
resolve_links?: "link" | "url" | "story" | "0" | "1" | undefined; | ||
resolve_links_level?: 1 | 2 | undefined; | ||
resolve_relations?: string | string[] | undefined; | ||
@@ -85,7 +86,2 @@ search_term?: string | undefined; | ||
path: string; | ||
/** | ||
* @method escapeHTML | ||
* @param {String} string text to be parsed | ||
* @return {String} Text parsed | ||
*/ | ||
name: string | null; | ||
@@ -92,0 +88,0 @@ lang: string; |
{ | ||
"name": "storyblok-js-client", | ||
"version": "6.7.3", | ||
"version": "6.8.0", | ||
"description": "Universal JavaScript SDK for Storyblok's API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -34,2 +34,3 @@ import { ResponseFn } from './sbFetch' | ||
resolve_links?: 'link' | 'url' | 'story' | '0' | '1' | 'link' | ||
resolve_links_level?: 1 | 2 | ||
resolve_relations?: string | string[] | ||
@@ -51,2 +52,3 @@ search_term?: string | ||
resolve_links?: 'link' | 'url' | 'story' | '0' | '1' | ||
resolve_links_level?: 1 | 2 | ||
resolve_relations?: string | string[] | ||
@@ -53,0 +55,0 @@ cv?: number |
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
219228