@orderingstack/ordering-types 1.34.0 → 1.35.0

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.
@@ -698,6 +698,14 @@ export interface IFiscalizeData {
698
698
  FiscalDeviceMemoryNo: string;
699
699
  USN: string;
700
700
  };
701
+ proforma?: boolean;
702
+ user?: string;
703
+ taxId?: string;
704
+ message?: string;
705
+ drsSummary?: Array<{
706
+ deposit: number;
707
+ count: number;
708
+ }>;
701
709
  }
702
710
  export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
703
711
  export type TMediaSize = (typeof sizes)[number];
@@ -698,6 +698,14 @@ export interface IFiscalizeData {
698
698
  FiscalDeviceMemoryNo: string;
699
699
  USN: string;
700
700
  };
701
+ proforma?: boolean;
702
+ user?: string;
703
+ taxId?: string;
704
+ message?: string;
705
+ drsSummary?: Array<{
706
+ deposit: number;
707
+ count: number;
708
+ }>;
701
709
  }
702
710
  export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
703
711
  export type TMediaSize = (typeof sizes)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",