@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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/pos-types/index.d.mts +1 -0
- package/dist/pos-types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -218,6 +218,7 @@ declare enum InventorySpecificActionType {
|
|
|
218
218
|
REFUND_DAMAGE = "REFUND_DAMAGE",
|
|
219
219
|
SALE = "SALE",
|
|
220
220
|
COMPOSED_FOR_SALE = "COMPOSED_FOR_SALE",
|
|
221
|
+
UNIT_FAMILY_CHANGED = "UNIT_FAMILY_CHANGED",
|
|
221
222
|
TRANSFER = "TRANSFER",
|
|
222
223
|
BULK_RECOUNT = "BULK_RECOUNT",
|
|
223
224
|
APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
|
package/dist/index.d.ts
CHANGED
|
@@ -218,6 +218,7 @@ declare enum InventorySpecificActionType {
|
|
|
218
218
|
REFUND_DAMAGE = "REFUND_DAMAGE",
|
|
219
219
|
SALE = "SALE",
|
|
220
220
|
COMPOSED_FOR_SALE = "COMPOSED_FOR_SALE",
|
|
221
|
+
UNIT_FAMILY_CHANGED = "UNIT_FAMILY_CHANGED",
|
|
221
222
|
TRANSFER = "TRANSFER",
|
|
222
223
|
BULK_RECOUNT = "BULK_RECOUNT",
|
|
223
224
|
APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
|
package/dist/index.js
CHANGED
|
@@ -400,6 +400,7 @@ var InventorySpecificActionType = /* @__PURE__ */ ((InventorySpecificActionType2
|
|
|
400
400
|
InventorySpecificActionType2["REFUND_DAMAGE"] = "REFUND_DAMAGE";
|
|
401
401
|
InventorySpecificActionType2["SALE"] = "SALE";
|
|
402
402
|
InventorySpecificActionType2["COMPOSED_FOR_SALE"] = "COMPOSED_FOR_SALE";
|
|
403
|
+
InventorySpecificActionType2["UNIT_FAMILY_CHANGED"] = "UNIT_FAMILY_CHANGED";
|
|
403
404
|
InventorySpecificActionType2["TRANSFER"] = "TRANSFER";
|
|
404
405
|
InventorySpecificActionType2["BULK_RECOUNT"] = "BULK_RECOUNT";
|
|
405
406
|
InventorySpecificActionType2["APPLIED_FROM_WOO"] = "APPLIED_FROM_WOO";
|