@posx/core 5.5.32 → 5.5.33
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
|
@@ -1894,6 +1894,8 @@ declare module '@posx/core/types/config.type' {
|
|
|
1894
1894
|
cds: ICustomerDisplaySystemConfig;
|
|
1895
1895
|
/** Kiosk system setting */
|
|
1896
1896
|
kiosk: IKioskSystemConfig;
|
|
1897
|
+
/** Online order setting */
|
|
1898
|
+
online_order: IOnlineOrderConfig;
|
|
1897
1899
|
}
|
|
1898
1900
|
export interface ICustomerDisplaySystemConfig {
|
|
1899
1901
|
full_screen_assets: string[];
|