taon-type-sql 21.0.2 → 21.0.4
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.
- package/browser/fesm2022/taon-type-sql.mjs.map +1 -1
- package/browser/package.json +1 -1
- package/browser/types/taon-type-sql.d.ts +254 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/package.json +1 -1
- package/tmp-environment.json +5 -9
- package/websql/fesm2022/taon-type-sql.mjs.map +1 -1
- package/websql/package.json +1 -1
- package/websql/types/taon-type-sql.d.ts +254 -0
- package/browser/index.d.ts +0 -6
- package/browser/lib/builder/column/basic-column.d.ts +0 -9
- package/browser/lib/builder/column/boolean-column.d.ts +0 -10
- package/browser/lib/builder/column/comparable-column.d.ts +0 -19
- package/browser/lib/builder/column/date-column.d.ts +0 -10
- package/browser/lib/builder/column/number-column.d.ts +0 -11
- package/browser/lib/builder/column/query-column.d.ts +0 -19
- package/browser/lib/builder/column/string-column.d.ts +0 -18
- package/browser/lib/builder/column/value-column.d.ts +0 -16
- package/browser/lib/builder/condition/query-column-condition.d.ts +0 -14
- package/browser/lib/builder/condition/query-condition-chain.d.ts +0 -18
- package/browser/lib/builder/condition/query-condition.d.ts +0 -8
- package/browser/lib/builder/condition/query-join-condition.d.ts +0 -13
- package/browser/lib/builder/helpers/generics-helper.d.ts +0 -3
- package/browser/lib/builder/helpers/internal-types.d.ts +0 -16
- package/browser/lib/builder/join/joined-tables-chain.d.ts +0 -12
- package/browser/lib/builder/join/joined-tables.d.ts +0 -13
- package/browser/lib/builder/other/query-ordering.d.ts +0 -11
- package/browser/lib/builder/query/select-query.d.ts +0 -30
- package/browser/lib/builder/query/table-condition-query.d.ts +0 -17
- package/browser/lib/builder/query/table-query.d.ts +0 -24
- package/browser/lib/builder/query-source.d.ts +0 -15
- package/browser/lib/builder/query-table.d.ts +0 -16
- package/browser/lib/client/mysql.d.ts +0 -6
- package/browser/lib/client/query-processor.d.ts +0 -11
- package/browser/lib/converter/param-converter.d.ts +0 -3
- package/browser/lib/converter/parameterized-converter.d.ts +0 -6
- package/browser/lib/converter/query-converter.d.ts +0 -3
- package/browser/lib/converter/result-converter.d.ts +0 -3
- package/browser/lib/converter/sql-converter.d.ts +0 -3
- package/browser/lib/converter/type-converter.d.ts +0 -5
- package/browser/lib/converter/types.d.ts +0 -6
- package/browser/lib/index.d.ts +0 -26
- package/browser/public-api.d.ts +0 -2
- package/websql/index.d.ts +0 -6
- package/websql/lib/builder/column/basic-column.d.ts +0 -9
- package/websql/lib/builder/column/boolean-column.d.ts +0 -10
- package/websql/lib/builder/column/comparable-column.d.ts +0 -19
- package/websql/lib/builder/column/date-column.d.ts +0 -10
- package/websql/lib/builder/column/number-column.d.ts +0 -11
- package/websql/lib/builder/column/query-column.d.ts +0 -19
- package/websql/lib/builder/column/string-column.d.ts +0 -18
- package/websql/lib/builder/column/value-column.d.ts +0 -16
- package/websql/lib/builder/condition/query-column-condition.d.ts +0 -14
- package/websql/lib/builder/condition/query-condition-chain.d.ts +0 -18
- package/websql/lib/builder/condition/query-condition.d.ts +0 -8
- package/websql/lib/builder/condition/query-join-condition.d.ts +0 -13
- package/websql/lib/builder/helpers/generics-helper.d.ts +0 -3
- package/websql/lib/builder/helpers/internal-types.d.ts +0 -16
- package/websql/lib/builder/join/joined-tables-chain.d.ts +0 -12
- package/websql/lib/builder/join/joined-tables.d.ts +0 -13
- package/websql/lib/builder/other/query-ordering.d.ts +0 -11
- package/websql/lib/builder/query/select-query.d.ts +0 -30
- package/websql/lib/builder/query/table-condition-query.d.ts +0 -17
- package/websql/lib/builder/query/table-query.d.ts +0 -24
- package/websql/lib/builder/query-source.d.ts +0 -15
- package/websql/lib/builder/query-table.d.ts +0 -16
- package/websql/lib/client/mysql.d.ts +0 -6
- package/websql/lib/client/query-processor.d.ts +0 -11
- package/websql/lib/converter/param-converter.d.ts +0 -3
- package/websql/lib/converter/parameterized-converter.d.ts +0 -6
- package/websql/lib/converter/query-converter.d.ts +0 -3
- package/websql/lib/converter/result-converter.d.ts +0 -3
- package/websql/lib/converter/sql-converter.d.ts +0 -3
- package/websql/lib/converter/type-converter.d.ts +0 -5
- package/websql/lib/converter/types.d.ts +0 -6
- package/websql/lib/index.d.ts +0 -26
- package/websql/public-api.d.ts +0 -2
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
declare class GenericsHelper<T> {
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
type QueryAction = 'select' | 'insert' | 'update' | 'delete';
|
|
6
|
+
type ColumnModifierType = 'as' | 'count' | 'min' | 'min' | 'max' | 'sum' | 'avg' | 'lower' | 'upper';
|
|
7
|
+
interface ColumnModifier {
|
|
8
|
+
name: ColumnModifierType;
|
|
9
|
+
params?: any;
|
|
10
|
+
}
|
|
11
|
+
type ColumnName = string | {
|
|
12
|
+
name: string;
|
|
13
|
+
alias: string;
|
|
14
|
+
};
|
|
15
|
+
type ConditionChainType = 'or' | 'and';
|
|
16
|
+
type ConditionType = 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte' | 'in' | 'not-in' | 'between' | 'not-between' | 'like' | 'not-like' | 'is-null' | 'is-not-null';
|
|
17
|
+
type JoinType = 'inner' | 'left' | 'right' | 'full';
|
|
18
|
+
type QueryProcessor = (query: any) => Promise<any>;
|
|
19
|
+
|
|
20
|
+
declare class QueryConditionChain<Table extends QueryTable<any, any>> extends QueryCondition<Table> {
|
|
21
|
+
protected _$type: GenericsHelper<Table>;
|
|
22
|
+
protected _sibling: QueryCondition<any>;
|
|
23
|
+
protected _child: QueryCondition<any>;
|
|
24
|
+
protected _chainType: ConditionChainType;
|
|
25
|
+
protected _parenthesis: boolean;
|
|
26
|
+
protected _negation: boolean;
|
|
27
|
+
constructor(sibling: QueryCondition<any>, child: QueryCondition<any>, chainType: ConditionChainType);
|
|
28
|
+
$(): this;
|
|
29
|
+
not(): this;
|
|
30
|
+
and<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
31
|
+
or<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
declare abstract class QueryCondition<Table extends QueryTable<any, any>> {
|
|
35
|
+
abstract and<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
36
|
+
abstract or<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
declare class QueryColumnCondition<Table extends QueryTable<any, any>, T> extends QueryCondition<Table> {
|
|
40
|
+
protected _column: QueryColumn<Table, T>;
|
|
41
|
+
protected _type: ConditionType;
|
|
42
|
+
protected _values: T[];
|
|
43
|
+
constructor(column: QueryColumn<Table, T>, type: ConditionType, ...values: T[]);
|
|
44
|
+
and<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
45
|
+
or<Table2 extends QueryTable<any, any>>(condition: QueryCondition<Table2>): QueryConditionChain<Table | Table2>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
declare class QueryOrdering<Table extends QueryTable<any, any>> {
|
|
49
|
+
protected _column: QueryColumn<Table, any>;
|
|
50
|
+
protected _direction: 'ASC' | 'DESC';
|
|
51
|
+
protected _nullsPosition: 'FIRST' | 'LAST';
|
|
52
|
+
constructor(column: QueryColumn<Table, any>, direction: 'ASC' | 'DESC');
|
|
53
|
+
nullsFirst(): this;
|
|
54
|
+
nullsLast(): this;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
declare abstract class ValueColumn<Table extends QueryTable<any, any>, T> extends QueryColumn<Table, T> {
|
|
58
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
59
|
+
asc(): QueryOrdering<Table>;
|
|
60
|
+
desc(): QueryOrdering<Table>;
|
|
61
|
+
eq<Table2 extends QueryTable<any, any>>(value: QueryColumn<Table2, T>): QueryJoinCondition<Table, Table2, T>;
|
|
62
|
+
eq(value: T): QueryColumnCondition<Table, T>;
|
|
63
|
+
ne(value: T): QueryColumnCondition<Table, T>;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare abstract class ComparableColumn<Table extends QueryTable<any, any>, T> extends ValueColumn<Table, T> {
|
|
67
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
68
|
+
lt(value: T): QueryColumnCondition<Table, T>;
|
|
69
|
+
gt(value: T): QueryColumnCondition<Table, T>;
|
|
70
|
+
lte(value: T): QueryColumnCondition<Table, T>;
|
|
71
|
+
gte(value: T): QueryColumnCondition<Table, T>;
|
|
72
|
+
in(values: T[]): QueryColumnCondition<Table, T>;
|
|
73
|
+
notIn(values: T[]): QueryColumnCondition<Table, T>;
|
|
74
|
+
between(value1: T, value2: T): QueryColumnCondition<Table, T>;
|
|
75
|
+
notBetween(value1: T, value2: T): QueryColumnCondition<Table, T>;
|
|
76
|
+
min(): this;
|
|
77
|
+
max(): this;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
declare class NumberColumn<Table extends QueryTable<any, any>> extends ComparableColumn<Table, number> {
|
|
81
|
+
protected _type: string;
|
|
82
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
83
|
+
count(): NumberColumn<Table>;
|
|
84
|
+
sum(): NumberColumn<Table>;
|
|
85
|
+
avg(): NumberColumn<Table>;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare abstract class QueryColumn<Table extends QueryTable<any, any>, T> {
|
|
89
|
+
protected _table: Table;
|
|
90
|
+
protected _name: ColumnName;
|
|
91
|
+
protected _modifiers: ColumnModifier[];
|
|
92
|
+
protected _$type: GenericsHelper<T>;
|
|
93
|
+
protected _type: string;
|
|
94
|
+
constructor(_table: Table, _name: ColumnName, _modifiers?: ColumnModifier[]);
|
|
95
|
+
abstract count(): NumberColumn<Table>;
|
|
96
|
+
as(alias: string): this;
|
|
97
|
+
isNull(): QueryColumnCondition<Table, T>;
|
|
98
|
+
isNotNull(): QueryColumnCondition<Table, T>;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
declare class QueryJoinCondition<Table1 extends QueryTable<any, any>, Table2 extends QueryTable<any, any>, T> extends QueryCondition<Table1 | Table2> {
|
|
102
|
+
protected _column: QueryColumn<Table1, T>;
|
|
103
|
+
protected _type: string;
|
|
104
|
+
protected _otherColumn: QueryColumn<Table2, T>;
|
|
105
|
+
constructor(column: QueryColumn<Table1, T>, type: string, otherColumn: QueryColumn<Table2, T>);
|
|
106
|
+
and<Table3 extends QueryTable<any, any>>(condition: QueryCondition<Table3>): QueryConditionChain<Table1 | Table2 | Table3>;
|
|
107
|
+
or<Table3 extends QueryTable<any, any>>(condition: QueryCondition<Table3>): QueryConditionChain<Table1 | Table2 | Table3>;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
declare class JoinedTables<Tables extends QueryTable<any, any>> {
|
|
111
|
+
protected _condition: QueryJoinCondition<Tables, Tables, any>;
|
|
112
|
+
protected _parent: JoinedTablesChain<Tables>;
|
|
113
|
+
constructor(_condition: QueryJoinCondition<Tables, Tables, any>, _parent: JoinedTablesChain<Tables>);
|
|
114
|
+
innerJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<Tables | JoinTable>;
|
|
115
|
+
leftJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<Tables | JoinTable>;
|
|
116
|
+
rightJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<Tables | JoinTable>;
|
|
117
|
+
fullJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<Tables | JoinTable>;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
declare class JoinedTablesChain<Tables extends QueryTable<any, any>> {
|
|
121
|
+
protected _table: QueryTable<any, any>;
|
|
122
|
+
protected _modifier: JoinType;
|
|
123
|
+
protected _parent: JoinedTables<Tables> | QueryTable<any, any>;
|
|
124
|
+
constructor(_table: QueryTable<any, any>, _modifier: JoinType, _parent: JoinedTables<Tables> | QueryTable<any, any>);
|
|
125
|
+
on(condition: QueryJoinCondition<Tables, Tables, any>): JoinedTables<Tables>;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
declare abstract class QueryTable<Entity, Id> {
|
|
129
|
+
protected _$name: string;
|
|
130
|
+
constructor(_$name: string);
|
|
131
|
+
protected _$type: GenericsHelper<Entity>;
|
|
132
|
+
protected _$idType: GenericsHelper<Id>;
|
|
133
|
+
$all: BasicColumn<this, Entity>;
|
|
134
|
+
innerJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<this | JoinTable>;
|
|
135
|
+
leftJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<this | JoinTable>;
|
|
136
|
+
rightJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<this | JoinTable>;
|
|
137
|
+
fullJoin<JoinTable extends QueryTable<any, any>>(table: JoinTable): JoinedTablesChain<this | JoinTable>;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
declare class BasicColumn<Table extends QueryTable<any, any>, T> extends QueryColumn<Table, T> {
|
|
141
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
142
|
+
count(): NumberColumn<Table>;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
declare class BooleanColumn<Table extends QueryTable<any, any>> extends ValueColumn<Table, boolean> {
|
|
146
|
+
protected _type: string;
|
|
147
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
148
|
+
count(): NumberColumn<Table>;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
declare class DateColumn<Table extends QueryTable<any, any>> extends ComparableColumn<Table, Date> {
|
|
152
|
+
protected _type: string;
|
|
153
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
154
|
+
count(): NumberColumn<Table>;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
declare class StringColumn<Table extends QueryTable<any, any>> extends ComparableColumn<Table, string> {
|
|
158
|
+
protected _type: string;
|
|
159
|
+
constructor(table: Table, name: ColumnName, modifiers?: ColumnModifier[]);
|
|
160
|
+
count(): NumberColumn<Table>;
|
|
161
|
+
lower(): this;
|
|
162
|
+
upper(): this;
|
|
163
|
+
contains(value: string): QueryColumnCondition<Table, string>;
|
|
164
|
+
startsWith(value: string): QueryColumnCondition<Table, string>;
|
|
165
|
+
endsWith(value: string): QueryColumnCondition<Table, string>;
|
|
166
|
+
like(value: string): QueryColumnCondition<Table, string>;
|
|
167
|
+
notLike(value: string): QueryColumnCondition<Table, string>;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
declare class SelectQuery<Entity, Table extends QueryTable<Entity, any>> {
|
|
171
|
+
protected _queryProcessor: QueryProcessor;
|
|
172
|
+
protected _tables: Table[];
|
|
173
|
+
constructor(_queryProcessor: QueryProcessor, _tables: Table[]);
|
|
174
|
+
protected _distinct: boolean;
|
|
175
|
+
protected _offset: number;
|
|
176
|
+
protected _limit: number;
|
|
177
|
+
protected _conditions: QueryCondition<Table>[];
|
|
178
|
+
protected _groupBy: QueryColumn<Table, any>[];
|
|
179
|
+
protected _having: QueryCondition<Table>[];
|
|
180
|
+
protected _orderings: (QueryColumn<Table, any> | QueryOrdering<Table>)[];
|
|
181
|
+
protected _columns: QueryColumn<Table, any>[];
|
|
182
|
+
protected _action: QueryAction;
|
|
183
|
+
offset(offset: number): this;
|
|
184
|
+
limit(limit: number): this;
|
|
185
|
+
distinct(): this;
|
|
186
|
+
where(...conditions: QueryCondition<Table>[]): this;
|
|
187
|
+
groupBy(...columns: QueryColumn<Table, any>[]): this;
|
|
188
|
+
having(...conditions: QueryCondition<Table>[]): this;
|
|
189
|
+
orderBy(...orderings: (QueryColumn<Table, any> | QueryOrdering<Table>)[]): this;
|
|
190
|
+
select(): Promise<Entity[]>;
|
|
191
|
+
select<T>(column: QueryColumn<Table, T>): Promise<T[]>;
|
|
192
|
+
select(...columns: QueryColumn<Table, any>[]): Promise<any[]>;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
declare class TableConditionQuery<Entity, Table extends QueryTable<Entity, any>> {
|
|
196
|
+
protected _queryProcessor: QueryProcessor;
|
|
197
|
+
protected _table: Table;
|
|
198
|
+
protected _conditions: QueryCondition<Table>[];
|
|
199
|
+
constructor(_queryProcessor: QueryProcessor, _table: Table, _conditions: QueryCondition<Table>[]);
|
|
200
|
+
protected _columns: QueryColumn<Table, any>[];
|
|
201
|
+
protected _action: QueryAction;
|
|
202
|
+
protected _entity: Entity | Partial<Entity>;
|
|
203
|
+
update(entity: Partial<Entity>): Promise<number>;
|
|
204
|
+
delete(): Promise<number>;
|
|
205
|
+
count(): Promise<number>;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
declare class TableQuery<Entity, Id, Table extends QueryTable<Entity, Id>> {
|
|
209
|
+
protected _queryProcessor: QueryProcessor;
|
|
210
|
+
protected _table: Table;
|
|
211
|
+
constructor(_queryProcessor: QueryProcessor, _table: Table);
|
|
212
|
+
protected _entity: Entity | Entity[] | Partial<Entity>;
|
|
213
|
+
protected _action: QueryAction;
|
|
214
|
+
protected _columns: QueryColumn<Table, any>[];
|
|
215
|
+
where(...conditions: QueryCondition<Table>[]): TableConditionQuery<Entity, Table>;
|
|
216
|
+
insert(entity: Entity): Promise<any>;
|
|
217
|
+
insert(entities: Entity[]): Promise<void>;
|
|
218
|
+
deleteAll(): Promise<number>;
|
|
219
|
+
updateAll(entity: Partial<Entity>): Promise<number>;
|
|
220
|
+
countAll(): Promise<number>;
|
|
221
|
+
delete(id: Id): Promise<boolean>;
|
|
222
|
+
update(id: Id, entity: Partial<Entity>): Promise<boolean>;
|
|
223
|
+
get(id: Id): Promise<Entity | undefined>;
|
|
224
|
+
_whereId(id: Id): TableConditionQuery<Entity, Table>;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
declare class QuerySource {
|
|
228
|
+
protected _queryProcessor: QueryProcessor;
|
|
229
|
+
constructor(_queryProcessor: QueryProcessor);
|
|
230
|
+
from<Entity, Table1 extends QueryTable<Entity, any>>(table1: Table1 & QueryTable<Entity, any>): SelectQuery<Entity, Table1>;
|
|
231
|
+
from<Tables extends QueryTable<any, any>>(tables: JoinedTables<Tables>): SelectQuery<any, Tables>;
|
|
232
|
+
from<Table1 extends QueryTable<any, any>, Table2 extends QueryTable<any, any>>(table1: Table1, table2: Table2): SelectQuery<any, Table1 | Table2>;
|
|
233
|
+
from<Table1 extends QueryTable<any, any>, Table2 extends QueryTable<any, any>, Table3 extends QueryTable<any, any>>(table1: Table1, table2: Table2, table3: Table3): SelectQuery<any, Table1 | Table2 | Table3>;
|
|
234
|
+
table<Entity, Id, Table extends QueryTable<Entity, Id>>(table: Table & QueryTable<Entity, Id>): TableQuery<Entity, Id, Table>;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
interface QueryProcessorOptions {
|
|
238
|
+
lineBreaks?: boolean;
|
|
239
|
+
parameterized?: boolean;
|
|
240
|
+
logging?: boolean;
|
|
241
|
+
logger?: (sql: string, params?: any[]) => void;
|
|
242
|
+
identifierQuote?: string;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
declare class MySqlQuerySource extends QuerySource {
|
|
246
|
+
constructor(client: any, options?: QueryProcessorOptions);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
type PropsEntitySQL<IEntityType> = {
|
|
250
|
+
[prop in keyof Required<IEntityType>]: any;
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
export { BasicColumn, BooleanColumn, ComparableColumn, DateColumn, JoinedTables, JoinedTablesChain, MySqlQuerySource, NumberColumn, QueryColumn, QueryColumnCondition, QueryCondition, QueryConditionChain, QueryJoinCondition, QueryOrdering, QuerySource, QueryTable, SelectQuery, StringColumn, TableConditionQuery, TableQuery, ValueColumn };
|
|
254
|
+
export type { PropsEntitySQL, QueryProcessorOptions };
|
|
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'taon-type-sql';
|
|
|
21
21
|
/**
|
|
22
22
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
23
23
|
*/
|
|
24
|
-
exports.CURRENT_PACKAGE_VERSION = '21.0.
|
|
24
|
+
exports.CURRENT_PACKAGE_VERSION = '21.0.4';
|
|
25
25
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
26
26
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -6,13 +6,9 @@
|
|
|
6
6
|
"paths": {},
|
|
7
7
|
"config": {},
|
|
8
8
|
"container": {
|
|
9
|
-
"
|
|
10
|
-
},
|
|
11
|
-
"ports": {
|
|
12
|
-
"ngNormalAppPort": 4255,
|
|
13
|
-
"ngWebsqlAppPort": 4256,
|
|
14
|
-
"nodeBeAppPort": 4125
|
|
9
|
+
"start": "tnp"
|
|
15
10
|
},
|
|
11
|
+
"ports": {},
|
|
16
12
|
"init": {},
|
|
17
13
|
"build": {
|
|
18
14
|
"pwa": {},
|
|
@@ -30,12 +26,12 @@
|
|
|
30
26
|
"releaseType": "manual",
|
|
31
27
|
"targetArtifact": "npm-lib-and-cli-tool",
|
|
32
28
|
"envName": "__",
|
|
33
|
-
"resolvedNewVersion": "19.0.
|
|
29
|
+
"resolvedNewVersion": "19.0.10"
|
|
34
30
|
},
|
|
35
31
|
"copyToManager": {},
|
|
36
32
|
"buildInfo": {
|
|
37
|
-
"date": "2025-05-
|
|
38
|
-
"hash": "
|
|
33
|
+
"date": "2025-05-13T21:02:06.000Z",
|
|
34
|
+
"hash": "8fa4b5ace35e5363bc0d3e2171d52cafe31cbac2"
|
|
39
35
|
},
|
|
40
36
|
"currentProjectName": "taon-type-sql",
|
|
41
37
|
"currentProjectType": "isomorphic-lib",
|