{"version":3,"file":"DisclosuresList-DHtC1vap.js","sources":["../../../app/javascript/entrypoints/output/models/DisclosuresList.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 { Disclosure } from './Disclosure';\nimport {\n DisclosureFromJSON,\n DisclosureFromJSONTyped,\n DisclosureToJSON,\n} from './Disclosure';\nimport type { FinancialInformationDisclosure } from './FinancialInformationDisclosure';\nimport {\n FinancialInformationDisclosureFromJSON,\n FinancialInformationDisclosureFromJSONTyped,\n FinancialInformationDisclosureToJSON,\n} from './FinancialInformationDisclosure';\n\n/**\n * \n * @export\n * @interface DisclosuresList\n */\nexport interface DisclosuresList {\n /**\n * \n * @type {Array}\n * @memberof DisclosuresList\n */\n financials: Array;\n /**\n * \n * @type {Array}\n * @memberof DisclosuresList\n */\n monthlies: Array;\n /**\n * \n * @type {Array}\n * @memberof DisclosuresList\n */\n disclosures: Array;\n}\n\n/**\n * Check if a given object implements the DisclosuresList interface.\n */\nexport function instanceOfDisclosuresList(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"financials\" in value;\n isInstance = isInstance && \"monthlies\" in value;\n isInstance = isInstance && \"disclosures\" in value;\n\n return isInstance;\n}\n\nexport function DisclosuresListFromJSON(json: any): DisclosuresList {\n return DisclosuresListFromJSONTyped(json, false);\n}\n\nexport function DisclosuresListFromJSONTyped(json: any, ignoreDiscriminator: boolean): DisclosuresList {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'financials': ((json['financials'] as Array).map(FinancialInformationDisclosureFromJSON)),\n 'monthlies': ((json['monthlies'] as Array).map(DisclosureFromJSON)),\n 'disclosures': ((json['disclosures'] as Array).map(DisclosureFromJSON)),\n };\n}\n\nexport function DisclosuresListToJSON(value?: DisclosuresList | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'financials': ((value.financials as Array).map(FinancialInformationDisclosureToJSON)),\n 'monthlies': ((value.monthlies as Array).map(DisclosureToJSON)),\n 'disclosures': ((value.disclosures as Array).map(DisclosureToJSON)),\n };\n}\n\n"],"names":["DisclosuresListFromJSON","json","DisclosuresListFromJSONTyped","ignoreDiscriminator","FinancialInformationDisclosureFromJSON","DisclosureFromJSON"],"mappings":"oYAkEO,SAASA,EAAwBC,EAA4B,CACzD,OAAAC,EAA6BD,CAAW,CACnD,CAEgB,SAAAC,EAA6BD,EAAWE,EAA+C,CAC9F,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,WAAgBA,EAAK,WAA6B,IAAIG,CAAsC,EAC5F,UAAeH,EAAK,UAA4B,IAAII,CAAkB,EACtE,YAAiBJ,EAAK,YAA8B,IAAII,CAAkB,CAAA,CAElF"}