Skip to content

Commit 0aa73a8

Browse files
committed
Updated on 2020-09-27 00:12:20. Version: 1.3.0
1 parent 6b2c45a commit 0aa73a8

File tree

120 files changed

+616
-637
lines changed

Some content is hidden

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

120 files changed

+616
-637
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.0 [September 26, 2020]
2+
3+
- Updated OpenAPI Generator to v3.3.0
4+
15
### 1.2.1 [September 24, 2020]
26

37
- 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
docspring (1.2.1)
4+
docspring (1.3.0)
55
ffi (~> 1.0, >= 1.9.24)
66
json (>= 1.8)
77
typhoeus (~> 1.0, >= 1.0.1)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: v1
10-
- Package version: 1.2.1
10+
- Package version: 1.3.0
1111
- Build package: com.docspring.codegen.DocSpringRubyClientCodegen
1212

1313
## Installation
@@ -23,15 +23,15 @@ gem build docspring.gemspec
2323
Then either install the gem locally:
2424

2525
```shell
26-
gem install ./docspring-1.2.1.gem
26+
gem install ./docspring-1.3.0.gem
2727
```
28-
(for development, run `gem install --dev ./docspring-1.2.1.gem` to install the development dependencies)
28+
(for development, run `gem install --dev ./docspring-1.3.0.gem` to install the development dependencies)
2929

3030
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
3131

3232
Finally add this to the Gemfile:
3333

34-
gem 'docspring', '~> 1.2.1'
34+
gem 'docspring', '~> 1.3.0'
3535

3636
### Install from Git
3737

docs/CombinePdfsData.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**test** | **BOOLEAN** | | [optional]
7-
**source_pdfs** | **Array<Object>** | |
8-
**metadata** | **Object** | | [optional]
9-
**expires_in** | **Integer** | | [optional]
106
**delete_custom_files** | **BOOLEAN** | | [optional]
7+
**expires_in** | **Integer** | | [optional]
8+
**metadata** | **Object** | | [optional]
9+
**source_pdfs** | **Array<Object>** | |
10+
**test** | **BOOLEAN** | | [optional]
1111

1212

docs/CombinedSubmissionData.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**test** | **BOOLEAN** | | [optional]
7-
**submission_ids** | **Array<String>** | |
8-
**metadata** | **Object** | | [optional]
96
**expires_in** | **Integer** | | [optional]
7+
**metadata** | **Object** | | [optional]
8+
**submission_ids** | **Array<String>** | |
9+
**test** | **BOOLEAN** | | [optional]
1010

1111

docs/CreateSubmissionDataRequestData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**metadata** | **Object** | | [optional]
76
**auth_type** | **String** | | [optional]
7+
**metadata** | **Object** | | [optional]
88
**auth_second_factor_type** | **String** | | [optional]
99
**auth_phone_number_hash** | **String** | | [optional]
1010
**auth_session_started_at** | **String** | | [optional]
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
1313
**auth_username_hash** | **String** | | [optional]
1414
**name** | **String** | | [optional]
1515
**fields** | **Array<String>** | | [optional]
16-
**email** | **String** | | [optional]
1716
**auth_provider** | **String** | | [optional]
17+
**email** | **String** | | [optional]
1818
**order** | **Integer** | | [optional]
1919

2020

docs/HtmlTemplateData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
66
**expiration_interval** | **String** | | [optional]
77
**webhook_url** | **String** | | [optional]
88
**scss** | **String** | | [optional]
9-
**expire_after** | **Float** | | [optional]
109
**allow_additional_properties** | **BOOLEAN** | | [optional]
10+
**expire_after** | **Float** | | [optional]
1111
**description** | **String** | | [optional]
1212
**public_submissions** | **BOOLEAN** | | [optional]
1313
**slack_webhook_url** | **String** | | [optional]
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
1616
**editable_submissions** | **BOOLEAN** | | [optional]
1717
**expire_submissions** | **BOOLEAN** | | [optional]
1818
**name** | **String** | | [optional]
19-
**html** | **String** | | [optional]
2019
**footer_html** | **String** | | [optional]
20+
**html** | **String** | | [optional]
2121
**template_type** | **String** | | [optional]
2222
**redirect_url** | **String** | | [optional]
2323

docs/SubmissionBatchData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**metadata** | **Object** | | [optional]
7-
**test** | **BOOLEAN** | | [optional]
8-
**template_id** | **String** | | [optional]
97
**submissions** | [**Array<SubmissionDataBatchRequest>**](SubmissionDataBatchRequest.md) | |
8+
**template_id** | **String** | | [optional]
9+
**test** | **BOOLEAN** | | [optional]
1010

1111

docs/SubmissionData.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**test** | **BOOLEAN** | | [optional]
6+
**css** | **String** | | [optional]
77
**data** | **Object** | |
8+
**data_requests** | [**Array<CreateSubmissionDataRequestData>**](CreateSubmissionDataRequestData.md) | | [optional]
9+
**field_overrides** | **Object** | | [optional]
810
**html** | **String** | | [optional]
9-
**css** | **String** | | [optional]
1011
**metadata** | **Object** | | [optional]
11-
**field_overrides** | **Object** | | [optional]
12-
**data_requests** | [**Array<CreateSubmissionDataRequestData>**](CreateSubmissionDataRequestData.md) | | [optional]
12+
**test** | **BOOLEAN** | | [optional]
1313

1414

0 commit comments

Comments
 (0)