@experteam-mx/ngx-services 20.10.3-dev3.0 → 20.10.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 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7001,6 +7001,7 @@ type OperationDocumentIn = {
|
|
|
7001
7001
|
};
|
|
7002
7002
|
type OperationDocumentOut = {
|
|
7003
7003
|
document: Document;
|
|
7004
|
+
relatedDocuments: Document[];
|
|
7004
7005
|
};
|
|
7005
7006
|
type InvoiceTypeCustomParamsIn = {
|
|
7006
7007
|
identificationNumber: string;
|
|
@@ -8491,7 +8492,6 @@ interface BillingDetailsReport extends ActiveLessLaravelModel {
|
|
|
8491
8492
|
issue_date: string;
|
|
8492
8493
|
local_currency_amount_received: number;
|
|
8493
8494
|
location_id: number;
|
|
8494
|
-
location_city: string | null;
|
|
8495
8495
|
payments: BillingDetailsPayment[];
|
|
8496
8496
|
shipment_account: string;
|
|
8497
8497
|
shipment_destination_service_area_code: string;
|