/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { imagesGetApiV3ImagesAccountsAccountAddressPng } from "../funcs/imagesGetApiV3ImagesAccountsAccountAddressPng.js"; import { imagesGetApiV3ImagesAccountsAccountAddressTransactionFlowPng } from "../funcs/imagesGetApiV3ImagesAccountsAccountAddressTransactionFlowPng.js"; import { imagesGetApiV3ImagesCanistersCanisterIdPng } from "../funcs/imagesGetApiV3ImagesCanistersCanisterIdPng.js"; import { imagesGetApiV3ImagesDataCentersDcIdPng } from "../funcs/imagesGetApiV3ImagesDataCentersDcIdPng.js"; import { imagesGetApiV3ImagesNeuronsNeuronIdPng } from "../funcs/imagesGetApiV3ImagesNeuronsNeuronIdPng.js"; import { imagesGetApiV3ImagesNodeProvidersNodeProviderIdPng } from "../funcs/imagesGetApiV3ImagesNodeProvidersNodeProviderIdPng.js"; import { imagesGetApiV3ImagesNodesNodeIdPng } from "../funcs/imagesGetApiV3ImagesNodesNodeIdPng.js"; import { imagesGetApiV3ImagesProposalsProposalIdPng } from "../funcs/imagesGetApiV3ImagesProposalsProposalIdPng.js"; import { imagesGetApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPng } from "../funcs/imagesGetApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPng.js"; import { imagesGetApiV3ImagesSubnetsSubnetIdPng } from "../funcs/imagesGetApiV3ImagesSubnetsSubnetIdPng.js"; import { imagesGetApiV3ImagesTransactionsTransactionHashPng } from "../funcs/imagesGetApiV3ImagesTransactionsTransactionHashPng.js"; import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; import { unwrapAsync } from "../types/fp.js"; export class Images extends ClientSDK { async getApiV3ImagesProposalsProposalIdPng( request: operations.GetApiV3ImagesProposalsProposalIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesProposalsProposalIdPng( this, request, options, )); } async getApiV3ImagesCanistersCanisterIdPng( request: operations.GetApiV3ImagesCanistersCanisterIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesCanistersCanisterIdPng( this, request, options, )); } async getApiV3ImagesDataCentersDcIdPng( request: operations.GetApiV3ImagesDataCentersDcIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesDataCentersDcIdPng( this, request, options, )); } async getApiV3ImagesNeuronsNeuronIdPng( request: operations.GetApiV3ImagesNeuronsNeuronIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesNeuronsNeuronIdPng( this, request, options, )); } async getApiV3ImagesNodesNodeIdPng( request: operations.GetApiV3ImagesNodesNodeIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesNodesNodeIdPng( this, request, options, )); } async getApiV3ImagesNodeProvidersNodeProviderIdPng( request: operations.GetApiV3ImagesNodeProvidersNodeProviderIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesNodeProvidersNodeProviderIdPng( this, request, options, )); } async getApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPng( request: operations.GetApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync( imagesGetApiV3ImagesSubnetReplicaVersionsReplicaVersionIdPng( this, request, options, ), ); } async getApiV3ImagesSubnetsSubnetIdPng( request: operations.GetApiV3ImagesSubnetsSubnetIdPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesSubnetsSubnetIdPng( this, request, options, )); } async getApiV3ImagesAccountsAccountAddressPng( request: operations.GetApiV3ImagesAccountsAccountAddressPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesAccountsAccountAddressPng( this, request, options, )); } async getApiV3ImagesAccountsAccountAddressTransactionFlowPng( request: operations.GetApiV3ImagesAccountsAccountAddressTransactionFlowPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync( imagesGetApiV3ImagesAccountsAccountAddressTransactionFlowPng( this, request, options, ), ); } async getApiV3ImagesTransactionsTransactionHashPng( request: operations.GetApiV3ImagesTransactionsTransactionHashPngRequest, options?: RequestOptions, ): Promise { return unwrapAsync(imagesGetApiV3ImagesTransactionsTransactionHashPng( this, request, options, )); } }