{"version":3,"file":"ResultsForecastShort-BAbKq40D.js","sources":["../../../app/javascript/entrypoints/output/models/ResultsForecastShort.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 ResultsForecastShort\n */\nexport interface ResultsForecastShort {\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n year: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n month: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n quarter: number;\n /**\n * \n * @type {string}\n * @memberof ResultsForecastShort\n */\n accounting_period: string;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n forecast_net_sales?: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n forecast_operating_income?: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n forecast_ordinary_income?: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n forecast_net_income?: number;\n /**\n * \n * @type {number}\n * @memberof ResultsForecastShort\n */\n forecast_net_income_per_share?: number;\n}\n\n/**\n * Check if a given object implements the ResultsForecastShort interface.\n */\nexport function instanceOfResultsForecastShort(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"year\" in value;\n isInstance = isInstance && \"month\" in value;\n isInstance = isInstance && \"quarter\" in value;\n isInstance = isInstance && \"accounting_period\" in value;\n\n return isInstance;\n}\n\nexport function ResultsForecastShortFromJSON(json: any): ResultsForecastShort {\n return ResultsForecastShortFromJSONTyped(json, false);\n}\n\nexport function ResultsForecastShortFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResultsForecastShort {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'year': json['year'],\n 'month': json['month'],\n 'quarter': json['quarter'],\n 'accounting_period': json['accounting_period'],\n 'forecast_net_sales': !exists(json, 'forecast_net_sales') ? undefined : json['forecast_net_sales'],\n 'forecast_operating_income': !exists(json, 'forecast_operating_income') ? undefined : json['forecast_operating_income'],\n 'forecast_ordinary_income': !exists(json, 'forecast_ordinary_income') ? undefined : json['forecast_ordinary_income'],\n 'forecast_net_income': !exists(json, 'forecast_net_income') ? undefined : json['forecast_net_income'],\n 'forecast_net_income_per_share': !exists(json, 'forecast_net_income_per_share') ? undefined : json['forecast_net_income_per_share'],\n };\n}\n\nexport function ResultsForecastShortToJSON(value?: ResultsForecastShort | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'year': value.year,\n 'month': value.month,\n 'quarter': value.quarter,\n 'accounting_period': value.accounting_period,\n 'forecast_net_sales': value.forecast_net_sales,\n 'forecast_operating_income': value.forecast_operating_income,\n 'forecast_ordinary_income': value.forecast_ordinary_income,\n 'forecast_net_income': value.forecast_net_income,\n 'forecast_net_income_per_share': value.forecast_net_income_per_share,\n };\n}\n\n"],"names":["ResultsForecastShortFromJSON","json","ResultsForecastShortFromJSONTyped","ignoreDiscriminator","exists"],"mappings":"0CA0FO,SAASA,EAA6BC,EAAiC,CACnE,OAAAC,EAAkCD,CAAW,CACxD,CAEgB,SAAAC,EAAkCD,EAAWE,EAAoD,CACxG,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,KAAQA,EAAK,KACb,MAASA,EAAK,MACd,QAAWA,EAAK,QAChB,kBAAqBA,EAAK,kBAC1B,mBAAuBG,EAAOH,EAAM,oBAAoB,EAAgBA,EAAK,mBAAjB,OAC5D,0BAA8BG,EAAOH,EAAM,2BAA2B,EAAgBA,EAAK,0BAAjB,OAC1E,yBAA6BG,EAAOH,EAAM,0BAA0B,EAAgBA,EAAK,yBAAjB,OACxE,oBAAwBG,EAAOH,EAAM,qBAAqB,EAAgBA,EAAK,oBAAjB,OAC9D,8BAAkCG,EAAOH,EAAM,+BAA+B,EAAgBA,EAAK,8BAAjB,MAAgD,CAE1I"}