Skip to content

Commit 0a6c454

Browse files
Merge pull request #44 from sendinblue/feature_updated_swagger_sync
make ip non-mandatory in getContact via email
2 parents b743b7c + db2bc3b commit 0a6c454

28 files changed

+716
-36
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ docs/_build/
6161
target/
6262

6363
#Ipython Notebook
64-
.ipynb_checkpoints
64+
.ipynb_checkpoints

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,12 @@ Class | Method | HTTP request | Description
252252
- [GetClient](docs/GetClient.md)
253253
- [GetContactCampaignStats](docs/GetContactCampaignStats.md)
254254
- [GetContactCampaignStatsClicked](docs/GetContactCampaignStatsClicked.md)
255+
- [GetContactCampaignStatsLinks](docs/GetContactCampaignStatsLinks.md)
255256
- [GetContactCampaignStatsOpened](docs/GetContactCampaignStatsOpened.md)
256257
- [GetContactCampaignStatsTransacAttributes](docs/GetContactCampaignStatsTransacAttributes.md)
257258
- [GetContactCampaignStatsUnsubscriptions](docs/GetContactCampaignStatsUnsubscriptions.md)
259+
- [GetContactCampaignStatsUnsubscriptionsAdminUnsubscription](docs/GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md)
260+
- [GetContactCampaignStatsUnsubscriptionsUserUnsubscription](docs/GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md)
258261
- [GetContactDetails](docs/GetContactDetails.md)
259262
- [GetContacts](docs/GetContacts.md)
260263
- [GetEmailCampaigns](docs/GetEmailCampaigns.md)

docs/GetContactCampaignStatsClicked.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
**campaign_id** | **int** | ID of the campaign which generated the event |
7-
**links** | [**list[GetExtendedContactDetailsStatisticsLinks]**](GetExtendedContactDetailsStatisticsLinks.md) | |
7+
**links** | [**list[GetContactCampaignStatsLinks]**](GetContactCampaignStatsLinks.md) | |
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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GetContactCampaignStatsLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**count** | **int** | Number of clicks on this link for the campaign |
7+
**event_time** | **datetime** | UTC date-time of the event |
8+
**ip** | **str** | IP from which the user has clicked on the link |
9+
**url** | **str** | URL of the clicked link |
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/GetContactCampaignStatsUnsubscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**user_unsubscription** | [**list[GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md) | Contact has unsubscribed via the unsubscription link in the email |
7-
**admin_unsubscription** | [**list[GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md) | Contact has been unsubscribed from the administrator |
6+
**user_unsubscription** | [**list[GetContactCampaignStatsUnsubscriptionsUserUnsubscription]**](GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md) | Contact has unsubscribed via the unsubscription link in the email |
7+
**admin_unsubscription** | [**list[GetContactCampaignStatsUnsubscriptionsAdminUnsubscription]**](GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md) | Contact has been unsubscribed from the administrator |
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetContactCampaignStatsUnsubscriptionsAdminUnsubscription
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**event_time** | **datetime** | UTC date-time of the event |
7+
**ip** | **str** | IP from which the user has been unsubscribed |
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetContactCampaignStatsUnsubscriptionsUserUnsubscription
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**campaign_id** | **int** | ID of the campaign which generated the event |
7+
**event_time** | **datetime** | UTC date-time of the event |
8+
**ip** | **str** | IP from which the user has unsubscribed |
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/GetExtendedContactDetailsStatisticsLinks.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
**count** | **int** | Number of clicks on this link for the campaign |
77
**event_time** | **datetime** | UTC date-time of the event |
8-
**ip** | **str** | IP from which the user has clicked on the link |
8+
**ip** | **str** | IP from which the user has clicked on the link | [optional]
99
**url** | **str** | URL of the clicked link |
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/GetExtendedContactDetailsStatisticsOpened.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**campaign_id** | **int** | ID of the campaign which generated the event |
77
**count** | **int** | Number of openings for the campaign |
88
**event_time** | **datetime** | UTC date-time of the event |
9-
**ip** | **str** | IP from which the user has opened the email |
9+
**ip** | **str** | IP from which the user has opened the email | [optional]
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)
1212

docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.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
**event_time** | **datetime** | UTC date-time of the event |
7-
**ip** | **str** | IP from which the user has been unsubscribed |
7+
**ip** | **str** | IP from which the user has been unsubscribed | [optional]
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

0 commit comments

Comments
 (0)