@oxyhq/services 6.10.8 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/index.js +211 -49
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/ui/client.js +25 -4
- package/lib/commonjs/ui/client.js.map +1 -1
- package/lib/commonjs/ui/components/AccountMenu.js +485 -0
- package/lib/commonjs/ui/components/AccountMenu.js.map +1 -0
- package/lib/commonjs/ui/components/AccountMenuButton.js +120 -0
- package/lib/commonjs/ui/components/AccountMenuButton.js.map +1 -0
- package/lib/commonjs/ui/components/ActingAsBanner.js +2 -2
- package/lib/commonjs/ui/components/ActingAsBanner.js.map +1 -1
- package/lib/commonjs/ui/components/ProfileCard.js +2 -2
- package/lib/commonjs/ui/components/ProfileCard.js.map +1 -1
- package/lib/commonjs/ui/components/StepBasedScreen.js +2 -2
- package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/commonjs/ui/components/accountMenuRows.js +45 -0
- package/lib/commonjs/ui/components/accountMenuRows.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +5 -5
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +3 -2
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/commonjs/ui/components/theming.js +2 -2
- package/lib/commonjs/ui/components/theming.js.map +1 -1
- package/lib/commonjs/ui/context/OxyContext.js +59 -131
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -1
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +36 -2
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/mutationKeys.js +6 -0
- package/lib/commonjs/ui/hooks/mutations/mutationKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +138 -1
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +67 -2
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +27 -2
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/commonjs/ui/hooks/useAuth.js +13 -2
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -1
- package/lib/commonjs/ui/hooks/useSessionManagement.js +30 -0
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/commonjs/ui/index.js +132 -85
- package/lib/commonjs/ui/index.js.map +1 -1
- package/lib/commonjs/ui/navigation/routes.js +6 -7
- package/lib/commonjs/ui/navigation/routes.js.map +1 -1
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +3 -2
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +202 -0
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js +3 -2
- package/lib/commonjs/ui/screens/CreateManagedAccountScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +3 -2
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FAQScreen.js +7 -4
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/FeedbackScreen.js +21 -16
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +3 -2
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +7 -4
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +3 -2
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +6 -4
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ManageAccountScreen.js +780 -0
- package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/NotificationsScreen.js +175 -0
- package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +18 -12
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/PreferencesScreen.js +220 -0
- package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +14 -10
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/ProfileScreen.js +3 -3
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +8 -5
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +6 -4
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserLinksScreen.js +3 -2
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/UserListScreen.js +2 -2
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js +3 -2
- package/lib/commonjs/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js +3 -2
- package/lib/commonjs/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js +2 -2
- package/lib/commonjs/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js +4 -3
- package/lib/commonjs/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js +3 -2
- package/lib/commonjs/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/commonjs/ui/utils/activeAuthuser.js +85 -0
- package/lib/commonjs/ui/utils/activeAuthuser.js.map +1 -0
- package/lib/module/index.js +58 -16
- package/lib/module/index.js.map +1 -1
- package/lib/module/ui/client.js +5 -3
- package/lib/module/ui/client.js.map +1 -1
- package/lib/module/ui/components/AccountMenu.js +480 -0
- package/lib/module/ui/components/AccountMenu.js.map +1 -0
- package/lib/module/ui/components/AccountMenuButton.js +115 -0
- package/lib/module/ui/components/AccountMenuButton.js.map +1 -0
- package/lib/module/ui/components/ActingAsBanner.js +2 -2
- package/lib/module/ui/components/ActingAsBanner.js.map +1 -1
- package/lib/module/ui/components/ProfileCard.js +1 -1
- package/lib/module/ui/components/ProfileCard.js.map +1 -1
- package/lib/module/ui/components/StepBasedScreen.js +1 -1
- package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
- package/lib/module/ui/components/accountMenuRows.js +41 -0
- package/lib/module/ui/components/accountMenuRows.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +1 -1
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js +1 -1
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -1
- package/lib/module/ui/components/theming.js +1 -1
- package/lib/module/ui/components/theming.js.map +1 -1
- package/lib/module/ui/context/OxyContext.js +59 -131
- package/lib/module/ui/context/OxyContext.js.map +1 -1
- package/lib/module/ui/context/hooks/useAuthOperations.js +36 -2
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
- package/lib/module/ui/hooks/mutations/mutationKeys.js +6 -0
- package/lib/module/ui/hooks/mutations/mutationKeys.js.map +1 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +135 -1
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
- package/lib/module/ui/hooks/queries/queryKeys.js +60 -1
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -1
- package/lib/module/ui/hooks/queries/useAccountQueries.js +24 -0
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -1
- package/lib/module/ui/hooks/useAuth.js +13 -2
- package/lib/module/ui/hooks/useAuth.js.map +1 -1
- package/lib/module/ui/hooks/useSessionManagement.js +30 -0
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -1
- package/lib/module/ui/index.js +34 -78
- package/lib/module/ui/index.js.map +1 -1
- package/lib/module/ui/navigation/routes.js +6 -7
- package/lib/module/ui/navigation/routes.js.map +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js +1 -1
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
- package/lib/module/ui/screens/ConnectedAppsScreen.js +198 -0
- package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -0
- package/lib/module/ui/screens/CreateManagedAccountScreen.js +1 -1
- package/lib/module/ui/screens/CreateManagedAccountScreen.js.map +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js +1 -1
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
- package/lib/module/ui/screens/FAQScreen.js +3 -1
- package/lib/module/ui/screens/FAQScreen.js.map +1 -1
- package/lib/module/ui/screens/FeedbackScreen.js +6 -2
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js +1 -1
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
- package/lib/module/ui/screens/HistoryViewScreen.js +3 -1
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js +1 -1
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js +2 -1
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
- package/lib/module/ui/screens/ManageAccountScreen.js +775 -0
- package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -0
- package/lib/module/ui/screens/NotificationsScreen.js +169 -0
- package/lib/module/ui/screens/NotificationsScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +9 -3
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
- package/lib/module/ui/screens/PreferencesScreen.js +214 -0
- package/lib/module/ui/screens/PreferencesScreen.js.map +1 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js +4 -1
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/ProfileScreen.js +2 -2
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js +3 -1
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js +2 -1
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js +1 -1
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -1
- package/lib/module/ui/screens/UserListScreen.js +1 -1
- package/lib/module/ui/screens/UserListScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js +1 -1
- package/lib/module/ui/screens/karma/KarmaAboutScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js +1 -1
- package/lib/module/ui/screens/karma/KarmaFAQScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js +1 -1
- package/lib/module/ui/screens/karma/KarmaLeaderboardScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js +1 -1
- package/lib/module/ui/screens/karma/KarmaRewardsScreen.js.map +1 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js +1 -1
- package/lib/module/ui/screens/karma/KarmaRulesScreen.js.map +1 -1
- package/lib/module/ui/utils/activeAuthuser.js +79 -0
- package/lib/module/ui/utils/activeAuthuser.js.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +23 -6
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/client.d.ts +7 -2
- package/lib/typescript/commonjs/ui/client.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts +23 -0
- package/lib/typescript/commonjs/ui/components/AccountMenu.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AccountMenuButton.d.ts +19 -0
- package/lib/typescript/commonjs/ui/components/AccountMenuButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/accountMenuRows.d.ts +27 -0
- package/lib/typescript/commonjs/ui/components/accountMenuRows.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts +5 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +26 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts +32 -3
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts +10 -1
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +8 -2
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/index.d.ts +32 -18
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts +1 -1
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -1
- package/lib/typescript/{module/ui/screens/AccountOverviewScreen.d.ts → commonjs/ui/screens/ConnectedAppsScreen.d.ts} +1 -1
- package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts +13 -0
- package/lib/typescript/commonjs/ui/screens/ManageAccountScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/{AccountOverviewScreen.d.ts → NotificationsScreen.d.ts} +1 -1
- package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts +1 -1
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/{AccountSettingsScreen.d.ts → PreferencesScreen.d.ts} +2 -5
- package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/commonjs/ui/utils/activeAuthuser.d.ts +42 -0
- package/lib/typescript/commonjs/ui/utils/activeAuthuser.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +23 -6
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/client.d.ts +7 -2
- package/lib/typescript/module/ui/client.d.ts.map +1 -1
- package/lib/typescript/module/ui/components/AccountMenu.d.ts +23 -0
- package/lib/typescript/module/ui/components/AccountMenu.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AccountMenuButton.d.ts +19 -0
- package/lib/typescript/module/ui/components/AccountMenuButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/accountMenuRows.d.ts +27 -0
- package/lib/typescript/module/ui/components/accountMenuRows.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -1
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts +5 -0
- package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +26 -1
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +32 -3
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +10 -1
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useAuth.d.ts +8 -2
- package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -1
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -1
- package/lib/typescript/module/ui/index.d.ts +32 -18
- package/lib/typescript/module/ui/index.d.ts.map +1 -1
- package/lib/typescript/module/ui/navigation/routes.d.ts +1 -1
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/{AccountSettingsScreen.d.ts → ConnectedAppsScreen.d.ts} +2 -5
- package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/ManageAccountScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/NotificationsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts +1 -1
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PreferencesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -1
- package/lib/typescript/module/ui/utils/activeAuthuser.d.ts +42 -0
- package/lib/typescript/module/ui/utils/activeAuthuser.d.ts.map +1 -0
- package/package.json +31 -13
- package/src/index.ts +141 -47
- package/src/ui/client.ts +7 -2
- package/src/ui/components/AccountMenu.tsx +534 -0
- package/src/ui/components/AccountMenuButton.tsx +113 -0
- package/src/ui/components/ActingAsBanner.tsx +2 -2
- package/src/ui/components/ProfileCard.tsx +1 -1
- package/src/ui/components/StepBasedScreen.tsx +1 -1
- package/src/ui/components/accountMenuRows.ts +60 -0
- package/src/ui/components/payment/PaymentDetailsStep.tsx +1 -1
- package/src/ui/components/payment/PaymentMethodStep.tsx +1 -1
- package/src/ui/components/theming.tsx +1 -1
- package/src/ui/context/OxyContext.tsx +61 -145
- package/src/ui/context/hooks/useAuthOperations.ts +36 -2
- package/src/ui/hooks/mutations/mutationKeys.ts +11 -0
- package/src/ui/hooks/mutations/useAccountMutations.ts +154 -2
- package/src/ui/hooks/queries/queryKeys.ts +54 -4
- package/src/ui/hooks/queries/useAccountQueries.ts +25 -1
- package/src/ui/hooks/useAuth.ts +23 -4
- package/src/ui/hooks/useSessionManagement.ts +29 -0
- package/src/ui/index.ts +37 -98
- package/src/ui/navigation/routes.ts +9 -11
- package/src/ui/screens/AccountVerificationScreen.tsx +1 -1
- package/src/ui/screens/ConnectedAppsScreen.tsx +225 -0
- package/src/ui/screens/CreateManagedAccountScreen.tsx +1 -1
- package/src/ui/screens/EditProfileFieldScreen.tsx +1 -1
- package/src/ui/screens/FAQScreen.tsx +3 -1
- package/src/ui/screens/FeedbackScreen.tsx +6 -10
- package/src/ui/screens/HelpSupportScreen.tsx +1 -1
- package/src/ui/screens/HistoryViewScreen.tsx +3 -1
- package/src/ui/screens/LanguageSelectorScreen.tsx +1 -1
- package/src/ui/screens/LegalDocumentsScreen.tsx +2 -1
- package/src/ui/screens/ManageAccountScreen.tsx +1102 -0
- package/src/ui/screens/NotificationsScreen.tsx +189 -0
- package/src/ui/screens/PaymentGatewayScreen.tsx +10 -12
- package/src/ui/screens/PreferencesScreen.tsx +263 -0
- package/src/ui/screens/PrivacySettingsScreen.tsx +4 -1
- package/src/ui/screens/ProfileScreen.tsx +2 -2
- package/src/ui/screens/SavesCollectionsScreen.tsx +3 -1
- package/src/ui/screens/SearchSettingsScreen.tsx +2 -1
- package/src/ui/screens/UserLinksScreen.tsx +1 -1
- package/src/ui/screens/UserListScreen.tsx +1 -1
- package/src/ui/screens/karma/KarmaAboutScreen.tsx +1 -1
- package/src/ui/screens/karma/KarmaFAQScreen.tsx +1 -1
- package/src/ui/screens/karma/KarmaLeaderboardScreen.tsx +1 -1
- package/src/ui/screens/karma/KarmaRewardsScreen.tsx +1 -1
- package/src/ui/screens/karma/KarmaRulesScreen.tsx +1 -1
- package/src/ui/utils/activeAuthuser.ts +78 -0
- package/lib/commonjs/ui/components/feedback/index.js +0 -54
- package/lib/commonjs/ui/components/feedback/index.js.map +0 -1
- package/lib/commonjs/ui/components/icon/index.js +0 -21
- package/lib/commonjs/ui/components/icon/index.js.map +0 -1
- package/lib/commonjs/ui/components/index.js +0 -104
- package/lib/commonjs/ui/components/index.js.map +0 -1
- package/lib/commonjs/ui/components/modals/index.js +0 -14
- package/lib/commonjs/ui/components/modals/index.js.map +0 -1
- package/lib/commonjs/ui/components/payment/index.js +0 -80
- package/lib/commonjs/ui/components/payment/index.js.map +0 -1
- package/lib/commonjs/ui/hooks/index.js +0 -92
- package/lib/commonjs/ui/hooks/index.js.map +0 -1
- package/lib/commonjs/ui/hooks/mutations/index.js +0 -68
- package/lib/commonjs/ui/hooks/mutations/index.js.map +0 -1
- package/lib/commonjs/ui/hooks/queries/index.js +0 -155
- package/lib/commonjs/ui/hooks/queries/index.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountCenterScreen.js +0 -344
- package/lib/commonjs/ui/screens/AccountCenterScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js +0 -724
- package/lib/commonjs/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +0 -643
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js +0 -1029
- package/lib/commonjs/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/commonjs/ui/screens/SessionManagementScreen.js +0 -512
- package/lib/commonjs/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/commonjs/ui/styles/index.js +0 -39
- package/lib/commonjs/ui/styles/index.js.map +0 -1
- package/lib/module/ui/components/feedback/index.js +0 -8
- package/lib/module/ui/components/feedback/index.js.map +0 -1
- package/lib/module/ui/components/icon/index.js +0 -5
- package/lib/module/ui/components/icon/index.js.map +0 -1
- package/lib/module/ui/components/index.js +0 -18
- package/lib/module/ui/components/index.js.map +0 -1
- package/lib/module/ui/components/modals/index.js +0 -4
- package/lib/module/ui/components/modals/index.js.map +0 -1
- package/lib/module/ui/components/payment/index.js +0 -10
- package/lib/module/ui/components/payment/index.js.map +0 -1
- package/lib/module/ui/hooks/index.js +0 -11
- package/lib/module/ui/hooks/index.js.map +0 -1
- package/lib/module/ui/hooks/mutations/index.js +0 -15
- package/lib/module/ui/hooks/mutations/index.js.map +0 -1
- package/lib/module/ui/hooks/queries/index.js +0 -26
- package/lib/module/ui/hooks/queries/index.js.map +0 -1
- package/lib/module/ui/screens/AccountCenterScreen.js +0 -339
- package/lib/module/ui/screens/AccountCenterScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountOverviewScreen.js +0 -719
- package/lib/module/ui/screens/AccountOverviewScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSettingsScreen.js +0 -638
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +0 -1
- package/lib/module/ui/screens/AccountSwitcherScreen.js +0 -1024
- package/lib/module/ui/screens/AccountSwitcherScreen.js.map +0 -1
- package/lib/module/ui/screens/SessionManagementScreen.js +0 -508
- package/lib/module/ui/screens/SessionManagementScreen.js.map +0 -1
- package/lib/module/ui/styles/index.js +0 -6
- package/lib/module/ui/styles/index.js.map +0 -1
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts +0 -7
- package/lib/typescript/commonjs/ui/components/feedback/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/icon/index.d.ts +0 -4
- package/lib/typescript/commonjs/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/index.d.ts +0 -13
- package/lib/typescript/commonjs/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts +0 -2
- package/lib/typescript/commonjs/ui/components/modals/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts +0 -9
- package/lib/typescript/commonjs/ui/components/payment/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/hooks/index.d.ts +0 -9
- package/lib/typescript/commonjs/ui/hooks/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/hooks/mutations/index.d.ts +0 -9
- package/lib/typescript/commonjs/ui/hooks/mutations/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/hooks/queries/index.d.ts +0 -13
- package/lib/typescript/commonjs/ui/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts +0 -5
- package/lib/typescript/commonjs/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts +0 -5
- package/lib/typescript/commonjs/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts +0 -5
- package/lib/typescript/commonjs/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/commonjs/ui/styles/index.d.ts +0 -4
- package/lib/typescript/commonjs/ui/styles/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/feedback/index.d.ts +0 -7
- package/lib/typescript/module/ui/components/feedback/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/icon/index.d.ts +0 -4
- package/lib/typescript/module/ui/components/icon/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/index.d.ts +0 -13
- package/lib/typescript/module/ui/components/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/modals/index.d.ts +0 -2
- package/lib/typescript/module/ui/components/modals/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/components/payment/index.d.ts +0 -9
- package/lib/typescript/module/ui/components/payment/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/hooks/index.d.ts +0 -9
- package/lib/typescript/module/ui/hooks/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts +0 -9
- package/lib/typescript/module/ui/hooks/mutations/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/hooks/queries/index.d.ts +0 -13
- package/lib/typescript/module/ui/hooks/queries/index.d.ts.map +0 -1
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts +0 -5
- package/lib/typescript/module/ui/screens/AccountCenterScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/screens/AccountOverviewScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts +0 -5
- package/lib/typescript/module/ui/screens/AccountSwitcherScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts +0 -5
- package/lib/typescript/module/ui/screens/SessionManagementScreen.d.ts.map +0 -1
- package/lib/typescript/module/ui/styles/index.d.ts +0 -4
- package/lib/typescript/module/ui/styles/index.d.ts.map +0 -1
- package/src/ui/components/feedback/index.ts +0 -6
- package/src/ui/components/icon/index.ts +0 -3
- package/src/ui/components/index.ts +0 -15
- package/src/ui/components/modals/index.ts +0 -1
- package/src/ui/components/payment/index.ts +0 -9
- package/src/ui/hooks/index.ts +0 -13
- package/src/ui/hooks/mutations/index.ts +0 -25
- package/src/ui/hooks/queries/index.ts +0 -61
- package/src/ui/screens/AccountCenterScreen.tsx +0 -182
- package/src/ui/screens/AccountOverviewScreen.tsx +0 -696
- package/src/ui/screens/AccountSettingsScreen.tsx +0 -620
- package/src/ui/screens/AccountSwitcherScreen.tsx +0 -1003
- package/src/ui/screens/SessionManagementScreen.tsx +0 -477
- package/src/ui/styles/index.ts +0 -3
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "invalidateAccountQueries", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _queryKeys.invalidateAccountQueries;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "invalidateSessionQueries", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
-
return _queryKeys.invalidateSessionQueries;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "invalidateUserQueries", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function () {
|
|
21
|
-
return _queryKeys.invalidateUserQueries;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "queryKeys", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function () {
|
|
27
|
-
return _queryKeys.queryKeys;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
Object.defineProperty(exports, "useAccountStorageUsage", {
|
|
31
|
-
enumerable: true,
|
|
32
|
-
get: function () {
|
|
33
|
-
return _useServicesQueries.useAccountStorageUsage;
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
Object.defineProperty(exports, "useCurrentUser", {
|
|
37
|
-
enumerable: true,
|
|
38
|
-
get: function () {
|
|
39
|
-
return _useAccountQueries.useCurrentUser;
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(exports, "useDeviceSessions", {
|
|
43
|
-
enumerable: true,
|
|
44
|
-
get: function () {
|
|
45
|
-
return _useServicesQueries.useDeviceSessions;
|
|
46
|
-
}
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(exports, "useInfiniteSecurityActivity", {
|
|
49
|
-
enumerable: true,
|
|
50
|
-
get: function () {
|
|
51
|
-
return _useSecurityQueries.useInfiniteSecurityActivity;
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(exports, "usePrivacySettings", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function () {
|
|
57
|
-
return _useAccountQueries.usePrivacySettings;
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
Object.defineProperty(exports, "useRecentSecurityActivity", {
|
|
61
|
-
enumerable: true,
|
|
62
|
-
get: function () {
|
|
63
|
-
return _useSecurityQueries.useRecentSecurityActivity;
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
Object.defineProperty(exports, "useSecurityActivity", {
|
|
67
|
-
enumerable: true,
|
|
68
|
-
get: function () {
|
|
69
|
-
return _useSecurityQueries.useSecurityActivity;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(exports, "useSecurityInfo", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
get: function () {
|
|
75
|
-
return _useServicesQueries.useSecurityInfo;
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
Object.defineProperty(exports, "useSession", {
|
|
79
|
-
enumerable: true,
|
|
80
|
-
get: function () {
|
|
81
|
-
return _useServicesQueries.useSession;
|
|
82
|
-
}
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(exports, "useSessions", {
|
|
85
|
-
enumerable: true,
|
|
86
|
-
get: function () {
|
|
87
|
-
return _useServicesQueries.useSessions;
|
|
88
|
-
}
|
|
89
|
-
});
|
|
90
|
-
Object.defineProperty(exports, "useUserById", {
|
|
91
|
-
enumerable: true,
|
|
92
|
-
get: function () {
|
|
93
|
-
return _useAccountQueries.useUserById;
|
|
94
|
-
}
|
|
95
|
-
});
|
|
96
|
-
Object.defineProperty(exports, "useUserByUsername", {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () {
|
|
99
|
-
return _useAccountQueries.useUserByUsername;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
Object.defineProperty(exports, "useUserDevices", {
|
|
103
|
-
enumerable: true,
|
|
104
|
-
get: function () {
|
|
105
|
-
return _useServicesQueries.useUserDevices;
|
|
106
|
-
}
|
|
107
|
-
});
|
|
108
|
-
Object.defineProperty(exports, "useUserPayments", {
|
|
109
|
-
enumerable: true,
|
|
110
|
-
get: function () {
|
|
111
|
-
return _usePaymentQueries.useUserPayments;
|
|
112
|
-
}
|
|
113
|
-
});
|
|
114
|
-
Object.defineProperty(exports, "useUserProfile", {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function () {
|
|
117
|
-
return _useAccountQueries.useUserProfile;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
Object.defineProperty(exports, "useUserProfiles", {
|
|
121
|
-
enumerable: true,
|
|
122
|
-
get: function () {
|
|
123
|
-
return _useAccountQueries.useUserProfiles;
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperty(exports, "useUserSubscription", {
|
|
127
|
-
enumerable: true,
|
|
128
|
-
get: function () {
|
|
129
|
-
return _usePaymentQueries.useUserSubscription;
|
|
130
|
-
}
|
|
131
|
-
});
|
|
132
|
-
Object.defineProperty(exports, "useUserWallet", {
|
|
133
|
-
enumerable: true,
|
|
134
|
-
get: function () {
|
|
135
|
-
return _usePaymentQueries.useUserWallet;
|
|
136
|
-
}
|
|
137
|
-
});
|
|
138
|
-
Object.defineProperty(exports, "useUserWalletTransactions", {
|
|
139
|
-
enumerable: true,
|
|
140
|
-
get: function () {
|
|
141
|
-
return _usePaymentQueries.useUserWalletTransactions;
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
|
-
Object.defineProperty(exports, "useUsersBySessions", {
|
|
145
|
-
enumerable: true,
|
|
146
|
-
get: function () {
|
|
147
|
-
return _useAccountQueries.useUsersBySessions;
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
var _useAccountQueries = require("./useAccountQueries.js");
|
|
151
|
-
var _useServicesQueries = require("./useServicesQueries.js");
|
|
152
|
-
var _useSecurityQueries = require("./useSecurityQueries.js");
|
|
153
|
-
var _usePaymentQueries = require("./usePaymentQueries.js");
|
|
154
|
-
var _queryKeys = require("./queryKeys.js");
|
|
155
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_useAccountQueries","require","_useServicesQueries","_useSecurityQueries","_usePaymentQueries","_queryKeys"],"sourceRoot":"../../../../../src","sources":["ui/hooks/queries/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,IAAAA,kBAAA,GAAAC,OAAA;AAWA,IAAAC,mBAAA,GAAAD,OAAA;AAUA,IAAAE,mBAAA,GAAAF,OAAA;AAOA,IAAAG,kBAAA,GAAAH,OAAA;AAuBA,IAAAI,UAAA,GAAAJ,OAAA","ignoreList":[]}
|
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _reactNative = require("react-native");
|
|
8
|
-
var _react = require("react");
|
|
9
|
-
var _core = require("@oxyhq/core");
|
|
10
|
-
var _bloom = require("@oxyhq/bloom");
|
|
11
|
-
var _ProfileCard = _interopRequireDefault(require("../components/ProfileCard.js"));
|
|
12
|
-
var _QuickActions = _interopRequireDefault(require("../components/QuickActions.js"));
|
|
13
|
-
var _SettingsIcon = require("../components/SettingsIcon.js");
|
|
14
|
-
var _useI18n = require("../hooks/useI18n.js");
|
|
15
|
-
var _theme = require("@oxyhq/bloom/theme");
|
|
16
|
-
var _useColorScheme = require("../hooks/useColorScheme.js");
|
|
17
|
-
var _theme2 = require("../constants/theme.js");
|
|
18
|
-
var _themeUtils = require("../utils/themeUtils.js");
|
|
19
|
-
var _OxyContext = require("../context/OxyContext.js");
|
|
20
|
-
var _spacing = require("../constants/spacing.js");
|
|
21
|
-
var _settingsList = require("@oxyhq/bloom/settings-list");
|
|
22
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
23
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
24
|
-
const AccountCenterScreen = ({
|
|
25
|
-
onClose,
|
|
26
|
-
theme,
|
|
27
|
-
navigate
|
|
28
|
-
}) => {
|
|
29
|
-
const {
|
|
30
|
-
user,
|
|
31
|
-
logout,
|
|
32
|
-
isLoading,
|
|
33
|
-
sessions,
|
|
34
|
-
isAuthenticated,
|
|
35
|
-
managedAccounts
|
|
36
|
-
} = (0, _OxyContext.useOxy)();
|
|
37
|
-
const {
|
|
38
|
-
t
|
|
39
|
-
} = (0, _useI18n.useI18n)();
|
|
40
|
-
const bloomTheme = (0, _theme.useTheme)();
|
|
41
|
-
const colorScheme = (0, _useColorScheme.useColorScheme)();
|
|
42
|
-
const normalizedTheme = (0, _themeUtils.normalizeTheme)(theme);
|
|
43
|
-
const dangerColor = bloomTheme.colors.error;
|
|
44
|
-
const colors = _theme2.Colors[(0, _themeUtils.normalizeColorScheme)(colorScheme, normalizedTheme)];
|
|
45
|
-
const logoutDialog = (0, _bloom.useDialogControl)();
|
|
46
|
-
const handleLogout = (0, _react.useCallback)(async () => {
|
|
47
|
-
try {
|
|
48
|
-
await logout();
|
|
49
|
-
if (onClose) {
|
|
50
|
-
onClose();
|
|
51
|
-
}
|
|
52
|
-
} catch (error) {
|
|
53
|
-
if (__DEV__) {
|
|
54
|
-
console.error('Logout failed:', error);
|
|
55
|
-
}
|
|
56
|
-
_bloom.toast.error(t('common.errors.signOutFailed') || 'There was a problem signing you out. Please try again.');
|
|
57
|
-
}
|
|
58
|
-
}, [logout, onClose, t]);
|
|
59
|
-
if (!isAuthenticated) {
|
|
60
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
61
|
-
style: [styles.container, {
|
|
62
|
-
backgroundColor: bloomTheme.colors.background
|
|
63
|
-
}],
|
|
64
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
65
|
-
style: styles.message,
|
|
66
|
-
className: "text-foreground",
|
|
67
|
-
children: t('common.status.notSignedIn') || 'Not signed in'
|
|
68
|
-
})
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
if (isLoading) {
|
|
72
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
73
|
-
style: [styles.container, {
|
|
74
|
-
justifyContent: 'center',
|
|
75
|
-
backgroundColor: bloomTheme.colors.background
|
|
76
|
-
}],
|
|
77
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
78
|
-
size: "large",
|
|
79
|
-
color: bloomTheme.colors.primary
|
|
80
|
-
})
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
|
|
84
|
-
style: [styles.container, {
|
|
85
|
-
backgroundColor: bloomTheme.colors.background
|
|
86
|
-
}],
|
|
87
|
-
children: [user && /*#__PURE__*/(0, _jsxRuntime.jsx)(_ProfileCard.default, {
|
|
88
|
-
user: user,
|
|
89
|
-
theme: normalizedTheme,
|
|
90
|
-
onEditPress: () => navigate?.('AccountSettings', {
|
|
91
|
-
activeTab: 'profile'
|
|
92
|
-
}),
|
|
93
|
-
onClosePress: onClose,
|
|
94
|
-
showCloseButton: !!onClose
|
|
95
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.ScrollView, {
|
|
96
|
-
style: styles.scrollView,
|
|
97
|
-
contentContainerStyle: styles.scrollContainer,
|
|
98
|
-
showsVerticalScrollIndicator: false,
|
|
99
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListGroup, {
|
|
100
|
-
title: t('accountCenter.sections.quickActions') || 'Quick Actions',
|
|
101
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_QuickActions.default, {
|
|
102
|
-
theme: normalizedTheme,
|
|
103
|
-
actions: (0, _react.useMemo)(() => [{
|
|
104
|
-
id: 'overview',
|
|
105
|
-
icon: 'account-circle',
|
|
106
|
-
iconColor: colors.iconSecurity,
|
|
107
|
-
title: t('accountCenter.quickActions.overview') || 'Overview',
|
|
108
|
-
onPress: () => navigate?.('AccountOverview')
|
|
109
|
-
}, {
|
|
110
|
-
id: 'settings',
|
|
111
|
-
icon: 'cog',
|
|
112
|
-
iconColor: colors.iconData,
|
|
113
|
-
title: t('accountCenter.quickActions.editProfile') || 'Edit Profile',
|
|
114
|
-
onPress: () => navigate?.('AccountSettings')
|
|
115
|
-
}, {
|
|
116
|
-
id: 'sessions',
|
|
117
|
-
icon: 'shield-check',
|
|
118
|
-
iconColor: colors.iconSecurity,
|
|
119
|
-
title: t('accountCenter.quickActions.sessions') || 'Sessions',
|
|
120
|
-
onPress: () => navigate?.('SessionManagement')
|
|
121
|
-
}, {
|
|
122
|
-
id: 'premium',
|
|
123
|
-
icon: 'star',
|
|
124
|
-
iconColor: colors.iconPayments,
|
|
125
|
-
title: t('accountCenter.quickActions.premium') || 'Premium',
|
|
126
|
-
onPress: () => navigate?.('PremiumSubscription')
|
|
127
|
-
}, ...(user?.isPremium ? [{
|
|
128
|
-
id: 'billing',
|
|
129
|
-
icon: 'card',
|
|
130
|
-
iconColor: colors.iconPersonalInfo,
|
|
131
|
-
title: t('accountCenter.quickActions.billing') || 'Billing',
|
|
132
|
-
onPress: () => navigate?.('PaymentGateway')
|
|
133
|
-
}] : []), ...(sessions && sessions.length > 1 ? [{
|
|
134
|
-
id: 'switch',
|
|
135
|
-
icon: 'swap-horizontal',
|
|
136
|
-
iconColor: colors.iconStorage,
|
|
137
|
-
title: t('accountCenter.quickActions.switch') || 'Switch',
|
|
138
|
-
onPress: () => navigate?.('AccountSwitcher')
|
|
139
|
-
}] : [])], [user?.isPremium, sessions, navigate, t, colors])
|
|
140
|
-
})
|
|
141
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_settingsList.SettingsListGroup, {
|
|
142
|
-
title: t('accountCenter.sections.accountManagement') || 'Account Management',
|
|
143
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
144
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
145
|
-
name: "account-circle",
|
|
146
|
-
color: colors.iconSecurity
|
|
147
|
-
}),
|
|
148
|
-
title: t('accountCenter.items.accountOverview.title') || 'Account Overview',
|
|
149
|
-
description: t('accountCenter.items.accountOverview.subtitle') || 'Complete account information',
|
|
150
|
-
onPress: () => navigate?.('AccountOverview')
|
|
151
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
152
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
153
|
-
name: "cog",
|
|
154
|
-
color: colors.iconData
|
|
155
|
-
}),
|
|
156
|
-
title: t('accountCenter.items.editProfile.title') || 'Edit Profile',
|
|
157
|
-
description: t('accountCenter.items.editProfile.subtitle') || 'Manage your profile and preferences',
|
|
158
|
-
onPress: () => navigate?.('AccountSettings')
|
|
159
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
160
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
161
|
-
name: "shield-check",
|
|
162
|
-
color: colors.iconSecurity
|
|
163
|
-
}),
|
|
164
|
-
title: t('accountCenter.items.manageSessions.title') || 'Manage Sessions',
|
|
165
|
-
description: t('accountCenter.items.manageSessions.subtitle') || 'Security and active devices',
|
|
166
|
-
onPress: () => navigate?.('SessionManagement')
|
|
167
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
168
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
169
|
-
name: "folder",
|
|
170
|
-
color: colors.iconStorage
|
|
171
|
-
}),
|
|
172
|
-
title: t('accountCenter.items.fileManagement.title') || 'File Management',
|
|
173
|
-
description: t('accountCenter.items.fileManagement.subtitle') || 'Upload, download, and manage your files',
|
|
174
|
-
onPress: () => navigate?.('FileManagement')
|
|
175
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
176
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
177
|
-
name: "star",
|
|
178
|
-
color: colors.iconPayments
|
|
179
|
-
}),
|
|
180
|
-
title: t('accountCenter.items.premium.title') || 'Oxy+ Subscriptions',
|
|
181
|
-
description: user?.isPremium ? t('accountCenter.items.premium.manage') || 'Manage your premium plan' : t('accountCenter.items.premium.upgrade') || 'Upgrade to premium features',
|
|
182
|
-
onPress: () => navigate?.('PremiumSubscription')
|
|
183
|
-
}), user?.isPremium ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
184
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
185
|
-
name: "credit-card",
|
|
186
|
-
color: colors.iconPersonalInfo
|
|
187
|
-
}),
|
|
188
|
-
title: t('accountCenter.items.billing.title') || 'Billing Management',
|
|
189
|
-
description: t('accountCenter.items.billing.subtitle') || 'Payment methods and invoices',
|
|
190
|
-
onPress: () => navigate?.('PaymentGateway')
|
|
191
|
-
}) : null]
|
|
192
|
-
}), sessions && sessions.length > 1 && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_settingsList.SettingsListGroup, {
|
|
193
|
-
title: t('accountCenter.sections.multiAccount') || 'Multi-Account',
|
|
194
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
195
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
196
|
-
name: "account-group",
|
|
197
|
-
color: colors.iconStorage
|
|
198
|
-
}),
|
|
199
|
-
title: t('accountCenter.items.switchAccount.title') || 'Switch Account',
|
|
200
|
-
description: t('accountCenter.items.switchAccount.subtitle', {
|
|
201
|
-
count: sessions.length
|
|
202
|
-
}) || `${sessions.length} accounts available`,
|
|
203
|
-
onPress: () => navigate?.('AccountSwitcher')
|
|
204
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
205
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
206
|
-
name: "account-plus",
|
|
207
|
-
color: colors.iconPersonalInfo
|
|
208
|
-
}),
|
|
209
|
-
title: t('accountCenter.items.addAccount.title') || 'Add Another Account',
|
|
210
|
-
description: t('accountCenter.items.addAccount.subtitle') || 'Sign in with a different account',
|
|
211
|
-
onPress: () => navigate?.('OxyAuth')
|
|
212
|
-
})]
|
|
213
|
-
}), (!sessions || sessions.length <= 1) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListGroup, {
|
|
214
|
-
title: t('accountCenter.sections.addAccount') || 'Add Account',
|
|
215
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
216
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
217
|
-
name: "account-plus",
|
|
218
|
-
color: colors.iconPersonalInfo
|
|
219
|
-
}),
|
|
220
|
-
title: t('accountCenter.items.addAccount.title') || 'Add Another Account',
|
|
221
|
-
description: t('accountCenter.items.addAccount.subtitle') || 'Sign in with a different account',
|
|
222
|
-
onPress: () => navigate?.('OxyAuth')
|
|
223
|
-
})
|
|
224
|
-
}), isAuthenticated && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_settingsList.SettingsListGroup, {
|
|
225
|
-
title: "Managed Accounts",
|
|
226
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
227
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
228
|
-
name: "account-switch",
|
|
229
|
-
color: colors.iconStorage
|
|
230
|
-
}),
|
|
231
|
-
title: "Manage Identities",
|
|
232
|
-
description: managedAccounts.length > 0 ? `${managedAccounts.length} managed ${managedAccounts.length === 1 ? 'identity' : 'identities'}` : 'Sub-accounts you control',
|
|
233
|
-
onPress: () => navigate?.('AccountSwitcher')
|
|
234
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
235
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
236
|
-
name: "account-plus",
|
|
237
|
-
color: colors.iconPersonalInfo
|
|
238
|
-
}),
|
|
239
|
-
title: "Create New Identity",
|
|
240
|
-
description: "Add a managed sub-account",
|
|
241
|
-
onPress: () => navigate?.('CreateManagedAccount')
|
|
242
|
-
})]
|
|
243
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_settingsList.SettingsListGroup, {
|
|
244
|
-
title: t('accountCenter.sections.moreOptions') || 'More Options',
|
|
245
|
-
children: [_reactNative.Platform.OS !== 'web' ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
246
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
247
|
-
name: "bell",
|
|
248
|
-
color: colors.iconStorage
|
|
249
|
-
}),
|
|
250
|
-
title: t('accountCenter.items.notifications.title') || 'Notifications',
|
|
251
|
-
description: t('accountCenter.items.notifications.subtitle') || 'Manage notification settings',
|
|
252
|
-
onPress: () => navigate?.('AccountSettings', {
|
|
253
|
-
activeTab: 'notifications'
|
|
254
|
-
})
|
|
255
|
-
}) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
256
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
257
|
-
name: "translate",
|
|
258
|
-
color: colors.iconPersonalInfo
|
|
259
|
-
}),
|
|
260
|
-
title: t('language.title') || 'Language',
|
|
261
|
-
description: t('language.subtitle') || 'Choose your preferred language',
|
|
262
|
-
onPress: () => navigate?.('LanguageSelector')
|
|
263
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
264
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
265
|
-
name: "help-circle",
|
|
266
|
-
color: colors.iconSecurity
|
|
267
|
-
}),
|
|
268
|
-
title: t('accountOverview.items.help.title') || 'Help & Support',
|
|
269
|
-
description: t('accountOverview.items.help.subtitle') || 'Get help and contact support',
|
|
270
|
-
onPress: () => navigate?.('HelpSupport')
|
|
271
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
272
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
273
|
-
name: "information",
|
|
274
|
-
color: bloomTheme.colors.textTertiary
|
|
275
|
-
}),
|
|
276
|
-
title: t('accountCenter.items.appInfo.title') || 'App Information',
|
|
277
|
-
description: t('accountCenter.items.appInfo.subtitle') || 'Version and system details',
|
|
278
|
-
onPress: () => navigate?.('AppInfo')
|
|
279
|
-
})]
|
|
280
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListGroup, {
|
|
281
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_settingsList.SettingsListItem, {
|
|
282
|
-
icon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_SettingsIcon.SettingsIcon, {
|
|
283
|
-
name: "logout",
|
|
284
|
-
color: dangerColor
|
|
285
|
-
}),
|
|
286
|
-
title: isLoading ? t('accountCenter.signingOut') || 'Signing out...' : t('common.actions.signOut') || 'Sign Out',
|
|
287
|
-
onPress: () => logoutDialog.open(),
|
|
288
|
-
destructive: true,
|
|
289
|
-
showChevron: false,
|
|
290
|
-
disabled: isLoading,
|
|
291
|
-
rightElement: isLoading ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.ActivityIndicator, {
|
|
292
|
-
color: dangerColor,
|
|
293
|
-
size: "small"
|
|
294
|
-
}) : undefined
|
|
295
|
-
})
|
|
296
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
|
|
297
|
-
style: styles.versionContainer,
|
|
298
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
|
|
299
|
-
style: styles.versionText,
|
|
300
|
-
className: "text-muted-foreground",
|
|
301
|
-
children: t('accountCenter.version', {
|
|
302
|
-
version: _core.packageInfo.version
|
|
303
|
-
}) || `Version ${_core.packageInfo.version}`
|
|
304
|
-
})
|
|
305
|
-
})]
|
|
306
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_bloom.Dialog, {
|
|
307
|
-
control: logoutDialog,
|
|
308
|
-
title: t('common.actions.signOut') || 'Sign Out',
|
|
309
|
-
description: t('common.confirms.signOut') || 'Are you sure you want to sign out?',
|
|
310
|
-
actions: [{
|
|
311
|
-
label: t('common.actions.signOut') || 'Sign Out',
|
|
312
|
-
color: 'destructive',
|
|
313
|
-
onPress: handleLogout
|
|
314
|
-
}, {
|
|
315
|
-
label: t('common.cancel') || 'Cancel',
|
|
316
|
-
color: 'cancel'
|
|
317
|
-
}]
|
|
318
|
-
})]
|
|
319
|
-
});
|
|
320
|
-
};
|
|
321
|
-
const styles = _reactNative.StyleSheet.create({
|
|
322
|
-
container: {
|
|
323
|
-
flex: 1
|
|
324
|
-
},
|
|
325
|
-
scrollView: {
|
|
326
|
-
flex: 1
|
|
327
|
-
},
|
|
328
|
-
scrollContainer: _spacing.screenContentStyle,
|
|
329
|
-
versionContainer: {
|
|
330
|
-
alignItems: 'center',
|
|
331
|
-
marginTop: 20,
|
|
332
|
-
marginBottom: 20
|
|
333
|
-
},
|
|
334
|
-
versionText: {
|
|
335
|
-
fontSize: 12
|
|
336
|
-
},
|
|
337
|
-
message: {
|
|
338
|
-
fontSize: 16,
|
|
339
|
-
textAlign: 'center',
|
|
340
|
-
marginTop: 24
|
|
341
|
-
}
|
|
342
|
-
});
|
|
343
|
-
var _default = exports.default = AccountCenterScreen;
|
|
344
|
-
//# sourceMappingURL=AccountCenterScreen.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_react","_core","_bloom","_ProfileCard","_interopRequireDefault","_QuickActions","_SettingsIcon","_useI18n","_theme","_useColorScheme","_theme2","_themeUtils","_OxyContext","_spacing","_settingsList","_jsxRuntime","e","__esModule","default","AccountCenterScreen","onClose","theme","navigate","user","logout","isLoading","sessions","isAuthenticated","managedAccounts","useOxy","t","useI18n","bloomTheme","useTheme","colorScheme","useColorScheme","normalizedTheme","normalizeTheme","dangerColor","colors","error","Colors","normalizeColorScheme","logoutDialog","useDialogControl","handleLogout","useCallback","__DEV__","console","toast","jsx","View","style","styles","container","backgroundColor","background","children","Text","message","className","justifyContent","ActivityIndicator","size","color","primary","jsxs","onEditPress","activeTab","onClosePress","showCloseButton","ScrollView","scrollView","contentContainerStyle","scrollContainer","showsVerticalScrollIndicator","SettingsListGroup","title","actions","useMemo","id","icon","iconColor","iconSecurity","onPress","iconData","iconPayments","isPremium","iconPersonalInfo","length","iconStorage","SettingsListItem","SettingsIcon","name","description","count","Platform","OS","textTertiary","open","destructive","showChevron","disabled","rightElement","undefined","versionContainer","versionText","version","packageInfo","Dialog","control","label","StyleSheet","create","flex","screenContentStyle","alignItems","marginTop","marginBottom","fontSize","textAlign","_default","exports"],"sourceRoot":"../../../../src","sources":["ui/screens/AccountCenterScreen.tsx"],"mappings":"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","ignoreList":[]}
|