@connectedxm/admin 2.3.5 → 2.3.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 +14 -2
- package/dist/index.d.cts +31 -7
- package/dist/index.d.ts +31 -7
- 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) => {
|