UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (11 loc) 573 B
import { MessagingGetMessagingConfigResponse, OystehrClientRequest } from '../..'; import { SDKResource } from '../../client/client'; import { OystehrConfig } from '../../config'; export declare class Messaging extends SDKResource { #private; constructor(config: OystehrConfig); /** * Get an information about the Messaging services configuration. This information includes phone number, phone number type and also rate limits of each service. */ getMessagingConfig(request?: OystehrClientRequest): Promise<MessagingGetMessagingConfigResponse>; }