File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <groupId >com.github.xeroapi</groupId >
55 <artifactId >xero-java</artifactId >
66 <packaging >jar</packaging >
7- <version >2.3.13 </version >
7+ <version >2.3.14 </version >
88 <name >Xero-Java SDK</name >
99 <description >This is the official Java SDK for Xero API</description >
1010 <url >https://github.com/XeroAPI/Xero-Java</url >
Original file line number Diff line number Diff line change 1515
1616public class JsonConfig implements Config {
1717
18- private String SDK_VERSION = "2.3.13 " ;
18+ private String SDK_VERSION = "2.3.14 " ;
1919 private String APP_TYPE = "Public" ;
2020 private String USER_AGENT = "Xero-Java-SDK" ;
2121 private String ACCEPT = "application/xml" ;
Original file line number Diff line number Diff line change @@ -123,15 +123,21 @@ public enum OrganisationTypeEnum {
123123
124124 CHARITY ("CHARITY" ),
125125
126- CLUBSOCIETY ("CLUBSOCIETY" ),
126+ CLUB_OR_SOCIETY ("CLUB_OR_SOCIETY" ),
127+
128+ LOOK_THROUGH_COMPANY ("LOOK_THROUGH_COMPANY" ),
129+
130+ NOT_FOR_PROFIT ("NOT_FOR_PROFIT" ),
127131
128132 PARTNERSHIP ("PARTNERSHIP" ),
129133
130- PRACTICE ( "PRACTICE " ),
134+ S_CORPORATION ( "S_CORPORATION " ),
131135
132- PERSON ( "PERSON " ),
136+ SELF_MANAGED_SUPERANNUATION_FUND ( "SELF_MANAGED_SUPERANNUATION_FUND " ),
133137
134- SOLETRADER ("SOLETRADER" ),
138+ SOLE_TRADER ("SOLE_TRADER" ),
139+
140+ SUPERANNUATION_FUND ("SUPERANNUATION_FUND" ),
135141
136142 TRUST ("TRUST" );
137143
You can’t perform that action at this time.
0 commit comments