{"version":3,"file":"StockPrices-B_Xh0Ubf.js","sources":["../../../app/javascript/entrypoints/output/models/StockPrices.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 StockPrices\n */\nexport interface StockPrices {\n /**\n * \n * @type {Array}\n * @memberof StockPrices\n */\n data: Array;\n /**\n * \n * @type {Array}\n * @memberof StockPrices\n */\n x_label: Array;\n}\n\n/**\n * Check if a given object implements the StockPrices interface.\n */\nexport function instanceOfStockPrices(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"data\" in value;\n isInstance = isInstance && \"x_label\" in value;\n\n return isInstance;\n}\n\nexport function StockPricesFromJSON(json: any): StockPrices {\n return StockPricesFromJSONTyped(json, false);\n}\n\nexport function StockPricesFromJSONTyped(json: any, ignoreDiscriminator: boolean): StockPrices {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'data': json['data'],\n 'x_label': json['x_label'],\n };\n}\n\nexport function StockPricesToJSON(value?: StockPrices | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'data': value.data,\n 'x_label': value.x_label,\n };\n}\n\n"],"names":["StockPricesFromJSON","json","StockPricesFromJSONTyped","ignoreDiscriminator"],"mappings":"AA8CO,SAASA,EAAoBC,EAAwB,CACjD,OAAAC,EAAyBD,CAAW,CAC/C,CAEgB,SAAAC,EAAyBD,EAAWE,EAA2C,CACtF,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,KAAQA,EAAK,KACb,QAAWA,EAAK,OAAS,CAEjC"}