@sqlpm/types-ts
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@sqlpm/types-ts", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Types shared between packages in the @sqlpm mono-repo", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b61db4a11c6f25ddfedf861c247c11850798473c" | ||
"gitHead": "8545cd3a9a80f63680c47f115f603a049d8ad0bb" | ||
} |
@@ -129,2 +129,6 @@ /** | ||
export const databasePlatformVerify = ( | ||
value: string, | ||
): boolean => Object.values<string>(DatabasePlatform).includes(value); | ||
/** | ||
@@ -182,2 +186,4 @@ * Provides information about the database schemas defined in a module such | ||
export type DatabasePurposes = DatabasePurpose[]; | ||
/** | ||
@@ -262,3 +268,5 @@ * Defines directory names and the intent of the sql script located in the | ||
export type RunActionDirectories = RunActionDirectory[]; | ||
// eslint-disable-next-line max-len | ||
export const runActionDirectoryAsArray = (): RunActionDirectory[] => Object.values(RunActionDirectory); |
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
9221
238