Skip to content

Commit a5d6588

Browse files
Update generator
Generates library using the openapi-generator version 5.3.1
1 parent a8dfff8 commit a5d6588

File tree

123 files changed

+2773
-862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+2773
-862
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
5.3.1

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.4.2.jar`
27+
- `target/mx-platform-java-0.5.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.4.2</version>
38+
<version>0.5.0</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
```

docs/MxPlatformApi.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ null (empty response body)
928928
### HTTP request headers
929929

930930
- **Content-Type**: Not defined
931-
- **Accept**: application/vnd.mx.api.v1+json
931+
- **Accept**: Not defined
932932

933933
### HTTP response details
934934
| Status code | Description | Response headers |
@@ -999,7 +999,7 @@ null (empty response body)
999999
### HTTP request headers
10001000

10011001
- **Content-Type**: Not defined
1002-
- **Accept**: application/vnd.mx.api.v1+json
1002+
- **Accept**: Not defined
10031003

10041004
### HTTP response details
10051005
| Status code | Description | Response headers |
@@ -1068,7 +1068,7 @@ null (empty response body)
10681068
### HTTP request headers
10691069

10701070
- **Content-Type**: Not defined
1071-
- **Accept**: application/vnd.mx.api.v1+json
1071+
- **Accept**: Not defined
10721072

10731073
### HTTP response details
10741074
| Status code | Description | Response headers |
@@ -1139,7 +1139,7 @@ null (empty response body)
11391139
### HTTP request headers
11401140

11411141
- **Content-Type**: Not defined
1142-
- **Accept**: application/vnd.mx.api.v1+json
1142+
- **Accept**: Not defined
11431143

11441144
### HTTP response details
11451145
| Status code | Description | Response headers |
@@ -1208,7 +1208,7 @@ null (empty response body)
12081208
### HTTP request headers
12091209

12101210
- **Content-Type**: Not defined
1211-
- **Accept**: application/vnd.mx.api.v1+json
1211+
- **Accept**: Not defined
12121212

12131213
### HTTP response details
12141214
| Status code | Description | Response headers |
@@ -1277,7 +1277,7 @@ null (empty response body)
12771277
### HTTP request headers
12781278

12791279
- **Content-Type**: Not defined
1280-
- **Accept**: application/vnd.mx.api.v1+json
1280+
- **Accept**: Not defined
12811281

12821282
### HTTP response details
12831283
| Status code | Description | Response headers |
@@ -1346,7 +1346,7 @@ null (empty response body)
13461346
### HTTP request headers
13471347

13481348
- **Content-Type**: Not defined
1349-
- **Accept**: application/vnd.mx.api.v1+json
1349+
- **Accept**: Not defined
13501350

13511351
### HTTP response details
13521352
| Status code | Description | Response headers |
@@ -1415,7 +1415,7 @@ null (empty response body)
14151415
### HTTP request headers
14161416

14171417
- **Content-Type**: Not defined
1418-
- **Accept**: application/vnd.mx.api.v1+json
1418+
- **Accept**: Not defined
14191419

14201420
### HTTP response details
14211421
| Status code | Description | Response headers |
@@ -1482,7 +1482,7 @@ null (empty response body)
14821482
### HTTP request headers
14831483

14841484
- **Content-Type**: Not defined
1485-
- **Accept**: application/vnd.mx.api.v1+json
1485+
- **Accept**: Not defined
14861486

14871487
### HTTP response details
14881488
| Status code | Description | Response headers |

openapi/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiPackage: "com.mx.client.mx-platform-api"
22
artifactDescription: "A Java library for the MX Platform API"
33
artifactId: "mx-platform-java"
44
artifactUrl: "https://github.com/mxenabled/mx-platform-java"
5-
artifactVersion: 0.4.2
5+
artifactVersion: 0.5.0
66
developerEmail: "devexperience@mx.com"
77
developerName: "MX"
88
developerOrganization: "MX Technologies Inc."
@@ -16,4 +16,3 @@ modelPackage: "com.mx.client.model"
1616
scmConnection: "https://github.com/mxenabled/mx-platform-java.git"
1717
scmDeveloperConnection: "git@github.com:mxenabled/mx-platform-java.git"
1818
scmUrl: "https://github.com/mxenabled/mx-platform-java"
19-
serializationLibrary: "gson"

0 commit comments

Comments
 (0)