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