@seniorsistemas/senior-hcm
Version:
Senior HCM SDK para Node.js
22 lines • 686 B
JavaScript
;
/**
* Recrutamento e Seleção
* Serviço do Gestão de Recrutamento e Seleção.
*
* OpenAPI spec version: 15.11.0
* 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.IntegrationStatusDto = void 0;
exports.IntegrationStatusDto = {
SUCCESS: 'SUCCESS',
ERROR: 'ERROR',
PENDING: 'PENDING',
SUCCESSPERSONNELMANAGEMENT: 'SUCCESS_PERSONNEL_MANAGEMENT',
ERRORG7: 'ERRORG7'
};
//# sourceMappingURL=integrationStatusDto.js.map