@nomalism-com/types 1.3.33 → 1.3.34

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
@@ -1549,7 +1549,6 @@ var createFromHeaderBodyKeys = {
1549
1549
  store_operator_id: joi10.string().uuid().allow(null).optional(),
1550
1550
  document_set_id: joi10.string().uuid().optional(),
1551
1551
  external_document_name: joi10.string().optional(),
1552
- atcud: joi10.string().optional(),
1553
1552
  account_code: joi10.string().allow(null, "").empty("").optional(),
1554
1553
  copy_from_document: joi10.string().allow(null, "").empty("").optional()
1555
1554
  };
@@ -117,7 +117,6 @@ export interface ICreateFromHeaderRequest {
117
117
  document_type_id: number;
118
118
  document_set_id?: string;
119
119
  external_document_name?: string;
120
- atcud?: string;
121
120
  emission_date?: Date;
122
121
  account_code?: string | null;
123
122
  from_header: 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.33",
4
+ "version": "1.3.34",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",