@meetkai/mka1 0.51.31 → 0.51.32
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 +226 -238
- package/bin/mcp-server.js +1691 -2076
- package/bin/mcp-server.js.map +17 -26
- package/dist/commonjs/funcs/computeJobsListJobEvents.js +1 -0
- package/dist/commonjs/funcs/computeJobsListJobEvents.js.map +1 -1
- package/dist/commonjs/funcs/computeJobsListJobLogs.js +1 -0
- package/dist/commonjs/funcs/computeJobsListJobLogs.js.map +1 -1
- package/dist/commonjs/funcs/computeServicesListServiceEvents.js +1 -0
- package/dist/commonjs/funcs/computeServicesListServiceEvents.js.map +1 -1
- package/dist/commonjs/funcs/computeServicesListServiceLogs.js +1 -0
- package/dist/commonjs/funcs/computeServicesListServiceLogs.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- 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 +1 -7
- package/dist/commonjs/mcp-server/server.js.map +1 -1
- package/dist/commonjs/models/components/computeorder.d.ts +12 -0
- package/dist/commonjs/models/components/computeorder.d.ts.map +1 -0
- package/dist/commonjs/models/components/{computehealth.js → computeorder.js} +8 -17
- package/dist/commonjs/models/components/computeorder.js.map +1 -0
- package/dist/commonjs/models/components/index.d.ts +1 -1
- package/dist/commonjs/models/components/index.d.ts.map +1 -1
- package/dist/commonjs/models/components/index.js +1 -1
- package/dist/commonjs/models/components/index.js.map +1 -1
- package/dist/commonjs/models/operations/index.d.ts +0 -3
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +0 -3
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/listjobevents.d.ts +5 -0
- package/dist/commonjs/models/operations/listjobevents.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listjobevents.js +2 -0
- package/dist/commonjs/models/operations/listjobevents.js.map +1 -1
- package/dist/commonjs/models/operations/listjoblogs.d.ts +5 -0
- package/dist/commonjs/models/operations/listjoblogs.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listjoblogs.js +2 -0
- package/dist/commonjs/models/operations/listjoblogs.js.map +1 -1
- package/dist/commonjs/models/operations/listserviceevents.d.ts +5 -0
- package/dist/commonjs/models/operations/listserviceevents.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listserviceevents.js +2 -0
- package/dist/commonjs/models/operations/listserviceevents.js.map +1 -1
- package/dist/commonjs/models/operations/listservicelogs.d.ts +5 -0
- package/dist/commonjs/models/operations/listservicelogs.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listservicelogs.js +2 -0
- package/dist/commonjs/models/operations/listservicelogs.js.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobEvents.core.d.ts +2 -0
- package/dist/commonjs/react-query/computeJobsListJobEvents.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobEvents.core.js +1 -0
- package/dist/commonjs/react-query/computeJobsListJobEvents.core.js.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobEvents.d.ts +3 -0
- package/dist/commonjs/react-query/computeJobsListJobEvents.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobEvents.js.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobLogs.core.d.ts +1 -0
- package/dist/commonjs/react-query/computeJobsListJobLogs.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobLogs.core.js +1 -0
- package/dist/commonjs/react-query/computeJobsListJobLogs.core.js.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobLogs.d.ts +2 -0
- package/dist/commonjs/react-query/computeJobsListJobLogs.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeJobsListJobLogs.js.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceEvents.core.d.ts +2 -0
- package/dist/commonjs/react-query/computeServicesListServiceEvents.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceEvents.core.js +1 -0
- package/dist/commonjs/react-query/computeServicesListServiceEvents.core.js.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceEvents.d.ts +3 -0
- package/dist/commonjs/react-query/computeServicesListServiceEvents.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceEvents.js.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceLogs.core.d.ts +1 -0
- package/dist/commonjs/react-query/computeServicesListServiceLogs.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceLogs.core.js +1 -0
- package/dist/commonjs/react-query/computeServicesListServiceLogs.core.js.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceLogs.d.ts +2 -0
- package/dist/commonjs/react-query/computeServicesListServiceLogs.d.ts.map +1 -1
- package/dist/commonjs/react-query/computeServicesListServiceLogs.js.map +1 -1
- package/dist/commonjs/react-query/index.d.ts +0 -3
- package/dist/commonjs/react-query/index.d.ts.map +1 -1
- package/dist/commonjs/react-query/index.js +0 -3
- package/dist/commonjs/react-query/index.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +0 -3
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +0 -4
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/funcs/computeJobsListJobEvents.js +1 -0
- package/dist/esm/funcs/computeJobsListJobEvents.js.map +1 -1
- package/dist/esm/funcs/computeJobsListJobLogs.js +1 -0
- package/dist/esm/funcs/computeJobsListJobLogs.js.map +1 -1
- package/dist/esm/funcs/computeServicesListServiceEvents.js +1 -0
- package/dist/esm/funcs/computeServicesListServiceEvents.js.map +1 -1
- package/dist/esm/funcs/computeServicesListServiceLogs.js +1 -0
- package/dist/esm/funcs/computeServicesListServiceLogs.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- 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 +1 -7
- package/dist/esm/mcp-server/server.js.map +1 -1
- package/dist/esm/models/components/computeorder.d.ts +12 -0
- package/dist/esm/models/components/computeorder.d.ts.map +1 -0
- package/dist/esm/models/components/computeorder.js +13 -0
- package/dist/esm/models/components/computeorder.js.map +1 -0
- package/dist/esm/models/components/index.d.ts +1 -1
- package/dist/esm/models/components/index.d.ts.map +1 -1
- package/dist/esm/models/components/index.js +1 -1
- package/dist/esm/models/components/index.js.map +1 -1
- package/dist/esm/models/operations/index.d.ts +0 -3
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +0 -3
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/listjobevents.d.ts +5 -0
- package/dist/esm/models/operations/listjobevents.d.ts.map +1 -1
- package/dist/esm/models/operations/listjobevents.js +2 -0
- package/dist/esm/models/operations/listjobevents.js.map +1 -1
- package/dist/esm/models/operations/listjoblogs.d.ts +5 -0
- package/dist/esm/models/operations/listjoblogs.d.ts.map +1 -1
- package/dist/esm/models/operations/listjoblogs.js +2 -0
- package/dist/esm/models/operations/listjoblogs.js.map +1 -1
- package/dist/esm/models/operations/listserviceevents.d.ts +5 -0
- package/dist/esm/models/operations/listserviceevents.d.ts.map +1 -1
- package/dist/esm/models/operations/listserviceevents.js +2 -0
- package/dist/esm/models/operations/listserviceevents.js.map +1 -1
- package/dist/esm/models/operations/listservicelogs.d.ts +5 -0
- package/dist/esm/models/operations/listservicelogs.d.ts.map +1 -1
- package/dist/esm/models/operations/listservicelogs.js +2 -0
- package/dist/esm/models/operations/listservicelogs.js.map +1 -1
- package/dist/esm/react-query/computeJobsListJobEvents.core.d.ts +2 -0
- package/dist/esm/react-query/computeJobsListJobEvents.core.d.ts.map +1 -1
- package/dist/esm/react-query/computeJobsListJobEvents.core.js +1 -0
- package/dist/esm/react-query/computeJobsListJobEvents.core.js.map +1 -1
- package/dist/esm/react-query/computeJobsListJobEvents.d.ts +3 -0
- package/dist/esm/react-query/computeJobsListJobEvents.d.ts.map +1 -1
- package/dist/esm/react-query/computeJobsListJobEvents.js.map +1 -1
- package/dist/esm/react-query/computeJobsListJobLogs.core.d.ts +1 -0
- package/dist/esm/react-query/computeJobsListJobLogs.core.d.ts.map +1 -1
- package/dist/esm/react-query/computeJobsListJobLogs.core.js +1 -0
- package/dist/esm/react-query/computeJobsListJobLogs.core.js.map +1 -1
- package/dist/esm/react-query/computeJobsListJobLogs.d.ts +2 -0
- package/dist/esm/react-query/computeJobsListJobLogs.d.ts.map +1 -1
- package/dist/esm/react-query/computeJobsListJobLogs.js.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceEvents.core.d.ts +2 -0
- package/dist/esm/react-query/computeServicesListServiceEvents.core.d.ts.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceEvents.core.js +1 -0
- package/dist/esm/react-query/computeServicesListServiceEvents.core.js.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceEvents.d.ts +3 -0
- package/dist/esm/react-query/computeServicesListServiceEvents.d.ts.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceEvents.js.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceLogs.core.d.ts +1 -0
- package/dist/esm/react-query/computeServicesListServiceLogs.core.d.ts.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceLogs.core.js +1 -0
- package/dist/esm/react-query/computeServicesListServiceLogs.core.js.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceLogs.d.ts +2 -0
- package/dist/esm/react-query/computeServicesListServiceLogs.d.ts.map +1 -1
- package/dist/esm/react-query/computeServicesListServiceLogs.js.map +1 -1
- package/dist/esm/react-query/index.d.ts +0 -3
- package/dist/esm/react-query/index.d.ts.map +1 -1
- package/dist/esm/react-query/index.js +0 -3
- package/dist/esm/react-query/index.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +0 -3
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +0 -4
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/computeJobsListJobEvents.ts +1 -0
- package/src/funcs/computeJobsListJobLogs.ts +1 -0
- package/src/funcs/computeServicesListServiceEvents.ts +1 -0
- package/src/funcs/computeServicesListServiceLogs.ts +1 -0
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -7
- package/src/models/components/computeorder.ts +19 -0
- package/src/models/components/index.ts +1 -1
- package/src/models/operations/index.ts +0 -3
- package/src/models/operations/listjobevents.ts +7 -0
- package/src/models/operations/listjoblogs.ts +7 -0
- package/src/models/operations/listserviceevents.ts +7 -0
- package/src/models/operations/listservicelogs.ts +7 -0
- package/src/react-query/computeJobsListJobEvents.core.ts +3 -0
- package/src/react-query/computeJobsListJobEvents.ts +3 -0
- package/src/react-query/computeJobsListJobLogs.core.ts +2 -0
- package/src/react-query/computeJobsListJobLogs.ts +2 -0
- package/src/react-query/computeServicesListServiceEvents.core.ts +3 -0
- package/src/react-query/computeServicesListServiceEvents.ts +3 -0
- package/src/react-query/computeServicesListServiceLogs.core.ts +2 -0
- package/src/react-query/computeServicesListServiceLogs.ts +2 -0
- package/src/react-query/index.ts +0 -3
- package/src/sdk/sdk.ts +0 -8
- package/dist/commonjs/funcs/computeInfrastructureGetComputeDocs.d.ts +0 -14
- package/dist/commonjs/funcs/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/commonjs/funcs/computeInfrastructureGetComputeDocs.js +0 -123
- package/dist/commonjs/funcs/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/commonjs/funcs/computeInfrastructureGetComputeHealth.d.ts +0 -15
- package/dist/commonjs/funcs/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/commonjs/funcs/computeInfrastructureGetComputeHealth.js +0 -123
- package/dist/commonjs/funcs/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/commonjs/funcs/computeInfrastructureGetComputeOpenAPI.d.ts +0 -14
- package/dist/commonjs/funcs/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/commonjs/funcs/computeInfrastructureGetComputeOpenAPI.js +0 -122
- package/dist/commonjs/funcs/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeDocs.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeDocs.js +0 -62
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeHealth.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeHealth.js +0 -62
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.d.ts +0 -8
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.js +0 -62
- package/dist/commonjs/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/commonjs/models/components/computehealth.d.ts +0 -17
- package/dist/commonjs/models/components/computehealth.d.ts.map +0 -1
- package/dist/commonjs/models/components/computehealth.js.map +0 -1
- package/dist/commonjs/models/operations/getcomputedocs.d.ts +0 -20
- package/dist/commonjs/models/operations/getcomputedocs.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcomputedocs.js +0 -67
- package/dist/commonjs/models/operations/getcomputedocs.js.map +0 -1
- package/dist/commonjs/models/operations/getcomputehealth.d.ts +0 -20
- package/dist/commonjs/models/operations/getcomputehealth.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcomputehealth.js +0 -67
- package/dist/commonjs/models/operations/getcomputehealth.js.map +0 -1
- package/dist/commonjs/models/operations/getcomputeopenapi.d.ts +0 -32
- package/dist/commonjs/models/operations/getcomputeopenapi.d.ts.map +0 -1
- package/dist/commonjs/models/operations/getcomputeopenapi.js +0 -79
- package/dist/commonjs/models/operations/getcomputeopenapi.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.core.d.ts +0 -14
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.core.js +0 -41
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.core.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.d.ts +0 -28
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.js +0 -59
- package/dist/commonjs/react-query/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.core.d.ts +0 -15
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.core.js +0 -41
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.core.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.d.ts +0 -28
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.js +0 -59
- package/dist/commonjs/react-query/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.core.d.ts +0 -14
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.core.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.core.js +0 -41
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.core.js.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.d.ts +0 -28
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.js +0 -59
- package/dist/commonjs/react-query/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/commonjs/sdk/computeinfrastructure.d.ts +0 -18
- package/dist/commonjs/sdk/computeinfrastructure.d.ts.map +0 -1
- package/dist/commonjs/sdk/computeinfrastructure.js +0 -33
- package/dist/commonjs/sdk/computeinfrastructure.js.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeDocs.d.ts +0 -14
- package/dist/esm/funcs/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeDocs.js +0 -87
- package/dist/esm/funcs/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeHealth.d.ts +0 -15
- package/dist/esm/funcs/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeHealth.js +0 -87
- package/dist/esm/funcs/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeOpenAPI.d.ts +0 -14
- package/dist/esm/funcs/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/esm/funcs/computeInfrastructureGetComputeOpenAPI.js +0 -86
- package/dist/esm/funcs/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeDocs.d.ts +0 -8
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeDocs.js +0 -26
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeHealth.d.ts +0 -8
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeHealth.js +0 -26
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.d.ts +0 -8
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.js +0 -26
- package/dist/esm/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/esm/models/components/computehealth.d.ts +0 -17
- package/dist/esm/models/components/computehealth.d.ts.map +0 -1
- package/dist/esm/models/components/computehealth.js +0 -20
- package/dist/esm/models/components/computehealth.js.map +0 -1
- package/dist/esm/models/operations/getcomputedocs.d.ts +0 -20
- package/dist/esm/models/operations/getcomputedocs.d.ts.map +0 -1
- package/dist/esm/models/operations/getcomputedocs.js +0 -29
- package/dist/esm/models/operations/getcomputedocs.js.map +0 -1
- package/dist/esm/models/operations/getcomputehealth.d.ts +0 -20
- package/dist/esm/models/operations/getcomputehealth.d.ts.map +0 -1
- package/dist/esm/models/operations/getcomputehealth.js +0 -29
- package/dist/esm/models/operations/getcomputehealth.js.map +0 -1
- package/dist/esm/models/operations/getcomputeopenapi.d.ts +0 -32
- package/dist/esm/models/operations/getcomputeopenapi.d.ts.map +0 -1
- package/dist/esm/models/operations/getcomputeopenapi.js +0 -39
- package/dist/esm/models/operations/getcomputeopenapi.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.core.d.ts +0 -14
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.core.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.core.js +0 -36
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.core.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.d.ts +0 -28
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.js +0 -49
- package/dist/esm/react-query/computeInfrastructureGetComputeDocs.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.core.d.ts +0 -15
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.core.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.core.js +0 -36
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.core.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.d.ts +0 -28
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.js +0 -49
- package/dist/esm/react-query/computeInfrastructureGetComputeHealth.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.core.d.ts +0 -14
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.core.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.core.js +0 -36
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.core.js.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.d.ts +0 -28
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.d.ts.map +0 -1
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.js +0 -49
- package/dist/esm/react-query/computeInfrastructureGetComputeOpenAPI.js.map +0 -1
- package/dist/esm/sdk/computeinfrastructure.d.ts +0 -18
- package/dist/esm/sdk/computeinfrastructure.d.ts.map +0 -1
- package/dist/esm/sdk/computeinfrastructure.js +0 -29
- package/dist/esm/sdk/computeinfrastructure.js.map +0 -1
- package/src/funcs/computeInfrastructureGetComputeDocs.ts +0 -174
- package/src/funcs/computeInfrastructureGetComputeHealth.ts +0 -174
- package/src/funcs/computeInfrastructureGetComputeOpenAPI.ts +0 -173
- package/src/mcp-server/tools/computeInfrastructureGetComputeDocs.ts +0 -37
- package/src/mcp-server/tools/computeInfrastructureGetComputeHealth.ts +0 -37
- package/src/mcp-server/tools/computeInfrastructureGetComputeOpenAPI.ts +0 -37
- package/src/models/components/computehealth.ts +0 -47
- package/src/models/operations/getcomputedocs.ts +0 -63
- package/src/models/operations/getcomputehealth.ts +0 -63
- package/src/models/operations/getcomputeopenapi.ts +0 -103
- package/src/react-query/computeInfrastructureGetComputeDocs.core.ts +0 -79
- package/src/react-query/computeInfrastructureGetComputeDocs.ts +0 -140
- package/src/react-query/computeInfrastructureGetComputeHealth.core.ts +0 -81
- package/src/react-query/computeInfrastructureGetComputeHealth.ts +0 -140
- package/src/react-query/computeInfrastructureGetComputeOpenAPI.core.ts +0 -80
- package/src/react-query/computeInfrastructureGetComputeOpenAPI.ts +0 -140
- package/src/sdk/computeinfrastructure.ts +0 -55
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod/v3";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
-
|
|
10
|
-
export type ComputeHealth = {
|
|
11
|
-
status: "ok";
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
/** @internal */
|
|
15
|
-
export const ComputeHealth$inboundSchema: z.ZodType<
|
|
16
|
-
ComputeHealth,
|
|
17
|
-
z.ZodTypeDef,
|
|
18
|
-
unknown
|
|
19
|
-
> = z.object({
|
|
20
|
-
status: z.literal("ok"),
|
|
21
|
-
});
|
|
22
|
-
/** @internal */
|
|
23
|
-
export type ComputeHealth$Outbound = {
|
|
24
|
-
status: "ok";
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
/** @internal */
|
|
28
|
-
export const ComputeHealth$outboundSchema: z.ZodType<
|
|
29
|
-
ComputeHealth$Outbound,
|
|
30
|
-
z.ZodTypeDef,
|
|
31
|
-
ComputeHealth
|
|
32
|
-
> = z.object({
|
|
33
|
-
status: z.literal("ok"),
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
export function computeHealthToJSON(computeHealth: ComputeHealth): string {
|
|
37
|
-
return JSON.stringify(ComputeHealth$outboundSchema.parse(computeHealth));
|
|
38
|
-
}
|
|
39
|
-
export function computeHealthFromJSON(
|
|
40
|
-
jsonString: string,
|
|
41
|
-
): SafeParseResult<ComputeHealth, SDKValidationError> {
|
|
42
|
-
return safeParse(
|
|
43
|
-
jsonString,
|
|
44
|
-
(x) => ComputeHealth$inboundSchema.parse(JSON.parse(x)),
|
|
45
|
-
`Failed to parse 'ComputeHealth' from JSON`,
|
|
46
|
-
);
|
|
47
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod/v3";
|
|
6
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
|
|
11
|
-
export type GetComputeDocsRequest = {
|
|
12
|
-
/**
|
|
13
|
-
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
-
*/
|
|
15
|
-
xOnBehalfOf?: string | undefined;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
/** @internal */
|
|
19
|
-
export const GetComputeDocsRequest$inboundSchema: z.ZodType<
|
|
20
|
-
GetComputeDocsRequest,
|
|
21
|
-
z.ZodTypeDef,
|
|
22
|
-
unknown
|
|
23
|
-
> = z.object({
|
|
24
|
-
"X-On-Behalf-Of": z.string().optional(),
|
|
25
|
-
}).transform((v) => {
|
|
26
|
-
return remap$(v, {
|
|
27
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
/** @internal */
|
|
31
|
-
export type GetComputeDocsRequest$Outbound = {
|
|
32
|
-
"X-On-Behalf-Of"?: string | undefined;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
/** @internal */
|
|
36
|
-
export const GetComputeDocsRequest$outboundSchema: z.ZodType<
|
|
37
|
-
GetComputeDocsRequest$Outbound,
|
|
38
|
-
z.ZodTypeDef,
|
|
39
|
-
GetComputeDocsRequest
|
|
40
|
-
> = z.object({
|
|
41
|
-
xOnBehalfOf: z.string().optional(),
|
|
42
|
-
}).transform((v) => {
|
|
43
|
-
return remap$(v, {
|
|
44
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
export function getComputeDocsRequestToJSON(
|
|
49
|
-
getComputeDocsRequest: GetComputeDocsRequest,
|
|
50
|
-
): string {
|
|
51
|
-
return JSON.stringify(
|
|
52
|
-
GetComputeDocsRequest$outboundSchema.parse(getComputeDocsRequest),
|
|
53
|
-
);
|
|
54
|
-
}
|
|
55
|
-
export function getComputeDocsRequestFromJSON(
|
|
56
|
-
jsonString: string,
|
|
57
|
-
): SafeParseResult<GetComputeDocsRequest, SDKValidationError> {
|
|
58
|
-
return safeParse(
|
|
59
|
-
jsonString,
|
|
60
|
-
(x) => GetComputeDocsRequest$inboundSchema.parse(JSON.parse(x)),
|
|
61
|
-
`Failed to parse 'GetComputeDocsRequest' from JSON`,
|
|
62
|
-
);
|
|
63
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod/v3";
|
|
6
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
|
|
11
|
-
export type GetComputeHealthRequest = {
|
|
12
|
-
/**
|
|
13
|
-
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
-
*/
|
|
15
|
-
xOnBehalfOf?: string | undefined;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
/** @internal */
|
|
19
|
-
export const GetComputeHealthRequest$inboundSchema: z.ZodType<
|
|
20
|
-
GetComputeHealthRequest,
|
|
21
|
-
z.ZodTypeDef,
|
|
22
|
-
unknown
|
|
23
|
-
> = z.object({
|
|
24
|
-
"X-On-Behalf-Of": z.string().optional(),
|
|
25
|
-
}).transform((v) => {
|
|
26
|
-
return remap$(v, {
|
|
27
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
/** @internal */
|
|
31
|
-
export type GetComputeHealthRequest$Outbound = {
|
|
32
|
-
"X-On-Behalf-Of"?: string | undefined;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
/** @internal */
|
|
36
|
-
export const GetComputeHealthRequest$outboundSchema: z.ZodType<
|
|
37
|
-
GetComputeHealthRequest$Outbound,
|
|
38
|
-
z.ZodTypeDef,
|
|
39
|
-
GetComputeHealthRequest
|
|
40
|
-
> = z.object({
|
|
41
|
-
xOnBehalfOf: z.string().optional(),
|
|
42
|
-
}).transform((v) => {
|
|
43
|
-
return remap$(v, {
|
|
44
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
export function getComputeHealthRequestToJSON(
|
|
49
|
-
getComputeHealthRequest: GetComputeHealthRequest,
|
|
50
|
-
): string {
|
|
51
|
-
return JSON.stringify(
|
|
52
|
-
GetComputeHealthRequest$outboundSchema.parse(getComputeHealthRequest),
|
|
53
|
-
);
|
|
54
|
-
}
|
|
55
|
-
export function getComputeHealthRequestFromJSON(
|
|
56
|
-
jsonString: string,
|
|
57
|
-
): SafeParseResult<GetComputeHealthRequest, SDKValidationError> {
|
|
58
|
-
return safeParse(
|
|
59
|
-
jsonString,
|
|
60
|
-
(x) => GetComputeHealthRequest$inboundSchema.parse(JSON.parse(x)),
|
|
61
|
-
`Failed to parse 'GetComputeHealthRequest' from JSON`,
|
|
62
|
-
);
|
|
63
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod/v3";
|
|
6
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
|
|
11
|
-
export type GetComputeOpenAPIRequest = {
|
|
12
|
-
/**
|
|
13
|
-
* Optional external end-user identifier forwarded by the API gateway.
|
|
14
|
-
*/
|
|
15
|
-
xOnBehalfOf?: string | undefined;
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Binding OpenAPI document
|
|
20
|
-
*/
|
|
21
|
-
export type GetComputeOpenAPIResponseBody = {};
|
|
22
|
-
|
|
23
|
-
/** @internal */
|
|
24
|
-
export const GetComputeOpenAPIRequest$inboundSchema: z.ZodType<
|
|
25
|
-
GetComputeOpenAPIRequest,
|
|
26
|
-
z.ZodTypeDef,
|
|
27
|
-
unknown
|
|
28
|
-
> = z.object({
|
|
29
|
-
"X-On-Behalf-Of": z.string().optional(),
|
|
30
|
-
}).transform((v) => {
|
|
31
|
-
return remap$(v, {
|
|
32
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
33
|
-
});
|
|
34
|
-
});
|
|
35
|
-
/** @internal */
|
|
36
|
-
export type GetComputeOpenAPIRequest$Outbound = {
|
|
37
|
-
"X-On-Behalf-Of"?: string | undefined;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
/** @internal */
|
|
41
|
-
export const GetComputeOpenAPIRequest$outboundSchema: z.ZodType<
|
|
42
|
-
GetComputeOpenAPIRequest$Outbound,
|
|
43
|
-
z.ZodTypeDef,
|
|
44
|
-
GetComputeOpenAPIRequest
|
|
45
|
-
> = z.object({
|
|
46
|
-
xOnBehalfOf: z.string().optional(),
|
|
47
|
-
}).transform((v) => {
|
|
48
|
-
return remap$(v, {
|
|
49
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
50
|
-
});
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
export function getComputeOpenAPIRequestToJSON(
|
|
54
|
-
getComputeOpenAPIRequest: GetComputeOpenAPIRequest,
|
|
55
|
-
): string {
|
|
56
|
-
return JSON.stringify(
|
|
57
|
-
GetComputeOpenAPIRequest$outboundSchema.parse(getComputeOpenAPIRequest),
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
export function getComputeOpenAPIRequestFromJSON(
|
|
61
|
-
jsonString: string,
|
|
62
|
-
): SafeParseResult<GetComputeOpenAPIRequest, SDKValidationError> {
|
|
63
|
-
return safeParse(
|
|
64
|
-
jsonString,
|
|
65
|
-
(x) => GetComputeOpenAPIRequest$inboundSchema.parse(JSON.parse(x)),
|
|
66
|
-
`Failed to parse 'GetComputeOpenAPIRequest' from JSON`,
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
/** @internal */
|
|
71
|
-
export const GetComputeOpenAPIResponseBody$inboundSchema: z.ZodType<
|
|
72
|
-
GetComputeOpenAPIResponseBody,
|
|
73
|
-
z.ZodTypeDef,
|
|
74
|
-
unknown
|
|
75
|
-
> = z.object({});
|
|
76
|
-
/** @internal */
|
|
77
|
-
export type GetComputeOpenAPIResponseBody$Outbound = {};
|
|
78
|
-
|
|
79
|
-
/** @internal */
|
|
80
|
-
export const GetComputeOpenAPIResponseBody$outboundSchema: z.ZodType<
|
|
81
|
-
GetComputeOpenAPIResponseBody$Outbound,
|
|
82
|
-
z.ZodTypeDef,
|
|
83
|
-
GetComputeOpenAPIResponseBody
|
|
84
|
-
> = z.object({});
|
|
85
|
-
|
|
86
|
-
export function getComputeOpenAPIResponseBodyToJSON(
|
|
87
|
-
getComputeOpenAPIResponseBody: GetComputeOpenAPIResponseBody,
|
|
88
|
-
): string {
|
|
89
|
-
return JSON.stringify(
|
|
90
|
-
GetComputeOpenAPIResponseBody$outboundSchema.parse(
|
|
91
|
-
getComputeOpenAPIResponseBody,
|
|
92
|
-
),
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
export function getComputeOpenAPIResponseBodyFromJSON(
|
|
96
|
-
jsonString: string,
|
|
97
|
-
): SafeParseResult<GetComputeOpenAPIResponseBody, SDKValidationError> {
|
|
98
|
-
return safeParse(
|
|
99
|
-
jsonString,
|
|
100
|
-
(x) => GetComputeOpenAPIResponseBody$inboundSchema.parse(JSON.parse(x)),
|
|
101
|
-
`Failed to parse 'GetComputeOpenAPIResponseBody' from JSON`,
|
|
102
|
-
);
|
|
103
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
QueryClient,
|
|
7
|
-
QueryFunctionContext,
|
|
8
|
-
QueryKey,
|
|
9
|
-
} from "@tanstack/react-query";
|
|
10
|
-
import { SDKCore } from "../core.js";
|
|
11
|
-
import { computeInfrastructureGetComputeDocs } from "../funcs/computeInfrastructureGetComputeDocs.js";
|
|
12
|
-
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
-
import * as operations from "../models/operations/index.js";
|
|
15
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
16
|
-
export type ComputeInfrastructureGetComputeDocsQueryData = string;
|
|
17
|
-
|
|
18
|
-
export function prefetchComputeInfrastructureGetComputeDocs(
|
|
19
|
-
queryClient: QueryClient,
|
|
20
|
-
client$: SDKCore,
|
|
21
|
-
request: operations.GetComputeDocsRequest,
|
|
22
|
-
options?: RequestOptions,
|
|
23
|
-
): Promise<void> {
|
|
24
|
-
return queryClient.prefetchQuery({
|
|
25
|
-
...buildComputeInfrastructureGetComputeDocsQuery(
|
|
26
|
-
client$,
|
|
27
|
-
request,
|
|
28
|
-
options,
|
|
29
|
-
),
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export function buildComputeInfrastructureGetComputeDocsQuery(
|
|
34
|
-
client$: SDKCore,
|
|
35
|
-
request: operations.GetComputeDocsRequest,
|
|
36
|
-
options?: RequestOptions,
|
|
37
|
-
): {
|
|
38
|
-
queryKey: QueryKey;
|
|
39
|
-
queryFn: (
|
|
40
|
-
context: QueryFunctionContext,
|
|
41
|
-
) => Promise<ComputeInfrastructureGetComputeDocsQueryData>;
|
|
42
|
-
} {
|
|
43
|
-
return {
|
|
44
|
-
queryKey: queryKeyComputeInfrastructureGetComputeDocs({
|
|
45
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
46
|
-
}),
|
|
47
|
-
queryFn: async function computeInfrastructureGetComputeDocsQueryFn(
|
|
48
|
-
ctx,
|
|
49
|
-
): Promise<ComputeInfrastructureGetComputeDocsQueryData> {
|
|
50
|
-
const sig = combineSignals(
|
|
51
|
-
ctx.signal,
|
|
52
|
-
options?.signal,
|
|
53
|
-
options?.fetchOptions?.signal,
|
|
54
|
-
);
|
|
55
|
-
const mergedOptions = {
|
|
56
|
-
...options?.fetchOptions,
|
|
57
|
-
...options,
|
|
58
|
-
signal: sig,
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
return unwrapAsync(computeInfrastructureGetComputeDocs(
|
|
62
|
-
client$,
|
|
63
|
-
request,
|
|
64
|
-
mergedOptions,
|
|
65
|
-
));
|
|
66
|
-
},
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
export function queryKeyComputeInfrastructureGetComputeDocs(
|
|
71
|
-
parameters: { xOnBehalfOf?: string | undefined },
|
|
72
|
-
): QueryKey {
|
|
73
|
-
return [
|
|
74
|
-
"@meetkai/mka1",
|
|
75
|
-
"Compute Infrastructure",
|
|
76
|
-
"getComputeDocs",
|
|
77
|
-
parameters,
|
|
78
|
-
];
|
|
79
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
InvalidateQueryFilters,
|
|
7
|
-
QueryClient,
|
|
8
|
-
useQuery,
|
|
9
|
-
UseQueryResult,
|
|
10
|
-
useSuspenseQuery,
|
|
11
|
-
UseSuspenseQueryResult,
|
|
12
|
-
} from "@tanstack/react-query";
|
|
13
|
-
import {
|
|
14
|
-
ConnectionError,
|
|
15
|
-
InvalidRequestError,
|
|
16
|
-
RequestAbortedError,
|
|
17
|
-
RequestTimeoutError,
|
|
18
|
-
UnexpectedClientError,
|
|
19
|
-
} from "../models/errors/httpclienterrors.js";
|
|
20
|
-
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
21
|
-
import { SDKError } from "../models/errors/sdkerror.js";
|
|
22
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
23
|
-
import * as operations from "../models/operations/index.js";
|
|
24
|
-
import { useSDKContext } from "./_context.js";
|
|
25
|
-
import {
|
|
26
|
-
QueryHookOptions,
|
|
27
|
-
SuspenseQueryHookOptions,
|
|
28
|
-
TupleToPrefixes,
|
|
29
|
-
} from "./_types.js";
|
|
30
|
-
import {
|
|
31
|
-
buildComputeInfrastructureGetComputeDocsQuery,
|
|
32
|
-
ComputeInfrastructureGetComputeDocsQueryData,
|
|
33
|
-
prefetchComputeInfrastructureGetComputeDocs,
|
|
34
|
-
queryKeyComputeInfrastructureGetComputeDocs,
|
|
35
|
-
} from "./computeInfrastructureGetComputeDocs.core.js";
|
|
36
|
-
export {
|
|
37
|
-
buildComputeInfrastructureGetComputeDocsQuery,
|
|
38
|
-
type ComputeInfrastructureGetComputeDocsQueryData,
|
|
39
|
-
prefetchComputeInfrastructureGetComputeDocs,
|
|
40
|
-
queryKeyComputeInfrastructureGetComputeDocs,
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
export type ComputeInfrastructureGetComputeDocsQueryError =
|
|
44
|
-
| SDKError
|
|
45
|
-
| ResponseValidationError
|
|
46
|
-
| ConnectionError
|
|
47
|
-
| RequestAbortedError
|
|
48
|
-
| RequestTimeoutError
|
|
49
|
-
| InvalidRequestError
|
|
50
|
-
| UnexpectedClientError
|
|
51
|
-
| SDKValidationError;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* View API documentation
|
|
55
|
-
*/
|
|
56
|
-
export function useComputeInfrastructureGetComputeDocs(
|
|
57
|
-
request: operations.GetComputeDocsRequest,
|
|
58
|
-
options?: QueryHookOptions<
|
|
59
|
-
ComputeInfrastructureGetComputeDocsQueryData,
|
|
60
|
-
ComputeInfrastructureGetComputeDocsQueryError
|
|
61
|
-
>,
|
|
62
|
-
): UseQueryResult<
|
|
63
|
-
ComputeInfrastructureGetComputeDocsQueryData,
|
|
64
|
-
ComputeInfrastructureGetComputeDocsQueryError
|
|
65
|
-
> {
|
|
66
|
-
const client = useSDKContext();
|
|
67
|
-
return useQuery({
|
|
68
|
-
...buildComputeInfrastructureGetComputeDocsQuery(
|
|
69
|
-
client,
|
|
70
|
-
request,
|
|
71
|
-
options,
|
|
72
|
-
),
|
|
73
|
-
...options,
|
|
74
|
-
});
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* View API documentation
|
|
79
|
-
*/
|
|
80
|
-
export function useComputeInfrastructureGetComputeDocsSuspense(
|
|
81
|
-
request: operations.GetComputeDocsRequest,
|
|
82
|
-
options?: SuspenseQueryHookOptions<
|
|
83
|
-
ComputeInfrastructureGetComputeDocsQueryData,
|
|
84
|
-
ComputeInfrastructureGetComputeDocsQueryError
|
|
85
|
-
>,
|
|
86
|
-
): UseSuspenseQueryResult<
|
|
87
|
-
ComputeInfrastructureGetComputeDocsQueryData,
|
|
88
|
-
ComputeInfrastructureGetComputeDocsQueryError
|
|
89
|
-
> {
|
|
90
|
-
const client = useSDKContext();
|
|
91
|
-
return useSuspenseQuery({
|
|
92
|
-
...buildComputeInfrastructureGetComputeDocsQuery(
|
|
93
|
-
client,
|
|
94
|
-
request,
|
|
95
|
-
options,
|
|
96
|
-
),
|
|
97
|
-
...options,
|
|
98
|
-
});
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export function setComputeInfrastructureGetComputeDocsData(
|
|
102
|
-
client: QueryClient,
|
|
103
|
-
queryKeyBase: [parameters: { xOnBehalfOf?: string | undefined }],
|
|
104
|
-
data: ComputeInfrastructureGetComputeDocsQueryData,
|
|
105
|
-
): ComputeInfrastructureGetComputeDocsQueryData | undefined {
|
|
106
|
-
const key = queryKeyComputeInfrastructureGetComputeDocs(...queryKeyBase);
|
|
107
|
-
|
|
108
|
-
return client.setQueryData<ComputeInfrastructureGetComputeDocsQueryData>(
|
|
109
|
-
key,
|
|
110
|
-
data,
|
|
111
|
-
);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export function invalidateComputeInfrastructureGetComputeDocs(
|
|
115
|
-
client: QueryClient,
|
|
116
|
-
queryKeyBase: TupleToPrefixes<
|
|
117
|
-
[parameters: { xOnBehalfOf?: string | undefined }]
|
|
118
|
-
>,
|
|
119
|
-
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
120
|
-
): Promise<void> {
|
|
121
|
-
return client.invalidateQueries({
|
|
122
|
-
...filters,
|
|
123
|
-
queryKey: [
|
|
124
|
-
"@meetkai/mka1",
|
|
125
|
-
"Compute Infrastructure",
|
|
126
|
-
"getComputeDocs",
|
|
127
|
-
...queryKeyBase,
|
|
128
|
-
],
|
|
129
|
-
});
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
export function invalidateAllComputeInfrastructureGetComputeDocs(
|
|
133
|
-
client: QueryClient,
|
|
134
|
-
filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">,
|
|
135
|
-
): Promise<void> {
|
|
136
|
-
return client.invalidateQueries({
|
|
137
|
-
...filters,
|
|
138
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeDocs"],
|
|
139
|
-
});
|
|
140
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
QueryClient,
|
|
7
|
-
QueryFunctionContext,
|
|
8
|
-
QueryKey,
|
|
9
|
-
} from "@tanstack/react-query";
|
|
10
|
-
import { SDKCore } from "../core.js";
|
|
11
|
-
import { computeInfrastructureGetComputeHealth } from "../funcs/computeInfrastructureGetComputeHealth.js";
|
|
12
|
-
import { combineSignals } from "../lib/primitives.js";
|
|
13
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
14
|
-
import * as components from "../models/components/index.js";
|
|
15
|
-
import * as operations from "../models/operations/index.js";
|
|
16
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
17
|
-
export type ComputeInfrastructureGetComputeHealthQueryData =
|
|
18
|
-
components.ComputeHealth;
|
|
19
|
-
|
|
20
|
-
export function prefetchComputeInfrastructureGetComputeHealth(
|
|
21
|
-
queryClient: QueryClient,
|
|
22
|
-
client$: SDKCore,
|
|
23
|
-
request: operations.GetComputeHealthRequest,
|
|
24
|
-
options?: RequestOptions,
|
|
25
|
-
): Promise<void> {
|
|
26
|
-
return queryClient.prefetchQuery({
|
|
27
|
-
...buildComputeInfrastructureGetComputeHealthQuery(
|
|
28
|
-
client$,
|
|
29
|
-
request,
|
|
30
|
-
options,
|
|
31
|
-
),
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export function buildComputeInfrastructureGetComputeHealthQuery(
|
|
36
|
-
client$: SDKCore,
|
|
37
|
-
request: operations.GetComputeHealthRequest,
|
|
38
|
-
options?: RequestOptions,
|
|
39
|
-
): {
|
|
40
|
-
queryKey: QueryKey;
|
|
41
|
-
queryFn: (
|
|
42
|
-
context: QueryFunctionContext,
|
|
43
|
-
) => Promise<ComputeInfrastructureGetComputeHealthQueryData>;
|
|
44
|
-
} {
|
|
45
|
-
return {
|
|
46
|
-
queryKey: queryKeyComputeInfrastructureGetComputeHealth({
|
|
47
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
48
|
-
}),
|
|
49
|
-
queryFn: async function computeInfrastructureGetComputeHealthQueryFn(
|
|
50
|
-
ctx,
|
|
51
|
-
): Promise<ComputeInfrastructureGetComputeHealthQueryData> {
|
|
52
|
-
const sig = combineSignals(
|
|
53
|
-
ctx.signal,
|
|
54
|
-
options?.signal,
|
|
55
|
-
options?.fetchOptions?.signal,
|
|
56
|
-
);
|
|
57
|
-
const mergedOptions = {
|
|
58
|
-
...options?.fetchOptions,
|
|
59
|
-
...options,
|
|
60
|
-
signal: sig,
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
return unwrapAsync(computeInfrastructureGetComputeHealth(
|
|
64
|
-
client$,
|
|
65
|
-
request,
|
|
66
|
-
mergedOptions,
|
|
67
|
-
));
|
|
68
|
-
},
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export function queryKeyComputeInfrastructureGetComputeHealth(
|
|
73
|
-
parameters: { xOnBehalfOf?: string | undefined },
|
|
74
|
-
): QueryKey {
|
|
75
|
-
return [
|
|
76
|
-
"@meetkai/mka1",
|
|
77
|
-
"Compute Infrastructure",
|
|
78
|
-
"getComputeHealth",
|
|
79
|
-
parameters,
|
|
80
|
-
];
|
|
81
|
-
}
|