@posx/core 5.5.317 → 5.5.318

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
@@ -2785,9 +2785,11 @@ declare module '@posx/core/types/config.type' {
2785
2785
  export interface IInventoryConfig {
2786
2786
  /** Control flag for inventory */
2787
2787
  inventory_control: boolean;
2788
+ sold_out_for_today_only: boolean;
2788
2789
  }
2789
2790
  export class InventoryConfig implements IInventoryConfig {
2790
2791
  inventory_control: boolean;
2792
+ sold_out_for_today_only: boolean;
2791
2793
  constructor();
2792
2794
  }
2793
2795
  /** Pax Configuration */