@connectedxm/admin 6.9.6 → 6.9.7
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 +12 -0
- package/dist/index.d.cts +16 -3
- package/dist/index.d.ts +16 -3
- package/dist/index.js +11 -0
- package/openapi.json +36 -14
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -74,6 +74,7 @@ __export(index_exports, {
|
|
|
74
74
|
AUTH_SESSION_QUERY_KEY: () => AUTH_SESSION_QUERY_KEY,
|
|
75
75
|
AcceptGroupRequest: () => AcceptGroupRequest,
|
|
76
76
|
AccountAccess: () => AccountAccess,
|
|
77
|
+
AccountAttributeType: () => AccountAttributeType,
|
|
77
78
|
ActivityEntityType: () => ActivityEntityType,
|
|
78
79
|
ActivityPreference: () => ActivityPreference,
|
|
79
80
|
ActivityStatus: () => ActivityStatus,
|
|
@@ -3675,6 +3676,16 @@ var SessionAccess = /* @__PURE__ */ ((SessionAccess2) => {
|
|
|
3675
3676
|
SessionAccess2["private"] = "PRIVATE";
|
|
3676
3677
|
return SessionAccess2;
|
|
3677
3678
|
})(SessionAccess || {});
|
|
3679
|
+
var AccountAttributeType = /* @__PURE__ */ ((AccountAttributeType2) => {
|
|
3680
|
+
AccountAttributeType2["text"] = "text";
|
|
3681
|
+
AccountAttributeType2["number"] = "number";
|
|
3682
|
+
AccountAttributeType2["date"] = "date";
|
|
3683
|
+
AccountAttributeType2["boolean"] = "boolean";
|
|
3684
|
+
AccountAttributeType2["search"] = "search";
|
|
3685
|
+
AccountAttributeType2["select"] = "select";
|
|
3686
|
+
AccountAttributeType2["location"] = "location";
|
|
3687
|
+
return AccountAttributeType2;
|
|
3688
|
+
})(AccountAttributeType || {});
|
|
3678
3689
|
var EventActivationType = /* @__PURE__ */ ((EventActivationType2) => {
|
|
3679
3690
|
EventActivationType2["public"] = "public";
|
|
3680
3691
|
EventActivationType2["private"] = "private";
|
|
@@ -40320,6 +40331,7 @@ var useUpdateTier = (options = {}) => {
|
|
|
40320
40331
|
AUTH_SESSION_QUERY_KEY,
|
|
40321
40332
|
AcceptGroupRequest,
|
|
40322
40333
|
AccountAccess,
|
|
40334
|
+
AccountAttributeType,
|
|
40323
40335
|
ActivityEntityType,
|
|
40324
40336
|
ActivityPreference,
|
|
40325
40337
|
ActivityStatus,
|