@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.
- package/README.md +247 -226
- package/bin/mcp-server.js +1825 -688
- package/bin/mcp-server.js.map +38 -9
- 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/connectapiv1sandboxgithuboauthconnectionspost.ts +81 -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/index.ts +7 -0
- package/src/models/operations/listrepositoriesapiv1sandboxgithubrepositoriesget.ts +73 -0
- package/src/models/operations/refreshrepositoriesapiv1sandboxgithubrepositoriesrefreshpost.ts +76 -0
- package/src/models/operations/resolvereferenceapiv1sandboxgithubrepositoriesresolvepost.ts +80 -0
- package/src/react-query/index.ts +7 -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,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { useMutation, } from "@tanstack/react-query";
|
|
5
|
+
import { schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost } from "../funcs/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js";
|
|
6
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
7
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
8
|
+
import { useSDKContext } from "./_context.js";
|
|
9
|
+
/**
|
|
10
|
+
* Connect
|
|
11
|
+
*/
|
|
12
|
+
export function useSchema3OtherConnectApiV1SandboxGithubOauthConnectionsPostMutation(options) {
|
|
13
|
+
const client = useSDKContext();
|
|
14
|
+
return useMutation({
|
|
15
|
+
...buildSchema3OtherConnectApiV1SandboxGithubOauthConnectionsPostMutation(client, options),
|
|
16
|
+
...options,
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export function mutationKeySchema3OtherConnectApiV1SandboxGithubOauthConnectionsPost() {
|
|
20
|
+
return [
|
|
21
|
+
"@meetkai/mka1",
|
|
22
|
+
"schema-3_other",
|
|
23
|
+
"connectApiV1SandboxGithubOauthConnectionsPost",
|
|
24
|
+
];
|
|
25
|
+
}
|
|
26
|
+
export function buildSchema3OtherConnectApiV1SandboxGithubOauthConnectionsPostMutation(client$, hookOptions) {
|
|
27
|
+
return {
|
|
28
|
+
mutationKey: mutationKeySchema3OtherConnectApiV1SandboxGithubOauthConnectionsPost(),
|
|
29
|
+
mutationFn: function schema3OtherConnectApiV1SandboxGithubOauthConnectionsPostMutationFn({ request, options, }) {
|
|
30
|
+
const mergedOptions = {
|
|
31
|
+
...hookOptions,
|
|
32
|
+
...options,
|
|
33
|
+
fetchOptions: {
|
|
34
|
+
...hookOptions?.fetchOptions,
|
|
35
|
+
...options?.fetchOptions,
|
|
36
|
+
signal: combineSignals(hookOptions?.fetchOptions?.signal, options?.fetchOptions?.signal),
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
return unwrapAsync(schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost(client$, request, mergedOptions));
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherConnectApiV1SandboxGithubOauthConnectionsPost.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,yDAAyD,EAAE,MAAM,uEAAuE,CAAC;AAClJ,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAetD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAuB9C;;GAEG;AACH,MAAM,UAAU,oEAAoE,CAClF,OAIC;IAMD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,WAAW,CAAC;QACjB,GAAG,sEAAsE,CACvE,MAAM,EACN,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oEAAoE;IAClF,OAAO;QACL,eAAe;QACf,gBAAgB;QAChB,+CAA+C;KAChD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sEAAsE,CACpF,OAAgB,EAChB,WAA4B;IAU5B,OAAO;QACL,WAAW,EACT,oEAAoE,EAAE;QACxE,UAAU,EACR,SAAS,mEAAmE,CAC1E,EACE,OAAO,EACP,OAAO,GACR;YAID,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAChB,yDAAyD,CACvD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CACF,CAAC;QACJ,CAAC;KACJ,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { MutationKey, UseMutationResult } from "@tanstack/react-query";
|
|
2
|
+
import { SDKCore } from "../core.js";
|
|
3
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import * as components from "../models/components/index.js";
|
|
5
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
6
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
7
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
8
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
9
|
+
import * as operations from "../models/operations/index.js";
|
|
10
|
+
import { MutationHookOptions } from "./_types.js";
|
|
11
|
+
export type Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationVariables = {
|
|
12
|
+
request: operations.CreateIntentApiV1SandboxGithubOauthIntentsPostRequest;
|
|
13
|
+
options?: RequestOptions;
|
|
14
|
+
};
|
|
15
|
+
export type Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationData = components.AuthorizeIntent;
|
|
16
|
+
export type Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
17
|
+
/**
|
|
18
|
+
* Create Intent
|
|
19
|
+
*/
|
|
20
|
+
export declare function useSchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutation(options?: MutationHookOptions<Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationData, Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationError, Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationVariables>): UseMutationResult<Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationData, Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationError, Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationVariables>;
|
|
21
|
+
export declare function mutationKeySchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost(): MutationKey;
|
|
22
|
+
export declare function buildSchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutation(client$: SDKCore, hookOptions?: RequestOptions): {
|
|
23
|
+
mutationKey: MutationKey;
|
|
24
|
+
mutationFn: (variables: Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationVariables) => Promise<Schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationData>;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map
|
package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,2EAA2E,GACrF;IACE,OAAO,EAAE,UAAU,CAAC,qDAAqD,CAAC;IAC1E,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEJ,MAAM,MAAM,sEAAsE,GAChF,UAAU,CAAC,eAAe,CAAC;AAE7B,MAAM,MAAM,uEAAuE,GAC/E,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,qEAAqE,CACnF,OAAO,CAAC,EAAE,mBAAmB,CAC3B,sEAAsE,EACtE,uEAAuE,EACvE,2EAA2E,CAC5E,GACA,iBAAiB,CAClB,sEAAsE,EACtE,uEAAuE,EACvE,2EAA2E,CAC5E,CASA;AAED,wBAAgB,qEAAqE,IAAI,WAAW,CAMnG;AAED,wBAAgB,uEAAuE,CACrF,OAAO,EAAE,OAAO,EAChB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EACP,2EAA2E,KAC1E,OAAO,CACV,sEAAsE,CACvE,CAAC;CACH,CAkCA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { useMutation, } from "@tanstack/react-query";
|
|
5
|
+
import { schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost } from "../funcs/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js";
|
|
6
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
7
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
8
|
+
import { useSDKContext } from "./_context.js";
|
|
9
|
+
/**
|
|
10
|
+
* Create Intent
|
|
11
|
+
*/
|
|
12
|
+
export function useSchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutation(options) {
|
|
13
|
+
const client = useSDKContext();
|
|
14
|
+
return useMutation({
|
|
15
|
+
...buildSchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutation(client, options),
|
|
16
|
+
...options,
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export function mutationKeySchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost() {
|
|
20
|
+
return [
|
|
21
|
+
"@meetkai/mka1",
|
|
22
|
+
"schema-3_other",
|
|
23
|
+
"createIntentApiV1SandboxGithubOauthIntentsPost",
|
|
24
|
+
];
|
|
25
|
+
}
|
|
26
|
+
export function buildSchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutation(client$, hookOptions) {
|
|
27
|
+
return {
|
|
28
|
+
mutationKey: mutationKeySchema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost(),
|
|
29
|
+
mutationFn: function schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPostMutationFn({ request, options, }) {
|
|
30
|
+
const mergedOptions = {
|
|
31
|
+
...hookOptions,
|
|
32
|
+
...options,
|
|
33
|
+
fetchOptions: {
|
|
34
|
+
...hookOptions?.fetchOptions,
|
|
35
|
+
...options?.fetchOptions,
|
|
36
|
+
signal: combineSignals(hookOptions?.fetchOptions?.signal, options?.fetchOptions?.signal),
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
return unwrapAsync(schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost(client$, request, mergedOptions));
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map
|
package/dist/esm/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherCreateIntentApiV1SandboxGithubOauthIntentsPost.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,0DAA0D,EAAE,MAAM,wEAAwE,CAAC;AACpJ,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AActD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAsB9C;;GAEG;AACH,MAAM,UAAU,qEAAqE,CACnF,OAIC;IAMD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,WAAW,CAAC;QACjB,GAAG,uEAAuE,CACxE,MAAM,EACN,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qEAAqE;IACnF,OAAO;QACL,eAAe;QACf,gBAAgB;QAChB,gDAAgD;KACjD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,OAAgB,EAChB,WAA4B;IAU5B,OAAO;QACL,WAAW,EACT,qEAAqE,EAAE;QACzE,UAAU,EACR,SAAS,oEAAoE,CAC3E,EACE,OAAO,EACP,OAAO,GACR;YAID,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAChB,0DAA0D,CACxD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CACF,CAAC;QACJ,CAAC;KACJ,CAAC;AACJ,CAAC"}
|
package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { MutationKey, UseMutationResult } from "@tanstack/react-query";
|
|
2
|
+
import { SDKCore } from "../core.js";
|
|
3
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
5
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
6
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
7
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
8
|
+
import * as operations from "../models/operations/index.js";
|
|
9
|
+
import { MutationHookOptions } from "./_types.js";
|
|
10
|
+
export type Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationVariables = {
|
|
11
|
+
request: operations.DisconnectApiV1SandboxGithubOauthConnectionsDeleteRequest;
|
|
12
|
+
options?: RequestOptions;
|
|
13
|
+
};
|
|
14
|
+
export type Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationData = void;
|
|
15
|
+
export type Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
16
|
+
/**
|
|
17
|
+
* Disconnect
|
|
18
|
+
*/
|
|
19
|
+
export declare function useSchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutation(options?: MutationHookOptions<Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationData, Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationError, Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationVariables>): UseMutationResult<Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationData, Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationError, Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationVariables>;
|
|
20
|
+
export declare function mutationKeySchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete(): MutationKey;
|
|
21
|
+
export declare function buildSchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutation(client$: SDKCore, hookOptions?: RequestOptions): {
|
|
22
|
+
mutationKey: MutationKey;
|
|
23
|
+
mutationFn: (variables: Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationVariables) => Promise<Schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationData>;
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map
|
package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,+EAA+E,GACzF;IACE,OAAO,EACL,UAAU,CAAC,yDAAyD,CAAC;IACvE,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEJ,MAAM,MAAM,0EAA0E,GACpF,IAAI,CAAC;AAEP,MAAM,MAAM,2EAA2E,GACnF,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,yEAAyE,CACvF,OAAO,CAAC,EAAE,mBAAmB,CAC3B,0EAA0E,EAC1E,2EAA2E,EAC3E,+EAA+E,CAChF,GACA,iBAAiB,CAClB,0EAA0E,EAC1E,2EAA2E,EAC3E,+EAA+E,CAChF,CASA;AAED,wBAAgB,yEAAyE,IAAI,WAAW,CAMvG;AAED,wBAAgB,2EAA2E,CACzF,OAAO,EAAE,OAAO,EAChB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EACP,+EAA+E,KAC9E,OAAO,CACV,0EAA0E,CAC3E,CAAC;CACH,CAkCA"}
|
package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { useMutation, } from "@tanstack/react-query";
|
|
5
|
+
import { schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete } from "../funcs/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js";
|
|
6
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
7
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
8
|
+
import { useSDKContext } from "./_context.js";
|
|
9
|
+
/**
|
|
10
|
+
* Disconnect
|
|
11
|
+
*/
|
|
12
|
+
export function useSchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutation(options) {
|
|
13
|
+
const client = useSDKContext();
|
|
14
|
+
return useMutation({
|
|
15
|
+
...buildSchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutation(client, options),
|
|
16
|
+
...options,
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export function mutationKeySchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete() {
|
|
20
|
+
return [
|
|
21
|
+
"@meetkai/mka1",
|
|
22
|
+
"schema-3_other",
|
|
23
|
+
"disconnectApiV1SandboxGithubOauthConnectionsDelete",
|
|
24
|
+
];
|
|
25
|
+
}
|
|
26
|
+
export function buildSchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutation(client$, hookOptions) {
|
|
27
|
+
return {
|
|
28
|
+
mutationKey: mutationKeySchema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete(),
|
|
29
|
+
mutationFn: function schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDeleteMutationFn({ request, options, }) {
|
|
30
|
+
const mergedOptions = {
|
|
31
|
+
...hookOptions,
|
|
32
|
+
...options,
|
|
33
|
+
fetchOptions: {
|
|
34
|
+
...hookOptions?.fetchOptions,
|
|
35
|
+
...options?.fetchOptions,
|
|
36
|
+
signal: combineSignals(hookOptions?.fetchOptions?.signal, options?.fetchOptions?.signal),
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
return unwrapAsync(schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete(client$, request, mergedOptions));
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map
|
package/dist/esm/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherDisconnectApiV1SandboxGithubOauthConnectionsDelete.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAEL,WAAW,GAEZ,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAE,8DAA8D,EAAE,MAAM,4EAA4E,CAAC;AAC5J,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAatD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAuB9C;;GAEG;AACH,MAAM,UAAU,yEAAyE,CACvF,OAIC;IAMD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,WAAW,CAAC;QACjB,GAAG,2EAA2E,CAC5E,MAAM,EACN,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,yEAAyE;IACvF,OAAO;QACL,eAAe;QACf,gBAAgB;QAChB,oDAAoD;KACrD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2EAA2E,CACzF,OAAgB,EAChB,WAA4B;IAU5B,OAAO;QACL,WAAW,EACT,yEAAyE,EAAE;QAC7E,UAAU,EACR,SAAS,wEAAwE,CAC/E,EACE,OAAO,EACP,OAAO,GACR;YAID,MAAM,aAAa,GAAG;gBACpB,GAAG,WAAW;gBACd,GAAG,OAAO;gBACV,YAAY,EAAE;oBACZ,GAAG,WAAW,EAAE,YAAY;oBAC5B,GAAG,OAAO,EAAE,YAAY;oBACxB,MAAM,EAAE,cAAc,CACpB,WAAW,EAAE,YAAY,EAAE,MAAM,EACjC,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B;iBACF;aACF,CAAC;YACF,OAAO,WAAW,CAChB,8DAA8D,CAC5D,OAAO,EACP,OAAO,EACP,aAAa,CACd,CACF,CAAC;QACJ,CAAC;KACJ,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query";
|
|
2
|
+
import { SDKCore } from "../core.js";
|
|
3
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import * as components from "../models/components/index.js";
|
|
5
|
+
import * as operations from "../models/operations/index.js";
|
|
6
|
+
export type Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData = components.ConnectionEnvelope;
|
|
7
|
+
export declare function prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(queryClient: QueryClient, client$: SDKCore, request: operations.GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest, options?: RequestOptions): Promise<void>;
|
|
8
|
+
export declare function buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery(client$: SDKCore, request: operations.GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest, options?: RequestOptions): {
|
|
9
|
+
queryKey: QueryKey;
|
|
10
|
+
queryFn: (context: QueryFunctionContext) => Promise<Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData>;
|
|
11
|
+
};
|
|
12
|
+
export declare function queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(parameters: {
|
|
13
|
+
xOnBehalfOf?: string | undefined;
|
|
14
|
+
}): QueryKey;
|
|
15
|
+
//# sourceMappingURL=schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,uEAAuE,GACjF,UAAU,CAAC,kBAAkB,CAAC;AAEhC,wBAAgB,sEAAsE,CACpF,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,yDAAyD,EAC7E,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,wEAAwE,CACtF,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,yDAAyD,EAC7E,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CACV,uEAAuE,CACxE,CAAC;CACH,CAgCA;AAED,wBAAgB,sEAAsE,CACpF,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAOV"}
|
package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet } from "../funcs/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js";
|
|
5
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
6
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
+
export function prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(queryClient, client$, request, options) {
|
|
8
|
+
return queryClient.prefetchQuery({
|
|
9
|
+
...buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery(client$, request, options),
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
export function buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery(client$, request, options) {
|
|
13
|
+
return {
|
|
14
|
+
queryKey: queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet({
|
|
15
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
16
|
+
}),
|
|
17
|
+
queryFn: async function schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryFn(ctx) {
|
|
18
|
+
const sig = combineSignals(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
19
|
+
const mergedOptions = {
|
|
20
|
+
...options?.fetchOptions,
|
|
21
|
+
...options,
|
|
22
|
+
signal: sig,
|
|
23
|
+
};
|
|
24
|
+
return unwrapAsync(schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client$, request, mergedOptions));
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(parameters) {
|
|
29
|
+
return [
|
|
30
|
+
"@meetkai/mka1",
|
|
31
|
+
"schema-3_other",
|
|
32
|
+
"getConnectionApiV1SandboxGithubOauthConnectionsGet",
|
|
33
|
+
parameters,
|
|
34
|
+
];
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,8DAA8D,EAAE,MAAM,4EAA4E,CAAC;AAC5J,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAItD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,MAAM,UAAU,sEAAsE,CACpF,WAAwB,EACxB,OAAgB,EAChB,OAA6E,EAC7E,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,wEAAwE,CACzE,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,wEAAwE,CACtF,OAAgB,EAChB,OAA6E,EAC7E,OAAwB;IASxB,OAAO;QACL,QAAQ,EACN,sEAAsE,CAAC;YACrE,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACJ,OAAO,EACL,KAAK,UAAU,qEAAqE,CAClF,GAAG;YAIH,MAAM,GAAG,GAAG,cAAc,CACxB,GAAG,CAAC,MAAM,EACV,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B,CAAC;YACF,MAAM,aAAa,GAAG;gBACpB,GAAG,OAAO,EAAE,YAAY;gBACxB,GAAG,OAAO;gBACV,MAAM,EAAE,GAAG;aACZ,CAAC;YAEF,OAAO,WAAW,CAChB,8DAA8D,CAC5D,OAAO,EACP,OAAO,EACP,aAAa,CACd,CACF,CAAC;QACJ,CAAC;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sEAAsE,CACpF,UAAgD;IAEhD,OAAO;QACL,eAAe;QACf,gBAAgB;QAChB,oDAAoD;QACpD,UAAU;KACX,CAAC;AACJ,CAAC"}
|
package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { InvalidateQueryFilters, QueryClient, UseQueryResult, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
2
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
3
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
4
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
5
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
6
|
+
import * as operations from "../models/operations/index.js";
|
|
7
|
+
import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
|
|
8
|
+
import { buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery, prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData } from "./schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js";
|
|
9
|
+
export { buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery, prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, type Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData, };
|
|
10
|
+
export type Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
11
|
+
/**
|
|
12
|
+
* Get Connection
|
|
13
|
+
*/
|
|
14
|
+
export declare function useSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(request: operations.GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest, options?: QueryHookOptions<Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData, Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryError>): UseQueryResult<Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData, Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryError>;
|
|
15
|
+
/**
|
|
16
|
+
* Get Connection
|
|
17
|
+
*/
|
|
18
|
+
export declare function useSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetSuspense(request: operations.GetConnectionApiV1SandboxGithubOauthConnectionsGetRequest, options?: SuspenseQueryHookOptions<Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData, Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryError>): UseSuspenseQueryResult<Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData, Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryError>;
|
|
19
|
+
export declare function setSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetData(client: QueryClient, queryKeyBase: [parameters: {
|
|
20
|
+
xOnBehalfOf?: string | undefined;
|
|
21
|
+
}], data: Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData): Schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQueryData | undefined;
|
|
22
|
+
export declare function invalidateSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
23
|
+
parameters: {
|
|
24
|
+
xOnBehalfOf?: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
27
|
+
export declare function invalidateAllSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
28
|
+
//# sourceMappingURL=schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map
|
package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,sBAAsB,EACtB,WAAW,EAEX,cAAc,EAEd,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,eAAe,EAChB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,wEAAwE,EACxE,sEAAsE,EACtE,sEAAsE,EACtE,uEAAuE,EACxE,MAAM,0EAA0E,CAAC;AAClF,OAAO,EACL,wEAAwE,EACxE,sEAAsE,EACtE,sEAAsE,EACtE,KAAK,uEAAuE,GAC7E,CAAC;AAEF,MAAM,MAAM,wEAAwE,GAChF,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,iEAAiE,CAC/E,OAAO,EAAE,UAAU,CAAC,yDAAyD,EAC7E,OAAO,CAAC,EAAE,gBAAgB,CACxB,uEAAuE,EACvE,wEAAwE,CACzE,GACA,cAAc,CACf,uEAAuE,EACvE,wEAAwE,CACzE,CAUA;AAED;;GAEG;AACH,wBAAgB,yEAAyE,CACvF,OAAO,EAAE,UAAU,CAAC,yDAAyD,EAC7E,OAAO,CAAC,EAAE,wBAAwB,CAChC,uEAAuE,EACvE,wEAAwE,CACzE,GACA,sBAAsB,CACvB,uEAAuE,EACvE,wEAAwE,CACzE,CAUA;AAED,wBAAgB,qEAAqE,CACnF,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,uEAAuE,GAE3E,uEAAuE,GACvE,SAAS,CAUZ;AAED,wBAAgB,wEAAwE,CACtF,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,eAAe,CAC3B;IAAC,UAAU,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE;CAAC,CACnD,EACD,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAgB,2EAA2E,CACzF,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CASf"}
|
package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { useQuery, useSuspenseQuery, } from "@tanstack/react-query";
|
|
5
|
+
import { useSDKContext } from "./_context.js";
|
|
6
|
+
import { buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery, prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, } from "./schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.core.js";
|
|
7
|
+
export { buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery, prefetchSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet, };
|
|
8
|
+
/**
|
|
9
|
+
* Get Connection
|
|
10
|
+
*/
|
|
11
|
+
export function useSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(request, options) {
|
|
12
|
+
const client = useSDKContext();
|
|
13
|
+
return useQuery({
|
|
14
|
+
...buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery(client, request, options),
|
|
15
|
+
...options,
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Get Connection
|
|
20
|
+
*/
|
|
21
|
+
export function useSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetSuspense(request, options) {
|
|
22
|
+
const client = useSDKContext();
|
|
23
|
+
return useSuspenseQuery({
|
|
24
|
+
...buildSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetQuery(client, request, options),
|
|
25
|
+
...options,
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export function setSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGetData(client, queryKeyBase, data) {
|
|
29
|
+
const key = queryKeySchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(...queryKeyBase);
|
|
30
|
+
return client.setQueryData(key, data);
|
|
31
|
+
}
|
|
32
|
+
export function invalidateSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client, queryKeyBase, filters) {
|
|
33
|
+
return client.invalidateQueries({
|
|
34
|
+
...filters,
|
|
35
|
+
queryKey: [
|
|
36
|
+
"@meetkai/mka1",
|
|
37
|
+
"schema-3_other",
|
|
38
|
+
"getConnectionApiV1SandboxGithubOauthConnectionsGet",
|
|
39
|
+
...queryKeyBase,
|
|
40
|
+
],
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
export function invalidateAllSchema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet(client, filters) {
|
|
44
|
+
return client.invalidateQueries({
|
|
45
|
+
...filters,
|
|
46
|
+
queryKey: [
|
|
47
|
+
"@meetkai/mka1",
|
|
48
|
+
"schema-3_other",
|
|
49
|
+
"getConnectionApiV1SandboxGithubOauthConnectionsGet",
|
|
50
|
+
],
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map
|
package/dist/esm/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherGetConnectionApiV1SandboxGithubOauthConnectionsGet.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAGL,QAAQ,EAER,gBAAgB,GAEjB,MAAM,uBAAuB,CAAC;AAY/B,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAM9C,OAAO,EACL,wEAAwE,EACxE,sEAAsE,EACtE,sEAAsE,GAEvE,MAAM,0EAA0E,CAAC;AAClF,OAAO,EACL,wEAAwE,EACxE,sEAAsE,EACtE,sEAAsE,GAEvE,CAAC;AAYF;;GAEG;AACH,MAAM,UAAU,iEAAiE,CAC/E,OAA6E,EAC7E,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,wEAAwE,CACzE,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,yEAAyE,CACvF,OAA6E,EAC7E,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,wEAAwE,CACzE,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,qEAAqE,CACnF,MAAmB,EACnB,YAAgE,EAChE,IAA6E;IAK7E,MAAM,GAAG,GACP,sEAAsE,CACpE,GAAG,YAAY,CAChB,CAAC;IAEJ,OAAO,MAAM,CAAC,YAAY,CAExB,GAAG,EAAE,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,wEAAwE,CACtF,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,gBAAgB;YAChB,oDAAoD;YACpD,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,2EAA2E,CACzF,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,gBAAgB;YAChB,oDAAoD;SACrD;KACF,CAAC,CAAC;AACL,CAAC"}
|
package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query";
|
|
2
|
+
import { SDKCore } from "../core.js";
|
|
3
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import * as components from "../models/components/index.js";
|
|
5
|
+
import * as operations from "../models/operations/index.js";
|
|
6
|
+
export type Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData = components.RepositoryList;
|
|
7
|
+
export declare function prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(queryClient: QueryClient, client$: SDKCore, request: operations.ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest, options?: RequestOptions): Promise<void>;
|
|
8
|
+
export declare function buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery(client$: SDKCore, request: operations.ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest, options?: RequestOptions): {
|
|
9
|
+
queryKey: QueryKey;
|
|
10
|
+
queryFn: (context: QueryFunctionContext) => Promise<Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData>;
|
|
11
|
+
};
|
|
12
|
+
export declare function queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(parameters: {
|
|
13
|
+
xOnBehalfOf?: string | undefined;
|
|
14
|
+
}): QueryKey;
|
|
15
|
+
//# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,sEAAsE,GAChF,UAAU,CAAC,cAAc,CAAC;AAE5B,wBAAgB,qEAAqE,CACnF,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,wDAAwD,EAC5E,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,uEAAuE,CACrF,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,wDAAwD,EAC5E,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CACV,sEAAsE,CACvE,CAAC;CACH,CAgCA;AAED,wBAAgB,qEAAqE,CACnF,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAOV"}
|
package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet } from "../funcs/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js";
|
|
5
|
+
import { combineSignals } from "../lib/primitives.js";
|
|
6
|
+
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
+
export function prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(queryClient, client$, request, options) {
|
|
8
|
+
return queryClient.prefetchQuery({
|
|
9
|
+
...buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery(client$, request, options),
|
|
10
|
+
});
|
|
11
|
+
}
|
|
12
|
+
export function buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery(client$, request, options) {
|
|
13
|
+
return {
|
|
14
|
+
queryKey: queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet({
|
|
15
|
+
xOnBehalfOf: request.xOnBehalfOf,
|
|
16
|
+
}),
|
|
17
|
+
queryFn: async function schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryFn(ctx) {
|
|
18
|
+
const sig = combineSignals(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
19
|
+
const mergedOptions = {
|
|
20
|
+
...options?.fetchOptions,
|
|
21
|
+
...options,
|
|
22
|
+
signal: sig,
|
|
23
|
+
};
|
|
24
|
+
return unwrapAsync(schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client$, request, mergedOptions));
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export function queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(parameters) {
|
|
29
|
+
return [
|
|
30
|
+
"@meetkai/mka1",
|
|
31
|
+
"schema-3_other",
|
|
32
|
+
"listRepositoriesApiV1SandboxGithubRepositoriesGet",
|
|
33
|
+
parameters,
|
|
34
|
+
];
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,6DAA6D,EAAE,MAAM,2EAA2E,CAAC;AAC1J,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAItD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,MAAM,UAAU,qEAAqE,CACnF,WAAwB,EACxB,OAAgB,EAChB,OAA4E,EAC5E,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,uEAAuE,CACxE,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,OAAgB,EAChB,OAA4E,EAC5E,OAAwB;IASxB,OAAO;QACL,QAAQ,EACN,qEAAqE,CAAC;YACpE,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACJ,OAAO,EACL,KAAK,UAAU,oEAAoE,CACjF,GAAG;YAIH,MAAM,GAAG,GAAG,cAAc,CACxB,GAAG,CAAC,MAAM,EACV,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,YAAY,EAAE,MAAM,CAC9B,CAAC;YACF,MAAM,aAAa,GAAG;gBACpB,GAAG,OAAO,EAAE,YAAY;gBACxB,GAAG,OAAO;gBACV,MAAM,EAAE,GAAG;aACZ,CAAC;YAEF,OAAO,WAAW,CAChB,6DAA6D,CAC3D,OAAO,EACP,OAAO,EACP,aAAa,CACd,CACF,CAAC;QACJ,CAAC;KACJ,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qEAAqE,CACnF,UAAgD;IAEhD,OAAO;QACL,eAAe;QACf,gBAAgB;QAChB,mDAAmD;QACnD,UAAU;KACX,CAAC;AACJ,CAAC"}
|
package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { InvalidateQueryFilters, QueryClient, UseQueryResult, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
2
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
3
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
4
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
5
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
6
|
+
import * as operations from "../models/operations/index.js";
|
|
7
|
+
import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
|
|
8
|
+
import { buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery, prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData } from "./schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js";
|
|
9
|
+
export { buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery, prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, type Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData, };
|
|
10
|
+
export type Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
11
|
+
/**
|
|
12
|
+
* List Repositories
|
|
13
|
+
*/
|
|
14
|
+
export declare function useSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(request: operations.ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest, options?: QueryHookOptions<Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData, Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryError>): UseQueryResult<Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData, Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryError>;
|
|
15
|
+
/**
|
|
16
|
+
* List Repositories
|
|
17
|
+
*/
|
|
18
|
+
export declare function useSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetSuspense(request: operations.ListRepositoriesApiV1SandboxGithubRepositoriesGetRequest, options?: SuspenseQueryHookOptions<Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData, Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryError>): UseSuspenseQueryResult<Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData, Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryError>;
|
|
19
|
+
export declare function setSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetData(client: QueryClient, queryKeyBase: [parameters: {
|
|
20
|
+
xOnBehalfOf?: string | undefined;
|
|
21
|
+
}], data: Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData): Schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQueryData | undefined;
|
|
22
|
+
export declare function invalidateSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
23
|
+
parameters: {
|
|
24
|
+
xOnBehalfOf?: string | undefined;
|
|
25
|
+
}
|
|
26
|
+
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
27
|
+
export declare function invalidateAllSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
28
|
+
//# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map
|
package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,sBAAsB,EACtB,WAAW,EAEX,cAAc,EAEd,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EACL,gBAAgB,EAChB,wBAAwB,EACxB,eAAe,EAChB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,uEAAuE,EACvE,qEAAqE,EACrE,qEAAqE,EACrE,sEAAsE,EACvE,MAAM,yEAAyE,CAAC;AACjF,OAAO,EACL,uEAAuE,EACvE,qEAAqE,EACrE,qEAAqE,EACrE,KAAK,sEAAsE,GAC5E,CAAC;AAEF,MAAM,MAAM,uEAAuE,GAC/E,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,gEAAgE,CAC9E,OAAO,EAAE,UAAU,CAAC,wDAAwD,EAC5E,OAAO,CAAC,EAAE,gBAAgB,CACxB,sEAAsE,EACtE,uEAAuE,CACxE,GACA,cAAc,CACf,sEAAsE,EACtE,uEAAuE,CACxE,CAUA;AAED;;GAEG;AACH,wBAAgB,wEAAwE,CACtF,OAAO,EAAE,UAAU,CAAC,wDAAwD,EAC5E,OAAO,CAAC,EAAE,wBAAwB,CAChC,sEAAsE,EACtE,uEAAuE,CACxE,GACA,sBAAsB,CACvB,sEAAsE,EACtE,uEAAuE,CACxE,CAUA;AAED,wBAAgB,oEAAoE,CAClF,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,sEAAsE,GAE1E,sEAAsE,GACtE,SAAS,CAUZ;AAED,wBAAgB,uEAAuE,CACrF,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,eAAe,CAC3B;IAAC,UAAU,EAAE;QAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE;CAAC,CACnD,EACD,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAUf;AAED,wBAAgB,0EAA0E,CACxF,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CASf"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { useQuery, useSuspenseQuery, } from "@tanstack/react-query";
|
|
5
|
+
import { useSDKContext } from "./_context.js";
|
|
6
|
+
import { buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery, prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, } from "./schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.core.js";
|
|
7
|
+
export { buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery, prefetchSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet, };
|
|
8
|
+
/**
|
|
9
|
+
* List Repositories
|
|
10
|
+
*/
|
|
11
|
+
export function useSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(request, options) {
|
|
12
|
+
const client = useSDKContext();
|
|
13
|
+
return useQuery({
|
|
14
|
+
...buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery(client, request, options),
|
|
15
|
+
...options,
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* List Repositories
|
|
20
|
+
*/
|
|
21
|
+
export function useSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetSuspense(request, options) {
|
|
22
|
+
const client = useSDKContext();
|
|
23
|
+
return useSuspenseQuery({
|
|
24
|
+
...buildSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetQuery(client, request, options),
|
|
25
|
+
...options,
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
export function setSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGetData(client, queryKeyBase, data) {
|
|
29
|
+
const key = queryKeySchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(...queryKeyBase);
|
|
30
|
+
return client.setQueryData(key, data);
|
|
31
|
+
}
|
|
32
|
+
export function invalidateSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client, queryKeyBase, filters) {
|
|
33
|
+
return client.invalidateQueries({
|
|
34
|
+
...filters,
|
|
35
|
+
queryKey: [
|
|
36
|
+
"@meetkai/mka1",
|
|
37
|
+
"schema-3_other",
|
|
38
|
+
"listRepositoriesApiV1SandboxGithubRepositoriesGet",
|
|
39
|
+
...queryKeyBase,
|
|
40
|
+
],
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
export function invalidateAllSchema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet(client, filters) {
|
|
44
|
+
return client.invalidateQueries({
|
|
45
|
+
...filters,
|
|
46
|
+
queryKey: [
|
|
47
|
+
"@meetkai/mka1",
|
|
48
|
+
"schema-3_other",
|
|
49
|
+
"listRepositoriesApiV1SandboxGithubRepositoriesGet",
|
|
50
|
+
],
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map
|
package/dist/esm/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.js","sourceRoot":"","sources":["../../../src/react-query/schema3OtherListRepositoriesApiV1SandboxGithubRepositoriesGet.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAGL,QAAQ,EAER,gBAAgB,GAEjB,MAAM,uBAAuB,CAAC;AAY/B,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAM9C,OAAO,EACL,uEAAuE,EACvE,qEAAqE,EACrE,qEAAqE,GAEtE,MAAM,yEAAyE,CAAC;AACjF,OAAO,EACL,uEAAuE,EACvE,qEAAqE,EACrE,qEAAqE,GAEtE,CAAC;AAYF;;GAEG;AACH,MAAM,UAAU,gEAAgE,CAC9E,OAA4E,EAC5E,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,uEAAuE,CACxE,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,wEAAwE,CACtF,OAA4E,EAC5E,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,uEAAuE,CACxE,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,oEAAoE,CAClF,MAAmB,EACnB,YAAgE,EAChE,IAA4E;IAK5E,MAAM,GAAG,GACP,qEAAqE,CACnE,GAAG,YAAY,CAChB,CAAC;IAEJ,OAAO,MAAM,CAAC,YAAY,CAExB,GAAG,EAAE,IAAI,CAAC,CAAC;AACf,CAAC;AAED,MAAM,UAAU,uEAAuE,CACrF,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,gBAAgB;YAChB,mDAAmD;YACnD,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,0EAA0E,CACxF,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,gBAAgB;YAChB,mDAAmD;SACpD;KACF,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { MutationKey, UseMutationResult } from "@tanstack/react-query";
|
|
2
|
+
import { SDKCore } from "../core.js";
|
|
3
|
+
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import * as components from "../models/components/index.js";
|
|
5
|
+
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
6
|
+
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
7
|
+
import { SDKError } from "../models/errors/sdkerror.js";
|
|
8
|
+
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
9
|
+
import * as operations from "../models/operations/index.js";
|
|
10
|
+
import { MutationHookOptions } from "./_types.js";
|
|
11
|
+
export type Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationVariables = {
|
|
12
|
+
request: operations.RefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostRequest;
|
|
13
|
+
options?: RequestOptions;
|
|
14
|
+
};
|
|
15
|
+
export type Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationData = components.RepositoryList;
|
|
16
|
+
export type Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
17
|
+
/**
|
|
18
|
+
* Refresh Repositories
|
|
19
|
+
*/
|
|
20
|
+
export declare function useSchema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutation(options?: MutationHookOptions<Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationData, Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationError, Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationVariables>): UseMutationResult<Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationData, Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationError, Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationVariables>;
|
|
21
|
+
export declare function mutationKeySchema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost(): MutationKey;
|
|
22
|
+
export declare function buildSchema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutation(client$: SDKCore, hookOptions?: RequestOptions): {
|
|
23
|
+
mutationKey: MutationKey;
|
|
24
|
+
mutationFn: (variables: Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationVariables) => Promise<Schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPostMutationData>;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.d.ts","sourceRoot":"","sources":["../../../src/react-query/schema3OtherRefreshRepositoriesApiV1SandboxGithubRepositoriesRefreshPost.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,WAAW,EAEX,iBAAiB,EAClB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACtB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AACtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAElD,MAAM,MAAM,yFAAyF,GACnG;IACE,OAAO,EACL,UAAU,CAAC,mEAAmE,CAAC;IACjF,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEJ,MAAM,MAAM,oFAAoF,GAC9F,UAAU,CAAC,cAAc,CAAC;AAE5B,MAAM,MAAM,qFAAqF,GAC7F,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,mFAAmF,CACjG,OAAO,CAAC,EAAE,mBAAmB,CAC3B,oFAAoF,EACpF,qFAAqF,EACrF,yFAAyF,CAC1F,GACA,iBAAiB,CAClB,oFAAoF,EACpF,qFAAqF,EACrF,yFAAyF,CAC1F,CASA;AAED,wBAAgB,mFAAmF,IAAI,WAAW,CAMjH;AAED,wBAAgB,qFAAqF,CACnG,OAAO,EAAE,OAAO,EAChB,WAAW,CAAC,EAAE,cAAc,GAC3B;IACD,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,CACV,SAAS,EACP,yFAAyF,KACxF,OAAO,CACV,oFAAoF,CACrF,CAAC;CACH,CAkCA"}
|