Skip to content

Commit 1ab671e

Browse files
authored
Resolve VCSWP-18414 (Number management changes for java sdk) (#41)
* Number management changes for java sdk * Add changelog entry * Edit latest changelog entry * Add changes to SDK as per openapi spec changes * Update changelog entry as per MR feedback
1 parent fd6cb40 commit 1ab671e

File tree

148 files changed

+10364
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+10364
-25
lines changed

.openapi-generator/FILES

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,16 @@ docs/RejectAllOf.md
113113
docs/RemoveFromConference.md
114114
docs/RemoveFromConferenceAllOf.md
115115
docs/RequestType.md
116+
docs/SMSTenDLCBrand.md
117+
docs/SMSTenDLCBrandsListResult.md
118+
docs/SMSTenDLCBrandsListResultAllOf.md
119+
docs/SMSTenDLCCampaign.md
120+
docs/SMSTenDLCCampaignsListResult.md
121+
docs/SMSTenDLCCampaignsListResultAllOf.md
122+
docs/SMSTenDLCPartnerCampaign.md
123+
docs/SMSTenDLCPartnerCampaignBrand.md
124+
docs/SMSTenDLCPartnerCampaignsListResult.md
125+
docs/SMSTenDLCPartnerCampaignsListResultAllOf.md
116126
docs/Say.md
117127
docs/SayAllOf.md
118128
docs/SendDigits.md
@@ -260,6 +270,16 @@ src/main/java/com/github/freeclimbapi/RejectAllOf.java
260270
src/main/java/com/github/freeclimbapi/RemoveFromConference.java
261271
src/main/java/com/github/freeclimbapi/RemoveFromConferenceAllOf.java
262272
src/main/java/com/github/freeclimbapi/RequestType.java
273+
src/main/java/com/github/freeclimbapi/SMSTenDLCBrand.java
274+
src/main/java/com/github/freeclimbapi/SMSTenDLCBrandsListResult.java
275+
src/main/java/com/github/freeclimbapi/SMSTenDLCBrandsListResultAllOf.java
276+
src/main/java/com/github/freeclimbapi/SMSTenDLCCampaign.java
277+
src/main/java/com/github/freeclimbapi/SMSTenDLCCampaignsListResult.java
278+
src/main/java/com/github/freeclimbapi/SMSTenDLCCampaignsListResultAllOf.java
279+
src/main/java/com/github/freeclimbapi/SMSTenDLCPartnerCampaign.java
280+
src/main/java/com/github/freeclimbapi/SMSTenDLCPartnerCampaignBrand.java
281+
src/main/java/com/github/freeclimbapi/SMSTenDLCPartnerCampaignsListResult.java
282+
src/main/java/com/github/freeclimbapi/SMSTenDLCPartnerCampaignsListResultAllOf.java
263283
src/main/java/com/github/freeclimbapi/Say.java
264284
src/main/java/com/github/freeclimbapi/SayAllOf.java
265285
src/main/java/com/github/freeclimbapi/SendDigits.java

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="5.4.0"></a>
13+
14+
## [5.4.0] 2023-06-06
15+
16+
### Added
17+
18+
- Number management feature for java sdk including methods, properties, and testing
19+
1220
<a name="5.3.3"></a>
1321

1422
## [5.3.3] 2023-06-01

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>com.github.freeclimbapi</groupId>
4242
<artifactId>freeclimb-java-client</artifactId>
43-
<version>5.3.3</version>
43+
<version>5.4.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -56,7 +56,7 @@ Add this dependency to your project's build file:
5656
}
5757
5858
dependencies {
59-
implementation "com.github.freeclimbapi:freeclimb-java-client:5.3.3"
59+
implementation "com.github.freeclimbapi:freeclimb-java-client:5.4.0"
6060
implementation("com.squareup.okhttp3:okhttp:4.9.3")
6161
implementation("com.squareup.okhttp3:logging-interceptor:4.9.3")
6262
}
@@ -72,7 +72,7 @@ mvn clean package
7272

7373
Then manually install the following JARs:
7474

75-
* `target/freeclimb-java-client-5.3.3.jar`
75+
* `target/freeclimb-java-client-5.4.0.jar`
7676
* `target/lib/*.jar`
7777

