Skip to content

Commit 4b89c6a

Browse files
algolia-botmillotp
andcommitted
fix(specs): change fileSize to int64 type (generated)
algolia/api-clients-automation#4877 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 678a155 commit 4b89c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/algoliasearch/search/FetchedIndex.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ case class FetchedIndex(
6666
createdAt: String,
6767
updatedAt: String,
6868
entries: Int,
69-
dataSize: Int,
70-
fileSize: Int,
69+
dataSize: Long,
70+
fileSize: Long,
7171
lastBuildTimeS: Int,
7272
numberOfPendingTasks: Int,
7373
pendingTask: Boolean,

0 commit comments

Comments
 (0)