@rex0220/kintone-sql-tools 3.29.0 → 3.31.0

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.
@@ -12,3 +12,6 @@ export declare function readOnlyViolation(message: string): KsqlEngineError;
12
12
  export declare function parseError(message: string, cause?: unknown): KsqlEngineError;
13
13
  export declare function searchAborted(): KsqlEngineError;
14
14
  export declare function normalizeEngineError(error: unknown): KsqlEngineError;
15
+ export declare function normalizeBatchBoundaryError(error: unknown, statements: readonly {
16
+ readonly type: string;
17
+ }[]): KsqlEngineError;