@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.
@@ -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";