Comparing version 1.28.0 to 1.29.0
@@ -68,2 +68,7 @@ import * as campaigns from './campaigns'; | ||
}>; | ||
bounce: { | ||
remove: (body: email.bounce.EmailBounceRemoveObject) => Promise<{ | ||
[x: string]: any; | ||
}>; | ||
}; | ||
}; | ||
@@ -70,0 +75,0 @@ messages: { |
@@ -41,2 +41,5 @@ "use strict"; | ||
blacklist: (body) => email.blacklist(this.apiUrl, this.apiKey, body), | ||
bounce: { | ||
remove: (body) => email.bounce.remove(this.apiUrl, this.apiKey, body), | ||
}, | ||
}; | ||
@@ -43,0 +46,0 @@ this.messages = { |
export * from './blacklist'; | ||
export * as bounce from './bounce'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,4 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.bounce = void 0; | ||
__exportStar(require("./blacklist"), exports); | ||
exports.bounce = require("./bounce"); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -7,2 +7,3 @@ export * from './Braze'; | ||
export * from './common/types'; | ||
export * from './email/bounce/types'; | ||
export * from './email/types'; | ||
@@ -9,0 +10,0 @@ export * from './messages/schedule/types'; |
@@ -23,2 +23,3 @@ "use strict"; | ||
__exportStar(require("./common/types"), exports); | ||
__exportStar(require("./email/bounce/types"), exports); | ||
__exportStar(require("./email/types"), exports); | ||
@@ -25,0 +26,0 @@ __exportStar(require("./messages/schedule/types"), exports); |
{ | ||
"name": "braze-api", | ||
"version": "1.28.0", | ||
"version": "1.29.0", | ||
"description": "Track users, send messages, export data, and more with Braze API.", | ||
@@ -45,3 +45,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "7.0.0", | ||
"eslint-plugin-simple-import-sort": "8.0.0", | ||
"eslint-plugin-tsdoc": "0.2.16", | ||
@@ -48,0 +48,0 @@ "husky": "^8.0.1", |
@@ -138,3 +138,3 @@ # braze-api | ||
- [x] /email/blacklist | ||
- [ ] /email/bounce/remove | ||
- [x] /email/bounce/remove | ||
- [ ] /email/spam/remove | ||
@@ -141,0 +141,0 @@ - [ ] /email/status |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
180923
319
2951