@plyaz/types 1.14.1 → 1.14.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.
@@ -7,7 +7,7 @@ import type { ContextType } from '@nestjs/common';
7
7
  /**
8
8
  * Emit a query error event
9
9
  */
10
- interface EmitQueryErrorOptions {
10
+ export interface EmitQueryErrorOptions {
11
11
  table: string;
12
12
  operation: DatabaseOperationType;
13
13
  error: Error;
@@ -108,4 +108,3 @@ export interface TransactionRollbackEvent extends DatabaseEvent {
108
108
  transactionId: string;
109
109
  error?: Error;
110
110
  }
111
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plyaz/types",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "author": "Redeemer Pace",
5
5
  "license": "ISC",
6
6
  "description": "Provides shared TypeScript types and schema utilities for validation and parsing in the @playz ecosystem.",