'use strict'; const createdPartyRegistration1 = { responseCode: '200', responseDescription: 'OK', responseRequestId: 'rid', registrationId: '3bd3c02dc6965c8b9240', venId: '3f59d85fbdf3997dbeb1', vtnId: 'VTN_ID1', pollFreqDuration: 'PT10S' }; const canceledPartyRegistration1 = { responseCode: '200', responseDescription: 'OK', responseRequestId: '334455', registrationId: '3bd3c02dc6965c8b9240', venId: '3f59d85fbdf3997dbeb1' }; module.exports = { canceledPartyRegistration1, createdPartyRegistration1, };