gemcap-be-common 1.3.108 → 1.3.109
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/package.json +1 -1
- package/services/loan-transactions.service.js +1 -1
- package/services/loan-transactions.service.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/services/crm-prospects.service.d.ts +0 -4
- package/services/crm-prospects.service.js +0 -67
- package/services/crm-prospects.service.ts +0 -79
package/package.json
CHANGED
|
@@ -468,7 +468,7 @@ class LoanTransactionsService {
|
|
|
468
468
|
await this.mainQueueService.sendTaskToQueue({
|
|
469
469
|
data: { productId, transactionId },
|
|
470
470
|
pattern: 'recalc#BALANCES',
|
|
471
|
-
}, '
|
|
471
|
+
}, 'goat_recalc');
|
|
472
472
|
}
|
|
473
473
|
async recalculateBalance(transactionId) {
|
|
474
474
|
const startTransaction = await LoanTransaction_model_1.LoanTransaction.findById(transactionId).lean();
|
|
@@ -533,7 +533,7 @@ export class LoanTransactionsService {
|
|
|
533
533
|
await this.mainQueueService.sendTaskToQueue({
|
|
534
534
|
data: { productId, transactionId },
|
|
535
535
|
pattern: 'recalc#BALANCES',
|
|
536
|
-
}, '
|
|
536
|
+
}, 'goat_recalc');
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
async recalculateBalance(transactionId: string) {
|