Skip to content

Commit d0a0ee4

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

File tree

189 files changed

+13129
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+13129
-165
lines changed

.openapi-generator/FILES

Lines changed: 106 additions & 2 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.0.1
1+
7.2.0

README.md

Lines changed: 68 additions & 2 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ android {
5858

5959
ext {
6060
swagger_annotations_version = "1.6.6"
61-
gson_version = "2.8.9"
62-
httpmime_version = "4.5.13"
61+
gson_version = "2.10.1"
62+
httpmime_version = "4.5.14"
6363
volley_version = "1.2.1"
6464
junit_version = "4.13.2"
6565
robolectric_version = "4.5.1"
@@ -81,9 +81,9 @@ afterEvaluate {
8181
def task = project.tasks.create "jar${variant.name.capitalize()}", Jar
8282
task.description = "Create jar artifact for ${variant.name}"
8383
task.dependsOn variant.javaCompile
84-
task.from variant.javaCompile.destinationDir
85-
task.destinationDir = project.file("${project.buildDir}/outputs/jar")
86-
task.archiveName = "${project.name}-${variant.baseName}-${version}.jar"
84+
task.from variant.javaCompile.destinationDirectory
85+
task.destinationDirectory = project.file("${project.buildDir}/outputs/jar")
86+
task.archiveFileName = "${project.name}-${variant.baseName}-${version}.jar"
8787
artifacts.add('archives', task);
8888
}
8989
}

docs/ActivesessionGetCurrentV1ResponseMPayload.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Name | Type | Description | Notes
1717
**pksCustomerCode** | **String** | The customer code assigned to your account |
1818
**fkiSystemconfigurationtypeID** | **Integer** | The unique ID of the Systemconfigurationtype |
1919
**fkiSignatureID** | **Integer** | The unique ID of the Signature | [optional]
20+
**eUserEzsignaccess** | [**FieldEUserEzsignaccess**](FieldEUserEzsignaccess.md) | |
21+
**eUserEzsignprepaid** | [**FieldEUserEzsignprepaid**](FieldEUserEzsignprepaid.md) | | [optional]
22+
**dtUserEzsignprepaidexpiration** | **String** | The eZsign prepaid expiration date | [optional]
2023
**aPkiPermissionID** | **List<Integer>** | An array of permissions granted to the user or api key |
2124
**objUserReal** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | |
2225
**objUserCloned** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | [optional]

docs/ActivesessionResponseCompound.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Name | Type | Description | Notes
1717
**pksCustomerCode** | **String** | The customer code assigned to your account |
1818
**fkiSystemconfigurationtypeID** | **Integer** | The unique ID of the Systemconfigurationtype |
1919
**fkiSignatureID** | **Integer** | The unique ID of the Signature | [optional]
20+
**eUserEzsignaccess** | [**FieldEUserEzsignaccess**](FieldEUserEzsignaccess.md) | |
21+
**eUserEzsignprepaid** | [**FieldEUserEzsignprepaid**](FieldEUserEzsignprepaid.md) | | [optional]
22+
**dtUserEzsignprepaidexpiration** | **String** | The eZsign prepaid expiration date | [optional]
2023
**aPkiPermissionID** | **List<Integer>** | An array of permissions granted to the user or api key |
2124
**objUserReal** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | |
2225
**objUserCloned** | [**ActivesessionResponseCompoundUser**](ActivesessionResponseCompoundUser.md) | | [optional]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# AttachmentGetAttachmentlogsV1Response
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**objDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
10+
**objDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
11+
**mPayload** | [**AttachmentGetAttachmentlogsV1ResponseMPayload**](AttachmentGetAttachmentlogsV1ResponseMPayload.md) | |
12+
13+
14+
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AttachmentGetAttachmentlogsV1ResponseMPayload
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**aObjAttachmentlog** | [**List<AttachmentlogResponseCompound>**](AttachmentlogResponseCompound.md) | |
10+
11+
12+
13+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# AttachmentGetDownloadUrlV1Response
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**objDebugPayload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
10+
**objDebug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
11+
**mPayload** | [**AttachmentGetDownloadUrlV1ResponseMPayload**](AttachmentGetDownloadUrlV1ResponseMPayload.md) | |
12+
13+
14+
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AttachmentGetDownloadUrlV1ResponseMPayload
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**sDownloadUrl** | **String** | The Url to the requested attachment. Url will expire after 5 minutes. |
10+
11+
12+
13+

0 commit comments

Comments
 (0)