@connectedxm/admin 7.0.9 → 7.0.10

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
@@ -3899,6 +3899,7 @@ var FileSource = /* @__PURE__ */ ((FileSource2) => {
3899
3899
  FileSource2["admin"] = "admin";
3900
3900
  FileSource2["response"] = "response";
3901
3901
  FileSource2["content"] = "content";
3902
+ FileSource2["thread"] = "thread";
3902
3903
  return FileSource2;
3903
3904
  })(FileSource || {});
3904
3905
  var AccountAttributeType = /* @__PURE__ */ ((AccountAttributeType2) => {
package/dist/index.d.cts CHANGED
@@ -244,7 +244,8 @@ declare enum DefaultAuthAction {
244
244
  declare enum FileSource {
245
245
  admin = "admin",
246
246
  response = "response",
247
- content = "content"
247
+ content = "content",
248
+ thread = "thread"
248
249
  }
249
250
  declare enum AccountAttributeType {
250
251
  text = "text",
package/dist/index.d.ts CHANGED
@@ -244,7 +244,8 @@ declare enum DefaultAuthAction {
244
244
  declare enum FileSource {
245
245
  admin = "admin",
246
246
  response = "response",
247
- content = "content"
247
+ content = "content",
248
+ thread = "thread"
248
249
  }
249
250
  declare enum AccountAttributeType {
250
251
  text = "text",
package/dist/index.js CHANGED
@@ -324,6 +324,7 @@ var FileSource = /* @__PURE__ */ ((FileSource2) => {
324
324
  FileSource2["admin"] = "admin";
325
325
  FileSource2["response"] = "response";
326
326
  FileSource2["content"] = "content";
327
+ FileSource2["thread"] = "thread";
327
328
  return FileSource2;
328
329
  })(FileSource || {});
329
330
  var AccountAttributeType = /* @__PURE__ */ ((AccountAttributeType2) => {
package/openapi.json CHANGED
@@ -92757,7 +92757,8 @@
92757
92757
  "enum": [
92758
92758
  "admin",
92759
92759
  "response",
92760
- "content"
92760
+ "content",
92761
+ "thread"
92761
92762
  ]
92762
92763
  },
92763
92764
  "AccountAttributeType": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "7.0.9",
3
+ "version": "7.0.10",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",