7878
## Getting Started
@@ -165,6 +165,12 @@ Class | Method | HTTP request | Description
165165
*DefaultApi* | [**getAnIncomingNumber**](docs/DefaultApi.md#getAnIncomingNumber) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Get an Incoming Number
166166
*DefaultApi* | [**getAnSmsMessage**](docs/DefaultApi.md#getAnSmsMessage) | **GET** /Accounts/{accountId}/Messages/{messageId} | Get an SMS Message
167167
*DefaultApi* | [**getHeadMember**](docs/DefaultApi.md#getHeadMember) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Get Head Member
168+
*DefaultApi* | [**getTenDLCSmsBrand**](docs/DefaultApi.md#getTenDLCSmsBrand) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands/{brandId} | Get a 10DLC SMS Brand
169+
*DefaultApi* | [**getTenDLCSmsBrands**](docs/DefaultApi.md#getTenDLCSmsBrands) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands | Get list of SMS 10DLC Brands
170+
*DefaultApi* | [**getTenDLCSmsCampaign**](docs/DefaultApi.md#getTenDLCSmsCampaign) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns/{campaignId} | Get a 10DLC SMS Campaign
171+
*DefaultApi* | [**getTenDLCSmsCampaigns**](docs/DefaultApi.md#getTenDLCSmsCampaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns | Get list of SMS 10DLC Campaigns
172+
*DefaultApi* | [**getTenDLCSmsPartnerCampaign**](docs/DefaultApi.md#getTenDLCSmsPartnerCampaign) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns/{campaignId} | Get a 10DLC SMS Partner Campaign
173+
*DefaultApi* | [**getTenDLCSmsPartnerCampaigns**](docs/DefaultApi.md#getTenDLCSmsPartnerCampaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns | Get list of SMS 10DLC Partner Campaigns
168174
*DefaultApi* | [**listActiveQueues**](docs/DefaultApi.md#listActiveQueues) | **GET** /Accounts/{accountId}/Queues | List Active Queues
169175
*DefaultApi* | [**listAllAccountLogs**](docs/DefaultApi.md#listAllAccountLogs) | **GET** /Accounts/{accountId}/Logs | List All Account Logs
170176
*DefaultApi* | [**listApplications**](docs/DefaultApi.md#listApplications) | **GET** /Accounts/{accountId}/Applications | List applications
@@ -301,6 +307,16 @@ Class | Method | HTTP request | Description
301307
- [RemoveFromConference](docs/RemoveFromConference.md)
302308
- [RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
303309
- [RequestType](docs/RequestType.md)
310+
- [SMSTenDLCBrand](docs/SMSTenDLCBrand.md)
311+
- [SMSTenDLCBrandsListResult](docs/SMSTenDLCBrandsListResult.md)
312+
- [SMSTenDLCBrandsListResultAllOf](docs/SMSTenDLCBrandsListResultAllOf.md)
313+
- [SMSTenDLCCampaign](docs/SMSTenDLCCampaign.md)
314+
- [SMSTenDLCCampaignsListResult](docs/SMSTenDLCCampaignsListResult.md)
315+
- [SMSTenDLCCampaignsListResultAllOf](docs/SMSTenDLCCampaignsListResultAllOf.md)
316+
- [SMSTenDLCPartnerCampaign](docs/SMSTenDLCPartnerCampaign.md)
317+
- [SMSTenDLCPartnerCampaignBrand](docs/SMSTenDLCPartnerCampaignBrand.md)
318+
- [SMSTenDLCPartnerCampaignsListResult](docs/SMSTenDLCPartnerCampaignsListResult.md)
319+
- [SMSTenDLCPartnerCampaignsListResultAllOf](docs/SMSTenDLCPartnerCampaignsListResultAllOf.md)
304320
- [Say](docs/Say.md)
305321
- [SayAllOf](docs/SayAllOf.md)
306322
- [SendDigits](docs/SendDigits.md)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.github.freeclimbapi'
7-
version = '5.3.3'
7+
version = '5.4.0'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.github.freeclimbapi",
44
name := "freeclimb-java-client",
5-
version := "5.3.3",
5+
version := "5.4.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

0 commit comments

Comments
 (0)