@shopware/api-client 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/api-types/adminApiSchema.overrides.json +4 -0
- package/api-types/adminApiTypes.d.ts +581 -581
- package/api-types/storeApiSchema.overrides.json +124 -0
- package/api-types/storeApiTypes.d.ts +613 -629
- package/api-types/storeApiTypes.overrides.ts +0 -19
- package/dist/index.d.cts +1208 -1210
- package/dist/index.d.mts +1208 -1210
- package/dist/index.d.ts +1208 -1210
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -263,8 +263,10 @@ try {
|
|
|
263
263
|
|
|
264
264
|
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client/CHANGELOG.md)
|
|
265
265
|
|
|
266
|
-
### Latest changes: 1.0.
|
|
266
|
+
### Latest changes: 1.0.2
|
|
267
267
|
|
|
268
268
|
### Patch Changes
|
|
269
269
|
|
|
270
|
-
- [#
|
|
270
|
+
- [#1089](https://github.com/shopware/frontends/pull/1089) [`db7c93f`](https://github.com/shopware/frontends/commit/db7c93ff8cbb581221c11a492e77068af8faa8d6) Thanks [@mkucmus](https://github.com/mkucmus)! - Migrate eslint config to flat format
|
|
271
|
+
|
|
272
|
+
- [#1074](https://github.com/shopware/frontends/pull/1074) [`b688163`](https://github.com/shopware/frontends/commit/b68816391ee8ed1ac94a6462a2a016d708f259b4) Thanks [@mkucmus](https://github.com/mkucmus)! - Update default schemas' `translated` properties as required
|