Update Serving API - from backend PR #6731 - #410
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the generated TypeScript configuration types in packages/types/src/config/types.gen.ts. Specifically, it introduces a new heatmap_visits_limit property and its corresponding enum to VisitorInsightsBase, representing the maximum number of visits per variation for heatmaps. Additionally, it adds a track_first_exposure_only boolean property to ProjectGASettingsBase to control whether experience impression events are sent only on the first exposure. There are no review comments, and we have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|



Updating TS Serving API after the latest changes from backend repo,
PR #6731