UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
36 lines (35 loc) 1.19 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * AskNews API * AskNews API * * The version of the OpenAPI document: 0.9.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.EntityGuaranteeToJSON = exports.EntityGuaranteeFromJSONTyped = exports.EntityGuaranteeFromJSON = exports.instanceOfEntityGuarantee = void 0; /** * Check if a given object implements the EntityGuarantee interface. */ function instanceOfEntityGuarantee(value) { return true; } exports.instanceOfEntityGuarantee = instanceOfEntityGuarantee; function EntityGuaranteeFromJSON(json) { return EntityGuaranteeFromJSONTyped(json, false); } exports.EntityGuaranteeFromJSON = EntityGuaranteeFromJSON; function EntityGuaranteeFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.EntityGuaranteeFromJSONTyped = EntityGuaranteeFromJSONTyped; function EntityGuaranteeToJSON(value) { return value; } exports.EntityGuaranteeToJSON = EntityGuaranteeToJSON;