@posx/core 5.5.218 → 5.5.220

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
@@ -1809,6 +1809,10 @@ declare module '@posx/core/test/services/discount/coupon-calculation-test/coupon
1809
1809
  declare module '@posx/core/test/services/discount/flat-discount-test/flat-discount.test' {
1810
1810
  export {};
1811
1811
 
1812
+ }
1813
+ declare module '@posx/core/test/services/invoice/appendInvoice/append-invoice.test' {
1814
+ export {};
1815
+
1812
1816
  }
1813
1817
  declare module '@posx/core/test/services/invoice/invoice-discount-calculations-test/invoice-discount-calculations.test' {
1814
1818
  export {};
@@ -2257,6 +2261,7 @@ declare module '@posx/core/types/config.type' {
2257
2261
  dynamic_order_qr: TDynamicOrderQR;
2258
2262
  default_language: string;
2259
2263
  category_selector_mode: 'photo_mode' | 'dropdown_mode';
2264
+ max_dinning_time: number;
2260
2265
  }
2261
2266
  export class OnlineOrderConfig implements IOnlineOrderConfig {
2262
2267
  enable_membership: boolean;
@@ -2266,6 +2271,7 @@ declare module '@posx/core/types/config.type' {
2266
2271
  default_language: string;
2267
2272
  category_selector_mode: 'photo_mode' | 'dropdown_mode';
2268
2273
  dynamic_order_qr: TDynamicOrderQR;
2274
+ max_dinning_time: number;
2269
2275
  constructor();
2270
2276
  }
2271
2277
  export interface IGeneralConfig {