@r2wa-org/eden 0.0.76 → 0.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/README.md +6 -6
  2. package/dist/admin/index.d.ts +1 -1
  3. package/dist/admin-user/admin/errors/index.d.ts +2 -2
  4. package/dist/admin-user/admin/errors/locales/zh.d.ts +1 -1
  5. package/dist/admin-user/admin/router.d.ts +1 -1
  6. package/dist/admin-user/admin/service.d.ts +1 -1
  7. package/dist/app-version/admin/dto.schemas.d.ts +1 -1
  8. package/dist/app-version/admin/router.d.ts +1 -1
  9. package/dist/app-version/admin/service.d.ts +1 -1
  10. package/dist/asset/admin/router.d.ts +1 -1
  11. package/dist/asset/admin/service.d.ts +2 -2
  12. package/dist/asset/errors/index.d.ts +2 -2
  13. package/dist/asset/errors/locales/zh.d.ts +1 -1
  14. package/dist/asset/index.d.ts +11 -11
  15. package/dist/asset/internal/service.d.ts +3 -3
  16. package/dist/asset/permissions.d.ts +1 -1
  17. package/dist/asset/user/router.d.ts +1 -1
  18. package/dist/asset/user/service.d.ts +2 -2
  19. package/dist/asset-convert-product/admin/router.d.ts +1 -1
  20. package/dist/asset-convert-product/admin/service.d.ts +2 -2
  21. package/dist/asset-convert-product/errors/index.d.ts +2 -2
  22. package/dist/asset-convert-product/errors/locales/zh.d.ts +1 -1
  23. package/dist/asset-convert-product/index.d.ts +8 -8
  24. package/dist/asset-convert-product/permissions.d.ts +2 -2
  25. package/dist/asset-convert-product/user/router.d.ts +1 -1
  26. package/dist/asset-convert-product/user/service.d.ts +4 -4
  27. package/dist/asset-price/admin/router.d.ts +1 -1
  28. package/dist/asset-price/admin/service.d.ts +1 -1
  29. package/dist/asset-price/errors/index.d.ts +2 -2
  30. package/dist/asset-price/errors/locales/zh.d.ts +1 -1
  31. package/dist/asset-price/index.d.ts +12 -12
  32. package/dist/asset-price/permissions.d.ts +2 -2
  33. package/dist/asset-price/user/router.d.ts +1 -1
  34. package/dist/asset-price/user/service.d.ts +1 -1
  35. package/dist/asset-type/admin/router.d.ts +1 -1
  36. package/dist/asset-type/admin/service.d.ts +2 -2
  37. package/dist/asset-type/errors/index.d.ts +2 -2
  38. package/dist/asset-type/errors/locales/zh.d.ts +1 -1
  39. package/dist/asset-type/index.d.ts +11 -11
  40. package/dist/asset-type/permissions.d.ts +1 -1
  41. package/dist/asset-type/seed.d.ts +1 -1
  42. package/dist/asset-type/user/router.d.ts +1 -1
  43. package/dist/asset-type/user/service.d.ts +2 -2
  44. package/dist/auth/better-auth.d.ts +253 -253
  45. package/dist/auth/better-hooks.d.ts +1 -1
  46. package/dist/auth/permissions.d.ts +210 -210
  47. package/dist/auth/roles.d.ts +630 -630
  48. package/dist/auth/router.d.ts +1 -1
  49. package/dist/bank-account/admin/router.d.ts +1 -1
  50. package/dist/bank-account/admin/service.d.ts +5 -5
  51. package/dist/bank-account/errors/index.d.ts +2 -2
  52. package/dist/bank-account/errors/locales/zh.d.ts +1 -1
  53. package/dist/bank-account/index.d.ts +8 -8
  54. package/dist/bank-account/internal/service.d.ts +1 -1
  55. package/dist/bank-account/permissions.d.ts +3 -3
  56. package/dist/bank-account/user/router.d.ts +1 -1
  57. package/dist/bank-account/user/service.d.ts +3 -3
  58. package/dist/check-in/admin/router.d.ts +1 -1
  59. package/dist/check-in/admin/service.d.ts +2 -2
  60. package/dist/check-in/errors/index.d.ts +2 -2
  61. package/dist/check-in/errors/locales/zh.d.ts +1 -1
  62. package/dist/check-in/index.d.ts +7 -7
  63. package/dist/check-in/internal/service.d.ts +5 -5
  64. package/dist/check-in/permissions.d.ts +2 -2
  65. package/dist/check-in/user/router.d.ts +1 -1
  66. package/dist/check-in/user/service.d.ts +3 -3
  67. package/dist/db/index.d.ts +1 -1
  68. package/dist/db/schemas.d.ts +34 -34
  69. package/dist/db/transaction.d.ts +1 -1
  70. package/dist/db/typebox.d.ts +4 -4
  71. package/dist/deposit/admin/router.d.ts +1 -1
  72. package/dist/deposit/admin/service.d.ts +2 -2
  73. package/dist/deposit/errors/index.d.ts +2 -2
  74. package/dist/deposit/errors/locales/zh.d.ts +1 -1
  75. package/dist/deposit/index.d.ts +7 -7
  76. package/dist/deposit/internal/service.d.ts +1 -1
  77. package/dist/deposit/permissions.d.ts +2 -2
  78. package/dist/deposit/user/router.d.ts +1 -1
  79. package/dist/deposit/user/service.d.ts +2 -2
  80. package/dist/dynamic-env/admin.router.d.ts +1 -1
  81. package/dist/dynamic-env/cache.d.ts +1 -1
  82. package/dist/dynamic-env/errors/index.d.ts +2 -2
  83. package/dist/dynamic-env/errors/locales/zh.d.ts +1 -1
  84. package/dist/dynamic-env/index.d.ts +3 -3
  85. package/dist/dynamic-env/service.d.ts +1 -1
  86. package/dist/email/index.d.ts +1 -1
  87. package/dist/env/index.d.ts +2 -2
  88. package/dist/env/server.d.ts +2 -2
  89. package/dist/env/typebox-env.d.ts +1 -1
  90. package/dist/error/index.d.ts +4 -4
  91. package/dist/error/locales/zh.d.ts +1 -1
  92. package/dist/error/messages.d.ts +2 -2
  93. package/dist/external/errors/index.d.ts +2 -2
  94. package/dist/external/errors/locales/zh.d.ts +1 -1
  95. package/dist/external/index.d.ts +4 -4
  96. package/dist/external/router.d.ts +4 -4
  97. package/dist/external/service.d.ts +1 -1
  98. package/dist/file-storage/admin/dto.schemas.d.ts +2 -2
  99. package/dist/file-storage/admin/router.d.ts +1 -1
  100. package/dist/file-storage/admin/service.d.ts +2 -2
  101. package/dist/file-storage/errors/index.d.ts +2 -2
  102. package/dist/file-storage/errors/locales/zh.d.ts +1 -1
  103. package/dist/file-storage/index.d.ts +7 -7
  104. package/dist/file-storage/internal/service.d.ts +2 -2
  105. package/dist/file-storage/permissions.d.ts +2 -2
  106. package/dist/file-storage/s3.client.d.ts +11 -11
  107. package/dist/file-storage/share/router.d.ts +1 -1
  108. package/dist/file-storage/user/router.d.ts +1 -1
  109. package/dist/file-storage/user/service.d.ts +2 -2
  110. package/dist/http-access-log.d.ts +1 -1
  111. package/dist/index.d.ts +4 -4
  112. package/dist/ledger/admin/router.d.ts +1 -1
  113. package/dist/ledger/admin/service.d.ts +2 -2
  114. package/dist/ledger/errors/index.d.ts +2 -2
  115. package/dist/ledger/errors/locales/zh.d.ts +1 -1
  116. package/dist/ledger/index.d.ts +6 -6
  117. package/dist/ledger/internal/service.d.ts +5 -5
  118. package/dist/ledger/permissions.d.ts +1 -1
  119. package/dist/ledger/user/router.d.ts +1 -1
  120. package/dist/ledger-account/admin/dto.schemas.d.ts +5 -5
  121. package/dist/ledger-account/admin/router.d.ts +1 -1
  122. package/dist/ledger-account/admin/service.d.ts +2 -2
  123. package/dist/ledger-account/errors/index.d.ts +2 -2
  124. package/dist/ledger-account/errors/locales/zh.d.ts +1 -1
  125. package/dist/ledger-account/index.d.ts +8 -8
  126. package/dist/ledger-account/internal/service.d.ts +1 -1
  127. package/dist/ledger-account/permissions.d.ts +1 -1
  128. package/dist/ledger-account/user/dto.schemas.d.ts +1 -1
  129. package/dist/ledger-account/user/router.d.ts +1 -1
  130. package/dist/ledger-account/user/service.d.ts +2 -2
  131. package/dist/ledger-account-import/admin/router.d.ts +1 -1
  132. package/dist/ledger-account-import/admin/service.d.ts +2 -2
  133. package/dist/ledger-account-import/errors/index.d.ts +2 -2
  134. package/dist/ledger-account-import/errors/locales/zh.d.ts +1 -1
  135. package/dist/ledger-account-import/index.d.ts +8 -8
  136. package/dist/ledger-account-import/internal/service.d.ts +1 -1
  137. package/dist/ledger-account-import/permissions.d.ts +1 -1
  138. package/dist/ledger-account-import/user/service.d.ts +1 -1
  139. package/dist/ledger-account-transfer/admin/service.d.ts +1 -1
  140. package/dist/ledger-account-transfer/errors/index.d.ts +2 -2
  141. package/dist/ledger-account-transfer/errors/locales/zh.d.ts +1 -1
  142. package/dist/ledger-account-transfer/index.d.ts +6 -6
  143. package/dist/ledger-account-transfer/internal/service.d.ts +1 -1
  144. package/dist/ledger-account-transfer/user/router.d.ts +1 -1
  145. package/dist/ledger-account-transfer/user/service.d.ts +2 -2
  146. package/dist/ledger-account-type/admin/router.d.ts +1 -1
  147. package/dist/ledger-account-type/admin/service.d.ts +2 -2
  148. package/dist/ledger-account-type/errors/index.d.ts +2 -2
  149. package/dist/ledger-account-type/errors/locales/zh.d.ts +1 -1
  150. package/dist/ledger-account-type/index.d.ts +9 -9
  151. package/dist/ledger-account-type/permissions.d.ts +1 -1
  152. package/dist/ledger-account-type/user/router.d.ts +1 -1
  153. package/dist/ledger-account-type/user/service.d.ts +2 -2
  154. package/dist/market-data/admin/router.d.ts +1 -1
  155. package/dist/market-data/admin/service.d.ts +2 -2
  156. package/dist/market-data/cron.d.ts +1 -1
  157. package/dist/market-data/errors/index.d.ts +2 -2
  158. package/dist/market-data/errors/locales/zh.d.ts +1 -1
  159. package/dist/market-data/index.d.ts +8 -8
  160. package/dist/market-data/internal/service.d.ts +1 -1
  161. package/dist/market-data/permissions.d.ts +3 -3
  162. package/dist/market-data/user/router.d.ts +1 -1
  163. package/dist/market-data/user/service.d.ts +2 -2
  164. package/dist/market-pricing/admin/dto.schemas.d.ts +3 -3
  165. package/dist/market-pricing/admin/router.d.ts +1 -1
  166. package/dist/market-pricing/admin/service.d.ts +1 -1
  167. package/dist/market-pricing/cron.d.ts +1 -1
  168. package/dist/market-pricing/errors/index.d.ts +2 -2
  169. package/dist/market-pricing/errors/locales/zh.d.ts +1 -1
  170. package/dist/market-pricing/internal/service.d.ts +2 -2
  171. package/dist/market-pricing/permissions.d.ts +1 -1
  172. package/dist/news/admin/dto.schemas.d.ts +2 -2
  173. package/dist/news/admin/router.d.ts +1 -1
  174. package/dist/news/admin/service.d.ts +2 -2
  175. package/dist/news/errors/index.d.ts +2 -2
  176. package/dist/news/errors/locales/zh.d.ts +1 -1
  177. package/dist/news/index.d.ts +7 -7
  178. package/dist/news/permissions.d.ts +1 -1
  179. package/dist/news/user/dto.schemas.d.ts +4 -4
  180. package/dist/news/user/router.d.ts +1 -1
  181. package/dist/news/user/service.d.ts +2 -2
  182. package/dist/news-category/admin/dto.schemas.d.ts +2 -2
  183. package/dist/news-category/admin/router.d.ts +1 -1
  184. package/dist/news-category/admin/service.d.ts +2 -2
  185. package/dist/news-category/errors/index.d.ts +2 -2
  186. package/dist/news-category/errors/locales/zh.d.ts +1 -1
  187. package/dist/news-category/index.d.ts +8 -8
  188. package/dist/news-category/permissions.d.ts +1 -1
  189. package/dist/news-category/user/router.d.ts +1 -1
  190. package/dist/news-category/user/service.d.ts +1 -1
  191. package/dist/notification/admin/router.d.ts +1 -1
  192. package/dist/notification/admin/service.d.ts +2 -2
  193. package/dist/notification/errors/index.d.ts +2 -2
  194. package/dist/notification/errors/locales/zh.d.ts +1 -1
  195. package/dist/notification/index.d.ts +7 -7
  196. package/dist/notification/internal/service.d.ts +4 -4
  197. package/dist/notification/permissions.d.ts +2 -2
  198. package/dist/notification/user/router.d.ts +1 -1
  199. package/dist/notification/user/service.d.ts +2 -2
  200. package/dist/operations-overview/admin/router.d.ts +1 -1
  201. package/dist/operations-overview/admin/service.d.ts +1 -1
  202. package/dist/portfolio/index.d.ts +2 -2
  203. package/dist/portfolio/internal/index.d.ts +1 -1
  204. package/dist/portfolio/user/index.d.ts +3 -3
  205. package/dist/portfolio/user/router.d.ts +1 -1
  206. package/dist/portfolio/user/service.d.ts +2 -2
  207. package/dist/receipt-method/admin/router.d.ts +1 -1
  208. package/dist/receipt-method/admin/service.d.ts +2 -2
  209. package/dist/receipt-method/errors/index.d.ts +2 -2
  210. package/dist/receipt-method/errors/locales/zh.d.ts +1 -1
  211. package/dist/receipt-method/index.d.ts +7 -7
  212. package/dist/receipt-method/internal/service.d.ts +3 -3
  213. package/dist/receipt-method/permissions.d.ts +1 -1
  214. package/dist/receipt-method/user/router.d.ts +1 -1
  215. package/dist/receipt-method/user/service.d.ts +3 -3
  216. package/dist/referral/admin/router.d.ts +1 -1
  217. package/dist/referral/admin/service.d.ts +2 -2
  218. package/dist/referral/errors/index.d.ts +2 -2
  219. package/dist/referral/errors/locales/zh.d.ts +1 -1
  220. package/dist/referral/index.d.ts +9 -9
  221. package/dist/referral/permissions.d.ts +1 -1
  222. package/dist/referral/user/router.d.ts +1 -1
  223. package/dist/referral/user/service.d.ts +2 -2
  224. package/dist/referral-depth-config/admin/router.d.ts +1 -1
  225. package/dist/referral-depth-config/admin/service.d.ts +2 -2
  226. package/dist/referral-depth-config/errors/index.d.ts +2 -2
  227. package/dist/referral-depth-config/errors/locales/zh.d.ts +1 -1
  228. package/dist/referral-depth-config/permissions.d.ts +1 -1
  229. package/dist/server-test/errors/index.d.ts +2 -2
  230. package/dist/server-test/errors/locales/zh.d.ts +1 -1
  231. package/dist/server-test/index.d.ts +1 -1
  232. package/dist/shipping-address/admin/router.d.ts +1 -1
  233. package/dist/shipping-address/admin/service.d.ts +2 -2
  234. package/dist/shipping-address/errors/index.d.ts +2 -2
  235. package/dist/shipping-address/errors/locales/zh.d.ts +1 -1
  236. package/dist/shipping-address/index.d.ts +7 -7
  237. package/dist/shipping-address/permissions.d.ts +1 -1
  238. package/dist/shipping-address/user/router.d.ts +1 -1
  239. package/dist/shipping-address/user/service.d.ts +3 -3
  240. package/dist/team/admin/router.d.ts +1 -1
  241. package/dist/team/admin/service.d.ts +2 -2
  242. package/dist/team/errors/index.d.ts +2 -2
  243. package/dist/team/errors/locales/zh.d.ts +1 -1
  244. package/dist/team/index.d.ts +8 -8
  245. package/dist/team/permissions.d.ts +1 -1
  246. package/dist/team/user/dto.schemas.d.ts +1 -1
  247. package/dist/team/user/router.d.ts +1 -1
  248. package/dist/team/user/service.d.ts +2 -2
  249. package/dist/trade-market/admin/dto.schemas.d.ts +4 -4
  250. package/dist/trade-market/admin/router.d.ts +1 -1
  251. package/dist/trade-market/admin/service.d.ts +2 -2
  252. package/dist/trade-market/errors/index.d.ts +2 -2
  253. package/dist/trade-market/errors/locales/zh.d.ts +1 -1
  254. package/dist/trade-market/index.d.ts +8 -8
  255. package/dist/trade-market/internal/service.d.ts +11 -11
  256. package/dist/trade-market/permissions.d.ts +2 -2
  257. package/dist/trade-market/user/router.d.ts +1 -1
  258. package/dist/trade-market/user/service.d.ts +1 -1
  259. package/dist/transfer/admin/router.d.ts +1 -1
  260. package/dist/transfer/admin/service.d.ts +2 -2
  261. package/dist/transfer/errors/index.d.ts +2 -2
  262. package/dist/transfer/errors/locales/zh.d.ts +1 -1
  263. package/dist/transfer/index.d.ts +11 -11
  264. package/dist/transfer/internal/service.d.ts +1 -1
  265. package/dist/transfer/permissions.d.ts +1 -1
  266. package/dist/transfer/user/router.d.ts +1 -1
  267. package/dist/transfer/user/service.d.ts +2 -2
  268. package/dist/user/admin/router.d.ts +1 -1
  269. package/dist/user/admin/service.d.ts +2 -2
  270. package/dist/user/errors/index.d.ts +2 -2
  271. package/dist/user/errors/locales/zh.d.ts +1 -1
  272. package/dist/user/index.d.ts +9 -9
  273. package/dist/user/internal/service.d.ts +1 -1
  274. package/dist/user/permissions.d.ts +3 -3
  275. package/dist/user/user/router.d.ts +1 -1
  276. package/dist/user/user/service.d.ts +2 -2
  277. package/dist/user-kyc/admin/router.d.ts +1 -1
  278. package/dist/user-kyc/admin/service.d.ts +2 -2
  279. package/dist/user-kyc/errors/index.d.ts +2 -2
  280. package/dist/user-kyc/errors/locales/zh.d.ts +1 -1
  281. package/dist/user-kyc/index.d.ts +10 -10
  282. package/dist/user-kyc/internal/service.d.ts +3 -3
  283. package/dist/user-kyc/permissions.d.ts +2 -2
  284. package/dist/user-kyc/user/router.d.ts +1 -1
  285. package/dist/user-kyc/user/service.d.ts +6 -6
  286. package/dist/user-security/admin/router.d.ts +1 -1
  287. package/dist/user-security/admin/service.d.ts +1 -1
  288. package/dist/user-security/index.d.ts +8 -8
  289. package/dist/user-security/internal/service.d.ts +2 -2
  290. package/dist/user-security/user/router.d.ts +1 -1
  291. package/dist/user-security/user/service.d.ts +1 -1
  292. package/dist/utils/date.d.ts +2 -2
  293. package/dist/utils/index.d.ts +4 -4
  294. package/dist/utils/pagination.d.ts +1 -1
  295. package/dist/wallet/admin/router.d.ts +1 -1
  296. package/dist/wallet/admin/service.d.ts +2 -2
  297. package/dist/wallet/errors/index.d.ts +2 -2
  298. package/dist/wallet/errors/locales/zh.d.ts +1 -1
  299. package/dist/wallet/index.d.ts +11 -11
  300. package/dist/wallet/internal/service.d.ts +2 -2
  301. package/dist/wallet/permissions.d.ts +1 -1
  302. package/dist/wallet/user/router.d.ts +1 -1
  303. package/dist/wallet/user/service.d.ts +3 -3
  304. package/dist/wallet-type/admin/dto.schemas.d.ts +4 -4
  305. package/dist/wallet-type/admin/router.d.ts +1 -1
  306. package/dist/wallet-type/admin/service.d.ts +2 -2
  307. package/dist/wallet-type/errors/index.d.ts +2 -2
  308. package/dist/wallet-type/errors/locales/zh.d.ts +1 -1
  309. package/dist/wallet-type/index.d.ts +10 -10
  310. package/dist/wallet-type/internal/service.d.ts +2 -2
  311. package/dist/wallet-type/permissions.d.ts +1 -1
  312. package/dist/wallet-type/user/dto.schemas.d.ts +2 -2
  313. package/dist/wallet-type/user/router.d.ts +1 -1
  314. package/dist/wallet-type/user/service.d.ts +2 -2
  315. package/dist/welfare-cycle/admin/router.d.ts +1 -1
  316. package/dist/welfare-cycle/admin/service.d.ts +1 -1
  317. package/dist/welfare-cycle/cron.d.ts +1 -1
  318. package/dist/welfare-cycle/errors/index.d.ts +2 -2
  319. package/dist/welfare-cycle/errors/locales/zh.d.ts +1 -1
  320. package/dist/welfare-cycle/index.d.ts +7 -7
  321. package/dist/welfare-cycle/internal/service.d.ts +2 -2
  322. package/dist/welfare-cycle/permissions.d.ts +3 -3
  323. package/dist/welfare-cycle/user/router.d.ts +1 -1
  324. package/dist/welfare-cycle/user/service.d.ts +1 -1
  325. package/dist/withdraw/admin/router.d.ts +1 -1
  326. package/dist/withdraw/admin/service.d.ts +2 -2
  327. package/dist/withdraw/errors/index.d.ts +2 -2
  328. package/dist/withdraw/errors/locales/zh.d.ts +1 -1
  329. package/dist/withdraw/index.d.ts +8 -8
  330. package/dist/withdraw/internal/index.d.ts +1 -1
  331. package/dist/withdraw/internal/service.d.ts +1 -1
  332. package/dist/withdraw/permissions.d.ts +2 -2
  333. package/dist/withdraw/user/dto.schemas.d.ts +1 -1
  334. package/dist/withdraw/user/index.d.ts +3 -3
  335. package/dist/withdraw/user/router.d.ts +1 -1
  336. package/dist/withdraw/user/service.d.ts +2 -2
  337. package/package.json +24 -20
