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/vendor/Package.2.cjs
CHANGED
package/vendor/Package.2.mjs
CHANGED
package/vendor/Package.20.cjs
CHANGED
package/vendor/Package.20.mjs
CHANGED
package/vendor/Package.3.cjs
CHANGED
package/vendor/Package.3.mjs
CHANGED
package/vendor/Package.4.cjs
CHANGED
package/vendor/Package.4.mjs
CHANGED
package/vendor/Package.5.cjs
CHANGED
|
@@ -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 = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
package/vendor/Package.5.mjs
CHANGED
|
@@ -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 = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
4
2
|
|
|
5
3
|
function t(e) {
|
package/vendor/Package.6.cjs
CHANGED
package/vendor/Package.6.mjs
CHANGED
package/vendor/Package.610.cjs
CHANGED
package/vendor/Package.610.mjs
CHANGED
package/vendor/Package.611.cjs
CHANGED
package/vendor/Package.611.mjs
CHANGED
package/vendor/Package.612.cjs
CHANGED
package/vendor/Package.612.mjs
CHANGED
package/vendor/Package.62.cjs
CHANGED
package/vendor/Package.62.mjs
CHANGED
package/vendor/Package.63.cjs
CHANGED
package/vendor/Package.63.mjs
CHANGED
package/vendor/Package.64.cjs
CHANGED
package/vendor/Package.64.mjs
CHANGED
package/vendor/Package.65.cjs
CHANGED
package/vendor/Package.65.mjs
CHANGED
package/vendor/Package.66.cjs
CHANGED
package/vendor/Package.66.mjs
CHANGED
package/vendor/Package.67.cjs
CHANGED
package/vendor/Package.67.mjs
CHANGED
package/vendor/Package.68.cjs
CHANGED
package/vendor/Package.68.mjs
CHANGED
package/vendor/Package.69.cjs
CHANGED
package/vendor/Package.69.mjs
CHANGED
package/vendor/Package.7.cjs
CHANGED
package/vendor/Package.7.mjs
CHANGED
|
@@ -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
|
throw new Error('Could not dynamically require "' + r + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
5
3
|
}
|
package/vendor/Package.8.cjs
CHANGED
package/vendor/Package.8.mjs
CHANGED
package/vendor/Package.9.cjs
CHANGED
package/vendor/Package.9.mjs
CHANGED
|
@@ -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 };
|