UNPKG

@ministryofjustice/probation-search-frontend

Version:

A shared UI component to search for probation cases from within your Express/Nunjucks application

42 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const localData = [ { offenderId: 1, otherIds: { crn: 'A000001' }, firstName: 'John', surname: 'Doe', dateOfBirth: '1980-01-01', age: 43, gender: 'Male', currentDisposal: '1', offenderManagers: [ { active: true, probationArea: { probationAreaId: 2, code: 'N07', description: 'London' }, staff: { forenames: 'Probation', surname: 'Practitioner' }, }, ], highlight: {}, }, { offenderId: 2, firstName: 'Jane', surname: 'Doe', dateOfBirth: '1982-02-02', age: 41, gender: 'Female', currentDisposal: '0', otherIds: { crn: 'A000002' }, offenderManagers: [ { active: true, probationArea: { probationAreaId: 1, code: 'N07', description: 'London' }, staff: { forenames: 'Probation', surname: 'Practitioner' }, }, ], highlight: {}, }, ]; exports.default = localData; //# sourceMappingURL=localData.js.map