Skip to content

Commit 6bc6755

Browse files
author
Anna Bellinzona
committed
feat(lang): add language 'pl'
1 parent c4dbacc commit 6bc6755

18 files changed

+36
-0
lines changed

lib/Model/Attachment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ public function getModelName()
253253
public const LANGUAGE_ES = 'es';
254254
public const LANGUAGE_EN = 'en';
255255
public const LANGUAGE_IT = 'it';
256+
public const LANGUAGE_PL = 'pl';
256257

257258
/**
258259
* Gets allowable values of the enum
@@ -268,6 +269,7 @@ public function getLanguageAllowableValues()
268269
self::LANGUAGE_ES,
269270
self::LANGUAGE_EN,
270271
self::LANGUAGE_IT,
272+
self::LANGUAGE_PL,
271273
];
272274
}
273275

lib/Model/AttachmentV2.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public function getModelName()
241241
public const LANGUAGE_PT = 'pt';
242242
public const LANGUAGE_DE = 'de';
243243
public const LANGUAGE_FR = 'fr';
244+
public const LANGUAGE_PL = 'pl';
244245

245246
/**
246247
* Gets allowable values of the enum
@@ -256,6 +257,7 @@ public function getLanguageAllowableValues()
256257
self::LANGUAGE_PT,
257258
self::LANGUAGE_DE,
258259
self::LANGUAGE_FR,
260+
self::LANGUAGE_PL,
259261
];
260262
}
261263

lib/Model/DocumentTextResponse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public function getModelName()
259259
public const LANGUAGE_ES = 'es';
260260
public const LANGUAGE_EN = 'en';
261261
public const LANGUAGE_IT = 'it';
262+
public const LANGUAGE_PL = 'pl';
262263

263264
/**
264265
* Gets allowable values of the enum
@@ -274,6 +275,7 @@ public function getLanguageAllowableValues()
274275
self::LANGUAGE_ES,
275276
self::LANGUAGE_EN,
276277
self::LANGUAGE_IT,
278+
self::LANGUAGE_PL,
277279
];
278280
}
279281

lib/Model/DocumentV5.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ public function getModelName()
253253
public const LANGUAGE_FR = 'fr';
254254
public const LANGUAGE_EN = 'en';
255255
public const LANGUAGE_IT = 'it';
256+
public const LANGUAGE_PL = 'pl';
256257

257258
/**
258259
* Gets allowable values of the enum
@@ -268,6 +269,7 @@ public function getLanguageAllowableValues()
268269
self::LANGUAGE_FR,
269270
self::LANGUAGE_EN,
270271
self::LANGUAGE_IT,
272+
self::LANGUAGE_PL,
271273
];
272274
}
273275

lib/Model/JobadCommonPublicMetadata.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ public function getModelName()
247247
public const LANGUAGE_ES = 'es';
248248
public const LANGUAGE_EN = 'en';
249249
public const LANGUAGE_IT = 'it';
250+
public const LANGUAGE_PL = 'pl';
250251

251252
/**
252253
* Gets allowable values of the enum
@@ -262,6 +263,7 @@ public function getLanguageAllowableValues()
262263
self::LANGUAGE_ES,
263264
self::LANGUAGE_EN,
264265
self::LANGUAGE_IT,
266+
self::LANGUAGE_PL,
265267
];
266268
}
267269

lib/Model/MatchingJobadMatchingPublicMetadata.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const LANGUAGE_PT = 'pt';
236236
public const LANGUAGE_DE = 'de';
237237
public const LANGUAGE_FR = 'fr';
238+
public const LANGUAGE_PL = 'pl';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -250,6 +251,7 @@ public function getLanguageAllowableValues()
250251
self::LANGUAGE_PT,
251252
self::LANGUAGE_DE,
252253
self::LANGUAGE_FR,
254+
self::LANGUAGE_PL,
253255
];
254256
}
255257

lib/Model/MatchingResumeMatchingPublicMetadata.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const LANGUAGE_PT = 'pt';
236236
public const LANGUAGE_DE = 'de';
237237
public const LANGUAGE_FR = 'fr';
238+
public const LANGUAGE_PL = 'pl';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -250,6 +251,7 @@ public function getLanguageAllowableValues()
250251
self::LANGUAGE_PT,
251252
self::LANGUAGE_DE,
252253
self::LANGUAGE_FR,
254+
self::LANGUAGE_PL,
253255
];
254256
}
255257

lib/Model/Metadata.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const LANGUAGE_EN = 'en';
236236
public const LANGUAGE_DE = 'de';
237237
public const LANGUAGE_ES = 'es';
238+
public const LANGUAGE_PL = 'pl';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -250,6 +251,7 @@ public function getLanguageAllowableValues()
250251
self::LANGUAGE_EN,
251252
self::LANGUAGE_DE,
252253
self::LANGUAGE_ES,
254+
self::LANGUAGE_PL,
253255
];
254256
}
255257

lib/Model/OptionalMetadata.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const LANGUAGE_PT = 'pt';
236236
public const LANGUAGE_DE = 'de';
237237
public const LANGUAGE_FR = 'fr';
238+
public const LANGUAGE_PL = 'pl';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -250,6 +251,7 @@ public function getLanguageAllowableValues()
250251
self::LANGUAGE_PT,
251252
self::LANGUAGE_DE,
252253
self::LANGUAGE_FR,
254+
self::LANGUAGE_PL,
253255
];
254256
}
255257

lib/Model/OptionalResumeAttachmentLanguage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const LANGUAGE_EN = 'en';
236236
public const LANGUAGE_DE = 'de';
237237
public const LANGUAGE_ES = 'es';
238+
public const LANGUAGE_PL = 'pl';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -250,6 +251,7 @@ public function getLanguageAllowableValues()
250251
self::LANGUAGE_EN,
251252
self::LANGUAGE_DE,
252253
self::LANGUAGE_ES,
254+
self::LANGUAGE_PL,
253255
];
254256
}
255257

0 commit comments

Comments
 (0)