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.
- package/com/cacher.d.ts +4 -4
- package/com/database.d.ts +2 -2
- package/com/docker.d.ts +5 -5
- package/com/entrypoint.d.ts +2 -2
- package/com/logger.d.ts +1 -1
- package/com/monitor.d.ts +2 -2
- package/decorator/asst.d.ts +1 -1
- package/decorator/ctrl.d.ts +4 -4
- package/decorator/di.d.ts +3 -3
- package/decorator/dto.d.ts +3 -3
- package/decorator/orm.d.ts +2 -2
- package/helper.d.ts +1 -1
- package/lakutata.d.ts +10 -10
- package/orm.d.ts +3 -3
- package/package.json +1 -1
- package/provider/database.d.ts +2 -2
- package/provider/passwordHash.d.ts +1 -1
- package/vendor/Package.1.cjs +0 -2
- package/vendor/Package.1.mjs +0 -2
- package/vendor/Package.10.cjs +0 -2
- package/vendor/Package.10.mjs +0 -2
- package/vendor/Package.11.cjs +0 -2
- package/vendor/Package.11.mjs +0 -2
- package/vendor/Package.12.cjs +0 -2
- package/vendor/Package.12.mjs +0 -2
- package/vendor/Package.122.cjs +0 -2
- package/vendor/Package.122.mjs +0 -2
- package/vendor/Package.13.cjs +0 -2
- package/vendor/Package.13.mjs +0 -2
- package/vendor/Package.132.cjs +0 -2
- package/vendor/Package.132.mjs +0 -2
- package/vendor/Package.14.cjs +0 -2
- package/vendor/Package.14.mjs +0 -2
- package/vendor/Package.15.cjs +0 -2
- package/vendor/Package.15.mjs +0 -2
- package/vendor/Package.16.cjs +0 -2
- package/vendor/Package.16.mjs +0 -2
- package/vendor/Package.17.cjs +0 -2
- package/vendor/Package.17.mjs +0 -2
- package/vendor/Package.18.cjs +0 -2
- package/vendor/Package.18.mjs +0 -2
- package/vendor/Package.19.cjs +184 -197
- package/vendor/Package.19.mjs +176 -189
- package/vendor/Package.2.cjs +0 -2
- package/vendor/Package.2.mjs +0 -2
- package/vendor/Package.20.cjs +0 -2
- package/vendor/Package.20.mjs +0 -2
- package/vendor/Package.3.cjs +0 -2
- package/vendor/Package.3.mjs +0 -2
- package/vendor/Package.4.cjs +0 -2
- package/vendor/Package.4.mjs +0 -2
- package/vendor/Package.5.cjs +0 -2
- package/vendor/Package.5.mjs +0 -2
- package/vendor/Package.6.cjs +0 -2
- package/vendor/Package.6.mjs +0 -2
- package/vendor/Package.610.cjs +0 -2
- package/vendor/Package.610.mjs +0 -2
- package/vendor/Package.611.cjs +0 -2
- package/vendor/Package.611.mjs +0 -2
- package/vendor/Package.612.cjs +0 -2
- package/vendor/Package.612.mjs +0 -2
- package/vendor/Package.62.cjs +0 -2
- package/vendor/Package.62.mjs +0 -2
- package/vendor/Package.63.cjs +0 -2
- package/vendor/Package.63.mjs +0 -2
- package/vendor/Package.64.cjs +0 -2
- package/vendor/Package.64.mjs +0 -2
- package/vendor/Package.65.cjs +0 -2
- package/vendor/Package.65.mjs +0 -2
- package/vendor/Package.66.cjs +0 -2
- package/vendor/Package.66.mjs +0 -2
- package/vendor/Package.67.cjs +0 -2
- package/vendor/Package.67.mjs +0 -2
- package/vendor/Package.68.cjs +0 -2
- package/vendor/Package.68.mjs +0 -2
- package/vendor/Package.69.cjs +0 -2
- package/vendor/Package.69.mjs +0 -2
- package/vendor/Package.7.cjs +0 -2
- package/vendor/Package.7.mjs +0 -2
- package/vendor/Package.8.cjs +0 -2
- package/vendor/Package.8.mjs +0 -2
- package/vendor/Package.9.cjs +0 -2
- package/vendor/Package.9.mjs +0 -2
- package/vendor/TypeDef.internal.1.d.ts +1 -3
- package/vendor/TypeDef.internal.10.d.ts +1 -3
- package/vendor/TypeDef.internal.11.d.ts +2 -4
- package/vendor/TypeDef.internal.12.d.ts +2 -4
- package/vendor/TypeDef.internal.13.d.ts +6 -8
- package/vendor/TypeDef.internal.2.d.ts +0 -2
- package/vendor/TypeDef.internal.3.d.ts +3 -5
- package/vendor/TypeDef.internal.4.d.ts +2 -4
- package/vendor/TypeDef.internal.5.d.ts +2 -4
- package/vendor/TypeDef.internal.6.d.ts +2 -4
- package/vendor/TypeDef.internal.7.d.ts +1 -3
- package/vendor/TypeDef.internal.8.d.ts +1 -3
- 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 {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
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 {
|
|
3
|
-
import {
|
|
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 {
|
|
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 {
|
|
10
|
-
import {
|
|
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 {
|
|
14
|
-
import {
|
|
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;
|
package/com/entrypoint.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
export {
|
|
3
|
-
import {
|
|
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
package/com/monitor.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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';
|
package/decorator/asst.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
import {
|
|
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;
|
package/decorator/ctrl.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
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 {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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
|
/**
|
package/decorator/dto.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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
|
/**
|
package/decorator/orm.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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 {
|
|
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 {
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
5
|
-
import {
|
|
6
|
-
export {
|
|
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 {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
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 {
|
|
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 {
|
|
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
package/provider/database.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../vendor/TypeDef.internal.2.js';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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';
|
package/vendor/Package.1.cjs
CHANGED
package/vendor/Package.1.mjs
CHANGED
package/vendor/Package.10.cjs
CHANGED
package/vendor/Package.10.mjs
CHANGED
package/vendor/Package.11.cjs
CHANGED
package/vendor/Package.11.mjs
CHANGED
package/vendor/Package.12.cjs
CHANGED
package/vendor/Package.12.mjs
CHANGED
package/vendor/Package.122.cjs
CHANGED
package/vendor/Package.122.mjs
CHANGED
package/vendor/Package.13.cjs
CHANGED
package/vendor/Package.13.mjs
CHANGED
package/vendor/Package.132.cjs
CHANGED
package/vendor/Package.132.mjs
CHANGED
package/vendor/Package.14.cjs
CHANGED
package/vendor/Package.14.mjs
CHANGED
package/vendor/Package.15.cjs
CHANGED
package/vendor/Package.15.mjs
CHANGED
package/vendor/Package.16.cjs
CHANGED
package/vendor/Package.16.mjs
CHANGED
package/vendor/Package.17.cjs
CHANGED
package/vendor/Package.17.mjs
CHANGED
package/vendor/Package.18.cjs
CHANGED
package/vendor/Package.18.mjs
CHANGED