@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.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) => {
|