@win2win/shared 1.0.211 → 1.0.213
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.
|
@@ -61,7 +61,8 @@ export interface LandingParams {
|
|
|
61
61
|
position: "left" | "right";
|
|
62
62
|
iframeUrl: string;
|
|
63
63
|
name: string;
|
|
64
|
-
|
|
64
|
+
avatarMobile: string;
|
|
65
|
+
avatarDesktop: string;
|
|
65
66
|
};
|
|
66
67
|
}
|
|
67
68
|
export interface LandingLink {
|
|
@@ -146,7 +147,6 @@ export interface LandingPageRaw {
|
|
|
146
147
|
TIPO: string;
|
|
147
148
|
RUTA: string;
|
|
148
149
|
TITULO: string;
|
|
149
|
-
NOMBRE: string;
|
|
150
150
|
NAVEGACION: number;
|
|
151
151
|
BUTTON: JsonObject | null;
|
|
152
152
|
ESTADO: number;
|
|
@@ -158,6 +158,7 @@ export interface LandingSectionRaw {
|
|
|
158
158
|
ID_LANDING_SECTIONS: Id;
|
|
159
159
|
ID_LANDING: Id;
|
|
160
160
|
ID_LANDING_PAGES: Id;
|
|
161
|
+
NOMBRE: string;
|
|
161
162
|
PARAMS: JsonObject;
|
|
162
163
|
POSICION: number;
|
|
163
164
|
TEMPLATE: string;
|
package/package.json
CHANGED