@nomalism-com/types 1.3.5 → 1.3.6

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/dist/index.js CHANGED
@@ -5148,6 +5148,7 @@ var updateBodyKeys52 = {
5148
5148
  price_sale: joi10.number().positive().allow(0).optional(),
5149
5149
  unit_of_measure_quantity_notation: joi10.string().empty("").optional(),
5150
5150
  vat_tax: joi10.string().empty("").optional(),
5151
+ reason_for_exemption: joi10.string().empty("").optional(),
5151
5152
  state: joi10.string().valid(...productState).optional()
5152
5153
  };
5153
5154
  var updateBody52 = joi10.object().keys(updateBodyKeys52).messages(messages);
@@ -69,6 +69,7 @@ export interface IUpdateRequest {
69
69
  price_cost?: number;
70
70
  price_sale?: number;
71
71
  vat_tax?: string;
72
+ reason_for_exemption?: string;
72
73
  }
73
74
  export interface IFindProductSheetByReference {
74
75
  selector: string;
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.5",
4
+ "version": "1.3.6",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",