Skip to content

Commit 4024d94

Browse files
committed
chore(release): 6.0.2
1 parent bc85f29 commit 4024d94

File tree

169 files changed

+211
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+211
-170
lines changed

.DS_Store

6 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions

README.md

Lines changed: 1 addition & 1 deletion

dist/CHANGELOG.md

Lines changed: 17 additions & 0 deletions

dist/README.md

Lines changed: 1 addition & 1 deletion

dist/VERSION.md

Lines changed: 1 addition & 1 deletion

dist/mailjet.node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.node.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* MIT Licensed
1313
*/
1414

15-
/*! node-mailjet v6.0.1 */
15+
/*! node-mailjet v6.0.2 */

dist/mailjet.web.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mailjet.web.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*! node-mailjet v6.0.1 */
1+
/*! node-mailjet v6.0.2 */

dist/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mailjet",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"main": "./mailjet.node.js",
55
"browser": "./mailjet.web.js",
66
"types": "./declarations/index.d.ts",

docs/assets/highlight.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
--dark-hl-9: #4EC9B0;
2222
--light-hl-10: #000000;
2323
--dark-hl-10: #C8C8C8;
24+
--light-hl-11: #008000;
25+
--dark-hl-11: #6A9955;
2426
--light-code-background: #F5F5F5;
2527
--dark-code-background: #1E1E1E;
2628
}
@@ -37,6 +39,7 @@
3739
--hl-8: var(--light-hl-8);
3840
--hl-9: var(--light-hl-9);
3941
--hl-10: var(--light-hl-10);
42+
--hl-11: var(--light-hl-11);
4043
--code-background: var(--light-code-background);
4144
} }
4245

@@ -52,6 +55,7 @@
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
5457
--hl-10: var(--dark-hl-10);
58+
--hl-11: var(--dark-hl-11);
5559
--code-background: var(--dark-code-background);
5660
} }
5761

@@ -67,6 +71,7 @@ body.light {
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
6973
--hl-10: var(--light-hl-10);
74+
--hl-11: var(--light-hl-11);
7075
--code-background: var(--light-code-background);
7176
}
7277

@@ -82,6 +87,7 @@ body.dark {
8287
--hl-8: var(--dark-hl-8);
8388
--hl-9: var(--dark-hl-9);
8489
--hl-10: var(--dark-hl-10);
90+
--hl-11: var(--dark-hl-11);
8591
--code-background: var(--dark-code-background);
8692
}
8793

