Skip to content

Commit 6ab24dd

Browse files
committed
GetExtendedContactDetails fix for transacAttributes & addon in getEmailEventReport
1 parent 3124220 commit 6ab24dd

File tree

40 files changed

+1048
-140
lines changed

40 files changed

+1048
-140
lines changed

Diff for: README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,9 @@ Class | Method | HTTP request | Description
259259
- [SibApiV3Sdk.GetClient](docs/GetClient.md)
260260
- [SibApiV3Sdk.GetContactCampaignStats](docs/GetContactCampaignStats.md)
261261
- [SibApiV3Sdk.GetContactCampaignStatsClicked](docs/GetContactCampaignStatsClicked.md)
262-
- [SibApiV3Sdk.GetContactCampaignStatsLinks](docs/GetContactCampaignStatsLinks.md)
263-
- [SibApiV3Sdk.GetContactCampaignStatsMessagesSent](docs/GetContactCampaignStatsMessagesSent.md)
264262
- [SibApiV3Sdk.GetContactCampaignStatsOpened](docs/GetContactCampaignStatsOpened.md)
265263
- [SibApiV3Sdk.GetContactCampaignStatsTransacAttributes](docs/GetContactCampaignStatsTransacAttributes.md)
266264
- [SibApiV3Sdk.GetContactCampaignStatsUnsubscriptions](docs/GetContactCampaignStatsUnsubscriptions.md)
267-
- [SibApiV3Sdk.GetContactCampaignStatsUnsubscriptionsAdminUnsubscription](docs/GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md)
268-
- [SibApiV3Sdk.GetContactCampaignStatsUnsubscriptionsUserUnsubscription](docs/GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md)
269265
- [SibApiV3Sdk.GetContactDetails](docs/GetContactDetails.md)
270266
- [SibApiV3Sdk.GetContacts](docs/GetContacts.md)
271267
- [SibApiV3Sdk.GetEmailCampaigns](docs/GetEmailCampaigns.md)
@@ -275,6 +271,14 @@ Class | Method | HTTP request | Description
275271
- [SibApiV3Sdk.GetExtendedCampaignStats](docs/GetExtendedCampaignStats.md)
276272
- [SibApiV3Sdk.GetExtendedCampaignStatsLinksStats](docs/GetExtendedCampaignStatsLinksStats.md)
277273
- [SibApiV3Sdk.GetExtendedClientAddress](docs/GetExtendedClientAddress.md)
274+
- [SibApiV3Sdk.GetExtendedContactDetailsStatistics](docs/GetExtendedContactDetailsStatistics.md)
275+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsClicked](docs/GetExtendedContactDetailsStatisticsClicked.md)
276+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsLinks](docs/GetExtendedContactDetailsStatisticsLinks.md)
277+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsMessagesSent](docs/GetExtendedContactDetailsStatisticsMessagesSent.md)
278+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsOpened](docs/GetExtendedContactDetailsStatisticsOpened.md)
279+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptions](docs/GetExtendedContactDetailsStatisticsUnsubscriptions.md)
280+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription](docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md)
281+
- [SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription](docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md)
278282
- [SibApiV3Sdk.GetExtendedListCampaignStats](docs/GetExtendedListCampaignStats.md)
279283
- [SibApiV3Sdk.GetFolder](docs/GetFolder.md)
280284
- [SibApiV3Sdk.GetFolderLists](docs/GetFolderLists.md)

Diff for: docs/GetContactCampaignStats.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**messagesSent** | [**[GetContactCampaignStatsMessagesSent]**](GetContactCampaignStatsMessagesSent.md) | | [optional]
7-
**hardBounces** | [**[GetContactCampaignStatsMessagesSent]**](GetContactCampaignStatsMessagesSent.md) | | [optional]
8-
**softBounces** | [**[GetContactCampaignStatsMessagesSent]**](GetContactCampaignStatsMessagesSent.md) | | [optional]
9-
**complaints** | [**[GetContactCampaignStatsMessagesSent]**](GetContactCampaignStatsMessagesSent.md) | | [optional]
6+
**messagesSent** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | | [optional]
7+
**hardBounces** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | | [optional]
8+
**softBounces** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | | [optional]
9+
**complaints** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | | [optional]
1010
**unsubscriptions** | [**GetContactCampaignStatsUnsubscriptions**](GetContactCampaignStatsUnsubscriptions.md) | | [optional]
1111
**opened** | [**[GetContactCampaignStatsOpened]**](GetContactCampaignStatsOpened.md) | | [optional]
1212
**clicked** | [**[GetContactCampaignStatsClicked]**](GetContactCampaignStatsClicked.md) | | [optional]

Diff for: docs/GetContactCampaignStatsClicked.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**campaignId** | **Number** | ID of the campaign which generated the event |
7-
**links** | [**[GetContactCampaignStatsLinks]**](GetContactCampaignStatsLinks.md) | |
7+
**links** | [**[GetExtendedContactDetailsStatisticsLinks]**](GetExtendedContactDetailsStatisticsLinks.md) | |
88

