gotrip-fx-transaction-form 1.0.207-dev → 1.0.207

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.
Files changed (210) hide show
  1. package/assets/index.css +1 -1
  2. package/index.js +54630 -42851
  3. package/package.json +1 -1
  4. package/types/components/AddTransaction/Agent.d.ts +3 -2
  5. package/types/components/AddTransaction/FlightInfomation.d.ts +2 -1
  6. package/types/components/AddTransaction/SelectingBankMessageAlerts.d.ts +5 -0
  7. package/types/components/Admin/AgencyUserSelector/AgencyUserSelector.d.ts +7 -0
  8. package/types/components/Admin/AgencyUserSelector/AgencyUserSelectorModal.d.ts +10 -0
  9. package/types/components/ApprovalLinkDropdown/ApprovalLinkDropdown.d.ts +6 -0
  10. package/types/components/ApprovalStatusBadge.d.ts +7 -0
  11. package/types/components/Apps/EmbededIndividualApp.d.ts +2 -1
  12. package/types/components/BankTransferInfo/BankTransferInfoDisplay.d.ts +7 -0
  13. package/types/components/Chat/AdminChatPanel.d.ts +5 -0
  14. package/types/components/Chat/AdminOnlineToggle.d.ts +1 -0
  15. package/types/components/Chat/AdminSessionItem.d.ts +6 -0
  16. package/types/components/Chat/AdminSessionList.d.ts +1 -0
  17. package/types/components/Chat/ChatAvatar.d.ts +9 -0
  18. package/types/components/Chat/ChatButton.d.ts +1 -0
  19. package/types/components/Chat/ChatComposer.d.ts +9 -0
  20. package/types/components/Chat/ChatImageGallery.d.ts +9 -0
  21. package/types/components/Chat/ChatMessage.d.ts +10 -0
  22. package/types/components/Chat/ChatNameForm.d.ts +5 -0
  23. package/types/components/Chat/ChatWidget.d.ts +1 -0
  24. package/types/components/Chat/ChatWindow.d.ts +1 -0
  25. package/types/components/Chat/ImageLightbox.d.ts +11 -0
  26. package/types/components/Chat/OfflineMessageMode.d.ts +1 -0
  27. package/types/components/Chat/QueueStatus.d.ts +1 -0
  28. package/types/components/Chat/SessionInfoHeader.d.ts +10 -0
  29. package/types/components/Chat/TopicSelector.d.ts +6 -0
  30. package/types/components/Chat/TransferSessionModal.d.ts +9 -0
  31. package/types/components/Chat/TypingIndicator.d.ts +7 -0
  32. package/types/components/Common/DateDisplay.d.ts +7 -0
  33. package/types/components/Common/MultiTagCombobox.d.ts +14 -0
  34. package/types/components/Common/PrimaryRadioGroup.d.ts +16 -0
  35. package/types/components/Common/TimeRangeSelect.d.ts +17 -0
  36. package/types/components/Insurance/CreateInsuranceTransactionForm.d.ts +37 -2
  37. package/types/components/Insurance/DateRangePicker.d.ts +2 -1
  38. package/types/components/Insurance/DebtPaymentQrButton.d.ts +8 -0
  39. package/types/components/Insurance/FxInsuranceCouponBox.d.ts +17 -0
  40. package/types/components/Insurance/InsuranceApprovalContent.d.ts +10 -0
  41. package/types/components/Insurance/InsuranceApprovalPageSDK.d.ts +5 -0
  42. package/types/components/Insurance/InsuranceApprovalPaymentStep.d.ts +28 -0
  43. package/types/components/Insurance/InsuranceDatePicker.d.ts +9 -0
  44. package/types/components/Insurance/InsurancePlans/QuickCoveragePlanCard.d.ts +4 -3
  45. package/types/components/Insurance/InsurancePlans/QuickRecommendationsSection.d.ts +18 -0
  46. package/types/components/Insurance/InsuranceSummaryOverview.d.ts +7 -2
  47. package/types/components/Insurance/InsuranceTypeAndPeopleCountFields.d.ts +10 -0
  48. package/types/components/Insurance/InsuredTravelersTable.d.ts +6 -0
  49. package/types/components/Insurance/MotorInsuranceApprovalContent.d.ts +10 -0
  50. package/types/components/Insurance/MotorInsuranceApprovalPageSDK.d.ts +5 -0
  51. package/types/components/Insurance/ProviderApiDebugDialog.d.ts +17 -0
  52. package/types/components/Insurance/SimpleDetail.d.ts +2 -1
  53. package/types/components/Insurance/StepFourPayment.d.ts +32 -5
  54. package/types/components/Insurance/StepOneForm.d.ts +10 -3
  55. package/types/components/Insurance/StepThree.d.ts +7 -2
  56. package/types/components/Insurance/StepThreeBuyerInfo.d.ts +4 -1
  57. package/types/components/Insurance/StepThreeInsuredPeople.d.ts +4 -1
  58. package/types/components/Insurance/documentScanAutofill.d.ts +37 -0
  59. package/types/components/Insurance/insuranceExcelImport.d.ts +13 -0
  60. package/types/components/Insurance/insuredPeopleImport.d.ts +23 -0
  61. package/types/components/Insurance/{FormElements.d.ts → shared/FormElements.d.ts} +13 -3
  62. package/types/components/Insurance/shared/InfoBlockCard.d.ts +10 -0
  63. package/types/components/Insurance/shared/PaymentMethodSelector.d.ts +10 -0
  64. package/types/components/Insurance/shared/SimpleSelect.d.ts +14 -0
  65. package/types/components/Insurance/shared/StepFooter.d.ts +8 -0
  66. package/types/components/Insurance/shared/index.d.ts +5 -0
  67. package/types/components/Insurance/types.d.ts +20 -5
  68. package/types/components/Insurance/validationUtils.d.ts +7 -1
  69. package/types/components/Modal/CancelTransactionModal.d.ts +1 -0
  70. package/types/components/Modal/DebtSettlementQrModal.d.ts +11 -0
  71. package/types/components/Modal/ESimPurchaseModal.d.ts +4 -1
  72. package/types/components/Modal/EsimBankTransferModal.d.ts +13 -0
  73. package/types/components/Modal/InsurancePaymentModal.d.ts +2 -0
  74. package/types/components/Modal/MotorInsurancePaymentModal.d.ts +13 -0
  75. package/types/components/Modal/ProcessingOrderDialog.d.ts +8 -0
  76. package/types/components/MotorInsurance/Bike/BikePremiumSummary.d.ts +9 -0
  77. package/types/components/MotorInsurance/Bike/BikeStepOneForm.d.ts +30 -0
  78. package/types/components/MotorInsurance/Bike/BikeStepThreePayment.d.ts +41 -0
  79. package/types/components/MotorInsurance/Bike/BikeStepTwoVehicleInfo.d.ts +12 -0
  80. package/types/components/MotorInsurance/Bike/CreateBikeInsuranceForm.d.ts +17 -0
  81. package/types/components/MotorInsurance/Bike/index.d.ts +5 -0
  82. package/types/components/MotorInsurance/Car/CarPremiumSummary.d.ts +8 -0
  83. package/types/components/MotorInsurance/Car/CarStepFourPayment.d.ts +45 -0
  84. package/types/components/MotorInsurance/Car/CarStepOneForm.d.ts +27 -0
  85. package/types/components/MotorInsurance/Car/CarStepThreeInfo.d.ts +11 -0
  86. package/types/components/MotorInsurance/Car/CarStepTwoPlan.d.ts +11 -0
  87. package/types/components/MotorInsurance/Car/CreateCarInsuranceForm.d.ts +17 -0
  88. package/types/components/MotorInsurance/Car/car-form.constants.d.ts +23 -0
  89. package/types/components/MotorInsurance/Car/index.d.ts +6 -0
  90. package/types/components/MotorInsurance/CreateMotorInsuranceTransactionForm.d.ts +17 -0
  91. package/types/components/MotorInsurance/DocumentUploadPreview.d.ts +14 -0
  92. package/types/components/MotorInsurance/MotorInsuranceApprovalPaymentStep.d.ts +20 -0
  93. package/types/components/MotorInsurance/image-storage.utils.d.ts +18 -0
  94. package/types/components/MotorInsurance/index.d.ts +4 -0
  95. package/types/components/MotorInsurance/motor-insurance.types.d.ts +335 -0
  96. package/types/components/MotorInsurance/motor-insurance.validation.d.ts +21 -0
  97. package/types/components/Notification/NotificationBell.d.ts +5 -0
  98. package/types/components/Notification/NotificationItem.d.ts +8 -0
  99. package/types/components/Notification/NotificationPanel.d.ts +6 -0
  100. package/types/components/OrderPaymentTypeBadge.d.ts +4 -0
  101. package/types/components/PolicyGroup/InsurancePolicyGroupFormDialog.d.ts +10 -0
  102. package/types/components/TransactionList/PublicIdActionMenu.d.ts +3 -1
  103. package/types/constants/api-urls.d.ts +55 -4
  104. package/types/constants/approval-link.enum.d.ts +4 -0
  105. package/types/constants/business-codes.d.ts +2 -1
  106. package/types/constants/chat-constants.d.ts +3 -0
  107. package/types/constants/env.d.ts +3 -0
  108. package/types/constants/policy-enums.d.ts +11 -0
  109. package/types/constants/regex.d.ts +4 -0
  110. package/types/constants/tenant.d.ts +3 -0
  111. package/types/constants/transaction-status-labels.d.ts +3 -0
  112. package/types/embeded-main.d.ts +3 -0
  113. package/types/hooks/fetchEsimTransaction.d.ts +2 -0
  114. package/types/hooks/transactions/useEducation.hook.d.ts +8 -8
  115. package/types/hooks/transactions/useGroupTransactions.d.ts +10 -10
  116. package/types/hooks/transactions/useImmigration.hook.d.ts +8 -8
  117. package/types/hooks/traveller-confirmation/submit-confirmation.util.d.ts +1 -0
  118. package/types/hooks/traveller-confirmation/traveller-confirmation-flow.d.ts +4 -0
  119. package/types/hooks/traveller-confirmation/types.d.ts +22 -0
  120. package/types/hooks/traveller-confirmation/usePurchaseTravellerConfirmation.d.ts +12 -0
  121. package/types/hooks/traveller-confirmation/useTravellerConfirmationFetch.d.ts +2 -0
  122. package/types/hooks/useAdminDashboard.d.ts +19 -0
  123. package/types/hooks/useAutoSelectBankBranchAndDepartment.d.ts +19 -0
  124. package/types/hooks/useBankOutsideWorkingHoursNotice.d.ts +5 -0
  125. package/types/hooks/useChat.d.ts +25 -0
  126. package/types/hooks/useConfirmTransaction.d.ts +16 -31
  127. package/types/hooks/useCoupon.d.ts +95 -0
  128. package/types/hooks/useCouponValidation.d.ts +29 -0
  129. package/types/hooks/useCreateAutoCoupon.d.ts +7 -0
  130. package/types/hooks/useFxCrossSellEnabled.d.ts +1 -0
  131. package/types/hooks/useFxPrefill.d.ts +19 -0
  132. package/types/hooks/useGroupCustomers.d.ts +12 -9
  133. package/types/hooks/useImportBookers.d.ts +18 -18
  134. package/types/hooks/useImportMembers.d.ts +18 -18
  135. package/types/hooks/useInsuranceData.d.ts +3 -11
  136. package/types/hooks/useInsurancePlans.d.ts +9 -2
  137. package/types/hooks/useInsuranceTransaction.d.ts +39 -4
  138. package/types/hooks/useLocationData.d.ts +22 -0
  139. package/types/hooks/useMotorInsurance.d.ts +17 -0
  140. package/types/hooks/useMotorInsuranceTransaction.d.ts +133 -0
  141. package/types/hooks/useMotorQuote.d.ts +15 -0
  142. package/types/hooks/useNotifications.d.ts +10 -0
  143. package/types/hooks/usePolicyGroups.d.ts +1 -0
  144. package/types/hooks/useTenantList.d.ts +1 -1
  145. package/types/hooks/useUserById.d.ts +7 -0
  146. package/types/hooks/useUserSearch.d.ts +10 -0
  147. package/types/hooks/useUsersByTenantTypes.d.ts +11 -0
  148. package/types/hooks/useVehicleRegistrationScan.d.ts +39 -0
  149. package/types/pages/admin/CreateOrderOnBehalfTest.d.ts +3 -0
  150. package/types/pages/admin/chat/AdminChatPage.d.ts +1 -0
  151. package/types/pages/admin/coupons/CampaignCouponTable.d.ts +13 -0
  152. package/types/pages/admin/coupons/CampaignDetailPage.d.ts +1 -0
  153. package/types/pages/admin/coupons/CampaignListPage.d.ts +1 -0
  154. package/types/pages/admin/coupons/CouponFormPage.d.ts +1 -0
  155. package/types/pages/admin/insurance/create-insurance-transaction/AdminCreateInsuranceTransactionPage.d.ts +2 -0
  156. package/types/pages/admin/insurance/edit-insurance-transaction/AdminEditInsuranceTransactionPage.d.ts +1 -0
  157. package/types/pages/admin/insurance-policy-management/InsurancePolicyManagement.d.ts +1 -0
  158. package/types/pages/admin/motor-insurance/create-motor-transaction/AdminCreateMotorBikeTransactionPage.d.ts +1 -0
  159. package/types/pages/admin/motor-insurance/create-motor-transaction/AdminCreateMotorCarTransactionPage.d.ts +1 -0
  160. package/types/pages/admin/motor-insurance/edit-motor-transaction/AdminEditMotorTransactionPage.d.ts +1 -0
  161. package/types/pages/admin/motor-insurance-transaction-detail/MotorInsuranceTransactionDetailPage.d.ts +1 -0
  162. package/types/pages/admin/motor-insurance-transaction-list/MotorInsuranceTransactionListPage.d.ts +5 -0
  163. package/types/pages/agency/home/HomePage.d.ts +1 -0
  164. package/types/pages/agency/home/constants.d.ts +16 -0
  165. package/types/pages/agency/insurance/motor-transaction-approval/MotorInsuranceTransactionApprovalPage.d.ts +3 -0
  166. package/types/pages/agency/insurance/motor-transaction-create/CreateCarInsuranceTransactionPage.d.ts +1 -0
  167. package/types/pages/agency/insurance/motor-transaction-create/CreateMotorInsuranceTransactionPage.d.ts +1 -0
  168. package/types/pages/agency/insurance/motor-transaction-detail/MotorInsuranceTransactionDetailPage.d.ts +1 -0
  169. package/types/pages/agency/insurance/motor-transaction-list/MotorInsuranceTransactionListPage.d.ts +6 -0
  170. package/types/pages/agency/insurance/transaction-approval/InsuranceTransactionApprovalPage.d.ts +3 -0
  171. package/types/pages/agency/insurance/transaction-create/CreateInsuranceTransactionPage.d.ts +2 -0
  172. package/types/pages/agency/traveller-confirmation/PurchaseTravellerConfirmation.d.ts +5 -0
  173. package/types/pages/agency/traveller-confirmation/TravellerPurchaseConfirmation.d.ts +2 -0
  174. package/types/pages/guest/insurance-approval.d.ts +1 -0
  175. package/types/pages/guest/insurance-create.d.ts +3 -1
  176. package/types/pages/guest/motor-insurance-approval.d.ts +1 -0
  177. package/types/pages/guest/motor-insurance-create.d.ts +6 -0
  178. package/types/providers/AppSettingsProvider.d.ts +1 -0
  179. package/types/store/useApprovalStore.d.ts +6 -0
  180. package/types/store/useChatStore.d.ts +35 -0
  181. package/types/store/useNotificationStore.d.ts +16 -0
  182. package/types/store/useTrackingStore.d.ts +10 -0
  183. package/types/types/app-settings.d.ts +13 -1
  184. package/types/types/chat.d.ts +88 -0
  185. package/types/types/coupon.d.ts +70 -0
  186. package/types/types/enum.d.ts +15 -2
  187. package/types/types/insurance-transaction.dto.d.ts +22 -1
  188. package/types/types/insurance.d.ts +19 -2
  189. package/types/types/notification.d.ts +23 -0
  190. package/types/types/response.dto.d.ts +60 -5
  191. package/types/types/sdk.d.ts +9 -1
  192. package/types/types/tracking.dto.d.ts +21 -0
  193. package/types/types/user.d.ts +1 -0
  194. package/types/util/booker-display.d.ts +6 -0
  195. package/types/util/chat.d.ts +31 -0
  196. package/types/util/chatBrowserKey.d.ts +12 -0
  197. package/types/util/couponErrorMessages.d.ts +2 -0
  198. package/types/util/debt-report-display.d.ts +4 -0
  199. package/types/util/formatMessageTime.d.ts +1 -0
  200. package/types/util/formatWaitTime.d.ts +1 -0
  201. package/types/util/formatter.d.ts +6 -0
  202. package/types/util/fx-travelling-messages.d.ts +1 -0
  203. package/types/util/fx.d.ts +15 -0
  204. package/types/util/order-payment-display.d.ts +16 -0
  205. package/types/util/sim-display.d.ts +2 -0
  206. package/types/util/socket.d.ts +6 -1
  207. package/types/util/tracking.d.ts +19 -0
  208. package/types/util/transaction.util.d.ts +2 -1
  209. package/types/utils/bank.d.ts +4 -0
  210. package/types/utils/transaction-confirmation-link.d.ts +9 -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.