From 330e76f49f6c7d4036256721f388f87830ad3453 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Tue, 29 Mar 2022 14:29:04 -0500 Subject: [PATCH] wip: adjust dependencies for docs --- package-lock.json | 83 ---------- .../api/classes/interfaces/AutoMapOptions.md | 6 +- .../docs/api/classes/modules.md | 16 +- .../core/classes/CamelCaseNamingConvention.md | 6 +- .../classes/PascalCaseNamingConvention.md | 6 +- .../core/classes/SnakeCaseNamingConvention.md | 6 +- .../docs/api/core/enums/MapFnClassId.md | 4 +- .../api/core/enums/MappingCallbacksClassId.md | 4 +- .../docs/api/core/enums/MappingClassId.md | 16 +- .../core/enums/MappingPropertiesClassId.md | 6 +- .../api/core/enums/MappingPropertyClassId.md | 4 +- .../enums/MappingTransformationClassId.md | 4 +- .../docs/api/core/enums/MetadataClassId.md | 8 +- .../core/enums/NestedMappingPairClassId.md | 4 +- .../docs/api/core/enums/TransformationType.md | 22 +-- .../api/core/interfaces/ConditionPredicate.md | 2 +- .../docs/api/core/interfaces/Converter.md | 2 +- .../core/interfaces/CreateMapperOptions.md | 6 +- .../docs/api/core/interfaces/DeferFunction.md | 2 +- .../docs/api/core/interfaces/ErrorHandler.md | 2 +- .../docs/api/core/interfaces/MapOptions.md | 8 +- .../docs/api/core/interfaces/Mapper.md | 34 ++-- .../api/core/interfaces/MappingStrategy.md | 12 +- .../MappingStrategyInitializerOptions.md | 8 +- .../api/core/interfaces/NamingConvention.md | 6 +- .../docs/api/core/interfaces/Resolver.md | 2 +- .../interfaces/TransformerMetadataFactory.md | 2 +- .../documentations/docs/api/core/modules.md | 154 +++++++++--------- .../documentations/docs/api/mikro/modules.md | 2 +- .../api/nestjs/classes/AutomapperModule.md | 16 +- .../api/nestjs/classes/AutomapperProfile.md | 6 +- .../interfaces/AutomapperAsyncOptions.md | 8 +- .../interfaces/AutomapperGlobalOptions.md | 4 +- .../interfaces/AutomapperOptionsFactory.md | 2 +- .../documentations/docs/api/nestjs/modules.md | 12 +- .../api/pojos/classes/PojosMetadataMap.md | 12 +- .../documentations/docs/api/pojos/modules.md | 4 +- .../docs/api/sequelize/modules.md | 2 +- packages/documentations/package-lock.json | 108 ++++++++++++ packages/documentations/package.json | 3 +- 40 files changed, 319 insertions(+), 295 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e3d51838..02d6bc4e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7674,12 +7674,6 @@ "esutils": "^2.0.2" } }, - "docusaurus-plugin-typedoc": { - "version": "0.17.2", - "resolved": "https://registry.npmjs.org/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-0.17.2.tgz", - "integrity": "sha512-4K6kJbyUlUMR7tl2cMfCOG8E/3N0JISw7Wcx0afo0lvrXdZukDqwtpS58Nt/hBVO1s6gzSWyK+PJjseaDq0JdA==", - "dev": true - }, "dom-serializer": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", @@ -11436,12 +11430,6 @@ "yallist": "^4.0.0" } }, - "lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, "macos-release": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.5.0.tgz", @@ -11495,12 +11483,6 @@ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true }, - "marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==", - "dev": true - }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", @@ -14628,17 +14610,6 @@ "rechoir": "^0.6.2" } }, - "shiki": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.10.1.tgz", - "integrity": "sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==", - "dev": true, - "requires": { - "jsonc-parser": "^3.0.0", - "vscode-oniguruma": "^1.6.1", - "vscode-textmate": "5.2.0" - } - }, "side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", @@ -15689,48 +15660,6 @@ "is-typedarray": "^1.0.0" } }, - "typedoc": { - "version": "0.22.13", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz", - "integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==", - "dev": true, - "requires": { - "glob": "^7.2.0", - "lunr": "^2.3.9", - "marked": "^4.0.12", - "minimatch": "^5.0.1", - "shiki": "^0.10.1" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "minimatch": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", - "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - } - } - }, - "typedoc-plugin-markdown": { - "version": "3.11.14", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.14.tgz", - "integrity": "sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==", - "dev": true, - "requires": { - "handlebars": "^4.7.7" - } - }, "typescript": { "version": "4.5.5", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", @@ -15955,18 +15884,6 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", "dev": true }, - "vscode-oniguruma": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz", - "integrity": "sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==", - "dev": true - }, - "vscode-textmate": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz", - "integrity": "sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==", - "dev": true - }, "w3c-hr-time": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", diff --git a/packages/documentations/docs/api/classes/interfaces/AutoMapOptions.md b/packages/documentations/docs/api/classes/interfaces/AutoMapOptions.md index f5a2290c7..132556aa7 100644 --- a/packages/documentations/docs/api/classes/interfaces/AutoMapOptions.md +++ b/packages/documentations/docs/api/classes/interfaces/AutoMapOptions.md @@ -16,7 +16,7 @@ Depth for nested models. Default to 1 #### Defined in -[lib/automap.ts:13](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L13) +[lib/automap.ts:13](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L13) ___ @@ -28,7 +28,7 @@ Is this property getter-only? #### Defined in -[lib/automap.ts:17](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L17) +[lib/automap.ts:17](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L17) ## Methods @@ -44,4 +44,4 @@ Type Function #### Defined in -[lib/automap.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L9) +[lib/automap.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L9) diff --git a/packages/documentations/docs/api/classes/modules.md b/packages/documentations/docs/api/classes/modules.md index b660e9eaf..c1da55ea6 100644 --- a/packages/documentations/docs/api/classes/modules.md +++ b/packages/documentations/docs/api/classes/modules.md @@ -18,7 +18,7 @@ custom_edit_url: null #### Defined in -[lib/keys.ts:1](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/keys.ts#L1) +[lib/keys.ts:1](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/keys.ts#L1) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/keys.ts:3](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/keys.ts#L3) +[lib/keys.ts:3](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/keys.ts#L3) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[lib/keys.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/keys.ts#L4) +[lib/keys.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/keys.ts#L4) ## Functions @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/automap.ts:20](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L20) +[lib/automap.ts:20](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L20) ▸ **AutoMap**(`typeFn`): `PropertyDecorator` @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/automap.ts:21](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L21) +[lib/automap.ts:21](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L21) ▸ **AutoMap**(`options`): `PropertyDecorator` @@ -84,7 +84,7 @@ ___ #### Defined in -[lib/automap.ts:24](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/automap.ts#L24) +[lib/automap.ts:24](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/automap.ts#L24) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[lib/classes.ts:14](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/classes.ts#L14) +[lib/classes.ts:14](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/classes.ts#L14) ___ @@ -124,4 +124,4 @@ ___ #### Defined in -[lib/get-metadata-list.ts:20](https://github.com/nartc/mapper/blob/ed14722/packages/classes/src/lib/get-metadata-list.ts#L20) +[lib/get-metadata-list.ts:20](https://github.com/nartc/mapper/blob/e4b240d/packages/classes/src/lib/get-metadata-list.ts#L20) diff --git a/packages/documentations/docs/api/core/classes/CamelCaseNamingConvention.md b/packages/documentations/docs/api/core/classes/CamelCaseNamingConvention.md index 2182907d1..74b279550 100644 --- a/packages/documentations/docs/api/core/classes/CamelCaseNamingConvention.md +++ b/packages/documentations/docs/api/core/classes/CamelCaseNamingConvention.md @@ -32,7 +32,7 @@ CamelCaseNamingConvention #### Defined in -[lib/naming-conventions/camel-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L9) +[lib/naming-conventions/camel-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L9) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[lib/naming-conventions/camel-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L10) +[lib/naming-conventions/camel-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L10) ## Methods @@ -70,4 +70,4 @@ ___ #### Defined in -[lib/naming-conventions/camel-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L12) +[lib/naming-conventions/camel-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts#L12) diff --git a/packages/documentations/docs/api/core/classes/PascalCaseNamingConvention.md b/packages/documentations/docs/api/core/classes/PascalCaseNamingConvention.md index 684e29af0..03c57af0c 100644 --- a/packages/documentations/docs/api/core/classes/PascalCaseNamingConvention.md +++ b/packages/documentations/docs/api/core/classes/PascalCaseNamingConvention.md @@ -32,7 +32,7 @@ PascalCaseNamingConvention #### Defined in -[lib/naming-conventions/pascal-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L9) +[lib/naming-conventions/pascal-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L9) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[lib/naming-conventions/pascal-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L10) +[lib/naming-conventions/pascal-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L10) ## Methods @@ -70,4 +70,4 @@ ___ #### Defined in -[lib/naming-conventions/pascal-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L12) +[lib/naming-conventions/pascal-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/pascal-case-naming-convention.ts#L12) diff --git a/packages/documentations/docs/api/core/classes/SnakeCaseNamingConvention.md b/packages/documentations/docs/api/core/classes/SnakeCaseNamingConvention.md index 34f0a4b2b..22643d1f0 100644 --- a/packages/documentations/docs/api/core/classes/SnakeCaseNamingConvention.md +++ b/packages/documentations/docs/api/core/classes/SnakeCaseNamingConvention.md @@ -32,7 +32,7 @@ SnakeCaseNamingConvention #### Defined in -[lib/naming-conventions/snake-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L9) +[lib/naming-conventions/snake-case-naming-convention.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L9) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[lib/naming-conventions/snake-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L10) +[lib/naming-conventions/snake-case-naming-convention.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L10) ## Methods @@ -70,4 +70,4 @@ ___ #### Defined in -[lib/naming-conventions/snake-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L12) +[lib/naming-conventions/snake-case-naming-convention.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/naming-conventions/snake-case-naming-convention.ts#L12) diff --git a/packages/documentations/docs/api/core/enums/MapFnClassId.md b/packages/documentations/docs/api/core/enums/MapFnClassId.md index e384d0db7..11c9d6734 100644 --- a/packages/documentations/docs/api/core/enums/MapFnClassId.md +++ b/packages/documentations/docs/api/core/enums/MapFnClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:255](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L255) +[lib/types.ts:255](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L255) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types.ts:254](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L254) +[lib/types.ts:254](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L254) diff --git a/packages/documentations/docs/api/core/enums/MappingCallbacksClassId.md b/packages/documentations/docs/api/core/enums/MappingCallbacksClassId.md index 131d537e3..adbcc8467 100644 --- a/packages/documentations/docs/api/core/enums/MappingCallbacksClassId.md +++ b/packages/documentations/docs/api/core/enums/MappingCallbacksClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:427](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L427) +[lib/types.ts:427](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L427) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types.ts:426](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L426) +[lib/types.ts:426](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L426) diff --git a/packages/documentations/docs/api/core/enums/MappingClassId.md b/packages/documentations/docs/api/core/enums/MappingClassId.md index 6926f64be..6fd99510f 100644 --- a/packages/documentations/docs/api/core/enums/MappingClassId.md +++ b/packages/documentations/docs/api/core/enums/MappingClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:447](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L447) +[lib/types.ts:447](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L447) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:445](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L445) +[lib/types.ts:445](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L445) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/types.ts:442](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L442) +[lib/types.ts:442](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L442) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/types.ts:441](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L441) +[lib/types.ts:441](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L441) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types.ts:444](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L444) +[lib/types.ts:444](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L444) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[lib/types.ts:448](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L448) +[lib/types.ts:448](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L448) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[lib/types.ts:443](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L443) +[lib/types.ts:443](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L443) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[lib/types.ts:446](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L446) +[lib/types.ts:446](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L446) diff --git a/packages/documentations/docs/api/core/enums/MappingPropertiesClassId.md b/packages/documentations/docs/api/core/enums/MappingPropertiesClassId.md index 9ef6e40fe..e73a2f7e6 100644 --- a/packages/documentations/docs/api/core/enums/MappingPropertiesClassId.md +++ b/packages/documentations/docs/api/core/enums/MappingPropertiesClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:421](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L421) +[lib/types.ts:421](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L421) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:422](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L422) +[lib/types.ts:422](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L422) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[lib/types.ts:420](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L420) +[lib/types.ts:420](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L420) diff --git a/packages/documentations/docs/api/core/enums/MappingPropertyClassId.md b/packages/documentations/docs/api/core/enums/MappingPropertyClassId.md index eb47a3194..3902c545b 100644 --- a/packages/documentations/docs/api/core/enums/MappingPropertyClassId.md +++ b/packages/documentations/docs/api/core/enums/MappingPropertyClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:404](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L404) +[lib/types.ts:404](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L404) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types.ts:405](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L405) +[lib/types.ts:405](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L405) diff --git a/packages/documentations/docs/api/core/enums/MappingTransformationClassId.md b/packages/documentations/docs/api/core/enums/MappingTransformationClassId.md index db3d24525..3646b4954 100644 --- a/packages/documentations/docs/api/core/enums/MappingTransformationClassId.md +++ b/packages/documentations/docs/api/core/enums/MappingTransformationClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:390](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L390) +[lib/types.ts:390](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L390) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types.ts:391](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L391) +[lib/types.ts:391](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L391) diff --git a/packages/documentations/docs/api/core/enums/MetadataClassId.md b/packages/documentations/docs/api/core/enums/MetadataClassId.md index c30d5f5dd..64ce71c77 100644 --- a/packages/documentations/docs/api/core/enums/MetadataClassId.md +++ b/packages/documentations/docs/api/core/enums/MetadataClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:131](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L131) +[lib/types.ts:131](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L131) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:132](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L132) +[lib/types.ts:132](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L132) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/types.ts:130](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L130) +[lib/types.ts:130](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L130) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[lib/types.ts:129](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L129) +[lib/types.ts:129](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L129) diff --git a/packages/documentations/docs/api/core/enums/NestedMappingPairClassId.md b/packages/documentations/docs/api/core/enums/NestedMappingPairClassId.md index 0328744c6..b6c2a4c13 100644 --- a/packages/documentations/docs/api/core/enums/NestedMappingPairClassId.md +++ b/packages/documentations/docs/api/core/enums/NestedMappingPairClassId.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:431](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L431) +[lib/types.ts:431](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L431) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[lib/types.ts:432](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L432) +[lib/types.ts:432](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L432) diff --git a/packages/documentations/docs/api/core/enums/TransformationType.md b/packages/documentations/docs/api/core/enums/TransformationType.md index cdfdefb81..d5c36ed7f 100644 --- a/packages/documentations/docs/api/core/enums/TransformationType.md +++ b/packages/documentations/docs/api/core/enums/TransformationType.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:242](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L242) +[lib/types.ts:242](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L242) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:245](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L245) +[lib/types.ts:245](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L245) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/types.ts:243](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L243) +[lib/types.ts:243](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L243) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/types.ts:240](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L240) +[lib/types.ts:240](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L240) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types.ts:250](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L250) +[lib/types.ts:250](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L250) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[lib/types.ts:241](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L241) +[lib/types.ts:241](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L241) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[lib/types.ts:246](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L246) +[lib/types.ts:246](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L246) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[lib/types.ts:244](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L244) +[lib/types.ts:244](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L244) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[lib/types.ts:249](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L249) +[lib/types.ts:249](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L249) ___ @@ -104,7 +104,7 @@ ___ #### Defined in -[lib/types.ts:247](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L247) +[lib/types.ts:247](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L247) ___ @@ -114,4 +114,4 @@ ___ #### Defined in -[lib/types.ts:248](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L248) +[lib/types.ts:248](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L248) diff --git a/packages/documentations/docs/api/core/interfaces/ConditionPredicate.md b/packages/documentations/docs/api/core/interfaces/ConditionPredicate.md index a33f546af..9ccddc25b 100644 --- a/packages/documentations/docs/api/core/interfaces/ConditionPredicate.md +++ b/packages/documentations/docs/api/core/interfaces/ConditionPredicate.md @@ -30,4 +30,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:326](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L326) +[lib/types.ts:326](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L326) diff --git a/packages/documentations/docs/api/core/interfaces/Converter.md b/packages/documentations/docs/api/core/interfaces/Converter.md index b37534d06..a5c72cd4f 100644 --- a/packages/documentations/docs/api/core/interfaces/Converter.md +++ b/packages/documentations/docs/api/core/interfaces/Converter.md @@ -31,4 +31,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:102](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L102) +[lib/types.ts:102](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L102) diff --git a/packages/documentations/docs/api/core/interfaces/CreateMapperOptions.md b/packages/documentations/docs/api/core/interfaces/CreateMapperOptions.md index 3e63ba5d9..c823bd8da 100644 --- a/packages/documentations/docs/api/core/interfaces/CreateMapperOptions.md +++ b/packages/documentations/docs/api/core/interfaces/CreateMapperOptions.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/core.ts:29](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/core.ts#L29) +[lib/core.ts:29](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/core.ts#L29) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/core.ts:30](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/core.ts#L30) +[lib/core.ts:30](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/core.ts#L30) ___ @@ -34,4 +34,4 @@ ___ #### Defined in -[lib/core.ts:28](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/core.ts#L28) +[lib/core.ts:28](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/core.ts#L28) diff --git a/packages/documentations/docs/api/core/interfaces/DeferFunction.md b/packages/documentations/docs/api/core/interfaces/DeferFunction.md index 3327e1fd8..887e49309 100644 --- a/packages/documentations/docs/api/core/interfaces/DeferFunction.md +++ b/packages/documentations/docs/api/core/interfaces/DeferFunction.md @@ -32,4 +32,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:296](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L296) +[lib/types.ts:296](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L296) diff --git a/packages/documentations/docs/api/core/interfaces/ErrorHandler.md b/packages/documentations/docs/api/core/interfaces/ErrorHandler.md index 07ea6a0e3..11ef90f67 100644 --- a/packages/documentations/docs/api/core/interfaces/ErrorHandler.md +++ b/packages/documentations/docs/api/core/interfaces/ErrorHandler.md @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:59](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L59) +[lib/types.ts:59](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L59) diff --git a/packages/documentations/docs/api/core/interfaces/MapOptions.md b/packages/documentations/docs/api/core/interfaces/MapOptions.md index 5165c8943..858bf1831 100644 --- a/packages/documentations/docs/api/core/interfaces/MapOptions.md +++ b/packages/documentations/docs/api/core/interfaces/MapOptions.md @@ -22,7 +22,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:116](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L116) +[lib/types.ts:116](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L116) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[lib/types.ts:115](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L115) +[lib/types.ts:115](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L115) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[lib/types.ts:117](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L117) +[lib/types.ts:117](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L117) ## Methods @@ -63,4 +63,4 @@ ___ #### Defined in -[lib/types.ts:118](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L118) +[lib/types.ts:118](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L118) diff --git a/packages/documentations/docs/api/core/interfaces/Mapper.md b/packages/documentations/docs/api/core/interfaces/Mapper.md index 096582c6f..2f9fee844 100644 --- a/packages/documentations/docs/api/core/interfaces/Mapper.md +++ b/packages/documentations/docs/api/core/interfaces/Mapper.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:229](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L229) +[lib/types.ts:229](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L229) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:230](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L230) +[lib/types.ts:230](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L230) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/types.ts:233](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L233) +[lib/types.ts:233](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L233) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/types.ts:232](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L232) +[lib/types.ts:232](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L232) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types.ts:236](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L236) +[lib/types.ts:236](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L236) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[lib/types.ts:235](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L235) +[lib/types.ts:235](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L235) ___ @@ -74,7 +74,7 @@ ___ #### Defined in -[lib/types.ts:234](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L234) +[lib/types.ts:234](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L234) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[lib/types.ts:231](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L231) +[lib/types.ts:231](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L231) ## Methods @@ -98,7 +98,7 @@ ___ #### Defined in -[lib/types.ts:227](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L227) +[lib/types.ts:227](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L227) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[lib/types.ts:143](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L143) +[lib/types.ts:143](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L143) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[lib/types.ts:163](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L163) +[lib/types.ts:163](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L163) ___ @@ -188,7 +188,7 @@ ___ #### Defined in -[lib/types.ts:173](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L173) +[lib/types.ts:173](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L173) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[lib/types.ts:153](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L153) +[lib/types.ts:153](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L153) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[lib/types.ts:183](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L183) +[lib/types.ts:183](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L183) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[lib/types.ts:205](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L205) +[lib/types.ts:205](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L205) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[lib/types.ts:216](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L216) +[lib/types.ts:216](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L216) ___ @@ -342,4 +342,4 @@ ___ #### Defined in -[lib/types.ts:194](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L194) +[lib/types.ts:194](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L194) diff --git a/packages/documentations/docs/api/core/interfaces/MappingStrategy.md b/packages/documentations/docs/api/core/interfaces/MappingStrategy.md index 73b068c44..7046d322d 100644 --- a/packages/documentations/docs/api/core/interfaces/MappingStrategy.md +++ b/packages/documentations/docs/api/core/interfaces/MappingStrategy.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:541](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L541) +[lib/types.ts:541](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L541) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/types.ts:542](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L542) +[lib/types.ts:542](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L542) ## Accessors @@ -44,7 +44,7 @@ ___ #### Defined in -[lib/types.ts:543](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L543) +[lib/types.ts:543](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L543) ## Methods @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/types.ts:548](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L548) +[lib/types.ts:548](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L548) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[lib/types.ts:547](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L547) +[lib/types.ts:547](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L547) ___ @@ -118,4 +118,4 @@ ___ #### Defined in -[lib/types.ts:544](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L544) +[lib/types.ts:544](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L544) diff --git a/packages/documentations/docs/api/core/interfaces/MappingStrategyInitializerOptions.md b/packages/documentations/docs/api/core/interfaces/MappingStrategyInitializerOptions.md index 20150c83a..8882e0c0a 100644 --- a/packages/documentations/docs/api/core/interfaces/MappingStrategyInitializerOptions.md +++ b/packages/documentations/docs/api/core/interfaces/MappingStrategyInitializerOptions.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:561](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L561) +[lib/types.ts:561](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L561) ___ @@ -24,7 +24,7 @@ ___ #### Defined in -[lib/types.ts:562](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L562) +[lib/types.ts:562](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L562) ## Methods @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/types.ts:564](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L564) +[lib/types.ts:564](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L564) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[lib/types.ts:563](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L563) +[lib/types.ts:563](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L563) diff --git a/packages/documentations/docs/api/core/interfaces/NamingConvention.md b/packages/documentations/docs/api/core/interfaces/NamingConvention.md index d78b15aef..b7b3be7b0 100644 --- a/packages/documentations/docs/api/core/interfaces/NamingConvention.md +++ b/packages/documentations/docs/api/core/interfaces/NamingConvention.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:64](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L64) +[lib/types.ts:64](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L64) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/types.ts:63](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L63) +[lib/types.ts:63](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L63) ## Methods @@ -50,4 +50,4 @@ ___ #### Defined in -[lib/types.ts:65](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L65) +[lib/types.ts:65](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L65) diff --git a/packages/documentations/docs/api/core/interfaces/Resolver.md b/packages/documentations/docs/api/core/interfaces/Resolver.md index f7fa2a7f2..9bb82364e 100644 --- a/packages/documentations/docs/api/core/interfaces/Resolver.md +++ b/packages/documentations/docs/api/core/interfaces/Resolver.md @@ -33,4 +33,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:95](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L95) +[lib/types.ts:95](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L95) diff --git a/packages/documentations/docs/api/core/interfaces/TransformerMetadataFactory.md b/packages/documentations/docs/api/core/interfaces/TransformerMetadataFactory.md index 8b55262d0..a96db5203 100644 --- a/packages/documentations/docs/api/core/interfaces/TransformerMetadataFactory.md +++ b/packages/documentations/docs/api/core/interfaces/TransformerMetadataFactory.md @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[lib/types.ts:48](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L48) +[lib/types.ts:48](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L48) diff --git a/packages/documentations/docs/api/core/modules.md b/packages/documentations/docs/api/core/modules.md index 01064f9cf..9e4adc63a 100644 --- a/packages/documentations/docs/api/core/modules.md +++ b/packages/documentations/docs/api/core/modules.md @@ -57,7 +57,7 @@ custom_edit_url: null #### Defined in -[lib/types.ts:24](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L24) +[lib/types.ts:24](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L24) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[lib/types.ts:514](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L514) +[lib/types.ts:514](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L514) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[lib/types.ts:510](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L510) +[lib/types.ts:510](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L510) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[lib/types.ts:503](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L503) +[lib/types.ts:503](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L503) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[lib/types.ts:329](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L329) +[lib/types.ts:329](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L329) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[lib/types.ts:25](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L25) +[lib/types.ts:25](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L25) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[lib/types.ts:344](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L344) +[lib/types.ts:344](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L344) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[lib/types.ts:499](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L499) +[lib/types.ts:499](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L499) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[lib/types.ts:518](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L518) +[lib/types.ts:518](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L518) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[lib/types.ts:22](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L22) +[lib/types.ts:22](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L22) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[lib/types.ts:338](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L338) +[lib/types.ts:338](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L338) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[lib/types.ts:368](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L368) +[lib/types.ts:368](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L368) ___ @@ -299,7 +299,7 @@ ___ #### Defined in -[lib/types.ts:105](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L105) +[lib/types.ts:105](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L105) ___ @@ -317,7 +317,7 @@ ___ #### Defined in -[lib/types.ts:301](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L301) +[lib/types.ts:301](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L301) ___ @@ -335,7 +335,7 @@ ___ #### Defined in -[lib/types.ts:310](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L310) +[lib/types.ts:310](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L310) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[lib/types.ts:383](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L383) +[lib/types.ts:383](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L383) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[lib/types.ts:374](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L374) +[lib/types.ts:374](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L374) ___ @@ -389,7 +389,7 @@ ___ #### Defined in -[lib/types.ts:316](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L316) +[lib/types.ts:316](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L316) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[lib/types.ts:451](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L451) +[lib/types.ts:451](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L451) ___ @@ -437,7 +437,7 @@ ___ #### Defined in -[lib/types.ts:505](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L505) +[lib/types.ts:505](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L505) ___ @@ -461,7 +461,7 @@ ___ #### Defined in -[lib/types.ts:526](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L526) +[lib/types.ts:526](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L526) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[lib/types.ts:407](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L407) +[lib/types.ts:407](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L407) ___ @@ -509,7 +509,7 @@ ___ #### Defined in -[lib/types.ts:557](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L557) +[lib/types.ts:557](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L557) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[lib/types.ts:394](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L394) +[lib/types.ts:394](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L394) ___ @@ -545,7 +545,7 @@ ___ #### Defined in -[lib/types.ts:274](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L274) +[lib/types.ts:274](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L274) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[lib/types.ts:258](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L258) +[lib/types.ts:258](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L258) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[lib/types.ts:135](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L135) +[lib/types.ts:135](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L135) ___ @@ -589,7 +589,7 @@ ___ #### Defined in -[lib/types.ts:126](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L126) +[lib/types.ts:126](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L126) ___ @@ -599,7 +599,7 @@ ___ #### Defined in -[lib/types.ts:528](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L528) +[lib/types.ts:528](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L528) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[lib/types.ts:124](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L124) +[lib/types.ts:124](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L124) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[lib/types.ts:68](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L68) +[lib/types.ts:68](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L68) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[lib/types.ts:435](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L435) +[lib/types.ts:435](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L435) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[lib/types.ts:350](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L350) +[lib/types.ts:350](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L350) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[lib/types.ts:501](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L501) +[lib/types.ts:501](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L501) ___ @@ -681,7 +681,7 @@ ___ #### Defined in -[lib/types.ts:282](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L282) +[lib/types.ts:282](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L282) ___ @@ -691,7 +691,7 @@ ___ #### Defined in -[lib/types.ts:28](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L28) +[lib/types.ts:28](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L28) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[lib/types.ts:31](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L31) +[lib/types.ts:31](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L31) ___ @@ -711,7 +711,7 @@ ___ #### Defined in -[lib/types.ts:36](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L36) +[lib/types.ts:36](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L36) ___ @@ -727,7 +727,7 @@ ___ #### Defined in -[lib/types.ts:41](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L41) +[lib/types.ts:41](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L41) ___ @@ -737,7 +737,7 @@ ___ #### Defined in -[lib/types.ts:29](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L29) +[lib/types.ts:29](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L29) ___ @@ -768,7 +768,7 @@ ___ #### Defined in -[lib/types.ts:75](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L75) +[lib/types.ts:75](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L75) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[lib/types.ts:80](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L80) +[lib/types.ts:80](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L80) ___ @@ -802,7 +802,7 @@ ___ #### Defined in -[lib/types.ts:359](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L359) +[lib/types.ts:359](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L359) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[lib/types.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L12) +[lib/types.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L12) ___ @@ -850,7 +850,7 @@ ___ #### Defined in -[lib/types.ts:84](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/types.ts#L84) +[lib/types.ts:84](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/types.ts#L84) ## Variables @@ -860,7 +860,7 @@ ___ #### Defined in -[lib/default-serializer-options.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/default-serializer-options.ts#L4) +[lib/default-serializer-options.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/default-serializer-options.ts#L4) ## Functions @@ -882,7 +882,7 @@ ___ #### Defined in -[lib/mappings/add-profile.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mappings/add-profile.ts#L4) +[lib/mappings/add-profile.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mappings/add-profile.ts#L4) ___ @@ -909,7 +909,7 @@ ___ #### Defined in -[lib/mapping-configurations/after-map.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/after-map.ts#L4) +[lib/mapping-configurations/after-map.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/after-map.ts#L4) ___ @@ -936,7 +936,7 @@ ___ #### Defined in -[lib/mapping-configurations/before-map.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/before-map.ts#L4) +[lib/mapping-configurations/before-map.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/before-map.ts#L4) ___ @@ -965,7 +965,7 @@ ___ #### Defined in -[lib/member-map-functions/condition.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/condition.ts#L10) +[lib/member-map-functions/condition.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/condition.ts#L10) ___ @@ -992,7 +992,7 @@ ___ #### Defined in -[lib/mapping-configurations/construct-using.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/construct-using.ts#L9) +[lib/mapping-configurations/construct-using.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/construct-using.ts#L9) ___ @@ -1022,7 +1022,7 @@ ___ #### Defined in -[lib/member-map-functions/convert-using.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/convert-using.ts#L10) +[lib/member-map-functions/convert-using.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/convert-using.ts#L10) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[lib/mappings/create-map.ts:18](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mappings/create-map.ts#L18) +[lib/mappings/create-map.ts:18](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mappings/create-map.ts#L18) ___ @@ -1060,8 +1060,6 @@ ___ ▸ **createMapper**(`__namedParameters`): [`Mapper`](interfaces/Mapper.md) -A fun function - #### Parameters | Name | Type | @@ -1074,7 +1072,7 @@ A fun function #### Defined in -[lib/core.ts:40](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/core.ts#L40) +[lib/core.ts:33](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/core.ts#L33) ___ @@ -1103,7 +1101,7 @@ ___ #### Defined in -[lib/mapping-configurations/extend.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/extend.ts#L12) +[lib/mapping-configurations/extend.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/extend.ts#L12) ▸ **extend**<`TSource`, `TDestination`, `TExtendSource`, `TExtendDestination`\>(`source`, `destination`): [`MappingConfiguration`](modules.md#mappingconfiguration)<`TSource`, `TDestination`\> @@ -1129,7 +1127,7 @@ ___ #### Defined in -[lib/mapping-configurations/extend.ts:20](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/extend.ts#L20) +[lib/mapping-configurations/extend.ts:20](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/extend.ts#L20) ___ @@ -1158,7 +1156,7 @@ ___ #### Defined in -[lib/mapping-configurations/for-member.ts:13](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/for-member.ts#L13) +[lib/mapping-configurations/for-member.ts:13](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/for-member.ts#L13) ___ @@ -1187,7 +1185,7 @@ ___ #### Defined in -[lib/mapping-configurations/for-self.ts:23](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/for-self.ts#L23) +[lib/mapping-configurations/for-self.ts:23](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/for-self.ts#L23) ___ @@ -1215,7 +1213,7 @@ ___ #### Defined in -[lib/member-map-functions/from-value.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/from-value.ts#L4) +[lib/member-map-functions/from-value.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/from-value.ts#L4) ___ @@ -1237,7 +1235,7 @@ ___ #### Defined in -[lib/utils/recursion.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/recursion.ts#L10) +[lib/utils/recursion.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/recursion.ts#L10) ___ @@ -1259,7 +1257,7 @@ ___ #### Defined in -[lib/member-map-functions/ignore.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/ignore.ts#L4) +[lib/member-map-functions/ignore.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/ignore.ts#L4) ___ @@ -1281,7 +1279,7 @@ Check if value is a Date constructor #### Defined in -[lib/utils/is-date-constructor.ts:6](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/is-date-constructor.ts#L6) +[lib/utils/is-date-constructor.ts:6](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/is-date-constructor.ts#L6) ___ @@ -1301,7 +1299,7 @@ ___ #### Defined in -[lib/utils/is-empty.ts:1](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/is-empty.ts#L1) +[lib/utils/is-empty.ts:1](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/is-empty.ts#L1) ___ @@ -1323,7 +1321,7 @@ Check if value is a String/Number/Boolean/Array constructor #### Defined in -[lib/utils/is-primitive-constructor.ts:6](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/is-primitive-constructor.ts#L6) +[lib/utils/is-primitive-constructor.ts:6](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/is-primitive-constructor.ts#L6) ___ @@ -1351,7 +1349,7 @@ ___ #### Defined in -[lib/member-map-functions/map-defer.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/map-defer.ts#L4) +[lib/member-map-functions/map-defer.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/map-defer.ts#L4) ___ @@ -1379,7 +1377,7 @@ ___ #### Defined in -[lib/member-map-functions/map-from.ts:11](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/map-from.ts#L11) +[lib/member-map-functions/map-from.ts:11](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/map-from.ts#L11) ___ @@ -1412,7 +1410,7 @@ ___ #### Defined in -[lib/member-map-functions/map-with.ts:11](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/map-with.ts#L11) +[lib/member-map-functions/map-with.ts:11](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/map-with.ts#L11) ___ @@ -1440,7 +1438,7 @@ ___ #### Defined in -[lib/member-map-functions/map-with-arguments.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/map-with-arguments.ts#L10) +[lib/member-map-functions/map-with-arguments.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/map-with-arguments.ts#L10) ___ @@ -1467,7 +1465,7 @@ ___ #### Defined in -[lib/mapping-configurations/naming-conventions.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/naming-conventions.ts#L10) +[lib/mapping-configurations/naming-conventions.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/naming-conventions.ts#L10) ___ @@ -1495,7 +1493,7 @@ ___ #### Defined in -[lib/member-map-functions/null-substitution.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/null-substitution.ts#L9) +[lib/member-map-functions/null-substitution.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/null-substitution.ts#L9) ___ @@ -1524,7 +1522,7 @@ ___ #### Defined in -[lib/member-map-functions/pre-condition.ts:8](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/pre-condition.ts#L8) +[lib/member-map-functions/pre-condition.ts:8](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/pre-condition.ts#L8) ___ @@ -1552,7 +1550,7 @@ ___ #### Defined in -[lib/utils/set.ts:1](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/set.ts#L1) +[lib/utils/set.ts:1](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/set.ts#L1) ___ @@ -1580,7 +1578,7 @@ ___ #### Defined in -[lib/utils/set.ts:28](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/set.ts#L28) +[lib/utils/set.ts:28](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/set.ts#L28) ___ @@ -1603,7 +1601,7 @@ ___ #### Defined in -[lib/utils/recursion.ts:19](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/utils/recursion.ts#L19) +[lib/utils/recursion.ts:19](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/utils/recursion.ts#L19) ___ @@ -1634,7 +1632,7 @@ ___ #### Defined in -[lib/mapping-configurations/type-converters.ts:41](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/mapping-configurations/type-converters.ts#L41) +[lib/mapping-configurations/type-converters.ts:41](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/mapping-configurations/type-converters.ts#L41) ___ @@ -1662,4 +1660,4 @@ ___ #### Defined in -[lib/member-map-functions/undefined-substitution.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/core/src/lib/member-map-functions/undefined-substitution.ts#L9) +[lib/member-map-functions/undefined-substitution.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/core/src/lib/member-map-functions/undefined-substitution.ts#L9) diff --git a/packages/documentations/docs/api/mikro/modules.md b/packages/documentations/docs/api/mikro/modules.md index 9134fc2c6..b880e2b5e 100644 --- a/packages/documentations/docs/api/mikro/modules.md +++ b/packages/documentations/docs/api/mikro/modules.md @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[lib/mikro.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/mikro/src/lib/mikro.ts#L12) +[lib/mikro.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/mikro/src/lib/mikro.ts#L12) diff --git a/packages/documentations/docs/api/nestjs/classes/AutomapperModule.md b/packages/documentations/docs/api/nestjs/classes/AutomapperModule.md index 9dbb53bf0..6623d28e5 100644 --- a/packages/documentations/docs/api/nestjs/classes/AutomapperModule.md +++ b/packages/documentations/docs/api/nestjs/classes/AutomapperModule.md @@ -31,7 +31,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:155](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L155) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:155](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L155) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:120](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L120) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:120](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L120) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:101](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L101) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:101](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L101) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:70](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L70) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:70](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L70) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:15](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L15) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:15](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L15) ▸ `Static` **forRoot**(`mapperOptions`, `globalOptions?`): `DynamicModule` @@ -131,7 +131,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:16](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L16) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:16](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L16) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:38](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L38) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:38](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L38) ▸ `Static` **forRootAsync**(`asyncMapperOptions`, `globalOptions?`): `DynamicModule` @@ -168,4 +168,4 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-nestjs.module.ts:41](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-nestjs.module.ts#L41) +[packages/nestjs/src/lib/automapper-nestjs.module.ts:41](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-nestjs.module.ts#L41) diff --git a/packages/documentations/docs/api/nestjs/classes/AutomapperProfile.md b/packages/documentations/docs/api/nestjs/classes/AutomapperProfile.md index 5eefacdd6..81b2430be 100644 --- a/packages/documentations/docs/api/nestjs/classes/AutomapperProfile.md +++ b/packages/documentations/docs/api/nestjs/classes/AutomapperProfile.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/automapper-profile.ts:9](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-profile.ts#L9) +[packages/nestjs/src/lib/automapper-profile.ts:9](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-profile.ts#L9) ## Properties @@ -40,7 +40,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/automapper-profile.ts:17](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-profile.ts#L17) +[packages/nestjs/src/lib/automapper-profile.ts:17](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-profile.ts#L17) ___ @@ -54,4 +54,4 @@ ___ #### Defined in -[packages/nestjs/src/lib/automapper-profile.ts:15](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/automapper-profile.ts#L15) +[packages/nestjs/src/lib/automapper-profile.ts:15](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/automapper-profile.ts#L15) diff --git a/packages/documentations/docs/api/nestjs/interfaces/AutomapperAsyncOptions.md b/packages/documentations/docs/api/nestjs/interfaces/AutomapperAsyncOptions.md index d544d997d..c3b7132bf 100644 --- a/packages/documentations/docs/api/nestjs/interfaces/AutomapperAsyncOptions.md +++ b/packages/documentations/docs/api/nestjs/interfaces/AutomapperAsyncOptions.md @@ -37,7 +37,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/options.ts:25](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L25) +[packages/nestjs/src/lib/options.ts:25](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L25) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/options.ts:27](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L27) +[packages/nestjs/src/lib/options.ts:27](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L27) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/options.ts:26](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L26) +[packages/nestjs/src/lib/options.ts:26](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L26) ## Methods @@ -77,4 +77,4 @@ ___ #### Defined in -[packages/nestjs/src/lib/options.ts:28](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L28) +[packages/nestjs/src/lib/options.ts:28](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L28) diff --git a/packages/documentations/docs/api/nestjs/interfaces/AutomapperGlobalOptions.md b/packages/documentations/docs/api/nestjs/interfaces/AutomapperGlobalOptions.md index 3a047c78d..ad2fd55df 100644 --- a/packages/documentations/docs/api/nestjs/interfaces/AutomapperGlobalOptions.md +++ b/packages/documentations/docs/api/nestjs/interfaces/AutomapperGlobalOptions.md @@ -14,7 +14,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/options.ts:13](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L13) +[packages/nestjs/src/lib/options.ts:13](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L13) ___ @@ -24,4 +24,4 @@ ___ #### Defined in -[packages/nestjs/src/lib/options.ts:14](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L14) +[packages/nestjs/src/lib/options.ts:14](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L14) diff --git a/packages/documentations/docs/api/nestjs/interfaces/AutomapperOptionsFactory.md b/packages/documentations/docs/api/nestjs/interfaces/AutomapperOptionsFactory.md index aea14e699..c3deaad66 100644 --- a/packages/documentations/docs/api/nestjs/interfaces/AutomapperOptionsFactory.md +++ b/packages/documentations/docs/api/nestjs/interfaces/AutomapperOptionsFactory.md @@ -18,4 +18,4 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/options.ts:18](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L18) +[packages/nestjs/src/lib/options.ts:18](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L18) diff --git a/packages/documentations/docs/api/nestjs/modules.md b/packages/documentations/docs/api/nestjs/modules.md index 3a717e1fd..1cc9e7323 100644 --- a/packages/documentations/docs/api/nestjs/modules.md +++ b/packages/documentations/docs/api/nestjs/modules.md @@ -25,7 +25,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/options.ts:8](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/options.ts#L8) +[packages/nestjs/src/lib/options.ts:8](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/options.ts#L8) ## Variables @@ -35,7 +35,7 @@ custom_edit_url: null #### Defined in -[packages/nestjs/src/lib/di/get-mapper-token.ts:1](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/di/get-mapper-token.ts#L1) +[packages/nestjs/src/lib/di/get-mapper-token.ts:1](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/di/get-mapper-token.ts#L1) ## Functions @@ -96,7 +96,7 @@ or symbols as the injection token. #### Defined in -[packages/nestjs/src/lib/di/inject-mapper.ts:4](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/di/inject-mapper.ts#L4) +[packages/nestjs/src/lib/di/inject-mapper.ts:4](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/di/inject-mapper.ts#L4) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/map.interceptor.ts:23](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/map.interceptor.ts#L23) +[packages/nestjs/src/lib/map.interceptor.ts:23](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/map.interceptor.ts#L23) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[packages/nestjs/src/lib/map.pipe.ts:17](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/map.pipe.ts#L17) +[packages/nestjs/src/lib/map.pipe.ts:17](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/map.pipe.ts#L17) ___ @@ -174,4 +174,4 @@ ___ #### Defined in -[packages/nestjs/src/lib/di/get-mapper-token.ts:3](https://github.com/nartc/mapper/blob/ed14722/packages/nestjs/src/lib/di/get-mapper-token.ts#L3) +[packages/nestjs/src/lib/di/get-mapper-token.ts:3](https://github.com/nartc/mapper/blob/e4b240d/packages/nestjs/src/lib/di/get-mapper-token.ts#L3) diff --git a/packages/documentations/docs/api/pojos/classes/PojosMetadataMap.md b/packages/documentations/docs/api/pojos/classes/PojosMetadataMap.md index dcf64244c..c1bddd59e 100644 --- a/packages/documentations/docs/api/pojos/classes/PojosMetadataMap.md +++ b/packages/documentations/docs/api/pojos/classes/PojosMetadataMap.md @@ -20,7 +20,7 @@ custom_edit_url: null #### Defined in -[lib/metadata-map.ts:13](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L13) +[lib/metadata-map.ts:13](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L13) ## Methods @@ -47,7 +47,7 @@ custom_edit_url: null #### Defined in -[lib/metadata-map.ts:28](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L28) +[lib/metadata-map.ts:28](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L28) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/metadata-map.ts:84](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L84) +[lib/metadata-map.ts:84](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L84) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[lib/metadata-map.ts:24](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L24) +[lib/metadata-map.ts:24](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L24) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[lib/metadata-map.ts:58](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L58) +[lib/metadata-map.ts:58](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L58) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[lib/metadata-map.ts:116](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L116) +[lib/metadata-map.ts:116](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L116) diff --git a/packages/documentations/docs/api/pojos/modules.md b/packages/documentations/docs/api/pojos/modules.md index 88d3a6d1c..98aa80ac9 100644 --- a/packages/documentations/docs/api/pojos/modules.md +++ b/packages/documentations/docs/api/pojos/modules.md @@ -18,7 +18,7 @@ custom_edit_url: null #### Defined in -[lib/metadata-map.ts:8](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/metadata-map.ts#L8) +[lib/metadata-map.ts:8](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/metadata-map.ts#L8) ## Functions @@ -38,4 +38,4 @@ custom_edit_url: null #### Defined in -[lib/pojos.ts:10](https://github.com/nartc/mapper/blob/ed14722/packages/pojos/src/lib/pojos.ts#L10) +[lib/pojos.ts:10](https://github.com/nartc/mapper/blob/e4b240d/packages/pojos/src/lib/pojos.ts#L10) diff --git a/packages/documentations/docs/api/sequelize/modules.md b/packages/documentations/docs/api/sequelize/modules.md index f9de3cb90..4eb822881 100644 --- a/packages/documentations/docs/api/sequelize/modules.md +++ b/packages/documentations/docs/api/sequelize/modules.md @@ -24,4 +24,4 @@ custom_edit_url: null #### Defined in -[lib/sequelize.ts:12](https://github.com/nartc/mapper/blob/ed14722/packages/sequelize/src/lib/sequelize.ts#L12) +[lib/sequelize.ts:12](https://github.com/nartc/mapper/blob/e4b240d/packages/sequelize/src/lib/sequelize.ts#L12) diff --git a/packages/documentations/package-lock.json b/packages/documentations/package-lock.json index b40cd8acd..1c9e4b44c 100644 --- a/packages/documentations/package-lock.json +++ b/packages/documentations/package-lock.json @@ -3987,6 +3987,11 @@ "buffer-indexof": "^1.0.0" } }, + "docusaurus-plugin-typedoc": { + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-0.17.2.tgz", + "integrity": "sha512-4K6kJbyUlUMR7tl2cMfCOG8E/3N0JISw7Wcx0afo0lvrXdZukDqwtpS58Nt/hBVO1s6gzSWyK+PJjseaDq0JdA==" + }, "dom-converter": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", @@ -4834,6 +4839,25 @@ "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" }, + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -5590,6 +5614,11 @@ "minimist": "^1.2.5" } }, + "jsonc-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", + "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==" + }, "jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -5787,6 +5816,11 @@ "yallist": "^4.0.0" } }, + "lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" + }, "make-dir": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", @@ -5807,6 +5841,11 @@ "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" }, + "marked": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", + "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==" + }, "mdast-squeeze-paragraphs": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", @@ -7979,6 +8018,16 @@ "rechoir": "^0.6.2" } }, + "shiki": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.10.1.tgz", + "integrity": "sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng==", + "requires": { + "jsonc-parser": "^3.0.0", + "vscode-oniguruma": "^1.6.1", + "vscode-textmate": "5.2.0" + } + }, "signal-exit": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", @@ -8397,11 +8446,55 @@ "is-typedarray": "^1.0.0" } }, + "typedoc": { + "version": "0.22.13", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz", + "integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==", + "requires": { + "glob": "^7.2.0", + "lunr": "^2.3.9", + "marked": "^4.0.12", + "minimatch": "^5.0.1", + "shiki": "^0.10.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", + "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "typedoc-plugin-markdown": { + "version": "3.11.14", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.14.tgz", + "integrity": "sha512-lh47OQvl0079nB18YL9wuTRRhMpjo300SZKfx/xpQY8qG+GINeSxTod95QBELeI0NP81sNtUbemRDrn5nyef4Q==", + "requires": { + "handlebars": "^4.7.7" + } + }, "ua-parser-js": { "version": "0.7.31", "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz", "integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==" }, + "uglify-js": { + "version": "3.15.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.3.tgz", + "integrity": "sha512-6iCVm2omGJbsu3JWac+p6kUiOpg3wFO2f8lIXjfEb8RrmLjzog1wTPMmwKB7swfzzqxj9YM+sGUM++u1qN4qJg==", + "optional": true + }, "unherit": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", @@ -8768,6 +8861,16 @@ "unist-util-stringify-position": "^2.0.0" } }, + "vscode-oniguruma": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz", + "integrity": "sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==" + }, + "vscode-textmate": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-5.2.0.tgz", + "integrity": "sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==" + }, "wait-on": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-6.0.1.tgz", @@ -9165,6 +9268,11 @@ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==" }, + "wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" + }, "wrap-ansi": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.0.1.tgz", diff --git a/packages/documentations/package.json b/packages/documentations/package.json index 6ad56db46..d42168d90 100644 --- a/packages/documentations/package.json +++ b/packages/documentations/package.json @@ -23,7 +23,8 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "typedoc": "0.22.13", - "typedoc-plugin-markdown": "3.11.14" + "typedoc-plugin-markdown": "3.11.14", + "typescript": "~4.5.5" }, "browserslist": { "production": [