UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.79 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod) * * The version of the OpenAPI document: 0.24.66 * 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.CreateDeepNewsRequestModelToJSONTyped = exports.CreateDeepNewsRequestModelToJSON = exports.CreateDeepNewsRequestModelFromJSONTyped = exports.CreateDeepNewsRequestModelFromJSON = exports.instanceOfCreateDeepNewsRequestModel = void 0; /** * Check if a given object implements the CreateDeepNewsRequestModel interface. */ function instanceOfCreateDeepNewsRequestModel(value) { return true; } exports.instanceOfCreateDeepNewsRequestModel = instanceOfCreateDeepNewsRequestModel; function CreateDeepNewsRequestModelFromJSON(json) { return CreateDeepNewsRequestModelFromJSONTyped(json, false); } exports.CreateDeepNewsRequestModelFromJSON = CreateDeepNewsRequestModelFromJSON; function CreateDeepNewsRequestModelFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.CreateDeepNewsRequestModelFromJSONTyped = CreateDeepNewsRequestModelFromJSONTyped; function CreateDeepNewsRequestModelToJSON(json) { return CreateDeepNewsRequestModelToJSONTyped(json, false); } exports.CreateDeepNewsRequestModelToJSON = CreateDeepNewsRequestModelToJSON; function CreateDeepNewsRequestModelToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.CreateDeepNewsRequestModelToJSONTyped = CreateDeepNewsRequestModelToJSONTyped;