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.BadDomainUrl2ToJSONTyped = exports.BadDomainUrl2ToJSON = exports.BadDomainUrl2FromJSONTyped = exports.BadDomainUrl2FromJSON = exports.instanceOfBadDomainUrl2 = void 0; /** * Check if a given object implements the BadDomainUrl2 interface. */ function instanceOfBadDomainUrl2(value) { return true; } exports.instanceOfBadDomainUrl2 = instanceOfBadDomainUrl2; function BadDomainUrl2FromJSON(json) { return BadDomainUrl2FromJSONTyped(json, false); } exports.BadDomainUrl2FromJSON = BadDomainUrl2FromJSON; function BadDomainUrl2FromJSONTyped(json, ignoreDiscriminator) { return json; } exports.BadDomainUrl2FromJSONTyped = BadDomainUrl2FromJSONTyped; function BadDomainUrl2ToJSON(json) { return BadDomainUrl2ToJSONTyped(json, false); } exports.BadDomainUrl2ToJSON = BadDomainUrl2ToJSON; function BadDomainUrl2ToJSONTyped(value, ignoreDiscriminator = false) { return value; } exports.BadDomainUrl2ToJSONTyped = BadDomainUrl2ToJSONTyped;