Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thalytafabrine committed Jul 20, 2023
1 parent 0fd3c66 commit de7d347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions src/typings/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ declare global {
VtexScore: number
ProductRefId: string
MetaTagDescription: string
ReleaseDate: string // timestamp?
ReleaseDate: string
GTIN: string
IsVisible: boolean
IsActive: boolean
Expand Down Expand Up @@ -299,21 +299,20 @@ declare global {
ProductClusterIds: number[]
PositionsInClusters: Record<string, number>
ProductClusterNames: Record<string, string>
ProductClusterHighLightIds: any[] // fix
ProductClusterHighlights: any // fix
ProductClusterHighlights: Record<string, string>
ProductClusterSearchableIds: number[]
ProductClusterOrder: Record<string, number>
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
}
Expand Down

0 comments on commit de7d347

Please sign in to comment.