@retaila/shared-types 1.1.91 → 1.1.92

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
@@ -2177,12 +2177,6 @@ interface StoreSettings {
2177
2177
  instagram?: string;
2178
2178
  facebook?: string;
2179
2179
  address?: string;
2180
- location?: {
2181
- lat: number;
2182
- lng: number;
2183
- };
2184
- logoId?: string;
2185
- faviconId?: string;
2186
2180
  createdAt: Date;
2187
2181
  updatedAt: Date;
2188
2182
  deletedAt?: Date;
package/dist/index.d.ts CHANGED
@@ -2177,12 +2177,6 @@ interface StoreSettings {
2177
2177
  instagram?: string;
2178
2178
  facebook?: string;
2179
2179
  address?: string;
2180
- location?: {
2181
- lat: number;
2182
- lng: number;
2183
- };
2184
- logoId?: string;
2185
- faviconId?: string;
2186
2180
  createdAt: Date;
2187
2181
  updatedAt: Date;
2188
2182
  deletedAt?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@retaila/shared-types",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "description": "Tipos compartidos para el proyecto Retail",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",