@nomalism-com/types 1.3.8 → 1.3.10

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.
@@ -142,6 +142,7 @@ export interface IEntityMinified {
142
142
  price_sale: number;
143
143
  price_cost: number;
144
144
  tax: number;
145
+ reason_for_exemption: string | null;
145
146
  multimedia_id: string | null;
146
147
  integer_only: boolean;
147
148
  total: number;
@@ -370,6 +370,7 @@ export type DocumentLine = {
370
370
  provider_tax: number;
371
371
  preco_venda: number;
372
372
  client_tax: number;
373
+ client_tax_reason_for_exemption: string | null;
373
374
  client_discount: number;
374
375
  provider_estimated_delivery_date: Date | null;
375
376
  sent_to_client: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "1.3.8",
4
+ "version": "1.3.10",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",