Merged in feat/LOY-486-consent-prompt-date (pull request #3221)

Feat/LOY-486 consent prompt date

* chore(LOY-486): update name on date

* chore(LOY-486): open links in new tab

* chore(LOY-486): send prompt date + refactor modal

* chore(LOY-486): update README


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-11-26 12:11:57 +00:00
parent f70c431a5e
commit 086319e8b1
9 changed files with 119 additions and 37 deletions

View File

@@ -60,6 +60,10 @@ export const profilingConsentInput = z.object({
profilingConsent: z.boolean(),
})
export const profilingConsentPromptDateInput = z.object({
profilingConsentPromptDate: z.string(),
})
export const getSavedPaymentCardsInput = z.object({
supportedCards: z.array(z.string()),
})