@connectedxm/admin 6.7.0 → 6.7.1

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.cjs CHANGED
@@ -3519,6 +3519,7 @@ var SupportTicketState = /* @__PURE__ */ ((SupportTicketState2) => {
3519
3519
  SupportTicketState2["inProgress"] = "inProgress";
3520
3520
  SupportTicketState2["resolved"] = "resolved";
3521
3521
  SupportTicketState2["spam"] = "spam";
3522
+ SupportTicketState2["archived"] = "archived";
3522
3523
  return SupportTicketState2;
3523
3524
  })(SupportTicketState || {});
3524
3525
  var SupportTicketActivityType = /* @__PURE__ */ ((SupportTicketActivityType2) => {
package/dist/index.d.cts CHANGED
@@ -173,7 +173,8 @@ declare enum SupportTicketState {
173
173
  new = "new",
174
174
  inProgress = "inProgress",
175
175
  resolved = "resolved",
176
- spam = "spam"
176
+ spam = "spam",
177
+ archived = "archived"
177
178
  }
178
179
  declare enum SupportTicketActivityType {
179
180
  created = "created",
package/dist/index.d.ts CHANGED
@@ -173,7 +173,8 @@ declare enum SupportTicketState {
173
173
  new = "new",
174
174
  inProgress = "inProgress",
175
175
  resolved = "resolved",
176
- spam = "spam"
176
+ spam = "spam",
177
+ archived = "archived"
177
178
  }
178
179
  declare enum SupportTicketActivityType {
179
180
  created = "created",
package/dist/index.js CHANGED
@@ -241,6 +241,7 @@ var SupportTicketState = /* @__PURE__ */ ((SupportTicketState2) => {
241
241
  SupportTicketState2["inProgress"] = "inProgress";
242
242
  SupportTicketState2["resolved"] = "resolved";
243
243
  SupportTicketState2["spam"] = "spam";
244
+ SupportTicketState2["archived"] = "archived";
244
245
  return SupportTicketState2;
245
246
  })(SupportTicketState || {});
246
247
  var SupportTicketActivityType = /* @__PURE__ */ ((SupportTicketActivityType2) => {
package/openapi.json CHANGED
@@ -70651,7 +70651,8 @@
70651
70651
  "new",
70652
70652
  "inProgress",
70653
70653
  "resolved",
70654
- "spam"
70654
+ "spam",
70655
+ "archived"
70655
70656
  ]
70656
70657
  },
70657
70658
  "SupportTicketActivityType": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",