pg-error-enum
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -172,2 +172,4 @@ export declare enum PostgresError { | ||
DUPLICATE_JSON_OBJECT_KEY_VALUE = "22030", | ||
/** Class 22 - Data Exception: [E] invalid_argument_for_json_datetime_function */ | ||
INVALID_ARGUMENT_FOR_JSON_DATETIME_FUNCTION = "22031", | ||
/** Class 22 - Data Exception: [E] invalid_json_text */ | ||
@@ -174,0 +176,0 @@ INVALID_JSON_TEXT = "22032", |
@@ -176,2 +176,4 @@ "use strict"; | ||
PostgresError["DUPLICATE_JSON_OBJECT_KEY_VALUE"] = "22030"; | ||
/** Class 22 - Data Exception: [E] invalid_argument_for_json_datetime_function */ | ||
PostgresError["INVALID_ARGUMENT_FOR_JSON_DATETIME_FUNCTION"] = "22031"; | ||
/** Class 22 - Data Exception: [E] invalid_json_text */ | ||
@@ -178,0 +180,0 @@ PostgresError["INVALID_JSON_TEXT"] = "22032"; |
{ | ||
"name": "pg-error-enum", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "TypeScript Enum for Postgres Errors with no runtime dependencies", | ||
@@ -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
70845
1069