Skip to content

Commit

Permalink
Version 1.10.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasMelui committed Dec 4, 2024
1 parent 2ee6238 commit 9e24693
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Voximplant API client library

#### Version 1.9.0
#### Version 1.10.0

## Prerequisites

Expand All @@ -25,7 +25,7 @@ Setup a `maven` dependency for your project:
<dependency>
<groupId>com.voximplant</groupId>
<artifactId>apiclient</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.voximplant</groupId>
<artifactId>apiclient</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<packaging>jar</packaging>

<name>voximplant-apiclient</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public GetHistoryReportsRequest setHistoryReportId(long d) {
/**
* The history report type list separated by semicolons (;). Use the
* 'all' value to select all history report types. The following values
* are possible: calls, calls_brief, transactions, audit, call_list
* are possible: calls, calls_brief, transactions, audit, call_list,
* transactions_on_hold
*/
public MultiArgument<String> getHistoryType() {
return this.historyType;
Expand All @@ -56,7 +57,8 @@ public boolean hasHistoryType() {
/**
* The history report type list separated by semicolons (;). Use the
* 'all' value to select all history report types. The following values
* are possible: calls, calls_brief, transactions, audit, call_list
* are possible: calls, calls_brief, transactions, audit, call_list,
* transactions_on_hold
*/
public GetHistoryReportsRequest setHistoryType(MultiArgument<String> d) {
this.historyType = d;
Expand Down

0 comments on commit 9e24693

Please sign in to comment.