@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
1 lines • 891 B
Source Map (JSON)
{"version":3,"file":"queryFlightsByAerodrome.mjs","names":[],"sources":["../../src/Flight/queryFlightsByAerodrome.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type {\n FlightListByAerodromeReply,\n FlightListByAerodromeRequest,\n} from './types.js';\n\nexport const queryFlightsByAerodrome = createSoapQueryDefinition<\n FlightListByAerodromeRequest,\n FlightListByAerodromeReply\n>({\n service: 'Flight',\n query: 'queryFlightsByAerodrome',\n getSchema: (client) =>\n // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access\n client.describe().FlightManagementService.FlightManagementPort\n .queryFlightsByAerodrome.input,\n});\n"],"mappings":";;;AAMA,MAAa,0BAA0B,0BAGrC;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,wBAAwB,qBACvC,wBAAwB;CAC9B,CAAC"}