@8base/error-codes
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -9,3 +9,3 @@ declare const _default: { | ||
UserNotConfirmedErrorCode: string; | ||
UserNotExistErrorCode: string; | ||
UserNotFoundErrorCode: string; | ||
IllegalOperationErrorCode: string; | ||
@@ -20,3 +20,4 @@ ValidationErrorCode: string; | ||
BillingPlanLimitErrorCode: string; | ||
ExternalServiceErrorCode: string; | ||
}; | ||
export default _default; |
@@ -11,3 +11,3 @@ "use strict"; | ||
UserNotConfirmedErrorCode: "UserNotConfirmedError", | ||
UserNotExistErrorCode: "UserNoExistError", | ||
UserNotFoundErrorCode: "UserNoFoundError", | ||
IllegalOperationErrorCode: "IllegalOperationError", | ||
@@ -22,2 +22,3 @@ ValidationErrorCode: "ValidationError", | ||
BillingPlanLimitErrorCode: "BillingPlanLimitError", | ||
ExternalServiceErrorCode: "ExternalServiceError", | ||
}; |
@@ -9,3 +9,3 @@ export default { | ||
UserNotConfirmedErrorCode: "UserNotConfirmedError", | ||
UserNotExistErrorCode: "UserNoExistError", | ||
UserNotFoundErrorCode: "UserNoFoundError", | ||
IllegalOperationErrorCode: "IllegalOperationError", | ||
@@ -20,2 +20,3 @@ ValidationErrorCode: "ValidationError", | ||
BillingPlanLimitErrorCode: "BillingPlanLimitError", | ||
ExternalServiceErrorCode: "ExternalServiceError", | ||
}; |
{ | ||
"name": "@8base/error-codes", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "8base errors module", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
3560
63