@experteam-mx/ngx-services 20.7.0-dev1.7 → 20.7.0-dev1.8
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 +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5237,6 +5237,9 @@ interface ShipmentCustoms {
|
|
|
5237
5237
|
}
|
|
5238
5238
|
interface ShipmentDataToSignaturePage {
|
|
5239
5239
|
currency_code: string;
|
|
5240
|
+
decimal_point: number;
|
|
5241
|
+
decimal_separator: string;
|
|
5242
|
+
thousands_separator: string;
|
|
5240
5243
|
tracking_number: string;
|
|
5241
5244
|
content_description: string;
|
|
5242
5245
|
pieces_number: number;
|