@posx/core 5.5.5 → 5.5.7

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
@@ -1910,9 +1910,15 @@ declare module '@posx/core/types/config.type' {
1910
1910
  }
1911
1911
  export interface IKioskSystemConfig {
1912
1912
  takeaway_only: boolean;
1913
+ guest_order_only: boolean;
1914
+ disable_paynow_payment: boolean;
1915
+ disable_card_payment: boolean;
1913
1916
  }
1914
1917
  export class KioskSystemConfig implements IKioskSystemConfig {
1915
1918
  takeaway_only: boolean;
1919
+ guest_order_only: boolean;
1920
+ disable_paynow_payment: boolean;
1921
+ disable_card_payment: boolean;
1916
1922
  constructor();
1917
1923
  }
1918
1924
  export interface IMarketing {