docs/ContactFields.md in messente_api-1.2.2 vs docs/ContactFields.md in messente_api-1.3.0

- old
+ new

@@ -12,10 +12,11 @@ **title** | **String** | The title of the contact | [optional] **custom** | **String** | The first custom field | [optional] **custom2** | **String** | The second custom field | [optional] **custom3** | **String** | The third custom field | [optional] **custom4** | **String** | The fourth custom field | [optional] +**scheduled_deletion_date** | **Date** | 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] ## Code Sample ```ruby require 'MessenteApi' @@ -27,9 +28,10 @@ company: null, title: null, custom: null, custom2: null, custom3: null, - custom4: null) + custom4: null, + scheduled_deletion_date: null) ```