@shopware/api-client 1.1.2 → 1.2.1

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 CHANGED
@@ -279,8 +279,8 @@ calling `apiClient.hook` will autocomplete the list of available hooks.
279
279
 
280
280
  Full changelog for stable version is available [here](https://github.com/shopware/frontends/blob/main/packages/api-client/CHANGELOG.md)
281
281
 
282
- ### Latest changes: 1.1.2
282
+ ### Latest changes: 1.2.1
283
283
 
284
284
  ### Patch Changes
285
285
 
286
- - [#1434](https://github.com/shopware/frontends/pull/1434) [`938c4cf`](https://github.com/shopware/frontends/commit/938c4cfe6438f0e11a34f69bc7a183f10ba7f381) Thanks [@quando1910](https://github.com/quando1910)! - set authentication header instead of appending, when session has expired and is being refreshed
286
+ - [#1685](https://github.com/shopware/frontends/pull/1685) [`7324620`](https://github.com/shopware/frontends/commit/7324620a3f39c1b62f7cc294192a3e8b8b336d09) Thanks [@mdanilowicz](https://github.com/mdanilowicz)! - Overwrite API schemas to remove requirements from 'salutationId` property
@@ -10805,7 +10805,7 @@ export type Schemas = {
10805
10805
  };
10806
10806
  MultiNotFilter: {
10807
10807
  /** @enum {string} */
10808
- operator: "AND" | "and" | "OR" | "or";
10808
+ operator: "AND" | "OR" | "and" | "or";
10809
10809
  queries: components["schemas"]["Filters"];
10810
10810
  /** @enum {string} */
10811
10811
  type: "multi" | "not";