We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7607b commit dbea7e8Copy full SHA for dbea7e8
generators/src/main/java/com/algolia/codegen/AlgoliaSwiftGenerator.java
@@ -32,6 +32,7 @@
32
public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
33
34
private static final List<String> reservedModelNames = List.of(
35
+ "action",
36
"advancedsyntaxfeatures",
37
"alternativesasexact",
38
"anchoring",
@@ -44,6 +45,8 @@ public class AlgoliaSwiftGenerator extends Swift5ClientCodegen {
44
45
"basesearchparams",
46
"basesearchparamswithoutquery",
47
"basesearchresponse",
48
+ "batchrequest",
49
+ "batchwriteparams",
50
"condition",
51
"configuration",
52
"consequence",
0 commit comments