@xsolla/payment-client-core 0.2.102 → 0.2.103
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/README.md +37 -52
- package/esm2022/lib/core/agreements-group.const.mjs +1 -1
- package/esm2022/lib/core/boolean-number.enum.mjs +1 -1
- package/esm2022/lib/core/combined-payment-methods/combined-payment-methods.interface.mjs +1 -1
- package/esm2022/lib/core/combined-payment-methods/combined-payment-methods.service.mjs +4 -4
- package/esm2022/lib/core/countries-api/countries-api.service.mjs +4 -4
- package/esm2022/lib/core/countries-api/country-response.interface.mjs +1 -1
- package/esm2022/lib/core/countries-api/country.interface.mjs +1 -1
- package/esm2022/lib/core/country/country-iso-code.enum.mjs +1 -1
- package/esm2022/lib/core/country/country.service.mjs +4 -4
- package/esm2022/lib/core/country/eu-countries.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card-settings.interface.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card-types.enum.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card.interface.mjs +1 -1
- package/esm2022/lib/core/credit-card/credit-card.service.mjs +4 -4
- package/esm2022/lib/core/credit-card/credit-cards-map.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/default-mask.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/four-block-mask.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/ordered-cards-settings.const.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/american-express.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/aura.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/china-union-pay.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/dankort.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/default-card.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/diners-clubs.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/discover.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/elo.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/hipercard.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/jcb.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/maestro.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/mastercard.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/mir.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/naranja.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/postepay.mjs +1 -1
- package/esm2022/lib/core/credit-card/types/visa.mjs +1 -1
- package/esm2022/lib/core/deep-readonly.type.mjs +1 -1
- package/esm2022/lib/core/device-finger-print/device-finger-print.service.mjs +5 -6
- package/esm2022/lib/core/device-finger-print/hash.type.mjs +1 -1
- package/esm2022/lib/core/edit-saved-methods/delete-method-response.interface.mjs +1 -1
- package/esm2022/lib/core/edit-saved-methods/edit-saved-methods.service.mjs +4 -4
- package/esm2022/lib/core/encrypt-credit-card/encrypt-credit-card.service.mjs +4 -4
- package/esm2022/lib/core/encrypt-credit-card/encrypted-card.interface.mjs +1 -1
- package/esm2022/lib/core/encrypt-credit-card/open-card.interface.mjs +1 -1
- package/esm2022/lib/core/environment.interface.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/card-number-sanction-error-codes.const.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/field-special-errors-map.const.mjs +1 -1
- package/esm2022/lib/core/errors-mapping/xps-response-errors-mapping.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/common-log-attributes/common-log-attributes.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/common-log-attributes/common-log-attributes.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/elk/additional-info.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/elk/elk-logger.service.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/elk/error-without-meta-fields.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/elk/log-message.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/api-error.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/app-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/elk-error-types.enum.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/encrypt-card-error.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/http-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/index.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/response-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/tagged-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/terminal-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/token-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/errors/ws-error.class.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-error-data.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-error-response-data.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/http-interceptor/http-exceptions.interceptor.mjs +4 -4
- package/esm2022/lib/core/exceptions-handling/logger/index.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/logger/log-handler.interface.mjs +1 -1
- package/esm2022/lib/core/exceptions-handling/logger/logger.service.mjs +4 -4
- package/esm2022/lib/core/extended-window.interface.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/api-url.const.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/options.interface.mjs +1 -1
- package/esm2022/lib/core/http/secure-api/secure-api.service.mjs +4 -4
- package/esm2022/lib/core/legal/disclaimer.service.mjs +4 -4
- package/esm2022/lib/core/legal/get-sctl-link.function.mjs +1 -1
- package/esm2022/lib/core/legal/legal.component.config.mjs +1 -1
- package/esm2022/lib/core/legal/legal.service.mjs +4 -4
- package/esm2022/lib/core/legal/refund-policy.service.mjs +5 -5
- package/esm2022/lib/core/payment/actions/action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/actions/check-status/check-status.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/check-status/check-status.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/next-action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/actions/next-action.service.mjs +4 -4
- package/esm2022/lib/core/payment/actions/next-actions.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/acquirers-with-redirect-in-new-window.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/google-three-ds-redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/redirect/pay-station4-url.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/ps4-pages/pages-payment-methods-id.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/ps4-pages/pages-routes.const.mjs +1 -1
- package/esm2022/lib/core/payment/actions/redirect/redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/redirect/redirect.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/server-error/server-error.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/server-error/server-error.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-cash-payment-instruction/show-cash-payment-instruction.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-cash-payment-instruction/show-cash-payment-instruction.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-errors/show-errors.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-errors/show-errors.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-fields/show-fields.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-fields/show-fields.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-mobile-payment-screen/show-mobile-payment-screen.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-mobile-payment-screen/show-mobile-payment-screen.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-qr-code/show-qr-code.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-qr-code/show-qr-code.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/show-xsolla-number/show-xsolla-number.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/show-xsolla-number/show-xsolla-number.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/special-button/special-button.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/special-button/special-button.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/status-updated/status-updated.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/status-updated/status-updated.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/three-ds/three-ds.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/three-ds/three-ds.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/actions/three-ds-redirect/three-ds-redirect.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/actions/three-ds-redirect/three-ds-redirect.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/cash-payment-data.interface.mjs +1 -1
- package/esm2022/lib/core/payment/checkout-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/config/config.service.mjs +4 -4
- package/esm2022/lib/core/payment/credit-card-payment-methods-id.variable.mjs +1 -1
- package/esm2022/lib/core/payment/credit-card-state/credit-card-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/credit-card-state/credit-card-state.service.mjs +4 -4
- package/esm2022/lib/core/payment/emit-data.service.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/external-change-fields.const.mjs +1 -1
- package/esm2022/lib/core/payment/field-names.enum.mjs +1 -1
- package/esm2022/lib/core/payment/field.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-line.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/cart-summary.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/finance-details.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/finance-details.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/price.helpers.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/price.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/field-with-amount-and-currency.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/fields-with-currency.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/finance-info.interface.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/status/status-finance-details-adapter.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/summary/default-image-patterns.const.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/summary/sales-tax-details-key.enum.mjs +1 -1
- package/esm2022/lib/core/payment/finance-details/summary/summary-finance-details-adapter.service.mjs +4 -4
- package/esm2022/lib/core/payment/finance-details/vat-details-key.enum.mjs +1 -1
- package/esm2022/lib/core/payment/form/common-control-config.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/control-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/card-number/card-number-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/checkbox/checkbox-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/control-config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/control-config.service.mjs +4 -4
- package/esm2022/lib/core/payment/form/controls/control-type.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/coupon/coupon-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/phone-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/radio-control/radio-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/radio-control/radio-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/search-select-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/select-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/search-select/select-option.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/controls/text-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/birth-date/birth-date.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-expiration/card-expiration.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-month/card-month.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-number/card-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/card-year/card-year.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cardholder-name/cardholder-name.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/checkbox/checkbox.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/converter.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/converters-map.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/converters-map.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/coupon/coupon.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cpf-name/cpf-name-regex.variable.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/cpf-name/cpf-name.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cpf-number/cpf-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/cvv/cvv-form-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/cvv/cvv.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/email/email-control.config.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/email/email.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/phone/phone.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/pin/pin.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/pricepoint/pricepoint.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/radio-group/radio-group.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/select/select.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/street-number/street-number-from-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/converters/street-number/street-number.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/text/text.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/converters/zip/zip.converter.mjs +4 -4
- package/esm2022/lib/core/payment/form/field-form-states.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/field-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form-fields-status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/form.module.mjs +5 -5
- package/esm2022/lib/core/payment/form/form.service.mjs +4 -4
- package/esm2022/lib/core/payment/form/input-event.enum.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/empty-validator.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/fields-allowed-to-override.mjs +1 -1
- package/esm2022/lib/core/payment/form/overrided-fields/override-field-config.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/async-validator-fn.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/birth-date/birth-date.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-expiration-date-validator/card-expiration-date.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-month/card-month.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/card-year/card-year.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/convert.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/coupon/coupon-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/cpf-formula-validator/cpf-formula.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/credit-card-length/credit-card-max-length.validator.mjs +4 -4
- package/esm2022/lib/core/payment/form/validators/credit-card-length/credit-card-min-length.validator.mjs +4 -4
- package/esm2022/lib/core/payment/form/validators/email/email-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/is-empty-input-value.function.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/luhn-formula-validator/luhn-formula.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/max-length-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/min-length-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/phone-validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/required/required.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/restricted-value/restricted-value.validator.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-error-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-error.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validation-errors.interface.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validator-fn.type.mjs +1 -1
- package/esm2022/lib/core/payment/form/validators/validators.module.mjs +5 -5
- package/esm2022/lib/core/payment/form-messages/form-messages.service.mjs +4 -4
- package/esm2022/lib/core/payment/form-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/initialize-next-action.service.mjs +4 -4
- package/esm2022/lib/core/payment/initialize-actions/initialize-next-actions.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/next-action.interface.mjs +1 -1
- package/esm2022/lib/core/payment/initialize-actions/special-button/special-button.action.class.mjs +4 -4
- package/esm2022/lib/core/payment/initialize-actions/special-button/special-button.action.type.mjs +1 -1
- package/esm2022/lib/core/payment/initialized-form.inteface.mjs +1 -1
- package/esm2022/lib/core/payment/invoice.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-behaviour/behaviour-strategies.mjs +1 -1
- package/esm2022/lib/core/payment/payment-behaviour/payment-behaviour.module.mjs +5 -5
- package/esm2022/lib/core/payment/payment-behaviour/payment-behaviour.service.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/apple-pay-with-shipping-address/apple-pay-with-shipping-address.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/behaviour-strategy.abstract.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/google-pay-instant-flow/google-pay-instant-flow.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-behaviour/strategies/google-pay-regular-flow/google-pay-regular-flow.strategy.mjs +4 -4
- package/esm2022/lib/core/payment/payment-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/credit-card-form-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/google-pay-form-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/is-credit-card-settings.guard.mjs +1 -1
- package/esm2022/lib/core/payment/payment-configurations/types/is-google-pay-settings.guard.mjs +1 -1
- package/esm2022/lib/core/payment/payment-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-settings/payment-settings-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment-settings/payment-settings.service.mjs +4 -4
- package/esm2022/lib/core/payment/payment.interface.mjs +1 -1
- package/esm2022/lib/core/payment/payment.service.mjs +4 -4
- package/esm2022/lib/core/payment/requests/initialize/initialize-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/initialize.service.mjs +12 -12
- package/esm2022/lib/core/payment/requests/initialize/is-initialize-response.function.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/response/initialize-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/initialize/response/initialize-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/is-submit-response.function.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/request/submit-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/request/submit-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/submit-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/submit-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/response/xsolla-number.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/submit/submit.service.mjs +5 -5
- package/esm2022/lib/core/payment/requests/sync/field-async-validation.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/field-sync-state.interface.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/request/sync-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/request/sync-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/response/sync-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/response/sync-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/requests/sync/sync.service.mjs +12 -12
- package/esm2022/lib/core/payment/status/check-status/check-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/check-status/request/check-status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/request/check-status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/response/check-status-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/check-status/response/check-status-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/finance-info-field.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/line-item.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/listen-status/listen-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account-changes.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account-changes.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/save-payment-method-status/api/saved-payment-account.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/save-payment-method-status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/save-payment-method-status/save-payment-method-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/status-finance-info.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-groups.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-order.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/request/status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/request/status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/required-status-search-params.const.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/response/status-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/response/status-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-request.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/status-request/status-search-param.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-request/status-search-params.map.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-settings.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status-updated.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.interface.mjs +1 -1
- package/esm2022/lib/core/payment/status/status.service.mjs +4 -4
- package/esm2022/lib/core/payment/status/title-class.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/web-socket-client-type.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/websocket-status/websocket-status.enum.mjs +1 -1
- package/esm2022/lib/core/payment/status/websocket-status/websocket-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/notify-dfp-status.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/request/notify-dfp-status-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/notify-dfp-status/request/notify-dfp-status-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/request/status-three-ds-request.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/request/status-three-ds-request.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/response/status-three-ds-response.class.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/response/status-three-ds-response.token.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-three-ds-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-three-ds.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/status-types.enum.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/api/status-three-ds/three-ds-checkout-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/dfp-collect/dfp-collect.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/reinsurance-check/reinsurance-check.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/reinsurance-check/timer.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-20/status-update.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-20/three-ds20.service.mjs +4 -4
- package/esm2022/lib/core/payment/three-ds/three-ds-form.interface.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds-status-websocket-types.enum.mjs +1 -1
- package/esm2022/lib/core/payment/three-ds/three-ds.service.mjs +4 -4
- package/esm2022/lib/core/payment/update-submit-response/update-after-error-rules.const.mjs +1 -1
- package/esm2022/lib/core/payment/virtual-currency.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api-part-request.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api-part.abstract.mjs +1 -1
- package/esm2022/lib/core/payment/xps-api/xps-api.service.mjs +4 -4
- package/esm2022/lib/core/payment/xps-checkout.mjs +1 -1
- package/esm2022/lib/core/payment/xps-comand.enum.mjs +1 -1
- package/esm2022/lib/core/payment/xps-error.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-finance.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-message.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-purchase.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-request.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-response.error.mjs +1 -1
- package/esm2022/lib/core/payment/xps-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment/xps-summary.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-method-api.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-method.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-api.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.class.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.interface.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods-response.token.mjs +1 -1
- package/esm2022/lib/core/payment-methods/payment-methods.service.mjs +4 -4
- package/esm2022/lib/core/performance/performance.service.mjs +4 -4
- package/esm2022/lib/core/performance/xhr-action.interface.mjs +1 -1
- package/esm2022/lib/core/performance/xhr-action.service.mjs +4 -4
- package/esm2022/lib/core/properties.type.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-method-api.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-method.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.class.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.interface.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods-response.token.mjs +1 -1
- package/esm2022/lib/core/saved-methods/saved-methods.service.mjs +4 -4
- package/esm2022/lib/core/script-tracker/script-tracker.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-cart/apple-pay-cart.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-integration.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay-sdk.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.const.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.errors.enum.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/apple-pay.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/commands-for-pages.enum.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/external-window-communication/external-window-communication.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/map-shipping-address-to-contact.function.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/params-builder/apple-pay-params-builder.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/apple-pay-session.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/braintree.handler.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/checkout.handler.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/session-handler.abstract.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/session-handler.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/session-handlers/start-session-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/shipping-address.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/recalculate-cart-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/return-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/send-token-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/update-price-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/socket-messages/window-close-message.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/apple-pay/updated-price.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/check-payment-device-data.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-button-color.type.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-button-configuration.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-checkout.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-init-params.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay-library.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/google-pay.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-checkout-payment.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-instant-payment.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/google-pay/payment/google-pay-payment-service.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/google-pay/updated-price.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/payment-systems/payment-system-processing.service.mjs +4 -4
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-methods.const.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-systems-initial-data.interface.mjs +1 -1
- package/esm2022/lib/core/sdk-payment-systems/sdk-payment-systems.interface.mjs +1 -1
- package/esm2022/lib/core/session/session.service.mjs +4 -4
- package/esm2022/lib/core/settings/auto-redirect-on-status.mjs +1 -1
- package/esm2022/lib/core/settings/balance.interface.mjs +1 -1
- package/esm2022/lib/core/settings/bonus.interface.mjs +1 -1
- package/esm2022/lib/core/settings/configuration.interface.mjs +1 -1
- package/esm2022/lib/core/settings/empty-utils-response.error.mjs +1 -1
- package/esm2022/lib/core/settings/header-type.enum.mjs +1 -1
- package/esm2022/lib/core/settings/offer.interface.mjs +1 -1
- package/esm2022/lib/core/settings/project.interface.mjs +1 -1
- package/esm2022/lib/core/settings/purchase.interface.mjs +1 -1
- package/esm2022/lib/core/settings/refer.const.mjs +1 -1
- package/esm2022/lib/core/settings/settings-mode.enum.mjs +1 -1
- package/esm2022/lib/core/settings/settings.interface.mjs +1 -1
- package/esm2022/lib/core/settings/settings.service.mjs +19 -7
- package/esm2022/lib/core/settings/status-back-show.mjs +1 -1
- package/esm2022/lib/core/settings/tracking-info.interface.mjs +1 -1
- package/esm2022/lib/core/settings/user.interface.mjs +1 -1
- package/esm2022/lib/core/settings/utils-response.interface.mjs +1 -1
- package/esm2022/lib/core/transaction-initiation-type.enum.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-null.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-object.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-string.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-undefined.function.mjs +1 -1
- package/esm2022/lib/core/type-guards/is-xps-boolean.function.mjs +1 -1
- package/esm2022/lib/core/url/search-params.interface.mjs +1 -1
- package/esm2022/lib/core/url/url.service.mjs +4 -4
- package/esm2022/lib/core/user-agent/browserInfo.interface.mjs +1 -1
- package/esm2022/lib/core/user-agent/browsers.mjs +1 -1
- package/esm2022/lib/core/user-agent/device.enum.mjs +1 -1
- package/esm2022/lib/core/user-agent/os.mjs +1 -1
- package/esm2022/lib/core/user-agent/user-agent-data.interface.mjs +1 -1
- package/esm2022/lib/core/user-agent/user-agent.service.mjs +4 -4
- package/esm2022/lib/core/user-balance/user-balance-api.interface.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-request-params.interface.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-response.class.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance-response.token.mjs +1 -1
- package/esm2022/lib/core/user-balance/user-balance.service.mjs +4 -4
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/event-builder.service.mjs +5 -7
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/event-parameter-types.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/invoice.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/purchase.type.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/event-builder/user-behaviour-event.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/one-time-analytics-events.const.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-analytics.interface.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-analytics.service.mjs +4 -4
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event/user-behaviour-event-categories.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event/user-behaviour-event-types.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-behaviour-event-name.enum.mjs +1 -1
- package/esm2022/lib/core/user-behaviour-analytics/user-session-options.mjs +1 -1
- package/esm2022/lib/core/web-socket/centrifugo-web-socket.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/nchan-web-socket.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-command.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-connection-channel.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/bridge-request-payload.interface.mjs +1 -1
- package/esm2022/lib/core/web-socket/socket-bridge/socket-bridge.service.mjs +4 -4
- package/esm2022/lib/core/web-socket/web-socket-client-type.enum.mjs +1 -1
- package/esm2022/lib/core/web-socket/web-socket.factory.mjs +4 -4
- package/esm2022/lib/core/web-socket/web-socket.interface.mjs +1 -1
- package/esm2022/lib/core/window-command.interface.mjs +1 -1
- package/esm2022/lib/core/window.token.mjs +1 -1
- package/esm2022/lib/core/xps-boolean.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/print-instruction.service.mjs +4 -4
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/print-instruction/request/print-instruction-request.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/request/send-instruction-request.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.class.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-instruction-response.token.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/response/send-status.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-error.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction-api-routes.enum.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction-parameters.interface.mjs +1 -1
- package/esm2022/lib/core/xsolla-number/api/send-instruction/send-instruction.service.mjs +4 -4
- package/esm2022/lib/core/xsolla-number/shipping-methods.enum.mjs +1 -1
- package/esm2022/lib/core-library.module.mjs +5 -5
- package/esm2022/lib/core-library.service.mjs +4 -4
- package/esm2022/lib/shared/payment-methods-id.variable.mjs +1 -1
- package/esm2022/lib/shared/pipes/pipes.module.mjs +5 -5
- package/esm2022/lib/shared/pipes/unescape-html/unescape-html.pipe.mjs +4 -4
- package/esm2022/lib/shared/translate/translate.helper.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/xsolla-payment-client-core.mjs +1 -1
- package/fesm2022/xsolla-payment-client-core.mjs +404 -395
- package/fesm2022/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core/legal/refund-policy.service.d.ts +1 -1
- package/lib/core/payment/requests/initialize/initialize.service.d.ts +3 -3
- package/lib/core/payment/requests/sync/sync.service.d.ts +3 -3
- package/lib/core/settings/configuration.interface.d.ts +5 -0
- package/lib/core/settings/settings.service.d.ts +2 -1
- package/lib/core/user-agent/browsers.d.ts +2 -2
- package/lib/core/user-agent/user-agent.service.d.ts +1 -1
- package/package.json +13 -6
- package/xsolla-payment-client-core-0.2.103.tgz +0 -0
- package/xsolla-payment-client-core-0.2.102.tgz +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InjectionToken,
|
|
2
|
+
import { InjectionToken, Inject, Injectable, isDevMode, Pipe, NgModule } from '@angular/core';
|
|
3
3
|
import { firstValueFrom, lastValueFrom, map, Subject, BehaviorSubject, filter as filter$1, takeUntil, skip, take, of, interval, throwError, share } from 'rxjs';
|
|
4
4
|
import * as i1 from '@angular/common/http';
|
|
5
5
|
import { HttpParams, HttpHeaders, HttpClientModule, HTTP_INTERCEPTORS, provideHttpClient } from '@angular/common/http';
|
|
@@ -88,10 +88,10 @@ class SecureApiClient {
|
|
|
88
88
|
}
|
|
89
89
|
return this.isSandboxMode ? sandboxApiUrl : defaultApiUrl;
|
|
90
90
|
}
|
|
91
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
92
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
91
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, deps: [{ token: i1.HttpClient }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
92
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, providedIn: 'root' }); }
|
|
93
93
|
}
|
|
94
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
94
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SecureApiClient, decorators: [{
|
|
95
95
|
type: Injectable,
|
|
96
96
|
args: [{
|
|
97
97
|
providedIn: 'root',
|
|
@@ -176,18 +176,30 @@ class SettingsService {
|
|
|
176
176
|
this._topLevelDomain = configuration.topLevelDomain;
|
|
177
177
|
this._isApplePayInstantFlowEnabled =
|
|
178
178
|
!!configuration.isApplePayInstantFlowEnabled;
|
|
179
|
+
this.setDevApiUrl(configuration.apiUrl);
|
|
179
180
|
await this.sendRequest(this.token);
|
|
180
181
|
this.isInitialized = true;
|
|
181
182
|
}
|
|
183
|
+
isSandboxMode() {
|
|
184
|
+
return this.sandboxMode;
|
|
185
|
+
}
|
|
186
|
+
setDevApiUrl(apiUrl) {
|
|
187
|
+
if (!apiUrl) {
|
|
188
|
+
return;
|
|
189
|
+
}
|
|
190
|
+
try {
|
|
191
|
+
window.localStorage.setItem('devApiUrl', apiUrl);
|
|
192
|
+
}
|
|
193
|
+
catch {
|
|
194
|
+
console.warn('Could not set devApiUrl in localStorage');
|
|
195
|
+
}
|
|
196
|
+
}
|
|
182
197
|
get topLevelDomain() {
|
|
183
198
|
return this._topLevelDomain;
|
|
184
199
|
}
|
|
185
200
|
get isApplePayInstantFlowEnabled() {
|
|
186
201
|
return this._isApplePayInstantFlowEnabled;
|
|
187
202
|
}
|
|
188
|
-
isSandboxMode() {
|
|
189
|
-
return this.sandboxMode;
|
|
190
|
-
}
|
|
191
203
|
get refer() {
|
|
192
204
|
return this._refer;
|
|
193
205
|
}
|
|
@@ -199,10 +211,10 @@ class SettingsService {
|
|
|
199
211
|
this.secureApi.setSandboxMode(this.isSandboxMode());
|
|
200
212
|
this.response = await firstValueFrom(this.secureApi.get('utils', { params }));
|
|
201
213
|
}
|
|
202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
203
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, deps: [{ token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
215
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, providedIn: 'root' }); }
|
|
204
216
|
}
|
|
205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SettingsService, decorators: [{
|
|
206
218
|
type: Injectable,
|
|
207
219
|
args: [{
|
|
208
220
|
providedIn: 'root',
|
|
@@ -735,10 +747,10 @@ class UserAgentService {
|
|
|
735
747
|
}
|
|
736
748
|
return null;
|
|
737
749
|
}
|
|
738
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
739
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
750
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
751
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, providedIn: 'root' }); }
|
|
740
752
|
}
|
|
741
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserAgentService, decorators: [{
|
|
742
754
|
type: Injectable,
|
|
743
755
|
args: [{
|
|
744
756
|
providedIn: 'root',
|
|
@@ -780,10 +792,10 @@ class CommonLogAttributesService {
|
|
|
780
792
|
extractUrlHost(url) {
|
|
781
793
|
return url.replace(/^https?:\/\/([^/?#]+).*$/i, '$1');
|
|
782
794
|
}
|
|
783
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
784
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
795
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, deps: [{ token: windowToken }, { token: SettingsService }, { token: UserAgentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
796
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, providedIn: 'root' }); }
|
|
785
797
|
}
|
|
786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
798
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CommonLogAttributesService, decorators: [{
|
|
787
799
|
type: Injectable,
|
|
788
800
|
args: [{
|
|
789
801
|
providedIn: 'root',
|
|
@@ -889,10 +901,10 @@ class ElkLoggerService {
|
|
|
889
901
|
responseType: 'text',
|
|
890
902
|
})).catch((err) => console.error('Elk Logger: request error', err));
|
|
891
903
|
}
|
|
892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
893
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
904
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, deps: [{ token: CommonLogAttributesService }, { token: i1.HttpClient }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
905
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, providedIn: 'root' }); }
|
|
894
906
|
}
|
|
895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ElkLoggerService, decorators: [{
|
|
896
908
|
type: Injectable,
|
|
897
909
|
args: [{
|
|
898
910
|
providedIn: 'root',
|
|
@@ -911,10 +923,10 @@ class LoggerService {
|
|
|
911
923
|
this.elkLoggerService.handleError(error);
|
|
912
924
|
this.handlers.forEach((handler) => handler.handleError(error));
|
|
913
925
|
}
|
|
914
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
915
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
926
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, deps: [{ token: ElkLoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
927
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, providedIn: 'root' }); }
|
|
916
928
|
}
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
929
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LoggerService, decorators: [{
|
|
918
930
|
type: Injectable,
|
|
919
931
|
args: [{
|
|
920
932
|
providedIn: 'root',
|
|
@@ -939,10 +951,10 @@ class CountryService {
|
|
|
939
951
|
getTokenCountry() {
|
|
940
952
|
return this.settingsService.user.country.value;
|
|
941
953
|
}
|
|
942
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
943
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
954
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
955
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, providedIn: 'root' }); }
|
|
944
956
|
}
|
|
945
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountryService, decorators: [{
|
|
946
958
|
type: Injectable,
|
|
947
959
|
args: [{
|
|
948
960
|
providedIn: 'root',
|
|
@@ -1048,10 +1060,10 @@ class PaymentMethodsService {
|
|
|
1048
1060
|
get isFixedPaymentMethod() {
|
|
1049
1061
|
return !!this.settingsService.purchase?.payment_system?.id;
|
|
1050
1062
|
}
|
|
1051
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1052
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1063
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, deps: [{ token: paymentMethodsResponseFactoryToken }, { token: SettingsService }, { token: CountryService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1064
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, providedIn: 'root' }); }
|
|
1053
1065
|
}
|
|
1054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1066
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentMethodsService, decorators: [{
|
|
1055
1067
|
type: Injectable,
|
|
1056
1068
|
args: [{
|
|
1057
1069
|
providedIn: 'root',
|
|
@@ -1127,10 +1139,10 @@ class SavedMethodsService {
|
|
|
1127
1139
|
// @ts-expect-error the map already has the cache with key
|
|
1128
1140
|
return this.cache.get(cacheKey);
|
|
1129
1141
|
}
|
|
1130
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1131
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1142
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, deps: [{ token: savedMethodsResponseFactoryToken }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1143
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, providedIn: 'root' }); }
|
|
1132
1144
|
}
|
|
1133
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1145
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedMethodsService, decorators: [{
|
|
1134
1146
|
type: Injectable,
|
|
1135
1147
|
args: [{
|
|
1136
1148
|
providedIn: 'root',
|
|
@@ -1186,10 +1198,10 @@ class UserBalanceService {
|
|
|
1186
1198
|
// @ts-expect-error the map already has the cache with key
|
|
1187
1199
|
return this.cache.get(cacheKey);
|
|
1188
1200
|
}
|
|
1189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1190
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, deps: [{ token: userBalanceResponseFactoryToken }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1202
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, providedIn: 'root' }); }
|
|
1191
1203
|
}
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBalanceService, decorators: [{
|
|
1193
1205
|
type: Injectable,
|
|
1194
1206
|
args: [{
|
|
1195
1207
|
providedIn: 'root',
|
|
@@ -1244,10 +1256,10 @@ class UrlService {
|
|
|
1244
1256
|
}
|
|
1245
1257
|
return searchParams;
|
|
1246
1258
|
}
|
|
1247
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1248
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1259
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1260
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, providedIn: 'root' }); }
|
|
1249
1261
|
}
|
|
1250
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UrlService, decorators: [{
|
|
1251
1263
|
type: Injectable,
|
|
1252
1264
|
args: [{
|
|
1253
1265
|
providedIn: 'root',
|
|
@@ -1283,10 +1295,10 @@ class PaymentConfigService {
|
|
|
1283
1295
|
});
|
|
1284
1296
|
return enrichedUrl;
|
|
1285
1297
|
}
|
|
1286
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1287
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1298
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, deps: [{ token: UrlService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1299
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, providedIn: 'root' }); }
|
|
1288
1300
|
}
|
|
1289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentConfigService, decorators: [{
|
|
1290
1302
|
type: Injectable,
|
|
1291
1303
|
args: [{
|
|
1292
1304
|
providedIn: 'root',
|
|
@@ -1632,6 +1644,12 @@ const isGooglePaySettingsGuard = (settings) => {
|
|
|
1632
1644
|
return settings.paymentMethodId === googlePayPid;
|
|
1633
1645
|
};
|
|
1634
1646
|
|
|
1647
|
+
const initializeResponseFactoryToken = new InjectionToken('InitializeResponse');
|
|
1648
|
+
const initializeResponseFactoryProvider = {
|
|
1649
|
+
provide: initializeResponseFactoryToken,
|
|
1650
|
+
useValue: (...args) => new InitializeResponse(...args),
|
|
1651
|
+
};
|
|
1652
|
+
|
|
1635
1653
|
class HttpError extends AppError {
|
|
1636
1654
|
constructor(error, req) {
|
|
1637
1655
|
super(error.message);
|
|
@@ -1671,12 +1689,6 @@ class HttpError extends AppError {
|
|
|
1671
1689
|
}
|
|
1672
1690
|
}
|
|
1673
1691
|
|
|
1674
|
-
const initializeResponseFactoryToken = new InjectionToken('InitializeResponse');
|
|
1675
|
-
const initializeResponseFactoryProvider = {
|
|
1676
|
-
provide: initializeResponseFactoryToken,
|
|
1677
|
-
useValue: (...args) => new InitializeResponse(...args),
|
|
1678
|
-
};
|
|
1679
|
-
|
|
1680
1692
|
class XpsApiService {
|
|
1681
1693
|
constructor(window, secureApiClient, settingsService, countryService, userAgentService) {
|
|
1682
1694
|
this.window = window;
|
|
@@ -1739,10 +1751,10 @@ class XpsApiService {
|
|
|
1739
1751
|
parameters.user_session_id = this.settingsService.user.session_id ?? '';
|
|
1740
1752
|
return parameters;
|
|
1741
1753
|
}
|
|
1742
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1743
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, deps: [{ token: windowToken }, { token: SecureApiClient }, { token: SettingsService }, { token: CountryService }, { token: UserAgentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1755
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, providedIn: 'root' }); }
|
|
1744
1756
|
}
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsApiService, decorators: [{
|
|
1746
1758
|
type: Injectable,
|
|
1747
1759
|
args: [{
|
|
1748
1760
|
providedIn: 'root',
|
|
@@ -1847,10 +1859,10 @@ class RedirectActionCreator {
|
|
|
1847
1859
|
const payStationUrl = isSandbox ? sandboxPayStationUrl : payStation4Url;
|
|
1848
1860
|
return `${payStationUrl}/en${pagesPath}?token=${token}`;
|
|
1849
1861
|
}
|
|
1850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1862
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1863
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator }); }
|
|
1852
1864
|
}
|
|
1853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RedirectActionCreator, decorators: [{
|
|
1854
1866
|
type: Injectable
|
|
1855
1867
|
}], ctorParameters: () => [{ type: SettingsService }] });
|
|
1856
1868
|
|
|
@@ -1881,10 +1893,10 @@ class ShowFieldsActionCreator {
|
|
|
1881
1893
|
!response.parameters.checkout &&
|
|
1882
1894
|
!response.parameters?.form?.qr));
|
|
1883
1895
|
}
|
|
1884
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1885
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1896
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1897
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator }); }
|
|
1886
1898
|
}
|
|
1887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowFieldsActionCreator, decorators: [{
|
|
1888
1900
|
type: Injectable
|
|
1889
1901
|
}] });
|
|
1890
1902
|
|
|
@@ -1901,10 +1913,10 @@ class CheckStatusActionCreator {
|
|
|
1901
1913
|
isSuitable(response) {
|
|
1902
1914
|
return response.currentCommand === XpsCommand.status;
|
|
1903
1915
|
}
|
|
1904
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1905
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1916
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1917
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator }); }
|
|
1906
1918
|
}
|
|
1907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusActionCreator, decorators: [{
|
|
1908
1920
|
type: Injectable
|
|
1909
1921
|
}] });
|
|
1910
1922
|
|
|
@@ -1921,10 +1933,10 @@ class ShowErrorsActionCreator {
|
|
|
1921
1933
|
isSuitable(response) {
|
|
1922
1934
|
return Boolean(response.errors?.length);
|
|
1923
1935
|
}
|
|
1924
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
1925
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
1936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1937
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator }); }
|
|
1926
1938
|
}
|
|
1927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
1939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowErrorsActionCreator, decorators: [{
|
|
1928
1940
|
type: Injectable
|
|
1929
1941
|
}] });
|
|
1930
1942
|
|
|
@@ -2078,10 +2090,10 @@ class StatusUpdatedActionCreator {
|
|
|
2078
2090
|
isSuitable() {
|
|
2079
2091
|
return false;
|
|
2080
2092
|
}
|
|
2081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2093
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2094
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator }); }
|
|
2083
2095
|
}
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2096
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusUpdatedActionCreator, decorators: [{
|
|
2085
2097
|
type: Injectable
|
|
2086
2098
|
}] });
|
|
2087
2099
|
|
|
@@ -2112,10 +2124,10 @@ class ThreeDsActionCreator {
|
|
|
2112
2124
|
},
|
|
2113
2125
|
};
|
|
2114
2126
|
}
|
|
2115
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2116
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2128
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator }); }
|
|
2117
2129
|
}
|
|
2118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2130
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsActionCreator, decorators: [{
|
|
2119
2131
|
type: Injectable
|
|
2120
2132
|
}], ctorParameters: () => [{ type: SettingsService }] });
|
|
2121
2133
|
|
|
@@ -2149,10 +2161,10 @@ class SpecialButtonActionCreator {
|
|
|
2149
2161
|
}
|
|
2150
2162
|
return buttonName;
|
|
2151
2163
|
}
|
|
2152
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2153
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2164
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2165
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator }); }
|
|
2154
2166
|
}
|
|
2155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SpecialButtonActionCreator, decorators: [{
|
|
2156
2168
|
type: Injectable
|
|
2157
2169
|
}] });
|
|
2158
2170
|
|
|
@@ -2174,10 +2186,10 @@ class ShowQrCodeActionCreator {
|
|
|
2174
2186
|
isSuitable(response) {
|
|
2175
2187
|
return Boolean(response.parameters?.form?.qr);
|
|
2176
2188
|
}
|
|
2177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2178
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2189
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2190
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator }); }
|
|
2179
2191
|
}
|
|
2180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowQrCodeActionCreator, decorators: [{
|
|
2181
2193
|
type: Injectable
|
|
2182
2194
|
}] });
|
|
2183
2195
|
|
|
@@ -2209,10 +2221,10 @@ class ShowMobilePaymentScreenActionCreator {
|
|
|
2209
2221
|
return (response.currentCommand === XpsCommand.create &&
|
|
2210
2222
|
this.pids.includes(response.pid));
|
|
2211
2223
|
}
|
|
2212
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2213
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2224
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2225
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator }); }
|
|
2214
2226
|
}
|
|
2215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowMobilePaymentScreenActionCreator, decorators: [{
|
|
2216
2228
|
type: Injectable
|
|
2217
2229
|
}] });
|
|
2218
2230
|
|
|
@@ -2243,10 +2255,10 @@ class ShowXsollaNumberActionCreator {
|
|
|
2243
2255
|
isRedirectPaymentMethod(submitResponse) {
|
|
2244
2256
|
return submitResponse.parameters.isCheckout ?? false;
|
|
2245
2257
|
}
|
|
2246
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2247
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2259
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator }); }
|
|
2248
2260
|
}
|
|
2249
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowXsollaNumberActionCreator, decorators: [{
|
|
2250
2262
|
type: Injectable
|
|
2251
2263
|
}] });
|
|
2252
2264
|
|
|
@@ -2263,10 +2275,10 @@ class ShowCashPaymentInstructionActionCreator {
|
|
|
2263
2275
|
isSuitable(response) {
|
|
2264
2276
|
return (response.fields || []).some((field) => field.name === 'payment_instruction');
|
|
2265
2277
|
}
|
|
2266
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2267
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2279
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator }); }
|
|
2268
2280
|
}
|
|
2269
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2281
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ShowCashPaymentInstructionActionCreator, decorators: [{
|
|
2270
2282
|
type: Injectable
|
|
2271
2283
|
}] });
|
|
2272
2284
|
|
|
@@ -2279,10 +2291,10 @@ class GoogleThreeDsRedirectActionCreator extends RedirectActionCreator {
|
|
|
2279
2291
|
getRedirectUrl(submitResponse) {
|
|
2280
2292
|
return (String(submitResponse.parameters.form?.googlePay3DSRedirect?.value) ?? '');
|
|
2281
2293
|
}
|
|
2282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2294
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2295
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator }); }
|
|
2284
2296
|
}
|
|
2285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GoogleThreeDsRedirectActionCreator, decorators: [{
|
|
2286
2298
|
type: Injectable
|
|
2287
2299
|
}] });
|
|
2288
2300
|
|
|
@@ -2311,10 +2323,10 @@ class ThreeDsRedirectActionCreator {
|
|
|
2311
2323
|
isSuitable() {
|
|
2312
2324
|
return false;
|
|
2313
2325
|
}
|
|
2314
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2315
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2326
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2327
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator }); }
|
|
2316
2328
|
}
|
|
2317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsRedirectActionCreator, decorators: [{
|
|
2318
2330
|
type: Injectable
|
|
2319
2331
|
}] });
|
|
2320
2332
|
|
|
@@ -2331,10 +2343,10 @@ class ServerErrorActionCreator {
|
|
|
2331
2343
|
isSuitable() {
|
|
2332
2344
|
return false;
|
|
2333
2345
|
}
|
|
2334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2335
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2346
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2347
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator }); }
|
|
2336
2348
|
}
|
|
2337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2349
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ServerErrorActionCreator, decorators: [{
|
|
2338
2350
|
type: Injectable
|
|
2339
2351
|
}] });
|
|
2340
2352
|
|
|
@@ -2456,9 +2468,7 @@ class EventBuilderService {
|
|
|
2456
2468
|
}
|
|
2457
2469
|
return hourOffset > nullHour ? `+${hourOffset}` : hourOffset.toString();
|
|
2458
2470
|
}
|
|
2459
|
-
convertToEventParameterType(value, type
|
|
2460
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2461
|
-
) {
|
|
2471
|
+
convertToEventParameterType(value, type) {
|
|
2462
2472
|
if (value === null || value === undefined) {
|
|
2463
2473
|
return null;
|
|
2464
2474
|
}
|
|
@@ -2495,10 +2505,10 @@ class EventBuilderService {
|
|
|
2495
2505
|
return (this.settingsService.unsafeUtilsResponse?.settings?.payment_system ??
|
|
2496
2506
|
instanceId);
|
|
2497
2507
|
}
|
|
2498
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2499
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2508
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, deps: [{ token: SettingsService }, { token: UserAgentService }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2509
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, providedIn: 'root' }); }
|
|
2500
2510
|
}
|
|
2501
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EventBuilderService, decorators: [{
|
|
2502
2512
|
type: Injectable,
|
|
2503
2513
|
args: [{
|
|
2504
2514
|
providedIn: 'root',
|
|
@@ -2646,10 +2656,10 @@ class UserBehaviourAnalyticsService {
|
|
|
2646
2656
|
resetPid() {
|
|
2647
2657
|
this.userSessionOptions.instanceId = null;
|
|
2648
2658
|
}
|
|
2649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, deps: [{ token: i1.HttpClient }, { token: EventBuilderService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2660
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, providedIn: 'root' }); }
|
|
2651
2661
|
}
|
|
2652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UserBehaviourAnalyticsService, decorators: [{
|
|
2653
2663
|
type: Injectable,
|
|
2654
2664
|
args: [{
|
|
2655
2665
|
providedIn: 'root',
|
|
@@ -2711,10 +2721,10 @@ class NextActionService {
|
|
|
2711
2721
|
logNextAction(nextAction) {
|
|
2712
2722
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.nextAction, 'manual', { value: nextAction.type });
|
|
2713
2723
|
}
|
|
2714
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2715
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2724
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, deps: [{ token: nextActionsToken }, { token: i0.Injector }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2725
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, providedIn: 'root' }); }
|
|
2716
2726
|
}
|
|
2717
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NextActionService, decorators: [{
|
|
2718
2728
|
type: Injectable,
|
|
2719
2729
|
args: [{
|
|
2720
2730
|
providedIn: 'root',
|
|
@@ -2747,10 +2757,10 @@ class UnescapeHtmlPipe {
|
|
|
2747
2757
|
}
|
|
2748
2758
|
return html;
|
|
2749
2759
|
}
|
|
2750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2751
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.
|
|
2760
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2761
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, name: "unescapeHtml" }); }
|
|
2752
2762
|
}
|
|
2753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: UnescapeHtmlPipe, decorators: [{
|
|
2754
2764
|
type: Pipe,
|
|
2755
2765
|
args: [{
|
|
2756
2766
|
name: 'unescapeHtml',
|
|
@@ -2797,10 +2807,10 @@ class XpsResponseErrorsMappingService {
|
|
|
2797
2807
|
};
|
|
2798
2808
|
});
|
|
2799
2809
|
}
|
|
2800
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
2801
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
2810
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, deps: [{ token: UnescapeHtmlPipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2811
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, providedIn: 'root' }); }
|
|
2802
2812
|
}
|
|
2803
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
2813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XpsResponseErrorsMappingService, decorators: [{
|
|
2804
2814
|
type: Injectable,
|
|
2805
2815
|
args: [{ providedIn: 'root' }]
|
|
2806
2816
|
}], ctorParameters: () => [{ type: UnescapeHtmlPipe }] });
|
|
@@ -3101,10 +3111,10 @@ class CreditCardService {
|
|
|
3101
3111
|
}
|
|
3102
3112
|
return creditCard;
|
|
3103
3113
|
}
|
|
3104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3105
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3114
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3115
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, providedIn: 'root' }); }
|
|
3106
3116
|
}
|
|
3107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardService, decorators: [{
|
|
3108
3118
|
type: Injectable,
|
|
3109
3119
|
args: [{
|
|
3110
3120
|
providedIn: 'root',
|
|
@@ -3171,10 +3181,10 @@ class EncryptCreditCardService {
|
|
|
3171
3181
|
card_month: request.xps_card_month,
|
|
3172
3182
|
};
|
|
3173
3183
|
}
|
|
3174
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3175
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3184
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3185
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, providedIn: 'root' }); }
|
|
3176
3186
|
}
|
|
3177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EncryptCreditCardService, decorators: [{
|
|
3178
3188
|
type: Injectable,
|
|
3179
3189
|
args: [{ providedIn: 'root' }]
|
|
3180
3190
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
@@ -3210,10 +3220,10 @@ class PaymentSettingsService {
|
|
|
3210
3220
|
? "COF" /* TransactionInitiationType.COF */
|
|
3211
3221
|
: "OT" /* TransactionInitiationType.OT */;
|
|
3212
3222
|
}
|
|
3213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3214
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3223
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3224
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, providedIn: 'root' }); }
|
|
3215
3225
|
}
|
|
3216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSettingsService, decorators: [{
|
|
3217
3227
|
type: Injectable,
|
|
3218
3228
|
args: [{
|
|
3219
3229
|
providedIn: 'root',
|
|
@@ -3266,10 +3276,10 @@ class SessionService {
|
|
|
3266
3276
|
getStorageKey(key) {
|
|
3267
3277
|
return `${key}${this.settingsService.token}`;
|
|
3268
3278
|
}
|
|
3269
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3270
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3279
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, deps: [{ token: windowToken }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3280
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, providedIn: 'root' }); }
|
|
3271
3281
|
}
|
|
3272
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SessionService, decorators: [{
|
|
3273
3283
|
type: Injectable,
|
|
3274
3284
|
args: [{
|
|
3275
3285
|
providedIn: 'root',
|
|
@@ -3280,7 +3290,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3280
3290
|
}] }, { type: SettingsService }] });
|
|
3281
3291
|
|
|
3282
3292
|
class InitializeService {
|
|
3283
|
-
constructor(responseFactory, xpsApiService, settingsService, countryService, nextActionService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator,
|
|
3293
|
+
constructor(responseFactory, xpsApiService, settingsService, countryService, nextActionService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator, userBehaviourAnalyticsService, paymentSettingsService, sessionService, serverErrorActionCreator) {
|
|
3284
3294
|
this.responseFactory = responseFactory;
|
|
3285
3295
|
this.xpsApiService = xpsApiService;
|
|
3286
3296
|
this.settingsService = settingsService;
|
|
@@ -3289,10 +3299,10 @@ class InitializeService {
|
|
|
3289
3299
|
this.xpsResponseErrorsMappingService = xpsResponseErrorsMappingService;
|
|
3290
3300
|
this.encryptCreditCardService = encryptCreditCardService;
|
|
3291
3301
|
this.showErrorsActionCreator = showErrorsActionCreator;
|
|
3292
|
-
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3293
3302
|
this.userBehaviourAnalyticsService = userBehaviourAnalyticsService;
|
|
3294
3303
|
this.paymentSettingsService = paymentSettingsService;
|
|
3295
3304
|
this.sessionService = sessionService;
|
|
3305
|
+
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3296
3306
|
}
|
|
3297
3307
|
async request(config) {
|
|
3298
3308
|
const paymentSettingsParams = this.paymentSettingsService.getPaymentSettingsParams(config);
|
|
@@ -3351,10 +3361,10 @@ class InitializeService {
|
|
|
3351
3361
|
}
|
|
3352
3362
|
this.encryptCreditCardService.setPublicKey(atob(publicKeyField.value));
|
|
3353
3363
|
}
|
|
3354
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3355
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, deps: [{ token: initializeResponseFactoryToken }, { token: XpsApiService }, { token: SettingsService }, { token: CountryService }, { token: NextActionService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: SessionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3365
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, providedIn: 'root' }); }
|
|
3356
3366
|
}
|
|
3357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeService, decorators: [{
|
|
3358
3368
|
type: Injectable,
|
|
3359
3369
|
args: [{
|
|
3360
3370
|
providedIn: 'root',
|
|
@@ -3362,7 +3372,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3362
3372
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
3363
3373
|
type: Inject,
|
|
3364
3374
|
args: [initializeResponseFactoryToken]
|
|
3365
|
-
}] }, { type: XpsApiService }, { type: SettingsService }, { type: CountryService }, { type: NextActionService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type:
|
|
3375
|
+
}] }, { type: XpsApiService }, { type: SettingsService }, { type: CountryService }, { type: NextActionService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type: UserBehaviourAnalyticsService }, { type: PaymentSettingsService }, { type: SessionService }, { type: ServerErrorActionCreator }] });
|
|
3366
3376
|
|
|
3367
3377
|
class XpsApiPartRequest {
|
|
3368
3378
|
addXpsParameters(parameters) {
|
|
@@ -3463,8 +3473,7 @@ class DeviceFingerPrintService {
|
|
|
3463
3473
|
if (!this.settingsService.token) {
|
|
3464
3474
|
return null;
|
|
3465
3475
|
}
|
|
3466
|
-
const antifraudFingerprint = await this
|
|
3467
|
-
.antifraudFingerprintLibrary;
|
|
3476
|
+
const antifraudFingerprint = await this.antifraudFingerprintLibrary;
|
|
3468
3477
|
try {
|
|
3469
3478
|
return new antifraudFingerprint({
|
|
3470
3479
|
api: {
|
|
@@ -3482,10 +3491,10 @@ class DeviceFingerPrintService {
|
|
|
3482
3491
|
return null;
|
|
3483
3492
|
}
|
|
3484
3493
|
}
|
|
3485
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3486
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3494
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3495
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, providedIn: 'root' }); }
|
|
3487
3496
|
}
|
|
3488
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3497
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DeviceFingerPrintService, decorators: [{
|
|
3489
3498
|
type: Injectable,
|
|
3490
3499
|
args: [{
|
|
3491
3500
|
providedIn: 'root',
|
|
@@ -3556,10 +3565,10 @@ class SubmitService {
|
|
|
3556
3565
|
fields: Object.keys(xpsResponse.form).map((key) => xpsResponse.form[key]),
|
|
3557
3566
|
});
|
|
3558
3567
|
}
|
|
3559
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3560
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3568
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, deps: [{ token: submitRequestFactoryToken }, { token: submitResponseFactoryToken }, { token: SettingsService }, { token: DeviceFingerPrintService }, { token: XpsApiService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: NextActionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3569
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, providedIn: 'root' }); }
|
|
3561
3570
|
}
|
|
3562
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SubmitService, decorators: [{
|
|
3563
3572
|
type: Injectable,
|
|
3564
3573
|
args: [{ providedIn: 'root' }]
|
|
3565
3574
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -3643,7 +3652,7 @@ const syncResponseFactoryProvider = {
|
|
|
3643
3652
|
};
|
|
3644
3653
|
|
|
3645
3654
|
class SyncService extends EmitDataService {
|
|
3646
|
-
constructor(requestFactory, responseFactory, xpsApiService, nextActionService, settingsService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator,
|
|
3655
|
+
constructor(requestFactory, responseFactory, xpsApiService, nextActionService, settingsService, xpsResponseErrorsMappingService, encryptCreditCardService, showErrorsActionCreator, userBehaviourAnalyticsService, paymentSettingsService, sessionService, serverErrorActionCreator) {
|
|
3647
3656
|
super();
|
|
3648
3657
|
this.requestFactory = requestFactory;
|
|
3649
3658
|
this.responseFactory = responseFactory;
|
|
@@ -3653,10 +3662,10 @@ class SyncService extends EmitDataService {
|
|
|
3653
3662
|
this.xpsResponseErrorsMappingService = xpsResponseErrorsMappingService;
|
|
3654
3663
|
this.encryptCreditCardService = encryptCreditCardService;
|
|
3655
3664
|
this.showErrorsActionCreator = showErrorsActionCreator;
|
|
3656
|
-
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3657
3665
|
this.userBehaviourAnalyticsService = userBehaviourAnalyticsService;
|
|
3658
3666
|
this.paymentSettingsService = paymentSettingsService;
|
|
3659
3667
|
this.sessionService = sessionService;
|
|
3668
|
+
this.serverErrorActionCreator = serverErrorActionCreator;
|
|
3660
3669
|
this.prevFieldSyncStates = {};
|
|
3661
3670
|
this.form = new UntypedFormGroup({});
|
|
3662
3671
|
this.paymentConfiguration = null;
|
|
@@ -3807,10 +3816,10 @@ class SyncService extends EmitDataService {
|
|
|
3807
3816
|
}
|
|
3808
3817
|
this.fieldSyncTimers[field.name] = timerId;
|
|
3809
3818
|
}
|
|
3810
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3811
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3819
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, deps: [{ token: syncRequestFactoryToken }, { token: syncResponseFactoryToken }, { token: XpsApiService }, { token: NextActionService }, { token: SettingsService }, { token: XpsResponseErrorsMappingService }, { token: EncryptCreditCardService }, { token: ShowErrorsActionCreator }, { token: UserBehaviourAnalyticsService }, { token: PaymentSettingsService }, { token: SessionService }, { token: ServerErrorActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3820
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, providedIn: 'root' }); }
|
|
3812
3821
|
}
|
|
3813
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SyncService, decorators: [{
|
|
3814
3823
|
type: Injectable,
|
|
3815
3824
|
args: [{
|
|
3816
3825
|
providedIn: 'root',
|
|
@@ -3821,7 +3830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
3821
3830
|
}] }, { type: undefined, decorators: [{
|
|
3822
3831
|
type: Inject,
|
|
3823
3832
|
args: [syncResponseFactoryToken]
|
|
3824
|
-
}] }, { type: XpsApiService }, { type: NextActionService }, { type: SettingsService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type:
|
|
3833
|
+
}] }, { type: XpsApiService }, { type: NextActionService }, { type: SettingsService }, { type: XpsResponseErrorsMappingService }, { type: EncryptCreditCardService }, { type: ShowErrorsActionCreator }, { type: UserBehaviourAnalyticsService }, { type: PaymentSettingsService }, { type: SessionService }, { type: ServerErrorActionCreator }] });
|
|
3825
3834
|
|
|
3826
3835
|
function isObject(value) {
|
|
3827
3836
|
return typeof value === 'object' && value !== null && !Array.isArray(value);
|
|
@@ -3961,10 +3970,10 @@ class EmailConverter extends Converter {
|
|
|
3961
3970
|
getDataType() {
|
|
3962
3971
|
return 'email';
|
|
3963
3972
|
}
|
|
3964
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
3965
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
3973
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3974
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter }); }
|
|
3966
3975
|
}
|
|
3967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
3976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmailConverter, decorators: [{
|
|
3968
3977
|
type: Injectable
|
|
3969
3978
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
3970
3979
|
|
|
@@ -4050,10 +4059,10 @@ class ZipConverter extends Converter {
|
|
|
4050
4059
|
getDataType() {
|
|
4051
4060
|
return 'text';
|
|
4052
4061
|
}
|
|
4053
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4054
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4062
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter, deps: [{ token: SyncService }, { token: CountryService }, { token: SessionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4063
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter }); }
|
|
4055
4064
|
}
|
|
4056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ZipConverter, decorators: [{
|
|
4057
4066
|
type: Injectable
|
|
4058
4067
|
}], ctorParameters: () => [{ type: SyncService }, { type: CountryService }, { type: SessionService }] });
|
|
4059
4068
|
|
|
@@ -4135,10 +4144,10 @@ class CreditCardMaxLengthValidator {
|
|
|
4135
4144
|
};
|
|
4136
4145
|
};
|
|
4137
4146
|
}
|
|
4138
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4139
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4147
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4148
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator }); }
|
|
4140
4149
|
}
|
|
4141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMaxLengthValidator, decorators: [{
|
|
4142
4151
|
type: Injectable
|
|
4143
4152
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
4144
4153
|
|
|
@@ -4165,10 +4174,10 @@ class CreditCardMinLengthValidator {
|
|
|
4165
4174
|
};
|
|
4166
4175
|
};
|
|
4167
4176
|
}
|
|
4168
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4169
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator, deps: [{ token: CreditCardService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4178
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator }); }
|
|
4170
4179
|
}
|
|
4171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardMinLengthValidator, decorators: [{
|
|
4172
4181
|
type: Injectable
|
|
4173
4182
|
}], ctorParameters: () => [{ type: CreditCardService }] });
|
|
4174
4183
|
|
|
@@ -4203,10 +4212,10 @@ class CardNumberConverter extends Converter {
|
|
|
4203
4212
|
getDataType() {
|
|
4204
4213
|
return 'text';
|
|
4205
4214
|
}
|
|
4206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4215
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter, deps: [{ token: SyncService }, { token: CreditCardMaxLengthValidator }, { token: CreditCardMinLengthValidator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4216
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter }); }
|
|
4208
4217
|
}
|
|
4209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardNumberConverter, decorators: [{
|
|
4210
4219
|
type: Injectable
|
|
4211
4220
|
}], ctorParameters: () => [{ type: SyncService }, { type: CreditCardMaxLengthValidator }, { type: CreditCardMinLengthValidator }] });
|
|
4212
4221
|
|
|
@@ -4279,10 +4288,10 @@ class CardMonthConverter extends Converter {
|
|
|
4279
4288
|
getDataType() {
|
|
4280
4289
|
return 'text';
|
|
4281
4290
|
}
|
|
4282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4292
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter }); }
|
|
4284
4293
|
}
|
|
4285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardMonthConverter, decorators: [{
|
|
4286
4295
|
type: Injectable
|
|
4287
4296
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4288
4297
|
|
|
@@ -4343,10 +4352,10 @@ class CvvConverter extends Converter {
|
|
|
4343
4352
|
shouldHideUserInput() {
|
|
4344
4353
|
return true;
|
|
4345
4354
|
}
|
|
4346
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4347
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4355
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4356
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter }); }
|
|
4348
4357
|
}
|
|
4349
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CvvConverter, decorators: [{
|
|
4350
4359
|
type: Injectable
|
|
4351
4360
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4352
4361
|
|
|
@@ -4410,10 +4419,10 @@ class BirthDateConverter extends Converter {
|
|
|
4410
4419
|
config.inputMode = 'numeric';
|
|
4411
4420
|
return config;
|
|
4412
4421
|
}
|
|
4413
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4414
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4423
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter }); }
|
|
4415
4424
|
}
|
|
4416
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BirthDateConverter, decorators: [{
|
|
4417
4426
|
type: Injectable
|
|
4418
4427
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4419
4428
|
|
|
@@ -4430,10 +4439,10 @@ class CardholderNameConverter extends Converter {
|
|
|
4430
4439
|
getDataType() {
|
|
4431
4440
|
return 'text';
|
|
4432
4441
|
}
|
|
4433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4434
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4442
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4443
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter }); }
|
|
4435
4444
|
}
|
|
4436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardholderNameConverter, decorators: [{
|
|
4437
4446
|
type: Injectable
|
|
4438
4447
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4439
4448
|
|
|
@@ -4458,10 +4467,10 @@ class CpfNameConverter extends Converter {
|
|
|
4458
4467
|
};
|
|
4459
4468
|
return config;
|
|
4460
4469
|
}
|
|
4461
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4462
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4470
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4471
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter }); }
|
|
4463
4472
|
}
|
|
4464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4473
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNameConverter, decorators: [{
|
|
4465
4474
|
type: Injectable
|
|
4466
4475
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4467
4476
|
|
|
@@ -4539,10 +4548,10 @@ class CpfNumberConverter extends Converter {
|
|
|
4539
4548
|
};
|
|
4540
4549
|
return config;
|
|
4541
4550
|
}
|
|
4542
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4543
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4551
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4552
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter }); }
|
|
4544
4553
|
}
|
|
4545
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CpfNumberConverter, decorators: [{
|
|
4546
4555
|
type: Injectable
|
|
4547
4556
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4548
4557
|
|
|
@@ -4560,10 +4569,10 @@ class StreetNumberConverter extends Converter {
|
|
|
4560
4569
|
createControlConfig(field) {
|
|
4561
4570
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4562
4571
|
}
|
|
4563
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4564
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4573
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter }); }
|
|
4565
4574
|
}
|
|
4566
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StreetNumberConverter, decorators: [{
|
|
4567
4576
|
type: Injectable
|
|
4568
4577
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4569
4578
|
|
|
@@ -4574,10 +4583,10 @@ class TextConverter extends Converter {
|
|
|
4574
4583
|
createControlConfig(field) {
|
|
4575
4584
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4576
4585
|
}
|
|
4577
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4578
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4586
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4587
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter }); }
|
|
4579
4588
|
}
|
|
4580
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4589
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextConverter, decorators: [{
|
|
4581
4590
|
type: Injectable
|
|
4582
4591
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4583
4592
|
|
|
@@ -4608,10 +4617,10 @@ class CheckboxConverter extends Converter {
|
|
|
4608
4617
|
config.initValue = field.value;
|
|
4609
4618
|
return config;
|
|
4610
4619
|
}
|
|
4611
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4612
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4620
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4621
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter }); }
|
|
4613
4622
|
}
|
|
4614
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckboxConverter, decorators: [{
|
|
4615
4624
|
type: Injectable
|
|
4616
4625
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4617
4626
|
|
|
@@ -4632,10 +4641,10 @@ class SelectConverter extends Converter {
|
|
|
4632
4641
|
config.initValue = field.value;
|
|
4633
4642
|
return config;
|
|
4634
4643
|
}
|
|
4635
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4636
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4644
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4645
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter }); }
|
|
4637
4646
|
}
|
|
4638
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4647
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SelectConverter, decorators: [{
|
|
4639
4648
|
type: Injectable
|
|
4640
4649
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4641
4650
|
|
|
@@ -4646,10 +4655,10 @@ class PinConverter extends Converter {
|
|
|
4646
4655
|
createControlConfig(field) {
|
|
4647
4656
|
return this.createDefaultControlConfig(TextControlConfig, field);
|
|
4648
4657
|
}
|
|
4649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4659
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter }); }
|
|
4651
4660
|
}
|
|
4652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PinConverter, decorators: [{
|
|
4653
4662
|
type: Injectable
|
|
4654
4663
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4655
4664
|
|
|
@@ -4670,10 +4679,10 @@ class RadioGroupConverter extends Converter {
|
|
|
4670
4679
|
config.options = field.options;
|
|
4671
4680
|
return config;
|
|
4672
4681
|
}
|
|
4673
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4674
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4682
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4683
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter }); }
|
|
4675
4684
|
}
|
|
4676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RadioGroupConverter, decorators: [{
|
|
4677
4686
|
type: Injectable
|
|
4678
4687
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4679
4688
|
|
|
@@ -4697,10 +4706,10 @@ class PricepointConverter extends Converter {
|
|
|
4697
4706
|
config.inputMode = 'numeric';
|
|
4698
4707
|
return config;
|
|
4699
4708
|
}
|
|
4700
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4701
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4710
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter }); }
|
|
4702
4711
|
}
|
|
4703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PricepointConverter, decorators: [{
|
|
4704
4713
|
type: Injectable
|
|
4705
4714
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4706
4715
|
|
|
@@ -4728,10 +4737,10 @@ class CouponConverter extends Converter {
|
|
|
4728
4737
|
config.placeholder = TranslateHelper.t('coupon.converter.placeholder', 'Enter promo code');
|
|
4729
4738
|
return config;
|
|
4730
4739
|
}
|
|
4731
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4732
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4740
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4741
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter }); }
|
|
4733
4742
|
}
|
|
4734
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4743
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CouponConverter, decorators: [{
|
|
4735
4744
|
type: Injectable
|
|
4736
4745
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4737
4746
|
|
|
@@ -4801,10 +4810,10 @@ class CardYearConverter extends Converter {
|
|
|
4801
4810
|
getDataType() {
|
|
4802
4811
|
return 'text';
|
|
4803
4812
|
}
|
|
4804
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4805
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4814
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter }); }
|
|
4806
4815
|
}
|
|
4807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardYearConverter, decorators: [{
|
|
4808
4817
|
type: Injectable
|
|
4809
4818
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4810
4819
|
|
|
@@ -4854,10 +4863,10 @@ class PhoneConverter extends Converter {
|
|
|
4854
4863
|
config.inputMode = 'numeric';
|
|
4855
4864
|
return config;
|
|
4856
4865
|
}
|
|
4857
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4858
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4866
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4867
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter }); }
|
|
4859
4868
|
}
|
|
4860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PhoneConverter, decorators: [{
|
|
4861
4870
|
type: Injectable
|
|
4862
4871
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4863
4872
|
|
|
@@ -4958,10 +4967,10 @@ class CardExpirationConverter extends Converter {
|
|
|
4958
4967
|
getDataType() {
|
|
4959
4968
|
return 'text';
|
|
4960
4969
|
}
|
|
4961
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
4962
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
4970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter, deps: [{ token: SyncService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4971
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter }); }
|
|
4963
4972
|
}
|
|
4964
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
4973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardExpirationConverter, decorators: [{
|
|
4965
4974
|
type: Injectable
|
|
4966
4975
|
}], ctorParameters: () => [{ type: SyncService }] });
|
|
4967
4976
|
|
|
@@ -5026,10 +5035,10 @@ class ControlConfigService {
|
|
|
5026
5035
|
}
|
|
5027
5036
|
return this.injector.get(converter);
|
|
5028
5037
|
}
|
|
5029
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5030
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5038
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService, deps: [{ token: convertersMapToken }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5039
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService }); }
|
|
5031
5040
|
}
|
|
5032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5041
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ControlConfigService, decorators: [{
|
|
5033
5042
|
type: Injectable
|
|
5034
5043
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
5035
5044
|
type: Inject,
|
|
@@ -5093,10 +5102,10 @@ class FormService {
|
|
|
5093
5102
|
logCreateForm(fields) {
|
|
5094
5103
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.createForm, 'manual', { value: fields.map((field) => field.name) });
|
|
5095
5104
|
}
|
|
5096
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5097
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5105
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService, deps: [{ token: ControlConfigService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5106
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService }); }
|
|
5098
5107
|
}
|
|
5099
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormService, decorators: [{
|
|
5100
5109
|
type: Injectable
|
|
5101
5110
|
}], ctorParameters: () => [{ type: ControlConfigService }, { type: UserBehaviourAnalyticsService }] });
|
|
5102
5111
|
|
|
@@ -5292,10 +5301,10 @@ class StatusRequestService extends XpsApiPart {
|
|
|
5292
5301
|
throw new TerminalError(e.message, e.code);
|
|
5293
5302
|
});
|
|
5294
5303
|
}
|
|
5295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5296
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5304
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: statusRequestFactoryToken }, { token: statusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5305
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, providedIn: 'root' }); }
|
|
5297
5306
|
}
|
|
5298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusRequestService, decorators: [{
|
|
5299
5308
|
type: Injectable,
|
|
5300
5309
|
args: [{
|
|
5301
5310
|
providedIn: 'root',
|
|
@@ -5604,10 +5613,10 @@ class SummaryFinanceDetailsAdapterService {
|
|
|
5604
5613
|
isDefaultImage(url) {
|
|
5605
5614
|
return defaultImagePatterns.some((regex) => regex.test(url));
|
|
5606
5615
|
}
|
|
5607
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5608
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5617
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, providedIn: 'root' }); }
|
|
5609
5618
|
}
|
|
5610
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SummaryFinanceDetailsAdapterService, decorators: [{
|
|
5611
5620
|
type: Injectable,
|
|
5612
5621
|
args: [{ providedIn: 'root' }]
|
|
5613
5622
|
}] });
|
|
@@ -5912,10 +5921,10 @@ class StatusFinanceDetailsAdapterService {
|
|
|
5912
5921
|
}
|
|
5913
5922
|
return percentsMatchResult[0];
|
|
5914
5923
|
}
|
|
5915
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5916
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, deps: [{ token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5925
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, providedIn: 'root' }); }
|
|
5917
5926
|
}
|
|
5918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusFinanceDetailsAdapterService, decorators: [{
|
|
5919
5928
|
type: Injectable,
|
|
5920
5929
|
args: [{ providedIn: 'root' }]
|
|
5921
5930
|
}], ctorParameters: () => [{ type: SummaryFinanceDetailsAdapterService }] });
|
|
@@ -5956,10 +5965,10 @@ class FinanceDetailsService extends EmitDataService {
|
|
|
5956
5965
|
value: financeDetails.finance ? 'success' : 'fail',
|
|
5957
5966
|
});
|
|
5958
5967
|
}
|
|
5959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
5960
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
5968
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, deps: [{ token: SessionService }, { token: SummaryFinanceDetailsAdapterService }, { token: StatusFinanceDetailsAdapterService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5969
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, providedIn: 'root' }); }
|
|
5961
5970
|
}
|
|
5962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
5971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FinanceDetailsService, decorators: [{
|
|
5963
5972
|
type: Injectable,
|
|
5964
5973
|
args: [{ providedIn: 'root' }]
|
|
5965
5974
|
}], ctorParameters: () => [{ type: SessionService }, { type: SummaryFinanceDetailsAdapterService }, { type: StatusFinanceDetailsAdapterService }, { type: UserBehaviourAnalyticsService }] });
|
|
@@ -6028,10 +6037,10 @@ class CheckStatusService extends XpsApiPart {
|
|
|
6028
6037
|
throw new ResponseError(error.message);
|
|
6029
6038
|
});
|
|
6030
6039
|
}
|
|
6031
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6032
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6040
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, deps: [{ token: XpsApiService }, { token: SettingsService }, { token: XpsResponseErrorsMappingService }, { token: checkStatusRequestFactoryToken }, { token: checkStatusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6041
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, providedIn: 'root' }); }
|
|
6033
6042
|
}
|
|
6034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckStatusService, decorators: [{
|
|
6035
6044
|
type: Injectable,
|
|
6036
6045
|
args: [{
|
|
6037
6046
|
providedIn: 'root',
|
|
@@ -6170,10 +6179,10 @@ class NchanWebSocketService {
|
|
|
6170
6179
|
}
|
|
6171
6180
|
this.successfulReconnectionEventsProxy$.next();
|
|
6172
6181
|
}
|
|
6173
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6174
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6183
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, providedIn: 'root' }); }
|
|
6175
6184
|
}
|
|
6176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NchanWebSocketService, decorators: [{
|
|
6177
6186
|
type: Injectable,
|
|
6178
6187
|
args: [{
|
|
6179
6188
|
providedIn: 'root',
|
|
@@ -6377,10 +6386,10 @@ class CentrifugoWebSocketService {
|
|
|
6377
6386
|
}
|
|
6378
6387
|
return options;
|
|
6379
6388
|
}
|
|
6380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6381
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6389
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6390
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, providedIn: 'root' }); }
|
|
6382
6391
|
}
|
|
6383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CentrifugoWebSocketService, decorators: [{
|
|
6384
6393
|
type: Injectable,
|
|
6385
6394
|
args: [{
|
|
6386
6395
|
providedIn: 'root',
|
|
@@ -6399,10 +6408,10 @@ class WebSocketFactory {
|
|
|
6399
6408
|
}
|
|
6400
6409
|
return this.nchanWebSocket;
|
|
6401
6410
|
}
|
|
6402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6411
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, deps: [{ token: NchanWebSocketService }, { token: CentrifugoWebSocketService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6412
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, providedIn: 'root' }); }
|
|
6404
6413
|
}
|
|
6405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebSocketFactory, decorators: [{
|
|
6406
6415
|
type: Injectable,
|
|
6407
6416
|
args: [{
|
|
6408
6417
|
providedIn: 'root',
|
|
@@ -6470,10 +6479,10 @@ class WebsocketStatusService {
|
|
|
6470
6479
|
this.webSocketSubscription?.unsubscribe();
|
|
6471
6480
|
this.webSocketReconnectionSubscription?.unsubscribe();
|
|
6472
6481
|
}
|
|
6473
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6474
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6482
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, deps: [{ token: WebSocketFactory }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6483
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, providedIn: 'root' }); }
|
|
6475
6484
|
}
|
|
6476
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: WebsocketStatusService, decorators: [{
|
|
6477
6486
|
type: Injectable,
|
|
6478
6487
|
args: [{
|
|
6479
6488
|
providedIn: 'root',
|
|
@@ -6591,10 +6600,10 @@ class ListenStatusService {
|
|
|
6591
6600
|
void this.websocketStatusService.checkStatusWithWebSocket(statusSettings.webSocketUrl, statusSettings.webSocketChannelName, statusSettings.webSocketClientType);
|
|
6592
6601
|
this.websocketOpenedSubject.next(statusSettings);
|
|
6593
6602
|
}
|
|
6594
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6595
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6603
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, deps: [{ token: StatusRequestService }, { token: CheckStatusService }, { token: WebsocketStatusService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6604
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, providedIn: 'root' }); }
|
|
6596
6605
|
}
|
|
6597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ListenStatusService, decorators: [{
|
|
6598
6607
|
type: Injectable,
|
|
6599
6608
|
args: [{
|
|
6600
6609
|
providedIn: 'root',
|
|
@@ -6646,10 +6655,10 @@ class SavedPaymentAccountChangesService {
|
|
|
6646
6655
|
throw new XpsResponseError(error.message);
|
|
6647
6656
|
});
|
|
6648
6657
|
}
|
|
6649
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6650
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, deps: [{ token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6659
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, providedIn: 'root' }); }
|
|
6651
6660
|
}
|
|
6652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavedPaymentAccountChangesService, decorators: [{
|
|
6653
6662
|
type: Injectable,
|
|
6654
6663
|
args: [{
|
|
6655
6664
|
providedIn: 'root',
|
|
@@ -6755,10 +6764,10 @@ class SavePaymentMethodStatusService {
|
|
|
6755
6764
|
savePaymentMethodStatus: this.savePaymentMethodStatus,
|
|
6756
6765
|
}));
|
|
6757
6766
|
}
|
|
6758
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6759
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, deps: [{ token: StatusRequestService }, { token: ListenStatusService }, { token: SavedPaymentAccountChangesService }, { token: NextActionService }, { token: CheckStatusService }, { token: StatusUpdatedActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6768
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, providedIn: 'root' }); }
|
|
6760
6769
|
}
|
|
6761
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6770
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SavePaymentMethodStatusService, decorators: [{
|
|
6762
6771
|
type: Injectable,
|
|
6763
6772
|
args: [{
|
|
6764
6773
|
providedIn: 'root',
|
|
@@ -6818,10 +6827,10 @@ class StatusService {
|
|
|
6818
6827
|
this.nextActionService.emitFlowUpdates(this.statusUpdatedActionCreator.getActionData({ statusResponse }));
|
|
6819
6828
|
});
|
|
6820
6829
|
}
|
|
6821
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6822
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6830
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, deps: [{ token: UrlService }, { token: StatusRequestService }, { token: FinanceDetailsService }, { token: ListenStatusService }, { token: NextActionService }, { token: SavePaymentMethodStatusService }, { token: StatusUpdatedActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6831
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, providedIn: 'root' }); }
|
|
6823
6832
|
}
|
|
6824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusService, decorators: [{
|
|
6825
6834
|
type: Injectable,
|
|
6826
6835
|
args: [{
|
|
6827
6836
|
providedIn: 'root',
|
|
@@ -6829,10 +6838,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
6829
6838
|
}], ctorParameters: () => [{ type: UrlService }, { type: StatusRequestService }, { type: FinanceDetailsService }, { type: ListenStatusService }, { type: NextActionService }, { type: SavePaymentMethodStatusService }, { type: StatusUpdatedActionCreator }] });
|
|
6830
6839
|
|
|
6831
6840
|
class CreditCardStateService extends EmitDataService {
|
|
6832
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6833
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6841
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6842
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, providedIn: 'root' }); }
|
|
6834
6843
|
}
|
|
6835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CreditCardStateService, decorators: [{
|
|
6836
6845
|
type: Injectable,
|
|
6837
6846
|
args: [{
|
|
6838
6847
|
providedIn: 'root',
|
|
@@ -6872,10 +6881,10 @@ class InitializeSpecialButtonActionCreator {
|
|
|
6872
6881
|
}
|
|
6873
6882
|
return buttonName;
|
|
6874
6883
|
}
|
|
6875
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6876
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6884
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator, deps: [{ token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6885
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator }); }
|
|
6877
6886
|
}
|
|
6878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeSpecialButtonActionCreator, decorators: [{
|
|
6879
6888
|
type: Injectable
|
|
6880
6889
|
}], ctorParameters: () => [{ type: LoggerService }] });
|
|
6881
6890
|
|
|
@@ -6913,10 +6922,10 @@ class InitializeNextActionService {
|
|
|
6913
6922
|
logNextAction(nextAction) {
|
|
6914
6923
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.initializeNextAction, 'manual', { value: nextAction.type });
|
|
6915
6924
|
}
|
|
6916
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
6917
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
6925
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, deps: [{ token: initializeNextActionsToken }, { token: UserBehaviourAnalyticsService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6926
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, providedIn: 'root' }); }
|
|
6918
6927
|
}
|
|
6919
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
6928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: InitializeNextActionService, decorators: [{
|
|
6920
6929
|
type: Injectable,
|
|
6921
6930
|
args: [{
|
|
6922
6931
|
providedIn: 'root',
|
|
@@ -7000,10 +7009,10 @@ class StatusThreeDsService {
|
|
|
7000
7009
|
throw new XpsResponseError(error.message);
|
|
7001
7010
|
});
|
|
7002
7011
|
}
|
|
7003
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7004
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7012
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: statusThreeDsRequestFactoryToken }, { token: statusThreeDsResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7013
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, providedIn: 'root' }); }
|
|
7005
7014
|
}
|
|
7006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: StatusThreeDsService, decorators: [{
|
|
7007
7016
|
type: Injectable,
|
|
7008
7017
|
args: [{
|
|
7009
7018
|
providedIn: 'root',
|
|
@@ -7057,10 +7066,10 @@ class NotifyDfpStatusService {
|
|
|
7057
7066
|
throw new XpsResponseError(error.message);
|
|
7058
7067
|
});
|
|
7059
7068
|
}
|
|
7060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7061
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7069
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: notifyDfpStatusRequestFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7070
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, providedIn: 'root' }); }
|
|
7062
7071
|
}
|
|
7063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NotifyDfpStatusService, decorators: [{
|
|
7064
7073
|
type: Injectable,
|
|
7065
7074
|
args: [{
|
|
7066
7075
|
providedIn: 'root',
|
|
@@ -7163,10 +7172,10 @@ class DfpCollectService {
|
|
|
7163
7172
|
element.setAttribute(name, attributes[name]);
|
|
7164
7173
|
});
|
|
7165
7174
|
}
|
|
7166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7167
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7175
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, deps: [{ token: windowToken }, { token: NotifyDfpStatusService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7176
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, providedIn: 'root' }); }
|
|
7168
7177
|
}
|
|
7169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7178
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DfpCollectService, decorators: [{
|
|
7170
7179
|
type: Injectable,
|
|
7171
7180
|
args: [{
|
|
7172
7181
|
providedIn: 'root',
|
|
@@ -7201,10 +7210,10 @@ class ReinsuranceCheckService {
|
|
|
7201
7210
|
this.window.clearTimeout(timerInStorage.timeoutRef);
|
|
7202
7211
|
this.timers[id] = null;
|
|
7203
7212
|
}
|
|
7204
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7205
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7214
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, providedIn: 'root' }); }
|
|
7206
7215
|
}
|
|
7207
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ReinsuranceCheckService, decorators: [{
|
|
7208
7217
|
type: Injectable,
|
|
7209
7218
|
args: [{
|
|
7210
7219
|
providedIn: 'root',
|
|
@@ -7328,10 +7337,10 @@ class ThreeDs20Service {
|
|
|
7328
7337
|
clearLatestDfpParameters() {
|
|
7329
7338
|
this.latestDfpParameters = null;
|
|
7330
7339
|
}
|
|
7331
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7332
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7340
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, deps: [{ token: StatusThreeDsService }, { token: NotifyDfpStatusService }, { token: WebSocketFactory }, { token: DfpCollectService }, { token: ReinsuranceCheckService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7341
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, providedIn: 'root' }); }
|
|
7333
7342
|
}
|
|
7334
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7343
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDs20Service, decorators: [{
|
|
7335
7344
|
type: Injectable,
|
|
7336
7345
|
args: [{
|
|
7337
7346
|
providedIn: 'root',
|
|
@@ -7369,10 +7378,10 @@ class ThreeDsService {
|
|
|
7369
7378
|
stopChecking() {
|
|
7370
7379
|
this.statusSubscription?.unsubscribe();
|
|
7371
7380
|
}
|
|
7372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7373
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7381
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, deps: [{ token: ThreeDs20Service }, { token: NextActionService }, { token: CheckStatusActionCreator }, { token: ThreeDsActionCreator }, { token: ThreeDsRedirectActionCreator }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7382
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, providedIn: 'root' }); }
|
|
7374
7383
|
}
|
|
7375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ThreeDsService, decorators: [{
|
|
7376
7385
|
type: Injectable,
|
|
7377
7386
|
args: [{
|
|
7378
7387
|
providedIn: 'root',
|
|
@@ -7388,10 +7397,10 @@ class FormMessagesService extends EmitDataService {
|
|
|
7388
7397
|
const mapInfoMessages = (infoMessage) => this.unescapeHtmlPipe.transform(infoMessage.message);
|
|
7389
7398
|
super.emit(messages?.map(mapInfoMessages) ?? []);
|
|
7390
7399
|
}
|
|
7391
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7392
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, deps: [{ token: UnescapeHtmlPipe }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7401
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, providedIn: 'root' }); }
|
|
7393
7402
|
}
|
|
7394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormMessagesService, decorators: [{
|
|
7395
7404
|
type: Injectable,
|
|
7396
7405
|
args: [{
|
|
7397
7406
|
providedIn: 'root',
|
|
@@ -7429,10 +7438,10 @@ class PrintInstructionService {
|
|
|
7429
7438
|
Object.entries(printUrlParameters).forEach(([key, parameter]) => printInstructionUrl.searchParams.append(key, String(parameter)));
|
|
7430
7439
|
return printInstructionUrl.toString();
|
|
7431
7440
|
}
|
|
7432
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7433
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7441
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, deps: [{ token: SettingsService }, { token: SecureApiClient }, { token: printInstructionRequestFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7442
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, providedIn: 'root' }); }
|
|
7434
7443
|
}
|
|
7435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7444
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PrintInstructionService, decorators: [{
|
|
7436
7445
|
type: Injectable,
|
|
7437
7446
|
args: [{
|
|
7438
7447
|
providedIn: 'root',
|
|
@@ -7457,10 +7466,10 @@ class BehaviourStrategy {
|
|
|
7457
7466
|
setPaymentConfig(config) {
|
|
7458
7467
|
this.paymentConfig = config;
|
|
7459
7468
|
}
|
|
7460
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7461
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7469
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7470
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy }); }
|
|
7462
7471
|
}
|
|
7463
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BehaviourStrategy, decorators: [{
|
|
7464
7473
|
type: Injectable
|
|
7465
7474
|
}] });
|
|
7466
7475
|
|
|
@@ -7501,10 +7510,10 @@ class ApplePayWithShippingAddressStrategy extends BehaviourStrategy {
|
|
|
7501
7510
|
fieldForHide.isVisible = "0" /* XpsBoolean.false */;
|
|
7502
7511
|
}
|
|
7503
7512
|
}
|
|
7504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7505
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7513
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7514
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy }); }
|
|
7506
7515
|
}
|
|
7507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayWithShippingAddressStrategy, decorators: [{
|
|
7508
7517
|
type: Injectable
|
|
7509
7518
|
}], ctorParameters: () => [] });
|
|
7510
7519
|
|
|
@@ -7537,10 +7546,10 @@ class GooglePayInstantFlowStrategy extends BehaviourStrategy {
|
|
|
7537
7546
|
fieldForHide.isVisible = "0" /* XpsBoolean.false */;
|
|
7538
7547
|
}
|
|
7539
7548
|
}
|
|
7540
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7541
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7549
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7550
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy }); }
|
|
7542
7551
|
}
|
|
7543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantFlowStrategy, decorators: [{
|
|
7544
7553
|
type: Injectable
|
|
7545
7554
|
}], ctorParameters: () => [] });
|
|
7546
7555
|
|
|
@@ -7568,10 +7577,10 @@ class GooglePayRegularFlowStrategy extends BehaviourStrategy {
|
|
|
7568
7577
|
}
|
|
7569
7578
|
return (this.paymentData.paymentForm?.fields.filter((field) => field.isVisible === "1" /* XpsBoolean.true */ && field.isMandatory) ?? []);
|
|
7570
7579
|
}
|
|
7571
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7572
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7581
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy }); }
|
|
7573
7582
|
}
|
|
7574
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayRegularFlowStrategy, decorators: [{
|
|
7575
7584
|
type: Injectable
|
|
7576
7585
|
}], ctorParameters: () => [] });
|
|
7577
7586
|
|
|
@@ -7606,10 +7615,10 @@ class PaymentBehaviourService {
|
|
|
7606
7615
|
return;
|
|
7607
7616
|
this.userBehaviourAnalyticsService.send(UserBehaviourEventName.applicablePaymentStrategies, 'manual', { value: strategies.map((strategy) => strategy.name) });
|
|
7608
7617
|
}
|
|
7609
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
7610
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
7618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService, deps: [{ token: behaviourStrategiesToken }, { token: UserBehaviourAnalyticsService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7619
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService }); }
|
|
7611
7620
|
}
|
|
7612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
7621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourService, decorators: [{
|
|
7613
7622
|
type: Injectable
|
|
7614
7623
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
7615
7624
|
type: Inject,
|
|
@@ -8132,10 +8141,10 @@ class PaymentService {
|
|
|
8132
8141
|
eventCategory: eventCategories.withInvoice,
|
|
8133
8142
|
});
|
|
8134
8143
|
}
|
|
8135
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8136
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, deps: [{ token: LoggerService }, { token: InitializeService }, { token: SubmitService }, { token: SyncService }, { token: FormService }, { token: StatusService }, { token: FinanceDetailsService }, { token: CreditCardStateService }, { token: NextActionService }, { token: InitializeNextActionService }, { token: ControlConfigService }, { token: ThreeDsService }, { token: FormMessagesService }, { token: SettingsService }, { token: CountryService }, { token: CheckStatusActionCreator }, { token: PrintInstructionService }, { token: PaymentBehaviourService }, { token: i19.TranslateService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8145
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, providedIn: 'root' }); }
|
|
8137
8146
|
}
|
|
8138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentService, decorators: [{
|
|
8139
8148
|
type: Injectable,
|
|
8140
8149
|
args: [{
|
|
8141
8150
|
providedIn: 'root',
|
|
@@ -8207,10 +8216,10 @@ class RefundPolicyService {
|
|
|
8207
8216
|
const projectId = this.settingsService.project.id;
|
|
8208
8217
|
return `${this.defaultUrl}?policy_version_id=${versionId}&language=${language}&country=${countryIso}&project_id=${projectId}`;
|
|
8209
8218
|
}
|
|
8210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, deps: [{ token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8220
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, providedIn: 'root' }); }
|
|
8212
8221
|
}
|
|
8213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: RefundPolicyService, decorators: [{
|
|
8214
8223
|
type: Injectable,
|
|
8215
8224
|
args: [{
|
|
8216
8225
|
providedIn: 'root',
|
|
@@ -8221,10 +8230,10 @@ class DisclaimerService {
|
|
|
8221
8230
|
constructor() {
|
|
8222
8231
|
this.disclaimer = 'disclaimer';
|
|
8223
8232
|
}
|
|
8224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8234
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, providedIn: 'root' }); }
|
|
8226
8235
|
}
|
|
8227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: DisclaimerService, decorators: [{
|
|
8228
8237
|
type: Injectable,
|
|
8229
8238
|
args: [{
|
|
8230
8239
|
providedIn: 'root',
|
|
@@ -8258,10 +8267,10 @@ class LegalService {
|
|
|
8258
8267
|
disclaimer: this.disclaimerService.disclaimer,
|
|
8259
8268
|
};
|
|
8260
8269
|
}
|
|
8261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8262
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, deps: [{ token: CountryService }, { token: SettingsService }, { token: RefundPolicyService }, { token: DisclaimerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8271
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, providedIn: 'root' }); }
|
|
8263
8272
|
}
|
|
8264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: LegalService, decorators: [{
|
|
8265
8274
|
type: Injectable,
|
|
8266
8275
|
args: [{
|
|
8267
8276
|
providedIn: 'root',
|
|
@@ -8294,10 +8303,10 @@ class EditSavedMethodsService {
|
|
|
8294
8303
|
return false;
|
|
8295
8304
|
});
|
|
8296
8305
|
}
|
|
8297
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8298
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8306
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, deps: [{ token: SavedMethodsService }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8307
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, providedIn: 'root' }); }
|
|
8299
8308
|
}
|
|
8300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EditSavedMethodsService, decorators: [{
|
|
8301
8310
|
type: Injectable,
|
|
8302
8311
|
args: [{
|
|
8303
8312
|
providedIn: 'root',
|
|
@@ -8399,10 +8408,10 @@ class XhrActionService {
|
|
|
8399
8408
|
getPauseEvent() {
|
|
8400
8409
|
return this.entriesSubject.pipe(debounce(() => interval(this.pauseTime)), filter(() => this.isXhrActionStarted));
|
|
8401
8410
|
}
|
|
8402
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8403
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8411
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8412
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, providedIn: 'root' }); }
|
|
8404
8413
|
}
|
|
8405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: XhrActionService, decorators: [{
|
|
8406
8415
|
type: Injectable,
|
|
8407
8416
|
args: [{
|
|
8408
8417
|
providedIn: 'root',
|
|
@@ -8502,10 +8511,10 @@ class PerformanceService {
|
|
|
8502
8511
|
});
|
|
8503
8512
|
});
|
|
8504
8513
|
}
|
|
8505
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8506
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8514
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, deps: [{ token: UserBehaviourAnalyticsService }, { token: XhrActionService }, { token: windowToken }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8515
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, providedIn: 'root' }); }
|
|
8507
8516
|
}
|
|
8508
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PerformanceService, decorators: [{
|
|
8509
8518
|
type: Injectable,
|
|
8510
8519
|
args: [{
|
|
8511
8520
|
providedIn: 'root',
|
|
@@ -8533,10 +8542,10 @@ class CombinedPaymentMethodsService {
|
|
|
8533
8542
|
savedMethods,
|
|
8534
8543
|
};
|
|
8535
8544
|
}
|
|
8536
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8537
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8545
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, deps: [{ token: PaymentMethodsService }, { token: SavedMethodsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8546
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, providedIn: 'root' }); }
|
|
8538
8547
|
}
|
|
8539
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CombinedPaymentMethodsService, decorators: [{
|
|
8540
8549
|
type: Injectable,
|
|
8541
8550
|
args: [{
|
|
8542
8551
|
providedIn: 'root',
|
|
@@ -8564,10 +8573,10 @@ class CountriesApiService {
|
|
|
8564
8573
|
return value;
|
|
8565
8574
|
})));
|
|
8566
8575
|
}
|
|
8567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8568
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8576
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, deps: [{ token: SecureApiClient }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8577
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, providedIn: 'root' }); }
|
|
8569
8578
|
}
|
|
8570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CountriesApiService, decorators: [{
|
|
8571
8580
|
type: Injectable,
|
|
8572
8581
|
args: [{
|
|
8573
8582
|
providedIn: 'root',
|
|
@@ -8673,10 +8682,10 @@ class SendInstructionService {
|
|
|
8673
8682
|
})
|
|
8674
8683
|
.pipe(map((response) => this.sendInstructionStatusResponseFactory(response, route))));
|
|
8675
8684
|
}
|
|
8676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8677
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8685
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, deps: [{ token: SecureApiClient }, { token: SettingsService }, { token: sendInstructionRequestFactoryToken }, { token: sendInstructionStatusResponseFactoryToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8686
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, providedIn: 'root' }); }
|
|
8678
8687
|
}
|
|
8679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SendInstructionService, decorators: [{
|
|
8680
8689
|
type: Injectable,
|
|
8681
8690
|
args: [{
|
|
8682
8691
|
providedIn: 'root',
|
|
@@ -8771,10 +8780,10 @@ class ScriptTrackerService {
|
|
|
8771
8780
|
this.currentScripts.add(script);
|
|
8772
8781
|
this.scriptTracked$.next();
|
|
8773
8782
|
}
|
|
8774
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8775
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8783
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, deps: [{ token: UserBehaviourAnalyticsService }, { token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8784
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, providedIn: 'root' }); }
|
|
8776
8785
|
}
|
|
8777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ScriptTrackerService, decorators: [{
|
|
8778
8787
|
type: Injectable,
|
|
8779
8788
|
args: [{
|
|
8780
8789
|
providedIn: 'root',
|
|
@@ -8950,10 +8959,10 @@ class CoreLibraryService {
|
|
|
8950
8959
|
get commonLogAttributes() {
|
|
8951
8960
|
return this.commonLogAttributesService.getAttributes();
|
|
8952
8961
|
}
|
|
8953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8954
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8962
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, deps: [{ token: SettingsService }, { token: LoggerService }, { token: CountryService }, { token: PaymentMethodsService }, { token: SavedMethodsService }, { token: UserBalanceService }, { token: PaymentConfigService }, { token: PaymentService }, { token: DeviceFingerPrintService }, { token: FinanceDetailsService }, { token: LegalService }, { token: StatusService }, { token: NextActionService }, { token: CreditCardService }, { token: CreditCardStateService }, { token: FormMessagesService }, { token: EditSavedMethodsService }, { token: UserBehaviourAnalyticsService }, { token: PerformanceService }, { token: CombinedPaymentMethodsService }, { token: CountriesApiService }, { token: SendInstructionService }, { token: ScriptTrackerService }, { token: i19.TranslateService }, { token: CommonLogAttributesService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8963
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, providedIn: 'root' }); }
|
|
8955
8964
|
}
|
|
8956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryService, decorators: [{
|
|
8957
8966
|
type: Injectable,
|
|
8958
8967
|
args: [{
|
|
8959
8968
|
providedIn: 'root',
|
|
@@ -8969,19 +8978,19 @@ class HttpExceptionsInterceptor {
|
|
|
8969
8978
|
return throwError(() => new HttpError(error, req));
|
|
8970
8979
|
}));
|
|
8971
8980
|
}
|
|
8972
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8973
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
8981
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor, deps: [{ token: i1$1.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
8982
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor }); }
|
|
8974
8983
|
}
|
|
8975
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: HttpExceptionsInterceptor, decorators: [{
|
|
8976
8985
|
type: Injectable
|
|
8977
8986
|
}], ctorParameters: () => [{ type: i1$1.Router }] });
|
|
8978
8987
|
|
|
8979
8988
|
class ValidatorsModule {
|
|
8980
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8981
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8982
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
8989
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8990
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, imports: [CommonModule] }); }
|
|
8991
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, providers: [CreditCardMinLengthValidator, CreditCardMaxLengthValidator], imports: [CommonModule] }); }
|
|
8983
8992
|
}
|
|
8984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
8993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ValidatorsModule, decorators: [{
|
|
8985
8994
|
type: NgModule,
|
|
8986
8995
|
args: [{
|
|
8987
8996
|
declarations: [],
|
|
@@ -8991,9 +9000,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
8991
9000
|
}] });
|
|
8992
9001
|
|
|
8993
9002
|
class FormModule {
|
|
8994
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
8995
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
8996
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9003
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9004
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: FormModule, imports: [ReactiveFormsModule, ValidatorsModule] }); }
|
|
9005
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, providers: [
|
|
8997
9006
|
FormService,
|
|
8998
9007
|
ControlConfigService,
|
|
8999
9008
|
CardNumberConverter,
|
|
@@ -9024,7 +9033,7 @@ class FormModule {
|
|
|
9024
9033
|
{ provide: convertersMapToken, useValue: convertersMap },
|
|
9025
9034
|
], imports: [ReactiveFormsModule, ValidatorsModule] }); }
|
|
9026
9035
|
}
|
|
9027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormModule, decorators: [{
|
|
9028
9037
|
type: NgModule,
|
|
9029
9038
|
args: [{
|
|
9030
9039
|
imports: [ReactiveFormsModule, ValidatorsModule],
|
|
@@ -9062,11 +9071,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9062
9071
|
}] });
|
|
9063
9072
|
|
|
9064
9073
|
class PipesModule {
|
|
9065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9066
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9067
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9074
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9075
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, declarations: [UnescapeHtmlPipe], exports: [UnescapeHtmlPipe] }); }
|
|
9076
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, providers: [UnescapeHtmlPipe] }); }
|
|
9068
9077
|
}
|
|
9069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9078
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PipesModule, decorators: [{
|
|
9070
9079
|
type: NgModule,
|
|
9071
9080
|
args: [{
|
|
9072
9081
|
declarations: [UnescapeHtmlPipe],
|
|
@@ -9207,10 +9216,10 @@ class ApplePayCartService {
|
|
|
9207
9216
|
getTotalAmount(finance) {
|
|
9208
9217
|
return finance?.grand_total?.amount ?? finance?.total?.amount;
|
|
9209
9218
|
}
|
|
9210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9219
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, deps: [{ token: UserBehaviourAnalyticsService }, { token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9220
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, providedIn: 'root' }); }
|
|
9212
9221
|
}
|
|
9213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayCartService, decorators: [{
|
|
9214
9223
|
type: Injectable,
|
|
9215
9224
|
args: [{
|
|
9216
9225
|
providedIn: 'root',
|
|
@@ -9317,10 +9326,10 @@ class BraintreeHandler extends ApplePaySessionHandlerAbstract {
|
|
|
9317
9326
|
};
|
|
9318
9327
|
session.begin();
|
|
9319
9328
|
}
|
|
9320
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9321
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9329
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler, deps: [{ token: windowToken }, { token: LoggerService }, { token: ApplePayCartService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9330
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler }); }
|
|
9322
9331
|
}
|
|
9323
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BraintreeHandler, decorators: [{
|
|
9324
9333
|
type: Injectable
|
|
9325
9334
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
9326
9335
|
type: Inject,
|
|
@@ -9409,10 +9418,10 @@ class CheckoutHandler extends ApplePaySessionHandlerAbstract {
|
|
|
9409
9418
|
};
|
|
9410
9419
|
session.begin();
|
|
9411
9420
|
}
|
|
9412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9413
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9421
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler, deps: [{ token: windowToken }, { token: i1.HttpClient }, { token: ApplePayCartService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9422
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler }); }
|
|
9414
9423
|
}
|
|
9415
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CheckoutHandler, decorators: [{
|
|
9416
9425
|
type: Injectable
|
|
9417
9426
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
9418
9427
|
type: Inject,
|
|
@@ -9420,9 +9429,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9420
9429
|
}] }, { type: i1.HttpClient }, { type: ApplePayCartService }, { type: UserBehaviourAnalyticsService }] });
|
|
9421
9430
|
|
|
9422
9431
|
class PaymentBehaviourModule {
|
|
9423
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9424
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9425
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9432
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9433
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, imports: [CommonModule] }); }
|
|
9434
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, providers: [
|
|
9426
9435
|
PaymentBehaviourService,
|
|
9427
9436
|
{
|
|
9428
9437
|
provide: behaviourStrategiesToken,
|
|
@@ -9431,7 +9440,7 @@ class PaymentBehaviourModule {
|
|
|
9431
9440
|
...behaviourStrategies,
|
|
9432
9441
|
], imports: [CommonModule] }); }
|
|
9433
9442
|
}
|
|
9434
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentBehaviourModule, decorators: [{
|
|
9435
9444
|
type: NgModule,
|
|
9436
9445
|
args: [{
|
|
9437
9446
|
declarations: [],
|
|
@@ -9448,9 +9457,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.3", ngImpor
|
|
|
9448
9457
|
}] });
|
|
9449
9458
|
|
|
9450
9459
|
class CoreLibraryModule {
|
|
9451
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9452
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.
|
|
9453
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.
|
|
9460
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
9461
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule] }); }
|
|
9462
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, providers: [
|
|
9454
9463
|
{
|
|
9455
9464
|
provide: HTTP_INTERCEPTORS,
|
|
9456
9465
|
useClass: HttpExceptionsInterceptor,
|
|
@@ -9504,7 +9513,7 @@ class CoreLibraryModule {
|
|
|
9504
9513
|
}),
|
|
9505
9514
|
], imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule] }); }
|
|
9506
9515
|
}
|
|
9507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9516
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CoreLibraryModule, decorators: [{
|
|
9508
9517
|
type: NgModule,
|
|
9509
9518
|
args: [{
|
|
9510
9519
|
imports: [HttpClientModule, FormModule, PipesModule, PaymentBehaviourModule],
|
|
@@ -9629,10 +9638,10 @@ class PaymentSystemProcessingService {
|
|
|
9629
9638
|
isInitialized() {
|
|
9630
9639
|
return this.initialize.getValue();
|
|
9631
9640
|
}
|
|
9632
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9633
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9641
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, deps: [{ token: windowToken }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9642
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, providedIn: 'root' }); }
|
|
9634
9643
|
}
|
|
9635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: PaymentSystemProcessingService, decorators: [{
|
|
9636
9645
|
type: Injectable,
|
|
9637
9646
|
args: [{
|
|
9638
9647
|
providedIn: 'root',
|
|
@@ -9707,10 +9716,10 @@ class GooglePayCheckoutPaymentService {
|
|
|
9707
9716
|
isCancelledStatus(statusCode) {
|
|
9708
9717
|
return statusCode.toLowerCase() === 'canceled';
|
|
9709
9718
|
}
|
|
9710
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9711
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9719
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, deps: [{ token: PaymentSystemProcessingService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9720
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, providedIn: 'root' }); }
|
|
9712
9721
|
}
|
|
9713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayCheckoutPaymentService, decorators: [{
|
|
9714
9723
|
type: Injectable,
|
|
9715
9724
|
args: [{
|
|
9716
9725
|
providedIn: 'root',
|
|
@@ -9824,10 +9833,10 @@ class GooglePayInstantPaymentService {
|
|
|
9824
9833
|
getTotalAmount(finance) {
|
|
9825
9834
|
return finance?.grand_total?.amount ?? finance?.total?.amount;
|
|
9826
9835
|
}
|
|
9827
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
9828
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
9836
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, deps: [{ token: SummaryFinanceDetailsAdapterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9837
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, providedIn: 'root' }); }
|
|
9829
9838
|
}
|
|
9830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
9839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayInstantPaymentService, decorators: [{
|
|
9831
9840
|
type: Injectable,
|
|
9832
9841
|
args: [{
|
|
9833
9842
|
providedIn: 'root',
|
|
@@ -10067,10 +10076,10 @@ class GooglePayService {
|
|
|
10067
10076
|
}
|
|
10068
10077
|
return allowedLocales.find((locale) => locale === userLocale) ?? 'en';
|
|
10069
10078
|
}
|
|
10070
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10071
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10079
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, deps: [{ token: windowToken }, { token: LoggerService }, { token: PaymentSystemProcessingService }, { token: GooglePayCheckoutPaymentService }, { token: GooglePayInstantPaymentService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10080
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, providedIn: 'root' }); }
|
|
10072
10081
|
}
|
|
10073
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: GooglePayService, decorators: [{
|
|
10074
10083
|
type: Injectable,
|
|
10075
10084
|
args: [{
|
|
10076
10085
|
providedIn: 'root',
|
|
@@ -10189,10 +10198,10 @@ class ApplePayParamsBuilderService {
|
|
|
10189
10198
|
const finance = summary?.finance;
|
|
10190
10199
|
return finance?.grand_total?.currency ?? finance?.total?.currency ?? '';
|
|
10191
10200
|
}
|
|
10192
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10193
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10202
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, providedIn: 'root' }); }
|
|
10194
10203
|
}
|
|
10195
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayParamsBuilderService, decorators: [{
|
|
10196
10205
|
type: Injectable,
|
|
10197
10206
|
args: [{
|
|
10198
10207
|
providedIn: 'root',
|
|
@@ -10275,10 +10284,10 @@ class ApplePaySdkService {
|
|
|
10275
10284
|
const scriptsElements = this.window.document.querySelectorAll('script');
|
|
10276
10285
|
return Array.from(scriptsElements).some((element) => element.src === this.jsSdk);
|
|
10277
10286
|
}
|
|
10278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10279
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10287
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, deps: [{ token: windowToken }, { token: LoggerService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10288
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, providedIn: 'root' }); }
|
|
10280
10289
|
}
|
|
10281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePaySdkService, decorators: [{
|
|
10282
10291
|
type: Injectable,
|
|
10283
10292
|
args: [{
|
|
10284
10293
|
providedIn: 'root',
|
|
@@ -10313,10 +10322,10 @@ class SocketBridgeService {
|
|
|
10313
10322
|
responseType: 'json',
|
|
10314
10323
|
}));
|
|
10315
10324
|
}
|
|
10316
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10317
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10325
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, deps: [{ token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10326
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, providedIn: 'root' }); }
|
|
10318
10327
|
}
|
|
10319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10328
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: SocketBridgeService, decorators: [{
|
|
10320
10329
|
type: Injectable,
|
|
10321
10330
|
args: [{
|
|
10322
10331
|
providedIn: 'root',
|
|
@@ -10371,10 +10380,10 @@ class ApplePayExternalWindowCommunicationService {
|
|
|
10371
10380
|
return JSON.parse(message);
|
|
10372
10381
|
}), filter(eventHandler));
|
|
10373
10382
|
}
|
|
10374
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10375
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10383
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, deps: [{ token: windowToken }, { token: WebSocketFactory }, { token: SocketBridgeService }, { token: UserBehaviourAnalyticsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10384
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, providedIn: 'root' }); }
|
|
10376
10385
|
}
|
|
10377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10386
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayExternalWindowCommunicationService, decorators: [{
|
|
10378
10387
|
type: Injectable,
|
|
10379
10388
|
args: [{
|
|
10380
10389
|
providedIn: 'root',
|
|
@@ -10620,10 +10629,10 @@ class ApplePayService {
|
|
|
10620
10629
|
this.applePayQrOpened.next();
|
|
10621
10630
|
}
|
|
10622
10631
|
}
|
|
10623
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.
|
|
10624
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.
|
|
10632
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, deps: [{ token: windowToken }, { token: SummaryFinanceDetailsAdapterService }, { token: BraintreeHandler }, { token: CheckoutHandler }, { token: ApplePayParamsBuilderService }, { token: LoggerService }, { token: ApplePaySdkService }, { token: ApplePayExternalWindowCommunicationService }, { token: UserBehaviourAnalyticsService }, { token: SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
10633
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, providedIn: 'root' }); }
|
|
10625
10634
|
}
|
|
10626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.
|
|
10635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: ApplePayService, decorators: [{
|
|
10627
10636
|
type: Injectable,
|
|
10628
10637
|
args: [{
|
|
10629
10638
|
providedIn: 'root',
|