@nomalism-com/types 1.0.16 → 1.0.17

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.
@@ -298,6 +298,7 @@ export type DocumentLine = {
298
298
  provider_estimated_delivery_date: Date | null;
299
299
  sent_to_client: boolean;
300
300
  sent_to_provider: boolean;
301
+ global_discount: boolean;
301
302
  created_at: Date;
302
303
  updated_at: Date;
303
304
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.16",
12
+ "version": "1.0.17",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [