@final-commerce/common 2.2.0-staging.3 → 2.2.0-staging.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.
@@ -406,6 +406,7 @@ declare enum InventorySpecificActionType {
406
406
  REFUND_DAMAGE = "REFUND_DAMAGE",
407
407
  SALE = "SALE",
408
408
  COMPOSED_FOR_SALE = "COMPOSED_FOR_SALE",
409
+ UNIT_FAMILY_CHANGED = "UNIT_FAMILY_CHANGED",
409
410
  TRANSFER = "TRANSFER",
410
411
  BULK_RECOUNT = "BULK_RECOUNT",
411
412
  APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
@@ -406,6 +406,7 @@ declare enum InventorySpecificActionType {
406
406
  REFUND_DAMAGE = "REFUND_DAMAGE",
407
407
  SALE = "SALE",
408
408
  COMPOSED_FOR_SALE = "COMPOSED_FOR_SALE",
409
+ UNIT_FAMILY_CHANGED = "UNIT_FAMILY_CHANGED",
409
410
  TRANSFER = "TRANSFER",
410
411
  BULK_RECOUNT = "BULK_RECOUNT",
411
412
  APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@final-commerce/common",
3
- "version": "2.2.0-staging.3",
3
+ "version": "2.2.0-staging.4",
4
4
  "description": "Shared utilities, types, constants, and engineering governance configs for the Final Commerce platform.",
5
5
  "homepage": "https://github.com/Final-Commerce/common#readme",
6
6
  "bugs": {