@@ -1,283 +1,283 @@
1
1
  export declare const authAdmin: {
2
2
  authorize<K_1 extends "user" | "session">(request: K_1 extends infer T extends K ? { [key in T]?: import("better-auth/plugins").Subset<"user" | "session", {
3
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
4
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
5
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
6
- readonly "ledger_account:import": readonly ["create", "read", "list"];
7
- readonly "wallet:container": readonly ["read", "list"];
8
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
9
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
10
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
11
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
12
- readonly "trade_market:order": readonly ["create", "read", "list"];
13
- readonly "transfer:order": readonly ["create", "read", "list"];
14
- readonly "team:member": readonly ["read", "list", "stats"];
15
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
16
- readonly "referral:relation": readonly ["bind", "read", "list"];
17
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
18
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
19
- readonly "notification:notification": readonly ["read", "update", "list"];
20
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
21
- readonly "withdraw:manage": readonly ["create", "read"];
22
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
23
- readonly "market_data:ticker": readonly ["read", "latest"];
24
- readonly "market_data:kline": readonly ["read", "list"];
25
- readonly "market_data:admin": readonly ["read", "list", "run"];
26
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
27
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
28
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
29
- readonly "ledger-account:account": readonly ["read", "update", "list"];
30
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
31
- readonly "deposit:review": readonly ["read", "update", "list"];
32
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
33
- readonly "checkIn:admin": readonly ["read", "list"];
34
- readonly "kyc:method": readonly ["create", "read", "update"];
35
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
36
- readonly "user:profile": readonly ["read", "update"];
37
- readonly "user:referral": readonly ["bind"];
38
- readonly "admin:user-profile": readonly ["read", "update", "list"];
39
- readonly "asset_price:price": readonly ["read", "list", "latest"];
40
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
41
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
42
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
43
- readonly "asset_convert_product:order": readonly ["read", "list"];
44
- readonly "asset:item": readonly ["create", "read", "update", "list"];
3
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
4
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
5
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
6
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
7
+ readonly 'wallet:container': readonly ["read", "list"];
8
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
9
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
10
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
11
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
12
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
13
+ readonly 'transfer:order': readonly ["create", "read", "list"];
14
+ readonly 'team:member': readonly ["read", "list", "stats"];
15
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
16
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
17
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
18
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
19
+ readonly 'notification:notification': readonly ["read", "update", "list"];
20
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
21
+ readonly 'withdraw:manage': readonly ["create", "read"];
22
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
23
+ readonly 'market_data:ticker': readonly ["read", "latest"];
24
+ readonly 'market_data:kline': readonly ["read", "list"];
25
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
26
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
27
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
28
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
29
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
30
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
31
+ readonly 'deposit:review': readonly ["read", "update", "list"];
32
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
33
+ readonly 'checkIn:admin': readonly ["read", "list"];
34
+ readonly 'kyc:method': readonly ["create", "read", "update"];
35
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
36
+ readonly 'user:profile': readonly ["read", "update"];
37
+ readonly 'user:referral': readonly ["bind"];
38
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
39
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
40
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
41
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
42
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
43
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
44
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
45
45
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
46
46
  readonly session: readonly ["list", "revoke", "delete"];
47
47
  }>[key] | {
48
48
  actions: import("better-auth/plugins").Subset<"user" | "session", {
49
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
50
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
51
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
52
- readonly "ledger_account:import": readonly ["create", "read", "list"];
53
- readonly "wallet:container": readonly ["read", "list"];
54
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
55
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
56
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
57
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
58
- readonly "trade_market:order": readonly ["create", "read", "list"];
59
- readonly "transfer:order": readonly ["create", "read", "list"];
60
- readonly "team:member": readonly ["read", "list", "stats"];
61
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
62
- readonly "referral:relation": readonly ["bind", "read", "list"];
63
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
64
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
65
- readonly "notification:notification": readonly ["read", "update", "list"];
66
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
67
- readonly "withdraw:manage": readonly ["create", "read"];
68
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
69
- readonly "market_data:ticker": readonly ["read", "latest"];
70
- readonly "market_data:kline": readonly ["read", "list"];
71
- readonly "market_data:admin": readonly ["read", "list", "run"];
72
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
73
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
74
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
75
- readonly "ledger-account:account": readonly ["read", "update", "list"];
76
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
77
- readonly "deposit:review": readonly ["read", "update", "list"];
78
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
79
- readonly "checkIn:admin": readonly ["read", "list"];
80
- readonly "kyc:method": readonly ["create", "read", "update"];
81
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
82
- readonly "user:profile": readonly ["read", "update"];
83
- readonly "user:referral": readonly ["bind"];
84
- readonly "admin:user-profile": readonly ["read", "update", "list"];
85
- readonly "asset_price:price": readonly ["read", "list", "latest"];
86
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
87
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
88
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
89
- readonly "asset_convert_product:order": readonly ["read", "list"];
90
- readonly "asset:item": readonly ["create", "read", "update", "list"];
49
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
50
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
51
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
52
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
53
+ readonly 'wallet:container': readonly ["read", "list"];
54
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
55
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
56
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
57
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
58
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
59
+ readonly 'transfer:order': readonly ["create", "read", "list"];
60
+ readonly 'team:member': readonly ["read", "list", "stats"];
61
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
62
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
63
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
64
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
65
+ readonly 'notification:notification': readonly ["read", "update", "list"];
66
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
67
+ readonly 'withdraw:manage': readonly ["create", "read"];
68
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
69
+ readonly 'market_data:ticker': readonly ["read", "latest"];
70
+ readonly 'market_data:kline': readonly ["read", "list"];
71
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
72
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
73
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
74
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
75
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
76
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
77
+ readonly 'deposit:review': readonly ["read", "update", "list"];
78
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
79
+ readonly 'checkIn:admin': readonly ["read", "list"];
80
+ readonly 'kyc:method': readonly ["create", "read", "update"];
81
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
82
+ readonly 'user:profile': readonly ["read", "update"];
83
+ readonly 'user:referral': readonly ["bind"];
84
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
85
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
86
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
87
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
88
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
89
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
90
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
91
91
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
92
92
  readonly session: readonly ["list", "revoke", "delete"];
93
93
  }>[key];
94
94
  connector: "OR" | "AND";
95
95
  } | undefined; } : never, connector?: "OR" | "AND"): import("better-auth/plugins").AuthorizeResponse;
96
96
  statements: import("better-auth/plugins").Subset<"user" | "session", {
97
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
98
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
99
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
100
- readonly "ledger_account:import": readonly ["create", "read", "list"];
101
- readonly "wallet:container": readonly ["read", "list"];
102
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
103
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
104
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
105
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
106
- readonly "trade_market:order": readonly ["create", "read", "list"];
107
- readonly "transfer:order": readonly ["create", "read", "list"];
108
- readonly "team:member": readonly ["read", "list", "stats"];
109
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
110
- readonly "referral:relation": readonly ["bind", "read", "list"];
111
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
112
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
113
- readonly "notification:notification": readonly ["read", "update", "list"];
114
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
115
- readonly "withdraw:manage": readonly ["create", "read"];
116
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
117
- readonly "market_data:ticker": readonly ["read", "latest"];
118
- readonly "market_data:kline": readonly ["read", "list"];
119
- readonly "market_data:admin": readonly ["read", "list", "run"];
120
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
121
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
122
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
123
- readonly "ledger-account:account": readonly ["read", "update", "list"];
124
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
125
- readonly "deposit:review": readonly ["read", "update", "list"];
126
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
127
- readonly "checkIn:admin": readonly ["read", "list"];
128
- readonly "kyc:method": readonly ["create", "read", "update"];
129
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
130
- readonly "user:profile": readonly ["read", "update"];
131
- readonly "user:referral": readonly ["bind"];
132
- readonly "admin:user-profile": readonly ["read", "update", "list"];
133
- readonly "asset_price:price": readonly ["read", "list", "latest"];
134
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
135
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
136
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
137
- readonly "asset_convert_product:order": readonly ["read", "list"];
138
- readonly "asset:item": readonly ["create", "read", "update", "list"];
97
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
98
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
99
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
100
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
101
+ readonly 'wallet:container': readonly ["read", "list"];
102
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
103
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
104
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
105
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
106
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
107
+ readonly 'transfer:order': readonly ["create", "read", "list"];
108
+ readonly 'team:member': readonly ["read", "list", "stats"];
109
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
110
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
111
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
112
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
113
+ readonly 'notification:notification': readonly ["read", "update", "list"];
114
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
115
+ readonly 'withdraw:manage': readonly ["create", "read"];
116
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
117
+ readonly 'market_data:ticker': readonly ["read", "latest"];
118
+ readonly 'market_data:kline': readonly ["read", "list"];
119
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
120
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
121
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
122
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
123
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
124
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
125
+ readonly 'deposit:review': readonly ["read", "update", "list"];
126
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
127
+ readonly 'checkIn:admin': readonly ["read", "list"];
128
+ readonly 'kyc:method': readonly ["create", "read", "update"];
129
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
130
+ readonly 'user:profile': readonly ["read", "update"];
131
+ readonly 'user:referral': readonly ["bind"];
132
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
133
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
134
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
135
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
136
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
137
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
138
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
139
139
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
140
140
  readonly session: readonly ["list", "revoke", "delete"];
141
141
  }>;
142
142
  };
