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

@shopware-pwa/api-client

Package Overview
Dependencies
Maintainers
0
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-pwa/api-client - npm Package Compare versions

Comparing version 0.0.0-canary-20241025080632 to 0.0.0-canary-20241028115553

30

dist/index.d.ts

@@ -90,7 +90,7 @@ import { AxiosInstance, AxiosResponse } from 'axios';

cmsPageVersionId?: string;
createdAt: string;
createdAt?: string;
customEntityTypeId?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;
description?: string;
displayNestedProducts: boolean;
displayNestedProducts?: boolean;
externalLink?: string;

@@ -112,3 +112,3 @@ id: string;

path?: string;
productAssignmentType: string;
productAssignmentType?: string;
seoUrls?: _shopware_api_client_api_types.components["schemas"]["SeoUrl"][];

@@ -139,3 +139,3 @@ tags?: _shopware_api_client_api_types.components["schemas"]["Tag"][];

};
type: string;
type: "page" | "link";
updatedAt?: string;

@@ -204,3 +204,3 @@ versionId?: string;

coverId?: string;
createdAt: string;
createdAt?: string;
crossSellings?: _shopware_api_client_api_types.components["schemas"]["ProductCrossSelling"][];

@@ -380,3 +380,3 @@ customFields?: _shopware_api_client_api_types.GenericRecord;

content: string;
createdAt: string;
createdAt?: string;
customerId?: string;

@@ -483,3 +483,3 @@ customFields?: _shopware_api_client_api_types.GenericRecord;

countryStateId?: string;
createdAt: string;
createdAt?: string;
customerId: string;

@@ -518,3 +518,3 @@ customFields?: _shopware_api_client_api_types.GenericRecord;

campaignCode?: string;
createdAt: string;
createdAt?: string;
createdById?: string;

@@ -851,3 +851,3 @@ currency?: _shopware_api_client_api_types.components["schemas"]["Currency"];

children?: _shopware_api_client_api_types.components["schemas"]["Language"][];
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -906,3 +906,3 @@ id: string;

declare function getAvailableSalutations(contextInstance?: ShopwareApiInstance): Promise<EntityResult<"salutation", {
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -936,3 +936,3 @@ displayName: string;

asynchronous?: boolean;
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -997,3 +997,3 @@ description?: string;

availabilityRule?: _shopware_api_client_api_types.components["schemas"]["Rule"];
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -1011,3 +1011,3 @@ deliveryTime?: _shopware_api_client_api_types.components["schemas"]["DeliveryTime"];

tax?: _shopware_api_client_api_types.components["schemas"]["Tax"];
taxType: string;
taxType?: string;
technicalName?: string;

@@ -1222,3 +1222,3 @@ trackingUrl?: string;

declare function getSeoUrls(entityId: string, languageId?: string, contextInstance?: ShopwareApiInstance): Promise<EntityResult<"seo_url", {
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -1250,3 +1250,3 @@ error?: string;

declare function getSeoUrl(params: ShopwareSearchParams, contextInstance?: ShopwareApiInstance): Promise<EntityResult<"seo_url", {
createdAt: string;
createdAt?: string;
customFields?: _shopware_api_client_api_types.GenericRecord;

@@ -1253,0 +1253,0 @@ error?: string;

{
"name": "@shopware-pwa/api-client",
"version": "0.0.0-canary-20241025080632",
"version": "0.0.0-canary-20241028115553",
"description": "[DEPRECATED] use @shopware/api-client instead",

@@ -41,4 +41,4 @@ "author": "Shopware",

"eslint-config-shopware": "1.0.0",
"tsconfig": "0.0.0",
"@shopware/api-client": "0.0.0-canary-20241025080632"
"@shopware/api-client": "0.0.0-canary-20241028115553",
"tsconfig": "0.0.0"
},

@@ -48,3 +48,3 @@ "dependencies": {

"query-string": "9.1.0",
"@shopware-pwa/types": "0.0.0-canary-20241025080632"
"@shopware-pwa/types": "0.0.0-canary-20241028115553"
},

@@ -51,0 +51,0 @@ "scripts": {

@@ -18,3 +18,3 @@ # shopware/frontends - api-client

### Latest changes: 0.0.0-canary-20241025080632
### Latest changes: 0.0.0-canary-20241028115553

@@ -26,2 +26,2 @@ ### Patch Changes

- Updated dependencies []:
- @shopware-pwa/types@0.0.0-canary-20241025080632
- @shopware-pwa/types@0.0.0-canary-20241028115553

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