@shopware-pwa/api-client
Advanced tools
Comparing version 0.0.0-canary-20230124103347 to 0.0.0-canary-20230125091243
@@ -507,6 +507,6 @@ import { AxiosInstance, AxiosResponse } from 'axios'; | ||
*/ | ||
declare function getSeoUrls(entityId: string, languageId?: string, contextInstance?: ShopwareApiInstance): Promise<{ | ||
declare function getSeoUrls(entityId: string, languageId?: string, contextInstance?: ShopwareApiInstance): Promise<EntityResult<"seo_url", { | ||
apiAlias: string; | ||
seoPathInfo: string; | ||
}[]>; | ||
}[]>>; | ||
/** | ||
@@ -513,0 +513,0 @@ * |
{ | ||
"name": "@shopware-pwa/api-client", | ||
"version": "0.0.0-canary-20230124103347", | ||
"version": "0.0.0-canary-20230125091243", | ||
"module": "./dist/index.mjs", | ||
@@ -23,3 +23,3 @@ "types": "./dist/index.d.ts", | ||
"query-string": "^8.1.0", | ||
"@shopware-pwa/types": "0.0.0-canary-20230124103347" | ||
"@shopware-pwa/types": "0.0.0-canary-20230125091243" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
@@ -15,9 +15,11 @@ # shopware/frontends - api-client | ||
### Latest changes: 0.0.0-canary-20230124103347 | ||
### Latest changes: 0.0.0-canary-20230125091243 | ||
### Patch Changes | ||
- [`29deb04`](https://github.com/shopware/frontends/commit/29deb04fd1a871cb28f1fe3af3c007ae21de999f) Thanks [@patzick](https://github.com/patzick)! - adjusted return type of getSeoUrls | ||
- [`ccf4ed4`](https://github.com/shopware/frontends/commit/ccf4ed47e6bb46d1fcab7c1418a677fe575331b4) Thanks [@patzick](https://github.com/patzick)! - start deploying canary versions | ||
- Updated dependencies [[`6c045a4`](https://github.com/shopware/frontends/commit/6c045a44242dad42571df6ce82c564e07031d373), [`ccf4ed4`](https://github.com/shopware/frontends/commit/ccf4ed47e6bb46d1fcab7c1418a677fe575331b4), [`39d2d11`](https://github.com/shopware/frontends/commit/39d2d11c922f5de9eb5d5c25225b6b93edd8ebcb)]: | ||
- @shopware-pwa/types@0.0.0-canary-20230124103347 | ||
- @shopware-pwa/types@0.0.0-canary-20230125091243 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60762
25
+ Added@shopware-pwa/types@0.0.0-canary-20230125091243(transitive)
- Removed@shopware-pwa/types@0.0.0-canary-20230124103347(transitive)