@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,29 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod/v3";
|
|
5
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const GetComputeHealthRequest$inboundSchema = z.object({
|
|
9
|
-
"X-On-Behalf-Of": z.string().optional(),
|
|
10
|
-
}).transform((v) => {
|
|
11
|
-
return remap$(v, {
|
|
12
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
/** @internal */
|
|
16
|
-
export const GetComputeHealthRequest$outboundSchema = z.object({
|
|
17
|
-
xOnBehalfOf: z.string().optional(),
|
|
18
|
-
}).transform((v) => {
|
|
19
|
-
return remap$(v, {
|
|
20
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
export function getComputeHealthRequestToJSON(getComputeHealthRequest) {
|
|
24
|
-
return JSON.stringify(GetComputeHealthRequest$outboundSchema.parse(getComputeHealthRequest));
|
|
25
|
-
}
|
|
26
|
-
export function getComputeHealthRequestFromJSON(jsonString) {
|
|
27
|
-
return safeParse(jsonString, (x) => GetComputeHealthRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetComputeHealthRequest' from JSON`);
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=getcomputehealth.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getcomputehealth.js","sourceRoot":"","sources":["../../../../src/models/operations/getcomputehealth.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAWjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,6BAA6B,CAC3C,uBAAgD;IAEhD,OAAO,IAAI,CAAC,SAAS,CACnB,sCAAsC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACtE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qCAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
export type GetComputeOpenAPIRequest = {
|
|
5
|
-
/**
|
|
6
|
-
* Optional external end-user identifier forwarded by the API gateway.
|
|
7
|
-
*/
|
|
8
|
-
xOnBehalfOf?: string | undefined;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Binding OpenAPI document
|
|
12
|
-
*/
|
|
13
|
-
export type GetComputeOpenAPIResponseBody = {};
|
|
14
|
-
/** @internal */
|
|
15
|
-
export declare const GetComputeOpenAPIRequest$inboundSchema: z.ZodType<GetComputeOpenAPIRequest, z.ZodTypeDef, unknown>;
|
|
16
|
-
/** @internal */
|
|
17
|
-
export type GetComputeOpenAPIRequest$Outbound = {
|
|
18
|
-
"X-On-Behalf-Of"?: string | undefined;
|
|
19
|
-
};
|
|
20
|
-
/** @internal */
|
|
21
|
-
export declare const GetComputeOpenAPIRequest$outboundSchema: z.ZodType<GetComputeOpenAPIRequest$Outbound, z.ZodTypeDef, GetComputeOpenAPIRequest>;
|
|
22
|
-
export declare function getComputeOpenAPIRequestToJSON(getComputeOpenAPIRequest: GetComputeOpenAPIRequest): string;
|
|
23
|
-
export declare function getComputeOpenAPIRequestFromJSON(jsonString: string): SafeParseResult<GetComputeOpenAPIRequest, SDKValidationError>;
|
|
24
|
-
/** @internal */
|
|
25
|
-
export declare const GetComputeOpenAPIResponseBody$inboundSchema: z.ZodType<GetComputeOpenAPIResponseBody, z.ZodTypeDef, unknown>;
|
|
26
|
-
/** @internal */
|
|
27
|
-
export type GetComputeOpenAPIResponseBody$Outbound = {};
|
|
28
|
-
/** @internal */
|
|
29
|
-
export declare const GetComputeOpenAPIResponseBody$outboundSchema: z.ZodType<GetComputeOpenAPIResponseBody$Outbound, z.ZodTypeDef, GetComputeOpenAPIResponseBody>;
|
|
30
|
-
export declare function getComputeOpenAPIResponseBodyToJSON(getComputeOpenAPIResponseBody: GetComputeOpenAPIResponseBody): string;
|
|
31
|
-
export declare function getComputeOpenAPIResponseBodyFromJSON(jsonString: string): SafeParseResult<GetComputeOpenAPIResponseBody, SDKValidationError>;
|
|
32
|
-
//# sourceMappingURL=getcomputeopenapi.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getcomputeopenapi.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/getcomputeopenapi.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG,EAAE,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AACH,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC7D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAOxB,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AACD,wBAAgB,gCAAgC,CAC9C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,wBAAwB,EAAE,kBAAkB,CAAC,CAM/D;AAED,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,6BAA6B,EAC7B,CAAC,CAAC,UAAU,EACZ,OAAO,CACO,CAAC;AACjB,gBAAgB;AAChB,MAAM,MAAM,sCAAsC,GAAG,EAAE,CAAC;AAExD,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,sCAAsC,EACtC,CAAC,CAAC,UAAU,EACZ,6BAA6B,CACf,CAAC;AAEjB,wBAAgB,mCAAmC,CACjD,6BAA6B,EAAE,6BAA6B,GAC3D,MAAM,CAMR;AACD,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import * as z from "zod/v3";
|
|
5
|
-
import { remap as remap$ } from "../../lib/primitives.js";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
/** @internal */
|
|
8
|
-
export const GetComputeOpenAPIRequest$inboundSchema = z.object({
|
|
9
|
-
"X-On-Behalf-Of": z.string().optional(),
|
|
10
|
-
}).transform((v) => {
|
|
11
|
-
return remap$(v, {
|
|
12
|
-
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
13
|
-
});
|
|
14
|
-
});
|
|
15
|
-
/** @internal */
|
|
16
|
-
export const GetComputeOpenAPIRequest$outboundSchema = z.object({
|
|
17
|
-
xOnBehalfOf: z.string().optional(),
|
|
18
|
-
}).transform((v) => {
|
|
19
|
-
return remap$(v, {
|
|
20
|
-
xOnBehalfOf: "X-On-Behalf-Of",
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
export function getComputeOpenAPIRequestToJSON(getComputeOpenAPIRequest) {
|
|
24
|
-
return JSON.stringify(GetComputeOpenAPIRequest$outboundSchema.parse(getComputeOpenAPIRequest));
|
|
25
|
-
}
|
|
26
|
-
export function getComputeOpenAPIRequestFromJSON(jsonString) {
|
|
27
|
-
return safeParse(jsonString, (x) => GetComputeOpenAPIRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetComputeOpenAPIRequest' from JSON`);
|
|
28
|
-
}
|
|
29
|
-
/** @internal */
|
|
30
|
-
export const GetComputeOpenAPIResponseBody$inboundSchema = z.object({});
|
|
31
|
-
/** @internal */
|
|
32
|
-
export const GetComputeOpenAPIResponseBody$outboundSchema = z.object({});
|
|
33
|
-
export function getComputeOpenAPIResponseBodyToJSON(getComputeOpenAPIResponseBody) {
|
|
34
|
-
return JSON.stringify(GetComputeOpenAPIResponseBody$outboundSchema.parse(getComputeOpenAPIResponseBody));
|
|
35
|
-
}
|
|
36
|
-
export function getComputeOpenAPIResponseBodyFromJSON(jsonString) {
|
|
37
|
-
return safeParse(jsonString, (x) => GetComputeOpenAPIResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetComputeOpenAPIResponseBody' from JSON`);
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=getcomputeopenapi.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getcomputeopenapi.js","sourceRoot":"","sources":["../../../../src/models/operations/getcomputeopenapi.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAgBjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,sCAAsC,GAI/C,CAAC,CAAC,MAAM,CAAC;IACX,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,aAAa;KAChC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAMH,gBAAgB;AAChB,MAAM,CAAC,MAAM,uCAAuC,GAIhD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,WAAW,EAAE,gBAAgB;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,uCAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,gCAAgC,CAC9C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sCAAsC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAClE,sDAAsD,CACvD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAIjB,gBAAgB;AAChB,MAAM,CAAC,MAAM,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAEjB,MAAM,UAAU,mCAAmC,CACjD,6BAA4D;IAE5D,OAAO,IAAI,CAAC,SAAS,CACnB,4CAA4C,CAAC,KAAK,CAChD,6BAA6B,CAC9B,CACF,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,qCAAqC,CACnD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,2CAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 operations from "../models/operations/index.js";
|
|
5
|
-
export type ComputeInfrastructureGetComputeDocsQueryData = string;
|
|
6
|
-
export declare function prefetchComputeInfrastructureGetComputeDocs(queryClient: QueryClient, client$: SDKCore, request: operations.GetComputeDocsRequest, options?: RequestOptions): Promise<void>;
|
|
7
|
-
export declare function buildComputeInfrastructureGetComputeDocsQuery(client$: SDKCore, request: operations.GetComputeDocsRequest, options?: RequestOptions): {
|
|
8
|
-
queryKey: QueryKey;
|
|
9
|
-
queryFn: (context: QueryFunctionContext) => Promise<ComputeInfrastructureGetComputeDocsQueryData>;
|
|
10
|
-
};
|
|
11
|
-
export declare function queryKeyComputeInfrastructureGetComputeDocs(parameters: {
|
|
12
|
-
xOnBehalfOf?: string | undefined;
|
|
13
|
-
}): QueryKey;
|
|
14
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.core.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeDocs.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;AAE5D,MAAM,MAAM,4CAA4C,GAAG,MAAM,CAAC;AAElE,wBAAgB,2CAA2C,CACzD,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,6CAA6C,CAC3D,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,4CAA4C,CAAC,CAAC;CAC5D,CA0BA;AAED,wBAAgB,2CAA2C,CACzD,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAOV"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import { computeInfrastructureGetComputeDocs } from "../funcs/computeInfrastructureGetComputeDocs.js";
|
|
5
|
-
import { combineSignals } from "../lib/primitives.js";
|
|
6
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
-
export function prefetchComputeInfrastructureGetComputeDocs(queryClient, client$, request, options) {
|
|
8
|
-
return queryClient.prefetchQuery({
|
|
9
|
-
...buildComputeInfrastructureGetComputeDocsQuery(client$, request, options),
|
|
10
|
-
});
|
|
11
|
-
}
|
|
12
|
-
export function buildComputeInfrastructureGetComputeDocsQuery(client$, request, options) {
|
|
13
|
-
return {
|
|
14
|
-
queryKey: queryKeyComputeInfrastructureGetComputeDocs({
|
|
15
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
16
|
-
}),
|
|
17
|
-
queryFn: async function computeInfrastructureGetComputeDocsQueryFn(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(computeInfrastructureGetComputeDocs(client$, request, mergedOptions));
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function queryKeyComputeInfrastructureGetComputeDocs(parameters) {
|
|
29
|
-
return [
|
|
30
|
-
"@meetkai/mka1",
|
|
31
|
-
"Compute Infrastructure",
|
|
32
|
-
"getComputeDocs",
|
|
33
|
-
parameters,
|
|
34
|
-
];
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.core.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.core.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeDocs.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,mCAAmC,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,MAAM,UAAU,2CAA2C,CACzD,WAAwB,EACxB,OAAgB,EAChB,OAAyC,EACzC,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,6CAA6C,CAC9C,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,OAAgB,EAChB,OAAyC,EACzC,OAAwB;IAOxB,OAAO;QACL,QAAQ,EAAE,2CAA2C,CAAC;YACpD,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACF,OAAO,EAAE,KAAK,UAAU,0CAA0C,CAChE,GAAG;YAEH,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,CAAC,mCAAmC,CACpD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,2CAA2C,CACzD,UAAgD;IAEhD,OAAO;QACL,eAAe;QACf,wBAAwB;QACxB,gBAAgB;QAChB,UAAU;KACX,CAAC;AACJ,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeDocsQuery, ComputeInfrastructureGetComputeDocsQueryData, prefetchComputeInfrastructureGetComputeDocs, queryKeyComputeInfrastructureGetComputeDocs } from "./computeInfrastructureGetComputeDocs.core.js";
|
|
9
|
-
export { buildComputeInfrastructureGetComputeDocsQuery, type ComputeInfrastructureGetComputeDocsQueryData, prefetchComputeInfrastructureGetComputeDocs, queryKeyComputeInfrastructureGetComputeDocs, };
|
|
10
|
-
export type ComputeInfrastructureGetComputeDocsQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
11
|
-
/**
|
|
12
|
-
* View API documentation
|
|
13
|
-
*/
|
|
14
|
-
export declare function useComputeInfrastructureGetComputeDocs(request: operations.GetComputeDocsRequest, options?: QueryHookOptions<ComputeInfrastructureGetComputeDocsQueryData, ComputeInfrastructureGetComputeDocsQueryError>): UseQueryResult<ComputeInfrastructureGetComputeDocsQueryData, ComputeInfrastructureGetComputeDocsQueryError>;
|
|
15
|
-
/**
|
|
16
|
-
* View API documentation
|
|
17
|
-
*/
|
|
18
|
-
export declare function useComputeInfrastructureGetComputeDocsSuspense(request: operations.GetComputeDocsRequest, options?: SuspenseQueryHookOptions<ComputeInfrastructureGetComputeDocsQueryData, ComputeInfrastructureGetComputeDocsQueryError>): UseSuspenseQueryResult<ComputeInfrastructureGetComputeDocsQueryData, ComputeInfrastructureGetComputeDocsQueryError>;
|
|
19
|
-
export declare function setComputeInfrastructureGetComputeDocsData(client: QueryClient, queryKeyBase: [parameters: {
|
|
20
|
-
xOnBehalfOf?: string | undefined;
|
|
21
|
-
}], data: ComputeInfrastructureGetComputeDocsQueryData): ComputeInfrastructureGetComputeDocsQueryData | undefined;
|
|
22
|
-
export declare function invalidateComputeInfrastructureGetComputeDocs(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
23
|
-
parameters: {
|
|
24
|
-
xOnBehalfOf?: string | undefined;
|
|
25
|
-
}
|
|
26
|
-
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
27
|
-
export declare function invalidateAllComputeInfrastructureGetComputeDocs(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
28
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeDocs.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,6CAA6C,EAC7C,4CAA4C,EAC5C,2CAA2C,EAC3C,2CAA2C,EAC5C,MAAM,+CAA+C,CAAC;AACvD,OAAO,EACL,6CAA6C,EAC7C,KAAK,4CAA4C,EACjD,2CAA2C,EAC3C,2CAA2C,GAC5C,CAAC;AAEF,MAAM,MAAM,6CAA6C,GACrD,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,sCAAsC,CACpD,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,gBAAgB,CACxB,4CAA4C,EAC5C,6CAA6C,CAC9C,GACA,cAAc,CACf,4CAA4C,EAC5C,6CAA6C,CAC9C,CAUA;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAC5D,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,wBAAwB,CAChC,4CAA4C,EAC5C,6CAA6C,CAC9C,GACA,sBAAsB,CACvB,4CAA4C,EAC5C,6CAA6C,CAC9C,CAUA;AAED,wBAAgB,0CAA0C,CACxD,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,4CAA4C,GACjD,4CAA4C,GAAG,SAAS,CAO1D;AAED,wBAAgB,6CAA6C,CAC3D,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,gDAAgD,CAC9D,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAKf"}
|
|
@@ -1,49 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeDocsQuery, prefetchComputeInfrastructureGetComputeDocs, queryKeyComputeInfrastructureGetComputeDocs, } from "./computeInfrastructureGetComputeDocs.core.js";
|
|
7
|
-
export { buildComputeInfrastructureGetComputeDocsQuery, prefetchComputeInfrastructureGetComputeDocs, queryKeyComputeInfrastructureGetComputeDocs, };
|
|
8
|
-
/**
|
|
9
|
-
* View API documentation
|
|
10
|
-
*/
|
|
11
|
-
export function useComputeInfrastructureGetComputeDocs(request, options) {
|
|
12
|
-
const client = useSDKContext();
|
|
13
|
-
return useQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeDocsQuery(client, request, options),
|
|
15
|
-
...options,
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* View API documentation
|
|
20
|
-
*/
|
|
21
|
-
export function useComputeInfrastructureGetComputeDocsSuspense(request, options) {
|
|
22
|
-
const client = useSDKContext();
|
|
23
|
-
return useSuspenseQuery({
|
|
24
|
-
...buildComputeInfrastructureGetComputeDocsQuery(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
export function setComputeInfrastructureGetComputeDocsData(client, queryKeyBase, data) {
|
|
29
|
-
const key = queryKeyComputeInfrastructureGetComputeDocs(...queryKeyBase);
|
|
30
|
-
return client.setQueryData(key, data);
|
|
31
|
-
}
|
|
32
|
-
export function invalidateComputeInfrastructureGetComputeDocs(client, queryKeyBase, filters) {
|
|
33
|
-
return client.invalidateQueries({
|
|
34
|
-
...filters,
|
|
35
|
-
queryKey: [
|
|
36
|
-
"@meetkai/mka1",
|
|
37
|
-
"Compute Infrastructure",
|
|
38
|
-
"getComputeDocs",
|
|
39
|
-
...queryKeyBase,
|
|
40
|
-
],
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
export function invalidateAllComputeInfrastructureGetComputeDocs(client, filters) {
|
|
44
|
-
return client.invalidateQueries({
|
|
45
|
-
...filters,
|
|
46
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeDocs"],
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeDocs.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,6CAA6C,EAE7C,2CAA2C,EAC3C,2CAA2C,GAC5C,MAAM,+CAA+C,CAAC;AACvD,OAAO,EACL,6CAA6C,EAE7C,2CAA2C,EAC3C,2CAA2C,GAC5C,CAAC;AAYF;;GAEG;AACH,MAAM,UAAU,sCAAsC,CACpD,OAAyC,EACzC,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,6CAA6C,CAC9C,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,8CAA8C,CAC5D,OAAyC,EACzC,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,6CAA6C,CAC9C,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,0CAA0C,CACxD,MAAmB,EACnB,YAAgE,EAChE,IAAkD;IAElD,MAAM,GAAG,GAAG,2CAA2C,CAAC,GAAG,YAAY,CAAC,CAAC;IAEzE,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,wBAAwB;YACxB,gBAAgB;YAChB,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE,CAAC,eAAe,EAAE,wBAAwB,EAAE,gBAAgB,CAAC;KACxE,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 ComputeInfrastructureGetComputeHealthQueryData = components.ComputeHealth;
|
|
7
|
-
export declare function prefetchComputeInfrastructureGetComputeHealth(queryClient: QueryClient, client$: SDKCore, request: operations.GetComputeHealthRequest, options?: RequestOptions): Promise<void>;
|
|
8
|
-
export declare function buildComputeInfrastructureGetComputeHealthQuery(client$: SDKCore, request: operations.GetComputeHealthRequest, options?: RequestOptions): {
|
|
9
|
-
queryKey: QueryKey;
|
|
10
|
-
queryFn: (context: QueryFunctionContext) => Promise<ComputeInfrastructureGetComputeHealthQueryData>;
|
|
11
|
-
};
|
|
12
|
-
export declare function queryKeyComputeInfrastructureGetComputeHealth(parameters: {
|
|
13
|
-
xOnBehalfOf?: string | undefined;
|
|
14
|
-
}): QueryKey;
|
|
15
|
-
//# sourceMappingURL=computeInfrastructureGetComputeHealth.core.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeHealth.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeHealth.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,8CAA8C,GACxD,UAAU,CAAC,aAAa,CAAC;AAE3B,wBAAgB,6CAA6C,CAC3D,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,+CAA+C,CAC7D,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,8CAA8C,CAAC,CAAC;CAC9D,CA0BA;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAOV"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import { computeInfrastructureGetComputeHealth } from "../funcs/computeInfrastructureGetComputeHealth.js";
|
|
5
|
-
import { combineSignals } from "../lib/primitives.js";
|
|
6
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
-
export function prefetchComputeInfrastructureGetComputeHealth(queryClient, client$, request, options) {
|
|
8
|
-
return queryClient.prefetchQuery({
|
|
9
|
-
...buildComputeInfrastructureGetComputeHealthQuery(client$, request, options),
|
|
10
|
-
});
|
|
11
|
-
}
|
|
12
|
-
export function buildComputeInfrastructureGetComputeHealthQuery(client$, request, options) {
|
|
13
|
-
return {
|
|
14
|
-
queryKey: queryKeyComputeInfrastructureGetComputeHealth({
|
|
15
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
16
|
-
}),
|
|
17
|
-
queryFn: async function computeInfrastructureGetComputeHealthQueryFn(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(computeInfrastructureGetComputeHealth(client$, request, mergedOptions));
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function queryKeyComputeInfrastructureGetComputeHealth(parameters) {
|
|
29
|
-
return [
|
|
30
|
-
"@meetkai/mka1",
|
|
31
|
-
"Compute Infrastructure",
|
|
32
|
-
"getComputeHealth",
|
|
33
|
-
parameters,
|
|
34
|
-
];
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=computeInfrastructureGetComputeHealth.core.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeHealth.core.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeHealth.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,qCAAqC,EAAE,MAAM,mDAAmD,CAAC;AAC1G,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAItD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,MAAM,UAAU,6CAA6C,CAC3D,WAAwB,EACxB,OAAgB,EAChB,OAA2C,EAC3C,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,+CAA+C,CAChD,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,OAAgB,EAChB,OAA2C,EAC3C,OAAwB;IAOxB,OAAO;QACL,QAAQ,EAAE,6CAA6C,CAAC;YACtD,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACF,OAAO,EAAE,KAAK,UAAU,4CAA4C,CAClE,GAAG;YAEH,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,CAAC,qCAAqC,CACtD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,UAAgD;IAEhD,OAAO;QACL,eAAe;QACf,wBAAwB;QACxB,kBAAkB;QAClB,UAAU;KACX,CAAC;AACJ,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeHealthQuery, ComputeInfrastructureGetComputeHealthQueryData, prefetchComputeInfrastructureGetComputeHealth, queryKeyComputeInfrastructureGetComputeHealth } from "./computeInfrastructureGetComputeHealth.core.js";
|
|
9
|
-
export { buildComputeInfrastructureGetComputeHealthQuery, type ComputeInfrastructureGetComputeHealthQueryData, prefetchComputeInfrastructureGetComputeHealth, queryKeyComputeInfrastructureGetComputeHealth, };
|
|
10
|
-
export type ComputeInfrastructureGetComputeHealthQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
11
|
-
/**
|
|
12
|
-
* Health check
|
|
13
|
-
*/
|
|
14
|
-
export declare function useComputeInfrastructureGetComputeHealth(request: operations.GetComputeHealthRequest, options?: QueryHookOptions<ComputeInfrastructureGetComputeHealthQueryData, ComputeInfrastructureGetComputeHealthQueryError>): UseQueryResult<ComputeInfrastructureGetComputeHealthQueryData, ComputeInfrastructureGetComputeHealthQueryError>;
|
|
15
|
-
/**
|
|
16
|
-
* Health check
|
|
17
|
-
*/
|
|
18
|
-
export declare function useComputeInfrastructureGetComputeHealthSuspense(request: operations.GetComputeHealthRequest, options?: SuspenseQueryHookOptions<ComputeInfrastructureGetComputeHealthQueryData, ComputeInfrastructureGetComputeHealthQueryError>): UseSuspenseQueryResult<ComputeInfrastructureGetComputeHealthQueryData, ComputeInfrastructureGetComputeHealthQueryError>;
|
|
19
|
-
export declare function setComputeInfrastructureGetComputeHealthData(client: QueryClient, queryKeyBase: [parameters: {
|
|
20
|
-
xOnBehalfOf?: string | undefined;
|
|
21
|
-
}], data: ComputeInfrastructureGetComputeHealthQueryData): ComputeInfrastructureGetComputeHealthQueryData | undefined;
|
|
22
|
-
export declare function invalidateComputeInfrastructureGetComputeHealth(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
23
|
-
parameters: {
|
|
24
|
-
xOnBehalfOf?: string | undefined;
|
|
25
|
-
}
|
|
26
|
-
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
27
|
-
export declare function invalidateAllComputeInfrastructureGetComputeHealth(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
28
|
-
//# sourceMappingURL=computeInfrastructureGetComputeHealth.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeHealth.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeHealth.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,+CAA+C,EAC/C,8CAA8C,EAC9C,6CAA6C,EAC7C,6CAA6C,EAC9C,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,+CAA+C,EAC/C,KAAK,8CAA8C,EACnD,6CAA6C,EAC7C,6CAA6C,GAC9C,CAAC;AAEF,MAAM,MAAM,+CAA+C,GACvD,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,wCAAwC,CACtD,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,gBAAgB,CACxB,8CAA8C,EAC9C,+CAA+C,CAChD,GACA,cAAc,CACf,8CAA8C,EAC9C,+CAA+C,CAChD,CAUA;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAC9D,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,wBAAwB,CAChC,8CAA8C,EAC9C,+CAA+C,CAChD,GACA,sBAAsB,CACvB,8CAA8C,EAC9C,+CAA+C,CAChD,CAUA;AAED,wBAAgB,4CAA4C,CAC1D,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,8CAA8C,GACnD,8CAA8C,GAAG,SAAS,CAO5D;AAED,wBAAgB,+CAA+C,CAC7D,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,kDAAkD,CAChE,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAKf"}
|
|
@@ -1,49 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeHealthQuery, prefetchComputeInfrastructureGetComputeHealth, queryKeyComputeInfrastructureGetComputeHealth, } from "./computeInfrastructureGetComputeHealth.core.js";
|
|
7
|
-
export { buildComputeInfrastructureGetComputeHealthQuery, prefetchComputeInfrastructureGetComputeHealth, queryKeyComputeInfrastructureGetComputeHealth, };
|
|
8
|
-
/**
|
|
9
|
-
* Health check
|
|
10
|
-
*/
|
|
11
|
-
export function useComputeInfrastructureGetComputeHealth(request, options) {
|
|
12
|
-
const client = useSDKContext();
|
|
13
|
-
return useQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeHealthQuery(client, request, options),
|
|
15
|
-
...options,
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Health check
|
|
20
|
-
*/
|
|
21
|
-
export function useComputeInfrastructureGetComputeHealthSuspense(request, options) {
|
|
22
|
-
const client = useSDKContext();
|
|
23
|
-
return useSuspenseQuery({
|
|
24
|
-
...buildComputeInfrastructureGetComputeHealthQuery(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
export function setComputeInfrastructureGetComputeHealthData(client, queryKeyBase, data) {
|
|
29
|
-
const key = queryKeyComputeInfrastructureGetComputeHealth(...queryKeyBase);
|
|
30
|
-
return client.setQueryData(key, data);
|
|
31
|
-
}
|
|
32
|
-
export function invalidateComputeInfrastructureGetComputeHealth(client, queryKeyBase, filters) {
|
|
33
|
-
return client.invalidateQueries({
|
|
34
|
-
...filters,
|
|
35
|
-
queryKey: [
|
|
36
|
-
"@meetkai/mka1",
|
|
37
|
-
"Compute Infrastructure",
|
|
38
|
-
"getComputeHealth",
|
|
39
|
-
...queryKeyBase,
|
|
40
|
-
],
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
export function invalidateAllComputeInfrastructureGetComputeHealth(client, filters) {
|
|
44
|
-
return client.invalidateQueries({
|
|
45
|
-
...filters,
|
|
46
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeHealth"],
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=computeInfrastructureGetComputeHealth.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeHealth.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeHealth.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,+CAA+C,EAE/C,6CAA6C,EAC7C,6CAA6C,GAC9C,MAAM,iDAAiD,CAAC;AACzD,OAAO,EACL,+CAA+C,EAE/C,6CAA6C,EAC7C,6CAA6C,GAC9C,CAAC;AAYF;;GAEG;AACH,MAAM,UAAU,wCAAwC,CACtD,OAA2C,EAC3C,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,+CAA+C,CAChD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,gDAAgD,CAC9D,OAA2C,EAC3C,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,+CAA+C,CAChD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,4CAA4C,CAC1D,MAAmB,EACnB,YAAgE,EAChE,IAAoD;IAEpD,MAAM,GAAG,GAAG,6CAA6C,CAAC,GAAG,YAAY,CAAC,CAAC;IAE3E,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,+CAA+C,CAC7D,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,wBAAwB;YACxB,kBAAkB;YAClB,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,kDAAkD,CAChE,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE,CAAC,eAAe,EAAE,wBAAwB,EAAE,kBAAkB,CAAC;KAC1E,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 operations from "../models/operations/index.js";
|
|
5
|
-
export type ComputeInfrastructureGetComputeOpenAPIQueryData = operations.GetComputeOpenAPIResponseBody;
|
|
6
|
-
export declare function prefetchComputeInfrastructureGetComputeOpenAPI(queryClient: QueryClient, client$: SDKCore, request: operations.GetComputeOpenAPIRequest, options?: RequestOptions): Promise<void>;
|
|
7
|
-
export declare function buildComputeInfrastructureGetComputeOpenAPIQuery(client$: SDKCore, request: operations.GetComputeOpenAPIRequest, options?: RequestOptions): {
|
|
8
|
-
queryKey: QueryKey;
|
|
9
|
-
queryFn: (context: QueryFunctionContext) => Promise<ComputeInfrastructureGetComputeOpenAPIQueryData>;
|
|
10
|
-
};
|
|
11
|
-
export declare function queryKeyComputeInfrastructureGetComputeOpenAPI(parameters: {
|
|
12
|
-
xOnBehalfOf?: string | undefined;
|
|
13
|
-
}): QueryKey;
|
|
14
|
-
//# sourceMappingURL=computeInfrastructureGetComputeOpenAPI.core.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeOpenAPI.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeOpenAPI.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;AAE5D,MAAM,MAAM,+CAA+C,GACzD,UAAU,CAAC,6BAA6B,CAAC;AAE3C,wBAAgB,8CAA8C,CAC5D,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,gDAAgD,CAC9D,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,+CAA+C,CAAC,CAAC;CAC/D,CA0BA;AAED,wBAAgB,8CAA8C,CAC5D,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC/C,QAAQ,CAOV"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
import { computeInfrastructureGetComputeOpenAPI } from "../funcs/computeInfrastructureGetComputeOpenAPI.js";
|
|
5
|
-
import { combineSignals } from "../lib/primitives.js";
|
|
6
|
-
import { unwrapAsync } from "../types/fp.js";
|
|
7
|
-
export function prefetchComputeInfrastructureGetComputeOpenAPI(queryClient, client$, request, options) {
|
|
8
|
-
return queryClient.prefetchQuery({
|
|
9
|
-
...buildComputeInfrastructureGetComputeOpenAPIQuery(client$, request, options),
|
|
10
|
-
});
|
|
11
|
-
}
|
|
12
|
-
export function buildComputeInfrastructureGetComputeOpenAPIQuery(client$, request, options) {
|
|
13
|
-
return {
|
|
14
|
-
queryKey: queryKeyComputeInfrastructureGetComputeOpenAPI({
|
|
15
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
16
|
-
}),
|
|
17
|
-
queryFn: async function computeInfrastructureGetComputeOpenAPIQueryFn(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(computeInfrastructureGetComputeOpenAPI(client$, request, mergedOptions));
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
export function queryKeyComputeInfrastructureGetComputeOpenAPI(parameters) {
|
|
29
|
-
return [
|
|
30
|
-
"@meetkai/mka1",
|
|
31
|
-
"Compute Infrastructure",
|
|
32
|
-
"getComputeOpenAPI",
|
|
33
|
-
parameters,
|
|
34
|
-
];
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=computeInfrastructureGetComputeOpenAPI.core.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeOpenAPI.core.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeOpenAPI.core.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oDAAoD,CAAC;AAC5G,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAI7C,MAAM,UAAU,8CAA8C,CAC5D,WAAwB,EACxB,OAAgB,EAChB,OAA4C,EAC5C,OAAwB;IAExB,OAAO,WAAW,CAAC,aAAa,CAAC;QAC/B,GAAG,gDAAgD,CACjD,OAAO,EACP,OAAO,EACP,OAAO,CACR;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,OAAgB,EAChB,OAA4C,EAC5C,OAAwB;IAOxB,OAAO;QACL,QAAQ,EAAE,8CAA8C,CAAC;YACvD,WAAW,EAAE,OAAO,CAAC,WAAW;SACjC,CAAC;QACF,OAAO,EAAE,KAAK,UAAU,6CAA6C,CACnE,GAAG;YAEH,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,CAAC,sCAAsC,CACvD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8CAA8C,CAC5D,UAAgD;IAEhD,OAAO;QACL,eAAe;QACf,wBAAwB;QACxB,mBAAmB;QACnB,UAAU;KACX,CAAC;AACJ,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeOpenAPIQuery, ComputeInfrastructureGetComputeOpenAPIQueryData, prefetchComputeInfrastructureGetComputeOpenAPI, queryKeyComputeInfrastructureGetComputeOpenAPI } from "./computeInfrastructureGetComputeOpenAPI.core.js";
|
|
9
|
-
export { buildComputeInfrastructureGetComputeOpenAPIQuery, type ComputeInfrastructureGetComputeOpenAPIQueryData, prefetchComputeInfrastructureGetComputeOpenAPI, queryKeyComputeInfrastructureGetComputeOpenAPI, };
|
|
10
|
-
export type ComputeInfrastructureGetComputeOpenAPIQueryError = SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
11
|
-
/**
|
|
12
|
-
* Get the OpenAPI document
|
|
13
|
-
*/
|
|
14
|
-
export declare function useComputeInfrastructureGetComputeOpenAPI(request: operations.GetComputeOpenAPIRequest, options?: QueryHookOptions<ComputeInfrastructureGetComputeOpenAPIQueryData, ComputeInfrastructureGetComputeOpenAPIQueryError>): UseQueryResult<ComputeInfrastructureGetComputeOpenAPIQueryData, ComputeInfrastructureGetComputeOpenAPIQueryError>;
|
|
15
|
-
/**
|
|
16
|
-
* Get the OpenAPI document
|
|
17
|
-
*/
|
|
18
|
-
export declare function useComputeInfrastructureGetComputeOpenAPISuspense(request: operations.GetComputeOpenAPIRequest, options?: SuspenseQueryHookOptions<ComputeInfrastructureGetComputeOpenAPIQueryData, ComputeInfrastructureGetComputeOpenAPIQueryError>): UseSuspenseQueryResult<ComputeInfrastructureGetComputeOpenAPIQueryData, ComputeInfrastructureGetComputeOpenAPIQueryError>;
|
|
19
|
-
export declare function setComputeInfrastructureGetComputeOpenAPIData(client: QueryClient, queryKeyBase: [parameters: {
|
|
20
|
-
xOnBehalfOf?: string | undefined;
|
|
21
|
-
}], data: ComputeInfrastructureGetComputeOpenAPIQueryData): ComputeInfrastructureGetComputeOpenAPIQueryData | undefined;
|
|
22
|
-
export declare function invalidateComputeInfrastructureGetComputeOpenAPI(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
23
|
-
parameters: {
|
|
24
|
-
xOnBehalfOf?: string | undefined;
|
|
25
|
-
}
|
|
26
|
-
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
27
|
-
export declare function invalidateAllComputeInfrastructureGetComputeOpenAPI(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
28
|
-
//# sourceMappingURL=computeInfrastructureGetComputeOpenAPI.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeOpenAPI.d.ts","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeOpenAPI.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,gDAAgD,EAChD,+CAA+C,EAC/C,8CAA8C,EAC9C,8CAA8C,EAC/C,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,gDAAgD,EAChD,KAAK,+CAA+C,EACpD,8CAA8C,EAC9C,8CAA8C,GAC/C,CAAC;AAEF,MAAM,MAAM,gDAAgD,GACxD,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CAAC;AAEvB;;GAEG;AACH,wBAAgB,yCAAyC,CACvD,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,gBAAgB,CACxB,+CAA+C,EAC/C,gDAAgD,CACjD,GACA,cAAc,CACf,+CAA+C,EAC/C,gDAAgD,CACjD,CAUA;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAC/D,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,wBAAwB,CAChC,+CAA+C,EAC/C,gDAAgD,CACjD,GACA,sBAAsB,CACvB,+CAA+C,EAC/C,gDAAgD,CACjD,CAUA;AAED,wBAAgB,6CAA6C,CAC3D,MAAM,EAAE,WAAW,EACnB,YAAY,EAAE,CAAC,UAAU,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC,EAChE,IAAI,EAAE,+CAA+C,GACpD,+CAA+C,GAAG,SAAS,CAO7D;AAED,wBAAgB,gDAAgD,CAC9D,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,mDAAmD,CACjE,MAAM,EAAE,WAAW,EACnB,OAAO,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,WAAW,GAAG,OAAO,CAAC,GACzE,OAAO,CAAC,IAAI,CAAC,CAKf"}
|
|
@@ -1,49 +0,0 @@
|
|
|
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 { buildComputeInfrastructureGetComputeOpenAPIQuery, prefetchComputeInfrastructureGetComputeOpenAPI, queryKeyComputeInfrastructureGetComputeOpenAPI, } from "./computeInfrastructureGetComputeOpenAPI.core.js";
|
|
7
|
-
export { buildComputeInfrastructureGetComputeOpenAPIQuery, prefetchComputeInfrastructureGetComputeOpenAPI, queryKeyComputeInfrastructureGetComputeOpenAPI, };
|
|
8
|
-
/**
|
|
9
|
-
* Get the OpenAPI document
|
|
10
|
-
*/
|
|
11
|
-
export function useComputeInfrastructureGetComputeOpenAPI(request, options) {
|
|
12
|
-
const client = useSDKContext();
|
|
13
|
-
return useQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeOpenAPIQuery(client, request, options),
|
|
15
|
-
...options,
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Get the OpenAPI document
|
|
20
|
-
*/
|
|
21
|
-
export function useComputeInfrastructureGetComputeOpenAPISuspense(request, options) {
|
|
22
|
-
const client = useSDKContext();
|
|
23
|
-
return useSuspenseQuery({
|
|
24
|
-
...buildComputeInfrastructureGetComputeOpenAPIQuery(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
export function setComputeInfrastructureGetComputeOpenAPIData(client, queryKeyBase, data) {
|
|
29
|
-
const key = queryKeyComputeInfrastructureGetComputeOpenAPI(...queryKeyBase);
|
|
30
|
-
return client.setQueryData(key, data);
|
|
31
|
-
}
|
|
32
|
-
export function invalidateComputeInfrastructureGetComputeOpenAPI(client, queryKeyBase, filters) {
|
|
33
|
-
return client.invalidateQueries({
|
|
34
|
-
...filters,
|
|
35
|
-
queryKey: [
|
|
36
|
-
"@meetkai/mka1",
|
|
37
|
-
"Compute Infrastructure",
|
|
38
|
-
"getComputeOpenAPI",
|
|
39
|
-
...queryKeyBase,
|
|
40
|
-
],
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
export function invalidateAllComputeInfrastructureGetComputeOpenAPI(client, filters) {
|
|
44
|
-
return client.invalidateQueries({
|
|
45
|
-
...filters,
|
|
46
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeOpenAPI"],
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=computeInfrastructureGetComputeOpenAPI.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeOpenAPI.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeOpenAPI.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,gDAAgD,EAEhD,8CAA8C,EAC9C,8CAA8C,GAC/C,MAAM,kDAAkD,CAAC;AAC1D,OAAO,EACL,gDAAgD,EAEhD,8CAA8C,EAC9C,8CAA8C,GAC/C,CAAC;AAYF;;GAEG;AACH,MAAM,UAAU,yCAAyC,CACvD,OAA4C,EAC5C,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,QAAQ,CAAC;QACd,GAAG,gDAAgD,CACjD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,iDAAiD,CAC/D,OAA4C,EAC5C,OAGC;IAKD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAC/B,OAAO,gBAAgB,CAAC;QACtB,GAAG,gDAAgD,CACjD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,MAAmB,EACnB,YAAgE,EAChE,IAAqD;IAErD,MAAM,GAAG,GAAG,8CAA8C,CAAC,GAAG,YAAY,CAAC,CAAC;IAE5E,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,MAAmB,EACnB,YAEC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,eAAe;YACf,wBAAwB;YACxB,mBAAmB;YACnB,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,mDAAmD,CACjE,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE,CAAC,eAAe,EAAE,wBAAwB,EAAE,mBAAmB,CAAC;KAC3E,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
-
import * as components from "../models/components/index.js";
|
|
3
|
-
import * as operations from "../models/operations/index.js";
|
|
4
|
-
export declare class ComputeInfrastructure extends ClientSDK {
|
|
5
|
-
/**
|
|
6
|
-
* View API documentation
|
|
7
|
-
*/
|
|
8
|
-
getComputeDocs(request: operations.GetComputeDocsRequest, options?: RequestOptions): Promise<string>;
|
|
9
|
-
/**
|
|
10
|
-
* Health check
|
|
11
|
-
*/
|
|
12
|
-
getComputeHealth(request: operations.GetComputeHealthRequest, options?: RequestOptions): Promise<components.ComputeHealth>;
|
|
13
|
-
/**
|
|
14
|
-
* Get the OpenAPI document
|
|
15
|
-
*/
|
|
16
|
-
getComputeOpenAPI(request: operations.GetComputeOpenAPIRequest, options?: RequestOptions): Promise<operations.GetComputeOpenAPIResponseBody>;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=computeinfrastructure.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeinfrastructure.d.ts","sourceRoot":"","sources":["../../../src/sdk/computeinfrastructure.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,qBAAsB,SAAQ,SAAS;IAClD;;OAEG;IACG,cAAc,CAClB,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC;IAQlB;;OAEG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,aAAa,CAAC;IAQpC;;OAEG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,6BAA6B,CAAC;CAOrD"}
|