UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

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