We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fbbcd0 + 0847de8 commit 6b427e1Copy full SHA for 6b427e1
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zendesk/zaf-toolbox",
3
- "version": "0.13.0",
+ "version": "0.13.1",
4
"description": "A toolbox for ZAF application built with 🩷 by Zendesk Labs",
5
"main": "lib/src/index.js",
6
"types": "lib/src/index.d.ts",
src/models/zendesk-api.ts
@@ -130,7 +130,7 @@ interface Capabilities {
130
export type Line = DigitalLine | PhoneLine;
131
132
export enum MessageStatus {
133
- RECEIVED = "received",
+ DELIVERED = "delivered",
134
UNDELIVERED = "undelivered",
135
FAILED = "failed"
136
}
0 commit comments