Skip to content

Commit f08c761

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

1,203 files changed

Lines changed: 1219 additions & 1219 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-28T05:38:24.783072930Z[Etc/UTC]
5+
- Build date: 2024-03-28T20:00:03.371436717Z[Etc/UTC]
66
- Generator version: 7.4.0
77

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

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60543,7 +60543,7 @@ components:
6054360543
example: '*.example.com'
6054460544
pattern: "^.{0,2048}$"
6054560545
type: string
60546-
bIsiframe:
60546+
bIsIframe:
6054760547
description: Whether the url would be in an iFrame or not
6054860548
type: boolean
6054960549
type: object

docs/EzsignfoldersignerassociationCreateEmbeddedUrlV1Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Request for POST /1/object/ezsignfoldersignerassociation/createEmbeddedUrl
1010
|------------ | ------------- | ------------- | -------------|
1111
|**sReturnUrl** | **String** | The return Url to redirect after the signing is completed | [optional] |
1212
|**sIframedomain** | **String** | Domain protection for the iFrame | [optional] |
13-
|**bIsiframe** | **Boolean** | Whether the url would be in an iFrame or not | [optional] |
13+
|**bIsIframe** | **Boolean** | Whether the url would be in an iFrame or not | [optional] |
1414

1515

1616

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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
62+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
52+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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-28T05:38:24.783072930Z[Etc/UTC]", comments = "Generator version: 7.4.0")
55+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-03-28T20:00:03.371436717Z[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)

0 commit comments

Comments
 (0)