/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { boundaryNodeLocationsGetApiV3BoundaryNodeLocations } from "../funcs/boundaryNodeLocationsGetApiV3BoundaryNodeLocations.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 BoundaryNodeLocations extends ClientSDK { async getApiV3BoundaryNodeLocations( request?: operations.GetApiV3BoundaryNodeLocationsRequest | undefined, options?: RequestOptions, ): Promise { return unwrapAsync(boundaryNodeLocationsGetApiV3BoundaryNodeLocations( this, request, options, )); } }