@posx/core 5.5.61 → 5.5.62

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
@@ -2227,6 +2227,7 @@ declare module '@posx/core/types/config.type' {
2227
2227
  hide_non_price_item: boolean;
2228
2228
  receipt_no_reset_daily: boolean;
2229
2229
  language: string;
2230
+ disable_persistent_tcp: boolean;
2230
2231
  }
2231
2232
  export class Receipt implements IReceiptConfig {
2232
2233
  enabled: boolean;
@@ -2235,6 +2236,7 @@ declare module '@posx/core/types/config.type' {
2235
2236
  hide_non_price_item: boolean;
2236
2237
  receipt_no_reset_daily: boolean;
2237
2238
  language: string;
2239
+ disable_persistent_tcp: boolean;
2238
2240
  constructor();
2239
2241
  }
2240
2242
  export interface IKitchenConfig {