@experteam-mx/ngx-services 20.7.0-dev1.2 → 20.7.0-dev1.4
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
CHANGED
|
@@ -7071,10 +7071,10 @@ 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;
|
|
7077
|
-
include_release_of_liability?: boolean;
|
|
7078
7078
|
}
|
|
7079
7079
|
interface ShipmentTag extends ActiveLessSymfonyModel {
|
|
7080
7080
|
name: string;
|