lakutata 2.0.76 → 2.0.77

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.
Files changed (66) hide show
  1. package/com/database.cjs +2 -0
  2. package/com/database.d.ts +1 -0
  3. package/com/database.mjs +2 -0
  4. package/lakutata.cjs +48 -24
  5. package/lakutata.mjs +24 -0
  6. package/orm.mjs +216 -216
  7. package/package.json +1 -1
  8. package/provider/database.cjs +2 -0
  9. package/provider/database.d.ts +1 -0
  10. package/provider/database.mjs +2 -0
  11. package/src/components/Database.cjs +11 -6
  12. package/src/components/Database.mjs +11 -6
  13. package/src/decorators/orm/AfterInsert.mjs +1 -1
  14. package/src/decorators/orm/AfterLoad.mjs +3 -3
  15. package/src/decorators/orm/AfterRecover.mjs +1 -1
  16. package/src/decorators/orm/AfterRemove.mjs +1 -1
  17. package/src/decorators/orm/AfterSoftRemove.mjs +1 -1
  18. package/src/decorators/orm/AfterUpdate.mjs +3 -3
  19. package/src/decorators/orm/BeforeInsert.mjs +1 -1
  20. package/src/decorators/orm/BeforeRecover.mjs +1 -1
  21. package/src/decorators/orm/BeforeRemove.mjs +1 -1
  22. package/src/decorators/orm/BeforeSoftRemove.mjs +1 -1
  23. package/src/decorators/orm/BeforeUpdate.mjs +3 -3
  24. package/src/decorators/orm/Check.mjs +1 -1
  25. package/src/decorators/orm/ChildEntity.mjs +1 -1
  26. package/src/decorators/orm/Column.mjs +1 -1
  27. package/src/decorators/orm/CreateDateColumn.mjs +1 -1
  28. package/src/decorators/orm/DeleteDateColumn.mjs +1 -1
  29. package/src/decorators/orm/Entity.mjs +1 -1
  30. package/src/decorators/orm/EventSubscriber.mjs +1 -1
  31. package/src/decorators/orm/Exclusion.mjs +1 -1
  32. package/src/decorators/orm/Generated.mjs +1 -1
  33. package/src/decorators/orm/Index.mjs +1 -1
  34. package/src/decorators/orm/JoinColumn.mjs +1 -1
  35. package/src/decorators/orm/JoinTable.mjs +1 -1
  36. package/src/decorators/orm/ManyToMany.mjs +1 -1
  37. package/src/decorators/orm/ManyToOne.mjs +1 -1
  38. package/src/decorators/orm/ObjectIdColumn.mjs +1 -1
  39. package/src/decorators/orm/OneToMany.mjs +1 -1
  40. package/src/decorators/orm/OneToOne.mjs +8 -8
  41. package/src/decorators/orm/PrimaryColumn.mjs +1 -1
  42. package/src/decorators/orm/PrimaryGeneratedColumn.mjs +1 -1
  43. package/src/decorators/orm/RelationId.mjs +1 -1
  44. package/src/decorators/orm/TableInheritance.mjs +1 -1
  45. package/src/decorators/orm/Tree.mjs +1 -1
  46. package/src/decorators/orm/TreeChildren.mjs +6 -6
  47. package/src/decorators/orm/TreeLevelColumn.mjs +1 -1
  48. package/src/decorators/orm/TreeParent.mjs +1 -1
  49. package/src/decorators/orm/Unique.mjs +1 -1
  50. package/src/decorators/orm/UpdateDateColumn.mjs +1 -1
  51. package/src/decorators/orm/VersionColumn.mjs +1 -1
  52. package/src/decorators/orm/ViewColumn.mjs +1 -1
  53. package/src/decorators/orm/ViewEntity.mjs +1 -1
  54. package/src/decorators/orm/VirtualColumn.mjs +1 -1
  55. package/src/lib/base/internal/DatabaseSymbol.cjs +9 -0
  56. package/src/lib/base/internal/DatabaseSymbol.mjs +3 -0
  57. package/src/lib/core/Application.cjs +87 -26
  58. package/src/lib/core/Application.mjs +83 -22
  59. package/src/providers/Database.cjs +7 -2
  60. package/src/providers/Database.mjs +12 -7
  61. package/src/providers/migration/GenerateMigration.cjs +426 -0
  62. package/src/providers/migration/GenerateMigration.mjs +414 -0
  63. package/vendor/Package.102.cjs +4689 -4747
  64. package/vendor/Package.102.mjs +4506 -4576
  65. package/vendor/Package.17.cjs +195 -184
  66. package/vendor/Package.17.mjs +187 -176
