Skip to content

Commit

Permalink
Release 1.7.0 (#16)
Browse files Browse the repository at this point in the history
* Release 1.7.0

* Inject docker hub secret to SDK github actions
  • Loading branch information
jtreminio-dropbox authored Oct 29, 2024
1 parent 408602a commit efe30ed
Show file tree
Hide file tree
Showing 77 changed files with 4,871 additions and 6,215 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- name: Build SDK
run: ./run-build
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_TOKEN: ${{secrets.DOCKER_TOKEN}}

- name: Ensure no changes in Generated Code
run: ./bin/check-clean-git-status
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ directory that corresponds to the file you want updated.
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- SDK version: 1.6.1
- SDK version: 1.7.0
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

Expand Down Expand Up @@ -141,6 +141,11 @@ Class | Method | HTTP request | Description
*BulkSendJobApi* | [**BulkSendJobList**](docs/BulkSendJobApi.md#bulksendjoblist) | **GET** /bulk_send_job/list | List Bulk Send Jobs
*EmbeddedApi* | [**EmbeddedEditUrl**](docs/EmbeddedApi.md#embeddedediturl) | **POST** /embedded/edit_url/{template_id} | Get Embedded Template Edit URL
*EmbeddedApi* | [**EmbeddedSignUrl**](docs/EmbeddedApi.md#embeddedsignurl) | **GET** /embedded/sign_url/{signature_id} | Get Embedded Sign URL
*FaxApi* | [**FaxDelete**](docs/FaxApi.md#faxdelete) | **DELETE** /fax/{fax_id} | Delete Fax
*FaxApi* | [**FaxFiles**](docs/FaxApi.md#faxfiles) | **GET** /fax/files/{fax_id} | List Fax Files
*FaxApi* | [**FaxGet**](docs/FaxApi.md#faxget) | **GET** /fax/{fax_id} | Get Fax
*FaxApi* | [**FaxList**](docs/FaxApi.md#faxlist) | **GET** /fax/list | Lists Faxes
*FaxApi* | [**FaxSend**](docs/FaxApi.md#faxsend) | **POST** /fax/send | Send Fax
*FaxLineApi* | [**FaxLineAddUser**](docs/FaxLineApi.md#faxlineadduser) | **PUT** /fax_line/add_user | Add Fax Line User
*FaxLineApi* | [**FaxLineAreaCodeGet**](docs/FaxLineApi.md#faxlineareacodeget) | **GET** /fax_line/area_codes | Get Available Fax Line Area Codes
*FaxLineApi* | [**FaxLineCreate**](docs/FaxLineApi.md#faxlinecreate) | **POST** /fax_line/create | Purchase Fax Line
Expand Down Expand Up @@ -178,7 +183,7 @@ Class | Method | HTTP request | Description
*TeamApi* | [**TeamSubTeams**](docs/TeamApi.md#teamsubteams) | **GET** /team/sub_teams/{team_id} | List Sub Teams
*TeamApi* | [**TeamUpdate**](docs/TeamApi.md#teamupdate) | **PUT** /team | Update Team
*TemplateApi* | [**TemplateAddUser**](docs/TemplateApi.md#templateadduser) | **POST** /template/add_user/{template_id} | Add User to Template
*TemplateApi* | [**TemplateCreate**](docs/TemplateApi.md#templatecreate) | **POST** /template/create | Create Template
*TemplateApi* | [**TemplateCreate**](docs/TemplateApi.md#templatecreate) | **POST** /template/create | Create Template
*TemplateApi* | [**TemplateCreateEmbeddedDraft**](docs/TemplateApi.md#templatecreateembeddeddraft) | **POST** /template/create_embedded_draft | Create Embedded Template Draft
*TemplateApi* | [**TemplateDelete**](docs/TemplateApi.md#templatedelete) | **POST** /template/delete/{template_id} | Delete Template
*TemplateApi* | [**TemplateFiles**](docs/TemplateApi.md#templatefiles) | **GET** /template/files/{template_id} | Get Template Files
Expand Down Expand Up @@ -231,6 +236,7 @@ Class | Method | HTTP request | Description
- [Model.EventCallbackRequest](docs/EventCallbackRequest.md)
- [Model.EventCallbackRequestEvent](docs/EventCallbackRequestEvent.md)
- [Model.EventCallbackRequestEventMetadata](docs/EventCallbackRequestEventMetadata.md)
- [Model.FaxGetResponse](docs/FaxGetResponse.md)
- [Model.FaxLineAddUserRequest](docs/FaxLineAddUserRequest.md)
- [Model.FaxLineAreaCodeGetCountryEnum](docs/FaxLineAreaCodeGetCountryEnum.md)
- [Model.FaxLineAreaCodeGetProvinceEnum](docs/FaxLineAreaCodeGetProvinceEnum.md)
Expand All @@ -242,6 +248,10 @@ Class | Method | HTTP request | Description
- [Model.FaxLineRemoveUserRequest](docs/FaxLineRemoveUserRequest.md)
- [Model.FaxLineResponse](docs/FaxLineResponse.md)
- [Model.FaxLineResponseFaxLine](docs/FaxLineResponseFaxLine.md)
- [Model.FaxListResponse](docs/FaxListResponse.md)
- [Model.FaxResponse](docs/FaxResponse.md)
- [Model.FaxResponseTransmission](docs/FaxResponseTransmission.md)
- [Model.FaxSendRequest](docs/FaxSendRequest.md)
- [Model.FileResponse](docs/FileResponse.md)
- [Model.FileResponseDataUri](docs/FileResponseDataUri.md)
- [Model.ListInfoResponse](docs/ListInfoResponse.md)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.7.0
2 changes: 1 addition & 1 deletion docs/AccountResponseQuotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Details concerning remaining monthly quotas.

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] **DocumentsLeft** | **int?** | Signature requests remaining. | [optional] **TemplatesTotal** | **int?** | Total API templates allowed. | [optional] **TemplatesLeft** | **int?** | API templates remaining. | [optional] **SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] **NumFaxPagesLeft** | **int?** | Number of fax pages left | [optional]
**ApiSignatureRequestsLeft** | **int?** | API signature requests remaining. | [optional] **DocumentsLeft** | **int?** | Signature requests remaining. | [optional] **TemplatesTotal** | **int?** | Total API templates allowed. | [optional] **TemplatesLeft** | **int?** | API templates remaining. | [optional] **SmsVerificationsLeft** | **int?** | SMS verifications remaining. | [optional] **NumFaxPagesLeft** | **int?** | Number of fax pages left | [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)

Loading

0 comments on commit efe30ed

Please sign in to comment.