- 엑셀 다운 누락 필드 추가
- 스낵바 누락 수정
This commit is contained in:
@@ -113,6 +113,7 @@ export interface ExtensionAlimtalkDownloadExcelParams {
|
||||
toDate?: string;
|
||||
sendType?: AlimtalkSendType;
|
||||
sendCl?: AlimTalkSendCl;
|
||||
email?: string;
|
||||
};
|
||||
|
||||
export interface ExtensionAlimtalkDownloadExcelResponse {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {
|
||||
import {
|
||||
DefaulResponsePagination,
|
||||
DefaultRequestPagination
|
||||
} from '@/entities/common/model/types';
|
||||
@@ -25,6 +25,16 @@ export interface ExtensionArsResendParams {
|
||||
};
|
||||
export interface ExtensionArsResendResponse {
|
||||
status: boolean;
|
||||
error?: {
|
||||
root?: string;
|
||||
errKey?: string;
|
||||
code?: string;
|
||||
message?: string;
|
||||
timestamp?: string;
|
||||
details?: {
|
||||
path?: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
export interface ExtensionArsListParams {
|
||||
mid?: string;
|
||||
@@ -54,6 +64,7 @@ export interface ExtensionArsListResponse extends DefaulResponsePagination {
|
||||
export interface ExtensionArsDownloadExcelParams {
|
||||
mid?: string;
|
||||
moid?: string;
|
||||
email?: string;
|
||||
fromDate?: string;
|
||||
toDate?: string;
|
||||
paymentStatus?: PaymentStatus;
|
||||
@@ -61,7 +72,7 @@ export interface ExtensionArsDownloadExcelParams {
|
||||
minAmount?: number;
|
||||
maxAmount?: number;
|
||||
};
|
||||
export interface ExtensionArsDownloadExcelResponse {};
|
||||
export interface ExtensionArsDownloadExcelResponse { };
|
||||
export interface ExtensionArsDetailParams {
|
||||
mid: string;
|
||||
tid: string;
|
||||
|
||||
@@ -83,6 +83,7 @@ export interface ExtensionKeyinDownloadExcelParams extends ExtensionRequestParam
|
||||
fromDate?: string;
|
||||
toDate?: string;
|
||||
paymentStatus?: string;
|
||||
email?: string
|
||||
minAmount?: number;
|
||||
maxAmount?: number;
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@ export interface ExtensionSmsDownloadExcelParams extends ExtensionRequestParams
|
||||
fromDate: string;
|
||||
toDate: string;
|
||||
smsCl: string;
|
||||
|
||||
email: string;
|
||||
}
|
||||
|
||||
export interface ExtensionSmsDownloadExcelResponse {
|
||||
|
||||
Reference in New Issue
Block a user