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