fix: harden admin and CMPP delivery workflows
This commit is contained in:
@@ -154,6 +154,8 @@ export class AdminOperationsController {
|
||||
@Query('tenantId') tenantId?: string,
|
||||
@Query('applicationId') applicationId?: string,
|
||||
@Query('deliveryType') deliveryType?: string,
|
||||
@Query('createdAtFrom') createdAtFrom?: string,
|
||||
@Query('createdAtTo') createdAtTo?: string,
|
||||
@Query('status') status?: string,
|
||||
@Query('keyword') keyword?: string,
|
||||
@Query('page') page?: string,
|
||||
@@ -163,6 +165,8 @@ export class AdminOperationsController {
|
||||
tenantId,
|
||||
applicationId,
|
||||
deliveryType,
|
||||
createdAtFrom,
|
||||
createdAtTo,
|
||||
status,
|
||||
keyword,
|
||||
page: Number(page),
|
||||
@@ -175,11 +179,15 @@ export class AdminOperationsController {
|
||||
@Query('tenantId') tenantId?: string,
|
||||
@Query('applicationId') applicationId?: string,
|
||||
@Query('deliveryType') deliveryType?: string,
|
||||
@Query('createdAtFrom') createdAtFrom?: string,
|
||||
@Query('createdAtTo') createdAtTo?: string,
|
||||
) {
|
||||
return this.operations.downstreamDeliveryDashboard({
|
||||
tenantId,
|
||||
applicationId,
|
||||
deliveryType,
|
||||
createdAtFrom,
|
||||
createdAtTo,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user