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
description: "Returns a list of bookings for an administration. [See the documentation](https://developers.bookingexperts.com/reference/administration-bookings-index)",
7
-
version: "0.0.4",
7
+
version: "0.0.5",
8
8
annotations: {
9
9
destructiveHint: false,
10
10
openWorldHint: true,
@@ -39,15 +39,28 @@ export default {
39
39
],
40
40
description: "Filter by channel",
41
41
},
42
-
reservationId: {
42
+
reservationIds: {
43
+
type: "string[]",
44
+
label: "Reservation IDs",
45
+
description: "Filter by reservation IDs",
43
46
propDefinition: [
44
47
bookingExperts,
45
48
"reservationId",
46
49
(c)=>({
47
50
administrationId: c.administrationId,
48
51
}),
49
52
],
50
-
description: "Filter by reservation",
53
+
},
54
+
createdAt: {
55
+
type: "string",
56
+
label: "Created At",
57
+
description: "Filter by created at (ISO 8601 format, e.g., `2024-01-01T00:00:00Z`)",
58
+
optional: true,
59
+
},
60
+
updatedAt: {
61
+
type: "string",
62
+
label: "Updated At",
63
+
description: "Filter by updated at (ISO 8601 format, e.g., `2024-01-01T00:00:00Z`)",
0 commit comments