@@ -96,4 +102,5 @@ body.dark {
96102
.hl-8 { color: var(--hl-8); }
97103
.hl-9 { color: var(--hl-9); }
98104
.hl-10 { color: var(--hl-10); }
105+
.hl-11 { color: var(--hl-11); }
99106
pre, code { background: var(--code-background); }

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/client.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/index.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/request.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/request_HttpMethods.default.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Campaign.DraftCampaign.CampaignDraftSendingStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Campaign.DraftCampaign.CampaignDraftStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Campaign.DraftCampaign.EditMode.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Campaign.SentCampaign.CampaignType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Common.Common.Period.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.BulkContactManagement.CSVImportStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.BulkContactManagement.ImportCSVMethod.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.BulkContactManagement.ImportListAction.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.BulkContactManagement.JobStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.BulkContactManagement.ManageContactsAction.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.ContactProperties.DataType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Contact.ContactProperties.NameSpace.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Message.Message.CurrentMessageStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Message.Message.EventType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Message.Message.FromType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Message.Message.MessageState.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Message.Message.MessageStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Segmentation.Segmentation.SegmentStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SendEmail.SendEmailV3_1.ResponseStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SendEmail.SendEmailV3_1.TrackClicks.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SendEmail.SendEmailV3_1.TrackOpens.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.DNS.DKIMConfigurationCheckStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.DNS.DKIMConfigurationStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.DNS.SPFConfigurationCheckStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.DNS.SPFConfigurationStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.Sender.EmailType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_SenderAddressAndDomain.Sender.SenderStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Setting.APIKeyConfiguration.RunLevel.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CampaignOverViewEditMode.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CampaignOverViewEditType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CampaignOverViewIDType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CounterResolution.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CounterSource.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.CounterTiming.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Statistic.Statistic.EmailEvent.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.Categories.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.CategoriesSelectionMethod.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.EditMode.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.OwnerType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.Purposes.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Template.Template.PurposesSelectionMethod.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Webhook.Webhook.EventType.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Webhook.Webhook.EventTypeValue.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/enums/types_api_Webhook.Webhook.Status.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/interfaces/client_Client.ClientParams.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/request_Request.RequestConfig.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/request_Request.RequestOptions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Campaign.DraftCampaign.CampaignDraft.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Campaign.DraftCampaign.CampaignDraftDetailContent.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Campaign.DraftCampaign.CampaignDraftSchedule.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Campaign.DraftCampaign.Recipient.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Campaign.SentCampaign.Campaign.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Common.Common.Pagination.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Common.Common.TimestampPeriod.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.BulkContactManagement.CSVImport.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.BulkContactManagement.ContactList.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.BulkContactManagement.ContactManageManyContacts.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.BulkContactManagement.ContactsListImportList.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.BulkContactManagement.Job.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.Contact.Contact.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactList.ContactList.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactProperties.ContactData.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactProperties.ContactMetaData.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactProperties.ContactProperty.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactSubscription.ContactsList.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactSubscription.ContactsListSignup.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactSubscription.ListRecipient.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactSubscription.ManageContacts.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactVerification.ContactsListVerification.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Contact.ContactVerification.VerificationSummary.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_LibraryResponse.LibraryLocalResponse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_LibraryResponse.LibraryResponse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Message.Message.Message.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Message.Message.MessageHistory.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Message.Message.MessageInformation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Message.Message.MessageTracked.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_MessageEvent.MessageEvent.BounceStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_MessageEvent.MessageEvent.ClickStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_MessageEvent.MessageEvent.OpenInformation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Parse.Parse.ParseRoute.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Segmentation.Segmentation.ContactFilter.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3.Attachment.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3.Recipient.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3.ResponseSent.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.Attachment.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.EmailAddressTo.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.InlinedAttachment.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.Message.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.ResponseEmailAddressTo.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.ResponseError.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendEmail.SendEmailV3_1.ResponseMessage.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendMessage.SendMessage.Cost.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SendMessage.SendMessage.SendStatus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SenderAddressAndDomain.DNS.DNS.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SenderAddressAndDomain.DNS.DNSCheck.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SenderAddressAndDomain.Metasender.MetaSender.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SenderAddressAndDomain.Sender.Sender.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_SenderAddressAndDomain.Sender.SenderValidate.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Setting.APIKeyConfiguration.ApiKey.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Setting.AccountSetting.MyProfile.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Setting.AccountSetting.User.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.CampaignOverview.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.ContactStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.GEOStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.LinkClickStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.ListRecipientStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.RecipientESPStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.StatCounter.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.TopLinkClicked.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Statistic.Statistic.UserAgentStatistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Template.Template.Headers.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Template.Template.Template.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/interfaces/types_api_Webhook.Webhook.EventCallbackUrl.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/client.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/request_Request.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types.TArray.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types.TFunction.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types.TObject.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Campaign.DraftCampaign.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Campaign.SentCampaign.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Common.Common.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.BulkContactManagement.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.Contact.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.ContactList.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.ContactProperties.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.ContactSubscription.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Contact.ContactVerification.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Message.Message.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_MessageEvent.MessageEvent.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Parse.Parse.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SMSMessage.SMSMessage.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Segmentation.Segmentation.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SendEmail.SendEmailV3.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SendEmail.SendEmailV3_1.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SendMessage.SendMessage.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SenderAddressAndDomain.DNS.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SenderAddressAndDomain.Metasender.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_SenderAddressAndDomain.Sender.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Setting.APIKeyConfiguration.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Setting.AccountSetting.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Statistic.Statistic.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Template.Template.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/types_api_Webhook.Webhook.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/utils_isNil.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/utils_isNull.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/utils_isPureObject.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/utils_isUndefined.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/modules/utils_setValueIfNotNil.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-mailjet",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"main": "./dist/mailjet.node.js",
55
"browser": "./dist/mailjet.web.js",
66
"types": "./dist/declarations/index.d.ts",

0 commit comments

Comments
 (0)