@experteam-mx/ngx-services 20.7.0-dev1.12 → 20.7.0-dev1.13
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
|
@@ -1636,7 +1636,7 @@ type UpsellingIndicatorIn = {
|
|
|
1636
1636
|
flagName: string;
|
|
1637
1637
|
flagTextColor: string;
|
|
1638
1638
|
flagColor: string;
|
|
1639
|
-
countryIds:
|
|
1639
|
+
countryIds: number[];
|
|
1640
1640
|
products: UpsellingIndicatorProduct[];
|
|
1641
1641
|
isActive: boolean;
|
|
1642
1642
|
};
|