{"id":21835873,"url":"https://github.com/vtex/vtex-search-mapper","last_synced_at":"2026-05-18T08:02:12.025Z","repository":{"id":65782776,"uuid":"312346040","full_name":"vtex/vtex-search-mapper","owner":"vtex","description":"A utility library to translate form VTEX Search results to VTEX Catalog json format","archived":false,"fork":false,"pushed_at":"2020-12-01T22:25:23.000Z","size":206,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-10-26T06:23:03.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vtex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-12T17:18:14.000Z","updated_at":"2024-12-03T17:27:59.000Z","dependencies_parsed_at":"2023-02-09T19:45:16.854Z","dependency_job_id":null,"html_url":"https://github.com/vtex/vtex-search-mapper","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/vtex/vtex-search-mapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fvtex-search-mapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fvtex-search-mapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fvtex-search-mapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fvtex-search-mapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex","download_url":"https://codeload.github.com/vtex/vtex-search-mapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Fvtex-search-mapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T20:25:42.918Z","updated_at":"2026-05-18T08:02:11.989Z","avatar_url":"https://github.com/vtex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vtex-search-mapper\n\n## Usage\n\n```\nyarn add @vtex/vtex-search-mapper\n```\n\n```ts\nimport { convertFromBiggyProductsToCatalogApiProducts, BiggySearchResult, BiggyProduct, CatalogApiProduct } from '@vtex/vtex-search-mapper'\n\n// ...\n\nconst biggySearchResult: BiggySearchResult = await myBiggyClientGetSearchResults(params)\nconst biggyProducts: BiggyProduct[] = biggySearchResult.products\n\nconst newProducts: CatalogApiProduct[] = convertFromBiggyProductsToCatalogApiProducts(biggyProducts)\n```\n\n## Developing this module\n\n### Setup\n\n```\nyarn\n```\n\n### Run tests\n\n```\nyarn test\n```\n\n### Develop tests in watch mode\n\n```\nyarn jest\n```\n\n### Link this app to other module and develop changes\n\nOn this project:\n\n```\nyarn link\n```\n\nTo watch changes locally:\n\n```\nyarn watch\n```\n\nOn the other project:\n\n```\nyarn link @vtex/vtex-search-mapper\n```\n\nThen any changes you make on this project will reflect on the project that uses it\n\n## Release\n\nTo release new versions use semver pattern and follow the next commands to choose how to release this package on npm\n\n### Patch version\n\n```\nyarn release\n```\n\n### Minor version\n\n```\nyarn release-minor\n```\n\n### Patch version\n\n```\nyarn release-patch\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Fvtex-search-mapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex%2Fvtex-search-mapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Fvtex-search-mapper/lists"}