Skip to content

Commit a5535c4

Browse files
algolia-botFluf22millotp
committed
fix(specs): update time range number types [skip-bc] (generated)
algolia/api-clients-automation#4023 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Thomas Raffray <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 58865bb commit a5535c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/Model/Recommend/TimeRange.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class TimeRange extends AbstractModel implements ModelInterface, \ArrayAccess, \
3030
* @var string[]
3131
*/
3232
protected static $modelFormats = [
33-
'from' => null,
34-
'until' => null,
33+
'from' => 'int64',
34+
'until' => 'int64',
3535
];
3636

3737
/**

lib/Model/Search/TimeRange.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class TimeRange extends AbstractModel implements ModelInterface, \ArrayAccess, \
3030
* @var string[]
3131
*/
3232
protected static $modelFormats = [
33-
'from' => null,
34-
'until' => null,
33+
'from' => 'int64',
34+
'until' => 'int64',
3535
];
3636

3737
/**

0 commit comments

Comments
 (0)