feat(api): improve notifications, reviews, search, and subscriptions modules
- Add listing-sold event listener with spec for notifications - Add review-deleted event listener with spec for reviews - Improve search handlers with proper Typesense client injection - Improve subscription handlers with ConfigService and quota tracking Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValueObject } from '@modules/shared/domain/value-object';
|
||||
import { ValueObject } from '@modules/shared';
|
||||
|
||||
interface GeoFilterProps {
|
||||
lat: number;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ValueObject } from '@modules/shared/domain/value-object';
|
||||
import { ValueObject } from '@modules/shared';
|
||||
|
||||
interface SearchFilterProps {
|
||||
query?: string;
|
||||
|
||||
Reference in New Issue
Block a user