@greatapps/common 1.1.790 → 1.1.791
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/dist/components/account/AccountHubLinkHandler.mjs +36 -0
- package/dist/components/account/AccountHubLinkHandler.mjs.map +1 -0
- package/dist/components/account/AccountModalLayout.mjs +137 -0
- package/dist/components/account/AccountModalLayout.mjs.map +1 -0
- package/dist/components/account/AccountModals.mjs +10 -3
- package/dist/components/account/AccountModals.mjs.map +1 -1
- package/dist/components/account/DeleteAccountModal.mjs +1 -1
- package/dist/components/account/DeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs +8 -1
- package/dist/components/account/IsntPossibleDeleteAccountModal.mjs.map +1 -1
- package/dist/components/account/MyAccountModal.mjs +167 -0
- package/dist/components/account/MyAccountModal.mjs.map +1 -0
- package/dist/components/account/TwoFactorAuthModal.mjs +1 -1
- package/dist/components/account/TwoFactorAuthModal.mjs.map +1 -1
- package/dist/components/account/hooks/useAccountHubActions.mjs +85 -0
- package/dist/components/account/hooks/useAccountHubActions.mjs.map +1 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs +44 -0
- package/dist/components/account/hooks/useAddCardWithPaymentSwitch.mjs.map +1 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs +69 -0
- package/dist/components/account/hooks/useAffiliatesActions.mjs.map +1 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs +27 -0
- package/dist/components/account/hooks/useMyAccountModal.mjs.map +1 -0
- package/dist/components/account/hooks/useProjectsActions.mjs +40 -0
- package/dist/components/account/hooks/useProjectsActions.mjs.map +1 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs +87 -0
- package/dist/components/account/hooks/useSubscriptionActions.mjs.map +1 -0
- package/dist/components/account/hooks/useTeamActions.mjs +31 -0
- package/dist/components/account/hooks/useTeamActions.mjs.map +1 -0
- package/dist/components/account/sections/AffiliatesSection.mjs +313 -0
- package/dist/components/account/sections/AffiliatesSection.mjs.map +1 -0
- package/dist/components/account/sections/ChangePasswordSection.mjs +5 -5
- package/dist/components/account/sections/ChangePasswordSection.mjs.map +1 -1
- package/dist/components/account/sections/MyProfileSection.mjs +194 -144
- package/dist/components/account/sections/MyProfileSection.mjs.map +1 -1
- package/dist/components/account/sections/PreferencesSection.mjs +60 -49
- package/dist/components/account/sections/PreferencesSection.mjs.map +1 -1
- package/dist/components/account/sections/ProjectsSection.mjs +77 -0
- package/dist/components/account/sections/ProjectsSection.mjs.map +1 -0
- package/dist/components/account/sections/SecuritySection.mjs +55 -36
- package/dist/components/account/sections/SecuritySection.mjs.map +1 -1
- package/dist/components/account/sections/SubscriptionSection.mjs +29 -0
- package/dist/components/account/sections/SubscriptionSection.mjs.map +1 -0
- package/dist/components/account/sections/TeamSection.mjs +119 -0
- package/dist/components/account/sections/TeamSection.mjs.map +1 -0
- package/dist/components/account/sections/TokenSection.mjs +41 -43
- package/dist/components/account/sections/TokenSection.mjs.map +1 -1
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs +73 -0
- package/dist/components/account/sections/affiliates/AffiliateCommissionCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs +20 -0
- package/dist/components/account/sections/affiliates/AffiliateFlows.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs +99 -0
- package/dist/components/account/sections/affiliates/AffiliateLeadsSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs +31 -0
- package/dist/components/account/sections/affiliates/AffiliateStatsCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs +15 -0
- package/dist/components/account/sections/affiliates/AffiliateStepCard.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs +108 -0
- package/dist/components/account/sections/affiliates/AffiliateTransactionsList.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs +49 -0
- package/dist/components/account/sections/affiliates/NoReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs +182 -0
- package/dist/components/account/sections/affiliates/ReceivingAccountModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs +476 -0
- package/dist/components/account/sections/affiliates/RequestWithdrawalSheet.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs +34 -0
- package/dist/components/account/sections/affiliates/ViewAttachmentModal.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs +27 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs +30 -0
- package/dist/components/account/sections/affiliates/reports/AffiliatesReportsTab.mjs.map +1 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs +120 -0
- package/dist/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.mjs.map +1 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs +205 -0
- package/dist/components/account/sections/projects/DeleteProjectModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs +16 -0
- package/dist/components/account/sections/projects/ProjectFlows.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs +53 -0
- package/dist/components/account/sections/projects/ProjectMembersStack.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs +85 -0
- package/dist/components/account/sections/projects/ProjectRow.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs +499 -0
- package/dist/components/account/sections/projects/ProjectSheet.mjs.map +1 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs +55 -0
- package/dist/components/account/sections/projects/ProjectsDisabledModal.mjs.map +1 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs +28 -0
- package/dist/components/account/sections/projects/project-form.schema.mjs.map +1 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs +45 -0
- package/dist/components/account/sections/shared/ConnectListRow.mjs.map +1 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs +51 -0
- package/dist/components/account/sections/shared/DateFilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs +41 -0
- package/dist/components/account/sections/shared/EntityAvatar.mjs.map +1 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs +62 -0
- package/dist/components/account/sections/shared/FilterPopover.mjs.map +1 -0
- package/dist/components/account/sections/shared/FormSection.mjs +14 -0
- package/dist/components/account/sections/shared/FormSection.mjs.map +1 -0
- package/dist/components/account/sections/shared/IconBox.mjs +18 -0
- package/dist/components/account/sections/shared/IconBox.mjs.map +1 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs +36 -0
- package/dist/components/account/sections/shared/InfiniteScrollList.mjs.map +1 -0
- package/dist/components/account/sections/shared/ListPagination.mjs +69 -0
- package/dist/components/account/sections/shared/ListPagination.mjs.map +1 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs +52 -0
- package/dist/components/account/sections/shared/RowActionsMenu.mjs.map +1 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs +20 -0
- package/dist/components/account/sections/shared/SectionLoadError.mjs.map +1 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs +26 -0
- package/dist/components/account/sections/shared/StatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs +10 -0
- package/dist/components/account/sections/shared/WorkspaceSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs +106 -0
- package/dist/components/account/sections/subscription/AiCreditsUsage.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs +407 -0
- package/dist/components/account/sections/subscription/BillingAddressSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs +73 -0
- package/dist/components/account/sections/subscription/BoletoDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs +22 -0
- package/dist/components/account/sections/subscription/BoletoGeneratedDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs +161 -0
- package/dist/components/account/sections/subscription/CancelPlanDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs +127 -0
- package/dist/components/account/sections/subscription/ChargeRow.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs +27 -0
- package/dist/components/account/sections/subscription/ChargeStatusBadge.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs +88 -0
- package/dist/components/account/sections/subscription/ChargesList.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs +49 -0
- package/dist/components/account/sections/subscription/ManageCardsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs +26 -0
- package/dist/components/account/sections/subscription/OverdueReceiptOpener.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs +222 -0
- package/dist/components/account/sections/subscription/PayChargeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs +61 -0
- package/dist/components/account/sections/subscription/PaymentConfirmationDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs +72 -0
- package/dist/components/account/sections/subscription/PaymentMethodsCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs +117 -0
- package/dist/components/account/sections/subscription/PendingChangeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs +165 -0
- package/dist/components/account/sections/subscription/PixDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs +155 -0
- package/dist/components/account/sections/subscription/PixPaymentDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs +253 -0
- package/dist/components/account/sections/subscription/PlanDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs +237 -0
- package/dist/components/account/sections/subscription/ReceiptDetailsSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs +40 -0
- package/dist/components/account/sections/subscription/SubscriptionFlows.mjs.map +1 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs +303 -0
- package/dist/components/account/sections/subscription/SubscriptionPlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs +163 -0
- package/dist/components/account/sections/subscription/UsageReportSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs +75 -0
- package/dist/components/account/sections/subscription/change-plan/ChangePlanSheet.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs +55 -0
- package/dist/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs +188 -0
- package/dist/components/account/sections/subscription/change-plan/components/AddonsBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs +66 -0
- package/dist/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs +42 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/change-plan/components/CouponDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs +17 -0
- package/dist/components/account/sections/subscription/change-plan/components/PricePreview.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs +130 -0
- package/dist/components/account/sections/subscription/change-plan/components/SummaryBlock.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs +38 -0
- package/dist/components/account/sections/subscription/change-plan/plan-comparison.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs +127 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs +111 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs +69 -0
- package/dist/components/account/sections/subscription/change-plan/steps/PlanViewStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs +88 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs +115 -0
- package/dist/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.mjs.map +1 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs +918 -0
- package/dist/components/account/sections/subscription/change-plan/useChangePlanState.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs +216 -0
- package/dist/components/account/sections/subscription/downgrade/CannotDowngradeDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs +128 -0
- package/dist/components/account/sections/subscription/downgrade/DowngradeReasonDialog.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs +281 -0
- package/dist/components/account/sections/subscription/plans/PlanCard.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs +53 -0
- package/dist/components/account/sections/subscription/plans/PlanCardSkeleton.mjs.map +1 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs +119 -0
- package/dist/components/account/sections/subscription/plans/PlansCatalogDialog.mjs.map +1 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs +116 -0
- package/dist/components/account/sections/team/DeleteUserModal.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamFlows.mjs +14 -0
- package/dist/components/account/sections/team/TeamFlows.mjs.map +1 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs +99 -0
- package/dist/components/account/sections/team/TeamMemberRow.mjs.map +1 -0
- package/dist/components/account/sections/team/UserSheet.mjs +570 -0
- package/dist/components/account/sections/team/UserSheet.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs +80 -0
- package/dist/components/account/sections/team/steps/NotificationsStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs +180 -0
- package/dist/components/account/sections/team/steps/ProjectSelectionStep.mjs.map +1 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs +371 -0
- package/dist/components/account/sections/team/steps/UserInformationStep.mjs.map +1 -0
- package/dist/components/account/sections/team/user-form.schema.mjs +37 -0
- package/dist/components/account/sections/team/user-form.schema.mjs.map +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs +1 -0
- package/dist/components/account/types/workspace-actions.type.mjs.map +1 -0
- package/dist/components/layouts/ProfilePopover.mjs +10 -12
- package/dist/components/layouts/ProfilePopover.mjs.map +1 -1
- package/dist/components/layouts/UsersSelectorPopover.mjs +7 -4
- package/dist/components/layouts/UsersSelectorPopover.mjs.map +1 -1
- package/dist/components/modals/AccountDeletionWarningModal.mjs +4 -5
- package/dist/components/modals/AccountDeletionWarningModal.mjs.map +1 -1
- package/dist/components/modals/AccountFrozenModal.mjs +6 -3
- package/dist/components/modals/AccountFrozenModal.mjs.map +1 -1
- package/dist/components/modals/Modals.mjs +3 -3
- package/dist/components/modals/Modals.mjs.map +1 -1
- package/dist/components/modals/PaidPlanRequiredModal.mjs +4 -5
- package/dist/components/modals/PaidPlanRequiredModal.mjs.map +1 -1
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs +63 -0
- package/dist/components/modals/cards/AddFirstCardWarningModal.mjs.map +1 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs +187 -0
- package/dist/components/modals/cards/SwitchPaymentToCardModal.mjs.map +1 -0
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs +5 -4
- package/dist/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.mjs.map +1 -1
- package/dist/components/ui/data-display/CardItem.mjs +9 -1
- package/dist/components/ui/data-display/CardItem.mjs.map +1 -1
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs +50 -0
- package/dist/components/ui/data-display/PaymentMethodIcons.mjs.map +1 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs +108 -0
- package/dist/components/ui/form/BillingPeriodSelector.mjs.map +1 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs +82 -0
- package/dist/components/ui/form/PaymentMethodToggle.mjs.map +1 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs +57 -0
- package/dist/components/ui/form/RadioOptionFieldIcon.mjs.map +1 -0
- package/dist/components/ui/form/SegmentedControl.mjs +56 -0
- package/dist/components/ui/form/SegmentedControl.mjs.map +1 -0
- package/dist/components/ui/overlay/Dialog.mjs +21 -4
- package/dist/components/ui/overlay/Dialog.mjs.map +1 -1
- package/dist/components/ui/overlay/Sheet.mjs +26 -8
- package/dist/components/ui/overlay/Sheet.mjs.map +1 -1
- package/dist/components/ui/overlay/layers.mjs +52 -5
- package/dist/components/ui/overlay/layers.mjs.map +1 -1
- package/dist/enums/AccountHubFlow.mjs +13 -0
- package/dist/enums/AccountHubFlow.mjs.map +1 -0
- package/dist/enums/DateFilterPeriod.mjs +22 -0
- package/dist/enums/DateFilterPeriod.mjs.map +1 -0
- package/dist/enums/WorkspaceSectionType.mjs +11 -0
- package/dist/enums/WorkspaceSectionType.mjs.map +1 -0
- package/dist/handlers.mjs +24 -0
- package/dist/handlers.mjs.map +1 -1
- package/dist/hooks/useDebounce.mjs +5 -3
- package/dist/hooks/useDebounce.mjs.map +1 -1
- package/dist/hooks/useUploadProgress.mjs +33 -0
- package/dist/hooks/useUploadProgress.mjs.map +1 -0
- package/dist/i18n/messages/en-us.mjs +863 -3
- package/dist/i18n/messages/en-us.mjs.map +1 -1
- package/dist/i18n/messages/es-es.mjs +863 -3
- package/dist/i18n/messages/es-es.mjs.map +1 -1
- package/dist/i18n/messages/pt-br.mjs +863 -3
- package/dist/i18n/messages/pt-br.mjs.map +1 -1
- package/dist/index.mjs +87 -7
- package/dist/index.mjs.map +1 -1
- package/dist/infra/http/paged.mjs +20 -0
- package/dist/infra/http/paged.mjs.map +1 -0
- package/dist/middleware.mjs +2 -0
- package/dist/middleware.mjs.map +1 -1
- package/dist/middlewares/create-auth-middleware.mjs +1 -3
- package/dist/middlewares/create-auth-middleware.mjs.map +1 -1
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs +44 -0
- package/dist/middlewares/create-legacy-account-routes-middleware.mjs.map +1 -0
- package/dist/middlewares/is-route-equals.mjs +7 -0
- package/dist/middlewares/is-route-equals.mjs.map +1 -0
- package/dist/modules/accounts/actions/account-management.action.mjs +20 -1
- package/dist/modules/accounts/actions/account-management.action.mjs.map +1 -1
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs +9 -0
- package/dist/modules/accounts/constants/account-hub-link.constants.mjs.map +1 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs +5 -0
- package/dist/modules/accounts/constants/legacy-account-routes.constants.mjs.map +1 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs +22 -0
- package/dist/modules/accounts/handlers/list-account-members.handler.mjs.map +1 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs +51 -0
- package/dist/modules/accounts/hooks/add-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/create-account-user.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs +47 -0
- package/dist/modules/accounts/hooks/remove-user-projects.hook.mjs.map +1 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs +20 -0
- package/dist/modules/accounts/hooks/use-account-members.hook.mjs.map +1 -0
- package/dist/modules/accounts/services/account.service.mjs +59 -0
- package/dist/modules/accounts/services/account.service.mjs.map +1 -1
- package/dist/modules/accounts/types/account-hub-link.type.mjs +1 -0
- package/dist/modules/accounts/types/account-hub-link.type.mjs.map +1 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs +16 -0
- package/dist/modules/accounts/utils/build-account-hub-url.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-hub-flow.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-account-section.mjs +9 -0
- package/dist/modules/accounts/utils/is-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs +13 -0
- package/dist/modules/accounts/utils/is-my-account-section.mjs.map +1 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs +93 -0
- package/dist/modules/accounts/utils/map-legacy-account-route.mjs.map +1 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs +20 -0
- package/dist/modules/accounts/utils/parse-account-hub-link.mjs.map +1 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/ensure-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs +10 -0
- package/dist/modules/affiliates/actions/request-deposit.action.mjs.map +1 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs +10 -0
- package/dist/modules/affiliates/actions/update-affiliate.action.mjs.map +1 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs +11 -0
- package/dist/modules/affiliates/constants/affiliate.constants.mjs.map +1 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs +15 -0
- package/dist/modules/affiliates/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs +16 -0
- package/dist/modules/affiliates/handlers/affiliate-report-analytics.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/current-affiliate.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs +12 -0
- package/dist/modules/affiliates/handlers/list-affiliate-coupons.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-leads.handler.mjs.map +1 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs +22 -0
- package/dist/modules/affiliates/handlers/list-affiliate-transactions.handler.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-coupons.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-affiliate-leads.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-affiliate-report-analytics.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs +20 -0
- package/dist/modules/affiliates/hooks/use-affiliate-transactions.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-current-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs +23 -0
- package/dist/modules/affiliates/hooks/use-ensure-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs +28 -0
- package/dist/modules/affiliates/hooks/use-request-deposit.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs +22 -0
- package/dist/modules/affiliates/hooks/use-update-affiliate.hook.mjs.map +1 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs +17 -0
- package/dist/modules/affiliates/hooks/use-withdrawal-limits.hook.mjs.map +1 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs +183 -0
- package/dist/modules/affiliates/services/affiliates.service.mjs.map +1 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs +100 -0
- package/dist/modules/affiliates/types/affiliate.type.mjs.map +1 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs +9 -0
- package/dist/modules/affiliates/utils/get-affiliate-share-link.mjs.map +1 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs +10 -0
- package/dist/modules/charges/actions/get-nota-fiscal.action.mjs.map +1 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs +10 -0
- package/dist/modules/charges/actions/refresh-pix.action.mjs.map +1 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs +13 -0
- package/dist/modules/charges/hooks/nota-fiscal.hook.mjs.map +1 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs +13 -0
- package/dist/modules/charges/hooks/refresh-pix.hook.mjs.map +1 -0
- package/dist/modules/charges/services/charges.service.mjs +67 -0
- package/dist/modules/charges/services/charges.service.mjs.map +1 -1
- package/dist/modules/charges/types/nota-fiscal.type.mjs +1 -0
- package/dist/modules/charges/types/nota-fiscal.type.mjs.map +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs +1 -0
- package/dist/modules/charges/types/refresh-pix.type.mjs.map +1 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs +8 -0
- package/dist/modules/charges/utils/get-charge-download-url.mjs.map +1 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs +5 -0
- package/dist/modules/coupons/constants/query-keys.constants.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs +17 -0
- package/dist/modules/coupons/handlers/find-coupon-by-code.handler.mjs.map +1 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs +16 -0
- package/dist/modules/coupons/handlers/find-coupon-by-id.handler.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs +15 -0
- package/dist/modules/coupons/hooks/use-coupon-by-code.hook.mjs.map +1 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs +18 -0
- package/dist/modules/coupons/hooks/use-coupon-by-id.hook.mjs.map +1 -0
- package/dist/modules/coupons/services/coupons.service.mjs +44 -0
- package/dist/modules/coupons/services/coupons.service.mjs.map +1 -0
- package/dist/modules/coupons/types/coupon.type.mjs +61 -0
- package/dist/modules/coupons/types/coupon.type.mjs.map +1 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs +60 -0
- package/dist/modules/coupons/utils/coupon-restrictions.mjs.map +1 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs +12 -0
- package/dist/modules/domains/handlers/count-domains.handler.mjs.map +1 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs +17 -0
- package/dist/modules/domains/hooks/count-domains.hook.mjs.map +1 -0
- package/dist/modules/domains/services/domains.service.mjs +18 -0
- package/dist/modules/domains/services/domains.service.mjs.map +1 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs +15 -0
- package/dist/modules/ia-credits/handlers/list-ia-credit-operations.handler.mjs.map +1 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs +28 -0
- package/dist/modules/ia-credits/hooks/ia-credit-operations.hook.mjs.map +1 -0
- package/dist/modules/ia-credits/services/ia-credits.service.mjs +23 -2
- package/dist/modules/ia-credits/services/ia-credits.service.mjs.map +1 -1
- package/dist/modules/pages/handlers/count-pages.handler.mjs +4 -2
- package/dist/modules/pages/handlers/count-pages.handler.mjs.map +1 -1
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs +26 -0
- package/dist/modules/pages/hooks/count-published-pages.hook.mjs.map +1 -0
- package/dist/modules/pages/services/pages.service.mjs +3 -2
- package/dist/modules/pages/services/pages.service.mjs.map +1 -1
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs +14 -0
- package/dist/modules/plans/constants/plan-tooltips.constants.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs +28 -0
- package/dist/modules/plans/hooks/use-enriched-plans.hook.mjs.map +1 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs +20 -0
- package/dist/modules/plans/hooks/use-ui-plans.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/add-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-all-account-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-available-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-available-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-infinite-projects.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/list-project-users.hook.mjs +3 -6
- package/dist/modules/projects/hooks/list-project-users.hook.mjs.map +1 -1
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs +25 -0
- package/dist/modules/projects/hooks/remove-project-users.hook.mjs.map +1 -0
- package/dist/modules/projects/services/project-users.service.mjs +5 -0
- package/dist/modules/projects/services/project-users.service.mjs.map +1 -1
- package/dist/modules/projects/types.mjs +3 -2
- package/dist/modules/projects/types.mjs.map +1 -1
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/cancel-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/create-subscription.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-pending-pix-status.action.mjs.map +1 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs +10 -0
- package/dist/modules/subscriptions/actions/find-subscription-by-id.action.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs +35 -0
- package/dist/modules/subscriptions/constants/addons.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs +25 -0
- package/dist/modules/subscriptions/constants/downgrade.constants.mjs.map +1 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs +2 -0
- package/dist/modules/subscriptions/constants/subscription.constants.mjs.map +1 -1
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs +15 -0
- package/dist/modules/subscriptions/handlers/pending-pix-status.handler.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/cancel-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs +33 -0
- package/dist/modules/subscriptions/hooks/create-subscription.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs +18 -0
- package/dist/modules/subscriptions/hooks/find-subscription-by-id.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs +25 -0
- package/dist/modules/subscriptions/hooks/pending-pix-status.hook.mjs.map +1 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs +71 -0
- package/dist/modules/subscriptions/services/subscriptions.service.mjs.map +1 -1
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs +9 -0
- package/dist/modules/subscriptions/types/cancel-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs +62 -0
- package/dist/modules/subscriptions/types/create-subscription.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs +28 -0
- package/dist/modules/subscriptions/types/pending-pix-status.type.mjs.map +1 -0
- package/dist/modules/subscriptions/types/subscription.type.mjs +9 -1
- package/dist/modules/subscriptions/types/subscription.type.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/addon-buckets.mjs +69 -0
- package/dist/modules/subscriptions/utils/addon-buckets.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs +8 -2
- package/dist/modules/subscriptions/utils/confirm-payment-if-required.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs +25 -0
- package/dist/modules/subscriptions/utils/first-period-pricing.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-api-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs +17 -0
- package/dist/modules/subscriptions/utils/is-boleto-payer.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs +8 -0
- package/dist/modules/subscriptions/utils/is-free-subscription.mjs.map +1 -0
- package/dist/modules/subscriptions/utils/periodicity.mjs +55 -1
- package/dist/modules/subscriptions/utils/periodicity.mjs.map +1 -1
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs +27 -0
- package/dist/modules/subscriptions/utils/resolve-subscription-plan-name.mjs.map +1 -0
- package/dist/modules/users/hooks/messages.hook.mjs +3 -5
- package/dist/modules/users/hooks/messages.hook.mjs.map +1 -1
- package/dist/server.mjs +6 -0
- package/dist/server.mjs.map +1 -1
- package/dist/store/useAccountModals.mjs +9 -2
- package/dist/store/useAccountModals.mjs.map +1 -1
- package/dist/store/useAffiliateFlows.mjs +23 -0
- package/dist/store/useAffiliateFlows.mjs.map +1 -0
- package/dist/store/useProjectFlows.mjs +18 -0
- package/dist/store/useProjectFlows.mjs.map +1 -0
- package/dist/store/useSubscriptionFlows.mjs +58 -0
- package/dist/store/useSubscriptionFlows.mjs.map +1 -0
- package/dist/store/useTeamFlows.mjs +15 -0
- package/dist/store/useTeamFlows.mjs.map +1 -0
- package/dist/testing/factories/coupon.factory.mjs +19 -0
- package/dist/testing/factories/coupon.factory.mjs.map +1 -0
- package/dist/testing/factories/index.mjs +6 -0
- package/dist/testing/factories/index.mjs.map +1 -1
- package/dist/testing/factories/project-user.factory.mjs +17 -0
- package/dist/testing/factories/project-user.factory.mjs.map +1 -0
- package/dist/testing/factories/project.factory.mjs +21 -0
- package/dist/testing/factories/project.factory.mjs.map +1 -0
- package/dist/testing/react/providers.mjs +1 -1
- package/dist/testing/react/providers.mjs.map +1 -1
- package/dist/utils/browser/chart-custom-tooltip.mjs +69 -0
- package/dist/utils/browser/chart-custom-tooltip.mjs.map +1 -0
- package/dist/utils/browser/get-css-variable.mjs +9 -0
- package/dist/utils/browser/get-css-variable.mjs.map +1 -0
- package/dist/utils/constants/scrollbar.mjs +5 -0
- package/dist/utils/constants/scrollbar.mjs.map +1 -0
- package/dist/utils/date-filter-period.mjs +34 -0
- package/dist/utils/date-filter-period.mjs.map +1 -0
- package/dist/utils/file/index.mjs +11 -1
- package/dist/utils/file/index.mjs.map +1 -1
- package/dist/utils/format/initials.mjs +8 -0
- package/dist/utils/format/initials.mjs.map +1 -0
- package/dist/utils/format/masks.mjs +32 -1
- package/dist/utils/format/masks.mjs.map +1 -1
- package/dist/utils/qrcode/to-data-url.mjs +12 -0
- package/dist/utils/qrcode/to-data-url.mjs.map +1 -0
- package/dist/utils/validators/account.mjs +1 -7
- package/dist/utils/validators/account.mjs.map +1 -1
- package/package.json +15 -2
- package/src/components/account/AccountHubLinkHandler.tsx +39 -0
- package/src/components/account/AccountModalLayout.tsx +190 -0
- package/src/components/account/AccountModals.tsx +12 -2
- package/src/components/account/DeleteAccountModal.tsx +1 -1
- package/src/components/account/IsntPossibleDeleteAccountModal.tsx +9 -1
- package/src/components/account/MyAccountModal.tsx +215 -0
- package/src/components/account/TwoFactorAuthModal.tsx +1 -1
- package/src/components/account/hooks/useAccountHubActions.ts +95 -0
- package/src/components/account/hooks/useAddCardWithPaymentSwitch.ts +70 -0
- package/src/components/account/hooks/useAffiliatesActions.tsx +78 -0
- package/src/components/account/hooks/useMyAccountModal.ts +40 -0
- package/src/components/account/hooks/useProjectsActions.ts +44 -0
- package/src/components/account/hooks/useSubscriptionActions.ts +99 -0
- package/src/components/account/hooks/useTeamActions.ts +35 -0
- package/src/components/account/sections/AffiliatesSection.tsx +342 -0
- package/src/components/account/sections/ChangePasswordSection.tsx +6 -10
- package/src/components/account/sections/MyProfileSection.tsx +207 -143
- package/src/components/account/sections/PreferencesSection.tsx +55 -51
- package/src/components/account/sections/ProjectsSection.tsx +110 -0
- package/src/components/account/sections/SecuritySection.tsx +72 -62
- package/src/components/account/sections/SubscriptionSection.tsx +36 -0
- package/src/components/account/sections/TeamSection.tsx +161 -0
- package/src/components/account/sections/TokenSection.tsx +4 -8
- package/src/components/account/sections/affiliates/AffiliateCommissionCard.tsx +83 -0
- package/src/components/account/sections/affiliates/AffiliateFlows.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateLeadsSheet.tsx +143 -0
- package/src/components/account/sections/affiliates/AffiliateStatsCard.tsx +56 -0
- package/src/components/account/sections/affiliates/AffiliateStepCard.tsx +20 -0
- package/src/components/account/sections/affiliates/AffiliateTransactionsList.tsx +194 -0
- package/src/components/account/sections/affiliates/NoReceivingAccountModal.tsx +63 -0
- package/src/components/account/sections/affiliates/ReceivingAccountModal.tsx +213 -0
- package/src/components/account/sections/affiliates/RequestWithdrawalSheet.tsx +586 -0
- package/src/components/account/sections/affiliates/ViewAttachmentModal.tsx +47 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesIndicatorsChart.tsx +45 -0
- package/src/components/account/sections/affiliates/reports/AffiliatesReportsTab.tsx +44 -0
- package/src/components/account/sections/affiliates/reports/useAffiliatesIndicatorsChart.ts +148 -0
- package/src/components/account/sections/projects/DeleteProjectModal.tsx +246 -0
- package/src/components/account/sections/projects/ProjectFlows.tsx +16 -0
- package/src/components/account/sections/projects/ProjectMembersStack.tsx +75 -0
- package/src/components/account/sections/projects/ProjectRow.tsx +96 -0
- package/src/components/account/sections/projects/ProjectSheet.tsx +603 -0
- package/src/components/account/sections/projects/ProjectsDisabledModal.tsx +69 -0
- package/src/components/account/sections/projects/project-form.schema.ts +30 -0
- package/src/components/account/sections/shared/ConnectListRow.tsx +68 -0
- package/src/components/account/sections/shared/DateFilterPopover.tsx +58 -0
- package/src/components/account/sections/shared/EntityAvatar.tsx +54 -0
- package/src/components/account/sections/shared/FilterPopover.tsx +79 -0
- package/src/components/account/sections/shared/FormSection.tsx +23 -0
- package/src/components/account/sections/shared/IconBox.tsx +21 -0
- package/src/components/account/sections/shared/InfiniteScrollList.tsx +57 -0
- package/src/components/account/sections/shared/ListPagination.tsx +84 -0
- package/src/components/account/sections/shared/RowActionsMenu.tsx +66 -0
- package/src/components/account/sections/shared/SectionLoadError.tsx +27 -0
- package/src/components/account/sections/shared/StatusBadge.tsx +33 -0
- package/src/components/account/sections/shared/WorkspaceSection.tsx +22 -0
- package/src/components/account/sections/subscription/AiCreditsUsage.tsx +152 -0
- package/src/components/account/sections/subscription/BillingAddressSheet.tsx +460 -0
- package/src/components/account/sections/subscription/BoletoDetailsDialog.tsx +104 -0
- package/src/components/account/sections/subscription/BoletoGeneratedDialog.tsx +24 -0
- package/src/components/account/sections/subscription/CancelPlanDialog.tsx +221 -0
- package/src/components/account/sections/subscription/ChargeRow.tsx +161 -0
- package/src/components/account/sections/subscription/ChargeStatusBadge.tsx +29 -0
- package/src/components/account/sections/subscription/ChargesList.tsx +125 -0
- package/src/components/account/sections/subscription/ManageCardsSheet.tsx +93 -0
- package/src/components/account/sections/subscription/OverdueReceiptOpener.tsx +29 -0
- package/src/components/account/sections/subscription/PayChargeDialog.tsx +306 -0
- package/src/components/account/sections/subscription/PaymentConfirmationDialog.tsx +70 -0
- package/src/components/account/sections/subscription/PaymentMethodsCard.tsx +117 -0
- package/src/components/account/sections/subscription/PendingChangeDialog.tsx +168 -0
- package/src/components/account/sections/subscription/PixDetailsDialog.tsx +246 -0
- package/src/components/account/sections/subscription/PixPaymentDialog.tsx +242 -0
- package/src/components/account/sections/subscription/PlanDetailsSheet.tsx +380 -0
- package/src/components/account/sections/subscription/ReceiptDetailsSheet.tsx +318 -0
- package/src/components/account/sections/subscription/SubscriptionFlows.tsx +40 -0
- package/src/components/account/sections/subscription/SubscriptionPlanCard.tsx +433 -0
- package/src/components/account/sections/subscription/UsageReportSheet.tsx +244 -0
- package/src/components/account/sections/subscription/change-plan/ChangePlanSheet.tsx +95 -0
- package/src/components/account/sections/subscription/change-plan/components/AbTestDetailsDialog.tsx +57 -0
- package/src/components/account/sections/subscription/change-plan/components/AddonsBlock.tsx +214 -0
- package/src/components/account/sections/subscription/change-plan/components/AlternativeBucketsSection.tsx +92 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponBlock.tsx +42 -0
- package/src/components/account/sections/subscription/change-plan/components/CouponDialog.tsx +134 -0
- package/src/components/account/sections/subscription/change-plan/components/PricePreview.tsx +28 -0
- package/src/components/account/sections/subscription/change-plan/components/SummaryBlock.tsx +194 -0
- package/src/components/account/sections/subscription/change-plan/plan-comparison.ts +52 -0
- package/src/components/account/sections/subscription/change-plan/steps/PaymentSummaryStep.tsx +161 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanComparisonStep.tsx +165 -0
- package/src/components/account/sections/subscription/change-plan/steps/PlanViewStep.tsx +89 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationConfigStep.tsx +117 -0
- package/src/components/account/sections/subscription/change-plan/steps/ReactivationPaymentStep.tsx +139 -0
- package/src/components/account/sections/subscription/change-plan/useChangePlanState.tsx +1158 -0
- package/src/components/account/sections/subscription/downgrade/CannotDowngradeDialog.tsx +297 -0
- package/src/components/account/sections/subscription/downgrade/DowngradeReasonDialog.tsx +154 -0
- package/src/components/account/sections/subscription/plans/PlanCard.tsx +417 -0
- package/src/components/account/sections/subscription/plans/PlanCardSkeleton.tsx +70 -0
- package/src/components/account/sections/subscription/plans/PlansCatalogDialog.tsx +156 -0
- package/src/components/account/sections/team/DeleteUserModal.tsx +134 -0
- package/src/components/account/sections/team/TeamFlows.tsx +14 -0
- package/src/components/account/sections/team/TeamMemberRow.tsx +151 -0
- package/src/components/account/sections/team/UserSheet.tsx +688 -0
- package/src/components/account/sections/team/steps/NotificationsStep.tsx +109 -0
- package/src/components/account/sections/team/steps/ProjectSelectionStep.tsx +219 -0
- package/src/components/account/sections/team/steps/UserInformationStep.tsx +423 -0
- package/src/components/account/sections/team/user-form.schema.ts +43 -0
- package/src/components/account/types/workspace-actions.type.ts +56 -0
- package/src/components/layouts/ProfilePopover.tsx +11 -12
- package/src/components/layouts/UsersSelectorPopover.tsx +7 -4
- package/src/components/modals/AccountDeletionWarningModal.tsx +4 -5
- package/src/components/modals/AccountFrozenModal.tsx +6 -3
- package/src/components/modals/Modals.tsx +6 -3
- package/src/components/modals/PaidPlanRequiredModal.tsx +4 -5
- package/src/components/modals/cards/AddFirstCardWarningModal.tsx +72 -0
- package/src/components/modals/cards/SwitchPaymentToCardModal.tsx +232 -0
- package/src/components/modals/promo/AiCreditsOfferModal/AiCreditsOfferModal.tsx +5 -4
- package/src/components/ui/data-display/CardItem.tsx +9 -5
- package/src/components/ui/data-display/PaymentMethodIcons.tsx +43 -0
- package/src/components/ui/form/BillingPeriodSelector.tsx +173 -0
- package/src/components/ui/form/PaymentMethodToggle.tsx +119 -0
- package/src/components/ui/form/RadioOptionFieldIcon.tsx +64 -0
- package/src/components/ui/form/SegmentedControl.tsx +77 -0
- package/src/components/ui/overlay/Dialog.tsx +21 -2
- package/src/components/ui/overlay/Sheet.tsx +26 -5
- package/src/components/ui/overlay/layers.tsx +88 -4
- package/src/enums/AccountHubFlow.ts +8 -0
- package/src/enums/DateFilterPeriod.ts +17 -0
- package/src/enums/WorkspaceSectionType.ts +6 -0
- package/src/handlers.ts +14 -0
- package/src/hooks/useDebounce.ts +5 -3
- package/src/hooks/useUploadProgress.ts +42 -0
- package/src/i18n/messages/en-us.ts +904 -2
- package/src/i18n/messages/es-es.ts +908 -2
- package/src/i18n/messages/pt-br.ts +908 -2
- package/src/index.ts +56 -1
- package/src/infra/http/paged.ts +24 -0
- package/src/middleware.ts +1 -0
- package/src/middlewares/create-auth-middleware.ts +1 -4
- package/src/middlewares/create-legacy-account-routes-middleware.ts +54 -0
- package/src/middlewares/is-route-equals.ts +3 -0
- package/src/modules/accounts/actions/account-management.action.ts +22 -1
- package/src/modules/accounts/constants/account-hub-link.constants.ts +3 -0
- package/src/modules/accounts/constants/legacy-account-routes.constants.ts +1 -0
- package/src/modules/accounts/handlers/list-account-members.handler.ts +23 -0
- package/src/modules/accounts/hooks/add-user-projects.hook.ts +72 -0
- package/src/modules/accounts/hooks/create-account-user.hook.ts +21 -0
- package/src/modules/accounts/hooks/remove-user-projects.hook.ts +68 -0
- package/src/modules/accounts/hooks/use-account-members.hook.ts +31 -0
- package/src/modules/accounts/services/account.service.ts +71 -0
- package/src/modules/accounts/types/account-hub-link.type.ts +13 -0
- package/src/modules/accounts/types.ts +9 -0
- package/src/modules/accounts/utils/build-account-hub-url.ts +14 -0
- package/src/modules/accounts/utils/is-account-hub-flow.ts +7 -0
- package/src/modules/accounts/utils/is-account-section.ts +7 -0
- package/src/modules/accounts/utils/is-my-account-section.ts +12 -0
- package/src/modules/accounts/utils/map-legacy-account-route.ts +108 -0
- package/src/modules/accounts/utils/parse-account-hub-link.ts +21 -0
- package/src/modules/affiliates/actions/ensure-affiliate.action.ts +9 -0
- package/src/modules/affiliates/actions/request-deposit.action.ts +9 -0
- package/src/modules/affiliates/actions/update-affiliate.action.ts +9 -0
- package/src/modules/affiliates/constants/affiliate.constants.ts +11 -0
- package/src/modules/affiliates/constants/query-keys.constants.ts +7 -0
- package/src/modules/affiliates/handlers/affiliate-report-analytics.handler.ts +16 -0
- package/src/modules/affiliates/handlers/affiliate-withdrawal-limits.handler.ts +10 -0
- package/src/modules/affiliates/handlers/current-affiliate.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-coupons.handler.ts +10 -0
- package/src/modules/affiliates/handlers/list-affiliate-leads.handler.ts +23 -0
- package/src/modules/affiliates/handlers/list-affiliate-transactions.handler.ts +23 -0
- package/src/modules/affiliates/hooks/use-affiliate-coupons.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-leads.hook.ts +27 -0
- package/src/modules/affiliates/hooks/use-affiliate-report-analytics.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-affiliate-transactions.hook.ts +25 -0
- package/src/modules/affiliates/hooks/use-current-affiliate.hook.ts +19 -0
- package/src/modules/affiliates/hooks/use-ensure-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-request-deposit.hook.ts +29 -0
- package/src/modules/affiliates/hooks/use-update-affiliate.hook.ts +24 -0
- package/src/modules/affiliates/hooks/use-withdrawal-limits.hook.ts +20 -0
- package/src/modules/affiliates/services/affiliates.service.ts +240 -0
- package/src/modules/affiliates/types/affiliate.type.ts +180 -0
- package/src/modules/affiliates/utils/get-affiliate-share-link.ts +8 -0
- package/src/modules/charges/actions/get-nota-fiscal.action.ts +8 -0
- package/src/modules/charges/actions/refresh-pix.action.ts +8 -0
- package/src/modules/charges/hooks/nota-fiscal.hook.ts +13 -0
- package/src/modules/charges/hooks/refresh-pix.hook.ts +13 -0
- package/src/modules/charges/services/charges.service.ts +121 -0
- package/src/modules/charges/types/nota-fiscal.type.ts +20 -0
- package/src/modules/charges/types/refresh-pix.type.ts +14 -0
- package/src/modules/charges/utils/get-charge-download-url.ts +10 -0
- package/src/modules/coupons/constants/query-keys.constants.ts +1 -0
- package/src/modules/coupons/handlers/find-coupon-by-code.handler.ts +16 -0
- package/src/modules/coupons/handlers/find-coupon-by-id.handler.ts +15 -0
- package/src/modules/coupons/hooks/use-coupon-by-code.hook.ts +16 -0
- package/src/modules/coupons/hooks/use-coupon-by-id.hook.ts +20 -0
- package/src/modules/coupons/services/coupons.service.ts +54 -0
- package/src/modules/coupons/types/coupon.type.ts +70 -0
- package/src/modules/coupons/utils/coupon-restrictions.ts +112 -0
- package/src/modules/domains/handlers/count-domains.handler.ts +10 -0
- package/src/modules/domains/hooks/count-domains.hook.ts +17 -0
- package/src/modules/domains/services/domains.service.ts +18 -0
- package/src/modules/ia-credits/handlers/list-ia-credit-operations.handler.ts +14 -0
- package/src/modules/ia-credits/hooks/ia-credit-operations.hook.ts +33 -0
- package/src/modules/ia-credits/services/ia-credits.service.ts +32 -1
- package/src/modules/pages/handlers/count-pages.handler.ts +5 -2
- package/src/modules/pages/hooks/count-published-pages.hook.ts +26 -0
- package/src/modules/pages/services/pages.service.ts +3 -2
- package/src/modules/plans/constants/plan-tooltips.constants.ts +16 -0
- package/src/modules/plans/hooks/use-enriched-plans.hook.ts +31 -0
- package/src/modules/plans/hooks/use-ui-plans.hook.ts +22 -0
- package/src/modules/projects/hooks/add-project-users.hook.ts +29 -0
- package/src/modules/projects/hooks/list-all-account-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-available-users.hook.ts +3 -6
- package/src/modules/projects/hooks/list-infinite-projects.hook.ts +3 -6
- package/src/modules/projects/hooks/list-project-users.hook.ts +3 -6
- package/src/modules/projects/hooks/remove-project-users.hook.ts +29 -0
- package/src/modules/projects/services/project-users.service.ts +135 -130
- package/src/modules/projects/types.ts +89 -88
- package/src/modules/subscriptions/actions/cancel-subscription.action.ts +12 -0
- package/src/modules/subscriptions/actions/create-subscription.action.ts +9 -0
- package/src/modules/subscriptions/actions/find-pending-pix-status.action.ts +8 -0
- package/src/modules/subscriptions/actions/find-subscription-by-id.action.ts +8 -0
- package/src/modules/subscriptions/constants/addons.constants.ts +50 -0
- package/src/modules/subscriptions/constants/downgrade.constants.ts +30 -0
- package/src/modules/subscriptions/constants/subscription.constants.ts +3 -0
- package/src/modules/subscriptions/handlers/pending-pix-status.handler.ts +17 -0
- package/src/modules/subscriptions/hooks/cancel-subscription.hook.ts +28 -0
- package/src/modules/subscriptions/hooks/create-subscription.hook.ts +34 -0
- package/src/modules/subscriptions/hooks/find-subscription-by-id.hook.ts +17 -0
- package/src/modules/subscriptions/hooks/pending-pix-status.hook.ts +30 -0
- package/src/modules/subscriptions/services/subscriptions.service.ts +401 -301
- package/src/modules/subscriptions/types/cancel-subscription.type.ts +8 -0
- package/src/modules/subscriptions/types/create-subscription.type.ts +79 -0
- package/src/modules/subscriptions/types/pending-pix-status.type.ts +33 -0
- package/src/modules/subscriptions/types/subscription.type.ts +157 -147
- package/src/modules/subscriptions/utils/addon-buckets.ts +129 -0
- package/src/modules/subscriptions/utils/confirm-payment-if-required.ts +9 -2
- package/src/modules/subscriptions/utils/first-period-pricing.ts +63 -0
- package/src/modules/subscriptions/utils/is-api-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/is-boleto-payer.ts +21 -0
- package/src/modules/subscriptions/utils/is-free-subscription.ts +6 -0
- package/src/modules/subscriptions/utils/periodicity.ts +101 -0
- package/src/modules/subscriptions/utils/resolve-subscription-plan-name.ts +44 -0
- package/src/modules/users/hooks/messages.hook.ts +3 -5
- package/src/server.ts +102 -99
- package/src/store/useAccountModals.ts +22 -5
- package/src/store/useAffiliateFlows.ts +46 -0
- package/src/store/useProjectFlows.ts +42 -0
- package/src/store/useSubscriptionFlows.ts +176 -0
- package/src/store/useTeamFlows.ts +34 -0
- package/src/testing/factories/coupon.factory.ts +17 -0
- package/src/testing/factories/index.ts +3 -0
- package/src/testing/factories/project-user.factory.ts +15 -0
- package/src/testing/factories/project.factory.ts +19 -0
- package/src/testing/react/providers.tsx +2 -1
- package/src/utils/browser/chart-custom-tooltip.ts +85 -0
- package/src/utils/browser/get-css-variable.ts +6 -0
- package/src/utils/constants/scrollbar.ts +10 -0
- package/src/utils/date-filter-period.ts +34 -0
- package/src/utils/file/index.ts +13 -0
- package/src/utils/format/initials.ts +10 -0
- package/src/utils/format/masks.ts +41 -0
- package/src/utils/qrcode/to-data-url.ts +23 -0
- package/src/utils/validators/account.ts +0 -8
- package/dist/components/account/ConfigurationsMyAccountModal.mjs +0 -143
- package/dist/components/account/ConfigurationsMyAccountModal.mjs.map +0 -1
- package/dist/components/account/hooks/useConfigurationsModal.mjs +0 -34
- package/dist/components/account/hooks/useConfigurationsModal.mjs.map +0 -1
- package/src/components/account/ConfigurationsMyAccountModal.tsx +0 -179
- package/src/components/account/hooks/useConfigurationsModal.ts +0 -45
|
@@ -15,6 +15,7 @@ const messages = {
|
|
|
15
15
|
back: 'Back',
|
|
16
16
|
continue: 'Continue',
|
|
17
17
|
add: 'Add',
|
|
18
|
+
connect: 'Connect',
|
|
18
19
|
remove: 'Remove',
|
|
19
20
|
search: 'Search',
|
|
20
21
|
loading: 'Loading...',
|
|
@@ -40,7 +41,10 @@ const messages = {
|
|
|
40
41
|
currency: 'Currency',
|
|
41
42
|
currencyPlaceholder: 'Select the currency',
|
|
42
43
|
currencySearch: 'Search currency...',
|
|
44
|
+
general: 'General',
|
|
45
|
+
generalDescription: 'Company name, language and currency',
|
|
43
46
|
timeDisplay: 'Time display',
|
|
47
|
+
timeDisplayDescription: 'Time zone and hour format',
|
|
44
48
|
timezone: 'Time zone',
|
|
45
49
|
timezonePlaceholder: 'Select the time zone',
|
|
46
50
|
timezoneSearch: 'Search time zone...',
|
|
@@ -156,7 +160,10 @@ const messages = {
|
|
|
156
160
|
},
|
|
157
161
|
phone: 'Phone',
|
|
158
162
|
change: 'Change',
|
|
163
|
+
yourData: 'Your data',
|
|
164
|
+
yourDataDescription: 'Check your account details',
|
|
159
165
|
accessData: 'Access data',
|
|
166
|
+
accessDataDescription: 'How you sign in to your account',
|
|
160
167
|
email: 'Email',
|
|
161
168
|
savedSuccess: 'Profile updated successfully',
|
|
162
169
|
saveError: 'Error updating profile',
|
|
@@ -233,8 +240,861 @@ const messages = {
|
|
|
233
240
|
warning:
|
|
234
241
|
'You are changing settings that impact <b>all account users</b>. Do you want to confirm?',
|
|
235
242
|
},
|
|
236
|
-
|
|
237
|
-
|
|
243
|
+
// Component: MyAccountModal (My account and workspace).
|
|
244
|
+
workspace: {
|
|
245
|
+
title: 'My account',
|
|
246
|
+
groups: {
|
|
247
|
+
account: 'Settings',
|
|
248
|
+
workspace: 'Workspace',
|
|
249
|
+
},
|
|
250
|
+
nav: {
|
|
251
|
+
subscription: 'Subscription',
|
|
252
|
+
projects: 'Projects',
|
|
253
|
+
team: 'My team',
|
|
254
|
+
affiliates: 'Affiliates',
|
|
255
|
+
},
|
|
256
|
+
pagination: {
|
|
257
|
+
previous: 'Previous page',
|
|
258
|
+
next: 'Next page',
|
|
259
|
+
},
|
|
260
|
+
loadFailed: 'We could not load this data',
|
|
261
|
+
loadFailedRetry: 'Try again',
|
|
262
|
+
projects: {
|
|
263
|
+
newProject: 'New project',
|
|
264
|
+
searchPlaceholder: 'Find projects',
|
|
265
|
+
empty: 'No projects found',
|
|
266
|
+
details: 'Details',
|
|
267
|
+
delete: 'Delete',
|
|
268
|
+
userAlt: 'User',
|
|
269
|
+
seeMoreUsers: 'See more users',
|
|
270
|
+
form: {
|
|
271
|
+
nameRequired: 'Project name is required',
|
|
272
|
+
},
|
|
273
|
+
sheet: {
|
|
274
|
+
changeLogo: 'Change logo',
|
|
275
|
+
projectName: 'Project name',
|
|
276
|
+
namePlaceholder: 'E.g.: Sales project',
|
|
277
|
+
selectUsers: 'Select users',
|
|
278
|
+
connectAnotherUser: 'Connect another user',
|
|
279
|
+
searchUsers: 'Search for users',
|
|
280
|
+
noUsersFound: 'No users found',
|
|
281
|
+
allUsersAdded: 'All users have already been added',
|
|
282
|
+
addProject: 'Add project',
|
|
283
|
+
saveChanges: 'Save changes',
|
|
284
|
+
created: 'Project "{name}" created',
|
|
285
|
+
createError: 'Error creating project',
|
|
286
|
+
changesSaved: 'Changes saved',
|
|
287
|
+
updateError: 'Error updating project',
|
|
288
|
+
},
|
|
289
|
+
deleteModal: {
|
|
290
|
+
title: 'Delete project',
|
|
291
|
+
descriptionOnlyProject:
|
|
292
|
+
'Unable to delete your only project. Create another project before deleting <b>"{projectName}"</b>.',
|
|
293
|
+
description:
|
|
294
|
+
'Are you sure you want to delete your project <b>"{projectName}"</b>? The content will be moved to another project.',
|
|
295
|
+
moveContentTo: 'Move content to',
|
|
296
|
+
selectProject: 'Select a project',
|
|
297
|
+
searchProject: 'Search project...',
|
|
298
|
+
noProjectFound: 'No projects found.',
|
|
299
|
+
typeDelete: 'Type DELETE below',
|
|
300
|
+
deleteWord: 'DELETE',
|
|
301
|
+
deleting: 'Deleting...',
|
|
302
|
+
deleted: 'Project "{projectName}" deleted successfully',
|
|
303
|
+
deleteError: 'Error deleting project',
|
|
304
|
+
},
|
|
305
|
+
disabledModal: {
|
|
306
|
+
title: "You don't have Project Management",
|
|
307
|
+
description1: "Your current plan doesn't include Project Management features.",
|
|
308
|
+
description2: 'Upgrade your plan to create and manage multiple projects.',
|
|
309
|
+
upgrade: 'Upgrade plan',
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
team: {
|
|
313
|
+
addUser: 'Add user',
|
|
314
|
+
noPermissionToAdd: "You don't have permission to add users",
|
|
315
|
+
searchPlaceholder: 'Find users',
|
|
316
|
+
empty: 'No users found',
|
|
317
|
+
noProjects: 'No projects',
|
|
318
|
+
inProject: 'In {total} project',
|
|
319
|
+
inProjects: 'In {total} projects',
|
|
320
|
+
edit: 'Edit',
|
|
321
|
+
delete: 'Delete',
|
|
322
|
+
filter: 'Filter',
|
|
323
|
+
profiles: {
|
|
324
|
+
viewer: 'Viewer',
|
|
325
|
+
collaborator: 'Collaborator',
|
|
326
|
+
admin: 'Administrator',
|
|
327
|
+
owner: 'Owner',
|
|
328
|
+
},
|
|
329
|
+
sheet: {
|
|
330
|
+
titleAdd: 'Add user',
|
|
331
|
+
titleEdit: 'Edit user',
|
|
332
|
+
tabInformation: 'Information',
|
|
333
|
+
tabProjects: 'Projects',
|
|
334
|
+
tabNotifications: 'Notifications',
|
|
335
|
+
selectedOne: 'selected',
|
|
336
|
+
selectedMany: 'selected',
|
|
337
|
+
sendInvite: 'Send invitation',
|
|
338
|
+
sending: 'Sending...',
|
|
339
|
+
saving: 'Saving...',
|
|
340
|
+
saveChanges: 'Save changes',
|
|
341
|
+
inviteSent: 'Invitation sent to Email {userEmail}',
|
|
342
|
+
changesSaved: 'Changes for {userName} saved successfully',
|
|
343
|
+
createError: 'Unable to create user',
|
|
344
|
+
updateError: 'Unable to update user',
|
|
345
|
+
},
|
|
346
|
+
informationStep: {
|
|
347
|
+
sectionTitle: 'Information',
|
|
348
|
+
changePhoto: 'Change photo',
|
|
349
|
+
addPhoto: 'Add photo',
|
|
350
|
+
firstName: 'First name',
|
|
351
|
+
namePlaceholder: 'Enter here',
|
|
352
|
+
lastName: 'Last name',
|
|
353
|
+
phone: 'Mobile',
|
|
354
|
+
phonePlaceholder: '00 0 0000-0000',
|
|
355
|
+
email: 'Email',
|
|
356
|
+
emailPlaceholder: 'example@gmail.com',
|
|
357
|
+
checkingEmail: 'Verifying email...',
|
|
358
|
+
emailAlreadyRegistered: 'This email is already registered',
|
|
359
|
+
change: 'Change',
|
|
360
|
+
inviteInfo:
|
|
361
|
+
'An email with access credentials will be sent. Make sure to provide the correct email.',
|
|
362
|
+
securityTitle: 'Security',
|
|
363
|
+
twoFactor: 'Two-factor authentication',
|
|
364
|
+
enable: 'Enable',
|
|
365
|
+
disable: 'Disable',
|
|
366
|
+
twoFactorSaving: 'Saving...',
|
|
367
|
+
twoFactorEnabled: 'Two-factor authentication enabled successfully',
|
|
368
|
+
twoFactorDisabled: 'Two-factor authentication disabled successfully',
|
|
369
|
+
twoFactorError: 'Error changing two-factor authentication',
|
|
370
|
+
changePassword: 'Change access password',
|
|
371
|
+
changePasswordButton: 'Change password',
|
|
372
|
+
roleTitle: 'User role',
|
|
373
|
+
profileOwner: 'Account owner with full and unrestricted access.',
|
|
374
|
+
profileAdmin: 'Access to all features. Ideal for those who need complete control.',
|
|
375
|
+
profileCollaborator: 'Limited permissions to essential daily tasks.',
|
|
376
|
+
profileViewer:
|
|
377
|
+
'Ideal for viewing data, reports, and information without making changes.',
|
|
378
|
+
photoAlt: 'Photo',
|
|
379
|
+
},
|
|
380
|
+
projectsStep: {
|
|
381
|
+
sectionTitle: 'Projects',
|
|
382
|
+
descriptionAdmin: 'Administrators and owners have access to all projects',
|
|
383
|
+
descriptionReadOnly: 'Projects you have access to',
|
|
384
|
+
descriptionDefault: 'Select which projects this user will have access to',
|
|
385
|
+
connectAnotherProject: 'Connect another project',
|
|
386
|
+
searchProject: 'Search by project',
|
|
387
|
+
noProjectFound: 'No projects found',
|
|
388
|
+
allProjectsAdded: 'All projects have already been added',
|
|
389
|
+
minimumOneProject: 'User must have at least one project',
|
|
390
|
+
},
|
|
391
|
+
notificationsStep: {
|
|
392
|
+
sectionTitle: 'Notifications',
|
|
393
|
+
smsTitle: 'SMS',
|
|
394
|
+
smsDescription: 'Receive important notifications via SMS',
|
|
395
|
+
emailTitle: 'Email',
|
|
396
|
+
emailDescription: 'Receive notifications and updates via email',
|
|
397
|
+
typesTitle: 'Types of notifications include:',
|
|
398
|
+
},
|
|
399
|
+
deleteModal: {
|
|
400
|
+
title: 'Delete user',
|
|
401
|
+
description: 'Are you sure you want to delete the user "{userName}" from your user list?',
|
|
402
|
+
typeDelete: 'Type DELETE below',
|
|
403
|
+
deleteWord: 'DELETE',
|
|
404
|
+
deletingUser: 'Deleting user...',
|
|
405
|
+
deleteUser: 'Delete user',
|
|
406
|
+
deleted: 'User "{userEmail}" deleted successfully',
|
|
407
|
+
deleteError: 'Unable to delete user',
|
|
408
|
+
},
|
|
409
|
+
invalidUser: 'Invalid user to link projects',
|
|
410
|
+
invalidUserRemove: 'Invalid user to remove projects',
|
|
411
|
+
},
|
|
412
|
+
dateFilter: {
|
|
413
|
+
today: 'Today',
|
|
414
|
+
yesterday: 'Yesterday',
|
|
415
|
+
last7Days: 'Last 7 days',
|
|
416
|
+
last30Days: 'Last 30 days',
|
|
417
|
+
lastMonth: 'Last month',
|
|
418
|
+
allTime: 'All time',
|
|
419
|
+
},
|
|
420
|
+
affiliates: {
|
|
421
|
+
requestWithdrawal: 'Request withdrawal',
|
|
422
|
+
receivingAccount: 'Receiving account',
|
|
423
|
+
listLeads: 'View my leads',
|
|
424
|
+
terms: 'Terms and rules',
|
|
425
|
+
tabs: {
|
|
426
|
+
link: 'Affiliate link',
|
|
427
|
+
commissions: 'Commissions',
|
|
428
|
+
reports: 'Reports',
|
|
429
|
+
},
|
|
430
|
+
stats: {
|
|
431
|
+
heading: 'Key metrics',
|
|
432
|
+
totalAffiliates: 'Total affiliates',
|
|
433
|
+
clicks: 'Clicks',
|
|
434
|
+
leads: 'Leads',
|
|
435
|
+
balance: 'Balance',
|
|
436
|
+
selectedPeriod: 'Selected period',
|
|
437
|
+
minBalance: 'Minimum balance of R$25 to withdraw.',
|
|
438
|
+
},
|
|
439
|
+
steps: {
|
|
440
|
+
inviteTitle: 'Send your invite',
|
|
441
|
+
inviteDescription: 'Share your affiliate link with your partners',
|
|
442
|
+
registerTitle: 'Registration',
|
|
443
|
+
registerDescription: 'Your partner signs up on the platform',
|
|
444
|
+
trialTitle: 'Trial period',
|
|
445
|
+
trialDescription: 'Your partner has 7 days as a trial period',
|
|
446
|
+
},
|
|
447
|
+
commissionCard: {
|
|
448
|
+
title: 'Commission of {percent}%',
|
|
449
|
+
affiliateCode: 'Affiliate code',
|
|
450
|
+
commission: 'Commission',
|
|
451
|
+
discount: 'Discount',
|
|
452
|
+
shareLink: 'Share link',
|
|
453
|
+
copyTooltip: 'Copy link',
|
|
454
|
+
linkCopied: 'Link copied',
|
|
455
|
+
},
|
|
456
|
+
transactions: {
|
|
457
|
+
total: 'Total of {total} transactions',
|
|
458
|
+
filter: 'Filter',
|
|
459
|
+
filterApproval: 'Pending approval',
|
|
460
|
+
value: 'Amount',
|
|
461
|
+
date: 'Date',
|
|
462
|
+
type: 'Type',
|
|
463
|
+
statusColumn: 'Status',
|
|
464
|
+
empty: 'No commissions found.',
|
|
465
|
+
pendingTooltip:
|
|
466
|
+
'Pending status lasts for 30 days. If the user does not request a refund, the amount is consolidated after this period.',
|
|
467
|
+
refusedTooltip: 'Withdrawal refused. The amount went back to your balance.',
|
|
468
|
+
refusedReason: 'Reason: {reason}',
|
|
469
|
+
viewAttachment: 'View attachment',
|
|
470
|
+
typeCommission: 'Commission received',
|
|
471
|
+
typeWithdrawal: 'Withdrawal request',
|
|
472
|
+
typeFallback: 'Type {type}',
|
|
473
|
+
status: {
|
|
474
|
+
pending: 'Pending',
|
|
475
|
+
consolidated: 'Consolidated',
|
|
476
|
+
canceled: 'Canceled',
|
|
477
|
+
refused: 'Refused',
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
chart: {
|
|
481
|
+
title: 'Indicators tracking',
|
|
482
|
+
clicks: 'Clicks (Prospect)',
|
|
483
|
+
leads: 'Registrations (Leads)',
|
|
484
|
+
customers: 'Customers',
|
|
485
|
+
},
|
|
486
|
+
joinProgram: {
|
|
487
|
+
title: 'Join the affiliate program',
|
|
488
|
+
description:
|
|
489
|
+
'By clicking join, you declare that you accept all terms and conditions of the {whitelabelName} partnership program. For more information, see the',
|
|
490
|
+
termsLink: 'Affiliate program terms',
|
|
491
|
+
join: 'Join',
|
|
492
|
+
joining: 'Joining...',
|
|
493
|
+
decline: 'Do not join',
|
|
494
|
+
joinError: 'Error joining the affiliate program. Please try again.',
|
|
495
|
+
},
|
|
496
|
+
withdrawal: {
|
|
497
|
+
sheetTitle: 'Request withdrawal',
|
|
498
|
+
availableBalance: 'Available balance',
|
|
499
|
+
receivingAccount: 'Receiving account',
|
|
500
|
+
holderLabel: 'Account holder',
|
|
501
|
+
pixKeyLabel: 'PIX key',
|
|
502
|
+
holderDocumentLabel: 'Tax ID',
|
|
503
|
+
withdrawalValueLabel: 'Withdrawal amount',
|
|
504
|
+
withdrawalValuePlaceholder: 'R$ 0.00',
|
|
505
|
+
withdrawalValueHint: 'Minimum amount: R$ {minValue}',
|
|
506
|
+
invoiceWarningCnpj: 'You must attach the invoice for withdrawals to a CNPJ account.',
|
|
507
|
+
attachInvoiceButton: 'Attach invoice',
|
|
508
|
+
uploadAreaText: 'Drag or upload file here',
|
|
509
|
+
uploadAreaExt: '.PDF',
|
|
510
|
+
processingInfo: 'Withdrawal processing can take up to 7 business days.',
|
|
511
|
+
processingInfoSub: 'You will receive a confirmation by email.',
|
|
512
|
+
contactInfo: 'For questions, contact finance:',
|
|
513
|
+
submitButton: 'Request withdrawal',
|
|
514
|
+
errorPdfOnly: 'Only PDF files are accepted.',
|
|
515
|
+
errorRequestDeposit: 'Error requesting withdrawal.',
|
|
516
|
+
validationMinValue: 'Minimum amount: R$ {minValue}',
|
|
517
|
+
validationMaxBalance: 'Amount cannot exceed the available balance for withdrawal ({balance})',
|
|
518
|
+
validationRequired: 'Please enter an amount',
|
|
519
|
+
removeAttachmentAriaLabel: 'Remove file',
|
|
520
|
+
cpfMonthlyLimit: 'Monthly limit (CPF): {value}',
|
|
521
|
+
cpfMonthlyRemaining: '· Available this month: {value}',
|
|
522
|
+
reviewTitle: 'Review withdrawal request',
|
|
523
|
+
reviewValueLabel: 'Amount',
|
|
524
|
+
reviewPixLabel: 'PIX key',
|
|
525
|
+
reviewDeadlineLabel: 'Deadline',
|
|
526
|
+
reviewDeadlineValue: '7 business days',
|
|
527
|
+
reviewInvoiceLabel: 'Invoice',
|
|
528
|
+
reviewWarning:
|
|
529
|
+
'Review the request details before confirming. Once confirmed, the withdrawal will be sent for processing.',
|
|
530
|
+
reviewConfirmButton: 'Confirm withdrawal',
|
|
531
|
+
blockedTitle: 'Fix your receiving account',
|
|
532
|
+
blockedDescription:
|
|
533
|
+
'The registered Pix key is a tax ID that differs from the account holder document. Update the key or the document to request withdrawals again.',
|
|
534
|
+
blockedEditAccountButton: 'Edit receiving account',
|
|
535
|
+
},
|
|
536
|
+
bankAccount: {
|
|
537
|
+
dialogTitle: 'Receiving account',
|
|
538
|
+
pixKeyLabel: 'PIX key',
|
|
539
|
+
pixKeyPlaceholder: 'Email, CPF, Phone...',
|
|
540
|
+
pixKeyHint:
|
|
541
|
+
'You are responsible for the PIX key provided. Verify that it is correct — transfers will be sent directly to this key.',
|
|
542
|
+
holderNameLabel: 'Account holder name',
|
|
543
|
+
holderNamePlaceholder: 'Full name',
|
|
544
|
+
holderDocumentLabel: "Holder's CPF/CNPJ",
|
|
545
|
+
holderDocumentPlaceholder: '000.000.000-00',
|
|
546
|
+
saveSuccess: 'Receiving account saved successfully.',
|
|
547
|
+
saveError: 'Error saving account.',
|
|
548
|
+
validationPix: 'Please enter a PIX key',
|
|
549
|
+
validationHolder: 'Please enter the account holder',
|
|
550
|
+
validationDocument: "Please enter holder's CPF/CNPJ",
|
|
551
|
+
validationDocumentLength: 'Enter a CPF (11 digits) or CNPJ (14 digits)',
|
|
552
|
+
validationCpfChecksum: 'Invalid CPF — check the verification digits',
|
|
553
|
+
validationCnpjChecksum: 'Invalid CNPJ — check the verification digits',
|
|
554
|
+
validationPixDocumentMismatch:
|
|
555
|
+
'The Pix key is a tax ID that differs from the account holder document. Use a key for the same document or fix the holder tax ID.',
|
|
556
|
+
pixCnpjInvoiceNotice:
|
|
557
|
+
'Company account: withdrawals require a PDF invoice and do not use the individual monthly limit.',
|
|
558
|
+
},
|
|
559
|
+
noBankAccount: {
|
|
560
|
+
title: 'Register a receiving account',
|
|
561
|
+
description:
|
|
562
|
+
'To request a withdrawal, you need to register a bank account for receiving deposits.',
|
|
563
|
+
registerButton: 'Register account',
|
|
564
|
+
},
|
|
565
|
+
viewAttachment: {
|
|
566
|
+
title: 'Attached invoice',
|
|
567
|
+
iframeTitle: 'Invoice',
|
|
568
|
+
noAttachment: 'No attachment available.',
|
|
569
|
+
},
|
|
570
|
+
leadsSheet: {
|
|
571
|
+
title: 'View my leads',
|
|
572
|
+
emptyState: 'No leads found.',
|
|
573
|
+
noDate: 'No date',
|
|
574
|
+
months: {
|
|
575
|
+
january: 'January',
|
|
576
|
+
february: 'February',
|
|
577
|
+
march: 'March',
|
|
578
|
+
april: 'April',
|
|
579
|
+
may: 'May',
|
|
580
|
+
june: 'June',
|
|
581
|
+
july: 'July',
|
|
582
|
+
august: 'August',
|
|
583
|
+
september: 'September',
|
|
584
|
+
october: 'October',
|
|
585
|
+
november: 'November',
|
|
586
|
+
december: 'December',
|
|
587
|
+
},
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
subscription: {
|
|
591
|
+
cancelPlan: {
|
|
592
|
+
title: 'Cancel {planName} Plan',
|
|
593
|
+
description: 'You can use {whitelabelName} until <b>{dueDate}</b>. After that date, your pages will be taken offline and access to the editor and other plan features will be limited.',
|
|
594
|
+
reasonLabel: 'Cancellation reason',
|
|
595
|
+
reasonPlaceholder: 'Select',
|
|
596
|
+
descriptionLabel: 'Describe what led you to make this decision',
|
|
597
|
+
descriptionPlaceholder: 'Describe here....',
|
|
598
|
+
charactersCount: '{count}/400',
|
|
599
|
+
submit: 'Cancel subscription',
|
|
600
|
+
requiredFields: 'Fill in all required fields',
|
|
601
|
+
reasons: {
|
|
602
|
+
tooExpensive: 'The price is too high',
|
|
603
|
+
missingFeatures: 'The tool lacks a feature I need',
|
|
604
|
+
switchedService: 'I switched to another service',
|
|
605
|
+
unused: 'I am not using the tool',
|
|
606
|
+
customerService: 'I had issues with support or customer service',
|
|
607
|
+
tooComplex: 'The tool is too complex to use',
|
|
608
|
+
lowQuality: 'The quality did not meet my expectations',
|
|
609
|
+
other: 'Other reason',
|
|
610
|
+
},
|
|
611
|
+
},
|
|
612
|
+
confirmCancel: {
|
|
613
|
+
title: 'Sorry to see you go!',
|
|
614
|
+
projectsAndPages: 'All your <b><totalProjects></totalProjects> projects</b> and all your <b><totalPages></totalPages> pages</b> will be unable to edit and view until you sign up for a new plan!',
|
|
615
|
+
daysUntilEnd: 'Your sites will be taken offline in {daysUntilEnd} {unit} after cancellation',
|
|
616
|
+
dayUnit: 'day',
|
|
617
|
+
daysUnit: 'days',
|
|
618
|
+
submit: 'Cancel subscription',
|
|
619
|
+
keep: 'Keep subscription',
|
|
620
|
+
successToast: 'Subscription cancelled',
|
|
621
|
+
errorToast: 'Error cancelling subscription. Try again.',
|
|
622
|
+
},
|
|
623
|
+
pendingChange: {
|
|
624
|
+
title: 'Summary',
|
|
625
|
+
startsOn: 'Starts on {date}',
|
|
626
|
+
addonExtras: '{qty} {name} extras',
|
|
627
|
+
aiCredits: '{qty} AI credits',
|
|
628
|
+
periodicityDiscount: 'Periodicity discount',
|
|
629
|
+
couponDiscount: 'Coupon discount',
|
|
630
|
+
billing: '{period} billing',
|
|
631
|
+
},
|
|
632
|
+
usageReport: {
|
|
633
|
+
title: 'Usage report',
|
|
634
|
+
madeBy: 'Created by <b>{author}</b>',
|
|
635
|
+
creditsLabel: '{credits} credits',
|
|
636
|
+
creditsAdded: '{count} credits added',
|
|
637
|
+
creditsUsed: '{consumed} of {total} credits used',
|
|
638
|
+
expired: 'Expired',
|
|
639
|
+
expiresInOneDay: 'Expires in 1 day',
|
|
640
|
+
expiresInDays: 'Expires in {days} days',
|
|
641
|
+
noHistory: 'No credit history found.',
|
|
642
|
+
viewPage: 'View page',
|
|
643
|
+
defaultRef: 'Credit usage',
|
|
644
|
+
defaultUser: 'User',
|
|
645
|
+
},
|
|
646
|
+
planDetails: {
|
|
647
|
+
title: 'Your current plan',
|
|
648
|
+
planName: 'Plan {name}',
|
|
649
|
+
noName: 'unnamed',
|
|
650
|
+
validity: 'Valid:',
|
|
651
|
+
cancelledBadge: 'Cancelled',
|
|
652
|
+
includedInPlan: 'Included in plan',
|
|
653
|
+
unlimitedDomains: 'Unlimited domains',
|
|
654
|
+
domainsSummary: '{total} domains contracted ({base} included in plan + {extra} extra)',
|
|
655
|
+
domainsSummaryNoExtra: '{total} domains contracted ({base} included in plan)',
|
|
656
|
+
abTestUnlimited: 'Unlimited experiments (A/B Tests)',
|
|
657
|
+
heatmap: 'Heatmap',
|
|
658
|
+
domainBucketPrice: '{count} at {price}',
|
|
659
|
+
domainPromoPrice: '{count} at {price} · promotional price',
|
|
660
|
+
domainTooltip: 'The base price is what an extra domain costs today. Promotional prices were contracted under previous conditions and remain valid until you remove them.',
|
|
661
|
+
manageAddons: 'You can manage your add-ons.',
|
|
662
|
+
manageAddonsLink: 'Click here',
|
|
663
|
+
paymentInfo: 'Payment information',
|
|
664
|
+
valueLabel: 'Amount',
|
|
665
|
+
paymentMethodLabel: 'Payment method',
|
|
666
|
+
periodicityLabel: 'Frequency',
|
|
667
|
+
planValidityLabel: 'Plan validity',
|
|
668
|
+
paymentMethodBoleto: 'Boleto',
|
|
669
|
+
paymentMethodCard: 'Card',
|
|
670
|
+
periodicityMonthly: 'Monthly',
|
|
671
|
+
periodicitySemiannual: 'Semiannually',
|
|
672
|
+
periodicityAnnual: 'Annually',
|
|
673
|
+
trialPeriod: 'Trial period',
|
|
674
|
+
couponLabel: 'Applied coupon',
|
|
675
|
+
couponValuePercent: '{code} (-{percent}%)',
|
|
676
|
+
couponValueAmount: '{code} (-{amount})',
|
|
677
|
+
},
|
|
678
|
+
billingAddress: {
|
|
679
|
+
title: 'Billing address',
|
|
680
|
+
personTypeLabel: 'Person type',
|
|
681
|
+
personTypePf: 'Individual',
|
|
682
|
+
personTypePj: 'Business',
|
|
683
|
+
locationTitle: 'Location',
|
|
684
|
+
locationDescription: 'Fill in your company\'s address information.',
|
|
685
|
+
fantasyName: 'Business name',
|
|
686
|
+
fantasyNamePlaceholder: 'Company name',
|
|
687
|
+
fullName: 'Full name',
|
|
688
|
+
fullNamePlaceholder: 'Your full name',
|
|
689
|
+
financialEmail: 'Email',
|
|
690
|
+
financialEmailPlaceholder: 'email@example.com',
|
|
691
|
+
addressLabel: 'Address',
|
|
692
|
+
addressPlaceholder: 'Street, Avenue...',
|
|
693
|
+
numberLabel: 'Number',
|
|
694
|
+
numberPlaceholder: 'No.',
|
|
695
|
+
complementLabel: 'Complement',
|
|
696
|
+
complementPlaceholder: 'Apt, office...',
|
|
697
|
+
neighborhoodLabel: 'Neighborhood',
|
|
698
|
+
neighborhoodPlaceholder: 'Neighborhood',
|
|
699
|
+
cityLabel: 'City',
|
|
700
|
+
cityPlaceholder: 'City',
|
|
701
|
+
stateLabel: 'State (UF)',
|
|
702
|
+
statePlaceholder: 'UF',
|
|
703
|
+
countryLabel: 'Country',
|
|
704
|
+
countryPlaceholder: 'Select',
|
|
705
|
+
cepNotFound: 'ZIP code not found',
|
|
706
|
+
successToast: 'Billing address updated!',
|
|
707
|
+
errorToast: 'Error saving. Try again.',
|
|
708
|
+
requiredFields: 'Fill in all required fields',
|
|
709
|
+
invalidCnpj: 'Invalid CNPJ',
|
|
710
|
+
invalidCpf: 'Invalid CPF',
|
|
711
|
+
invalidCnpjChecksum: 'Invalid CNPJ — check the verification digits',
|
|
712
|
+
invalidCpfChecksum: 'Invalid CPF — check the verification digits',
|
|
713
|
+
invalidEmail: 'Invalid email',
|
|
714
|
+
invalidCep: 'Invalid ZIP code',
|
|
715
|
+
requiredField: 'Required field',
|
|
716
|
+
},
|
|
717
|
+
payCharge: {
|
|
718
|
+
title: 'Pay invoice',
|
|
719
|
+
dueDate: 'Due date: {date}',
|
|
720
|
+
domains: 'Domains',
|
|
721
|
+
aiCredits: 'AI Credits',
|
|
722
|
+
abTest: 'A/B Test',
|
|
723
|
+
abTestActive: 'Active',
|
|
724
|
+
payment: 'Payment',
|
|
725
|
+
boletoTooltip: 'Boleto payment available only for annual subscriptions',
|
|
726
|
+
boletoInfo: 'Boleto with due date in 3 business days. The subscription is activated after payment confirmation.\n\nIf the boleto expires, the subscription will not be activated.',
|
|
727
|
+
pixInfo: 'Click <b>"View PIX Code"</b> to view the QR code and copy the payment code.',
|
|
728
|
+
processing: 'Processing...',
|
|
729
|
+
payNow: 'Pay now',
|
|
730
|
+
viewPixCode: 'View PIX Code',
|
|
731
|
+
viewBoleto: 'View boleto details',
|
|
732
|
+
generatingBoleto: 'Generating...',
|
|
733
|
+
generateBoleto: 'Generate boleto',
|
|
734
|
+
successToast: 'Payment processed successfully!',
|
|
735
|
+
errorPayment: 'Error processing payment. Try again.',
|
|
736
|
+
errorBoleto: 'Error generating boleto. Try again.',
|
|
737
|
+
},
|
|
738
|
+
receipt: {
|
|
739
|
+
generalInfo: 'General information',
|
|
740
|
+
chargeLabel: 'Charge',
|
|
741
|
+
detailsLabel: 'Details',
|
|
742
|
+
statusLabel: 'Status',
|
|
743
|
+
noTitle: 'Untitled',
|
|
744
|
+
paymentSection: 'Payment',
|
|
745
|
+
totalValue: 'Total value',
|
|
746
|
+
dueDate: 'Due date',
|
|
747
|
+
paymentDate: 'Payment date',
|
|
748
|
+
paymentMethod: 'Payment method',
|
|
749
|
+
paymentMethodCreditCard: 'Credit card',
|
|
750
|
+
paymentMethodBoleto: 'Boleto',
|
|
751
|
+
paymentMethodPix: 'PIX',
|
|
752
|
+
viewPixCode: 'View PIX Code',
|
|
753
|
+
payBoleto: 'Pay boleto',
|
|
754
|
+
viewBoletoDetails: 'View boleto details',
|
|
755
|
+
retryPayment: 'Retry payment',
|
|
756
|
+
changeCard: 'Change card',
|
|
757
|
+
downloadReceipt: 'Download receipt',
|
|
758
|
+
notaFiscal: 'Download invoice (NFe)',
|
|
759
|
+
notaFiscalEmpty: 'The invoice (NFe) is still being generated and may take a few minutes to be issued. Please try again later.',
|
|
760
|
+
notaFiscalError: 'Could not retrieve the invoice (NFe). Please try again.',
|
|
761
|
+
},
|
|
762
|
+
boletoDetails: {
|
|
763
|
+
title: 'Boleto details',
|
|
764
|
+
valueLabel: 'Amount',
|
|
765
|
+
dueDate: 'Due date',
|
|
766
|
+
digitableLine: 'Digitable line',
|
|
767
|
+
copyCode: 'Copy code',
|
|
768
|
+
openBoleto: 'Open boleto',
|
|
769
|
+
copiedToast: 'Code copied successfully!',
|
|
770
|
+
},
|
|
771
|
+
pixDetails: {
|
|
772
|
+
title: 'PIX generated',
|
|
773
|
+
subtitle: 'Scan the QR code to pay',
|
|
774
|
+
dueDate: 'Due date',
|
|
775
|
+
value: 'Amount',
|
|
776
|
+
dueDateToday: 'Today',
|
|
777
|
+
dueDateTomorrow: 'Tomorrow',
|
|
778
|
+
payIn: 'Pay in',
|
|
779
|
+
qrCodeAlt: 'PIX QR Code',
|
|
780
|
+
qrCodeUnavailable: 'The visual QR Code was not provided by the integration.',
|
|
781
|
+
generating: 'Generating a new PIX code...',
|
|
782
|
+
refreshError: 'Could not generate a new PIX code. Please try again in a moment.',
|
|
783
|
+
orCopyCode: 'OR COPY THE PIX CODE BELOW',
|
|
784
|
+
copyCode: 'Copy code',
|
|
785
|
+
copiedToast: 'Code copied successfully!',
|
|
786
|
+
},
|
|
787
|
+
planCard: {
|
|
788
|
+
noSubscription: 'No subscription',
|
|
789
|
+
readFailed: 'We could not load your subscription',
|
|
790
|
+
readFailedRetry: 'Try again',
|
|
791
|
+
freePlan: 'FREE plan',
|
|
792
|
+
choosePlan: 'Choose a plan now',
|
|
793
|
+
hirePlan: 'Hire plan',
|
|
794
|
+
planName: '{name} plan',
|
|
795
|
+
noName: 'unnamed',
|
|
796
|
+
trialBadge: '(Trial period)',
|
|
797
|
+
trialDaysRemaining: 'You have {days} trial days',
|
|
798
|
+
moreDetails: 'More details',
|
|
799
|
+
current: 'Current',
|
|
800
|
+
cancelled: 'Cancelled',
|
|
801
|
+
frozen: 'Frozen',
|
|
802
|
+
expired: 'Expired',
|
|
803
|
+
overdueDate: 'Overdue since {date}',
|
|
804
|
+
expiresOn: 'Expires on {date}',
|
|
805
|
+
pendingDate: 'On {date}',
|
|
806
|
+
details: 'Details',
|
|
807
|
+
changePlan: 'Change plan',
|
|
808
|
+
paySubscription: 'Pay subscription',
|
|
809
|
+
billingAddress: 'Billing address',
|
|
810
|
+
cancelPlan: 'Cancel plan',
|
|
811
|
+
noActiveCredits: 'No active credits',
|
|
812
|
+
creditsExpireInOneDay: '{credits} credits expire in 1 day',
|
|
813
|
+
creditsExpireInDays: '{credits} credits expire in {days} days',
|
|
814
|
+
aiCreditsTotal: '{total} AI credits',
|
|
815
|
+
creditsExpireAriaLabel: 'Information about expiring credits',
|
|
816
|
+
creditsExpireTooltip:
|
|
817
|
+
'This is the batch of credits closest to expiration. See more details in Usage Report.',
|
|
818
|
+
buyCredits: 'Buy credits',
|
|
819
|
+
usageReport: 'Usage report',
|
|
820
|
+
aiCreditsPromoTitle: 'AI Credits',
|
|
821
|
+
aiCreditsPromoDescription: 'Accelerate your tasks with the power of AI',
|
|
822
|
+
},
|
|
823
|
+
paymentInfo: {
|
|
824
|
+
title: 'Payment information',
|
|
825
|
+
defaultCard: 'Default card',
|
|
826
|
+
validUntil: 'Valid until {date}',
|
|
827
|
+
manageTitle: 'Card management',
|
|
828
|
+
noCards: 'No cards registered',
|
|
829
|
+
noCardAdded: 'No card added',
|
|
830
|
+
loadFailed: 'Could not load your cards',
|
|
831
|
+
retry: 'Try again',
|
|
832
|
+
},
|
|
833
|
+
charges: {
|
|
834
|
+
title: 'All your receipts',
|
|
835
|
+
noReceipts: 'No receipts found',
|
|
836
|
+
defaultTitle: 'Charge',
|
|
837
|
+
filter: 'Filter',
|
|
838
|
+
filterPending: 'Pending',
|
|
839
|
+
filterPaid: 'Paid',
|
|
840
|
+
filterFailed: 'Failed to pay',
|
|
841
|
+
filterCancelled: 'Cancelled',
|
|
842
|
+
pay: 'Pay',
|
|
843
|
+
downloadReceipt: 'Download receipt',
|
|
844
|
+
details: 'Details',
|
|
845
|
+
status: {
|
|
846
|
+
pending: 'Pending',
|
|
847
|
+
paid: 'Paid',
|
|
848
|
+
failed: 'Failed to pay',
|
|
849
|
+
cancelled: 'Invoice cancelled',
|
|
850
|
+
},
|
|
851
|
+
},
|
|
852
|
+
|
|
853
|
+
// Flow: ChangePlanSheet (plan management, change and re-contracting).
|
|
854
|
+
changePlan: {
|
|
855
|
+
titleManagement: 'Plan Management',
|
|
856
|
+
titleChange: 'Change Plan',
|
|
857
|
+
billingRow: 'Billing {period}',
|
|
858
|
+
toasts: {
|
|
859
|
+
couponNotValidForPlan: 'Coupon {code} is not valid for the selected plan.',
|
|
860
|
+
couponNotValidForPeriod: 'Coupon {code} is not valid for the selected billing period.',
|
|
861
|
+
couponRemovedInvalidPlan: 'Coupon {code} removed: not valid for this plan.',
|
|
862
|
+
couponRemovedInvalidPeriod:
|
|
863
|
+
'Coupon {code} removed: not valid for the selected billing period.',
|
|
864
|
+
pixNotGenerated: 'Unable to generate PIX code. Please try again.',
|
|
865
|
+
boletoGenerated: 'Boleto generated! Open its details from the charges list.',
|
|
866
|
+
planReactivated: 'Plan {planName} reactivated',
|
|
867
|
+
reactivateError: 'Error reactivating plan. Please try again.',
|
|
868
|
+
planUpdated: 'Plan updated. Changes take effect on the next billing date.',
|
|
869
|
+
updateError: 'Error updating plan. Please try again.',
|
|
870
|
+
},
|
|
871
|
+
planView: {
|
|
872
|
+
currentPlanLabel: 'Current plan',
|
|
873
|
+
changePlanButton: 'Change plan',
|
|
874
|
+
},
|
|
875
|
+
planComparison: {
|
|
876
|
+
badgeCurrent: 'Current',
|
|
877
|
+
badgeNew: 'New',
|
|
878
|
+
newFeaturesTitle: 'New features included',
|
|
879
|
+
lostFeaturesTitle: 'What you lose with this plan change',
|
|
880
|
+
},
|
|
881
|
+
paymentSummary: {
|
|
882
|
+
paymentTitle: 'Payment',
|
|
883
|
+
boletoInfo: 'Click <b>"Update plan"</b> and your Boleto will be generated automatically!',
|
|
884
|
+
pixInfo: 'Click <b>"Update plan"</b> and your PIX code will be generated automatically!',
|
|
885
|
+
immediateChargeNote:
|
|
886
|
+
'A prorated charge will be made now and the new amount takes effect from the next billing date.',
|
|
887
|
+
downgradeNote: 'Changes will take effect starting from your next billing date.',
|
|
888
|
+
defaultNote: 'Changes take effect at the time of payment.',
|
|
889
|
+
paymentMethodChangeNote:
|
|
890
|
+
'Future charges for this subscription will be made via <b>{method}</b>.',
|
|
891
|
+
submitButton: 'Update plan',
|
|
892
|
+
retryAuthButton: 'Retry authentication',
|
|
893
|
+
},
|
|
894
|
+
reactivationConfig: {
|
|
895
|
+
currentPlanLabel: 'Current plan',
|
|
896
|
+
changePlanButton: 'Change plan',
|
|
897
|
+
},
|
|
898
|
+
reactivationPayment: {
|
|
899
|
+
paymentTitle: 'Payment',
|
|
900
|
+
boletoInfo: 'Click <b>"Activate plan"</b> and your Boleto will be generated automatically!',
|
|
901
|
+
pixInfo: 'Click <b>"Activate plan"</b> and your PIX code will be generated automatically!',
|
|
902
|
+
submitButton: 'Activate plan',
|
|
903
|
+
billingDataRequired:
|
|
904
|
+
'Boleto and PIX issue an invoice: complete your billing details to continue.',
|
|
905
|
+
billingDataAction: 'Complete billing details',
|
|
906
|
+
retryAuthButton: 'Retry authentication',
|
|
907
|
+
},
|
|
908
|
+
paymentMethodLabels: { card: 'card', boleto: 'Boleto', pix: 'PIX' },
|
|
909
|
+
addons: {
|
|
910
|
+
title: 'Plan Add-ons',
|
|
911
|
+
credits: { option: '{credits} AI credits / month', priceDefault: 'Standard' },
|
|
912
|
+
domains: {
|
|
913
|
+
included: '{count} Connected Domains',
|
|
914
|
+
extras: '(+{count} extras)',
|
|
915
|
+
extraPrice: '{price}{period} per extra domain',
|
|
916
|
+
},
|
|
917
|
+
abTest: {
|
|
918
|
+
name: 'A/B Test & Experiments',
|
|
919
|
+
details: 'Learn more',
|
|
920
|
+
includedInPlan: 'Included in plan',
|
|
921
|
+
},
|
|
922
|
+
},
|
|
923
|
+
alternativeBuckets: {
|
|
924
|
+
sectionTitle: 'Other registered domains',
|
|
925
|
+
domainSingular: 'domain',
|
|
926
|
+
domainPlural: 'domains',
|
|
927
|
+
bucketLabel: '{count} {domainLabel} at {price}',
|
|
928
|
+
},
|
|
929
|
+
summary: {
|
|
930
|
+
title: 'Summary',
|
|
931
|
+
planRow: 'Plan {planName}',
|
|
932
|
+
domainAddonSuffix: 'at {price}',
|
|
933
|
+
aiAddon: '{credits} AI credits',
|
|
934
|
+
periodDiscount: '{pct} discount ({period})',
|
|
935
|
+
couponDiscount: 'Coupon {code}',
|
|
936
|
+
immediateCharge: 'Immediate charge',
|
|
937
|
+
billingRow: 'Billing {period}',
|
|
938
|
+
},
|
|
939
|
+
coupon: { addButton: 'Discount coupon' },
|
|
940
|
+
couponDialog: {
|
|
941
|
+
title: 'Discount coupon',
|
|
942
|
+
codeLabel: 'Coupon code',
|
|
943
|
+
codePlaceholder: 'Enter here',
|
|
944
|
+
apply: 'Apply coupon',
|
|
945
|
+
applying: 'Applying...',
|
|
946
|
+
notFoundOrInvalid: 'Coupon {code} does not exist or is no longer valid.',
|
|
947
|
+
notUsableAccount: 'Coupon {code} cannot be used in this account.',
|
|
948
|
+
},
|
|
949
|
+
abTestDialog: { learnMore: 'Learn more' },
|
|
950
|
+
lostFeatures: {
|
|
951
|
+
domains15: '15 connected domains',
|
|
952
|
+
projectManagement: 'Project management',
|
|
953
|
+
onboardingMeeting: 'Onboarding meeting',
|
|
954
|
+
domains3: '3 connected domains',
|
|
955
|
+
unlimitedPages: 'Unlimited pages',
|
|
956
|
+
},
|
|
957
|
+
downgradeReason: {
|
|
958
|
+
title: 'Why are you downgrading?',
|
|
959
|
+
subtitle: 'Your answer helps us improve {wlName} for you.',
|
|
960
|
+
reasonLabel: 'Reason for plan change',
|
|
961
|
+
reasonRequired: '*',
|
|
962
|
+
reasonPlaceholder: 'Describe the reason for your choice',
|
|
963
|
+
continueWithDowngrade: 'Continue with downgrade',
|
|
964
|
+
},
|
|
965
|
+
downgradeReasons: {
|
|
966
|
+
'problemas-tecnicos': "I'm experiencing too many technical issues",
|
|
967
|
+
preco: 'The price is not worth it for me at the moment',
|
|
968
|
+
'pouco-uso': "I'm not using the tool frequently",
|
|
969
|
+
'falta-recursos': 'I miss important features',
|
|
970
|
+
outro: 'Another reason',
|
|
971
|
+
},
|
|
972
|
+
},
|
|
973
|
+
|
|
974
|
+
// Contracting: period selector and limited-duration coupon.
|
|
975
|
+
checkout: {
|
|
976
|
+
billing: {
|
|
977
|
+
sectionLabel: 'Billing',
|
|
978
|
+
annual: 'Annual Subscription',
|
|
979
|
+
monthly: 'Monthly Subscription',
|
|
980
|
+
suffixAnnual: '/year',
|
|
981
|
+
suffixMonthly: '/month',
|
|
982
|
+
billedUpfront: '{price} billed upfront',
|
|
983
|
+
discountBadge: '{percent}% OFF',
|
|
984
|
+
catalogDiscountBadge: 'up to {percent}% off',
|
|
985
|
+
},
|
|
986
|
+
firstPeriod: {
|
|
987
|
+
firstMonthly: '1st month {price}',
|
|
988
|
+
firstSemiannual: '1st semester {price}',
|
|
989
|
+
firstAnnual: '1st year {price}',
|
|
990
|
+
firstMonths: 'first {count} months {price}',
|
|
991
|
+
then: 'then {price}{suffix}',
|
|
992
|
+
},
|
|
993
|
+
},
|
|
994
|
+
|
|
995
|
+
// Flow: CannotDowngradeDialog (what to adjust before moving to a smaller plan).
|
|
996
|
+
cannotDowngrade: {
|
|
997
|
+
heading: 'Before switching to the {planName} plan',
|
|
998
|
+
alertDomains:
|
|
999
|
+
'Your account has {registeredDomains, plural, one {1 registered domain} other {# registered domains}}, but the {planName} plan allows only {planIncludedDomains, plural, one {1 connected domain} other {# connected domains}}.',
|
|
1000
|
+
alertDomainsNone:
|
|
1001
|
+
'Your account has {registeredDomains, plural, one {1 registered domain} other {# registered domains}}, but the {planName} plan does not allow connected domains.',
|
|
1002
|
+
alertPages:
|
|
1003
|
+
'Your account has {publishedPages, plural, one {1 published page} other {# published pages}}, but the {planName} plan allows only {planIncludedPages, plural, one {1 published page} other {# published pages}}.',
|
|
1004
|
+
alertReviewSteps: 'To continue, review the steps below and choose what you want to keep.',
|
|
1005
|
+
alertReady:
|
|
1006
|
+
'All set! Your account is already within the {planName} plan limits. Just finish the change.',
|
|
1007
|
+
stepReviewTitle: 'Review limits',
|
|
1008
|
+
stepDomainsTitle: 'Review domains',
|
|
1009
|
+
stepPagesTitle: 'Review pages',
|
|
1010
|
+
stepDomainsSubtitle:
|
|
1011
|
+
'You need to remove {count, plural, one {1 domain} other {# domains}} to continue',
|
|
1012
|
+
stepDomainsAction: 'Delete {count, plural, one {1 domain} other {# domains}}',
|
|
1013
|
+
stepDomainsDone: 'Your account is already within the plan domain limit',
|
|
1014
|
+
stepPagesSubtitle:
|
|
1015
|
+
'You need to keep only {limit, plural, one {1 published page} other {# published pages}} to continue',
|
|
1016
|
+
stepPagesAction: 'Unpublish {count, plural, one {1 page} other {# pages}}',
|
|
1017
|
+
stepPagesDone: 'Your account is already within the plan page limit',
|
|
1018
|
+
stepConfirmTitle: 'Confirm change',
|
|
1019
|
+
stepConfirmSubtitle: 'Review everything before completing the change',
|
|
1020
|
+
stepConfirmAction: 'Finish',
|
|
1021
|
+
},
|
|
1022
|
+
|
|
1023
|
+
// Flow: AddFirstCardWarningModal (first card on the account).
|
|
1024
|
+
addFirstCard: {
|
|
1025
|
+
title: 'Attention when adding a card',
|
|
1026
|
+
description1:
|
|
1027
|
+
'When you add this card, it will be used as the payment method for your subscription.',
|
|
1028
|
+
description2:
|
|
1029
|
+
'The next invoice for your subscription will be automatically charged to this new card.',
|
|
1030
|
+
continue: 'Continue',
|
|
1031
|
+
},
|
|
1032
|
+
|
|
1033
|
+
// Flow: SwitchPaymentToCardModal (subscription starts being billed to the new card).
|
|
1034
|
+
switchPaymentToCard: {
|
|
1035
|
+
title: 'Use this card for your subscription?',
|
|
1036
|
+
intro: 'Confirm to apply the changes below right away:',
|
|
1037
|
+
introFirstCard:
|
|
1038
|
+
'This is the first card on your account. Confirm to apply the changes below right away:',
|
|
1039
|
+
changeMethod: 'Subscription billing switches from {method} to this card',
|
|
1040
|
+
changeDefault: 'This card becomes the account default',
|
|
1041
|
+
chargeNow: 'If this subscription has an open invoice, it is charged to this card now',
|
|
1042
|
+
declineHint: 'If you prefer, the card stays saved and nothing changes in your billing.',
|
|
1043
|
+
confirm: 'Use this card',
|
|
1044
|
+
decline: 'Not now',
|
|
1045
|
+
successToast: 'Done, your subscription is now billed to this card.',
|
|
1046
|
+
successWithCharge:
|
|
1047
|
+
'Done. Your subscription is now billed to this card and the {value} invoice was paid.',
|
|
1048
|
+
pendingBlocked:
|
|
1049
|
+
'The change was not applied: this subscription has a pending payment. Complete it and try again.',
|
|
1050
|
+
switchedChargeFailed:
|
|
1051
|
+
'Card set for the subscription, but the open invoice was not paid now. The charge will be retried automatically.',
|
|
1052
|
+
authError: 'We could not authenticate the payment with your bank.',
|
|
1053
|
+
errorToast: 'We could not change the payment method. Please try again.',
|
|
1054
|
+
methodBoleto: 'boleto',
|
|
1055
|
+
methodPix: 'pix',
|
|
1056
|
+
},
|
|
1057
|
+
|
|
1058
|
+
// Flow: PlansCatalogDialog (plans showcase).
|
|
1059
|
+
plansCatalog: {
|
|
1060
|
+
title: 'Subscription plans',
|
|
1061
|
+
periodMonthly: 'Monthly',
|
|
1062
|
+
periodAnnual: 'Annual',
|
|
1063
|
+
discountCatalog: 'up to {percent}% off',
|
|
1064
|
+
discountBadge: '{percent}% OFF',
|
|
1065
|
+
},
|
|
1066
|
+
|
|
1067
|
+
// Flow: PaymentConfirmationDialog (card charge confirmed).
|
|
1068
|
+
paymentConfirmation: {
|
|
1069
|
+
subscriptionConfirmed: 'Subscription confirmed 🚀',
|
|
1070
|
+
youSubscribed: 'You just subscribed to <b>{planName}</b>',
|
|
1071
|
+
price: 'for <b>{price}</b>',
|
|
1072
|
+
immediateCharge: 'A prorated charge of <b>{amount}</b> has been processed now.',
|
|
1073
|
+
manageInfo:
|
|
1074
|
+
'To manage your plan, access invoices or make changes, simply open the "Subscription" tab in My account.',
|
|
1075
|
+
},
|
|
1076
|
+
|
|
1077
|
+
// Flow: PixPaymentDialog (PIX QR code generated on plan change/contracting).
|
|
1078
|
+
pixPayment: {
|
|
1079
|
+
title: 'PIX generated',
|
|
1080
|
+
subtitle: 'Scan a QR code to pay',
|
|
1081
|
+
payNowLabel: 'You pay now',
|
|
1082
|
+
payIn: 'Pay in',
|
|
1083
|
+
qrCodeAlt: 'PIX QR Code',
|
|
1084
|
+
orCopyCode: 'OR COPY THE PIX CODE BELOW',
|
|
1085
|
+
copyCode: 'Copy code',
|
|
1086
|
+
copiedToast: 'Code copied successfully!',
|
|
1087
|
+
paidToast: 'Payment processed successfully.',
|
|
1088
|
+
waitingPayment: 'Waiting for payment confirmation...',
|
|
1089
|
+
paidTitle: 'PIX paid',
|
|
1090
|
+
rejectedTitle: 'PIX rejected',
|
|
1091
|
+
expiredTitle: 'PIX code expired',
|
|
1092
|
+
rejectedOrExpiredDescription: 'Click below to generate a new PIX code',
|
|
1093
|
+
generateAnother: 'Generate another code',
|
|
1094
|
+
rejected: 'PIX rejected. Close and generate a new code to try again.',
|
|
1095
|
+
expired: 'PIX code expired. Close and generate a new code to try again.',
|
|
1096
|
+
},
|
|
1097
|
+
},
|
|
238
1098
|
},
|
|
239
1099
|
},
|
|
240
1100
|
|
|
@@ -566,7 +1426,41 @@ const messages = {
|
|
|
566
1426
|
},
|
|
567
1427
|
|
|
568
1428
|
// Planos: features e main features (mapApiPlanToUiPlan).
|
|
1429
|
+
// Nomes dos adicionais do plano.
|
|
1430
|
+
addons: {
|
|
1431
|
+
domains: 'Domains',
|
|
1432
|
+
pages: 'Pages',
|
|
1433
|
+
projects: 'Projects',
|
|
1434
|
+
abTestName: 'Experiments and A/B Test',
|
|
1435
|
+
abTestShortName: 'A/B Test',
|
|
1436
|
+
abTestDescription: 'A/B Test is a technique used to compare two versions of the same content, such as a page or advertisement, and identify which generates better results. Part of the audience sees version A and another part sees version B, allowing you to analyze real data and make more effective decisions to improve conversions and performance.',
|
|
1437
|
+
heatmap: 'Heatmap',
|
|
1438
|
+
aiCredits: 'AI Credits',
|
|
1439
|
+
},
|
|
1440
|
+
|
|
569
1441
|
plans: {
|
|
1442
|
+
tooltips: {
|
|
1443
|
+
domains: 'Connect external and custom domains to your page. Ex: www.yourdomain.com',
|
|
1444
|
+
users: 'Add as many users as you want to the project to collaborate on creation.',
|
|
1445
|
+
sharePages: 'Sharing pages (Templates) between platform accounts',
|
|
1446
|
+
projectManagement:
|
|
1447
|
+
'Better organize your workflow by separating your pages into different projects.',
|
|
1448
|
+
},
|
|
1449
|
+
card: {
|
|
1450
|
+
mostPopular: 'Most popular',
|
|
1451
|
+
currentPlan: 'Your current plan',
|
|
1452
|
+
selectPlan: 'Select plan',
|
|
1453
|
+
promoBadge: 'Promotional price',
|
|
1454
|
+
promoFrom: 'From',
|
|
1455
|
+
defaultPrice: 'Standard',
|
|
1456
|
+
aiCreditsLabel: '{credits} AI credits',
|
|
1457
|
+
aiCreditsIncluded: '{credits} AI credits included',
|
|
1458
|
+
abTestIncluded: 'Experiments and A/B Testing',
|
|
1459
|
+
upfrontNoteAnnual:
|
|
1460
|
+
'*Annual plan of {price} billed upfront. Monthly value shown for reference only.',
|
|
1461
|
+
upfrontNoteSemiannual:
|
|
1462
|
+
'*6-month plan of {price} billed upfront. Monthly value shown for reference only.',
|
|
1463
|
+
},
|
|
570
1464
|
features: {
|
|
571
1465
|
unlimitedVisits: 'Unlimited visits',
|
|
572
1466
|
unlimitedLeads: 'Unlimited leads',
|
|
@@ -597,6 +1491,14 @@ const messages = {
|
|
|
597
1491
|
// Autenticação de pagamento (3DS/SCA).
|
|
598
1492
|
payment: {
|
|
599
1493
|
authFailed: "We couldn't authenticate the payment with your bank.",
|
|
1494
|
+
methodToggle: {
|
|
1495
|
+
card: 'Card',
|
|
1496
|
+
boleto: 'Boleto',
|
|
1497
|
+
pix: 'PIX',
|
|
1498
|
+
boletoTooltip: 'Annual subscriptions only',
|
|
1499
|
+
cardTooltip: 'Not allowed by applied coupon',
|
|
1500
|
+
pixTooltip: 'Annual subscriptions only',
|
|
1501
|
+
},
|
|
600
1502
|
},
|
|
601
1503
|
|
|
602
1504
|
// Periodicidade de cobrança.
|