@dgac/nmb2b-client
Version:
EUROCONTROL Network Manager B2B SOAP client
1 lines • 752 B
Source Map (JSON)
{"version":3,"sources":["../../src/GeneralInformation/types.ts"],"sourcesContent":["import type { File, NMB2BVersion, ReplyWithData } from '../Common/types';\n\nexport interface NMB2BWSDLsRequest {\n version: NMB2BVersion;\n}\n\nexport type NMB2BWSDLsReply = ReplyWithData<NMB2BWSDLsReplyData>;\n\nexport interface NMB2BWSDLsReplyData {\n file: B2BInfoFile;\n}\n\nexport interface B2BInfoFile extends File {\n hasAddendaErrata?: boolean;\n}\n\nexport type UserInformationRequest = Record<string, never>;\n\nexport type UserInformationReply = ReplyWithData<UserInformationReplyData>;\n\nexport type UserInformationReplyData = {\n textReport: TextReport;\n};\n\nexport type TextReport = string;\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}