@spiffcommerce/core 21.10.0-alpha.3 → 21.10.0-alpha.4
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 -1
- package/dist/index.js +645 -648
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2318,7 +2318,7 @@ interface Partner {
|
|
|
2318
2318
|
activeAddons?: AddonHandle[];
|
|
2319
2319
|
}
|
|
2320
2320
|
declare enum AddonHandle {
|
|
2321
|
-
BackgroundRemover = "
|
|
2321
|
+
BackgroundRemover = "BackgroundRemover",
|
|
2322
2322
|
ConversionAccelerator = "Conversion Accelerator",
|
|
2323
2323
|
ProcessBuilder = "ProcessBuilder"
|
|
2324
2324
|
}
|