@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 +2 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
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 {
|