lakutata 2.0.60 → 2.0.62

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 (96) hide show
  1. package/com/cacher.d.ts +4 -4
  2. package/com/database.d.ts +2 -2
  3. package/com/docker.d.ts +5 -5
  4. package/com/entrypoint.d.ts +2 -2
  5. package/com/logger.d.ts +1 -1
  6. package/com/monitor.d.ts +2 -2
  7. package/decorator/asst.d.ts +1 -1
  8. package/decorator/ctrl.d.ts +4 -4
  9. package/decorator/di.d.ts +3 -3
  10. package/decorator/dto.d.ts +3 -3
  11. package/decorator/orm.d.ts +2 -2
  12. package/helper.d.ts +1 -1
  13. package/lakutata.d.ts +10 -10
  14. package/orm.d.ts +3 -3
  15. package/package.json +1 -1
  16. package/provider/database.d.ts +2 -2
  17. package/provider/passwordHash.d.ts +1 -1
  18. package/vendor/Package.1.cjs +0 -2
  19. package/vendor/Package.1.mjs +0 -2
  20. package/vendor/Package.10.cjs +0 -2
  21. package/vendor/Package.10.mjs +0 -2
  22. package/vendor/Package.11.cjs +0 -2
  23. package/vendor/Package.11.mjs +0 -2
  24. package/vendor/Package.12.cjs +0 -2
  25. package/vendor/Package.12.mjs +0 -2
  26. package/vendor/Package.122.cjs +0 -2
  27. package/vendor/Package.122.mjs +0 -2
  28. package/vendor/Package.13.cjs +0 -2
  29. package/vendor/Package.13.mjs +0 -2
  30. package/vendor/Package.132.cjs +0 -2
  31. package/vendor/Package.132.mjs +0 -2
  32. package/vendor/Package.14.cjs +0 -2
  33. package/vendor/Package.14.mjs +0 -2
  34. package/vendor/Package.15.cjs +0 -2
  35. package/vendor/Package.15.mjs +0 -2
  36. package/vendor/Package.16.cjs +0 -2
  37. package/vendor/Package.16.mjs +0 -2
  38. package/vendor/Package.17.cjs +0 -2
  39. package/vendor/Package.17.mjs +0 -2
  40. package/vendor/Package.18.cjs +0 -2
  41. package/vendor/Package.18.mjs +0 -2
  42. package/vendor/Package.19.cjs +184 -197
  43. package/vendor/Package.19.mjs +176 -189
  44. package/vendor/Package.2.cjs +0 -2
  45. package/vendor/Package.2.mjs +0 -2
  46. package/vendor/Package.20.cjs +0 -2
  47. package/vendor/Package.20.mjs +0 -2
  48. package/vendor/Package.3.cjs +0 -2
  49. package/vendor/Package.3.mjs +0 -2
  50. package/vendor/Package.4.cjs +0 -2
  51. package/vendor/Package.4.mjs +0 -2
  52. package/vendor/Package.5.cjs +0 -2
  53. package/vendor/Package.5.mjs +0 -2
  54. package/vendor/Package.6.cjs +0 -2
  55. package/vendor/Package.6.mjs +0 -2
  56. package/vendor/Package.610.cjs +0 -2
  57. package/vendor/Package.610.mjs +0 -2
  58. package/vendor/Package.611.cjs +0 -2
  59. package/vendor/Package.611.mjs +0 -2
  60. package/vendor/Package.612.cjs +0 -2
  61. package/vendor/Package.612.mjs +0 -2
  62. package/vendor/Package.62.cjs +0 -2
  63. package/vendor/Package.62.mjs +0 -2
  64. package/vendor/Package.63.cjs +0 -2
  65. package/vendor/Package.63.mjs +0 -2
  66. package/vendor/Package.64.cjs +0 -2
  67. package/vendor/Package.64.mjs +0 -2
  68. package/vendor/Package.65.cjs +0 -2
  69. package/vendor/Package.65.mjs +0 -2
  70. package/vendor/Package.66.cjs +0 -2
  71. package/vendor/Package.66.mjs +0 -2
  72. package/vendor/Package.67.cjs +0 -2
  73. package/vendor/Package.67.mjs +0 -2
  74. package/vendor/Package.68.cjs +0 -2
  75. package/vendor/Package.68.mjs +0 -2
  76. package/vendor/Package.69.cjs +0 -2
  77. package/vendor/Package.69.mjs +0 -2
  78. package/vendor/Package.7.cjs +0 -2
  79. package/vendor/Package.7.mjs +0 -2
  80. package/vendor/Package.8.cjs +0 -2
  81. package/vendor/Package.8.mjs +0 -2
  82. package/vendor/Package.9.cjs +0 -2
  83. package/vendor/Package.9.mjs +0 -2
  84. package/vendor/TypeDef.internal.1.d.ts +1 -3
  85. package/vendor/TypeDef.internal.10.d.ts +1 -3
  86. package/vendor/TypeDef.internal.11.d.ts +2 -4
  87. package/vendor/TypeDef.internal.12.d.ts +2 -4
  88. package/vendor/TypeDef.internal.13.d.ts +6 -8
  89. package/vendor/TypeDef.internal.2.d.ts +0 -2
  90. package/vendor/TypeDef.internal.3.d.ts +3 -5
  91. package/vendor/TypeDef.internal.4.d.ts +2 -4
  92. package/vendor/TypeDef.internal.5.d.ts +2 -4
  93. package/vendor/TypeDef.internal.6.d.ts +2 -4
  94. package/vendor/TypeDef.internal.7.d.ts +1 -3
  95. package/vendor/TypeDef.internal.8.d.ts +1 -3
  96. package/vendor/TypeDef.internal.9.d.ts +1 -3
package/com/cacher.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
2
  import EventEmitter from 'node:events';
