@posx/core 5.5.198 → 5.5.199

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
@@ -2137,6 +2137,7 @@ declare module '@posx/core/types/config.type' {
2137
2137
  disable_card_payment: boolean;
2138
2138
  landing_image: string;
2139
2139
  menu_banner_image: string;
2140
+ home_page_image: string[];
2140
2141
  }
2141
2142
  export class KioskSystemConfig implements IKioskSystemConfig {
2142
2143
  takeaway_only: boolean;
@@ -2145,6 +2146,7 @@ declare module '@posx/core/types/config.type' {
2145
2146
  disable_card_payment: boolean;
2146
2147
  landing_image: string;
2147
2148
  menu_banner_image: string;
2149
+ home_page_image: any[];
2148
2150
  constructor();
2149
2151
  }
2150
2152
  export interface IMarketing {