{"version":3,"file":"PatchMemoRequest-DqaB1U2E.js","sources":["../../../app/javascript/entrypoints/output/models/PatchMemoRequest.ts"],"sourcesContent":["/* tslint:disable */\n/* eslint-disable */\n/**\n * imarket\n * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n *\n * The version of the OpenAPI document: 1.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { exists, mapValues } from '../runtime';\n/**\n * \n * @export\n * @interface PatchMemoRequest\n */\nexport interface PatchMemoRequest {\n /**\n * \n * @type {string}\n * @memberof PatchMemoRequest\n */\n content?: string;\n /**\n * \n * @type {string}\n * @memberof PatchMemoRequest\n */\n url?: string;\n}\n\n/**\n * Check if a given object implements the PatchMemoRequest interface.\n */\nexport function instanceOfPatchMemoRequest(value: object): boolean {\n let isInstance = true;\n\n return isInstance;\n}\n\nexport function PatchMemoRequestFromJSON(json: any): PatchMemoRequest {\n return PatchMemoRequestFromJSONTyped(json, false);\n}\n\nexport function PatchMemoRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchMemoRequest {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'content': !exists(json, 'content') ? undefined : json['content'],\n 'url': !exists(json, 'url') ? undefined : json['url'],\n };\n}\n\nexport function PatchMemoRequestToJSON(value?: PatchMemoRequest | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'content': value.content,\n 'url': value.url,\n };\n}\n\n"],"names":["PatchMemoRequestToJSON","value"],"mappings":"AA2DO,SAASA,EAAuBC,EAAsC,CACzE,GAAIA,IAAU,OAGd,OAAIA,IAAU,KACH,KAEJ,CAEH,QAAWA,EAAM,QACjB,IAAOA,EAAM,GAAA,CAErB"}