gotrip-fx-transaction-form 0.1.0-uat.1
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/index.js +60056 -0
- package/package.json +14 -0
- package/types/components/AddTransaction/BankList.d.ts +20 -0
- package/types/components/AddTransaction/BankSelectionInput.d.ts +11 -0
- package/types/components/AddTransaction/Business.d.ts +7 -0
- package/types/components/AddTransaction/Education.d.ts +7 -0
- package/types/components/AddTransaction/GroupCustomers.d.ts +5 -0
- package/types/components/AddTransaction/SingularCustomer.d.ts +7 -0
- package/types/components/AddTransaction/UseCaseSelection.d.ts +21 -0
- package/types/components/AddUser/AddBookerForm.d.ts +6 -0
- package/types/components/Apps/AdminApp.d.ts +1 -0
- package/types/components/Apps/AgencyApp.d.ts +1 -0
- package/types/components/Apps/EmbededIndividualApp.d.ts +5 -0
- package/types/components/Apps/IndividualApp.d.ts +1 -0
- package/types/components/Apps/PartnerApp.d.ts +1 -0
- package/types/components/CurrencyExchangeRate/CurrencyExchangeRate.d.ts +10 -0
- package/types/components/CustomerSelection/CustomerSelection.d.ts +10 -0
- package/types/components/Dashboard/BookerSelectionInput.d.ts +7 -0
- package/types/components/Dashboard/DailyTransactionChart.d.ts +8 -0
- package/types/components/Dashboard/TotalCommissionCard.d.ts +9 -0
- package/types/components/Dashboard/TotalTransactionCard.d.ts +9 -0
- package/types/components/Dashboard/TransactionByStatusChart.d.ts +8 -0
- package/types/components/Dashboard/TransactionByTypeChart.d.ts +8 -0
- package/types/components/Layout/Layout.d.ts +6 -0
- package/types/components/Layout/NavBar/Navbar.d.ts +1 -0
- package/types/components/Menu/Menu.d.ts +1 -0
- package/types/components/Menu/MenuItem.d.ts +9 -0
- package/types/components/Modal/ErrorModal.d.ts +1 -0
- package/types/components/Modal/Modal.d.ts +12 -0
- package/types/components/Modal/SuccessModal.d.ts +1 -0
- package/types/components/Modal/WebcamModal.d.ts +7 -0
- package/types/components/Pagination/LimitDropdown.d.ts +6 -0
- package/types/components/TransactionList/BankSelectionInput.d.ts +7 -0
- package/types/components/TransactionList/CurrencySelectionInput.d.ts +7 -0
- package/types/components/TransactionList/StatusSelectionInput.d.ts +9 -0
- package/types/components/TransactionStatusBadge/TransactionStatusBadge.d.ts +4 -0
- package/types/components/UpdateUser/UpdateBookerForm.d.ts +7 -0
- package/types/components/UpdateUser/UpdateCommissionRateForm.d.ts +7 -0
- package/types/components/UserProfile/AccountSettingForm.d.ts +7 -0
- package/types/components/UserProfile/ChangePasswordForm.d.ts +5 -0
- package/types/components/UserStatusBadge/UserStatusBadge.d.ts +4 -0
- package/types/components/ui/link-button.d.ts +4 -0
- package/types/components/ui/pagination.d.ts +19 -0
- package/types/constants/airlines.d.ts +7 -0
- package/types/constants/airport-code-country.d.ts +5 -0
- package/types/constants/api-urls.d.ts +56 -0
- package/types/constants/countries.d.ts +6 -0
- package/types/constants/env.d.ts +5 -0
- package/types/constants/index.d.ts +7 -0
- package/types/constants/provinces.d.ts +6 -0
- package/types/design-systems/Button/Button.d.ts +14 -0
- package/types/design-systems/Chart/LineChart.d.ts +13 -0
- package/types/design-systems/Chart/PieChart.d.ts +9 -0
- package/types/design-systems/Drawer/Drawer.d.ts +12 -0
- package/types/design-systems/Input/Input.d.ts +5 -0
- package/types/design-systems/Stat/Stat.d.ts +8 -0
- package/types/design-systems/Toast/Toast.d.ts +7 -0
- package/types/embeded-main.d.ts +7 -0
- package/types/hooks/transanactions/useBusiness.hook.d.ts +202 -0
- package/types/hooks/transanactions/useEducation.hook.d.ts +270 -0
- package/types/hooks/useBookerList.d.ts +11 -0
- package/types/hooks/useConfirmTransaction.d.ts +32 -0
- package/types/hooks/useDashboard.d.ts +27 -0
- package/types/hooks/useDisclosure.d.ts +5 -0
- package/types/hooks/useEducationFXList.d.ts +8 -0
- package/types/hooks/useGroupCustomers.d.ts +231 -0
- package/types/hooks/useImportBookers.d.ts +104 -0
- package/types/hooks/useIsMobile.d.ts +1 -0
- package/types/hooks/useTransactionList.d.ts +21 -0
- package/types/hooks/useUserList.d.ts +12 -0
- package/types/hooks/useUserProfile.d.ts +7 -0
- package/types/hooks/useWindowSize.d.ts +4 -0
- package/types/index.d.ts +6 -0
- package/types/main.d.ts +1 -0
- package/types/pages/admin/home/UserList.d.ts +1 -0
- package/types/pages/admin/login/LoginPage.d.ts +6 -0
- package/types/pages/agency/add-booker/add-booker.d.ts +5 -0
- package/types/pages/agency/add-booker/import-booker.d.ts +1 -0
- package/types/pages/agency/add-transaction/add-transaction.d.ts +5 -0
- package/types/pages/agency/booker-list/index.d.ts +1 -0
- package/types/pages/agency/dashboard/dashboard.d.ts +1 -0
- package/types/pages/agency/login/LoginPage.d.ts +6 -0
- package/types/pages/agency/register/RegisterPage.d.ts +1 -0
- package/types/pages/agency/register/SupervisorRegisterForm.d.ts +1 -0
- package/types/pages/agency/register/UserRegisterForm.d.ts +1 -0
- package/types/pages/agency/register/UserTypeSelection.d.ts +7 -0
- package/types/pages/agency/tracsaction-list/TransactionList.d.ts +7 -0
- package/types/pages/agency/traveller-confirmation/TravellerConfirmation.d.ts +1 -0
- package/types/pages/agency/user-profile/user-profile.d.ts +1 -0
- package/types/pages/guest/home.d.ts +1 -0
- package/types/pages/partner/EducationFXList.d.ts +1 -0
- package/types/pages/partner/MemberList.d.ts +1 -0
- package/types/store/useAppStore.d.ts +25 -0
- package/types/store/useAuthStore.d.ts +12 -0
- package/types/types/app-actor.d.ts +6 -0
- package/types/types/enum.d.ts +17 -0
- package/types/types/request.dto.d.ts +17 -0
- package/types/types/response.dto.d.ts +147 -0
- package/types/types/user.d.ts +11 -0
- package/types/util/axios.d.ts +1 -0
- package/types/util/extract-api-error-codes.d.ts +2 -0
- package/types/util/fixed-thead.d.ts +1 -0
- package/types/util/formatter.d.ts +3 -0
- package/types/util/time.d.ts +1 -0
- package/types/util/toast.d.ts +1 -0
- package/types/util/transaction.util.d.ts +2 -0
- package/types/vite-env.d.ts +1 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.