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

- old
+ new

@@ -12,11 +12,10 @@ **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' @@ -28,10 +27,9 @@ company: null, title: null, custom: null, custom2: null, custom3: null, - custom4: null, - scheduled_deletion_date: null) + custom4: null) ```