Skip to content

Commit 6dbda19

Browse files
author
Anna Bellinzona
committed
fix(parseResume): add language de
1 parent 915001e commit 6dbda19

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/Model/ParseResumeDocument.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public function getModelName()
251251
public const LANGUAGE_EN = 'en';
252252
public const LANGUAGE_FR = 'fr';
253253
public const LANGUAGE_PT = 'pt';
254+
public const LANGUAGE_DE = 'de';
254255

255256
/**
256257
* Gets allowable values of the enum
@@ -264,6 +265,7 @@ public function getLanguageAllowableValues()
264265
self::LANGUAGE_EN,
265266
self::LANGUAGE_FR,
266267
self::LANGUAGE_PT,
268+
self::LANGUAGE_DE,
267269
];
268270
}
269271

lib/Model/ParseResumeDocumentV1.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ public function getModelName()
251251
public const LANGUAGE_EN = 'en';
252252
public const LANGUAGE_FR = 'fr';
253253
public const LANGUAGE_PT = 'pt';
254+
public const LANGUAGE_DE = 'de';
254255

255256
/**
256257
* Gets allowable values of the enum
@@ -264,6 +265,7 @@ public function getLanguageAllowableValues()
264265
self::LANGUAGE_EN,
265266
self::LANGUAGE_FR,
266267
self::LANGUAGE_PT,
268+
self::LANGUAGE_DE,
267269
];
268270
}
269271

0 commit comments

Comments
 (0)