UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

1 lines 802 B
{"version":3,"file":"updateOTMVPlan.mjs","names":[],"sources":["../../src/Flow/updateOTMVPlan.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type { OTMVPlanUpdateReply, OTMVPlanUpdateRequest } from './types.js';\n\nexport const updateOTMVPlan = createSoapQueryDefinition<\n OTMVPlanUpdateRequest,\n OTMVPlanUpdateReply\n>({\n service: 'Flow',\n query: 'updateOTMVPlan',\n getSchema: (client) =>\n // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access\n client.describe().TacticalUpdatesService.TacticalUpdatesPort.updateOTMVPlan\n .input,\n});\n"],"mappings":";;;AAGA,MAAa,iBAAiB,0BAG5B;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,uBAAuB,oBAAoB,eAC1D;CACN,CAAC"}