@experteam-mx/ngx-services 20.9.0-dev1.0 → 20.9.0-dev1.1
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
|
@@ -1425,7 +1425,7 @@ interface UpsellingIndicatorCountry extends ApiModel {
|
|
|
1425
1425
|
}
|
|
1426
1426
|
interface UpsellingIndicatorProduct extends ApiModel {
|
|
1427
1427
|
globalCode: string;
|
|
1428
|
-
|
|
1428
|
+
name: string;
|
|
1429
1429
|
}
|
|
1430
1430
|
interface UpsellingIndicatorMethod extends SymfonyModel {
|
|
1431
1431
|
code: string;
|