@experteam-mx/ngx-services 20.0.25 → 20.0.27
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 +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5125,7 +5125,6 @@ type DocumentTypeRangeIn = {
|
|
|
5125
5125
|
sap_prefix: string;
|
|
5126
5126
|
sap_suffix?: string;
|
|
5127
5127
|
suffix?: string;
|
|
5128
|
-
used_numbers: number;
|
|
5129
5128
|
valid_since: string;
|
|
5130
5129
|
valid_until: string;
|
|
5131
5130
|
};
|
|
@@ -6011,6 +6010,8 @@ interface ShipmentLandingReport extends ActiveLessLaravelModel {
|
|
|
6011
6010
|
shipment_content_type_id: number;
|
|
6012
6011
|
shipment_scope_id: number;
|
|
6013
6012
|
} | null;
|
|
6013
|
+
manifest_date_time?: string | null;
|
|
6014
|
+
date_time?: string;
|
|
6014
6015
|
}
|
|
6015
6016
|
interface ShipmentTag extends ActiveLessSymfonyModel {
|
|
6016
6017
|
name: string;
|
|
@@ -6075,6 +6076,8 @@ interface PromotionCodeDiscount extends ApiModel {
|
|
|
6075
6076
|
promotion_code: string;
|
|
6076
6077
|
discount_percentage: number;
|
|
6077
6078
|
product_subtotals: ProductSubtotal[];
|
|
6079
|
+
manifest_date_time?: string | null;
|
|
6080
|
+
date_time?: string;
|
|
6078
6081
|
}
|
|
6079
6082
|
interface ProductSubtotal {
|
|
6080
6083
|
country_reference_currency_id: number;
|