@waiting/shared-types
Advanced tools
Comparing version 5.6.1 to 5.6.2
@@ -6,2 +6,10 @@ # Change Log | ||
## 5.6.2 (2021-02-17) | ||
**Note:** Version bump only for package @waiting/shared-types | ||
## [5.6.1](https://github.com/waitingsong/shared-types/compare/v5.6.0...v5.6.1) (2021-02-08) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 5.6.0 | ||
* @version 5.6.1 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -28,4 +28,4 @@ import { FormatIntersect } from '../common'; | ||
declare type A3<L extends TableModel, AL extends TableAliasCols<L>, R extends TableModel, AR extends TableAliasCols<R>> = TableModelFromDictAlias<L, AL> & TableModelFromDictAlias<R, AR>; | ||
export declare type PickDictColsByDupKeysFromTablesModel<L extends TableModel, AL extends TableAliasCols, R extends TableModel, AR extends TableAliasCols> = UnionToIntersection<FlateJointTable<A1<AL, AR, PickDuplicateKeys<[keyof L, keyof R]>>>>; | ||
declare type A1<AL extends TableAliasCols, AR extends TableAliasCols, Keys> = PickAliasColsByKey<AL, AR, Keys>; | ||
export declare type PickDictColsByDupKeysFromTablesModel<L extends TableModel, AL extends TableAliasCols, R extends TableModel, AR extends TableAliasCols> = UnionToIntersection<FlateJointTable<_A1<AL, AR, PickDuplicateKeys<[keyof L, keyof R]>>>>; | ||
declare type _A1<AL extends TableAliasCols, AR extends TableAliasCols, Keys> = PickAliasColsByKey<AL, AR, Keys>; | ||
/** | ||
@@ -32,0 +32,0 @@ * @param ACols ```ts |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "5.6.1", | ||
"version": "5.6.2", | ||
"description": "shared typescript types", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "feb52205583f0d483a2790e78a2034e9b3adf99d" | ||
"gitHead": "207c9133909cef93c8d8544fb31c74ae7f4bd2ad" | ||
} |
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
36552
606