UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

1 lines 866 B
{"version":3,"file":"retrieveUserinformation.mjs","names":[],"sources":["../../src/GeneralInformation/retrieveUserinformation.ts"],"sourcesContent":["import { createSoapQueryDefinition } from '../utils/soap-query-definition.js';\nimport type { UserInformationReply, UserInformationRequest } from './types.js';\n\nexport const retrieveUserInformation = createSoapQueryDefinition<\n UserInformationRequest,\n UserInformationReply\n>({\n service: 'GeneralInformation',\n query: 'retrieveUserInformation',\n getSchema: (client) =>\n // eslint-disable-next-line @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access\n client.describe().NMB2BInfoService.NMB2BInfoPort.retrieveUserInformation\n .input,\n});\n"],"mappings":";;;AAGA,MAAa,0BAA0B,0BAGrC;CACA,SAAS;CACT,OAAO;CACP,YAAY,WAEV,OAAO,UAAU,CAAC,iBAAiB,cAAc,wBAC9C;CACN,CAAC"}