@oxyhq/services 30.0.0 → 30.1.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/assets/OxyLogo.svg +1 -0
- package/lib/commonjs/assets/assets/OxyLogo.svg +1 -0
- package/lib/commonjs/assets/assets/icons/OxyServices.tsx +60 -0
- package/lib/commonjs/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/assets/assets/illustrations/HighFive.tsx +39 -0
- package/lib/commonjs/assets/assets/lottie/welcomeheader_background_op1.json +1 -0
- package/lib/commonjs/assets/icons/OxyServices.js +51 -0
- package/lib/commonjs/assets/icons/OxyServices.js.map +1 -0
- package/lib/commonjs/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/commonjs/assets/illustrations/HighFive.js +58 -0
- package/lib/commonjs/assets/illustrations/HighFive.js.map +1 -0
- package/lib/commonjs/assets/lottie/welcomeheader_background_op1.json +1 -0
- package/lib/commonjs/index.js +1038 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/notifications/deviceNotifications.js +443 -0
- package/lib/commonjs/notifications/deviceNotifications.js.map +1 -0
- package/lib/commonjs/package.json +1 -0
- package/lib/commonjs/ui/boot/runProviderColdBoot.js +205 -0
- package/lib/commonjs/ui/boot/runProviderColdBoot.js.map +1 -0
- package/lib/commonjs/ui/client.js +142 -0
- package/lib/commonjs/ui/client.js.map +1 -0
- package/lib/commonjs/ui/components/AvatarCameraBadge.js +43 -0
- package/lib/commonjs/ui/components/AvatarCameraBadge.js.map +1 -0
- package/lib/commonjs/ui/components/FollowButton.js +255 -0
- package/lib/commonjs/ui/components/FollowButton.js.map +1 -0
- package/lib/commonjs/ui/components/FollowTargetButton.js +351 -0
- package/lib/commonjs/ui/components/FollowTargetButton.js.map +1 -0
- package/lib/commonjs/ui/components/OxyAccountDialogScreen.js +178 -0
- package/lib/commonjs/ui/components/OxyAccountDialogScreen.js.map +1 -0
- package/lib/commonjs/ui/components/OxyAuthChooser.js +493 -0
- package/lib/commonjs/ui/components/OxyAuthChooser.js.map +1 -0
- package/lib/commonjs/ui/components/OxyAuthPrompt.js +124 -0
- package/lib/commonjs/ui/components/OxyAuthPrompt.js.map +1 -0
- package/lib/commonjs/ui/components/OxyConsentScreen.js +502 -0
- package/lib/commonjs/ui/components/OxyConsentScreen.js.map +1 -0
- package/lib/commonjs/ui/components/OxyOAuthCallback.js +44 -0
- package/lib/commonjs/ui/components/OxyOAuthCallback.js.map +1 -0
- package/lib/commonjs/ui/components/OxyPayButton.js +66 -0
- package/lib/commonjs/ui/components/OxyPayButton.js.map +1 -0
- package/lib/commonjs/ui/components/OxyProvider.js +314 -0
- package/lib/commonjs/ui/components/OxyProvider.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInButton.js +322 -0
- package/lib/commonjs/ui/components/OxySignInButton.js.map +1 -0
- package/lib/commonjs/ui/components/OxySignInRequestSurface.js +147 -0
- package/lib/commonjs/ui/components/OxySignInRequestSurface.js.map +1 -0
- package/lib/commonjs/ui/components/ProfileButton.js +342 -0
- package/lib/commonjs/ui/components/ProfileButton.js.map +1 -0
- package/lib/commonjs/ui/components/ProfileSummaryCard.js +79 -0
- package/lib/commonjs/ui/components/ProfileSummaryCard.js.map +1 -0
- package/lib/commonjs/ui/components/RequireOxyAuth.js +296 -0
- package/lib/commonjs/ui/components/RequireOxyAuth.js.map +1 -0
- package/lib/commonjs/ui/components/SettingsIcon.js +45 -0
- package/lib/commonjs/ui/components/SettingsIcon.js.map +1 -0
- package/lib/commonjs/ui/components/SurfaceHeaderAction.js +63 -0
- package/lib/commonjs/ui/components/SurfaceHeaderAction.js.map +1 -0
- package/lib/commonjs/ui/components/SurfaceScreen.js +257 -0
- package/lib/commonjs/ui/components/SurfaceScreen.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/AccountsMenuView.js +667 -0
- package/lib/commonjs/ui/components/authChooser/AccountsMenuView.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/SignInEntryView.js +108 -0
- package/lib/commonjs/ui/components/authChooser/SignInEntryView.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/SignInRequestView.js +106 -0
- package/lib/commonjs/ui/components/authChooser/SignInRequestView.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/SignUpView.js +188 -0
- package/lib/commonjs/ui/components/authChooser/SignUpView.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/TroubleDisclosure.js +77 -0
- package/lib/commonjs/ui/components/authChooser/TroubleDisclosure.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/primitives.js +183 -0
- package/lib/commonjs/ui/components/authChooser/primitives.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/requestSurfaces.js +161 -0
- package/lib/commonjs/ui/components/authChooser/requestSurfaces.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/signInProgress.js +59 -0
- package/lib/commonjs/ui/components/authChooser/signInProgress.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/styles.js +219 -0
- package/lib/commonjs/ui/components/authChooser/styles.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/types.js +81 -0
- package/lib/commonjs/ui/components/authChooser/types.js.map +1 -0
- package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js +50 -0
- package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/constants.js +59 -0
- package/lib/commonjs/ui/components/feedback/constants.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/types.js +6 -0
- package/lib/commonjs/ui/components/feedback/types.js.map +1 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js +52 -0
- package/lib/commonjs/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js +61 -0
- package/lib/commonjs/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js +125 -0
- package/lib/commonjs/ui/components/fileManagement/FileDetailsModal.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js +431 -0
- package/lib/commonjs/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +172 -0
- package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js +64 -0
- package/lib/commonjs/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/commonjs/ui/components/internal/PinInput.js +118 -0
- package/lib/commonjs/ui/components/internal/PinInput.js.map +1 -0
- package/lib/commonjs/ui/components/logo/LogoIcon.js +61 -0
- package/lib/commonjs/ui/components/logo/LogoIcon.js.map +1 -0
- package/lib/commonjs/ui/components/logo/LogoText.js +48 -0
- package/lib/commonjs/ui/components/logo/LogoText.js.map +1 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js +133 -0
- package/lib/commonjs/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/commonjs/ui/components/oauthNavigation.js +83 -0
- package/lib/commonjs/ui/components/oauthNavigation.js.map +1 -0
- package/lib/commonjs/ui/components/passkeyHubPopup.js +33 -0
- package/lib/commonjs/ui/components/passkeyHubPopup.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +327 -0
- package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js +105 -0
- package/lib/commonjs/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js +149 -0
- package/lib/commonjs/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js +84 -0
- package/lib/commonjs/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js +195 -0
- package/lib/commonjs/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/commonjs/ui/components/payment/constants.js +53 -0
- package/lib/commonjs/ui/components/payment/constants.js.map +1 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js +401 -0
- package/lib/commonjs/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/commonjs/ui/components/payment/types.js +6 -0
- package/lib/commonjs/ui/components/payment/types.js.map +1 -0
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js +223 -0
- package/lib/commonjs/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -0
- package/lib/commonjs/ui/components/styles/overlay.js +83 -0
- package/lib/commonjs/ui/components/styles/overlay.js.map +1 -0
- package/lib/commonjs/ui/components/styles/shadow.js +127 -0
- package/lib/commonjs/ui/components/styles/shadow.js.map +1 -0
- package/lib/commonjs/ui/components/surfaces/ActionSheetSurface.js +83 -0
- package/lib/commonjs/ui/components/surfaces/ActionSheetSurface.js.map +1 -0
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js +13 -0
- package/lib/commonjs/ui/components/utils/hasTouchHandler.js.map +1 -0
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js +9 -0
- package/lib/commonjs/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js +50 -0
- package/lib/commonjs/ui/components/utils/splitStyles.js.map +1 -0
- package/lib/commonjs/ui/constants/spacing.js +50 -0
- package/lib/commonjs/ui/constants/spacing.js.map +1 -0
- package/lib/commonjs/ui/context/OxyContext.js +1199 -0
- package/lib/commonjs/ui/context/OxyContext.js.map +1 -0
- package/lib/commonjs/ui/context/commitSessionFlow.js +104 -0
- package/lib/commonjs/ui/context/commitSessionFlow.js.map +1 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js +306 -0
- package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/commonjs/ui/context/oxyContextHelpers.js +35 -0
- package/lib/commonjs/ui/context/oxyContextHelpers.js.map +1 -0
- package/lib/commonjs/ui/context/oxyContextTypes.js +6 -0
- package/lib/commonjs/ui/context/oxyContextTypes.js.map +1 -0
- package/lib/commonjs/ui/context/passkeyFlow.js +118 -0
- package/lib/commonjs/ui/context/passkeyFlow.js.map +1 -0
- package/lib/commonjs/ui/context/useOxyAccountGraph.js +100 -0
- package/lib/commonjs/ui/context/useOxyAccountGraph.js.map +1 -0
- package/lib/commonjs/ui/hooks/accountDialogSnapshot.js +42 -0
- package/lib/commonjs/ui/hooks/accountDialogSnapshot.js.map +1 -0
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js +182 -0
- package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/commonjs/ui/hooks/mutations/mutationKeys.js +40 -0
- package/lib/commonjs/ui/hooks/mutations/mutationKeys.js.map +1 -0
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +675 -0
- package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -0
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +197 -0
- package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/paymentTypes.js +2 -0
- package/lib/commonjs/ui/hooks/queries/paymentTypes.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js +222 -0
- package/lib/commonjs/ui/hooks/queries/queryKeys.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js +326 -0
- package/lib/commonjs/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useAuthMethods.js +49 -0
- package/lib/commonjs/ui/hooks/queries/useAuthMethods.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useFileQueries.js +129 -0
- package/lib/commonjs/ui/hooks/queries/useFileQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js +145 -0
- package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js +93 -0
- package/lib/commonjs/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js +170 -0
- package/lib/commonjs/ui/hooks/queries/useServicesQueries.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/userCache.js +440 -0
- package/lib/commonjs/ui/hooks/queries/userCache.js.map +1 -0
- package/lib/commonjs/ui/hooks/queries/userCacheRelationship.js +31 -0
- package/lib/commonjs/ui/hooks/queries/userCacheRelationship.js.map +1 -0
- package/lib/commonjs/ui/hooks/queryClient.js +208 -0
- package/lib/commonjs/ui/hooks/queryClient.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAssets.js +227 -0
- package/lib/commonjs/ui/hooks/useAssets.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAsyncAction.js +95 -0
- package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAuth.js +127 -0
- package/lib/commonjs/ui/hooks/useAuth.js.map +1 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js +106 -0
- package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -0
- package/lib/commonjs/ui/hooks/useDeviceManagement.js +73 -0
- package/lib/commonjs/ui/hooks/useDeviceManagement.js.map +1 -0
- package/lib/commonjs/ui/hooks/useDeviceSwitcher.js +57 -0
- package/lib/commonjs/ui/hooks/useDeviceSwitcher.js.map +1 -0
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js +71 -0
- package/lib/commonjs/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/commonjs/ui/hooks/useFileFiltering.js +76 -0
- package/lib/commonjs/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/commonjs/ui/hooks/useFollow.js +331 -0
- package/lib/commonjs/ui/hooks/useFollow.js.map +1 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js +6 -0
- package/lib/commonjs/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/commonjs/ui/hooks/useFollowTarget.js +160 -0
- package/lib/commonjs/ui/hooks/useFollowTarget.js.map +1 -0
- package/lib/commonjs/ui/hooks/useI18n.js +41 -0
- package/lib/commonjs/ui/hooks/useI18n.js.map +1 -0
- package/lib/commonjs/ui/hooks/useLanguageManagement.js +193 -0
- package/lib/commonjs/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/commonjs/ui/hooks/useMutationStatus.js +86 -0
- package/lib/commonjs/ui/hooks/useMutationStatus.js.map +1 -0
- package/lib/commonjs/ui/hooks/useOnlineStatus.js +34 -0
- package/lib/commonjs/ui/hooks/useOnlineStatus.js.map +1 -0
- package/lib/commonjs/ui/hooks/useOxyEvent.js +28 -0
- package/lib/commonjs/ui/hooks/useOxyEvent.js.map +1 -0
- package/lib/commonjs/ui/hooks/useProfileEditing.js +134 -0
- package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/commonjs/ui/hooks/useQueryClient.js +20 -0
- package/lib/commonjs/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/commonjs/ui/hooks/useReduceMotion.js +57 -0
- package/lib/commonjs/ui/hooks/useReduceMotion.js.map +1 -0
- package/lib/commonjs/ui/hooks/useResolvedFileUrls.js +163 -0
- package/lib/commonjs/ui/hooks/useResolvedFileUrls.js.map +1 -0
- package/lib/commonjs/ui/hooks/useSessionManagement.js +183 -0
- package/lib/commonjs/ui/hooks/useSessionManagement.js.map +1 -0
- package/lib/commonjs/ui/hooks/useSettingToggle.js +132 -0
- package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/commonjs/ui/hooks/useStorage.js +45 -0
- package/lib/commonjs/ui/hooks/useStorage.js.map +1 -0
- package/lib/commonjs/ui/hooks/useSurfaceHeader.js +142 -0
- package/lib/commonjs/ui/hooks/useSurfaceHeader.js.map +1 -0
- package/lib/commonjs/ui/index.js +183 -0
- package/lib/commonjs/ui/index.js.map +1 -0
- package/lib/commonjs/ui/isFrontend.js +10 -0
- package/lib/commonjs/ui/isFrontend.js.map +1 -0
- package/lib/commonjs/ui/navigation/accountDialogManager.js +105 -0
- package/lib/commonjs/ui/navigation/accountDialogManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/bottomSheetManager.js +62 -0
- package/lib/commonjs/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/commonjs/ui/navigation/routes.js +110 -0
- package/lib/commonjs/ui/navigation/routes.js.map +1 -0
- package/lib/commonjs/ui/navigation/surfaceBackBridge.js +68 -0
- package/lib/commonjs/ui/navigation/surfaceBackBridge.js.map +1 -0
- package/lib/commonjs/ui/navigation/surfaceNavStack.js +146 -0
- package/lib/commonjs/ui/navigation/surfaceNavStack.js.map +1 -0
- package/lib/commonjs/ui/navigation/surfaceRegistry.js +147 -0
- package/lib/commonjs/ui/navigation/surfaceRegistry.js.map +1 -0
- package/lib/commonjs/ui/navigation/surfaces.js +339 -0
- package/lib/commonjs/ui/navigation/surfaces.js.map +1 -0
- package/lib/commonjs/ui/oauth/browserAuthTransport.js +170 -0
- package/lib/commonjs/ui/oauth/browserAuthTransport.js.map +1 -0
- package/lib/commonjs/ui/oauth/completeOAuthCode.js +78 -0
- package/lib/commonjs/ui/oauth/completeOAuthCode.js.map +1 -0
- package/lib/commonjs/ui/oauth/oauthHandshake.js +53 -0
- package/lib/commonjs/ui/oauth/oauthHandshake.js.map +1 -0
- package/lib/commonjs/ui/oauth/oauthPopup.js +276 -0
- package/lib/commonjs/ui/oauth/oauthPopup.js.map +1 -0
- package/lib/commonjs/ui/oauth/oauthPopupMessages.js +150 -0
- package/lib/commonjs/ui/oauth/oauthPopupMessages.js.map +1 -0
- package/lib/commonjs/ui/oauth/types.js +2 -0
- package/lib/commonjs/ui/oauth/types.js.map +1 -0
- package/lib/commonjs/ui/runtime/createOxyRuntime.js +433 -0
- package/lib/commonjs/ui/runtime/createOxyRuntime.js.map +1 -0
- package/lib/commonjs/ui/runtime/index.js +63 -0
- package/lib/commonjs/ui/runtime/index.js.map +1 -0
- package/lib/commonjs/ui/runtime/runtimeContext.js +83 -0
- package/lib/commonjs/ui/runtime/runtimeContext.js.map +1 -0
- package/lib/commonjs/ui/runtime/types.js +6 -0
- package/lib/commonjs/ui/runtime/types.js.map +1 -0
- package/lib/commonjs/ui/runtime/useRuntimeSnapshot.js +57 -0
- package/lib/commonjs/ui/runtime/useRuntimeSnapshot.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountMembersScreen.js +443 -0
- package/lib/commonjs/ui/screens/AccountMembersScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js +264 -0
- package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js +184 -0
- package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AppInfoScreen.js +373 -0
- package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/AvatarCropScreen.js +987 -0
- package/lib/commonjs/ui/screens/AvatarCropScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ChangeAvatarScreen.js +306 -0
- package/lib/commonjs/ui/screens/ChangeAvatarScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +169 -0
- package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/CreateAccountScreen.js +395 -0
- package/lib/commonjs/ui/screens/CreateAccountScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +546 -0
- package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/EditProfileScreen.js +167 -0
- package/lib/commonjs/ui/screens/EditProfileScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FAQScreen.js +162 -0
- package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js +592 -0
- package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js +1529 -0
- package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js +17 -0
- package/lib/commonjs/ui/screens/FollowersListScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/FollowingListScreen.js +17 -0
- package/lib/commonjs/ui/screens/FollowingListScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/HelpSupportScreen.js +123 -0
- package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/HistoryViewScreen.js +165 -0
- package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +235 -0
- package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js +127 -0
- package/lib/commonjs/ui/screens/LearnMoreUsernamesScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +188 -0
- package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ManageAccountScreen.js +647 -0
- package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/NotificationsScreen.js +150 -0
- package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +278 -0
- package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PreferencesScreen.js +194 -0
- package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +958 -0
- package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +501 -0
- package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/ProfileScreen.js +473 -0
- package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +132 -0
- package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js +138 -0
- package/lib/commonjs/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js +61 -0
- package/lib/commonjs/ui/screens/UserLinksScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/UserListScreen.js +301 -0
- package/lib/commonjs/ui/screens/UserListScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +467 -0
- package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/FileLibraryError.js +64 -0
- package/lib/commonjs/ui/screens/fileManagement/FileLibraryError.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/FileListSection.js +121 -0
- package/lib/commonjs/ui/screens/fileManagement/FileListSection.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js +552 -0
- package/lib/commonjs/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/UploadBar.js +85 -0
- package/lib/commonjs/ui/screens/fileManagement/UploadBar.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js +506 -0
- package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/photoGridLayout.js +44 -0
- package/lib/commonjs/ui/screens/fileManagement/photoGridLayout.js.map +1 -0
- package/lib/commonjs/ui/screens/fileManagement/shared.js +79 -0
- package/lib/commonjs/ui/screens/fileManagement/shared.js.map +1 -0
- package/lib/commonjs/ui/screens/linkFormat.js +38 -0
- package/lib/commonjs/ui/screens/linkFormat.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js +94 -0
- package/lib/commonjs/ui/screens/trust/TrustAboutScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +185 -0
- package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +86 -0
- package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js +222 -0
- package/lib/commonjs/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js +512 -0
- package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js.map +1 -0
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js +92 -0
- package/lib/commonjs/ui/screens/trust/TrustRulesScreen.js.map +1 -0
- package/lib/commonjs/ui/server.js +85 -0
- package/lib/commonjs/ui/server.js.map +1 -0
- package/lib/commonjs/ui/session/authStore.js +75 -0
- package/lib/commonjs/ui/session/authStore.js.map +1 -0
- package/lib/commonjs/ui/session/backgroundSession.js +258 -0
- package/lib/commonjs/ui/session/backgroundSession.js.map +1 -0
- package/lib/commonjs/ui/session/createSessionClient.js +58 -0
- package/lib/commonjs/ui/session/createSessionClient.js.map +1 -0
- package/lib/commonjs/ui/session/identityBinding.js +95 -0
- package/lib/commonjs/ui/session/identityBinding.js.map +1 -0
- package/lib/commonjs/ui/session/index.js +78 -0
- package/lib/commonjs/ui/session/index.js.map +1 -0
- package/lib/commonjs/ui/session/nativeSecureStorage.js +90 -0
- package/lib/commonjs/ui/session/nativeSecureStorage.js.map +1 -0
- package/lib/commonjs/ui/session/sharedDeviceCredentialStore.js +306 -0
- package/lib/commonjs/ui/session/sharedDeviceCredentialStore.js.map +1 -0
- package/lib/commonjs/ui/session/tokenTransport.js +75 -0
- package/lib/commonjs/ui/session/tokenTransport.js.map +1 -0
- package/lib/commonjs/ui/session/useBackgroundSessionSync.js +81 -0
- package/lib/commonjs/ui/session/useBackgroundSessionSync.js.map +1 -0
- package/lib/commonjs/ui/stores/assetStore.js +225 -0
- package/lib/commonjs/ui/stores/assetStore.js.map +1 -0
- package/lib/commonjs/ui/stores/authStore.js +169 -0
- package/lib/commonjs/ui/stores/authStore.js.map +1 -0
- package/lib/commonjs/ui/stores/followStore.js +551 -0
- package/lib/commonjs/ui/stores/followStore.js.map +1 -0
- package/lib/commonjs/ui/stores/followTargetStore.js +152 -0
- package/lib/commonjs/ui/stores/followTargetStore.js.map +1 -0
- package/lib/commonjs/ui/stores/resetSessionScopedStores.js +21 -0
- package/lib/commonjs/ui/stores/resetSessionScopedStores.js.map +1 -0
- package/lib/commonjs/ui/types/fileManagement.js +6 -0
- package/lib/commonjs/ui/types/fileManagement.js.map +1 -0
- package/lib/commonjs/ui/types/navigation.js +6 -0
- package/lib/commonjs/ui/types/navigation.js.map +1 -0
- package/lib/commonjs/ui/types/surfaceScreen.js +6 -0
- package/lib/commonjs/ui/types/surfaceScreen.js.map +1 -0
- package/lib/commonjs/ui/utils/avatarUtils.js +43 -0
- package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/colorUtils.js +49 -0
- package/lib/commonjs/ui/utils/colorUtils.js.map +1 -0
- package/lib/commonjs/ui/utils/commonsStoreLinks.js +42 -0
- package/lib/commonjs/ui/utils/commonsStoreLinks.js.map +1 -0
- package/lib/commonjs/ui/utils/deliveryPlatform.js +58 -0
- package/lib/commonjs/ui/utils/deliveryPlatform.js.map +1 -0
- package/lib/commonjs/ui/utils/deviceCredential.js +23 -0
- package/lib/commonjs/ui/utils/deviceCredential.js.map +1 -0
- package/lib/commonjs/ui/utils/errorHandlers.js +137 -0
- package/lib/commonjs/ui/utils/errorHandlers.js.map +1 -0
- package/lib/commonjs/ui/utils/fileManagement.js +147 -0
- package/lib/commonjs/ui/utils/fileManagement.js.map +1 -0
- package/lib/commonjs/ui/utils/iconNames.js +133 -0
- package/lib/commonjs/ui/utils/iconNames.js.map +1 -0
- package/lib/commonjs/ui/utils/isWebBrowser.js +13 -0
- package/lib/commonjs/ui/utils/isWebBrowser.js.map +1 -0
- package/lib/commonjs/ui/utils/netConnectivity.js +28 -0
- package/lib/commonjs/ui/utils/netConnectivity.js.map +1 -0
- package/lib/commonjs/ui/utils/oauthReturn.js +126 -0
- package/lib/commonjs/ui/utils/oauthReturn.js.map +1 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js +61 -0
- package/lib/commonjs/ui/utils/sessionHelpers.js.map +1 -0
- package/lib/commonjs/ui/utils/storageHelpers.js +119 -0
- package/lib/commonjs/ui/utils/storageHelpers.js.map +1 -0
- package/lib/commonjs/ui/utils/userUtils.js +69 -0
- package/lib/commonjs/ui/utils/userUtils.js.map +1 -0
- package/lib/commonjs/utils/hookUtils.js +421 -0
- package/lib/commonjs/utils/hookUtils.js.map +1 -0
- package/lib/commonjs/webauthn/passkeyClient.js +39 -0
- package/lib/commonjs/webauthn/passkeyClient.js.map +1 -0
- package/lib/commonjs/webauthn/passkeyClient.native.js +34 -0
- package/lib/commonjs/webauthn/passkeyClient.native.js.map +1 -0
- package/lib/commonjs/webauthn/passkeyClient.web.js +57 -0
- package/lib/commonjs/webauthn/passkeyClient.web.js.map +1 -0
- package/lib/module/assets/OxyLogo.svg +1 -0
- package/lib/module/assets/assets/OxyLogo.svg +1 -0
- package/lib/module/assets/assets/icons/OxyServices.tsx +60 -0
- package/lib/module/assets/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/assets/assets/illustrations/HighFive.tsx +39 -0
- package/lib/module/assets/assets/lottie/welcomeheader_background_op1.json +1 -0
- package/lib/module/assets/icons/OxyServices.js +45 -0
- package/lib/module/assets/icons/OxyServices.js.map +1 -0
- package/lib/module/assets/icons/logo_OxyServices.svg +1 -0
- package/lib/module/assets/illustrations/HighFive.js +53 -0
- package/lib/module/assets/illustrations/HighFive.js.map +1 -0
- package/lib/module/assets/lottie/welcomeheader_background_op1.json +1 -0
- package/lib/module/index.js +230 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/notifications/deviceNotifications.js +433 -0
- package/lib/module/notifications/deviceNotifications.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/ui/boot/runProviderColdBoot.js +199 -0
- package/lib/module/ui/boot/runProviderColdBoot.js.map +1 -0
- package/lib/module/ui/client.js +38 -0
- package/lib/module/ui/client.js.map +1 -0
- package/lib/module/ui/components/AvatarCameraBadge.js +40 -0
- package/lib/module/ui/components/AvatarCameraBadge.js.map +1 -0
- package/lib/module/ui/components/FollowButton.js +251 -0
- package/lib/module/ui/components/FollowButton.js.map +1 -0
- package/lib/module/ui/components/FollowTargetButton.js +345 -0
- package/lib/module/ui/components/FollowTargetButton.js.map +1 -0
- package/lib/module/ui/components/OxyAccountDialogScreen.js +173 -0
- package/lib/module/ui/components/OxyAccountDialogScreen.js.map +1 -0
- package/lib/module/ui/components/OxyAuthChooser.js +490 -0
- package/lib/module/ui/components/OxyAuthChooser.js.map +1 -0
- package/lib/module/ui/components/OxyAuthPrompt.js +118 -0
- package/lib/module/ui/components/OxyAuthPrompt.js.map +1 -0
- package/lib/module/ui/components/OxyConsentScreen.js +496 -0
- package/lib/module/ui/components/OxyConsentScreen.js.map +1 -0
- package/lib/module/ui/components/OxyOAuthCallback.js +40 -0
- package/lib/module/ui/components/OxyOAuthCallback.js.map +1 -0
- package/lib/module/ui/components/OxyPayButton.js +62 -0
- package/lib/module/ui/components/OxyPayButton.js.map +1 -0
- package/lib/module/ui/components/OxyProvider.js +311 -0
- package/lib/module/ui/components/OxyProvider.js.map +1 -0
- package/lib/module/ui/components/OxySignInButton.js +317 -0
- package/lib/module/ui/components/OxySignInButton.js.map +1 -0
- package/lib/module/ui/components/OxySignInRequestSurface.js +141 -0
- package/lib/module/ui/components/OxySignInRequestSurface.js.map +1 -0
- package/lib/module/ui/components/ProfileButton.js +336 -0
- package/lib/module/ui/components/ProfileButton.js.map +1 -0
- package/lib/module/ui/components/ProfileSummaryCard.js +74 -0
- package/lib/module/ui/components/ProfileSummaryCard.js.map +1 -0
- package/lib/module/ui/components/RequireOxyAuth.js +292 -0
- package/lib/module/ui/components/RequireOxyAuth.js.map +1 -0
- package/lib/module/ui/components/SettingsIcon.js +40 -0
- package/lib/module/ui/components/SettingsIcon.js.map +1 -0
- package/lib/module/ui/components/SurfaceHeaderAction.js +58 -0
- package/lib/module/ui/components/SurfaceHeaderAction.js.map +1 -0
- package/lib/module/ui/components/SurfaceScreen.js +252 -0
- package/lib/module/ui/components/SurfaceScreen.js.map +1 -0
- package/lib/module/ui/components/authChooser/AccountsMenuView.js +663 -0
- package/lib/module/ui/components/authChooser/AccountsMenuView.js.map +1 -0
- package/lib/module/ui/components/authChooser/SignInEntryView.js +103 -0
- package/lib/module/ui/components/authChooser/SignInEntryView.js.map +1 -0
- package/lib/module/ui/components/authChooser/SignInRequestView.js +101 -0
- package/lib/module/ui/components/authChooser/SignInRequestView.js.map +1 -0
- package/lib/module/ui/components/authChooser/SignUpView.js +184 -0
- package/lib/module/ui/components/authChooser/SignUpView.js.map +1 -0
- package/lib/module/ui/components/authChooser/TroubleDisclosure.js +73 -0
- package/lib/module/ui/components/authChooser/TroubleDisclosure.js.map +1 -0
- package/lib/module/ui/components/authChooser/primitives.js +176 -0
- package/lib/module/ui/components/authChooser/primitives.js.map +1 -0
- package/lib/module/ui/components/authChooser/requestSurfaces.js +151 -0
- package/lib/module/ui/components/authChooser/requestSurfaces.js.map +1 -0
- package/lib/module/ui/components/authChooser/signInProgress.js +55 -0
- package/lib/module/ui/components/authChooser/signInProgress.js.map +1 -0
- package/lib/module/ui/components/authChooser/styles.js +216 -0
- package/lib/module/ui/components/authChooser/styles.js.map +1 -0
- package/lib/module/ui/components/authChooser/types.js +77 -0
- package/lib/module/ui/components/authChooser/types.js.map +1 -0
- package/lib/module/ui/components/authChooser/useUsernameAvailability.js +46 -0
- package/lib/module/ui/components/authChooser/useUsernameAvailability.js.map +1 -0
- package/lib/module/ui/components/feedback/constants.js +55 -0
- package/lib/module/ui/components/feedback/constants.js.map +1 -0
- package/lib/module/ui/components/feedback/types.js +4 -0
- package/lib/module/ui/components/feedback/types.js.map +1 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js +47 -0
- package/lib/module/ui/components/feedback/useFeedbackForm.js.map +1 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js +55 -0
- package/lib/module/ui/components/fileManagement/AnimatedButton.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js +119 -0
- package/lib/module/ui/components/fileManagement/FileDetailsModal.js.map +1 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js +425 -0
- package/lib/module/ui/components/fileManagement/FileViewer.js.map +1 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js +166 -0
- package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -0
- package/lib/module/ui/components/icon/FAIRWalletIcon.js +59 -0
- package/lib/module/ui/components/icon/FAIRWalletIcon.js.map +1 -0
- package/lib/module/ui/components/internal/PinInput.js +113 -0
- package/lib/module/ui/components/internal/PinInput.js.map +1 -0
- package/lib/module/ui/components/logo/LogoIcon.js +55 -0
- package/lib/module/ui/components/logo/LogoIcon.js.map +1 -0
- package/lib/module/ui/components/logo/LogoText.js +42 -0
- package/lib/module/ui/components/logo/LogoText.js.map +1 -0
- package/lib/module/ui/components/modals/DeleteAccountModal.js +127 -0
- package/lib/module/ui/components/modals/DeleteAccountModal.js.map +1 -0
- package/lib/module/ui/components/oauthNavigation.js +80 -0
- package/lib/module/ui/components/oauthNavigation.js.map +1 -0
- package/lib/module/ui/components/passkeyHubPopup.js +29 -0
- package/lib/module/ui/components/passkeyHubPopup.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js +322 -0
- package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js +100 -0
- package/lib/module/ui/components/payment/PaymentMethodStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js +144 -0
- package/lib/module/ui/components/payment/PaymentReviewStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js +79 -0
- package/lib/module/ui/components/payment/PaymentSuccessStep.js.map +1 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js +190 -0
- package/lib/module/ui/components/payment/PaymentSummaryStep.js.map +1 -0
- package/lib/module/ui/components/payment/constants.js +47 -0
- package/lib/module/ui/components/payment/constants.js.map +1 -0
- package/lib/module/ui/components/payment/paymentStyles.js +396 -0
- package/lib/module/ui/components/payment/paymentStyles.js.map +1 -0
- package/lib/module/ui/components/payment/types.js +4 -0
- package/lib/module/ui/components/payment/types.js.map +1 -0
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js +216 -0
- package/lib/module/ui/components/photogrid/JustifiedPhotoGrid.js.map +1 -0
- package/lib/module/ui/components/styles/overlay.js +80 -0
- package/lib/module/ui/components/styles/overlay.js.map +1 -0
- package/lib/module/ui/components/styles/shadow.js +123 -0
- package/lib/module/ui/components/styles/shadow.js.map +1 -0
- package/lib/module/ui/components/surfaces/ActionSheetSurface.js +78 -0
- package/lib/module/ui/components/surfaces/ActionSheetSurface.js.map +1 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js +9 -0
- package/lib/module/ui/components/utils/hasTouchHandler.js.map +1 -0
- package/lib/module/ui/components/utils/roundLayoutSize.js +4 -0
- package/lib/module/ui/components/utils/roundLayoutSize.js.map +1 -0
- package/lib/module/ui/components/utils/splitStyles.js +46 -0
- package/lib/module/ui/components/utils/splitStyles.js.map +1 -0
- package/lib/module/ui/constants/spacing.js +45 -0
- package/lib/module/ui/constants/spacing.js.map +1 -0
- package/lib/module/ui/context/OxyContext.js +1191 -0
- package/lib/module/ui/context/OxyContext.js.map +1 -0
- package/lib/module/ui/context/commitSessionFlow.js +100 -0
- package/lib/module/ui/context/commitSessionFlow.js.map +1 -0
- package/lib/module/ui/context/hooks/useAuthOperations.js +301 -0
- package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -0
- package/lib/module/ui/context/oxyContextHelpers.js +29 -0
- package/lib/module/ui/context/oxyContextHelpers.js.map +1 -0
- package/lib/module/ui/context/oxyContextTypes.js +4 -0
- package/lib/module/ui/context/oxyContextTypes.js.map +1 -0
- package/lib/module/ui/context/passkeyFlow.js +111 -0
- package/lib/module/ui/context/passkeyFlow.js.map +1 -0
- package/lib/module/ui/context/useOxyAccountGraph.js +96 -0
- package/lib/module/ui/context/useOxyAccountGraph.js.map +1 -0
- package/lib/module/ui/hooks/accountDialogSnapshot.js +38 -0
- package/lib/module/ui/hooks/accountDialogSnapshot.js.map +1 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js +178 -0
- package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -0
- package/lib/module/ui/hooks/mutations/mutationKeys.js +36 -0
- package/lib/module/ui/hooks/mutations/mutationKeys.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js +666 -0
- package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -0
- package/lib/module/ui/hooks/mutations/useServicesMutations.js +189 -0
- package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -0
- package/lib/module/ui/hooks/queries/paymentTypes.js +2 -0
- package/lib/module/ui/hooks/queries/paymentTypes.js.map +1 -0
- package/lib/module/ui/hooks/queries/queryKeys.js +207 -0
- package/lib/module/ui/hooks/queries/queryKeys.js.map +1 -0
- package/lib/module/ui/hooks/queries/useAccountQueries.js +315 -0
- package/lib/module/ui/hooks/queries/useAccountQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useAuthMethods.js +45 -0
- package/lib/module/ui/hooks/queries/useAuthMethods.js.map +1 -0
- package/lib/module/ui/hooks/queries/useFileQueries.js +120 -0
- package/lib/module/ui/hooks/queries/useFileQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/usePaymentQueries.js +137 -0
- package/lib/module/ui/hooks/queries/usePaymentQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useSecurityQueries.js +86 -0
- package/lib/module/ui/hooks/queries/useSecurityQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js +161 -0
- package/lib/module/ui/hooks/queries/useServicesQueries.js.map +1 -0
- package/lib/module/ui/hooks/queries/userCache.js +433 -0
- package/lib/module/ui/hooks/queries/userCache.js.map +1 -0
- package/lib/module/ui/hooks/queries/userCacheRelationship.js +27 -0
- package/lib/module/ui/hooks/queries/userCacheRelationship.js.map +1 -0
- package/lib/module/ui/hooks/queryClient.js +201 -0
- package/lib/module/ui/hooks/queryClient.js.map +1 -0
- package/lib/module/ui/hooks/useAssets.js +221 -0
- package/lib/module/ui/hooks/useAssets.js.map +1 -0
- package/lib/module/ui/hooks/useAsyncAction.js +89 -0
- package/lib/module/ui/hooks/useAsyncAction.js.map +1 -0
- package/lib/module/ui/hooks/useAuth.js +123 -0
- package/lib/module/ui/hooks/useAuth.js.map +1 -0
- package/lib/module/ui/hooks/useAvatarPicker.js +103 -0
- package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -0
- package/lib/module/ui/hooks/useDeviceManagement.js +68 -0
- package/lib/module/ui/hooks/useDeviceManagement.js.map +1 -0
- package/lib/module/ui/hooks/useDeviceSwitcher.js +53 -0
- package/lib/module/ui/hooks/useDeviceSwitcher.js.map +1 -0
- package/lib/module/ui/hooks/useFileDownloadUrl.js +66 -0
- package/lib/module/ui/hooks/useFileDownloadUrl.js.map +1 -0
- package/lib/module/ui/hooks/useFileFiltering.js +72 -0
- package/lib/module/ui/hooks/useFileFiltering.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.js +324 -0
- package/lib/module/ui/hooks/useFollow.js.map +1 -0
- package/lib/module/ui/hooks/useFollow.types.js +4 -0
- package/lib/module/ui/hooks/useFollow.types.js.map +1 -0
- package/lib/module/ui/hooks/useFollowTarget.js +156 -0
- package/lib/module/ui/hooks/useFollowTarget.js.map +1 -0
- package/lib/module/ui/hooks/useI18n.js +38 -0
- package/lib/module/ui/hooks/useI18n.js.map +1 -0
- package/lib/module/ui/hooks/useLanguageManagement.js +185 -0
- package/lib/module/ui/hooks/useLanguageManagement.js.map +1 -0
- package/lib/module/ui/hooks/useMutationStatus.js +82 -0
- package/lib/module/ui/hooks/useMutationStatus.js.map +1 -0
- package/lib/module/ui/hooks/useOnlineStatus.js +30 -0
- package/lib/module/ui/hooks/useOnlineStatus.js.map +1 -0
- package/lib/module/ui/hooks/useOxyEvent.js +25 -0
- package/lib/module/ui/hooks/useOxyEvent.js.map +1 -0
- package/lib/module/ui/hooks/useProfileEditing.js +129 -0
- package/lib/module/ui/hooks/useProfileEditing.js.map +1 -0
- package/lib/module/ui/hooks/useQueryClient.js +15 -0
- package/lib/module/ui/hooks/useQueryClient.js.map +1 -0
- package/lib/module/ui/hooks/useReduceMotion.js +53 -0
- package/lib/module/ui/hooks/useReduceMotion.js.map +1 -0
- package/lib/module/ui/hooks/useResolvedFileUrls.js +157 -0
- package/lib/module/ui/hooks/useResolvedFileUrls.js.map +1 -0
- package/lib/module/ui/hooks/useSessionManagement.js +178 -0
- package/lib/module/ui/hooks/useSessionManagement.js.map +1 -0
- package/lib/module/ui/hooks/useSettingToggle.js +126 -0
- package/lib/module/ui/hooks/useSettingToggle.js.map +1 -0
- package/lib/module/ui/hooks/useStorage.js +40 -0
- package/lib/module/ui/hooks/useStorage.js.map +1 -0
- package/lib/module/ui/hooks/useSurfaceHeader.js +138 -0
- package/lib/module/ui/hooks/useSurfaceHeader.js.map +1 -0
- package/lib/module/ui/index.js +48 -0
- package/lib/module/ui/index.js.map +1 -0
- package/lib/module/ui/isFrontend.js +6 -0
- package/lib/module/ui/isFrontend.js.map +1 -0
- package/lib/module/ui/navigation/accountDialogManager.js +94 -0
- package/lib/module/ui/navigation/accountDialogManager.js.map +1 -0
- package/lib/module/ui/navigation/bottomSheetManager.js +56 -0
- package/lib/module/ui/navigation/bottomSheetManager.js.map +1 -0
- package/lib/module/ui/navigation/routes.js +104 -0
- package/lib/module/ui/navigation/routes.js.map +1 -0
- package/lib/module/ui/navigation/surfaceBackBridge.js +63 -0
- package/lib/module/ui/navigation/surfaceBackBridge.js.map +1 -0
- package/lib/module/ui/navigation/surfaceNavStack.js +143 -0
- package/lib/module/ui/navigation/surfaceNavStack.js.map +1 -0
- package/lib/module/ui/navigation/surfaceRegistry.js +141 -0
- package/lib/module/ui/navigation/surfaceRegistry.js.map +1 -0
- package/lib/module/ui/navigation/surfaces.js +325 -0
- package/lib/module/ui/navigation/surfaces.js.map +1 -0
- package/lib/module/ui/oauth/browserAuthTransport.js +167 -0
- package/lib/module/ui/oauth/browserAuthTransport.js.map +1 -0
- package/lib/module/ui/oauth/completeOAuthCode.js +75 -0
- package/lib/module/ui/oauth/completeOAuthCode.js.map +1 -0
- package/lib/module/ui/oauth/oauthHandshake.js +50 -0
- package/lib/module/ui/oauth/oauthHandshake.js.map +1 -0
- package/lib/module/ui/oauth/oauthPopup.js +268 -0
- package/lib/module/ui/oauth/oauthPopup.js.map +1 -0
- package/lib/module/ui/oauth/oauthPopupMessages.js +144 -0
- package/lib/module/ui/oauth/oauthPopupMessages.js.map +1 -0
- package/lib/module/ui/oauth/types.js +2 -0
- package/lib/module/ui/oauth/types.js.map +1 -0
- package/lib/module/ui/runtime/createOxyRuntime.js +430 -0
- package/lib/module/ui/runtime/createOxyRuntime.js.map +1 -0
- package/lib/module/ui/runtime/index.js +15 -0
- package/lib/module/ui/runtime/index.js.map +1 -0
- package/lib/module/ui/runtime/runtimeContext.js +75 -0
- package/lib/module/ui/runtime/runtimeContext.js.map +1 -0
- package/lib/module/ui/runtime/types.js +4 -0
- package/lib/module/ui/runtime/types.js.map +1 -0
- package/lib/module/ui/runtime/useRuntimeSnapshot.js +52 -0
- package/lib/module/ui/runtime/useRuntimeSnapshot.js.map +1 -0
- package/lib/module/ui/screens/AccountMembersScreen.js +438 -0
- package/lib/module/ui/screens/AccountMembersScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js +260 -0
- package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js +179 -0
- package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -0
- package/lib/module/ui/screens/AppInfoScreen.js +368 -0
- package/lib/module/ui/screens/AppInfoScreen.js.map +1 -0
- package/lib/module/ui/screens/AvatarCropScreen.js +984 -0
- package/lib/module/ui/screens/AvatarCropScreen.js.map +1 -0
- package/lib/module/ui/screens/ChangeAvatarScreen.js +303 -0
- package/lib/module/ui/screens/ChangeAvatarScreen.js.map +1 -0
- package/lib/module/ui/screens/ConnectedAppsScreen.js +164 -0
- package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -0
- package/lib/module/ui/screens/CreateAccountScreen.js +390 -0
- package/lib/module/ui/screens/CreateAccountScreen.js.map +1 -0
- package/lib/module/ui/screens/EditProfileFieldScreen.js +541 -0
- package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -0
- package/lib/module/ui/screens/EditProfileScreen.js +162 -0
- package/lib/module/ui/screens/EditProfileScreen.js.map +1 -0
- package/lib/module/ui/screens/FAQScreen.js +157 -0
- package/lib/module/ui/screens/FAQScreen.js.map +1 -0
- package/lib/module/ui/screens/FeedbackScreen.js +590 -0
- package/lib/module/ui/screens/FeedbackScreen.js.map +1 -0
- package/lib/module/ui/screens/FileManagementScreen.js +1525 -0
- package/lib/module/ui/screens/FileManagementScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowersListScreen.js +12 -0
- package/lib/module/ui/screens/FollowersListScreen.js.map +1 -0
- package/lib/module/ui/screens/FollowingListScreen.js +12 -0
- package/lib/module/ui/screens/FollowingListScreen.js.map +1 -0
- package/lib/module/ui/screens/HelpSupportScreen.js +118 -0
- package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -0
- package/lib/module/ui/screens/HistoryViewScreen.js +160 -0
- package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js +229 -0
- package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js +122 -0
- package/lib/module/ui/screens/LearnMoreUsernamesScreen.js.map +1 -0
- package/lib/module/ui/screens/LegalDocumentsScreen.js +185 -0
- package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -0
- package/lib/module/ui/screens/ManageAccountScreen.js +642 -0
- package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -0
- package/lib/module/ui/screens/NotificationsScreen.js +145 -0
- package/lib/module/ui/screens/NotificationsScreen.js.map +1 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js +273 -0
- package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -0
- package/lib/module/ui/screens/PreferencesScreen.js +189 -0
- package/lib/module/ui/screens/PreferencesScreen.js.map +1 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js +953 -0
- package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js +496 -0
- package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/ProfileScreen.js +468 -0
- package/lib/module/ui/screens/ProfileScreen.js.map +1 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js +127 -0
- package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js +133 -0
- package/lib/module/ui/screens/SearchSettingsScreen.js.map +1 -0
- package/lib/module/ui/screens/UserLinksScreen.js +57 -0
- package/lib/module/ui/screens/UserLinksScreen.js.map +1 -0
- package/lib/module/ui/screens/UserListScreen.js +296 -0
- package/lib/module/ui/screens/UserListScreen.js.map +1 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js +462 -0
- package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/FileLibraryError.js +59 -0
- package/lib/module/ui/screens/fileManagement/FileLibraryError.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/FileListSection.js +116 -0
- package/lib/module/ui/screens/fileManagement/FileListSection.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js +548 -0
- package/lib/module/ui/screens/fileManagement/PhotoPickerSection.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/UploadBar.js +80 -0
- package/lib/module/ui/screens/fileManagement/UploadBar.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js +502 -0
- package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/photoGridLayout.js +39 -0
- package/lib/module/ui/screens/fileManagement/photoGridLayout.js.map +1 -0
- package/lib/module/ui/screens/fileManagement/shared.js +70 -0
- package/lib/module/ui/screens/fileManagement/shared.js.map +1 -0
- package/lib/module/ui/screens/linkFormat.js +31 -0
- package/lib/module/ui/screens/linkFormat.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustAboutScreen.js +89 -0
- package/lib/module/ui/screens/trust/TrustAboutScreen.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustCenterScreen.js +180 -0
- package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustFAQScreen.js +81 -0
- package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js +217 -0
- package/lib/module/ui/screens/trust/TrustLeaderboardScreen.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustRewardsScreen.js +507 -0
- package/lib/module/ui/screens/trust/TrustRewardsScreen.js.map +1 -0
- package/lib/module/ui/screens/trust/TrustRulesScreen.js +90 -0
- package/lib/module/ui/screens/trust/TrustRulesScreen.js.map +1 -0
- package/lib/module/ui/server.js +55 -0
- package/lib/module/ui/server.js.map +1 -0
- package/lib/module/ui/session/authStore.js +70 -0
- package/lib/module/ui/session/authStore.js.map +1 -0
- package/lib/module/ui/session/backgroundSession.js +252 -0
- package/lib/module/ui/session/backgroundSession.js.map +1 -0
- package/lib/module/ui/session/createSessionClient.js +55 -0
- package/lib/module/ui/session/createSessionClient.js.map +1 -0
- package/lib/module/ui/session/identityBinding.js +89 -0
- package/lib/module/ui/session/identityBinding.js.map +1 -0
- package/lib/module/ui/session/index.js +21 -0
- package/lib/module/ui/session/index.js.map +1 -0
- package/lib/module/ui/session/nativeSecureStorage.js +88 -0
- package/lib/module/ui/session/nativeSecureStorage.js.map +1 -0
- package/lib/module/ui/session/sharedDeviceCredentialStore.js +302 -0
- package/lib/module/ui/session/sharedDeviceCredentialStore.js.map +1 -0
- package/lib/module/ui/session/tokenTransport.js +71 -0
- package/lib/module/ui/session/tokenTransport.js.map +1 -0
- package/lib/module/ui/session/useBackgroundSessionSync.js +76 -0
- package/lib/module/ui/session/useBackgroundSessionSync.js.map +1 -0
- package/lib/module/ui/stores/assetStore.js +212 -0
- package/lib/module/ui/stores/assetStore.js.map +1 -0
- package/lib/module/ui/stores/authStore.js +165 -0
- package/lib/module/ui/stores/authStore.js.map +1 -0
- package/lib/module/ui/stores/followStore.js +546 -0
- package/lib/module/ui/stores/followStore.js.map +1 -0
- package/lib/module/ui/stores/followTargetStore.js +143 -0
- package/lib/module/ui/stores/followTargetStore.js.map +1 -0
- package/lib/module/ui/stores/resetSessionScopedStores.js +18 -0
- package/lib/module/ui/stores/resetSessionScopedStores.js.map +1 -0
- package/lib/module/ui/types/fileManagement.js +4 -0
- package/lib/module/ui/types/fileManagement.js.map +1 -0
- package/lib/module/ui/types/navigation.js +4 -0
- package/lib/module/ui/types/navigation.js.map +1 -0
- package/lib/module/ui/types/surfaceScreen.js +4 -0
- package/lib/module/ui/types/surfaceScreen.js.map +1 -0
- package/lib/module/ui/utils/avatarUtils.js +40 -0
- package/lib/module/ui/utils/avatarUtils.js.map +1 -0
- package/lib/module/ui/utils/colorUtils.js +13 -0
- package/lib/module/ui/utils/colorUtils.js.map +1 -0
- package/lib/module/ui/utils/commonsStoreLinks.js +37 -0
- package/lib/module/ui/utils/commonsStoreLinks.js.map +1 -0
- package/lib/module/ui/utils/deliveryPlatform.js +55 -0
- package/lib/module/ui/utils/deliveryPlatform.js.map +1 -0
- package/lib/module/ui/utils/deviceCredential.js +18 -0
- package/lib/module/ui/utils/deviceCredential.js.map +1 -0
- package/lib/module/ui/utils/errorHandlers.js +129 -0
- package/lib/module/ui/utils/errorHandlers.js.map +1 -0
- package/lib/module/ui/utils/fileManagement.js +140 -0
- package/lib/module/ui/utils/fileManagement.js.map +1 -0
- package/lib/module/ui/utils/iconNames.js +124 -0
- package/lib/module/ui/utils/iconNames.js.map +1 -0
- package/lib/module/ui/utils/isWebBrowser.js +11 -0
- package/lib/module/ui/utils/isWebBrowser.js.map +1 -0
- package/lib/module/ui/utils/netConnectivity.js +23 -0
- package/lib/module/ui/utils/netConnectivity.js.map +1 -0
- package/lib/module/ui/utils/oauthReturn.js +122 -0
- package/lib/module/ui/utils/oauthReturn.js.map +1 -0
- package/lib/module/ui/utils/sessionHelpers.js +55 -0
- package/lib/module/ui/utils/sessionHelpers.js.map +1 -0
- package/lib/module/ui/utils/storageHelpers.js +111 -0
- package/lib/module/ui/utils/storageHelpers.js.map +1 -0
- package/lib/module/ui/utils/userUtils.js +63 -0
- package/lib/module/ui/utils/userUtils.js.map +1 -0
- package/lib/module/utils/hookUtils.js +403 -0
- package/lib/module/utils/hookUtils.js.map +1 -0
- package/lib/module/webauthn/passkeyClient.js +33 -0
- package/lib/module/webauthn/passkeyClient.js.map +1 -0
- package/lib/module/webauthn/passkeyClient.native.js +28 -0
- package/lib/module/webauthn/passkeyClient.native.js.map +1 -0
- package/lib/module/webauthn/passkeyClient.web.js +52 -0
- package/lib/module/webauthn/passkeyClient.web.js.map +1 -0
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts +24 -0
- package/lib/typescript/commonjs/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts +8 -0
- package/lib/typescript/commonjs/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +108 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/notifications/deviceNotifications.d.ts +192 -0
- package/lib/typescript/commonjs/notifications/deviceNotifications.d.ts.map +1 -0
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts +60 -0
- package/lib/typescript/commonjs/ui/boot/runProviderColdBoot.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/client.d.ts +29 -0
- package/lib/typescript/commonjs/ui/client.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/AvatarCameraBadge.d.ts +4 -0
- package/lib/typescript/commonjs/ui/components/AvatarCameraBadge.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts +39 -0
- package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/FollowTargetButton.d.ts +158 -0
- package/lib/typescript/commonjs/ui/components/FollowTargetButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyAccountDialogScreen.d.ts +40 -0
- package/lib/typescript/commonjs/ui/components/OxyAccountDialogScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyAuthChooser.d.ts +54 -0
- package/lib/typescript/commonjs/ui/components/OxyAuthChooser.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyAuthPrompt.d.ts +59 -0
- package/lib/typescript/commonjs/ui/components/OxyAuthPrompt.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyConsentScreen.d.ts +45 -0
- package/lib/typescript/commonjs/ui/components/OxyConsentScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts +11 -0
- package/lib/typescript/commonjs/ui/components/OxyOAuthCallback.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts +29 -0
- package/lib/typescript/commonjs/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts +40 -0
- package/lib/typescript/commonjs/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts +113 -0
- package/lib/typescript/commonjs/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/OxySignInRequestSurface.d.ts +108 -0
- package/lib/typescript/commonjs/ui/components/OxySignInRequestSurface.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts +59 -0
- package/lib/typescript/commonjs/ui/components/ProfileButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts +33 -0
- package/lib/typescript/commonjs/ui/components/ProfileSummaryCard.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/RequireOxyAuth.d.ts +55 -0
- package/lib/typescript/commonjs/ui/components/RequireOxyAuth.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SettingsIcon.d.ts +15 -0
- package/lib/typescript/commonjs/ui/components/SettingsIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SurfaceHeaderAction.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/SurfaceHeaderAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/SurfaceScreen.d.ts +23 -0
- package/lib/typescript/commonjs/ui/components/SurfaceScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/AccountsMenuView.d.ts +45 -0
- package/lib/typescript/commonjs/ui/components/authChooser/AccountsMenuView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignInEntryView.d.ts +34 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignInEntryView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignInRequestView.d.ts +34 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignInRequestView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignUpView.d.ts +34 -0
- package/lib/typescript/commonjs/ui/components/authChooser/SignUpView.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/TroubleDisclosure.d.ts +38 -0
- package/lib/typescript/commonjs/ui/components/authChooser/TroubleDisclosure.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/primitives.d.ts +67 -0
- package/lib/typescript/commonjs/ui/components/authChooser/primitives.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/requestSurfaces.d.ts +63 -0
- package/lib/typescript/commonjs/ui/components/authChooser/requestSurfaces.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/signInProgress.d.ts +26 -0
- package/lib/typescript/commonjs/ui/components/authChooser/signInProgress.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/styles.d.ts +209 -0
- package/lib/typescript/commonjs/ui/components/authChooser/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/types.d.ts +141 -0
- package/lib/typescript/commonjs/ui/components/authChooser/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/authChooser/useUsernameAvailability.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/authChooser/useUsernameAvailability.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/commonjs/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/commonjs/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts +17 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts +24 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts +14 -0
- package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
- package/lib/typescript/commonjs/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts +23 -0
- package/lib/typescript/commonjs/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/logo/LogoIcon.d.ts +22 -0
- package/lib/typescript/commonjs/ui/components/logo/LogoIcon.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/logo/LogoText.d.ts +22 -0
- package/lib/typescript/commonjs/ui/components/logo/LogoText.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts +26 -0
- package/lib/typescript/commonjs/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/oauthNavigation.d.ts +43 -0
- package/lib/typescript/commonjs/ui/components/oauthNavigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/passkeyHubPopup.d.ts +23 -0
- package/lib/typescript/commonjs/ui/components/passkeyHubPopup.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/commonjs/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/commonjs/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts +389 -0
- package/lib/typescript/commonjs/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/commonjs/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts +28 -0
- package/lib/typescript/commonjs/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts +6 -0
- package/lib/typescript/commonjs/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts +3 -0
- package/lib/typescript/commonjs/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/surfaces/ActionSheetSurface.d.ts +38 -0
- package/lib/typescript/commonjs/ui/components/surfaces/ActionSheetSurface.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts +6 -0
- package/lib/typescript/commonjs/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts +2 -0
- package/lib/typescript/commonjs/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts +20 -0
- package/lib/typescript/commonjs/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/constants/spacing.d.ts +33 -0
- package/lib/typescript/commonjs/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts +38 -0
- package/lib/typescript/commonjs/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/commitSessionFlow.d.ts +39 -0
- package/lib/typescript/commonjs/ui/context/commitSessionFlow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts +70 -0
- package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts +5 -0
- package/lib/typescript/commonjs/ui/context/oxyContextHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts +219 -0
- package/lib/typescript/commonjs/ui/context/oxyContextTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/passkeyFlow.d.ts +96 -0
- package/lib/typescript/commonjs/ui/context/passkeyFlow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts +30 -0
- package/lib/typescript/commonjs/ui/context/useOxyAccountGraph.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/accountDialogSnapshot.d.ts +15 -0
- package/lib/typescript/commonjs/ui/hooks/accountDialogSnapshot.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts +87 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationFactory.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts +30 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/mutationKeys.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +301 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
- package/lib/typescript/commonjs/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts +138 -0
- package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts +137 -0
- package/lib/typescript/commonjs/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts +87 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAuthMethods.d.ts +212 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useAuthMethods.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useFileQueries.d.ts +50 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useFileQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts +64 -0
- package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts +25 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts +44 -0
- package/lib/typescript/commonjs/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/userCache.d.ts +173 -0
- package/lib/typescript/commonjs/ui/hooks/queries/userCache.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queries/userCacheRelationship.d.ts +9 -0
- package/lib/typescript/commonjs/ui/hooks/queries/userCacheRelationship.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts +66 -0
- package/lib/typescript/commonjs/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts +35 -0
- package/lib/typescript/commonjs/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/commonjs/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts +109 -0
- package/lib/typescript/commonjs/ui/hooks/useAuth.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useAvatarPicker.d.ts +34 -0
- package/lib/typescript/commonjs/ui/hooks/useAvatarPicker.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceSwitcher.d.ts +49 -0
- package/lib/typescript/commonjs/ui/hooks/useDeviceSwitcher.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts +19 -0
- package/lib/typescript/commonjs/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts +29 -0
- package/lib/typescript/commonjs/ui/hooks/useFileFiltering.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts +108 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts +35 -0
- package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useFollowTarget.d.ts +50 -0
- package/lib/typescript/commonjs/ui/hooks/useFollowTarget.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts +18 -0
- package/lib/typescript/commonjs/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts +69 -0
- package/lib/typescript/commonjs/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useMutationStatus.d.ts +23 -0
- package/lib/typescript/commonjs/ui/hooks/useMutationStatus.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useOnlineStatus.d.ts +14 -0
- package/lib/typescript/commonjs/ui/hooks/useOnlineStatus.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useOxyEvent.d.ts +8 -0
- package/lib/typescript/commonjs/ui/hooks/useOxyEvent.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts +42 -0
- package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts +7 -0
- package/lib/typescript/commonjs/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useReduceMotion.d.ts +14 -0
- package/lib/typescript/commonjs/ui/hooks/useReduceMotion.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useResolvedFileUrls.d.ts +48 -0
- package/lib/typescript/commonjs/ui/hooks/useResolvedFileUrls.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts +46 -0
- package/lib/typescript/commonjs/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts +57 -0
- package/lib/typescript/commonjs/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts +16 -0
- package/lib/typescript/commonjs/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/hooks/useSurfaceHeader.d.ts +45 -0
- package/lib/typescript/commonjs/ui/hooks/useSurfaceHeader.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/index.d.ts +38 -0
- package/lib/typescript/commonjs/ui/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/isFrontend.d.ts +3 -0
- package/lib/typescript/commonjs/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts +54 -0
- package/lib/typescript/commonjs/ui/navigation/accountDialogManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts +34 -0
- package/lib/typescript/commonjs/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts +20 -0
- package/lib/typescript/commonjs/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceBackBridge.d.ts +16 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceBackBridge.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceNavStack.d.ts +75 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceNavStack.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceRegistry.d.ts +194 -0
- package/lib/typescript/commonjs/ui/navigation/surfaceRegistry.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/navigation/surfaces.d.ts +110 -0
- package/lib/typescript/commonjs/ui/navigation/surfaces.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/browserAuthTransport.d.ts +56 -0
- package/lib/typescript/commonjs/ui/oauth/browserAuthTransport.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/completeOAuthCode.d.ts +49 -0
- package/lib/typescript/commonjs/ui/oauth/completeOAuthCode.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/oauthHandshake.d.ts +50 -0
- package/lib/typescript/commonjs/ui/oauth/oauthHandshake.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/oauthPopup.d.ts +83 -0
- package/lib/typescript/commonjs/ui/oauth/oauthPopup.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/oauthPopupMessages.d.ts +67 -0
- package/lib/typescript/commonjs/ui/oauth/oauthPopupMessages.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/oauth/types.d.ts +176 -0
- package/lib/typescript/commonjs/ui/oauth/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/runtime/createOxyRuntime.d.ts +144 -0
- package/lib/typescript/commonjs/ui/runtime/createOxyRuntime.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/runtime/index.d.ts +16 -0
- package/lib/typescript/commonjs/ui/runtime/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/runtime/runtimeContext.d.ts +43 -0
- package/lib/typescript/commonjs/ui/runtime/runtimeContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/runtime/types.d.ts +89 -0
- package/lib/typescript/commonjs/ui/runtime/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/runtime/useRuntimeSnapshot.d.ts +23 -0
- package/lib/typescript/commonjs/ui/runtime/useRuntimeSnapshot.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountMembersScreen.d.ts +10 -0
- package/lib/typescript/commonjs/ui/screens/AccountMembersScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts +12 -0
- package/lib/typescript/commonjs/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts +58 -0
- package/lib/typescript/commonjs/ui/screens/AvatarCropScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ChangeAvatarScreen.d.ts +38 -0
- package/lib/typescript/commonjs/ui/screens/ChangeAvatarScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/CreateAccountScreen.d.ts +11 -0
- package/lib/typescript/commonjs/ui/screens/CreateAccountScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts +13 -0
- package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts +14 -0
- package/lib/typescript/commonjs/ui/screens/EditProfileScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FollowersListScreen.d.ts +12 -0
- package/lib/typescript/commonjs/ui/screens/FollowersListScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/FollowingListScreen.d.ts +12 -0
- package/lib/typescript/commonjs/ui/screens/FollowingListScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts +7 -0
- package/lib/typescript/commonjs/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- 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/NotificationsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/NotificationsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts +15 -0
- package/lib/typescript/commonjs/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/PreferencesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/commonjs/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts +15 -0
- package/lib/typescript/commonjs/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts +18 -0
- package/lib/typescript/commonjs/ui/screens/UserListScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts +14 -0
- package/lib/typescript/commonjs/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileLibraryError.d.ts +23 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileLibraryError.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts +40 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts +43 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts +25 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +51 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/photoGridLayout.d.ts +37 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/photoGridLayout.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts +38 -0
- package/lib/typescript/commonjs/ui/screens/fileManagement/shared.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/linkFormat.d.ts +23 -0
- package/lib/typescript/commonjs/ui/screens/linkFormat.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts +5 -0
- package/lib/typescript/commonjs/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/server.d.ts +35 -0
- package/lib/typescript/commonjs/ui/server.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/authStore.d.ts +76 -0
- package/lib/typescript/commonjs/ui/session/authStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/backgroundSession.d.ts +42 -0
- package/lib/typescript/commonjs/ui/session/backgroundSession.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts +40 -0
- package/lib/typescript/commonjs/ui/session/createSessionClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/identityBinding.d.ts +66 -0
- package/lib/typescript/commonjs/ui/session/identityBinding.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/index.d.ts +20 -0
- package/lib/typescript/commonjs/ui/session/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/nativeSecureStorage.d.ts +25 -0
- package/lib/typescript/commonjs/ui/session/nativeSecureStorage.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/sharedDeviceCredentialStore.d.ts +32 -0
- package/lib/typescript/commonjs/ui/session/sharedDeviceCredentialStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/tokenTransport.d.ts +33 -0
- package/lib/typescript/commonjs/ui/session/tokenTransport.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/session/useBackgroundSessionSync.d.ts +23 -0
- package/lib/typescript/commonjs/ui/session/useBackgroundSessionSync.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts +54 -0
- package/lib/typescript/commonjs/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts +61 -0
- package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts +30 -0
- package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/followTargetStore.d.ts +84 -0
- package/lib/typescript/commonjs/ui/stores/followTargetStore.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/stores/resetSessionScopedStores.d.ts +10 -0
- package/lib/typescript/commonjs/ui/stores/resetSessionScopedStores.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts +51 -0
- package/lib/typescript/commonjs/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/navigation.d.ts +153 -0
- package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/types/surfaceScreen.d.ts +38 -0
- package/lib/typescript/commonjs/ui/types/surfaceScreen.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts +16 -0
- package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts +10 -0
- package/lib/typescript/commonjs/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/commonsStoreLinks.d.ts +24 -0
- package/lib/typescript/commonjs/ui/utils/commonsStoreLinks.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/deliveryPlatform.d.ts +33 -0
- package/lib/typescript/commonjs/ui/utils/deliveryPlatform.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts +8 -0
- package/lib/typescript/commonjs/ui/utils/deviceCredential.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts +35 -0
- package/lib/typescript/commonjs/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts +55 -0
- package/lib/typescript/commonjs/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/iconNames.d.ts +112 -0
- package/lib/typescript/commonjs/ui/utils/iconNames.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/isWebBrowser.d.ts +9 -0
- package/lib/typescript/commonjs/ui/utils/isWebBrowser.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/netConnectivity.d.ts +17 -0
- package/lib/typescript/commonjs/ui/utils/netConnectivity.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts +48 -0
- package/lib/typescript/commonjs/ui/utils/oauthReturn.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts +48 -0
- package/lib/typescript/commonjs/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts +28 -0
- package/lib/typescript/commonjs/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/commonjs/ui/utils/userUtils.d.ts +23 -0
- package/lib/typescript/commonjs/ui/utils/userUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/utils/hookUtils.d.ts +102 -0
- package/lib/typescript/commonjs/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.d.ts +20 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.d.ts.map +1 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.native.d.ts +15 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.web.d.ts +36 -0
- package/lib/typescript/commonjs/webauthn/passkeyClient.web.d.ts.map +1 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts +24 -0
- package/lib/typescript/module/assets/icons/OxyServices.d.ts.map +1 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts +8 -0
- package/lib/typescript/module/assets/illustrations/HighFive.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +108 -0
- package/lib/typescript/module/index.d.ts.map +1 -0
- package/lib/typescript/module/notifications/deviceNotifications.d.ts +192 -0
- package/lib/typescript/module/notifications/deviceNotifications.d.ts.map +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts +60 -0
- package/lib/typescript/module/ui/boot/runProviderColdBoot.d.ts.map +1 -0
- package/lib/typescript/module/ui/client.d.ts +29 -0
- package/lib/typescript/module/ui/client.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/AvatarCameraBadge.d.ts +4 -0
- package/lib/typescript/module/ui/components/AvatarCameraBadge.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts +39 -0
- package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/FollowTargetButton.d.ts +158 -0
- package/lib/typescript/module/ui/components/FollowTargetButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyAccountDialogScreen.d.ts +40 -0
- package/lib/typescript/module/ui/components/OxyAccountDialogScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyAuthChooser.d.ts +54 -0
- package/lib/typescript/module/ui/components/OxyAuthChooser.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyAuthPrompt.d.ts +59 -0
- package/lib/typescript/module/ui/components/OxyAuthPrompt.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyConsentScreen.d.ts +45 -0
- package/lib/typescript/module/ui/components/OxyConsentScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts +11 -0
- package/lib/typescript/module/ui/components/OxyOAuthCallback.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts +29 -0
- package/lib/typescript/module/ui/components/OxyPayButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts +40 -0
- package/lib/typescript/module/ui/components/OxyProvider.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts +113 -0
- package/lib/typescript/module/ui/components/OxySignInButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/OxySignInRequestSurface.d.ts +108 -0
- package/lib/typescript/module/ui/components/OxySignInRequestSurface.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ProfileButton.d.ts +59 -0
- package/lib/typescript/module/ui/components/ProfileButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts +33 -0
- package/lib/typescript/module/ui/components/ProfileSummaryCard.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/RequireOxyAuth.d.ts +55 -0
- package/lib/typescript/module/ui/components/RequireOxyAuth.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SettingsIcon.d.ts +15 -0
- package/lib/typescript/module/ui/components/SettingsIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SurfaceHeaderAction.d.ts +16 -0
- package/lib/typescript/module/ui/components/SurfaceHeaderAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/SurfaceScreen.d.ts +23 -0
- package/lib/typescript/module/ui/components/SurfaceScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/AccountsMenuView.d.ts +45 -0
- package/lib/typescript/module/ui/components/authChooser/AccountsMenuView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/SignInEntryView.d.ts +34 -0
- package/lib/typescript/module/ui/components/authChooser/SignInEntryView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/SignInRequestView.d.ts +34 -0
- package/lib/typescript/module/ui/components/authChooser/SignInRequestView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/SignUpView.d.ts +34 -0
- package/lib/typescript/module/ui/components/authChooser/SignUpView.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/TroubleDisclosure.d.ts +38 -0
- package/lib/typescript/module/ui/components/authChooser/TroubleDisclosure.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/primitives.d.ts +67 -0
- package/lib/typescript/module/ui/components/authChooser/primitives.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/requestSurfaces.d.ts +63 -0
- package/lib/typescript/module/ui/components/authChooser/requestSurfaces.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/signInProgress.d.ts +26 -0
- package/lib/typescript/module/ui/components/authChooser/signInProgress.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/styles.d.ts +209 -0
- package/lib/typescript/module/ui/components/authChooser/styles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/types.d.ts +141 -0
- package/lib/typescript/module/ui/components/authChooser/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/authChooser/useUsernameAvailability.d.ts +16 -0
- package/lib/typescript/module/ui/components/authChooser/useUsernameAvailability.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts +5 -0
- package/lib/typescript/module/ui/components/feedback/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts +46 -0
- package/lib/typescript/module/ui/components/feedback/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts +9 -0
- package/lib/typescript/module/ui/components/feedback/useFeedbackForm.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts +17 -0
- package/lib/typescript/module/ui/components/fileManagement/AnimatedButton.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts +24 -0
- package/lib/typescript/module/ui/components/fileManagement/FileDetailsModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts +16 -0
- package/lib/typescript/module/ui/components/fileManagement/FileViewer.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +14 -0
- package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts +9 -0
- package/lib/typescript/module/ui/components/icon/FAIRWalletIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts +23 -0
- package/lib/typescript/module/ui/components/internal/PinInput.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/logo/LogoIcon.d.ts +22 -0
- package/lib/typescript/module/ui/components/logo/LogoIcon.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/logo/LogoText.d.ts +22 -0
- package/lib/typescript/module/ui/components/logo/LogoText.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts +26 -0
- package/lib/typescript/module/ui/components/modals/DeleteAccountModal.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/oauthNavigation.d.ts +43 -0
- package/lib/typescript/module/ui/components/oauthNavigation.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/passkeyHubPopup.d.ts +23 -0
- package/lib/typescript/module/ui/components/passkeyHubPopup.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts +21 -0
- package/lib/typescript/module/ui/components/payment/PaymentDetailsStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts +14 -0
- package/lib/typescript/module/ui/components/payment/PaymentMethodStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts +16 -0
- package/lib/typescript/module/ui/components/payment/PaymentReviewStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts +10 -0
- package/lib/typescript/module/ui/components/payment/PaymentSuccessStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts +15 -0
- package/lib/typescript/module/ui/components/payment/PaymentSummaryStep.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts +7 -0
- package/lib/typescript/module/ui/components/payment/constants.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts +389 -0
- package/lib/typescript/module/ui/components/payment/paymentStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts +40 -0
- package/lib/typescript/module/ui/components/payment/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts +28 -0
- package/lib/typescript/module/ui/components/photogrid/JustifiedPhotoGrid.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts +6 -0
- package/lib/typescript/module/ui/components/styles/overlay.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts +3 -0
- package/lib/typescript/module/ui/components/styles/shadow.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/surfaces/ActionSheetSurface.d.ts +38 -0
- package/lib/typescript/module/ui/components/surfaces/ActionSheetSurface.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts +6 -0
- package/lib/typescript/module/ui/components/utils/hasTouchHandler.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts +2 -0
- package/lib/typescript/module/ui/components/utils/roundLayoutSize.d.ts.map +1 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts +20 -0
- package/lib/typescript/module/ui/components/utils/splitStyles.d.ts.map +1 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts +33 -0
- package/lib/typescript/module/ui/constants/spacing.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts +38 -0
- package/lib/typescript/module/ui/context/OxyContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/commitSessionFlow.d.ts +39 -0
- package/lib/typescript/module/ui/context/commitSessionFlow.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +70 -0
- package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts +5 -0
- package/lib/typescript/module/ui/context/oxyContextHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/oxyContextTypes.d.ts +219 -0
- package/lib/typescript/module/ui/context/oxyContextTypes.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/passkeyFlow.d.ts +96 -0
- package/lib/typescript/module/ui/context/passkeyFlow.d.ts.map +1 -0
- package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts +30 -0
- package/lib/typescript/module/ui/context/useOxyAccountGraph.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/accountDialogSnapshot.d.ts +15 -0
- package/lib/typescript/module/ui/hooks/accountDialogSnapshot.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts +87 -0
- package/lib/typescript/module/ui/hooks/mutations/mutationFactory.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts +30 -0
- package/lib/typescript/module/ui/hooks/mutations/mutationKeys.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +301 -0
- package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts +23 -0
- package/lib/typescript/module/ui/hooks/mutations/useServicesMutations.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts +138 -0
- package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts +137 -0
- package/lib/typescript/module/ui/hooks/queries/queryKeys.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts +87 -0
- package/lib/typescript/module/ui/hooks/queries/useAccountQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useAuthMethods.d.ts +212 -0
- package/lib/typescript/module/ui/hooks/queries/useAuthMethods.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useFileQueries.d.ts +50 -0
- package/lib/typescript/module/ui/hooks/queries/useFileQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts +64 -0
- package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts +25 -0
- package/lib/typescript/module/ui/hooks/queries/useSecurityQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts +44 -0
- package/lib/typescript/module/ui/hooks/queries/useServicesQueries.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/userCache.d.ts +173 -0
- package/lib/typescript/module/ui/hooks/queries/userCache.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queries/userCacheRelationship.d.ts +9 -0
- package/lib/typescript/module/ui/hooks/queries/userCacheRelationship.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts +66 -0
- package/lib/typescript/module/ui/hooks/queryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts +35 -0
- package/lib/typescript/module/ui/hooks/useAssets.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts +51 -0
- package/lib/typescript/module/ui/hooks/useAsyncAction.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAuth.d.ts +109 -0
- package/lib/typescript/module/ui/hooks/useAuth.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useAvatarPicker.d.ts +34 -0
- package/lib/typescript/module/ui/hooks/useAvatarPicker.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts +27 -0
- package/lib/typescript/module/ui/hooks/useDeviceManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useDeviceSwitcher.d.ts +49 -0
- package/lib/typescript/module/ui/hooks/useDeviceSwitcher.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts +19 -0
- package/lib/typescript/module/ui/hooks/useFileDownloadUrl.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts +29 -0
- package/lib/typescript/module/ui/hooks/useFileFiltering.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts +108 -0
- package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +35 -0
- package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useFollowTarget.d.ts +50 -0
- package/lib/typescript/module/ui/hooks/useFollowTarget.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts +18 -0
- package/lib/typescript/module/ui/hooks/useI18n.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts +69 -0
- package/lib/typescript/module/ui/hooks/useLanguageManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useMutationStatus.d.ts +23 -0
- package/lib/typescript/module/ui/hooks/useMutationStatus.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useOnlineStatus.d.ts +14 -0
- package/lib/typescript/module/ui/hooks/useOnlineStatus.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useOxyEvent.d.ts +8 -0
- package/lib/typescript/module/ui/hooks/useOxyEvent.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +42 -0
- package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts +7 -0
- package/lib/typescript/module/ui/hooks/useQueryClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useReduceMotion.d.ts +14 -0
- package/lib/typescript/module/ui/hooks/useReduceMotion.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useResolvedFileUrls.d.ts +48 -0
- package/lib/typescript/module/ui/hooks/useResolvedFileUrls.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts +46 -0
- package/lib/typescript/module/ui/hooks/useSessionManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts +57 -0
- package/lib/typescript/module/ui/hooks/useSettingToggle.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts +16 -0
- package/lib/typescript/module/ui/hooks/useStorage.d.ts.map +1 -0
- package/lib/typescript/module/ui/hooks/useSurfaceHeader.d.ts +45 -0
- package/lib/typescript/module/ui/hooks/useSurfaceHeader.d.ts.map +1 -0
- package/lib/typescript/module/ui/index.d.ts +38 -0
- package/lib/typescript/module/ui/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/isFrontend.d.ts +3 -0
- package/lib/typescript/module/ui/isFrontend.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts +54 -0
- package/lib/typescript/module/ui/navigation/accountDialogManager.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts +34 -0
- package/lib/typescript/module/ui/navigation/bottomSheetManager.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts +20 -0
- package/lib/typescript/module/ui/navigation/routes.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/surfaceBackBridge.d.ts +16 -0
- package/lib/typescript/module/ui/navigation/surfaceBackBridge.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/surfaceNavStack.d.ts +75 -0
- package/lib/typescript/module/ui/navigation/surfaceNavStack.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/surfaceRegistry.d.ts +194 -0
- package/lib/typescript/module/ui/navigation/surfaceRegistry.d.ts.map +1 -0
- package/lib/typescript/module/ui/navigation/surfaces.d.ts +110 -0
- package/lib/typescript/module/ui/navigation/surfaces.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/browserAuthTransport.d.ts +56 -0
- package/lib/typescript/module/ui/oauth/browserAuthTransport.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/completeOAuthCode.d.ts +49 -0
- package/lib/typescript/module/ui/oauth/completeOAuthCode.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/oauthHandshake.d.ts +50 -0
- package/lib/typescript/module/ui/oauth/oauthHandshake.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/oauthPopup.d.ts +83 -0
- package/lib/typescript/module/ui/oauth/oauthPopup.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/oauthPopupMessages.d.ts +67 -0
- package/lib/typescript/module/ui/oauth/oauthPopupMessages.d.ts.map +1 -0
- package/lib/typescript/module/ui/oauth/types.d.ts +176 -0
- package/lib/typescript/module/ui/oauth/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/runtime/createOxyRuntime.d.ts +144 -0
- package/lib/typescript/module/ui/runtime/createOxyRuntime.d.ts.map +1 -0
- package/lib/typescript/module/ui/runtime/index.d.ts +16 -0
- package/lib/typescript/module/ui/runtime/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/runtime/runtimeContext.d.ts +43 -0
- package/lib/typescript/module/ui/runtime/runtimeContext.d.ts.map +1 -0
- package/lib/typescript/module/ui/runtime/types.d.ts +89 -0
- package/lib/typescript/module/ui/runtime/types.d.ts.map +1 -0
- package/lib/typescript/module/ui/runtime/useRuntimeSnapshot.d.ts +23 -0
- package/lib/typescript/module/ui/runtime/useRuntimeSnapshot.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountMembersScreen.d.ts +10 -0
- package/lib/typescript/module/ui/screens/AccountMembersScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts +12 -0
- package/lib/typescript/module/ui/screens/AccountSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AccountVerificationScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/AppInfoScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts +58 -0
- package/lib/typescript/module/ui/screens/AvatarCropScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ChangeAvatarScreen.d.ts +38 -0
- package/lib/typescript/module/ui/screens/ChangeAvatarScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/ConnectedAppsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/CreateAccountScreen.d.ts +11 -0
- package/lib/typescript/module/ui/screens/CreateAccountScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts +13 -0
- package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts +14 -0
- package/lib/typescript/module/ui/screens/EditProfileScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FeedbackScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/FileManagementScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FollowersListScreen.d.ts +12 -0
- package/lib/typescript/module/ui/screens/FollowersListScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/FollowingListScreen.d.ts +12 -0
- package/lib/typescript/module/ui/screens/FollowingListScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HelpSupportScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/HistoryViewScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts +7 -0
- package/lib/typescript/module/ui/screens/LanguageSelectorScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/LearnMoreUsernamesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/LegalDocumentsScreen.d.ts.map +1 -0
- 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 +15 -0
- package/lib/typescript/module/ui/screens/PaymentGatewayScreen.d.ts.map +1 -0
- 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/PremiumSubscriptionScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PremiumSubscriptionScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/PrivacySettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts +9 -0
- package/lib/typescript/module/ui/screens/ProfileScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/SearchSettingsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts +15 -0
- package/lib/typescript/module/ui/screens/UserLinksScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/UserListScreen.d.ts +18 -0
- package/lib/typescript/module/ui/screens/UserListScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts +14 -0
- package/lib/typescript/module/ui/screens/WelcomeNewUserScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/FileLibraryError.d.ts +23 -0
- package/lib/typescript/module/ui/screens/fileManagement/FileLibraryError.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts +40 -0
- package/lib/typescript/module/ui/screens/fileManagement/FileListSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts +43 -0
- package/lib/typescript/module/ui/screens/fileManagement/PhotoPickerSection.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts +25 -0
- package/lib/typescript/module/ui/screens/fileManagement/UploadBar.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts +51 -0
- package/lib/typescript/module/ui/screens/fileManagement/hooks/useFileUploadState.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/photoGridLayout.d.ts +37 -0
- package/lib/typescript/module/ui/screens/fileManagement/photoGridLayout.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts +38 -0
- package/lib/typescript/module/ui/screens/fileManagement/shared.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/linkFormat.d.ts +23 -0
- package/lib/typescript/module/ui/screens/linkFormat.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustAboutScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustCenterScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustFAQScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustLeaderboardScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustRewardsScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts +5 -0
- package/lib/typescript/module/ui/screens/trust/TrustRulesScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/server.d.ts +35 -0
- package/lib/typescript/module/ui/server.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/authStore.d.ts +76 -0
- package/lib/typescript/module/ui/session/authStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/backgroundSession.d.ts +42 -0
- package/lib/typescript/module/ui/session/backgroundSession.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/createSessionClient.d.ts +40 -0
- package/lib/typescript/module/ui/session/createSessionClient.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/identityBinding.d.ts +66 -0
- package/lib/typescript/module/ui/session/identityBinding.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/index.d.ts +20 -0
- package/lib/typescript/module/ui/session/index.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/nativeSecureStorage.d.ts +25 -0
- package/lib/typescript/module/ui/session/nativeSecureStorage.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/sharedDeviceCredentialStore.d.ts +32 -0
- package/lib/typescript/module/ui/session/sharedDeviceCredentialStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/tokenTransport.d.ts +33 -0
- package/lib/typescript/module/ui/session/tokenTransport.d.ts.map +1 -0
- package/lib/typescript/module/ui/session/useBackgroundSessionSync.d.ts +23 -0
- package/lib/typescript/module/ui/session/useBackgroundSessionSync.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts +54 -0
- package/lib/typescript/module/ui/stores/assetStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts +61 -0
- package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts +30 -0
- package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/followTargetStore.d.ts +84 -0
- package/lib/typescript/module/ui/stores/followTargetStore.d.ts.map +1 -0
- package/lib/typescript/module/ui/stores/resetSessionScopedStores.d.ts +10 -0
- package/lib/typescript/module/ui/stores/resetSessionScopedStores.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts +51 -0
- package/lib/typescript/module/ui/types/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/navigation.d.ts +153 -0
- package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -0
- package/lib/typescript/module/ui/types/surfaceScreen.d.ts +38 -0
- package/lib/typescript/module/ui/types/surfaceScreen.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts +16 -0
- package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts +10 -0
- package/lib/typescript/module/ui/utils/colorUtils.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/commonsStoreLinks.d.ts +24 -0
- package/lib/typescript/module/ui/utils/commonsStoreLinks.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/deliveryPlatform.d.ts +33 -0
- package/lib/typescript/module/ui/utils/deliveryPlatform.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/deviceCredential.d.ts +8 -0
- package/lib/typescript/module/ui/utils/deviceCredential.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts +35 -0
- package/lib/typescript/module/ui/utils/errorHandlers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts +55 -0
- package/lib/typescript/module/ui/utils/fileManagement.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/iconNames.d.ts +112 -0
- package/lib/typescript/module/ui/utils/iconNames.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/isWebBrowser.d.ts +9 -0
- package/lib/typescript/module/ui/utils/isWebBrowser.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/netConnectivity.d.ts +17 -0
- package/lib/typescript/module/ui/utils/netConnectivity.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/oauthReturn.d.ts +48 -0
- package/lib/typescript/module/ui/utils/oauthReturn.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts +48 -0
- package/lib/typescript/module/ui/utils/sessionHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts +28 -0
- package/lib/typescript/module/ui/utils/storageHelpers.d.ts.map +1 -0
- package/lib/typescript/module/ui/utils/userUtils.d.ts +23 -0
- package/lib/typescript/module/ui/utils/userUtils.d.ts.map +1 -0
- package/lib/typescript/module/utils/hookUtils.d.ts +102 -0
- package/lib/typescript/module/utils/hookUtils.d.ts.map +1 -0
- package/lib/typescript/module/webauthn/passkeyClient.d.ts +20 -0
- package/lib/typescript/module/webauthn/passkeyClient.d.ts.map +1 -0
- package/lib/typescript/module/webauthn/passkeyClient.native.d.ts +15 -0
- package/lib/typescript/module/webauthn/passkeyClient.native.d.ts.map +1 -0
- package/lib/typescript/module/webauthn/passkeyClient.web.d.ts +36 -0
- package/lib/typescript/module/webauthn/passkeyClient.web.d.ts.map +1 -0
- package/lib/typescript/nativewind-env.d.ts +1 -0
- package/lib/typescript/types/expo-crypto.d.ts +29 -0
- package/lib/typescript/types/expo-document-picker.d.ts +36 -0
- package/lib/typescript/types/expo-haptics.d.ts +42 -0
- package/lib/typescript/types/expo-image-picker.d.ts +35 -0
- package/lib/typescript/types/expo-secure-store.d.ts +22 -0
- package/lib/typescript/types/express.d.ts +24 -0
- package/lib/typescript/types/react-native-classname.d.ts +39 -0
- package/lib/typescript/types/react-native-web-style.d.ts +27 -0
- package/package.json +6 -4
- package/src/ui/components/OxySignInButton.tsx +7 -6
- package/src/ui/oauth/oauthPopupMessages.ts +9 -0
- package/src/ui/screens/CreateAccountScreen.tsx +22 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","_socket","_core","_accountDialogManager","_oauthNavigation","_passkeyHubPopup","_browserAuthTransport","_isWebBrowser","_deliveryPlatform","_runProviderColdBoot","_deviceCredential","_authStore","_useLanguageManagement","_useSessionManagement","_useAuthOperations","_useDeviceManagement","_storageHelpers","_bottomSheetManager","_surfaces","_reactQuery","_queryClient","_useAvatarPicker","_resetSessionScopedStores","_useResolvedFileUrls","_index","_index2","_oxyContextHelpers","_useFollow","_commitSessionFlow","_passkeyFlow","_passkeyClient","_queryKeys","_useOxyAccountGraph","_jsxRuntime","OxyRuntimeContext","createContext","OxyRuntimeProvider","children","oxyServices","providedOxyServices","baseURL","authWebUrl","authRedirectUri","authorizeBaseUrl","storageKeyPrefix","clientId","clientIdProp","sessionMode","webAuthMode","backgroundSession","deviceCredentialStorage","onAuthStateChange","onError","oxyServicesRef","useRef","current","OxyServices","Error","authStoreRef","createPlatformAuthStateStore","storage","authStore","identityRef","createIdentitySessionBinding","identity","isIdentityBound","logger","useCallback","message","err","__DEV__","loggerUtil","warn","component","sessionClientPairRef","createSessionClient","origin","clearPersistedAuthSafe","clearSessionStateRef","catch","clearError","getPinnedAccountId","client","sessionClient","host","sessionClientHost","Promise","resolve","saveSessionIdsRef","undefined","subjectChangeRef","reestablishRef","runtimeRef","createOxyRuntime","onSubjectChange","transition","onDeviceEmpty","onSessionsProjected","sessionIds","onIdentityUnbound","binding","revision","runtime","snapshot","useRuntimeSnapshot","account","user","sessions","activeSessionId","isLoading","tokenReady","hasAccessToken","authResolved","isAuthenticated","error","initialized","setInitialized","useState","accountDialogOpen","setAccountDialogOpen","useEffect","bindAuthStoreToRuntime","start","oxyClient","applyToSingleton","accessToken","setTokens","clearTokens","getAccessToken","onTokensChanged","storageKeys","useMemo","getStorageKeys","trimmed","trim","storageRef","setStorage","buildStorageDeferred","promise","res","storageReadyRef","storageReady","mounted","createPlatformStorage","then","storageInstance","setStorageReady","code","status","currentLanguage","languages","currentLanguages","metadata","currentLanguageMetadata","languageName","currentLanguageName","nativeLanguageName","currentNativeLanguageName","setLanguage","useLanguageManagement","languageKey","language","queryClient","useQueryClient","saveSessionIds","switchSession","clearSessionState","saveActiveSessionId","useSessionManagement","setAuthError","setError","onAuthStateChangeRef","markAuthResolved","markAuthResolvedRef","setTokenReady","ready","identityEstablishRef","inFlight","reestablishIdentitySession","tracker","established","establishIdentitySession","oxy","store","refreshPinnedAccountId","bootstrap","establishError","finally","syncFromClient","reconcileFromClient","syncFromClientRef","syncDeviceCredentialToHost","cred","loadPersistedDeviceCredential","setDeviceCredential","signIn","logout","logoutAll","useAuthOperations","identityBinding","revokeSuspiciousSignIn","clearAllAccountData","clear","clearQueryCache","clearCache","getDeviceSessions","logoutAllDeviceSessions","updateDeviceName","useDeviceManagement","clearingInvalidTokenRef","handleTokenChange","setHasAccessToken","Boolean","getState","accounts","length","getSnapshot","dispose","installAuthRefreshHandler","scheduler","startTokenRefreshScheduler","commitSession","input","options","deviceId","deviceSecret","prior","load","next","sessionId","userId","expiresAt","save","persistError","now","Date","batch","mergeSessions","getTime","DEFAULT_SESSION_VALIDITY_MS","toISOString","lastActive","isCurrent","merge","setActiveSessionId","commitDeviceSetAndResolve","activate","fallbackUser","registerAndActivate","addCurrentAccount","startSocket","getCurrentUser","loginSuccess","fullUser","setAccount","commitSessionRef","handleWebSession","session","id","startWebOAuthSignInForContext","startWebOAuthSignIn","mode","identityBound","handleWebSessionRef","accountDialogSurfaceRef","accountDialogHostRef","dismissAccountDialogSurface","goBack","dismiss","accountDialogControllerRef","createAccountDialogController","socketFactory","io","onSignedIn","openUrl","url","isWebBrowser","redirectToAuthorize","Linking","openURL","canOpenApp","canOpenURL","openPopup","openPasskeyHubPopup","platform","resolveDeliveryPlatform","accountDialogController","openAccountDialog","view","method","nextView","setView","topRouteSurface","navigate","initialView","instance","presentDetached","placement","base","md","dismissOnBackdrop","maxWidth","result","closeAccountDialog","cancelSignIn","controller","destroy","registerAccountDialogControls","open","close","notifyAccountDialogVisibility","signInWithPasskey","opts","persisted","runPasskeyLogin","isSupported","isPasskeySupported","getLoginOptions","username","webauthnLoginOptions","runCeremony","runAuthenticationCeremony","loginVerify","response","envelope","webauthnLoginVerify","commit","deviceName","deviceFingerprint","registerWithPasskey","params","runPasskeyRegister","getRegisterOptions","webauthnRegisterOptions","runRegistrationCeremony","registerVerify","webauthnRegisterVerify","addPasskey","runPasskeyAdd","onLinked","invalidateQueries","queryKey","queryKeys","authMethods","all","removePasskey","credentialId","runColdBoot","ensurePinnedAccountId","runProviderColdBoot","onVisibility","document","visibilityState","reconcile","getDeviceCredential","httpService","refreshAccessToken","addEventListener","removeEventListener","previousOnline","onlineManager","isOnline","subscribe","online","wasOffline","refreshSessionsForContext","switchSessionForContext","IdentityBoundSessionError","targetAccountId","find","accountId","switchAccount","activeUser","hasIdentity","KeyManager","getPublicKey","showBottomSheetForContext","screenOrConfig","globalShowBottomSheet","openAvatarPicker","useAvatarPicker","refreshAccounts","switchToAccount","createAccount","createAccountFn","useOxyAccountGraph","handleSubjectChange","previous","resetSessionScopedStores","removeQueries","ASSET_DOWNLOAD_URLS_QUERY_KEY","canUsePrivateApi","isPrivateApiPending","useBackgroundSessionSync","enabled","contextValue","isTokenReady","isAuthResolved","isStorageReady","removeSession","refreshSessions","useFollow","showBottomSheet","isAccountDialogOpen","jsx","OxyRuntimeHandleProvider","value","Provider","exports","PROVIDER_MISSING_ERROR_MESSAGE","OxyProviderMissingError","constructor","name","useOxy","context","useContext","useOptionalOxy"],"sourceRoot":"../../../../src","sources":["ui/context/OxyContext.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.commitDeviceSetAndResolve = commitDeviceSetAndResolve;
|
|
7
|
+
var _core = require("@oxyhq/core");
|
|
8
|
+
var _oxyContextHelpers = require("./oxyContextHelpers.js");
|
|
9
|
+
const LOG_CONTEXT = {
|
|
10
|
+
component: 'OxyContext',
|
|
11
|
+
method: 'commitSession'
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Device-set registration + full-user hydration + auth-resolution gate flip.
|
|
15
|
+
*
|
|
16
|
+
* On a deliberate sign-in (`activate: true`) the device-set reconcile is awaited
|
|
17
|
+
* BEFORE hydrating and resolving — unchanged legacy ordering. On a cold boot
|
|
18
|
+
* (`activate: false`) auth resolves from the profile fetch FIRST so the app can
|
|
19
|
+
* paint an authenticated shell without waiting on device-set registration, the
|
|
20
|
+
* socket connect, and the authoritative sessions projection — those reconcile in
|
|
21
|
+
* a DETACHED background task a moment later.
|
|
22
|
+
*/
|
|
23
|
+
async function commitDeviceSetAndResolve(deps) {
|
|
24
|
+
const {
|
|
25
|
+
activate,
|
|
26
|
+
userId,
|
|
27
|
+
fallbackUser,
|
|
28
|
+
registerAndActivate,
|
|
29
|
+
addCurrentAccount,
|
|
30
|
+
startSocket,
|
|
31
|
+
syncFromClient,
|
|
32
|
+
getCurrentUser,
|
|
33
|
+
loginSuccess,
|
|
34
|
+
onAuthStateChange,
|
|
35
|
+
markAuthResolved
|
|
36
|
+
} = deps;
|
|
37
|
+
|
|
38
|
+
// Register into the device set, start the socket, then project server truth. A
|
|
39
|
+
// deliberate sign-in ACTIVATES the account (`registerAndActivate`); the cold
|
|
40
|
+
// boot only ensures membership and lets the server's own `activeAccountId` win
|
|
41
|
+
// (`addCurrentAccount`).
|
|
42
|
+
const reconcileDeviceSet = async () => {
|
|
43
|
+
if (activate) {
|
|
44
|
+
await registerAndActivate(userId);
|
|
45
|
+
} else {
|
|
46
|
+
await addCurrentAccount();
|
|
47
|
+
}
|
|
48
|
+
await startSocket();
|
|
49
|
+
await syncFromClient();
|
|
50
|
+
};
|
|
51
|
+
const logReconcileError = registrationError => {
|
|
52
|
+
// A 401 here is the EXPECTED signed-out edge: the bearer was stale/cleared, so
|
|
53
|
+
// the device-set registration (`POST /session/device/add`) cannot carry auth.
|
|
54
|
+
// This is not a failure — the cold boot re-registers on the next load once a
|
|
55
|
+
// valid session is minted. Log at debug; warn only on genuine unexpected
|
|
56
|
+
// failures (network, 5xx, malformed).
|
|
57
|
+
if ((0, _oxyContextHelpers.isUnauthorizedStatus)(registrationError)) {
|
|
58
|
+
_core.logger.debug('commitSession: device-set registration skipped (signed out)', LOG_CONTEXT, registrationError);
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
_core.logger.warn('commitSession: device-set registration failed', LOG_CONTEXT, registrationError);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
// Hydrate the full user then flip the auth-resolution gate. Falls back to the
|
|
65
|
+
// minimal commit-input shape if the profile fetch fails — never leaves auth
|
|
66
|
+
// unresolved.
|
|
67
|
+
const hydrateAndResolve = async () => {
|
|
68
|
+
let fullUser = null;
|
|
69
|
+
try {
|
|
70
|
+
fullUser = await getCurrentUser();
|
|
71
|
+
} catch (profileError) {
|
|
72
|
+
if (__DEV__) {
|
|
73
|
+
_core.logger.debug('Failed to fetch full user on commit; using minimal fallback', LOG_CONTEXT, profileError);
|
|
74
|
+
}
|
|
75
|
+
fullUser = fallbackUser;
|
|
76
|
+
}
|
|
77
|
+
if (!fullUser) {
|
|
78
|
+
fullUser = fallbackUser;
|
|
79
|
+
}
|
|
80
|
+
if (fullUser) {
|
|
81
|
+
loginSuccess(fullUser);
|
|
82
|
+
onAuthStateChange?.(fullUser);
|
|
83
|
+
}
|
|
84
|
+
markAuthResolved();
|
|
85
|
+
};
|
|
86
|
+
if (activate) {
|
|
87
|
+
// Deliberate sign-in: block on the device-set reconcile (unchanged ordering)
|
|
88
|
+
// before hydrating + resolving, so the account is fully registered/active.
|
|
89
|
+
try {
|
|
90
|
+
await reconcileDeviceSet();
|
|
91
|
+
} catch (registrationError) {
|
|
92
|
+
logReconcileError(registrationError);
|
|
93
|
+
}
|
|
94
|
+
await hydrateAndResolve();
|
|
95
|
+
return;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// Cold boot: resolve auth from the profile fetch FIRST; reconcile the device
|
|
99
|
+
// set (membership + socket + sessions projection) in a DETACHED background
|
|
100
|
+
// task so first paint is not blocked behind those round-trips.
|
|
101
|
+
await hydrateAndResolve();
|
|
102
|
+
void reconcileDeviceSet().catch(logReconcileError);
|
|
103
|
+
}
|
|
104
|
+
//# sourceMappingURL=commitSessionFlow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_core","require","_oxyContextHelpers","LOG_CONTEXT","component","method","commitDeviceSetAndResolve","deps","activate","userId","fallbackUser","registerAndActivate","addCurrentAccount","startSocket","syncFromClient","getCurrentUser","loginSuccess","onAuthStateChange","markAuthResolved","reconcileDeviceSet","logReconcileError","registrationError","isUnauthorizedStatus","loggerUtil","debug","warn","hydrateAndResolve","fullUser","profileError","__DEV__","catch"],"sourceRoot":"../../../../src","sources":["ui/context/commitSessionFlow.ts"],"mappings":";;;;;;AACA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,kBAAA,GAAAD,OAAA;AAEA,MAAME,WAAW,GAAG;EAAEC,SAAS,EAAE,YAAY;EAAEC,MAAM,EAAE;AAAgB,CAAU;AA6BjF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,eAAeC,yBAAyBA,CAC7CC,IAAmC,EACpB;EACf,MAAM;IACJC,QAAQ;IACRC,MAAM;IACNC,YAAY;IACZC,mBAAmB;IACnBC,iBAAiB;IACjBC,WAAW;IACXC,cAAc;IACdC,cAAc;IACdC,YAAY;IACZC,iBAAiB;IACjBC;EACF,CAAC,GAAGX,IAAI;;EAER;EACA;EACA;EACA;EACA,MAAMY,kBAAkB,GAAG,MAAAA,CAAA,KAA2B;IACpD,IAAIX,QAAQ,EAAE;MACZ,MAAMG,mBAAmB,CAACF,MAAM,CAAC;IACnC,CAAC,MAAM;MACL,MAAMG,iBAAiB,CAAC,CAAC;IAC3B;IACA,MAAMC,WAAW,CAAC,CAAC;IACnB,MAAMC,cAAc,CAAC,CAAC;EACxB,CAAC;EAED,MAAMM,iBAAiB,GAAIC,iBAA0B,IAAW;IAC9D;IACA;IACA;IACA;IACA;IACA,IAAI,IAAAC,uCAAoB,EAACD,iBAAiB,CAAC,EAAE;MAC3CE,YAAU,CAACC,KAAK,CAAC,6DAA6D,EAAErB,WAAW,EAAEkB,iBAAiB,CAAC;MAC/G;IACF;IACAE,YAAU,CAACE,IAAI,CAAC,+CAA+C,EAAEtB,WAAW,EAAEkB,iBAAiB,CAAC;EAClG,CAAC;;EAED;EACA;EACA;EACA,MAAMK,iBAAiB,GAAG,MAAAA,CAAA,KAA2B;IACnD,IAAIC,QAAqB,GAAG,IAAI;IAChC,IAAI;MACFA,QAAQ,GAAG,MAAMZ,cAAc,CAAC,CAAC;IACnC,CAAC,CAAC,OAAOa,YAAY,EAAE;MACrB,IAAIC,OAAO,EAAE;QACXN,YAAU,CAACC,KAAK,CAAC,6DAA6D,EAAErB,WAAW,EAAEyB,YAAY,CAAC;MAC5G;MACAD,QAAQ,GAAGjB,YAAY;IACzB;IACA,IAAI,CAACiB,QAAQ,EAAE;MACbA,QAAQ,GAAGjB,YAAY;IACzB;IACA,IAAIiB,QAAQ,EAAE;MACZX,YAAY,CAACW,QAAQ,CAAC;MACtBV,iBAAiB,GAAGU,QAAQ,CAAC;IAC/B;IACAT,gBAAgB,CAAC,CAAC;EACpB,CAAC;EAED,IAAIV,QAAQ,EAAE;IACZ;IACA;IACA,IAAI;MACF,MAAMW,kBAAkB,CAAC,CAAC;IAC5B,CAAC,CAAC,OAAOE,iBAAiB,EAAE;MAC1BD,iBAAiB,CAACC,iBAAiB,CAAC;IACtC;IACA,MAAMK,iBAAiB,CAAC,CAAC;IACzB;EACF;;EAEA;EACA;EACA;EACA,MAAMA,iBAAiB,CAAC,CAAC;EACzB,KAAKP,kBAAkB,CAAC,CAAC,CAACW,KAAK,CAACV,iBAAiB,CAAC;AACpD","ignoreList":[]}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.clearPersistedAuthSafe = clearPersistedAuthSafe;
|
|
7
|
+
exports.useAuthOperations = void 0;
|
|
8
|
+
var _react = require("react");
|
|
9
|
+
var _core = require("@oxyhq/core");
|
|
10
|
+
var _sessionHelpers = require("../../utils/sessionHelpers.js");
|
|
11
|
+
var _errorHandlers = require("../../utils/errorHandlers.js");
|
|
12
|
+
const LOGIN_ERROR_CODE = 'LOGIN_ERROR';
|
|
13
|
+
const LOGOUT_ERROR_CODE = 'LOGOUT_ERROR';
|
|
14
|
+
const LOGOUT_ALL_ERROR_CODE = 'LOGOUT_ALL_ERROR';
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Clear the persisted device credential on an explicit full sign-out.
|
|
18
|
+
* Best-effort and non-blocking: sign-out must never fail because a storage
|
|
19
|
+
* write threw. Exported so `OxyContext`'s zero-account branch (a REMOTE full
|
|
20
|
+
* sign-out pushed over the socket) runs the EXACT same cleanup as the local
|
|
21
|
+
* `logout` / `logoutAll` paths — a remote sign-out is indistinguishable from a
|
|
22
|
+
* local one to the next cold boot.
|
|
23
|
+
*/
|
|
24
|
+
function clearPersistedAuthSafe(store, logger) {
|
|
25
|
+
store.clear().catch(clearError => {
|
|
26
|
+
logger?.('Failed to clear persisted auth state on sign-out', clearError);
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Authentication operations using public key cryptography.
|
|
32
|
+
* Accepts public key as parameter - identity management is handled by the app layer.
|
|
33
|
+
*/
|
|
34
|
+
const useAuthOperations = ({
|
|
35
|
+
oxyServices,
|
|
36
|
+
store,
|
|
37
|
+
runtime,
|
|
38
|
+
saveActiveSessionId,
|
|
39
|
+
clearSessionState,
|
|
40
|
+
switchSession,
|
|
41
|
+
sessionClient,
|
|
42
|
+
syncFromClient,
|
|
43
|
+
onAuthStateChange,
|
|
44
|
+
onError,
|
|
45
|
+
logger,
|
|
46
|
+
identityBinding,
|
|
47
|
+
refreshPinnedAccountId
|
|
48
|
+
}) => {
|
|
49
|
+
/**
|
|
50
|
+
* Internal function to perform challenge-response sign in.
|
|
51
|
+
*/
|
|
52
|
+
const performSignIn = (0, _react.useCallback)(async publicKey => {
|
|
53
|
+
const deviceFingerprintObj = _core.DeviceManager.getDeviceFingerprint();
|
|
54
|
+
const deviceFingerprint = JSON.stringify(deviceFingerprintObj);
|
|
55
|
+
const deviceInfo = await _core.DeviceManager.getDeviceInfo();
|
|
56
|
+
const deviceName = deviceInfo.deviceName || _core.DeviceManager.getDefaultDeviceName();
|
|
57
|
+
const challengeResponse = await oxyServices.requestChallenge(publicKey);
|
|
58
|
+
const challenge = challengeResponse.challenge;
|
|
59
|
+
|
|
60
|
+
// Note: Biometric authentication check should be handled by the app layer
|
|
61
|
+
// (e.g., accounts app) before calling signIn. The biometric preference is stored
|
|
62
|
+
// in local storage as 'oxy_biometric_enabled' and can be checked there.
|
|
63
|
+
|
|
64
|
+
// Sign the challenge
|
|
65
|
+
const {
|
|
66
|
+
challenge: signature,
|
|
67
|
+
timestamp
|
|
68
|
+
} = await _core.SignatureService.signChallenge(challenge);
|
|
69
|
+
let fullUser;
|
|
70
|
+
let sessionResponse;
|
|
71
|
+
|
|
72
|
+
// `verifyChallenge` plants the first access token internally, mirroring
|
|
73
|
+
// `claimSessionByToken`, so the client is authenticated as soon as this
|
|
74
|
+
// resolves.
|
|
75
|
+
sessionResponse = await oxyServices.verifyChallenge(publicKey, challenge, signature, timestamp, deviceName, deviceFingerprint);
|
|
76
|
+
|
|
77
|
+
// Persist the durable device credential so a reload warm-restores this
|
|
78
|
+
// session without a redirect. `verifyChallenge` plants the access token
|
|
79
|
+
// internally; when the response also carries the zero-cookie device
|
|
80
|
+
// credential (`deviceId` + `deviceSecret`), persist the durable blob so the
|
|
81
|
+
// next cold boot re-mints an access token from it. Best-effort — a failed
|
|
82
|
+
// persist never fails the sign-in.
|
|
83
|
+
const deviceSecret = sessionResponse.deviceSecret;
|
|
84
|
+
if (sessionResponse.deviceId && deviceSecret) {
|
|
85
|
+
try {
|
|
86
|
+
await store.save({
|
|
87
|
+
sessionId: sessionResponse.sessionId,
|
|
88
|
+
userId: sessionResponse.user.id,
|
|
89
|
+
deviceId: sessionResponse.deviceId,
|
|
90
|
+
deviceSecret,
|
|
91
|
+
...(sessionResponse.accessToken ? {
|
|
92
|
+
accessToken: sessionResponse.accessToken
|
|
93
|
+
} : {}),
|
|
94
|
+
...(sessionResponse.expiresAt ? {
|
|
95
|
+
expiresAt: sessionResponse.expiresAt
|
|
96
|
+
} : {})
|
|
97
|
+
});
|
|
98
|
+
} catch (persistError) {
|
|
99
|
+
logger?.('Failed to persist auth state after sign-in', persistError);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
if (identityBinding) {
|
|
103
|
+
try {
|
|
104
|
+
await identityBinding.pinStore.save({
|
|
105
|
+
publicKey: publicKey.toLowerCase(),
|
|
106
|
+
accountId: sessionResponse.user.id
|
|
107
|
+
});
|
|
108
|
+
await refreshPinnedAccountId?.();
|
|
109
|
+
} catch (pinError) {
|
|
110
|
+
logger?.('Failed to persist identity pin after sign-in', pinError);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// Register this recovered account+session into the server-authoritative
|
|
115
|
+
// device-session set AND make it active: `registerAndActivate()` adds via
|
|
116
|
+
// `POST /session/device/add` (identity derived from the bearer
|
|
117
|
+
// `verifyChallenge` already planted) then switches to it, and
|
|
118
|
+
// `syncFromClient()` reprojects the resulting server state onto the
|
|
119
|
+
// exposed sessions/activeSessionId/user. Best-effort: a failure here must
|
|
120
|
+
// NEVER fail the sign-in itself — cold boot re-registers this account into
|
|
121
|
+
// the device set on the next load regardless.
|
|
122
|
+
try {
|
|
123
|
+
await sessionClient.registerAndActivate(sessionResponse.user.id);
|
|
124
|
+
await syncFromClient();
|
|
125
|
+
} catch (registrationError) {
|
|
126
|
+
logger?.('Failed to register sign-in into device session set', registrationError);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// Hydrate the full user from the bearer (`GET /users/me`) — `verifyChallenge`
|
|
130
|
+
// has already planted the access token for this session, so the bearer IS
|
|
131
|
+
// the session identity. Avoids a second, session-id-keyed source of truth
|
|
132
|
+
// (`GET /session/user/:sessionId`) that can disagree with the bearer.
|
|
133
|
+
fullUser = await oxyServices.getCurrentUser();
|
|
134
|
+
|
|
135
|
+
// Fetch device sessions
|
|
136
|
+
let allDeviceSessions = [];
|
|
137
|
+
try {
|
|
138
|
+
allDeviceSessions = await (0, _sessionHelpers.fetchSessionsWithFallback)(oxyServices, sessionResponse.sessionId, {
|
|
139
|
+
fallbackDeviceId: sessionResponse.deviceId,
|
|
140
|
+
fallbackUserId: fullUser.id,
|
|
141
|
+
logger
|
|
142
|
+
});
|
|
143
|
+
} catch (error) {
|
|
144
|
+
if (__DEV__ && logger) {
|
|
145
|
+
logger('Failed to fetch device sessions after login', error);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// Check for existing session for same user and switch to it to avoid duplicates
|
|
150
|
+
const existingSession = allDeviceSessions.find(session => session.userId?.toString() === fullUser.id?.toString() && session.sessionId !== sessionResponse.sessionId);
|
|
151
|
+
if (existingSession) {
|
|
152
|
+
// Switch to existing session instead of creating duplicate
|
|
153
|
+
try {
|
|
154
|
+
await oxyServices.logoutSession(sessionResponse.sessionId, sessionResponse.sessionId);
|
|
155
|
+
} catch (logoutError) {
|
|
156
|
+
// Non-critical - continue to switch session even if logout fails
|
|
157
|
+
if (__DEV__ && logger) {
|
|
158
|
+
logger('Failed to logout duplicate session, continuing with switch', logoutError);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
await switchSession(existingSession.sessionId);
|
|
162
|
+
runtime.mergeSessions(allDeviceSessions.filter(session => session.sessionId !== sessionResponse.sessionId), {
|
|
163
|
+
merge: false
|
|
164
|
+
});
|
|
165
|
+
onAuthStateChange?.(fullUser);
|
|
166
|
+
return fullUser;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// One transition: the active id, the session mirror and the account all
|
|
170
|
+
// land together, so nothing is woken holding two of the three.
|
|
171
|
+
runtime.batch(() => {
|
|
172
|
+
runtime.setActiveSessionId(sessionResponse.sessionId);
|
|
173
|
+
runtime.mergeSessions(allDeviceSessions, {
|
|
174
|
+
merge: true
|
|
175
|
+
});
|
|
176
|
+
runtime.setAccount(fullUser);
|
|
177
|
+
});
|
|
178
|
+
await saveActiveSessionId(sessionResponse.sessionId);
|
|
179
|
+
onAuthStateChange?.(fullUser);
|
|
180
|
+
return fullUser;
|
|
181
|
+
}, [logger, onAuthStateChange, oxyServices, runtime, saveActiveSessionId, sessionClient, store, switchSession, syncFromClient, identityBinding, refreshPinnedAccountId]);
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Sign in with existing public key
|
|
185
|
+
*/
|
|
186
|
+
const signIn = (0, _react.useCallback)(async (publicKey, deviceName) => {
|
|
187
|
+
runtime.batch(() => {
|
|
188
|
+
runtime.setLoading(true);
|
|
189
|
+
runtime.setError(null);
|
|
190
|
+
});
|
|
191
|
+
try {
|
|
192
|
+
return await performSignIn(publicKey);
|
|
193
|
+
} catch (error) {
|
|
194
|
+
const message = (0, _errorHandlers.handleAuthError)(error, {
|
|
195
|
+
defaultMessage: 'Sign in failed',
|
|
196
|
+
code: LOGIN_ERROR_CODE,
|
|
197
|
+
onError,
|
|
198
|
+
setAuthError: msg => runtime.setError(msg),
|
|
199
|
+
logger
|
|
200
|
+
});
|
|
201
|
+
runtime.setError(message);
|
|
202
|
+
throw error;
|
|
203
|
+
} finally {
|
|
204
|
+
runtime.setLoading(false);
|
|
205
|
+
}
|
|
206
|
+
}, [runtime, performSignIn, onError, logger]);
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Logout from session
|
|
210
|
+
*/
|
|
211
|
+
const logout = (0, _react.useCallback)(async targetSessionId => {
|
|
212
|
+
const activeSessionId = runtime.getSnapshot().activeSessionId;
|
|
213
|
+
if (!activeSessionId) return;
|
|
214
|
+
try {
|
|
215
|
+
const sessionToLogout = targetSessionId || activeSessionId;
|
|
216
|
+
|
|
217
|
+
// Resolve the device account backing this session from the
|
|
218
|
+
// server-authoritative `SessionClient` state — SERVER revocation now
|
|
219
|
+
// goes through `sessionClient.signOut(...)` instead of the
|
|
220
|
+
// bearer/cookie logout endpoints.
|
|
221
|
+
const targetAccountId = sessionClient.getState()?.accounts.find(account => account.sessionId === sessionToLogout)?.accountId;
|
|
222
|
+
if (!targetAccountId) {
|
|
223
|
+
throw new Error(`No device account found for session "${sessionToLogout}"`);
|
|
224
|
+
}
|
|
225
|
+
await sessionClient.signOut({
|
|
226
|
+
accountId: targetAccountId
|
|
227
|
+
});
|
|
228
|
+
|
|
229
|
+
// The server has already decided what (if anything) remains active on
|
|
230
|
+
// this device; reproject that truth onto the exposed sessions /
|
|
231
|
+
// activeSessionId / user before deciding whether additional LOCAL
|
|
232
|
+
// teardown is needed.
|
|
233
|
+
const remainingAccounts = sessionClient.getState()?.accounts ?? [];
|
|
234
|
+
await syncFromClient();
|
|
235
|
+
if (sessionToLogout === activeSessionId && remainingAccounts.length === 0) {
|
|
236
|
+
// Genuine FULL sign-out (no sessions remain): clear the persisted
|
|
237
|
+
// device credential so a reload's cold boot finds nothing to restore,
|
|
238
|
+
// then tear down local state.
|
|
239
|
+
clearPersistedAuthSafe(store, logger);
|
|
240
|
+
await clearSessionState();
|
|
241
|
+
}
|
|
242
|
+
} catch (error) {
|
|
243
|
+
const isInvalid = (0, _errorHandlers.isInvalidSessionError)(error);
|
|
244
|
+
if (isInvalid && targetSessionId === activeSessionId) {
|
|
245
|
+
// The active session is invalid → full sign-out; clear persisted state.
|
|
246
|
+
clearPersistedAuthSafe(store, logger);
|
|
247
|
+
await clearSessionState();
|
|
248
|
+
return;
|
|
249
|
+
}
|
|
250
|
+
(0, _errorHandlers.handleAuthError)(error, {
|
|
251
|
+
defaultMessage: 'Logout failed',
|
|
252
|
+
code: LOGOUT_ERROR_CODE,
|
|
253
|
+
onError,
|
|
254
|
+
setAuthError: msg => runtime.setError(msg),
|
|
255
|
+
logger,
|
|
256
|
+
status: isInvalid ? 401 : undefined
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
}, [clearSessionState, store, logger, onError, runtime, sessionClient, syncFromClient]);
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Logout from all sessions
|
|
263
|
+
*/
|
|
264
|
+
const logoutAll = (0, _react.useCallback)(async () => {
|
|
265
|
+
if (!runtime.getSnapshot().activeSessionId) {
|
|
266
|
+
const error = new Error('No active session found');
|
|
267
|
+
runtime.setError(error.message);
|
|
268
|
+
onError?.({
|
|
269
|
+
message: error.message,
|
|
270
|
+
code: LOGOUT_ALL_ERROR_CODE,
|
|
271
|
+
status: 404
|
|
272
|
+
});
|
|
273
|
+
throw error;
|
|
274
|
+
}
|
|
275
|
+
try {
|
|
276
|
+
// Server-side revocation of every account on this device now flows
|
|
277
|
+
// through the SessionClient (`POST /session/device/signout` with
|
|
278
|
+
// `{ all: true }`) — replaces the bearer `logoutAllSessions` +
|
|
279
|
+
// web-cookie `logoutAllSessionsViaCookie` pair.
|
|
280
|
+
await sessionClient.signOut({
|
|
281
|
+
all: true
|
|
282
|
+
});
|
|
283
|
+
// logoutAll is ALWAYS a full sign-out: clear the persisted device
|
|
284
|
+
// credential so the next cold boot finds no session to restore, then tear
|
|
285
|
+
// down local state.
|
|
286
|
+
clearPersistedAuthSafe(store, logger);
|
|
287
|
+
await clearSessionState();
|
|
288
|
+
} catch (error) {
|
|
289
|
+
(0, _errorHandlers.handleAuthError)(error, {
|
|
290
|
+
defaultMessage: 'Logout all failed',
|
|
291
|
+
code: LOGOUT_ALL_ERROR_CODE,
|
|
292
|
+
onError,
|
|
293
|
+
setAuthError: msg => runtime.setError(msg),
|
|
294
|
+
logger
|
|
295
|
+
});
|
|
296
|
+
throw error instanceof Error ? error : new Error('Logout all failed');
|
|
297
|
+
}
|
|
298
|
+
}, [clearSessionState, store, logger, onError, runtime, sessionClient]);
|
|
299
|
+
return {
|
|
300
|
+
signIn,
|
|
301
|
+
logout,
|
|
302
|
+
logoutAll
|
|
303
|
+
};
|
|
304
|
+
};
|
|
305
|
+
exports.useAuthOperations = useAuthOperations;
|
|
306
|
+
//# sourceMappingURL=useAuthOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_core","_sessionHelpers","_errorHandlers","LOGIN_ERROR_CODE","LOGOUT_ERROR_CODE","LOGOUT_ALL_ERROR_CODE","clearPersistedAuthSafe","store","logger","clear","catch","clearError","useAuthOperations","oxyServices","runtime","saveActiveSessionId","clearSessionState","switchSession","sessionClient","syncFromClient","onAuthStateChange","onError","identityBinding","refreshPinnedAccountId","performSignIn","useCallback","publicKey","deviceFingerprintObj","DeviceManager","getDeviceFingerprint","deviceFingerprint","JSON","stringify","deviceInfo","getDeviceInfo","deviceName","getDefaultDeviceName","challengeResponse","requestChallenge","challenge","signature","timestamp","SignatureService","signChallenge","fullUser","sessionResponse","verifyChallenge","deviceSecret","deviceId","save","sessionId","userId","user","id","accessToken","expiresAt","persistError","pinStore","toLowerCase","accountId","pinError","registerAndActivate","registrationError","getCurrentUser","allDeviceSessions","fetchSessionsWithFallback","fallbackDeviceId","fallbackUserId","error","__DEV__","existingSession","find","session","toString","logoutSession","logoutError","mergeSessions","filter","merge","batch","setActiveSessionId","setAccount","signIn","setLoading","setError","message","handleAuthError","defaultMessage","code","setAuthError","msg","logout","targetSessionId","activeSessionId","getSnapshot","sessionToLogout","targetAccountId","getState","accounts","account","Error","signOut","remainingAccounts","length","isInvalid","isInvalidSessionError","status","undefined","logoutAll","all","exports"],"sourceRoot":"../../../../../src","sources":["ui/context/hooks/useAuthOperations.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.DEFAULT_SESSION_VALIDITY_MS = void 0;
|
|
7
|
+
exports.getHttpStatus = getHttpStatus;
|
|
8
|
+
exports.isUnauthorizedStatus = isUnauthorizedStatus;
|
|
9
|
+
/** Local display hint when a session lacks explicit `expiresAt` (7 days). */
|
|
10
|
+
const DEFAULT_SESSION_VALIDITY_MS = exports.DEFAULT_SESSION_VALIDITY_MS = 7 * 24 * 60 * 60 * 1000;
|
|
11
|
+
function getHttpStatus(error) {
|
|
12
|
+
if (!error || typeof error !== 'object') {
|
|
13
|
+
return undefined;
|
|
14
|
+
}
|
|
15
|
+
if ('status' in error) {
|
|
16
|
+
const status = error.status;
|
|
17
|
+
if (typeof status === 'number') {
|
|
18
|
+
return status;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
if ('response' in error) {
|
|
22
|
+
const response = error.response;
|
|
23
|
+
if (response && typeof response === 'object' && 'status' in response) {
|
|
24
|
+
const status = response.status;
|
|
25
|
+
if (typeof status === 'number') {
|
|
26
|
+
return status;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
return undefined;
|
|
31
|
+
}
|
|
32
|
+
function isUnauthorizedStatus(error) {
|
|
33
|
+
return getHttpStatus(error) === 401;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=oxyContextHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["DEFAULT_SESSION_VALIDITY_MS","exports","getHttpStatus","error","undefined","status","response","isUnauthorizedStatus"],"sourceRoot":"../../../../src","sources":["ui/context/oxyContextHelpers.ts"],"mappings":";;;;;;;;AAAA;AACO,MAAMA,2BAA2B,GAAAC,OAAA,CAAAD,2BAAA,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI;AAE3D,SAASE,aAAaA,CAACC,KAAc,EAAsB;EAChE,IAAI,CAACA,KAAK,IAAI,OAAOA,KAAK,KAAK,QAAQ,EAAE;IACvC,OAAOC,SAAS;EAClB;EACA,IAAI,QAAQ,IAAID,KAAK,EAAE;IACrB,MAAME,MAAM,GAAIF,KAAK,CAA0BE,MAAM;IACrD,IAAI,OAAOA,MAAM,KAAK,QAAQ,EAAE;MAC9B,OAAOA,MAAM;IACf;EACF;EACA,IAAI,UAAU,IAAIF,KAAK,EAAE;IACvB,MAAMG,QAAQ,GAAIH,KAAK,CAA4BG,QAAQ;IAC3D,IAAIA,QAAQ,IAAI,OAAOA,QAAQ,KAAK,QAAQ,IAAI,QAAQ,IAAIA,QAAQ,EAAE;MACpE,MAAMD,MAAM,GAAIC,QAAQ,CAA0BD,MAAM;MACxD,IAAI,OAAOA,MAAM,KAAK,QAAQ,EAAE;QAC9B,OAAOA,MAAM;MACf;IACF;EACF;EACA,OAAOD,SAAS;AAClB;AAEO,SAASG,oBAAoBA,CAACJ,KAAc,EAAW;EAC5D,OAAOD,aAAa,CAACC,KAAK,CAAC,KAAK,GAAG;AACrC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["ui/context/oxyContextTypes.ts"],"mappings":"","ignoreList":[]}
|