Skip to content

Commit 479f4b4

Browse files
algolia-botmillotp
andcommitted
fix(specs): change fileSize to int64 type (generated)
algolia/api-clients-automation#4877 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 9817acb commit 479f4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Model/Search/FetchedIndex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class FetchedIndex extends AbstractModel implements ModelInterface, \ArrayAccess
4444
'createdAt' => null,
4545
'updatedAt' => null,
4646
'entries' => null,
47-
'dataSize' => null,
48-
'fileSize' => null,
47+
'dataSize' => 'int64',
48+
'fileSize' => 'int64',
4949
'lastBuildTimeS' => null,
5050
'numberOfPendingTasks' => null,
5151
'pendingTask' => null,

0 commit comments

Comments
 (0)