@retaila/shared-types 1.1.31 → 1.1.32

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/dist/index.d.mts CHANGED
@@ -1281,6 +1281,7 @@ interface StoreCustomizationThemeButtons {
1281
1281
  }
1282
1282
  interface StoreCustomizationSeo {
1283
1283
  pageTitle: string;
1284
+ pageSlogan: string;
1284
1285
  pageDescription: string;
1285
1286
  pageKeywords: string;
1286
1287
  pageImageId?: string | null;
package/dist/index.d.ts CHANGED
@@ -1281,6 +1281,7 @@ interface StoreCustomizationThemeButtons {
1281
1281
  }
1282
1282
  interface StoreCustomizationSeo {
1283
1283
  pageTitle: string;
1284
+ pageSlogan: string;
1284
1285
  pageDescription: string;
1285
1286
  pageKeywords: string;
1286
1287
  pageImageId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retaila/shared-types",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Tipos compartidos para el proyecto Retail",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",