{"version":3,"file":"GetHighestForecasts200Response-Co1Mb4a_.js","sources":["../../../app/javascript/entrypoints/output/models/GetHighestForecasts200Response.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 { HighestForecast } from './HighestForecast';\nimport {\n HighestForecastFromJSON,\n HighestForecastFromJSONTyped,\n HighestForecastToJSON,\n} from './HighestForecast';\nimport type { Pagination } from './Pagination';\nimport {\n PaginationFromJSON,\n PaginationFromJSONTyped,\n PaginationToJSON,\n} from './Pagination';\n\n/**\n * \n * @export\n * @interface GetHighestForecasts200Response\n */\nexport interface GetHighestForecasts200Response {\n /**\n * \n * @type {Array}\n * @memberof GetHighestForecasts200Response\n */\n data: Array;\n /**\n * \n * @type {Pagination}\n * @memberof GetHighestForecasts200Response\n */\n pagination: Pagination;\n}\n\n/**\n * Check if a given object implements the GetHighestForecasts200Response interface.\n */\nexport function instanceOfGetHighestForecasts200Response(value: object): boolean {\n let isInstance = true;\n isInstance = isInstance && \"data\" in value;\n isInstance = isInstance && \"pagination\" in value;\n\n return isInstance;\n}\n\nexport function GetHighestForecasts200ResponseFromJSON(json: any): GetHighestForecasts200Response {\n return GetHighestForecasts200ResponseFromJSONTyped(json, false);\n}\n\nexport function GetHighestForecasts200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetHighestForecasts200Response {\n if ((json === undefined) || (json === null)) {\n return json;\n }\n return {\n \n 'data': ((json['data'] as Array).map(HighestForecastFromJSON)),\n 'pagination': PaginationFromJSON(json['pagination']),\n };\n}\n\nexport function GetHighestForecasts200ResponseToJSON(value?: GetHighestForecasts200Response | null): any {\n if (value === undefined) {\n return undefined;\n }\n if (value === null) {\n return null;\n }\n return {\n \n 'data': ((value.data as Array).map(HighestForecastToJSON)),\n 'pagination': PaginationToJSON(value.pagination),\n };\n}\n\n"],"names":["GetHighestForecasts200ResponseFromJSON","json","GetHighestForecasts200ResponseFromJSONTyped","ignoreDiscriminator","HighestForecastFromJSON","PaginationFromJSON"],"mappings":"6HA2DO,SAASA,EAAuCC,EAA2C,CACvF,OAAAC,EAA4CD,CAAW,CAClE,CAEgB,SAAAC,EAA4CD,EAAWE,EAA8D,CAC5H,OAAwBF,GAAS,KAC3BA,EAEJ,CAEH,KAAUA,EAAK,KAAuB,IAAIG,CAAuB,EACjE,WAAcC,EAAmBJ,EAAK,UAAa,CAAA,CAE3D"}