package/orm.mjs CHANGED
@@ -2,11 +2,11 @@ import "./vendor/Package.4.mjs";
2
2
 
3
3
  import { g as e } from "./vendor/Package.5.mjs";
4
4
 
5
- import { a as r, F as a, c, d, O as f, B as O, f as _, R as b, D as E, e as R } from "./vendor/Package.102.mjs";
5
+ import { d as r, F as s, g as a, h as i, O as c, B as d, i as f, R as O, D as g, e as b } from "./vendor/Package.102.mjs";
6
6
 
7
- export { A as AbstractLogger, x as AdvancedConsoleLogger, j as Brackets, g as ConnectionOptionsReader, p as DefaultNamingStrategy, h as DeleteQueryBuilder, m as DeleteResult, G as EntityMetadata, z as FileLogger, v as FindOperator, w as FindOptionsUtils, t as In, I as InsertQueryBuilder, k as InsertResult, q as InstanceChecker, M as Migration, o as MigrationExecutor, K as MongoRepository, Z as MssqlParameter, Q as QueryBuilder, n as QueryResult, i as RelationQueryBuilder, H as Repository, S as SelectQueryBuilder, y as SimpleConsoleLogger, Y as Table, L as TableCheck, N as TableColumn, P as TableExclusion, V as TableForeignKey, W as TableIndex, X as TableUnique, J as TreeRepository, T as TreeRepositoryUtils, U as UpdateQueryBuilder, l as UpdateResult, s as getFromContainer, u as useContainer } from "./vendor/Package.102.mjs";
7
+ export { H as AbstractLogger, J as AdvancedConsoleLogger, n as Brackets, j as ConnectionOptionsReader, v as DefaultNamingStrategy, k as DeleteQueryBuilder, q as DeleteResult, N as EntityMetadata, L as FileLogger, A as FindOperator, G as FindOptionsUtils, z as In, l as InsertQueryBuilder, o as InsertResult, w as InstanceChecker, M as Migration, u as MigrationExecutor, X as MongoRepository, a3 as MssqlParameter, Q as QueryBuilder, t as QueryResult, m as RelationQueryBuilder, V as Repository, S as SelectQueryBuilder, K as SimpleConsoleLogger, a2 as Table, Y as TableCheck, Z as TableColumn, _ as TableExclusion, $ as TableForeignKey, a0 as TableIndex, a1 as TableUnique, W as TreeRepository, T as TreeRepositoryUtils, U as UpdateQueryBuilder, p as UpdateResult, y as getFromContainer, x as useContainer } from "./vendor/Package.102.mjs";
8
8
 
9
- import { D as B } from "./vendor/Package.10.mjs";
9
+ import { D as h } from "./vendor/Package.10.mjs";
10
10
 
11
11
  import "./vendor/Package.12.mjs";
12
12
 
@@ -64,23 +64,55 @@ import "node:stream";
64
64
 
65
65
  import "node:string_decoder";
66
66
 
67
- var F = r();
67
+ var P = r();
68
68
 
69
- const C = e(F);
69
+ const E = e(P);
70
70
 
71
- var D = {};
71
+ var R = {};
72
72
 
73
73
  "use strict";
74
74
 
