Skip to content

Commit ee99d71

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 48807d5 commit ee99d71

2,823 files changed

Lines changed: 4054 additions & 4053 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ezmax-java
22

33
eZmax API Definition (Full)
4-
- API version: 1.2.0
5-
- Build date: 2024-04-14T20:13:03.553513468Z[Etc/UTC]
4+
- API version: 1.2.1
5+
- Build date: 2024-04-14T23:45:44.203418720Z[Etc/UTC]
66
- Generator version: 7.4.0
77

88
This API expose all the functionnalities for the eZmax and eZsign applications.
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242
<dependency>
4343
<groupId>com.ezmax</groupId>
4444
<artifactId>ezmax-java</artifactId>
45-
<version>1.2.0</version>
45+
<version>1.2.1</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
```
@@ -58,7 +58,7 @@ Add this dependency to your project's build file:
5858
}
5959
6060
dependencies {
61-
implementation "com.ezmax:ezmax-java:1.2.0"
61+
implementation "com.ezmax:ezmax-java:1.2.1"
6262
}
6363
```
6464

@@ -72,7 +72,7 @@ mvn clean package
7272

7373
Then manually install the following JARs:
7474

75-
* `target/ezmax-java-1.2.0.jar`
75+
* `target/ezmax-java-1.2.1.jar`
7676
* `target/lib/*.jar`
7777

7878
## Getting Started

api/openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://opensource.org/licenses/MIT
1111
termsOfService: https://www.ezmax.ca/TODO
1212
title: eZmax API Definition (Full)
13-
version: 1.2.0
13+
version: 1.2.1
1414
x-logo:
1515
url: https://github.com/eZmaxinc/eZmax-API/raw/master/docs/resources/images/logo.png
1616
backgroundColor: '#fafafa'
@@ -81,7 +81,8 @@ tags:
8181
\ ask users to update to the newer version of the function and give them ample\
8282
\ time to do so.\r\nOnly after that delay expires (or no more users are still\
8383
\ using it), we will have the function **Removed**.\r\n\r\n## 1.2.X Releases\r\
84-
\n\r\n### [1.2.0] - 2024-04-14\r\n\r\n#### Added\r\n- DELETE /1/object/creditcardclient/{pkiCreditcardclientID}\r\
84+
\n\r\n### [1.2.1] - 2024-\r\n\r\n#### Added\r\n\r\n### [1.2.0] - 2024-04-14\r\n\
85+
\r\n#### Added\r\n- DELETE /1/object/creditcardclient/{pkiCreditcardclientID}\r\
8586
\n- DELETE /1/object/discussion/{pkiDiscussionID}\r\n- DELETE /1/object/discussionmembership/{pkiDiscussionmembershipID}\r\
8687
\n- DELETE /1/object/discussionmessage/{pkiDiscussionmessageID}\r\n- DELETE /1/object/usergroupdelegation/{pkiUsergroupdelegationID}\r\
8788
\n- DELETE /1/object/usergroupexternal/{pkiUsergroupexternalID}\r\n- GET /1/module/location/search\r\

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.ezmax'
7-
version = '1.2.0'
7+
version = '1.2.1'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.ezmax",
44
name := "ezmax-java",
5-
version := "1.2.0",
5+
version := "1.2.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>ezmax-java</artifactId>
66
<packaging>jar</packaging>
77
<name>ezmax-java</name>
8-
<version>1.2.0</version>
8+
<version>1.2.1</version>
99
<url>https://github.com/eZmaxinc/eZmax-SDK-java</url>
1010
<description>Ezmax API Java</description>
1111
<scm>

src/main/java/com/ezmax/api/GlobalCustomerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* eZmax API Definition (Full)
33
* This API expose all the functionnalities for the eZmax and eZsign applications.
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.2.1
66
* Contact: support-api@ezmax.ca
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/ezmax/api/GlobalEzmaxclientApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* eZmax API Definition (Full)
33
* This API expose all the functionnalities for the eZmax and eZsign applications.
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.2.1
66
* Contact: support-api@ezmax.ca
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/ezmax/api/GlobalEzmaxcustomerApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* eZmax API Definition (Full)
33
* This API expose all the functionnalities for the eZmax and eZsign applications.
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.2.1
66
* Contact: support-api@ezmax.ca
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/ezmax/api/ModuleEzsignApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* eZmax API Definition (Full)
33
* This API expose all the functionnalities for the eZmax and eZsign applications.
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.2.1
66
* Contact: support-api@ezmax.ca
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/ezmax/api/ModuleReportApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* eZmax API Definition (Full)
33
* This API expose all the functionnalities for the eZmax and eZsign applications.
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.2.1
66
* Contact: support-api@ezmax.ca
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)