UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

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