tf-checkout-react 1.5.2 → 1.5.4
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/tf-checkout-react.cjs.development.js +3 -1
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +3 -1
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/waitingList/index.tsx +1 -1
- package/src/types/api/common.d.ts +7 -5
|
@@ -5999,7 +5999,9 @@ var WaitingList = function WaitingList(_ref) {
|
|
|
5999
5999
|
_context.prev = 0;
|
|
6000
6000
|
setLoading(true);
|
|
6001
6001
|
_context.next = 4;
|
|
6002
|
-
return addToWaitingList(eventId,
|
|
6002
|
+
return addToWaitingList(eventId, {
|
|
6003
|
+
attributes: values
|
|
6004
|
+
});
|
|
6003
6005
|
case 4:
|
|
6004
6006
|
response = _context.sent;
|
|
6005
6007
|
if (response.success) {
|