@nomalism-com/types 1.3.32 → 1.3.33

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.
@@ -272,6 +272,7 @@ export type DocumentHeader = {
272
272
  emission_date: Date;
273
273
  source_billing: string;
274
274
  hash_control: string | null;
275
+ copy_from_document: string | null;
275
276
  chat_document_header_id: string;
276
277
  owner_id: string;
277
278
  owner_number: number;
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.32",
4
+ "version": "1.3.33",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",