@experteam-mx/ngx-services 20.10.2 → 20.10.3-dev3.0
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
|
@@ -8491,6 +8491,7 @@ interface BillingDetailsReport extends ActiveLessLaravelModel {
|
|
|
8491
8491
|
issue_date: string;
|
|
8492
8492
|
local_currency_amount_received: number;
|
|
8493
8493
|
location_id: number;
|
|
8494
|
+
location_city: string | null;
|
|
8494
8495
|
payments: BillingDetailsPayment[];
|
|
8495
8496
|
shipment_account: string;
|
|
8496
8497
|
shipment_destination_service_area_code: string;
|