@nomalism-com/types 0.46.26 → 0.46.27

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.
@@ -313,6 +313,8 @@ export type DocumentHeader = {
313
313
  delivery_departure_street: string | null;
314
314
  delivery_departure_locality: string | null;
315
315
  delivery_departure_postal_code: string | null;
316
+ delivery_departure_country_id: string | null;
317
+ delivery_departure_country_name: string | null;
316
318
  delivery_method_id: string | null;
317
319
  delivery_method: string | null;
318
320
  vehicle_id: string | null;
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.26",
4
+ "version": "0.46.27",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",