@ember-home/unbound-ts-client 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +40 -34
- package/dist/index.d.ts +40 -34
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -105,13 +105,13 @@ var MessageDirection = {
|
|
|
105
105
|
Outbound: "OUTBOUND"
|
|
106
106
|
};
|
|
107
107
|
var MessageStatus = {
|
|
108
|
-
Pending: "PENDING",
|
|
109
108
|
Sent: "SENT",
|
|
110
109
|
Delivered: "DELIVERED",
|
|
111
110
|
Read: "READ",
|
|
112
111
|
Failed: "FAILED",
|
|
113
112
|
Scheduled: "SCHEDULED",
|
|
114
|
-
Canceled: "CANCELED"
|
|
113
|
+
Canceled: "CANCELED",
|
|
114
|
+
Paused: "PAUSED"
|
|
115
115
|
};
|
|
116
116
|
var PaginationDirection = {
|
|
117
117
|
Forward: "forward",
|