Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.dropbox.sign</groupId>
<artifactId>dropbox-sign</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -72,7 +72,7 @@ Add this dependency to your project's build file:
}

dependencies {
implementation "com.dropbox.sign:dropbox-sign:2.3.0"
implementation "com.dropbox.sign:dropbox-sign:2.4.0"
}
```

Expand All @@ -86,7 +86,7 @@ mvn clean package

Then manually install the following JARs:

- `target/dropbox-sign-2.3.0.jar`
- `target/dropbox-sign-2.4.0.jar`
- `target/lib/*.jar`

## Getting Started
Expand Down Expand Up @@ -435,7 +435,7 @@ apisupport@hellosign.com
This Java package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: `3.0.0`
- Package version: `2.3.0`
- Package version: `2.4.0`
- Build package: `org.openapitools.codegen.languages.JavaClientCodegen`


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'signing'

group = 'com.dropbox.sign'
archivesBaseName = 'dropbox-sign'
version = '2.3.0'
version = '2.4.0'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.dropbox.sign",
name := "dropbox-sign",
version := "2.3.0",
version := "2.4.0",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion docs/BulkSendJobGetResponseSignatureRequests.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| `originalTitle` | ```String``` | Default Label for account. | |
| `subject` | ```String``` | The subject in the email that was initially sent to the signers. | |
| `message` | ```String``` | The custom message in the email that was initially sent to the signers. | |
| `metadata` | ```Object``` | The metadata attached to the signature request. | |
| `metadata` | ```Map<String, Object>``` | The metadata attached to the signature request. | |
| `createdAt` | ```Integer``` | Time the signature request was created. | |
| `expiresAt` | ```Integer``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
| `isComplete` | ```Boolean``` | Whether or not the SignatureRequest has been fully executed by all signers. | |
Expand Down
7 changes: 4 additions & 3 deletions docs/FaxResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
| `faxId`<sup>*_required_</sup> | ```String``` | Fax ID | |
| `title`<sup>*_required_</sup> | ```String``` | Fax Title | |
| `originalTitle`<sup>*_required_</sup> | ```String``` | Fax Original Title | |
| `subject`<sup>*_required_</sup> | ```String``` | Fax Subject | |
| `message`<sup>*_required_</sup> | ```String``` | Fax Message | |
| `metadata`<sup>*_required_</sup> | ```Map<String, Object>``` | Fax Metadata | |
| `createdAt`<sup>*_required_</sup> | ```Integer``` | Fax Created At Timestamp | |
| `sender`<sup>*_required_</sup> | ```String``` | Fax Sender Email | |
| `transmissions`<sup>*_required_</sup> | [```List<FaxResponseTransmission>```](FaxResponseTransmission.md) | Fax Transmissions List | |
| `filesUrl`<sup>*_required_</sup> | ```String``` | Fax Files URL | |
| `transmissions`<sup>*_required_</sup> | [```List<FaxResponseTransmission>```](FaxResponseTransmission.md) | Fax Transmissions List | |
| `subject` | ```String``` | Fax Subject | |
| `message` | ```String``` | Fax Message | |
| `finalCopyUri` | ```String``` | The path where the completed document can be downloaded | |



1 change: 0 additions & 1 deletion docs/FaxResponseTransmission.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| `recipient`<sup>*_required_</sup> | ```String``` | Fax Transmission Recipient | |
| `sender`<sup>*_required_</sup> | ```String``` | Fax Transmission Sender | |
| `statusCode`<sup>*_required_</sup> | [```StatusCodeEnum```](#StatusCodeEnum) | Fax Transmission Status Code | |
| `sentAt` | ```Integer``` | Fax Transmission Sent Timestamp | |

Expand Down
2 changes: 1 addition & 1 deletion docs/SignatureRequestResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contains information about a signature request.
| `originalTitle` | ```String``` | Default Label for account. | |
| `subject` | ```String``` | The subject in the email that was initially sent to the signers. | |
| `message` | ```String``` | The custom message in the email that was initially sent to the signers. | |
| `metadata` | ```Object``` | The metadata attached to the signature request. | |
| `metadata` | ```Map<String, Object>``` | The metadata attached to the signature request. | |
| `createdAt` | ```Integer``` | Time the signature request was created. | |
| `expiresAt` | ```Integer``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
| `isComplete` | ```Boolean``` | Whether or not the SignatureRequest has been fully executed by all signers. | |
Expand Down
1 change: 1 addition & 0 deletions docs/SignatureRequestResponseDataValueInitials.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | An input field for initials | |
| `value` | ```String``` | The value of the form field. | |
| `isSigned` | ```Boolean``` | This field contains the boolean true if the field is signed. | |



1 change: 1 addition & 0 deletions docs/SignatureRequestResponseDataValueSignature.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
|------------ | ------------- | ------------- | -------------|
| `type` | ```String``` | A signature input field | |
| `value` | ```String``` | The value of the form field. | |
| `isSigned` | ```Boolean``` | This field contains the boolean true if the field is signed. | |



2 changes: 1 addition & 1 deletion docs/TemplateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contains information about the templates you and your team have created.
| `isCreator` | ```Boolean``` | `true` if you are the owner of this template, `false` if it&#39;s been shared with you by a team member. | |
| `canEdit` | ```Boolean``` | Indicates whether edit rights have been granted to you by the owner (always `true` if that&#39;s you). | |
| `isLocked` | ```Boolean``` | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | |
| `metadata` | ```Object``` | The metadata attached to the template. | |
| `metadata` | ```Map<String, Object>``` | The metadata attached to the template. | |
| `signerRoles` | [```List<TemplateResponseSignerRole>```](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | |
| `ccRoles` | [```List<TemplateResponseCCRole>```](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | |
| `documents` | [```List<TemplateResponseDocument>```](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | |
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#target = android
GROUP=com.dropbox.sign
POM_ARTIFACT_ID=dropbox-sign
VERSION_NAME=2.3.0
VERSION_NAME=2.4.0

POM_NAME=Dropbox Sign Java SDK
POM_DESCRIPTION=Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
Expand Down
2 changes: 1 addition & 1 deletion openapi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ additionalProperties:
groupId: com.dropbox.sign
artifactId: dropbox-sign
artifactName: Dropbox Sign Java SDK
artifactVersion: "2.3.0"
artifactVersion: "2.4.0"
artifactUrl: https://github.com/hellosign/dropbox-sign-java
artifactDescription: Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!
scmConnection: scm:git:git://github.com/hellosign/dropbox-sign-java.git
Expand Down
48 changes: 31 additions & 17 deletions openapi-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11173,6 +11173,10 @@ components:
bulk_send_job_id:
description: 'The id of the BulkSendJob.'
type: string
metadata:
description: 'The metadata attached to the signature request.'
type: object
additionalProperties: {}
x-internal-class: true
EmbeddedEditUrlResponseEmbedded:
description: 'An embedded template object.'
Expand Down Expand Up @@ -11217,13 +11221,11 @@ components:
- fax_id
- title
- original_title
- subject
- message
- metadata
- created_at
- sender
- transmissions
- files_url
- transmissions
properties:
fax_id:
description: 'Fax ID'
Expand All @@ -11237,9 +11239,11 @@ components:
subject:
description: 'Fax Subject'
type: string
nullable: true
message:
description: 'Fax Message'
type: string
nullable: true
metadata:
description: 'Fax Metadata'
type: object
Expand All @@ -11250,14 +11254,18 @@ components:
sender:
description: 'Fax Sender Email'
type: string
files_url:
description: 'Fax Files URL'
type: string
final_copy_uri:
description: 'The path where the completed document can be downloaded'
type: string
nullable: true
transmissions:
description: 'Fax Transmissions List'
type: array
items:
$ref: '#/components/schemas/FaxResponseTransmission'
files_url:
description: 'Fax Files URL'
type: string
type: object
x-internal-class: true
FaxLineResponseFaxLine:
Expand All @@ -11280,15 +11288,11 @@ components:
FaxResponseTransmission:
required:
- recipient
- sender
- status_code
properties:
recipient:
description: 'Fax Transmission Recipient'
type: string
sender:
description: 'Fax Transmission Sender'
type: string
status_code:
description: 'Fax Transmission Status Code'
type: string
Expand Down Expand Up @@ -11352,13 +11356,13 @@ components:
description: 'Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.'
type: boolean
default: false
nullable: true
signature_request_id:
description: 'The id of the SignatureRequest.'
type: string
requester_email_address:
description: 'The email address of the initiator of the SignatureRequest.'
type: string
nullable: true
title:
description: 'The title the specified Account uses for the SignatureRequest.'
type: string
Expand All @@ -11376,12 +11380,14 @@ components:
metadata:
description: 'The metadata attached to the signature request.'
type: object
additionalProperties: {}
created_at:
description: 'Time the signature request was created.'
type: integer
expires_at:
description: 'The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
type: integer
nullable: true
is_complete:
description: 'Whether or not the SignatureRequest has been fully executed by all signers.'
type: boolean
Expand Down Expand Up @@ -11509,6 +11515,7 @@ components:
editor:
description: 'The name of the Role that is able to edit this field.'
type: string
nullable: true
type: object
discriminator:
propertyName: type
Expand All @@ -11519,13 +11526,12 @@ components:
x-base-class: true
SignatureRequestResponseCustomFieldCheckbox:
description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
required:
- type
allOf:
-
$ref: '#/components/schemas/SignatureRequestResponseCustomFieldBase'
-
required:
- name
- type
properties:
type:
description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
Expand All @@ -11537,13 +11543,12 @@ components:
type: object
SignatureRequestResponseCustomFieldText:
description: 'This class extends `SignatureRequestResponseCustomFieldBase`.'
required:
- type
allOf:
-
$ref: '#/components/schemas/SignatureRequestResponseCustomFieldBase'
-
required:
- name
- type
properties:
type:
description: 'The type of this Custom Field. Only ''text'' and ''checkbox'' are currently supported.'
Expand Down Expand Up @@ -11671,6 +11676,10 @@ components:
value:
description: 'The value of the form field.'
type: string
is_signed:
description: 'This field contains the boolean true if the field is signed.'
type: boolean
nullable: true
type: object
SignatureRequestResponseDataValueRadio:
allOf:
Expand Down Expand Up @@ -11699,6 +11708,10 @@ components:
value:
description: 'The value of the form field.'
type: string
is_signed:
description: 'This field contains the boolean true if the field is signed.'
type: boolean
nullable: true
type: object
SignatureRequestResponseDataValueText:
allOf:
Expand Down Expand Up @@ -11936,6 +11949,7 @@ components:
metadata:
description: 'The metadata attached to the template.'
type: object
additionalProperties: {}
signer_roles:
description: 'An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template.'
type: array
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>dropbox-sign</artifactId>
<packaging>jar</packaging>
<name>dropbox-sign</name>
<version>2.3.0</version>
<version>2.4.0</version>
<url>https://github.com/hellosign/dropbox-sign-java</url>
<description>Use the Dropbox Sign Java SDK to connect your Java app to the service of Dropbox Sign in microseconds!</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dropbox/sign/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public ApiClient(Map<String, Authentication> authMap) {
this.dateFormat = new RFC3339DateFormat();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/2.3.0/java");
setUserAgent("OpenAPI-Generator/2.4.0/java");

// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/dropbox/sign/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.8.0")
public class Configuration {
public static final String VERSION = "2.3.0";
public static final String VERSION = "2.4.0";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down
Loading