143
143
  export declare const authUser: {
144
144
  authorize<K_1 extends "user" | "session">(request: K_1 extends infer T extends K ? { [key in T]?: import("better-auth/plugins").Subset<"user" | "session", {
145
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
146
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
147
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
148
- readonly "ledger_account:import": readonly ["create", "read", "list"];
149
- readonly "wallet:container": readonly ["read", "list"];
150
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
151
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
152
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
153
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
154
- readonly "trade_market:order": readonly ["create", "read", "list"];
155
- readonly "transfer:order": readonly ["create", "read", "list"];
156
- readonly "team:member": readonly ["read", "list", "stats"];
157
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
158
- readonly "referral:relation": readonly ["bind", "read", "list"];
159
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
160
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
161
- readonly "notification:notification": readonly ["read", "update", "list"];
162
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
163
- readonly "withdraw:manage": readonly ["create", "read"];
164
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
165
- readonly "market_data:ticker": readonly ["read", "latest"];
166
- readonly "market_data:kline": readonly ["read", "list"];
167
- readonly "market_data:admin": readonly ["read", "list", "run"];
168
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
169
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
170
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
171
- readonly "ledger-account:account": readonly ["read", "update", "list"];
172
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
173
- readonly "deposit:review": readonly ["read", "update", "list"];
174
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
175
- readonly "checkIn:admin": readonly ["read", "list"];
176
- readonly "kyc:method": readonly ["create", "read", "update"];
177
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
178
- readonly "user:profile": readonly ["read", "update"];
179
- readonly "user:referral": readonly ["bind"];
180
- readonly "admin:user-profile": readonly ["read", "update", "list"];
181
- readonly "asset_price:price": readonly ["read", "list", "latest"];
182
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
183
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
184
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
185
- readonly "asset_convert_product:order": readonly ["read", "list"];
186
- readonly "asset:item": readonly ["create", "read", "update", "list"];
145
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
146
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
147
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
148
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
149
+ readonly 'wallet:container': readonly ["read", "list"];
150
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
151
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
152
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
153
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
154
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
155
+ readonly 'transfer:order': readonly ["create", "read", "list"];
156
+ readonly 'team:member': readonly ["read", "list", "stats"];
157
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
158
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
159
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
160
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
161
+ readonly 'notification:notification': readonly ["read", "update", "list"];
162
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
163
+ readonly 'withdraw:manage': readonly ["create", "read"];
164
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
165
+ readonly 'market_data:ticker': readonly ["read", "latest"];
166
+ readonly 'market_data:kline': readonly ["read", "list"];
167
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
168
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
169
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
170
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
171
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
172
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
173
+ readonly 'deposit:review': readonly ["read", "update", "list"];
174
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
175
+ readonly 'checkIn:admin': readonly ["read", "list"];
176
+ readonly 'kyc:method': readonly ["create", "read", "update"];
177
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
178
+ readonly 'user:profile': readonly ["read", "update"];
179
+ readonly 'user:referral': readonly ["bind"];
180
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
181
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
182
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
183
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
184
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
185
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
186
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
187
187
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
188
188
  readonly session: readonly ["list", "revoke", "delete"];
189
189
  }>[key] | {
190
190
  actions: import("better-auth/plugins").Subset<"user" | "session", {
191
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
192
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
193
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
194
- readonly "ledger_account:import": readonly ["create", "read", "list"];
195
- readonly "wallet:container": readonly ["read", "list"];
196
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
197
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
198
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
199
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
200
- readonly "trade_market:order": readonly ["create", "read", "list"];
201
- readonly "transfer:order": readonly ["create", "read", "list"];
202
- readonly "team:member": readonly ["read", "list", "stats"];
203
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
204
- readonly "referral:relation": readonly ["bind", "read", "list"];
205
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
206
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
207
- readonly "notification:notification": readonly ["read", "update", "list"];
208
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
209
- readonly "withdraw:manage": readonly ["create", "read"];
210
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
211
- readonly "market_data:ticker": readonly ["read", "latest"];
212
- readonly "market_data:kline": readonly ["read", "list"];
213
- readonly "market_data:admin": readonly ["read", "list", "run"];
214
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
215
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
216
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
217
- readonly "ledger-account:account": readonly ["read", "update", "list"];
218
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
219
- readonly "deposit:review": readonly ["read", "update", "list"];
220
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
221
- readonly "checkIn:admin": readonly ["read", "list"];
222
- readonly "kyc:method": readonly ["create", "read", "update"];
223
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
224
- readonly "user:profile": readonly ["read", "update"];
225
- readonly "user:referral": readonly ["bind"];
226
- readonly "admin:user-profile": readonly ["read", "update", "list"];
227
- readonly "asset_price:price": readonly ["read", "list", "latest"];
228
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
229
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
230
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
231
- readonly "asset_convert_product:order": readonly ["read", "list"];
232
- readonly "asset:item": readonly ["create", "read", "update", "list"];
191
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
192
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
193
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
194
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
195
+ readonly 'wallet:container': readonly ["read", "list"];
196
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
197
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
198
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
199
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
200
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
201
+ readonly 'transfer:order': readonly ["create", "read", "list"];
202
+ readonly 'team:member': readonly ["read", "list", "stats"];
203
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
204
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
205
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
206
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
207
+ readonly 'notification:notification': readonly ["read", "update", "list"];
208
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
209
+ readonly 'withdraw:manage': readonly ["create", "read"];
210
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
211
+ readonly 'market_data:ticker': readonly ["read", "latest"];
212
+ readonly 'market_data:kline': readonly ["read", "list"];
213
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
214
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
215
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
216
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
217
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
218
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
219
+ readonly 'deposit:review': readonly ["read", "update", "list"];
220
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
221
+ readonly 'checkIn:admin': readonly ["read", "list"];
222
+ readonly 'kyc:method': readonly ["create", "read", "update"];
223
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
224
+ readonly 'user:profile': readonly ["read", "update"];
225
+ readonly 'user:referral': readonly ["bind"];
226
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
227
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
228
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
229
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
230
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
231
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
232
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
233
233
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
234
234
  readonly session: readonly ["list", "revoke", "delete"];
235
235
  }>[key];
236
236
  connector: "OR" | "AND";
237
237
  } | undefined; } : never, connector?: "OR" | "AND"): import("better-auth/plugins").AuthorizeResponse;
238
238
  statements: import("better-auth/plugins").Subset<"user" | "session", {
239
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
240
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
241
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
242
- readonly "ledger_account:import": readonly ["create", "read", "list"];
243
- readonly "wallet:container": readonly ["read", "list"];
244
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
245
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
246
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
247
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
248
- readonly "trade_market:order": readonly ["create", "read", "list"];
249
- readonly "transfer:order": readonly ["create", "read", "list"];
250
- readonly "team:member": readonly ["read", "list", "stats"];
251
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
252
- readonly "referral:relation": readonly ["bind", "read", "list"];
253
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
254
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
255
- readonly "notification:notification": readonly ["read", "update", "list"];
256
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
257
- readonly "withdraw:manage": readonly ["create", "read"];
258
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
259
- readonly "market_data:ticker": readonly ["read", "latest"];
260
- readonly "market_data:kline": readonly ["read", "list"];
261
- readonly "market_data:admin": readonly ["read", "list", "run"];
262
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
263
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
264
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
265
- readonly "ledger-account:account": readonly ["read", "update", "list"];
266
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
267
- readonly "deposit:review": readonly ["read", "update", "list"];
268
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
269
- readonly "checkIn:admin": readonly ["read", "list"];
270
- readonly "kyc:method": readonly ["create", "read", "update"];
271
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
272
- readonly "user:profile": readonly ["read", "update"];
273
- readonly "user:referral": readonly ["bind"];
274
- readonly "admin:user-profile": readonly ["read", "update", "list"];
275
- readonly "asset_price:price": readonly ["read", "list", "latest"];
276
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
277
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
278
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
279
- readonly "asset_convert_product:order": readonly ["read", "list"];
280
- readonly "asset:item": readonly ["create", "read", "update", "list"];
239
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
240
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
241
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
242
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
243
+ readonly 'wallet:container': readonly ["read", "list"];
244
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
245
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
246
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
247
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
248
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
249
+ readonly 'transfer:order': readonly ["create", "read", "list"];
250
+ readonly 'team:member': readonly ["read", "list", "stats"];
251
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
252
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
253
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
254
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
255
+ readonly 'notification:notification': readonly ["read", "update", "list"];
256
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
257
+ readonly 'withdraw:manage': readonly ["create", "read"];
258
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
259
+ readonly 'market_data:ticker': readonly ["read", "latest"];
260
+ readonly 'market_data:kline': readonly ["read", "list"];
261
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
262
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
263
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
264
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
265
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
266
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
267
+ readonly 'deposit:review': readonly ["read", "update", "list"];
268
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
269
+ readonly 'checkIn:admin': readonly ["read", "list"];
270
+ readonly 'kyc:method': readonly ["create", "read", "update"];
271
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
272
+ readonly 'user:profile': readonly ["read", "update"];
273
+ readonly 'user:referral': readonly ["bind"];
274
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
275
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
276
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
277
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
278
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
279
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
280
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
281
281
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
282
282
  readonly session: readonly ["list", "revoke", "delete"];
283
283
  }>;
@@ -289,142 +289,142 @@ export declare const authUser: {
289
289
  */
290
290
  export declare const superAdmin: {
291
291
  authorize<K_1 extends "user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile">(request: K_1 extends infer T extends K ? { [key in T]?: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
292
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
293
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
294
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
295
- readonly "ledger_account:import": readonly ["create", "read", "list"];
296
- readonly "wallet:container": readonly ["read", "list"];
297
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
298
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
299
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
300
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
301
- readonly "trade_market:order": readonly ["create", "read", "list"];
302
- readonly "transfer:order": readonly ["create", "read", "list"];
303
- readonly "team:member": readonly ["read", "list", "stats"];
304
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
305
- readonly "referral:relation": readonly ["bind", "read", "list"];
306
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
307
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
308
- readonly "notification:notification": readonly ["read", "update", "list"];
309
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
310
- readonly "withdraw:manage": readonly ["create", "read"];
311
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
312
- readonly "market_data:ticker": readonly ["read", "latest"];
313
- readonly "market_data:kline": readonly ["read", "list"];
314
- readonly "market_data:admin": readonly ["read", "list", "run"];
315
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
316
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
317
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
318
- readonly "ledger-account:account": readonly ["read", "update", "list"];
319
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
320
- readonly "deposit:review": readonly ["read", "update", "list"];
321
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
322
- readonly "checkIn:admin": readonly ["read", "list"];
323
- readonly "kyc:method": readonly ["create", "read", "update"];
324
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
325
- readonly "user:profile": readonly ["read", "update"];
326
- readonly "user:referral": readonly ["bind"];
327
- readonly "admin:user-profile": readonly ["read", "update", "list"];
328
- readonly "asset_price:price": readonly ["read", "list", "latest"];
329
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
330
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
331
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
332
- readonly "asset_convert_product:order": readonly ["read", "list"];
333
- readonly "asset:item": readonly ["create", "read", "update", "list"];
292
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
293
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
294
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
295
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
296
+ readonly 'wallet:container': readonly ["read", "list"];
297
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
298
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
299
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
300
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
301
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
302
+ readonly 'transfer:order': readonly ["create", "read", "list"];
303
+ readonly 'team:member': readonly ["read", "list", "stats"];
304
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
305
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
306
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
307
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
308
+ readonly 'notification:notification': readonly ["read", "update", "list"];
309
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
310
+ readonly 'withdraw:manage': readonly ["create", "read"];
311
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
312
+ readonly 'market_data:ticker': readonly ["read", "latest"];
313
+ readonly 'market_data:kline': readonly ["read", "list"];
314
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
315
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
316
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
317
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
318
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
319
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
320
+ readonly 'deposit:review': readonly ["read", "update", "list"];
321
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
322
+ readonly 'checkIn:admin': readonly ["read", "list"];
323
+ readonly 'kyc:method': readonly ["create", "read", "update"];
324
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
325
+ readonly 'user:profile': readonly ["read", "update"];
326
+ readonly 'user:referral': readonly ["bind"];
327
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
328
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
329
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
330
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
331
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
332
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
333
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
334
334
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
335
335
  readonly session: readonly ["list", "revoke", "delete"];
336
336
  }>[key] | {
337
337
  actions: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
338
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
339
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
340
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
341
- readonly "ledger_account:import": readonly ["create", "read", "list"];
342
- readonly "wallet:container": readonly ["read", "list"];
343
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
344
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
345
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
346
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
347
- readonly "trade_market:order": readonly ["create", "read", "list"];
348
- readonly "transfer:order": readonly ["create", "read", "list"];
349
- readonly "team:member": readonly ["read", "list", "stats"];
350
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
351
- readonly "referral:relation": readonly ["bind", "read", "list"];
352
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
353
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
354
- readonly "notification:notification": readonly ["read", "update", "list"];
355
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
356
- readonly "withdraw:manage": readonly ["create", "read"];
357
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
358
- readonly "market_data:ticker": readonly ["read", "latest"];
359
- readonly "market_data:kline": readonly ["read", "list"];
360
- readonly "market_data:admin": readonly ["read", "list", "run"];
361
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
362
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
363
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
364
- readonly "ledger-account:account": readonly ["read", "update", "list"];
365
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
366
- readonly "deposit:review": readonly ["read", "update", "list"];
367
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
368
- readonly "checkIn:admin": readonly ["read", "list"];
369
- readonly "kyc:method": readonly ["create", "read", "update"];
370
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
371
- readonly "user:profile": readonly ["read", "update"];
372
- readonly "user:referral": readonly ["bind"];
373
- readonly "admin:user-profile": readonly ["read", "update", "list"];
374
- readonly "asset_price:price": readonly ["read", "list", "latest"];
375
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
376
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
377
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
378
- readonly "asset_convert_product:order": readonly ["read", "list"];
379
- readonly "asset:item": readonly ["create", "read", "update", "list"];
338
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
339
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
340
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
341
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
342
+ readonly 'wallet:container': readonly ["read", "list"];
343
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
344
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
345
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
346
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
347
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
348
+ readonly 'transfer:order': readonly ["create", "read", "list"];
349
+ readonly 'team:member': readonly ["read", "list", "stats"];
350
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
351
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
352
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
353
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
354
+ readonly 'notification:notification': readonly ["read", "update", "list"];
355
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
356
+ readonly 'withdraw:manage': readonly ["create", "read"];
357
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
358
+ readonly 'market_data:ticker': readonly ["read", "latest"];
359
+ readonly 'market_data:kline': readonly ["read", "list"];
360
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
361
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
362
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
363
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
364
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
365
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
366
+ readonly 'deposit:review': readonly ["read", "update", "list"];
367
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
368
+ readonly 'checkIn:admin': readonly ["read", "list"];
369
+ readonly 'kyc:method': readonly ["create", "read", "update"];
370
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
371
+ readonly 'user:profile': readonly ["read", "update"];
372
+ readonly 'user:referral': readonly ["bind"];
373
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
374
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
375
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
376
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
377
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
378
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
379
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
380
380
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
381
381
  readonly session: readonly ["list", "revoke", "delete"];
382
382
  }>[key];
383
383
  connector: "OR" | "AND";
384
384
  } | undefined; } : never, connector?: "OR" | "AND"): import("better-auth/plugins").AuthorizeResponse;
385
385
  statements: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
386
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
387
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
388
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
389
- readonly "ledger_account:import": readonly ["create", "read", "list"];
390
- readonly "wallet:container": readonly ["read", "list"];
391
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
392
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
393
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
394
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
395
- readonly "trade_market:order": readonly ["create", "read", "list"];
396
- readonly "transfer:order": readonly ["create", "read", "list"];
397
- readonly "team:member": readonly ["read", "list", "stats"];
398
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
399
- readonly "referral:relation": readonly ["bind", "read", "list"];
400
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
401
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
402
- readonly "notification:notification": readonly ["read", "update", "list"];
403
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
404
- readonly "withdraw:manage": readonly ["create", "read"];
405
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
406
- readonly "market_data:ticker": readonly ["read", "latest"];
407
- readonly "market_data:kline": readonly ["read", "list"];
408
- readonly "market_data:admin": readonly ["read", "list", "run"];
409
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
410
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
411
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
412
- readonly "ledger-account:account": readonly ["read", "update", "list"];
413
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
414
- readonly "deposit:review": readonly ["read", "update", "list"];
415
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
416
- readonly "checkIn:admin": readonly ["read", "list"];
417
- readonly "kyc:method": readonly ["create", "read", "update"];
418
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
419
- readonly "user:profile": readonly ["read", "update"];
420
- readonly "user:referral": readonly ["bind"];
421
- readonly "admin:user-profile": readonly ["read", "update", "list"];
422
- readonly "asset_price:price": readonly ["read", "list", "latest"];
423
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
424
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
425
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
426
- readonly "asset_convert_product:order": readonly ["read", "list"];
427
- readonly "asset:item": readonly ["create", "read", "update", "list"];
386
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
387
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
388
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
389
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
390
+ readonly 'wallet:container': readonly ["read", "list"];
391
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
392
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
393
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
394
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
395
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
396
+ readonly 'transfer:order': readonly ["create", "read", "list"];
397
+ readonly 'team:member': readonly ["read", "list", "stats"];
398
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
399
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
400
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
401
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
402
+ readonly 'notification:notification': readonly ["read", "update", "list"];
403
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
404
+ readonly 'withdraw:manage': readonly ["create", "read"];
405
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
406
+ readonly 'market_data:ticker': readonly ["read", "latest"];
407
+ readonly 'market_data:kline': readonly ["read", "list"];
408
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
409
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
410
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
411
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
412
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
413
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
414
+ readonly 'deposit:review': readonly ["read", "update", "list"];
415
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
416
+ readonly 'checkIn:admin': readonly ["read", "list"];
417
+ readonly 'kyc:method': readonly ["create", "read", "update"];
418
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
419
+ readonly 'user:profile': readonly ["read", "update"];
420
+ readonly 'user:referral': readonly ["bind"];
421
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
422
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
423
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
424
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
425
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
426
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
427
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
428
428
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
429
429
  readonly session: readonly ["list", "revoke", "delete"];
430
430
  }>;
