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,23 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export declare interface LiveRequest {
18
- content?: any;
19
- blob?: any;
20
- close?: boolean;
21
- model_config?: any;
22
- }
23
- //# sourceMappingURL=LiveRequest.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LiveRequest.d.ts","sourceRoot":"","sources":["../../../../src/adk/core/models/LiveRequest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,CAAC,OAAO,WAAW,WAAW;IAClC,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,GAAG,CAAC;CACpB"}
@@ -1,18 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
18
- //# sourceMappingURL=LiveRequest.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LiveRequest.js","sourceRoot":"","sources":["../../../../src/adk/core/models/LiveRequest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -1,32 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- /**
18
- * Runtime configuration for the ADK web app. Corresponds to the JSON file
19
- * read by the web app at runtime (runtime-config.json).
20
- */
21
- export declare interface RuntimeConfig {
22
- backendUrl: string;
23
- logo?: LogoConfig;
24
- }
25
- /**
26
- * Logo configuration for the ADK web app.
27
- */
28
- export declare interface LogoConfig {
29
- text: string;
30
- imageUrl: string;
31
- }
32
- //# sourceMappingURL=RuntimeConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RuntimeConfig.d.ts","sourceRoot":"","sources":["../../../../src/adk/core/models/RuntimeConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH;;;GAGG;AACH,MAAM,CAAC,OAAO,WAAW,aAAa;IACpC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,UAAU;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -1,18 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export {};
18
- //# sourceMappingURL=RuntimeConfig.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RuntimeConfig.js","sourceRoot":"","sources":["../../../../src/adk/core/models/RuntimeConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -1,117 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import z from "zod";
18
- import { type Event } from "./types";
19
- /**
20
- * Interface representing the state of a Session.
21
- */
22
- export type SessionState = {
23
- [key: string]: unknown;
24
- };
25
- /**
26
- * Interface representing a Session.
27
- */
28
- export declare interface Session {
29
- id?: string;
30
- appName?: string;
31
- userId?: string;
32
- state?: SessionState;
33
- events?: Event[];
34
- lastUpdateTime?: number;
35
- }
36
- export declare const zAdkSessionState: z.ZodAny;
37
- export declare const zAdkSession: z.ZodObject<{
38
- id: z.ZodOptional<z.ZodString>;
39
- appName: z.ZodOptional<z.ZodString>;
40
- userId: z.ZodOptional<z.ZodString>;
41
- state: z.ZodAny;
42
- events: z.ZodOptional<z.ZodArray<z.ZodObject<{
43
- id: z.ZodOptional<z.ZodString>;
44
- author: z.ZodOptional<z.ZodString>;
45
- invocationId: z.ZodOptional<z.ZodString>;
46
- actions: z.ZodOptional<z.ZodObject<{
47
- message: z.ZodOptional<z.ZodString>;
48
- artifactDelta: z.ZodOptional<z.ZodAny>;
49
- functionCall: z.ZodOptional<z.ZodObject<{
50
- id: z.ZodOptional<z.ZodString>;
51
- name: z.ZodString;
52
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
53
- }, z.core.$strip>>;
54
- functionResponse: z.ZodOptional<z.ZodObject<{
55
- id: z.ZodOptional<z.ZodString>;
56
- name: z.ZodString;
57
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
58
- }, z.core.$strip>>;
59
- finishReason: z.ZodOptional<z.ZodString>;
60
- }, z.core.$strip>>;
61
- longRunningToolIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
62
- branch: z.ZodOptional<z.ZodString>;
63
- timestamp: z.ZodOptional<z.ZodNumber>;
64
- content: z.ZodOptional<z.ZodObject<{
65
- role: z.ZodString;
66
- parts: z.ZodArray<z.ZodObject<{
67
- text: z.ZodOptional<z.ZodString>;
68
- inlineData: z.ZodOptional<z.ZodObject<{
69
- mimeType: z.ZodOptional<z.ZodString>;
70
- data: z.ZodString;
71
- }, z.core.$strip>>;
72
- functionCall: z.ZodOptional<z.ZodObject<{
73
- id: z.ZodOptional<z.ZodString>;
74
- name: z.ZodString;
75
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
76
- }, z.core.$strip>>;
77
- functionResponse: z.ZodOptional<z.ZodObject<{
78
- id: z.ZodOptional<z.ZodString>;
79
- name: z.ZodString;
80
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
81
- }, z.core.$strip>>;
82
- thought: z.ZodOptional<z.ZodBoolean>;
83
- fileData: z.ZodOptional<z.ZodObject<{
84
- mimeType: z.ZodString;
85
- fileUri: z.ZodString;
86
- }, z.core.$strip>>;
87
- executableCode: z.ZodOptional<z.ZodObject<{
88
- language: z.ZodEnum<{
89
- UNKNOWN: "UNKNOWN";
90
- PYTHON: "PYTHON";
91
- }>;
92
- code: z.ZodString;
93
- }, z.core.$strip>>;
94
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
95
- outcome: z.ZodEnum<{
96
- UNKNOWN: "UNKNOWN";
97
- OK: "OK";
98
- FAILED: "FAILED";
99
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
100
- }>;
101
- output: z.ZodString;
102
- }, z.core.$strip>>;
103
- }, z.core.$strip>>;
104
- }, z.core.$strip>>;
105
- error: z.ZodOptional<z.ZodString>;
106
- errorMessage: z.ZodOptional<z.ZodString>;
107
- errorCode: z.ZodOptional<z.ZodString>;
108
- groundingMetadata: z.ZodOptional<z.ZodAny>;
109
- usageMetadata: z.ZodOptional<z.ZodAny>;
110
- citationMetadata: z.ZodOptional<z.ZodAny>;
111
- customMetadata: z.ZodOptional<z.ZodAny>;
112
- turnComplete: z.ZodOptional<z.ZodBoolean>;
113
- interrupted: z.ZodOptional<z.ZodBoolean>;
114
- }, z.core.$strip>>>;
115
- updateAt: z.ZodOptional<z.ZodISODateTime>;
116
- }, z.core.$strip>;
117
- //# sourceMappingURL=Session.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Session.d.ts","sourceRoot":"","sources":["../../../../src/adk/core/models/Session.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,KAAK,KAAK,EAAa,MAAM,SAAS,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACvB,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,OAAO;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,gBAAgB,UAAU,CAAC;AAExC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUtB,CAAC"}
@@ -1,31 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import z from "zod";
18
- import { zAdkEvent } from "./types";
19
- export const zAdkSessionState = z.any();
20
- export const zAdkSession = z.object({
21
- id: z.string().optional(),
22
- appName: z.string().optional(),
23
- userId: z.string().optional(),
24
- state: zAdkSessionState,
25
- events: z.array(zAdkEvent).optional(),
26
- // lastUpdateTime: z.number(), //删除
27
- updateAt: z.iso.datetime().optional(), //新增
28
- // updateAt: z.coerce.date(),
29
- // updateAt: z.date().optional(), //新增
30
- });
31
- //# sourceMappingURL=Session.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Session.js","sourceRoot":"","sources":["../../../../src/adk/core/models/Session.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAc,SAAS,EAAE,MAAM,SAAS,CAAC;AAqBhD,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;AAExC,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,KAAK,EAAE,gBAAgB;IACvB,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,QAAQ,EAAE;IACpC,mCAAmC;IACpC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,EAAE,IAAI;IAC3C,6BAA6B;IAC7B,sCAAsC;CACtC,CAAC,CAAC"}
@@ -1,40 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright 2025 Google LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- export declare interface Span {
18
- name: string;
19
- start_time: number;
20
- end_time: number;
21
- span_id: string;
22
- parent_span_id?: string;
23
- trace_id: string;
24
- attributes?: any;
25
- children?: Span[];
26
- invoc_id?: string;
27
- 'gcp.vertex.agent.llm_request'?: string;
28
- 'gcp.vertex.agent.llm_response'?: string;
29
- }
30
- export declare interface SpanNode extends Span {
31
- children: SpanNode[];
32
- depth: number;
33
- duration: number;
34
- id: string;
35
- }
36
- export declare interface TimeTick {
37
- position: number;
38
- label: string;
39
- }
40
- //# sourceMappingURL=Trace.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Trace.d.ts","sourceRoot":"","sources":["../../../../src/adk/core/models/Trace.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,OAAO,WAAW,IAAI;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,IAAI,EAAE,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,8BAA8B,CAAC,EAAE,MAAM,CAAC;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,WAAW,QAAS,SAAQ,IAAI;IAC5C,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Trace.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Trace.js","sourceRoot":"","sources":["../../../../src/adk/core/models/Trace.ts"],"names":[],"mappings":""}
@@ -1,338 +0,0 @@
1
- import z from "zod";
2
- export declare const zAdkBlob: z.ZodObject<{
3
- mimeType: z.ZodOptional<z.ZodString>;
4
- data: z.ZodString;
5
- }, z.core.$strip>;
6
- export type Blob = z.infer<typeof zAdkBlob>;
7
- export declare const zAdkFunctionCall: z.ZodObject<{
8
- id: z.ZodOptional<z.ZodString>;
9
- name: z.ZodString;
10
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
11
- }, z.core.$strip>;
12
- export type FunctionCall = z.infer<typeof zAdkFunctionCall>;
13
- export declare const zAdkFunctionResp: z.ZodObject<{
14
- id: z.ZodOptional<z.ZodString>;
15
- name: z.ZodString;
16
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
17
- }, z.core.$strip>;
18
- export type FunctionResponse = z.infer<typeof zAdkFunctionResp>;
19
- export declare const zAdkFileData: z.ZodObject<{
20
- mimeType: z.ZodString;
21
- fileUri: z.ZodString;
22
- }, z.core.$strip>;
23
- export type FileData = z.infer<typeof zAdkFileData>;
24
- export declare const zAdkExecutableCode: z.ZodObject<{
25
- language: z.ZodEnum<{
26
- UNKNOWN: "UNKNOWN";
27
- PYTHON: "PYTHON";
28
- }>;
29
- code: z.ZodString;
30
- }, z.core.$strip>;
31
- export type ExecutableCode = z.infer<typeof zAdkExecutableCode>;
32
- export declare const zAdkCodeExecutionResult: z.ZodObject<{
33
- outcome: z.ZodEnum<{
34
- UNKNOWN: "UNKNOWN";
35
- OK: "OK";
36
- FAILED: "FAILED";
37
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
38
- }>;
39
- output: z.ZodString;
40
- }, z.core.$strip>;
41
- export type CodeExecutionResult = z.infer<typeof zAdkCodeExecutionResult>;
42
- export declare const zAdkPart: z.ZodObject<{
43
- text: z.ZodOptional<z.ZodString>;
44
- inlineData: z.ZodOptional<z.ZodObject<{
45
- mimeType: z.ZodOptional<z.ZodString>;
46
- data: z.ZodString;
47
- }, z.core.$strip>>;
48
- functionCall: z.ZodOptional<z.ZodObject<{
49
- id: z.ZodOptional<z.ZodString>;
50
- name: z.ZodString;
51
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
52
- }, z.core.$strip>>;
53
- functionResponse: z.ZodOptional<z.ZodObject<{
54
- id: z.ZodOptional<z.ZodString>;
55
- name: z.ZodString;
56
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
57
- }, z.core.$strip>>;
58
- thought: z.ZodOptional<z.ZodBoolean>;
59
- fileData: z.ZodOptional<z.ZodObject<{
60
- mimeType: z.ZodString;
61
- fileUri: z.ZodString;
62
- }, z.core.$strip>>;
63
- executableCode: z.ZodOptional<z.ZodObject<{
64
- language: z.ZodEnum<{
65
- UNKNOWN: "UNKNOWN";
66
- PYTHON: "PYTHON";
67
- }>;
68
- code: z.ZodString;
69
- }, z.core.$strip>>;
70
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
71
- outcome: z.ZodEnum<{
72
- UNKNOWN: "UNKNOWN";
73
- OK: "OK";
74
- FAILED: "FAILED";
75
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
76
- }>;
77
- output: z.ZodString;
78
- }, z.core.$strip>>;
79
- }, z.core.$strip>;
80
- export type Part = z.infer<typeof zAdkPart>;
81
- export declare interface GenAiContent {
82
- role: string;
83
- parts: Part[];
84
- }
85
- export declare const zGenaiContent: z.ZodObject<{
86
- role: z.ZodString;
87
- parts: z.ZodArray<z.ZodObject<{
88
- text: z.ZodOptional<z.ZodString>;
89
- inlineData: z.ZodOptional<z.ZodObject<{
90
- mimeType: z.ZodOptional<z.ZodString>;
91
- data: z.ZodString;
92
- }, z.core.$strip>>;
93
- functionCall: z.ZodOptional<z.ZodObject<{
94
- id: z.ZodOptional<z.ZodString>;
95
- name: z.ZodString;
96
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
97
- }, z.core.$strip>>;
98
- functionResponse: z.ZodOptional<z.ZodObject<{
99
- id: z.ZodOptional<z.ZodString>;
100
- name: z.ZodString;
101
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
102
- }, z.core.$strip>>;
103
- thought: z.ZodOptional<z.ZodBoolean>;
104
- fileData: z.ZodOptional<z.ZodObject<{
105
- mimeType: z.ZodString;
106
- fileUri: z.ZodString;
107
- }, z.core.$strip>>;
108
- executableCode: z.ZodOptional<z.ZodObject<{
109
- language: z.ZodEnum<{
110
- UNKNOWN: "UNKNOWN";
111
- PYTHON: "PYTHON";
112
- }>;
113
- code: z.ZodString;
114
- }, z.core.$strip>>;
115
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
116
- outcome: z.ZodEnum<{
117
- UNKNOWN: "UNKNOWN";
118
- OK: "OK";
119
- FAILED: "FAILED";
120
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
121
- }>;
122
- output: z.ZodString;
123
- }, z.core.$strip>>;
124
- }, z.core.$strip>>;
125
- }, z.core.$strip>;
126
- export declare interface LlmRequest {
127
- contents: GenAiContent[];
128
- }
129
- export declare const zAdkLlmRequest: z.ZodObject<{
130
- contents: z.ZodArray<z.ZodObject<{
131
- role: z.ZodString;
132
- parts: z.ZodArray<z.ZodObject<{
133
- text: z.ZodOptional<z.ZodString>;
134
- inlineData: z.ZodOptional<z.ZodObject<{
135
- mimeType: z.ZodOptional<z.ZodString>;
136
- data: z.ZodString;
137
- }, z.core.$strip>>;
138
- functionCall: z.ZodOptional<z.ZodObject<{
139
- id: z.ZodOptional<z.ZodString>;
140
- name: z.ZodString;
141
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
142
- }, z.core.$strip>>;
143
- functionResponse: z.ZodOptional<z.ZodObject<{
144
- id: z.ZodOptional<z.ZodString>;
145
- name: z.ZodString;
146
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
147
- }, z.core.$strip>>;
148
- thought: z.ZodOptional<z.ZodBoolean>;
149
- fileData: z.ZodOptional<z.ZodObject<{
150
- mimeType: z.ZodString;
151
- fileUri: z.ZodString;
152
- }, z.core.$strip>>;
153
- executableCode: z.ZodOptional<z.ZodObject<{
154
- language: z.ZodEnum<{
155
- UNKNOWN: "UNKNOWN";
156
- PYTHON: "PYTHON";
157
- }>;
158
- code: z.ZodString;
159
- }, z.core.$strip>>;
160
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
161
- outcome: z.ZodEnum<{
162
- UNKNOWN: "UNKNOWN";
163
- OK: "OK";
164
- FAILED: "FAILED";
165
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
166
- }>;
167
- output: z.ZodString;
168
- }, z.core.$strip>>;
169
- }, z.core.$strip>>;
170
- }, z.core.$strip>>;
171
- }, z.core.$strip>;
172
- export declare const zAdkEventActions: z.ZodObject<{
173
- message: z.ZodOptional<z.ZodString>;
174
- artifactDelta: z.ZodOptional<z.ZodAny>;
175
- functionCall: z.ZodOptional<z.ZodObject<{
176
- id: z.ZodOptional<z.ZodString>;
177
- name: z.ZodString;
178
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
179
- }, z.core.$strip>>;
180
- functionResponse: z.ZodOptional<z.ZodObject<{
181
- id: z.ZodOptional<z.ZodString>;
182
- name: z.ZodString;
183
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
184
- }, z.core.$strip>>;
185
- finishReason: z.ZodOptional<z.ZodString>;
186
- }, z.core.$strip>;
187
- export type EventActions = z.infer<typeof zAdkEventActions>;
188
- export declare const zAdkEvent: z.ZodObject<{
189
- id: z.ZodOptional<z.ZodString>;
190
- author: z.ZodOptional<z.ZodString>;
191
- invocationId: z.ZodOptional<z.ZodString>;
192
- actions: z.ZodOptional<z.ZodObject<{
193
- message: z.ZodOptional<z.ZodString>;
194
- artifactDelta: z.ZodOptional<z.ZodAny>;
195
- functionCall: z.ZodOptional<z.ZodObject<{
196
- id: z.ZodOptional<z.ZodString>;
197
- name: z.ZodString;
198
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
199
- }, z.core.$strip>>;
200
- functionResponse: z.ZodOptional<z.ZodObject<{
201
- id: z.ZodOptional<z.ZodString>;
202
- name: z.ZodString;
203
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
204
- }, z.core.$strip>>;
205
- finishReason: z.ZodOptional<z.ZodString>;
206
- }, z.core.$strip>>;
207
- longRunningToolIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
208
- branch: z.ZodOptional<z.ZodString>;
209
- timestamp: z.ZodOptional<z.ZodNumber>;
210
- content: z.ZodOptional<z.ZodObject<{
211
- role: z.ZodString;
212
- parts: z.ZodArray<z.ZodObject<{
213
- text: z.ZodOptional<z.ZodString>;
214
- inlineData: z.ZodOptional<z.ZodObject<{
215
- mimeType: z.ZodOptional<z.ZodString>;
216
- data: z.ZodString;
217
- }, z.core.$strip>>;
218
- functionCall: z.ZodOptional<z.ZodObject<{
219
- id: z.ZodOptional<z.ZodString>;
220
- name: z.ZodString;
221
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
222
- }, z.core.$strip>>;
223
- functionResponse: z.ZodOptional<z.ZodObject<{
224
- id: z.ZodOptional<z.ZodString>;
225
- name: z.ZodString;
226
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
227
- }, z.core.$strip>>;
228
- thought: z.ZodOptional<z.ZodBoolean>;
229
- fileData: z.ZodOptional<z.ZodObject<{
230
- mimeType: z.ZodString;
231
- fileUri: z.ZodString;
232
- }, z.core.$strip>>;
233
- executableCode: z.ZodOptional<z.ZodObject<{
234
- language: z.ZodEnum<{
235
- UNKNOWN: "UNKNOWN";
236
- PYTHON: "PYTHON";
237
- }>;
238
- code: z.ZodString;
239
- }, z.core.$strip>>;
240
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
241
- outcome: z.ZodEnum<{
242
- UNKNOWN: "UNKNOWN";
243
- OK: "OK";
244
- FAILED: "FAILED";
245
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
246
- }>;
247
- output: z.ZodString;
248
- }, z.core.$strip>>;
249
- }, z.core.$strip>>;
250
- }, z.core.$strip>>;
251
- error: z.ZodOptional<z.ZodString>;
252
- errorMessage: z.ZodOptional<z.ZodString>;
253
- errorCode: z.ZodOptional<z.ZodString>;
254
- groundingMetadata: z.ZodOptional<z.ZodAny>;
255
- usageMetadata: z.ZodOptional<z.ZodAny>;
256
- citationMetadata: z.ZodOptional<z.ZodAny>;
257
- customMetadata: z.ZodOptional<z.ZodAny>;
258
- turnComplete: z.ZodOptional<z.ZodBoolean>;
259
- interrupted: z.ZodOptional<z.ZodBoolean>;
260
- }, z.core.$strip>;
261
- export type Event = z.infer<typeof zAdkEvent>;
262
- /**
263
- * 数据库对应的 Event 结构,通常与 API Event 结构一致
264
- */
265
- export declare const zDbAdkEvent: z.ZodObject<{
266
- id: z.ZodOptional<z.ZodString>;
267
- author: z.ZodOptional<z.ZodString>;
268
- invocationId: z.ZodOptional<z.ZodString>;
269
- actions: z.ZodOptional<z.ZodObject<{
270
- message: z.ZodOptional<z.ZodString>;
271
- artifactDelta: z.ZodOptional<z.ZodAny>;
272
- functionCall: z.ZodOptional<z.ZodObject<{
273
- id: z.ZodOptional<z.ZodString>;
274
- name: z.ZodString;
275
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
276
- }, z.core.$strip>>;
277
- functionResponse: z.ZodOptional<z.ZodObject<{
278
- id: z.ZodOptional<z.ZodString>;
279
- name: z.ZodString;
280
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
281
- }, z.core.$strip>>;
282
- finishReason: z.ZodOptional<z.ZodString>;
283
- }, z.core.$strip>>;
284
- longRunningToolIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
285
- branch: z.ZodOptional<z.ZodString>;
286
- timestamp: z.ZodOptional<z.ZodNumber>;
287
- content: z.ZodOptional<z.ZodObject<{
288
- role: z.ZodString;
289
- parts: z.ZodArray<z.ZodObject<{
290
- text: z.ZodOptional<z.ZodString>;
291
- inlineData: z.ZodOptional<z.ZodObject<{
292
- mimeType: z.ZodOptional<z.ZodString>;
293
- data: z.ZodString;
294
- }, z.core.$strip>>;
295
- functionCall: z.ZodOptional<z.ZodObject<{
296
- id: z.ZodOptional<z.ZodString>;
297
- name: z.ZodString;
298
- args: z.ZodRecord<z.ZodString, z.ZodAny>;
299
- }, z.core.$strip>>;
300
- functionResponse: z.ZodOptional<z.ZodObject<{
301
- id: z.ZodOptional<z.ZodString>;
302
- name: z.ZodString;
303
- response: z.ZodRecord<z.ZodString, z.ZodAny>;
304
- }, z.core.$strip>>;
305
- thought: z.ZodOptional<z.ZodBoolean>;
306
- fileData: z.ZodOptional<z.ZodObject<{
307
- mimeType: z.ZodString;
308
- fileUri: z.ZodString;
309
- }, z.core.$strip>>;
310
- executableCode: z.ZodOptional<z.ZodObject<{
311
- language: z.ZodEnum<{
312
- UNKNOWN: "UNKNOWN";
313
- PYTHON: "PYTHON";
314
- }>;
315
- code: z.ZodString;
316
- }, z.core.$strip>>;
317
- codeExecutionResult: z.ZodOptional<z.ZodObject<{
318
- outcome: z.ZodEnum<{
319
- UNKNOWN: "UNKNOWN";
320
- OK: "OK";
321
- FAILED: "FAILED";
322
- DEADLINE_EXCEEDED: "DEADLINE_EXCEEDED";
323
- }>;
324
- output: z.ZodString;
325
- }, z.core.$strip>>;
326
- }, z.core.$strip>>;
327
- }, z.core.$strip>>;
328
- error: z.ZodOptional<z.ZodString>;
329
- errorMessage: z.ZodOptional<z.ZodString>;
330
- errorCode: z.ZodOptional<z.ZodString>;
331
- groundingMetadata: z.ZodOptional<z.ZodAny>;
332
- usageMetadata: z.ZodOptional<z.ZodAny>;
333
- citationMetadata: z.ZodOptional<z.ZodAny>;
334
- customMetadata: z.ZodOptional<z.ZodAny>;
335
- turnComplete: z.ZodOptional<z.ZodBoolean>;
336
- interrupted: z.ZodOptional<z.ZodBoolean>;
337
- }, z.core.$strip>;
338
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/adk/core/models/types.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,QAAQ;;;iBAGG,CAAA;AAExB,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAA;AAE3C,eAAO,MAAM,gBAAgB;;;;iBAKI,CAAA;AAEjC,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE3D,eAAO,MAAM,gBAAgB;;;;iBAII,CAAA;AAEjC,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE/D,eAAO,MAAM,YAAY;;;iBAGI,CAAA;AAE7B,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAA;AAEnD,eAAO,MAAM,kBAAkB;;;;;;iBAGG,CAAA;AAElC,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAE/D,eAAO,MAAM,uBAAuB;;;;;;;;iBAGG,CAAA;AAEvC,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAGzE,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBASG,CAAA;AAExB,MAAM,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAA;AAE3C,MAAM,CAAC,OAAO,WAAW,YAAY;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,IAAI,EAAE,CAAC;CACf;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGG,CAAA;AAE7B,MAAM,CAAC,OAAO,WAAW,UAAU;IACjC,QAAQ,EAAE,YAAY,EAAE,CAAC;CAC1B;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAEG,CAAA;AAE9B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;iBAMG,CAAA;AAEhC,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAK3D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBG,CAAA;AAEzB,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAA;AAE7C;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAqC,CAAA"}