@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 +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
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 = {
|