@powerlines/deepkit 0.7.7 → 0.8.0
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/dist/{packages/deepkit/schemas/reflection.cjs → capnp-CkbeQ2uR.cjs} +1189 -4
- package/dist/{packages/deepkit/schemas/reflection.mjs → capnp-D0NNeu5y.mjs} +1175 -259
- package/dist/capnp.cjs +46 -955
- package/dist/capnp.d.cts +3 -1
- package/dist/capnp.d.mts +3 -1
- package/dist/capnp.mjs +2 -911
- package/dist/{_virtual/_rolldown/runtime.cjs → chunk-BmvPcxpV.cjs} +12 -2
- package/dist/config-ClUYu_c-.d.mts +40 -0
- package/dist/config-u7zg69VP.d.cts +40 -0
- package/dist/esbuild-plugin.cjs +1 -1
- package/dist/esbuild-plugin.d.cts +7 -8
- package/dist/esbuild-plugin.d.mts +7 -8
- package/dist/index.cjs +3 -2
- package/dist/index.mjs +3 -2
- package/dist/reflect-type.cjs +3 -3
- package/dist/reflect-type.mjs +1 -1
- package/dist/{packages/deepkit/schemas/reflection.d.mts → reflection-8fgblw1P.d.cts} +4 -2
- package/dist/{packages/deepkit/schemas/reflection.d.cts → reflection-l3nKKCgX.d.mts} +4 -2
- package/dist/resolve-reflections.cjs +1 -1
- package/dist/rolldown-plugin.cjs +1 -1
- package/dist/transformer-BseLGhId.mjs +1360 -0
- package/dist/transformer-Ct9lYNRY.cjs +1367 -0
- package/dist/transformer.cjs +3 -52
- package/dist/transformer.d.cts +1 -1
- package/dist/transformer.d.mts +1 -1
- package/dist/transformer.mjs +2 -50
- package/dist/transpile.cjs +4 -4
- package/dist/transpile.d.cts +1 -1
- package/dist/transpile.d.mts +1 -1
- package/dist/transpile.mjs +2 -2
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/utilities.cjs +1 -1
- package/dist/vendor/{compiler-CqkzeoNX.mjs → compiler-Ba99lbTF.mjs} +11 -12
- package/dist/vendor/{compiler-Dz2b4nOM.d.cts → compiler-CZ0k-pTB.d.cts} +6 -6
- package/dist/vendor/{compiler-BYhFaVxE.d.mts → compiler-DIcnaeXC.d.mts} +6 -6
- package/dist/vendor/{compiler-Ci5aO9pY.cjs → compiler-DYfCGCv5.cjs} +10 -11
- package/dist/vendor/{config-eSNKiBGB.mjs → config-BFH3ETeQ.mjs} +16 -15
- package/dist/vendor/{config-BTErH18l.d.mts → config-BQtfsjwX.d.mts} +32 -18
- package/dist/vendor/{config-BbFVGRVh.cjs → config-Cadu6Rkt.cjs} +18 -17
- package/dist/vendor/{config-Cc2qE8fH.d.cts → config-D0jKbRFV.d.cts} +32 -18
- package/dist/vendor/core.cjs +97 -120
- package/dist/vendor/core.mjs +1 -24
- package/dist/vendor/type-compiler/compiler.cjs +1 -1
- package/dist/vendor/type-compiler/compiler.d.cts +1 -1
- package/dist/vendor/type-compiler/compiler.d.mts +1 -1
- package/dist/vendor/type-compiler/compiler.mjs +1 -1
- package/dist/vendor/type-compiler/config.cjs +2 -2
- package/dist/vendor/type-compiler/config.d.cts +2 -2
- package/dist/vendor/type-compiler/config.d.mts +2 -2
- package/dist/vendor/type-compiler/config.mjs +2 -2
- package/dist/vendor/type-compiler/index.cjs +5 -5
- package/dist/vendor/type-compiler/index.d.cts +4 -4
- package/dist/vendor/type-compiler/index.d.mts +4 -4
- package/dist/vendor/type-compiler/index.mjs +5 -5
- package/dist/vendor/type.cjs +11015 -4928
- package/dist/vendor/type.d.cts +220 -24
- package/dist/vendor/type.d.mts +220 -24
- package/dist/vendor/type.mjs +11521 -5630
- package/dist/vendor/{string-DoT35ViA.mjs → types--t65boB8.mjs} +25 -2
- package/dist/vendor/{string-LTCnMzW_.cjs → types-BzOSMMf1.cjs} +41 -0
- package/package.json +4 -4
- package/schemas/reflection.capnp +3 -2
- package/schemas/reflection.cjs +6 -0
- package/schemas/reflection.d.cts +2 -0
- package/schemas/reflection.d.mts +2 -0
- package/schemas/reflection.mjs +6 -0
- package/dist/_virtual/_rolldown/runtime.mjs +0 -8
package/dist/vendor/type.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { c as AbstractClassType, d as CustomError, f as ExtractClassType, r as T
|
|
|
2
2
|
import { n as ReflectionOp, r as TypeNumberBrand } from "./type-2yMJb9Mw.cjs";
|
|
3
3
|
import { Buffer } from "node:buffer";
|
|
4
4
|
|
|
5
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
5
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/changes.d.ts
|
|
6
6
|
type NumberFields<T> = { [K in keyof T]: T[K] extends number | bigint ? K : never }[keyof T];
|
|
7
7
|
type Expression<T> = { [P in keyof T & string]?: string };
|
|
8
8
|
type Partial$1<T> = { [P in keyof T & string]?: T[P] };
|
|
@@ -50,8 +50,13 @@ declare class AtomicChangeInstance<T extends object> {
|
|
|
50
50
|
increase(property: NumberFields<T>, increase?: number): void;
|
|
51
51
|
}
|
|
52
52
|
declare function atomicChange<T extends object>(object: T): AtomicChangeInstance<T>;
|
|
53
|
+
declare type __ΩNumberFields = any[];
|
|
54
|
+
declare type __ΩExpression = any[];
|
|
55
|
+
declare type __ΩPartial = any[];
|
|
56
|
+
declare type __ΩDeepPartial = any[];
|
|
57
|
+
declare type __ΩChangesInterface = any[];
|
|
53
58
|
//#endregion
|
|
54
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
59
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/reflection/type.d.ts
|
|
55
60
|
declare enum ReflectionVisibility {
|
|
56
61
|
public = 0,
|
|
57
62
|
protected = 1,
|
|
@@ -1168,8 +1173,104 @@ interface StringifyTypeOptions {
|
|
|
1168
1173
|
}
|
|
1169
1174
|
declare function stringifyType(type: Type, stateIn?: Partial<StringifyTypeOptions>): string;
|
|
1170
1175
|
declare function annotateClass<T>(clazz: ClassType | AbstractClassType, type?: ReceiveType<T>): void;
|
|
1176
|
+
declare type __ΩReflectionVisibility = any[];
|
|
1177
|
+
declare type __ΩReflectionKind = any[];
|
|
1178
|
+
declare type __ΩTypeDecorator = any[];
|
|
1179
|
+
declare type __ΩAnnotations = any[];
|
|
1180
|
+
declare type __ΩJitContainer = any[];
|
|
1181
|
+
declare type __ΩTagsReflection = any[];
|
|
1182
|
+
declare type __ΩTypeNever = any[];
|
|
1183
|
+
declare type __ΩTypeAny = any[];
|
|
1184
|
+
declare type __ΩTypeUnknown = any[];
|
|
1185
|
+
declare type __ΩTypeVoid = any[];
|
|
1186
|
+
declare type __ΩTypeObject = any[];
|
|
1187
|
+
declare type __ΩTypeString = any[];
|
|
1188
|
+
declare type __ΩTypeNumber = any[];
|
|
1189
|
+
declare type __ΩTypeBoolean = any[];
|
|
1190
|
+
declare type __ΩTypeBigInt = any[];
|
|
1191
|
+
declare type __ΩTypeSymbol = any[];
|
|
1192
|
+
declare type __ΩTypeNull = any[];
|
|
1193
|
+
declare type __ΩTypeUndefined = any[];
|
|
1194
|
+
declare type __ΩTypeLiteral = any[];
|
|
1195
|
+
declare type __ΩTypeTemplateLiteral = any[];
|
|
1196
|
+
declare type __ΩTypeRegexp = any[];
|
|
1197
|
+
declare type __ΩTypeBaseMember = any[];
|
|
1198
|
+
declare type __ΩTypeParameter = any[];
|
|
1199
|
+
declare type __ΩTypeMethod = any[];
|
|
1200
|
+
declare type __ΩTypeProperty = any[];
|
|
1201
|
+
declare type __ΩTypeFunction = any[];
|
|
1202
|
+
declare type __ΩTypeCallSignature = any[];
|
|
1203
|
+
declare type __ΩTypePromise = any[];
|
|
1204
|
+
declare type __ΩTypeClass = any[];
|
|
1205
|
+
declare type __ΩTypeEnum = any[];
|
|
1206
|
+
declare type __ΩTypeEnumMember = any[];
|
|
1207
|
+
declare type __ΩTypeTypeParameter = any[];
|
|
1208
|
+
declare type __ΩTypeUnion = any[];
|
|
1209
|
+
declare type __ΩTypeIntersection = any[];
|
|
1210
|
+
declare type __ΩTypeArray = any[];
|
|
1211
|
+
declare type __ΩTypePropertySignature = any[];
|
|
1212
|
+
declare type __ΩTypeMethodSignature = any[];
|
|
1213
|
+
declare type __ΩTypeObjectLiteral = any[];
|
|
1214
|
+
declare type __ΩTypeIndexSignature = any[];
|
|
1215
|
+
declare type __ΩTypeInfer = any[];
|
|
1216
|
+
declare type __ΩTypeTupleMember = any[];
|
|
1217
|
+
declare type __ΩTypeTuple = any[];
|
|
1218
|
+
declare type __ΩTypeRest = any[];
|
|
1219
|
+
declare type __ΩWiden = any[];
|
|
1220
|
+
declare type __ΩFindType = any[];
|
|
1221
|
+
declare type __ΩInlineRuntimeType = any[];
|
|
1222
|
+
declare type __ΩWithAnnotations = any[];
|
|
1223
|
+
declare type __ΩParentLessType = any[];
|
|
1224
|
+
declare type __Ωinteger = any[];
|
|
1225
|
+
declare type __Ωint8 = any[];
|
|
1226
|
+
declare type __Ωuint8 = any[];
|
|
1227
|
+
declare type __Ωint16 = any[];
|
|
1228
|
+
declare type __Ωuint16 = any[];
|
|
1229
|
+
declare type __Ωint32 = any[];
|
|
1230
|
+
declare type __Ωuint32 = any[];
|
|
1231
|
+
declare type __Ωfloat = any[];
|
|
1232
|
+
declare type __Ωfloat32 = any[];
|
|
1233
|
+
declare type __Ωfloat64 = any[];
|
|
1234
|
+
declare type __ΩAnnotationType = any[];
|
|
1235
|
+
declare type __ΩReferenceActions = any[];
|
|
1236
|
+
declare type __ΩReferenceOptions = any[];
|
|
1237
|
+
declare type __ΩEntityOptions = any[];
|
|
1238
|
+
declare type __ΩEntity = any[];
|
|
1239
|
+
declare type __ΩPrimaryKey = any[];
|
|
1240
|
+
declare type __ΩPrimaryKeyFields = any[];
|
|
1241
|
+
declare type __ΩPrimaryKeyType = any[];
|
|
1242
|
+
declare type __ΩReferenceFields = any[];
|
|
1243
|
+
declare type __ΩAutoIncrement = any[];
|
|
1244
|
+
declare type __ΩUUID = any[];
|
|
1245
|
+
declare type __ΩMongoId = any[];
|
|
1246
|
+
declare type __ΩBinaryBigInt = any[];
|
|
1247
|
+
declare type __ΩSignedBinaryBigInt = any[];
|
|
1248
|
+
declare type __ΩBackReferenceOptions = any[];
|
|
1249
|
+
declare type __ΩReference = any[];
|
|
1250
|
+
declare type __ΩBackReference = any[];
|
|
1251
|
+
declare type __ΩEmbeddedMeta = any[];
|
|
1252
|
+
declare type __ΩEmbedded = any[];
|
|
1253
|
+
declare type __ΩMapName = any[];
|
|
1254
|
+
declare type __ΩBackReferenceOptionsResolved = any[];
|
|
1255
|
+
declare type __ΩEmbeddedOptions = any[];
|
|
1256
|
+
declare type __ΩGroup = any[];
|
|
1257
|
+
declare type __ΩExcluded = any[];
|
|
1258
|
+
declare type __ΩData = any[];
|
|
1259
|
+
declare type __ΩResetAnnotation = any[];
|
|
1260
|
+
declare type __ΩIndexOptions = any[];
|
|
1261
|
+
declare type __ΩUnique = any[];
|
|
1262
|
+
declare type __ΩIndex = any[];
|
|
1263
|
+
declare type __ΩDatabaseFieldOptions = any[];
|
|
1264
|
+
declare type __ΩMySQLOptions = any[];
|
|
1265
|
+
declare type __ΩPostgresOptions = any[];
|
|
1266
|
+
declare type __ΩSqliteOptions = any[];
|
|
1267
|
+
declare type __ΩMySQL = any[];
|
|
1268
|
+
declare type __ΩPostgres = any[];
|
|
1269
|
+
declare type __ΩSQLite = any[];
|
|
1270
|
+
declare type __ΩDatabaseField = any[];
|
|
1271
|
+
declare type __ΩBinaryBigIntType = any[];
|
|
1171
1272
|
//#endregion
|
|
1172
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
1273
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/type-serialization.d.ts
|
|
1173
1274
|
interface SerializedTypeAnnotations {
|
|
1174
1275
|
entityOptions?: EntityOptions;
|
|
1175
1276
|
typeName?: string;
|
|
@@ -1368,8 +1469,36 @@ interface DeserializeState {
|
|
|
1368
1469
|
};
|
|
1369
1470
|
}
|
|
1370
1471
|
declare function deserializeType(types?: SerializedTypes, state?: Partial<DeserializeState>): Type;
|
|
1472
|
+
declare type __ΩSerializedTypeAnnotations = any[];
|
|
1473
|
+
declare type __ΩSerializedTypeObjectLiteral = any[];
|
|
1474
|
+
declare type __ΩSerializedTypeClassType = any[];
|
|
1475
|
+
declare type __ΩSerializedTypeFunction = any[];
|
|
1476
|
+
declare type __ΩSerializedTypeReference = any[];
|
|
1477
|
+
declare type __ΩSimpleSerializedType = any[];
|
|
1478
|
+
declare type __ΩSerializedTypeLiteral = any[];
|
|
1479
|
+
declare type __ΩSerializedTypeTemplateLiteral = any[];
|
|
1480
|
+
declare type __ΩSerializedTypeParameter = any[];
|
|
1481
|
+
declare type __ΩSerializedTypeBaseMember = any[];
|
|
1482
|
+
declare type __ΩSerializedTypeMethod = any[];
|
|
1483
|
+
declare type __ΩSerializedTypeProperty = any[];
|
|
1484
|
+
declare type __ΩSerializedTypePromise = any[];
|
|
1485
|
+
declare type __ΩSerializedTypeEnum = any[];
|
|
1486
|
+
declare type __ΩSerializedTypeUnion = any[];
|
|
1487
|
+
declare type __ΩSerializedTypeIntersection = any[];
|
|
1488
|
+
declare type __ΩSerializedTypeArray = any[];
|
|
1489
|
+
declare type __ΩSerializedTypeIndexSignature = any[];
|
|
1490
|
+
declare type __ΩSerializedTypePropertySignature = any[];
|
|
1491
|
+
declare type __ΩSerializedTypeMethodSignature = any[];
|
|
1492
|
+
declare type __ΩSerializedTypeTypeParameter = any[];
|
|
1493
|
+
declare type __ΩSerializedTypeInfer = any[];
|
|
1494
|
+
declare type __ΩSerializedTypeTupleMember = any[];
|
|
1495
|
+
declare type __ΩSerializedTypeTuple = any[];
|
|
1496
|
+
declare type __ΩSerializedTypeRest = any[];
|
|
1497
|
+
declare type __ΩSerializedType = any[];
|
|
1498
|
+
declare type __ΩSerializedTypes = any[];
|
|
1499
|
+
declare type __ΩSerializerState = any[];
|
|
1371
1500
|
//#endregion
|
|
1372
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
1501
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/serializer.d.ts
|
|
1373
1502
|
/**
|
|
1374
1503
|
* Make sure to change the id when a custom naming strategy is implemented, since caches are based on it.
|
|
1375
1504
|
*/
|
|
@@ -1767,8 +1896,13 @@ declare class EmptySerializer extends Serializer {
|
|
|
1767
1896
|
protected registerSerializers(): void;
|
|
1768
1897
|
}
|
|
1769
1898
|
declare const serializer: Serializer;
|
|
1899
|
+
declare type __ΩSerializationOptions = any[];
|
|
1900
|
+
declare type __ΩSerializeFunction = any[];
|
|
1901
|
+
declare type __ΩGuard = any[];
|
|
1902
|
+
declare type __ΩTemplate = any[];
|
|
1903
|
+
declare type __ΩTemplateHook = any[];
|
|
1770
1904
|
//#endregion
|
|
1771
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
1905
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/validator.d.ts
|
|
1772
1906
|
type ValidatorMeta<Name extends string, Args extends [...args: any[]] = []> = TypeAnnotation<'validator', [Name, Args]>;
|
|
1773
1907
|
type ValidateFunction = (value: any, type: Type, options: any) => ValidatorError | void;
|
|
1774
1908
|
type Validate<T extends ValidateFunction, Options extends Parameters<T>[2] = unknown> = ValidatorMeta<'function', [T, Options]>;
|
|
@@ -1880,8 +2014,34 @@ declare function validateFunction<T>(serializerToUse?: Serializer, type?: Receiv
|
|
|
1880
2014
|
* Returns true when valid, and false if not.
|
|
1881
2015
|
*/
|
|
1882
2016
|
declare function validates<T>(data: any, type?: ReceiveType<T>): boolean;
|
|
2017
|
+
declare type __ΩValidatorMeta = any[];
|
|
2018
|
+
declare type __ΩValidateFunction = any[];
|
|
2019
|
+
declare type __ΩValidate = any[];
|
|
2020
|
+
declare type __ΩPattern = any[];
|
|
2021
|
+
declare type __ΩAlpha = any[];
|
|
2022
|
+
declare type __ΩAlphanumeric = any[];
|
|
2023
|
+
declare type __ΩAscii = any[];
|
|
2024
|
+
declare type __ΩDecimal = any[];
|
|
2025
|
+
declare type __ΩMultipleOf = any[];
|
|
2026
|
+
declare type __ΩMinLength = any[];
|
|
2027
|
+
declare type __ΩMaxLength = any[];
|
|
2028
|
+
declare type __ΩIncludes = any[];
|
|
2029
|
+
declare type __ΩExcludes = any[];
|
|
2030
|
+
declare type __ΩMinimum = any[];
|
|
2031
|
+
declare type __ΩMaximum = any[];
|
|
2032
|
+
declare type __ΩPositive = any[];
|
|
2033
|
+
declare type __ΩNegative = any[];
|
|
2034
|
+
declare type __ΩPositiveNoZero = any[];
|
|
2035
|
+
declare type __ΩNegativeNoZero = any[];
|
|
2036
|
+
declare type __ΩExclusiveMinimum = any[];
|
|
2037
|
+
declare type __ΩExclusiveMaximum = any[];
|
|
2038
|
+
declare type __ΩBeforeDate = any[];
|
|
2039
|
+
declare type __ΩAfterDate = any[];
|
|
2040
|
+
declare type __ΩBeforeNow = any[];
|
|
2041
|
+
declare type __ΩAfterNow = any[];
|
|
2042
|
+
declare type __ΩEmail = any[];
|
|
1883
2043
|
//#endregion
|
|
1884
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2044
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/reflection/processor.d.ts
|
|
1885
2045
|
type RuntimeStackEntry = Type | Object | (() => ClassType | Object) | string | number | boolean | bigint;
|
|
1886
2046
|
type Packed = (RuntimeStackEntry | string)[] & {
|
|
1887
2047
|
__is?: (data: any) => boolean;
|
|
@@ -2002,8 +2162,11 @@ declare class Processor {
|
|
|
2002
2162
|
}
|
|
2003
2163
|
declare function typeInfer(value: any): Type;
|
|
2004
2164
|
declare function getEnumType(values: any[]): Type;
|
|
2165
|
+
declare type __ΩRuntimeStackEntry = any[];
|
|
2166
|
+
declare type __ΩPacked = any[];
|
|
2167
|
+
declare type __ΩReflectOptions = any[];
|
|
2005
2168
|
//#endregion
|
|
2006
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2169
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/reflection/reflection.d.ts
|
|
2007
2170
|
/**
|
|
2008
2171
|
* Receives the runtime type of template argument.
|
|
2009
2172
|
*
|
|
@@ -2477,8 +2640,10 @@ declare class ReflectionClass<T> {
|
|
|
2477
2640
|
findReverseReference(toClassType: ClassType, fromReference: ReflectionProperty): ReflectionProperty;
|
|
2478
2641
|
extractPrimaryKey(item: object): Partial<T>;
|
|
2479
2642
|
}
|
|
2643
|
+
declare type __ΩReceiveType = any[];
|
|
2644
|
+
declare type __ΩSerializerFn = any[];
|
|
2480
2645
|
//#endregion
|
|
2481
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2646
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/change-detector.d.ts
|
|
2482
2647
|
/**
|
|
2483
2648
|
* This is a comparator function for the snapshots. They are either string, number, boolean, array, or objects.
|
|
2484
2649
|
* No date, moment, or custom classes involved here.
|
|
@@ -2487,7 +2652,7 @@ declare function genericEqual(a: any, b: any): boolean;
|
|
|
2487
2652
|
declare function getChangeDetector<T extends object>(classSchema: ReflectionClass<T>): (last: any, current: any, item: T) => ItemChanges<T> | undefined;
|
|
2488
2653
|
declare function buildChanges<T extends object>(classSchema: ReflectionClass<T>, lastSnapshot: any, item: T): Changes<T>;
|
|
2489
2654
|
//#endregion
|
|
2490
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2655
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/core.d.ts
|
|
2491
2656
|
declare enum UnpopulatedCheck {
|
|
2492
2657
|
None = 0,
|
|
2493
2658
|
//returns undefined
|
|
@@ -2568,8 +2733,12 @@ declare function arrayBufferFrom(data: string, encoding?: string): ArrayBuffer;
|
|
|
2568
2733
|
* Same as Buffer.from(arrayBuffer).toString(encoding), but more in line with the current API.
|
|
2569
2734
|
*/
|
|
2570
2735
|
declare function arrayBufferTo(arrayBuffer: ArrayBuffer, encoding?: string | "utf8" | "base64" | "ascii"): string;
|
|
2736
|
+
declare type __ΩUnpopulatedCheck = any[];
|
|
2737
|
+
declare type __ΩTypeSettings = any[];
|
|
2738
|
+
declare type __ΩTypedArrayClassType = any[];
|
|
2739
|
+
declare type __ΩTypedArray = any[];
|
|
2571
2740
|
//#endregion
|
|
2572
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2741
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/decorator-builder.d.ts
|
|
2573
2742
|
type ClassDecoratorFn = (classType: AbstractClassType, property?: string, parameterIndexOrDescriptor?: any) => void;
|
|
2574
2743
|
type PropertyDecoratorFn = (prototype: object, property?: number | string | symbol, parameterIndexOrDescriptor?: any) => void;
|
|
2575
2744
|
type FluidDecorator<T, D extends Function> = { [name in keyof T]: T[name] extends ((...args: infer K) => any) ? (...args: K) => D & FluidDecorator<T, D> : D & FluidDecorator<T, D> & {
|
|
@@ -2626,8 +2795,26 @@ type FreeDecoratorResult<API extends APIClass<any>> = FreeFluidDecorator<API> &
|
|
|
2626
2795
|
};
|
|
2627
2796
|
declare function createFreeDecoratorContext<API extends APIClass<any>, T = ExtractApiDataType<API>>(apiType: API): FreeDecoratorResult<API>;
|
|
2628
2797
|
declare function isDecoratorContext<API extends APIClass<any>>(context: FreeDecoratorResult<API>, fn: Function): fn is FreeFluidDecorator<API>;
|
|
2798
|
+
declare type __ΩClassDecoratorFn = any[];
|
|
2799
|
+
declare type __ΩPropertyDecoratorFn = any[];
|
|
2800
|
+
declare type __ΩFluidDecorator = any[];
|
|
2801
|
+
declare type __ΩUnionToIntersection = any[];
|
|
2802
|
+
declare type __ΩMerge = any[];
|
|
2803
|
+
declare type __ΩDualDecorator = any[];
|
|
2804
|
+
declare type __ΩClassApiTypeInterface = any[];
|
|
2805
|
+
declare type __ΩAPIClass = any[];
|
|
2806
|
+
declare type __ΩExtractClass = any[];
|
|
2807
|
+
declare type __ΩExtractApiDataType = any[];
|
|
2808
|
+
declare type __ΩClassDecoratorResult = any[];
|
|
2809
|
+
declare type __ΩPropertyApiTypeInterface = any[];
|
|
2810
|
+
declare type __ΩAPIProperty = any[];
|
|
2811
|
+
declare type __ΩDecoratorAndFetchSignature = any[];
|
|
2812
|
+
declare type __ΩPropertyDecoratorResult = any[];
|
|
2813
|
+
declare type __ΩFreeDecoratorFn = any[];
|
|
2814
|
+
declare type __ΩFreeFluidDecorator = any[];
|
|
2815
|
+
declare type __ΩFreeDecoratorResult = any[];
|
|
2629
2816
|
//#endregion
|
|
2630
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2817
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/decorator.d.ts
|
|
2631
2818
|
declare class TDecorator {
|
|
2632
2819
|
t: TData;
|
|
2633
2820
|
onDecorator(target: any, property?: string, parameterIndexOrDescriptor?: any): void;
|
|
@@ -2685,14 +2872,14 @@ declare function isWithDeferredDecorators(obj: any): obj is {
|
|
|
2685
2872
|
__decorators: DeferredDecorator[];
|
|
2686
2873
|
};
|
|
2687
2874
|
//#endregion
|
|
2688
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2875
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/default.d.ts
|
|
2689
2876
|
/**
|
|
2690
2877
|
* Returns a sensible default value for a given type.
|
|
2691
2878
|
* Sensible means it satisfies the type checker, but not necessarily attached validators.
|
|
2692
2879
|
*/
|
|
2693
2880
|
declare function defaultValue(type: Type): any;
|
|
2694
2881
|
//#endregion
|
|
2695
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2882
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/mixin.d.ts
|
|
2696
2883
|
type UnionToIntersection$1<T> = (T extends any ? (x: T) => any : never) extends ((x: infer R) => any) ? R : never;
|
|
2697
2884
|
/**
|
|
2698
2885
|
* Function to mixin multiple classes together and create a new class, which can be extended from.
|
|
@@ -2720,12 +2907,13 @@ type UnionToIntersection$1<T> = (T extends any ? (x: T) => any : never) extends
|
|
|
2720
2907
|
*/
|
|
2721
2908
|
declare function mixin<T extends AbstractClassType[]>(...classTypes: T): ClassType<UnionToIntersection$1<ExtractClassType<T[number]>>>;
|
|
2722
2909
|
//#endregion
|
|
2723
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2910
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/path.d.ts
|
|
2724
2911
|
type Resolver = (path: string) => Type | undefined;
|
|
2725
2912
|
declare function resolvePath<T>(path: string, type?: ReceiveType<T>): Type;
|
|
2726
2913
|
declare function pathResolver<T>(type?: ReceiveType<T>, jitStack?: JitStack): Resolver;
|
|
2914
|
+
declare type __ΩResolver = any[];
|
|
2727
2915
|
//#endregion
|
|
2728
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2916
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/reference.d.ts
|
|
2729
2917
|
declare function isReferenceInstance(obj: any): boolean;
|
|
2730
2918
|
declare function getReferenceInfo<T>(obj: T): ReferenceInfo<T> | undefined;
|
|
2731
2919
|
declare function getReferenceItemInfo<T>(obj: T): ReferenceItemInfo<T> | undefined;
|
|
@@ -2744,8 +2932,10 @@ declare function createReference<T>(type: ClassType<T> | Type | ReflectionClass<
|
|
|
2744
2932
|
[name: string]: any;
|
|
2745
2933
|
}): T;
|
|
2746
2934
|
declare function createReferenceClass<T>(reflection: ReflectionClass<any>): ClassType<T>;
|
|
2935
|
+
declare type __ΩReferenceInfo = any[];
|
|
2936
|
+
declare type __ΩReferenceItemInfo = any[];
|
|
2747
2937
|
//#endregion
|
|
2748
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2938
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/registry.d.ts
|
|
2749
2939
|
interface RegistryDecorator<T> {
|
|
2750
2940
|
predicate: (type: Type) => boolean;
|
|
2751
2941
|
v: T;
|
|
@@ -2779,7 +2969,7 @@ declare class TypeRegistry<T> {
|
|
|
2779
2969
|
set(kind: ReflectionKind | ReflectionKind[] | ((type: Type) => boolean), v: T): void;
|
|
2780
2970
|
}
|
|
2781
2971
|
//#endregion
|
|
2782
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
2972
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/utils.d.ts
|
|
2783
2973
|
declare class NoTypeReceived extends Error {
|
|
2784
2974
|
constructor(message?: string);
|
|
2785
2975
|
}
|
|
@@ -2801,8 +2991,13 @@ type JSONPartialObject<T> = { [name in keyof T]?: T[name] | null };
|
|
|
2801
2991
|
type JSONSingle<T> = T extends Date ? string | Date : T extends Array<infer K> ? Array<JSONSingle<K>> : T extends Binary ? string : T extends object ? JSONEntity<T> : T extends string ? string | number | boolean | undefined : T extends boolean ? T | number | string : T extends number ? T | string : T;
|
|
2802
2992
|
type JSONEntity<T> = { [name in keyof T]: JSONSingle<T[name]> };
|
|
2803
2993
|
declare function regExpFromString(v: string): RegExp;
|
|
2994
|
+
declare type __ΩBinary = any[];
|
|
2995
|
+
declare type __ΩJSONPartial = any[];
|
|
2996
|
+
declare type __ΩJSONPartialObject = any[];
|
|
2997
|
+
declare type __ΩJSONSingle = any[];
|
|
2998
|
+
declare type __ΩJSONEntity = any[];
|
|
2804
2999
|
//#endregion
|
|
2805
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3000
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/serializer-facade.d.ts
|
|
2806
3001
|
/**
|
|
2807
3002
|
* Casts/coerces a given data structure to the target data type and validates all attached validators.
|
|
2808
3003
|
*
|
|
@@ -2885,7 +3080,7 @@ declare function cloneClass<T>(target: T, options?: SerializationOptions): T;
|
|
|
2885
3080
|
*/
|
|
2886
3081
|
declare function validatedDeserialize<T>(data: any, options?: SerializationOptions, serializerToUse?: Serializer, namingStrategy?: NamingStrategy, type?: ReceiveType<T>): T;
|
|
2887
3082
|
//#endregion
|
|
2888
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3083
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/snapshot.d.ts
|
|
2889
3084
|
declare class SnapshotSerializer extends Serializer {
|
|
2890
3085
|
name: string;
|
|
2891
3086
|
protected registerSerializers(): void;
|
|
@@ -2916,7 +3111,7 @@ declare function getPrimaryKeyExtractor<T>(reflectionClass: ReflectionClass<T>):
|
|
|
2916
3111
|
declare function getPrimaryKeyHashGenerator(reflectionClass: ReflectionClass<any>, serializerToUse?: Serializer): (value: any) => string;
|
|
2917
3112
|
declare function getSimplePrimaryKeyHashGenerator(reflectionClass: ReflectionClass<any>): (data: PrimaryKeyFields<any>) => string;
|
|
2918
3113
|
//#endregion
|
|
2919
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3114
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/typeguard.d.ts
|
|
2920
3115
|
/**
|
|
2921
3116
|
* ```typescript
|
|
2922
3117
|
* const validator = getValidatorFunction<MyType>();
|
|
@@ -2935,13 +3130,14 @@ declare function guard<T>(serializerToUse?: Serializer, receiveType?: ReceiveTyp
|
|
|
2935
3130
|
*/
|
|
2936
3131
|
declare function assert<T>(data: any, serializerToUse?: Serializer, receiveType?: ReceiveType<T>): asserts data is T;
|
|
2937
3132
|
//#endregion
|
|
2938
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3133
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/types.d.ts
|
|
2939
3134
|
type AutoId = number & PrimaryKey & AutoIncrement & Positive;
|
|
3135
|
+
declare type __ΩAutoId = any[];
|
|
2940
3136
|
//#endregion
|
|
2941
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3137
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/validators.d.ts
|
|
2942
3138
|
declare const validators: { [name in string]?: (...args: any[]) => (value: any) => ValidatorError | undefined };
|
|
2943
3139
|
//#endregion
|
|
2944
|
-
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=
|
|
3140
|
+
//#region ../../node_modules/.pnpm/@deepkit+type@1.0.5_patch_hash=ec6f4572726c449adfbfa8f2142704577b11a6add01339e5e46bb3e0_a65fe2d6248e9188c8c2c859398e96a6/node_modules/@deepkit/type/dist/cjs/src/reflection/extends.d.ts
|
|
2945
3141
|
type AssignableType = Type | string | boolean | number | symbol | bigint | undefined | null;
|
|
2946
3142
|
type StackEntry = {
|
|
2947
3143
|
left: Type;
|
|
@@ -2965,5 +3161,5 @@ declare function createPromiseObjectLiteral(type: TypePromise): TypeObjectLitera
|
|
|
2965
3161
|
declare function parametersToTuple(parameters: TypeParameter[]): TypeTuple;
|
|
2966
3162
|
declare function extendTemplateLiteral(left: TypeLiteral | TypeTemplateLiteral, right: TypeTemplateLiteral): boolean;
|
|
2967
3163
|
//#endregion
|
|
2968
|
-
export { APIClass, APIProperty, AfterDate, AfterNow, Alpha, Alphanumeric, AnnotationDefinition, AnnotationType, Annotations, Ascii, AtomicChangeInstance, AutoId, AutoIncrement, BackReference, BackReferenceOptions, BackReferenceOptionsResolved, BeforeDate, BeforeNow, Binary, BinaryBigInt, BinaryBigIntType, CartesianProduct, Changes, ChangesInterface, ClassApiTypeInterface, ClassDecoratorFn, ClassDecoratorResult, ContainerAccessor, Data, DatabaseField, DatabaseFieldOptions, Decimal, DecoratorAndFetchSignature, DeepPartial, DualDecorator, EMAIL_REGEX, Email, Embedded, EmbeddedMeta, EmbeddedOptions, EmptySerializer, Entity, EntityData, EntityOptions, Excluded, Excludes, ExclusiveMaximum, ExclusiveMinimum, Expression, ExtractApiDataType, ExtractClass, FindType, FluidDecorator, FreeDecoratorFn, FreeDecoratorResult, FreeFluidDecorator, Group, Guard, Includes, Index, IndexOptions, InlineRuntimeType, ItemChanges, JSONEntity, JSONPartial, JSONPartialObject, JSONSingle, JitContainer, JitStack, MapName, MaxLength, Maximum, Merge, MinLength, Minimum, MongoId, MultipleOf, MySQL, MySQLOptions, NamingStrategy, Negative, NegativeNoZero, NoTypeReceived, NumberFields, PackStruct, Packed, ParentLessType, Partial$1 as Partial, Pattern, Positive, PositiveNoZero, Postgres, PostgresOptions, PrimaryKey, PrimaryKeyFields, PrimaryKeyType, Processor, PropertyApiTypeInterface, PropertyDecoratorFn, PropertyDecoratorResult, ReceiveType, Reference, ReferenceActions, ReferenceFields, ReferenceInfo, ReferenceItemInfo, ReferenceOptions, ReflectOptions, ReflectionClass, ReflectionFunction, ReflectionKind, ReflectionMethod, ReflectionParameter, ReflectionProperty, ReflectionVisibility, ResetAnnotation, Resolver, RuntimeCode, RuntimeStackEntry, SQLite, SerializationError, SerializationOptions, SerializeFunction, SerializedType, SerializedTypeAnnotations, SerializedTypeArray, SerializedTypeBaseMember, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedTypes, Serializer, SerializerFn, SerializerState, SignedBinaryBigInt, SimpleSerializedType, SqliteOptions, TData, TagsReflection, Template, TemplateHook, TemplateRegistry, TemplateState, Type, TypeAnnotations, TypeAny, TypeArray, TypeBaseMember, TypeBigInt, TypeBoolean, TypeCallSignature, TypeClass, TypeDecorator, TypeEnum, TypeEnumMember, TypeFunction, TypeGuardRegistry, TypeIndexSignature, TypeInfer, TypeIntersection, TypeLiteral, TypeMethod, TypeMethodSignature, TypeNever, TypeNull, TypeNumber, TypeNumberBrand, TypeObject, TypeObjectLiteral, TypeParameter, TypePromise, TypeProperty, TypePropertySignature, TypeRegexp, TypeRegistry, TypeRest, TypeSettings, TypeString, TypeSymbol, TypeTemplateLiteral, TypeTuple, TypeTupleMember, TypeTypeParameter, TypeUndefined, TypeUnion, TypeUnknown, TypeVoid, TypedArray, TypedArrayClassType, UUID, UUIDAnnotation, UnionToIntersection, Unique, UnpopulatedCheck, Validate, ValidateFunction, ValidationError, ValidationErrorItem, ValidatorError, ValidatorMeta, Widen, WithAnnotations, _isExtendable, addType, annotateClass, applyScheduledAnnotations, arrayBufferFrom, arrayBufferTo, arrayBufferToBase64, assert, assertType, atomicChange, autoIncrementAnnotation, backReferenceAnnotation, base64ToArrayBuffer, base64ToTypedArray, binaryBigIntAnnotation, binaryTypes, buildChanges, buildFunction, callExtractedFunctionIfAvailable, cast, castFunction, changeSetSymbol, clearTypeJitContainer, cloneClass, collapsePath, copyAndSetParent, createClassDecoratorContext, createConverterJSForMember, createFluidDecorator, createFreeDecoratorContext, createPromiseObjectLiteral, createPropertyDecoratorContext, createReference, createReferenceClass, createSerializeFunction, createSnapshot, createTypeGuardFunction, dataAnnotation, databaseAnnotation, defaultAnnotation, defaultValue, deserialize, deserializeEmbedded, deserializeFunction, deserializeType, embeddedAnnotation, emptyObject, encodeOps, entity, entityAnnotation, excludedAnnotation, executeTemplates, executeTypeArgumentAsArray, extendTemplateLiteral, extractStateToFunctionAndCallIt, findMember, flatten, flattenUnionTypes, float, float32, float64, forwardMapToArray, forwardSetToArray, genericEqual, getAlias, getAnnotationMeta, getAnnotations, getBackReferenceType, getChangeDetector, getClassType, getConstructorProperties, getConverterForSnapshot, getDeepConstructorProperties, getDomain, getEmbeddedProperty, getEnumType, getEnumValueIndexMatcher, getIndexCheck, getKeyType, getMapTypeToArray, getMember, getNTypeToArray, getNameExpression, getNominalId, getOrCreateReferenceItemInfo, getPartialSerializeFunction, getPartialType, getPatchSerializeFunction, getPermission, getPrimaryKeyExtractor, getPrimaryKeyHashGenerator, getProperty, getPropertyNameString, getReferenceInfo, getReferenceItemInfo, getReferenceType, getSerializeFunction, getSetTypeToArray, getSimplePrimaryKeyHashGenerator, getStaticDefaultCodeForProperty, getTags, getTitle, getTypeJitContainer, getTypeObjectLiteralFromTypeClass, getValidatorFunction, getValueType, groupAnnotation, guard, handleUnion, hasCircularReference, hasDefaultValue, hasEmbedded, hasMember, hasTypeInformation, inAccessor, indexAccess, indexAnnotation, int16, int32, int8, integer, is, isAutoIncrementType, isBackReferenceType, isBinary, isBinaryBigIntType, isCustomTypeClass, isDateType, isDecoratorContext, isExtendable, isGlobalTypeClass, isHidden, isIgnore, isIntegerType, isInternal, isMapType, isMember, isMongoIdType, isNullable, isOptional, isPrimaryKeyType, isPrimitive, isPropertyMemberType, isPropertyType, isReadonly, isReferenceHydrated, isReferenceInstance, isReferenceType, isRuntime, isSameType, isSetType, isType, isTypeClassOf, isTypeIncluded, isUUIDType, isWithAnnotations, isWithDeferredDecorators, mapNameAnnotation, markAsHydrated, memberNameToString, merge, mergeDecorator, typeAnnotation as metaAnnotation, typeAnnotation, mixin, mongoIdAnnotation, narrowOriginalLiteral, nodeBufferToArrayBuffer, nodeBufferToTypedArray, noopTemplate, pack, parametersToTuple, patch, pathResolver, primaryKeyAnnotation, propertiesOf, referenceAnnotation, referenceItemSymbol, referenceSymbol, reflect, reflectOrUndefined, reflectionClassSymbol, regExpFromString, registerTypeDecorator, removeNominal, removeTypeName, resolveClassType, resolveForeignReflectionClass, resolvePacked, resolvePath, resolveProperty, resolveReceiveType, resolveRuntimeType, resolveTypeMembers, serializableKinds, serialize, serializeArray, serializeFunction, serializeObjectLiteral, serializePropertyOrParameter, serializeType, serializer, snapshotSerializer, sortSignatures, stringifyResolvedType, stringifyShortResolvedType, stringifyType, stringifyUuid, t, toSignature, typeDecorators, typeGuardArray, typeGuardEmbedded, typeGuardObjectLiteral, typeInfer, typeOf, typeSettings, typeToObject, typedArrayToBase64, typedArrayToBuffer, uint16, uint32, uint8, unboxUnion, underscoreNamingStrategy, unpack, unpopulatedSymbol, uuid, uuidAnnotation, validate, validateFunction, validatePropertyOrParameter, validatedDeserialize, validates, validationAnnotation, validators, valuesOf, visit, widenLiteral, writeUuid };
|
|
3164
|
+
export { APIClass, APIProperty, AfterDate, AfterNow, Alpha, Alphanumeric, AnnotationDefinition, AnnotationType, Annotations, Ascii, AtomicChangeInstance, AutoId, AutoIncrement, BackReference, BackReferenceOptions, BackReferenceOptionsResolved, BeforeDate, BeforeNow, Binary, BinaryBigInt, BinaryBigIntType, CartesianProduct, Changes, ChangesInterface, ClassApiTypeInterface, ClassDecoratorFn, ClassDecoratorResult, ContainerAccessor, Data, DatabaseField, DatabaseFieldOptions, Decimal, DecoratorAndFetchSignature, DeepPartial, DualDecorator, EMAIL_REGEX, Email, Embedded, EmbeddedMeta, EmbeddedOptions, EmptySerializer, Entity, EntityData, EntityOptions, Excluded, Excludes, ExclusiveMaximum, ExclusiveMinimum, Expression, ExtractApiDataType, ExtractClass, FindType, FluidDecorator, FreeDecoratorFn, FreeDecoratorResult, FreeFluidDecorator, Group, Guard, Includes, Index, IndexOptions, InlineRuntimeType, ItemChanges, JSONEntity, JSONPartial, JSONPartialObject, JSONSingle, JitContainer, JitStack, MapName, MaxLength, Maximum, Merge, MinLength, Minimum, MongoId, MultipleOf, MySQL, MySQLOptions, NamingStrategy, Negative, NegativeNoZero, NoTypeReceived, NumberFields, PackStruct, Packed, ParentLessType, Partial$1 as Partial, Pattern, Positive, PositiveNoZero, Postgres, PostgresOptions, PrimaryKey, PrimaryKeyFields, PrimaryKeyType, Processor, PropertyApiTypeInterface, PropertyDecoratorFn, PropertyDecoratorResult, ReceiveType, Reference, ReferenceActions, ReferenceFields, ReferenceInfo, ReferenceItemInfo, ReferenceOptions, ReflectOptions, ReflectionClass, ReflectionFunction, ReflectionKind, ReflectionMethod, ReflectionParameter, ReflectionProperty, ReflectionVisibility, ResetAnnotation, Resolver, RuntimeCode, RuntimeStackEntry, SQLite, SerializationError, SerializationOptions, SerializeFunction, SerializedType, SerializedTypeAnnotations, SerializedTypeArray, SerializedTypeBaseMember, SerializedTypeClassType, SerializedTypeEnum, SerializedTypeFunction, SerializedTypeIndexSignature, SerializedTypeInfer, SerializedTypeIntersection, SerializedTypeLiteral, SerializedTypeMethod, SerializedTypeMethodSignature, SerializedTypeObjectLiteral, SerializedTypeParameter, SerializedTypePromise, SerializedTypeProperty, SerializedTypePropertySignature, SerializedTypeReference, SerializedTypeRest, SerializedTypeTemplateLiteral, SerializedTypeTuple, SerializedTypeTupleMember, SerializedTypeTypeParameter, SerializedTypeUnion, SerializedTypes, Serializer, SerializerFn, SerializerState, SignedBinaryBigInt, SimpleSerializedType, SqliteOptions, TData, TagsReflection, Template, TemplateHook, TemplateRegistry, TemplateState, Type, TypeAnnotations, TypeAny, TypeArray, TypeBaseMember, TypeBigInt, TypeBoolean, TypeCallSignature, TypeClass, TypeDecorator, TypeEnum, TypeEnumMember, TypeFunction, TypeGuardRegistry, TypeIndexSignature, TypeInfer, TypeIntersection, TypeLiteral, TypeMethod, TypeMethodSignature, TypeNever, TypeNull, TypeNumber, TypeNumberBrand, TypeObject, TypeObjectLiteral, TypeParameter, TypePromise, TypeProperty, TypePropertySignature, TypeRegexp, TypeRegistry, TypeRest, TypeSettings, TypeString, TypeSymbol, TypeTemplateLiteral, TypeTuple, TypeTupleMember, TypeTypeParameter, TypeUndefined, TypeUnion, TypeUnknown, TypeVoid, TypedArray, TypedArrayClassType, UUID, UUIDAnnotation, UnionToIntersection, Unique, UnpopulatedCheck, Validate, ValidateFunction, ValidationError, ValidationErrorItem, ValidatorError, ValidatorMeta, Widen, WithAnnotations, __ΩAPIClass, __ΩAPIProperty, __ΩAfterDate, __ΩAfterNow, __ΩAlpha, __ΩAlphanumeric, __ΩAnnotationType, __ΩAnnotations, __ΩAscii, __ΩAutoId, __ΩAutoIncrement, __ΩBackReference, __ΩBackReferenceOptions, __ΩBackReferenceOptionsResolved, __ΩBeforeDate, __ΩBeforeNow, __ΩBinary, __ΩBinaryBigInt, __ΩBinaryBigIntType, __ΩChangesInterface, __ΩClassApiTypeInterface, __ΩClassDecoratorFn, __ΩClassDecoratorResult, __ΩData, __ΩDatabaseField, __ΩDatabaseFieldOptions, __ΩDecimal, __ΩDecoratorAndFetchSignature, __ΩDeepPartial, __ΩDualDecorator, __ΩEmail, __ΩEmbedded, __ΩEmbeddedMeta, __ΩEmbeddedOptions, __ΩEntity, __ΩEntityOptions, __ΩExcluded, __ΩExcludes, __ΩExclusiveMaximum, __ΩExclusiveMinimum, __ΩExpression, __ΩExtractApiDataType, __ΩExtractClass, __ΩFindType, __ΩFluidDecorator, __ΩFreeDecoratorFn, __ΩFreeDecoratorResult, __ΩFreeFluidDecorator, __ΩGroup, __ΩGuard, __ΩIncludes, __ΩIndex, __ΩIndexOptions, __ΩInlineRuntimeType, __ΩJSONEntity, __ΩJSONPartial, __ΩJSONPartialObject, __ΩJSONSingle, __ΩJitContainer, __ΩMapName, __ΩMaxLength, __ΩMaximum, __ΩMerge, __ΩMinLength, __ΩMinimum, __ΩMongoId, __ΩMultipleOf, __ΩMySQL, __ΩMySQLOptions, __ΩNegative, __ΩNegativeNoZero, __ΩNumberFields, __ΩPacked, __ΩParentLessType, __ΩPartial, __ΩPattern, __ΩPositive, __ΩPositiveNoZero, __ΩPostgres, __ΩPostgresOptions, __ΩPrimaryKey, __ΩPrimaryKeyFields, __ΩPrimaryKeyType, __ΩPropertyApiTypeInterface, __ΩPropertyDecoratorFn, __ΩPropertyDecoratorResult, __ΩReceiveType, __ΩReference, __ΩReferenceActions, __ΩReferenceFields, __ΩReferenceInfo, __ΩReferenceItemInfo, __ΩReferenceOptions, __ΩReflectOptions, __ΩReflectionKind, __ΩReflectionVisibility, __ΩResetAnnotation, __ΩResolver, __ΩRuntimeStackEntry, __ΩSQLite, __ΩSerializationOptions, __ΩSerializeFunction, __ΩSerializedType, __ΩSerializedTypeAnnotations, __ΩSerializedTypeArray, __ΩSerializedTypeBaseMember, __ΩSerializedTypeClassType, __ΩSerializedTypeEnum, __ΩSerializedTypeFunction, __ΩSerializedTypeIndexSignature, __ΩSerializedTypeInfer, __ΩSerializedTypeIntersection, __ΩSerializedTypeLiteral, __ΩSerializedTypeMethod, __ΩSerializedTypeMethodSignature, __ΩSerializedTypeObjectLiteral, __ΩSerializedTypeParameter, __ΩSerializedTypePromise, __ΩSerializedTypeProperty, __ΩSerializedTypePropertySignature, __ΩSerializedTypeReference, __ΩSerializedTypeRest, __ΩSerializedTypeTemplateLiteral, __ΩSerializedTypeTuple, __ΩSerializedTypeTupleMember, __ΩSerializedTypeTypeParameter, __ΩSerializedTypeUnion, __ΩSerializedTypes, __ΩSerializerFn, __ΩSerializerState, __ΩSignedBinaryBigInt, __ΩSimpleSerializedType, __ΩSqliteOptions, __ΩTagsReflection, __ΩTemplate, __ΩTemplateHook, __ΩTypeAny, __ΩTypeArray, __ΩTypeBaseMember, __ΩTypeBigInt, __ΩTypeBoolean, __ΩTypeCallSignature, __ΩTypeClass, __ΩTypeDecorator, __ΩTypeEnum, __ΩTypeEnumMember, __ΩTypeFunction, __ΩTypeIndexSignature, __ΩTypeInfer, __ΩTypeIntersection, __ΩTypeLiteral, __ΩTypeMethod, __ΩTypeMethodSignature, __ΩTypeNever, __ΩTypeNull, __ΩTypeNumber, __ΩTypeObject, __ΩTypeObjectLiteral, __ΩTypeParameter, __ΩTypePromise, __ΩTypeProperty, __ΩTypePropertySignature, __ΩTypeRegexp, __ΩTypeRest, __ΩTypeSettings, __ΩTypeString, __ΩTypeSymbol, __ΩTypeTemplateLiteral, __ΩTypeTuple, __ΩTypeTupleMember, __ΩTypeTypeParameter, __ΩTypeUndefined, __ΩTypeUnion, __ΩTypeUnknown, __ΩTypeVoid, __ΩTypedArray, __ΩTypedArrayClassType, __ΩUUID, __ΩUnionToIntersection, __ΩUnique, __ΩUnpopulatedCheck, __ΩValidate, __ΩValidateFunction, __ΩValidatorMeta, __ΩWiden, __ΩWithAnnotations, __Ωfloat, __Ωfloat32, __Ωfloat64, __Ωint16, __Ωint32, __Ωint8, __Ωinteger, __Ωuint16, __Ωuint32, __Ωuint8, _isExtendable, addType, annotateClass, applyScheduledAnnotations, arrayBufferFrom, arrayBufferTo, arrayBufferToBase64, assert, assertType, atomicChange, autoIncrementAnnotation, backReferenceAnnotation, base64ToArrayBuffer, base64ToTypedArray, binaryBigIntAnnotation, binaryTypes, buildChanges, buildFunction, callExtractedFunctionIfAvailable, cast, castFunction, changeSetSymbol, clearTypeJitContainer, cloneClass, collapsePath, copyAndSetParent, createClassDecoratorContext, createConverterJSForMember, createFluidDecorator, createFreeDecoratorContext, createPromiseObjectLiteral, createPropertyDecoratorContext, createReference, createReferenceClass, createSerializeFunction, createSnapshot, createTypeGuardFunction, dataAnnotation, databaseAnnotation, defaultAnnotation, defaultValue, deserialize, deserializeEmbedded, deserializeFunction, deserializeType, embeddedAnnotation, emptyObject, encodeOps, entity, entityAnnotation, excludedAnnotation, executeTemplates, executeTypeArgumentAsArray, extendTemplateLiteral, extractStateToFunctionAndCallIt, findMember, flatten, flattenUnionTypes, float, float32, float64, forwardMapToArray, forwardSetToArray, genericEqual, getAlias, getAnnotationMeta, getAnnotations, getBackReferenceType, getChangeDetector, getClassType, getConstructorProperties, getConverterForSnapshot, getDeepConstructorProperties, getDomain, getEmbeddedProperty, getEnumType, getEnumValueIndexMatcher, getIndexCheck, getKeyType, getMapTypeToArray, getMember, getNTypeToArray, getNameExpression, getNominalId, getOrCreateReferenceItemInfo, getPartialSerializeFunction, getPartialType, getPatchSerializeFunction, getPermission, getPrimaryKeyExtractor, getPrimaryKeyHashGenerator, getProperty, getPropertyNameString, getReferenceInfo, getReferenceItemInfo, getReferenceType, getSerializeFunction, getSetTypeToArray, getSimplePrimaryKeyHashGenerator, getStaticDefaultCodeForProperty, getTags, getTitle, getTypeJitContainer, getTypeObjectLiteralFromTypeClass, getValidatorFunction, getValueType, groupAnnotation, guard, handleUnion, hasCircularReference, hasDefaultValue, hasEmbedded, hasMember, hasTypeInformation, inAccessor, indexAccess, indexAnnotation, int16, int32, int8, integer, is, isAutoIncrementType, isBackReferenceType, isBinary, isBinaryBigIntType, isCustomTypeClass, isDateType, isDecoratorContext, isExtendable, isGlobalTypeClass, isHidden, isIgnore, isIntegerType, isInternal, isMapType, isMember, isMongoIdType, isNullable, isOptional, isPrimaryKeyType, isPrimitive, isPropertyMemberType, isPropertyType, isReadonly, isReferenceHydrated, isReferenceInstance, isReferenceType, isRuntime, isSameType, isSetType, isType, isTypeClassOf, isTypeIncluded, isUUIDType, isWithAnnotations, isWithDeferredDecorators, mapNameAnnotation, markAsHydrated, memberNameToString, merge, mergeDecorator, typeAnnotation as metaAnnotation, typeAnnotation, mixin, mongoIdAnnotation, narrowOriginalLiteral, nodeBufferToArrayBuffer, nodeBufferToTypedArray, noopTemplate, pack, parametersToTuple, patch, pathResolver, primaryKeyAnnotation, propertiesOf, referenceAnnotation, referenceItemSymbol, referenceSymbol, reflect, reflectOrUndefined, reflectionClassSymbol, regExpFromString, registerTypeDecorator, removeNominal, removeTypeName, resolveClassType, resolveForeignReflectionClass, resolvePacked, resolvePath, resolveProperty, resolveReceiveType, resolveRuntimeType, resolveTypeMembers, serializableKinds, serialize, serializeArray, serializeFunction, serializeObjectLiteral, serializePropertyOrParameter, serializeType, serializer, snapshotSerializer, sortSignatures, stringifyResolvedType, stringifyShortResolvedType, stringifyType, stringifyUuid, t, toSignature, typeDecorators, typeGuardArray, typeGuardEmbedded, typeGuardObjectLiteral, typeInfer, typeOf, typeSettings, typeToObject, typedArrayToBase64, typedArrayToBuffer, uint16, uint32, uint8, unboxUnion, underscoreNamingStrategy, unpack, unpopulatedSymbol, uuid, uuidAnnotation, validate, validateFunction, validatePropertyOrParameter, validatedDeserialize, validates, validationAnnotation, validators, valuesOf, visit, widenLiteral, writeUuid };
|
|
2969
3165
|
//# sourceMappingURL=type.d.cts.map
|