Skip to content

Commit

Permalink
Generated version 0.39.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.39.0 of this library.
  • Loading branch information
devexperience committed Sep 4, 2024
1 parent d0cd13e commit 1a99d94
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mvn clean package
```

Then manually install the following JARs:
- `target/mx-platform-java-0.38.0.jar`
- `target/mx-platform-java-0.39.0.jar`
- `target/lib/*.jar`

### Maven users
Expand All @@ -35,7 +35,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.mx</groupId>
<artifactId>mx-platform-java</artifactId>
<version>0.38.0</version>
<version>0.39.0</version>
<scope>compile</scope>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions docs/MxPlatformApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6635,7 +6635,7 @@ public class Example {
Update account by member

This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.

### Example
```java
Expand All @@ -6661,7 +6661,7 @@ public class Example {
String accountGuid = "ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1"; // String | The unique id for an `account`.
String memberGuid = "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b"; // String | The unique id for a `member`.
String userGuid = "USR-fa7537f3-48aa-a683-a02a-b18940482f54"; // String | The unique id for a `user`.
AccountUpdateRequestBody accountUpdateRequestBody = new AccountUpdateRequestBody(); // AccountUpdateRequestBody | Account object to be created with optional parameters (is_hidden)
AccountUpdateRequestBody accountUpdateRequestBody = new AccountUpdateRequestBody(); // AccountUpdateRequestBody |
try {
AccountResponseBody result = apiInstance.updateAccountByMember(accountGuid, memberGuid, userGuid, accountUpdateRequestBody);
System.out.println(result);
Expand All @@ -6683,7 +6683,7 @@ public class Example {
| **accountGuid** | **String**| The unique id for an &#x60;account&#x60;. | |
| **memberGuid** | **String**| The unique id for a &#x60;member&#x60;. | |
| **userGuid** | **String**| The unique id for a &#x60;user&#x60;. | |
| **accountUpdateRequestBody** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md)| Account object to be created with optional parameters (is_hidden) | |
| **accountUpdateRequestBody** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md)| | |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiPackage: com.mx.client.mx-platform-api
artifactDescription: A Java library for the MX Platform API
artifactId: mx-platform-java
artifactUrl: https://github.com/mxenabled/mx-platform-java
artifactVersion: 0.38.0
artifactVersion: 0.39.0
developerEmail: [email protected]
developerName: MX
developerOrganization: MX Technologies Inc.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>mx-platform-java</artifactId>
<packaging>jar</packaging>
<name>mx-platform-java</name>
<version>0.38.0</version>
<version>0.39.0</version>
<url>https://github.com/mxenabled/mx-platform-java</url>
<description>A Java library for the MX Platform API</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mx/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/0.38.0/java");
setUserAgent("OpenAPI-Generator/0.39.0/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/mx/client/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "0.38.0";
public static final String VERSION = "0.39.0";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down
14 changes: 7 additions & 7 deletions src/main/java/com/mx/client/mx_platform_api/MxPlatformApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -12792,7 +12792,7 @@ public okhttp3.Call resumeAggregationAsync(String memberGuid, String userGuid, M
* @param accountGuid The unique id for an &#x60;account&#x60;. (required)
* @param memberGuid The unique id for a &#x60;member&#x60;. (required)
* @param userGuid The unique id for a &#x60;user&#x60;. (required)
* @param accountUpdateRequestBody Account object to be created with optional parameters (is_hidden) (required)
* @param accountUpdateRequestBody (required)
* @param _callback Callback for upload/download progress
* @return Call to execute
* @throws ApiException If fail to serialize the request body object
Expand Down Expand Up @@ -12878,11 +12878,11 @@ private okhttp3.Call updateAccountByMemberValidateBeforeCall(String accountGuid,

/**
* Update account by member
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
* @param accountGuid The unique id for an &#x60;account&#x60;. (required)
* @param memberGuid The unique id for a &#x60;member&#x60;. (required)
* @param userGuid The unique id for a &#x60;user&#x60;. (required)
* @param accountUpdateRequestBody Account object to be created with optional parameters (is_hidden) (required)
* @param accountUpdateRequestBody (required)
* @return AccountResponseBody
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
Expand All @@ -12898,11 +12898,11 @@ public AccountResponseBody updateAccountByMember(String accountGuid, String memb

/**
* Update account by member
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
* @param accountGuid The unique id for an &#x60;account&#x60;. (required)
* @param memberGuid The unique id for a &#x60;member&#x60;. (required)
* @param userGuid The unique id for a &#x60;user&#x60;. (required)
* @param accountUpdateRequestBody Account object to be created with optional parameters (is_hidden) (required)
* @param accountUpdateRequestBody (required)
* @return ApiResponse&lt;AccountResponseBody&gt;
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
* @http.response.details
Expand All @@ -12919,11 +12919,11 @@ public ApiResponse<AccountResponseBody> updateAccountByMemberWithHttpInfo(String

/**
* Update account by member (asynchronously)
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
* @param accountGuid The unique id for an &#x60;account&#x60;. (required)
* @param memberGuid The unique id for a &#x60;member&#x60;. (required)
* @param userGuid The unique id for a &#x60;user&#x60;. (required)
* @param accountUpdateRequestBody Account object to be created with optional parameters (is_hidden) (required)
* @param accountUpdateRequestBody (required)
* @param _callback The callback to be executed when the API call finishes
* @return The request call
* @throws ApiException If fail to process the API call, e.g. serializing the request body object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ public void resumeAggregationTest() throws ApiException {
/**
* Update account by member
*
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
* This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
*
* @throws ApiException if the Api call fails
*/
Expand Down

0 comments on commit 1a99d94

Please sign in to comment.