wirejs-resources 0.1.124-payments → 0.1.126-payments
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.
|
@@ -91,8 +91,6 @@ export type MatchingSortKeyType<T extends AnyDistributedTable, Idx extends keyof
|
|
|
91
91
|
export type MatchingSortKeyName<T extends AnyDistributedTable, Idx extends keyof AllIndexesByName<T>> = MatchingSortKeyDefinition<T, Idx> extends AnyKeyFieldOption<any> ? MatchingSortKeyDefinition<T, Idx>['field'] : never;
|
|
92
92
|
export type SortKeyCondition<T extends AnyDistributedTable, Idx extends keyof AllIndexesByName<T>> = MatchingSortKeyType<T, Idx> extends (string | number) ? ({
|
|
93
93
|
eq: MatchingSortKeyType<T, Idx>;
|
|
94
|
-
} | {
|
|
95
|
-
ne: MatchingSortKeyType<T, Idx>;
|
|
96
94
|
} | {
|
|
97
95
|
lt: MatchingSortKeyType<T, Idx>;
|
|
98
96
|
} | {
|