@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
10802
|
+
status: purchaseStatus || void 0
|
|
10803
10803
|
}
|
|
10804
10804
|
}
|
|
10805
10805
|
);
|