@@ -436,142 +436,142 @@ export declare const superAdmin: {
436
436
  */
437
437
  export declare const user: {
438
438
  authorize<K_1 extends "user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral">(request: K_1 extends infer T extends K ? { [key in T]?: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral", {
439
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
440
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
441
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
442
- readonly "ledger_account:import": readonly ["create", "read", "list"];
443
- readonly "wallet:container": readonly ["read", "list"];
444
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
445
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
446
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
447
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
448
- readonly "trade_market:order": readonly ["create", "read", "list"];
449
- readonly "transfer:order": readonly ["create", "read", "list"];
450
- readonly "team:member": readonly ["read", "list", "stats"];
451
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
452
- readonly "referral:relation": readonly ["bind", "read", "list"];
453
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
454
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
455
- readonly "notification:notification": readonly ["read", "update", "list"];
456
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
457
- readonly "withdraw:manage": readonly ["create", "read"];
458
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
459
- readonly "market_data:ticker": readonly ["read", "latest"];
460
- readonly "market_data:kline": readonly ["read", "list"];
461
- readonly "market_data:admin": readonly ["read", "list", "run"];
462
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
463
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
464
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
465
- readonly "ledger-account:account": readonly ["read", "update", "list"];
466
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
467
- readonly "deposit:review": readonly ["read", "update", "list"];
468
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
469
- readonly "checkIn:admin": readonly ["read", "list"];
470
- readonly "kyc:method": readonly ["create", "read", "update"];
471
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
472
- readonly "user:profile": readonly ["read", "update"];
473
- readonly "user:referral": readonly ["bind"];
474
- readonly "admin:user-profile": readonly ["read", "update", "list"];
475
- readonly "asset_price:price": readonly ["read", "list", "latest"];
476
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
477
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
478
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
479
- readonly "asset_convert_product:order": readonly ["read", "list"];
480
- readonly "asset:item": readonly ["create", "read", "update", "list"];
439
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
440
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
441
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
442
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
443
+ readonly 'wallet:container': readonly ["read", "list"];
444
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
445
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
446
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
447
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
448
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
449
+ readonly 'transfer:order': readonly ["create", "read", "list"];
450
+ readonly 'team:member': readonly ["read", "list", "stats"];
451
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
452
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
453
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
454
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
455
+ readonly 'notification:notification': readonly ["read", "update", "list"];
456
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
457
+ readonly 'withdraw:manage': readonly ["create", "read"];
458
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
459
+ readonly 'market_data:ticker': readonly ["read", "latest"];
460
+ readonly 'market_data:kline': readonly ["read", "list"];
461
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
462
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
463
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
464
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
465
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
466
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
467
+ readonly 'deposit:review': readonly ["read", "update", "list"];
468
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
469
+ readonly 'checkIn:admin': readonly ["read", "list"];
470
+ readonly 'kyc:method': readonly ["create", "read", "update"];
471
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
472
+ readonly 'user:profile': readonly ["read", "update"];
473
+ readonly 'user:referral': readonly ["bind"];
474
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
475
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
476
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
477
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
478
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
479
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
480
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
481
481
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
482
482
  readonly session: readonly ["list", "revoke", "delete"];
483
483
  }>[key] | {
484
484
  actions: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral", {
485
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
486
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
487
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
488
- readonly "ledger_account:import": readonly ["create", "read", "list"];
489
- readonly "wallet:container": readonly ["read", "list"];
490
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
491
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
492
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
493
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
494
- readonly "trade_market:order": readonly ["create", "read", "list"];
495
- readonly "transfer:order": readonly ["create", "read", "list"];
496
- readonly "team:member": readonly ["read", "list", "stats"];
497
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
498
- readonly "referral:relation": readonly ["bind", "read", "list"];
499
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
500
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
501
- readonly "notification:notification": readonly ["read", "update", "list"];
502
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
503
- readonly "withdraw:manage": readonly ["create", "read"];
504
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
505
- readonly "market_data:ticker": readonly ["read", "latest"];
506
- readonly "market_data:kline": readonly ["read", "list"];
507
- readonly "market_data:admin": readonly ["read", "list", "run"];
508
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
509
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
510
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
511
- readonly "ledger-account:account": readonly ["read", "update", "list"];
512
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
513
- readonly "deposit:review": readonly ["read", "update", "list"];
514
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
515
- readonly "checkIn:admin": readonly ["read", "list"];
516
- readonly "kyc:method": readonly ["create", "read", "update"];
517
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
518
- readonly "user:profile": readonly ["read", "update"];
519
- readonly "user:referral": readonly ["bind"];
520
- readonly "admin:user-profile": readonly ["read", "update", "list"];
521
- readonly "asset_price:price": readonly ["read", "list", "latest"];
522
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
523
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
524
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
525
- readonly "asset_convert_product:order": readonly ["read", "list"];
526
- readonly "asset:item": readonly ["create", "read", "update", "list"];
485
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
486
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
487
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
488
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
489
+ readonly 'wallet:container': readonly ["read", "list"];
490
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
491
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
492
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
493
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
494
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
495
+ readonly 'transfer:order': readonly ["create", "read", "list"];
496
+ readonly 'team:member': readonly ["read", "list", "stats"];
497
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
498
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
499
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
500
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
501
+ readonly 'notification:notification': readonly ["read", "update", "list"];
502
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
503
+ readonly 'withdraw:manage': readonly ["create", "read"];
504
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
505
+ readonly 'market_data:ticker': readonly ["read", "latest"];
506
+ readonly 'market_data:kline': readonly ["read", "list"];
507
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
508
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
509
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
510
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
511
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
512
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
513
+ readonly 'deposit:review': readonly ["read", "update", "list"];
514
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
515
+ readonly 'checkIn:admin': readonly ["read", "list"];
516
+ readonly 'kyc:method': readonly ["create", "read", "update"];
517
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
518
+ readonly 'user:profile': readonly ["read", "update"];
519
+ readonly 'user:referral': readonly ["bind"];
520
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
521
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
522
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
523
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
524
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
525
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
526
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
527
527
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
528
528
  readonly session: readonly ["list", "revoke", "delete"];
529
529
  }>[key];
530
530
  connector: "OR" | "AND";
531
531
  } | undefined; } : never, connector?: "OR" | "AND"): import("better-auth/plugins").AuthorizeResponse;
