{"version":3,"file":"GetStockPrices200Response-BWUZpx9L.js","sources":["../../../app/javascript/entrypoints/output/models/GetStockPrices200Response.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';\nimport type { StockPrices } from './StockPrices';\nimport {\n StockPricesFromJSON,\n StockPricesFromJSONTyped,\n StockPricesToJSON,\n} from './StockPrices';\n\n/**\n * \n * @export\n * @interface GetStockPrices200Response\n */\nexport interface GetStockPrices200Response {\n /**\n * \n * @type {StockPrices}\n * @memberof GetStockPrices200Response\n */\n current_year: StockPrices;\n /**\n * \n * @type {StockPrices}\n * @memberof GetStockPrices200Response\n */\n entire_period: StockPrices;\n}\n\n/**\n * Check if a given object implements the GetStockPrices200Response interface.\n */\nexport function instanceOfGetStockPrices200Response(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"current_year\" in value;\n isInstance = isInstance && \"entire_period\" in value;\n\n return isInstance;\n}\n\nexport function GetStockPrices200ResponseFromJSON(json: any): GetStockPrices200Response {\n return GetStockPrices200ResponseFromJSONTyped(json, false);\n}\n\nexport function GetStockPrices200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetStockPrices200Response {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'current_year': StockPricesFromJSON(json['current_year']),\n 'entire_period': StockPricesFromJSON(json['entire_period']),\n };\n}\n\nexport function GetStockPrices200ResponseToJSON(value?: GetStockPrices200Response | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'current_year': StockPricesToJSON(value.current_year),\n 'entire_period': StockPricesToJSON(value.entire_period),\n };\n}\n\n"],"names":["GetStockPrices200ResponseFromJSON","json","GetStockPrices200ResponseFromJSONTyped","ignoreDiscriminator","StockPricesFromJSON"],"mappings":"8CAqDO,SAASA,EAAkCC,EAAsC,CAC7E,OAAAC,EAAuCD,CAAW,CAC7D,CAEgB,SAAAC,EAAuCD,EAAWE,EAAyD,CAClH,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,aAAgBG,EAAoBH,EAAK,YAAe,EACxD,cAAiBG,EAAoBH,EAAK,aAAgB,CAAA,CAElE"}