@plyaz/types 1.15.1 → 1.15.2
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/api/index.cjs.map +1 -1
- package/dist/api/index.js.map +1 -1
- package/dist/errors/codes.d.ts +2 -2
- package/dist/errors/index.cjs.map +1 -1
- package/dist/errors/index.js.map +1 -1
- package/dist/index.cjs +31 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +31 -1
- package/dist/index.js.map +1 -1
- package/dist/payments/base-error/enum.d.ts +33 -0
- package/dist/payments/index.cjs +31 -0
- package/dist/payments/index.cjs.map +1 -1
- package/dist/payments/index.js +31 -1
- package/dist/payments/index.js.map +1 -1
- package/package.json +1 -1
package/dist/errors/codes.d.ts
CHANGED
|
@@ -454,8 +454,8 @@ export declare const PAYMENT_ERROR_CODES: {
|
|
|
454
454
|
PAYMENT_EVENT_LIFECYCLE_FAILURE: string;
|
|
455
455
|
};
|
|
456
456
|
/** Database-specific error codes
|
|
457
|
-
* Subset of ERROR_CODES for database operations
|
|
458
|
-
*/
|
|
457
|
+
* Subset of ERROR_CODES for database operations
|
|
458
|
+
*/
|
|
459
459
|
export declare const DATABASE_ERROR_CODES: {
|
|
460
460
|
readonly ACCESS_DENIED: "DB_ACCESS_DENIED";
|
|
461
461
|
readonly CONFIG_REQUIRED: "DB_CONFIG_REQUIRED";
|