@connectedxm/client 7.2.12 → 7.2.13
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.ts +2 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8214,6 +8214,7 @@ var SupportTicketState = /* @__PURE__ */ ((SupportTicketState2) => {
|
|
|
8214
8214
|
SupportTicketState2["inProgress"] = "inProgress";
|
|
8215
8215
|
SupportTicketState2["resolved"] = "resolved";
|
|
8216
8216
|
SupportTicketState2["spam"] = "spam";
|
|
8217
|
+
SupportTicketState2["archived"] = "archived";
|
|
8217
8218
|
return SupportTicketState2;
|
|
8218
8219
|
})(SupportTicketState || {});
|
|
8219
8220
|
var isTypeSupportTicket = (supportTicket) => {
|