Skip to content

Commit

Permalink
Merge pull request #296 from crowdin/bundle-web-url-field
Browse files Browse the repository at this point in the history
fix: bundle web url field
  • Loading branch information
yevheniyJ authored Nov 14, 2024
2 parents 098f121 + e506128 commit 70dc118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/crowdin/client/bundles/model/Bundle.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class Bundle {
private Boolean includeProjectSourceLanguage;
private List<Long> labelIds;
private List<Long> excludeLabelIds;
private String webUrl;
private Date createdAt;
private Date updatedAt;
}

0 comments on commit 70dc118

Please sign in to comment.