@trycourier/courier
Advanced tools
Comparing version 4.9.0 to 5.0.0
@@ -40,3 +40,2 @@ "use strict"; | ||
exports.client = void 0; | ||
var accounts_1 = require("./accounts"); | ||
var audiences_1 = require("./audiences"); | ||
@@ -52,2 +51,3 @@ var audit_events_1 = require("./audit-events"); | ||
var send_1 = require("./send"); | ||
var tenants_1 = require("./tenants"); | ||
var token_management_1 = require("./token-management"); | ||
@@ -121,4 +121,4 @@ var users_1 = require("./users"); | ||
status: params === null || params === void 0 ? void 0 : params.status, | ||
tags: params === null || params === void 0 ? void 0 : params.tags | ||
} | ||
tags: params === null || params === void 0 ? void 0 : params.tags, | ||
}, | ||
})]; | ||
@@ -134,3 +134,2 @@ case 1: | ||
return { | ||
accounts: accounts_1.accounts(options), | ||
addRecipientToLists: profile_1.addRecipientToLists(options), | ||
@@ -161,5 +160,6 @@ audiences: audiences_1.audiences(options), | ||
send: send_1.send(options), | ||
tenants: tenants_1.tenants(options), | ||
tokenManagement: token_management_1.tokenManagement(options), | ||
users: users_1.users(options) | ||
users: users_1.users(options), | ||
}; | ||
}; |
@@ -1,2 +0,1 @@ | ||
import { ICourierClientAccounts } from "./accounts/types"; | ||
import { ICourierClientAudiences } from "./audiences/types"; | ||
@@ -10,2 +9,3 @@ import { auditEvents } from "./audit-events"; | ||
import { Message } from "./send/types"; | ||
import { ICourierClientTenants } from "./tenants/types"; | ||
import { tokenManagement } from "./token-management"; | ||
@@ -323,3 +323,3 @@ import { users } from "./users"; | ||
addRecipientToLists: (params: ICourierProfileListsPostParameters) => Promise<ICourierProfilePostResponse>; | ||
accounts: ICourierClientAccounts; | ||
tenants: ICourierClientTenants; | ||
audiences: ICourierClientAudiences; | ||
@@ -326,0 +326,0 @@ auditEvents: ReturnType<typeof auditEvents>; |
{ | ||
"name": "@trycourier/courier", | ||
"version": "4.9.0", | ||
"version": "5.0.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
162728