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,962 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- export type ClientOptions = {
4
- baseUrl: `${string}://${string}` | (string & {});
5
- };
6
-
7
- /**
8
- * AddContactRequest schema
9
- */
10
- export type AddContactRequest = {
11
- api_hash?: string;
12
- api_id?: number;
13
- first_name?: string;
14
- last_name?: string;
15
- phone: string;
16
- session_data: string;
17
- };
18
-
19
- /**
20
- * AddContactResponse schema
21
- */
22
- export type AddContactResponse = {
23
- access_hash?: number;
24
- message?: string;
25
- session_data?: string;
26
- success?: boolean;
27
- user_id?: number;
28
- };
29
-
30
- /**
31
- * AuthResponse schema
32
- */
33
- export type AuthResponse = {
34
- message?: string;
35
- result?: {
36
- [key: string]: string;
37
- };
38
- session_data?: string;
39
- success?: boolean;
40
- user_info?: {
41
- first_name?: string;
42
- id?: number;
43
- is_bot?: boolean;
44
- last_name?: string;
45
- phone?: string;
46
- username?: string;
47
- };
48
- };
49
-
50
- /**
51
- * BrowserActionReq schema
52
- */
53
- export type BrowserActionReq = {
54
- /**
55
- * navigate, click, input, wait
56
- */
57
- action: string;
58
- browser_id: string;
59
- selector?: string;
60
- text?: string;
61
- url?: string;
62
- };
63
-
64
- /**
65
- * BrowserOpenReq schema
66
- */
67
- export type BrowserOpenReq = unknown;
68
-
69
- /**
70
- * BrowserOpenResp schema
71
- */
72
- export type BrowserOpenResp = {
73
- client_action?: {
74
- [key: string]: string;
75
- };
76
- message?: string;
77
- status?: string;
78
- task_id?: string;
79
- };
80
-
81
- /**
82
- * CheckUpdateResponse schema
83
- */
84
- export type CheckUpdateResponse = {
85
- current_version?: string;
86
- latest_version?: string;
87
- update_available?: boolean;
88
- };
89
-
90
- /**
91
- * CodeRunResult schema
92
- */
93
- export type CodeRunResult = {
94
- /**
95
- * 耗时(秒)
96
- */
97
- duration?: number;
98
- /**
99
- * 进程退出码
100
- */
101
- exitCode?: number;
102
- /**
103
- * 标准错误输出
104
- */
105
- stderr?: string;
106
- /**
107
- * 标准输出
108
- */
109
- stdout?: string;
110
- };
111
-
112
- /**
113
- * HTTPError schema
114
- */
115
- export type HttpError = {
116
- /**
117
- * Human readable error message
118
- */
119
- detail?: string;
120
- errors?: Array<{
121
- /**
122
- * Additional information about the error
123
- */
124
- more?: {
125
- [key: string]: unknown;
126
- };
127
- /**
128
- * For example, name of the parameter that caused the error
129
- */
130
- name?: string;
131
- /**
132
- * Human readable error message
133
- */
134
- reason?: string;
135
- }>;
136
- instance?: string;
137
- /**
138
- * HTTP status code
139
- */
140
- status?: number;
141
- /**
142
- * Short title of the error
143
- */
144
- title?: string;
145
- /**
146
- * URL of the error type. Can be used to lookup the error in a documentation
147
- */
148
- type?: string;
149
- };
150
-
151
- /**
152
- * NapcatStatus schema
153
- */
154
- export type NapcatStatus = {
155
- config_dir?: string;
156
- data_dir?: string;
157
- is_running?: boolean;
158
- napcat_port?: number;
159
- process_id?: number;
160
- webui_port?: number;
161
- };
162
-
163
- /**
164
- * PasswordRequest schema
165
- */
166
- export type PasswordRequest = {
167
- api_hash?: string;
168
- api_id?: number;
169
- password: string;
170
- session_data?: string;
171
- };
172
-
173
- /**
174
- * PerformUpgradeRequest schema
175
- */
176
- export type PerformUpgradeRequest = {
177
- version?: string;
178
- };
179
-
180
- /**
181
- * PerformUpgradeResponse schema
182
- */
183
- export type PerformUpgradeResponse = {
184
- message?: string;
185
- status?: string;
186
- };
187
-
188
- /**
189
- * RunCodeReq schema
190
- */
191
- export type RunCodeReq = {
192
- /**
193
- * 代码类型: python | bash | sh | nodejs | browserjs
194
- */
195
- codeType: string;
196
- /**
197
- * 代码正文
198
- */
199
- content: string;
200
- /**
201
- * 环境变量
202
- */
203
- env?: {
204
- [key: string]: string;
205
- };
206
- /**
207
- * 运行超时时间(秒), 如果不填默认为60秒
208
- */
209
- timeout?: number;
210
- };
211
-
212
- /**
213
- * SendCodeRequest schema
214
- */
215
- export type SendCodeRequest = {
216
- api_hash?: string;
217
- api_id?: number;
218
- phone: string;
219
- session_data?: string;
220
- };
221
-
222
- /**
223
- * SendMessageRequest schema
224
- */
225
- export type SendMessageRequest = {
226
- access_hash?: number;
227
- api_hash?: string;
228
- api_id?: number;
229
- message: string;
230
- phone?: string;
231
- session_data: string;
232
- user_id?: number;
233
- username?: string;
234
- };
235
-
236
- /**
237
- * SendMessageResponse schema
238
- */
239
- export type SendMessageResponse = {
240
- message?: string;
241
- session_data?: string;
242
- success?: boolean;
243
- };
244
-
245
- /**
246
- * SignInRequest schema
247
- */
248
- export type SignInRequest = {
249
- api_hash?: string;
250
- api_id?: number;
251
- code: string;
252
- phone: string;
253
- phone_code_hash: string;
254
- session_data?: string;
255
- };
256
-
257
- /**
258
- * StartNapcatRequest schema
259
- */
260
- export type StartNapcatRequest = {
261
- config_dir?: string;
262
- data_dir?: string;
263
- napcat_port?: number;
264
- qq_account?: string;
265
- webui_port?: number;
266
- };
267
-
268
- /**
269
- * StatusResponse schema
270
- */
271
- export type StatusResponse = {
272
- go_version?: string;
273
- instance_id?: string;
274
- mem_alloc_mb?: number;
275
- mode?: string;
276
- num_cpu?: number;
277
- num_goroutine?: number;
278
- status?: string;
279
- uptime?: string;
280
- version?: string;
281
- };
282
-
283
- /**
284
- * UserInfoRequest schema
285
- */
286
- export type UserInfoRequest = {
287
- api_hash?: string;
288
- api_id?: number;
289
- session_data: string;
290
- };
291
-
292
- /**
293
- * string schema
294
- */
295
- export type String = string;
296
-
297
- /**
298
- * unknown-interface schema
299
- */
300
- export type UnknownInterface = unknown;
301
-
302
- export type BrowserActionData = {
303
- /**
304
- * Request body for browser.BrowserActionReq
305
- */
306
- body: BrowserActionReq;
307
- headers?: {
308
- Accept?: string;
309
- };
310
- path?: never;
311
- query?: never;
312
- url: '/api/browser/action';
313
- };
314
-
315
- export type BrowserActionErrors = {
316
- /**
317
- * Bad Request _(validation or deserialization error)_
318
- */
319
- 400: HttpError;
320
- /**
321
- * Internal Server Error _(panics)_
322
- */
323
- 500: HttpError;
324
- default: unknown;
325
- };
326
-
327
- export type BrowserActionError = BrowserActionErrors[keyof BrowserActionErrors];
328
-
329
- export type BrowserActionResponses = {
330
- /**
331
- * OK
332
- */
333
- 200: String;
334
- };
335
-
336
- export type BrowserActionResponse = BrowserActionResponses[keyof BrowserActionResponses];
337
-
338
- export type BrowserOpenData = {
339
- /**
340
- * Request body for browser.BrowserOpenReq
341
- */
342
- body: BrowserOpenReq;
343
- headers?: {
344
- Accept?: string;
345
- };
346
- path?: never;
347
- query?: never;
348
- url: '/api/browser/open';
349
- };
350
-
351
- export type BrowserOpenErrors = {
352
- /**
353
- * Bad Request _(validation or deserialization error)_
354
- */
355
- 400: HttpError;
356
- /**
357
- * Internal Server Error _(panics)_
358
- */
359
- 500: HttpError;
360
- default: unknown;
361
- };
362
-
363
- export type BrowserOpenError = BrowserOpenErrors[keyof BrowserOpenErrors];
364
-
365
- export type BrowserOpenResponses = {
366
- /**
367
- * OK
368
- */
369
- 200: BrowserOpenResp;
370
- };
371
-
372
- export type BrowserOpenResponse = BrowserOpenResponses[keyof BrowserOpenResponses];
373
-
374
- export type CodeRunData = {
375
- /**
376
- * Request body for code.RunCodeReq
377
- */
378
- body: RunCodeReq;
379
- headers?: {
380
- Accept?: string;
381
- };
382
- path?: never;
383
- query?: never;
384
- url: '/api/code/run';
385
- };
386
-
387
- export type CodeRunErrors = {
388
- /**
389
- * Bad Request _(validation or deserialization error)_
390
- */
391
- 400: HttpError;
392
- /**
393
- * Internal Server Error _(panics)_
394
- */
395
- 500: HttpError;
396
- default: unknown;
397
- };
398
-
399
- export type CodeRunError = CodeRunErrors[keyof CodeRunErrors];
400
-
401
- export type CodeRunResponses = {
402
- /**
403
- * OK
404
- */
405
- 200: CodeRunResult;
406
- };
407
-
408
- export type CodeRunResponse = CodeRunResponses[keyof CodeRunResponses];
409
-
410
- export type PostApiDbQueryQueryData = {
411
- body?: never;
412
- path?: never;
413
- query?: {
414
- /**
415
- * 输出格式: table|full|json|raw
416
- */
417
- format?: string;
418
- };
419
- url: '/api/db_query/query';
420
- };
421
-
422
- export type PostApiDbQueryQueryErrors = {
423
- /**
424
- * Bad Request _(validation or deserialization error)_
425
- */
426
- 400: HttpError;
427
- /**
428
- * Internal Server Error _(panics)_
429
- */
430
- 500: HttpError;
431
- default: unknown;
432
- };
433
-
434
- export type PostApiDbQueryQueryError = PostApiDbQueryQueryErrors[keyof PostApiDbQueryQueryErrors];
435
-
436
- export type PostApiDbQueryQueryResponses = {
437
- /**
438
- * OK
439
- */
440
- 200: UnknownInterface;
441
- };
442
-
443
- export type PostApiDbQueryQueryResponse = PostApiDbQueryQueryResponses[keyof PostApiDbQueryQueryResponses];
444
-
445
- export type NapcatStartData = {
446
- /**
447
- * Request body for napcat.StartNapcatRequest
448
- */
449
- body: StartNapcatRequest;
450
- headers?: {
451
- Accept?: string;
452
- };
453
- path?: never;
454
- query?: never;
455
- url: '/api/napcat/start';
456
- };
457
-
458
- export type NapcatStartErrors = {
459
- /**
460
- * Bad Request _(validation or deserialization error)_
461
- */
462
- 400: HttpError;
463
- /**
464
- * Internal Server Error _(panics)_
465
- */
466
- 500: HttpError;
467
- default: unknown;
468
- };
469
-
470
- export type NapcatStartError = NapcatStartErrors[keyof NapcatStartErrors];
471
-
472
- export type NapcatStartResponses = {
473
- /**
474
- * OK
475
- */
476
- 200: NapcatStatus;
477
- };
478
-
479
- export type NapcatStartResponse = NapcatStartResponses[keyof NapcatStartResponses];
480
-
481
- export type NapcatGetStatusData = {
482
- body?: never;
483
- headers?: {
484
- Accept?: string;
485
- };
486
- path?: never;
487
- query?: never;
488
- url: '/api/napcat/status';
489
- };
490
-
491
- export type NapcatGetStatusErrors = {
492
- /**
493
- * Bad Request _(validation or deserialization error)_
494
- */
495
- 400: HttpError;
496
- /**
497
- * Internal Server Error _(panics)_
498
- */
499
- 500: HttpError;
500
- default: unknown;
501
- };
502
-
503
- export type NapcatGetStatusError = NapcatGetStatusErrors[keyof NapcatGetStatusErrors];
504
-
505
- export type NapcatGetStatusResponses = {
506
- /**
507
- * OK
508
- */
509
- 200: NapcatStatus;
510
- };
511
-
512
- export type NapcatGetStatusResponse = NapcatGetStatusResponses[keyof NapcatGetStatusResponses];
513
-
514
- export type NapcatProxyOneBot11GetData = {
515
- body?: never;
516
- headers?: {
517
- Accept?: string;
518
- };
519
- path?: never;
520
- query?: never;
521
- url: '/api/onebot11/*';
522
- };
523
-
524
- export type NapcatProxyOneBot11GetErrors = {
525
- /**
526
- * Bad Request _(validation or deserialization error)_
527
- */
528
- 400: HttpError;
529
- /**
530
- * Internal Server Error _(panics)_
531
- */
532
- 500: HttpError;
533
- default: unknown;
534
- };
535
-
536
- export type NapcatProxyOneBot11GetError = NapcatProxyOneBot11GetErrors[keyof NapcatProxyOneBot11GetErrors];
537
-
538
- export type NapcatProxyOneBot11GetResponses = {
539
- /**
540
- * OK
541
- */
542
- 200: UnknownInterface;
543
- };
544
-
545
- export type NapcatProxyOneBot11GetResponse = NapcatProxyOneBot11GetResponses[keyof NapcatProxyOneBot11GetResponses];
546
-
547
- export type NapcatProxyOneBot11PostData = {
548
- body?: never;
549
- headers?: {
550
- Accept?: string;
551
- };
552
- path?: never;
553
- query?: never;
554
- url: '/api/onebot11/*';
555
- };
556
-
557
- export type NapcatProxyOneBot11PostErrors = {
558
- /**
559
- * Bad Request _(validation or deserialization error)_
560
- */
561
- 400: HttpError;
562
- /**
563
- * Internal Server Error _(panics)_
564
- */
565
- 500: HttpError;
566
- default: unknown;
567
- };
568
-
569
- export type NapcatProxyOneBot11PostError = NapcatProxyOneBot11PostErrors[keyof NapcatProxyOneBot11PostErrors];
570
-
571
- export type NapcatProxyOneBot11PostResponses = {
572
- /**
573
- * OK
574
- */
575
- 200: UnknownInterface;
576
- };
577
-
578
- export type NapcatProxyOneBot11PostResponse = NapcatProxyOneBot11PostResponses[keyof NapcatProxyOneBot11PostResponses];
579
-
580
- export type PostApiSystemCheckUpdateData = {
581
- body?: never;
582
- headers?: {
583
- Accept?: string;
584
- };
585
- path?: never;
586
- query?: never;
587
- url: '/api/system/check_update';
588
- };
589
-
590
- export type PostApiSystemCheckUpdateErrors = {
591
- /**
592
- * Bad Request _(validation or deserialization error)_
593
- */
594
- 400: HttpError;
595
- /**
596
- * Internal Server Error _(panics)_
597
- */
598
- 500: HttpError;
599
- default: unknown;
600
- };
601
-
602
- export type PostApiSystemCheckUpdateError = PostApiSystemCheckUpdateErrors[keyof PostApiSystemCheckUpdateErrors];
603
-
604
- export type PostApiSystemCheckUpdateResponses = {
605
- /**
606
- * OK
607
- */
608
- 200: CheckUpdateResponse;
609
- };
610
-
611
- export type PostApiSystemCheckUpdateResponse = PostApiSystemCheckUpdateResponses[keyof PostApiSystemCheckUpdateResponses];
612
-
613
- export type PostApiSystemPerformUpgradeData = {
614
- /**
615
- * Request body for system.PerformUpgradeRequest
616
- */
617
- body: PerformUpgradeRequest;
618
- headers?: {
619
- Accept?: string;
620
- };
621
- path?: never;
622
- query?: never;
623
- url: '/api/system/perform_upgrade';
624
- };
625
-
626
- export type PostApiSystemPerformUpgradeErrors = {
627
- /**
628
- * Bad Request _(validation or deserialization error)_
629
- */
630
- 400: HttpError;
631
- /**
632
- * Internal Server Error _(panics)_
633
- */
634
- 500: HttpError;
635
- default: unknown;
636
- };
637
-
638
- export type PostApiSystemPerformUpgradeError = PostApiSystemPerformUpgradeErrors[keyof PostApiSystemPerformUpgradeErrors];
639
-
640
- export type PostApiSystemPerformUpgradeResponses = {
641
- /**
642
- * OK
643
- */
644
- 200: PerformUpgradeResponse;
645
- };
646
-
647
- export type PostApiSystemPerformUpgradeResponse = PostApiSystemPerformUpgradeResponses[keyof PostApiSystemPerformUpgradeResponses];
648
-
649
- export type GetApiSystemStatusData = {
650
- body?: never;
651
- headers?: {
652
- Accept?: string;
653
- };
654
- path?: never;
655
- query?: never;
656
- url: '/api/system/status';
657
- };
658
-
659
- export type GetApiSystemStatusErrors = {
660
- /**
661
- * Bad Request _(validation or deserialization error)_
662
- */
663
- 400: HttpError;
664
- /**
665
- * Internal Server Error _(panics)_
666
- */
667
- 500: HttpError;
668
- default: unknown;
669
- };
670
-
671
- export type GetApiSystemStatusError = GetApiSystemStatusErrors[keyof GetApiSystemStatusErrors];
672
-
673
- export type GetApiSystemStatusResponses = {
674
- /**
675
- * OK
676
- */
677
- 200: StatusResponse;
678
- };
679
-
680
- export type GetApiSystemStatusResponse = GetApiSystemStatusResponses[keyof GetApiSystemStatusResponses];
681
-
682
- export type PostApiV1TelegramAuthPasswordData = {
683
- /**
684
- * Request body for telegram.PasswordRequest
685
- */
686
- body: PasswordRequest;
687
- headers?: {
688
- Accept?: string;
689
- };
690
- path?: never;
691
- query?: never;
692
- url: '/api/v1/telegram/auth/password';
693
- };
694
-
695
- export type PostApiV1TelegramAuthPasswordErrors = {
696
- /**
697
- * Bad Request _(validation or deserialization error)_
698
- */
699
- 400: HttpError;
700
- /**
701
- * Internal Server Error _(panics)_
702
- */
703
- 500: HttpError;
704
- default: unknown;
705
- };
706
-
707
- export type PostApiV1TelegramAuthPasswordError = PostApiV1TelegramAuthPasswordErrors[keyof PostApiV1TelegramAuthPasswordErrors];
708
-
709
- export type PostApiV1TelegramAuthPasswordResponses = {
710
- /**
711
- * OK
712
- */
713
- 200: AuthResponse;
714
- };
715
-
716
- export type PostApiV1TelegramAuthPasswordResponse = PostApiV1TelegramAuthPasswordResponses[keyof PostApiV1TelegramAuthPasswordResponses];
717
-
718
- export type PostApiV1TelegramAuthSendCodeData = {
719
- /**
720
- * Request body for telegram.SendCodeRequest
721
- */
722
- body: SendCodeRequest;
723
- headers?: {
724
- Accept?: string;
725
- };
726
- path?: never;
727
- query?: never;
728
- url: '/api/v1/telegram/auth/send-code';
729
- };
730
-
731
- export type PostApiV1TelegramAuthSendCodeErrors = {
732
- /**
733
- * Bad Request _(validation or deserialization error)_
734
- */
735
- 400: HttpError;
736
- /**
737
- * Internal Server Error _(panics)_
738
- */
739
- 500: HttpError;
740
- default: unknown;
741
- };
742
-
743
- export type PostApiV1TelegramAuthSendCodeError = PostApiV1TelegramAuthSendCodeErrors[keyof PostApiV1TelegramAuthSendCodeErrors];
744
-
745
- export type PostApiV1TelegramAuthSendCodeResponses = {
746
- /**
747
- * OK
748
- */
749
- 200: AuthResponse;
750
- };
751
-
752
- export type PostApiV1TelegramAuthSendCodeResponse = PostApiV1TelegramAuthSendCodeResponses[keyof PostApiV1TelegramAuthSendCodeResponses];
753
-
754
- export type PostApiV1TelegramAuthSignInData = {
755
- /**
756
- * Request body for telegram.SignInRequest
757
- */
758
- body: SignInRequest;
759
- headers?: {
760
- Accept?: string;
761
- };
762
- path?: never;
763
- query?: never;
764
- url: '/api/v1/telegram/auth/sign-in';
765
- };
766
-
767
- export type PostApiV1TelegramAuthSignInErrors = {
768
- /**
769
- * Bad Request _(validation or deserialization error)_
770
- */
771
- 400: HttpError;
772
- /**
773
- * Internal Server Error _(panics)_
774
- */
775
- 500: HttpError;
776
- default: unknown;
777
- };
778
-
779
- export type PostApiV1TelegramAuthSignInError = PostApiV1TelegramAuthSignInErrors[keyof PostApiV1TelegramAuthSignInErrors];
780
-
781
- export type PostApiV1TelegramAuthSignInResponses = {
782
- /**
783
- * OK
784
- */
785
- 200: AuthResponse;
786
- };
787
-
788
- export type PostApiV1TelegramAuthSignInResponse = PostApiV1TelegramAuthSignInResponses[keyof PostApiV1TelegramAuthSignInResponses];
789
-
790
- export type PostApiV1TelegramAuthUserInfoData = {
791
- /**
792
- * Request body for telegram.UserInfoRequest
793
- */
794
- body: UserInfoRequest;
795
- headers?: {
796
- Accept?: string;
797
- };
798
- path?: never;
799
- query?: never;
800
- url: '/api/v1/telegram/auth/user-info';
801
- };
802
-
803
- export type PostApiV1TelegramAuthUserInfoErrors = {
804
- /**
805
- * Bad Request _(validation or deserialization error)_
806
- */
807
- 400: HttpError;
808
- /**
809
- * Internal Server Error _(panics)_
810
- */
811
- 500: HttpError;
812
- default: unknown;
813
- };
814
-
815
- export type PostApiV1TelegramAuthUserInfoError = PostApiV1TelegramAuthUserInfoErrors[keyof PostApiV1TelegramAuthUserInfoErrors];
816
-
817
- export type PostApiV1TelegramAuthUserInfoResponses = {
818
- /**
819
- * OK
820
- */
821
- 200: AuthResponse;
822
- };
823
-
824
- export type PostApiV1TelegramAuthUserInfoResponse = PostApiV1TelegramAuthUserInfoResponses[keyof PostApiV1TelegramAuthUserInfoResponses];
825
-
826
- export type PostApiV1TelegramContactAddData = {
827
- /**
828
- * Request body for telegram.AddContactRequest
829
- */
830
- body: AddContactRequest;
831
- headers?: {
832
- Accept?: string;
833
- };
834
- path?: never;
835
- query?: never;
836
- url: '/api/v1/telegram/contact/add';
837
- };
838
-
839
- export type PostApiV1TelegramContactAddErrors = {
840
- /**
841
- * Bad Request _(validation or deserialization error)_
842
- */
843
- 400: HttpError;
844
- /**
845
- * Internal Server Error _(panics)_
846
- */
847
- 500: HttpError;
848
- default: unknown;
849
- };
850
-
851
- export type PostApiV1TelegramContactAddError = PostApiV1TelegramContactAddErrors[keyof PostApiV1TelegramContactAddErrors];
852
-
853
- export type PostApiV1TelegramContactAddResponses = {
854
- /**
855
- * OK
856
- */
857
- 200: AddContactResponse;
858
- };
859
-
860
- export type PostApiV1TelegramContactAddResponse = PostApiV1TelegramContactAddResponses[keyof PostApiV1TelegramContactAddResponses];
861
-
862
- export type PostApiV1TelegramMessageSendData = {
863
- /**
864
- * Request body for telegram.SendMessageRequest
865
- */
866
- body: SendMessageRequest;
867
- headers?: {
868
- Accept?: string;
869
- };
870
- path?: never;
871
- query?: never;
872
- url: '/api/v1/telegram/message/send';
873
- };
874
-
875
- export type PostApiV1TelegramMessageSendErrors = {
876
- /**
877
- * Bad Request _(validation or deserialization error)_
878
- */
879
- 400: HttpError;
880
- /**
881
- * Internal Server Error _(panics)_
882
- */
883
- 500: HttpError;
884
- default: unknown;
885
- };
886
-
887
- export type PostApiV1TelegramMessageSendError = PostApiV1TelegramMessageSendErrors[keyof PostApiV1TelegramMessageSendErrors];
888
-
889
- export type PostApiV1TelegramMessageSendResponses = {
890
- /**
891
- * OK
892
- */
893
- 200: SendMessageResponse;
894
- };
895
-
896
- export type PostApiV1TelegramMessageSendResponse = PostApiV1TelegramMessageSendResponses[keyof PostApiV1TelegramMessageSendResponses];
897
-
898
- export type NapcatProxyWebUigetData = {
899
- body?: never;
900
- headers?: {
901
- Accept?: string;
902
- };
903
- path?: never;
904
- query?: never;
905
- url: '/api/webui/*';
906
- };
907
-
908
- export type NapcatProxyWebUigetErrors = {
909
- /**
910
- * Bad Request _(validation or deserialization error)_
911
- */
912
- 400: HttpError;
913
- /**
914
- * Internal Server Error _(panics)_
915
- */
916
- 500: HttpError;
917
- default: unknown;
918
- };
919
-
920
- export type NapcatProxyWebUigetError = NapcatProxyWebUigetErrors[keyof NapcatProxyWebUigetErrors];
921
-
922
- export type NapcatProxyWebUigetResponses = {
923
- /**
924
- * OK
925
- */
926
- 200: UnknownInterface;
927
- };
928
-
929
- export type NapcatProxyWebUigetResponse = NapcatProxyWebUigetResponses[keyof NapcatProxyWebUigetResponses];
930
-
931
- export type NapcatProxyWebUipostData = {
932
- body?: never;
933
- headers?: {
934
- Accept?: string;
935
- };
936
- path?: never;
937
- query?: never;
938
- url: '/api/webui/*';
939
- };
940
-
941
- export type NapcatProxyWebUipostErrors = {
942
- /**
943
- * Bad Request _(validation or deserialization error)_
944
- */
945
- 400: HttpError;
946
- /**
947
- * Internal Server Error _(panics)_
948
- */
949
- 500: HttpError;
950
- default: unknown;
951
- };
952
-
953
- export type NapcatProxyWebUipostError = NapcatProxyWebUipostErrors[keyof NapcatProxyWebUipostErrors];
954
-
955
- export type NapcatProxyWebUipostResponses = {
956
- /**
957
- * OK
958
- */
959
- 200: UnknownInterface;
960
- };
961
-
962
- export type NapcatProxyWebUipostResponse = NapcatProxyWebUipostResponses[keyof NapcatProxyWebUipostResponses];