Skip to content

Commit 8b88263

Browse files
authored
RC of version 2.15.0 (#140)
1 parent 9b279fe commit 8b88263

File tree

384 files changed

+14812
-11519
lines changed

Some content is hidden

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

384 files changed

+14812
-11519
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3434
<dependency>
3535
<groupId>com.docusign</groupId>
3636
<artifactId>docusign-esign-java</artifactId>
37-
<version>2.14.0</version>
37+
<version>2.15.0-RC1</version>
3838
</dependency>
3939
```
4040

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '2.14.0'
5+
version = '2.15.0-RC1'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>2.14.0</version>
7+
<version>2.15.0-RC1</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://www.docusign.com/developer-center</url>
1010

src/main/java/com/docusign/esign/api/AccountsApi.java

Lines changed: 1176 additions & 987 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/AuthenticationApi.java

Lines changed: 155 additions & 130 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BillingApi.java

Lines changed: 270 additions & 233 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BulkEnvelopesApi.java

Lines changed: 156 additions & 137 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/CloudStorageApi.java

Lines changed: 222 additions & 187 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/CommentsApi.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)