Skip to content

Commit 724d7b6

Browse files
author
devexperience
committed
Generated version 0.30.0
This commit was automatically created by a GitHub Action to generate version 0.30.0 of this library.
1 parent 1c35f30 commit 724d7b6

8 files changed

Lines changed: 44 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mvn clean package
2424
```
2525

2626
Then manually install the following JARs:
27-
- `target/mx-platform-java-0.29.0.jar`
27+
- `target/mx-platform-java-0.30.0.jar`
2828
- `target/lib/*.jar`
2929

3030
### Maven users
@@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535
<dependency>
3636
<groupId>com.mx</groupId>
3737
<artifactId>mx-platform-java</artifactId>
38-
<version>0.29.0</version>
38+
<version>0.30.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
```

docs/AccountResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
|**todayUglAmount** | **BigDecimal** | | [optional] |
6060
|**todayUglPercentage** | **BigDecimal** | | [optional] |
6161
|**totalAccountValue** | **BigDecimal** | | [optional] |
62+
|**totalAccountValueUgl** | **BigDecimal** | | [optional] |
6263
|**type** | **String** | | [optional] |
6364
|**updatedAt** | **String** | | [optional] |
6465
|**userGuid** | **String** | | [optional] |

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiPackage: com.mx.client.mx-platform-api
33
artifactDescription: A Java library for the MX Platform API
44
artifactId: mx-platform-java
55
artifactUrl: https://github.com/mxenabled/mx-platform-java
6-
artifactVersion: 0.29.0
6+
artifactVersion: 0.30.0
77
developerEmail: devexperience@mx.com
88
developerName: MX
99
developerOrganization: MX Technologies Inc.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>mx-platform-java</artifactId>
66
<packaging>jar</packaging>
77
<name>mx-platform-java</name>
8-
<version>0.29.0</version>
8+
<version>0.30.0</version>
99
<url>https://github.com/mxenabled/mx-platform-java</url>
1010
<description>A Java library for the MX Platform API</description>
1111
<scm>

src/main/java/com/mx/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void init() {
145145
json = new JSON();
146146

147147
// Set default User-Agent.
148-
setUserAgent("OpenAPI-Generator/0.29.0/java");
148+
setUserAgent("OpenAPI-Generator/0.30.0/java");
149149

150150
authentications = new HashMap<String, Authentication>();
151151
}

src/main/java/com/mx/client/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
1717
public class Configuration {
18-
public static final String VERSION = "0.29.0";
18+
public static final String VERSION = "0.30.0";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

src/main/java/com/mx/client/model/AccountResponse.java

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ public class AccountResponse {
261261
@SerializedName(SERIALIZED_NAME_TOTAL_ACCOUNT_VALUE)
262262
private BigDecimal totalAccountValue;
263263

264+
public static final String SERIALIZED_NAME_TOTAL_ACCOUNT_VALUE_UGL = "total_account_value_ugl";
265+
@SerializedName(SERIALIZED_NAME_TOTAL_ACCOUNT_VALUE_UGL)
266+
private BigDecimal totalAccountValueUgl;
267+
264268
public static final String SERIALIZED_NAME_TYPE = "type";
265269
@SerializedName(SERIALIZED_NAME_TYPE)
266270
private String type;
@@ -1372,6 +1376,27 @@ public void setTotalAccountValue(BigDecimal totalAccountValue) {
13721376
}
13731377

13741378

1379+
public AccountResponse totalAccountValueUgl(BigDecimal totalAccountValueUgl) {
1380+
1381+
this.totalAccountValueUgl = totalAccountValueUgl;
1382+
return this;
1383+
}
1384+
1385+
/**
1386+
* Get totalAccountValueUgl
1387+
* @return totalAccountValueUgl
1388+
**/
1389+
@javax.annotation.Nullable
1390+
public BigDecimal getTotalAccountValueUgl() {
1391+
return totalAccountValueUgl;
1392+
}
1393+
1394+
1395+
public void setTotalAccountValueUgl(BigDecimal totalAccountValueUgl) {
1396+
this.totalAccountValueUgl = totalAccountValueUgl;
1397+
}
1398+
1399+
13751400
public AccountResponse type(String type) {
13761401

13771402
this.type = type;
@@ -1518,6 +1543,7 @@ public boolean equals(Object o) {
15181543
Objects.equals(this.todayUglAmount, accountResponse.todayUglAmount) &&
15191544
Objects.equals(this.todayUglPercentage, accountResponse.todayUglPercentage) &&
15201545
Objects.equals(this.totalAccountValue, accountResponse.totalAccountValue) &&
1546+
Objects.equals(this.totalAccountValueUgl, accountResponse.totalAccountValueUgl) &&
15211547
Objects.equals(this.type, accountResponse.type) &&
15221548
Objects.equals(this.updatedAt, accountResponse.updatedAt) &&
15231549
Objects.equals(this.userGuid, accountResponse.userGuid) &&
@@ -1530,7 +1556,7 @@ private static <T> boolean equalsNullable(JsonNullable<T> a, JsonNullable<T> b)
15301556

15311557
@Override
15321558
public int hashCode() {
1533-
return Objects.hash(accountNumber, accountOwnership, annuityPolicyToDate, annuityProvider, annuityTermYear, apr, apy, availableBalance, availableCredit, balance, cashBalance, cashSurrenderValue, createdAt, creditLimit, currencyCode, dayPaymentIsDue, deathBenefit, guid, holdingsValue, id, importedAt, institutionCode, insuredName, interestRate, isClosed, isHidden, isManual, lastPayment, lastPaymentAt, loanAmount, marginBalance, maturesOn, memberGuid, memberId, memberIsManagedByUser, metadata, minimumBalance, minimumPayment, name, nickname, originalBalance, payOutAmount, paymentDueAt, payoffBalance, premiumAmount, propertyType, routingNumber, startedOn, subtype, todayUglAmount, todayUglPercentage, totalAccountValue, type, updatedAt, userGuid, userId);
1559+
return Objects.hash(accountNumber, accountOwnership, annuityPolicyToDate, annuityProvider, annuityTermYear, apr, apy, availableBalance, availableCredit, balance, cashBalance, cashSurrenderValue, createdAt, creditLimit, currencyCode, dayPaymentIsDue, deathBenefit, guid, holdingsValue, id, importedAt, institutionCode, insuredName, interestRate, isClosed, isHidden, isManual, lastPayment, lastPaymentAt, loanAmount, marginBalance, maturesOn, memberGuid, memberId, memberIsManagedByUser, metadata, minimumBalance, minimumPayment, name, nickname, originalBalance, payOutAmount, paymentDueAt, payoffBalance, premiumAmount, propertyType, routingNumber, startedOn, subtype, todayUglAmount, todayUglPercentage, totalAccountValue, totalAccountValueUgl, type, updatedAt, userGuid, userId);
15341560
}
15351561

15361562
private static <T> int hashCodeNullable(JsonNullable<T> a) {
@@ -1596,6 +1622,7 @@ public String toString() {
15961622
sb.append(" todayUglAmount: ").append(toIndentedString(todayUglAmount)).append("\n");
15971623
sb.append(" todayUglPercentage: ").append(toIndentedString(todayUglPercentage)).append("\n");
15981624
sb.append(" totalAccountValue: ").append(toIndentedString(totalAccountValue)).append("\n");
1625+
sb.append(" totalAccountValueUgl: ").append(toIndentedString(totalAccountValueUgl)).append("\n");
15991626
sb.append(" type: ").append(toIndentedString(type)).append("\n");
16001627
sb.append(" updatedAt: ").append(toIndentedString(updatedAt)).append("\n");
16011628
sb.append(" userGuid: ").append(toIndentedString(userGuid)).append("\n");
@@ -1674,6 +1701,7 @@ private String toIndentedString(Object o) {
16741701
openapiFields.add("today_ugl_amount");
16751702
openapiFields.add("today_ugl_percentage");
16761703
openapiFields.add("total_account_value");
1704+
openapiFields.add("total_account_value_ugl");
16771705
openapiFields.add("type");
16781706
openapiFields.add("updated_at");
16791707
openapiFields.add("user_guid");

src/test/java/com/mx/client/model/AccountResponseTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,14 @@ public void totalAccountValueTest() {
455455
// TODO: test totalAccountValue
456456
}
457457

458+
/**
459+
* Test the property 'totalAccountValueUgl'
460+
*/
461+
@Test
462+
public void totalAccountValueUglTest() {
463+
// TODO: test totalAccountValueUgl
464+
}
465+
458466
/**
459467
* Test the property 'type'
460468
*/

0 commit comments

Comments
 (0)