* feat(SW-3516): Include partnerLoyaltyNumber on bookings
- Added user context to BookingFlowProviders for user state management.
- Updated booking input and output schemas to accommodate new user data.
- Refactored booking mutation logic to include user-related information.
- Improved type definitions for better TypeScript support across booking components.
Approved-by: Anton Gunnarsson
feat(SW-3505): add endpoint for getting eurobonus profile
* feat(SW-3505): add endpoint for getting eurobonus profile
* make sure we add loginType to session
* no need to run zod parsing twice
* Make SAS environment variables mandatory
Approved-by: Anton Gunnarsson
chore: Misc for partner-sas
* Add global-error to partner-sas
* Add redirect to lang in partner-sas
* Actually use language from param
* Increase test timeouts and use parsed lang to fix tests
* Remove need to import serverClient to setup trpc
Approved-by: Hrishikesh Vaipurkar