@vasrefil/api-toolkit 1.0.59 → 1.0.61
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.
|
@@ -43,7 +43,7 @@ const airbrake_1 = require("../app-middlewares/airbrake");
|
|
|
43
43
|
const log_util_1 = require("../utilities/log.util");
|
|
44
44
|
const env_1 = __importDefault(require("../env"));
|
|
45
45
|
const mongoose = __importStar(require("mongoose"));
|
|
46
|
-
const go_mailer_util_1 = require("
|
|
46
|
+
const go_mailer_util_1 = require("../utilities/go-mailer.util");
|
|
47
47
|
class RootService {
|
|
48
48
|
constructor() {
|
|
49
49
|
this.SUCCESS = status_interface_1.Status.SUCCESS;
|
|
@@ -7,7 +7,7 @@ exports.GoMailerUtil = void 0;
|
|
|
7
7
|
const axios_1 = __importDefault(require("axios"));
|
|
8
8
|
const env_1 = __importDefault(require("../env"));
|
|
9
9
|
const log_util_1 = require("./log.util");
|
|
10
|
-
const helpers_1 = require("
|
|
10
|
+
const helpers_1 = require("..//helpers");
|
|
11
11
|
class GoMailerUtil_ {
|
|
12
12
|
constructor() {
|
|
13
13
|
this.send_event = async (dto) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ServiceRespI } from '../interfaces/interface';
|
|
2
2
|
import { UserRequestI } from '../interfaces/user.interface';
|
|
3
|
-
import { AppLogPayloadI } from '
|
|
3
|
+
import { AppLogPayloadI } from '../interfaces/log.interface';
|
|
4
4
|
declare class LogUtil_ {
|
|
5
5
|
user_event: (dto: {
|
|
6
6
|
serviceResponse: ServiceRespI;
|