Skip to content

Commit 184def7

Browse files
committed
Updated on 2020-09-27 00:09:33. Version: 1.3.0
1 parent ced8799 commit 184def7

File tree

67 files changed

+1385
-1158
lines changed

Some content is hidden

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

67 files changed

+1385
-1158
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0-SNAPSHOT
1+
3.3.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.3.0 [September 26, 2020]
2+
3+
- Updated OpenAPI Generator to v3.3.0.
4+
- Fixed MultipartBody.Part annotation issue for `createPDFTemplate`. Added [Java code example to docs](https://docspring.com/docs/api/create_template.html).
5+
16
### 1.2.1 [September 24, 2020]
27

38
- Fixed the "include_data=true" option for the "Get Submission" API endpoint. Added the "data" property to the Submission model so that this is parsed and returned correctly when requested

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After the client library is installed/deployed, you can use it in your Maven pro
2626
<dependency>
2727
<groupId>com.docspring</groupId>
2828
<artifactId>DocSpring</artifactId>
29-
<version>1.2.1</version>
29+
<version>1.3.0</version>
3030
<scope>compile</scope>
3131
</dependency>
3232

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.docspring'
5-
version = '1.2.1'
5+
version = '1.3.0'
66

77
buildscript {
88
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.docspring",
44
name := "DocSpring",
5-
version := "1.2.1",
5+
version := "1.3.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/CombinePdfsData.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**test** | **Boolean** | | [optional]
8-
**sourcePdfs** | **List&lt;Object&gt;** | |
9-
**metadata** | **Object** | | [optional]
10-
**expiresIn** | **Integer** | | [optional]
117
**deleteCustomFiles** | **Boolean** | | [optional]
8+
**expiresIn** | **Integer** | | [optional]
9+
**metadata** | **Object** | | [optional]
10+
**sourcePdfs** | **List&lt;Object&gt;** | |
11+
**test** | **Boolean** | | [optional]
1212

1313

1414

docs/CombinedSubmissionData.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**test** | **Boolean** | | [optional]
8-
**submissionIds** | **List&lt;String&gt;** | |
9-
**metadata** | **Object** | | [optional]
107
**expiresIn** | **Integer** | | [optional]
8+
**metadata** | **Object** | | [optional]
9+
**submissionIds** | **List&lt;String&gt;** | |
10+
**test** | **Boolean** | | [optional]
1111

1212

1313

docs/CreateSubmissionDataRequestData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**metadata** | **Object** | | [optional]
87
**authType** | [**AuthTypeEnum**](#AuthTypeEnum) | | [optional]
8+
**metadata** | **Object** | | [optional]
99
**authSecondFactorType** | [**AuthSecondFactorTypeEnum**](#AuthSecondFactorTypeEnum) | | [optional]
1010
**authPhoneNumberHash** | **String** | | [optional]
1111
**authSessionStartedAt** | **String** | | [optional]
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
1414
**authUsernameHash** | **String** | | [optional]
1515
**name** | **String** | | [optional]
1616
**fields** | **List&lt;String&gt;** | | [optional]
17-
**email** | **String** | | [optional]
1817
**authProvider** | **String** | | [optional]
18+
**email** | **String** | | [optional]
1919
**order** | **Integer** | | [optional]
2020

2121

docs/HtmlTemplateData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
77
**expirationInterval** | [**ExpirationIntervalEnum**](#ExpirationIntervalEnum) | | [optional]
88
**webhookUrl** | **String** | | [optional]
99
**scss** | **String** | | [optional]
10-
**expireAfter** | [**BigDecimal**](BigDecimal.md) | | [optional]
1110
**allowAdditionalProperties** | **Boolean** | | [optional]
11+
**expireAfter** | [**BigDecimal**](BigDecimal.md) | | [optional]
1212
**description** | **String** | | [optional]
1313
**publicSubmissions** | **Boolean** | | [optional]
1414
**slackWebhookUrl** | **String** | | [optional]
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
1717
**editableSubmissions** | **Boolean** | | [optional]
1818
**expireSubmissions** | **Boolean** | | [optional]
1919
**name** | **String** | | [optional]
20-
**html** | **String** | | [optional]
2120
**footerHtml** | **String** | | [optional]
21+
**html** | **String** | | [optional]
2222
**templateType** | [**TemplateTypeEnum**](#TemplateTypeEnum) | | [optional]
2323
**redirectUrl** | **String** | | [optional]
2424

docs/SubmissionBatchData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**metadata** | **Object** | | [optional]
8-
**test** | **Boolean** | | [optional]
9-
**templateId** | **String** | | [optional]
108
**submissions** | [**List&lt;SubmissionDataBatchRequest&gt;**](SubmissionDataBatchRequest.md) | |
9+
**templateId** | **String** | | [optional]
10+
**test** | **Boolean** | | [optional]
1111

1212

1313

0 commit comments

Comments
 (0)