75
- Object.defineProperty(D, "__esModule", {
75
+ Object.defineProperty(R, "__esModule", {
76
+ value: true
77
+ });
78
+
79
+ var B = {};
80
+
81
+ "use strict";
82
+
83
+ Object.defineProperty(B, "__esModule", {
84
+ value: true
85
+ });
86
+
87
+ var I = {};
88
+
89
+ "use strict";
90
+
91
+ Object.defineProperty(I, "__esModule", {
92
+ value: true
93
+ });
94
+
95
+ var F = {};
96
+
97
+ "use strict";
98
+
99
+ Object.defineProperty(F, "__esModule", {
76
100
  value: true
77
101
  });
78
102
 
79
- var $ = {};
103
+ var C = {};
104
+
105
+ "use strict";
106
+
107
+ Object.defineProperty(C, "__esModule", {
108
+ value: true
109
+ });
110
+
111
+ var D = {};
80
112
 
81
113
  "use strict";
82
114
 
83
- Object.defineProperty($, "__esModule", {
115
+ Object.defineProperty(D, "__esModule", {
84
116
  value: true
85
117
  });
86
118
 
@@ -148,29 +180,13 @@ Object.defineProperty(ie, "__esModule", {
148
180
  value: true
149
181
  });
150
182
 
151
- var ue = {};
152
-
153
- "use strict";
154
-
155
- Object.defineProperty(ue, "__esModule", {
156
- value: true
157
- });
158
-
159
- var ce = {};
160
-
161
- "use strict";
162
-
163
- Object.defineProperty(ce, "__esModule", {
164
- value: true
165
- });
166
-
167
- var de = {};
183
+ var ue = ie.And = de;
168
184
 
169
- "use strict";
185
+ const ce = s;
170
186
 
171
- Object.defineProperty(de, "__esModule", {
172
- value: true
173
- });
187
+ function de(...e) {
188
+ return new ce.FindOperator("and", e, true, true);
189
+ }
174
190
 
175
191
  var le = {};
176
192
 
@@ -180,12 +196,12 @@ Object.defineProperty(le, "__esModule", {
180
196
  value: true
181
197
  });
182
198
 
183
- var ye = le.And = ve;
199
+ var ye = le.Any = ve;
184
200
 
185
- const pe = a;
201
+ const pe = s;
186
202
 
187
- function ve(...e) {
188
- return new pe.FindOperator("and", e, true, true);
203
+ function ve(e) {
204
+ return new pe.FindOperator("any", e);
189
205
  }
190
206
 
191
207
  var fe = {};
@@ -196,12 +212,12 @@ Object.defineProperty(fe, "__esModule", {
196
212
  value: true
197
213
  });
198
214
 
199
- var Oe = fe.Any = _e;
215
+ var Oe = fe.ArrayContainedBy = _e;
200
216
 
201
- const me = a;
217
+ const me = s;
202
218
 
203
219
  function _e(e) {
204
- return new me.FindOperator("any", e);
220
+ return new me.FindOperator("arrayContainedBy", e);
205
221
  }
206
222
 
207
223
  var ge = {};
@@ -212,12 +228,12 @@ Object.defineProperty(ge, "__esModule", {
212
228
  value: true
213
229
  });
214
230
 
215
- var be = ge.ArrayContainedBy = je;
231
+ var be = ge.ArrayContains = je;
216
232
 
217
- const he = a;
233
+ const he = s;
218
234
 
219
235
  function je(e) {
220
- return new he.FindOperator("arrayContainedBy", e);
236
+ return new he.FindOperator("arrayContains", e);
221
237
  }
222
238
 
223
239
  var Pe = {};
@@ -228,12 +244,12 @@ Object.defineProperty(Pe, "__esModule", {
228
244
  value: true
229
245
  });
230
246
 
231
- var Me = Pe.ArrayContains = Re;
247
+ var Me = Pe.ArrayOverlap = Re;
232
248
 
233
- const Ee = a;
249
+ const Ee = s;
234
250
 
235
251
  function Re(e) {
236
- return new Ee.FindOperator("arrayContains", e);
252
+ return new Ee.FindOperator("arrayOverlap", e);
237
253
  }
238
254
 
239
255
  var Be = {};
@@ -244,65 +260,65 @@ Object.defineProperty(Be, "__esModule", {
244
260
  value: true
245
261
  });
246
262
 
247
- var Se = Be.ArrayOverlap = Ne;
263
+ var Se = Be.Between = Ne;
248
264
 
249
- const Ie = a;
265
+ const Ie = s;
250
266
 
251
- function Ne(e) {
252
- return new Ie.FindOperator("arrayOverlap", e);
267
+ function Ne(e, t) {
268
+ return new Ie.FindOperator("between", [ e, t ], true, true);
253
269
  }
254
270
 
255
271
  var Fe = {};
256
272
 
273
+ var Te = {};
274
+
257
275
  "use strict";
258
276
 
259
- Object.defineProperty(Fe, "__esModule", {
277
+ Object.defineProperty(Te, "__esModule", {
260
278
  value: true
261
279
  });
262
280
 
263
- var Te = Fe.Between = Ce;
281
+ var we = Te.EqualOperator = void 0;
264
282
 
265
- const we = a;
283
+ const Ce = s;
266
284
 
267
- function Ce(e, t) {
268
- return new we.FindOperator("between", [ e, t ], true, true);
285
+ class EqualOperator extends Ce.FindOperator {
286
+ constructor(e) {
287
+ super("equal", e);
288
+ this["@instanceof"] = Symbol.for("EqualOperator");
289
+ }
269
290
  }
270
291
 
271
- var ke = {};
272
-
273
- var De = {};
292
+ we = Te.EqualOperator = EqualOperator;
274
293
 
275
294
  "use strict";
276
295
 
277
- Object.defineProperty(De, "__esModule", {
296
+ Object.defineProperty(Fe, "__esModule", {
278
297
  value: true
279
298
  });
280
299
 
281
- var Le = De.EqualOperator = void 0;
300
+ var ke = Fe.Equal = Le;
282
301
 
283
- const Ae = a;
302
+ const De = Te;
284
303
 
285
- class EqualOperator extends Ae.FindOperator {
286
- constructor(e) {
287
- super("equal", e);
288
- this["@instanceof"] = Symbol.for("EqualOperator");
289
- }
304
+ function Le(e) {
305
+ return new De.EqualOperator(e);
290
306
  }
291
307
 
292
- Le = De.EqualOperator = EqualOperator;
308
+ var Ae = {};
293
309
 
294
310
  "use strict";
295
311
 
296
- Object.defineProperty(ke, "__esModule", {
312
+ Object.defineProperty(Ae, "__esModule", {
297
313
  value: true
298
314
  });
299
315
 
300
- var xe = ke.Equal = Ue;
316
+ var xe = Ae.IsNull = Ue;
301
317
 
302
- const qe = De;
318
+ const qe = s;
303
319
 
304
- function Ue(e) {
305
- return new qe.EqualOperator(e);
320
+ function Ue() {
321
+ return new qe.FindOperator("isNull", undefined, false);
306
322
  }
307
323
 
308
324
  var Qe = {};
@@ -313,12 +329,12 @@ Object.defineProperty(Qe, "__esModule", {
313
329
  value: true
314
330
  });
315
331
 
316
- var Xe = Qe.IsNull = ze;
332
+ var Xe = Qe.LessThan = ze;
317
333
 
318
- const Ke = a;
334
+ const Ke = s;
319
335
 
320
- function ze() {
321
- return new Ke.FindOperator("isNull", undefined, false);
336
+ function ze(e) {
337
+ return new Ke.FindOperator("lessThan", e);
322
338
  }
323
339
 
324
340
  var Ze = {};
@@ -329,12 +345,12 @@ Object.defineProperty(Ze, "__esModule", {
329
345
  value: true
330
346
  });
331
347
 
332
- var Je = Ze.LessThan = He;
348
+ var Je = Ze.LessThanOrEqual = He;
333
349
 
334
- const Ge = a;
350
+ const Ge = s;
335
351
 
336
352
  function He(e) {
337
- return new Ge.FindOperator("lessThan", e);
353
+ return new Ge.FindOperator("lessThanOrEqual", e);
338
354
  }
339
355
 
340
356
  var Ve = {};
@@ -345,12 +361,12 @@ Object.defineProperty(Ve, "__esModule", {
345
361
  value: true
346
362
  });
347
363
 
348
- var We = Ve.LessThanOrEqual = $e;
364
+ var We = Ve.ILike = $e;
349
365
 
350
- const Ye = a;
366
+ const Ye = s;
351
367
 
352
368
  function $e(e) {
353
- return new Ye.FindOperator("lessThanOrEqual", e);
369
+ return new Ye.FindOperator("ilike", e);
354
370
  }
355
371
 
356
372
  var et = {};
@@ -361,12 +377,12 @@ Object.defineProperty(et, "__esModule", {
361
377
  value: true
362
378
  });
363
379
 
364
- var tt = et.ILike = st;
380
+ var tt = et.Like = st;
365
381
 
366
- const rt = a;
382
+ const rt = s;
367
383
 
368
384
  function st(e) {
369
- return new rt.FindOperator("ilike", e);
385
+ return new rt.FindOperator("like", e);
370
386
  }
371
387
 
372
388
  var nt = {};
@@ -377,12 +393,12 @@ Object.defineProperty(nt, "__esModule", {
377
393
  value: true
378
394
  });
379
395
 
380
- var at = nt.Like = it;
396
+ var at = nt.MoreThan = it;
381
397
 
382
- const ot = a;
398
+ const ot = s;
383
399
 
384
400
  function it(e) {
385
- return new ot.FindOperator("like", e);
401
+ return new ot.FindOperator("moreThan", e);
386
402
  }
387
403
 
388
404
  var ut = {};
@@ -393,12 +409,12 @@ Object.defineProperty(ut, "__esModule", {
393
409
  value: true
394
410
  });
395
411
 
396
- var ct = ut.MoreThan = lt;
412
+ var ct = ut.MoreThanOrEqual = lt;
397
413
 
398
- const dt = a;
414
+ const dt = s;
399
415
 
400
416
  function lt(e) {
401
- return new dt.FindOperator("moreThan", e);
417
+ return new dt.FindOperator("moreThanOrEqual", e);
402
418
  }
403
419
 
404
420
  var yt = {};
@@ -409,12 +425,12 @@ Object.defineProperty(yt, "__esModule", {
409
425
  value: true
410
426
  });
411
427
 
412
- var pt = yt.MoreThanOrEqual = ft;
428
+ var pt = yt.Not = ft;
413
429
 
414
- const vt = a;
430
+ const vt = s;
415
431
 
416
432
  function ft(e) {
417
- return new vt.FindOperator("moreThanOrEqual", e);
433
+ return new vt.FindOperator("not", e);
418
434
  }
419
435
 
420
436
  var Ot = {};
@@ -425,12 +441,15 @@ Object.defineProperty(Ot, "__esModule", {
425
441
  value: true
426
442
  });
427
443
 
428
- var mt = Ot.Not = gt;
444
+ var mt = Ot.Raw = gt;
429
445
 
430
- const _t = a;
446
+ const _t = s;
431
447
 
432
- function gt(e) {
433
- return new _t.FindOperator("not", e);
448
+ function gt(e, t) {
449
+ if (typeof e !== "function") {
450
+ return new _t.FindOperator("raw", e, false);
451
+ }
452
+ return new _t.FindOperator("raw", [], true, true, e, t);
434
453
  }
435
454
 
436
455
  var bt = {};
@@ -441,15 +460,12 @@ Object.defineProperty(bt, "__esModule", {
441
460
  value: true
442
461
  });
443
462
 
444
- var ht = bt.Raw = Pt;
463
+ var ht = bt.JsonContains = Pt;
445
464
 
446
- const jt = a;
465
+ const jt = s;
447
466
 
448
- function Pt(e, t) {
449
- if (typeof e !== "function") {
450
- return new jt.FindOperator("raw", e, false);
451
- }
452
- return new jt.FindOperator("raw", [], true, true, e, t);
467
+ function Pt(e) {
468
+ return new jt.FindOperator("jsonContains", e);
453
469
  }
454
470
 
455
471
  var Mt = {};
@@ -460,13 +476,29 @@ Object.defineProperty(Mt, "__esModule", {
460
476
  value: true
461
477
  });
462
478
 
463
- var Et = Mt.JsonContains = Bt;
479
+ var Et = {};
464
480
 
465
- const Rt = a;
481
+ "use strict";
466
482
 
467
- function Bt(e) {
468
- return new Rt.FindOperator("jsonContains", e);
469
- }
483
+ Object.defineProperty(Et, "__esModule", {
484
+ value: true
485
+ });
486
+
487
+ var Rt = {};
488
+
489
+ "use strict";
490
+
491
+ Object.defineProperty(Rt, "__esModule", {
492
+ value: true
493
+ });
494
+
495
+ var Bt = {};
496
+
497
+ "use strict";
498
+
499
+ Object.defineProperty(Bt, "__esModule", {
500
+ value: true
501
+ });
470
502
 
471
503
  var St = {};
472
504
 
@@ -532,57 +564,25 @@ Object.defineProperty(kt, "__esModule", {
532
564
  value: true
533
565
  });
534
566
 
535
- var Dt = {};
536
-
537
- "use strict";
538
-
539
- Object.defineProperty(Dt, "__esModule", {
540
- value: true
541
- });
542
-
543
- var Lt = {};
544
-
545
- "use strict";
546
-
547
- Object.defineProperty(Lt, "__esModule", {
548
- value: true
549
- });
550
-
551
- var At = {};
552
-
553
- "use strict";
554
-
555
- Object.defineProperty(At, "__esModule", {
556
- value: true
557
- });
558
-
559
- var xt = {};
560
-
561
- "use strict";
562
-
563
- Object.defineProperty(xt, "__esModule", {
564
- value: true
565
- });
566
-
567
- var qt = c();
567
+ var Dt = a();
568
568
 
569
- const Ut = e(qt);
569
+ const Lt = e(Dt);
570
570
 
571
- var Qt = d();
571
+ var At = i();
572
572
 
573
- const Xt = e(Qt);
573
+ const xt = e(At);
574
574
 
575
- var Kt = {};
575
+ var qt = {};
576
576
 
577
577
  "use strict";
578
578
 
579
- Object.defineProperty(Kt, "__esModule", {
579
+ Object.defineProperty(qt, "__esModule", {
580
580
  value: true
581
581
  });
582
582
 
583
- var zt = Kt.BaseEntity = void 0;
583
+ var Ut = qt.BaseEntity = void 0;
584
584
 
585
- const Zt = f;
585
+ const Qt = c;
586
586
 
587
587
  class BaseEntity {
588
588
  hasId() {
@@ -612,7 +612,7 @@ class BaseEntity {
612
612
  throw new Error(`Entity doesn't have id-s set, cannot reload entity`);
613
613
  }
614
614
  const r = await e.getRepository().findOneByOrFail(t);
615
- Zt.ObjectUtils.assign(this, r);
615
+ Qt.ObjectUtils.assign(this, r);
616
616
  }
617
617
  static useDataSource(e) {
618
618
  this.dataSource = e;
@@ -727,99 +727,99 @@ class BaseEntity {
727
727
  }
728
728
  }
729
729
 
730
- zt = Kt.BaseEntity = BaseEntity;
730
+ Ut = qt.BaseEntity = BaseEntity;
731
731
 
732
- var Jt = {};
732
+ var Xt = {};
733
733
 
734
734
  "use strict";
735
735
 
736
- Object.defineProperty(Jt, "__esModule", {
736
+ Object.defineProperty(Xt, "__esModule", {
737
737
  value: true
738
738
  });
739
739
 
740
- var Gt = {};
740
+ var Kt = {};
741
741
 
742
742
  "use strict";
743
743
 
744
- Object.defineProperty(Gt, "__esModule", {
744
+ Object.defineProperty(Kt, "__esModule", {
745
745
  value: true
746
746
  });
747
747
 
748
- var Ht = {};
748
+ var zt = {};
749
749
 
750
750
  "use strict";
751
751
 
752
- Object.defineProperty(Ht, "__esModule", {
752
+ Object.defineProperty(zt, "__esModule", {
753
753
  value: true
754
754
  });
755
755
 
756
- var Vt = {};
756
+ var Zt = {};
757
757
 
758
758
  "use strict";
759
759
 
760
- Object.defineProperty(Vt, "__esModule", {
760
+ Object.defineProperty(Zt, "__esModule", {
761
761
  value: true
762
762
  });
763
763
 
764
- var Wt = {};
764
+ var Jt = {};
765
765
 
766
766
  "use strict";
767
767
 
768
- Object.defineProperty(Wt, "__esModule", {
768
+ Object.defineProperty(Jt, "__esModule", {
769
769
  value: true
770
770
  });
771
771
 
772
- var Yt = {};
772
+ var Gt = {};
773
773
 
774
774
  "use strict";
775
775
 
776
- Object.defineProperty(Yt, "__esModule", {
776
+ Object.defineProperty(Gt, "__esModule", {
777
777
  value: true
778
778
  });
779
779
 
780
- var $t = {};
780
+ var Ht = {};
781
781
 
782
782
  "use strict";
783
783
 
784
- Object.defineProperty($t, "__esModule", {
784
+ Object.defineProperty(Ht, "__esModule", {
785
785
  value: true
786
786
  });
787
787
 
788
- var er = {};
788
+ var Vt = {};
789
789
 
790
790
  "use strict";
791
791
 
792
- Object.defineProperty(er, "__esModule", {
792
+ Object.defineProperty(Vt, "__esModule", {
793
793
  value: true
794
794
  });
795
795
 
796
- var tr = {};
796
+ var Wt = {};
797
797
 
798
798
  "use strict";
799
799
 
800
- Object.defineProperty(tr, "__esModule", {
800
+ Object.defineProperty(Wt, "__esModule", {
801
801
  value: true
802
802
  });
803
803
 
804
- var rr = {};
804
+ var Yt = {};
805
805
 
806
806
  "use strict";
807
807
 
808
- Object.defineProperty(rr, "__esModule", {
808
+ Object.defineProperty(Yt, "__esModule", {
809
809
  value: true
810
810
  });
811
811
 
812
- var sr = {};
812
+ var $t = {};
813
813
 
814
- var nr = {};
814
+ var er = {};
815
815
 
816
816
  "use strict";
817
817
 
818
- Object.defineProperty(nr, "__esModule", {
818
+ Object.defineProperty(er, "__esModule", {
819
819
  value: true
820
820
  });
821
821
 
822
- var ar = nr.BSON = void 0;
822
+ var tr = er.BSON = void 0;
823
823
 
824
824
  (function(e) {
825
825
  "use strict";
@@ -827,7 +827,7 @@ var ar = nr.BSON = void 0;
827
827
  value: true
828
828
  });
829
829
  e.Timestamp = e.serialize = e.ObjectId = e.MinKey = e.MaxKey = e.Long = e.Int32 = e.Double = e.deserialize = e.Decimal128 = e.DBRef = e.Code = e.BSONType = e.BSONSymbol = e.BSONRegExp = e.BSON = e.Binary = void 0;
830
- const t = nr;
830
+ const t = er;
831
831
  Object.defineProperty(e, "BSON", {
832
832
  enumerable: true,
833
833
  get: function() {
@@ -930,76 +930,76 @@ var ar = nr.BSON = void 0;
930
930
  return t.serialize;
931
931
  }
932
932
  });
933
- })(sr);
933
+ })($t);
934
934
 
935
- const or = e(sr);
935
+ const rr = e($t);
936
936
 
937
- var ir = {};
937
+ var sr = {};
938
938
 
939
939
  "use strict";
940
940
 
941
- Object.defineProperty(ir, "__esModule", {
941
+ Object.defineProperty(sr, "__esModule", {
942
942
  value: true
943
943
  });
944
944
 
945
- var ur = {};
945
+ var nr = {};
946
946
 
947
947
  "use strict";
948
948
 
949
- Object.defineProperty(ur, "__esModule", {
949
+ Object.defineProperty(nr, "__esModule", {
950
950
  value: true
951
951
  });
952
952
 
953
- var cr = {};
953
+ var ar = {};
954
954
 
955
955
  "use strict";
956
956
 
957
- Object.defineProperty(cr, "__esModule", {
957
+ Object.defineProperty(ar, "__esModule", {
958
958
  value: true
959
959
  });
960
960
 
961
- var dr = {};
961
+ var or = {};
962
962
 
963
963
  "use strict";
964
964
 
965
- Object.defineProperty(dr, "__esModule", {
965
+ Object.defineProperty(or, "__esModule", {
966
966
  value: true
967
967
  });
968
968
 
969
- var lr = dr.NotBrackets = void 0;
969
+ var ir = or.NotBrackets = void 0;
970
970
 
971
- const yr = O;
971
+ const ur = d;
972
972
 
973
- class NotBrackets extends yr.Brackets {
973
+ class NotBrackets extends ur.Brackets {
974
974
  constructor() {
975
975
  super(...arguments);
976
976
  this["@instanceof"] = Symbol.for("NotBrackets");
977
977
  }
978
978
  }
979
979
 
980
- lr = dr.NotBrackets = NotBrackets;
980
+ ir = or.NotBrackets = NotBrackets;
981
981
 
982
- var pr = _();
982
+ var cr = f();
983
983
 
984
- const vr = e(pr);
984
+ const dr = e(cr);
985
985
 
986
- var fr = {};
986
+ var lr = {};
987
987
 
988
988
  "use strict";
989
989
 
990
- Object.defineProperty(fr, "__esModule", {
990
+ Object.defineProperty(lr, "__esModule", {
991
991
  value: true
992
992
  });
993
993
 
994
- var Or = fr.LegacyOracleNamingStrategy = void 0;
994
+ var yr = lr.LegacyOracleNamingStrategy = void 0;
995
995
 
996
- const mr = b;
996
+ const pr = O;
997
997
 
998
- const _r = E;
998
+ const vr = g;
999
999
 
1000
- const gr = R;
1000
+ const fr = b;
1001
1001
 
1002
- class LegacyOracleNamingStrategy extends _r.DefaultNamingStrategy {
1002
+ class LegacyOracleNamingStrategy extends vr.DefaultNamingStrategy {
1003
1003
  constructor(e = "hash") {
1004
1004
  super();
1005
1005
  this.IDENTIFIER_MAX_SIZE = 30;
@@ -1013,14 +1013,14 @@ class LegacyOracleNamingStrategy extends _r.DefaultNamingStrategy {
1013
1013
  } else if (this.shortenStrategy === "hash") {
1014
1014
  return this.hashIdentifier(s, this.DEFAULT_COLUMN_PREFIX);
1015
1015
  } else {
1016
- throw new gr.TypeORMError(`Invalid shortenStrategy`);
1016
+ throw new fr.TypeORMError(`Invalid shortenStrategy`);
1017
1017
  }
1018
1018
  }
1019
1019
  hashIdentifier(e, t) {
1020
1020
  if (t.length >= this.IDENTIFIER_MAX_SIZE) {
1021
- throw new gr.TypeORMError(`Prefix must be shorter than IDENTIFIER_MAX_SIZE`);
1021
+ throw new fr.TypeORMError(`Prefix must be shorter than IDENTIFIER_MAX_SIZE`);
1022
1022
  }
1023
- return t + mr.RandomGenerator.sha1(e).substring(0, this.IDENTIFIER_MAX_SIZE - t.length);
1023
+ return t + pr.RandomGenerator.sha1(e).substring(0, this.IDENTIFIER_MAX_SIZE - t.length);
1024
1024
  }
1025
1025
  truncateIdentifier(e) {
1026
1026
  if (e.length > this.IDENTIFIER_MAX_SIZE) {
@@ -1031,17 +1031,17 @@ class LegacyOracleNamingStrategy extends _r.DefaultNamingStrategy {
1031
1031
  }
1032
1032
  }
1033
1033
 
1034
- Or = fr.LegacyOracleNamingStrategy = LegacyOracleNamingStrategy;
1034
+ yr = lr.LegacyOracleNamingStrategy = LegacyOracleNamingStrategy;
1035
1035
 
1036
- var br = {};
1036
+ var Or = {};
1037
1037
 
1038
1038
  "use strict";
1039
1039
 
1040
- Object.defineProperty(br, "__esModule", {
1040
+ Object.defineProperty(Or, "__esModule", {
1041
1041
  value: true
1042
1042
  });
1043
1043
 
1044
- var hr = br.EntitySchema = void 0;
1044
+ var mr = Or.EntitySchema = void 0;
1045
1045
 
1046
1046
  class EntitySchema {
1047
1047
  constructor(e) {
@@ -1050,38 +1050,38 @@ class EntitySchema {
1050
1050
  }
1051
1051
  }
1052
1052
 
1053
- hr = br.EntitySchema = EntitySchema;
1053
+ mr = Or.EntitySchema = EntitySchema;
1054
1054
 
1055
- var jr = {};
1055
+ var _r = {};
1056
1056
 
1057
1057
  "use strict";
1058
1058
 
1059
- Object.defineProperty(jr, "__esModule", {
1059
+ Object.defineProperty(_r, "__esModule", {
1060
1060
  value: true
1061
1061
  });
1062
1062
 
1063
- var Pr = jr.EntitySchemaEmbeddedColumnOptions = void 0;
1063
+ var gr = _r.EntitySchemaEmbeddedColumnOptions = void 0;
1064
1064
 
1065
1065
  class EntitySchemaEmbeddedColumnOptions {}
1066
1066
 
1067
- Pr = jr.EntitySchemaEmbeddedColumnOptions = EntitySchemaEmbeddedColumnOptions;
1067
+ gr = _r.EntitySchemaEmbeddedColumnOptions = EntitySchemaEmbeddedColumnOptions;
1068
1068
 
1069
- var Mr = {};
1069
+ var br = {};
1070
1070
 
1071
1071
  "use strict";
1072
1072
 
1073
- Object.defineProperty(Mr, "__esModule", {
1073
+ Object.defineProperty(br, "__esModule", {
1074
1074
  value: true
1075
1075
  });
1076
1076
 
1077
- var Er = Mr.EntitySchemaOptions = void 0;
1077
+ var hr = br.EntitySchemaOptions = void 0;
1078
1078
 
1079
1079
  class EntitySchemaOptions {}
1080
1080
 
1081
- Er = Mr.EntitySchemaOptions = EntitySchemaOptions;
1081
+ hr = br.EntitySchemaOptions = EntitySchemaOptions;
1082
1082
 
1083
- const Rr = B.DataSource;
1083
+ const jr = h.DataSource;
1084
1084
 
1085
- const Br = pr.MongoEntityManager;
1085
+ const Pr = cr.MongoEntityManager;
1086
1086
 
1087
- export { ye as And, Oe as Any, be as ArrayContainedBy, Me as ArrayContains, Se as ArrayOverlap, zt as BaseEntity, Te as Between, Rr as DataSource, hr as EntitySchema, Pr as EntitySchemaEmbeddedColumnOptions, Er as EntitySchemaOptions, xe as Equal, Le as EqualOperator, tt as ILike, Xe as IsNull, Et as JsonContains, Or as LegacyOracleNamingStrategy, Je as LessThan, We as LessThanOrEqual, at as Like, Br as MongoEntityManager, ct as MoreThan, pt as MoreThanOrEqual, mt as Not, lr as NotBrackets, ht as Raw };
1087
+ export { ue as And, ye as Any, Oe as ArrayContainedBy, be as ArrayContains, Me as ArrayOverlap, Ut as BaseEntity, Se as Between, jr as DataSource, mr as EntitySchema, gr as EntitySchemaEmbeddedColumnOptions, hr as EntitySchemaOptions, ke as Equal, we as EqualOperator, We as ILike, xe as IsNull, ht as JsonContains, yr as LegacyOracleNamingStrategy, Xe as LessThan, Je as LessThanOrEqual, tt as Like, Pr as MongoEntityManager, at as MoreThan, ct as MoreThanOrEqual, pt as Not, ir as NotBrackets, mt as Raw };