@factorypure/client-helpers 1.1.4 → 1.1.5

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/dist/index.d.ts CHANGED
@@ -377,6 +377,7 @@ export declare const HIDE_REASONS: {
377
377
  REFURBISHED_USED: string;
378
378
  SKIP_SKU: string;
379
379
  VENDOR_EXCLUSION: string;
380
+ CALCULATED_BRAND_MISMATCH: string;
380
381
  SCAM_SOURCE_EXCLUSION: string;
381
382
  };
382
383
  export declare const HIDE_OVERRIDE_REASONS: {
package/dist/index.js CHANGED
@@ -178,6 +178,7 @@ export const HIDE_REASONS = {
178
178
  REFURBISHED_USED: 'Refurbished/Used',
179
179
  SKIP_SKU: 'Skipped SKU',
180
180
  VENDOR_EXCLUSION: 'Vendor Exclusion',
181
+ CALCULATED_BRAND_MISMATCH: 'Calculated Brand Mismatch',
181
182
  SCAM_SOURCE_EXCLUSION: 'Scam Source Exclusion',
182
183
  };
183
184
  export const HIDE_OVERRIDE_REASONS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorypure/client-helpers",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",