@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
1 lines • 954 B
Source Map (JSON)
{"version":3,"file":"queryFlightsByAircraftOperator.mjs","names":[],"sources":["../../src/Flight/queryFlightsByAircraftOperator.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type {\n FlightListByAircraftOperatorReply,\n FlightListByAircraftOperatorRequest,\n} from './types.js';\n\nexport const queryFlightsByAircraftOperator = createSoapQueryDefinition<\n FlightListByAircraftOperatorRequest,\n FlightListByAircraftOperatorReply\n>({\n service: 'Flight',\n query: 'queryFlightsByAircraftOperator',\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 .queryFlightsByAircraftOperator.input,\n});\n"],"mappings":";;;AAMA,MAAa,iCAAiC,0BAG5C;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,wBAAwB,qBACvC,+BAA+B;CACrC,CAAC"}