liqpay-nestjs 0.2.14 → 0.2.15
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.
|
@@ -132,7 +132,7 @@ export declare const LiqPayCheckoutCallbackSchema: z.ZodPipe<z.ZodObject<{
|
|
|
132
132
|
errCode: "5" | "limit" | "frod" | "decline" | "err_auth" | "err_cache" | "user_not_found" | "err_sms_send" | "err_sms_otp" | "shop_blocked" | "shop_not_active" | "invalid_signature" | "order_id_empty" | "err_shop_not_agent" | "err_card_def_notfound" | "err_no_card_token" | "err_card_liqpay_def" | "err_card_type" | "err_card_country" | "err_limit_amount" | "err_payment_amount_limit" | "amount_limit" | "payment_err_sender_card" | "payment_processing" | "err_payment_discount" | "err_wallet" | "err_get_verify_code" | "err_verify_code" | "wait_info" | "err_path" | "err_payment_cash_acq" | "err_split_amount" | "err_card_receiver_def" | "payment_err_status" | "public_key_not_found" | "payment_not_found" | "payment_not_subscribed" | "wrong_amount_currency" | "err_amount_hold" | "err_access" | "order_id_duplicate" | "err_blocked" | "err_empty" | "err_empty_phone" | "err_missing" | "err_wrong" | "err_wrong_currency" | "err_phone" | "err_card" | "err_card_bin" | "err_terminal_notfound" | "err_commission_notfound" | "err_payment_create" | "err_mpi" | "err_currency_is_not_allowed" | "err_look" | "err_mods_empty" | "payment_err_type" | "err_payment_currency" | "err_payment_exchangerates" | "err_signature" | "err_api_action" | "err_api_callback" | "err_api_ip" | "expired_phone" | "expired_3ds" | "expired_otp" | "expired_cvv" | "expired_p24" | "expired_sender" | "expired_pin" | "expired_ivr" | "expired_captcha" | "expired_password" | "expired_senderapp" | "expired_prepared" | "expired_mp" | "expired_qr" | "90" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "2903" | "2915" | "3914" | "9851" | "9852" | "9854" | "9855" | "9857" | "9859" | "9860" | "9861" | "9863" | "9867" | "9868" | "9872" | "9882" | "9886" | "9961" | "9989" | undefined;
|
|
133
133
|
is3ds: boolean | undefined;
|
|
134
134
|
mpiEci: "5" | "6" | "7" | undefined;
|
|
135
|
-
|
|
135
|
+
paymentId: string | undefined;
|
|
136
136
|
paytype: "apay" | "gpay" | "card" | "privat24" | "masterpass" | "moment_part" | "paypart" | "cash" | "invoice" | "qr" | undefined;
|
|
137
137
|
refundDateLast: Date | undefined;
|
|
138
138
|
status: "error" | "failure" | "reversed" | "subscribed" | "success" | "unsubscribed" | "3ds_verify" | "captcha_verify" | "cvv_verify" | "ivr_verify" | "otp_verify" | "password_verify" | "phone_verify" | "pin_verify" | "receiver_verify" | "sender_verify" | "senderapp_verify" | "wait_qr" | "wait_sender" | "p24_verify" | "mp_verify" | "cash_wait" | "hold_wait" | "invoice_wait" | "prepared" | "processing" | "wait_accept" | "wait_card" | "wait_compensation" | "wait_lc" | "wait_reserve" | "wait_secure" | "try_again" | undefined;
|
|
@@ -154,7 +154,7 @@ export declare const LiqPayCheckoutCallbackSchema: z.ZodPipe<z.ZodObject<{
|
|
|
154
154
|
info?: string | undefined;
|
|
155
155
|
ip?: string | undefined;
|
|
156
156
|
liqpayOrderId?: string | undefined;
|
|
157
|
-
|
|
157
|
+
orderId?: string | undefined;
|
|
158
158
|
receiverCommission?: number | undefined;
|
|
159
159
|
redirectTo?: string | undefined;
|
|
160
160
|
rrnCredit?: string | undefined;
|
|
@@ -83,7 +83,7 @@ exports.LiqPayCheckoutCallbackSchema = exports.LiqPayRawCheckoutCallbackSchema.t
|
|
|
83
83
|
errCode: (0, utils_1.parseOptional)(error_1.LiqPayErrorCodeSchema, camelized.errCode),
|
|
84
84
|
is3ds: (0, utils_1.parseBoolean)(camelized.is3ds),
|
|
85
85
|
mpiEci: (0, utils_1.parseOptional)(enums_1.LiqPayMpiEciSchema, String(camelized.mpiEci)),
|
|
86
|
-
|
|
86
|
+
paymentId: (0, utils_1.parseString)(camelized.paymentId),
|
|
87
87
|
paytype: (0, utils_1.parseOptional)(enums_1.LiqPayPaytypeSchema, camelized.paytype),
|
|
88
88
|
refundDateLast: (0, utils_1.parseDate)(camelized.refundDateLast),
|
|
89
89
|
status: (0, utils_1.parseOptional)(enums_1.LiqPayPaymentStatusSchema, camelized.status),
|
|
@@ -16,7 +16,7 @@ export declare class LiqPayWebhooksService {
|
|
|
16
16
|
errCode: "5" | "limit" | "frod" | "decline" | "err_auth" | "err_cache" | "user_not_found" | "err_sms_send" | "err_sms_otp" | "shop_blocked" | "shop_not_active" | "invalid_signature" | "order_id_empty" | "err_shop_not_agent" | "err_card_def_notfound" | "err_no_card_token" | "err_card_liqpay_def" | "err_card_type" | "err_card_country" | "err_limit_amount" | "err_payment_amount_limit" | "amount_limit" | "payment_err_sender_card" | "payment_processing" | "err_payment_discount" | "err_wallet" | "err_get_verify_code" | "err_verify_code" | "wait_info" | "err_path" | "err_payment_cash_acq" | "err_split_amount" | "err_card_receiver_def" | "payment_err_status" | "public_key_not_found" | "payment_not_found" | "payment_not_subscribed" | "wrong_amount_currency" | "err_amount_hold" | "err_access" | "order_id_duplicate" | "err_blocked" | "err_empty" | "err_empty_phone" | "err_missing" | "err_wrong" | "err_wrong_currency" | "err_phone" | "err_card" | "err_card_bin" | "err_terminal_notfound" | "err_commission_notfound" | "err_payment_create" | "err_mpi" | "err_currency_is_not_allowed" | "err_look" | "err_mods_empty" | "payment_err_type" | "err_payment_currency" | "err_payment_exchangerates" | "err_signature" | "err_api_action" | "err_api_callback" | "err_api_ip" | "expired_phone" | "expired_3ds" | "expired_otp" | "expired_cvv" | "expired_p24" | "expired_sender" | "expired_pin" | "expired_ivr" | "expired_captcha" | "expired_password" | "expired_senderapp" | "expired_prepared" | "expired_mp" | "expired_qr" | "90" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "2903" | "2915" | "3914" | "9851" | "9852" | "9854" | "9855" | "9857" | "9859" | "9860" | "9861" | "9863" | "9867" | "9868" | "9872" | "9882" | "9886" | "9961" | "9989" | undefined;
|
|
17
17
|
is3ds: boolean | undefined;
|
|
18
18
|
mpiEci: "5" | "6" | "7" | undefined;
|
|
19
|
-
|
|
19
|
+
paymentId: string | undefined;
|
|
20
20
|
paytype: "apay" | "gpay" | "card" | "privat24" | "masterpass" | "moment_part" | "paypart" | "cash" | "invoice" | "qr" | undefined;
|
|
21
21
|
refundDateLast: Date | undefined;
|
|
22
22
|
status: "error" | "failure" | "reversed" | "subscribed" | "success" | "unsubscribed" | "3ds_verify" | "captcha_verify" | "cvv_verify" | "ivr_verify" | "otp_verify" | "password_verify" | "phone_verify" | "pin_verify" | "receiver_verify" | "sender_verify" | "senderapp_verify" | "wait_qr" | "wait_sender" | "p24_verify" | "mp_verify" | "cash_wait" | "hold_wait" | "invoice_wait" | "prepared" | "processing" | "wait_accept" | "wait_card" | "wait_compensation" | "wait_lc" | "wait_reserve" | "wait_secure" | "try_again" | undefined;
|
|
@@ -38,7 +38,7 @@ export declare class LiqPayWebhooksService {
|
|
|
38
38
|
info?: string | undefined;
|
|
39
39
|
ip?: string | undefined;
|
|
40
40
|
liqpayOrderId?: string | undefined;
|
|
41
|
-
|
|
41
|
+
orderId?: string | undefined;
|
|
42
42
|
receiverCommission?: number | undefined;
|
|
43
43
|
redirectTo?: string | undefined;
|
|
44
44
|
rrnCredit?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "liqpay-nestjs",
|
|
3
3
|
"description": "LiqPay integration module for NestJS with support for payments, callbacks, and configuration via DI.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.15",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"main": "dist/index.js",
|