You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Bug Fix**
- [phonebook-api][contacts] Make sure scheduled deletion date field is only in responses, not in requests
- The contact class in contact and contact list envelopes changed
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Messente API Library
2
2
3
3
- Messente API version: 1.3.0
4
-
- Java artifact version: 1.3.0
4
+
- Java artifact version: 2.0.0
5
5
6
6
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
7
7
@@ -12,7 +12,7 @@ Install Messente API library via Maven, Gradle, Ivy or manual build.
Copy file name to clipboardExpand all lines: docs/ContactFields.md
-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Name | Type | Description | Notes
14
14
**custom2** | **String** | The second custom field | [optional]
15
15
**custom3** | **String** | The third custom field | [optional]
16
16
**custom4** | **String** | The fourth custom field | [optional]
17
-
**scheduledDeletionDate** | [**LocalDate**](LocalDate.md) | The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days | [optional]
**phoneNumber** | **String** | Phone number in e.164 format | [optional]
8
+
**email** | **String** | The email of the contact | [optional]
9
+
**firstName** | **String** | The first name of the contact | [optional]
10
+
**lastName** | **String** | The last name of the contact | [optional]
11
+
**company** | **String** | The company of the contact | [optional]
12
+
**title** | **String** | The title of the contact | [optional]
13
+
**custom** | **String** | The first custom field | [optional]
14
+
**custom2** | **String** | The second custom field | [optional]
15
+
**custom3** | **String** | The third custom field | [optional]
16
+
**custom4** | **String** | The fourth custom field | [optional]
17
+
**scheduledDeletionDate** | [**LocalDate**](LocalDate.md) | The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days | [optional]
* The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days
265
-
* @return scheduledDeletionDate
266
-
**/
267
-
@ApiModelProperty(value = "The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days")
0 commit comments