@axiumine/koa-utils 3.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +236 -0
- package/dist/dataSources/MariaDB.d.mts +4 -0
- package/dist/dataSources/MariaDB.mjs +74 -0
- package/dist/dataSources/MariaDB.mjs.map +1 -0
- package/dist/dataSources/MongoDB.d.mts +2 -0
- package/dist/dataSources/MongoDB.mjs +35 -0
- package/dist/dataSources/MongoDB.mjs.map +1 -0
- package/dist/dataSources/PostgreSQL.d.mts +17 -0
- package/dist/dataSources/PostgreSQL.mjs +109 -0
- package/dist/dataSources/PostgreSQL.mjs.map +1 -0
- package/dist/dataSources/Redis.d.mts +4629 -0
- package/dist/dataSources/Redis.mjs +44 -0
- package/dist/dataSources/Redis.mjs.map +1 -0
- package/dist/email/SocketLabsLib.d.mts +109 -0
- package/dist/email/SocketLabsLib.mjs +500 -0
- package/dist/email/SocketLabsLib.mjs.map +1 -0
- package/dist/files/IUploadTemp.d.mts +4 -0
- package/dist/files/IUploadTemp.mjs +2 -0
- package/dist/files/IUploadTemp.mjs.map +1 -0
- package/dist/files/checkForNSFW.d.mts +1 -0
- package/dist/files/checkForNSFW.mjs +22 -0
- package/dist/files/checkForNSFW.mjs.map +1 -0
- package/dist/files/fileConst.d.mts +7 -0
- package/dist/files/fileConst.mjs +4 -0
- package/dist/files/fileConst.mjs.map +1 -0
- package/dist/files/moveFileStaticDomain.d.mts +8 -0
- package/dist/files/moveFileStaticDomain.mjs +13 -0
- package/dist/files/moveFileStaticDomain.mjs.map +1 -0
- package/dist/files/moveImageFile.d.mts +1 -0
- package/dist/files/moveImageFile.mjs +7 -0
- package/dist/files/moveImageFile.mjs.map +1 -0
- package/dist/files/moveTempFile.d.mts +7 -0
- package/dist/files/moveTempFile.mjs +18 -0
- package/dist/files/moveTempFile.mjs.map +1 -0
- package/dist/files/reEncodeToJpeg.d.mts +1 -0
- package/dist/files/reEncodeToJpeg.mjs +5 -0
- package/dist/files/reEncodeToJpeg.mjs.map +1 -0
- package/dist/files/reEncodeToPng.d.mts +1 -0
- package/dist/files/reEncodeToPng.mjs +5 -0
- package/dist/files/reEncodeToPng.mjs.map +1 -0
- package/dist/files/reEncodeToWebp.d.mts +1 -0
- package/dist/files/reEncodeToWebp.mjs +5 -0
- package/dist/files/reEncodeToWebp.mjs.map +1 -0
- package/dist/files/scanVirus.d.mts +6 -0
- package/dist/files/scanVirus.mjs +56 -0
- package/dist/files/scanVirus.mjs.map +1 -0
- package/dist/files/storeUploadAsTemp.d.mts +3 -0
- package/dist/files/storeUploadAsTemp.mjs +54 -0
- package/dist/files/storeUploadAsTemp.mjs.map +1 -0
- package/dist/files/uploadTempImage.d.mts +8 -0
- package/dist/files/uploadTempImage.mjs +42 -0
- package/dist/files/uploadTempImage.mjs.map +1 -0
- package/dist/files/uploadTempPdf.d.mts +8 -0
- package/dist/files/uploadTempPdf.mjs +42 -0
- package/dist/files/uploadTempPdf.mjs.map +1 -0
- package/dist/files/validateExtension.d.mts +6 -0
- package/dist/files/validateExtension.mjs +11 -0
- package/dist/files/validateExtension.mjs.map +1 -0
- package/dist/files/validateJpgPngExtension.d.mts +1 -0
- package/dist/files/validateJpgPngExtension.mjs +9 -0
- package/dist/files/validateJpgPngExtension.mjs.map +1 -0
- package/dist/files/validateMimeType.d.mts +6 -0
- package/dist/files/validateMimeType.mjs +18 -0
- package/dist/files/validateMimeType.mjs.map +1 -0
- package/dist/files/validateMimeTypeImages.d.mts +5 -0
- package/dist/files/validateMimeTypeImages.mjs +9 -0
- package/dist/files/validateMimeTypeImages.mjs.map +1 -0
- package/dist/files/validateMimeTypePdf.d.mts +5 -0
- package/dist/files/validateMimeTypePdf.mjs +9 -0
- package/dist/files/validateMimeTypePdf.mjs.map +1 -0
- package/dist/files/validatePdfExtension.d.mts +1 -0
- package/dist/files/validatePdfExtension.mjs +9 -0
- package/dist/files/validatePdfExtension.mjs.map +1 -0
- package/dist/graphQL/models/MongoDB/UserBase.d.mts +61 -0
- package/dist/graphQL/models/MongoDB/UserBase.mjs +112 -0
- package/dist/graphQL/models/MongoDB/UserBase.mjs.map +1 -0
- package/dist/graphQL/models/MongoDB/log/DevStatsGraphQLCalls.d.mts +25 -0
- package/dist/graphQL/models/MongoDB/log/DevStatsGraphQLCalls.mjs +36 -0
- package/dist/graphQL/models/MongoDB/log/DevStatsGraphQLCalls.mjs.map +1 -0
- package/dist/graphQL/models/MongoDB/log/LogGlobalError.d.mts +16 -0
- package/dist/graphQL/models/MongoDB/log/LogGlobalError.mjs +25 -0
- package/dist/graphQL/models/MongoDB/log/LogGlobalError.mjs.map +1 -0
- package/dist/graphQL/models/MongoDB/log/LogStatsGraphql.d.mts +18 -0
- package/dist/graphQL/models/MongoDB/log/LogStatsGraphql.mjs +33 -0
- package/dist/graphQL/models/MongoDB/log/LogStatsGraphql.mjs.map +1 -0
- package/dist/graphQL/models/MongoDB/log/LogThrow.d.mts +17 -0
- package/dist/graphQL/models/MongoDB/log/LogThrow.mjs +28 -0
- package/dist/graphQL/models/MongoDB/log/LogThrow.mjs.map +1 -0
- package/dist/graphQL/schema/GraphQLInput/GraphQLInputLogin.d.mts +2 -0
- package/dist/graphQL/schema/GraphQLInput/GraphQLInputLogin.mjs +9 -0
- package/dist/graphQL/schema/GraphQLInput/GraphQLInputLogin.mjs.map +1 -0
- package/dist/graphQL/schema/context/IContextAuthenticatedResource.d.mts +16 -0
- package/dist/graphQL/schema/context/IContextAuthenticatedResource.mjs +2 -0
- package/dist/graphQL/schema/context/IContextAuthenticatedResource.mjs.map +1 -0
- package/dist/graphQL/schema/context/IContextKoaErrorHandler.d.mts +11 -0
- package/dist/graphQL/schema/context/IContextKoaErrorHandler.mjs +2 -0
- package/dist/graphQL/schema/context/IContextKoaErrorHandler.mjs.map +1 -0
- package/dist/graphQL/schema/context/IContextLogin.d.mts +4 -0
- package/dist/graphQL/schema/context/IContextLogin.mjs +2 -0
- package/dist/graphQL/schema/context/IContextLogin.mjs.map +1 -0
- package/dist/graphQL/schema/context/IContextLogout.d.mts +18 -0
- package/dist/graphQL/schema/context/IContextLogout.mjs +2 -0
- package/dist/graphQL/schema/context/IContextLogout.mjs.map +1 -0
- package/dist/graphQL/schema/context/IContextRefresh.d.mts +19 -0
- package/dist/graphQL/schema/context/IContextRefresh.mjs +2 -0
- package/dist/graphQL/schema/context/IContextRefresh.mjs.map +1 -0
- package/dist/graphQL/schema/context/TCommonHeaders.d.mts +15 -0
- package/dist/graphQL/schema/context/TCommonHeaders.mjs +2 -0
- package/dist/graphQL/schema/context/TCommonHeaders.mjs.map +1 -0
- package/dist/graphQL/schema/interfaces/IFindAndUpdate.d.mts +16 -0
- package/dist/graphQL/schema/interfaces/IFindAndUpdate.mjs +2 -0
- package/dist/graphQL/schema/interfaces/IFindAndUpdate.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/emailChangeHashVerify.d.mts +22 -0
- package/dist/graphQL/schema/mutations/emailChangeHashVerify.mjs +94 -0
- package/dist/graphQL/schema/mutations/emailChangeHashVerify.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/login4Ever.d.mts +22 -0
- package/dist/graphQL/schema/mutations/login4Ever.mjs +60 -0
- package/dist/graphQL/schema/mutations/login4Ever.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/loginAdmin.d.mts +29 -0
- package/dist/graphQL/schema/mutations/loginAdmin.mjs +59 -0
- package/dist/graphQL/schema/mutations/loginAdmin.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/loginRememberme.d.mts +26 -0
- package/dist/graphQL/schema/mutations/loginRememberme.mjs +54 -0
- package/dist/graphQL/schema/mutations/loginRememberme.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/logout.d.mts +7 -0
- package/dist/graphQL/schema/mutations/logout.mjs +28 -0
- package/dist/graphQL/schema/mutations/logout.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/refresh.d.mts +10 -0
- package/dist/graphQL/schema/mutations/refresh.mjs +59 -0
- package/dist/graphQL/schema/mutations/refresh.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/resetPwd.d.mts +19 -0
- package/dist/graphQL/schema/mutations/resetPwd.mjs +91 -0
- package/dist/graphQL/schema/mutations/resetPwd.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/signUp.d.mts +19 -0
- package/dist/graphQL/schema/mutations/signUp.mjs +55 -0
- package/dist/graphQL/schema/mutations/signUp.mjs.map +1 -0
- package/dist/graphQL/schema/mutations/updatePassword.d.mts +23 -0
- package/dist/graphQL/schema/mutations/updatePassword.mjs +70 -0
- package/dist/graphQL/schema/mutations/updatePassword.mjs.map +1 -0
- package/dist/graphQL/schema/types/DeleteType.d.mts +6 -0
- package/dist/graphQL/schema/types/DeleteType.mjs +13 -0
- package/dist/graphQL/schema/types/DeleteType.mjs.map +1 -0
- package/dist/graphQL/schema/types/DoneType.d.mts +2 -0
- package/dist/graphQL/schema/types/DoneType.mjs +10 -0
- package/dist/graphQL/schema/types/DoneType.mjs.map +1 -0
- package/dist/graphQL/schema/types/FindOneAndUpdateType.d.mts +2 -0
- package/dist/graphQL/schema/types/FindOneAndUpdateType.mjs +15 -0
- package/dist/graphQL/schema/types/FindOneAndUpdateType.mjs.map +1 -0
- package/dist/graphQL/schema/types/LoginAppType.d.mts +2 -0
- package/dist/graphQL/schema/types/LoginAppType.mjs +11 -0
- package/dist/graphQL/schema/types/LoginAppType.mjs.map +1 -0
- package/dist/graphQL/schema/types/LoginType.d.mts +2 -0
- package/dist/graphQL/schema/types/LoginType.mjs +9 -0
- package/dist/graphQL/schema/types/LoginType.mjs.map +1 -0
- package/dist/graphQL/schema/types/MidNameType.d.mts +5 -0
- package/dist/graphQL/schema/types/MidNameType.mjs +12 -0
- package/dist/graphQL/schema/types/MidNameType.mjs.map +1 -0
- package/dist/graphQL/schema/types/OnlyIdType.d.mts +2 -0
- package/dist/graphQL/schema/types/OnlyIdType.mjs +8 -0
- package/dist/graphQL/schema/types/OnlyIdType.mjs.map +1 -0
- package/dist/graphQL/schema/types/RefreshType.d.mts +2 -0
- package/dist/graphQL/schema/types/RefreshType.mjs +10 -0
- package/dist/graphQL/schema/types/RefreshType.mjs.map +1 -0
- package/dist/graphQL/schema/types/RetStatusMexType.d.mts +2 -0
- package/dist/graphQL/schema/types/RetStatusMexType.mjs +9 -0
- package/dist/graphQL/schema/types/RetStatusMexType.mjs.map +1 -0
- package/dist/graphQL/schema/types/RetStatusType.d.mts +2 -0
- package/dist/graphQL/schema/types/RetStatusType.mjs +8 -0
- package/dist/graphQL/schema/types/RetStatusType.mjs.map +1 -0
- package/dist/graphQL/schema/types/SaveType.d.mts +2 -0
- package/dist/graphQL/schema/types/SaveType.mjs +9 -0
- package/dist/graphQL/schema/types/SaveType.mjs.map +1 -0
- package/dist/graphQL/schema/types/SidNameType.d.mts +5 -0
- package/dist/graphQL/schema/types/SidNameType.mjs +12 -0
- package/dist/graphQL/schema/types/SidNameType.mjs.map +1 -0
- package/dist/graphQL/schema/types/SidNomeType.d.mts +5 -0
- package/dist/graphQL/schema/types/SidNomeType.mjs +12 -0
- package/dist/graphQL/schema/types/SidNomeType.mjs.map +1 -0
- package/dist/graphQL/schema/types/UpdateResultType.d.mts +2 -0
- package/dist/graphQL/schema/types/UpdateResultType.mjs +9 -0
- package/dist/graphQL/schema/types/UpdateResultType.mjs.map +1 -0
- package/dist/graphQL/status.d.mts +7 -0
- package/dist/graphQL/status.mjs +8 -0
- package/dist/graphQL/status.mjs.map +1 -0
- package/dist/graphQL/throw/throwAccessTokenExpiredOrDeleted.d.mts +1 -0
- package/dist/graphQL/throw/throwAccessTokenExpiredOrDeleted.mjs +5 -0
- package/dist/graphQL/throw/throwAccessTokenExpiredOrDeleted.mjs.map +1 -0
- package/dist/graphQL/throw/throwAccessTokenRequired.d.mts +1 -0
- package/dist/graphQL/throw/throwAccessTokenRequired.mjs +5 -0
- package/dist/graphQL/throw/throwAccessTokenRequired.mjs.map +1 -0
- package/dist/graphQL/throw/throwAlreadyDone.d.mts +4 -0
- package/dist/graphQL/throw/throwAlreadyDone.mjs +8 -0
- package/dist/graphQL/throw/throwAlreadyDone.mjs.map +1 -0
- package/dist/graphQL/throw/throwAlreadyTakenError.d.mts +1 -0
- package/dist/graphQL/throw/throwAlreadyTakenError.mjs +6 -0
- package/dist/graphQL/throw/throwAlreadyTakenError.mjs.map +1 -0
- package/dist/graphQL/throw/throwConflictError.d.mts +1 -0
- package/dist/graphQL/throw/throwConflictError.mjs +6 -0
- package/dist/graphQL/throw/throwConflictError.mjs.map +1 -0
- package/dist/graphQL/throw/throwErrorWrongUserInput.d.mts +1 -0
- package/dist/graphQL/throw/throwErrorWrongUserInput.mjs +5 -0
- package/dist/graphQL/throw/throwErrorWrongUserInput.mjs.map +1 -0
- package/dist/graphQL/throw/throwForbiddenError.d.mts +1 -0
- package/dist/graphQL/throw/throwForbiddenError.mjs +5 -0
- package/dist/graphQL/throw/throwForbiddenError.mjs.map +1 -0
- package/dist/graphQL/throw/throwGoneError.d.mts +1 -0
- package/dist/graphQL/throw/throwGoneError.mjs +6 -0
- package/dist/graphQL/throw/throwGoneError.mjs.map +1 -0
- package/dist/graphQL/throw/throwGraphQLError.d.mts +1 -0
- package/dist/graphQL/throw/throwGraphQLError.mjs +10 -0
- package/dist/graphQL/throw/throwGraphQLError.mjs.map +1 -0
- package/dist/graphQL/throw/throwInternalError.d.mts +1 -0
- package/dist/graphQL/throw/throwInternalError.mjs +5 -0
- package/dist/graphQL/throw/throwInternalError.mjs.map +1 -0
- package/dist/graphQL/throw/throwMethodNotAllowedError.d.mts +1 -0
- package/dist/graphQL/throw/throwMethodNotAllowedError.mjs +6 -0
- package/dist/graphQL/throw/throwMethodNotAllowedError.mjs.map +1 -0
- package/dist/graphQL/throw/throwMissingMalformedInvalidToken.d.mts +1 -0
- package/dist/graphQL/throw/throwMissingMalformedInvalidToken.mjs +5 -0
- package/dist/graphQL/throw/throwMissingMalformedInvalidToken.mjs.map +1 -0
- package/dist/graphQL/throw/throwNotAcceptableError.d.mts +1 -0
- package/dist/graphQL/throw/throwNotAcceptableError.mjs +6 -0
- package/dist/graphQL/throw/throwNotAcceptableError.mjs.map +1 -0
- package/dist/graphQL/throw/throwNotFoundError.d.mts +1 -0
- package/dist/graphQL/throw/throwNotFoundError.mjs +6 -0
- package/dist/graphQL/throw/throwNotFoundError.mjs.map +1 -0
- package/dist/graphQL/throw/throwNotImplementedError.d.mts +1 -0
- package/dist/graphQL/throw/throwNotImplementedError.mjs +6 -0
- package/dist/graphQL/throw/throwNotImplementedError.mjs.map +1 -0
- package/dist/graphQL/throw/throwPaymentRequiredError.d.mts +1 -0
- package/dist/graphQL/throw/throwPaymentRequiredError.mjs +5 -0
- package/dist/graphQL/throw/throwPaymentRequiredError.mjs.map +1 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthCookie.d.mts +1 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthCookie.mjs +5 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthCookie.mjs.map +1 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthHeader.d.mts +1 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthHeader.mjs +5 -0
- package/dist/graphQL/throw/throwPreconditionFailedNoAuthHeader.mjs.map +1 -0
- package/dist/graphQL/throw/throwRefreshTokenExpiredOrDeleted.d.mts +1 -0
- package/dist/graphQL/throw/throwRefreshTokenExpiredOrDeleted.mjs +5 -0
- package/dist/graphQL/throw/throwRefreshTokenExpiredOrDeleted.mjs.map +1 -0
- package/dist/graphQL/throw/throwRefreshTokenRequired.d.mts +1 -0
- package/dist/graphQL/throw/throwRefreshTokenRequired.mjs +5 -0
- package/dist/graphQL/throw/throwRefreshTokenRequired.mjs.map +1 -0
- package/dist/graphQL/throw/throwRefreshTokenSignatureRequired.d.mts +1 -0
- package/dist/graphQL/throw/throwRefreshTokenSignatureRequired.mjs +5 -0
- package/dist/graphQL/throw/throwRefreshTokenSignatureRequired.mjs.map +1 -0
- package/dist/graphQL/throw/throwTooManyRequestsError.d.mts +1 -0
- package/dist/graphQL/throw/throwTooManyRequestsError.mjs +5 -0
- package/dist/graphQL/throw/throwTooManyRequestsError.mjs.map +1 -0
- package/dist/graphQL/throw/throwUnauthorizedError.d.mts +1 -0
- package/dist/graphQL/throw/throwUnauthorizedError.mjs +5 -0
- package/dist/graphQL/throw/throwUnauthorizedError.mjs.map +1 -0
- package/dist/graphQL/throw/throwUnprocessableContentError.d.mts +1 -0
- package/dist/graphQL/throw/throwUnprocessableContentError.mjs +5 -0
- package/dist/graphQL/throw/throwUnprocessableContentError.mjs.map +1 -0
- package/dist/graphQL/throw/throwUnsupportedMediaTypeError.d.mts +1 -0
- package/dist/graphQL/throw/throwUnsupportedMediaTypeError.mjs +5 -0
- package/dist/graphQL/throw/throwUnsupportedMediaTypeError.mjs.map +1 -0
- package/dist/koa/IFileUpload.d.mts +6 -0
- package/dist/koa/IFileUpload.mjs +2 -0
- package/dist/koa/IFileUpload.mjs.map +1 -0
- package/dist/koa/IKoaError.d.mts +15 -0
- package/dist/koa/IKoaError.mjs +2 -0
- package/dist/koa/IKoaError.mjs.map +1 -0
- package/dist/koa/customFormatErrorFn.d.mts +2 -0
- package/dist/koa/customFormatErrorFn.mjs +10 -0
- package/dist/koa/customFormatErrorFn.mjs.map +1 -0
- package/dist/koa/logRequestToDb.d.mts +3 -0
- package/dist/koa/logRequestToDb.mjs +16 -0
- package/dist/koa/logRequestToDb.mjs.map +1 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken.d.mts +4 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken.mjs +2 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken.mjs.map +1 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/index.d.mts +4 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/index.mjs +35 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/index.mjs.map +1 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken.d.mts +3 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken.mjs +41 -0
- package/dist/koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken.mjs.map +1 -0
- package/dist/koa/middleware/authenticatedLogoutHandler/index.d.mts +4 -0
- package/dist/koa/middleware/authenticatedLogoutHandler/index.mjs +65 -0
- package/dist/koa/middleware/authenticatedLogoutHandler/index.mjs.map +1 -0
- package/dist/koa/middleware/authenticatedResourceHandler/index.d.mts +6 -0
- package/dist/koa/middleware/authenticatedResourceHandler/index.mjs +47 -0
- package/dist/koa/middleware/authenticatedResourceHandler/index.mjs.map +1 -0
- package/dist/koa/middleware/debug/index.d.mts +3 -0
- package/dist/koa/middleware/debug/index.mjs +9 -0
- package/dist/koa/middleware/debug/index.mjs.map +1 -0
- package/dist/koa/router/verifyEmail.d.mts +2 -0
- package/dist/koa/router/verifyEmail.mjs +46 -0
- package/dist/koa/router/verifyEmail.mjs.map +1 -0
- package/dist/koa/tdwKoaErrorHandler.d.mts +3 -0
- package/dist/koa/tdwKoaErrorHandler.mjs +40 -0
- package/dist/koa/tdwKoaErrorHandler.mjs.map +1 -0
- package/dist/lib/ArrayLib.d.mts +4 -0
- package/dist/lib/ArrayLib.mjs +10 -0
- package/dist/lib/ArrayLib.mjs.map +1 -0
- package/dist/lib/Constants.d.mts +7 -0
- package/dist/lib/Constants.mjs +8 -0
- package/dist/lib/Constants.mjs.map +1 -0
- package/dist/lib/DateLib.d.mts +9 -0
- package/dist/lib/DateLib.mjs +36 -0
- package/dist/lib/DateLib.mjs.map +1 -0
- package/dist/lib/IAuthorizationDisDel.d.mts +4 -0
- package/dist/lib/IAuthorizationDisDel.mjs +2 -0
- package/dist/lib/IAuthorizationDisDel.mjs.map +1 -0
- package/dist/lib/ICookies.d.mts +13 -0
- package/dist/lib/ICookies.mjs +2 -0
- package/dist/lib/ICookies.mjs.map +1 -0
- package/dist/lib/MariaDB/IMariaDBErr.d.mts +6 -0
- package/dist/lib/MariaDB/IMariaDBErr.mjs +2 -0
- package/dist/lib/MariaDB/IMariaDBErr.mjs.map +1 -0
- package/dist/lib/MariaDB/MariaDBErrType.d.mts +3 -0
- package/dist/lib/MariaDB/MariaDBErrType.mjs +6 -0
- package/dist/lib/MariaDB/MariaDBErrType.mjs.map +1 -0
- package/dist/lib/MariaDB/throwSqlErrors.d.mts +2 -0
- package/dist/lib/MariaDB/throwSqlErrors.mjs +22 -0
- package/dist/lib/MariaDB/throwSqlErrors.mjs.map +1 -0
- package/dist/lib/MongoDB/IMongoDBError.d.mts +12 -0
- package/dist/lib/MongoDB/IMongoDBError.mjs +2 -0
- package/dist/lib/MongoDB/IMongoDBError.mjs.map +1 -0
- package/dist/lib/MongoDB/IOnboarding.d.mts +4 -0
- package/dist/lib/MongoDB/IOnboarding.mjs +2 -0
- package/dist/lib/MongoDB/IOnboarding.mjs.map +1 -0
- package/dist/lib/MongoDB/MongoDBErrType.d.mts +3 -0
- package/dist/lib/MongoDB/MongoDBErrType.mjs +5 -0
- package/dist/lib/MongoDB/MongoDBErrType.mjs.map +1 -0
- package/dist/lib/MongoDB/throwIfMongoErr.d.mts +2 -0
- package/dist/lib/MongoDB/throwIfMongoErr.mjs +16 -0
- package/dist/lib/MongoDB/throwIfMongoErr.mjs.map +1 -0
- package/dist/lib/MongoDB/throwMongoErrors.d.mts +2 -0
- package/dist/lib/MongoDB/throwMongoErrors.mjs +10 -0
- package/dist/lib/MongoDB/throwMongoErrors.mjs.map +1 -0
- package/dist/lib/NumLib.d.mts +10 -0
- package/dist/lib/NumLib.mjs +14 -0
- package/dist/lib/NumLib.mjs.map +1 -0
- package/dist/lib/PostgreSQL/IPostgresError.d.mts +6 -0
- package/dist/lib/PostgreSQL/IPostgresError.mjs +2 -0
- package/dist/lib/PostgreSQL/IPostgresError.mjs.map +1 -0
- package/dist/lib/PostgreSQL/IPostgresErrorCodes.d.mts +3 -0
- package/dist/lib/PostgreSQL/IPostgresErrorCodes.mjs +5 -0
- package/dist/lib/PostgreSQL/IPostgresErrorCodes.mjs.map +1 -0
- package/dist/lib/PostgreSQL/makePostgreSqlLogError.d.mts +2 -0
- package/dist/lib/PostgreSQL/makePostgreSqlLogError.mjs +4 -0
- package/dist/lib/PostgreSQL/makePostgreSqlLogError.mjs.map +1 -0
- package/dist/lib/Redis/RedisBoolean.d.mts +4 -0
- package/dist/lib/Redis/RedisBoolean.mjs +6 -0
- package/dist/lib/Redis/RedisBoolean.mjs.map +1 -0
- package/dist/lib/Redis/fromRedisBooleanValue.d.mts +2 -0
- package/dist/lib/Redis/fromRedisBooleanValue.mjs +5 -0
- package/dist/lib/Redis/fromRedisBooleanValue.mjs.map +1 -0
- package/dist/lib/Redis/toRedisBooleanValue.d.mts +2 -0
- package/dist/lib/Redis/toRedisBooleanValue.mjs +5 -0
- package/dist/lib/Redis/toRedisBooleanValue.mjs.map +1 -0
- package/dist/lib/StringLib.d.mts +16 -0
- package/dist/lib/StringLib.mjs +58 -0
- package/dist/lib/StringLib.mjs.map +1 -0
- package/dist/lib/checkEmailLen.d.mts +1 -0
- package/dist/lib/checkEmailLen.mjs +11 -0
- package/dist/lib/checkEmailLen.mjs.map +1 -0
- package/dist/lib/checkPwdLen.d.mts +1 -0
- package/dist/lib/checkPwdLen.mjs +13 -0
- package/dist/lib/checkPwdLen.mjs.map +1 -0
- package/dist/lib/db/log/hitStat.d.mts +1 -0
- package/dist/lib/db/log/hitStat.mjs +13 -0
- package/dist/lib/db/log/hitStat.mjs.map +1 -0
- package/dist/lib/db/log/logGlobalError.d.mts +6 -0
- package/dist/lib/db/log/logGlobalError.mjs +12 -0
- package/dist/lib/db/log/logGlobalError.mjs.map +1 -0
- package/dist/lib/db/log/logGraphql.d.mts +9 -0
- package/dist/lib/db/log/logGraphql.mjs +27 -0
- package/dist/lib/db/log/logGraphql.mjs.map +1 -0
- package/dist/lib/db/log/logThrow.d.mts +1 -0
- package/dist/lib/db/log/logThrow.mjs +15 -0
- package/dist/lib/db/log/logThrow.mjs.map +1 -0
- package/dist/lib/db/login/ILoginSet.d.mts +7 -0
- package/dist/lib/db/login/ILoginSet.mjs +2 -0
- package/dist/lib/db/login/ILoginSet.mjs.map +1 -0
- package/dist/lib/db/login/ILoginUnset.d.mts +5 -0
- package/dist/lib/db/login/ILoginUnset.mjs +2 -0
- package/dist/lib/db/login/ILoginUnset.mjs.map +1 -0
- package/dist/lib/db/registerNewUser.d.mts +2 -0
- package/dist/lib/db/registerNewUser.mjs +33 -0
- package/dist/lib/db/registerNewUser.mjs.map +1 -0
- package/dist/lib/db/userExist.d.mts +2 -0
- package/dist/lib/db/userExist.mjs +8 -0
- package/dist/lib/db/userExist.mjs.map +1 -0
- package/dist/lib/emailHash.d.mts +1 -0
- package/dist/lib/emailHash.mjs +7 -0
- package/dist/lib/emailHash.mjs.map +1 -0
- package/dist/lib/encryptPassword.d.mts +1 -0
- package/dist/lib/encryptPassword.mjs +6 -0
- package/dist/lib/encryptPassword.mjs.map +1 -0
- package/dist/lib/hash.d.mts +6 -0
- package/dist/lib/hash.mjs +15 -0
- package/dist/lib/hash.mjs.map +1 -0
- package/dist/lib/makeOnboardingData.d.mts +2 -0
- package/dist/lib/makeOnboardingData.mjs +4 -0
- package/dist/lib/makeOnboardingData.mjs.map +1 -0
- package/dist/lib/setLoginCookies.d.mts +2 -0
- package/dist/lib/setLoginCookies.mjs +10 -0
- package/dist/lib/setLoginCookies.mjs.map +1 -0
- package/dist/lib/sleepMs.d.mts +1 -0
- package/dist/lib/sleepMs.mjs +2 -0
- package/dist/lib/sleepMs.mjs.map +1 -0
- package/dist/lib/throwIfNotValidEnumValue.d.mts +1 -0
- package/dist/lib/throwIfNotValidEnumValue.mjs +8 -0
- package/dist/lib/throwIfNotValidEnumValue.mjs.map +1 -0
- package/dist/lib/tokenOptions.d.mts +12 -0
- package/dist/lib/tokenOptions.mjs +17 -0
- package/dist/lib/tokenOptions.mjs.map +1 -0
- package/dist/lib/tokens.d.mts +4 -0
- package/dist/lib/tokens.mjs +22 -0
- package/dist/lib/tokens.mjs.map +1 -0
- package/dist/lib/tryCatchRethrow.d.mts +2 -0
- package/dist/lib/tryCatchRethrow.mjs +20 -0
- package/dist/lib/tryCatchRethrow.mjs.map +1 -0
- package/dist/private/files/_validateMimeType.d.mts +6 -0
- package/dist/private/files/_validateMimeType.mjs +21 -0
- package/dist/private/files/_validateMimeType.mjs.map +1 -0
- package/dist/private/files/reEncode.d.mts +10 -0
- package/dist/private/files/reEncode.mjs +61 -0
- package/dist/private/files/reEncode.mjs.map +1 -0
- package/dist/private/graphQL/Consts.d.mts +2 -0
- package/dist/private/graphQL/Consts.mjs +3 -0
- package/dist/private/graphQL/Consts.mjs.map +1 -0
- package/dist/private/graphQL/models/MongoDB/private/UserAdminKoaUtils.d.mts +58 -0
- package/dist/private/graphQL/models/MongoDB/private/UserAdminKoaUtils.mjs +107 -0
- package/dist/private/graphQL/models/MongoDB/private/UserAdminKoaUtils.mjs.map +1 -0
- package/dist/private/graphQL/schema/context/IContextLog.d.mts +15 -0
- package/dist/private/graphQL/schema/context/IContextLog.mjs +2 -0
- package/dist/private/graphQL/schema/context/IContextLog.mjs.map +1 -0
- package/dist/private/graphQL/schema/context/IContextVerifyEmail.d.mts +7 -0
- package/dist/private/graphQL/schema/context/IContextVerifyEmail.mjs +2 -0
- package/dist/private/graphQL/schema/context/IContextVerifyEmail.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/checkUserAdminLoginAuthorization.d.mts +5 -0
- package/dist/private/graphQL/schema/mutations/checkUserAdminLoginAuthorization.mjs +30 -0
- package/dist/private/graphQL/schema/mutations/checkUserAdminLoginAuthorization.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/checkUserLoginAuthorization.d.mts +5 -0
- package/dist/private/graphQL/schema/mutations/checkUserLoginAuthorization.mjs +32 -0
- package/dist/private/graphQL/schema/mutations/checkUserLoginAuthorization.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/infoUserAdminForLogin.d.mts +3 -0
- package/dist/private/graphQL/schema/mutations/infoUserAdminForLogin.mjs +14 -0
- package/dist/private/graphQL/schema/mutations/infoUserAdminForLogin.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLogin.d.mts +3 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLogin.mjs +14 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLogin.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLoginSQL.d.mts +8 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLoginSQL.mjs +16 -0
- package/dist/private/graphQL/schema/mutations/infoUserForLoginSQL.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/setLastLoginSQL.d.mts +1 -0
- package/dist/private/graphQL/schema/mutations/setLastLoginSQL.mjs +25 -0
- package/dist/private/graphQL/schema/mutations/setLastLoginSQL.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/setRedisLoginSession.d.mts +2 -0
- package/dist/private/graphQL/schema/mutations/setRedisLoginSession.mjs +33 -0
- package/dist/private/graphQL/schema/mutations/setRedisLoginSession.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/updateAdminLoginStats.d.mts +2 -0
- package/dist/private/graphQL/schema/mutations/updateAdminLoginStats.mjs +27 -0
- package/dist/private/graphQL/schema/mutations/updateAdminLoginStats.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStats4ever.d.mts +2 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStats4ever.mjs +18 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStats4ever.mjs.map +1 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStatsRememberme.d.mts +2 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStatsRememberme.mjs +27 -0
- package/dist/private/graphQL/schema/mutations/updateLoginStatsRememberme.mjs.map +1 -0
- package/dist/private/lib/access/Constants.d.mts +2 -0
- package/dist/private/lib/access/Constants.mjs +4 -0
- package/dist/private/lib/access/Constants.mjs.map +1 -0
- package/dist/private/lib/access/db/confirmNewEmail.d.mts +2 -0
- package/dist/private/lib/access/db/confirmNewEmail.mjs +13 -0
- package/dist/private/lib/access/db/confirmNewEmail.mjs.map +1 -0
- package/dist/private/lib/access/db/deleteUserByEmail.d.mts +1 -0
- package/dist/private/lib/access/db/deleteUserByEmail.mjs +8 -0
- package/dist/private/lib/access/db/deleteUserByEmail.mjs.map +1 -0
- package/dist/private/lib/access/db/enableEmailAccess.d.mts +2 -0
- package/dist/private/lib/access/db/enableEmailAccess.mjs +17 -0
- package/dist/private/lib/access/db/enableEmailAccess.mjs.map +1 -0
- package/dist/private/lib/access/db/getResetPwd.d.mts +7 -0
- package/dist/private/lib/access/db/getResetPwd.mjs +24 -0
- package/dist/private/lib/access/db/getResetPwd.mjs.map +1 -0
- package/dist/private/lib/access/db/incReqTimes.d.mts +2 -0
- package/dist/private/lib/access/db/incReqTimes.mjs +5 -0
- package/dist/private/lib/access/db/incReqTimes.mjs.map +1 -0
- package/dist/private/lib/access/db/removeResetReq.d.mts +2 -0
- package/dist/private/lib/access/db/removeResetReq.mjs +7 -0
- package/dist/private/lib/access/db/removeResetReq.mjs.map +1 -0
- package/dist/private/lib/access/db/saveResetReq.d.mts +2 -0
- package/dist/private/lib/access/db/saveResetReq.mjs +17 -0
- package/dist/private/lib/access/db/saveResetReq.mjs.map +1 -0
- package/dist/private/lib/access/db/setEmailHash.d.mts +2 -0
- package/dist/private/lib/access/db/setEmailHash.mjs +16 -0
- package/dist/private/lib/access/db/setEmailHash.mjs.map +1 -0
- package/dist/private/lib/access/db/updatePasswordDb.d.mts +2 -0
- package/dist/private/lib/access/db/updatePasswordDb.mjs +8 -0
- package/dist/private/lib/access/db/updatePasswordDb.mjs.map +1 -0
- package/dist/private/lib/access/db/userData4VerifyEmail.d.mts +3 -0
- package/dist/private/lib/access/db/userData4VerifyEmail.mjs +16 -0
- package/dist/private/lib/access/db/userData4VerifyEmail.mjs.map +1 -0
- package/dist/private/lib/access/handleBadDB.d.mts +1 -0
- package/dist/private/lib/access/handleBadDB.mjs +9 -0
- package/dist/private/lib/access/handleBadDB.mjs.map +1 -0
- package/dist/private/lib/access/handleIfAccountDeleted.d.mts +1 -0
- package/dist/private/lib/access/handleIfAccountDeleted.mjs +10 -0
- package/dist/private/lib/access/handleIfAccountDeleted.mjs.map +1 -0
- package/dist/private/lib/access/handleIfAccountDisabled.d.mts +1 -0
- package/dist/private/lib/access/handleIfAccountDisabled.mjs +10 -0
- package/dist/private/lib/access/handleIfAccountDisabled.mjs.map +1 -0
- package/dist/private/lib/access/handleIfEmailAlreadyValid.d.mts +1 -0
- package/dist/private/lib/access/handleIfEmailAlreadyValid.mjs +10 -0
- package/dist/private/lib/access/handleIfEmailAlreadyValid.mjs.map +1 -0
- package/dist/private/lib/access/handleIfHashBad.d.mts +11 -0
- package/dist/private/lib/access/handleIfHashBad.mjs +22 -0
- package/dist/private/lib/access/handleIfHashBad.mjs.map +1 -0
- package/dist/private/lib/access/handleIfMoreThan3DaysPassed.d.mts +1 -0
- package/dist/private/lib/access/handleIfMoreThan3DaysPassed.mjs +23 -0
- package/dist/private/lib/access/handleIfMoreThan3DaysPassed.mjs.map +1 -0
- package/dist/private/lib/access/handleIfTooMuchRequestsTimes.d.mts +1 -0
- package/dist/private/lib/access/handleIfTooMuchRequestsTimes.mjs +13 -0
- package/dist/private/lib/access/handleIfTooMuchRequestsTimes.mjs.map +1 -0
- package/dist/private/lib/makeBodyJson.d.mts +1 -0
- package/dist/private/lib/makeBodyJson.mjs +7 -0
- package/dist/private/lib/makeBodyJson.mjs.map +1 -0
- package/package.json +656 -0
package/package.json
ADDED
|
@@ -0,0 +1,656 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@axiumine/koa-utils",
|
|
3
|
+
"version": "3.7.3",
|
|
4
|
+
"description": "Koa Utils",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/Axiumine/koa-utils"
|
|
9
|
+
},
|
|
10
|
+
"license": "GPL-3.0-or-later",
|
|
11
|
+
"author": "Giovanni Manzoni <dev@giovannimanzoni.com> (https://www.giovannimanzoni.com)",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"prepare": "rm -rf dist && yarn run build",
|
|
18
|
+
"build": "yarn clean && yarn run build:esm",
|
|
19
|
+
"prepare:all": "echo 'read REAMDE' && rm -rf dist && yarn run build:all",
|
|
20
|
+
"build:all": "yarn run build:cjs && yarn run build:esm",
|
|
21
|
+
"build:cjs": "yarn run tsc -p tsconfig.cjs.json && find dist/cjs -type f -name \"*.js\" -exec bash -c 'mv \"$0\" \"${0%.js}.cjs\"' {} \\; && cp -R dist/cjs/* dist/ && rm -rf dist/cjs",
|
|
22
|
+
"build:esm": "yarn run tspc -p tsconfig.json && find dist/esm -type f -name \"*.js\" -exec bash -c 'mv \"$0\" \"${0%.js}.mjs\"' {} \\; && cp -R dist/esm/* dist/ && rm -rf dist/esm",
|
|
23
|
+
"lint": "eslint --fix && prettier --write 'src/**/*.mts'",
|
|
24
|
+
"clean": "rm -rf ./dist",
|
|
25
|
+
"upload": "npm publish",
|
|
26
|
+
"update": "yarn upgrade-interactive --latest --network-timeout 100000",
|
|
27
|
+
"cloc": "cloc . --exclude-dir=node_modules,dist,.hg,upload",
|
|
28
|
+
"scc": "scc . --exclude-dir=node_modules,dist,.hg -w --sort --directory-walker-job-workers=8 --count-as=mts:TypeScript"
|
|
29
|
+
},
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": "^24.14.0"
|
|
32
|
+
},
|
|
33
|
+
"_moduleAliases": {
|
|
34
|
+
"@lib": "dist/lib",
|
|
35
|
+
"@throw": "dist/graphQL/throw",
|
|
36
|
+
"@models": "dist/graphQL/models",
|
|
37
|
+
"@context": "dist/graphQL/schema/context",
|
|
38
|
+
"@stypes": "dist/graphQL/schema/types",
|
|
39
|
+
"@private": "dist/private",
|
|
40
|
+
"@email": "dist/email",
|
|
41
|
+
"@dataSources": "dist/dataSources"
|
|
42
|
+
},
|
|
43
|
+
"exports": {
|
|
44
|
+
"./lib/MongoDB/IOnboarding": {
|
|
45
|
+
"import": "./dist/lib/MongoDB/IOnboarding.mjs",
|
|
46
|
+
"types": "./dist/lib/MongoDB/IOnboarding.d.mts"
|
|
47
|
+
},
|
|
48
|
+
"./graphQL/schema/interfaces/IFindAndUpdate": {
|
|
49
|
+
"import": "./dist/graphQL/schema/interfaces/IFindAndUpdate.mjs",
|
|
50
|
+
"types": "./dist/graphQL/schema/interfaces/IFindAndUpdate.d.mts"
|
|
51
|
+
},
|
|
52
|
+
"./graphQL/schema/GraphQLInput/GraphQLInputLogin": {
|
|
53
|
+
"import": "./dist/graphQL/schema/GraphQLInput/GraphQLInputLogin.mjs",
|
|
54
|
+
"types": "./dist/graphQL/schema/GraphQLInput/GraphQLInputLogin.d.mts"
|
|
55
|
+
},
|
|
56
|
+
"./lib/IAuthorizationDisDel": {
|
|
57
|
+
"import": "./dist/lib/IAuthorizationDisDel.mjs",
|
|
58
|
+
"types": "./dist/lib/IAuthorizationDisDel.d.mts"
|
|
59
|
+
},
|
|
60
|
+
"./lib/makeOnboardingData": {
|
|
61
|
+
"import": "./dist/lib/makeOnboardingData.mjs",
|
|
62
|
+
"types": "./dist/lib/makeOnboardingData.d.mts"
|
|
63
|
+
},
|
|
64
|
+
"./lib/db/login/ILoginUnset": {
|
|
65
|
+
"import": "./dist/lib/db/login/ILoginUnset.mjs",
|
|
66
|
+
"types": "./dist/lib/db/login/ILoginUnset.d.mts"
|
|
67
|
+
},
|
|
68
|
+
"./lib/db/login/ILoginSet": {
|
|
69
|
+
"import": "./dist/lib/db/login/ILoginSet.mjs",
|
|
70
|
+
"types": "./dist/lib/db/login/ILoginSet.d.mts"
|
|
71
|
+
},
|
|
72
|
+
"./lib/Redis/fromRedisBooleanValue": {
|
|
73
|
+
"import": "./dist/lib/Redis/fromRedisBooleanValue.mjs",
|
|
74
|
+
"types": "./dist/lib/Redis/fromRedisBooleanValue.d.mts"
|
|
75
|
+
},
|
|
76
|
+
"./lib/Redis/RedisBoolean": {
|
|
77
|
+
"import": "./dist/lib/Redis/RedisBoolean.mjs",
|
|
78
|
+
"types": "./dist/lib/Redis/RedisBoolean.d.mts"
|
|
79
|
+
},
|
|
80
|
+
"./lib/Redis/toRedisBooleanValue": {
|
|
81
|
+
"import": "./dist/lib/Redis/toRedisBooleanValue.mjs",
|
|
82
|
+
"types": "./dist/lib/Redis/toRedisBooleanValue.d.mts"
|
|
83
|
+
},
|
|
84
|
+
"./lib/throwIfNotValidEnumValue": {
|
|
85
|
+
"import": "./dist/lib/throwIfNotValidEnumValue.mjs",
|
|
86
|
+
"types": "./dist/lib/throwIfNotValidEnumValue.d.mts"
|
|
87
|
+
},
|
|
88
|
+
"./files/IUploadTemp": {
|
|
89
|
+
"import": "./dist/files/IUploadTemp.mjs",
|
|
90
|
+
"types": "./dist/files/IUploadTemp.d.mts"
|
|
91
|
+
},
|
|
92
|
+
"./files/moveImageFile": {
|
|
93
|
+
"import": "./dist/files/moveImageFile.mjs",
|
|
94
|
+
"types": "./dist/files/moveImageFile.d.mts"
|
|
95
|
+
},
|
|
96
|
+
"./files/moveTempFile": {
|
|
97
|
+
"import": "./dist/files/moveTempFile.mjs",
|
|
98
|
+
"types": "./dist/files/moveTempFile.d.mts"
|
|
99
|
+
},
|
|
100
|
+
"./files/moveFileStaticDomain": {
|
|
101
|
+
"import": "./dist/files/moveFileStaticDomain.mjs",
|
|
102
|
+
"types": "./dist/files/moveFileStaticDomain.d.mts"
|
|
103
|
+
},
|
|
104
|
+
"./files/validateMimeType": {
|
|
105
|
+
"import": "./dist/files/validateMimeType.mjs",
|
|
106
|
+
"types": "./dist/files/validateMimeType.d.mts"
|
|
107
|
+
},
|
|
108
|
+
"./files/validateMimeTypeImages": {
|
|
109
|
+
"import": "./dist/files/validateMimeTypeImages.mjs",
|
|
110
|
+
"types": "./dist/files/validateMimeTypeImages.d.mts"
|
|
111
|
+
},
|
|
112
|
+
"./files/fileConst": {
|
|
113
|
+
"import": "./dist/files/fileConst.mjs",
|
|
114
|
+
"types": "./dist/files/fileConst.d.mts"
|
|
115
|
+
},
|
|
116
|
+
"./files/reEncodeToJpeg": {
|
|
117
|
+
"import": "./dist/files/reEncodeToJpeg.mjs",
|
|
118
|
+
"types": "./dist/files/reEncodeToJpeg.d.mts"
|
|
119
|
+
},
|
|
120
|
+
"./files/reEncodeToPng": {
|
|
121
|
+
"import": "./dist/files/reEncodeToPng.mjs",
|
|
122
|
+
"types": "./dist/files/reEncodeToPng.d.mts"
|
|
123
|
+
},
|
|
124
|
+
"./files/reEncodeToWebp": {
|
|
125
|
+
"import": "./dist/files/reEncodeToWebp.mjs",
|
|
126
|
+
"types": "./dist/files/reEncodeToWebp.d.mts"
|
|
127
|
+
},
|
|
128
|
+
"./files/scanVirus": {
|
|
129
|
+
"import": "./dist/files/scanVirus.mjs",
|
|
130
|
+
"types": "./dist/files/scanVirus.d.mts"
|
|
131
|
+
},
|
|
132
|
+
"./files/storeUploadAsTemp": {
|
|
133
|
+
"import": "./dist/files/storeUploadAsTemp.mjs",
|
|
134
|
+
"types": "./dist/files/storeUploadAsTemp.d.mts"
|
|
135
|
+
},
|
|
136
|
+
"./files/validateExtension": {
|
|
137
|
+
"import": "./dist/files/validateExtension.mjs",
|
|
138
|
+
"types": "./dist/files/validateExtension.d.mts"
|
|
139
|
+
},
|
|
140
|
+
"./files/validateJpgPngExtension": {
|
|
141
|
+
"import": "./dist/files/validateJpgPngExtension.mjs",
|
|
142
|
+
"types": "./dist/files/validateJpgPngExtension.d.mts"
|
|
143
|
+
},
|
|
144
|
+
"./files/validateJpgPngMimeType": {
|
|
145
|
+
"import": "./dist/files/validateJpgPngMimeType.mjs",
|
|
146
|
+
"types": "./dist/files/validateJpgPngMimeType.d.mts"
|
|
147
|
+
},
|
|
148
|
+
"./graphQL/schema/types/MidNameType": {
|
|
149
|
+
"import": "./dist/graphQL/schema/types/MidNameType.mjs",
|
|
150
|
+
"types": "./dist/graphQL/schema/types/MidNameType.d.mts"
|
|
151
|
+
},
|
|
152
|
+
"./graphQL/schema/types/SidNameType": {
|
|
153
|
+
"import": "./dist/graphQL/schema/types/SidNameType.mjs",
|
|
154
|
+
"types": "./dist/graphQL/schema/types/SidNameType.d.mts"
|
|
155
|
+
},
|
|
156
|
+
"./graphQL/schema/types/SidNomeType": {
|
|
157
|
+
"import": "./dist/graphQL/schema/types/SidNomeType.mjs",
|
|
158
|
+
"types": "./dist/graphQL/schema/types/SidNomeType.d.mts"
|
|
159
|
+
},
|
|
160
|
+
"./dataSources/MariaDB": {
|
|
161
|
+
"import": "./dist/dataSources/MariaDB.mjs",
|
|
162
|
+
"types": "./dist/dataSources/MariaDB.d.mts"
|
|
163
|
+
},
|
|
164
|
+
"./dataSources/MongoDB": {
|
|
165
|
+
"import": "./dist/dataSources/MongoDB.mjs",
|
|
166
|
+
"types": "./dist/dataSources/MongoDB.d.mts"
|
|
167
|
+
},
|
|
168
|
+
"./dataSources/PostgreSQL": {
|
|
169
|
+
"import": "./dist/dataSources/PostgreSQL.mjs",
|
|
170
|
+
"types": "./dist/dataSources/PostgreSQL.d.mts"
|
|
171
|
+
},
|
|
172
|
+
"./dataSources/Redis": {
|
|
173
|
+
"import": "./dist/dataSources/Redis.mjs",
|
|
174
|
+
"types": "./dist/dataSources/Redis.d.mts"
|
|
175
|
+
},
|
|
176
|
+
"./email/SocketlabsLib": {
|
|
177
|
+
"import": "./dist/email/SocketLabsLib.mjs",
|
|
178
|
+
"types": "./dist/email/SocketLabsLib.d.mts"
|
|
179
|
+
},
|
|
180
|
+
"./graphQL/models/MongoDB/log/DevStatsGraphQLCalls": {
|
|
181
|
+
"import": "./dist/graphQL/models/MongoDB/log/DevStatsGraphQLCalls.mjs",
|
|
182
|
+
"types": "./dist/graphQL/models/MongoDB/log/DevStatsGraphQLCalls.d.mts"
|
|
183
|
+
},
|
|
184
|
+
"./graphQL/models/MongoDB/log/LogGlobalError": {
|
|
185
|
+
"import": "./dist/graphQL/models/MongoDB/log/LogGlobalError.mjs",
|
|
186
|
+
"types": "./dist/graphQL/models/MongoDB/log/LogGlobalError.d.mts"
|
|
187
|
+
},
|
|
188
|
+
"./graphQL/models/MongoDB/log/LogStatsGraphql": {
|
|
189
|
+
"import": "./dist/graphQL/models/MongoDB/log/LogStatsGraphql.mjs",
|
|
190
|
+
"types": "./dist/graphQL/models/MongoDB/log/LogStatsGraphql.d.mts"
|
|
191
|
+
},
|
|
192
|
+
"./graphQL/models/MongoDB/log/LogThrow": {
|
|
193
|
+
"import": "./dist/graphQL/models/MongoDB/log/LogThrow.mjs",
|
|
194
|
+
"types": "./dist/graphQL/models/MongoDB/log/LogThrow.d.mts"
|
|
195
|
+
},
|
|
196
|
+
"./graphQL/models/MongoDB/UserBase": {
|
|
197
|
+
"import": "./dist/graphQL/models/MongoDB/UserBase.mjs",
|
|
198
|
+
"types": "./dist/graphQL/models/MongoDB/UserBase.d.mts"
|
|
199
|
+
},
|
|
200
|
+
"./graphQL/schema/context/IContextAuthenticatedResource": {
|
|
201
|
+
"import": "./dist/graphQL/schema/context/IContextAuthenticatedResource.mjs",
|
|
202
|
+
"types": "./dist/graphQL/schema/context/IContextAuthenticatedResource.d.mts"
|
|
203
|
+
},
|
|
204
|
+
"./graphQL/schema/context/IContextRefresh": {
|
|
205
|
+
"import": "./dist/graphQL/schema/context/IContextRefresh.mjs",
|
|
206
|
+
"types": "./dist/graphQL/schema/context/IContextRefresh.d.mts"
|
|
207
|
+
},
|
|
208
|
+
"./graphQL/schema/context/IContextLogin": {
|
|
209
|
+
"import": "./dist/graphQL/schema/context/IContextLogin.mjs",
|
|
210
|
+
"types": "./dist/graphQL/schema/context/IContextLogin.d.mts"
|
|
211
|
+
},
|
|
212
|
+
"./graphQL/schema/context/IContextLogout": {
|
|
213
|
+
"import": "./dist/graphQL/schema/context/IContextLogout.mjs",
|
|
214
|
+
"types": "./dist/graphQL/schema/context/IContextLogout.d.mts"
|
|
215
|
+
},
|
|
216
|
+
"./graphQL/schema/context/TCommonHeaders": {
|
|
217
|
+
"import": "./dist/graphQL/schema/context/TCommonHeaders.mjs",
|
|
218
|
+
"types": "./dist/graphQL/schema/context/TCommonHeaders.d.mts"
|
|
219
|
+
},
|
|
220
|
+
"./lib/sleepMs": {
|
|
221
|
+
"import": "./dist/lib/sleepMs.mjs",
|
|
222
|
+
"types": "./dist/lib/sleepMs.d.mts"
|
|
223
|
+
},
|
|
224
|
+
"./lib/MariaDB/IMariaDBErr": {
|
|
225
|
+
"import": "./dist/lib/MariaDB/IMariaDBErr.mjs",
|
|
226
|
+
"types": "./dist/lib/MariaDB/IMariaDBErr.d.mts"
|
|
227
|
+
},
|
|
228
|
+
"./lib/PostgreSQL/IPostgresError": {
|
|
229
|
+
"import": "./dist/lib/PostgreSQL/IPostgresError.mjs",
|
|
230
|
+
"types": "./dist/lib/PostgreSQL/IPostgresError.d.mts"
|
|
231
|
+
},
|
|
232
|
+
"./lib/PostgreSQL/IPostgresErrorCodes": {
|
|
233
|
+
"import": "./dist/lib/PostgreSQL/IPostgresErrorCodes.mjs",
|
|
234
|
+
"types": "./dist/lib/PostgreSQL/IPostgresErrorCodes.d.mts"
|
|
235
|
+
},
|
|
236
|
+
"./lib/PostgreSQL/makePostgreSqlLogError": {
|
|
237
|
+
"import": "./dist/lib/PostgreSQL/makePostgreSqlLogError.mjs",
|
|
238
|
+
"types": "./dist/lib/PostgreSQL/makePostgreSqlLogError.d.mts"
|
|
239
|
+
},
|
|
240
|
+
"./lib/MongoDB/IMongoDBError": {
|
|
241
|
+
"import": "./dist/lib/MongoDB/IMongoDBError.mjs",
|
|
242
|
+
"types": "./dist/lib/MongoDB/IMongoDBError.d.mts"
|
|
243
|
+
},
|
|
244
|
+
"./koa/IFileUpload": {
|
|
245
|
+
"import": "./dist/koa/IFileUpload.mjs",
|
|
246
|
+
"types": "./dist/koa/IFileUpload.d.mts"
|
|
247
|
+
},
|
|
248
|
+
"./files/uploadTempImage": {
|
|
249
|
+
"import": "./dist/files/uploadTempImage.mjs",
|
|
250
|
+
"types": "./dist/files/uploadTempImage.d.mts"
|
|
251
|
+
},
|
|
252
|
+
"./files/uploadTempPdf": {
|
|
253
|
+
"import": "./dist/files/uploadTempPdf.mjs",
|
|
254
|
+
"types": "./dist/files/uploadTempPdf.d.mts"
|
|
255
|
+
},
|
|
256
|
+
"./graphQL/schema/mutations/emailChangeHashVerify": {
|
|
257
|
+
"import": "./dist/graphQL/schema/mutations/emailChangeHashVerify.mjs",
|
|
258
|
+
"types": "./dist/graphQL/schema/mutations/emailChangeHashVerify.d.mts"
|
|
259
|
+
},
|
|
260
|
+
"./graphQL/schema/mutations/loginRememberme": {
|
|
261
|
+
"import": "./dist/graphQL/schema/mutations/loginRememberme.mjs",
|
|
262
|
+
"types": "./dist/graphQL/schema/mutations/loginRememberme.d.mts"
|
|
263
|
+
},
|
|
264
|
+
"./graphQL/schema/mutations/login4Ever": {
|
|
265
|
+
"import": "./dist/graphQL/schema/mutations/login4Ever.mjs",
|
|
266
|
+
"types": "./dist/graphQL/schema/mutations/login4Ever.d.mts"
|
|
267
|
+
},
|
|
268
|
+
"./graphQL/schema/mutations/loginAdmin": {
|
|
269
|
+
"import": "./dist/graphQL/schema/mutations/loginAdmin.mjs",
|
|
270
|
+
"types": "./dist/graphQL/schema/mutations/loginAdmin.d.mts"
|
|
271
|
+
},
|
|
272
|
+
"./graphQL/schema/mutations/logout": {
|
|
273
|
+
"import": "./dist/graphQL/schema/mutations/logout.mjs",
|
|
274
|
+
"types": "./dist/graphQL/schema/mutations/logout.d.mts"
|
|
275
|
+
},
|
|
276
|
+
"./graphQL/schema/mutations/refresh": {
|
|
277
|
+
"import": "./dist/graphQL/schema/mutations/refresh.mjs",
|
|
278
|
+
"types": "./dist/graphQL/schema/mutations/refresh.d.mts"
|
|
279
|
+
},
|
|
280
|
+
"./graphQL/schema/mutations/resetPwd": {
|
|
281
|
+
"import": "./dist/graphQL/schema/mutations/resetPwd.mjs",
|
|
282
|
+
"types": "./dist/graphQL/schema/mutations/resetPwd.d.mts"
|
|
283
|
+
},
|
|
284
|
+
"./graphQL/schema/mutations/signUp": {
|
|
285
|
+
"import": "./dist/graphQL/schema/mutations/signUp.mjs",
|
|
286
|
+
"types": "./dist/graphQL/schema/mutations/signUp.d.mts"
|
|
287
|
+
},
|
|
288
|
+
"./graphQL/schema/mutations/updatePassword": {
|
|
289
|
+
"import": "./dist/graphQL/schema/mutations/updatePassword.mjs",
|
|
290
|
+
"types": "./dist/graphQL/schema/mutations/updatePassword.d.mts"
|
|
291
|
+
},
|
|
292
|
+
"./graphQL/schema/types/DeleteType": {
|
|
293
|
+
"import": "./dist/graphQL/schema/types/DeleteType.mjs",
|
|
294
|
+
"types": "./dist/graphQL/schema/types/DeleteType.d.mts"
|
|
295
|
+
},
|
|
296
|
+
"./graphQL/schema/types/DoneType": {
|
|
297
|
+
"import": "./dist/graphQL/schema/types/DoneType.mjs",
|
|
298
|
+
"types": "./dist/graphQL/schema/types/DoneType.d.mts"
|
|
299
|
+
},
|
|
300
|
+
"./graphQL/schema/types/FindOneAndUpdateType": {
|
|
301
|
+
"import": "./dist/graphQL/schema/types/FindOneAndUpdateType.mjs",
|
|
302
|
+
"types": "./dist/graphQL/schema/types/FindOneAndUpdateType.d.mts"
|
|
303
|
+
},
|
|
304
|
+
"./graphQL/schema/types/LoginType": {
|
|
305
|
+
"import": "./dist/graphQL/schema/types/LoginType.mjs",
|
|
306
|
+
"types": "./dist/graphQL/schema/types/LoginType.d.mts"
|
|
307
|
+
},
|
|
308
|
+
"./graphQL/schema/types/LoginAppType": {
|
|
309
|
+
"import": "./dist/graphQL/schema/types/LoginAppType.mjs",
|
|
310
|
+
"types": "./dist/graphQL/schema/types/LoginAppType.d.mts"
|
|
311
|
+
},
|
|
312
|
+
"./graphQL/schema/types/OnlyIdType": {
|
|
313
|
+
"import": "./dist/graphQL/schema/types/OnlyIdType.mjs",
|
|
314
|
+
"types": "./dist/graphQL/schema/types/OnlyIdType.d.mts"
|
|
315
|
+
},
|
|
316
|
+
"./graphQL/schema/types/RefreshType": {
|
|
317
|
+
"import": "./dist/graphQL/schema/types/RefreshType.mjs",
|
|
318
|
+
"types": "./dist/graphQL/schema/types/RefreshType.d.mts"
|
|
319
|
+
},
|
|
320
|
+
"./graphQL/schema/types/RetStatusMexType": {
|
|
321
|
+
"import": "./dist/graphQL/schema/types/RetStatusMexType.mjs",
|
|
322
|
+
"types": "./dist/graphQL/schema/types/RetStatusMexType.d.mts"
|
|
323
|
+
},
|
|
324
|
+
"./graphQL/schema/types/RetStatusType": {
|
|
325
|
+
"import": "./dist/graphQL/schema/types/RetStatusType.mjs",
|
|
326
|
+
"types": "./dist/graphQL/schema/types/RetStatusType.d.mts"
|
|
327
|
+
},
|
|
328
|
+
"./graphQL/schema/types/SaveType": {
|
|
329
|
+
"import": "./dist/graphQL/schema/types/SaveType.mjs",
|
|
330
|
+
"types": "./dist/graphQL/schema/types/SaveType.d.mts"
|
|
331
|
+
},
|
|
332
|
+
"./graphQL/schema/types/UpdateResultType": {
|
|
333
|
+
"import": "./dist/graphQL/schema/types/UpdateResultType.mjs",
|
|
334
|
+
"types": "./dist/graphQL/schema/types/UpdateResultType.d.mts"
|
|
335
|
+
},
|
|
336
|
+
"./graphQL/schema/status": {
|
|
337
|
+
"import": "./dist/graphQL/schema/status.mjs",
|
|
338
|
+
"types": "./dist/graphQL/schema/status.d.mts"
|
|
339
|
+
},
|
|
340
|
+
"./graphQL/throw/throwRefreshTokenExpiredOrDeleted": {
|
|
341
|
+
"import": "./dist/graphQL/throw/throwRefreshTokenExpiredOrDeleted.mjs",
|
|
342
|
+
"types": "./dist/graphQL/throw/throwRefreshTokenExpiredOrDeleted.d.mts"
|
|
343
|
+
},
|
|
344
|
+
"./graphQL/throw/throwRefreshTokenSignatureRequired": {
|
|
345
|
+
"import": "./dist/graphQL/throw/throwRefreshTokenSignatureRequired.mjs",
|
|
346
|
+
"types": "./dist/graphQL/throw/throwRefreshTokenSignatureRequired.d.mts"
|
|
347
|
+
},
|
|
348
|
+
"./graphQL/throw/throwAccessTokenExpiredOrDeleted": {
|
|
349
|
+
"import": "./dist/graphQL/throw/throwAccessTokenExpiredOrDeleted.mjs",
|
|
350
|
+
"types": "./dist/graphQL/throw/throwAccessTokenExpiredOrDeleted.d.mts"
|
|
351
|
+
},
|
|
352
|
+
"./graphQL/throw/throwPreconditionFailedNoAuthCookie": {
|
|
353
|
+
"import": "./dist/graphQL/throw/throwPreconditionFailedNoAuthCookie.mjs",
|
|
354
|
+
"types": "./dist/graphQL/throw/throwPreconditionFailedNoAuthCookie.d.mts"
|
|
355
|
+
},
|
|
356
|
+
"./graphQL/throw/throwAccessTokenRequired": {
|
|
357
|
+
"import": "./dist/graphQL/throw/throwAccessTokenRequired.mjs",
|
|
358
|
+
"types": "./dist/graphQL/throw/throwAccessTokenRequired.d.mts"
|
|
359
|
+
},
|
|
360
|
+
"./graphQL/throw/throwAlreadyDone": {
|
|
361
|
+
"import": "./dist/graphQL/throw/throwAlreadyDone.mjs",
|
|
362
|
+
"types": "./dist/graphQL/throw/throwAlreadyDone.d.mts"
|
|
363
|
+
},
|
|
364
|
+
"./graphQL/throw/throwAlreadyTakenError": {
|
|
365
|
+
"import": "./dist/graphQL/throw/throwAlreadyTakenError.mjs",
|
|
366
|
+
"types": "./dist/graphQL/throw/throwAlreadyTakenError.d.mts"
|
|
367
|
+
},
|
|
368
|
+
"./graphQL/throw/throwConflictError": {
|
|
369
|
+
"import": "./dist/graphQL/throw/throwConflictError.mjs",
|
|
370
|
+
"types": "./dist/graphQL/throw/throwConflictError.d.mts"
|
|
371
|
+
},
|
|
372
|
+
"./graphQL/throw/throwErrorWrongUserInput": {
|
|
373
|
+
"import": "./dist/graphQL/throw/throwErrorWrongUserInput.mjs",
|
|
374
|
+
"types": "./dist/graphQL/throw/throwErrorWrongUserInput.d.mts"
|
|
375
|
+
},
|
|
376
|
+
"./graphQL/throw/throwForbiddenError": {
|
|
377
|
+
"import": "./dist/graphQL/throw/throwForbiddenError.mjs",
|
|
378
|
+
"types": "./dist/graphQL/throw/throwForbiddenError.d.mts"
|
|
379
|
+
},
|
|
380
|
+
"./graphQL/throw/throwGoneError": {
|
|
381
|
+
"import": "./dist/graphQL/throw/throwGoneError.mjs",
|
|
382
|
+
"types": "./dist/graphQL/throw/throwGoneError.d.mts"
|
|
383
|
+
},
|
|
384
|
+
"./graphQL/throw/throwGraphQLError": {
|
|
385
|
+
"import": "./dist/graphQL/throw/throwGraphQLError.mjs",
|
|
386
|
+
"types": "./dist/graphQL/throw/throwGraphQLError.d.mts"
|
|
387
|
+
},
|
|
388
|
+
"./graphQL/throw/throwInternalError": {
|
|
389
|
+
"import": "./dist/graphQL/throw/throwInternalError.mjs",
|
|
390
|
+
"types": "./dist/graphQL/throw/throwInternalError.d.mts"
|
|
391
|
+
},
|
|
392
|
+
"./graphQL/throw/throwMethodNotAllowedError": {
|
|
393
|
+
"import": "./dist/graphQL/throw/throwMethodNotAllowedError.mjs",
|
|
394
|
+
"types": "./dist/graphQL/throw/throwMethodNotAllowedError.d.mts"
|
|
395
|
+
},
|
|
396
|
+
"./graphQL/throw/throwMissingMalformedInvalidToken": {
|
|
397
|
+
"import": "./dist/graphQL/throw/throwMissingMalformedInvalidToken.mjs",
|
|
398
|
+
"types": "./dist/graphQL/throw/throwMissingMalformedInvalidToken.d.mts"
|
|
399
|
+
},
|
|
400
|
+
"./graphQL/throw/throwNotAcceptableError": {
|
|
401
|
+
"import": "./dist/graphQL/throw/throwNotAcceptableError.mjs",
|
|
402
|
+
"types": "./dist/graphQL/throw/throwNotAcceptableError.d.mts"
|
|
403
|
+
},
|
|
404
|
+
"./graphQL/throw/throwNotFoundError": {
|
|
405
|
+
"import": "./dist/graphQL/throw/throwNotFoundError.mjs",
|
|
406
|
+
"types": "./dist/graphQL/throw/throwNotFoundError.d.mts"
|
|
407
|
+
},
|
|
408
|
+
"./graphQL/throw/throwNotImplementedError": {
|
|
409
|
+
"import": "./dist/graphQL/throw/throwNotImplementedError.mjs",
|
|
410
|
+
"types": "./dist/graphQL/throw/throwNotImplementedError.d.mts"
|
|
411
|
+
},
|
|
412
|
+
"./graphQL/throw/throwPaymentRequiredError": {
|
|
413
|
+
"import": "./dist/graphQL/throw/throwPaymentRequiredError.mjs",
|
|
414
|
+
"types": "./dist/graphQL/throw/throwPaymentRequiredError.d.mts"
|
|
415
|
+
},
|
|
416
|
+
"./graphQL/throw/throwPreconditionFailedNoAuthHeader": {
|
|
417
|
+
"import": "./dist/graphQL/throw/throwPreconditionFailedNoAuthHeader.mjs",
|
|
418
|
+
"types": "./dist/graphQL/throw/throwPreconditionFailedNoAuthHeader.d.mts"
|
|
419
|
+
},
|
|
420
|
+
"./graphQL/throw/throwRefreshTokenRequired": {
|
|
421
|
+
"import": "./dist/graphQL/throw/throwRefreshTokenRequired.mjs",
|
|
422
|
+
"types": "./dist/graphQL/throw/throwRefreshTokenRequired.d.mts"
|
|
423
|
+
},
|
|
424
|
+
"./graphQL/throw/throwTooManyRequestsError": {
|
|
425
|
+
"import": "./dist/graphQL/throw/throwTooManyRequestsError.mjs",
|
|
426
|
+
"types": "./dist/graphQL/throw/throwTooManyRequestsError.d.mts"
|
|
427
|
+
},
|
|
428
|
+
"./graphQL/throw/throwUnauthorizedError": {
|
|
429
|
+
"import": "./dist/graphQL/throw/throwUnauthorizedError.mjs",
|
|
430
|
+
"types": "./dist/graphQL/throw/throwUnauthorizedError.d.mts"
|
|
431
|
+
},
|
|
432
|
+
"./graphQL/throw/throwUnprocessableContentError": {
|
|
433
|
+
"import": "./dist/graphQL/throw/throwUnprocessableContentError.mjs",
|
|
434
|
+
"types": "./dist/graphQL/throw/throwUnprocessableContentError.d.mts"
|
|
435
|
+
},
|
|
436
|
+
"./graphQL/throw/throwUnsupportedMediaTypeError": {
|
|
437
|
+
"import": "./dist/graphQL/throw/throwUnsupportedMediaTypeError.mjs",
|
|
438
|
+
"types": "./dist/graphQL/throw/throwUnsupportedMediaTypeError.d.mts"
|
|
439
|
+
},
|
|
440
|
+
"./koa/middleware/authenticatedAuthorizationHandler": {
|
|
441
|
+
"import": "./dist/koa/middleware/authenticatedAuthorizationHandler/index.mjs",
|
|
442
|
+
"types": "./dist/koa/middleware/authenticatedAuthorizationHandler/index.d.mts"
|
|
443
|
+
},
|
|
444
|
+
"./koa/middleware/authenticatedLogoutHandler": {
|
|
445
|
+
"import": "./dist/koa/middleware/authenticatedLogoutHandler/index.mjs",
|
|
446
|
+
"types": "./dist/koa/middleware/authenticatedLogoutHandler/index.d.mts"
|
|
447
|
+
},
|
|
448
|
+
"./koa/middleware/authenticatedResourceHandler": {
|
|
449
|
+
"import": "./dist/koa/middleware/authenticatedResourceHandler/index.mjs",
|
|
450
|
+
"types": "./dist/koa/middleware/authenticatedResourceHandler/index.d.mts"
|
|
451
|
+
},
|
|
452
|
+
"./koa/middleware/debug": {
|
|
453
|
+
"import": "./dist/koa/middleware/debug/index.mjs",
|
|
454
|
+
"types": "./dist/koa/middleware/debug/index.d.mts"
|
|
455
|
+
},
|
|
456
|
+
"./koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken": {
|
|
457
|
+
"import": "./dist/koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken.mjs",
|
|
458
|
+
"types": "./dist/koa/middleware/authenticatedAuthorizationHandler/TCookieRefreshToken.d.mts"
|
|
459
|
+
},
|
|
460
|
+
"./koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken": {
|
|
461
|
+
"import": "./dist/koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken.mjs",
|
|
462
|
+
"types": "./dist/koa/middleware/authenticatedAuthorizationHandler/verifySignedRefreshToken.d.mts"
|
|
463
|
+
},
|
|
464
|
+
"./koa/router/verifyEmail": {
|
|
465
|
+
"import": "./dist/koa/router/verifyEmail.mjs",
|
|
466
|
+
"types": "./dist/koa/router/verifyEmail.d.mts"
|
|
467
|
+
},
|
|
468
|
+
"./koa/customFormatErrorFn": {
|
|
469
|
+
"import": "./dist/koa/customFormatErrorFn.mjs",
|
|
470
|
+
"types": "./dist/koa/customFormatErrorFn.d.mts"
|
|
471
|
+
},
|
|
472
|
+
"./koa/logRequestToDb": {
|
|
473
|
+
"import": "./dist/koa/logRequestToDb.mjs",
|
|
474
|
+
"types": "./dist/koa/logRequestToDb.d.mts"
|
|
475
|
+
},
|
|
476
|
+
"./koa/tdwKoaErrorHandler": {
|
|
477
|
+
"import": "./dist/koa/tdwKoaErrorHandler.mjs",
|
|
478
|
+
"types": "./dist/koa/tdwKoaErrorHandler.d.mts"
|
|
479
|
+
},
|
|
480
|
+
"./lib/db/log/hitStat": {
|
|
481
|
+
"import": "./dist/lib/db/log/hitStat.mjs",
|
|
482
|
+
"types": "./dist/lib/db/log/hitStat.d.mts"
|
|
483
|
+
},
|
|
484
|
+
"./lib/db/log/logGlobalError": {
|
|
485
|
+
"import": "./dist/lib/db/log/logGlobalError.mjs",
|
|
486
|
+
"types": "./dist/lib/db/log/logGlobalError.d.mts"
|
|
487
|
+
},
|
|
488
|
+
"./lib/db/log/logGraphql": {
|
|
489
|
+
"import": "./dist/lib/db/log/logGraphql.mjs",
|
|
490
|
+
"types": "./dist/lib/db/log/logGraphql.d.mts"
|
|
491
|
+
},
|
|
492
|
+
"./lib/db/log/logThrow": {
|
|
493
|
+
"import": "./dist/lib/db/log/logThrow.mjs",
|
|
494
|
+
"types": "./dist/lib/db/log/logThrow.d.mts"
|
|
495
|
+
},
|
|
496
|
+
"./lib/db/registerNewUser": {
|
|
497
|
+
"import": "./dist/lib/db/registerNewUser.mjs",
|
|
498
|
+
"types": "./dist/lib/db/registerNewUser.d.mts"
|
|
499
|
+
},
|
|
500
|
+
"./lib/db/userExist": {
|
|
501
|
+
"import": "./dist/lib/db/userExist.mjs",
|
|
502
|
+
"types": "./dist/lib/db/userExist.d.mts"
|
|
503
|
+
},
|
|
504
|
+
"./lib/MariaDB/MariaDBErrType": {
|
|
505
|
+
"import": "./dist/lib/MariaDB/MariaDBErrType.mjs",
|
|
506
|
+
"types": "./dist/lib/MariaDB/MariaDBErrType.d.mts"
|
|
507
|
+
},
|
|
508
|
+
"./lib/MariaDB/throwSqlErrors": {
|
|
509
|
+
"import": "./dist/lib/MariaDB/throwSqlErrors.mjs",
|
|
510
|
+
"types": "./dist/lib/MariaDB/throwSqlErrors.d.mts"
|
|
511
|
+
},
|
|
512
|
+
"./lib/MongoDB/MongoDBErrType": {
|
|
513
|
+
"import": "./dist/lib/MongoDB/MongoDBErrType.mjs",
|
|
514
|
+
"types": "./dist/lib/MongoDB/MongoDBErrType.d.mts"
|
|
515
|
+
},
|
|
516
|
+
"./lib/MongoDB/throwIfMongoErr": {
|
|
517
|
+
"import": "./dist/lib/MongoDB/throwIfMongoErr.mjs",
|
|
518
|
+
"types": "./dist/lib/MongoDB/throwIfMongoErr.d.mts"
|
|
519
|
+
},
|
|
520
|
+
"./lib/MongoDB/throwMongoErrors": {
|
|
521
|
+
"import": "./dist/lib/MongoDB/throwMongoErrors.mjs",
|
|
522
|
+
"types": "./dist/lib/MongoDB/throwMongoErrors.d.mts"
|
|
523
|
+
},
|
|
524
|
+
"./lib/ArrayLib": {
|
|
525
|
+
"import": "./dist/lib/ArrayLib.mjs",
|
|
526
|
+
"types": "./dist/lib/ArrayLib.d.mts"
|
|
527
|
+
},
|
|
528
|
+
"./lib/checkEmailLen": {
|
|
529
|
+
"import": "./dist/lib/checkEmailLen.mjs",
|
|
530
|
+
"types": "./dist/lib/checkEmailLen.d.mts"
|
|
531
|
+
},
|
|
532
|
+
"./lib/checkPwdLen": {
|
|
533
|
+
"import": "./dist/lib/checkPwdLen.mjs",
|
|
534
|
+
"types": "./dist/lib/checkPwdLen.d.mts"
|
|
535
|
+
},
|
|
536
|
+
"./lib/Constants": {
|
|
537
|
+
"import": "./dist/lib/Constants.mjs",
|
|
538
|
+
"types": "./dist/lib/Constants.d.mts"
|
|
539
|
+
},
|
|
540
|
+
"./lib/DateLib": {
|
|
541
|
+
"import": "./dist/lib/DateLib.mjs",
|
|
542
|
+
"types": "./dist/lib/DateLib.d.mts"
|
|
543
|
+
},
|
|
544
|
+
"./lib/emailHash": {
|
|
545
|
+
"import": "./dist/lib/emailHash.mjs",
|
|
546
|
+
"types": "./dist/lib/emailHash.d.mts"
|
|
547
|
+
},
|
|
548
|
+
"./lib/encryptPassword": {
|
|
549
|
+
"import": "./dist/lib/encryptPassword.mjs",
|
|
550
|
+
"types": "./dist/lib/encryptPassword.d.mts"
|
|
551
|
+
},
|
|
552
|
+
"./lib/hash": {
|
|
553
|
+
"import": "./dist/lib/hash.mjs",
|
|
554
|
+
"types": "./dist/lib/hash.d.mts"
|
|
555
|
+
},
|
|
556
|
+
"./lib/ICookies": {
|
|
557
|
+
"import": "./dist/lib/ICookies.mjs",
|
|
558
|
+
"types": "./dist/lib/ICookies.d.mts"
|
|
559
|
+
},
|
|
560
|
+
"./lib/NumLib": {
|
|
561
|
+
"import": "./dist/lib/NumLib.mjs",
|
|
562
|
+
"types": "./dist/lib/NumLib.d.mts"
|
|
563
|
+
},
|
|
564
|
+
"./lib/setLoginCookies": {
|
|
565
|
+
"import": "./dist/lib/setLoginCookies.mjs",
|
|
566
|
+
"types": "./dist/lib/setLoginCookies.d.mts"
|
|
567
|
+
},
|
|
568
|
+
"./lib/StringLib": {
|
|
569
|
+
"import": "./dist/lib/StringLib.mjs",
|
|
570
|
+
"types": "./dist/lib/StringLib.d.mts"
|
|
571
|
+
},
|
|
572
|
+
"./lib/tokenOptions": {
|
|
573
|
+
"import": "./dist/lib/tokenOptions.mjs",
|
|
574
|
+
"types": "./dist/lib/tokenOptions.d.mts"
|
|
575
|
+
},
|
|
576
|
+
"./lib/tokens": {
|
|
577
|
+
"import": "./dist/lib/tokens.mjs",
|
|
578
|
+
"types": "./dist/lib/tokens.d.mts"
|
|
579
|
+
},
|
|
580
|
+
"./lib/tryCatchRethrow": {
|
|
581
|
+
"import": "./dist/lib/tryCatchRethrow.mjs",
|
|
582
|
+
"types": "./dist/lib/tryCatchRethrow.d.mts"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"files": [
|
|
586
|
+
"dist"
|
|
587
|
+
],
|
|
588
|
+
"dependencies": {},
|
|
589
|
+
"peerDependencies": {
|
|
590
|
+
"@node-rs/bcrypt": "*",
|
|
591
|
+
"@sentry/node": "*",
|
|
592
|
+
"@socketlabs/email": "*",
|
|
593
|
+
"clamscan": "*",
|
|
594
|
+
"dotenv": "*",
|
|
595
|
+
"file-type": "*",
|
|
596
|
+
"fs-extra": "*",
|
|
597
|
+
"graphql": "*",
|
|
598
|
+
"keygrip": "^1.1.0",
|
|
599
|
+
"koa-logger": "*",
|
|
600
|
+
"mongoose": "*",
|
|
601
|
+
"pg": "*",
|
|
602
|
+
"redis": "*",
|
|
603
|
+
"reflect-metadata": "*",
|
|
604
|
+
"sequelize": "*",
|
|
605
|
+
"sequelize-typescript": "*",
|
|
606
|
+
"sharp": "*",
|
|
607
|
+
"uuid": "*"
|
|
608
|
+
},
|
|
609
|
+
"devDependencies": {
|
|
610
|
+
"@axiumine/eslint-config-be": "^1.3.6",
|
|
611
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
612
|
+
"@eslint/js": "^9.39.2",
|
|
613
|
+
"@node-rs/bcrypt": "^1.10.4",
|
|
614
|
+
"@sentry/node": "^10.42.0",
|
|
615
|
+
"@socketlabs/email": "^1.4.4",
|
|
616
|
+
"@types/bcrypt": "^6.0.0",
|
|
617
|
+
"@types/clamscan": "^2.4.0",
|
|
618
|
+
"@types/fs-extra": "^11.0.4",
|
|
619
|
+
"@types/koa": "^3.0.1",
|
|
620
|
+
"@types/node": "^25.4.0",
|
|
621
|
+
"@types/pg": "^8.18.0",
|
|
622
|
+
"@types/uuid": "^11.0.0",
|
|
623
|
+
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
624
|
+
"@typescript-eslint/parser": "^8.57.0",
|
|
625
|
+
"clamscan": "^2.4.0",
|
|
626
|
+
"dotenv": "^17.2.3",
|
|
627
|
+
"eslint": "^9.39.2",
|
|
628
|
+
"eslint-config-standard": "^17.1.0",
|
|
629
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
630
|
+
"eslint-plugin-import": "^2.29.1",
|
|
631
|
+
"eslint-plugin-jest": "^29.12.1",
|
|
632
|
+
"eslint-plugin-n": "^17.23.1",
|
|
633
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
634
|
+
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
635
|
+
"file-type": "^21.3.1",
|
|
636
|
+
"fs-extra": "^11.3.4",
|
|
637
|
+
"graphql": "^16.13.1",
|
|
638
|
+
"koa": "^3.1.1",
|
|
639
|
+
"koa-logger": "^4.0.0",
|
|
640
|
+
"lint-staged": "^16.3.2",
|
|
641
|
+
"module-alias": "^2.2.3",
|
|
642
|
+
"mongoose": "^9.2.4",
|
|
643
|
+
"pg": "^8.20.0",
|
|
644
|
+
"prettier": "^3.8.1",
|
|
645
|
+
"redis": "^5.10.0",
|
|
646
|
+
"reflect-metadata": "^0.2.2",
|
|
647
|
+
"sequelize": "^6.37.8",
|
|
648
|
+
"sequelize-typescript": "^2.1.6",
|
|
649
|
+
"sharp": "^0.34.5",
|
|
650
|
+
"ts-node": "^10.9.2",
|
|
651
|
+
"ts-patch": "^3.3.0",
|
|
652
|
+
"typescript": "^5.9.3",
|
|
653
|
+
"typescript-transform-paths": "^3.5.6",
|
|
654
|
+
"uuid": "^13.0.0"
|
|
655
|
+
}
|
|
656
|
+
}
|