@experteam-mx/ngx-services 20.8.2 → 20.8.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
|
@@ -7176,6 +7176,7 @@ interface ShipmentLandingReport extends ActiveLessLaravelModel {
|
|
|
7176
7176
|
include_indemnity_letter: boolean;
|
|
7177
7177
|
shipment_content_type_id: number;
|
|
7178
7178
|
shipment_scope_id: number;
|
|
7179
|
+
include_release_of_liability?: boolean;
|
|
7179
7180
|
} | null;
|
|
7180
7181
|
manifest_date_time?: string | null;
|
|
7181
7182
|
date_time?: string;
|