@lcdp/api-react-rest-client 2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19365278827 → 2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19367912869

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19365278827",
3
+ "version": "2.14.7-LDS-4914-magic-cart-do-not-filter-sale-o.19367912869",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -28,8 +28,6 @@ export interface GetSaleOffersRequest {
28
28
  refNeq?: Array<string>;
29
29
  ptEq?: string;
30
30
  sptEq?: string;
31
- pstEq?: Array<string>;
32
- pstNeq?: Array<string>;
33
31
  cdateGte?: Date;
34
32
  cdateLte?: Date;
35
33
  udateGte?: Date;
@@ -206,12 +206,6 @@ var SearchSaleOfferApi = /** @class */ (function (_super) {
206
206
  if (requestParameters['sptEq'] != null) {
207
207
  queryParameters['spt[eq]'] = requestParameters['sptEq'];
208
208
  }
209
- if (requestParameters['pstEq'] != null) {
210
- queryParameters['pst[eq]'] = requestParameters['pstEq'];
211
- }
212
- if (requestParameters['pstNeq'] != null) {
213
- queryParameters['pst[neq]'] = requestParameters['pstNeq'];
214
- }
215
209
  if (requestParameters['cdateGte'] != null) {
216
210
  queryParameters['cdate[gte]'] = requestParameters['cdateGte'].toISOString();
217
211
  }