You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/seam/connect/openapi.ts
+192Lines changed: 192 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55604,6 +55604,198 @@ export default {
55604
55604
'x-undocumented': 'Only used internally.',
55605
55605
},
55606
55606
},
55607
+
'/seam/customer/v1/spaces/list_reservations': {
55608
+
get: {
55609
+
description:
55610
+
'Returns a list of existing reservations for a specific space.\nIf issued_status is "issued", only reservations that have access methods issued will be returned.\nIf issued_status is "pending", only reservations that do not have access methods issued will be returned.\nIf issued_status is not provided, only reservations that do not have access methods issued will be returned.',
'x-undocumented': 'Internal endpoint for customer portals.',
55702
+
},
55703
+
post: {
55704
+
description:
55705
+
'Returns a list of existing reservations for a specific space.\nIf issued_status is "issued", only reservations that have access methods issued will be returned.\nIf issued_status is "pending", only reservations that do not have access methods issued will be returned.\nIf issued_status is not provided, only reservations that do not have access methods issued will be returned.',
0 commit comments