Socket
Socket
Sign inDemoInstall

@shopware/api-client

Package Overview
Dependencies
6
Maintainers
0
Versions
375
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-canary-20240620183635 to 0.0.0-canary-20240621143834

46

api-types/storeApiSchema.overrides.json

@@ -69,2 +69,18 @@ {

],
"CartError": [
{
"required": ["key", "level", "message", "messageKey"],
"properties": {
"items": "_DELETE_",
"key": { "type": "string" },
"level": {
"type": "number",
"enum": [0, 10, 20],
"description": "* `0` - notice,\n* `10` - warning,\n* `20` - error"
},
"message": { "type": "string" },
"messageKey": { "type": "string" }
}
}
],
"Category": [

@@ -97,2 +113,29 @@ {

],
"CmsSection": [
{
"properties": {
"type": {
"type": "string",
"enum": ["default", "sidebar"]
}
}
}
],
"CmsSlot": [
{
"required": ["apiAlias"],
"properties": {
"apiAlias": {
"type": "string",
"enum": ["cms_slot"]
}
}
},
{
"properties": {
"config": "_DELETE_",
"data": "_DELETE_"
}
}
],
"Criteria": [

@@ -277,2 +320,5 @@ {

}
},
{
"required": ["media"]
}

@@ -279,0 +325,0 @@ ],

6

package.json
{
"name": "@shopware/api-client",
"version": "0.0.0-canary-20240620183635",
"version": "0.0.0-canary-20240621143834",
"description": "Shopware client for API connection.",

@@ -11,3 +11,3 @@ "author": "Shopware",

},
"homepage": "https://frontends.shopware.com/packages/api-client.html",
"homepage": "https://frontends.shopware.com/packages/api-client-next.html",
"keywords": [

@@ -52,3 +52,3 @@ "shopware",

"vitest": "1.6.0",
"eslint-config-shopware": "0.0.0-canary-20240620183635",
"eslint-config-shopware": "0.0.0-canary-20240621143834",
"tsconfig": "0.0.0"

@@ -55,0 +55,0 @@ },

@@ -5,4 +5,4 @@ # shopware/frontends - api-client

[![](https://img.shields.io/github/package-json/v/shopware/frontends?color=blue&filename=packages%2Fapi-client-next%2Fpackage.json&label=frontends/api-client&logo=github)](https://github.com/shopware/frontends/tree/main/packages/api-client-next)
![](https://img.shields.io/github/license/shopware/frontends?color=blue)
[![](https://img.shields.io/github/issues/shopware/frontends/api-client?label=package%20issues&logo=github)](https://github.com/shopware/frontends/issues?q=is%3Aopen+is%3Aissue+label%3Aapi-client)
[![](https://img.shields.io/github/license/shopware/frontends?color=blue)](#)

@@ -267,3 +267,3 @@ Dynamic and fully typed API Client for Shopware 6. Usable in any JavaScript and TypeScript project.

### Latest changes: 0.0.0-canary-20240620183635
### Latest changes: 0.0.0-canary-20240621143834

@@ -270,0 +270,0 @@ ### Major Changes

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc