|
@@ -14,6 +14,7 @@ export * from "./deleteByIdParams";
|
|
|
export * from "./fieldError";
|
|
export * from "./fieldError";
|
|
|
export * from "./getTransactionsParams";
|
|
export * from "./getTransactionsParams";
|
|
|
export * from "./listOrdersParams";
|
|
export * from "./listOrdersParams";
|
|
|
|
|
+export * from "./listPendingWithdrawalsParams";
|
|
|
export * from "./listPostsParams";
|
|
export * from "./listPostsParams";
|
|
|
export * from "./listPreviousPostsParams";
|
|
export * from "./listPreviousPostsParams";
|
|
|
export * from "./loginDto";
|
|
export * from "./loginDto";
|
|
@@ -34,6 +35,7 @@ export * from "./responseBoolean";
|
|
|
export * from "./responseListFieldError";
|
|
export * from "./responseListFieldError";
|
|
|
export * from "./responseListNotificationVo";
|
|
export * from "./responseListNotificationVo";
|
|
|
export * from "./responseListRealnameAuthVo";
|
|
export * from "./responseListRealnameAuthVo";
|
|
|
|
|
+export * from "./responseListWalletTransactionVo";
|
|
|
export * from "./responseMapStringLong";
|
|
export * from "./responseMapStringLong";
|
|
|
export * from "./responseMapStringLongData";
|
|
export * from "./responseMapStringLongData";
|
|
|
export * from "./responseMapStringObject";
|
|
export * from "./responseMapStringObject";
|
|
@@ -49,6 +51,7 @@ export * from "./responseRealnameAuthVo";
|
|
|
export * from "./responseUserVo";
|
|
export * from "./responseUserVo";
|
|
|
export * from "./responseVoid";
|
|
export * from "./responseVoid";
|
|
|
export * from "./reviewBody";
|
|
export * from "./reviewBody";
|
|
|
|
|
+export * from "./reviewWithdrawBody";
|
|
|
export * from "./submitBody";
|
|
export * from "./submitBody";
|
|
|
export * from "./updateConfigBody";
|
|
export * from "./updateConfigBody";
|
|
|
export * from "./updateHitStatusBody";
|
|
export * from "./updateHitStatusBody";
|
|
@@ -61,4 +64,5 @@ export * from "./uploadBody";
|
|
|
export * from "./uploadParams";
|
|
export * from "./uploadParams";
|
|
|
export * from "./userDto";
|
|
export * from "./userDto";
|
|
|
export * from "./userVo";
|
|
export * from "./userVo";
|
|
|
|
|
+export * from "./walletTransactionVo";
|
|
|
export * from "./websiteMetaDto";
|
|
export * from "./websiteMetaDto";
|