mtmsdk 0.0.51 → 0.0.53

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 (446) hide show
  1. package/dist/gomtmapi/@tanstack/react-query.gen.d.ts +21 -185
  2. package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -1
  3. package/dist/gomtmapi/@tanstack/react-query.gen.js +39 -215
  4. package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -1
  5. package/dist/gomtmapi/index.d.ts +2 -2
  6. package/dist/gomtmapi/index.d.ts.map +1 -1
  7. package/dist/gomtmapi/index.js +1 -1
  8. package/dist/gomtmapi/index.js.map +1 -1
  9. package/dist/gomtmapi/schemas.gen.d.ts +67 -138
  10. package/dist/gomtmapi/schemas.gen.d.ts.map +1 -1
  11. package/dist/gomtmapi/schemas.gen.js +68 -142
  12. package/dist/gomtmapi/schemas.gen.js.map +1 -1
  13. package/dist/gomtmapi/sdk.gen.d.ts +15 -107
  14. package/dist/gomtmapi/sdk.gen.d.ts.map +1 -1
  15. package/dist/gomtmapi/sdk.gen.js +22 -128
  16. package/dist/gomtmapi/sdk.gen.js.map +1 -1
  17. package/dist/gomtmapi/types.gen.d.ts +66 -303
  18. package/dist/gomtmapi/types.gen.d.ts.map +1 -1
  19. package/dist/gomtmapi/zod.gen.d.ts +48 -183
  20. package/dist/gomtmapi/zod.gen.d.ts.map +1 -1
  21. package/dist/gomtmapi/zod.gen.js +36 -150
  22. package/dist/gomtmapi/zod.gen.js.map +1 -1
  23. package/dist/index.d.ts +1 -1
  24. package/dist/index.d.ts.map +1 -1
  25. package/dist/index.js +1 -4
  26. package/dist/index.js.map +1 -1
  27. package/dist/sbmng/@tanstack/react-query.gen.d.ts +183 -209
  28. package/dist/sbmng/@tanstack/react-query.gen.d.ts.map +1 -1
  29. package/dist/sbmng/@tanstack/react-query.gen.js +25 -71
  30. package/dist/sbmng/@tanstack/react-query.gen.js.map +1 -1
  31. package/dist/sbmng/index.d.ts +2 -2
  32. package/dist/sbmng/index.d.ts.map +1 -1
  33. package/dist/sbmng/index.js +1 -1
  34. package/dist/sbmng/index.js.map +1 -1
  35. package/dist/sbmng/schemas.gen.d.ts +10 -99
  36. package/dist/sbmng/schemas.gen.d.ts.map +1 -1
  37. package/dist/sbmng/schemas.gen.js +11 -143
  38. package/dist/sbmng/schemas.gen.js.map +1 -1
  39. package/dist/sbmng/sdk.gen.d.ts +13 -23
  40. package/dist/sbmng/sdk.gen.d.ts.map +1 -1
  41. package/dist/sbmng/sdk.gen.js +16 -38
  42. package/dist/sbmng/sdk.gen.js.map +1 -1
  43. package/dist/sbmng/types.gen.d.ts +41 -157
  44. package/dist/sbmng/types.gen.d.ts.map +1 -1
  45. package/dist/supabase/auth-provider.d.ts +8 -1
  46. package/dist/supabase/auth-provider.d.ts.map +1 -1
  47. package/dist/supabase/context.d.ts +3844 -1
  48. package/dist/supabase/context.d.ts.map +1 -1
  49. package/dist/supabase/cursor-pagination.d.ts +4 -4
  50. package/dist/supabase/cursor-pagination.js +4 -4
  51. package/dist/supabase/schema/index.d.ts +1 -11
  52. package/dist/supabase/schema/index.d.ts.map +1 -1
  53. package/dist/supabase/schema/index.js +1 -19
  54. package/dist/supabase/schema/index.js.map +1 -1
  55. package/dist/supabase/schema/system-config.d.ts +12 -0
  56. package/dist/supabase/schema/system-config.d.ts.map +1 -0
  57. package/dist/supabase/schema/system-config.js +22 -0
  58. package/dist/supabase/schema/system-config.js.map +1 -0
  59. package/dist/supabase/supabase-client.d.ts +25 -591
  60. package/dist/supabase/supabase-client.d.ts.map +1 -1
  61. package/dist/supabase/supabase.d.ts +59 -1191
  62. package/dist/supabase/supabase.d.ts.map +1 -1
  63. package/dist/supabase/use-sb-query/build-query-opts.d.ts +6 -2
  64. package/dist/supabase/use-sb-query/build-query-opts.d.ts.map +1 -1
  65. package/dist/supabase/use-sb-query/build-query-opts.js +8 -4
  66. package/dist/supabase/use-sb-query/build-query-opts.js.map +1 -1
  67. package/dist/supabase/use-sb-query/use-query.d.ts +9 -6
  68. package/dist/supabase/use-sb-query/use-query.d.ts.map +1 -1
  69. package/dist/supabase/use-sb-query/use-query.js.map +1 -1
  70. package/dist/supabase/use-sb-query/use-rpc-mutation.d.ts +8 -8
  71. package/dist/supabase/use-sb-query/use-rpc-mutation.js +8 -8
  72. package/dist/supabase/use-sb-query/use-rpc-query.d.ts +25 -17
  73. package/dist/supabase/use-sb-query/use-rpc-query.d.ts.map +1 -1
  74. package/dist/supabase/use-sb-query/use-rpc-query.js +48 -26
  75. package/dist/supabase/use-sb-query/use-rpc-query.js.map +1 -1
  76. package/dist/types/contracts.d.ts +63 -0
  77. package/dist/types/contracts.d.ts.map +1 -0
  78. package/dist/types/contracts.js +17 -0
  79. package/dist/types/contracts.js.map +1 -0
  80. package/dist/types/database.schemas.d.ts +94 -786
  81. package/dist/types/database.schemas.d.ts.map +1 -1
  82. package/dist/types/database.schemas.js +30 -474
  83. package/dist/types/database.schemas.js.map +1 -1
  84. package/dist/types/database.types.d.ts +25 -596
  85. package/dist/types/database.types.d.ts.map +1 -1
  86. package/dist/types/database.types.js +0 -10
  87. package/dist/types/database.types.js.map +1 -1
  88. package/dist/types/index.d.ts +22 -67
  89. package/dist/types/index.d.ts.map +1 -1
  90. package/dist/types/index.js +16 -5
  91. package/dist/types/index.js.map +1 -1
  92. package/package.json +17 -26
  93. package/dist/adk/api/client.d.ts +0 -9
  94. package/dist/adk/api/client.d.ts.map +0 -1
  95. package/dist/adk/api/client.js +0 -39
  96. package/dist/adk/api/client.js.map +0 -1
  97. package/dist/adk/core/constants/tool-icons.d.ts +0 -21
  98. package/dist/adk/core/constants/tool-icons.d.ts.map +0 -1
  99. package/dist/adk/core/constants/tool-icons.js +0 -47
  100. package/dist/adk/core/constants/tool-icons.js.map +0 -1
  101. package/dist/adk/core/models/AgentBuilder.d.ts +0 -77
  102. package/dist/adk/core/models/AgentBuilder.d.ts.map +0 -1
  103. package/dist/adk/core/models/AgentBuilder.js +0 -18
  104. package/dist/adk/core/models/AgentBuilder.js.map +0 -1
  105. package/dist/adk/core/models/AgentRunRequest.d.ts +0 -37
  106. package/dist/adk/core/models/AgentRunRequest.d.ts.map +0 -1
  107. package/dist/adk/core/models/AgentRunRequest.js +0 -18
  108. package/dist/adk/core/models/AgentRunRequest.js.map +0 -1
  109. package/dist/adk/core/models/Eval.d.ts +0 -55
  110. package/dist/adk/core/models/Eval.d.ts.map +0 -1
  111. package/dist/adk/core/models/Eval.js +0 -27
  112. package/dist/adk/core/models/Eval.js.map +0 -1
  113. package/dist/adk/core/models/LiveRequest.d.ts +0 -23
  114. package/dist/adk/core/models/LiveRequest.d.ts.map +0 -1
  115. package/dist/adk/core/models/LiveRequest.js +0 -18
  116. package/dist/adk/core/models/LiveRequest.js.map +0 -1
  117. package/dist/adk/core/models/RuntimeConfig.d.ts +0 -32
  118. package/dist/adk/core/models/RuntimeConfig.d.ts.map +0 -1
  119. package/dist/adk/core/models/RuntimeConfig.js +0 -18
  120. package/dist/adk/core/models/RuntimeConfig.js.map +0 -1
  121. package/dist/adk/core/models/Session.d.ts +0 -117
  122. package/dist/adk/core/models/Session.d.ts.map +0 -1
  123. package/dist/adk/core/models/Session.js +0 -31
  124. package/dist/adk/core/models/Session.js.map +0 -1
  125. package/dist/adk/core/models/Trace.d.ts +0 -40
  126. package/dist/adk/core/models/Trace.d.ts.map +0 -1
  127. package/dist/adk/core/models/Trace.js +0 -2
  128. package/dist/adk/core/models/Trace.js.map +0 -1
  129. package/dist/adk/core/models/types.d.ts +0 -338
  130. package/dist/adk/core/models/types.d.ts.map +0 -1
  131. package/dist/adk/core/models/types.js +0 -189
  132. package/dist/adk/core/models/types.js.map +0 -1
  133. package/dist/cloud-account/platform-configs.d.ts +0 -64
  134. package/dist/cloud-account/platform-configs.d.ts.map +0 -1
  135. package/dist/cloud-account/platform-configs.js +0 -44
  136. package/dist/cloud-account/platform-configs.js.map +0 -1
  137. package/dist/lib/aisdk/types.d.ts +0 -3
  138. package/dist/lib/aisdk/types.d.ts.map +0 -1
  139. package/dist/lib/aisdk/types.js +0 -5
  140. package/dist/lib/aisdk/types.js.map +0 -1
  141. package/dist/lib/logger/index.d.ts +0 -22
  142. package/dist/lib/logger/index.d.ts.map +0 -1
  143. package/dist/lib/logger/index.js +0 -7
  144. package/dist/lib/logger/index.js.map +0 -1
  145. package/dist/lib/schema.d.ts +0 -53
  146. package/dist/lib/schema.d.ts.map +0 -1
  147. package/dist/lib/schema.js +0 -37
  148. package/dist/lib/schema.js.map +0 -1
  149. package/dist/lib/utils.d.ts +0 -14
  150. package/dist/lib/utils.d.ts.map +0 -1
  151. package/dist/lib/utils.js +0 -45
  152. package/dist/lib/utils.js.map +0 -1
  153. package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +0 -166
  154. package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +0 -1
  155. package/dist/mtgate_api/@tanstack/react-query.gen.js +0 -118
  156. package/dist/mtgate_api/@tanstack/react-query.gen.js.map +0 -1
  157. package/dist/mtgate_api/client/client.gen.d.ts +0 -3
  158. package/dist/mtgate_api/client/client.gen.d.ts.map +0 -1
  159. package/dist/mtgate_api/client/client.gen.js +0 -236
  160. package/dist/mtgate_api/client/client.gen.js.map +0 -1
  161. package/dist/mtgate_api/client/index.d.ts +0 -9
  162. package/dist/mtgate_api/client/index.d.ts.map +0 -1
  163. package/dist/mtgate_api/client/index.js +0 -7
  164. package/dist/mtgate_api/client/index.js.map +0 -1
  165. package/dist/mtgate_api/client/types.gen.d.ts +0 -118
  166. package/dist/mtgate_api/client/types.gen.d.ts.map +0 -1
  167. package/dist/mtgate_api/client/types.gen.js +0 -3
  168. package/dist/mtgate_api/client/types.gen.js.map +0 -1
  169. package/dist/mtgate_api/client/utils.gen.d.ts +0 -34
  170. package/dist/mtgate_api/client/utils.gen.d.ts.map +0 -1
  171. package/dist/mtgate_api/client/utils.gen.js +0 -232
  172. package/dist/mtgate_api/client/utils.gen.js.map +0 -1
  173. package/dist/mtgate_api/client.gen.d.ts +0 -13
  174. package/dist/mtgate_api/client.gen.d.ts.map +0 -1
  175. package/dist/mtgate_api/client.gen.js +0 -4
  176. package/dist/mtgate_api/client.gen.js.map +0 -1
  177. package/dist/mtgate_api/core/auth.gen.d.ts +0 -19
  178. package/dist/mtgate_api/core/auth.gen.d.ts.map +0 -1
  179. package/dist/mtgate_api/core/auth.gen.js +0 -15
  180. package/dist/mtgate_api/core/auth.gen.js.map +0 -1
  181. package/dist/mtgate_api/core/bodySerializer.gen.d.ts +0 -26
  182. package/dist/mtgate_api/core/bodySerializer.gen.d.ts.map +0 -1
  183. package/dist/mtgate_api/core/bodySerializer.gen.js +0 -58
  184. package/dist/mtgate_api/core/bodySerializer.gen.js.map +0 -1
  185. package/dist/mtgate_api/core/params.gen.d.ts +0 -44
  186. package/dist/mtgate_api/core/params.gen.d.ts.map +0 -1
  187. package/dist/mtgate_api/core/params.gen.js +0 -101
  188. package/dist/mtgate_api/core/params.gen.js.map +0 -1
  189. package/dist/mtgate_api/core/pathSerializer.gen.d.ts +0 -34
  190. package/dist/mtgate_api/core/pathSerializer.gen.d.ts.map +0 -1
  191. package/dist/mtgate_api/core/pathSerializer.gen.js +0 -115
  192. package/dist/mtgate_api/core/pathSerializer.gen.js.map +0 -1
  193. package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts +0 -19
  194. package/dist/mtgate_api/core/queryKeySerializer.gen.d.ts.map +0 -1
  195. package/dist/mtgate_api/core/queryKeySerializer.gen.js +0 -100
  196. package/dist/mtgate_api/core/queryKeySerializer.gen.js.map +0 -1
  197. package/dist/mtgate_api/core/serverSentEvents.gen.d.ts +0 -72
  198. package/dist/mtgate_api/core/serverSentEvents.gen.d.ts.map +0 -1
  199. package/dist/mtgate_api/core/serverSentEvents.gen.js +0 -138
  200. package/dist/mtgate_api/core/serverSentEvents.gen.js.map +0 -1
  201. package/dist/mtgate_api/core/types.gen.d.ts +0 -79
  202. package/dist/mtgate_api/core/types.gen.d.ts.map +0 -1
  203. package/dist/mtgate_api/core/types.gen.js +0 -3
  204. package/dist/mtgate_api/core/types.gen.js.map +0 -1
  205. package/dist/mtgate_api/core/utils.gen.d.ts +0 -20
  206. package/dist/mtgate_api/core/utils.gen.d.ts.map +0 -1
  207. package/dist/mtgate_api/core/utils.gen.js +0 -88
  208. package/dist/mtgate_api/core/utils.gen.js.map +0 -1
  209. package/dist/mtgate_api/index.d.ts +0 -3
  210. package/dist/mtgate_api/index.d.ts.map +0 -1
  211. package/dist/mtgate_api/index.js +0 -3
  212. package/dist/mtgate_api/index.js.map +0 -1
  213. package/dist/mtgate_api/schemas.gen.d.ts +0 -233
  214. package/dist/mtgate_api/schemas.gen.d.ts.map +0 -1
  215. package/dist/mtgate_api/schemas.gen.js +0 -277
  216. package/dist/mtgate_api/schemas.gen.js.map +0 -1
  217. package/dist/mtgate_api/sdk.gen.d.ts +0 -23
  218. package/dist/mtgate_api/sdk.gen.d.ts.map +0 -1
  219. package/dist/mtgate_api/sdk.gen.js +0 -31
  220. package/dist/mtgate_api/sdk.gen.js.map +0 -1
  221. package/dist/mtgate_api/types.gen.d.ts +0 -203
  222. package/dist/mtgate_api/types.gen.d.ts.map +0 -1
  223. package/dist/mtgate_api/types.gen.js +0 -3
  224. package/dist/mtgate_api/types.gen.js.map +0 -1
  225. package/dist/mtgate_api/zod.gen.d.ts +0 -321
  226. package/dist/mtgate_api/zod.gen.d.ts.map +0 -1
  227. package/dist/mtgate_api/zod.gen.js +0 -148
  228. package/dist/mtgate_api/zod.gen.js.map +0 -1
  229. package/dist/mtmai_api/@tanstack/react-query.gen.d.ts +0 -949
  230. package/dist/mtmai_api/@tanstack/react-query.gen.d.ts.map +0 -1
  231. package/dist/mtmai_api/@tanstack/react-query.gen.js +0 -917
  232. package/dist/mtmai_api/@tanstack/react-query.gen.js.map +0 -1
  233. package/dist/mtmai_api/client/client.gen.d.ts +0 -3
  234. package/dist/mtmai_api/client/client.gen.d.ts.map +0 -1
  235. package/dist/mtmai_api/client/client.gen.js +0 -236
  236. package/dist/mtmai_api/client/client.gen.js.map +0 -1
  237. package/dist/mtmai_api/client/index.d.ts +0 -9
  238. package/dist/mtmai_api/client/index.d.ts.map +0 -1
  239. package/dist/mtmai_api/client/index.js +0 -7
  240. package/dist/mtmai_api/client/index.js.map +0 -1
  241. package/dist/mtmai_api/client/types.gen.d.ts +0 -118
  242. package/dist/mtmai_api/client/types.gen.d.ts.map +0 -1
  243. package/dist/mtmai_api/client/types.gen.js +0 -3
  244. package/dist/mtmai_api/client/types.gen.js.map +0 -1
  245. package/dist/mtmai_api/client/utils.gen.d.ts +0 -34
  246. package/dist/mtmai_api/client/utils.gen.d.ts.map +0 -1
  247. package/dist/mtmai_api/client/utils.gen.js +0 -232
  248. package/dist/mtmai_api/client/utils.gen.js.map +0 -1
  249. package/dist/mtmai_api/client.gen.d.ts +0 -13
  250. package/dist/mtmai_api/client.gen.d.ts.map +0 -1
  251. package/dist/mtmai_api/client.gen.js +0 -4
  252. package/dist/mtmai_api/client.gen.js.map +0 -1
  253. package/dist/mtmai_api/core/auth.gen.d.ts +0 -19
  254. package/dist/mtmai_api/core/auth.gen.d.ts.map +0 -1
  255. package/dist/mtmai_api/core/auth.gen.js +0 -15
  256. package/dist/mtmai_api/core/auth.gen.js.map +0 -1
  257. package/dist/mtmai_api/core/bodySerializer.gen.d.ts +0 -26
  258. package/dist/mtmai_api/core/bodySerializer.gen.d.ts.map +0 -1
  259. package/dist/mtmai_api/core/bodySerializer.gen.js +0 -58
  260. package/dist/mtmai_api/core/bodySerializer.gen.js.map +0 -1
  261. package/dist/mtmai_api/core/params.gen.d.ts +0 -44
  262. package/dist/mtmai_api/core/params.gen.d.ts.map +0 -1
  263. package/dist/mtmai_api/core/params.gen.js +0 -101
  264. package/dist/mtmai_api/core/params.gen.js.map +0 -1
  265. package/dist/mtmai_api/core/pathSerializer.gen.d.ts +0 -34
  266. package/dist/mtmai_api/core/pathSerializer.gen.d.ts.map +0 -1
  267. package/dist/mtmai_api/core/pathSerializer.gen.js +0 -115
  268. package/dist/mtmai_api/core/pathSerializer.gen.js.map +0 -1
  269. package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts +0 -19
  270. package/dist/mtmai_api/core/queryKeySerializer.gen.d.ts.map +0 -1
  271. package/dist/mtmai_api/core/queryKeySerializer.gen.js +0 -100
  272. package/dist/mtmai_api/core/queryKeySerializer.gen.js.map +0 -1
  273. package/dist/mtmai_api/core/serverSentEvents.gen.d.ts +0 -72
  274. package/dist/mtmai_api/core/serverSentEvents.gen.d.ts.map +0 -1
  275. package/dist/mtmai_api/core/serverSentEvents.gen.js +0 -138
  276. package/dist/mtmai_api/core/serverSentEvents.gen.js.map +0 -1
  277. package/dist/mtmai_api/core/types.gen.d.ts +0 -79
  278. package/dist/mtmai_api/core/types.gen.d.ts.map +0 -1
  279. package/dist/mtmai_api/core/types.gen.js +0 -3
  280. package/dist/mtmai_api/core/types.gen.js.map +0 -1
  281. package/dist/mtmai_api/core/utils.gen.d.ts +0 -20
  282. package/dist/mtmai_api/core/utils.gen.d.ts.map +0 -1
  283. package/dist/mtmai_api/core/utils.gen.js +0 -88
  284. package/dist/mtmai_api/core/utils.gen.js.map +0 -1
  285. package/dist/mtmai_api/index.d.ts +0 -3
  286. package/dist/mtmai_api/index.d.ts.map +0 -1
  287. package/dist/mtmai_api/index.js +0 -4
  288. package/dist/mtmai_api/index.js.map +0 -1
  289. package/dist/mtmai_api/schemas.gen.d.ts +0 -7721
  290. package/dist/mtmai_api/schemas.gen.d.ts.map +0 -1
  291. package/dist/mtmai_api/schemas.gen.js +0 -9774
  292. package/dist/mtmai_api/schemas.gen.js.map +0 -1
  293. package/dist/mtmai_api/sdk.gen.d.ts +0 -282
  294. package/dist/mtmai_api/sdk.gen.d.ts.map +0 -1
  295. package/dist/mtmai_api/sdk.gen.js +0 -404
  296. package/dist/mtmai_api/sdk.gen.js.map +0 -1
  297. package/dist/mtmai_api/types.gen.d.ts +0 -7152
  298. package/dist/mtmai_api/types.gen.d.ts.map +0 -1
  299. package/dist/mtmai_api/types.gen.js +0 -253
  300. package/dist/mtmai_api/types.gen.js.map +0 -1
  301. package/dist/mtmai_api/zod.gen.d.ts +0 -55827
  302. package/dist/mtmai_api/zod.gen.d.ts.map +0 -1
  303. package/dist/mtmai_api/zod.gen.js +0 -4805
  304. package/dist/mtmai_api/zod.gen.js.map +0 -1
  305. package/dist/openclaw/client-info.d.ts +0 -38
  306. package/dist/openclaw/client-info.d.ts.map +0 -1
  307. package/dist/openclaw/client-info.js +0 -38
  308. package/dist/openclaw/client-info.js.map +0 -1
  309. package/dist/openclaw/device-auth-utils.d.ts +0 -12
  310. package/dist/openclaw/device-auth-utils.d.ts.map +0 -1
  311. package/dist/openclaw/device-auth-utils.js +0 -16
  312. package/dist/openclaw/device-auth-utils.js.map +0 -1
  313. package/dist/openclaw/device-auth.d.ts +0 -21
  314. package/dist/openclaw/device-auth.d.ts.map +0 -1
  315. package/dist/openclaw/device-auth.js +0 -87
  316. package/dist/openclaw/device-auth.js.map +0 -1
  317. package/dist/openclaw/device-identity.d.ts +0 -8
  318. package/dist/openclaw/device-identity.d.ts.map +0 -1
  319. package/dist/openclaw/device-identity.js +0 -87
  320. package/dist/openclaw/device-identity.js.map +0 -1
  321. package/dist/openclaw/gateway.d.ts +0 -100
  322. package/dist/openclaw/gateway.d.ts.map +0 -1
  323. package/dist/openclaw/gateway.js +0 -302
  324. package/dist/openclaw/gateway.js.map +0 -1
  325. package/dist/openclaw/types.d.ts +0 -473
  326. package/dist/openclaw/types.d.ts.map +0 -1
  327. package/dist/openclaw/types.js +0 -2
  328. package/dist/openclaw/types.js.map +0 -1
  329. package/dist/supabase/use-sb-query/prefetch.d.ts +0 -10
  330. package/dist/supabase/use-sb-query/prefetch.d.ts.map +0 -1
  331. package/dist/supabase/use-sb-query/prefetch.js +0 -14
  332. package/dist/supabase/use-sb-query/prefetch.js.map +0 -1
  333. package/src/adk/api/client.ts +0 -46
  334. package/src/adk/core/constants/tool-icons.ts +0 -51
  335. package/src/adk/core/models/AgentBuilder.ts +0 -80
  336. package/src/adk/core/models/AgentRunRequest.ts +0 -33
  337. package/src/adk/core/models/Eval.ts +0 -70
  338. package/src/adk/core/models/LiveRequest.ts +0 -23
  339. package/src/adk/core/models/RuntimeConfig.ts +0 -33
  340. package/src/adk/core/models/Session.ts +0 -52
  341. package/src/adk/core/models/Trace.ts +0 -42
  342. package/src/adk/core/models/types.ts +0 -255
  343. package/src/cloud-account/platform-configs.ts +0 -73
  344. package/src/gomtmapi/@tanstack/react-query.gen.ts +0 -575
  345. package/src/gomtmapi/client/client.gen.ts +0 -311
  346. package/src/gomtmapi/client/index.ts +0 -25
  347. package/src/gomtmapi/client/types.gen.ts +0 -241
  348. package/src/gomtmapi/client/utils.gen.ts +0 -332
  349. package/src/gomtmapi/client.gen.ts +0 -16
  350. package/src/gomtmapi/core/auth.gen.ts +0 -42
  351. package/src/gomtmapi/core/bodySerializer.gen.ts +0 -100
  352. package/src/gomtmapi/core/params.gen.ts +0 -176
  353. package/src/gomtmapi/core/pathSerializer.gen.ts +0 -181
  354. package/src/gomtmapi/core/queryKeySerializer.gen.ts +0 -136
  355. package/src/gomtmapi/core/serverSentEvents.gen.ts +0 -266
  356. package/src/gomtmapi/core/types.gen.ts +0 -118
  357. package/src/gomtmapi/core/utils.gen.ts +0 -143
  358. package/src/gomtmapi/index.ts +0 -4
  359. package/src/gomtmapi/schemas.gen.ts +0 -596
  360. package/src/gomtmapi/sdk.gen.ts +0 -399
  361. package/src/gomtmapi/types.gen.ts +0 -962
  362. package/src/gomtmapi/zod.gen.ts +0 -507
  363. package/src/index.ts +0 -5
  364. package/src/lib/aisdk/types.ts +0 -8
  365. package/src/lib/logger/index.ts +0 -8
  366. package/src/lib/schema.ts +0 -50
  367. package/src/lib/utils.ts +0 -54
  368. package/src/mtgate_api/@tanstack/react-query.gen.ts +0 -142
  369. package/src/mtgate_api/client/client.gen.ts +0 -311
  370. package/src/mtgate_api/client/index.ts +0 -25
  371. package/src/mtgate_api/client/types.gen.ts +0 -241
  372. package/src/mtgate_api/client/utils.gen.ts +0 -332
  373. package/src/mtgate_api/client.gen.ts +0 -16
  374. package/src/mtgate_api/core/auth.gen.ts +0 -42
  375. package/src/mtgate_api/core/bodySerializer.gen.ts +0 -100
  376. package/src/mtgate_api/core/params.gen.ts +0 -176
  377. package/src/mtgate_api/core/pathSerializer.gen.ts +0 -181
  378. package/src/mtgate_api/core/queryKeySerializer.gen.ts +0 -136
  379. package/src/mtgate_api/core/serverSentEvents.gen.ts +0 -266
  380. package/src/mtgate_api/core/types.gen.ts +0 -118
  381. package/src/mtgate_api/core/utils.gen.ts +0 -143
  382. package/src/mtgate_api/index.ts +0 -4
  383. package/src/mtgate_api/schemas.gen.ts +0 -290
  384. package/src/mtgate_api/sdk.gen.ts +0 -54
  385. package/src/mtgate_api/types.gen.ts +0 -239
  386. package/src/mtgate_api/zod.gen.ts +0 -176
  387. package/src/mtmai_api/@tanstack/react-query.gen.ts +0 -1010
  388. package/src/mtmai_api/client/client.gen.ts +0 -311
  389. package/src/mtmai_api/client/index.ts +0 -25
  390. package/src/mtmai_api/client/types.gen.ts +0 -241
  391. package/src/mtmai_api/client/utils.gen.ts +0 -332
  392. package/src/mtmai_api/client.gen.ts +0 -16
  393. package/src/mtmai_api/core/auth.gen.ts +0 -42
  394. package/src/mtmai_api/core/bodySerializer.gen.ts +0 -100
  395. package/src/mtmai_api/core/params.gen.ts +0 -176
  396. package/src/mtmai_api/core/pathSerializer.gen.ts +0 -181
  397. package/src/mtmai_api/core/queryKeySerializer.gen.ts +0 -136
  398. package/src/mtmai_api/core/serverSentEvents.gen.ts +0 -266
  399. package/src/mtmai_api/core/types.gen.ts +0 -118
  400. package/src/mtmai_api/core/utils.gen.ts +0 -143
  401. package/src/mtmai_api/index.ts +0 -4
  402. package/src/mtmai_api/schemas.gen.ts +0 -9980
  403. package/src/mtmai_api/sdk.gen.ts +0 -471
  404. package/src/mtmai_api/types.gen.ts +0 -7609
  405. package/src/mtmai_api/zod.gen.ts +0 -5101
  406. package/src/openclaw/client-info.ts +0 -54
  407. package/src/openclaw/device-auth-utils.ts +0 -26
  408. package/src/openclaw/device-auth.ts +0 -99
  409. package/src/openclaw/device-identity.ts +0 -108
  410. package/src/openclaw/gateway.ts +0 -392
  411. package/src/openclaw/types.ts +0 -518
  412. package/src/sbmng/@tanstack/react-query.gen.ts +0 -3017
  413. package/src/sbmng/client/client.gen.ts +0 -311
  414. package/src/sbmng/client/index.ts +0 -25
  415. package/src/sbmng/client/types.gen.ts +0 -241
  416. package/src/sbmng/client/utils.gen.ts +0 -332
  417. package/src/sbmng/client.gen.ts +0 -16
  418. package/src/sbmng/core/auth.gen.ts +0 -42
  419. package/src/sbmng/core/bodySerializer.gen.ts +0 -100
  420. package/src/sbmng/core/params.gen.ts +0 -176
  421. package/src/sbmng/core/pathSerializer.gen.ts +0 -181
  422. package/src/sbmng/core/queryKeySerializer.gen.ts +0 -136
  423. package/src/sbmng/core/serverSentEvents.gen.ts +0 -266
  424. package/src/sbmng/core/types.gen.ts +0 -118
  425. package/src/sbmng/core/utils.gen.ts +0 -143
  426. package/src/sbmng/index.ts +0 -4
  427. package/src/sbmng/schemas.gen.ts +0 -9805
  428. package/src/sbmng/sdk.gen.ts +0 -1780
  429. package/src/sbmng/types.gen.ts +0 -8016
  430. package/src/supabase/auth-provider.tsx +0 -67
  431. package/src/supabase/context.tsx +0 -51
  432. package/src/supabase/cursor-pagination.ts +0 -155
  433. package/src/supabase/schema/browser.ts +0 -45
  434. package/src/supabase/schema/index.ts +0 -25
  435. package/src/supabase/supabase-client.ts +0 -30
  436. package/src/supabase/supabase.ts +0 -67
  437. package/src/supabase/use-sb-query/build-query-opts.ts +0 -56
  438. package/src/supabase/use-sb-query/key.ts +0 -57
  439. package/src/supabase/use-sb-query/prefetch.ts +0 -59
  440. package/src/supabase/use-sb-query/use-query.ts +0 -340
  441. package/src/supabase/use-sb-query/use-rpc-mutation.ts +0 -83
  442. package/src/supabase/use-sb-query/use-rpc-query.ts +0 -231
  443. package/src/supabase/utils.ts +0 -75
  444. package/src/types/database.schemas.ts +0 -4378
  445. package/src/types/database.types.ts +0 -4288
  446. package/src/types/index.ts +0 -102
