@posx/core 5.5.202 → 5.5.203

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
@@ -2145,6 +2145,7 @@ declare module '@posx/core/types/config.type' {
2145
2145
  landing_image: string;
2146
2146
  menu_banner_image: string;
2147
2147
  home_page_images: string[];
2148
+ paynow_method: PaynowMethod;
2148
2149
  }
2149
2150
  export class KioskSystemConfig implements IKioskSystemConfig {
2150
2151
  takeaway_only: boolean;
@@ -2154,6 +2155,7 @@ declare module '@posx/core/types/config.type' {
2154
2155
  landing_image: string;
2155
2156
  menu_banner_image: string;
2156
2157
  home_page_images: any[];
2158
+ paynow_method: PaynowMethod;
2157
2159
  constructor();
2158
2160
  }
2159
2161
  export interface IMarketing {