@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,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.prefetchComputeInfrastructureGetComputeDocs = prefetchComputeInfrastructureGetComputeDocs;
|
|
7
|
-
exports.buildComputeInfrastructureGetComputeDocsQuery = buildComputeInfrastructureGetComputeDocsQuery;
|
|
8
|
-
exports.queryKeyComputeInfrastructureGetComputeDocs = queryKeyComputeInfrastructureGetComputeDocs;
|
|
9
|
-
const computeInfrastructureGetComputeDocs_js_1 = require("../funcs/computeInfrastructureGetComputeDocs.js");
|
|
10
|
-
const primitives_js_1 = require("../lib/primitives.js");
|
|
11
|
-
const fp_js_1 = require("../types/fp.js");
|
|
12
|
-
function prefetchComputeInfrastructureGetComputeDocs(queryClient, client$, request, options) {
|
|
13
|
-
return queryClient.prefetchQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeDocsQuery(client$, request, options),
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
function buildComputeInfrastructureGetComputeDocsQuery(client$, request, options) {
|
|
18
|
-
return {
|
|
19
|
-
queryKey: queryKeyComputeInfrastructureGetComputeDocs({
|
|
20
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
21
|
-
}),
|
|
22
|
-
queryFn: async function computeInfrastructureGetComputeDocsQueryFn(ctx) {
|
|
23
|
-
const sig = (0, primitives_js_1.combineSignals)(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
24
|
-
const mergedOptions = {
|
|
25
|
-
...options?.fetchOptions,
|
|
26
|
-
...options,
|
|
27
|
-
signal: sig,
|
|
28
|
-
};
|
|
29
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeDocs_js_1.computeInfrastructureGetComputeDocs)(client$, request, mergedOptions));
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
function queryKeyComputeInfrastructureGetComputeDocs(parameters) {
|
|
34
|
-
return [
|
|
35
|
-
"@meetkai/mka1",
|
|
36
|
-
"Compute Infrastructure",
|
|
37
|
-
"getComputeDocs",
|
|
38
|
-
parameters,
|
|
39
|
-
];
|
|
40
|
-
}
|
|
41
|
-
//# 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;;AAeH,kGAaC;AAED,sGAmCC;AAED,kGASC;AApED,4GAAsG;AACtG,wDAAsD;AAGtD,0CAA6C;AAG7C,SAAgB,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,SAAgB,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,IAAA,8BAAc,EACxB,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,IAAA,mBAAW,EAAC,IAAA,4EAAmC,EACpD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAgB,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,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.queryKeyComputeInfrastructureGetComputeDocs = exports.prefetchComputeInfrastructureGetComputeDocs = exports.buildComputeInfrastructureGetComputeDocsQuery = void 0;
|
|
7
|
-
exports.useComputeInfrastructureGetComputeDocs = useComputeInfrastructureGetComputeDocs;
|
|
8
|
-
exports.useComputeInfrastructureGetComputeDocsSuspense = useComputeInfrastructureGetComputeDocsSuspense;
|
|
9
|
-
exports.setComputeInfrastructureGetComputeDocsData = setComputeInfrastructureGetComputeDocsData;
|
|
10
|
-
exports.invalidateComputeInfrastructureGetComputeDocs = invalidateComputeInfrastructureGetComputeDocs;
|
|
11
|
-
exports.invalidateAllComputeInfrastructureGetComputeDocs = invalidateAllComputeInfrastructureGetComputeDocs;
|
|
12
|
-
const react_query_1 = require("@tanstack/react-query");
|
|
13
|
-
const _context_js_1 = require("./_context.js");
|
|
14
|
-
const computeInfrastructureGetComputeDocs_core_js_1 = require("./computeInfrastructureGetComputeDocs.core.js");
|
|
15
|
-
Object.defineProperty(exports, "buildComputeInfrastructureGetComputeDocsQuery", { enumerable: true, get: function () { return computeInfrastructureGetComputeDocs_core_js_1.buildComputeInfrastructureGetComputeDocsQuery; } });
|
|
16
|
-
Object.defineProperty(exports, "prefetchComputeInfrastructureGetComputeDocs", { enumerable: true, get: function () { return computeInfrastructureGetComputeDocs_core_js_1.prefetchComputeInfrastructureGetComputeDocs; } });
|
|
17
|
-
Object.defineProperty(exports, "queryKeyComputeInfrastructureGetComputeDocs", { enumerable: true, get: function () { return computeInfrastructureGetComputeDocs_core_js_1.queryKeyComputeInfrastructureGetComputeDocs; } });
|
|
18
|
-
/**
|
|
19
|
-
* View API documentation
|
|
20
|
-
*/
|
|
21
|
-
function useComputeInfrastructureGetComputeDocs(request, options) {
|
|
22
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
23
|
-
return (0, react_query_1.useQuery)({
|
|
24
|
-
...(0, computeInfrastructureGetComputeDocs_core_js_1.buildComputeInfrastructureGetComputeDocsQuery)(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* View API documentation
|
|
30
|
-
*/
|
|
31
|
-
function useComputeInfrastructureGetComputeDocsSuspense(request, options) {
|
|
32
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
33
|
-
return (0, react_query_1.useSuspenseQuery)({
|
|
34
|
-
...(0, computeInfrastructureGetComputeDocs_core_js_1.buildComputeInfrastructureGetComputeDocsQuery)(client, request, options),
|
|
35
|
-
...options,
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
function setComputeInfrastructureGetComputeDocsData(client, queryKeyBase, data) {
|
|
39
|
-
const key = (0, computeInfrastructureGetComputeDocs_core_js_1.queryKeyComputeInfrastructureGetComputeDocs)(...queryKeyBase);
|
|
40
|
-
return client.setQueryData(key, data);
|
|
41
|
-
}
|
|
42
|
-
function invalidateComputeInfrastructureGetComputeDocs(client, queryKeyBase, filters) {
|
|
43
|
-
return client.invalidateQueries({
|
|
44
|
-
...filters,
|
|
45
|
-
queryKey: [
|
|
46
|
-
"@meetkai/mka1",
|
|
47
|
-
"Compute Infrastructure",
|
|
48
|
-
"getComputeDocs",
|
|
49
|
-
...queryKeyBase,
|
|
50
|
-
],
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
function invalidateAllComputeInfrastructureGetComputeDocs(client, filters) {
|
|
54
|
-
return client.invalidateQueries({
|
|
55
|
-
...filters,
|
|
56
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeDocs"],
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeDocs.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAqDH,wFAmBC;AAKD,wGAmBC;AAED,gGAWC;AAED,sGAgBC;AAED,4GAQC;AAvID,uDAO+B;AAY/B,+CAA8C;AAM9C,+GAKuD;AAErD,8HANA,2FAA6C,OAMA;AAE7C,4HANA,yFAA2C,OAMA;AAC3C,4HANA,yFAA2C,OAMA;AAa7C;;GAEG;AACH,SAAgB,sCAAsC,CACpD,OAAyC,EACzC,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,sBAAQ,EAAC;QACd,GAAG,IAAA,2FAA6C,EAC9C,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,SAAgB,8CAA8C,CAC5D,OAAyC,EACzC,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,8BAAgB,EAAC;QACtB,GAAG,IAAA,2FAA6C,EAC9C,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,0CAA0C,CACxD,MAAmB,EACnB,YAAgE,EAChE,IAAkD;IAElD,MAAM,GAAG,GAAG,IAAA,yFAA2C,EAAC,GAAG,YAAY,CAAC,CAAC;IAEzE,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,SAAgB,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,SAAgB,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,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.prefetchComputeInfrastructureGetComputeHealth = prefetchComputeInfrastructureGetComputeHealth;
|
|
7
|
-
exports.buildComputeInfrastructureGetComputeHealthQuery = buildComputeInfrastructureGetComputeHealthQuery;
|
|
8
|
-
exports.queryKeyComputeInfrastructureGetComputeHealth = queryKeyComputeInfrastructureGetComputeHealth;
|
|
9
|
-
const computeInfrastructureGetComputeHealth_js_1 = require("../funcs/computeInfrastructureGetComputeHealth.js");
|
|
10
|
-
const primitives_js_1 = require("../lib/primitives.js");
|
|
11
|
-
const fp_js_1 = require("../types/fp.js");
|
|
12
|
-
function prefetchComputeInfrastructureGetComputeHealth(queryClient, client$, request, options) {
|
|
13
|
-
return queryClient.prefetchQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeHealthQuery(client$, request, options),
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
function buildComputeInfrastructureGetComputeHealthQuery(client$, request, options) {
|
|
18
|
-
return {
|
|
19
|
-
queryKey: queryKeyComputeInfrastructureGetComputeHealth({
|
|
20
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
21
|
-
}),
|
|
22
|
-
queryFn: async function computeInfrastructureGetComputeHealthQueryFn(ctx) {
|
|
23
|
-
const sig = (0, primitives_js_1.combineSignals)(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
24
|
-
const mergedOptions = {
|
|
25
|
-
...options?.fetchOptions,
|
|
26
|
-
...options,
|
|
27
|
-
signal: sig,
|
|
28
|
-
};
|
|
29
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeHealth_js_1.computeInfrastructureGetComputeHealth)(client$, request, mergedOptions));
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
function queryKeyComputeInfrastructureGetComputeHealth(parameters) {
|
|
34
|
-
return [
|
|
35
|
-
"@meetkai/mka1",
|
|
36
|
-
"Compute Infrastructure",
|
|
37
|
-
"getComputeHealth",
|
|
38
|
-
parameters,
|
|
39
|
-
];
|
|
40
|
-
}
|
|
41
|
-
//# 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;;AAiBH,sGAaC;AAED,0GAmCC;AAED,sGASC;AAtED,gHAA0G;AAC1G,wDAAsD;AAItD,0CAA6C;AAI7C,SAAgB,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,SAAgB,+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,IAAA,8BAAc,EACxB,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,IAAA,mBAAW,EAAC,IAAA,gFAAqC,EACtD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAgB,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,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.queryKeyComputeInfrastructureGetComputeHealth = exports.prefetchComputeInfrastructureGetComputeHealth = exports.buildComputeInfrastructureGetComputeHealthQuery = void 0;
|
|
7
|
-
exports.useComputeInfrastructureGetComputeHealth = useComputeInfrastructureGetComputeHealth;
|
|
8
|
-
exports.useComputeInfrastructureGetComputeHealthSuspense = useComputeInfrastructureGetComputeHealthSuspense;
|
|
9
|
-
exports.setComputeInfrastructureGetComputeHealthData = setComputeInfrastructureGetComputeHealthData;
|
|
10
|
-
exports.invalidateComputeInfrastructureGetComputeHealth = invalidateComputeInfrastructureGetComputeHealth;
|
|
11
|
-
exports.invalidateAllComputeInfrastructureGetComputeHealth = invalidateAllComputeInfrastructureGetComputeHealth;
|
|
12
|
-
const react_query_1 = require("@tanstack/react-query");
|
|
13
|
-
const _context_js_1 = require("./_context.js");
|
|
14
|
-
const computeInfrastructureGetComputeHealth_core_js_1 = require("./computeInfrastructureGetComputeHealth.core.js");
|
|
15
|
-
Object.defineProperty(exports, "buildComputeInfrastructureGetComputeHealthQuery", { enumerable: true, get: function () { return computeInfrastructureGetComputeHealth_core_js_1.buildComputeInfrastructureGetComputeHealthQuery; } });
|
|
16
|
-
Object.defineProperty(exports, "prefetchComputeInfrastructureGetComputeHealth", { enumerable: true, get: function () { return computeInfrastructureGetComputeHealth_core_js_1.prefetchComputeInfrastructureGetComputeHealth; } });
|
|
17
|
-
Object.defineProperty(exports, "queryKeyComputeInfrastructureGetComputeHealth", { enumerable: true, get: function () { return computeInfrastructureGetComputeHealth_core_js_1.queryKeyComputeInfrastructureGetComputeHealth; } });
|
|
18
|
-
/**
|
|
19
|
-
* Health check
|
|
20
|
-
*/
|
|
21
|
-
function useComputeInfrastructureGetComputeHealth(request, options) {
|
|
22
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
23
|
-
return (0, react_query_1.useQuery)({
|
|
24
|
-
...(0, computeInfrastructureGetComputeHealth_core_js_1.buildComputeInfrastructureGetComputeHealthQuery)(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Health check
|
|
30
|
-
*/
|
|
31
|
-
function useComputeInfrastructureGetComputeHealthSuspense(request, options) {
|
|
32
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
33
|
-
return (0, react_query_1.useSuspenseQuery)({
|
|
34
|
-
...(0, computeInfrastructureGetComputeHealth_core_js_1.buildComputeInfrastructureGetComputeHealthQuery)(client, request, options),
|
|
35
|
-
...options,
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
function setComputeInfrastructureGetComputeHealthData(client, queryKeyBase, data) {
|
|
39
|
-
const key = (0, computeInfrastructureGetComputeHealth_core_js_1.queryKeyComputeInfrastructureGetComputeHealth)(...queryKeyBase);
|
|
40
|
-
return client.setQueryData(key, data);
|
|
41
|
-
}
|
|
42
|
-
function invalidateComputeInfrastructureGetComputeHealth(client, queryKeyBase, filters) {
|
|
43
|
-
return client.invalidateQueries({
|
|
44
|
-
...filters,
|
|
45
|
-
queryKey: [
|
|
46
|
-
"@meetkai/mka1",
|
|
47
|
-
"Compute Infrastructure",
|
|
48
|
-
"getComputeHealth",
|
|
49
|
-
...queryKeyBase,
|
|
50
|
-
],
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
function invalidateAllComputeInfrastructureGetComputeHealth(client, filters) {
|
|
54
|
-
return client.invalidateQueries({
|
|
55
|
-
...filters,
|
|
56
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeHealth"],
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=computeInfrastructureGetComputeHealth.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeHealth.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeHealth.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAqDH,4FAmBC;AAKD,4GAmBC;AAED,oGAWC;AAED,0GAgBC;AAED,gHAQC;AAvID,uDAO+B;AAY/B,+CAA8C;AAM9C,mHAKyD;AAEvD,gIANA,+FAA+C,OAMA;AAE/C,8HANA,6FAA6C,OAMA;AAC7C,8HANA,6FAA6C,OAMA;AAa/C;;GAEG;AACH,SAAgB,wCAAwC,CACtD,OAA2C,EAC3C,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,sBAAQ,EAAC;QACd,GAAG,IAAA,+FAA+C,EAChD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,SAAgB,gDAAgD,CAC9D,OAA2C,EAC3C,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,8BAAgB,EAAC;QACtB,GAAG,IAAA,+FAA+C,EAChD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,4CAA4C,CAC1D,MAAmB,EACnB,YAAgE,EAChE,IAAoD;IAEpD,MAAM,GAAG,GAAG,IAAA,6FAA6C,EAAC,GAAG,YAAY,CAAC,CAAC;IAE3E,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,SAAgB,+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,SAAgB,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,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.prefetchComputeInfrastructureGetComputeOpenAPI = prefetchComputeInfrastructureGetComputeOpenAPI;
|
|
7
|
-
exports.buildComputeInfrastructureGetComputeOpenAPIQuery = buildComputeInfrastructureGetComputeOpenAPIQuery;
|
|
8
|
-
exports.queryKeyComputeInfrastructureGetComputeOpenAPI = queryKeyComputeInfrastructureGetComputeOpenAPI;
|
|
9
|
-
const computeInfrastructureGetComputeOpenAPI_js_1 = require("../funcs/computeInfrastructureGetComputeOpenAPI.js");
|
|
10
|
-
const primitives_js_1 = require("../lib/primitives.js");
|
|
11
|
-
const fp_js_1 = require("../types/fp.js");
|
|
12
|
-
function prefetchComputeInfrastructureGetComputeOpenAPI(queryClient, client$, request, options) {
|
|
13
|
-
return queryClient.prefetchQuery({
|
|
14
|
-
...buildComputeInfrastructureGetComputeOpenAPIQuery(client$, request, options),
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
function buildComputeInfrastructureGetComputeOpenAPIQuery(client$, request, options) {
|
|
18
|
-
return {
|
|
19
|
-
queryKey: queryKeyComputeInfrastructureGetComputeOpenAPI({
|
|
20
|
-
xOnBehalfOf: request.xOnBehalfOf,
|
|
21
|
-
}),
|
|
22
|
-
queryFn: async function computeInfrastructureGetComputeOpenAPIQueryFn(ctx) {
|
|
23
|
-
const sig = (0, primitives_js_1.combineSignals)(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
24
|
-
const mergedOptions = {
|
|
25
|
-
...options?.fetchOptions,
|
|
26
|
-
...options,
|
|
27
|
-
signal: sig,
|
|
28
|
-
};
|
|
29
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeOpenAPI_js_1.computeInfrastructureGetComputeOpenAPI)(client$, request, mergedOptions));
|
|
30
|
-
},
|
|
31
|
-
};
|
|
32
|
-
}
|
|
33
|
-
function queryKeyComputeInfrastructureGetComputeOpenAPI(parameters) {
|
|
34
|
-
return [
|
|
35
|
-
"@meetkai/mka1",
|
|
36
|
-
"Compute Infrastructure",
|
|
37
|
-
"getComputeOpenAPI",
|
|
38
|
-
parameters,
|
|
39
|
-
];
|
|
40
|
-
}
|
|
41
|
-
//# 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;;AAgBH,wGAaC;AAED,4GAmCC;AAED,wGASC;AArED,kHAA4G;AAC5G,wDAAsD;AAGtD,0CAA6C;AAI7C,SAAgB,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,SAAgB,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,IAAA,8BAAc,EACxB,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,IAAA,mBAAW,EAAC,IAAA,kFAAsC,EACvD,OAAO,EACP,OAAO,EACP,aAAa,CACd,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC;AAED,SAAgB,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,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.queryKeyComputeInfrastructureGetComputeOpenAPI = exports.prefetchComputeInfrastructureGetComputeOpenAPI = exports.buildComputeInfrastructureGetComputeOpenAPIQuery = void 0;
|
|
7
|
-
exports.useComputeInfrastructureGetComputeOpenAPI = useComputeInfrastructureGetComputeOpenAPI;
|
|
8
|
-
exports.useComputeInfrastructureGetComputeOpenAPISuspense = useComputeInfrastructureGetComputeOpenAPISuspense;
|
|
9
|
-
exports.setComputeInfrastructureGetComputeOpenAPIData = setComputeInfrastructureGetComputeOpenAPIData;
|
|
10
|
-
exports.invalidateComputeInfrastructureGetComputeOpenAPI = invalidateComputeInfrastructureGetComputeOpenAPI;
|
|
11
|
-
exports.invalidateAllComputeInfrastructureGetComputeOpenAPI = invalidateAllComputeInfrastructureGetComputeOpenAPI;
|
|
12
|
-
const react_query_1 = require("@tanstack/react-query");
|
|
13
|
-
const _context_js_1 = require("./_context.js");
|
|
14
|
-
const computeInfrastructureGetComputeOpenAPI_core_js_1 = require("./computeInfrastructureGetComputeOpenAPI.core.js");
|
|
15
|
-
Object.defineProperty(exports, "buildComputeInfrastructureGetComputeOpenAPIQuery", { enumerable: true, get: function () { return computeInfrastructureGetComputeOpenAPI_core_js_1.buildComputeInfrastructureGetComputeOpenAPIQuery; } });
|
|
16
|
-
Object.defineProperty(exports, "prefetchComputeInfrastructureGetComputeOpenAPI", { enumerable: true, get: function () { return computeInfrastructureGetComputeOpenAPI_core_js_1.prefetchComputeInfrastructureGetComputeOpenAPI; } });
|
|
17
|
-
Object.defineProperty(exports, "queryKeyComputeInfrastructureGetComputeOpenAPI", { enumerable: true, get: function () { return computeInfrastructureGetComputeOpenAPI_core_js_1.queryKeyComputeInfrastructureGetComputeOpenAPI; } });
|
|
18
|
-
/**
|
|
19
|
-
* Get the OpenAPI document
|
|
20
|
-
*/
|
|
21
|
-
function useComputeInfrastructureGetComputeOpenAPI(request, options) {
|
|
22
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
23
|
-
return (0, react_query_1.useQuery)({
|
|
24
|
-
...(0, computeInfrastructureGetComputeOpenAPI_core_js_1.buildComputeInfrastructureGetComputeOpenAPIQuery)(client, request, options),
|
|
25
|
-
...options,
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Get the OpenAPI document
|
|
30
|
-
*/
|
|
31
|
-
function useComputeInfrastructureGetComputeOpenAPISuspense(request, options) {
|
|
32
|
-
const client = (0, _context_js_1.useSDKContext)();
|
|
33
|
-
return (0, react_query_1.useSuspenseQuery)({
|
|
34
|
-
...(0, computeInfrastructureGetComputeOpenAPI_core_js_1.buildComputeInfrastructureGetComputeOpenAPIQuery)(client, request, options),
|
|
35
|
-
...options,
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
function setComputeInfrastructureGetComputeOpenAPIData(client, queryKeyBase, data) {
|
|
39
|
-
const key = (0, computeInfrastructureGetComputeOpenAPI_core_js_1.queryKeyComputeInfrastructureGetComputeOpenAPI)(...queryKeyBase);
|
|
40
|
-
return client.setQueryData(key, data);
|
|
41
|
-
}
|
|
42
|
-
function invalidateComputeInfrastructureGetComputeOpenAPI(client, queryKeyBase, filters) {
|
|
43
|
-
return client.invalidateQueries({
|
|
44
|
-
...filters,
|
|
45
|
-
queryKey: [
|
|
46
|
-
"@meetkai/mka1",
|
|
47
|
-
"Compute Infrastructure",
|
|
48
|
-
"getComputeOpenAPI",
|
|
49
|
-
...queryKeyBase,
|
|
50
|
-
],
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
function invalidateAllComputeInfrastructureGetComputeOpenAPI(client, filters) {
|
|
54
|
-
return client.invalidateQueries({
|
|
55
|
-
...filters,
|
|
56
|
-
queryKey: ["@meetkai/mka1", "Compute Infrastructure", "getComputeOpenAPI"],
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
//# sourceMappingURL=computeInfrastructureGetComputeOpenAPI.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeOpenAPI.js","sourceRoot":"","sources":["../../../src/react-query/computeInfrastructureGetComputeOpenAPI.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAqDH,8FAmBC;AAKD,8GAmBC;AAED,sGAWC;AAED,4GAgBC;AAED,kHAQC;AAvID,uDAO+B;AAY/B,+CAA8C;AAM9C,qHAK0D;AAExD,iIANA,iGAAgD,OAMA;AAEhD,+HANA,+FAA8C,OAMA;AAC9C,+HANA,+FAA8C,OAMA;AAahD;;GAEG;AACH,SAAgB,yCAAyC,CACvD,OAA4C,EAC5C,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,sBAAQ,EAAC;QACd,GAAG,IAAA,iGAAgD,EACjD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;GAEG;AACH,SAAgB,iDAAiD,CAC/D,OAA4C,EAC5C,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,2BAAa,GAAE,CAAC;IAC/B,OAAO,IAAA,8BAAgB,EAAC;QACtB,GAAG,IAAA,iGAAgD,EACjD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,6CAA6C,CAC3D,MAAmB,EACnB,YAAgE,EAChE,IAAqD;IAErD,MAAM,GAAG,GAAG,IAAA,+FAA8C,EAAC,GAAG,YAAY,CAAC,CAAC;IAE5E,OAAO,MAAM,CAAC,YAAY,CACxB,GAAG,EACH,IAAI,CACL,CAAC;AACJ,CAAC;AAED,SAAgB,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,SAAgB,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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ComputeInfrastructure = void 0;
|
|
7
|
-
const computeInfrastructureGetComputeDocs_js_1 = require("../funcs/computeInfrastructureGetComputeDocs.js");
|
|
8
|
-
const computeInfrastructureGetComputeHealth_js_1 = require("../funcs/computeInfrastructureGetComputeHealth.js");
|
|
9
|
-
const computeInfrastructureGetComputeOpenAPI_js_1 = require("../funcs/computeInfrastructureGetComputeOpenAPI.js");
|
|
10
|
-
const sdks_js_1 = require("../lib/sdks.js");
|
|
11
|
-
const fp_js_1 = require("../types/fp.js");
|
|
12
|
-
class ComputeInfrastructure extends sdks_js_1.ClientSDK {
|
|
13
|
-
/**
|
|
14
|
-
* View API documentation
|
|
15
|
-
*/
|
|
16
|
-
async getComputeDocs(request, options) {
|
|
17
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeDocs_js_1.computeInfrastructureGetComputeDocs)(this, request, options));
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Health check
|
|
21
|
-
*/
|
|
22
|
-
async getComputeHealth(request, options) {
|
|
23
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeHealth_js_1.computeInfrastructureGetComputeHealth)(this, request, options));
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Get the OpenAPI document
|
|
27
|
-
*/
|
|
28
|
-
async getComputeOpenAPI(request, options) {
|
|
29
|
-
return (0, fp_js_1.unwrapAsync)((0, computeInfrastructureGetComputeOpenAPI_js_1.computeInfrastructureGetComputeOpenAPI)(this, request, options));
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.ComputeInfrastructure = ComputeInfrastructure;
|
|
33
|
-
//# sourceMappingURL=computeinfrastructure.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeinfrastructure.js","sourceRoot":"","sources":["../../../src/sdk/computeinfrastructure.ts"],"names":[],"mappings":";AAAA;;GAEG;;;AAEH,4GAAsG;AACtG,gHAA0G;AAC1G,kHAA4G;AAC5G,4CAA2D;AAG3D,0CAA6C;AAE7C,MAAa,qBAAsB,SAAQ,mBAAS;IAClD;;OAEG;IACH,KAAK,CAAC,cAAc,CAClB,OAAyC,EACzC,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,4EAAmC,EACpD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,gBAAgB,CACpB,OAA2C,EAC3C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,gFAAqC,EACtD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,iBAAiB,CACrB,OAA4C,EAC5C,OAAwB;QAExB,OAAO,IAAA,mBAAW,EAAC,IAAA,kFAAsC,EACvD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF;AA1CD,sDA0CC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { SDKCore } from "../core.js";
|
|
2
|
-
import { RequestOptions } from "../lib/sdks.js";
|
|
3
|
-
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
4
|
-
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
5
|
-
import { SDKError } from "../models/errors/sdkerror.js";
|
|
6
|
-
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
7
|
-
import * as operations from "../models/operations/index.js";
|
|
8
|
-
import { APIPromise } from "../types/async.js";
|
|
9
|
-
import { Result } from "../types/fp.js";
|
|
10
|
-
/**
|
|
11
|
-
* View API documentation
|
|
12
|
-
*/
|
|
13
|
-
export declare function computeInfrastructureGetComputeDocs(client: SDKCore, request: operations.GetComputeDocsRequest, options?: RequestOptions): APIPromise<Result<string, SDKError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
|
|
14
|
-
//# sourceMappingURL=computeInfrastructureGetComputeDocs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"computeInfrastructureGetComputeDocs.d.ts","sourceRoot":"","sources":["../../../src/funcs/computeInfrastructureGetComputeDocs.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAMrC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAGhD,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;AAC5D,OAAO,EAAW,UAAU,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC;;GAEG;AACH,wBAAgB,mCAAmC,CACjD,MAAM,EAAE,OAAO,EACf,OAAO,EAAE,UAAU,CAAC,qBAAqB,EACzC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CACX,MAAM,CACJ,MAAM,EACJ,QAAQ,GACR,uBAAuB,GACvB,eAAe,GACf,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,qBAAqB,GACrB,kBAAkB,CACrB,CACF,CAMA"}
|