New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurigma/axios-storefront-api-client

Package Overview
Dependencies
Maintainers
4
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurigma/axios-storefront-api-client - npm Package Compare versions

Comparing version 2.8.1 to 2.9.1

6

dist/cjs/storefront-api-client.d.ts

@@ -100,3 +100,3 @@ /// <reference types="node" />

*/
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Promise<ProductReferenceDto>;
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Promise<string>;
}

@@ -165,4 +165,4 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements IProductReferencesApiClient {

*/
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined, cancelToken?: CancelToken | undefined): Promise<ProductReferenceDto>;
protected processGetProductConfig(response: AxiosResponse): Promise<ProductReferenceDto>;
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined, cancelToken?: CancelToken | undefined): Promise<string>;
protected processGetProductConfig(response: AxiosResponse): Promise<string>;
}

@@ -169,0 +169,0 @@ export interface IProductSpecificationsApiClient {

@@ -100,3 +100,3 @@ /// <reference types="node" />

*/
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Promise<ProductReferenceDto>;
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined): Promise<string>;
}

@@ -165,4 +165,4 @@ export declare class ProductReferencesApiClient extends ApiClientBase implements IProductReferencesApiClient {

*/
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined, cancelToken?: CancelToken | undefined): Promise<ProductReferenceDto>;
protected processGetProductConfig(response: AxiosResponse): Promise<ProductReferenceDto>;
getProductConfig(reference: string | null, storefrontId: number, tenantId?: number | null | undefined, cancelToken?: CancelToken | undefined): Promise<string>;
protected processGetProductConfig(response: AxiosResponse): Promise<string>;
}

@@ -169,0 +169,0 @@ export interface IProductSpecificationsApiClient {

{
"name": "@aurigma/axios-storefront-api-client",
"version": "2.8.1",
"version": "2.9.1",
"license": "SEE LICENSE IN License.md",

@@ -5,0 +5,0 @@ "description": "Axios API Client for Storefront API service of Customer's Canvas web-to-print system.",

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