Skip to content

Commit 71bd8dd

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 0211412 commit 71bd8dd

1,200 files changed

Lines changed: 1200 additions & 1200 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
eZmax API Definition (Full)
44
- API version: 1.2.0
5-
- Build date: 2024-03-28T04:04:06.974848816Z[Etc/UTC]
5+
- Build date: 2024-03-28T05:38:24.783072930Z[Etc/UTC]
66
- Generator version: 7.4.0
77

88
This API expose all the functionnalities for the eZmax and eZsign applications.

src/main/java/com/ezmax/api/model/AbstractOpenApiSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2323
*/
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
2525
public abstract class AbstractOpenApiSchema {
2626

2727
// store the actual instance of the schema/object

src/main/java/com/ezmax/api/model/ActivesessionGetCurrentV1Response.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* Response for GET /1/object/activesession/getCurrent
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5656
public class ActivesessionGetCurrentV1Response {
5757
public static final String SERIALIZED_NAME_OBJ_DEBUG_PAYLOAD = "objDebugPayload";
5858
@SerializedName(SERIALIZED_NAME_OBJ_DEBUG_PAYLOAD)

src/main/java/com/ezmax/api/model/ActivesessionGetCurrentV1ResponseMPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
* Payload for GET /1/object/activesession/getCurrent
6161
*/
62-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
62+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
6363
public class ActivesessionGetCurrentV1ResponseMPayload {
6464
public static final String SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE = "eActivesessionUsertype";
6565
@SerializedName(SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE)

src/main/java/com/ezmax/api/model/ActivesessionGetListV1Response.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* Response for GET /1/object/activesession/getList
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5656
public class ActivesessionGetListV1Response {
5757
public static final String SERIALIZED_NAME_OBJ_DEBUG_PAYLOAD = "objDebugPayload";
5858
@SerializedName(SERIALIZED_NAME_OBJ_DEBUG_PAYLOAD)

src/main/java/com/ezmax/api/model/ActivesessionGetListV1ResponseMPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* Payload for GET /1/object/activesession/getList
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5656
public class ActivesessionGetListV1ResponseMPayload {
5757
public static final String SERIALIZED_NAME_I_ROW_RETURNED = "iRowReturned";
5858
@SerializedName(SERIALIZED_NAME_I_ROW_RETURNED)

src/main/java/com/ezmax/api/model/ActivesessionListElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* A Activesession List Element
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5353
public class ActivesessionListElement {
5454
public static final String SERIALIZED_NAME_PKI_ACTIVESESSION_I_D = "pkiActivesessionID";
5555
@SerializedName(SERIALIZED_NAME_PKI_ACTIVESESSION_I_D)

src/main/java/com/ezmax/api/model/ActivesessionResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
/**
5353
* An Activesession Object
5454
*/
55-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5656
public class ActivesessionResponse {
5757
public static final String SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE = "eActivesessionUsertype";
5858
@SerializedName(SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE)

src/main/java/com/ezmax/api/model/ActivesessionResponseCompound.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
* Payload for GET /1/object/activesession/getCurrent
6161
*/
62-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
62+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
6363
public class ActivesessionResponseCompound {
6464
public static final String SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE = "eActivesessionUsertype";
6565
@SerializedName(SERIALIZED_NAME_E_ACTIVESESSION_USERTYPE)

src/main/java/com/ezmax/api/model/ActivesessionResponseCompoundApikey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/**
5050
* An Activesession->Apikey object and children to create a complete structure
5151
*/
52-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T04:04:06.974848816Z[Etc/UTC]", comments = "Generator version: 7.4.0")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
5353
public class ActivesessionResponseCompoundApikey {
5454
public static final String SERIALIZED_NAME_PKI_APIKEY_I_D = "pkiApikeyID";
5555
@SerializedName(SERIALIZED_NAME_PKI_APIKEY_I_D)

0 commit comments

Comments
 (0)