{"version":3,"file":"GetStockData200ResponseDataCashFlows-DZIXMjOh.js","sources":["../../../app/javascript/entrypoints/output/models/GetStockData200ResponseDataCashFlows.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 { CashFlow } from './CashFlow';\nimport {\n CashFlowFromJSON,\n CashFlowFromJSONTyped,\n CashFlowToJSON,\n} from './CashFlow';\n\n/**\n * \n * @export\n * @interface GetStockData200ResponseDataCashFlows\n */\nexport interface GetStockData200ResponseDataCashFlows {\n /**\n * \n * @type {Array}\n * @memberof GetStockData200ResponseDataCashFlows\n */\n full: Array;\n /**\n * \n * @type {Array}\n * @memberof GetStockData200ResponseDataCashFlows\n */\n quarter: Array;\n}\n\n/**\n * Check if a given object implements the GetStockData200ResponseDataCashFlows interface.\n */\nexport function instanceOfGetStockData200ResponseDataCashFlows(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"full\" in value;\n isInstance = isInstance && \"quarter\" in value;\n\n return isInstance;\n}\n\nexport function GetStockData200ResponseDataCashFlowsFromJSON(json: any): GetStockData200ResponseDataCashFlows {\n return GetStockData200ResponseDataCashFlowsFromJSONTyped(json, false);\n}\n\nexport function GetStockData200ResponseDataCashFlowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetStockData200ResponseDataCashFlows {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'full': ((json['full'] as Array).map(CashFlowFromJSON)),\n 'quarter': ((json['quarter'] as Array).map(CashFlowFromJSON)),\n };\n}\n\nexport function GetStockData200ResponseDataCashFlowsToJSON(value?: GetStockData200ResponseDataCashFlows | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'full': ((value.full as Array).map(CashFlowToJSON)),\n 'quarter': ((value.quarter as Array).map(CashFlowToJSON)),\n };\n}\n\n"],"names":["GetStockData200ResponseDataCashFlowsFromJSON","json","GetStockData200ResponseDataCashFlowsFromJSONTyped","ignoreDiscriminator","CashFlowFromJSON"],"mappings":"yEAqDO,SAASA,EAA6CC,EAAiD,CACnG,OAAAC,EAAkDD,CAAW,CACxE,CAEgB,SAAAC,EAAkDD,EAAWE,EAAoE,CACxI,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,KAAUA,EAAK,KAAuB,IAAIG,CAAgB,EAC1D,QAAaH,EAAK,QAA0B,IAAIG,CAAgB,CAAA,CAExE"}