Merged in feat/sw-3545-update-sas-userinfo-tracking (pull request #2982)

feat(SW-3545): Update partner-sas userinfo tracking

* Update loginType to eurobonus

* Remove tracking booking code properties when disabled

* Add EB user data to tracking

* Fix type issue


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-10-17 09:35:37 +00:00
parent c01f440651
commit 710309b7eb
17 changed files with 100 additions and 41 deletions

View File

@@ -3,6 +3,6 @@ export enum LoginTypeEnum {
"membership number" = "membership number",
"email link" = "email link",
"dtmc" = "dtmc",
"sas" = "sas",
"eurobonus" = "eurobonus",
}
export type LoginType = keyof typeof LoginTypeEnum