Skip to content

Commit eedf0d2

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

2,385 files changed

Lines changed: 139005 additions & 41481 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/FILES

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.12.0
1+
7.16.0

README.md

Lines changed: 287 additions & 12 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 34164 additions & 13151 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 3 additions & 4 deletions
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.2'
7+
version = '1.2.3'
88

99
buildscript {
1010
repositories {
@@ -106,15 +106,14 @@ ext {
106106
}
107107

108108
dependencies {
109-
implementation 'io.swagger:swagger-annotations:1.6.8'
110109
implementation "com.google.code.findbugs:jsr305:3.0.2"
111110
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
112111
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
113112
implementation 'com.google.code.gson:gson:2.9.1'
114113
implementation 'io.gsonfire:gson-fire:1.9.0'
115114
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
116-
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
117-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
115+
implementation 'org.openapitools:jackson-databind-nullable:0.2.7'
116+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
118117
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119118
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
120119
testImplementation 'org.mockito:mockito-core:3.12.4'

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.ezmax",
44
name := "ezmax-java",
5-
version := "1.2.2",
6-
scalaVersion := "2.11.4",
5+
version := "1.2.3",
6+
scalaVersion := "2.11.12",
77
scalacOptions ++= Seq("-feature"),
8-
javacOptions in compile ++= Seq("-Xlint:deprecation"),
9-
publishArtifact in (Compile, packageDoc) := false,
8+
compile / javacOptions ++= Seq("-Xlint:deprecation"),
9+
Compile / packageDoc / publishArtifact := false,
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.6.5",
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.18.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
18-
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
18+
"org.openapitools" % "jackson-databind-nullable" % "0.2.7",
1919
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
2020
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2121
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",

docs/ActivesessionGetCurrentV1ResponseMPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Payload for GET /1/object/activesession/getCurrent
3434
|**eUserEzsignprepaid** | **FieldEUserEzsignprepaid** | | [optional] |
3535
|**bUserEzsigntrial** | **Boolean** | Whether the User's eZsign subscription is a trial | [optional] |
3636
|**dtUserEzsignprepaidexpiration** | **String** | The eZsign prepaid expiration date | [optional] |
37+
|**dtUserNpsrequest** | **String** | The date at which the NPS questionnaire will be show | [optional] |
3738
|**aPkiPermissionID** | **List<Integer>** | An array of permissions granted to the user or api key | |
3839
|**objUserReal** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | |
3940
|**objUserCloned** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | [optional] |

docs/ActivesessionResponseCompound.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Payload for GET /1/object/activesession/getCurrent
3434
|**eUserEzsignprepaid** | **FieldEUserEzsignprepaid** | | [optional] |
3535
|**bUserEzsigntrial** | **Boolean** | Whether the User's eZsign subscription is a trial | [optional] |
3636
|**dtUserEzsignprepaidexpiration** | **String** | The eZsign prepaid expiration date | [optional] |
37+
|**dtUserNpsrequest** | **String** | The date at which the NPS questionnaire will be show | [optional] |
3738
|**aPkiPermissionID** | **List<Integer>** | An array of permissions granted to the user or api key | |
3839
|**objUserReal** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | |
3940
|**objUserCloned** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | [optional] |

docs/ActivesessionResponseCompoundUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ An Activesession->User Object and children to create a complete structure
1414
|**sUserFirstname** | **String** | The first name of the user | |
1515
|**sUserLastname** | **String** | The last name of the user | |
1616
|**sEmailAddress** | **String** | The email address. | [optional] |
17+
|**bUserAddmeinezsignfolder** | **Boolean** | Whether if I want to automatically add myself during the creation of Ezsignfolder of which I am the owner | |
1718
|**eUserEzsignsendreminderfrequency** | **FieldEUserEzsignsendreminderfrequency** | | |
1819
|**iUserInterfacecolor** | **Integer** | The int32 representation of the interface color. For example, RGB color #39435B would be 3752795 | |
1920
|**bUserInterfacedark** | **Boolean** | Whether to use a dark mode interface | |
2021
|**iUserListresult** | **Integer** | The number of rows to return by default in lists | |
22+
|**iUserFrontendgoal** | **Integer** | Goals save as bit wise (one bit per goal) | |
2123

2224

2325

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# AgentAutocompleteElementResponse
4+
5+
A Agent AutocompleteElement Response
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**pkiAgentID** | **Integer** | The unique ID of the Agent. | |
12+
|**fkiDepartmentID** | **Integer** | The unique ID of the Department | |
13+
|**sContactFirstname** | **String** | The First name of the contact | |
14+
|**sContactLastname** | **String** | The Last name of the contact | |
15+
|**bAgentIsactive** | **Boolean** | Whether the Agent is active or not | |
16+
17+
18+

0 commit comments

Comments
 (0)