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