@connectedxm/admin 2.3.5 → 2.3.6
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 +14 -2
- package/dist/index.d.cts +15 -3
- package/dist/index.d.ts +15 -3
- package/dist/index.js +14 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -14973,15 +14973,27 @@ var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
|
14973
14973
|
})(TaxIntegrationType || {});
|
|
14974
14974
|
var ReportType = /* @__PURE__ */ ((ReportType2) => {
|
|
14975
14975
|
ReportType2["organization"] = "organization";
|
|
14976
|
+
ReportType2["activities"] = "activities";
|
|
14977
|
+
ReportType2["activity"] = "activity";
|
|
14978
|
+
ReportType2["surveys"] = "surveys";
|
|
14979
|
+
ReportType2["survey"] = "survey";
|
|
14980
|
+
ReportType2["events"] = "events";
|
|
14976
14981
|
ReportType2["event"] = "event";
|
|
14982
|
+
ReportType2["session"] = "session";
|
|
14977
14983
|
ReportType2["listing"] = "listing";
|
|
14984
|
+
ReportType2["bookings"] = "bookings";
|
|
14978
14985
|
ReportType2["booking"] = "booking";
|
|
14986
|
+
ReportType2["groups"] = "groups";
|
|
14979
14987
|
ReportType2["group"] = "group";
|
|
14988
|
+
ReportType2["channels"] = "channels";
|
|
14980
14989
|
ReportType2["channel"] = "channel";
|
|
14990
|
+
ReportType2["content"] = "content";
|
|
14991
|
+
ReportType2["threads"] = "threads";
|
|
14992
|
+
ReportType2["thread"] = "thread";
|
|
14993
|
+
ReportType2["accounts"] = "accounts";
|
|
14981
14994
|
ReportType2["account"] = "account";
|
|
14982
|
-
ReportType2["
|
|
14995
|
+
ReportType2["revenue"] = "revenue";
|
|
14983
14996
|
ReportType2["subscriptionProduct"] = "subscriptionProduct";
|
|
14984
|
-
ReportType2["session"] = "session";
|
|
14985
14997
|
return ReportType2;
|
|
14986
14998
|
})(ReportType || {});
|
|
14987
14999
|
var EventReportDateType = /* @__PURE__ */ ((EventReportDateType2) => {
|
package/dist/index.d.cts
CHANGED
|
@@ -1743,15 +1743,27 @@ interface EventAttendee extends BaseEventAttendee {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
declare enum ReportType {
|
|
1745
1745
|
organization = "organization",
|
|
1746
|
+
activities = "activities",
|
|
1747
|
+
activity = "activity",
|
|
1748
|
+
surveys = "surveys",
|
|
1749
|
+
survey = "survey",
|
|
1750
|
+
events = "events",
|
|
1746
1751
|
event = "event",
|
|
1752
|
+
session = "session",
|
|
1747
1753
|
listing = "listing",
|
|
1754
|
+
bookings = "bookings",
|
|
1748
1755
|
booking = "booking",
|
|
1756
|
+
groups = "groups",
|
|
1749
1757
|
group = "group",
|
|
1758
|
+
channels = "channels",
|
|
1750
1759
|
channel = "channel",
|
|
1760
|
+
content = "content",
|
|
1761
|
+
threads = "threads",
|
|
1762
|
+
thread = "thread",
|
|
1763
|
+
accounts = "accounts",
|
|
1751
1764
|
account = "account",
|
|
1752
|
-
|
|
1753
|
-
subscriptionProduct = "subscriptionProduct"
|
|
1754
|
-
session = "session"
|
|
1765
|
+
revenue = "revenue",
|
|
1766
|
+
subscriptionProduct = "subscriptionProduct"
|
|
1755
1767
|
}
|
|
1756
1768
|
declare enum EventReportDateType {
|
|
1757
1769
|
lifetime = "lifetime",
|
package/dist/index.d.ts
CHANGED
|
@@ -1743,15 +1743,27 @@ interface EventAttendee extends BaseEventAttendee {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
declare enum ReportType {
|
|
1745
1745
|
organization = "organization",
|
|
1746
|
+
activities = "activities",
|
|
1747
|
+
activity = "activity",
|
|
1748
|
+
surveys = "surveys",
|
|
1749
|
+
survey = "survey",
|
|
1750
|
+
events = "events",
|
|
1746
1751
|
event = "event",
|
|
1752
|
+
session = "session",
|
|
1747
1753
|
listing = "listing",
|
|
1754
|
+
bookings = "bookings",
|
|
1748
1755
|
booking = "booking",
|
|
1756
|
+
groups = "groups",
|
|
1749
1757
|
group = "group",
|
|
1758
|
+
channels = "channels",
|
|
1750
1759
|
channel = "channel",
|
|
1760
|
+
content = "content",
|
|
1761
|
+
threads = "threads",
|
|
1762
|
+
thread = "thread",
|
|
1763
|
+
accounts = "accounts",
|
|
1751
1764
|
account = "account",
|
|
1752
|
-
|
|
1753
|
-
subscriptionProduct = "subscriptionProduct"
|
|
1754
|
-
session = "session"
|
|
1765
|
+
revenue = "revenue",
|
|
1766
|
+
subscriptionProduct = "subscriptionProduct"
|
|
1755
1767
|
}
|
|
1756
1768
|
declare enum EventReportDateType {
|
|
1757
1769
|
lifetime = "lifetime",
|
package/dist/index.js
CHANGED
|
@@ -12151,15 +12151,27 @@ var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
|
12151
12151
|
})(TaxIntegrationType || {});
|
|
12152
12152
|
var ReportType = /* @__PURE__ */ ((ReportType2) => {
|
|
12153
12153
|
ReportType2["organization"] = "organization";
|
|
12154
|
+
ReportType2["activities"] = "activities";
|
|
12155
|
+
ReportType2["activity"] = "activity";
|
|
12156
|
+
ReportType2["surveys"] = "surveys";
|
|
12157
|
+
ReportType2["survey"] = "survey";
|
|
12158
|
+
ReportType2["events"] = "events";
|
|
12154
12159
|
ReportType2["event"] = "event";
|
|
12160
|
+
ReportType2["session"] = "session";
|
|
12155
12161
|
ReportType2["listing"] = "listing";
|
|
12162
|
+
ReportType2["bookings"] = "bookings";
|
|
12156
12163
|
ReportType2["booking"] = "booking";
|
|
12164
|
+
ReportType2["groups"] = "groups";
|
|
12157
12165
|
ReportType2["group"] = "group";
|
|
12166
|
+
ReportType2["channels"] = "channels";
|
|
12158
12167
|
ReportType2["channel"] = "channel";
|
|
12168
|
+
ReportType2["content"] = "content";
|
|
12169
|
+
ReportType2["threads"] = "threads";
|
|
12170
|
+
ReportType2["thread"] = "thread";
|
|
12171
|
+
ReportType2["accounts"] = "accounts";
|
|
12159
12172
|
ReportType2["account"] = "account";
|
|
12160
|
-
ReportType2["
|
|
12173
|
+
ReportType2["revenue"] = "revenue";
|
|
12161
12174
|
ReportType2["subscriptionProduct"] = "subscriptionProduct";
|
|
12162
|
-
ReportType2["session"] = "session";
|
|
12163
12175
|
return ReportType2;
|
|
12164
12176
|
})(ReportType || {});
|
|
12165
12177
|
var EventReportDateType = /* @__PURE__ */ ((EventReportDateType2) => {
|