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

docs/SubmissionDataBatchRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**css** | **String** | | [optional]
77
**metadata** | **Object** | | [optional]
8-
**test** | **BOOLEAN** | | [optional]
98
**data** | **Object** | | [optional]
10-
**template_id** | **String** | | [optional]
9+
**test** | **BOOLEAN** | | [optional]
1110
**html** | **String** | | [optional]
11+
**template_id** | **String** | | [optional]
1212

1313

docs/TemplateData.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
**redirect_url** | **String** | | [optional]
2222

2323

docs/TemplatestemplateIdaddFieldsFields.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**uppercase** | **BOOLEAN** | | [optional]
76
**background_color_field_name** | **String** | | [optional]
7+
**uppercase** | **BOOLEAN** | | [optional]
88
**metadata** | **String** | | [optional]
99
**barcode_symbology** | **String** | | [optional]
1010
**min_length** | **Float** | | [optional]
@@ -23,19 +23,19 @@ Name | Type | Description | Notes
2323
**height** | **Float** | | [optional]
2424
**number_condition_range_exclusive_max** | **BOOLEAN** | | [optional]
2525
**invert_boolean_condition** | **BOOLEAN** | | [optional]
26-
**static** | **BOOLEAN** | | [optional]
2726
**shape_fill_color_field_name** | **String** | | [optional]
27+
**static** | **BOOLEAN** | | [optional]
2828
**shape_border_color_field_name** | **String** | | [optional]
2929
**v_alignment** | **String** | | [optional]
3030
**bold** | **BOOLEAN** | | [optional]
3131
**shape_border_width** | **Float** | | [optional]
3232
**comb_number_of_cells** | **Float** | | [optional]
3333
**shape_border_color** | **String** | | [optional]
34-
**typeface** | **String** | | [optional]
3534
**comb** | **BOOLEAN** | | [optional]
35+
**typeface** | **String** | | [optional]
3636
**shape_type** | **String** | | [optional]
37-
**display_type** | **String** | | [optional]
3837
**condition** | **String** | | [optional]
38+
**display_type** | **String** | | [optional]
3939
**check_color** | **String** | | [optional]
4040
**multiline_lines** | **Float** | | [optional]
4141
**multiline** | **BOOLEAN** | | [optional]
@@ -49,8 +49,8 @@ Name | Type | Description | Notes
4949
**color_field_name** | **String** | | [optional]
5050
**qrcode_color_field_name** | **String** | | [optional]
5151
**number_condition_range_min** | **Float** | | [optional]
52-
**hidden** | **BOOLEAN** | | [optional]
5352
**color** | **String** | | [optional]
53+
**hidden** | **BOOLEAN** | | [optional]
5454
**check_color_field_required** | **BOOLEAN** | | [optional]
5555
**combined_field_format** | **String** | | [optional]
5656
**description** | **String** | | [optional]
@@ -65,8 +65,8 @@ Name | Type | Description | Notes
6565
**date_time_format** | **String** | | [optional]
6666
**qrcode_color_field_required** | **BOOLEAN** | | [optional]
6767
**currency** | **BOOLEAN** | | [optional]
68-
**strikethrough** | **BOOLEAN** | | [optional]
6968
**false_text** | **String** | | [optional]
69+
**strikethrough** | **BOOLEAN** | | [optional]
7070
**character_spacing** | **Float** | | [optional]
7171
**number_condition_range_max** | **Float** | | [optional]
7272
**background_color** | **String** | | [optional]
@@ -77,15 +77,15 @@ Name | Type | Description | Notes
7777
**shape_fill_color** | **String** | | [optional]
7878
**string_condition_type** | **String** | | [optional]
7979
**shape_fill_color_field_required** | **BOOLEAN** | | [optional]
80-
**include_time** | **BOOLEAN** | | [optional]
8180
**decimal_places** | **Float** | | [optional]
82-
**x** | **Float** | | [optional]
81+
**include_time** | **BOOLEAN** | | [optional]
8382
**width** | **Float** | | [optional]
83+
**x** | **Float** | | [optional]
8484
**maximum** | **Float** | | [optional]
8585
**y** | **Float** | | [optional]
8686
**signature_allow_draw** | **BOOLEAN** | | [optional]
87-
**opacity** | **Float** | | [optional]
8887
**number_condition_type** | **String** | | [optional]
88+
**opacity** | **Float** | | [optional]
8989
**minimum** | **Float** | | [optional]
9090
**signature_allow_type** | **BOOLEAN** | | [optional]
9191

docs/UpdateSubmissionDataRequestData.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**name** | **String** | | [optional]
7-
**email** | **String** | | [optional]
8-
**order** | **Integer** | | [optional]
9-
**fields** | **Array<String>** | | [optional]
10-
**metadata** | **Object** | | [optional]
11-
**auth_type** | **String** | | [optional]
12-
**auth_second_factor_type** | **String** | | [optional]
6+
**auth_phone_number_hash** | **String** | | [optional]
137
**auth_provider** | **String** | | [optional]
14-
**auth_session_started_at** | **String** | | [optional]
8+
**auth_second_factor_type** | **String** | | [optional]
159
**auth_session_id_hash** | **String** | | [optional]
10+
**auth_session_started_at** | **String** | | [optional]
11+
**auth_type** | **String** | | [optional]
1612
**auth_user_id_hash** | **String** | | [optional]
1713
**auth_username_hash** | **String** | | [optional]
18-
**auth_phone_number_hash** | **String** | | [optional]
14+
**email** | **String** | | [optional]
15+
**fields** | **Array<String>** | | [optional]
16+
**metadata** | **Object** | | [optional]
17+
**name** | **String** | | [optional]
18+
**order** | **Integer** | | [optional]
1919

2020

docs/UploadTemplateData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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]
1110
**document** | [**UploadTemplateDataDocument**](UploadTemplateDataDocument.md) | | [optional]
11+
**expire_after** | **Float** | | [optional]
1212
**description** | **String** | | [optional]
1313
**public_submissions** | **BOOLEAN** | | [optional]
1414
**slack_webhook_url** | **String** | | [optional]
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
1717
**editable_submissions** | **BOOLEAN** | | [optional]
1818
**expire_submissions** | **BOOLEAN** | | [optional]
1919
**name** | **String** | | [optional]
20-
**html** | **String** | | [optional]
2120
**footer_html** | **String** | | [optional]
21+
**html** | **String** | | [optional]
2222
**template_type** | **String** | | [optional]
2323
**redirect_url** | **String** | | [optional]
2424

docspring.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
OpenAPI spec version: v1
99
1010
Generated by: https://openapi-generator.tech
11-
OpenAPI Generator version: 3.3.0-SNAPSHOT
11+
OpenAPI Generator version: 3.3.0
1212
1313
=end
1414

lib/docspring.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/api/pdf_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/api_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/models/add_fields_data.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/models/add_fields_template_response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/models/authentication_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

lib/docspring/models/authentication_success_response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
OpenAPI spec version: v1
77
88
Generated by: https://openapi-generator.tech
9-
OpenAPI Generator version: 3.3.0-SNAPSHOT
9+
OpenAPI Generator version: 3.3.0
1010
1111
=end
1212

0 commit comments

Comments
 (0)