Skip to content

Commit ae1ae11

Browse files
committed
git commit -m "chore: deprecate exportMode and fileIds (#361)"
1 parent 88eef58 commit ae1ae11

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/com/crowdin/client/distributions/model/AddDistributionRequest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@
66

77
@Data
88
public class AddDistributionRequest {
9+
10+
@Deprecated
911
private ExportMode exportMode;
12+
1013
private String name;
14+
15+
@Deprecated
1116
private List<Long> fileIds;
17+
1218
private List<Integer> bundleIds;
1319
}

0 commit comments

Comments
 (0)