@connectedxm/admin 3.2.1 → 3.2.2

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.js CHANGED
@@ -13076,11 +13076,6 @@ var AccountAccess = /* @__PURE__ */ ((AccountAccess2) => {
13076
13076
  AccountAccess2["BANNED"] = "BANNED";
13077
13077
  return AccountAccess2;
13078
13078
  })(AccountAccess || {});
13079
- var PushDeviceAppType = /* @__PURE__ */ ((PushDeviceAppType2) => {
13080
- PushDeviceAppType2["EVENTXM"] = "EVENTXM";
13081
- PushDeviceAppType2["COMMUNITYXM"] = "COMMUNITYXM";
13082
- return PushDeviceAppType2;
13083
- })(PushDeviceAppType || {});
13084
13079
  var PushService = /* @__PURE__ */ ((PushService2) => {
13085
13080
  PushService2["apn"] = "apn";
13086
13081
  PushService2["firebase"] = "firebase";
@@ -38232,7 +38227,6 @@ export {
38232
38227
  PaymentLineItemType,
38233
38228
  PaymentType,
38234
38229
  PurchaseStatus,
38235
- PushDeviceAppType,
38236
38230
  PushService,
38237
38231
  REPORTS_QUERY_KEY,
38238
38232
  REPORT_QUERY_KEY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",