Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.0 #12

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ docs/AccountCreateResponse.md
docs/AccountGetResponse.md
docs/AccountResponse.md
docs/AccountResponseQuotas.md
docs/AccountResponseUsage.md
docs/AccountUpdateRequest.md
docs/AccountVerifyRequest.md
docs/AccountVerifyResponse.md
Expand Down Expand Up @@ -218,6 +219,7 @@ src/Dropbox.Sign/Model/AccountCreateResponse.cs
src/Dropbox.Sign/Model/AccountGetResponse.cs
src/Dropbox.Sign/Model/AccountResponse.cs
src/Dropbox.Sign/Model/AccountResponseQuotas.cs
src/Dropbox.Sign/Model/AccountResponseUsage.cs
src/Dropbox.Sign/Model/AccountUpdateRequest.cs
src/Dropbox.Sign/Model/AccountVerifyRequest.cs
src/Dropbox.Sign/Model/AccountVerifyResponse.cs
Expand Down
3 changes: 2 additions & 1 deletion 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.4.1
- SDK version: 1.5.0
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen

### Building
Expand Down Expand Up @@ -191,6 +191,7 @@ Class | Method | HTTP request | Description
- [Model.AccountGetResponse](docs/AccountGetResponse.md)
- [Model.AccountResponse](docs/AccountResponse.md)
- [Model.AccountResponseQuotas](docs/AccountResponseQuotas.md)
- [Model.AccountResponseUsage](docs/AccountResponseUsage.md)
- [Model.AccountUpdateRequest](docs/AccountUpdateRequest.md)
- [Model.AccountVerifyRequest](docs/AccountVerifyRequest.md)
- [Model.AccountVerifyResponse](docs/AccountVerifyResponse.md)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
1 change: 1 addition & 0 deletions docs/AccountResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**RoleCode** | **string** | The membership role for the team. | [optional]
**TeamId** | **string** | The id of the team account belongs to. | [optional]
**Locale** | **string** | The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values. | [optional]
**Usage** | [**AccountResponseUsage**](AccountResponseUsage.md) | | [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)

1 change: 1 addition & 0 deletions docs/AccountResponseQuotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**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)

11 changes: 11 additions & 0 deletions docs/AccountResponseUsage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dropbox.Sign.Model.AccountResponseUsage
Details concerning monthly usage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**FaxPagesSent** | **int?** | Number of fax pages sent | [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)

2 changes: 1 addition & 1 deletion openapi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ additionalProperties:
packageAuthors: Dropbox Sign API Team
packageCompany: Dropbox Sign API Team
packageDescription: Client library for using the Dropbox Sign API
packageVersion: 1.4.1
packageVersion: 1.5.0
packageTitle: Dropbox Sign .Net SDK
sortModelPropertiesByRequiredFlag: true
optionalEmitDefaultValues: true
Expand Down
Loading
Loading