index.ts 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /**
  2. * Generated by orval v7.0.1 🍺
  3. * Do not edit manually.
  4. * Serve API
  5. * Serve应用接口文档
  6. * OpenAPI spec version: 0.0.1-SNAPSHOT
  7. */
  8. export * from "./add400";
  9. export * from "./adminRecharge400";
  10. export * from "./adminRechargeDto";
  11. export * from "./applyWithdraw400";
  12. export * from "./authTokenVo";
  13. export * from "./createAndPay400";
  14. export * from "./createPost400";
  15. export * from "./createPostVo";
  16. export * from "./createTipOrderDto";
  17. export * from "./createTipOrderVo";
  18. export * from "./deleteById400";
  19. export * from "./deleteByIdParams";
  20. export * from "./deletePost400";
  21. export * from "./edit400";
  22. export * from "./fieldError";
  23. export * from "./getBalance400";
  24. export * from "./getMyAuth400";
  25. export * from "./getOssConfig400";
  26. export * from "./getPostDetail400";
  27. export * from "./getTransactions400";
  28. export * from "./getTransactionsParams";
  29. export * from "./getUnreadCount400";
  30. export * from "./getWebsiteMeta400";
  31. export * from "./listNotifications400";
  32. export * from "./listOrders400";
  33. export * from "./listOrdersParams";
  34. export * from "./listPending400";
  35. export * from "./listPendingWithdrawals400";
  36. export * from "./listPendingWithdrawalsParams";
  37. export * from "./listPosts400";
  38. export * from "./listPostsParams";
  39. export * from "./listPreviousPosts400";
  40. export * from "./listPreviousPostsParams";
  41. export * from "./login400";
  42. export * from "./loginDto";
  43. export * from "./markRead400";
  44. export * from "./notificationVo";
  45. export * from "./orderTipVo";
  46. export * from "./ossConfigDto";
  47. export * from "./pageVoListOrderTipVo";
  48. export * from "./pageVoListPostVo";
  49. export * from "./pageVoListUserVo";
  50. export * from "./postDto";
  51. export * from "./postVo";
  52. export * from "./profile400";
  53. export * from "./profileVo";
  54. export * from "./queryById400";
  55. export * from "./queryByPage400";
  56. export * from "./queryByPageParams";
  57. export * from "./realnameAuthVo";
  58. export * from "./realnameReviewDto";
  59. export * from "./realnameSubmitDto";
  60. export * from "./recharge400";
  61. export * from "./rechargeDto";
  62. export * from "./register400";
  63. export * from "./registerDto";
  64. export * from "./responseAuthTokenVo";
  65. export * from "./responseBoolean";
  66. export * from "./responseCreatePostVo";
  67. export * from "./responseCreateTipOrderVo";
  68. export * from "./responseListFieldError";
  69. export * from "./responseListNotificationVo";
  70. export * from "./responseListRealnameAuthVo";
  71. export * from "./responseListWalletTransactionVo";
  72. export * from "./responseObject";
  73. export * from "./responsePageVoListOrderTipVo";
  74. export * from "./responsePageVoListPostVo";
  75. export * from "./responsePageVoListUserVo";
  76. export * from "./responsePostVo";
  77. export * from "./responseProfileVo";
  78. export * from "./responseRealnameAuthVo";
  79. export * from "./responseString";
  80. export * from "./responseUnreadCountVo";
  81. export * from "./responseUploadVo";
  82. export * from "./responseUserVo";
  83. export * from "./responseVoid";
  84. export * from "./responseWalletVo";
  85. export * from "./responseWithdrawApplyVo";
  86. export * from "./review400";
  87. export * from "./reviewWithdraw400";
  88. export * from "./submit400";
  89. export * from "./unreadCountVo";
  90. export * from "./updateHitStatus400";
  91. export * from "./updateHitStatusDto";
  92. export * from "./updateOssConfig400";
  93. export * from "./updatePassword400";
  94. export * from "./updatePost400";
  95. export * from "./updateRole400";
  96. export * from "./updateRoleDto";
  97. export * from "./updateUserAvatar400";
  98. export * from "./updateUserAvatarDto";
  99. export * from "./updateUserPasswordDto";
  100. export * from "./updateUserStatus400";
  101. export * from "./updateUserStatusDto";
  102. export * from "./updateViewCount400";
  103. export * from "./updateViewCountDto";
  104. export * from "./updateWebsiteMeta400";
  105. export * from "./upload400";
  106. export * from "./uploadBody";
  107. export * from "./uploadParams";
  108. export * from "./uploadVo";
  109. export * from "./userDto";
  110. export * from "./userVo";
  111. export * from "./walletTransactionVo";
  112. export * from "./walletVo";
  113. export * from "./websiteMetaDto";
  114. export * from "./withdrawApplyVo";
  115. export * from "./withdrawDto";
  116. export * from "./withdrawReviewDto";