@posx/core 5.5.199 → 5.5.200
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 -2
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2137,7 +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
|
-
|
|
2140
|
+
home_page_images: string[];
|
|
2141
2141
|
}
|
|
2142
2142
|
export class KioskSystemConfig implements IKioskSystemConfig {
|
|
2143
2143
|
takeaway_only: boolean;
|
|
@@ -2146,7 +2146,7 @@ declare module '@posx/core/types/config.type' {
|
|
|
2146
2146
|
disable_card_payment: boolean;
|
|
2147
2147
|
landing_image: string;
|
|
2148
2148
|
menu_banner_image: string;
|
|
2149
|
-
|
|
2149
|
+
home_page_images: any[];
|
|
2150
2150
|
constructor();
|
|
2151
2151
|
}
|
|
2152
2152
|
export interface IMarketing {
|