@win2win/shared 1.0.273 → 1.0.275
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.
|
@@ -78,6 +78,7 @@ export interface LandingEcommerceConfig {
|
|
|
78
78
|
drawerOverlay: boolean;
|
|
79
79
|
resetShopcartAlways: boolean;
|
|
80
80
|
shopcartIsRequired: boolean;
|
|
81
|
+
formsIds: Id[];
|
|
81
82
|
}
|
|
82
83
|
export interface LandingContactData {
|
|
83
84
|
phone: string;
|
|
@@ -129,6 +130,7 @@ export interface LandingMetadata {
|
|
|
129
130
|
routes_aliases: JsonObject;
|
|
130
131
|
solicitud_llamada: {
|
|
131
132
|
idGama: Id;
|
|
133
|
+
formsIds: Id[];
|
|
132
134
|
};
|
|
133
135
|
}
|
|
134
136
|
export interface LandingStylesRaw {
|
package/package.json
CHANGED