UNPKG

@seniorsistemas/senior-hcm

Version:
43 lines 1.18 kB
"use strict"; /** * Folha de Pagamento * HCM - Folha de pagamento * * * Contact: seniorx-dev@senior.com.br * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.KinshipDegree = void 0; exports.KinshipDegree = { Adopted: 'Adopted', Child: 'Child', Concubine: 'Concubine', ExSpouse: 'ExSpouse', ExPartner: 'ExPartner', Grandparent: 'Grandparent', Grandchild: 'Grandchild', GreatGrandparent: 'GreatGrandparent', GreatGrandchild: 'GreatGrandchild', Guardianship: 'Guardianship', NephewNiece: 'NephewNiece', Other: 'Other', Parent: 'Parent', FatherInLaw: 'FatherInLaw', Partner: 'Partner', Pensioners: 'Pensioners', Pupil: 'Pupil', Sibling: 'Sibling', SonDaughterInLaw: 'SonDaughterInLaw', Spouse: 'Spouse', Stepfather: 'Stepfather', Stepmother: 'Stepmother', Stepchild: 'Stepchild', Trusted: 'Trusted', UncleAunt: 'UncleAunt', Tutor: 'Tutor' }; //# sourceMappingURL=kinshipDegree.js.map