@connectedxm/admin 2.8.11 → 2.8.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.cjs +9 -0
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.js +8 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12517,6 +12517,13 @@ var AccountType = /* @__PURE__ */ ((AccountType2) => {
|
|
|
12517
12517
|
AccountType2["team"] = "team";
|
|
12518
12518
|
return AccountType2;
|
|
12519
12519
|
})(AccountType || {});
|
|
12520
|
+
var AccountAccess = /* @__PURE__ */ ((AccountAccess2) => {
|
|
12521
|
+
AccountAccess2["FULL_ACCESS"] = "FULL_ACCESS";
|
|
12522
|
+
AccountAccess2["DELISTED"] = "DELISTED";
|
|
12523
|
+
AccountAccess2["RESTRICTED"] = "RESTRICTED";
|
|
12524
|
+
AccountAccess2["BANNED"] = "BANNED";
|
|
12525
|
+
return AccountAccess2;
|
|
12526
|
+
})(AccountAccess || {});
|
|
12520
12527
|
var PushDeviceAppType = /* @__PURE__ */ ((PushDeviceAppType2) => {
|
|
12521
12528
|
PushDeviceAppType2["EVENTXM"] = "EVENTXM";
|
|
12522
12529
|
PushDeviceAppType2["COMMUNITYXM"] = "COMMUNITYXM";
|
|
@@ -35783,6 +35790,7 @@ export {
|
|
|
35783
35790
|
AUTH_SESSIONS_QUERY_KEY,
|
|
35784
35791
|
AUTH_SESSION_QUERY_KEY,
|
|
35785
35792
|
AcceptGroupRequest,
|
|
35793
|
+
AccountAccess,
|
|
35786
35794
|
AccountType,
|
|
35787
35795
|
ActivityEntityType,
|
|
35788
35796
|
AddAccountDelegate,
|