UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

8 lines 803 B
import { createHook } from "./utils/hooks/hooks.mjs"; import { NMB2BError } from "./utils/NMB2BError.mjs"; import { AirspaceService } from "./Airspace/index.mjs"; import { FlightService } from "./Flight/index.mjs"; import { FlowService } from "./Flow/index.mjs"; import { GeneralInformationService } from "./GeneralInformation/index.mjs"; import { B2BClient, CreateB2BClientOptions, createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient } from "./createB2BClient.mjs"; export { type AirspaceService, type B2BClient, type CreateB2BClientOptions, type FlightService, type FlowService, type GeneralInformationService, NMB2BError, createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient, createHook };