@volvo-cars/content-delivery-client
Advanced tools
Comparing version 0.7.0 to 0.8.0
@@ -127,4 +127,18 @@ /// <reference types="node" /> | ||
}; | ||
export type ListEntriesOptions = GetOptions & { | ||
export type ListOptions = GetOptions & { | ||
/** | ||
* Maximum number of data to return, defaults to 100. | ||
*/ | ||
limit?: number; | ||
/** | ||
* Offset to start fetching data from. | ||
*/ | ||
offset?: number; | ||
/** | ||
* Namespace to fetch data from. | ||
*/ | ||
namespace?: string; | ||
}; | ||
export type ListEntriesOptions = ListOptions & { | ||
/** | ||
* Comma separated fields to return only specific fields data. This supports only for Contentstack datasource | ||
@@ -134,15 +148,7 @@ */ | ||
}; | ||
export type GetAllDictionariesOptions = GetOptions & { | ||
export type GetAllDictionariesOptions = ListOptions & { | ||
/** | ||
* Namespace to fetch dictionaries from. | ||
*/ | ||
namespace?: string; | ||
/** | ||
* Namespaces to fetch dictionaries from. | ||
*/ | ||
namespaces?: string[]; | ||
/** | ||
* Maximum number of dictionaries to return, defaults to 50. | ||
*/ | ||
limit?: number; | ||
}; | ||
@@ -149,0 +155,0 @@ export type GetSitemapListOptions = Omit<GetOptions, 'locale' | 'environment' | 'market'>; |
{ | ||
"name": "@volvo-cars/content-delivery-client", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"license": "UNLICENSED", | ||
@@ -39,3 +39,3 @@ "source": "index.ts", | ||
"@vcc-www/utils": "0.0.0", | ||
"@volvo-cars/content-management-client": "0.23.0", | ||
"@volvo-cars/content-management-client": "1.0.0", | ||
"microbundle": "^0.15.1", | ||
@@ -42,0 +42,0 @@ "msw": "^1.2.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
395582
54
3818