@experteam-mx/ngx-services 20.7.0-dev1.3 → 20.7.0-dev1.5
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
|
@@ -6997,6 +6997,7 @@ interface ShipmentReports {
|
|
|
6997
6997
|
interface ShipmentLandingReport extends ActiveLessLaravelModel {
|
|
6998
6998
|
authorization_numbers: string[] | null;
|
|
6999
6999
|
commercial_invoice: boolean | null;
|
|
7000
|
+
has_documents: boolean | null;
|
|
7000
7001
|
company_country_id: number;
|
|
7001
7002
|
company_id: number;
|
|
7002
7003
|
company_name: string;
|