@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 +1 -0
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/openapi.json +2 -1
- package/package.json +1 -1
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
package/dist/index.d.ts
CHANGED
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": {
|