Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

feat(preferences): add optional birthDate to PreferenceUpdateItem#289

Merged
jmenestr merged 4 commits intomainfrom
feat/preference-update-item-birthdate
Mar 12, 2026
Merged

feat(preferences): add optional birthDate to PreferenceUpdateItem#289
jmenestr merged 4 commits intomainfrom
feat/preference-update-item-birthdate

Conversation

@jmenestr
Copy link
Copy Markdown
Contributor

Adds optional birthDate to PreferenceUpdateItem for native birthdate flows.

  • Accepted formats: YYYY-MM-DD, YYYY-MM, or MM-YYYY (format enforcement in main repo)
  • Version: 4.154.0

Prerequisite for main repo Phase 1 (Native Birthdate — Costco Transition Solutions).

Made with Cursor

jmenestr and others added 4 commits March 11, 2026 15:43
Add optional birthDate (ISO 8601 date YYYY-MM-DD) to PreferenceUpdateItem
for native birthdate / age-gating flows. Prerequisite for main repo Phase 1.

Made-with: Cursor
@jmenestr jmenestr requested a review from dipack95 March 12, 2026 21:41
Comment thread src/preferences.ts
}),
),
/** User birthdate. Optional. Accepted formats: YYYY-MM-DD, YYYY-MM, or MM-YYYY. Format enforcement is in the main repo. */
birthDate: t.string,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this already merged?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is. I have no idea why it's showing this diff.

@jmenestr jmenestr merged commit 4d7bcf4 into main Mar 12, 2026
10 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants