|
|
@@ -6,10 +6,11 @@
|
|
|
* OpenAPI spec version: 0.0.1-SNAPSHOT
|
|
|
*/
|
|
|
|
|
|
-export * from "./adminRechargeBody";
|
|
|
-export * from "./applyWithdrawBody";
|
|
|
+export * from "./adminRechargeDto";
|
|
|
export * from "./authTokenVo";
|
|
|
-export * from "./createAndPayBody";
|
|
|
+export * from "./createPostVo";
|
|
|
+export * from "./createTipOrderDto";
|
|
|
+export * from "./createTipOrderVo";
|
|
|
export * from "./deleteByIdParams";
|
|
|
export * from "./fieldError";
|
|
|
export * from "./getTransactionsParams";
|
|
|
@@ -20,49 +21,56 @@ export * from "./listPreviousPostsParams";
|
|
|
export * from "./loginDto";
|
|
|
export * from "./notificationVo";
|
|
|
export * from "./orderTipVo";
|
|
|
+export * from "./ossConfigDto";
|
|
|
export * from "./pageVoListOrderTipVo";
|
|
|
export * from "./pageVoListPostVo";
|
|
|
export * from "./pageVoListUserVo";
|
|
|
export * from "./postDto";
|
|
|
export * from "./postVo";
|
|
|
+export * from "./profileVo";
|
|
|
export * from "./queryByPageParams";
|
|
|
export * from "./realnameAuthVo";
|
|
|
-export * from "./rechargeBody";
|
|
|
+export * from "./realnameReviewDto";
|
|
|
+export * from "./realnameSubmitDto";
|
|
|
+export * from "./rechargeDto";
|
|
|
export * from "./registerDto";
|
|
|
-export * from "./response";
|
|
|
export * from "./responseAuthTokenVo";
|
|
|
export * from "./responseBoolean";
|
|
|
+export * from "./responseCreatePostVo";
|
|
|
+export * from "./responseCreateTipOrderVo";
|
|
|
export * from "./responseListFieldError";
|
|
|
export * from "./responseListNotificationVo";
|
|
|
export * from "./responseListRealnameAuthVo";
|
|
|
export * from "./responseListWalletTransactionVo";
|
|
|
-export * from "./responseMapStringLong";
|
|
|
-export * from "./responseMapStringLongData";
|
|
|
-export * from "./responseMapStringObject";
|
|
|
-export * from "./responseMapStringObjectData";
|
|
|
-export * from "./responseMapStringString";
|
|
|
-export * from "./responseMapStringStringData";
|
|
|
export * from "./responseObject";
|
|
|
export * from "./responsePageVoListOrderTipVo";
|
|
|
export * from "./responsePageVoListPostVo";
|
|
|
export * from "./responsePageVoListUserVo";
|
|
|
export * from "./responsePostVo";
|
|
|
+export * from "./responseProfileVo";
|
|
|
export * from "./responseRealnameAuthVo";
|
|
|
+export * from "./responseString";
|
|
|
+export * from "./responseUnreadCountVo";
|
|
|
+export * from "./responseUploadVo";
|
|
|
export * from "./responseUserVo";
|
|
|
export * from "./responseVoid";
|
|
|
-export * from "./reviewBody";
|
|
|
-export * from "./reviewWithdrawBody";
|
|
|
-export * from "./submitBody";
|
|
|
-export * from "./updateConfigBody";
|
|
|
-export * from "./updateHitStatusBody";
|
|
|
-export * from "./updateRoleBody";
|
|
|
+export * from "./responseWalletVo";
|
|
|
+export * from "./responseWithdrawApplyVo";
|
|
|
+export * from "./unreadCountVo";
|
|
|
+export * from "./updateHitStatusDto";
|
|
|
+export * from "./updateRoleDto";
|
|
|
export * from "./updateUserAvatarDto";
|
|
|
export * from "./updateUserPasswordDto";
|
|
|
export * from "./updateUserStatusDto";
|
|
|
-export * from "./updateViewCountBody";
|
|
|
+export * from "./updateViewCountDto";
|
|
|
export * from "./uploadBody";
|
|
|
export * from "./uploadParams";
|
|
|
+export * from "./uploadVo";
|
|
|
export * from "./userDto";
|
|
|
export * from "./userVo";
|
|
|
export * from "./walletTransactionVo";
|
|
|
+export * from "./walletVo";
|
|
|
export * from "./websiteMetaDto";
|
|
|
+export * from "./withdrawApplyVo";
|
|
|
+export * from "./withdrawDto";
|
|
|
+export * from "./withdrawReviewDto";
|