@posx/core 5.5.196 → 5.5.198
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/build/index.d.ts +4 -3
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2556,10 +2556,10 @@ declare module '@posx/core/types/config.type' {
|
|
|
2556
2556
|
/** Inventory Configuration */
|
|
2557
2557
|
export interface IInventoryConfig {
|
|
2558
2558
|
/** Control flag for inventory */
|
|
2559
|
-
|
|
2559
|
+
inventory_control: boolean;
|
|
2560
2560
|
}
|
|
2561
2561
|
export class InventoryConfig implements IInventoryConfig {
|
|
2562
|
-
|
|
2562
|
+
inventory_control: boolean;
|
|
2563
2563
|
constructor();
|
|
2564
2564
|
}
|
|
2565
2565
|
/** Pax Configuration */
|
|
@@ -2726,7 +2726,8 @@ declare module '@posx/core/types/invoice.type' {
|
|
|
2726
2726
|
VoidAndDuplicate = "void_and_duplicate",
|
|
2727
2727
|
Duplicate = "duplicate",
|
|
2728
2728
|
PayAtCounter = "pay_at_counter",
|
|
2729
|
-
PayInvoice = "pay_invoice"
|
|
2729
|
+
PayInvoice = "pay_invoice",
|
|
2730
|
+
SettleOnlineDeliveryOrder = "settle_online_delivery_order"
|
|
2730
2731
|
}
|
|
2731
2732
|
export enum UomType {
|
|
2732
2733
|
quantity = "quantity",
|