@posx/core 5.5.184 → 5.5.186
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 -6
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2196,17 +2196,13 @@ declare module '@posx/core/types/config.type' {
|
|
|
2196
2196
|
enable_membership: boolean;
|
|
2197
2197
|
login_call_to_action_text: string;
|
|
2198
2198
|
menu_banner_image_url: string;
|
|
2199
|
-
|
|
2199
|
+
dynamic_order_qr: TDynamicOrderQR;
|
|
2200
2200
|
}
|
|
2201
2201
|
export class OnlineOrderConfig implements IOnlineOrderConfig {
|
|
2202
2202
|
enable_membership: boolean;
|
|
2203
2203
|
login_call_to_action_text: string;
|
|
2204
2204
|
menu_banner_image_url: string;
|
|
2205
|
-
|
|
2206
|
-
default_order_flow: OrderFlow;
|
|
2207
|
-
select_order_flow: boolean;
|
|
2208
|
-
select_menus: boolean;
|
|
2209
|
-
};
|
|
2205
|
+
dynamic_order_qr: TDynamicOrderQR;
|
|
2210
2206
|
constructor();
|
|
2211
2207
|
}
|
|
2212
2208
|
export interface IGeneralConfig {
|