diff --git a/README.md b/README.md index e1c1c17..de9cb16 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -This is a backup repository with encrypted content \ No newline at end of file +This is a backup repository with encrypted content. + +Please do not fork this repository!!! diff --git a/src/app.module.ts b/src/app.module.ts index 44433ee..3bfa8e1 100644 Binary files a/src/app.module.ts and b/src/app.module.ts differ diff --git a/src/app_cluster.service.ts b/src/app_cluster.service.ts index 4384568..32b850e 100644 Binary files a/src/app_cluster.service.ts and b/src/app_cluster.service.ts differ diff --git a/src/config/cache.config.ts b/src/config/cache.config.ts index e518d32..f2fc16c 100644 Binary files a/src/config/cache.config.ts and b/src/config/cache.config.ts differ diff --git a/src/services/cache/cache.service.ts b/src/config/cache/cache.service.ts similarity index 78% rename from src/services/cache/cache.service.ts rename to src/config/cache/cache.service.ts index faf0094..6bdd40b 100644 Binary files a/src/services/cache/cache.service.ts and b/src/config/cache/cache.service.ts differ diff --git a/src/services/cache/none-cache.service.ts b/src/config/cache/none-cache.service.ts similarity index 76% rename from src/services/cache/none-cache.service.ts rename to src/config/cache/none-cache.service.ts index 4e18d33..206c504 100644 Binary files a/src/services/cache/none-cache.service.ts and b/src/config/cache/none-cache.service.ts differ diff --git a/src/config/index.ts b/src/config/index.ts new file mode 100644 index 0000000..295698a Binary files /dev/null and b/src/config/index.ts differ diff --git a/src/services/logger/winston.config.ts b/src/config/winston.config.ts similarity index 100% rename from src/services/logger/winston.config.ts rename to src/config/winston.config.ts diff --git a/src/controller/dto/req.dto.ts b/src/controller/dto/req.dto.ts index 662261f..f6f5f9d 100644 Binary files a/src/controller/dto/req.dto.ts and b/src/controller/dto/req.dto.ts differ diff --git a/src/controller/dto/res.dto.ts b/src/controller/dto/res.dto.ts index 58a0092..78ac9f1 100644 Binary files a/src/controller/dto/res.dto.ts and b/src/controller/dto/res.dto.ts differ diff --git a/src/services/h5st/customAlgorithm.ts b/src/core/algorithm/customAlgorithm.ts similarity index 75% rename from src/services/h5st/customAlgorithm.ts rename to src/core/algorithm/customAlgorithm.ts index 6a8ee24..be00c38 100644 Binary files a/src/services/h5st/customAlgorithm.ts and b/src/core/algorithm/customAlgorithm.ts differ diff --git a/src/core/algorithm/index.ts b/src/core/algorithm/index.ts new file mode 100644 index 0000000..26a325a Binary files /dev/null and b/src/core/algorithm/index.ts differ diff --git a/src/core/algorithm/type.ts b/src/core/algorithm/type.ts new file mode 100644 index 0000000..bd562cf --- /dev/null +++ b/src/core/algorithm/type.ts @@ -0,0 +1 @@ +KV^A\ZG@ZK\HOMKz\O@]HA\CcK]]OIKa^ZGA@]U#$CO^]Z\G@I#$]KICK@Z]@[CLK\#$C[BZG^BGK\@[CLK\#$S#$ \ No newline at end of file diff --git a/src/core/h5st.factory.ts b/src/core/h5st.factory.ts new file mode 100644 index 0000000..d0aed6c Binary files /dev/null and b/src/core/h5st.factory.ts differ diff --git a/src/services/h5st/baseH5st.ts b/src/core/h5st/baseH5st.ts similarity index 87% rename from src/services/h5st/baseH5st.ts rename to src/core/h5st/baseH5st.ts index 66b2777..9a9d38f 100644 Binary files a/src/services/h5st/baseH5st.ts and b/src/core/h5st/baseH5st.ts differ diff --git a/src/config/h5st.config.ts b/src/core/h5st/config.ts similarity index 82% rename from src/config/h5st.config.ts rename to src/core/h5st/config.ts index 12ad49e..dd5cf14 100644 Binary files a/src/config/h5st.config.ts and b/src/core/h5st/config.ts differ diff --git a/src/services/h5st/constant.ts b/src/core/h5st/constant.ts similarity index 100% rename from src/services/h5st/constant.ts rename to src/core/h5st/constant.ts diff --git a/src/core/h5st/h5st4.2.0.ts b/src/core/h5st/h5st4.2.0.ts new file mode 100644 index 0000000..491813e Binary files /dev/null and b/src/core/h5st/h5st4.2.0.ts differ diff --git a/src/core/h5st/h5st4.3.1.ts b/src/core/h5st/h5st4.3.1.ts new file mode 100644 index 0000000..7a9e19b Binary files /dev/null and b/src/core/h5st/h5st4.3.1.ts differ diff --git a/src/core/h5st/h5st4.3.3.ts b/src/core/h5st/h5st4.3.3.ts new file mode 100644 index 0000000..bf998fa Binary files /dev/null and b/src/core/h5st/h5st4.3.3.ts differ diff --git a/src/core/h5st/h5st4.4.0.ts b/src/core/h5st/h5st4.4.0.ts new file mode 100644 index 0000000..118171c Binary files /dev/null and b/src/core/h5st/h5st4.4.0.ts differ diff --git a/src/core/h5st/h5st4.7.1.ts b/src/core/h5st/h5st4.7.1.ts new file mode 100644 index 0000000..22ee001 Binary files /dev/null and b/src/core/h5st/h5st4.7.1.ts differ diff --git a/src/core/h5st/h5st4.7.2.ts b/src/core/h5st/h5st4.7.2.ts new file mode 100644 index 0000000..ee5f4d3 Binary files /dev/null and b/src/core/h5st/h5st4.7.2.ts differ diff --git a/src/core/h5st/h5st4.7.3.ts b/src/core/h5st/h5st4.7.3.ts new file mode 100644 index 0000000..70b2fef Binary files /dev/null and b/src/core/h5st/h5st4.7.3.ts differ diff --git a/src/core/h5st/h5st4.7.4.ts b/src/core/h5st/h5st4.7.4.ts new file mode 100644 index 0000000..c3aec79 Binary files /dev/null and b/src/core/h5st/h5st4.7.4.ts differ diff --git a/src/core/h5st/h5st4.8.1.ts b/src/core/h5st/h5st4.8.1.ts new file mode 100644 index 0000000..f341155 Binary files /dev/null and b/src/core/h5st/h5st4.8.1.ts differ diff --git a/src/core/h5st/h5st4.8.2.ts b/src/core/h5st/h5st4.8.2.ts new file mode 100644 index 0000000..11f7844 Binary files /dev/null and b/src/core/h5st/h5st4.8.2.ts differ diff --git a/src/core/h5st/h5st4.9.1.ts b/src/core/h5st/h5st4.9.1.ts new file mode 100644 index 0000000..ec3c49c Binary files /dev/null and b/src/core/h5st/h5st4.9.1.ts differ diff --git a/src/core/h5st/h5st4.9.2.ts b/src/core/h5st/h5st4.9.2.ts new file mode 100644 index 0000000..1cffde5 Binary files /dev/null and b/src/core/h5st/h5st4.9.2.ts differ diff --git a/src/core/h5st/h5st4.9.3.ts b/src/core/h5st/h5st4.9.3.ts new file mode 100644 index 0000000..5ae990b Binary files /dev/null and b/src/core/h5st/h5st4.9.3.ts differ diff --git a/src/core/h5st/h5st4.9.4.ts b/src/core/h5st/h5st4.9.4.ts new file mode 100644 index 0000000..b419076 Binary files /dev/null and b/src/core/h5st/h5st4.9.4.ts differ diff --git a/src/core/h5st/h5st4.9.5.ts b/src/core/h5st/h5st4.9.5.ts new file mode 100644 index 0000000..32a9683 Binary files /dev/null and b/src/core/h5st/h5st4.9.5.ts differ diff --git a/src/core/h5st/h5st4.9.6.ts b/src/core/h5st/h5st4.9.6.ts new file mode 100644 index 0000000..b337cce Binary files /dev/null and b/src/core/h5st/h5st4.9.6.ts differ diff --git a/src/core/h5st/h5st4.9.7.ts b/src/core/h5st/h5st4.9.7.ts new file mode 100644 index 0000000..1acc17a Binary files /dev/null and b/src/core/h5st/h5st4.9.7.ts differ diff --git a/src/core/h5st/h5st5.0.0.ts b/src/core/h5st/h5st5.0.0.ts new file mode 100644 index 0000000..54f1115 Binary files /dev/null and b/src/core/h5st/h5st5.0.0.ts differ diff --git a/src/core/h5st/h5st5.0.1.ts b/src/core/h5st/h5st5.0.1.ts new file mode 100644 index 0000000..6549ac0 Binary files /dev/null and b/src/core/h5st/h5st5.0.1.ts differ diff --git a/src/core/h5st/index.ts b/src/core/h5st/index.ts new file mode 100644 index 0000000..c09d4bb Binary files /dev/null and b/src/core/h5st/index.ts differ diff --git a/src/core/h5st/type.ts b/src/core/h5st/type.ts new file mode 100644 index 0000000..d514633 Binary files /dev/null and b/src/core/h5st/type.ts differ diff --git a/src/core/h5st/xcx3.1.0.ts b/src/core/h5st/xcx3.1.0.ts new file mode 100644 index 0000000..d656809 Binary files /dev/null and b/src/core/h5st/xcx3.1.0.ts differ diff --git a/src/core/h5st/xcx4.2.0.ts b/src/core/h5st/xcx4.2.0.ts new file mode 100644 index 0000000..a70feda Binary files /dev/null and b/src/core/h5st/xcx4.2.0.ts differ diff --git a/src/core/h5st/xcx4.7.1.ts b/src/core/h5st/xcx4.7.1.ts new file mode 100644 index 0000000..a801f01 Binary files /dev/null and b/src/core/h5st/xcx4.7.1.ts differ diff --git a/src/core/h5st/xcx4.9.1.ts b/src/core/h5st/xcx4.9.1.ts new file mode 100644 index 0000000..d884feb Binary files /dev/null and b/src/core/h5st/xcx4.9.1.ts differ diff --git a/src/core/index.ts b/src/core/index.ts new file mode 100644 index 0000000..91f7f50 Binary files /dev/null and b/src/core/index.ts differ diff --git a/src/core/token.factory.ts b/src/core/token.factory.ts new file mode 100644 index 0000000..f6f277d Binary files /dev/null and b/src/core/token.factory.ts differ diff --git a/src/core/token/baseLocalToken.ts b/src/core/token/baseLocalToken.ts new file mode 100644 index 0000000..5b65d6d Binary files /dev/null and b/src/core/token/baseLocalToken.ts differ diff --git a/src/core/token/index.ts b/src/core/token/index.ts new file mode 100644 index 0000000..1a736f8 Binary files /dev/null and b/src/core/token/index.ts differ diff --git a/src/core/token/localTokenV3.ts b/src/core/token/localTokenV3.ts new file mode 100644 index 0000000..81cb7e9 Binary files /dev/null and b/src/core/token/localTokenV3.ts differ diff --git a/src/services/token/localTokenV4.ts b/src/core/token/localTokenV4.ts similarity index 80% rename from src/services/token/localTokenV4.ts rename to src/core/token/localTokenV4.ts index 4b596df..4d9e397 100644 Binary files a/src/services/token/localTokenV4.ts and b/src/core/token/localTokenV4.ts differ diff --git a/src/core/token/type.ts b/src/core/token/type.ts new file mode 100644 index 0000000..82395f1 Binary files /dev/null and b/src/core/token/type.ts differ diff --git a/src/factory/h5st.factory.ts b/src/factory/h5st.factory.ts deleted file mode 100644 index 20f5928..0000000 Binary files a/src/factory/h5st.factory.ts and /dev/null differ diff --git a/src/factory/token.factory.ts b/src/factory/token.factory.ts deleted file mode 100644 index 058097f..0000000 Binary files a/src/factory/token.factory.ts and /dev/null differ diff --git a/src/filter/business-exception.filter.ts b/src/filter/business-exception.filter.ts index 26f46df..c7e109a 100644 Binary files a/src/filter/business-exception.filter.ts and b/src/filter/business-exception.filter.ts differ diff --git a/src/filter/validation-exception.filter.ts b/src/filter/validation-exception.filter.ts index 9483b43..147caea 100644 Binary files a/src/filter/validation-exception.filter.ts and b/src/filter/validation-exception.filter.ts differ diff --git a/src/main.ts b/src/main.ts index 0ea6768..621a041 100644 Binary files a/src/main.ts and b/src/main.ts differ diff --git a/src/services/command.service.ts b/src/services/command.service.ts index fea6a3a..345b924 100644 Binary files a/src/services/command.service.ts and b/src/services/command.service.ts differ diff --git a/src/services/h5st.service.ts b/src/services/h5st.service.ts index eea00ce..817f07d 100644 Binary files a/src/services/h5st.service.ts and b/src/services/h5st.service.ts differ diff --git a/src/services/h5st/h5st4.2.0.ts b/src/services/h5st/h5st4.2.0.ts deleted file mode 100644 index 3574763..0000000 Binary files a/src/services/h5st/h5st4.2.0.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.3.1.ts b/src/services/h5st/h5st4.3.1.ts deleted file mode 100644 index d53e9d6..0000000 Binary files a/src/services/h5st/h5st4.3.1.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.3.3.ts b/src/services/h5st/h5st4.3.3.ts deleted file mode 100644 index 3362047..0000000 Binary files a/src/services/h5st/h5st4.3.3.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.4.0.ts b/src/services/h5st/h5st4.4.0.ts deleted file mode 100644 index 31a74c9..0000000 Binary files a/src/services/h5st/h5st4.4.0.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.7.1.ts b/src/services/h5st/h5st4.7.1.ts deleted file mode 100644 index 39289e5..0000000 Binary files a/src/services/h5st/h5st4.7.1.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.7.2.ts b/src/services/h5st/h5st4.7.2.ts deleted file mode 100644 index 03295f2..0000000 Binary files a/src/services/h5st/h5st4.7.2.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.7.3.ts b/src/services/h5st/h5st4.7.3.ts deleted file mode 100644 index f46f563..0000000 Binary files a/src/services/h5st/h5st4.7.3.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.7.4.ts b/src/services/h5st/h5st4.7.4.ts deleted file mode 100644 index d6044b8..0000000 Binary files a/src/services/h5st/h5st4.7.4.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.8.1.ts b/src/services/h5st/h5st4.8.1.ts deleted file mode 100644 index cac54b4..0000000 Binary files a/src/services/h5st/h5st4.8.1.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.8.2.ts b/src/services/h5st/h5st4.8.2.ts deleted file mode 100644 index 5a18168..0000000 Binary files a/src/services/h5st/h5st4.8.2.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.1.ts b/src/services/h5st/h5st4.9.1.ts deleted file mode 100644 index 060bda3..0000000 Binary files a/src/services/h5st/h5st4.9.1.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.2.ts b/src/services/h5st/h5st4.9.2.ts deleted file mode 100644 index 504d4f8..0000000 Binary files a/src/services/h5st/h5st4.9.2.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.3.ts b/src/services/h5st/h5st4.9.3.ts deleted file mode 100644 index e345ce4..0000000 Binary files a/src/services/h5st/h5st4.9.3.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.4.ts b/src/services/h5st/h5st4.9.4.ts deleted file mode 100644 index d28b9a1..0000000 Binary files a/src/services/h5st/h5st4.9.4.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.5.ts b/src/services/h5st/h5st4.9.5.ts deleted file mode 100644 index 14e233a..0000000 Binary files a/src/services/h5st/h5st4.9.5.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.6.ts b/src/services/h5st/h5st4.9.6.ts deleted file mode 100644 index 4bd7a10..0000000 Binary files a/src/services/h5st/h5st4.9.6.ts and /dev/null differ diff --git a/src/services/h5st/h5st4.9.7.ts b/src/services/h5st/h5st4.9.7.ts deleted file mode 100644 index b3bd8c4..0000000 Binary files a/src/services/h5st/h5st4.9.7.ts and /dev/null differ diff --git a/src/services/h5st/h5st5.0.0.ts b/src/services/h5st/h5st5.0.0.ts deleted file mode 100644 index ac12909..0000000 Binary files a/src/services/h5st/h5st5.0.0.ts and /dev/null differ diff --git a/src/services/h5st/type.ts b/src/services/h5st/type.ts deleted file mode 100644 index ad0376f..0000000 Binary files a/src/services/h5st/type.ts and /dev/null differ diff --git a/src/services/h5st/xcx3.1.0.ts b/src/services/h5st/xcx3.1.0.ts deleted file mode 100644 index b6a6e77..0000000 Binary files a/src/services/h5st/xcx3.1.0.ts and /dev/null differ diff --git a/src/services/h5st/xcx4.2.0.ts b/src/services/h5st/xcx4.2.0.ts deleted file mode 100644 index fb15fbe..0000000 Binary files a/src/services/h5st/xcx4.2.0.ts and /dev/null differ diff --git a/src/services/h5st/xcx4.7.1.ts b/src/services/h5st/xcx4.7.1.ts deleted file mode 100644 index 3e1e696..0000000 Binary files a/src/services/h5st/xcx4.7.1.ts and /dev/null differ diff --git a/src/services/h5st/xcx4.9.1.ts b/src/services/h5st/xcx4.9.1.ts deleted file mode 100644 index d06dfe0..0000000 Binary files a/src/services/h5st/xcx4.9.1.ts and /dev/null differ diff --git a/src/services/sign.service.ts b/src/services/sign.service.ts index 5b70cb7..99272e7 100644 Binary files a/src/services/sign.service.ts and b/src/services/sign.service.ts differ diff --git a/src/services/token/baseLocalToken.ts b/src/services/token/baseLocalToken.ts deleted file mode 100644 index 3170b16..0000000 Binary files a/src/services/token/baseLocalToken.ts and /dev/null differ diff --git a/src/services/token/localTokenV3.ts b/src/services/token/localTokenV3.ts deleted file mode 100644 index 7828135..0000000 Binary files a/src/services/token/localTokenV3.ts and /dev/null differ diff --git a/src/utils/baseUtils.ts b/src/utils/baseUtils.ts index 3aa179f..915d041 100644 Binary files a/src/utils/baseUtils.ts and b/src/utils/baseUtils.ts differ diff --git a/types/nestjs-cls.d.ts b/types/nestjs-cls.d.ts index cb97feb..7a6abde 100644 Binary files a/types/nestjs-cls.d.ts and b/types/nestjs-cls.d.ts differ