@meetkai/mka1 0.53.28 → 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.
- package/README.md +247 -226
- package/bin/mcp-server.js +1904 -688
- package/bin/mcp-server.js.map +50 -21
- package/dist/commonjs/funcs/llmEvalsListSamples.js +1 -0
- package/dist/commonjs/funcs/llmEvalsListSamples.js.map +1 -1
- package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +16 -0
- package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +130 -0
- package/dist/commonjs/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +15 -0
- package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +125 -0
- package/dist/commonjs/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +14 -0
- package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +125 -0
- package/dist/commonjs/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +15 -0
- package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +125 -0
- package/dist/commonjs/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +15 -0
- package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +125 -0
- package/dist/commonjs/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +15 -0
- package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +125 -0
- package/dist/commonjs/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +16 -0
- package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +132 -0
- package/dist/commonjs/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.d.ts.map +1 -1
- package/dist/commonjs/mcp-server/server.js +15 -1
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +62 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +8 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +63 -0
- package/dist/commonjs/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/commonjs/models/components/authorizeintent.d.ts +21 -0
- package/dist/commonjs/models/components/authorizeintent.d.ts.map +1 -0
- package/dist/commonjs/models/components/authorizeintent.js +73 -0
- package/dist/commonjs/models/components/authorizeintent.js.map +1 -0
- package/dist/commonjs/models/components/connectedrepository.d.ts +25 -0
- package/dist/commonjs/models/components/connectedrepository.d.ts.map +1 -0
- package/dist/commonjs/models/components/connectedrepository.js +77 -0
- package/dist/commonjs/models/components/connectedrepository.js.map +1 -0
- package/dist/commonjs/models/components/connection.d.ts +26 -0
- package/dist/commonjs/models/components/connection.d.ts.map +1 -0
- package/dist/commonjs/models/components/connection.js +80 -0
- package/dist/commonjs/models/components/connection.js.map +1 -0
- package/dist/commonjs/models/components/connectionenvelope.d.ts +21 -0
- package/dist/commonjs/models/components/connectionenvelope.d.ts.map +1 -0
- package/dist/commonjs/models/components/connectionenvelope.js +59 -0
- package/dist/commonjs/models/components/connectionenvelope.js.map +1 -0
- package/dist/commonjs/models/components/connectrequest.d.ts +19 -0
- package/dist/commonjs/models/components/connectrequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/connectrequest.js +60 -0
- package/dist/commonjs/models/components/connectrequest.js.map +1 -0
- package/dist/commonjs/models/components/evalsampleobject.d.ts +5 -0
- package/dist/commonjs/models/components/evalsampleobject.d.ts.map +1 -1
- package/dist/commonjs/models/components/evalsampleobject.js +2 -0
- package/dist/commonjs/models/components/evalsampleobject.js.map +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/commonjs/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.js +8 -0
- package/dist/commonjs/models/components/evalsuiteobject.js.map +1 -1
- package/dist/commonjs/models/components/githubreadclonerequest.d.ts +0 -2
- package/dist/commonjs/models/components/githubreadclonerequest.d.ts.map +1 -1
- package/dist/commonjs/models/components/githubreadclonerequest.js +0 -4
- package/dist/commonjs/models/components/githubreadclonerequest.js.map +1 -1
- package/dist/commonjs/models/components/index.d.ts +8 -0
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +8 -0
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/components/repositorylist.d.ts +18 -0
- package/dist/commonjs/models/components/repositorylist.d.ts.map +1 -0
- package/dist/commonjs/models/components/repositorylist.js +59 -0
- package/dist/commonjs/models/components/repositorylist.js.map +1 -0
- package/dist/commonjs/models/components/resolvedreference.d.ts +27 -0
- package/dist/commonjs/models/components/resolvedreference.d.ts.map +1 -0
- package/dist/commonjs/models/components/resolvedreference.js +79 -0
- package/dist/commonjs/models/components/resolvedreference.js.map +1 -0
- package/dist/commonjs/models/components/resolvereferencerequest.d.ts +19 -0
- package/dist/commonjs/models/components/resolvereferencerequest.d.ts.map +1 -0
- package/dist/commonjs/models/components/resolvereferencerequest.js +69 -0
- package/dist/commonjs/models/components/resolvereferencerequest.js.map +1 -0
- package/dist/commonjs/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelevalrun.js +8 -0
- package/dist/commonjs/models/operations/cancelevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts +23 -0
- package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js +72 -0
- package/dist/commonjs/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js.map +1 -0
- package/dist/commonjs/models/operations/createevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createevalrun.js +8 -0
- package/dist/commonjs/models/operations/createevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts +20 -0
- package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.js +67 -0
- package/dist/commonjs/models/operations/createintentapiv1sandboxgithuboauthintentspost.js.map +1 -0
- package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts +20 -0
- package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts.map +1 -0
- package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js +69 -0
- package/dist/commonjs/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js.map +1 -0
- package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts +20 -0
- package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts.map +1 -0
- package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js +69 -0
- package/dist/commonjs/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js.map +1 -0
- package/dist/commonjs/models/operations/getevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getevalrun.js +8 -0
- package/dist/commonjs/models/operations/getevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +7 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +7 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.js +8 -0
- package/dist/commonjs/models/operations/listevalruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalsamples.d.ts +2 -0
- package/dist/commonjs/models/operations/listevalsamples.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalsamples.js +4 -0
- package/dist/commonjs/models/operations/listevalsamples.js.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.js +8 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts +20 -0
- package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts.map +1 -0
- package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js +69 -0
- package/dist/commonjs/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js.map +1 -0
- package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts +20 -0
- package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js +69 -0
- package/dist/commonjs/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js.map +1 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts +23 -0
- package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts.map +1 -0
- package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js +74 -0
- package/dist/commonjs/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js.map +1 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retryfailedevalrun.js +8 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +7 -0
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +7 -0
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.core.d.ts +1 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.core.js +1 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.core.js.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.d.ts +2 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.d.ts.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.js.map +1 -1
- package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +27 -0
- package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +26 -0
- package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +25 -0
- package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +48 -0
- package/dist/commonjs/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts +15 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js +41 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +28 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +63 -0
- package/dist/commonjs/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts +15 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js +41 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +28 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +63 -0
- package/dist/commonjs/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +26 -0
- package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +27 -0
- package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +48 -0
- package/dist/commonjs/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/commonjs/sdk/schema3other.d.ts +28 -0
- package/dist/commonjs/sdk/schema3other.d.ts.map +1 -1
- package/dist/commonjs/sdk/schema3other.js +49 -0
- package/dist/commonjs/sdk/schema3other.js.map +1 -1
- package/dist/esm/funcs/llmEvalsListSamples.js +1 -0
- package/dist/esm/funcs/llmEvalsListSamples.js.map +1 -1
- package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +16 -0
- package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +94 -0
- package/dist/esm/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +15 -0
- package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +89 -0
- package/dist/esm/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +14 -0
- package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +89 -0
- package/dist/esm/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +15 -0
- package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +89 -0
- package/dist/esm/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +15 -0
- package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +89 -0
- package/dist/esm/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +15 -0
- package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +89 -0
- package/dist/esm/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +16 -0
- package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +96 -0
- package/dist/esm/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.d.ts.map +1 -1
- package/dist/esm/mcp-server/server.js +15 -1
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +26 -0
- package/dist/esm/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +8 -0
- package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +27 -0
- package/dist/esm/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/esm/models/components/authorizeintent.d.ts +21 -0
- package/dist/esm/models/components/authorizeintent.d.ts.map +1 -0
- package/dist/esm/models/components/authorizeintent.js +35 -0
- package/dist/esm/models/components/authorizeintent.js.map +1 -0
- package/dist/esm/models/components/connectedrepository.d.ts +25 -0
- package/dist/esm/models/components/connectedrepository.d.ts.map +1 -0
- package/dist/esm/models/components/connectedrepository.js +39 -0
- package/dist/esm/models/components/connectedrepository.js.map +1 -0
- package/dist/esm/models/components/connection.d.ts +26 -0
- package/dist/esm/models/components/connection.d.ts.map +1 -0
- package/dist/esm/models/components/connection.js +42 -0
- package/dist/esm/models/components/connection.js.map +1 -0
- package/dist/esm/models/components/connectionenvelope.d.ts +21 -0
- package/dist/esm/models/components/connectionenvelope.d.ts.map +1 -0
- package/dist/esm/models/components/connectionenvelope.js +21 -0
- package/dist/esm/models/components/connectionenvelope.js.map +1 -0
- package/dist/esm/models/components/connectrequest.d.ts +19 -0
- package/dist/esm/models/components/connectrequest.d.ts.map +1 -0
- package/dist/esm/models/components/connectrequest.js +22 -0
- package/dist/esm/models/components/connectrequest.js.map +1 -0
- package/dist/esm/models/components/evalsampleobject.d.ts +5 -0
- package/dist/esm/models/components/evalsampleobject.d.ts.map +1 -1
- package/dist/esm/models/components/evalsampleobject.js +2 -0
- package/dist/esm/models/components/evalsampleobject.js.map +1 -1
- package/dist/esm/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/esm/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/esm/models/components/evalsuiteobject.js +8 -0
- package/dist/esm/models/components/evalsuiteobject.js.map +1 -1
- package/dist/esm/models/components/githubreadclonerequest.d.ts +0 -2
- package/dist/esm/models/components/githubreadclonerequest.d.ts.map +1 -1
- package/dist/esm/models/components/githubreadclonerequest.js +0 -4
- package/dist/esm/models/components/githubreadclonerequest.js.map +1 -1
- package/dist/esm/models/components/index.d.ts +8 -0
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +8 -0
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/components/repositorylist.d.ts +18 -0
- package/dist/esm/models/components/repositorylist.d.ts.map +1 -0
- package/dist/esm/models/components/repositorylist.js +21 -0
- package/dist/esm/models/components/repositorylist.js.map +1 -0
- package/dist/esm/models/components/resolvedreference.d.ts +27 -0
- package/dist/esm/models/components/resolvedreference.d.ts.map +1 -0
- package/dist/esm/models/components/resolvedreference.js +41 -0
- package/dist/esm/models/components/resolvedreference.js.map +1 -0
- package/dist/esm/models/components/resolvereferencerequest.d.ts +19 -0
- package/dist/esm/models/components/resolvereferencerequest.d.ts.map +1 -0
- package/dist/esm/models/components/resolvereferencerequest.js +31 -0
- package/dist/esm/models/components/resolvereferencerequest.js.map +1 -0
- package/dist/esm/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/esm/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelevalrun.js +8 -0
- package/dist/esm/models/operations/cancelevalrun.js.map +1 -1
- package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts +23 -0
- package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.d.ts.map +1 -0
- package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js +34 -0
- package/dist/esm/models/operations/connectapiv1sandboxgithuboauthconnectionspost.js.map +1 -0
- package/dist/esm/models/operations/createevalrun.d.ts +10 -0
- package/dist/esm/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/createevalrun.js +8 -0
- package/dist/esm/models/operations/createevalrun.js.map +1 -1
- package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts +20 -0
- package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.d.ts.map +1 -0
- package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.js +29 -0
- package/dist/esm/models/operations/createintentapiv1sandboxgithuboauthintentspost.js.map +1 -0
- package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts +20 -0
- package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.d.ts.map +1 -0
- package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js +31 -0
- package/dist/esm/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.js.map +1 -0
- package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts +20 -0
- package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.d.ts.map +1 -0
- package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js +31 -0
- package/dist/esm/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.js.map +1 -0
- package/dist/esm/models/operations/getevalrun.d.ts +10 -0
- package/dist/esm/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/getevalrun.js +8 -0
- package/dist/esm/models/operations/getevalrun.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +7 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +7 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listevalruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalruns.js +8 -0
- package/dist/esm/models/operations/listevalruns.js.map +1 -1
- package/dist/esm/models/operations/listevalsamples.d.ts +2 -0
- package/dist/esm/models/operations/listevalsamples.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalsamples.js +4 -0
- package/dist/esm/models/operations/listevalsamples.js.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.js +8 -0
- package/dist/esm/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts +20 -0
- package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.d.ts.map +1 -0
- package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js +31 -0
- package/dist/esm/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.js.map +1 -0
- package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts +20 -0
- package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.d.ts.map +1 -0
- package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js +31 -0
- package/dist/esm/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js.map +1 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/esm/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts +23 -0
- package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.d.ts.map +1 -0
- package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js +36 -0
- package/dist/esm/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js.map +1 -0
- package/dist/esm/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/esm/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/retryfailedevalrun.js +8 -0
- package/dist/esm/models/operations/retryfailedevalrun.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +7 -0
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +7 -0
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.core.d.ts +1 -0
- package/dist/esm/react-query/llmEvalsListSamples.core.d.ts.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.core.js +1 -0
- package/dist/esm/react-query/llmEvalsListSamples.core.js.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.d.ts +2 -0
- package/dist/esm/react-query/llmEvalsListSamples.d.ts.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.js.map +1 -1
- package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts +27 -0
- package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js +43 -0
- package/dist/esm/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map +1 -0
- package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts +26 -0
- package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js +43 -0
- package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map +1 -0
- package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts +25 -0
- package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js +43 -0
- package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map +1 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts +15 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js +36 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js.map +1 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts +28 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js +53 -0
- package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map +1 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts +15 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js +36 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js.map +1 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts +28 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js +53 -0
- package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map +1 -0
- package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts +26 -0
- package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js +43 -0
- package/dist/esm/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.js.map +1 -0
- package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts +27 -0
- package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.d.ts.map +1 -0
- package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js +43 -0
- package/dist/esm/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.js.map +1 -0
- package/dist/esm/sdk/schema3other.d.ts +28 -0
- package/dist/esm/sdk/schema3other.d.ts.map +1 -1
- package/dist/esm/sdk/schema3other.js +49 -0
- package/dist/esm/sdk/schema3other.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/llmEvalsListSamples.ts +1 -0
- package/src/funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +187 -0
- package/src/funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +177 -0
- package/src/funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +177 -0
- package/src/funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +177 -0
- package/src/funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +177 -0
- package/src/funcs/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +180 -0
- package/src/funcs/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +192 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +19 -1
- package/src/mcp-server/tools/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +39 -0
- package/src/mcp-server/tools/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +40 -0
- package/src/mcp-server/tools/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +38 -0
- package/src/mcp-server/tools/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +40 -0
- package/src/mcp-server/tools/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +40 -0
- package/src/mcp-server/tools/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +40 -0
- package/src/mcp-server/tools/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +40 -0
- package/src/models/components/authorizeintent.ts +68 -0
- package/src/models/components/connectedrepository.ts +78 -0
- package/src/models/components/connection.ts +82 -0
- package/src/models/components/connectionenvelope.ts +60 -0
- package/src/models/components/connectrequest.ts +51 -0
- package/src/models/components/evalsampleobject.ts +7 -0
- package/src/models/components/evalsuiteobject.ts +18 -0
- package/src/models/components/githubreadclonerequest.ts +0 -6
- package/src/models/components/index.ts +8 -0
- package/src/models/components/repositorylist.ts +53 -0
- package/src/models/components/resolvedreference.ts +82 -0
- package/src/models/components/resolvereferencerequest.ts +64 -0
- package/src/models/operations/cancelevalrun.ts +18 -0
- package/src/models/operations/connectapiv1sandboxgithuboauthconnectionspost.ts +81 -0
- package/src/models/operations/createevalrun.ts +18 -0
- package/src/models/operations/createintentapiv1sandboxgithuboauthintentspost.ts +74 -0
- package/src/models/operations/disconnectapiv1sandboxgithuboauthconnectionsdelete.ts +73 -0
- package/src/models/operations/getconnectionapiv1sandboxgithuboauthconnectionsget.ts +73 -0
- package/src/models/operations/getevalrun.ts +18 -0
- package/src/models/operations/index.ts +7 -0
- package/src/models/operations/listevalruns.ts +18 -0
- package/src/models/operations/listevalsamples.ts +6 -0
- package/src/models/operations/listevalscheduleruns.ts +18 -0
- package/src/models/operations/listevalsuiteleaderboardruns.ts +18 -0
- package/src/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.ts +73 -0
- package/src/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.ts +76 -0
- package/src/models/operations/rerunfailedevalsamples.ts +18 -0
- package/src/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.ts +80 -0
- package/src/models/operations/retryfailedevalrun.ts +18 -0
- package/src/react-query/index.ts +7 -0
- package/src/react-query/llmEvalsListSamples.core.ts +2 -0
- package/src/react-query/llmEvalsListSamples.ts +2 -0
- package/src/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts +128 -0
- package/src/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts +126 -0
- package/src/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts +126 -0
- package/src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.ts +89 -0
- package/src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts +149 -0
- package/src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.ts +89 -0
- package/src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts +149 -0
- package/src/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts +127 -0
- package/src/react-query/schema3OtherResolveReferenceApiV1SandboxGithubRepositoriesResolvePost.ts +129 -0
- package/src/sdk/schema3other.ts +124 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import * as components from "../components/index.js";
|
|
10
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
11
|
+
|
|
12
|
+
export type ConnectApiV1SandboxGithubOauthConnectionsPostRequest = {
|
|
13
|
+
/**
|
|
14
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
15
|
+
*/
|
|
16
|
+
xOnBehalfOf?: string | undefined;
|
|
17
|
+
connectRequest: components.ConnectRequest;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/** @internal */
|
|
21
|
+
export const ConnectApiV1SandboxGithubOauthConnectionsPostRequest$inboundSchema:
|
|
22
|
+
z.ZodType<
|
|
23
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest,
|
|
24
|
+
z.ZodTypeDef,
|
|
25
|
+
unknown
|
|
26
|
+
> = z.object({
|
|
27
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
28
|
+
ConnectRequest: components.ConnectRequest$inboundSchema,
|
|
29
|
+
}).transform((v) => {
|
|
30
|
+
return remap$(v, {
|
|
31
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
32
|
+
"ConnectRequest": "connectRequest",
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
/** @internal */
|
|
36
|
+
export type ConnectApiV1SandboxGithubOauthConnectionsPostRequest$Outbound = {
|
|
37
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
38
|
+
ConnectRequest: components.ConnectRequest$Outbound;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
/** @internal */
|
|
42
|
+
export const ConnectApiV1SandboxGithubOauthConnectionsPostRequest$outboundSchema:
|
|
43
|
+
z.ZodType<
|
|
44
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest$Outbound,
|
|
45
|
+
z.ZodTypeDef,
|
|
46
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest
|
|
47
|
+
> = z.object({
|
|
48
|
+
xOnBehalfOf: z.string().optional(),
|
|
49
|
+
connectRequest: components.ConnectRequest$outboundSchema,
|
|
50
|
+
}).transform((v) => {
|
|
51
|
+
return remap$(v, {
|
|
52
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
53
|
+
connectRequest: "ConnectRequest",
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
export function connectApiV1SandboxGithubOauthConnectionsPostRequestToJSON(
|
|
58
|
+
connectApiV1SandboxGithubOauthConnectionsPostRequest:
|
|
59
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest,
|
|
60
|
+
): string {
|
|
61
|
+
return JSON.stringify(
|
|
62
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest$outboundSchema.parse(
|
|
63
|
+
connectApiV1SandboxGithubOauthConnectionsPostRequest,
|
|
64
|
+
),
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
export function connectApiV1SandboxGithubOauthConnectionsPostRequestFromJSON(
|
|
68
|
+
jsonString: string,
|
|
69
|
+
): SafeParseResult<
|
|
70
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest,
|
|
71
|
+
SDKValidationError
|
|
72
|
+
> {
|
|
73
|
+
return safeParse(
|
|
74
|
+
jsonString,
|
|
75
|
+
(x) =>
|
|
76
|
+
ConnectApiV1SandboxGithubOauthConnectionsPostRequest$inboundSchema.parse(
|
|
77
|
+
JSON.parse(x),
|
|
78
|
+
),
|
|
79
|
+
`Failed to parse 'ConnectApiV1SandboxGithubOauthConnectionsPostRequest' from JSON`,
|
|
80
|
+
);
|
|
81
|
+
}
|
|
@@ -92,6 +92,14 @@ export type CreateEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -452,6 +460,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
452
460
|
suite_id: z.string(),
|
|
453
461
|
suite_version: z.number().int(),
|
|
454
462
|
suite_version_id: z.string(),
|
|
463
|
+
org_id: z.string(),
|
|
464
|
+
team_id: z.string(),
|
|
455
465
|
status: components.EvalRunStatus$inboundSchema,
|
|
456
466
|
models: z.array(z.string()),
|
|
457
467
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -473,6 +483,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
473
483
|
"suite_id": "suiteId",
|
|
474
484
|
"suite_version": "suiteVersion",
|
|
475
485
|
"suite_version_id": "suiteVersionId",
|
|
486
|
+
"org_id": "orgId",
|
|
487
|
+
"team_id": "teamId",
|
|
476
488
|
"task_ids": "taskIds",
|
|
477
489
|
"judge_model": "judgeModel",
|
|
478
490
|
"embedding_model": "embeddingModel",
|
|
@@ -492,6 +504,8 @@ export type CreateEvalRunResponseBody$Outbound = {
|
|
|
492
504
|
suite_id: string;
|
|
493
505
|
suite_version: number;
|
|
494
506
|
suite_version_id: string;
|
|
507
|
+
org_id: string;
|
|
508
|
+
team_id: string;
|
|
495
509
|
status: string;
|
|
496
510
|
models: Array<string>;
|
|
497
511
|
task_ids: Array<string> | null;
|
|
@@ -521,6 +535,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
521
535
|
suiteId: z.string(),
|
|
522
536
|
suiteVersion: z.number().int(),
|
|
523
537
|
suiteVersionId: z.string(),
|
|
538
|
+
orgId: z.string(),
|
|
539
|
+
teamId: z.string(),
|
|
524
540
|
status: components.EvalRunStatus$outboundSchema,
|
|
525
541
|
models: z.array(z.string()),
|
|
526
542
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -542,6 +558,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
542
558
|
suiteId: "suite_id",
|
|
543
559
|
suiteVersion: "suite_version",
|
|
544
560
|
suiteVersionId: "suite_version_id",
|
|
561
|
+
orgId: "org_id",
|
|
562
|
+
teamId: "team_id",
|
|
545
563
|
taskIds: "task_ids",
|
|
546
564
|
judgeModel: "judge_model",
|
|
547
565
|
embeddingModel: "embedding_model",
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type CreateIntentApiV1SandboxGithubOauthIntentsPostRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
+
*/
|
|
15
|
+
xOnBehalfOf?: string | undefined;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$inboundSchema:
|
|
20
|
+
z.ZodType<
|
|
21
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
unknown
|
|
24
|
+
> = z.object({
|
|
25
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
26
|
+
}).transform((v) => {
|
|
27
|
+
return remap$(v, {
|
|
28
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
/** @internal */
|
|
32
|
+
export type CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$Outbound = {
|
|
33
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
/** @internal */
|
|
37
|
+
export const CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$outboundSchema:
|
|
38
|
+
z.ZodType<
|
|
39
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$Outbound,
|
|
40
|
+
z.ZodTypeDef,
|
|
41
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest
|
|
42
|
+
> = z.object({
|
|
43
|
+
xOnBehalfOf: z.string().optional(),
|
|
44
|
+
}).transform((v) => {
|
|
45
|
+
return remap$(v, {
|
|
46
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
47
|
+
});
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
export function createIntentApiV1SandboxGithubOauthIntentsPostRequestToJSON(
|
|
51
|
+
createIntentApiV1SandboxGithubOauthIntentsPostRequest:
|
|
52
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest,
|
|
53
|
+
): string {
|
|
54
|
+
return JSON.stringify(
|
|
55
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$outboundSchema.parse(
|
|
56
|
+
createIntentApiV1SandboxGithubOauthIntentsPostRequest,
|
|
57
|
+
),
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export function createIntentApiV1SandboxGithubOauthIntentsPostRequestFromJSON(
|
|
61
|
+
jsonString: string,
|
|
62
|
+
): SafeParseResult<
|
|
63
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest,
|
|
64
|
+
SDKValidationError
|
|
65
|
+
> {
|
|
66
|
+
return safeParse(
|
|
67
|
+
jsonString,
|
|
68
|
+
(x) =>
|
|
69
|
+
CreateIntentApiV1SandboxGithubOauthIntentsPostRequest$inboundSchema.parse(
|
|
70
|
+
JSON.parse(x),
|
|
71
|
+
),
|
|
72
|
+
`Failed to parse 'CreateIntentApiV1SandboxGithubOauthIntentsPostRequest' from JSON`,
|
|
73
|
+
);
|
|
74
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
+
*/
|
|
15
|
+
xOnBehalfOf?: string | undefined;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$inboundSchema:
|
|
20
|
+
z.ZodType<
|
|
21
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
unknown
|
|
24
|
+
> = z.object({
|
|
25
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
26
|
+
}).transform((v) => {
|
|
27
|
+
return remap$(v, {
|
|
28
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
/** @internal */
|
|
32
|
+
export type DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$Outbound =
|
|
33
|
+
{
|
|
34
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$outboundSchema:
|
|
39
|
+
z.ZodType<
|
|
40
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$Outbound,
|
|
41
|
+
z.ZodTypeDef,
|
|
42
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest
|
|
43
|
+
> = z.object({
|
|
44
|
+
xOnBehalfOf: z.string().optional(),
|
|
45
|
+
}).transform((v) => {
|
|
46
|
+
return remap$(v, {
|
|
47
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export function disconnectApiV1SandboxGithubOauthConnectionsDeleteRequestToJSON(
|
|
52
|
+
disconnectApiV1SandboxGithubOauthConnectionsDeleteRequest:
|
|
53
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest,
|
|
54
|
+
): string {
|
|
55
|
+
return JSON.stringify(
|
|
56
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$outboundSchema
|
|
57
|
+
.parse(disconnectApiV1SandboxGithubOauthConnectionsDeleteRequest),
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export function disconnectApiV1SandboxGithubOauthConnectionsDeleteRequestFromJSON(
|
|
61
|
+
jsonString: string,
|
|
62
|
+
): SafeParseResult<
|
|
63
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest,
|
|
64
|
+
SDKValidationError
|
|
65
|
+
> {
|
|
66
|
+
return safeParse(
|
|
67
|
+
jsonString,
|
|
68
|
+
(x) =>
|
|
69
|
+
DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest$inboundSchema
|
|
70
|
+
.parse(JSON.parse(x)),
|
|
71
|
+
`Failed to parse 'DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest' from JSON`,
|
|
72
|
+
);
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
+
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
+
|
|
11
|
+
export type GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest = {
|
|
12
|
+
/**
|
|
13
|
+
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
+
*/
|
|
15
|
+
xOnBehalfOf?: string | undefined;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/** @internal */
|
|
19
|
+
export const GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$inboundSchema:
|
|
20
|
+
z.ZodType<
|
|
21
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest,
|
|
22
|
+
z.ZodTypeDef,
|
|
23
|
+
unknown
|
|
24
|
+
> = z.object({
|
|
25
|
+
"X-On-Behalf-Of": z.string().optional(),
|
|
26
|
+
}).transform((v) => {
|
|
27
|
+
return remap$(v, {
|
|
28
|
+
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
29
|
+
});
|
|
30
|
+
});
|
|
31
|
+
/** @internal */
|
|
32
|
+
export type GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$Outbound =
|
|
33
|
+
{
|
|
34
|
+
"X-On-Behalf-Of"?: string | undefined;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
/** @internal */
|
|
38
|
+
export const GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$outboundSchema:
|
|
39
|
+
z.ZodType<
|
|
40
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$Outbound,
|
|
41
|
+
z.ZodTypeDef,
|
|
42
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest
|
|
43
|
+
> = z.object({
|
|
44
|
+
xOnBehalfOf: z.string().optional(),
|
|
45
|
+
}).transform((v) => {
|
|
46
|
+
return remap$(v, {
|
|
47
|
+
xOnBehalfOf: "X-On-Behalf-Of",
|
|
48
|
+
});
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export function getConnectionApiV1SandboxGithubOauthConnectionsGetRequestToJSON(
|
|
52
|
+
getConnectionApiV1SandboxGithubOauthConnectionsGetRequest:
|
|
53
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest,
|
|
54
|
+
): string {
|
|
55
|
+
return JSON.stringify(
|
|
56
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$outboundSchema
|
|
57
|
+
.parse(getConnectionApiV1SandboxGithubOauthConnectionsGetRequest),
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
export function getConnectionApiV1SandboxGithubOauthConnectionsGetRequestFromJSON(
|
|
61
|
+
jsonString: string,
|
|
62
|
+
): SafeParseResult<
|
|
63
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest,
|
|
64
|
+
SDKValidationError
|
|
65
|
+
> {
|
|
66
|
+
return safeParse(
|
|
67
|
+
jsonString,
|
|
68
|
+
(x) =>
|
|
69
|
+
GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest$inboundSchema
|
|
70
|
+
.parse(JSON.parse(x)),
|
|
71
|
+
`Failed to parse 'GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest' from JSON`,
|
|
72
|
+
);
|
|
73
|
+
}
|
|
@@ -92,6 +92,14 @@ export type GetEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -474,6 +482,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
474
482
|
suite_id: z.string(),
|
|
475
483
|
suite_version: z.number().int(),
|
|
476
484
|
suite_version_id: z.string(),
|
|
485
|
+
org_id: z.string(),
|
|
486
|
+
team_id: z.string(),
|
|
477
487
|
status: components.EvalRunStatus$inboundSchema,
|
|
478
488
|
models: z.array(z.string()),
|
|
479
489
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -495,6 +505,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
495
505
|
"suite_id": "suiteId",
|
|
496
506
|
"suite_version": "suiteVersion",
|
|
497
507
|
"suite_version_id": "suiteVersionId",
|
|
508
|
+
"org_id": "orgId",
|
|
509
|
+
"team_id": "teamId",
|
|
498
510
|
"task_ids": "taskIds",
|
|
499
511
|
"judge_model": "judgeModel",
|
|
500
512
|
"embedding_model": "embeddingModel",
|
|
@@ -514,6 +526,8 @@ export type GetEvalRunResponseBody$Outbound = {
|
|
|
514
526
|
suite_id: string;
|
|
515
527
|
suite_version: number;
|
|
516
528
|
suite_version_id: string;
|
|
529
|
+
org_id: string;
|
|
530
|
+
team_id: string;
|
|
517
531
|
status: string;
|
|
518
532
|
models: Array<string>;
|
|
519
533
|
task_ids: Array<string> | null;
|
|
@@ -543,6 +557,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
543
557
|
suiteId: z.string(),
|
|
544
558
|
suiteVersion: z.number().int(),
|
|
545
559
|
suiteVersionId: z.string(),
|
|
560
|
+
orgId: z.string(),
|
|
561
|
+
teamId: z.string(),
|
|
546
562
|
status: components.EvalRunStatus$outboundSchema,
|
|
547
563
|
models: z.array(z.string()),
|
|
548
564
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -564,6 +580,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
564
580
|
suiteId: "suite_id",
|
|
565
581
|
suiteVersion: "suite_version",
|
|
566
582
|
suiteVersionId: "suite_version_id",
|
|
583
|
+
orgId: "org_id",
|
|
584
|
+
teamId: "team_id",
|
|
567
585
|
taskIds: "task_ids",
|
|
568
586
|
judgeModel: "judge_model",
|
|
569
587
|
embeddingModel: "embedding_model",
|
|
@@ -18,6 +18,7 @@ export * from "./classifytext.js";
|
|
|
18
18
|
export * from "./clearclusterprice.js";
|
|
19
19
|
export * from "./clearorgprice.js";
|
|
20
20
|
export * from "./compactresponse.js";
|
|
21
|
+
export * from "./connectapiv1sandboxgithuboauthconnectionspost.js";
|
|
21
22
|
export * from "./conversationscreate.js";
|
|
22
23
|
export * from "./conversationsdelete.js";
|
|
23
24
|
export * from "./conversationsitemscreate.js";
|
|
@@ -45,6 +46,7 @@ export * from "./createevalsuite.js";
|
|
|
45
46
|
export * from "./createevalsuiteversion.js";
|
|
46
47
|
export * from "./createextractschema.js";
|
|
47
48
|
export * from "./createimage.js";
|
|
49
|
+
export * from "./createintentapiv1sandboxgithuboauthintentspost.js";
|
|
48
50
|
export * from "./createjob.js";
|
|
49
51
|
export * from "./createmcpcredential.js";
|
|
50
52
|
export * from "./createmcpserver.js";
|
|
@@ -98,6 +100,7 @@ export * from "./deleteteam.js";
|
|
|
98
100
|
export * from "./deletetexttospeechhistory.js";
|
|
99
101
|
export * from "./deletevectorstore.js";
|
|
100
102
|
export * from "./deletevectorstorefile.js";
|
|
103
|
+
export * from "./disconnectapiv1sandboxgithuboauthconnectionsdelete.js";
|
|
101
104
|
export * from "./downloadworkspacearchive.js";
|
|
102
105
|
export * from "./downloadworkspacefile.js";
|
|
103
106
|
export * from "./embed.js";
|
|
@@ -123,6 +126,7 @@ export * from "./getcompletionsusage.js";
|
|
|
123
126
|
export * from "./getcomputesecret.js";
|
|
124
127
|
export * from "./getcomputetenant.js";
|
|
125
128
|
export * from "./getcomputeusage.js";
|
|
129
|
+
export * from "./getconnectionapiv1sandboxgithuboauthconnectionsget.js";
|
|
126
130
|
export * from "./getconversationsusage.js";
|
|
127
131
|
export * from "./getcosts.js";
|
|
128
132
|
export * from "./getcostsusage.js";
|
|
@@ -225,6 +229,7 @@ export * from "./listpreconfiguredskills.js";
|
|
|
225
229
|
export * from "./listprompts.js";
|
|
226
230
|
export * from "./listpromptversions.js";
|
|
227
231
|
export * from "./listrepos.js";
|
|
232
|
+
export * from "./listrepositoriesapiv1sandboxgithubrepositoriesget.js";
|
|
228
233
|
export * from "./listresponsefeedback.js";
|
|
229
234
|
export * from "./listresponses.js";
|
|
230
235
|
export * from "./listscopedapikeys.js";
|
|
@@ -256,12 +261,14 @@ export * from "./proxybrowserportrequest.js";
|
|
|
256
261
|
export * from "./putcomputetenant.js";
|
|
257
262
|
export * from "./putorgautomodel.js";
|
|
258
263
|
export * from "./readcloneapiv1sandboxsessionssessionidgithubreadclonepost.js";
|
|
264
|
+
export * from "./refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.js";
|
|
259
265
|
export * from "./regeneratescopedapikey.js";
|
|
260
266
|
export * from "./regenerateserviceaccountapikey.js";
|
|
261
267
|
export * from "./reissueownerkey.js";
|
|
262
268
|
export * from "./removeteammember.js";
|
|
263
269
|
export * from "./replacemodelcatalogorgaccess.js";
|
|
264
270
|
export * from "./rerunfailedevalsamples.js";
|
|
271
|
+
export * from "./resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.js";
|
|
265
272
|
export * from "./resumeagentschedule.js";
|
|
266
273
|
export * from "./resumefinetuningjob.js";
|
|
267
274
|
export * from "./retrievefinetuningjob.js";
|
|
@@ -106,6 +106,14 @@ export type ListEvalRunsData = {
|
|
|
106
106
|
suiteId: string;
|
|
107
107
|
suiteVersion: number;
|
|
108
108
|
suiteVersionId: string;
|
|
109
|
+
/**
|
|
110
|
+
* The org that owns this run.
|
|
111
|
+
*/
|
|
112
|
+
orgId: string;
|
|
113
|
+
/**
|
|
114
|
+
* The team that owns this run.
|
|
115
|
+
*/
|
|
116
|
+
teamId: string;
|
|
109
117
|
status: components.EvalRunStatus;
|
|
110
118
|
models: Array<string>;
|
|
111
119
|
taskIds: Array<string> | null;
|
|
@@ -524,6 +532,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
524
532
|
suite_id: z.string(),
|
|
525
533
|
suite_version: z.number().int(),
|
|
526
534
|
suite_version_id: z.string(),
|
|
535
|
+
org_id: z.string(),
|
|
536
|
+
team_id: z.string(),
|
|
527
537
|
status: components.EvalRunStatus$inboundSchema,
|
|
528
538
|
models: z.array(z.string()),
|
|
529
539
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -545,6 +555,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
545
555
|
"suite_id": "suiteId",
|
|
546
556
|
"suite_version": "suiteVersion",
|
|
547
557
|
"suite_version_id": "suiteVersionId",
|
|
558
|
+
"org_id": "orgId",
|
|
559
|
+
"team_id": "teamId",
|
|
548
560
|
"task_ids": "taskIds",
|
|
549
561
|
"judge_model": "judgeModel",
|
|
550
562
|
"embedding_model": "embeddingModel",
|
|
@@ -564,6 +576,8 @@ export type ListEvalRunsData$Outbound = {
|
|
|
564
576
|
suite_id: string;
|
|
565
577
|
suite_version: number;
|
|
566
578
|
suite_version_id: string;
|
|
579
|
+
org_id: string;
|
|
580
|
+
team_id: string;
|
|
567
581
|
status: string;
|
|
568
582
|
models: Array<string>;
|
|
569
583
|
task_ids: Array<string> | null;
|
|
@@ -593,6 +607,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
593
607
|
suiteId: z.string(),
|
|
594
608
|
suiteVersion: z.number().int(),
|
|
595
609
|
suiteVersionId: z.string(),
|
|
610
|
+
orgId: z.string(),
|
|
611
|
+
teamId: z.string(),
|
|
596
612
|
status: components.EvalRunStatus$outboundSchema,
|
|
597
613
|
models: z.array(z.string()),
|
|
598
614
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -614,6 +630,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
614
630
|
suiteId: "suite_id",
|
|
615
631
|
suiteVersion: "suite_version",
|
|
616
632
|
suiteVersionId: "suite_version_id",
|
|
633
|
+
orgId: "org_id",
|
|
634
|
+
teamId: "team_id",
|
|
617
635
|
taskIds: "task_ids",
|
|
618
636
|
judgeModel: "judge_model",
|
|
619
637
|
embeddingModel: "embedding_model",
|
|
@@ -31,6 +31,7 @@ export type ListEvalSamplesRequest = {
|
|
|
31
31
|
scoreMin?: number | undefined;
|
|
32
32
|
scoreMax?: number | undefined;
|
|
33
33
|
includeDatasetRow?: boolean | undefined;
|
|
34
|
+
includeReasoning?: boolean | undefined;
|
|
34
35
|
sampleIndex?: string | undefined;
|
|
35
36
|
/**
|
|
36
37
|
* Optional external end-user identifier forwarded by the API gateway.
|
|
@@ -63,6 +64,7 @@ export const ListEvalSamplesRequest$inboundSchema: z.ZodType<
|
|
|
63
64
|
score_min: z.number().optional(),
|
|
64
65
|
score_max: z.number().optional(),
|
|
65
66
|
include_dataset_row: z.boolean().default(true),
|
|
67
|
+
include_reasoning: z.boolean().default(false),
|
|
66
68
|
sample_index: z.string().optional(),
|
|
67
69
|
"X-On-Behalf-Of": z.string().optional(),
|
|
68
70
|
}).transform((v) => {
|
|
@@ -73,6 +75,7 @@ export const ListEvalSamplesRequest$inboundSchema: z.ZodType<
|
|
|
73
75
|
"score_min": "scoreMin",
|
|
74
76
|
"score_max": "scoreMax",
|
|
75
77
|
"include_dataset_row": "includeDatasetRow",
|
|
78
|
+
"include_reasoning": "includeReasoning",
|
|
76
79
|
"sample_index": "sampleIndex",
|
|
77
80
|
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
78
81
|
});
|
|
@@ -89,6 +92,7 @@ export type ListEvalSamplesRequest$Outbound = {
|
|
|
89
92
|
score_min?: number | undefined;
|
|
90
93
|
score_max?: number | undefined;
|
|
91
94
|
include_dataset_row: boolean;
|
|
95
|
+
include_reasoning: boolean;
|
|
92
96
|
sample_index?: string | undefined;
|
|
93
97
|
"X-On-Behalf-Of"?: string | undefined;
|
|
94
98
|
};
|
|
@@ -109,6 +113,7 @@ export const ListEvalSamplesRequest$outboundSchema: z.ZodType<
|
|
|
109
113
|
scoreMin: z.number().optional(),
|
|
110
114
|
scoreMax: z.number().optional(),
|
|
111
115
|
includeDatasetRow: z.boolean().default(true),
|
|
116
|
+
includeReasoning: z.boolean().default(false),
|
|
112
117
|
sampleIndex: z.string().optional(),
|
|
113
118
|
xOnBehalfOf: z.string().optional(),
|
|
114
119
|
}).transform((v) => {
|
|
@@ -119,6 +124,7 @@ export const ListEvalSamplesRequest$outboundSchema: z.ZodType<
|
|
|
119
124
|
scoreMin: "score_min",
|
|
120
125
|
scoreMax: "score_max",
|
|
121
126
|
includeDatasetRow: "include_dataset_row",
|
|
127
|
+
includeReasoning: "include_reasoning",
|
|
122
128
|
sampleIndex: "sample_index",
|
|
123
129
|
xOnBehalfOf: "X-On-Behalf-Of",
|
|
124
130
|
});
|
|
@@ -111,6 +111,14 @@ export type ListEvalScheduleRunsData = {
|
|
|
111
111
|
suiteId: string;
|
|
112
112
|
suiteVersion: number;
|
|
113
113
|
suiteVersionId: string;
|
|
114
|
+
/**
|
|
115
|
+
* The org that owns this run.
|
|
116
|
+
*/
|
|
117
|
+
orgId: string;
|
|
118
|
+
/**
|
|
119
|
+
* The team that owns this run.
|
|
120
|
+
*/
|
|
121
|
+
teamId: string;
|
|
114
122
|
status: components.EvalRunStatus;
|
|
115
123
|
models: Array<string>;
|
|
116
124
|
taskIds: Array<string> | null;
|
|
@@ -545,6 +553,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
545
553
|
suite_id: z.string(),
|
|
546
554
|
suite_version: z.number().int(),
|
|
547
555
|
suite_version_id: z.string(),
|
|
556
|
+
org_id: z.string(),
|
|
557
|
+
team_id: z.string(),
|
|
548
558
|
status: components.EvalRunStatus$inboundSchema,
|
|
549
559
|
models: z.array(z.string()),
|
|
550
560
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -566,6 +576,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
566
576
|
"suite_id": "suiteId",
|
|
567
577
|
"suite_version": "suiteVersion",
|
|
568
578
|
"suite_version_id": "suiteVersionId",
|
|
579
|
+
"org_id": "orgId",
|
|
580
|
+
"team_id": "teamId",
|
|
569
581
|
"task_ids": "taskIds",
|
|
570
582
|
"judge_model": "judgeModel",
|
|
571
583
|
"embedding_model": "embeddingModel",
|
|
@@ -585,6 +597,8 @@ export type ListEvalScheduleRunsData$Outbound = {
|
|
|
585
597
|
suite_id: string;
|
|
586
598
|
suite_version: number;
|
|
587
599
|
suite_version_id: string;
|
|
600
|
+
org_id: string;
|
|
601
|
+
team_id: string;
|
|
588
602
|
status: string;
|
|
589
603
|
models: Array<string>;
|
|
590
604
|
task_ids: Array<string> | null;
|
|
@@ -614,6 +628,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
614
628
|
suiteId: z.string(),
|
|
615
629
|
suiteVersion: z.number().int(),
|
|
616
630
|
suiteVersionId: z.string(),
|
|
631
|
+
orgId: z.string(),
|
|
632
|
+
teamId: z.string(),
|
|
617
633
|
status: components.EvalRunStatus$outboundSchema,
|
|
618
634
|
models: z.array(z.string()),
|
|
619
635
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -635,6 +651,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
635
651
|
suiteId: "suite_id",
|
|
636
652
|
suiteVersion: "suite_version",
|
|
637
653
|
suiteVersionId: "suite_version_id",
|
|
654
|
+
orgId: "org_id",
|
|
655
|
+
teamId: "team_id",
|
|
638
656
|
taskIds: "task_ids",
|
|
639
657
|
judgeModel: "judge_model",
|
|
640
658
|
embeddingModel: "embedding_model",
|