UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

12 lines (10 loc) 419 B
import { createSoapQueryDefinition } from "../utils/soap-query-definition.mjs"; //#region src/Flow/retrieveOTMVPlan.ts const retrieveOTMVPlan = createSoapQueryDefinition({ service: "Flow", query: "retrieveOTMVPlan", getSchema: (client) => client.describe().TacticalUpdatesService.TacticalUpdatesPort.retrieveOTMVPlan.input }); //#endregion export { retrieveOTMVPlan }; //# sourceMappingURL=retrieveOTMVPlan.mjs.map