Merged in feat/sw-1314-transfer-sas-points (pull request #1508)

SW-1314 Transfer SAS points

Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-03-18 10:07:05 +00:00
parent d4fe8baa49
commit d0b6f3f8b3
32 changed files with 1799 additions and 12 deletions
@@ -12,7 +12,9 @@ export enum IconName {
AccountCircle = "AccountCircle",
Air = "Air",
Airplane = "Airplane",
ArrowFrom = "ArrowFrom",
ArrowRight = "ArrowRight",
ArrowTo = "ArrowTo",
Bar = "Bar",
Bed = "Bed",
Biking = "Biking",
@@ -115,6 +117,7 @@ export enum IconName {
StarFilled = "StarFilled",
Street = "Street",
Swim = "Swim",
Swipe = "Swipe",
Thermostat = "Thermostat",
Train = "Train",
Tripadvisor = "Tripadvisor",
@@ -13,12 +13,13 @@ export namespace DynamicContentEnum {
overview_table = "overview_table",
points_overview = "points_overview",
previous_stays = "previous_stays",
sas_linked_account = "sas_linked_account",
sas_tier_comparison = "sas_tier_comparison",
sign_up_form = "sign_up_form",
sign_up_verification = "sign_up_verification",
soonest_stays = "soonest_stays",
upcoming_stays = "upcoming_stays",
sas_linked_account = "sas_linked_account",
sas_transfer_points = "sas_transfer_points",
sas_tier_comparison = "sas_tier_comparison",
}
/** Type needed to satisfy zod enum type */
@@ -35,12 +36,13 @@ export namespace DynamicContentEnum {
components.overview_table,
components.points_overview,
components.previous_stays,
components.sas_linked_account,
components.sas_tier_comparison,
components.sign_up_form,
components.sign_up_verification,
components.soonest_stays,
components.upcoming_stays,
components.sas_linked_account,
components.sas_transfer_points,
components.sas_tier_comparison,
]
}