532
532
  statements: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral", {
533
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
534
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
535
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
536
- readonly "ledger_account:import": readonly ["create", "read", "list"];
537
- readonly "wallet:container": readonly ["read", "list"];
538
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
539
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
540
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
541
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
542
- readonly "trade_market:order": readonly ["create", "read", "list"];
543
- readonly "transfer:order": readonly ["create", "read", "list"];
544
- readonly "team:member": readonly ["read", "list", "stats"];
545
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
546
- readonly "referral:relation": readonly ["bind", "read", "list"];
547
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
548
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
549
- readonly "notification:notification": readonly ["read", "update", "list"];
550
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
551
- readonly "withdraw:manage": readonly ["create", "read"];
552
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
553
- readonly "market_data:ticker": readonly ["read", "latest"];
554
- readonly "market_data:kline": readonly ["read", "list"];
555
- readonly "market_data:admin": readonly ["read", "list", "run"];
556
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
557
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
558
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
559
- readonly "ledger-account:account": readonly ["read", "update", "list"];
560
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
561
- readonly "deposit:review": readonly ["read", "update", "list"];
562
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
563
- readonly "checkIn:admin": readonly ["read", "list"];
564
- readonly "kyc:method": readonly ["create", "read", "update"];
565
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
566
- readonly "user:profile": readonly ["read", "update"];
567
- readonly "user:referral": readonly ["bind"];
568
- readonly "admin:user-profile": readonly ["read", "update", "list"];
569
- readonly "asset_price:price": readonly ["read", "list", "latest"];
570
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
571
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
572
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
573
- readonly "asset_convert_product:order": readonly ["read", "list"];
574
- readonly "asset:item": readonly ["create", "read", "update", "list"];
533
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
534
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
535
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
536
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
537
+ readonly 'wallet:container': readonly ["read", "list"];
538
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
539
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
540
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
541
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
542
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
543
+ readonly 'transfer:order': readonly ["create", "read", "list"];
544
+ readonly 'team:member': readonly ["read", "list", "stats"];
545
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
546
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
547
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
548
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
549
+ readonly 'notification:notification': readonly ["read", "update", "list"];
550
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
551
+ readonly 'withdraw:manage': readonly ["create", "read"];
552
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
553
+ readonly 'market_data:ticker': readonly ["read", "latest"];
554
+ readonly 'market_data:kline': readonly ["read", "list"];
555
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
556
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
557
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
558
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
559
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
560
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
561
+ readonly 'deposit:review': readonly ["read", "update", "list"];
562
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
563
+ readonly 'checkIn:admin': readonly ["read", "list"];
564
+ readonly 'kyc:method': readonly ["create", "read", "update"];
565
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
566
+ readonly 'user:profile': readonly ["read", "update"];
567
+ readonly 'user:referral': readonly ["bind"];
568
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
569
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
570
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
571
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
572
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
573
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
574
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
575
575
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
576
576
  readonly session: readonly ["list", "revoke", "delete"];
