@factorypure/client-helpers 1.0.22 → 1.0.23

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -311,7 +311,7 @@ export type ScrapeFiltersType = {
311
311
  skip_vendors: string[];
312
312
  vendor_search_exclusions: string[];
313
313
  search_exclusions: string[];
314
- result_ignore_keys: ResultIgnoreType[];
314
+ result_ignore_keys: ResultIgnoreType[] | null;
315
315
  brand_name_alternates: string[];
316
316
  dayWindow: number | null;
317
317
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorypure/client-helpers",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",