UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
40 lines (39 loc) 1.49 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.22 * 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.BadDomainUrl1ToJSONTyped = exports.BadDomainUrl1ToJSON = exports.BadDomainUrl1FromJSONTyped = exports.BadDomainUrl1FromJSON = exports.instanceOfBadDomainUrl1 = void 0; /** * Check if a given object implements the BadDomainUrl1 interface. */ function instanceOfBadDomainUrl1(value) { return true; } exports.instanceOfBadDomainUrl1 = instanceOfBadDomainUrl1; function BadDomainUrl1FromJSON(json) { return BadDomainUrl1FromJSONTyped(json, false); } exports.BadDomainUrl1FromJSON = BadDomainUrl1FromJSON; function BadDomainUrl1FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.BadDomainUrl1FromJSONTyped = BadDomainUrl1FromJSONTyped; function BadDomainUrl1ToJSON(json) { return BadDomainUrl1ToJSONTyped(json, false); } exports.BadDomainUrl1ToJSON = BadDomainUrl1ToJSON; function BadDomainUrl1ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.BadDomainUrl1ToJSONTyped = BadDomainUrl1ToJSONTyped;