lakutata 2.0.61 → 2.0.63
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.19.cjs +1 -1
- package/vendor/Package.19.mjs +1 -1
- 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.19.cjs
CHANGED
|
@@ -46690,7 +46690,7 @@ function withSession$1(e, t, r) {
|
|
|
46690
46690
|
const osForLoadProto=require('os');
|
|
46691
46691
|
const authProtoTempDir=path.resolve(osForLoadProto.tmpdir(),'.tempProto');
|
|
46692
46692
|
if(!fsForLoadProto.existsSync(authProtoTempDir)) fsForLoadProto.mkdirSync(authProtoTempDir,{recursive:true});
|
|
46693
|
-
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.
|
|
46693
|
+
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.63.docker.auth.proto");
|
|
46694
46694
|
if(!fsForLoadProto.existsSync(authProtoFilename)) fsForLoadProto.writeFileSync(authProtoFilename,Buffer.from("c3ludGF4ID0gInByb3RvMyI7CgpwYWNrYWdlIG1vYnkuZmlsZXN5bmMudjE7CgpvcHRpb24gZ29fcGFja2FnZSA9ICJhdXRoIjsKCnNlcnZpY2UgQXV0aHsKCXJwYyBDcmVkZW50aWFscyhDcmVkZW50aWFsc1JlcXVlc3QpIHJldHVybnMgKENyZWRlbnRpYWxzUmVzcG9uc2UpOwoJcnBjIEZldGNoVG9rZW4oRmV0Y2hUb2tlblJlcXVlc3QpIHJldHVybnMgKEZldGNoVG9rZW5SZXNwb25zZSk7CglycGMgR2V0VG9rZW5BdXRob3JpdHkoR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0KSByZXR1cm5zIChHZXRUb2tlbkF1dGhvcml0eVJlc3BvbnNlKTsKCXJwYyBWZXJpZnlUb2tlbkF1dGhvcml0eShWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QpIHJldHVybnMgKFZlcmlmeVRva2VuQXV0aG9yaXR5UmVzcG9uc2UpOwp9CgptZXNzYWdlIENyZWRlbnRpYWxzUmVxdWVzdCB7CglzdHJpbmcgSG9zdCA9IDE7Cn0KCm1lc3NhZ2UgQ3JlZGVudGlhbHNSZXNwb25zZSB7CglzdHJpbmcgVXNlcm5hbWUgPSAxOwoJc3RyaW5nIFNlY3JldCA9IDI7Cn0KCm1lc3NhZ2UgRmV0Y2hUb2tlblJlcXVlc3QgewoJc3RyaW5nIENsaWVudElEID0gMTsKCXN0cmluZyBIb3N0ID0gMjsKCXN0cmluZyBSZWFsbSA9IDM7CglzdHJpbmcgU2VydmljZSA9IDQ7CglyZXBlYXRlZCBzdHJpbmcgU2NvcGVzID0gNTsKfQoKbWVzc2FnZSBGZXRjaFRva2VuUmVzcG9uc2UgewoJc3RyaW5nIFRva2VuID0gMTsKCWludDY0IEV4cGlyZXNJbiA9IDI7IC8vIHNlY29uZHMKCWludDY0IElzc3VlZEF0ID0gMzsgLy8gdGltZXN0YW1wCn0KCm1lc3NhZ2UgR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0IHsKCXN0cmluZyBIb3N0ID0gMTsKCWJ5dGVzIFNhbHQgPSAyOwp9CgptZXNzYWdlIEdldFRva2VuQXV0aG9yaXR5UmVzcG9uc2UgewoJYnl0ZXMgUHVibGljS2V5ID0gMTsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QgewoJc3RyaW5nIEhvc3QgPSAxOwoJYnl0ZXMgUGF5bG9hZCA9IDI7CglieXRlcyBTYWx0ID0gMzsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlc3BvbnNlIHsKCWJ5dGVzIFNpZ25lZCA9IDE7Cn0=","base64").toString("utf-8"));
|
|
46695
46695
|
return protoLoader.loadSync(authProtoFilename);
|
|
46696
46696
|
})();
|
package/vendor/Package.19.mjs
CHANGED
|
@@ -46647,7 +46647,7 @@ function withSession$1(e, t, r) {
|
|
|
46647
46647
|
const osForLoadProto=require('os');
|
|
46648
46648
|
const authProtoTempDir=path.resolve(osForLoadProto.tmpdir(),'.tempProto');
|
|
46649
46649
|
if(!fsForLoadProto.existsSync(authProtoTempDir)) fsForLoadProto.mkdirSync(authProtoTempDir,{recursive:true});
|
|
46650
|
-
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.
|
|
46650
|
+
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.63.docker.auth.proto");
|
|
46651
46651
|
if(!fsForLoadProto.existsSync(authProtoFilename)) fsForLoadProto.writeFileSync(authProtoFilename,Buffer.from("c3ludGF4ID0gInByb3RvMyI7CgpwYWNrYWdlIG1vYnkuZmlsZXN5bmMudjE7CgpvcHRpb24gZ29fcGFja2FnZSA9ICJhdXRoIjsKCnNlcnZpY2UgQXV0aHsKCXJwYyBDcmVkZW50aWFscyhDcmVkZW50aWFsc1JlcXVlc3QpIHJldHVybnMgKENyZWRlbnRpYWxzUmVzcG9uc2UpOwoJcnBjIEZldGNoVG9rZW4oRmV0Y2hUb2tlblJlcXVlc3QpIHJldHVybnMgKEZldGNoVG9rZW5SZXNwb25zZSk7CglycGMgR2V0VG9rZW5BdXRob3JpdHkoR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0KSByZXR1cm5zIChHZXRUb2tlbkF1dGhvcml0eVJlc3BvbnNlKTsKCXJwYyBWZXJpZnlUb2tlbkF1dGhvcml0eShWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QpIHJldHVybnMgKFZlcmlmeVRva2VuQXV0aG9yaXR5UmVzcG9uc2UpOwp9CgptZXNzYWdlIENyZWRlbnRpYWxzUmVxdWVzdCB7CglzdHJpbmcgSG9zdCA9IDE7Cn0KCm1lc3NhZ2UgQ3JlZGVudGlhbHNSZXNwb25zZSB7CglzdHJpbmcgVXNlcm5hbWUgPSAxOwoJc3RyaW5nIFNlY3JldCA9IDI7Cn0KCm1lc3NhZ2UgRmV0Y2hUb2tlblJlcXVlc3QgewoJc3RyaW5nIENsaWVudElEID0gMTsKCXN0cmluZyBIb3N0ID0gMjsKCXN0cmluZyBSZWFsbSA9IDM7CglzdHJpbmcgU2VydmljZSA9IDQ7CglyZXBlYXRlZCBzdHJpbmcgU2NvcGVzID0gNTsKfQoKbWVzc2FnZSBGZXRjaFRva2VuUmVzcG9uc2UgewoJc3RyaW5nIFRva2VuID0gMTsKCWludDY0IEV4cGlyZXNJbiA9IDI7IC8vIHNlY29uZHMKCWludDY0IElzc3VlZEF0ID0gMzsgLy8gdGltZXN0YW1wCn0KCm1lc3NhZ2UgR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0IHsKCXN0cmluZyBIb3N0ID0gMTsKCWJ5dGVzIFNhbHQgPSAyOwp9CgptZXNzYWdlIEdldFRva2VuQXV0aG9yaXR5UmVzcG9uc2UgewoJYnl0ZXMgUHVibGljS2V5ID0gMTsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QgewoJc3RyaW5nIEhvc3QgPSAxOwoJYnl0ZXMgUGF5bG9hZCA9IDI7CglieXRlcyBTYWx0ID0gMzsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlc3BvbnNlIHsKCWJ5dGVzIFNpZ25lZCA9IDE7Cn0=","base64").toString("utf-8"));
|
|
46652
46652
|
return protoLoader.loadSync(authProtoFilename);
|
|
46653
46653
|
})();
|
|
@@ -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 './TypeDef.internal.2.js';
|
|
4
2
|
|
|
5
3
|
declare namespace UnitOfTime {
|
|
@@ -278,4 +276,4 @@ declare class Time extends Date {
|
|
|
278
276
|
clone(): Time;
|
|
279
277
|
}
|
|
280
278
|
|
|
281
|
-
export { Time
|
|
279
|
+
export { Time };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
1
|
type ActionPattern<T extends Record<string, any> = {}> = Record<string, any> & T;
|
|
4
2
|
|
|
5
3
|
interface IPatRun {
|
|
@@ -13,4 +11,4 @@ interface IPatRun {
|
|
|
13
11
|
toJSON(): string;
|
|
14
12
|
}
|
|
15
13
|
|
|
16
|
-
export type { ActionPattern
|
|
14
|
+
export type { ActionPattern, IPatRun };
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
|
-
import { I as IConstructor } from './TypeDef.internal.9.js';
|
|
1
|
+
import { IConstructor } from './TypeDef.internal.9.js';
|
|
4
2
|
|
|
5
3
|
type ClassDecorator<Constructor extends IConstructor> = (target: Constructor) => Constructor | void;
|
|
6
4
|
|
|
7
5
|
type PropertyDecorator<ClassPrototype> = (target: ClassPrototype, propertyKey: string | symbol) => void;
|
|
8
6
|
|
|
9
|
-
export type { ClassDecorator
|
|
7
|
+
export type { ClassDecorator, PropertyDecorator };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
|
-
import { k as OrderByCondition } from './TypeDef.internal.4.js';
|
|
1
|
+
import { OrderByCondition } from './TypeDef.internal.4.js';
|
|
4
2
|
|
|
5
3
|
/**
|
|
6
4
|
* Describes all index options.
|
|
@@ -106,4 +104,4 @@ interface EntityOptions {
|
|
|
106
104
|
comment?: string;
|
|
107
105
|
}
|
|
108
106
|
|
|
109
|
-
export type { EntityOptions
|
|
107
|
+
export type { EntityOptions, IndexOptions };
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
import { D as DTO, J as JSONSchema, F as FunctionSchema } from './TypeDef.internal.5.js';
|
|
5
|
-
import { A as ActionPattern, I as IPatRun } from './TypeDef.internal.10.js';
|
|
1
|
+
import { Provider, BaseObject, IBaseObjectConstructor, Container, Module, Component } from './TypeDef.internal.3.js';
|
|
2
|
+
import { DTO, JSONSchema, FunctionSchema } from './TypeDef.internal.5.js';
|
|
3
|
+
import { ActionPattern, IPatRun } from './TypeDef.internal.10.js';
|
|
6
4
|
import { IncomingMessage, ServerResponse } from 'node:http';
|
|
7
|
-
import {
|
|
5
|
+
import { Exception } from './TypeDef.internal.7.js';
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* Context types
|
|
@@ -413,5 +411,5 @@ declare class Entrypoint extends Component {
|
|
|
413
411
|
getCliActions(): EntrypointActions<CLIActionInfo>;
|
|
414
412
|
}
|
|
415
413
|
|
|
416
|
-
export {
|
|
417
|
-
export type { ActionGroupInfo
|
|
414
|
+
export { AccessControlRule, BaseContext, BuildCLIEntrypoint, BuildEntrypoints, BuildHTTPEntrypoint, BuildServiceEntrypoint, CLIContext, ContextType, Controller, Entrypoint, HTTPContext, ServiceContext };
|
|
415
|
+
export type { AccessControlRuleHandler, ActionGroupInfo, BaseActionInfo, CLIActionInfo, CLIEntrypoint, CLIEntrypointHandler, CLIMap, ControllerProperty, EntrypointActions, EntrypointDestroyer, EntrypointDestroyerRegistrar, EntrypointOptions, HTTPActionInfo, HTTPEntrypoint, HTTPEntrypointHandler, HTTPRouteMap, ServiceActionInfo, ServiceEntrypoint, ServiceEntrypointHandler };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
1
|
/*! *****************************************************************************
|
|
4
2
|
Copyright (C) Microsoft. All rights reserved.
|
|
5
3
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
|
-
import { D as DTO } from './TypeDef.internal.5.js';
|
|
1
|
+
import { DTO } from './TypeDef.internal.5.js';
|
|
4
2
|
import './TypeDef.internal.2.js';
|
|
5
3
|
|
|
6
4
|
/**
|
|
@@ -981,5 +979,5 @@ declare class Container {
|
|
|
981
979
|
destroy(): Promise<void>;
|
|
982
980
|
}
|
|
983
981
|
|
|
984
|
-
export { BaseObject
|
|
985
|
-
export type { EventAndListener
|
|
982
|
+
export { BaseObject, Component, Container, LoadAnonymousObjectOptions, LoadNamedObjectOptions, LoadObjectOptions, Module, ModuleConfigLoader, ModuleLoadObjectsOptions, ModuleOptions, OverridableNamedObjectOptions, OverridableObjectOptions, Provider };
|
|
983
|
+
export type { ConstructorOptions, EventAndListener, IBaseObjectConstructor, LifetimeType, ListenerFn, event };
|
|
@@ -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 './TypeDef.internal.2.js';
|
|
4
2
|
import { ReadStream } from 'fs';
|
|
5
3
|
import { SrvRecord } from 'dns';
|
|
@@ -19383,5 +19381,5 @@ interface QueryResultCache {
|
|
|
19383
19381
|
remove(identifiers: string[], queryRunner?: QueryRunner): Promise<void>;
|
|
19384
19382
|
}
|
|
19385
19383
|
|
|
19386
|
-
export {
|
|
19387
|
-
export type {
|
|
19384
|
+
export { AbstractCursor, Admin, AggregationCursor, AuthMechanism, AutoEncrypter, AutoEncryptionLoggerLevel, BSONRegExp, BSONSymbol, BSONType, Batch, BatchType, Binary, Brackets, BulkOperationBase, BulkWriteResult, CURSOR_FLAGS, CancellationToken, ChangeStream, ClientSession, Code, Collection, ColumnMetadata, CommandFailedEvent, CommandStartedEvent, CommandSucceededEvent, Compressor, ConnectionCheckOutFailedEvent, ConnectionCheckOutStartedEvent, ConnectionCheckedInEvent, ConnectionCheckedOutEvent, ConnectionClosedEvent, ConnectionCreatedEvent, ConnectionPoolClearedEvent, ConnectionPoolClosedEvent, ConnectionPoolCreatedEvent, ConnectionPoolMonitoringEvent, ConnectionPoolReadyEvent, ConnectionReadyEvent, DBRef, DataSource, Db, Decimal128, DeleteQueryBuilder, DeleteResult, Double, EntityManager, EntityMetadata, EntitySchema, EntitySchemaEmbeddedColumnOptions, EntitySchemaOptions, EqualOperator, ExplainVerbosity, FindCursor, FindOperator, FindOperators, GSSAPICanonicalizationValue, GridFSBucket, GridFSBucketReadStream, GridFSBucketWriteStream, HostAddress, InsertQueryBuilder, InsertResult, Int32, LEGAL_TCP_SOCKET_OPTIONS, LEGAL_TLS_SOCKET_OPTIONS, ListCollectionsCursor, ListIndexesCursor, Long, MONGO_CLIENT_EVENTS, MaxKey, Migration, MinKey, MongoAPIError, MongoAWSError, MongoBatchReExecutionError, MongoBulkWriteError, MongoChangeStreamError, MongoClient, MongoCompatibilityError, MongoCredentials, MongoCursorExhaustedError, MongoCursorInUseError, MongoDBNamespace, MongoDecompressionError, MongoDriverError, MongoEntityManager, MongoError, MongoErrorLabel, MongoExpiredSessionError, MongoGridFSChunkError, MongoGridFSStreamError, MongoInvalidArgumentError, MongoKerberosError, MongoMissingCredentialsError, MongoMissingDependencyError, MongoNetworkError, MongoNetworkTimeoutError, MongoNotConnectedError, MongoParseError, MongoRepository, MongoRuntimeError, MongoServerClosedError, MongoServerError, MongoServerSelectionError, MongoSystemError, MongoTailableCursorError, MongoTopologyClosedError, MongoTransactionError, MongoUnexpectedServerResponseError, MongoWriteConcernError, NotBrackets, ObjectId, OrderedBulkOperation, ProfilingLevel, Query, QueryBuilder, QueryResult, ReadConcern, ReadConcernLevel, ReadPreference, ReadPreferenceMode, RelationMetadata, RelationQueryBuilder, Repository, ReturnDocument, SelectQueryBuilder, ServerApiVersion, ServerCapabilities, ServerClosedEvent, ServerDescription, ServerDescriptionChangedEvent, ServerHeartbeatFailedEvent, ServerHeartbeatStartedEvent, ServerHeartbeatSucceededEvent, ServerOpeningEvent, ServerSession, ServerType, SoftDeleteQueryBuilder, SqlInMemory, SqljsEntityManager, StreamDescription, Table, TableCheck, TableColumn, TableExclusion, TableForeignKey, TableIndex, TableUnique, Timestamp, TopologyClosedEvent, TopologyDescription, TopologyDescriptionChangedEvent, TopologyOpeningEvent, TopologyType, Transaction, TreeRepository, TypedEventEmitter, UnorderedBulkOperation, UpdateQueryBuilder, UpdateResult, View, WriteConcern, WriteConcernError, WriteError, bson_typings_d, deserialize, serialize };
|
|
19385
|
+
export type { AbstractCursorEvents, AbstractCursorOptions, AcceptedFields, AddToSetOperators, AddUserOptions, AggregateOptions, AggregationCursorOptions, AlternativeType, AnyBulkWriteOperation, AnyError, ArrayElement, ArrayOperator, AuroraMysqlConnectionCredentialsOptions, AuroraMysqlConnectionOptions, AuroraPostgresConnectionOptions, Auth, AuthMechanismProperties, AutoEncryptionOptions, AutoEncryptionTlsOptions, BSONSerializeOptions, BSONTypeAlias, BetterSqlite3ConnectionOptions, BitwiseFilter, BulkWriteOperationError, BulkWriteOptions, Callback, CapacitorConnectionOptions, ChangeStreamCollModDocument, ChangeStreamCreateDocument, ChangeStreamCreateIndexDocument, ChangeStreamDeleteDocument, ChangeStreamDocument, ChangeStreamDocumentCollectionUUID, ChangeStreamDocumentCommon, ChangeStreamDocumentKey, ChangeStreamDocumentOperationDescription, ChangeStreamDropDatabaseDocument, ChangeStreamDropDocument, ChangeStreamDropIndexDocument, ChangeStreamEvents, ChangeStreamInsertDocument, ChangeStreamInvalidateDocument, ChangeStreamNameSpace, ChangeStreamOptions, ChangeStreamRefineCollectionShardKeyDocument, ChangeStreamRenameDocument, ChangeStreamReplaceDocument, ChangeStreamReshardCollectionDocument, ChangeStreamShardCollectionDocument, ChangeStreamUpdateDocument, CheckMetadataArgs, ClientMetadata, ClientMetadataOptions, ClientSessionEvents, ClientSessionOptions, CloseOptions, ClosureTreeOptions, ClusterTime, ClusteredCollectionOptions, CockroachConnectionCredentialsOptions, CockroachConnectionOptions, CollStats, CollStatsOptions, CollationOptions, CollectionInfo, CollectionOptions, ColumnCommonOptions, ColumnMetadataArgs, ColumnOptions, ColumnType, CommandOperationOptions, CommonEvents, CompressorName, Condition, ConnectOptions, ConnectionEvents, ConnectionOptions, ConnectionPoolEvents, ConnectionPoolOptions, CordovaConnectionOptions, CountDocumentsOptions, CountOptions, CreateCollectionOptions, CreateIndexesOptions, CursorFlag, CursorStreamOptions, DataSourceOptions, DatabaseType, DbOptions, DbStatsOptions, DeepPartial, DeferrableType, DeleteManyModel, DeleteOneModel, DeleteOptions, DeleteStatement, DistinctOptions, Document, Driver, DriverInfo, DropCollectionOptions, DropDatabaseOptions, DropIndexesOptions, EmbeddedMetadataArgs, EndSessionOptions, EnhancedOmit, EntityListenerMetadataArgs, EntitySchemaColumnOptions, EntitySchemaIndexOptions, EntitySchemaRelationOptions, EntitySubscriberInterface, EntityTarget, ErrorDescription, EstimatedDocumentCountOptions, EvalOptions, EventEmitterWithState, EventsDescription, ExclusionMetadataArgs, ExplainOptions, ExplainVerbosityLike, ExpoConnectionOptions, Feature, FeatureCollection, FileLoggerOptions, Filter, FilterOperations, FilterOperators, FindManyOptions, FindOneAndDeleteOptions, FindOneAndReplaceOptions, FindOneAndUpdateOptions, FindOneOptions, FindOperatorType, FindOptions, FindOptionsOrder, FindOptionsOrderProperty, FindOptionsOrderValue, FindOptionsRelationByString, FindOptionsRelations, FindOptionsRelationsProperty, FindOptionsSelect, FindOptionsSelectByString, FindOptionsSelectProperty, FindOptionsWhere, FindOptionsWhereProperty, FindTreeOptions, Flatten, GenericListener, GeoJSON, Geography, Geometry, GeometryCollection, GridFSBucketEvents, GridFSBucketOptions, GridFSBucketReadStreamOptions, GridFSBucketReadStreamOptionsWithRevision, GridFSBucketWriteStreamOptions, GridFSChunk, GridFSFile, HedgeOptions, Hint, IndexDescription, IndexDirection, IndexInformationOptions, IndexMetadataArgs, IndexSpecification, InferIdType, InsertEvent, InsertManyResult, InsertOneModel, InsertOneOptions, InsertOneResult, IntegerType, IsAny, IsolationLevel, Join, JoinColumnOptions, JoinOptions, JoinTableMultipleColumnsOptions, JoinTableOptions, KeysOfAType, KeysOfOtherType, LineString, ListCollectionsOptions, ListDatabasesOptions, ListDatabasesResult, ListIndexesOptions, LoadEvent, LogLevel, LogMessage, LogMessageFormat, LogMessageType, Logger, LoggerOptions, MatchKeysAndValues, MigrationInterface, MixedList, ModifyResult, MongoClientEvents, MongoClientOptions, MongoConnectionOptions, MongoCredentialsOptions, MongoNetworkErrorOptions, MongoOptions, MonitorEvents, MonitorOptions, MultiLineString, MultiPoint, MultiPolygon, MysqlConnectionCredentialsOptions, MysqlConnectionOptions, NamingStrategyInterface, NativescriptConnectionOptions, NestedPaths, NestedPathsOfType, NonObjectIdLikeDocument, NotAcceptedFields, NumericType, OIDCMechanismServerStep1, OIDCRefreshFunction, OIDCRequestFunction, OIDCRequestTokenResult, ObjectLiteral, ObjectType, OnDeleteType, OnUpdateType, OneOrMore, OnlyFieldsOfType, OperationOptions, OperationTime, OptionalId, OptionalUnlessRequiredId, OracleConnectionCredentialsOptions, OracleConnectionOptions, OrderByCondition, PickKeysByType, PkFactory, Point, Polygon, Position, PostgresConnectionCredentialsOptions, PostgresConnectionOptions, PrepareLogMessagesOptions, PrimaryGeneratedColumnType, ProfilingLevelOptions, PropertyType, PropertyTypeFactory, ProxyOptions, PullAllOperator, PullOperator, PushOperator, QueryDeepPartialEntity, QueryResultCache, QueryResultCacheOptions, QueryRunner, ReactNativeConnectionOptions, ReadConcernLike, ReadPreferenceFromOptions, ReadPreferenceLike, ReadPreferenceLikeOptions, ReadPreferenceOptions, RecoverEvent, RegExpOrString, RelationCountMetadataArgs, RelationIdMetadataArgs, RelationMetadataArgs, RelationOptions, RelationTypeInFunction, RemoveEvent, RemoveOptions, RemoveUserOptions, RenameOptions, ReplaceOneModel, ReplaceOptions, ReplicationMode, ResumeOptions, ResumeToken, RoleSpecification, RootFilterOperators, RunCommandOptions, SapConnectionCredentialsOptions, SapConnectionOptions, SaveOptions, SchemaBuilder, SchemaMember, SelectServerOptions, ServerApi, ServerEvents, ServerSessionId, SetFields, SetProfilingLevelOptions, SimpleColumnType, SoftRemoveEvent, Sort, SortDirection, SpannerConnectionCredentialsOptions, SpannerConnectionOptions, SpatialColumnOptions, SpatialColumnType, SqlServerConnectionCredentialsOptions, SqlServerConnectionOptions, SqliteConnectionOptions, SqljsConnectionOptions, Stream, StreamDescriptionOptions, StrictFilter, StrictMatchKeysAndValues, StrictUpdateFilter, SupportedNodeConnectionOptions, SupportedSocketOptions, SupportedTLSConnectionOptions, SupportedTLSSocketOptions, TableCheckOptions, TableColumnOptions, TableExclusionOptions, TableForeignKeyOptions, TableIndexOptions, TableMetadataArgs, TableOptions, TableUniqueOptions, TagSet, TimeSeriesCollectionOptions, TopologyDescriptionOptions, TopologyEvents, TopologyVersion, TransactionCommitEvent, TransactionOptions, TransactionRollbackEvent, TransactionStartEvent, TreeMetadataArgs, TreeType, UniqueMetadataArgs, UnsignedColumnType, UpdateDescription, UpdateEvent, UpdateFilter, UpdateManyModel, UpdateOneModel, UpdateOptions, UpdateStatement, UpsertOptions, ValidateCollectionOptions, ValueTransformer, ViewOptions, W, WhereExpressionBuilder, WiredTigerData, WithId, WithLengthColumnType, WithPrecisionColumnType, WithSessionCallback, WithTransactionCallback, WithoutId, WriteConcernErrorData, WriteConcernOptions, WriteConcernSettings };
|
|
@@ -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 './TypeDef.internal.2.js';
|
|
4
2
|
|
|
5
3
|
// The following definitions have been copied (almost) as-is from:
|
|
@@ -4138,5 +4136,5 @@ declare class DTO extends DataValidator {
|
|
|
4138
4136
|
static validateAsync<T = any>(data: T, schema: Schema$1, options: ValidationOptions): Promise<T>;
|
|
4139
4137
|
}
|
|
4140
4138
|
|
|
4141
|
-
export { DTO
|
|
4142
|
-
export type { FunctionSchema
|
|
4139
|
+
export { DTO };
|
|
4140
|
+
export type { FunctionSchema, JSONSchema, Schema$1 as Schema };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
|
-
import { C as Component } from './TypeDef.internal.3.js';
|
|
1
|
+
import { Component } from './TypeDef.internal.3.js';
|
|
4
2
|
|
|
5
3
|
interface BaseComponentOptions {
|
|
6
4
|
class: typeof Component;
|
|
@@ -9,4 +7,4 @@ interface BaseComponentOptions {
|
|
|
9
7
|
type ComponentOptions<T> = T & BaseComponentOptions;
|
|
10
8
|
type ComponentOptionsBuilder<T> = (options: T) => ComponentOptions<T>;
|
|
11
9
|
|
|
12
|
-
export type { BaseComponentOptions
|
|
10
|
+
export type { BaseComponentOptions, ComponentOptions, ComponentOptionsBuilder };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
1
|
/**
|
|
4
2
|
* 异常抽象类
|
|
5
3
|
*/
|
|
@@ -21,4 +19,4 @@ declare abstract class Exception extends Error {
|
|
|
21
19
|
get name(): string;
|
|
22
20
|
}
|
|
23
21
|
|
|
24
|
-
export { Exception
|
|
22
|
+
export { Exception };
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
1
|
type MethodDecorator<ClassPrototype, Method, Property = string | symbol> = (target: ClassPrototype, propertyKey: Property, descriptor: TypedPropertyDescriptor<Method>) => TypedPropertyDescriptor<Method> | void;
|
|
4
2
|
|
|
5
|
-
export type { MethodDecorator
|
|
3
|
+
export type { MethodDecorator };
|