@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
12 lines (10 loc) • 401 B
JavaScript
import { createSoapQueryDefinition } from "../utils/soap-query-definition.mjs";
//#region src/Flow/queryHotspots.ts
const queryHotspots = createSoapQueryDefinition({
service: "Flow",
query: "queryHotspots",
getSchema: (client) => client.describe().TacticalUpdatesService.TacticalUpdatesPort.queryHotspots.input
});
//#endregion
export { queryHotspots };
//# sourceMappingURL=queryHotspots.mjs.map