577
577
  }>;
@@ -583,142 +583,142 @@ export declare const user: {
583
583
  */
584
584
  export declare const admin: {
585
585
  authorize<K_1 extends "user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile">(request: K_1 extends infer T extends K ? { [key in T]?: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
586
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
587
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
588
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
589
- readonly "ledger_account:import": readonly ["create", "read", "list"];
590
- readonly "wallet:container": readonly ["read", "list"];
591
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
592
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
593
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
594
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
595
- readonly "trade_market:order": readonly ["create", "read", "list"];
596
- readonly "transfer:order": readonly ["create", "read", "list"];
597
- readonly "team:member": readonly ["read", "list", "stats"];
598
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
599
- readonly "referral:relation": readonly ["bind", "read", "list"];
600
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
601
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
602
- readonly "notification:notification": readonly ["read", "update", "list"];
603
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
604
- readonly "withdraw:manage": readonly ["create", "read"];
605
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
606
- readonly "market_data:ticker": readonly ["read", "latest"];
607
- readonly "market_data:kline": readonly ["read", "list"];
608
- readonly "market_data:admin": readonly ["read", "list", "run"];
609
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
610
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
611
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
612
- readonly "ledger-account:account": readonly ["read", "update", "list"];
613
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
614
- readonly "deposit:review": readonly ["read", "update", "list"];
615
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
616
- readonly "checkIn:admin": readonly ["read", "list"];
617
- readonly "kyc:method": readonly ["create", "read", "update"];
618
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
619
- readonly "user:profile": readonly ["read", "update"];
620
- readonly "user:referral": readonly ["bind"];
621
- readonly "admin:user-profile": readonly ["read", "update", "list"];
622
- readonly "asset_price:price": readonly ["read", "list", "latest"];
623
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
624
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
625
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
626
- readonly "asset_convert_product:order": readonly ["read", "list"];
627
- readonly "asset:item": readonly ["create", "read", "update", "list"];
586
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
587
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
588
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
589
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
590
+ readonly 'wallet:container': readonly ["read", "list"];
591
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
592
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
593
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
594
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
595
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
596
+ readonly 'transfer:order': readonly ["create", "read", "list"];
597
+ readonly 'team:member': readonly ["read", "list", "stats"];
598
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
599
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
600
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
601
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
602
+ readonly 'notification:notification': readonly ["read", "update", "list"];
603
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
604
+ readonly 'withdraw:manage': readonly ["create", "read"];
605
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
606
+ readonly 'market_data:ticker': readonly ["read", "latest"];
607
+ readonly 'market_data:kline': readonly ["read", "list"];
608
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
609
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
610
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
611
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
612
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
613
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
614
+ readonly 'deposit:review': readonly ["read", "update", "list"];
615
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
616
+ readonly 'checkIn:admin': readonly ["read", "list"];
617
+ readonly 'kyc:method': readonly ["create", "read", "update"];
618
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
619
+ readonly 'user:profile': readonly ["read", "update"];
620
+ readonly 'user:referral': readonly ["bind"];
621
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
622
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
623
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
624
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
625
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
626
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
627
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
628
628
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
629
629
  readonly session: readonly ["list", "revoke", "delete"];
630
630
  }>[key] | {
631
631
  actions: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
632
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
633
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
634
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
635
- readonly "ledger_account:import": readonly ["create", "read", "list"];
636
- readonly "wallet:container": readonly ["read", "list"];
637
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
638
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
639
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
640
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
641
- readonly "trade_market:order": readonly ["create", "read", "list"];
642
- readonly "transfer:order": readonly ["create", "read", "list"];
643
- readonly "team:member": readonly ["read", "list", "stats"];
644
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
645
- readonly "referral:relation": readonly ["bind", "read", "list"];
646
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
647
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
648
- readonly "notification:notification": readonly ["read", "update", "list"];
649
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
650
- readonly "withdraw:manage": readonly ["create", "read"];
651
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
652
- readonly "market_data:ticker": readonly ["read", "latest"];
653
- readonly "market_data:kline": readonly ["read", "list"];
654
- readonly "market_data:admin": readonly ["read", "list", "run"];
655
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
656
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
657
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
658
- readonly "ledger-account:account": readonly ["read", "update", "list"];
659
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
660
- readonly "deposit:review": readonly ["read", "update", "list"];
661
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
662
- readonly "checkIn:admin": readonly ["read", "list"];
663
- readonly "kyc:method": readonly ["create", "read", "update"];
664
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
665
- readonly "user:profile": readonly ["read", "update"];
666
- readonly "user:referral": readonly ["bind"];
667
- readonly "admin:user-profile": readonly ["read", "update", "list"];
668
- readonly "asset_price:price": readonly ["read", "list", "latest"];
669
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
670
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
671
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
672
- readonly "asset_convert_product:order": readonly ["read", "list"];
673
- readonly "asset:item": readonly ["create", "read", "update", "list"];
632
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
633
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
634
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
635
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
636
+ readonly 'wallet:container': readonly ["read", "list"];
637
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
638
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
639
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
640
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
641
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
642
+ readonly 'transfer:order': readonly ["create", "read", "list"];
643
+ readonly 'team:member': readonly ["read", "list", "stats"];
644
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
645
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
646
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
647
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
648
+ readonly 'notification:notification': readonly ["read", "update", "list"];
649
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
650
+ readonly 'withdraw:manage': readonly ["create", "read"];
651
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
652
+ readonly 'market_data:ticker': readonly ["read", "latest"];
653
+ readonly 'market_data:kline': readonly ["read", "list"];
654
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
655
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
656
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
657
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
658
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
659
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
660
+ readonly 'deposit:review': readonly ["read", "update", "list"];
661
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
662
+ readonly 'checkIn:admin': readonly ["read", "list"];
663
+ readonly 'kyc:method': readonly ["create", "read", "update"];
664
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
665
+ readonly 'user:profile': readonly ["read", "update"];
666
+ readonly 'user:referral': readonly ["bind"];
667
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
668
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
669
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
670
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
671
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
672
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
673
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
674
674
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
675
675
  readonly session: readonly ["list", "revoke", "delete"];
676
676
  }>[key];
677
677
  connector: "OR" | "AND";
678
678
  } | undefined; } : never, connector?: "OR" | "AND"): import("better-auth/plugins").AuthorizeResponse;
