Skip to content

Commit 2232a2a

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent b5f42a8 commit 2232a2a

1,908 files changed

Lines changed: 20017 additions & 28910 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.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
eZmax API Definition (Full)
44
- API version: 1.2.1
5-
- Build date: 2025-01-20T18:49:43.941195549Z[Etc/UTC]
6-
- Generator version: 7.10.0
5+
- Build date: 2025-01-20T19:31:15.190691479Z[Etc/UTC]
6+
- Generator version: 7.9.0
77

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115115
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
117-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
117+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
120120
testImplementation 'org.mockito:mockito-core:3.12.4'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
1414
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
1515
"com.google.code.gson" % "gson" % "2.9.1",
16-
"org.apache.commons" % "commons-lang3" % "3.17.0",
16+
"org.apache.commons" % "commons-lang3" % "3.12.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
1818
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
1919
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",

docs/ActivesessionGetCurrentV1Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Response for GET /1/object/activesession/getCurrent
1010
|------------ | ------------- | ------------- | -------------|
1111
|**objDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | |
1212
|**objDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] |
13-
|**mPayload** | [**ActivesessionResponseCompound**](ActivesessionResponseCompound.md) | Payload for GET /1/object/activesession/getCurrent | |
13+
|**mPayload** | [**ActivesessionGetCurrentV1ResponseMPayload**](ActivesessionGetCurrentV1ResponseMPayload.md) | | |
1414

1515

1616

docs/ApikeyCreateObjectV2Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Request for POST /2/object/apikey
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**aObjApikey** | [**List<ApikeyRequest>**](ApikeyRequest.md) | | |
11+
|**aObjApikey** | [**List<ApikeyRequestCompound>**](ApikeyRequestCompound.md) | | |
1212

1313

1414

docs/ApikeyCreateObjectV2ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Payload for POST /2/object/apikey
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**aObjApikey** | [**List<ApikeyResponse>**](ApikeyResponse.md) | | |
11+
|**aObjApikey** | [**List<ApikeyResponseCompound>**](ApikeyResponseCompound.md) | | |
1212

1313

1414

docs/ApikeyEditObjectV1Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Request for PUT /1/object/apikey/{pkiApikeyID}
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**objApikey** | [**ApikeyRequest**](ApikeyRequest.md) | An Apikey Object and children to create a complete structure | |
11+
|**objApikey** | [**ApikeyRequestCompound**](ApikeyRequestCompound.md) | | |
1212

1313

1414

docs/ApikeyEditPermissionsV1Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Request for PUT /1/object/apikey/{pkiApikeyID}/editPermissions
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**aObjPermission** | [**List<PermissionRequest>**](PermissionRequest.md) | | |
11+
|**aObjPermission** | [**List<PermissionRequestCompound>**](PermissionRequestCompound.md) | | |
1212

1313

1414

docs/ApikeyGetObjectV2ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Payload for GET /2/object/apikey/{pkiApikeyID}
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**objApikey** | [**ApikeyResponse**](ApikeyResponse.md) | An Apikey Object and children to create a complete structure | |
11+
|**objApikey** | [**ApikeyResponseCompound**](ApikeyResponseCompound.md) | | |
1212

1313

1414

0 commit comments

Comments
 (0)