@plyaz/types 1.15.8 → 1.15.9
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/dist/index.cjs +7 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/payments/gateways/routings/enums.d.ts +7 -0
- package/dist/payments/index.cjs +7 -0
- package/dist/payments/index.cjs.map +1 -1
- package/dist/payments/index.js +7 -1
- package/dist/payments/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4056,6 +4056,12 @@ var ROUTER_RULE_NAME = /* @__PURE__ */ ((ROUTER_RULE_NAME2) => {
|
|
|
4056
4056
|
ROUTER_RULE_NAME2["DefaultSelection"] = "defaultSelection";
|
|
4057
4057
|
return ROUTER_RULE_NAME2;
|
|
4058
4058
|
})(ROUTER_RULE_NAME || {});
|
|
4059
|
+
var CUSTOM_RULE_FIELD = {
|
|
4060
|
+
AMOUNT: "request.amount",
|
|
4061
|
+
CURRENCY: "request.currency",
|
|
4062
|
+
USER_TYPE: "request.userType",
|
|
4063
|
+
REGION: "request.metadata.geoInfo.region"
|
|
4064
|
+
};
|
|
4059
4065
|
|
|
4060
4066
|
// src/payments/base-error/enum.ts
|
|
4061
4067
|
var PAYMENT_ERROR_CATEGORY = {
|
|
@@ -5102,6 +5108,7 @@ exports.COSTOPTIMIZATIONSTRATEGY = COSTOPTIMIZATIONSTRATEGY;
|
|
|
5102
5108
|
exports.COUNTRIES = COUNTRIES;
|
|
5103
5109
|
exports.CREATE_CAMPAIGN_ERRORS = CREATE_CAMPAIGN_ERRORS;
|
|
5104
5110
|
exports.CURRENCY_CODES = CURRENCY_CODES;
|
|
5111
|
+
exports.CUSTOM_RULE_FIELD = CUSTOM_RULE_FIELD;
|
|
5105
5112
|
exports.ContactUsFormSchema = ContactUsFormSchema;
|
|
5106
5113
|
exports.CorrelationIdSchema = CorrelationIdSchema;
|
|
5107
5114
|
exports.DATABASE_ERROR_CODES = DATABASE_ERROR_CODES;
|