@spiffcommerce/core 0.10.226 → 0.10.227

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/types.d.ts CHANGED
@@ -867,9 +867,9 @@ export enum ProductCameraRig {
867
867
  */
868
868
  export enum BulkPriceCalculationStrategy {
869
869
  /** The total price should increase with the amount of variations. */
870
- PerVariation = 0,
870
+ PerVariation = "PerVariation",
871
871
  /** The total price should remain at the base price of the product. */
872
- BaseProduct = 1
872
+ BaseProduct = "BaseProduct"
873
873
  }
874
874
  interface BulkConfiguration {
875
875
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.226",
3
+ "version": "0.10.227",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",