diff --git a/CHANGELOG.md b/CHANGELOG.md index e34e599..51ab42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added +- Mapping from search document to product. + ## [1.2.13] - 2022-12-20 ### Fixed diff --git a/src/typings/global.ts b/src/typings/global.ts index 85b2aca..40ddbf6 100644 --- a/src/typings/global.ts +++ b/src/typings/global.ts @@ -269,7 +269,7 @@ declare global { VtexScore: number ProductRefId: string MetaTagDescription: string - ReleaseDate: string // timestamp? + ReleaseDate: string GTIN: string IsVisible: boolean IsActive: boolean @@ -299,21 +299,20 @@ declare global { ProductClusterIds: number[] PositionsInClusters: Record ProductClusterNames: Record - ProductClusterHighLightIds: any[] // fix - ProductClusterHighlights: any // fix + ProductClusterHighlights: Record ProductClusterSearchableIds: number[] ProductClusterOrder: Record ShowIfNotAvailable: boolean KeyWords: string BrandKeyWords: string CategoryKeyWords: string - ModalType: any // fix + ModalType: any Position: number MeasurementUnit: string TaxCode: string UnitMultiplier: number SalesChannels: number[] - Videos: any[] // fix + Videos: any[] SpecificationGroups: SkuDocumentSpecificationGroup[] IsProductActive: boolean }