@experteam-mx/ngx-services 20.7.0-dev1.1 → 20.7.0-dev1.3
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/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7071,6 +7071,7 @@ interface ShipmentLandingReport extends ActiveLessLaravelModel {
|
|
|
7071
7071
|
include_indemnity_letter: boolean;
|
|
7072
7072
|
shipment_content_type_id: number;
|
|
7073
7073
|
shipment_scope_id: number;
|
|
7074
|
+
include_release_of_liability?: boolean;
|
|
7074
7075
|
} | null;
|
|
7075
7076
|
manifest_date_time?: string | null;
|
|
7076
7077
|
date_time?: string;
|