Skip to content

Commit 87f49df

Browse files
committed
Swagger specification 2.0 validation fixes
1 parent 3006950 commit 87f49df

34 files changed

+170
-841
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ Class | Method | HTTP request | Description
265265
- [GetIpsFromSender](docs/Model/GetIpsFromSender.md)
266266
- [GetList](docs/Model/GetList.md)
267267
- [GetLists](docs/Model/GetLists.md)
268-
- [GetListsFolder](docs/Model/GetListsFolder.md)
269-
- [GetListsLists](docs/Model/GetListsLists.md)
270268
- [GetProcess](docs/Model/GetProcess.md)
271269
- [GetProcesses](docs/Model/GetProcesses.md)
272270
- [GetReports](docs/Model/GetReports.md)

docs/Model/GetAccountPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**type** | **string** | Displays the plan type of the user |
77
**creditsType** | **string** | This is the type of the credit, \"User Limit\" or \"Send Limit\" are two possible types of credit of a user. \"User Limit\" implies the total number of subscribers you can add to your account, and \"Send Limit\" implies the total number of emails you can send to the subscribers in your account. |
8-
**credits** | **int** | Remaining credits of the user. This can either be \"User Limit\" or \"Send Limit\" depending on the plan. |
8+
**credits** | **float** | Remaining credits of the user. This can either be \"User Limit\" or \"Send Limit\" depending on the plan. |
99

1010
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
1111

docs/Model/GetCampaignStats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**listId** | **int** | List Id of email campaign (only in case of get email campaign(s)) |
6+
**listId** | **int** | List Id of email campaign (only in case of get email campaign(s)) | [optional]
77
**uniqueClicks** | **int** | Number of unique clicks for the campaign |
88
**clickers** | **int** | Number of clicks for the campaign |
99
**complaints** | **int** | Number of complaints (Spam reports) for the campaign |

docs/Model/GetContactCampaignStatsOpened.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**campaignId** | **int** | ID of the campaign which generated the event |
77
**count** | **int** | Number of openings of the campaign |
8-
**eventTime** | [**\DateTime**](\DateTime.md) | Date of the event |
8+
**eventTime** | **string** | Date of the event |
99
**ip** | **string** | IP from which the user has opened the campaign |
1010

1111
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

docs/Model/GetEmailCampaign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**replyTo** | **string** | Email defined as the \"Reply to\" of the campaign |
1717
**toField** | **string** | Customisation of the \"to\" field of the campaign |
1818
**htmlContent** | **string** | HTML content of the campaign |
19-
**shareLink** | **string** | Link to share the campaign on social medias |
19+
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
2020
**tag** | **string** | Tag of the campaign |
2121
**createdAt** | **string** | Creation date of the campaign (YYYY-MM-DD HH:mm:ss) |
2222
**modifiedAt** | **string** | Date of last modification of the campaign (YYYY-MM-DD HH:mm:ss) |

docs/Model/GetExtendedCampaignOverview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
**replyTo** | **string** | Email defined as the \"Reply to\" of the campaign |
1717
**toField** | **string** | Customisation of the \"to\" field of the campaign |
1818
**htmlContent** | **string** | HTML content of the campaign |
19-
**shareLink** | **string** | Link to share the campaign on social medias |
19+
**shareLink** | **string** | Link to share the campaign on social medias | [optional]
2020
**tag** | **string** | Tag of the campaign |
2121
**createdAt** | **string** | Creation date of the campaign (YYYY-MM-DD HH:mm:ss) |
2222
**modifiedAt** | **string** | Date of last modification of the campaign (YYYY-MM-DD HH:mm:ss) |

docs/Model/GetExtendedContactDetailsStatisticsLinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**count** | **int** | Number of clicks on this link for the campaign |
7-
**eventTime** | [**\DateTime**](\DateTime.md) | Date of the event |
7+
**eventTime** | **string** | Date of the event |
88
**ip** | **string** | IP from which the user has clicked on the link |
99
**url** | **string** | URL of the clicked link |
1010

docs/Model/GetExtendedContactDetailsStatisticsMessagesSent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**campaignId** | **int** | ID of the campaign which generated the event |
7-
**eventTime** | [**\DateTime**](\DateTime.md) | Date of the event |
7+
**eventTime** | **string** | Date of the event |
88

99
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
1010

docs/Model/GetExtendedContactDetailsStatisticsOpened.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**campaignId** | **int** | ID of the campaign which generated the event |
77
**count** | **int** | Number of openings for the campaign |
8-
**eventTime** | [**\DateTime**](\DateTime.md) | Date of the event |
8+
**eventTime** | **string** | Date of the event |
99
**ip** | **string** | IP from which the user has opened the email |
1010

1111
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

docs/Model/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**eventTime** | [**\DateTime**](\DateTime.md) | Date of the event |
6+
**eventTime** | **string** | Date of the event |
77
**ip** | **string** | IP from which the user has been unsubscribed |
88

99
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)