UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.4 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.21.1 * Contact: contact@emergentmethods.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportingVoiceToJSONTyped = exports.ReportingVoiceToJSON = exports.ReportingVoiceFromJSONTyped = exports.ReportingVoiceFromJSON = exports.instanceOfReportingVoice = void 0; /** * Check if a given object implements the ReportingVoice interface. */ function instanceOfReportingVoice(value) { return true; } exports.instanceOfReportingVoice = instanceOfReportingVoice; function ReportingVoiceFromJSON(json) { return ReportingVoiceFromJSONTyped(json, false); } exports.ReportingVoiceFromJSON = ReportingVoiceFromJSON; function ReportingVoiceFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.ReportingVoiceFromJSONTyped = ReportingVoiceFromJSONTyped; function ReportingVoiceToJSON(json) { return ReportingVoiceToJSONTyped(json, false); } exports.ReportingVoiceToJSON = ReportingVoiceToJSON; function ReportingVoiceToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.ReportingVoiceToJSONTyped = ReportingVoiceToJSONTyped;