sqljson-query
Advanced tools
Comparing version 1.7.19 to 1.7.20
@@ -405,5 +405,4 @@ import { z } from 'zod'; | ||
}>; | ||
declare type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>; | ||
export declare type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>; | ||
export declare class DatabaseMetadata implements StoredDatabaseMetadata { | ||
readonly schemaName?: Nullable<string>; | ||
readonly relationMetadatas: RelMetadata[]; | ||
@@ -410,0 +409,0 @@ readonly foreignKeys: ForeignKey[]; |
{ | ||
"name": "sqljson-query", | ||
"version": "1.7.19", | ||
"version": "1.7.20", | ||
"description": "Command line tool to generate SQL/JSON queries and Typescript types for query results.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -83,7 +83,6 @@ import { z } from 'zod'; | ||
type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>; | ||
export type StoredDatabaseMetadata = z.infer<typeof StoredDatabaseMetadataDef>; | ||
export class DatabaseMetadata implements StoredDatabaseMetadata | ||
{ | ||
readonly schemaName?: Nullable<string>; | ||
readonly relationMetadatas: RelMetadata[]; | ||
@@ -90,0 +89,0 @@ readonly foreignKeys: ForeignKey[]; |
Sorry, the diff of this file is not supported yet
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
510456
8939