679
679
  statements: import("better-auth/plugins").Subset<"user" | "session" | "team:member" | "referral:relation" | "user:profile" | "user:referral" | "admin:user-profile", {
680
- readonly "welfare_cycle:plan": readonly ["create", "read", "update", "delete", "list"];
681
- readonly "welfare_cycle:subscription": readonly ["create", "read", "list"];
682
- readonly "welfare_cycle:payout": readonly ["create", "read", "list"];
683
- readonly "ledger_account:import": readonly ["create", "read", "list"];
684
- readonly "wallet:container": readonly ["read", "list"];
685
- readonly "wallet:type": readonly ["create", "read", "update", "delete", "list"];
686
- readonly "news:news": readonly ["create", "read", "update", "delete", "list"];
687
- readonly "news:category": readonly ["create", "read", "update", "delete", "list"];
688
- readonly "trade_market:market": readonly ["create", "read", "update", "delete", "list"];
689
- readonly "trade_market:order": readonly ["create", "read", "list"];
690
- readonly "transfer:order": readonly ["create", "read", "list"];
691
- readonly "team:member": readonly ["read", "list", "stats"];
692
- readonly "referral:depth-config": readonly ["create", "read", "update", "delete", "list"];
693
- readonly "referral:relation": readonly ["bind", "read", "list"];
694
- readonly "shipping_address:item": readonly ["create", "read", "update", "delete", "list"];
695
- readonly "receipt_method:item": readonly ["create", "read", "update", "delete", "list"];
696
- readonly "notification:notification": readonly ["read", "update", "list"];
697
- readonly "notification:admin": readonly ["create", "read", "list", "stats"];
698
- readonly "withdraw:manage": readonly ["create", "read"];
699
- readonly "withdraw:review": readonly ["read", "approve", "reject", "paid"];
700
- readonly "market_data:ticker": readonly ["read", "latest"];
701
- readonly "market_data:kline": readonly ["read", "list"];
702
- readonly "market_data:admin": readonly ["read", "list", "run"];
703
- readonly "market_pricing:strategy": readonly ["create", "read", "update", "delete", "list", "run"];
704
- readonly "ledger:entry": readonly ["read", "list", "view_all", "adjust"];
705
- readonly "ledger-account:type": readonly ["create", "read", "update", "list"];
706
- readonly "ledger-account:account": readonly ["read", "update", "list"];
707
- readonly "deposit:order": readonly ["create", "read", "update", "list"];
708
- readonly "deposit:review": readonly ["read", "update", "list"];
709
- readonly "checkIn:checkIn": readonly ["create", "read", "list"];
710
- readonly "checkIn:admin": readonly ["read", "list"];
711
- readonly "kyc:method": readonly ["create", "read", "update"];
712
- readonly "kyc:admin": readonly ["read", "list", "approve", "reject"];
713
- readonly "user:profile": readonly ["read", "update"];
714
- readonly "user:referral": readonly ["bind"];
715
- readonly "admin:user-profile": readonly ["read", "update", "list"];
716
- readonly "asset_price:price": readonly ["read", "list", "latest"];
717
- readonly "asset_price:admin": readonly ["create", "read", "list", "latest"];
718
- readonly "asset-type:type": readonly ["create", "read", "update", "list"];
719
- readonly "asset_convert_product:product": readonly ["create", "read", "update", "list"];
720
- readonly "asset_convert_product:order": readonly ["read", "list"];
721
- readonly "asset:item": readonly ["create", "read", "update", "list"];
680
+ readonly 'welfare_cycle:plan': readonly ["create", "read", "update", "delete", "list"];
681
+ readonly 'welfare_cycle:subscription': readonly ["create", "read", "list"];
682
+ readonly 'welfare_cycle:payout': readonly ["create", "read", "list"];
683
+ readonly 'ledger_account:import': readonly ["create", "read", "list"];
684
+ readonly 'wallet:container': readonly ["read", "list"];
685
+ readonly 'wallet:type': readonly ["create", "read", "update", "delete", "list"];
686
+ readonly 'news:news': readonly ["create", "read", "update", "delete", "list"];
687
+ readonly 'news:category': readonly ["create", "read", "update", "delete", "list"];
688
+ readonly 'trade_market:market': readonly ["create", "read", "update", "delete", "list"];
689
+ readonly 'trade_market:order': readonly ["create", "read", "list"];
690
+ readonly 'transfer:order': readonly ["create", "read", "list"];
691
+ readonly 'team:member': readonly ["read", "list", "stats"];
692
+ readonly 'referral:depth-config': readonly ["create", "read", "update", "delete", "list"];
693
+ readonly 'referral:relation': readonly ["bind", "read", "list"];
694
+ readonly 'shipping_address:item': readonly ["create", "read", "update", "delete", "list"];
695
+ readonly 'receipt_method:item': readonly ["create", "read", "update", "delete", "list"];
696
+ readonly 'notification:notification': readonly ["read", "update", "list"];
697
+ readonly 'notification:admin': readonly ["create", "read", "list", "stats"];
698
+ readonly 'withdraw:manage': readonly ["create", "read"];
699
+ readonly 'withdraw:review': readonly ["read", "approve", "reject", "paid"];
700
+ readonly 'market_data:ticker': readonly ["read", "latest"];
701
+ readonly 'market_data:kline': readonly ["read", "list"];
702
+ readonly 'market_data:admin': readonly ["read", "list", "run"];
703
+ readonly 'market_pricing:strategy': readonly ["create", "read", "update", "delete", "list", "run"];
704
+ readonly 'ledger:entry': readonly ["read", "list", "view_all", "adjust"];
705
+ readonly 'ledger-account:type': readonly ["create", "read", "update", "list"];
706
+ readonly 'ledger-account:account': readonly ["read", "update", "list"];
707
+ readonly 'deposit:order': readonly ["create", "read", "update", "list"];
708
+ readonly 'deposit:review': readonly ["read", "update", "list"];
709
+ readonly 'checkIn:checkIn': readonly ["create", "read", "list"];
710
+ readonly 'checkIn:admin': readonly ["read", "list"];
711
+ readonly 'kyc:method': readonly ["create", "read", "update"];
712
+ readonly 'kyc:admin': readonly ["read", "list", "approve", "reject"];
713
+ readonly 'user:profile': readonly ["read", "update"];
714
+ readonly 'user:referral': readonly ["bind"];
715
+ readonly 'admin:user-profile': readonly ["read", "update", "list"];
716
+ readonly 'asset_price:price': readonly ["read", "list", "latest"];
717
+ readonly 'asset_price:admin': readonly ["create", "read", "list", "latest"];
718
+ readonly 'asset-type:type': readonly ["create", "read", "update", "list"];
719
+ readonly 'asset_convert_product:product': readonly ["create", "read", "update", "list"];
720
+ readonly 'asset_convert_product:order': readonly ["read", "list"];
721
+ readonly 'asset:item': readonly ["create", "read", "update", "list"];
722
722
  readonly user: readonly ["create", "list", "set-role", "ban", "impersonate", "impersonate-admins", "delete", "set-password", "get", "update"];
723
723
  readonly session: readonly ["list", "revoke", "delete"];
724
724
  }>;