{"version":3,"file":"retrieveOTMVPlan.mjs","names":[],"sources":["../../src/Flow/retrieveOTMVPlan.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type {\n  OTMVPlanRetrievalRequest,\n  OTMVPlanRetrievalReply,\n} from './types.js';\n\nexport const retrieveOTMVPlan = createSoapQueryDefinition<\n  OTMVPlanRetrievalRequest,\n  OTMVPlanRetrievalReply\n>({\n  service: 'Flow',\n  query: 'retrieveOTMVPlan',\n  getSchema: (client) =>\n    // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access\n    client.describe().TacticalUpdatesService.TacticalUpdatesPort\n      .retrieveOTMVPlan.input,\n});\n"],"mappings":";;AAMA,MAAa,mBAAmB,0BAG9B;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,uBAAuB,oBACtC,iBAAiB;CACvB,CAAC"}