gotrip-fx-transaction-form 1.0.196-dev → 1.0.196

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 (176) hide show
  1. package/assets/index.css +1 -1
  2. package/index.js +49571 -39059
  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/ApprovalStatusBadge.d.ts +7 -0
  10. package/types/components/Apps/EmbededIndividualApp.d.ts +3 -1
  11. package/types/components/BankTransferInfo/BankTransferInfoDisplay.d.ts +7 -0
  12. package/types/components/Common/DateDisplay.d.ts +7 -0
  13. package/types/components/Common/MultiTagCombobox.d.ts +14 -0
  14. package/types/components/Common/PrimaryRadioGroup.d.ts +16 -0
  15. package/types/components/Common/TimeRangeSelect.d.ts +17 -0
  16. package/types/components/Insurance/CreateInsuranceTransactionForm.d.ts +29 -5
  17. package/types/components/Insurance/DateRangePicker.d.ts +12 -0
  18. package/types/components/Insurance/InsuranceContentRenderer/DynamicRenderer.d.ts +6 -0
  19. package/types/components/Insurance/InsuranceContentRenderer/blocks/AccordionBlock.d.ts +6 -0
  20. package/types/components/Insurance/InsuranceContentRenderer/blocks/ActionButtonBlock.d.ts +6 -0
  21. package/types/components/Insurance/InsuranceContentRenderer/blocks/ContainerBlock.d.ts +6 -0
  22. package/types/components/Insurance/InsuranceContentRenderer/blocks/DataRowBlock.d.ts +6 -0
  23. package/types/components/Insurance/InsuranceContentRenderer/blocks/DividerBlock.d.ts +6 -0
  24. package/types/components/Insurance/InsuranceContentRenderer/blocks/ListGroupBlock.d.ts +6 -0
  25. package/types/components/Insurance/InsuranceContentRenderer/blocks/TextBlock.d.ts +6 -0
  26. package/types/components/Insurance/InsuranceContentRenderer/types.d.ts +64 -0
  27. package/types/components/Insurance/InsuranceContentRenderer/utils/richText.d.ts +14 -0
  28. package/types/components/Insurance/InsuranceContentRenderer/utils/styleMapper.d.ts +6 -0
  29. package/types/components/Insurance/InsuranceDatePicker.d.ts +9 -0
  30. package/types/components/Insurance/InsurancePlans/InsurancePlanFilter.d.ts +12 -0
  31. package/types/components/Insurance/InsurancePlans/InsurancePlanList.d.ts +1 -1
  32. package/types/components/Insurance/InsurancePlans/QuickCoveragePlanCard.d.ts +16 -0
  33. package/types/components/Insurance/InsurancePlans/QuickRecommendationsSection.d.ts +18 -0
  34. package/types/components/Insurance/InsurancePlans/index.d.ts +1 -0
  35. package/types/components/Insurance/InsuranceSummaryOverview.d.ts +7 -2
  36. package/types/components/Insurance/InsuranceTypeAndPeopleCountFields.d.ts +10 -0
  37. package/types/components/Insurance/InsuredTravelersTable.d.ts +6 -0
  38. package/types/components/Insurance/ProviderApiDebugDialog.d.ts +17 -0
  39. package/types/components/Insurance/SimpleDetail.d.ts +2 -1
  40. package/types/components/Insurance/StepFourPayment.d.ts +31 -5
  41. package/types/components/Insurance/StepOneForm.d.ts +11 -2
  42. package/types/components/Insurance/StepThree.d.ts +29 -0
  43. package/types/components/Insurance/StepThreeBuyerInfo.d.ts +4 -1
  44. package/types/components/Insurance/StepThreeInsuredPeople.d.ts +4 -1
  45. package/types/components/Insurance/StepTwoPlans.d.ts +9 -1
  46. package/types/components/Insurance/documentScanAutofill.d.ts +37 -0
  47. package/types/components/Insurance/insuranceExcelImport.d.ts +13 -0
  48. package/types/components/Insurance/insuredPeopleImport.d.ts +23 -0
  49. package/types/components/Insurance/{FormElements.d.ts → shared/FormElements.d.ts} +13 -3
  50. package/types/components/Insurance/shared/InfoBlockCard.d.ts +10 -0
  51. package/types/components/Insurance/shared/PaymentMethodSelector.d.ts +10 -0
  52. package/types/components/Insurance/shared/SimpleSelect.d.ts +14 -0
  53. package/types/components/Insurance/shared/StepFooter.d.ts +8 -0
  54. package/types/components/Insurance/shared/index.d.ts +5 -0
  55. package/types/components/Insurance/types.d.ts +22 -5
  56. package/types/components/Insurance/validationUtils.d.ts +7 -1
  57. package/types/components/Modal/CancelTransactionModal.d.ts +1 -0
  58. package/types/components/Modal/ESimPurchaseModal.d.ts +4 -1
  59. package/types/components/Modal/EsimBankTransferModal.d.ts +13 -0
  60. package/types/components/Modal/InsurancePaymentModal.d.ts +2 -0
  61. package/types/components/Modal/MotorInsurancePaymentModal.d.ts +13 -0
  62. package/types/components/Modal/ProcessingOrderDialog.d.ts +8 -0
  63. package/types/components/MotorInsurance/Bike/BikePremiumSummary.d.ts +9 -0
  64. package/types/components/MotorInsurance/Bike/BikeStepOneForm.d.ts +30 -0
  65. package/types/components/MotorInsurance/Bike/BikeStepThreePayment.d.ts +26 -0
  66. package/types/components/MotorInsurance/Bike/BikeStepTwoVehicleInfo.d.ts +12 -0
  67. package/types/components/MotorInsurance/Bike/CreateBikeInsuranceForm.d.ts +17 -0
  68. package/types/components/MotorInsurance/Bike/index.d.ts +5 -0
  69. package/types/components/MotorInsurance/Car/CarPremiumSummary.d.ts +8 -0
  70. package/types/components/MotorInsurance/Car/CarStepFourPayment.d.ts +30 -0
  71. package/types/components/MotorInsurance/Car/CarStepOneForm.d.ts +27 -0
  72. package/types/components/MotorInsurance/Car/CarStepThreeInfo.d.ts +11 -0
  73. package/types/components/MotorInsurance/Car/CarStepTwoPlan.d.ts +11 -0
  74. package/types/components/MotorInsurance/Car/CreateCarInsuranceForm.d.ts +17 -0
  75. package/types/components/MotorInsurance/Car/car-form.constants.d.ts +23 -0
  76. package/types/components/MotorInsurance/Car/index.d.ts +6 -0
  77. package/types/components/MotorInsurance/CreateMotorInsuranceTransactionForm.d.ts +17 -0
  78. package/types/components/MotorInsurance/DocumentUploadPreview.d.ts +14 -0
  79. package/types/components/MotorInsurance/image-storage.utils.d.ts +18 -0
  80. package/types/components/MotorInsurance/index.d.ts +4 -0
  81. package/types/components/MotorInsurance/motor-insurance.types.d.ts +335 -0
  82. package/types/components/MotorInsurance/motor-insurance.validation.d.ts +21 -0
  83. package/types/components/Notification/NotificationBell.d.ts +5 -0
  84. package/types/components/Notification/NotificationItem.d.ts +8 -0
  85. package/types/components/Notification/NotificationPanel.d.ts +6 -0
  86. package/types/components/OrderPaymentTypeBadge.d.ts +4 -0
  87. package/types/components/PolicyGroup/InsurancePolicyGroupFormDialog.d.ts +10 -0
  88. package/types/components/StepIndicator/StepIndicatorHorizontal.d.ts +2 -1
  89. package/types/components/TransactionList/PublicIdActionMenu.d.ts +3 -1
  90. package/types/constants/api-urls.d.ts +50 -1
  91. package/types/constants/business-codes.d.ts +2 -1
  92. package/types/constants/env.d.ts +2 -0
  93. package/types/constants/policy-enums.d.ts +11 -0
  94. package/types/constants/regex.d.ts +4 -0
  95. package/types/constants/tenant.d.ts +3 -0
  96. package/types/constants/transaction-status-labels.d.ts +3 -0
  97. package/types/embeded-main.d.ts +2 -0
  98. package/types/hooks/fetchEsimTransaction.d.ts +2 -0
  99. package/types/hooks/transactions/useGroupTransactions.d.ts +10 -10
  100. package/types/hooks/traveller-confirmation/submit-confirmation.util.d.ts +1 -0
  101. package/types/hooks/traveller-confirmation/traveller-confirmation-flow.d.ts +4 -0
  102. package/types/hooks/traveller-confirmation/types.d.ts +22 -0
  103. package/types/hooks/traveller-confirmation/usePurchaseTravellerConfirmation.d.ts +12 -0
  104. package/types/hooks/traveller-confirmation/useTravellerConfirmationFetch.d.ts +2 -0
  105. package/types/hooks/useAdminDashboard.d.ts +19 -0
  106. package/types/hooks/useAutoSelectBankBranchAndDepartment.d.ts +19 -0
  107. package/types/hooks/useBankOutsideWorkingHoursNotice.d.ts +5 -0
  108. package/types/hooks/useConfirmTransaction.d.ts +12 -31
  109. package/types/hooks/useCoupon.d.ts +95 -0
  110. package/types/hooks/useCouponValidation.d.ts +29 -0
  111. package/types/hooks/useGroupCustomers.d.ts +12 -9
  112. package/types/hooks/useInsuranceData.d.ts +3 -11
  113. package/types/hooks/useInsurancePlans.d.ts +13 -1
  114. package/types/hooks/useInsuranceTransaction.d.ts +34 -4
  115. package/types/hooks/useLocationData.d.ts +22 -0
  116. package/types/hooks/useMotorInsurance.d.ts +17 -0
  117. package/types/hooks/useMotorInsuranceTransaction.d.ts +124 -0
  118. package/types/hooks/useMotorQuote.d.ts +15 -0
  119. package/types/hooks/useNotifications.d.ts +10 -0
  120. package/types/hooks/usePolicyGroups.d.ts +1 -0
  121. package/types/hooks/useTenantList.d.ts +3 -4
  122. package/types/hooks/useUserById.d.ts +7 -0
  123. package/types/hooks/useUserSearch.d.ts +10 -0
  124. package/types/hooks/useUsersByTenantTypes.d.ts +11 -0
  125. package/types/hooks/useVehicleRegistrationScan.d.ts +39 -0
  126. package/types/pages/admin/CreateOrderOnBehalfTest.d.ts +3 -0
  127. package/types/pages/admin/coupons/CampaignCouponTable.d.ts +13 -0
  128. package/types/pages/admin/coupons/CampaignDetailPage.d.ts +1 -0
  129. package/types/pages/admin/coupons/CampaignListPage.d.ts +1 -0
  130. package/types/pages/admin/coupons/CouponFormPage.d.ts +1 -0
  131. package/types/pages/admin/insurance/create-insurance-transaction/AdminCreateInsuranceTransactionPage.d.ts +2 -0
  132. package/types/pages/admin/insurance/edit-insurance-transaction/AdminEditInsuranceTransactionPage.d.ts +1 -0
  133. package/types/pages/admin/insurance-policy-management/InsurancePolicyManagement.d.ts +1 -0
  134. package/types/pages/admin/motor-insurance/create-motor-transaction/AdminCreateMotorBikeTransactionPage.d.ts +1 -0
  135. package/types/pages/admin/motor-insurance/create-motor-transaction/AdminCreateMotorCarTransactionPage.d.ts +1 -0
  136. package/types/pages/admin/motor-insurance/edit-motor-transaction/AdminEditMotorTransactionPage.d.ts +1 -0
  137. package/types/pages/admin/motor-insurance-transaction-detail/MotorInsuranceTransactionDetailPage.d.ts +1 -0
  138. package/types/pages/admin/motor-insurance-transaction-list/MotorInsuranceTransactionListPage.d.ts +5 -0
  139. package/types/pages/agency/home/HomePage.d.ts +1 -0
  140. package/types/pages/agency/home/constants.d.ts +16 -0
  141. package/types/pages/agency/insurance/motor-transaction-approval/MotorInsuranceTransactionApprovalPage.d.ts +1 -0
  142. package/types/pages/agency/insurance/motor-transaction-create/CreateCarInsuranceTransactionPage.d.ts +1 -0
  143. package/types/pages/agency/insurance/motor-transaction-create/CreateMotorInsuranceTransactionPage.d.ts +1 -0
  144. package/types/pages/agency/insurance/motor-transaction-detail/MotorInsuranceTransactionDetailPage.d.ts +1 -0
  145. package/types/pages/agency/insurance/motor-transaction-list/MotorInsuranceTransactionListPage.d.ts +6 -0
  146. package/types/pages/agency/insurance/transaction-approval/InsuranceTransactionApprovalPage.d.ts +1 -0
  147. package/types/pages/agency/insurance/transaction-create/CreateInsuranceTransactionPage.d.ts +2 -0
  148. package/types/pages/agency/traveller-confirmation/PurchaseTravellerConfirmation.d.ts +5 -0
  149. package/types/pages/agency/traveller-confirmation/TravellerPurchaseConfirmation.d.ts +2 -0
  150. package/types/pages/guest/insurance-create.d.ts +8 -1
  151. package/types/pages/guest/motor-insurance-create.d.ts +6 -0
  152. package/types/providers/AppSettingsProvider.d.ts +1 -0
  153. package/types/store/useNotificationStore.d.ts +16 -0
  154. package/types/store/useTenantStore.d.ts +12 -0
  155. package/types/store/useTrackingStore.d.ts +10 -0
  156. package/types/types/app-settings.d.ts +13 -1
  157. package/types/types/coupon.d.ts +70 -0
  158. package/types/types/enum.d.ts +15 -2
  159. package/types/types/insurance-transaction.dto.d.ts +22 -1
  160. package/types/types/insurance.d.ts +19 -2
  161. package/types/types/notification.d.ts +23 -0
  162. package/types/types/response.dto.d.ts +53 -5
  163. package/types/types/sdk.d.ts +5 -1
  164. package/types/types/tracking.dto.d.ts +21 -0
  165. package/types/util/booker-display.d.ts +6 -0
  166. package/types/util/couponErrorMessages.d.ts +2 -0
  167. package/types/util/debt-report-display.d.ts +4 -0
  168. package/types/util/formatter.d.ts +6 -0
  169. package/types/util/fx-travelling-messages.d.ts +1 -0
  170. package/types/util/fx.d.ts +15 -0
  171. package/types/util/order-payment-display.d.ts +13 -0
  172. package/types/util/sim-display.d.ts +2 -0
  173. package/types/util/tracking.d.ts +19 -0
  174. package/types/util/transaction.util.d.ts +1 -1
  175. package/types/utils/bank.d.ts +4 -0
  176. 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.