@final-commerce/common 2.0.10 → 2.0.11-beta.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.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- 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 +2 -1
- package/dist/pos-types/index.d.ts +2 -1
- package/package.json +1 -1
|
@@ -402,7 +402,8 @@ declare enum InventorySpecificActionType {
|
|
|
402
402
|
SALE = "SALE",
|
|
403
403
|
TRANSFER = "TRANSFER",
|
|
404
404
|
BULK_RECOUNT = "BULK_RECOUNT",
|
|
405
|
-
APPLIED_FROM_WOO = "APPLIED_FROM_WOO"
|
|
405
|
+
APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
|
|
406
|
+
PO_RECEIVED = "PO_RECEIVED"
|
|
406
407
|
}
|
|
407
408
|
declare enum UserTypes {
|
|
408
409
|
COMPANY_OWNER = "owner",
|
|
@@ -402,7 +402,8 @@ declare enum InventorySpecificActionType {
|
|
|
402
402
|
SALE = "SALE",
|
|
403
403
|
TRANSFER = "TRANSFER",
|
|
404
404
|
BULK_RECOUNT = "BULK_RECOUNT",
|
|
405
|
-
APPLIED_FROM_WOO = "APPLIED_FROM_WOO"
|
|
405
|
+
APPLIED_FROM_WOO = "APPLIED_FROM_WOO",
|
|
406
|
+
PO_RECEIVED = "PO_RECEIVED"
|
|
406
407
|
}
|
|
407
408
|
declare enum UserTypes {
|
|
408
409
|
COMPANY_OWNER = "owner",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@final-commerce/common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11-beta.2",
|
|
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": {
|