We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dee615 + 288f28e commit 078a4d8Copy full SHA for 078a4d8
3 files changed
src/main/java/com/crowdin/client/sourcefiles/model/AddFileRequest.java
@@ -10,7 +10,7 @@ public class AddFileRequest {
10
private Long branchId;
11
private Long directoryId;
12
private String title;
13
- private Type type;
+ private String type;
14
private ImportOptions importOptions;
15
private ExportOptions exportOptions;
16
}
src/main/java/com/crowdin/client/sourcefiles/model/File.java
@@ -14,7 +14,7 @@ public class File {
private String name;
17
18
private Long revisionId;
19
private String status;
20
private Priority priority;
src/main/java/com/crowdin/client/sourcefiles/model/Type.java
0 commit comments