@connectedxm/admin 2.10.1 → 2.10.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.cjs CHANGED
@@ -13842,7 +13842,7 @@ var GetEventSessionAccesses = async ({
13842
13842
  pageSize: pageSize || void 0,
13843
13843
  orderBy: orderBy || void 0,
13844
13844
  search: search || void 0,
13845
- purchaseStatus: purchaseStatus || void 0
13845
+ status: purchaseStatus || void 0
13846
13846
  }
13847
13847
  }
13848
13848
  );
package/dist/index.js CHANGED
@@ -10799,7 +10799,7 @@ var GetEventSessionAccesses = async ({
10799
10799
  pageSize: pageSize || void 0,
10800
10800
  orderBy: orderBy || void 0,
10801
10801
  search: search || void 0,
10802
- purchaseStatus: purchaseStatus || void 0
10802
+ status: purchaseStatus || void 0
10803
10803
  }
10804
10804
  }
10805
10805
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",