{"version":3,"file":"CashFlow-BrmD-Fd4.js","sources":["../../../app/javascript/entrypoints/output/models/CashFlow.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 CashFlow\n */\nexport interface CashFlow {\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n id: number;\n /**\n * \n * @type {string}\n * @memberof CashFlow\n */\n code: string;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n year: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n month: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n quarter: number;\n /**\n * \n * @type {string}\n * @memberof CashFlow\n */\n accounting_period: string;\n /**\n * \n * @type {string}\n * @memberof CashFlow\n */\n quarter_name: string;\n /**\n * \n * @type {string}\n * @memberof CashFlow\n */\n pdf?: string;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n operating_activities?: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n investment_activities?: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n fcf?: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n financing_activities?: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n net_increase_in_cash?: number;\n /**\n * \n * @type {number}\n * @memberof CashFlow\n */\n cash: number;\n}\n\n/**\n * Check if a given object implements the CashFlow interface.\n */\nexport function instanceOfCashFlow(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"id\" in value;\n isInstance = isInstance && \"code\" in value;\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 isInstance = isInstance && \"quarter_name\" in value;\n isInstance = isInstance && \"cash\" in value;\n\n return isInstance;\n}\n\nexport function CashFlowFromJSON(json: any): CashFlow {\n return CashFlowFromJSONTyped(json, false);\n}\n\nexport function CashFlowFromJSONTyped(json: any, ignoreDiscriminator: boolean): CashFlow {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'id': json['id'],\n 'code': json['code'],\n 'year': json['year'],\n 'month': json['month'],\n 'quarter': json['quarter'],\n 'accounting_period': json['accounting_period'],\n 'quarter_name': json['quarter_name'],\n 'pdf': !exists(json, 'pdf') ? undefined : json['pdf'],\n 'operating_activities': !exists(json, 'operating_activities') ? undefined : json['operating_activities'],\n 'investment_activities': !exists(json, 'investment_activities') ? undefined : json['investment_activities'],\n 'fcf': !exists(json, 'fcf') ? undefined : json['fcf'],\n 'financing_activities': !exists(json, 'financing_activities') ? undefined : json['financing_activities'],\n 'net_increase_in_cash': !exists(json, 'net_increase_in_cash') ? undefined : json['net_increase_in_cash'],\n 'cash': json['cash'],\n };\n}\n\nexport function CashFlowToJSON(value?: CashFlow | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'id': value.id,\n 'code': value.code,\n 'year': value.year,\n 'month': value.month,\n 'quarter': value.quarter,\n 'accounting_period': value.accounting_period,\n 'quarter_name': value.quarter_name,\n 'pdf': value.pdf,\n 'operating_activities': value.operating_activities,\n 'investment_activities': value.investment_activities,\n 'fcf': value.fcf,\n 'financing_activities': value.financing_activities,\n 'net_increase_in_cash': value.net_increase_in_cash,\n 'cash': value.cash,\n };\n}\n\n"],"names":["CashFlowFromJSON","json","CashFlowFromJSONTyped","ignoreDiscriminator","exists"],"mappings":"qCA4HO,SAASA,EAAiBC,EAAqB,CAC3C,OAAAC,EAAsBD,CAAW,CAC5C,CAEgB,SAAAC,EAAsBD,EAAWE,EAAwC,CAChF,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,GAAMA,EAAK,GACX,KAAQA,EAAK,KACb,KAAQA,EAAK,KACb,MAASA,EAAK,MACd,QAAWA,EAAK,QAChB,kBAAqBA,EAAK,kBAC1B,aAAgBA,EAAK,aACrB,IAAQG,EAAOH,EAAM,KAAK,EAAgBA,EAAK,IAAjB,OAC9B,qBAAyBG,EAAOH,EAAM,sBAAsB,EAAgBA,EAAK,qBAAjB,OAChE,sBAA0BG,EAAOH,EAAM,uBAAuB,EAAgBA,EAAK,sBAAjB,OAClE,IAAQG,EAAOH,EAAM,KAAK,EAAgBA,EAAK,IAAjB,OAC9B,qBAAyBG,EAAOH,EAAM,sBAAsB,EAAgBA,EAAK,qBAAjB,OAChE,qBAAyBG,EAAOH,EAAM,sBAAsB,EAAgBA,EAAK,qBAAjB,OAChE,KAAQA,EAAK,IAAM,CAE3B"}