99

Diff for: docs/GetContactCampaignStatsUnsubscriptions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**userUnsubscription** | [**[GetContactCampaignStatsUnsubscriptionsUserUnsubscription]**](GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md) | Contact has unsubscribed via the unsubscription link in the email |
7-
**adminUnsubscription** | [**[GetContactCampaignStatsUnsubscriptionsAdminUnsubscription]**](GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md) | Contact has been unsubscribed from the administrator |
6+
**userUnsubscription** | [**[GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md) | Contact has unsubscribed via the unsubscription link in the email |
7+
**adminUnsubscription** | [**[GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md) | Contact has been unsubscribed from the administrator |
88

99

Diff for: docs/GetEmailEventReportEvents.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**email** | **String** | Email address which generates the event |
77
**_date** | **Date** | Date on which the event has been generated |
8+
**subject** | **String** | Subject of the event | [optional]
89
**messageId** | **String** | Message ID which generated the event |
910
**event** | **String** | Event which occured |
1011
**reason** | **String** | Reason of bounce (only availble if the event is hardbounce or softbounce) |
1112
**tag** | **String** | Tag of the email which generated the event |
1213
**ip** | **String** | IP from which the user has opened the email or clicked on the link (only availble if the event is opened or clicks) | [optional]
14+
**link** | **String** | The link which is sent to the user (only availble if the event is requests or opened or clicks) | [optional]
1315

1416

1517
<a name="EventEnum"></a>

Diff for: docs/GetExtendedContactDetails.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**statistics** | [**GetExtendedContactDetailsStatistics**](GetExtendedContactDetailsStatistics.md) | | [optional]
67

78

Diff for: docs/GetExtendedContactDetailsStatistics.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatistics
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**messagesSent** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | Listing of the sent campaign for the contact | [optional]
7+
**hardBounces** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | Listing of the hardbounes generated by the contact | [optional]
8+
**softBounces** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | Listing of the softbounes generated by the contact | [optional]
9+
**complaints** | [**[GetExtendedContactDetailsStatisticsMessagesSent]**](GetExtendedContactDetailsStatisticsMessagesSent.md) | Listing of the complaints generated by the contact | [optional]
10+
**unsubscriptions** | [**GetExtendedContactDetailsStatisticsUnsubscriptions**](GetExtendedContactDetailsStatisticsUnsubscriptions.md) | | [optional]
11+
**opened** | [**[GetExtendedContactDetailsStatisticsOpened]**](GetExtendedContactDetailsStatisticsOpened.md) | Listing of the openings generated by the contact | [optional]
12+
**clicked** | [**[GetExtendedContactDetailsStatisticsClicked]**](GetExtendedContactDetailsStatisticsClicked.md) | Listing of the clicks generated by the contact | [optional]
13+
**transacAttributes** | **[Object]** | Listing of the transactional attributes for the contact | [optional]
14+
15+

Diff for: docs/GetExtendedContactDetailsStatisticsClicked.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsClicked
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**campaignId** | **Number** | ID of the campaign which generated the event |
7+
**links** | [**[GetExtendedContactDetailsStatisticsLinks]**](GetExtendedContactDetailsStatisticsLinks.md) | Listing of the clicked links for the campaign |
8+
9+

Diff for: docs/GetContactCampaignStatsLinks.md renamed to docs/GetExtendedContactDetailsStatisticsLinks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SibApiV3Sdk.GetContactCampaignStatsLinks
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsLinks
22

33
## Properties
44
Name | Type | Description | Notes

Diff for: docs/GetContactCampaignStatsMessagesSent.md renamed to docs/GetExtendedContactDetailsStatisticsMessagesSent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SibApiV3Sdk.GetContactCampaignStatsMessagesSent
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsMessagesSent
22

33
## Properties
44
Name | Type | Description | Notes

Diff for: docs/GetExtendedContactDetailsStatisticsOpened.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsOpened
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**campaignId** | **Number** | ID of the campaign which generated the event |
7+
**count** | **Number** | Number of openings for the campaign |
8+
**eventTime** | **Date** | Date of the event |
9+
**ip** | **String** | IP from which the user has opened the email |
10+
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**userUnsubscription** | [**[GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md) | Contact unsubscribe via unsubscription link in a campaign |
7+
**adminUnsubscription** | [**[GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription]**](GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md) | Contact has been unsubscribed from the administrator |
8+
9+

Diff for: docs/GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md renamed to docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SibApiV3Sdk.GetContactCampaignStatsUnsubscriptionsAdminUnsubscription
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription
22

33
## Properties
44
Name | Type | Description | Notes

Diff for: docs/GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md renamed to docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SibApiV3Sdk.GetContactCampaignStatsUnsubscriptionsUserUnsubscription
1+
# SibApiV3Sdk.GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription
22

33
## Properties
44
Name | Type | Description | Notes

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sib-api-v3-sdk",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Official SendinBlue provided RESTFul API V3 nodejs library",
55
"license": "ISC",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)