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