@@ -1,290 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export const AgentRunResultSchema = {
4
- type: 'object',
5
- properties: {}
6
- } as const;
7
-
8
- export const AdkBlobSchema = {
9
- type: 'object',
10
- properties: {
11
- mimeType: {
12
- type: 'string'
13
- },
14
- data: {
15
- type: 'string'
16
- }
17
- },
18
- required: [
19
- 'data'
20
- ]
21
- } as const;
22
-
23
- export const AdkFunctionCallSchema = {
24
- type: 'object',
25
- properties: {
26
- id: {
27
- type: 'string'
28
- },
29
- name: {
30
- type: 'string'
31
- },
32
- args: {
33
- type: 'object',
34
- propertyNames: {
35
- type: 'string'
36
- },
37
- additionalProperties: {}
38
- }
39
- },
40
- required: [
41
- 'name',
42
- 'args'
43
- ]
44
- } as const;
45
-
46
- export const AdkFunctionRespSchema = {
47
- type: 'object',
48
- properties: {
49
- id: {
50
- type: 'string'
51
- },
52
- name: {
53
- type: 'string'
54
- },
55
- response: {
56
- type: 'object',
57
- propertyNames: {
58
- type: 'string'
59
- },
60
- additionalProperties: {}
61
- }
62
- },
63
- required: [
64
- 'name',
65
- 'response'
66
- ]
67
- } as const;
68
-
69
- export const AdkFileDataSchema = {
70
- type: 'object',
71
- properties: {
72
- mimeType: {
73
- type: 'string'
74
- },
75
- fileUri: {
76
- type: 'string'
77
- }
78
- },
79
- required: [
80
- 'mimeType',
81
- 'fileUri'
82
- ]
83
- } as const;
84
-
85
- export const AdkExecutableCodeSchema = {
86
- type: 'object',
87
- properties: {
88
- language: {
89
- type: 'string',
90
- enum: [
91
- 'UNKNOWN',
92
- 'PYTHON'
93
- ]
94
- },
95
- code: {
96
- type: 'string'
97
- }
98
- },
99
- required: [
100
- 'language',
101
- 'code'
102
- ]
103
- } as const;
104
-
105
- export const AdkCodeExecutionResultSchema = {
106
- type: 'object',
107
- properties: {
108
- outcome: {
109
- type: 'string',
110
- enum: [
111
- 'UNKNOWN',
112
- 'OK',
113
- 'FAILED',
114
- 'DEADLINE_EXCEEDED'
115
- ]
116
- },
117
- output: {
118
- type: 'string'
119
- }
120
- },
121
- required: [
122
- 'outcome',
123
- 'output'
124
- ]
125
- } as const;
126
-
127
- export const AdkPartSchema = {
128
- type: 'object',
129
- properties: {
130
- text: {
131
- type: 'string'
132
- },
133
- inlineData: {
134
- $ref: '#/components/schemas/AdkBlob'
135
- },
136
- functionCall: {
137
- $ref: '#/components/schemas/AdkFunctionCall'
138
- },
139
- functionResponse: {
140
- $ref: '#/components/schemas/AdkFunctionResp'
141
- },
142
- thought: {
143
- type: 'boolean'
144
- },
145
- fileData: {
146
- $ref: '#/components/schemas/AdkFileData'
147
- },
148
- executableCode: {
149
- $ref: '#/components/schemas/AdkExecutableCode'
150
- },
151
- codeExecutionResult: {
152
- $ref: '#/components/schemas/AdkCodeExecutionResult'
153
- }
154
- }
155
- } as const;
156
-
157
- export const GenaiContentSchema = {
158
- type: 'object',
159
- properties: {
160
- role: {
161
- type: 'string'
162
- },
163
- parts: {
164
- type: 'array',
165
- items: {
166
- $ref: '#/components/schemas/AdkPart'
167
- }
168
- }
169
- },
170
- required: [
171
- 'role',
172
- 'parts'
173
- ]
174
- } as const;
175
-
176
- export const AgentRunReqSchema = {
177
- type: 'object',
178
- properties: {
179
- agentName: {
180
- type: 'string'
181
- },
182
- newMessage: {
183
- $ref: '#/components/schemas/GenaiContent'
184
- },
185
- sessionId: {
186
- type: 'string'
187
- },
188
- stateDelta: {},
189
- streaming: {
190
- default: false,
191
- type: 'boolean'
192
- },
193
- userId: {
194
- type: 'string'
195
- }
196
- },
197
- required: [
198
- 'agentName',
199
- 'newMessage',
200
- 'sessionId'
201
- ]
202
- } as const;
203
-
204
- export const AgentChatItemSchema = {
205
- type: 'object',
206
- properties: {
207
- id: {
208
- type: 'string'
209
- },
210
- title: {
211
- type: 'string'
212
- },
213
- user_id: {
214
- type: 'string'
215
- },
216
- visibility: {
217
- type: 'string'
218
- },
219
- lastContext: {},
220
- created_at: {
221
- type: 'string',
222
- format: 'date-time',
223
- pattern: '^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$'
224
- },
225
- updated_at: {
226
- type: 'string',
227
- format: 'date-time',
228
- pattern: '^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$'
229
- }
230
- },
231
- required: [
232
- 'id',
233
- 'title',
234
- 'user_id',
235
- 'visibility',
236
- 'created_at',
237
- 'updated_at'
238
- ]
239
- } as const;
240
-
241
- export const zMtAgentRunSchema = {
242
- type: 'object',
243
- properties: {}
244
- } as const;
245
-
246
- export const MtAgentRunReqSchema = {
247
- type: 'object',
248
- properties: {
249
- agentName: {
250
- default: 'assistant',
251
- type: 'string'
252
- },
253
- messages: {
254
- type: 'array',
255
- items: {}
256
- },
257
- sessionId: {
258
- type: 'string'
259
- },
260
- stateDelta: {},
261
- streaming: {
262
- default: false,
263
- type: 'boolean'
264
- },
265
- userId: {
266
- type: 'string'
267
- }
268
- },
269
- required: [
270
- 'messages'
271
- ]
272
- } as const;
273
-
274
- export const AgentQuickActionItemSchema = {
275
- type: 'object',
276
- properties: {
277
- id: {
278
- type: 'string'
279
- },
280
- icon: {
281
- type: 'string'
282
- },
283
- text: {
284
- type: 'string'
285
- }
286
- },
287
- required: [
288
- 'text'
289
- ]
290
- } as const;
@@ -1,54 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- import type { Client, Options as Options2, TDataShape } from './client';
4
- import { client } from './client.gen';
5
- import type { AdkAgentRunData, AdkAgentRunResponses, AgentChatListData, AgentChatListResponses, AgentQuickActionData, AgentQuickActionResponses, AgentRunData, AgentRunResponses, BrowserOpenData, BrowserOpenResponses, HumanTasksListData, HumanTasksListResponses, McpApiHelloData, McpApiHelloResponses } from './types.gen';
6
-
7
- export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
8
- /**
9
- * You can provide a client instance returned by `createClient()` instead of
10
- * individual options. This might be also useful if you want to implement a
11
- * custom client.
12
- */
13
- client?: Client;
14
- /**
15
- * You can pass arbitrary values through the `meta` object. This can be
16
- * used to access values that aren't defined as part of the SDK function.
17
- */
18
- meta?: Record<string, unknown>;
19
- };
20
-
21
- export const adkAgentRun = <ThrowOnError extends boolean = false>(options?: Options<AdkAgentRunData, ThrowOnError>) => (options?.client ?? client).post<AdkAgentRunResponses, unknown, ThrowOnError>({
22
- url: '/api/cf/adk/run/sse',
23
- ...options,
24
- headers: {
25
- 'Content-Type': 'application/json',
26
- ...options?.headers
27
- }
28
- });
29
-
30
- export const browserOpen = <ThrowOnError extends boolean = false>(options?: Options<BrowserOpenData, ThrowOnError>) => (options?.client ?? client).post<BrowserOpenResponses, unknown, ThrowOnError>({
31
- url: '/api/cf/demo/time',
32
- ...options,
33
- headers: {
34
- 'Content-Type': 'application/json',
35
- ...options?.headers
36
- }
37
- });
38
-
39
- export const agentChatList = <ThrowOnError extends boolean = false>(options?: Options<AgentChatListData, ThrowOnError>) => (options?.client ?? client).get<AgentChatListResponses, unknown, ThrowOnError>({ url: '/api/cf/agent/chat_list', ...options });
40
-
41
- export const agentRun = <ThrowOnError extends boolean = false>(options?: Options<AgentRunData, ThrowOnError>) => (options?.client ?? client).post<AgentRunResponses, unknown, ThrowOnError>({
42
- url: '/api/cf/agent/run',
43
- ...options,
44
- headers: {
45
- 'Content-Type': 'application/json',
46
- ...options?.headers
47
- }
48
- });
49
-
50
- export const agentQuickAction = <ThrowOnError extends boolean = false>(options?: Options<AgentQuickActionData, ThrowOnError>) => (options?.client ?? client).get<AgentQuickActionResponses, unknown, ThrowOnError>({ url: '/api/cf/agent/quick_actions', ...options });
51
-
52
- export const humanTasksList = <ThrowOnError extends boolean = false>(options?: Options<HumanTasksListData, ThrowOnError>) => (options?.client ?? client).get<HumanTasksListResponses, unknown, ThrowOnError>({ url: '/api/cf/human/tasks/list', ...options });
53
-
54
- export const mcpApiHello = <ThrowOnError extends boolean = false>(options: Options<McpApiHelloData, ThrowOnError>) => (options.client ?? client).get<McpApiHelloResponses, unknown, ThrowOnError>({ url: '/api/cf/mcpapi/hello', ...options });
@@ -1,239 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type ClientOptions = {
4
- baseUrl: 'https://mtgateapi.yuepa8.com' | (string & {});
5
- };
6
-
7
- export type AgentRunResult = {
8
- [key: string]: unknown;
9
- };
10
-
11
- export type AdkBlob = {
12
- mimeType?: string;
13
- data: string;
14
- };
15
-
16
- export type AdkFunctionCall = {
17
- id?: string;
18
- name: string;
19
- args: {
20
- [key: string]: unknown;
21
- };
22
- };
23
-
24
- export type AdkFunctionResp = {
25
- id?: string;
26
- name: string;
27
- response: {
28
- [key: string]: unknown;
29
- };
30
- };
31
-
32
- export type AdkFileData = {
33
- mimeType: string;
34
- fileUri: string;
35
- };
36
-
37
- export type AdkExecutableCode = {
38
- language: 'UNKNOWN' | 'PYTHON';
39
- code: string;
40
- };
41
-
42
- export type AdkCodeExecutionResult = {
43
- outcome: 'UNKNOWN' | 'OK' | 'FAILED' | 'DEADLINE_EXCEEDED';
44
- output: string;
45
- };
46
-
47
- export type AdkPart = {
48
- text?: string;
49
- inlineData?: AdkBlob;
50
- functionCall?: AdkFunctionCall;
51
- functionResponse?: AdkFunctionResp;
52
- thought?: boolean;
53
- fileData?: AdkFileData;
54
- executableCode?: AdkExecutableCode;
55
- codeExecutionResult?: AdkCodeExecutionResult;
56
- };
57
-
58
- export type GenaiContent = {
59
- role: string;
60
- parts: Array<AdkPart>;
61
- };
62
-
63
- export type AgentRunReq = {
64
- agentName: string;
65
- newMessage: GenaiContent;
66
- sessionId: string;
67
- stateDelta?: unknown;
68
- streaming?: boolean;
69
- userId?: string;
70
- };
71
-
72
- export type AgentChatItem = {
73
- id: string;
74
- title: string;
75
- user_id: string;
76
- visibility: string;
77
- lastContext?: unknown;
78
- created_at: string;
79
- updated_at: string;
80
- };
81
-
82
- export type ZMtAgentRun = {
83
- [key: string]: unknown;
84
- };
85
-
86
- export type MtAgentRunReq = {
87
- agentName?: string;
88
- messages: Array<unknown>;
89
- sessionId?: string;
90
- stateDelta?: unknown;
91
- streaming?: boolean;
92
- userId?: string;
93
- };
94
-
95
- export type AgentQuickActionItem = {
96
- id?: string;
97
- icon?: string;
98
- text: string;
99
- };
100
-
101
- export type ChatlistParams = string;
102
-
103
- export type AdkAgentRunData = {
104
- body?: AgentRunReq;
105
- path?: never;
106
- query?: never;
107
- url: '/api/cf/adk/run/sse';
108
- };
109
-
110
- export type AdkAgentRunResponses = {
111
- 200: AgentRunResult;
112
- };
113
-
114
- export type AdkAgentRunResponse = AdkAgentRunResponses[keyof AdkAgentRunResponses];
115
-
116
- export type BrowserOpenData = {
117
- body?: {
118
- profileId?: string;
119
- urls?: Array<string>;
120
- };
121
- path?: never;
122
- query?: never;
123
- url: '/api/cf/demo/time';
124
- };
125
-
126
- export type BrowserOpenResponses = {
127
- /**
128
- * browser open
129
- */
130
- 200: {
131
- /**
132
- * vnc url
133
- */
134
- vncUrl?: string;
135
- wsCdpEndpoint?: string;
136
- };
137
- };
138
-
139
- export type BrowserOpenResponse = BrowserOpenResponses[keyof BrowserOpenResponses];
140
-
141
- export type AgentChatListData = {
142
- body?: never;
143
- path?: never;
144
- query?: {
145
- agentId?: string;
146
- };
147
- url: '/api/cf/agent/chat_list';
148
- };
149
-
150
- export type AgentChatListResponses = {
151
- 200: {
152
- paginate: {
153
- /**
154
- * Total number of records
155
- */
156
- total: number;
157
- /**
158
- * Current page number
159
- */
160
- page: number;
161
- /**
162
- * Number of records per page
163
- */
164
- pageSize: number;
165
- /**
166
- * Total number of pages
167
- */
168
- totalPages: number;
169
- /**
170
- * Whether there is a next page
171
- */
172
- hasNext: boolean;
173
- };
174
- data: Array<AgentChatItem>;
175
- };
176
- };
177
-
178
- export type AgentChatListResponse = AgentChatListResponses[keyof AgentChatListResponses];
179
-
180
- export type AgentRunData = {
181
- body?: MtAgentRunReq;
182
- path?: never;
183
- query?: never;
184
- url: '/api/cf/agent/run';
185
- };
186
-
187
- export type AgentRunResponses = {
188
- 200: ZMtAgentRun;
189
- };
190
-
191
- export type AgentRunResponse = AgentRunResponses[keyof AgentRunResponses];
192
-
193
- export type AgentQuickActionData = {
194
- body?: never;
195
- path?: never;
196
- query?: {
197
- agentName?: string;
198
- };
199
- url: '/api/cf/agent/quick_actions';
200
- };
201
-
202
- export type AgentQuickActionResponses = {
203
- 200: {
204
- items: Array<AgentQuickActionItem>;
205
- };
206
- };
207
-
208
- export type AgentQuickActionResponse = AgentQuickActionResponses[keyof AgentQuickActionResponses];
209
-
210
- export type HumanTasksListData = {
211
- body?: never;
212
- path?: never;
213
- query?: never;
214
- url: '/api/cf/human/tasks/list';
215
- };
216
-
217
- export type HumanTasksListResponses = {
218
- 200: {
219
- [key: string]: unknown;
220
- };
221
- };
222
-
223
- export type HumanTasksListResponse = HumanTasksListResponses[keyof HumanTasksListResponses];
224
-
225
- export type McpApiHelloData = {
226
- body?: never;
227
- path?: never;
228
- query: {
229
- msg: string;
230
- };
231
- url: '/api/cf/mcpapi/hello';
232
- };
233
-
234
- export type McpApiHelloResponses = {
235
- /**
236
- * 简单问候API
237
- */
238
- 200: unknown;
239
- };