@vidubia/constants
Advanced tools
Comparing version 3.11.0 to 3.12.0
@@ -10,4 +10,4 @@ export declare enum Language { | ||
'it-IT' = "it-IT", | ||
'es-SP' = "es-SP" | ||
'es-ES' = "es-ES" | ||
} | ||
export default Language; |
@@ -14,4 +14,4 @@ "use strict"; | ||
Language["it-IT"] = "it-IT"; | ||
Language["es-SP"] = "es-SP"; | ||
Language["es-ES"] = "es-ES"; | ||
})(Language = exports.Language || (exports.Language = {})); | ||
exports.default = Language; |
export declare enum TransactionType { | ||
CREDIT_INCREAMENT = "CREDIT_INCREAMENT", | ||
PROJECT_CHECKOUT = "PROJECT_CHECKOUT", | ||
WAGE_PAYMENT = "WAGE_PAYMENT" | ||
WAGE_PAYMENT = "WAGE_PAYMENT", | ||
STRIPE = "STRIPE" | ||
} | ||
export default TransactionType; |
@@ -9,3 +9,4 @@ "use strict"; | ||
TransactionType["WAGE_PAYMENT"] = "WAGE_PAYMENT"; | ||
TransactionType["STRIPE"] = "STRIPE"; | ||
})(TransactionType = exports.TransactionType || (exports.TransactionType = {})); | ||
exports.default = TransactionType; |
{ | ||
"name": "@vidubia/constants", | ||
"version": "3.11.0", | ||
"version": "3.12.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25436
55
652