@meetkai/mka1 0.53.29 → 0.53.30

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 (407) hide show
  1. package/README.md +247 -226
  2. package/bin/mcp-server.js +1825 -688
  3. package/bin/mcp-server.js.map +38 -9
  4. package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +16 -0
  5. package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  6. package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +130 -0
  7. package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  8. package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +15 -0
  9. package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  10. package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +125 -0
  11. package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  12. package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +14 -0
  13. package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  14. package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +125 -0
  15. package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  16. package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +15 -0
  17. package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  18. package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +125 -0
  19. package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  20. package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +15 -0
  21. package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  22. package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +125 -0
  23. package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  24. package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +15 -0
  25. package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  26. package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +125 -0
  27. package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  28. package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +16 -0
  29. package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  30. package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +132 -0
  31. package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  32. package/dist/commonjs/lib/config.d.ts +3 -3
  33. package/dist/commonjs/lib/config.js +3 -3
  34. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  35. package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
  36. package/dist/commonjs/mcp-server/server.js +15 -1
  37. package/dist/commonjs/mcp-server/server.js.map +1 -1
  38. package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +8 -0
  39. package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  40. package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +63 -0
  41. package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  42. package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +8 -0
  43. package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  44. package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +63 -0
  45. package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  46. package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +8 -0
  47. package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  48. package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +62 -0
  49. package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  50. package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +8 -0
  51. package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  52. package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +63 -0
  53. package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  54. package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +8 -0
  55. package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  56. package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +63 -0
  57. package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  58. package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +8 -0
  59. package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  60. package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +63 -0
  61. package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  62. package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +8 -0
  63. package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  64. package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +63 -0
  65. package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  66. package/dist/commonjs/models/components/authorizeintent.d.ts +21 -0
  67. package/dist/commonjs/models/components/authorizeintent.d.ts.map +1 -0
  68. package/dist/commonjs/models/components/authorizeintent.js +73 -0
  69. package/dist/commonjs/models/components/authorizeintent.js.map +1 -0
  70. package/dist/commonjs/models/components/connectedrepository.d.ts +25 -0
  71. package/dist/commonjs/models/components/connectedrepository.d.ts.map +1 -0
  72. package/dist/commonjs/models/components/connectedrepository.js +77 -0
  73. package/dist/commonjs/models/components/connectedrepository.js.map +1 -0
  74. package/dist/commonjs/models/components/connection.d.ts +26 -0
  75. package/dist/commonjs/models/components/connection.d.ts.map +1 -0
  76. package/dist/commonjs/models/components/connection.js +80 -0
  77. package/dist/commonjs/models/components/connection.js.map +1 -0
  78. package/dist/commonjs/models/components/connectionenvelope.d.ts +21 -0
  79. package/dist/commonjs/models/components/connectionenvelope.d.ts.map +1 -0
  80. package/dist/commonjs/models/components/connectionenvelope.js +59 -0
  81. package/dist/commonjs/models/components/connectionenvelope.js.map +1 -0
  82. package/dist/commonjs/models/components/connectrequest.d.ts +19 -0
  83. package/dist/commonjs/models/components/connectrequest.d.ts.map +1 -0
  84. package/dist/commonjs/models/components/connectrequest.js +60 -0
  85. package/dist/commonjs/models/components/connectrequest.js.map +1 -0
  86. package/dist/commonjs/models/components/githubreadclonerequest.d.ts +0 -2
  87. package/dist/commonjs/models/components/githubreadclonerequest.d.ts.map +1 -1
  88. package/dist/commonjs/models/components/githubreadclonerequest.js +0 -4
  89. package/dist/commonjs/models/components/githubreadclonerequest.js.map +1 -1
  90. package/dist/commonjs/models/components/index.d.ts +8 -0
  91. package/dist/commonjs/models/components/index.d.ts.map +1 -1
  92. package/dist/commonjs/models/components/index.js +8 -0
  93. package/dist/commonjs/models/components/index.js.map +1 -1
  94. package/dist/commonjs/models/components/repositorylist.d.ts +18 -0
  95. package/dist/commonjs/models/components/repositorylist.d.ts.map +1 -0
  96. package/dist/commonjs/models/components/repositorylist.js +59 -0
  97. package/dist/commonjs/models/components/repositorylist.js.map +1 -0
  98. package/dist/commonjs/models/components/resolvedreference.d.ts +27 -0
  99. package/dist/commonjs/models/components/resolvedreference.d.ts.map +1 -0
  100. package/dist/commonjs/models/components/resolvedreference.js +79 -0
  101. package/dist/commonjs/models/components/resolvedreference.js.map +1 -0
  102. package/dist/commonjs/models/components/resolvereferencerequest.d.ts +19 -0
  103. package/dist/commonjs/models/components/resolvereferencerequest.d.ts.map +1 -0
  104. package/dist/commonjs/models/components/resolvereferencerequest.js +69 -0
  105. package/dist/commonjs/models/components/resolvereferencerequest.js.map +1 -0
  106. package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts +23 -0
  107. package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts.map +1 -0
  108. package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js +72 -0
  109. package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js.map +1 -0
  110. package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts +20 -0
  111. package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts.map +1 -0
  112. package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.js +67 -0
  113. package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.js.map +1 -0
  114. package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts +20 -0
  115. package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts.map +1 -0
  116. package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js +69 -0
  117. package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js.map +1 -0
  118. package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts +20 -0
  119. package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts.map +1 -0
  120. package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js +69 -0
  121. package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js.map +1 -0
  122. package/dist/commonjs/models/operations/index.d.ts +7 -0
  123. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  124. package/dist/commonjs/models/operations/index.js +7 -0
  125. package/dist/commonjs/models/operations/index.js.map +1 -1
  126. package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts +20 -0
  127. package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts.map +1 -0
  128. package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js +69 -0
  129. package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js.map +1 -0
  130. package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts +20 -0
  131. package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts.map +1 -0
  132. package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js +69 -0
  133. package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js.map +1 -0
  134. package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts +23 -0
  135. package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts.map +1 -0
  136. package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js +74 -0
  137. package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js.map +1 -0
  138. package/dist/commonjs/react-query/index.d.ts +7 -0
  139. package/dist/commonjs/react-query/index.d.ts.map +1 -1
  140. package/dist/commonjs/react-query/index.js +7 -0
  141. package/dist/commonjs/react-query/index.js.map +1 -1
  142. package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +27 -0
  143. package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  144. package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +48 -0
  145. package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  146. package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +26 -0
  147. package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  148. package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +48 -0
  149. package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  150. package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +25 -0
  151. package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  152. package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +48 -0
  153. package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  154. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts +15 -0
  155. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts.map +1 -0
  156. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js +41 -0
  157. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js.map +1 -0
  158. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +28 -0
  159. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  160. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +63 -0
  161. package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  162. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts +15 -0
  163. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts.map +1 -0
  164. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js +41 -0
  165. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js.map +1 -0
  166. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +28 -0
  167. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  168. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +63 -0
  169. package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  170. package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +26 -0
  171. package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  172. package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +48 -0
  173. package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  174. package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +27 -0
  175. package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  176. package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +48 -0
  177. package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  178. package/dist/commonjs/sdk/schema3other.d.ts +28 -0
  179. package/dist/commonjs/sdk/schema3other.d.ts.map +1 -1
  180. package/dist/commonjs/sdk/schema3other.js +49 -0
  181. package/dist/commonjs/sdk/schema3other.js.map +1 -1
  182. package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +16 -0
  183. package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  184. package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +94 -0
  185. package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  186. package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +15 -0
  187. package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  188. package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +89 -0
  189. package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  190. package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +14 -0
  191. package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  192. package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +89 -0
  193. package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  194. package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +15 -0
  195. package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  196. package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +89 -0
  197. package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  198. package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +15 -0
  199. package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  200. package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +89 -0
  201. package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  202. package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +15 -0
  203. package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  204. package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +89 -0
  205. package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  206. package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +16 -0
  207. package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  208. package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +96 -0
  209. package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  210. package/dist/esm/lib/config.d.ts +3 -3
  211. package/dist/esm/lib/config.js +3 -3
  212. package/dist/esm/mcp-server/mcp-server.js +1 -1
  213. package/dist/esm/mcp-server/server.d.ts.map +1 -1
  214. package/dist/esm/mcp-server/server.js +15 -1
  215. package/dist/esm/mcp-server/server.js.map +1 -1
  216. package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +8 -0
  217. package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  218. package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +27 -0
  219. package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  220. package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +8 -0
  221. package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  222. package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +27 -0
  223. package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  224. package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +8 -0
  225. package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  226. package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +26 -0
  227. package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  228. package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +8 -0
  229. package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  230. package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +27 -0
  231. package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  232. package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +8 -0
  233. package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  234. package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +27 -0
  235. package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  236. package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +8 -0
  237. package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  238. package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +27 -0
  239. package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  240. package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +8 -0
  241. package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  242. package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +27 -0
  243. package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  244. package/dist/esm/models/components/authorizeintent.d.ts +21 -0
  245. package/dist/esm/models/components/authorizeintent.d.ts.map +1 -0
  246. package/dist/esm/models/components/authorizeintent.js +35 -0
  247. package/dist/esm/models/components/authorizeintent.js.map +1 -0
  248. package/dist/esm/models/components/connectedrepository.d.ts +25 -0
  249. package/dist/esm/models/components/connectedrepository.d.ts.map +1 -0
  250. package/dist/esm/models/components/connectedrepository.js +39 -0
  251. package/dist/esm/models/components/connectedrepository.js.map +1 -0
  252. package/dist/esm/models/components/connection.d.ts +26 -0
  253. package/dist/esm/models/components/connection.d.ts.map +1 -0
  254. package/dist/esm/models/components/connection.js +42 -0
  255. package/dist/esm/models/components/connection.js.map +1 -0
  256. package/dist/esm/models/components/connectionenvelope.d.ts +21 -0
  257. package/dist/esm/models/components/connectionenvelope.d.ts.map +1 -0
  258. package/dist/esm/models/components/connectionenvelope.js +21 -0
  259. package/dist/esm/models/components/connectionenvelope.js.map +1 -0
  260. package/dist/esm/models/components/connectrequest.d.ts +19 -0
  261. package/dist/esm/models/components/connectrequest.d.ts.map +1 -0
  262. package/dist/esm/models/components/connectrequest.js +22 -0
  263. package/dist/esm/models/components/connectrequest.js.map +1 -0
  264. package/dist/esm/models/components/githubreadclonerequest.d.ts +0 -2
  265. package/dist/esm/models/components/githubreadclonerequest.d.ts.map +1 -1
  266. package/dist/esm/models/components/githubreadclonerequest.js +0 -4
  267. package/dist/esm/models/components/githubreadclonerequest.js.map +1 -1
  268. package/dist/esm/models/components/index.d.ts +8 -0
  269. package/dist/esm/models/components/index.d.ts.map +1 -1
  270. package/dist/esm/models/components/index.js +8 -0
  271. package/dist/esm/models/components/index.js.map +1 -1
  272. package/dist/esm/models/components/repositorylist.d.ts +18 -0
  273. package/dist/esm/models/components/repositorylist.d.ts.map +1 -0
  274. package/dist/esm/models/components/repositorylist.js +21 -0
  275. package/dist/esm/models/components/repositorylist.js.map +1 -0
  276. package/dist/esm/models/components/resolvedreference.d.ts +27 -0
  277. package/dist/esm/models/components/resolvedreference.d.ts.map +1 -0
  278. package/dist/esm/models/components/resolvedreference.js +41 -0
  279. package/dist/esm/models/components/resolvedreference.js.map +1 -0
  280. package/dist/esm/models/components/resolvereferencerequest.d.ts +19 -0
  281. package/dist/esm/models/components/resolvereferencerequest.d.ts.map +1 -0
  282. package/dist/esm/models/components/resolvereferencerequest.js +31 -0
  283. package/dist/esm/models/components/resolvereferencerequest.js.map +1 -0
  284. package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts +23 -0
  285. package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts.map +1 -0
  286. package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js +34 -0
  287. package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js.map +1 -0
  288. package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts +20 -0
  289. package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts.map +1 -0
  290. package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.js +29 -0
  291. package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.js.map +1 -0
  292. package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts +20 -0
  293. package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts.map +1 -0
  294. package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js +31 -0
  295. package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js.map +1 -0
  296. package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts +20 -0
  297. package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts.map +1 -0
  298. package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js +31 -0
  299. package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js.map +1 -0
  300. package/dist/esm/models/operations/index.d.ts +7 -0
  301. package/dist/esm/models/operations/index.d.ts.map +1 -1
  302. package/dist/esm/models/operations/index.js +7 -0
  303. package/dist/esm/models/operations/index.js.map +1 -1
  304. package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts +20 -0
  305. package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts.map +1 -0
  306. package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js +31 -0
  307. package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js.map +1 -0
  308. package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts +20 -0
  309. package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts.map +1 -0
  310. package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js +31 -0
  311. package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js.map +1 -0
  312. package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts +23 -0
  313. package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts.map +1 -0
  314. package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js +36 -0
  315. package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js.map +1 -0
  316. package/dist/esm/react-query/index.d.ts +7 -0
  317. package/dist/esm/react-query/index.d.ts.map +1 -1
  318. package/dist/esm/react-query/index.js +7 -0
  319. package/dist/esm/react-query/index.js.map +1 -1
  320. package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +27 -0
  321. package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
  322. package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +43 -0
  323. package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
  324. package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +26 -0
  325. package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
  326. package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +43 -0
  327. package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
  328. package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +25 -0
  329. package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
  330. package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +43 -0
  331. package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
  332. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts +15 -0
  333. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts.map +1 -0
  334. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js +36 -0
  335. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js.map +1 -0
  336. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +28 -0
  337. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
  338. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +53 -0
  339. package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
  340. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts +15 -0
  341. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts.map +1 -0
  342. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js +36 -0
  343. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js.map +1 -0
  344. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +28 -0
  345. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
  346. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +53 -0
  347. package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
  348. package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +26 -0
  349. package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
  350. package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +43 -0
  351. package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
  352. package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +27 -0
  353. package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
  354. package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +43 -0
  355. package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
  356. package/dist/esm/sdk/schema3other.d.ts +28 -0
  357. package/dist/esm/sdk/schema3other.d.ts.map +1 -1
  358. package/dist/esm/sdk/schema3other.js +49 -0
  359. package/dist/esm/sdk/schema3other.js.map +1 -1
  360. package/jsr.json +1 -1
  361. package/package.json +1 -1
  362. package/src/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +187 -0
  363. package/src/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +177 -0
  364. package/src/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +177 -0
  365. package/src/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +177 -0
  366. package/src/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +177 -0
  367. package/src/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +180 -0
  368. package/src/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +192 -0
  369. package/src/lib/config.ts +3 -3
  370. package/src/mcp-server/mcp-server.ts +1 -1
  371. package/src/mcp-server/server.ts +19 -1
  372. package/src/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +39 -0
  373. package/src/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +40 -0
  374. package/src/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +38 -0
  375. package/src/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +40 -0
  376. package/src/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +40 -0
  377. package/src/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +40 -0
  378. package/src/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +40 -0
  379. package/src/models/components/authorizeintent.ts +68 -0
  380. package/src/models/components/connectedrepository.ts +78 -0
  381. package/src/models/components/connection.ts +82 -0
  382. package/src/models/components/connectionenvelope.ts +60 -0
  383. package/src/models/components/connectrequest.ts +51 -0
  384. package/src/models/components/githubreadclonerequest.ts +0 -6
  385. package/src/models/components/index.ts +8 -0
  386. package/src/models/components/repositorylist.ts +53 -0
  387. package/src/models/components/resolvedreference.ts +82 -0
  388. package/src/models/components/resolvereferencerequest.ts +64 -0
  389. package/src/models/operations/connectapiv1sandboxgithuboauthconnectionspost.ts +81 -0
  390. package/src/models/operations/createintentapiv1sandboxgithuboauthintentspost.ts +74 -0
  391. package/src/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.ts +73 -0
  392. package/src/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.ts +73 -0
  393. package/src/models/operations/index.ts +7 -0
  394. package/src/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.ts +73 -0
  395. package/src/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.ts +76 -0
  396. package/src/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.ts +80 -0
  397. package/src/react-query/index.ts +7 -0
  398. package/src/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +128 -0
  399. package/src/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +126 -0
  400. package/src/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +126 -0
  401. package/src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.ts +89 -0
  402. package/src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +149 -0
  403. package/src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.ts +89 -0
  404. package/src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +149 -0
  405. package/src/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +127 -0
  406. package/src/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +129 -0
  407. package/src/sdk/schema3other.ts +124 -0
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet } from "../../funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js";
5
+ import * as operations from "../../models/operations/index.js";
6
+ import { formatResult } from "../tools.js";
7
+ const args = {
8
+ request: operations
9
+ .GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$inboundSchema,
10
+ };
11
+ export const tool$schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet = {
12
+ name: "schema-3-other-get-connection-api-v1-sandbox-github-oauth-connections-get",
13
+ description: `Get Connection`,
14
+ args,
15
+ tool: async (client, args, ctx) => {
16
+ const [result, apiCall] = await schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
17
+ if (!result.ok) {
18
+ return {
19
+ content: [{ type: "text", text: result.error.message }],
20
+ isError: true,
21
+ };
22
+ }
23
+ const value = result.value;
24
+ return formatResult(value, apiCall);
25
+ },
26
+ };
27
+ //# sourceMappingURL=schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,8DAA8D,EAAE,MAAM,+EAA+E,CAAC;AAC/J,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,UAAU;SACP,uEAAuE;CAC7E,CAAC;AAEF,MAAM,CAAC,MAAM,mEAAmE,GAChD;IAC5B,IAAI,EACF,2EAA2E;IAC7E,WAAW,EAAE,gBAAgB;IAC7B,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,8DAA8D,CAClE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as operations from "../../models/operations/index.js";
2
+ import { ToolDefinition } from "../tools.js";
3
+ declare const args: {
4
+ request: import("zod").ZodType<operations.ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest, import("zod").ZodTypeDef, unknown>;
5
+ };
6
+ export declare const tool$schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet: ToolDefinition<typeof args>;
7
+ export {};
8
+ //# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAIT,CAAC;AAEF,eAAO,MAAM,kEAAkE,EAC7E,cAAc,CAAC,OAAO,IAAI,CAwBzB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet } from "../../funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js";
5
+ import * as operations from "../../models/operations/index.js";
6
+ import { formatResult } from "../tools.js";
7
+ const args = {
8
+ request: operations
9
+ .ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest$inboundSchema,
10
+ };
11
+ export const tool$schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet = {
12
+ name: "schema-3-other-list-repositories-api-v1-sandbox-github-repositories-get",
13
+ description: `List Repositories`,
14
+ args,
15
+ tool: async (client, args, ctx) => {
16
+ const [result, apiCall] = await schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
17
+ if (!result.ok) {
18
+ return {
19
+ content: [{ type: "text", text: result.error.message }],
20
+ isError: true,
21
+ };
22
+ }
23
+ const value = result.value;
24
+ return formatResult(value, apiCall);
25
+ },
26
+ };
27
+ //# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6DAA6D,EAAE,MAAM,8EAA8E,CAAC;AAC7J,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,UAAU;SACP,sEAAsE;CAC5E,CAAC;AAEF,MAAM,CAAC,MAAM,kEAAkE,GAC/C;IAC5B,IAAI,EACF,yEAAyE;IAC3E,WAAW,EAAE,mBAAmB;IAChC,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,6DAA6D,CACjE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as operations from "../../models/operations/index.js";
2
+ import { ToolDefinition } from "../tools.js";
3
+ declare const args: {
4
+ request: import("zod").ZodType<operations.RefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostRequest, import("zod").ZodTypeDef, unknown>;
5
+ };
6
+ export declare const tool$schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost: ToolDefinition<typeof args>;
7
+ export {};
8
+ //# sourceMappingURL=schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAIT,CAAC;AAEF,eAAO,MAAM,6EAA6E,EACxF,cAAc,CAAC,OAAO,IAAI,CAwBzB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost } from "../../funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js";
5
+ import * as operations from "../../models/operations/index.js";
6
+ import { formatResult } from "../tools.js";
7
+ const args = {
8
+ request: operations
9
+ .RefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostRequest$inboundSchema,
10
+ };
11
+ export const tool$schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost = {
12
+ name: "schema-3-other-refresh-repositories-api-v1-sandbox-github-repositories-refresh-post",
13
+ description: `Refresh Repositories`,
14
+ args,
15
+ tool: async (client, args, ctx) => {
16
+ const [result, apiCall] = await schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
17
+ if (!result.ok) {
18
+ return {
19
+ content: [{ type: "text", text: result.error.message }],
20
+ isError: true,
21
+ };
22
+ }
23
+ const value = result.value;
24
+ return formatResult(value, apiCall);
25
+ },
26
+ };
27
+ //# sourceMappingURL=schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,wEAAwE,EAAE,MAAM,yFAAyF,CAAC;AACnL,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,UAAU;SACP,iFAAiF;CACvF,CAAC;AAEF,MAAM,CAAC,MAAM,6EAA6E,GAC1D;IAC5B,IAAI,EACF,qFAAqF;IACvF,WAAW,EAAE,sBAAsB;IACnC,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,wEAAwE,CAC5E,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as operations from "../../models/operations/index.js";
2
+ import { ToolDefinition } from "../tools.js";
3
+ declare const args: {
4
+ request: import("zod").ZodType<operations.ResolveReferenceApiV1SandboxGithubRepositoriesResolvePostRequest, import("zod").ZodTypeDef, unknown>;
5
+ };
6
+ export declare const tool$schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost: ToolDefinition<typeof args>;
7
+ export {};
8
+ //# sourceMappingURL=schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAgB,cAAc,EAAE,MAAM,aAAa,CAAC;AAE3D,QAAA,MAAM,IAAI;;CAIT,CAAC;AAEF,eAAO,MAAM,0EAA0E,EACrF,cAAc,CAAC,OAAO,IAAI,CAwBzB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import { schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost } from "../../funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js";
5
+ import * as operations from "../../models/operations/index.js";
6
+ import { formatResult } from "../tools.js";
7
+ const args = {
8
+ request: operations
9
+ .ResolveReferenceApiV1SandboxGithubRepositoriesResolvePostRequest$inboundSchema,
10
+ };
11
+ export const tool$schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost = {
12
+ name: "schema-3-other-resolve-reference-api-v1-sandbox-github-repositories-resolve-post",
13
+ description: `Resolve Reference`,
14
+ args,
15
+ tool: async (client, args, ctx) => {
16
+ const [result, apiCall] = await schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
17
+ if (!result.ok) {
18
+ return {
19
+ content: [{ type: "text", text: result.error.message }],
20
+ isError: true,
21
+ };
22
+ }
23
+ const value = result.value;
24
+ return formatResult(value, apiCall);
25
+ },
26
+ };
27
+ //# sourceMappingURL=schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js","sourceRoot":"","sources":["../../../../src/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qEAAqE,EAAE,MAAM,sFAAsF,CAAC;AAC7K,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAkB,MAAM,aAAa,CAAC;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EACL,UAAU;SACP,8EAA8E;CACpF,CAAC;AAEF,MAAM,CAAC,MAAM,0EAA0E,GACvD;IAC5B,IAAI,EACF,kFAAkF;IACpF,WAAW,EAAE,mBAAmB;IAChC,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,qEAAqE,CACzE,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type AuthorizeIntent = {
5
+ state: string;
6
+ authorizeUrl: string;
7
+ expiresInSeconds: number;
8
+ };
9
+ /** @internal */
10
+ export declare const AuthorizeIntent$inboundSchema: z.ZodType<AuthorizeIntent, z.ZodTypeDef, unknown>;
11
+ /** @internal */
12
+ export type AuthorizeIntent$Outbound = {
13
+ state: string;
14
+ authorize_url: string;
15
+ expires_in_seconds: number;
16
+ };
17
+ /** @internal */
18
+ export declare const AuthorizeIntent$outboundSchema: z.ZodType<AuthorizeIntent$Outbound, z.ZodTypeDef, AuthorizeIntent>;
19
+ export declare function authorizeIntentToJSON(authorizeIntent: AuthorizeIntent): string;
20
+ export declare function authorizeIntentFromJSON(jsonString: string): SafeParseResult<AuthorizeIntent, SDKValidationError>;
21
+ //# sourceMappingURL=authorizeintent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorizeintent.d.ts","sourceRoot":"","sources":["../../../../src/models/components/authorizeintent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CAUf,CAAC;AAEH,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AACD,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
@@ -0,0 +1,35 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ /** @internal */
8
+ export const AuthorizeIntent$inboundSchema = z.object({
9
+ state: z.string(),
10
+ authorize_url: z.string(),
11
+ expires_in_seconds: z.number().int(),
12
+ }).transform((v) => {
13
+ return remap$(v, {
14
+ "authorize_url": "authorizeUrl",
15
+ "expires_in_seconds": "expiresInSeconds",
16
+ });
17
+ });
18
+ /** @internal */
19
+ export const AuthorizeIntent$outboundSchema = z.object({
20
+ state: z.string(),
21
+ authorizeUrl: z.string(),
22
+ expiresInSeconds: z.number().int(),
23
+ }).transform((v) => {
24
+ return remap$(v, {
25
+ authorizeUrl: "authorize_url",
26
+ expiresInSeconds: "expires_in_seconds",
27
+ });
28
+ });
29
+ export function authorizeIntentToJSON(authorizeIntent) {
30
+ return JSON.stringify(AuthorizeIntent$outboundSchema.parse(authorizeIntent));
31
+ }
32
+ export function authorizeIntentFromJSON(jsonString) {
33
+ return safeParse(jsonString, (x) => AuthorizeIntent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AuthorizeIntent' from JSON`);
34
+ }
35
+ //# sourceMappingURL=authorizeintent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorizeintent.js","sourceRoot":"","sources":["../../../../src/models/components/authorizeintent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAUjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACrC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,eAAe,EAAE,cAAc;QAC/B,oBAAoB,EAAE,kBAAkB;KACzC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAQH,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;QAC7B,gBAAgB,EAAE,oBAAoB;KACvC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AACD,MAAM,UAAU,uBAAuB,CACrC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
@@ -0,0 +1,25 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type ConnectedRepository = {
5
+ repositoryId: number;
6
+ owner: string;
7
+ repository: string;
8
+ private: boolean;
9
+ defaultBranch?: string | null | undefined;
10
+ };
11
+ /** @internal */
12
+ export declare const ConnectedRepository$inboundSchema: z.ZodType<ConnectedRepository, z.ZodTypeDef, unknown>;
13
+ /** @internal */
14
+ export type ConnectedRepository$Outbound = {
15
+ repository_id: number;
16
+ owner: string;
17
+ repository: string;
18
+ private: boolean;
19
+ default_branch?: string | null | undefined;
20
+ };
21
+ /** @internal */
22
+ export declare const ConnectedRepository$outboundSchema: z.ZodType<ConnectedRepository$Outbound, z.ZodTypeDef, ConnectedRepository>;
23
+ export declare function connectedRepositoryToJSON(connectedRepository: ConnectedRepository): string;
24
+ export declare function connectedRepositoryFromJSON(jsonString: string): SafeParseResult<ConnectedRepository, SDKValidationError>;
25
+ //# sourceMappingURL=connectedrepository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectedrepository.d.ts","sourceRoot":"","sources":["../../../../src/models/components/connectedrepository.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC3C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,4BAA4B,GAAG;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,OAAO,CACxD,4BAA4B,EAC5B,CAAC,CAAC,UAAU,EACZ,mBAAmB,CAYnB,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,mBAAmB,EAAE,mBAAmB,GACvC,MAAM,CAIR;AACD,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,mBAAmB,EAAE,kBAAkB,CAAC,CAM1D"}
@@ -0,0 +1,39 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ /** @internal */
8
+ export const ConnectedRepository$inboundSchema = z.object({
9
+ repository_id: z.number().int(),
10
+ owner: z.string(),
11
+ repository: z.string(),
12
+ private: z.boolean(),
13
+ default_branch: z.nullable(z.string()).optional(),
14
+ }).transform((v) => {
15
+ return remap$(v, {
16
+ "repository_id": "repositoryId",
17
+ "default_branch": "defaultBranch",
18
+ });
19
+ });
20
+ /** @internal */
21
+ export const ConnectedRepository$outboundSchema = z.object({
22
+ repositoryId: z.number().int(),
23
+ owner: z.string(),
24
+ repository: z.string(),
25
+ private: z.boolean(),
26
+ defaultBranch: z.nullable(z.string()).optional(),
27
+ }).transform((v) => {
28
+ return remap$(v, {
29
+ repositoryId: "repository_id",
30
+ defaultBranch: "default_branch",
31
+ });
32
+ });
33
+ export function connectedRepositoryToJSON(connectedRepository) {
34
+ return JSON.stringify(ConnectedRepository$outboundSchema.parse(connectedRepository));
35
+ }
36
+ export function connectedRepositoryFromJSON(jsonString) {
37
+ return safeParse(jsonString, (x) => ConnectedRepository$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectedRepository' from JSON`);
38
+ }
39
+ //# sourceMappingURL=connectedrepository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectedrepository.js","sourceRoot":"","sources":["../../../../src/models/components/connectedrepository.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAYjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,cAAc,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,eAAe,EAAE,cAAc;QAC/B,gBAAgB,EAAE,eAAe;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,kCAAkC,GAI3C,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACjD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;QAC7B,aAAa,EAAE,gBAAgB;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,yBAAyB,CACvC,mBAAwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,kCAAkC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAC9D,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,2BAA2B,CACzC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iCAAiC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC7D,iDAAiD,CAClD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { ConnectedRepository, ConnectedRepository$Outbound } from "./connectedrepository.js";
5
+ export type Connection = {
6
+ githubLogin: string;
7
+ githubUserId: number;
8
+ scopes: string;
9
+ syncedAt: Date;
10
+ repositories: Array<ConnectedRepository>;
11
+ };
12
+ /** @internal */
13
+ export declare const Connection$inboundSchema: z.ZodType<Connection, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type Connection$Outbound = {
16
+ github_login: string;
17
+ github_user_id: number;
18
+ scopes: string;
19
+ synced_at: string;
20
+ repositories: Array<ConnectedRepository$Outbound>;
21
+ };
22
+ /** @internal */
23
+ export declare const Connection$outboundSchema: z.ZodType<Connection$Outbound, z.ZodTypeDef, Connection>;
24
+ export declare function connectionToJSON(connection: Connection): string;
25
+ export declare function connectionFromJSON(jsonString: string): SafeParseResult<Connection, SDKValidationError>;
26
+ //# sourceMappingURL=connection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../../../src/models/components/connection.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,mBAAmB,EAEnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,UAAU,GAAG;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,IAAI,CAAC;IACf,YAAY,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,OAAO,CAC9C,UAAU,EACV,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CACnD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAC/C,mBAAmB,EACnB,CAAC,CAAC,UAAU,EACZ,UAAU,CAaV,CAAC;AAEH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAE/D;AACD,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
@@ -0,0 +1,42 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import { ConnectedRepository$inboundSchema, ConnectedRepository$outboundSchema, } from "./connectedrepository.js";
8
+ /** @internal */
9
+ export const Connection$inboundSchema = z.object({
10
+ github_login: z.string(),
11
+ github_user_id: z.number().int(),
12
+ scopes: z.string(),
13
+ synced_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
14
+ repositories: z.array(ConnectedRepository$inboundSchema),
15
+ }).transform((v) => {
16
+ return remap$(v, {
17
+ "github_login": "githubLogin",
18
+ "github_user_id": "githubUserId",
19
+ "synced_at": "syncedAt",
20
+ });
21
+ });
22
+ /** @internal */
23
+ export const Connection$outboundSchema = z.object({
24
+ githubLogin: z.string(),
25
+ githubUserId: z.number().int(),
26
+ scopes: z.string(),
27
+ syncedAt: z.date().transform(v => v.toISOString()),
28
+ repositories: z.array(ConnectedRepository$outboundSchema),
29
+ }).transform((v) => {
30
+ return remap$(v, {
31
+ githubLogin: "github_login",
32
+ githubUserId: "github_user_id",
33
+ syncedAt: "synced_at",
34
+ });
35
+ });
36
+ export function connectionToJSON(connection) {
37
+ return JSON.stringify(Connection$outboundSchema.parse(connection));
38
+ }
39
+ export function connectionFromJSON(jsonString) {
40
+ return safeParse(jsonString, (x) => Connection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Connection' from JSON`);
41
+ }
42
+ //# sourceMappingURL=connection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.js","sourceRoot":"","sources":["../../../../src/models/components/connection.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,iCAAiC,EAEjC,kCAAkC,GACnC,MAAM,0BAA0B,CAAC;AAUlC,gBAAgB;AAChB,MAAM,CAAC,MAAM,wBAAwB,GAIjC,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAChC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,CAAC;IAC5E,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC;CACzD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,gBAAgB,EAAE,cAAc;QAChC,WAAW,EAAE,UAAU;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,yBAAyB,GAIlC,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;IAClD,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC,kCAAkC,CAAC;CAC1D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;QAC3B,YAAY,EAAE,gBAAgB;QAC9B,QAAQ,EAAE,WAAW;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,gBAAgB,CAAC,UAAsB;IACrD,OAAO,IAAI,CAAC,SAAS,CAAC,yBAAyB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;AACrE,CAAC;AACD,MAAM,UAAU,kBAAkB,CAChC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpD,wCAAwC,CACzC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,21 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { Connection, Connection$Outbound } from "./connection.js";
5
+ /**
6
+ * The caller's connection, or its absence. Never carries the token.
7
+ */
8
+ export type ConnectionEnvelope = {
9
+ connection?: Connection | null | undefined;
10
+ };
11
+ /** @internal */
12
+ export declare const ConnectionEnvelope$inboundSchema: z.ZodType<ConnectionEnvelope, z.ZodTypeDef, unknown>;
13
+ /** @internal */
14
+ export type ConnectionEnvelope$Outbound = {
15
+ connection?: Connection$Outbound | null | undefined;
16
+ };
17
+ /** @internal */
18
+ export declare const ConnectionEnvelope$outboundSchema: z.ZodType<ConnectionEnvelope$Outbound, z.ZodTypeDef, ConnectionEnvelope>;
19
+ export declare function connectionEnvelopeToJSON(connectionEnvelope: ConnectionEnvelope): string;
20
+ export declare function connectionEnvelopeFromJSON(jsonString: string): SafeParseResult<ConnectionEnvelope, SDKValidationError>;
21
+ //# sourceMappingURL=connectionenvelope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectionenvelope.d.ts","sourceRoot":"","sources":["../../../../src/models/components/connectionenvelope.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,UAAU,EAEV,mBAAmB,EAEpB,MAAM,iBAAiB,CAAC;AAEzB;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,CAAC,EAAE,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAGP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,UAAU,CAAC,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS,CAAC;CACrD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAGlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR;AACD,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
@@ -0,0 +1,21 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { safeParse } from "../../lib/schemas.js";
6
+ import { Connection$inboundSchema, Connection$outboundSchema, } from "./connection.js";
7
+ /** @internal */
8
+ export const ConnectionEnvelope$inboundSchema = z.object({
9
+ connection: z.nullable(Connection$inboundSchema).optional(),
10
+ });
11
+ /** @internal */
12
+ export const ConnectionEnvelope$outboundSchema = z.object({
13
+ connection: z.nullable(Connection$outboundSchema).optional(),
14
+ });
15
+ export function connectionEnvelopeToJSON(connectionEnvelope) {
16
+ return JSON.stringify(ConnectionEnvelope$outboundSchema.parse(connectionEnvelope));
17
+ }
18
+ export function connectionEnvelopeFromJSON(jsonString) {
19
+ return safeParse(jsonString, (x) => ConnectionEnvelope$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectionEnvelope' from JSON`);
20
+ }
21
+ //# sourceMappingURL=connectionenvelope.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectionenvelope.js","sourceRoot":"","sources":["../../../../src/models/components/connectionenvelope.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAGjD,OAAO,EAEL,wBAAwB,EAExB,yBAAyB,GAC1B,MAAM,iBAAiB,CAAC;AASzB,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,wBAAwB,CAAC,CAAC,QAAQ,EAAE;CAC5D,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,QAAQ,CAAC,yBAAyB,CAAC,CAAC,QAAQ,EAAE;CAC7D,CAAC,CAAC;AAEH,MAAM,UAAU,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,iCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,0BAA0B,CACxC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC"}
@@ -0,0 +1,19 @@
1
+ import * as z from "zod/v3";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ export type ConnectRequest = {
5
+ code: string;
6
+ state: string;
7
+ };
8
+ /** @internal */
9
+ export declare const ConnectRequest$inboundSchema: z.ZodType<ConnectRequest, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type ConnectRequest$Outbound = {
12
+ code: string;
13
+ state: string;
14
+ };
15
+ /** @internal */
16
+ export declare const ConnectRequest$outboundSchema: z.ZodType<ConnectRequest$Outbound, z.ZodTypeDef, ConnectRequest>;
17
+ export declare function connectRequestToJSON(connectRequest: ConnectRequest): string;
18
+ export declare function connectRequestFromJSON(jsonString: string): SafeParseResult<ConnectRequest, SDKValidationError>;
19
+ //# sourceMappingURL=connectrequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectrequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/connectrequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CAId,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,cAAc,EAAE,cAAc,GAAG,MAAM,CAE3E;AACD,wBAAgB,sBAAsB,CACpC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAMrD"}
@@ -0,0 +1,22 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v3";
5
+ import { safeParse } from "../../lib/schemas.js";
6
+ /** @internal */
7
+ export const ConnectRequest$inboundSchema = z.object({
8
+ code: z.string(),
9
+ state: z.string(),
10
+ });
11
+ /** @internal */
12
+ export const ConnectRequest$outboundSchema = z.object({
13
+ code: z.string(),
14
+ state: z.string(),
15
+ });
16
+ export function connectRequestToJSON(connectRequest) {
17
+ return JSON.stringify(ConnectRequest$outboundSchema.parse(connectRequest));
18
+ }
19
+ export function connectRequestFromJSON(jsonString) {
20
+ return safeParse(jsonString, (x) => ConnectRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConnectRequest' from JSON`);
21
+ }
22
+ //# sourceMappingURL=connectrequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectrequest.js","sourceRoot":"","sources":["../../../../src/models/components/connectrequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AASjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,4BAA4B,GAIrC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAOH,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH,MAAM,UAAU,oBAAoB,CAAC,cAA8B;IACjE,OAAO,IAAI,CAAC,SAAS,CAAC,6BAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC;AACD,MAAM,UAAU,sBAAsB,CACpC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4BAA4B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxD,4CAA4C,CAC7C,CAAC;AACJ,CAAC"}
@@ -6,7 +6,6 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
6
6
  */
7
7
  export type GitHubReadCloneRequest = {
8
8
  assignmentGeneration: number;
9
- installationId: number;
10
9
  repositoryId: number;
11
10
  owner: string;
12
11
  repository: string;
@@ -17,7 +16,6 @@ export declare const GitHubReadCloneRequest$inboundSchema: z.ZodType<GitHubReadC
17
16
  /** @internal */
18
17
  export type GitHubReadCloneRequest$Outbound = {
19
18
  assignment_generation: number;
20
- installation_id: number;
21
19
  repository_id: number;
22
20
  owner: string;
23
21
  repository: string;
@@ -1 +1 @@
1
- {"version":3,"file":"githubreadclonerequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubreadclonerequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,OAAO,CAeP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAetB,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR;AACD,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAM7D"}
1
+ {"version":3,"file":"githubreadclonerequest.d.ts","sourceRoot":"","sources":["../../../../src/models/components/githubreadclonerequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAatB,CAAC;AAEH,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR;AACD,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAM7D"}
@@ -7,7 +7,6 @@ import { safeParse } from "../../lib/schemas.js";
7
7
  /** @internal */
8
8
  export const GitHubReadCloneRequest$inboundSchema = z.object({
9
9
  assignment_generation: z.number().int(),
10
- installation_id: z.number().int(),
11
10
  repository_id: z.number().int(),
12
11
  owner: z.string(),
13
12
  repository: z.string(),
@@ -15,7 +14,6 @@ export const GitHubReadCloneRequest$inboundSchema = z.object({
15
14
  }).transform((v) => {
16
15
  return remap$(v, {
17
16
  "assignment_generation": "assignmentGeneration",
18
- "installation_id": "installationId",
19
17
  "repository_id": "repositoryId",
20
18
  "base_sha": "baseSha",
21
19
  });
@@ -23,7 +21,6 @@ export const GitHubReadCloneRequest$inboundSchema = z.object({
23
21
  /** @internal */
24
22
  export const GitHubReadCloneRequest$outboundSchema = z.object({
25
23
  assignmentGeneration: z.number().int(),
26
- installationId: z.number().int(),
27
24
  repositoryId: z.number().int(),
28
25
  owner: z.string(),
29
26
  repository: z.string(),
@@ -31,7 +28,6 @@ export const GitHubReadCloneRequest$outboundSchema = z.object({
31
28
  }).transform((v) => {
32
29
  return remap$(v, {
33
30
  assignmentGeneration: "assignment_generation",
34
- installationId: "installation_id",
35
31
  repositoryId: "repository_id",
36
32
  baseSha: "base_sha",
37
33
  });
@@ -1 +1 @@
1
- {"version":3,"file":"githubreadclonerequest.js","sourceRoot":"","sources":["../../../../src/models/components/githubreadclonerequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAgBjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACjC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,uBAAuB,EAAE,sBAAsB;QAC/C,iBAAiB,EAAE,gBAAgB;QACnC,eAAe,EAAE,cAAc;QAC/B,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAChC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,oBAAoB,EAAE,uBAAuB;QAC7C,cAAc,EAAE,iBAAiB;QACjC,YAAY,EAAE,eAAe;QAC7B,OAAO,EAAE,UAAU;KACpB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,qCAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"githubreadclonerequest.js","sourceRoot":"","sources":["../../../../src/models/components/githubreadclonerequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAejD,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,qBAAqB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC/B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,uBAAuB,EAAE,sBAAsB;QAC/C,eAAe,EAAE,cAAc;QAC/B,UAAU,EAAE,SAAS;KACtB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACtC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,oBAAoB,EAAE,uBAAuB;QAC7C,YAAY,EAAE,eAAe;QAC7B,OAAO,EAAE,UAAU;KACpB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,qCAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC"}
@@ -23,6 +23,7 @@ export * from "./agenttextconfiguration.js";
23
23
  export * from "./agentversion.js";
24
24
  export * from "./agentversionlist.js";
25
25
  export * from "./allowedtools.js";
26
+ export * from "./authorizeintent.js";
26
27
  export * from "./autochunkingstrategy.js";
27
28
  export * from "./autoendpoint.js";
28
29
  export * from "./banwordsconfig.js";
@@ -128,6 +129,10 @@ export * from "./computevolume.js";
128
129
  export * from "./computevolumedata.js";
129
130
  export * from "./computevolumedatainput.js";
130
131
  export * from "./computevolumeinput.js";
132
+ export * from "./connectedrepository.js";
133
+ export * from "./connection.js";
134
+ export * from "./connectionenvelope.js";
135
+ export * from "./connectrequest.js";
131
136
  export * from "./containerfilecitation.js";
132
137
  export * from "./conversation.js";
133
138
  export * from "./conversationdeletedobject.js";
@@ -394,7 +399,10 @@ export * from "./registrymodelorigin.js";
394
399
  export * from "./registrysource.js";
395
400
  export * from "./reinforcementhyperparameters.js";
396
401
  export * from "./repo.js";
402
+ export * from "./repositorylist.js";
397
403
  export * from "./requestcounts.js";
404
+ export * from "./resolvedreference.js";
405
+ export * from "./resolvereferencerequest.js";
398
406
  export * from "./resourcerole.js";
399
407
  export * from "./responsecancelledevent.js";
400
408
  export * from "./responsecodeinterpretercallcodedeltaevent.js";