Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@volvo-cars/content-delivery-client

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/content-delivery-client - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

dist/mocks/entry.d.ts

26

dist/ContentDeliveryClient.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc