Skip to content

Commit 445eaaf

Browse files
Merge pull request #4 from INDA-HR/sdk-fix
Sdk fix
2 parents 26ad129 + 8df2385 commit 445eaaf

23 files changed

+3540
-151
lines changed

lib/Model/Achievement.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Achievement implements ModelInterface, ArrayAccess, \JsonSerializable
6060
protected static $openAPITypes = [
6161
'title' => '\OpenAPI\Client\Model\Title',
6262
'description' => '\OpenAPI\Client\Model\Description',
63-
'year' => '\DateTime',
63+
'year' => '\OpenAPI\Client\Model\Year',
6464
'link' => '\OpenAPI\Client\Model\ResumeLinkLink'
6565
];
6666

@@ -368,7 +368,7 @@ public function setDescription($description)
368368
/**
369369
* Gets year
370370
*
371-
* @return \DateTime|null
371+
* @return Year|null
372372
*/
373373
public function getYear()
374374
{
@@ -378,7 +378,7 @@ public function getYear()
378378
/**
379379
* Sets year
380380
*
381-
* @param \DateTime|null $year year
381+
* @param Year|null $year year
382382
*
383383
* @return self
384384
*/

lib/Model/Award.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Award implements ModelInterface, ArrayAccess, \JsonSerializable
6060
protected static $openAPITypes = [
6161
'title' => '\OpenAPI\Client\Model\Title',
6262
'description' => '\OpenAPI\Client\Model\Description',
63-
'year' => '\DateTime',
63+
'year' => '\OpenAPI\Client\Model\Year',
6464
'awarder' => '\OpenAPI\Client\Model\Organization'
6565
];
6666

@@ -368,7 +368,7 @@ public function setDescription($description)
368368
/**
369369
* Gets year
370370
*
371-
* @return \DateTime|null
371+
* @return Year|null
372372
*/
373373
public function getYear()
374374
{
@@ -378,7 +378,7 @@ public function getYear()
378378
/**
379379
* Sets year
380380
*
381-
* @param \DateTime|null $year year
381+
* @param Year|null $year year
382382
*
383383
* @return self
384384
*/

0 commit comments

Comments
 (0)