@trycourier/courier
Advanced tools
Comparing version 3.14.1 to 3.15.0
@@ -8,2 +8,6 @@ # Change Log | ||
## [3.15.0] | ||
- adds support for audit events | ||
## [3.14.0] | ||
@@ -10,0 +14,0 @@ |
@@ -41,2 +41,3 @@ "use strict"; | ||
var audiences_1 = require("./audiences"); | ||
var audit_events_1 = require("./audit-events"); | ||
var automations_1 = require("./automations"); | ||
@@ -118,2 +119,3 @@ var brands_1 = require("./brands"); | ||
audiences: audiences_1.audiences(options), | ||
auditEvents: audit_events_1.auditEvents(options), | ||
automations: automations_1.automations(options), | ||
@@ -120,0 +122,0 @@ bulk: bulk_1.bulk(options), |
import { AxiosRequestConfig } from "axios"; | ||
import { ICourierClientAudiences } from "./audiences/types"; | ||
import { auditEvents } from "./audit-events"; | ||
import { ICourierClientAutomations } from "./automations/types"; | ||
@@ -292,2 +293,3 @@ import { ICourierClientBulk } from "./bulk/types"; | ||
audiences: ICourierClientAudiences; | ||
auditEvents: ReturnType<typeof auditEvents>; | ||
automations: ICourierClientAutomations; | ||
@@ -294,0 +296,0 @@ bulk: ICourierClientBulk; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "3.14.1", | ||
"version": "3.15.0", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149812
50
2841