/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Capability snapshot of the calling number, stamped at assign. Absent on pre-capability assignments. * @export * @interface TenantAttributesSettingsSchemaCallingCapabilities */ export interface TenantAttributesSettingsSchemaCallingCapabilities { /** * * @type {boolean} * @memberof TenantAttributesSettingsSchemaCallingCapabilities */ voice?: boolean; /** * * @type {boolean} * @memberof TenantAttributesSettingsSchemaCallingCapabilities */ sms?: boolean; /** * * @type {boolean} * @memberof TenantAttributesSettingsSchemaCallingCapabilities */ mms?: boolean; } /** * Check if a given object implements the TenantAttributesSettingsSchemaCallingCapabilities interface. */ export declare function instanceOfTenantAttributesSettingsSchemaCallingCapabilities(value: object): value is TenantAttributesSettingsSchemaCallingCapabilities; export declare function TenantAttributesSettingsSchemaCallingCapabilitiesFromJSON(json: any): TenantAttributesSettingsSchemaCallingCapabilities; export declare function TenantAttributesSettingsSchemaCallingCapabilitiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): TenantAttributesSettingsSchemaCallingCapabilities; export declare function TenantAttributesSettingsSchemaCallingCapabilitiesToJSON(json: any): TenantAttributesSettingsSchemaCallingCapabilities; export declare function TenantAttributesSettingsSchemaCallingCapabilitiesToJSONTyped(value?: TenantAttributesSettingsSchemaCallingCapabilities | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TenantAttributesSettingsSchemaCallingCapabilities.d.ts.map