@experteam-mx/ngx-services 20.9.6-dev1.0 → 20.9.6-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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1438,7 +1438,7 @@ interface UpsellingIndicatorMethod extends SymfonyModel {
|
|
|
1438
1438
|
name: string;
|
|
1439
1439
|
}
|
|
1440
1440
|
interface RpaShipmentNotification extends SymfonyModel {
|
|
1441
|
-
|
|
1441
|
+
countryId: number;
|
|
1442
1442
|
languages: string[];
|
|
1443
1443
|
}
|
|
1444
1444
|
|
|
@@ -1750,7 +1750,7 @@ type RpaShipmentNotificationOut = {
|
|
|
1750
1750
|
type RpaShipmentNotificationIn = {
|
|
1751
1751
|
countryId: number;
|
|
1752
1752
|
languages: string[];
|
|
1753
|
-
|
|
1753
|
+
isActive: boolean;
|
|
1754
1754
|
};
|
|
1755
1755
|
|
|
1756
1756
|
declare class ApiCatalogsService {
|