@shopware/api-client 0.0.1 → 0.0.3
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 +14 -2
- package/api-types/apiSchema-6.4.19.0.json +13849 -0
- package/api-types/apiSchema-6.4.20.0.json +13830 -0
- package/api-types/apiSchema-6.5.0.0.json +16669 -0
- package/api-types/apiSchema-6.5.2.0.json +12154 -0
- package/api-types/apiTypes-6.4.19.0.d.ts +8170 -0
- package/api-types/apiTypes-6.4.20.0.d.ts +8168 -0
- package/api-types/apiTypes-6.5.0.0.d.ts +7244 -0
- package/api-types/apiTypes-6.5.2.0.d.ts +7738 -0
- package/api-types/index.d.ts +1 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Welcome to `@shopware/api-client` package.
|
|
4
4
|
|
|
5
|
-
For getting started documentation visit [https://
|
|
5
|
+
For getting started documentation visit [https://frontends.shopware.com/](https://frontends.shopware.com/)
|
|
6
6
|
|
|
7
|
-
Documentation specific for this package: [api-client](https://
|
|
7
|
+
Documentation specific for this package: [api-client](https://frontends.shopware.com/packages/api-client.html)
|
|
8
|
+
|
|
9
|
+
<!-- AUTO GENERATED CHANGELOG -->
|
|
10
|
+
|
|
11
|
+
## Changelog
|
|
12
|
+
|
|
13
|
+
Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client-next/CHANGELOG.md)
|
|
14
|
+
|
|
15
|
+
### Latest changes: 0.0.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#290](https://github.com/shopware/frontends/pull/290) [`9562a8a`](https://github.com/shopware/frontends/commit/9562a8add35751093d766017abba474f0ad578f8) Thanks [@patzick](https://github.com/patzick)! - ship api-types with package
|