@nomalism-com/types 0.46.7 → 0.46.9

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.cjs CHANGED
@@ -1975,6 +1975,7 @@ var updateManyKeys = {
1975
1975
  provider_estimated_delivery_date: joi18.date().allow(null, "").optional(),
1976
1976
  provider_purchase_discount: joi18.number().positive().allow(0).max(100).optional(),
1977
1977
  consignacao: joi18.boolean().optional(),
1978
+ abater_na_fatura_final: joi18.boolean().optional(),
1978
1979
  cancelled: joi18.boolean().optional(),
1979
1980
  force_closed: joi18.boolean().optional()
1980
1981
  };
package/dist/index.js CHANGED
@@ -1975,6 +1975,7 @@ var updateManyKeys = {
1975
1975
  provider_estimated_delivery_date: joi18.date().allow(null, "").optional(),
1976
1976
  provider_purchase_discount: joi18.number().positive().allow(0).max(100).optional(),
1977
1977
  consignacao: joi18.boolean().optional(),
1978
+ abater_na_fatura_final: joi18.boolean().optional(),
1978
1979
  cancelled: joi18.boolean().optional(),
1979
1980
  force_closed: joi18.boolean().optional()
1980
1981
  };
@@ -112,6 +112,7 @@ export interface IUpdateManyRequest {
112
112
  provider_estimated_delivery_date?: Date | null;
113
113
  provider_purchase_discount?: number;
114
114
  consignacao?: boolean;
115
+ abater_na_fatura_final?: boolean;
115
116
  cancelled?: boolean;
116
117
  force_closed?: boolean;
117
118
  }
@@ -385,6 +385,7 @@ export type DocumentLine = {
385
385
  cativado: boolean;
386
386
  cativado_date: Date | null;
387
387
  consignacao: boolean;
388
+ abater_na_fatura_final: boolean;
388
389
  document_line_group_id: string;
389
390
  index: number;
390
391
  data: IData;
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": "0.46.7",
4
+ "version": "0.46.9",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -31,8 +31,8 @@
31
31
  "devDependencies": {
32
32
  "@swc/core": "^1.15.41",
33
33
  "@types/node": "^24.13.2",
34
- "@typescript-eslint/eslint-plugin": "^8.61.0",
35
- "@typescript-eslint/parser": "^8.61.0",
34
+ "@typescript-eslint/eslint-plugin": "^8.61.1",
35
+ "@typescript-eslint/parser": "^8.61.1",
36
36
  "eslint": "^9.39.4",
37
37
  "eslint-config-prettier": "^10.1.8",
38
38
  "eslint-import-resolver-typescript": "^4.4.5",