@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
7 lines • 731 B
TypeScript
import { NMB2BError } from "./utils/NMB2BError.js";
import { AirspaceService } from "./Airspace/index.js";
import { FlightService } from "./Flight/index.js";
import { FlowService } from "./Flow/index.js";
import { GeneralInformationService } from "./GeneralInformation/index.js";
import { B2BClient, CreateB2BClientOptions, createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient } from "./createB2BClient.js";
export { type AirspaceService, type B2BClient, type CreateB2BClientOptions, type FlightService, type FlowService, type GeneralInformationService, NMB2BError, createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient };