From 8157510e21d2ba92ff5d207d81151f80bc3b97d3 Mon Sep 17 00:00:00 2001 From: Juliette Bernheisel Date: Sat, 28 Sep 2024 22:21:58 -0400 Subject: [PATCH] Make 64 bit int a 64 bit int in Swift --- Sources/create-api-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/create-api-config.yaml b/Sources/create-api-config.yaml index 1d25ae6c4..1520e494b 100644 --- a/Sources/create-api-config.yaml +++ b/Sources/create-api-config.yaml @@ -14,7 +14,7 @@ fileHeaderComment: | dataTypes: integer: int32: Int - int64: Int + int64: Int64 string: uuid: String SpecialFeatureType: SpecialFeatureType