@nomalism-com/types 0.27.66 → 0.27.68

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.
@@ -19,6 +19,7 @@ export interface IRemainingTodayTickets {
19
19
  number: number;
20
20
  language_id: number;
21
21
  text_to_read: string;
22
+ created_at: Date;
22
23
  }
23
24
  export interface ITicketsFindTodayResponse {
24
25
  channels: IChannel[];
@@ -373,6 +373,7 @@ export type DocumentLine = {
373
373
  product_thumbnail: string | null;
374
374
  product_reference: string | null;
375
375
  product_designation: string;
376
+ product_measure: string | null;
376
377
  avg_unit_cost: number | null;
377
378
  prison: boolean;
378
379
  cativado: boolean;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.66",
12
+ "version": "0.27.68",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/eslint-plugin": "^7.18.0",
44
44
  "@typescript-eslint/parser": "^7.18.0",
45
45
  "eslint": "^8.57.1",
46
- "rollup": "^4.24.4",
46
+ "rollup": "^4.25.0",
47
47
  "tslib": "^2.8.1"
48
48
  }
49
49
  }