@experteam-mx/ngx-services 20.0.20 → 20.0.21
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
|
@@ -1586,6 +1586,7 @@ interface CountryReference extends LaravelModel {
|
|
|
1586
1586
|
receipt_printer_name: string;
|
|
1587
1587
|
others_printer_name: string;
|
|
1588
1588
|
country: Country;
|
|
1589
|
+
sanctioned_countries: number[] | null;
|
|
1589
1590
|
}
|
|
1590
1591
|
interface CountryReferenceCurrency extends LaravelModel {
|
|
1591
1592
|
country_id: number;
|