@spiffcommerce/core 21.2.2-1 → 21.2.2-2

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.js CHANGED
@@ -784,7 +784,7 @@ const ae = F`
784
784
  priceBreaks {
785
785
  id
786
786
  minQty
787
- basePrice
787
+ percentage
788
788
  }
789
789
  }
790
790
  integrationProduct {
@@ -861,7 +861,7 @@ const ae = F`
861
861
  priceBreaks {
862
862
  id
863
863
  minQty
864
- basePrice
864
+ percentage
865
865
  }
866
866
  }
867
867
  integrationProduct {
@@ -938,7 +938,7 @@ const ae = F`
938
938
  priceBreaks {
939
939
  id
940
940
  minQty
941
- basePrice
941
+ percentage
942
942
  }
943
943
  }
944
944
  integrationProduct {
@@ -1037,7 +1037,7 @@ const ae = F`
1037
1037
  priceBreaks {
1038
1038
  id
1039
1039
  minQty
1040
- basePrice
1040
+ percentage
1041
1041
  }
1042
1042
  }
1043
1043
  integrationProduct {
@@ -1102,7 +1102,7 @@ F`
1102
1102
  priceBreaks {
1103
1103
  id
1104
1104
  minQty
1105
- basePrice
1105
+ percentage
1106
1106
  }
1107
1107
  }
1108
1108
  priceModifierTotal
@@ -1167,7 +1167,7 @@ const jt = F`
1167
1167
  priceBreaks {
1168
1168
  id
1169
1169
  minQty
1170
- basePrice
1170
+ percentage
1171
1171
  }
1172
1172
  }
1173
1173
  }
@@ -235,7 +235,7 @@
235
235
  priceBreaks {
236
236
  id
237
237
  minQty
238
- basePrice
238
+ percentage
239
239
  }
240
240
  }
241
241
  integrationProduct {
@@ -312,7 +312,7 @@
312
312
  priceBreaks {
313
313
  id
314
314
  minQty
315
- basePrice
315
+ percentage
316
316
  }
317
317
  }
318
318
  integrationProduct {
@@ -389,7 +389,7 @@
389
389
  priceBreaks {
390
390
  id
391
391
  minQty
392
- basePrice
392
+ percentage
393
393
  }
394
394
  }
395
395
  integrationProduct {
@@ -488,7 +488,7 @@
488
488
  priceBreaks {
489
489
  id
490
490
  minQty
491
- basePrice
491
+ percentage
492
492
  }
493
493
  }
494
494
  integrationProduct {
@@ -552,7 +552,7 @@
552
552
  priceBreaks {
553
553
  id
554
554
  minQty
555
- basePrice
555
+ percentage
556
556
  }
557
557
  }
558
558
  priceModifierTotal
@@ -616,7 +616,7 @@
616
616
  priceBreaks {
617
617
  id
618
618
  minQty
619
- basePrice
619
+ percentage
620
620
  }
621
621
  }
622
622
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "21.2.2-1",
3
+ "version": "21.2.2-2",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",