@@ -49,7 +49,7 @@ Python 3.7+
49
49
Install using ` pip ` :
50
50
51
51
``` shell
52
- python3 -m pip install dropbox-sign==1.6.1
52
+ python3 -m pip install dropbox-sign==1.7.0
53
53
```
54
54
55
55
Alternatively:
@@ -115,6 +115,11 @@ Class | Method | HTTP request | Description
115
115
``` BulkSendJobApi ``` | [ ``` bulk_send_job_list ``` ] ( docs/BulkSendJobApi.md#bulk_send_job_list ) | ``` GET /bulk_send_job/list ``` | List Bulk Send Jobs|
116
116
| ``` EmbeddedApi ``` | [ ``` embedded_edit_url ``` ] ( docs/EmbeddedApi.md#embedded_edit_url ) | ``` POST /embedded/edit_url/{template_id} ``` | Get Embedded Template Edit URL|
117
117
``` EmbeddedApi ``` | [ ``` embedded_sign_url ``` ] ( docs/EmbeddedApi.md#embedded_sign_url ) | ``` GET /embedded/sign_url/{signature_id} ``` | Get Embedded Sign URL|
118
+ | ``` FaxApi ``` | [ ``` fax_delete ``` ] ( docs/FaxApi.md#fax_delete ) | ``` DELETE /fax/{fax_id} ``` | Delete Fax|
119
+ ``` FaxApi ``` | [ ``` fax_files ``` ] ( docs/FaxApi.md#fax_files ) | ``` GET /fax/files/{fax_id} ``` | List Fax Files|
120
+ ``` FaxApi ``` | [ ``` fax_get ``` ] ( docs/FaxApi.md#fax_get ) | ``` GET /fax/{fax_id} ``` | Get Fax|
121
+ ``` FaxApi ``` | [ ``` fax_list ``` ] ( docs/FaxApi.md#fax_list ) | ``` GET /fax/list ``` | Lists Faxes|
122
+ ``` FaxApi ``` | [ ``` fax_send ``` ] ( docs/FaxApi.md#fax_send ) | ``` POST /fax/send ``` | Send Fax|
118
123
| ``` FaxLineApi ``` | [ ``` fax_line_add_user ``` ] ( docs/FaxLineApi.md#fax_line_add_user ) | ``` PUT /fax_line/add_user ``` | Add Fax Line User|
119
124
``` FaxLineApi ``` | [ ``` fax_line_area_code_get ``` ] ( docs/FaxLineApi.md#fax_line_area_code_get ) | ``` GET /fax_line/area_codes ``` | Get Available Fax Line Area Codes|
120
125
``` FaxLineApi ``` | [ ``` fax_line_create ``` ] ( docs/FaxLineApi.md#fax_line_create ) | ``` POST /fax_line/create ``` | Purchase Fax Line|
@@ -152,7 +157,7 @@ Class | Method | HTTP request | Description
152
157
``` TeamApi ``` | [ ``` team_sub_teams ``` ] ( docs/TeamApi.md#team_sub_teams ) | ``` GET /team/sub_teams/{team_id} ``` | List Sub Teams|
153
158
``` TeamApi ``` | [ ``` team_update ``` ] ( docs/TeamApi.md#team_update ) | ``` PUT /team ``` | Update Team|
154
159
| ``` TemplateApi ``` | [ ``` template_add_user ``` ] ( docs/TemplateApi.md#template_add_user ) | ``` POST /template/add_user/{template_id} ``` | Add User to Template|
155
- ``` TemplateApi ``` | [ ``` template_create ``` ] ( docs/TemplateApi.md#template_create ) | ``` POST /template/create ``` | Create Template|
160
+ ``` TemplateApi ``` | [ ``` template_create ``` ] ( docs/TemplateApi.md#template_create ) | ``` POST /template/create ``` | Create Template|
156
161
``` TemplateApi ``` | [ ``` template_create_embedded_draft ``` ] ( docs/TemplateApi.md#template_create_embedded_draft ) | ``` POST /template/create_embedded_draft ``` | Create Embedded Template Draft|
157
162
``` TemplateApi ``` | [ ``` template_delete ``` ] ( docs/TemplateApi.md#template_delete ) | ``` POST /template/delete/{template_id} ``` | Delete Template|
158
163
``` TemplateApi ``` | [ ``` template_files ``` ] ( docs/TemplateApi.md#template_files ) | ``` GET /template/files/{template_id} ``` | Get Template Files|
@@ -204,6 +209,7 @@ Class | Method | HTTP request | Description
204
209
- [ EventCallbackRequest] ( docs/EventCallbackRequest.md )
205
210
- [ EventCallbackRequestEvent] ( docs/EventCallbackRequestEvent.md )
206
211
- [ EventCallbackRequestEventMetadata] ( docs/EventCallbackRequestEventMetadata.md )
212
+ - [ FaxGetResponse] ( docs/FaxGetResponse.md )
207
213
- [ FaxLineAddUserRequest] ( docs/FaxLineAddUserRequest.md )
208
214
- [ FaxLineAreaCodeGetCountryEnum] ( docs/FaxLineAreaCodeGetCountryEnum.md )
209
215
- [ FaxLineAreaCodeGetProvinceEnum] ( docs/FaxLineAreaCodeGetProvinceEnum.md )
@@ -215,6 +221,10 @@ Class | Method | HTTP request | Description
215
221
- [ FaxLineRemoveUserRequest] ( docs/FaxLineRemoveUserRequest.md )
216
222
- [ FaxLineResponse] ( docs/FaxLineResponse.md )
217
223
- [ FaxLineResponseFaxLine] ( docs/FaxLineResponseFaxLine.md )
224
+ - [ FaxListResponse] ( docs/FaxListResponse.md )
225
+ - [ FaxResponse] ( docs/FaxResponse.md )
226
+ - [ FaxResponseTransmission] ( docs/FaxResponseTransmission.md )
227
+ - [ FaxSendRequest] ( docs/FaxSendRequest.md )
218
228
- [ FileResponse] ( docs/FileResponse.md )
219
229
- [ FileResponseDataUri] ( docs/FileResponseDataUri.md )
220
230
- [ ListInfoResponse] ( docs/ListInfoResponse.md )
381
391
This Python package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
382
392
383
393
- API version: 3.0.0
384
- - Package version: 1.6.1
394
+ - Package version: 1.7.0
385
395
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
386
396
0 commit comments