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,100 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- import type {
4
- ArrayStyle,
5
- ObjectStyle,
6
- SerializerOptions,
7
- } from './pathSerializer.gen';
8
-
9
- export type QuerySerializer = (query: Record<string, unknown>) => string;
10
-
11
- export type BodySerializer = (body: any) => any;
12
-
13
- type QuerySerializerOptionsObject = {
14
- allowReserved?: boolean;
15
- array?: Partial<SerializerOptions<ArrayStyle>>;
16
- object?: Partial<SerializerOptions<ObjectStyle>>;
17
- };
18
-
19
- export type QuerySerializerOptions = QuerySerializerOptionsObject & {
20
- /**
21
- * Per-parameter serialization overrides. When provided, these settings
22
- * override the global array/object settings for specific parameter names.
23
- */
24
- parameters?: Record<string, QuerySerializerOptionsObject>;
25
- };
26
-
27
- const serializeFormDataPair = (
28
- data: FormData,
29
- key: string,
30
- value: unknown,
31
- ): void => {
32
- if (typeof value === 'string' || value instanceof Blob) {
33
- data.append(key, value);
34
- } else if (value instanceof Date) {
35
- data.append(key, value.toISOString());
36
- } else {
37
- data.append(key, JSON.stringify(value));
38
- }
39
- };
40
-
41
- const serializeUrlSearchParamsPair = (
42
- data: URLSearchParams,
43
- key: string,
44
- value: unknown,
45
- ): void => {
46
- if (typeof value === 'string') {
47
- data.append(key, value);
48
- } else {
49
- data.append(key, JSON.stringify(value));
50
- }
51
- };
52
-
53
- export const formDataBodySerializer = {
54
- bodySerializer: <T extends Record<string, any> | Array<Record<string, any>>>(
55
- body: T,
56
- ): FormData => {
57
- const data = new FormData();
58
-
59
- Object.entries(body).forEach(([key, value]) => {
60
- if (value === undefined || value === null) {
61
- return;
62
- }
63
- if (Array.isArray(value)) {
64
- value.forEach((v) => serializeFormDataPair(data, key, v));
65
- } else {
66
- serializeFormDataPair(data, key, value);
67
- }
68
- });
69
-
70
- return data;
71
- },
72
- };
73
-
74
- export const jsonBodySerializer = {
75
- bodySerializer: <T>(body: T): string =>
76
- JSON.stringify(body, (_key, value) =>
77
- typeof value === 'bigint' ? value.toString() : value,
78
- ),
79
- };
80
-
81
- export const urlSearchParamsBodySerializer = {
82
- bodySerializer: <T extends Record<string, any> | Array<Record<string, any>>>(
83
- body: T,
84
- ): string => {
85
- const data = new URLSearchParams();
86
-
87
- Object.entries(body).forEach(([key, value]) => {
88
- if (value === undefined || value === null) {
89
- return;
90
- }
91
- if (Array.isArray(value)) {
92
- value.forEach((v) => serializeUrlSearchParamsPair(data, key, v));
93
- } else {
94
- serializeUrlSearchParamsPair(data, key, value);
95
- }
96
- });
97
-
98
- return data.toString();
99
- },
100
- };
@@ -1,176 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- type Slot = 'body' | 'headers' | 'path' | 'query';
4
-
5
- export type Field =
6
- | {
7
- in: Exclude<Slot, 'body'>;
8
- /**
9
- * Field name. This is the name we want the user to see and use.
10
- */
11
- key: string;
12
- /**
13
- * Field mapped name. This is the name we want to use in the request.
14
- * If omitted, we use the same value as `key`.
15
- */
16
- map?: string;
17
- }
18
- | {
19
- in: Extract<Slot, 'body'>;
20
- /**
21
- * Key isn't required for bodies.
22
- */
23
- key?: string;
24
- map?: string;
25
- }
26
- | {
27
- /**
28
- * Field name. This is the name we want the user to see and use.
29
- */
30
- key: string;
31
- /**
32
- * Field mapped name. This is the name we want to use in the request.
33
- * If `in` is omitted, `map` aliases `key` to the transport layer.
34
- */
35
- map: Slot;
36
- };
37
-
38
- export interface Fields {
39
- allowExtra?: Partial<Record<Slot, boolean>>;
40
- args?: ReadonlyArray<Field>;
41
- }
42
-
43
- export type FieldsConfig = ReadonlyArray<Field | Fields>;
44
-
45
- const extraPrefixesMap: Record<string, Slot> = {
46
- $body_: 'body',
47
- $headers_: 'headers',
48
- $path_: 'path',
49
- $query_: 'query',
50
- };
51
- const extraPrefixes = Object.entries(extraPrefixesMap);
52
-
53
- type KeyMap = Map<
54
- string,
55
- | {
56
- in: Slot;
57
- map?: string;
58
- }
59
- | {
60
- in?: never;
61
- map: Slot;
62
- }
63
- >;
64
-
65
- const buildKeyMap = (fields: FieldsConfig, map?: KeyMap): KeyMap => {
66
- if (!map) {
67
- map = new Map();
68
- }
69
-
70
- for (const config of fields) {
71
- if ('in' in config) {
72
- if (config.key) {
73
- map.set(config.key, {
74
- in: config.in,
75
- map: config.map,
76
- });
77
- }
78
- } else if ('key' in config) {
79
- map.set(config.key, {
80
- map: config.map,
81
- });
82
- } else if (config.args) {
83
- buildKeyMap(config.args, map);
84
- }
85
- }
86
-
87
- return map;
88
- };
89
-
90
- interface Params {
91
- body: unknown;
92
- headers: Record<string, unknown>;
93
- path: Record<string, unknown>;
94
- query: Record<string, unknown>;
95
- }
96
-
97
- const stripEmptySlots = (params: Params) => {
98
- for (const [slot, value] of Object.entries(params)) {
99
- if (value && typeof value === 'object' && !Object.keys(value).length) {
100
- delete params[slot as Slot];
101
- }
102
- }
103
- };
104
-
105
- export const buildClientParams = (
106
- args: ReadonlyArray<unknown>,
107
- fields: FieldsConfig,
108
- ) => {
109
- const params: Params = {
110
- body: {},
111
- headers: {},
112
- path: {},
113
- query: {},
114
- };
115
-
116
- const map = buildKeyMap(fields);
117
-
118
- let config: FieldsConfig[number] | undefined;
119
-
120
- for (const [index, arg] of args.entries()) {
121
- if (fields[index]) {
122
- config = fields[index];
123
- }
124
-
125
- if (!config) {
126
- continue;
127
- }
128
-
129
- if ('in' in config) {
130
- if (config.key) {
131
- const field = map.get(config.key)!;
132
- const name = field.map || config.key;
133
- if (field.in) {
134
- (params[field.in] as Record<string, unknown>)[name] = arg;
135
- }
136
- } else {
137
- params.body = arg;
138
- }
139
- } else {
140
- for (const [key, value] of Object.entries(arg ?? {})) {
141
- const field = map.get(key);
142
-
143
- if (field) {
144
- if (field.in) {
145
- const name = field.map || key;
146
- (params[field.in] as Record<string, unknown>)[name] = value;
147
- } else {
148
- params[field.map] = value;
149
- }
150
- } else {
151
- const extra = extraPrefixes.find(([prefix]) =>
152
- key.startsWith(prefix),
153
- );
154
-
155
- if (extra) {
156
- const [prefix, slot] = extra;
157
- (params[slot] as Record<string, unknown>)[
158
- key.slice(prefix.length)
159
- ] = value;
160
- } else if ('allowExtra' in config && config.allowExtra) {
161
- for (const [slot, allowed] of Object.entries(config.allowExtra)) {
162
- if (allowed) {
163
- (params[slot as Slot] as Record<string, unknown>)[key] = value;
164
- break;
165
- }
166
- }
167
- }
168
- }
169
- }
170
- }
171
- }
172
-
173
- stripEmptySlots(params);
174
-
175
- return params;
176
- };
@@ -1,181 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- interface SerializeOptions<T>
4
- extends SerializePrimitiveOptions,
5
- SerializerOptions<T> {}
6
-
7
- interface SerializePrimitiveOptions {
8
- allowReserved?: boolean;
9
- name: string;
10
- }
11
-
12
- export interface SerializerOptions<T> {
13
- /**
14
- * @default true
15
- */
16
- explode: boolean;
17
- style: T;
18
- }
19
-
20
- export type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
21
- export type ArraySeparatorStyle = ArrayStyle | MatrixStyle;
22
- type MatrixStyle = 'label' | 'matrix' | 'simple';
23
- export type ObjectStyle = 'form' | 'deepObject';
24
- type ObjectSeparatorStyle = ObjectStyle | MatrixStyle;
25
-
26
- interface SerializePrimitiveParam extends SerializePrimitiveOptions {
27
- value: string;
28
- }
29
-
30
- export const separatorArrayExplode = (style: ArraySeparatorStyle) => {
31
- switch (style) {
32
- case 'label':
33
- return '.';
34
- case 'matrix':
35
- return ';';
36
- case 'simple':
37
- return ',';
38
- default:
39
- return '&';
40
- }
41
- };
42
-
43
- export const separatorArrayNoExplode = (style: ArraySeparatorStyle) => {
44
- switch (style) {
45
- case 'form':
46
- return ',';
47
- case 'pipeDelimited':
48
- return '|';
49
- case 'spaceDelimited':
50
- return '%20';
51
- default:
52
- return ',';
53
- }
54
- };
55
-
56
- export const separatorObjectExplode = (style: ObjectSeparatorStyle) => {
57
- switch (style) {
58
- case 'label':
59
- return '.';
60
- case 'matrix':
61
- return ';';
62
- case 'simple':
63
- return ',';
64
- default:
65
- return '&';
66
- }
67
- };
68
-
69
- export const serializeArrayParam = ({
70
- allowReserved,
71
- explode,
72
- name,
73
- style,
74
- value,
75
- }: SerializeOptions<ArraySeparatorStyle> & {
76
- value: unknown[];
77
- }) => {
78
- if (!explode) {
79
- const joinedValues = (
80
- allowReserved ? value : value.map((v) => encodeURIComponent(v as string))
81
- ).join(separatorArrayNoExplode(style));
82
- switch (style) {
83
- case 'label':
84
- return `.${joinedValues}`;
85
- case 'matrix':
86
- return `;${name}=${joinedValues}`;
87
- case 'simple':
88
- return joinedValues;
89
- default:
90
- return `${name}=${joinedValues}`;
91
- }
92
- }
93
-
94
- const separator = separatorArrayExplode(style);
95
- const joinedValues = value
96
- .map((v) => {
97
- if (style === 'label' || style === 'simple') {
98
- return allowReserved ? v : encodeURIComponent(v as string);
99
- }
100
-
101
- return serializePrimitiveParam({
102
- allowReserved,
103
- name,
104
- value: v as string,
105
- });
106
- })
107
- .join(separator);
108
- return style === 'label' || style === 'matrix'
109
- ? separator + joinedValues
110
- : joinedValues;
111
- };
112
-
113
- export const serializePrimitiveParam = ({
114
- allowReserved,
115
- name,
116
- value,
117
- }: SerializePrimitiveParam) => {
118
- if (value === undefined || value === null) {
119
- return '';
120
- }
121
-
122
- if (typeof value === 'object') {
123
- throw new Error(
124
- 'Deeply-nested arrays/objects aren’t supported. Provide your own `querySerializer()` to handle these.',
125
- );
126
- }
127
-
128
- return `${name}=${allowReserved ? value : encodeURIComponent(value)}`;
129
- };
130
-
131
- export const serializeObjectParam = ({
132
- allowReserved,
133
- explode,
134
- name,
135
- style,
136
- value,
137
- valueOnly,
138
- }: SerializeOptions<ObjectSeparatorStyle> & {
139
- value: Record<string, unknown> | Date;
140
- valueOnly?: boolean;
141
- }) => {
142
- if (value instanceof Date) {
143
- return valueOnly ? value.toISOString() : `${name}=${value.toISOString()}`;
144
- }
145
-
146
- if (style !== 'deepObject' && !explode) {
147
- let values: string[] = [];
148
- Object.entries(value).forEach(([key, v]) => {
149
- values = [
150
- ...values,
151
- key,
152
- allowReserved ? (v as string) : encodeURIComponent(v as string),
153
- ];
154
- });
155
- const joinedValues = values.join(',');
156
- switch (style) {
157
- case 'form':
158
- return `${name}=${joinedValues}`;
159
- case 'label':
160
- return `.${joinedValues}`;
161
- case 'matrix':
162
- return `;${name}=${joinedValues}`;
163
- default:
164
- return joinedValues;
165
- }
166
- }
167
-
168
- const separator = separatorObjectExplode(style);
169
- const joinedValues = Object.entries(value)
170
- .map(([key, v]) =>
171
- serializePrimitiveParam({
172
- allowReserved,
173
- name: style === 'deepObject' ? `${name}[${key}]` : key,
174
- value: v as string,
175
- }),
176
- )
177
- .join(separator);
178
- return style === 'label' || style === 'matrix'
179
- ? separator + joinedValues
180
- : joinedValues;
181
- };
@@ -1,136 +0,0 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
-
3
- /**
4
- * JSON-friendly union that mirrors what Pinia Colada can hash.
5
- */
6
- export type JsonValue =
7
- | null
8
- | string
9
- | number
10
- | boolean
11
- | JsonValue[]
12
- | { [key: string]: JsonValue };
13
-
14
- /**
15
- * Replacer that converts non-JSON values (bigint, Date, etc.) to safe substitutes.
16
- */
17
- export const queryKeyJsonReplacer = (_key: string, value: unknown) => {
18
- if (
19
- value === undefined ||
20
- typeof value === 'function' ||
21
- typeof value === 'symbol'
22
- ) {
23
- return undefined;
24
- }
25
- if (typeof value === 'bigint') {
26
- return value.toString();
27
- }
28
- if (value instanceof Date) {
29
- return value.toISOString();
30
- }
31
- return value;
32
- };
33
-
34
- /**
35
- * Safely stringifies a value and parses it back into a JsonValue.
36
- */
37
- export const stringifyToJsonValue = (input: unknown): JsonValue | undefined => {
38
- try {
39
- const json = JSON.stringify(input, queryKeyJsonReplacer);
40
- if (json === undefined) {
41
- return undefined;
42
- }
43
- return JSON.parse(json) as JsonValue;
44
- } catch {
45
- return undefined;
46
- }
47
- };
48
-
49
- /**
50
- * Detects plain objects (including objects with a null prototype).
51
- */
52
- const isPlainObject = (value: unknown): value is Record<string, unknown> => {
53
- if (value === null || typeof value !== 'object') {
54
- return false;
55
- }
56
- const prototype = Object.getPrototypeOf(value as object);
57
- return prototype === Object.prototype || prototype === null;
58
- };
59
-
60
- /**
61
- * Turns URLSearchParams into a sorted JSON object for deterministic keys.
62
- */
63
- const serializeSearchParams = (params: URLSearchParams): JsonValue => {
64
- const entries = Array.from(params.entries()).sort(([a], [b]) =>
65
- a.localeCompare(b),
66
- );
67
- const result: Record<string, JsonValue> = {};
68
-
69
- for (const [key, value] of entries) {
70
- const existing = result[key];
71
- if (existing === undefined) {
72
- result[key] = value;
73
- continue;
74
- }
75
-
76
- if (Array.isArray(existing)) {
77
- (existing as string[]).push(value);
78
- } else {
79
- result[key] = [existing, value];
80
- }
81
- }
82
-
83
- return result;
84
- };
85
-
86
- /**
87
- * Normalizes any accepted value into a JSON-friendly shape for query keys.
88
- */
89
- export const serializeQueryKeyValue = (
90
- value: unknown,
91
- ): JsonValue | undefined => {
92
- if (value === null) {
93
- return null;
94
- }
95
-
96
- if (
97
- typeof value === 'string' ||
98
- typeof value === 'number' ||
99
- typeof value === 'boolean'
100
- ) {
101
- return value;
102
- }
103
-
104
- if (
105
- value === undefined ||
106
- typeof value === 'function' ||
107
- typeof value === 'symbol'
108
- ) {
109
- return undefined;
110
- }
111
-
112
- if (typeof value === 'bigint') {
113
- return value.toString();
114
- }
115
-
116
- if (value instanceof Date) {
117
- return value.toISOString();
118
- }
119
-
120
- if (Array.isArray(value)) {
121
- return stringifyToJsonValue(value);
122
- }
123
-
124
- if (
125
- typeof URLSearchParams !== 'undefined' &&
126
- value instanceof URLSearchParams
127
- ) {
128
- return serializeSearchParams(value);
129
- }
130
-
131
- if (isPlainObject(value)) {
132
- return stringifyToJsonValue(value);
133
- }
134
-
135
- return undefined;
136
- };