Skip to content

Commit 2188a13

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

3,007 files changed

Lines changed: 277292 additions & 89763 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.

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [ '8' ]
20+
java: [ 17, 21 ]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'

.openapi-generator/FILES

Lines changed: 1239 additions & 210 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.4.0
1+
7.9.0

README.md

Lines changed: 517 additions & 95 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 42411 additions & 18078 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,17 @@ ext {
108108
dependencies {
109109
implementation 'io.swagger:swagger-annotations:1.6.8'
110110
implementation "com.google.code.findbugs:jsr305:3.0.2"
111-
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
112-
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
111+
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
112+
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
113113
implementation 'com.google.code.gson:gson:2.9.1'
114114
implementation 'io.gsonfire:gson-fire:1.9.0'
115-
implementation 'javax.ws.rs:jsr311-api:1.1.1'
116-
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
115+
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
117116
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
118117
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
119118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
120-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
119+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
121120
testImplementation 'org.mockito:mockito-core:3.12.4'
122-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
121+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
123122
}
124123

125124
javadoc {

build.sbt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ lazy val root = (project in file(".")).
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
1212
"io.swagger" % "swagger-annotations" % "1.6.5",
13-
"com.squareup.okhttp3" % "okhttp" % "4.10.0",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "4.10.0",
13+
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
1515
"com.google.code.gson" % "gson" % "2.9.1",
1616
"org.apache.commons" % "commons-lang3" % "3.12.0",
17-
"javax.ws.rs" % "jsr311-api" % "1.1.1",
18-
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
17+
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
1918
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",
2019
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
2120
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2221
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
2322
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
24-
"org.junit.jupiter" % "junit-jupiter-api" % "5.9.1" % "test",
23+
"org.junit.jupiter" % "junit-jupiter-api" % "5.10.3" % "test",
2524
"com.novocode" % "junit-interface" % "0.10" % "test",
2625
"org.mockito" % "mockito-core" % "3.12.4" % "test"
2726
)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# ActivesessionGenerateFederationTokenV1Request
4+
5+
Request for POST /1/object/activesession/generateFederationToken
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**fksEzmaxcustomerCode** | **String** | The Ezmaxcustomer code | |
12+
13+
14+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# ActivesessionGenerateFederationTokenV1Response
4+
5+
Response for POST /1/object/activesession/generateFederationToken
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**objDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | |
12+
|**objDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] |
13+
|**mPayload** | [**ActivesessionGenerateFederationTokenV1ResponseMPayload**](ActivesessionGenerateFederationTokenV1ResponseMPayload.md) | | |
14+
15+
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# ActivesessionGenerateFederationTokenV1ResponseMPayload
4+
5+
Payload for POST /1/object/activesession/generateFederationToken
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**objApikeyfederation** | [**CustomApikeyfederation**](CustomApikeyfederation.md) | | |
12+
|**sEzmaxcustomercodeUrl** | **String** | The url of the server the Ezmaxcustomer is located | |
13+
14+
15+

0 commit comments

Comments
 (0)