@posx/core 5.5.19 → 5.5.22

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 CHANGED
@@ -3637,6 +3637,10 @@ declare module '@posx/core/types/product.type' {
3637
3637
  * @ignore
3638
3638
  */
3639
3639
  stock: number;
3640
+ /**
3641
+ * Whether or not the item is sold out.
3642
+ */
3643
+ is_sold_out: boolean;
3640
3644
  /**
3641
3645
  * Whether or not the item should be printed on the receipt.
3642
3646
  */
@@ -3660,6 +3664,7 @@ declare module '@posx/core/types/product.type' {
3660
3664
  stock: number;
3661
3665
  print_on_receipt: boolean;
3662
3666
  price_adjustable: boolean;
3667
+ is_sold_out: boolean;
3663
3668
  uid: string;
3664
3669
  constructor();
3665
3670
  }
@@ -3793,6 +3798,7 @@ declare module '@posx/core/types/product.type' {
3793
3798
  subcategory_uid: string;
3794
3799
  unit: number;
3795
3800
  stock: number;
3801
+ is_sold_out: boolean;
3796
3802
  sold: number;
3797
3803
  print_on_receipt: boolean;
3798
3804
  price: number;