3
- import { D as DTO } from '../vendor/TypeDef.internal.5.js';
4
- import { C as Component } from '../vendor/TypeDef.internal.3.js';
5
- import { C as ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
6
- import { E as Exception } from '../vendor/TypeDef.internal.7.js';
3
+ import { DTO } from '../vendor/TypeDef.internal.5.js';
4
+ import { Component } from '../vendor/TypeDef.internal.3.js';
5
+ import { ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
6
+ import { Exception } from '../vendor/TypeDef.internal.7.js';
7
7
 
8
8
  type EventListener = (...arguments_: any[]) => void;
9
9
  declare class EventManager {
package/com/database.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { C as Component } from '../vendor/TypeDef.internal.3.js';
3
- import { D as DataSourceOptions, a as DataSource, b as Driver, E as EntityManager, N as NamingStrategyInterface, c as EntitySubscriberInterface, d as EntityMetadata, e as EntityTarget, Q as QueryResultCache, M as Migration, O as ObjectLiteral, R as Repository, T as TreeRepository, f as MongoRepository, I as IsolationLevel, g as QueryRunner, S as SelectQueryBuilder, h as ReplicationMode } from '../vendor/TypeDef.internal.4.js';
2
+ import { Component } from '../vendor/TypeDef.internal.3.js';
3
+ import { DataSourceOptions, DataSource, Driver, EntityManager, NamingStrategyInterface, EntitySubscriberInterface, EntityMetadata, EntityTarget, QueryResultCache, Migration, ObjectLiteral, Repository, TreeRepository, MongoRepository, IsolationLevel, QueryRunner, SelectQueryBuilder, ReplicationMode } from '../vendor/TypeDef.internal.4.js';
4
4
  import '../vendor/TypeDef.internal.5.js';
5
5
  import 'fs';
6
6
  import 'dns';
package/com/docker.d.ts CHANGED
@@ -1,17 +1,17 @@
1
1
  /// <reference types="node" />
2
2
  import '../vendor/TypeDef.internal.2.js';
3
- import { P as Provider, C as Component } from '../vendor/TypeDef.internal.3.js';
3
+ import { Provider, Component } from '../vendor/TypeDef.internal.3.js';
4
4
  import { ClientRequest, IncomingMessage, Agent, OutgoingHttpHeaders, RequestOptions } from 'http';
5
5
  import { Socket } from 'net';
6
6
  import * as stream from 'stream';
7
7
  import stream__default, { Duplex, Readable, DuplexOptions } from 'stream';
8
8
  import * as events from 'events';
9
- import { T as Time } from '../vendor/TypeDef.internal.1.js';
10
- import { D as DTO } from '../vendor/TypeDef.internal.5.js';
9
+ import { Time } from '../vendor/TypeDef.internal.1.js';
10
+ import { DTO } from '../vendor/TypeDef.internal.5.js';
11
11
  import { Logger } from './logger.js';
12
12
  import { Writable } from 'node:stream';
13
- import { C as ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
14
- import { E as Exception } from '../vendor/TypeDef.internal.7.js';
13
+ import { ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
14
+ import { Exception } from '../vendor/TypeDef.internal.7.js';
15
15
 
16
16
  interface Prompt {
17
17
  prompt: string;
@@ -1,6 +1,6 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- export { y as AccessControlRule, x as AccessControlRuleHandler, A as ActionGroupInfo, B as BaseActionInfo, r as BaseContext, l as BuildCLIEntrypoint, o as BuildEntrypoints, m as BuildHTTPEntrypoint, n as BuildServiceEntrypoint, j as CLIActionInfo, s as CLIContext, C as CLIEntrypoint, c as CLIEntrypointHandler, a as CLIMap, q as ContextType, w as Controller, v as ControllerProperty, p as Entrypoint, k as EntrypointActions, E as EntrypointDestroyer, f as EntrypointDestroyerRegistrar, g as EntrypointOptions, h as HTTPActionInfo, t as HTTPContext, H as HTTPEntrypoint, d as HTTPEntrypointHandler, b as HTTPRouteMap, i as ServiceActionInfo, u as ServiceContext, S as ServiceEntrypoint, e as ServiceEntrypointHandler } from '../vendor/TypeDef.internal.13.js';
3
- import { E as Exception } from '../vendor/TypeDef.internal.7.js';
2
+ export { AccessControlRule, AccessControlRuleHandler, ActionGroupInfo, BaseActionInfo, BaseContext, BuildCLIEntrypoint, BuildEntrypoints, BuildHTTPEntrypoint, BuildServiceEntrypoint, CLIActionInfo, CLIContext, CLIEntrypoint, CLIEntrypointHandler, CLIMap, ContextType, Controller, ControllerProperty, Entrypoint, EntrypointActions, EntrypointDestroyer, EntrypointDestroyerRegistrar, EntrypointOptions, HTTPActionInfo, HTTPContext, HTTPEntrypoint, HTTPEntrypointHandler, HTTPRouteMap, ServiceActionInfo, ServiceContext, ServiceEntrypoint, ServiceEntrypointHandler } from '../vendor/TypeDef.internal.13.js';
3
+ import { Exception } from '../vendor/TypeDef.internal.7.js';
4
4
  import '../vendor/TypeDef.internal.3.js';
5
5
  import '../vendor/TypeDef.internal.5.js';
6
6
  import '../vendor/TypeDef.internal.10.js';
package/com/logger.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { C as Component } from '../vendor/TypeDef.internal.3.js';
2
+ import { Component } from '../vendor/TypeDef.internal.3.js';
3
3
  import '../vendor/TypeDef.internal.5.js';
4
4
 
5
5
  /**
package/com/monitor.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { C as Component } from '../vendor/TypeDef.internal.3.js';
2
- import { C as ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
1
+ import { Component } from '../vendor/TypeDef.internal.3.js';
2
+ import { ComponentOptionsBuilder } from '../vendor/TypeDef.internal.6.js';
3
3
  import { IntervalHistogram, EventLoopUtilization, PerformanceObserver } from 'node:perf_hooks';
4
4
  import '../vendor/TypeDef.internal.5.js';
5
5
  import '../vendor/TypeDef.internal.2.js';
@@ -1,5 +1,5 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { M as MethodDecorator } from '../vendor/TypeDef.internal.8.js';
2
+ import { MethodDecorator } from '../vendor/TypeDef.internal.8.js';
3
3
 
4
4
  type BeforeFunction<ClassPrototype extends Object, Method extends (...args: any[]) => unknown> = (this: ClassPrototype, ...args: Parameters<Method>) => Promise<Parameters<Method> | void> | Parameters<Method> | void;
5
5
  type AfterFunction<ClassPrototype extends Object, Method extends (...args: any[]) => unknown> = (this: ClassPrototype, result: Awaited<ReturnType<Method>>) => Promise<ReturnType<Method> | void> | ReturnType<Method> | void;
@@ -1,8 +1,8 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { r as BaseContext, x as AccessControlRuleHandler, w as Controller, v as ControllerProperty, s as CLIContext, t as HTTPContext, u as ServiceContext } from '../vendor/TypeDef.internal.13.js';
3
- import { M as MethodDecorator } from '../vendor/TypeDef.internal.8.js';
4
- import { D as DTO } from '../vendor/TypeDef.internal.5.js';
5
- import { A as ActionPattern } from '../vendor/TypeDef.internal.10.js';
2
+ import { BaseContext, AccessControlRuleHandler, Controller, ControllerProperty, CLIContext, HTTPContext, ServiceContext } from '../vendor/TypeDef.internal.13.js';
3
+ import { MethodDecorator } from '../vendor/TypeDef.internal.8.js';
4
+ import { DTO } from '../vendor/TypeDef.internal.5.js';
5
+ import { ActionPattern } from '../vendor/TypeDef.internal.10.js';
6
6
  import '../vendor/TypeDef.internal.3.js';
7
7
  import 'node:http';
8
8
  import '../vendor/TypeDef.internal.7.js';
package/decorator/di.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { B as BaseObject, L as LifetimeType, I as IBaseObjectConstructor } from '../vendor/TypeDef.internal.3.js';
3
- import { C as ClassDecorator, P as PropertyDecorator } from '../vendor/TypeDef.internal.11.js';
4
- import { S as Schema } from '../vendor/TypeDef.internal.5.js';
2
+ import { BaseObject, LifetimeType, IBaseObjectConstructor } from '../vendor/TypeDef.internal.3.js';
3
+ import { ClassDecorator, PropertyDecorator } from '../vendor/TypeDef.internal.11.js';
4
+ import { Schema } from '../vendor/TypeDef.internal.5.js';
5
5
  import '../vendor/TypeDef.internal.9.js';
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { D as DTO, S as Schema } from '../vendor/TypeDef.internal.5.js';
3
- import { C as ClassDecorator, P as PropertyDecorator } from '../vendor/TypeDef.internal.11.js';
4
- import { M as MethodDecorator } from '../vendor/TypeDef.internal.8.js';
2
+ import { DTO, Schema } from '../vendor/TypeDef.internal.5.js';
3
+ import { ClassDecorator, PropertyDecorator } from '../vendor/TypeDef.internal.11.js';
4
+ import { MethodDecorator } from '../vendor/TypeDef.internal.8.js';
5
5
  import '../vendor/TypeDef.internal.9.js';
6
6
 
7
7
  /**
@@ -1,6 +1,6 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { C as ColumnOptions, l as SimpleColumnType, m as ColumnCommonOptions, n as SpatialColumnType, o as SpatialColumnOptions, W as WithLengthColumnType, U as UnsignedColumnType, p as WithPrecisionColumnType, P as PrimaryGeneratedColumnType, q as ColumnType, V as ValueTransformer, J as JoinColumnOptions, r as JoinTableOptions, s as JoinTableMultipleColumnsOptions, t as ObjectType, u as RelationOptions, S as SelectQueryBuilder, a as DataSource, v as OnDeleteType, w as TreeType, x as ClosureTreeOptions, y as DeferrableType } from '../vendor/TypeDef.internal.4.js';
3
- import { E as EntityOptions, I as IndexOptions } from '../vendor/TypeDef.internal.12.js';
2
+ import { ColumnOptions, SimpleColumnType, ColumnCommonOptions, SpatialColumnType, SpatialColumnOptions, WithLengthColumnType, UnsignedColumnType, WithPrecisionColumnType, PrimaryGeneratedColumnType, ColumnType, ValueTransformer, JoinColumnOptions, JoinTableOptions, JoinTableMultipleColumnsOptions, ObjectType, RelationOptions, SelectQueryBuilder, DataSource, OnDeleteType, TreeType, ClosureTreeOptions, DeferrableType } from '../vendor/TypeDef.internal.4.js';
3
+ import { EntityOptions, IndexOptions } from '../vendor/TypeDef.internal.12.js';
4
4
  import 'fs';
5
5
  import 'dns';
6
6
  import 'net';
package/helper.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import './vendor/TypeDef.internal.2.js';
3
3
  import { PathLike } from 'fs';
4
- import { I as IConstructor } from './vendor/TypeDef.internal.9.js';
4
+ import { IConstructor } from './vendor/TypeDef.internal.9.js';
5
5
  import { PathLike as PathLike$1, Dirent, Stats } from 'node:fs';
6
6
  import { ReadableOptions, Readable } from 'node:stream';
7
7
  import { win32, posix } from 'node:path';
package/lakutata.d.ts CHANGED
@@ -1,15 +1,15 @@
1
1
  import './vendor/TypeDef.internal.2.js';
2
- import { E as Exception } from './vendor/TypeDef.internal.7.js';
3
- export { D as DTO, J as JSONSchema } from './vendor/TypeDef.internal.5.js';
4
- export { T as Time } from './vendor/TypeDef.internal.1.js';
5
- import { b as ModuleOptions$1, c as ModuleConfigLoader, d as LoadObjectOptions, B as BaseObject, e as ConstructorOptions, f as event, g as ListenerFn, E as EventAndListener, M as Module, P as Provider } from './vendor/TypeDef.internal.3.js';
6
- export { C as Component, a as Container, I as IBaseObjectConstructor, h as LoadAnonymousObjectOptions, i as LoadNamedObjectOptions, j as ModuleLoadObjectsOptions, O as OverridableNamedObjectOptions, k as OverridableObjectOptions } from './vendor/TypeDef.internal.3.js';
2
+ import { Exception } from './vendor/TypeDef.internal.7.js';
3
+ export { DTO, JSONSchema } from './vendor/TypeDef.internal.5.js';
4
+ export { Time } from './vendor/TypeDef.internal.1.js';
5
+ import { ModuleOptions as ModuleOptions$1, ModuleConfigLoader, LoadObjectOptions, BaseObject, ConstructorOptions, event, ListenerFn, EventAndListener, Module, Provider } from './vendor/TypeDef.internal.3.js';
6
+ export { Component, Container, IBaseObjectConstructor, LoadAnonymousObjectOptions, LoadNamedObjectOptions, ModuleLoadObjectsOptions, OverridableNamedObjectOptions, OverridableObjectOptions } from './vendor/TypeDef.internal.3.js';
7
7
  import { Logger } from './com/logger.js';
8
- export { A as ActionPattern, I as IPatRun } from './vendor/TypeDef.internal.10.js';
9
- export { C as ClassDecorator, P as PropertyDecorator } from './vendor/TypeDef.internal.11.js';
10
- export { M as MethodDecorator } from './vendor/TypeDef.internal.8.js';
11
- export { B as BaseComponentOptions, a as ComponentOptions, C as ComponentOptionsBuilder } from './vendor/TypeDef.internal.6.js';
12
- export { I as IConstructor } from './vendor/TypeDef.internal.9.js';
8
+ export { ActionPattern, IPatRun } from './vendor/TypeDef.internal.10.js';
9
+ export { ClassDecorator, PropertyDecorator } from './vendor/TypeDef.internal.11.js';
10
+ export { MethodDecorator } from './vendor/TypeDef.internal.8.js';
11
+ export { BaseComponentOptions, ComponentOptions, ComponentOptionsBuilder } from './vendor/TypeDef.internal.6.js';
12
+ export { IConstructor } from './vendor/TypeDef.internal.9.js';
13
13
 
14
14
  declare class ApplicationOptions extends ModuleOptions$1 {
15
15
  /**
package/orm.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import './vendor/TypeDef.internal.2.js';
2
- import { C as ColumnOptions, e as EntityTarget, z as RelationTypeInFunction, A as PropertyTypeFactory, v as OnDeleteType, B as OnUpdateType, y as DeferrableType, F as TableMetadataArgs, G as TreeMetadataArgs, H as IndexMetadataArgs, K as UniqueMetadataArgs, L as CheckMetadataArgs, X as ExclusionMetadataArgs, Y as ColumnMetadataArgs, Z as RelationMetadataArgs, _ as EntityListenerMetadataArgs, $ as RelationCountMetadataArgs, a0 as RelationIdMetadataArgs, a1 as EmbeddedMetadataArgs, a as DataSource, D as DataSourceOptions, E as EntityManager, a2 as MongoEntityManager, a3 as SqljsEntityManager, O as ObjectLiteral, R as Repository, T as TreeRepository, t as ObjectType, f as MongoRepository, S as SelectQueryBuilder, a4 as ColumnMetadata, a5 as RelationMetadata, d as EntityMetadata, b as Driver, q as ColumnType, a6 as DatabaseType, M as Migration, a7 as FindOperator, a8 as EqualOperator, a9 as FindOneOptions, aa as FindManyOptions, ab as FindTreeOptions, ac as Logger, ad as LoggerOptions, g as QueryRunner, ae as LogLevel, af as LogMessageType, ag as LogMessage, ah as PrepareLogMessagesOptions, ai as FileLoggerOptions, aj as SaveOptions, ak as RemoveOptions, al as DeepPartial, am as QueryDeepPartialEntity, an as InsertResult, ao as ObjectId, ap as FindOptionsWhere, aq as UpdateResult, ar as UpsertOptions, as as DeleteResult, at as PickKeysByType, N as NamingStrategyInterface, au as Table, av as SchemaBuilder, aw as SqlInMemory, ax as TableColumnOptions, ay as InsertQueryBuilder, az as DeleteQueryBuilder, aA as UpdateQueryBuilder, aB as SoftDeleteQueryBuilder, aC as RelationQueryBuilder, aD as Brackets, aE as NotBrackets, j as EntitySchema, aF as Query, aG as TableCheck, aH as TableColumn, aI as TableExclusion, aJ as TableForeignKey, aK as TableIndex, aL as TableUnique, aM as View } from './vendor/TypeDef.internal.4.js';
3
- export { c2 as AbstractCursor, c3 as AbstractCursorEvents, c4 as AbstractCursorOptions, c5 as AcceptedFields, c6 as AddToSetOperators, c7 as AddUserOptions, c8 as Admin, c9 as AggregateOptions, ca as AggregationCursor, cb as AggregationCursorOptions, cc as AlternativeType, cd as AnyBulkWriteOperation, ce as AnyError, cf as ArrayElement, cg as ArrayOperator, b5 as AuroraMysqlConnectionCredentialsOptions, b4 as AuroraMysqlConnectionOptions, b6 as AuroraPostgresConnectionOptions, ch as Auth, ci as AuthMechanism, cj as AuthMechanismProperties, ck as AutoEncrypter, cl as AutoEncryptionLoggerLevel, cm as AutoEncryptionOptions, cn as AutoEncryptionTlsOptions, h8 as BSON, bP as BSONRegExp, cr as BSONSerializeOptions, bQ as BSONSymbol, bR as BSONType, cs as BSONTypeAlias, co as Batch, cp as BatchType, b8 as BetterSqlite3ConnectionOptions, bO as Binary, cq as BitwiseFilter, ct as BulkOperationBase, cu as BulkWriteOperationError, cv as BulkWriteOptions, cw as BulkWriteResult, dD as CURSOR_FLAGS, cx as Callback, cy as CancellationToken, b9 as CapacitorConnectionOptions, cz as ChangeStream, cA as ChangeStreamCollModDocument, cB as ChangeStreamCreateDocument, cC as ChangeStreamCreateIndexDocument, cD as ChangeStreamDeleteDocument, cE as ChangeStreamDocument, cF as ChangeStreamDocumentCollectionUUID, cG as ChangeStreamDocumentCommon, cH as ChangeStreamDocumentKey, cI as ChangeStreamDocumentOperationDescription, cJ as ChangeStreamDropDatabaseDocument, cK as ChangeStreamDropDocument, cL as ChangeStreamDropIndexDocument, cM as ChangeStreamEvents, cN as ChangeStreamInsertDocument, cO as ChangeStreamInvalidateDocument, cP as ChangeStreamNameSpace, cQ as ChangeStreamOptions, cR as ChangeStreamRefineCollectionShardKeyDocument, cS as ChangeStreamRenameDocument, cT as ChangeStreamReplaceDocument, cU as ChangeStreamReshardCollectionDocument, cV as ChangeStreamShardCollectionDocument, cW as ChangeStreamUpdateDocument, cX as ClientMetadata, cY as ClientMetadataOptions, cZ as ClientSession, c_ as ClientSessionEvents, c$ as ClientSessionOptions, d0 as CloseOptions, d2 as ClusterTime, d1 as ClusteredCollectionOptions, aT as CockroachConnectionCredentialsOptions, aS as CockroachConnectionOptions, bS as Code, d7 as CollStats, d8 as CollStatsOptions, d3 as CollationOptions, d4 as Collection, d5 as CollectionInfo, d6 as CollectionOptions, d9 as CommandFailedEvent, da as CommandOperationOptions, db as CommandStartedEvent, dc as CommandSucceededEvent, dd as CommonEvents, de as Compressor, df as CompressorName, dg as Condition, dy as ConnectOptions, dj as ConnectionCheckOutFailedEvent, dk as ConnectionCheckOutStartedEvent, dh as ConnectionCheckedInEvent, di as ConnectionCheckedOutEvent, dl as ConnectionClosedEvent, dm as ConnectionCreatedEvent, dn as ConnectionEvents, dp as ConnectionOptions, dq as ConnectionPoolClearedEvent, dr as ConnectionPoolClosedEvent, ds as ConnectionPoolCreatedEvent, dt as ConnectionPoolEvents, du as ConnectionPoolMonitoringEvent, dv as ConnectionPoolOptions, dw as ConnectionPoolReadyEvent, dx as ConnectionReadyEvent, a$ as CordovaConnectionOptions, dz as CountDocumentsOptions, dA as CountOptions, dB as CreateCollectionOptions, dC as CreateIndexesOptions, dE as CursorFlag, dF as CursorStreamOptions, bT as DBRef, dG as Db, dH as DbOptions, dI as DbStatsOptions, bU as Decimal128, dJ as DeleteManyModel, dK as DeleteOneModel, dL as DeleteOptions, dM as DeleteStatement, dN as DistinctOptions, bW as Document, bX as Double, dO as DriverInfo, dP as DropCollectionOptions, dQ as DropDatabaseOptions, dR as DropIndexesOptions, dS as EndSessionOptions, dT as EnhancedOmit, br as EntitySchemaColumnOptions, be as EntitySchemaEmbeddedColumnOptions, bs as EntitySchemaIndexOptions, bf as EntitySchemaOptions, bt as EntitySchemaRelationOptions, c as EntitySubscriberInterface, dU as ErrorDescription, dV as EstimatedDocumentCountOptions, dW as EvalOptions, dX as EventEmitterWithState, dY as EventsDescription, dZ as ExplainOptions, d_ as ExplainVerbosity, d$ as ExplainVerbosityLike, b7 as ExpoConnectionOptions, hj as Feature, hk as FeatureCollection, e0 as Filter, e1 as FilterOperations, e2 as FilterOperators, e3 as FindCursor, e4 as FindOneAndDeleteOptions, e5 as FindOneAndReplaceOptions, e6 as FindOneAndUpdateOptions, bu as FindOperatorType, e7 as FindOperators, e8 as FindOptions, bw as FindOptionsOrder, bv as FindOptionsOrderProperty, bx as FindOptionsOrderValue, bA as FindOptionsRelationByString, bz as FindOptionsRelations, by as FindOptionsRelationsProperty, bC as FindOptionsSelect, bD as FindOptionsSelectByString, bB as FindOptionsSelectProperty, bE as FindOptionsWhereProperty, e9 as Flatten, el as GSSAPICanonicalizationValue, ea as GenericListener, hl as GeoJSON, hi as Geography, hh as Geometry, hg as GeometryCollection, eb as GridFSBucket, ec as GridFSBucketEvents, ed as GridFSBucketOptions, ee as GridFSBucketReadStream, ef as GridFSBucketReadStreamOptions, eg as GridFSBucketReadStreamOptionsWithRevision, eh as GridFSBucketWriteStream, ei as GridFSBucketWriteStreamOptions, ej as GridFSChunk, ek as GridFSFile, em as HedgeOptions, en as Hint, eo as HostAddress, ep as IndexDescription, eq as IndexDirection, er as IndexInformationOptions, es as IndexSpecification, et as InferIdType, bi as InsertEvent, eu as InsertManyResult, ev as InsertOneModel, ew as InsertOneOptions, ex as InsertOneResult, bY as Int32, ey as IntegerType, ez as IsAny, I as IsolationLevel, eA as Join, J as JoinColumnOptions, bF as JoinOptions, r as JoinTableOptions, eB as KeysOfAType, eC as KeysOfOtherType, eD as LEGAL_TCP_SOCKET_OPTIONS, eE as LEGAL_TLS_SOCKET_OPTIONS, hb as LineString, eF as ListCollectionsCursor, eG as ListCollectionsOptions, eH as ListDatabasesOptions, eI as ListDatabasesResult, eJ as ListIndexesCursor, eK as ListIndexesOptions, bj as LoadEvent, bG as LogMessageFormat, bZ as Long, eN as MONGO_CLIENT_EVENTS, eL as MatchKeysAndValues, b_ as MaxKey, bh as MigrationInterface, b$ as MinKey, i as MixedList, eM as ModifyResult, eO as MongoAPIError, eP as MongoAWSError, eQ as MongoBatchReExecutionError, eR as MongoBulkWriteError, eS as MongoChangeStreamError, eT as MongoClient, eU as MongoClientEvents, eV as MongoClientOptions, eW as MongoCompatibilityError, b3 as MongoConnectionOptions, eX as MongoCredentials, eY as MongoCredentialsOptions, eZ as MongoCursorExhaustedError, e_ as MongoCursorInUseError, e$ as MongoDBNamespace, f0 as MongoDecompressionError, f1 as MongoDriverError, f2 as MongoError, f3 as MongoErrorLabel, f4 as MongoExpiredSessionError, f5 as MongoGridFSChunkError, f6 as MongoGridFSStreamError, f7 as MongoInvalidArgumentError, f8 as MongoKerberosError, f9 as MongoMissingCredentialsError, fa as MongoMissingDependencyError, fb as MongoNetworkError, fc as MongoNetworkErrorOptions, fd as MongoNetworkTimeoutError, fe as MongoNotConnectedError, ff as MongoOptions, fg as MongoParseError, fh as MongoRuntimeError, fi as MongoServerClosedError, fj as MongoServerError, fk as MongoServerSelectionError, fl as MongoSystemError, fm as MongoTailableCursorError, fn as MongoTopologyClosedError, fo as MongoTransactionError, fp as MongoUnexpectedServerResponseError, fq as MongoWriteConcernError, fr as MonitorEvents, fs as MonitorOptions, he as MultiLineString, hd as MultiPoint, hf as MultiPolygon, aP as MysqlConnectionCredentialsOptions, aO as MysqlConnectionOptions, b0 as NativescriptConnectionOptions, ft as NestedPaths, fu as NestedPathsOfType, fv as NonObjectIdLikeDocument, fw as NotAcceptedFields, fx as NumericType, fy as OIDCMechanismServerStep1, fz as OIDCRefreshFunction, fA as OIDCRequestFunction, fB as OIDCRequestTokenResult, fC as OneOrMore, fD as OnlyFieldsOfType, fE as OperationOptions, fF as OperationTime, fG as OptionalId, fH as OptionalUnlessRequiredId, a_ as OracleConnectionCredentialsOptions, aZ as OracleConnectionOptions, k as OrderByCondition, fI as OrderedBulkOperation, fJ as PkFactory, ha as Point, hc as Polygon, h9 as Position, aR as PostgresConnectionCredentialsOptions, aQ as PostgresConnectionOptions, fK as ProfilingLevel, fL as ProfilingLevelOptions, fM as PropertyType, fN as ProxyOptions, fO as PullAllOperator, fP as PullOperator, fQ as PushOperator, bc as QueryBuilder, bd as QueryResult, Q as QueryResultCache, aN as QueryResultCacheOptions, b1 as ReactNativeConnectionOptions, fR as ReadConcern, fS as ReadConcernLevel, fT as ReadConcernLike, fU as ReadPreference, fV as ReadPreferenceFromOptions, fW as ReadPreferenceLike, fX as ReadPreferenceLikeOptions, fY as ReadPreferenceMode, fZ as ReadPreferenceOptions, bn as RecoverEvent, f_ as RegExpOrString, u as RelationOptions, bl as RemoveEvent, f$ as RemoveUserOptions, g0 as RenameOptions, g1 as ReplaceOneModel, g2 as ReplaceOptions, h as ReplicationMode, g3 as ResumeOptions, g4 as ResumeToken, g5 as ReturnDocument, g6 as RoleSpecification, g7 as RootFilterOperators, g8 as RunCommandOptions, aY as SapConnectionCredentialsOptions, aX as SapConnectionOptions, g9 as SchemaMember, ga as SelectServerOptions, gb as ServerApi, gc as ServerApiVersion, gd as ServerCapabilities, ge as ServerClosedEvent, gf as ServerDescription, gg as ServerDescriptionChangedEvent, gh as ServerEvents, gi as ServerHeartbeatFailedEvent, gj as ServerHeartbeatStartedEvent, gk as ServerHeartbeatSucceededEvent, gl as ServerOpeningEvent, gm as ServerSession, gn as ServerSessionId, go as ServerType, gp as SetFields, gq as SetProfilingLevelOptions, bm as SoftRemoveEvent, gr as Sort, gs as SortDirection, bb as SpannerConnectionCredentialsOptions, ba as SpannerConnectionOptions, aW as SqlServerConnectionCredentialsOptions, aV as SqlServerConnectionOptions, aU as SqliteConnectionOptions, b2 as SqljsConnectionOptions, gt as Stream, gu as StreamDescription, gv as StreamDescriptionOptions, gw as StrictFilter, gx as StrictMatchKeysAndValues, gy as StrictUpdateFilter, gz as SupportedNodeConnectionOptions, gA as SupportedSocketOptions, gB as SupportedTLSConnectionOptions, gC as SupportedTLSSocketOptions, bH as TableCheckOptions, bI as TableExclusionOptions, bJ as TableForeignKeyOptions, bK as TableIndexOptions, bL as TableOptions, bM as TableUniqueOptions, gD as TagSet, gE as TimeSeriesCollectionOptions, c1 as Timestamp, gF as TopologyClosedEvent, gG as TopologyDescription, gH as TopologyDescriptionChangedEvent, gI as TopologyDescriptionOptions, gJ as TopologyEvents, gK as TopologyOpeningEvent, gL as TopologyType, gM as TopologyVersion, gN as Transaction, bo as TransactionCommitEvent, gO as TransactionOptions, bp as TransactionRollbackEvent, bq as TransactionStartEvent, gP as TypedEventEmitter, gQ as UnorderedBulkOperation, gR as UpdateDescription, bk as UpdateEvent, gS as UpdateFilter, gT as UpdateManyModel, gU as UpdateOneModel, gV as UpdateOptions, gW as UpdateStatement, gX as ValidateCollectionOptions, V as ValueTransformer, bN as ViewOptions, gY as W, bg as WhereExpressionBuilder, gZ as WiredTigerData, g_ as WithId, h0 as WithSessionCallback, h1 as WithTransactionCallback, g$ as WithoutId, h2 as WriteConcern, h3 as WriteConcernError, h4 as WriteConcernErrorData, h5 as WriteConcernOptions, h6 as WriteConcernSettings, h7 as WriteError, bV as deserialize, c0 as serialize } from './vendor/TypeDef.internal.4.js';
4
- export { E as EntityOptions, I as IndexOptions } from './vendor/TypeDef.internal.12.js';
2
+ import { ColumnOptions, EntityTarget, RelationTypeInFunction, PropertyTypeFactory, OnDeleteType, OnUpdateType, DeferrableType, TableMetadataArgs, TreeMetadataArgs, IndexMetadataArgs, UniqueMetadataArgs, CheckMetadataArgs, ExclusionMetadataArgs, ColumnMetadataArgs, RelationMetadataArgs, EntityListenerMetadataArgs, RelationCountMetadataArgs, RelationIdMetadataArgs, EmbeddedMetadataArgs, DataSource, DataSourceOptions, EntityManager, MongoEntityManager, SqljsEntityManager, ObjectLiteral, Repository, TreeRepository, ObjectType, MongoRepository, SelectQueryBuilder, ColumnMetadata, RelationMetadata, EntityMetadata, Driver, ColumnType, DatabaseType, Migration, FindOperator, EqualOperator, FindOneOptions, FindManyOptions, FindTreeOptions, Logger, LoggerOptions, QueryRunner, LogLevel, LogMessageType, LogMessage, PrepareLogMessagesOptions, FileLoggerOptions, SaveOptions, RemoveOptions, DeepPartial, QueryDeepPartialEntity, InsertResult, ObjectId, FindOptionsWhere, UpdateResult, UpsertOptions, DeleteResult, PickKeysByType, NamingStrategyInterface, Table, SchemaBuilder, SqlInMemory, TableColumnOptions, InsertQueryBuilder, DeleteQueryBuilder, UpdateQueryBuilder, SoftDeleteQueryBuilder, RelationQueryBuilder, Brackets, NotBrackets, EntitySchema, Query, TableCheck, TableColumn, TableExclusion, TableForeignKey, TableIndex, TableUnique, View } from './vendor/TypeDef.internal.4.js';
3
+ export { AbstractCursor, AbstractCursorEvents, AbstractCursorOptions, AcceptedFields, AddToSetOperators, AddUserOptions, Admin, AggregateOptions, AggregationCursor, AggregationCursorOptions, AlternativeType, AnyBulkWriteOperation, AnyError, ArrayElement, ArrayOperator, AuroraMysqlConnectionCredentialsOptions, AuroraMysqlConnectionOptions, AuroraPostgresConnectionOptions, Auth, AuthMechanism, AuthMechanismProperties, AutoEncrypter, AutoEncryptionLoggerLevel, AutoEncryptionOptions, AutoEncryptionTlsOptions, bson_typings_d as BSON, BSONRegExp, BSONSerializeOptions, BSONSymbol, BSONType, BSONTypeAlias, Batch, BatchType, BetterSqlite3ConnectionOptions, Binary, BitwiseFilter, BulkOperationBase, BulkWriteOperationError, BulkWriteOptions, BulkWriteResult, CURSOR_FLAGS, Callback, CancellationToken, CapacitorConnectionOptions, ChangeStream, ChangeStreamCollModDocument, ChangeStreamCreateDocument, ChangeStreamCreateIndexDocument, ChangeStreamDeleteDocument, ChangeStreamDocument, ChangeStreamDocumentCollectionUUID, ChangeStreamDocumentCommon, ChangeStreamDocumentKey, ChangeStreamDocumentOperationDescription, ChangeStreamDropDatabaseDocument, ChangeStreamDropDocument, ChangeStreamDropIndexDocument, ChangeStreamEvents, ChangeStreamInsertDocument, ChangeStreamInvalidateDocument, ChangeStreamNameSpace, ChangeStreamOptions, ChangeStreamRefineCollectionShardKeyDocument, ChangeStreamRenameDocument, ChangeStreamReplaceDocument, ChangeStreamReshardCollectionDocument, ChangeStreamShardCollectionDocument, ChangeStreamUpdateDocument, ClientMetadata, ClientMetadataOptions, ClientSession, ClientSessionEvents, ClientSessionOptions, CloseOptions, ClusterTime, ClusteredCollectionOptions, CockroachConnectionCredentialsOptions, CockroachConnectionOptions, Code, CollStats, CollStatsOptions, CollationOptions, Collection, CollectionInfo, CollectionOptions, CommandFailedEvent, CommandOperationOptions, CommandStartedEvent, CommandSucceededEvent, CommonEvents, Compressor, CompressorName, Condition, ConnectOptions, ConnectionCheckOutFailedEvent, ConnectionCheckOutStartedEvent, ConnectionCheckedInEvent, ConnectionCheckedOutEvent, ConnectionClosedEvent, ConnectionCreatedEvent, ConnectionEvents, ConnectionOptions, ConnectionPoolClearedEvent, ConnectionPoolClosedEvent, ConnectionPoolCreatedEvent, ConnectionPoolEvents, ConnectionPoolMonitoringEvent, ConnectionPoolOptions, ConnectionPoolReadyEvent, ConnectionReadyEvent, CordovaConnectionOptions, CountDocumentsOptions, CountOptions, CreateCollectionOptions, CreateIndexesOptions, CursorFlag, CursorStreamOptions, DBRef, Db, DbOptions, DbStatsOptions, Decimal128, DeleteManyModel, DeleteOneModel, DeleteOptions, DeleteStatement, DistinctOptions, Document, Double, DriverInfo, DropCollectionOptions, DropDatabaseOptions, DropIndexesOptions, EndSessionOptions, EnhancedOmit, EntitySchemaColumnOptions, EntitySchemaEmbeddedColumnOptions, EntitySchemaIndexOptions, EntitySchemaOptions, EntitySchemaRelationOptions, EntitySubscriberInterface, ErrorDescription, EstimatedDocumentCountOptions, EvalOptions, EventEmitterWithState, EventsDescription, ExplainOptions, ExplainVerbosity, ExplainVerbosityLike, ExpoConnectionOptions, Feature, FeatureCollection, Filter, FilterOperations, FilterOperators, FindCursor, FindOneAndDeleteOptions, FindOneAndReplaceOptions, FindOneAndUpdateOptions, FindOperatorType, FindOperators, FindOptions, FindOptionsOrder, FindOptionsOrderProperty, FindOptionsOrderValue, FindOptionsRelationByString, FindOptionsRelations, FindOptionsRelationsProperty, FindOptionsSelect, FindOptionsSelectByString, FindOptionsSelectProperty, FindOptionsWhereProperty, Flatten, GSSAPICanonicalizationValue, GenericListener, GeoJSON, Geography, Geometry, GeometryCollection, GridFSBucket, GridFSBucketEvents, GridFSBucketOptions, GridFSBucketReadStream, GridFSBucketReadStreamOptions, GridFSBucketReadStreamOptionsWithRevision, GridFSBucketWriteStream, GridFSBucketWriteStreamOptions, GridFSChunk, GridFSFile, HedgeOptions, Hint, HostAddress, IndexDescription, IndexDirection, IndexInformationOptions, IndexSpecification, InferIdType, InsertEvent, InsertManyResult, InsertOneModel, InsertOneOptions, InsertOneResult, Int32, IntegerType, IsAny, IsolationLevel, Join, JoinColumnOptions, JoinOptions, JoinTableOptions, KeysOfAType, KeysOfOtherType, LEGAL_TCP_SOCKET_OPTIONS, LEGAL_TLS_SOCKET_OPTIONS, LineString, ListCollectionsCursor, ListCollectionsOptions, ListDatabasesOptions, ListDatabasesResult, ListIndexesCursor, ListIndexesOptions, LoadEvent, LogMessageFormat, Long, MONGO_CLIENT_EVENTS, MatchKeysAndValues, MaxKey, MigrationInterface, MinKey, MixedList, ModifyResult, MongoAPIError, MongoAWSError, MongoBatchReExecutionError, MongoBulkWriteError, MongoChangeStreamError, MongoClient, MongoClientEvents, MongoClientOptions, MongoCompatibilityError, MongoConnectionOptions, MongoCredentials, MongoCredentialsOptions, MongoCursorExhaustedError, MongoCursorInUseError, MongoDBNamespace, MongoDecompressionError, MongoDriverError, MongoError, MongoErrorLabel, MongoExpiredSessionError, MongoGridFSChunkError, MongoGridFSStreamError, MongoInvalidArgumentError, MongoKerberosError, MongoMissingCredentialsError, MongoMissingDependencyError, MongoNetworkError, MongoNetworkErrorOptions, MongoNetworkTimeoutError, MongoNotConnectedError, MongoOptions, MongoParseError, MongoRuntimeError, MongoServerClosedError, MongoServerError, MongoServerSelectionError, MongoSystemError, MongoTailableCursorError, MongoTopologyClosedError, MongoTransactionError, MongoUnexpectedServerResponseError, MongoWriteConcernError, MonitorEvents, MonitorOptions, MultiLineString, MultiPoint, MultiPolygon, MysqlConnectionCredentialsOptions, MysqlConnectionOptions, NativescriptConnectionOptions, NestedPaths, NestedPathsOfType, NonObjectIdLikeDocument, NotAcceptedFields, NumericType, OIDCMechanismServerStep1, OIDCRefreshFunction, OIDCRequestFunction, OIDCRequestTokenResult, OneOrMore, OnlyFieldsOfType, OperationOptions, OperationTime, OptionalId, OptionalUnlessRequiredId, OracleConnectionCredentialsOptions, OracleConnectionOptions, OrderByCondition, OrderedBulkOperation, PkFactory, Point, Polygon, Position, PostgresConnectionCredentialsOptions, PostgresConnectionOptions, ProfilingLevel, ProfilingLevelOptions, PropertyType, ProxyOptions, PullAllOperator, PullOperator, PushOperator, QueryBuilder, QueryResult, QueryResultCache, QueryResultCacheOptions, ReactNativeConnectionOptions, ReadConcern, ReadConcernLevel, ReadConcernLike, ReadPreference, ReadPreferenceFromOptions, ReadPreferenceLike, ReadPreferenceLikeOptions, ReadPreferenceMode, ReadPreferenceOptions, RecoverEvent, RegExpOrString, RelationOptions, RemoveEvent, RemoveUserOptions, RenameOptions, ReplaceOneModel, ReplaceOptions, ReplicationMode, ResumeOptions, ResumeToken, ReturnDocument, RoleSpecification, RootFilterOperators, RunCommandOptions, SapConnectionCredentialsOptions, SapConnectionOptions, SchemaMember, SelectServerOptions, ServerApi, ServerApiVersion, ServerCapabilities, ServerClosedEvent, ServerDescription, ServerDescriptionChangedEvent, ServerEvents, ServerHeartbeatFailedEvent, ServerHeartbeatStartedEvent, ServerHeartbeatSucceededEvent, ServerOpeningEvent, ServerSession, ServerSessionId, ServerType, SetFields, SetProfilingLevelOptions, SoftRemoveEvent, Sort, SortDirection, SpannerConnectionCredentialsOptions, SpannerConnectionOptions, SqlServerConnectionCredentialsOptions, SqlServerConnectionOptions, SqliteConnectionOptions, SqljsConnectionOptions, Stream, StreamDescription, StreamDescriptionOptions, StrictFilter, StrictMatchKeysAndValues, StrictUpdateFilter, SupportedNodeConnectionOptions, SupportedSocketOptions, SupportedTLSConnectionOptions, SupportedTLSSocketOptions, TableCheckOptions, TableExclusionOptions, TableForeignKeyOptions, TableIndexOptions, TableOptions, TableUniqueOptions, TagSet, TimeSeriesCollectionOptions, Timestamp, TopologyClosedEvent, TopologyDescription, TopologyDescriptionChangedEvent, TopologyDescriptionOptions, TopologyEvents, TopologyOpeningEvent, TopologyType, TopologyVersion, Transaction, TransactionCommitEvent, TransactionOptions, TransactionRollbackEvent, TransactionStartEvent, TypedEventEmitter, UnorderedBulkOperation, UpdateDescription, UpdateEvent, UpdateFilter, UpdateManyModel, UpdateOneModel, UpdateOptions, UpdateStatement, ValidateCollectionOptions, ValueTransformer, ViewOptions, W, WhereExpressionBuilder, WiredTigerData, WithId, WithSessionCallback, WithTransactionCallback, WithoutId, WriteConcern, WriteConcernError, WriteConcernErrorData, WriteConcernOptions, WriteConcernSettings, WriteError, deserialize, serialize } from './vendor/TypeDef.internal.4.js';
4
+ export { EntityOptions, IndexOptions } from './vendor/TypeDef.internal.12.js';
5
5
  import 'fs';
6
6
  import 'dns';
7
7
  import 'net';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "2.0.60",
3
+ "version": "2.0.62",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "exports": {
6
6
  ".": {
@@ -1,6 +1,6 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { D as DataSourceOptions, i as MixedList, j as EntitySchema, a as DataSource, b as Driver, E as EntityManager, N as NamingStrategyInterface, c as EntitySubscriberInterface, d as EntityMetadata, e as EntityTarget, Q as QueryResultCache, M as Migration, O as ObjectLiteral, R as Repository, T as TreeRepository, f as MongoRepository, I as IsolationLevel, g as QueryRunner, S as SelectQueryBuilder, h as ReplicationMode } from '../vendor/TypeDef.internal.4.js';
3
- import { P as Provider } from '../vendor/TypeDef.internal.3.js';
2
+ import { DataSourceOptions, MixedList, EntitySchema, DataSource, Driver, EntityManager, NamingStrategyInterface, EntitySubscriberInterface, EntityMetadata, EntityTarget, QueryResultCache, Migration, ObjectLiteral, Repository, TreeRepository, MongoRepository, IsolationLevel, QueryRunner, SelectQueryBuilder, ReplicationMode } from '../vendor/TypeDef.internal.4.js';
3
+ import { Provider } from '../vendor/TypeDef.internal.3.js';
4
4
  import 'fs';
5
5
  import 'dns';
6
6
  import 'net';
@@ -1,5 +1,5 @@
1
1
  import '../vendor/TypeDef.internal.2.js';
2
- import { P as Provider } from '../vendor/TypeDef.internal.3.js';
2
+ import { Provider } from '../vendor/TypeDef.internal.3.js';
3
3
  import '../vendor/TypeDef.internal.5.js';
4
4
 
5
5
  declare class PasswordHash extends Provider {
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  var e = function(t, r) {
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  var e = function(t, r) {
4
2
  e = Object.setPrototypeOf || {
5
3
  __proto__: []
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("util");
@@ -1,3 +1 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "util";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("url");
@@ -1,3 +1 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "url";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  const e = require("./Package.5.cjs");
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import { g as a } from "./Package.5.mjs";
4
2
 
5
3
  import { r } from "./Package.122.mjs";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  const e = require("./Package.5.cjs");
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import { g as e, c as t, a as n } from "./Package.5.mjs";
4
2
 
5
3
  import { r } from "./Package.13.mjs";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  const e = require("./Package.5.cjs");
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import { a } from "./Package.5.mjs";
4
2
 
5
3
  import { t as m } from "./Package.1.mjs";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("./Package.5.cjs");
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "./Package.5.mjs";
4
2
 
5
3
  import "./Package.14.mjs";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("buffer");
@@ -1,3 +1 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "buffer";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("crypto");
@@ -1,3 +1 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "crypto";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  function r(r) {
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  function r(r) {
4
2
  var t;
5
3
  var n;
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  const e = require("./Package.1.cjs");
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import { _ as e, a as t } from "./Package.1.mjs";
4
2
 
5
3
  import { Component as n } from "../src/lib/core/Component.mjs";
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  "use strict";
4
2
 
5
3
  require("assert");
@@ -1,3 +1 @@
1
- // @ts-nocheck
2
- // This file is for internal use only and should not be indexed by IDEs.
3
1
  import "assert";