more-apartments-astro-integration 1.0.1

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.
@@ -0,0 +1,36 @@
1
+ {
2
+ "data": {
3
+ "days": {
4
+ "2024-03-01": {
5
+ "available": true,
6
+ "morning_available": true,
7
+ "date": "2024-03-01",
8
+ "day": 1
9
+ },
10
+ "2024-03-02": {
11
+ "available": true,
12
+ "morning_available": true,
13
+ "date": "2024-03-02",
14
+ "day": 2
15
+ },
16
+ "2024-03-03": {
17
+ "available": true,
18
+ "morning_available": false,
19
+ "date": "2024-03-03",
20
+ "day": 3
21
+ },
22
+ "2024-03-15": {
23
+ "available": false,
24
+ "morning_available": false,
25
+ "date": "2024-03-15",
26
+ "day": 15
27
+ },
28
+ "2024-03-16": {
29
+ "available": false,
30
+ "morning_available": false,
31
+ "date": "2024-03-16",
32
+ "day": 16
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "data": {
3
+ "id": "booking-123",
4
+ "property_id": 1,
5
+ "check_in": "2024-03-01",
6
+ "check_out": "2024-03-07",
7
+ "guests": 2,
8
+ "status": "confirmed",
9
+ "total_amount": 900,
10
+ "payment_status": "paid",
11
+ "confirmation_code": "CONF-ABC123",
12
+ "created_at": "2024-01-01T00:00:00.000Z",
13
+ "updated_at": "2024-01-01T00:00:00.000Z"
14
+ }
15
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "slug": "locations",
5
+ "name": "Locations",
6
+ "title": "Explore Holiday Rentals by Destination | BookMyPlace.com",
7
+ "description": "Find apartments and holiday homes in top cities like Amsterdam, Rome, Paris, Barcelona, and more. Book your perfect city stay.",
8
+ "content": "# Browse by Destination\n\nChoose your next city adventure from our curated selection of locations. Click on a city to see available properties."
9
+ }
10
+ ]
11
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "data": []
3
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "id": "cookies-policy",
5
+ "slug": "cookies-policy",
6
+ "title": "Cookies Policy",
7
+ "description": "On this website we use cookies. A cookie is a small text file that is saved on your computer by pages on this website. This text file is used by our webserver to remember information about your visit.",
8
+ "content": null,
9
+ "sections": [],
10
+ "seo": {
11
+ "title": "Cookies Policy",
12
+ "description": "On this website we use cookies. A cookie is a small text file that is saved on your computer by pages on this website. This text file is used by our webserver to remember information about your visit.",
13
+ "image": null
14
+ },
15
+ "route_name": "pages.cookies-policy"
16
+ },
17
+ {
18
+ "id": "privacy-policy",
19
+ "slug": "privacy-policy",
20
+ "title": "Privacy Policy",
21
+ "description": "Read our privacy policy. Feel free to contact us if you have any questions.",
22
+ "content": null,
23
+ "sections": [],
24
+ "seo": {
25
+ "title": "Privacy Policy",
26
+ "description": "Read our privacy policy. Feel free to contact us if you have any questions.",
27
+ "image": null
28
+ },
29
+ "route_name": "pages.privacy-policy"
30
+ },
31
+ {
32
+ "id": "terms-and-conditions",
33
+ "slug": "terms-and-conditions",
34
+ "title": "Terms and Conditions",
35
+ "description": "Read our terms and conditions. Feel free to contact us if you have any questions.",
36
+ "content": null,
37
+ "sections": [],
38
+ "seo": {
39
+ "title": "Terms and Conditions",
40
+ "description": "Read our terms and conditions. Feel free to contact us if you have any questions.",
41
+ "image": null
42
+ },
43
+ "route_name": "pages.terms-and-conditions"
44
+ }
45
+ ]
46
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "data": []
3
+ }