Skip to content

Commit

Permalink
Updated on 2020-09-27 00:11:56. Version: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Sep 26, 2020
1 parent 6a4e43c commit 9e1aa53
Show file tree
Hide file tree
Showing 117 changed files with 1,283 additions and 1,695 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0-SNAPSHOT
3.3.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.3.0 [September 26, 2020]

- Updated OpenAPI Generator to v3.3.0
- JSON handling for some function calls may have changed. If you were previously calling `json_encode` before passing data to a function, this is no longer required.

### 1.2.1 [September 24, 2020]

- 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1
- Package version: 1.2.1
- Package version: 1.3.0
- Build package: com.docspring.codegen.DocSpringPhpClientCodegen

## Requirements
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docspring/docspring",
"version": "1.2.1",
"version": "1.3.0",
"description": "",
"keywords": [
"openapitools",
Expand All @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=5.5",
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
Expand Down
8 changes: 4 additions & 4 deletions docs/Model/CombinePdfsData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**test** | **bool** | | [optional]
**source_pdfs** | **object[]** | |
**metadata** | **object** | | [optional]
**expires_in** | **int** | | [optional]
**delete_custom_files** | **bool** | | [optional]
**expires_in** | **int** | | [optional]
**metadata** | **object** | | [optional]
**source_pdfs** | **object[]** | |
**test** | **bool** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
6 changes: 3 additions & 3 deletions docs/Model/CombinedSubmissionData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**test** | **bool** | | [optional]
**submission_ids** | **string[]** | |
**metadata** | **object** | | [optional]
**expires_in** | **int** | | [optional]
**metadata** | **object** | | [optional]
**submission_ids** | **string[]** | |
**test** | **bool** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/CreateSubmissionDataRequestData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**metadata** | **object** | | [optional]
**auth_type** | **string** | | [optional]
**metadata** | **object** | | [optional]
**auth_second_factor_type** | **string** | | [optional]
**auth_phone_number_hash** | **string** | | [optional]
**auth_session_started_at** | **string** | | [optional]
Expand All @@ -13,8 +13,8 @@ Name | Type | Description | Notes
**auth_username_hash** | **string** | | [optional]
**name** | **string** | | [optional]
**fields** | **string[]** | | [optional]
**email** | **string** | | [optional]
**auth_provider** | **string** | | [optional]
**email** | **string** | | [optional]
**order** | **int** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/Model/HtmlTemplateData.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Name | Type | Description | Notes
**expiration_interval** | **string** | | [optional]
**webhook_url** | **string** | | [optional]
**scss** | **string** | | [optional]
**expire_after** | **float** | | [optional]
**allow_additional_properties** | **bool** | | [optional]
**expire_after** | **float** | | [optional]
**description** | **string** | | [optional]
**public_submissions** | **bool** | | [optional]
**slack_webhook_url** | **string** | | [optional]
Expand All @@ -16,8 +16,8 @@ Name | Type | Description | Notes
**editable_submissions** | **bool** | | [optional]
**expire_submissions** | **bool** | | [optional]
**name** | **string** | | [optional]
**html** | **string** | | [optional]
**footer_html** | **string** | | [optional]
**html** | **string** | | [optional]
**template_type** | **string** | | [optional]
**redirect_url** | **string** | | [optional]

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/SubmissionBatchData.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**metadata** | **object** | | [optional]
**test** | **bool** | | [optional]
**template_id** | **string** | | [optional]
**submissions** | [**\DocSpring\Model\SubmissionDataBatchRequest[]**](SubmissionDataBatchRequest.md) | |
**template_id** | **string** | | [optional]
**test** | **bool** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
8 changes: 4 additions & 4 deletions docs/Model/SubmissionData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**test** | **bool** | | [optional]
**css** | **string** | | [optional]
**data** | **object** | |
**data_requests** | [**\DocSpring\Model\CreateSubmissionDataRequestData[]**](CreateSubmissionDataRequestData.md) | | [optional]
**field_overrides** | **object** | | [optional]
**html** | **string** | | [optional]
**css** | **string** | | [optional]
**metadata** | **object** | | [optional]
**field_overrides** | **object** | | [optional]
**data_requests** | [**\DocSpring\Model\CreateSubmissionDataRequestData[]**](CreateSubmissionDataRequestData.md) | | [optional]
**test** | **bool** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/SubmissionDataBatchRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**css** | **string** | | [optional]
**metadata** | **object** | | [optional]
**test** | **bool** | | [optional]
**data** | **object** | | [optional]
**template_id** | **string** | | [optional]
**test** | **bool** | | [optional]
**html** | **string** | | [optional]
**template_id** | **string** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/TemplateData.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Name | Type | Description | Notes
**expiration_interval** | **string** | | [optional]
**webhook_url** | **string** | | [optional]
**scss** | **string** | | [optional]
**expire_after** | **float** | | [optional]
**allow_additional_properties** | **bool** | | [optional]
**expire_after** | **float** | | [optional]
**description** | **string** | | [optional]
**public_submissions** | **bool** | | [optional]
**slack_webhook_url** | **string** | | [optional]
Expand All @@ -16,8 +16,8 @@ Name | Type | Description | Notes
**editable_submissions** | **bool** | | [optional]
**expire_submissions** | **bool** | | [optional]
**name** | **string** | | [optional]
**html** | **string** | | [optional]
**footer_html** | **string** | | [optional]
**html** | **string** | | [optional]
**redirect_url** | **string** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
18 changes: 9 additions & 9 deletions docs/Model/TemplatestemplateIdaddFieldsFields.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uppercase** | **bool** | | [optional]
**background_color_field_name** | **string** | | [optional]
**uppercase** | **bool** | | [optional]
**metadata** | **string** | | [optional]
**barcode_symbology** | **string** | | [optional]
**min_length** | **float** | | [optional]
Expand All @@ -23,19 +23,19 @@ Name | Type | Description | Notes
**height** | **float** | | [optional]
**number_condition_range_exclusive_max** | **bool** | | [optional]
**invert_boolean_condition** | **bool** | | [optional]
**static** | **bool** | | [optional]
**shape_fill_color_field_name** | **string** | | [optional]
**static** | **bool** | | [optional]
**shape_border_color_field_name** | **string** | | [optional]
**v_alignment** | **string** | | [optional]
**bold** | **bool** | | [optional]
**shape_border_width** | **float** | | [optional]
**comb_number_of_cells** | **float** | | [optional]
**shape_border_color** | **string** | | [optional]
**typeface** | **string** | | [optional]
**comb** | **bool** | | [optional]
**typeface** | **string** | | [optional]
**shape_type** | **string** | | [optional]
**display_type** | **string** | | [optional]
**condition** | **string** | | [optional]
**display_type** | **string** | | [optional]
**check_color** | **string** | | [optional]
**multiline_lines** | **float** | | [optional]
**multiline** | **bool** | | [optional]
Expand All @@ -49,8 +49,8 @@ Name | Type | Description | Notes
**color_field_name** | **string** | | [optional]
**qrcode_color_field_name** | **string** | | [optional]
**number_condition_range_min** | **float** | | [optional]
**hidden** | **bool** | | [optional]
**color** | **string** | | [optional]
**hidden** | **bool** | | [optional]
**check_color_field_required** | **bool** | | [optional]
**combined_field_format** | **string** | | [optional]
**description** | **string** | | [optional]
Expand All @@ -65,8 +65,8 @@ Name | Type | Description | Notes
**date_time_format** | **string** | | [optional]
**qrcode_color_field_required** | **bool** | | [optional]
**currency** | **bool** | | [optional]
**strikethrough** | **bool** | | [optional]
**false_text** | **string** | | [optional]
**strikethrough** | **bool** | | [optional]
**character_spacing** | **float** | | [optional]
**number_condition_range_max** | **float** | | [optional]
**background_color** | **string** | | [optional]
Expand All @@ -77,15 +77,15 @@ Name | Type | Description | Notes
**shape_fill_color** | **string** | | [optional]
**string_condition_type** | **string** | | [optional]
**shape_fill_color_field_required** | **bool** | | [optional]
**include_time** | **bool** | | [optional]
**decimal_places** | **float** | | [optional]
**x** | **float** | | [optional]
**include_time** | **bool** | | [optional]
**width** | **float** | | [optional]
**x** | **float** | | [optional]
**maximum** | **float** | | [optional]
**y** | **float** | | [optional]
**signature_allow_draw** | **bool** | | [optional]
**opacity** | **float** | | [optional]
**number_condition_type** | **string** | | [optional]
**opacity** | **float** | | [optional]
**minimum** | **float** | | [optional]
**signature_allow_type** | **bool** | | [optional]

Expand Down
18 changes: 9 additions & 9 deletions docs/Model/UpdateSubmissionDataRequestData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [optional]
**email** | **string** | | [optional]
**order** | **int** | | [optional]
**fields** | **string[]** | | [optional]
**metadata** | **object** | | [optional]
**auth_type** | **string** | | [optional]
**auth_second_factor_type** | **string** | | [optional]
**auth_phone_number_hash** | **string** | | [optional]
**auth_provider** | **string** | | [optional]
**auth_session_started_at** | **string** | | [optional]
**auth_second_factor_type** | **string** | | [optional]
**auth_session_id_hash** | **string** | | [optional]
**auth_session_started_at** | **string** | | [optional]
**auth_type** | **string** | | [optional]
**auth_user_id_hash** | **string** | | [optional]
**auth_username_hash** | **string** | | [optional]
**auth_phone_number_hash** | **string** | | [optional]
**email** | **string** | | [optional]
**fields** | **string[]** | | [optional]
**metadata** | **object** | | [optional]
**name** | **string** | | [optional]
**order** | **int** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Model/UploadTemplateData.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Name | Type | Description | Notes
**expiration_interval** | **string** | | [optional]
**webhook_url** | **string** | | [optional]
**scss** | **string** | | [optional]
**expire_after** | **float** | | [optional]
**allow_additional_properties** | **bool** | | [optional]
**document** | [**\DocSpring\Model\UploadTemplateDataDocument**](UploadTemplateDataDocument.md) | | [optional]
**expire_after** | **float** | | [optional]
**description** | **string** | | [optional]
**public_submissions** | **bool** | | [optional]
**slack_webhook_url** | **string** | | [optional]
Expand All @@ -17,8 +17,8 @@ Name | Type | Description | Notes
**editable_submissions** | **bool** | | [optional]
**expire_submissions** | **bool** | | [optional]
**name** | **string** | | [optional]
**html** | **string** | | [optional]
**footer_html** | **string** | | [optional]
**html** | **string** | | [optional]
**template_type** | **string** | | [optional]
**redirect_url** | **string** | | [optional]

Expand Down
Loading

0 comments on commit 9e1aa53

Please sign in to comment.