@justins-home/types 1.1.57 → 1.1.58

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.
Files changed (2) hide show
  1. package/generated/api-types.ts +1319 -294
  2. package/package.json +1 -1
@@ -39,6 +39,46 @@ export interface paths {
39
39
  patch?: never;
40
40
  trace?: never;
41
41
  };
42
+ "/api/v1/portal/admin/bookings/fetch-all": {
43
+ parameters: {
44
+ query?: never;
45
+ header?: never;
46
+ path?: never;
47
+ cookie?: never;
48
+ };
49
+ /**
50
+ * reservedBookingsAdmin
51
+ * @description Retrieve all reserved bookings for admin oversight.
52
+ */
53
+ get: operations["reservedBookingsAdmin"];
54
+ put?: never;
55
+ post?: never;
56
+ delete?: never;
57
+ options?: never;
58
+ head?: never;
59
+ patch?: never;
60
+ trace?: never;
61
+ };
62
+ "/api/v1/portal/admin/appointments/fetch-all": {
63
+ parameters: {
64
+ query?: never;
65
+ header?: never;
66
+ path?: never;
67
+ cookie?: never;
68
+ };
69
+ /**
70
+ * fetchAllAppointmentAdmin
71
+ * @description Retrieve all appointments for admin oversight.
72
+ */
73
+ get: operations["fetchAllAppointmentAdmin"];
74
+ put?: never;
75
+ post?: never;
76
+ delete?: never;
77
+ options?: never;
78
+ head?: never;
79
+ patch?: never;
80
+ trace?: never;
81
+ };
42
82
  "/api/v1/portal/admin/dashboard/stats": {
43
83
  parameters: {
44
84
  query?: never;
@@ -3655,6 +3695,26 @@ export interface paths {
3655
3695
  patch?: never;
3656
3696
  trace?: never;
3657
3697
  };
3698
+ "/api/v1/portal/landlord/bookings/fetch-all": {
3699
+ parameters: {
3700
+ query?: never;
3701
+ header?: never;
3702
+ path?: never;
3703
+ cookie?: never;
3704
+ };
3705
+ /**
3706
+ * reservedBookingsLandlord
3707
+ * @description Retrieve the authenticated landlord's reserved bookings.
3708
+ */
3709
+ get: operations["reservedBookingsLandlord"];
3710
+ put?: never;
3711
+ post?: never;
3712
+ delete?: never;
3713
+ options?: never;
3714
+ head?: never;
3715
+ patch?: never;
3716
+ trace?: never;
3717
+ };
3658
3718
  "/api/v1/portal/landlord/listing": {
3659
3719
  parameters: {
3660
3720
  query?: never;
@@ -5258,6 +5318,26 @@ export interface paths {
5258
5318
  patch?: never;
5259
5319
  trace?: never;
5260
5320
  };
5321
+ "/api/v1/portal/tenant/bookings/fetch-all": {
5322
+ parameters: {
5323
+ query?: never;
5324
+ header?: never;
5325
+ path?: never;
5326
+ cookie?: never;
5327
+ };
5328
+ /**
5329
+ * reservedBookingsTenants
5330
+ * @description Retrieve the authenticated tenant's reserved bookings.
5331
+ */
5332
+ get: operations["reservedBookingsTenants"];
5333
+ put?: never;
5334
+ post?: never;
5335
+ delete?: never;
5336
+ options?: never;
5337
+ head?: never;
5338
+ patch?: never;
5339
+ trace?: never;
5340
+ };
5261
5341
  "/api/v1/public/user/two-factor/send-otp": {
5262
5342
  parameters: {
5263
5343
  query?: never;
@@ -5681,7 +5761,7 @@ export interface operations {
5681
5761
  content: {
5682
5762
  "application/json": {
5683
5763
  data?: {
5684
- /** @example c40b32e6-95b9-467a-a04c-f403dc39ee72 */
5764
+ /** @example e842962f-a456-46f1-83e1-46d505103e6a */
5685
5765
  uid?: string;
5686
5766
  /** @example Ms. Audra Crooks II */
5687
5767
  username?: string;
@@ -5711,7 +5791,7 @@ export interface operations {
5711
5791
  timezone?: string;
5712
5792
  /** @example Customer */
5713
5793
  user_type?: string;
5714
- /** @example 29 Apr 2026, 11:53 PM */
5794
+ /** @example 30 Apr 2026, 05:15 AM */
5715
5795
  created?: string;
5716
5796
  /** @example 0 seconds ago */
5717
5797
  email_verified_at?: string;
@@ -5751,50 +5831,460 @@ export interface operations {
5751
5831
  state?: string;
5752
5832
  }[];
5753
5833
  };
5754
- /** @example null */
5755
- role?: string | null;
5756
- };
5757
- };
5758
- };
5759
- };
5760
- };
5761
- };
5762
- basicLoginAdmin: {
5763
- parameters: {
5764
- query?: never;
5765
- header?: never;
5766
- path?: never;
5767
- cookie?: never;
5768
- };
5769
- requestBody: {
5770
- content: {
5771
- "application/json": {
5772
- /** @example null */
5773
- email: string;
5774
- /** @example null */
5775
- password: string;
5776
- };
5777
- };
5778
- };
5779
- responses: {
5780
- /** @description Login admin with auth (email, password) */
5781
- 200: {
5782
- headers: {
5783
- [name: string]: unknown;
5784
- };
5785
- content: {
5786
- "application/json": {
5787
- /** @example Login admin with auth (email, password) */
5788
- message?: string;
5789
- /** @example null */
5790
- event?: string | null;
5791
- data?: {
5792
- /** @example null */
5793
- access_token?: string | null;
5794
- /** @example Bearer */
5795
- token_type?: string;
5796
- /** @example null */
5797
- expires_at?: string | null;
5834
+ /** @example null */
5835
+ role?: string | null;
5836
+ };
5837
+ };
5838
+ };
5839
+ };
5840
+ };
5841
+ };
5842
+ basicLoginAdmin: {
5843
+ parameters: {
5844
+ query?: never;
5845
+ header?: never;
5846
+ path?: never;
5847
+ cookie?: never;
5848
+ };
5849
+ requestBody: {
5850
+ content: {
5851
+ "application/json": {
5852
+ /** @example null */
5853
+ email: string;
5854
+ /** @example null */
5855
+ password: string;
5856
+ };
5857
+ };
5858
+ };
5859
+ responses: {
5860
+ /** @description Login admin with auth (email, password) */
5861
+ 200: {
5862
+ headers: {
5863
+ [name: string]: unknown;
5864
+ };
5865
+ content: {
5866
+ "application/json": {
5867
+ /** @example Login admin with auth (email, password) */
5868
+ message?: string;
5869
+ /** @example null */
5870
+ event?: string | null;
5871
+ data?: {
5872
+ /** @example null */
5873
+ access_token?: string | null;
5874
+ /** @example Bearer */
5875
+ token_type?: string;
5876
+ /** @example null */
5877
+ expires_at?: string | null;
5878
+ };
5879
+ };
5880
+ };
5881
+ };
5882
+ };
5883
+ };
5884
+ reservedBookingsAdmin: {
5885
+ parameters: {
5886
+ query?: {
5887
+ /** @description Number of bookings per page. */
5888
+ per_page?: number;
5889
+ };
5890
+ header?: never;
5891
+ path?: never;
5892
+ cookie?: never;
5893
+ };
5894
+ requestBody?: {
5895
+ content: {
5896
+ "application/json": {
5897
+ /**
5898
+ * @description Must be at least 1. Must not be greater than 100.
5899
+ * @example 1
5900
+ */
5901
+ per_page?: number | null;
5902
+ };
5903
+ };
5904
+ };
5905
+ responses: {
5906
+ /** @description Retrieve all reserved bookings for admin oversight */
5907
+ 200: {
5908
+ headers: {
5909
+ [name: string]: unknown;
5910
+ };
5911
+ content: {
5912
+ "application/json": {
5913
+ /** @example Reserved bookings fetched successfully */
5914
+ message?: string;
5915
+ /** @example null */
5916
+ event?: string | null;
5917
+ data?: {
5918
+ /**
5919
+ * @example [
5920
+ * {
5921
+ * "id": 12,
5922
+ * "listing": {
5923
+ * "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
5924
+ * "cover": {
5925
+ * "uid": "lm_34fda1",
5926
+ * "media_type": "image/jpeg",
5927
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
5928
+ * "order_index": 0,
5929
+ * "is_cover": true
5930
+ * },
5931
+ * "details": {
5932
+ * "address": "24 Windsor Court, London, SW1",
5933
+ * "title": "24 Windsor Court",
5934
+ * "type": "Rent"
5935
+ * }
5936
+ * },
5937
+ * "guest": {
5938
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
5939
+ * "name": "Dominic Thomas",
5940
+ * "email": "tenant3@justinshome.test",
5941
+ * "avatar_path": null
5942
+ * },
5943
+ * "host": {
5944
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
5945
+ * "name": "Alice Taylor",
5946
+ * "email": "alice@example.com",
5947
+ * "avatar_path": null
5948
+ * },
5949
+ * "nights": 3,
5950
+ * "status": "pending",
5951
+ * "total_price": "450.00"
5952
+ * }
5953
+ * ]
5954
+ */
5955
+ items?: {
5956
+ /** @example 12 */
5957
+ id?: number;
5958
+ listing?: {
5959
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
5960
+ listing_uid?: string;
5961
+ cover?: {
5962
+ /** @example lm_34fda1 */
5963
+ uid?: string;
5964
+ /** @example image/jpeg */
5965
+ media_type?: string;
5966
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
5967
+ storage_path?: string;
5968
+ /** @example 0 */
5969
+ order_index?: number;
5970
+ /** @example true */
5971
+ is_cover?: boolean;
5972
+ };
5973
+ details?: {
5974
+ /** @example 24 Windsor Court, London, SW1 */
5975
+ address?: string;
5976
+ /** @example 24 Windsor Court */
5977
+ title?: string;
5978
+ /** @example Rent */
5979
+ type?: string;
5980
+ };
5981
+ };
5982
+ guest?: {
5983
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
5984
+ uid?: string;
5985
+ /** @example Dominic Thomas */
5986
+ name?: string;
5987
+ /** @example tenant3@justinshome.test */
5988
+ email?: string;
5989
+ /** @example null */
5990
+ avatar_path?: string | null;
5991
+ };
5992
+ host?: {
5993
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
5994
+ uid?: string;
5995
+ /** @example Alice Taylor */
5996
+ name?: string;
5997
+ /** @example alice@example.com */
5998
+ email?: string;
5999
+ /** @example null */
6000
+ avatar_path?: string | null;
6001
+ };
6002
+ /** @example 3 */
6003
+ nights?: number;
6004
+ /** @example pending */
6005
+ status?: string;
6006
+ /** @example 450.00 */
6007
+ total_price?: string;
6008
+ }[];
6009
+ pagination?: {
6010
+ /** @example 1 */
6011
+ current_page?: number;
6012
+ /** @example 15 */
6013
+ per_page?: number;
6014
+ /** @example 1 */
6015
+ total?: number;
6016
+ /** @example 1 */
6017
+ last_page?: number;
6018
+ /** @example 1 */
6019
+ from?: number;
6020
+ /** @example 1 */
6021
+ to?: number;
6022
+ };
6023
+ };
6024
+ };
6025
+ };
6026
+ };
6027
+ };
6028
+ };
6029
+ fetchAllAppointmentAdmin: {
6030
+ parameters: {
6031
+ query?: {
6032
+ /** @description Number of appointments per page. */
6033
+ per_page?: number;
6034
+ /** @description Page number. */
6035
+ page?: number;
6036
+ };
6037
+ header?: never;
6038
+ path?: never;
6039
+ cookie?: never;
6040
+ };
6041
+ requestBody?: never;
6042
+ responses: {
6043
+ /** @description Retrieve all appointments for admin oversight */
6044
+ 200: {
6045
+ headers: {
6046
+ [name: string]: unknown;
6047
+ };
6048
+ content: {
6049
+ "application/json": {
6050
+ /** @example Appointments retrieve successfully */
6051
+ message?: string;
6052
+ /** @example null */
6053
+ event?: string | null;
6054
+ data?: {
6055
+ /**
6056
+ * @example [
6057
+ * {
6058
+ * "id": 12,
6059
+ * "listing_id": 32,
6060
+ * "listing": {
6061
+ * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
6062
+ * "sku": "LST-PRP-LTR-260405-A1B2",
6063
+ * "details": {
6064
+ * "address": "24 Windsor Court, London, SW1",
6065
+ * "title": "24 Windsor Court",
6066
+ * "type": "Rent"
6067
+ * },
6068
+ * "owner": {
6069
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
6070
+ * "name": "Alice Taylor",
6071
+ * "phone": "+2348012345678",
6072
+ * "email": "alice@example.com",
6073
+ * "avatar": null,
6074
+ * "plan": null
6075
+ * },
6076
+ * "created_by": {
6077
+ * "uid": "b4afc948-66b3-415c-8287-b5f1a0728e22",
6078
+ * "name": "System Admin",
6079
+ * "phone": null,
6080
+ * "email": "admin@example.com",
6081
+ * "avatar": null,
6082
+ * "plan": null
6083
+ * },
6084
+ * "state": "published",
6085
+ * "published_at": "2026-04-25T10:00:00Z",
6086
+ * "published_since": "2 days ago",
6087
+ * "is_visible": true,
6088
+ * "summary": {
6089
+ * "property_type": "residential",
6090
+ * "bedrooms": 2,
6091
+ * "bathrooms": 1,
6092
+ * "size": "85 sqm",
6093
+ * "availability": "available"
6094
+ * },
6095
+ * "workflow": {
6096
+ * "current_step": "media",
6097
+ * "can_submit": true,
6098
+ * "missing_requirements": [],
6099
+ * "next_step": "publish",
6100
+ * "progress": {
6101
+ * "completed": 8,
6102
+ * "total": 8,
6103
+ * "percentage": 100
6104
+ * }
6105
+ * },
6106
+ * "media": {
6107
+ * "gallery": [
6108
+ * {
6109
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
6110
+ * "media_type": "image/jpeg",
6111
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
6112
+ * "order_index": 0,
6113
+ * "is_cover": true
6114
+ * }
6115
+ * ],
6116
+ * "cover": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
6117
+ * "count": 1
6118
+ * }
6119
+ * },
6120
+ * "status": "pending",
6121
+ * "scheduled": {
6122
+ * "start": "2026-05-01T09:00:00Z",
6123
+ * "end": "2026-05-01T10:00:00Z"
6124
+ * },
6125
+ * "customer": {
6126
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
6127
+ * "name": "Dominic Thomas"
6128
+ * },
6129
+ * "landlord": {
6130
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
6131
+ * "name": "Alice Taylor"
6132
+ * },
6133
+ * "created_at": "2026-04-30T00:00:00Z"
6134
+ * }
6135
+ * ]
6136
+ */
6137
+ items?: {
6138
+ /** @example 12 */
6139
+ id?: number;
6140
+ /** @example 32 */
6141
+ listing_id?: number;
6142
+ listing?: {
6143
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
6144
+ uid?: string;
6145
+ /** @example LST-PRP-LTR-260405-A1B2 */
6146
+ sku?: string;
6147
+ details?: {
6148
+ /** @example 24 Windsor Court, London, SW1 */
6149
+ address?: string;
6150
+ /** @example 24 Windsor Court */
6151
+ title?: string;
6152
+ /** @example Rent */
6153
+ type?: string;
6154
+ };
6155
+ owner?: {
6156
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
6157
+ uid?: string;
6158
+ /** @example Alice Taylor */
6159
+ name?: string;
6160
+ /** @example +2348012345678 */
6161
+ phone?: string;
6162
+ /** @example alice@example.com */
6163
+ email?: string;
6164
+ /** @example null */
6165
+ avatar?: string | null;
6166
+ /** @example null */
6167
+ plan?: string | null;
6168
+ };
6169
+ created_by?: {
6170
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
6171
+ uid?: string;
6172
+ /** @example System Admin */
6173
+ name?: string;
6174
+ /** @example null */
6175
+ phone?: string | null;
6176
+ /** @example admin@example.com */
6177
+ email?: string;
6178
+ /** @example null */
6179
+ avatar?: string | null;
6180
+ /** @example null */
6181
+ plan?: string | null;
6182
+ };
6183
+ /** @example published */
6184
+ state?: string;
6185
+ /** @example 2026-04-25T10:00:00Z */
6186
+ published_at?: string;
6187
+ /** @example 2 days ago */
6188
+ published_since?: string;
6189
+ /** @example true */
6190
+ is_visible?: boolean;
6191
+ summary?: {
6192
+ /** @example residential */
6193
+ property_type?: string;
6194
+ /** @example 2 */
6195
+ bedrooms?: number;
6196
+ /** @example 1 */
6197
+ bathrooms?: number;
6198
+ /** @example 85 sqm */
6199
+ size?: string;
6200
+ /** @example available */
6201
+ availability?: string;
6202
+ };
6203
+ workflow?: {
6204
+ /** @example media */
6205
+ current_step?: string;
6206
+ /** @example true */
6207
+ can_submit?: boolean;
6208
+ /** @example [] */
6209
+ missing_requirements?: unknown[];
6210
+ /** @example publish */
6211
+ next_step?: string;
6212
+ progress?: {
6213
+ /** @example 8 */
6214
+ completed?: number;
6215
+ /** @example 8 */
6216
+ total?: number;
6217
+ /** @example 100 */
6218
+ percentage?: number;
6219
+ };
6220
+ };
6221
+ media?: {
6222
+ /**
6223
+ * @example [
6224
+ * {
6225
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
6226
+ * "media_type": "image/jpeg",
6227
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
6228
+ * "order_index": 0,
6229
+ * "is_cover": true
6230
+ * }
6231
+ * ]
6232
+ */
6233
+ gallery?: {
6234
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
6235
+ uid?: string;
6236
+ /** @example image/jpeg */
6237
+ media_type?: string;
6238
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
6239
+ storage_path?: string;
6240
+ /** @example 0 */
6241
+ order_index?: number;
6242
+ /** @example true */
6243
+ is_cover?: boolean;
6244
+ }[];
6245
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
6246
+ cover?: string;
6247
+ /** @example 1 */
6248
+ count?: number;
6249
+ };
6250
+ };
6251
+ /** @example pending */
6252
+ status?: string;
6253
+ scheduled?: {
6254
+ /** @example 2026-05-01T09:00:00Z */
6255
+ start?: string;
6256
+ /** @example 2026-05-01T10:00:00Z */
6257
+ end?: string;
6258
+ };
6259
+ customer?: {
6260
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
6261
+ uid?: string;
6262
+ /** @example Dominic Thomas */
6263
+ name?: string;
6264
+ };
6265
+ landlord?: {
6266
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
6267
+ uid?: string;
6268
+ /** @example Alice Taylor */
6269
+ name?: string;
6270
+ };
6271
+ /** @example 2026-04-30T00:00:00Z */
6272
+ created_at?: string;
6273
+ }[];
6274
+ pagination?: {
6275
+ /** @example 1 */
6276
+ current_page?: number;
6277
+ /** @example 15 */
6278
+ per_page?: number;
6279
+ /** @example 1 */
6280
+ total?: number;
6281
+ /** @example 1 */
6282
+ last_page?: number;
6283
+ /** @example 1 */
6284
+ from?: number;
6285
+ /** @example 1 */
6286
+ to?: number;
6287
+ };
5798
6288
  };
5799
6289
  };
5800
6290
  };
@@ -6239,7 +6729,7 @@ export interface operations {
6239
6729
  content: {
6240
6730
  "application/json": {
6241
6731
  data?: {
6242
- /** @example b37326e0-2612-4fd9-82b2-d2dd1bc709bd */
6732
+ /** @example 26c7ddac-8201-4c59-b93c-8e11a59f2e6c */
6243
6733
  uid?: string;
6244
6734
  /** @example Ms. Audra Crooks II */
6245
6735
  username?: string;
@@ -6269,7 +6759,7 @@ export interface operations {
6269
6759
  timezone?: string;
6270
6760
  /** @example Customer */
6271
6761
  user_type?: string;
6272
- /** @example 29 Apr 2026, 11:53 PM */
6762
+ /** @example 30 Apr 2026, 05:15 AM */
6273
6763
  created?: string;
6274
6764
  /** @example 0 seconds ago */
6275
6765
  email_verified_at?: string;
@@ -6659,11 +7149,11 @@ export interface operations {
6659
7149
  content: {
6660
7150
  "application/json": {
6661
7151
  data?: {
6662
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
7152
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
6663
7153
  draft_name?: string;
6664
- /** @example LST-PRP-LTR-MOKPNRIYNCY */
7154
+ /** @example LST-PRP-LTR-MOL16FLL7N4 */
6665
7155
  sku?: string;
6666
- /** @example a14f9a66-e70a-4b28-89f6-056a5f95a43a */
7156
+ /** @example a9227367-a7b5-4fd8-80c3-68d843ce7dc8 */
6667
7157
  uid?: string;
6668
7158
  /** @example Rent */
6669
7159
  listing_type?: string;
@@ -8075,7 +8565,7 @@ export interface operations {
8075
8565
  content: {
8076
8566
  "application/json": {
8077
8567
  /**
8078
- * @example Suspended
8568
+ * @example Pending
8079
8569
  * @enum {string}
8080
8570
  */
8081
8571
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -8090,7 +8580,7 @@ export interface operations {
8090
8580
  content: {
8091
8581
  "application/json": {
8092
8582
  data?: {
8093
- /** @example 4ae37b38-5e5e-4cce-aebf-5d31a5e1b49f */
8583
+ /** @example 08060b78-ef2d-4965-b265-9df93e8d4a05 */
8094
8584
  uid?: string;
8095
8585
  /** @example Morgan Hirthe */
8096
8586
  username?: string;
@@ -8120,7 +8610,7 @@ export interface operations {
8120
8610
  timezone?: string;
8121
8611
  /** @example Customer */
8122
8612
  user_type?: string;
8123
- /** @example 29 Apr 2026, 11:53 PM */
8613
+ /** @example 30 Apr 2026, 05:15 AM */
8124
8614
  created?: string;
8125
8615
  /** @example 0 seconds ago */
8126
8616
  email_verified_at?: string;
@@ -8829,11 +9319,11 @@ export interface operations {
8829
9319
  content: {
8830
9320
  "application/json": {
8831
9321
  data?: {
8832
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
9322
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
8833
9323
  draft_name?: string;
8834
- /** @example LST-PRP-LTR-MOKPNRMCEGZ */
9324
+ /** @example LST-PRP-LTR-MOL16FOS6NF */
8835
9325
  sku?: string;
8836
- /** @example d472a841-d2de-4a44-9a39-2364a07d3cca */
9326
+ /** @example 32b9c6af-44db-4ac5-b7fa-9eadcb0aea36 */
8837
9327
  uid?: string;
8838
9328
  /** @example Rent */
8839
9329
  listing_type?: string;
@@ -9273,7 +9763,7 @@ export interface operations {
9273
9763
  content: {
9274
9764
  "application/json": {
9275
9765
  data?: {
9276
- /** @example 03772084-873f-4124-b5ce-6a90542be913 */
9766
+ /** @example 4e9e4d0c-bfec-4613-9166-07f34d57028f */
9277
9767
  uid?: string;
9278
9768
  /** @example photo */
9279
9769
  media_type?: string;
@@ -9580,9 +10070,9 @@ export interface operations {
9580
10070
  /**
9581
10071
  * @example [
9582
10072
  * {
9583
- * "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 11:53 PM",
9584
- * "sku": "LST-UIT-SAL-MOKPNRO6NMT",
9585
- * "uid": "a611677b-2864-4bca-85a0-de42d743faef",
10073
+ * "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 5:15 AM",
10074
+ * "sku": "LST-UIT-SAL-MOL16FQ8HSP",
10075
+ * "uid": "4eb6e1c5-c65b-43ba-b66d-01372118d019",
9586
10076
  * "listing_type": "Sale",
9587
10077
  * "vertical": "Used Item",
9588
10078
  * "arrangement_type": null,
@@ -9597,30 +10087,32 @@ export interface operations {
9597
10087
  * "media": []
9598
10088
  * },
9599
10089
  * {
9600
- * "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 11:53 PM",
9601
- * "sku": "LST-UIT-SAL-MOKPNROABWX",
9602
- * "uid": "1b37cfc3-3660-4ba9-bf96-6fd7ea3ffda1",
10090
+ * "draft_name": "New For Sale Property draft • 30 Apr 2026, 5:15 AM",
10091
+ * "sku": "LST-PRP-SAL-MOL16FQAQ2H",
10092
+ * "uid": "597092f5-f09a-4736-853d-49a79ceff657",
9603
10093
  * "listing_type": "Sale",
9604
- * "vertical": "Used Item",
9605
- * "arrangement_type": null,
9606
- * "arrangement_type_label": null,
10094
+ * "vertical": "Property",
10095
+ * "arrangement_type": "standard_residential",
10096
+ * "arrangement_type_label": "Standard Residential",
9607
10097
  * "price": null,
9608
10098
  * "state": "draft",
9609
10099
  * "published_at": null,
9610
10100
  * "published_since": null,
9611
10101
  * "is_visible": false,
9612
- * "summary": [],
10102
+ * "summary": {
10103
+ * "availability": null
10104
+ * },
9613
10105
  * "workflow": [],
9614
10106
  * "media": []
9615
10107
  * }
9616
10108
  * ]
9617
10109
  */
9618
10110
  data?: {
9619
- /** @example New For Sale Used Item draft • 29 Apr 2026, 11:53 PM */
10111
+ /** @example New For Sale Used Item draft • 30 Apr 2026, 5:15 AM */
9620
10112
  draft_name?: string;
9621
- /** @example LST-UIT-SAL-MOKPNRO6NMT */
10113
+ /** @example LST-UIT-SAL-MOL16FQ8HSP */
9622
10114
  sku?: string;
9623
- /** @example a611677b-2864-4bca-85a0-de42d743faef */
10115
+ /** @example 4eb6e1c5-c65b-43ba-b66d-01372118d019 */
9624
10116
  uid?: string;
9625
10117
  /** @example Sale */
9626
10118
  listing_type?: string;
@@ -9813,11 +10305,11 @@ export interface operations {
9813
10305
  content: {
9814
10306
  "application/json": {
9815
10307
  data?: {
9816
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
10308
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
9817
10309
  draft_name?: string;
9818
- /** @example LST-PRP-LTR-MOKPNROKVUZ */
10310
+ /** @example LST-PRP-LTR-MOL16FQJFLK */
9819
10311
  sku?: string;
9820
- /** @example 73500534-2c77-43d0-9b23-1ec12c02d9ca */
10312
+ /** @example 44bb6532-64db-4361-8918-1d26a7b1a523 */
9821
10313
  uid?: string;
9822
10314
  /** @example Rent */
9823
10315
  listing_type?: string;
@@ -9880,11 +10372,11 @@ export interface operations {
9880
10372
  content: {
9881
10373
  "application/json": {
9882
10374
  data?: {
9883
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
10375
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
9884
10376
  draft_name?: string;
9885
- /** @example LST-PRP-LTR-MOKPNROROJS */
10377
+ /** @example LST-PRP-LTR-MOL16FQOMGH */
9886
10378
  sku?: string;
9887
- /** @example b97ed528-9210-4b05-9161-cf1643b609a7 */
10379
+ /** @example c89189b1-c907-41a1-833e-3a9015f12839 */
9888
10380
  uid?: string;
9889
10381
  /** @example Rent */
9890
10382
  listing_type?: string;
@@ -9937,11 +10429,11 @@ export interface operations {
9937
10429
  content: {
9938
10430
  "application/json": {
9939
10431
  data?: {
9940
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
10432
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
9941
10433
  draft_name?: string;
9942
- /** @example LST-PRP-LTR-MOKPNROYGYB */
10434
+ /** @example LST-PRP-LTR-MOL16FQUH0F */
9943
10435
  sku?: string;
9944
- /** @example 823944a0-05e0-41cf-a0c2-b23337bd5e7a */
10436
+ /** @example f1abfcf4-3b57-40d6-8bb4-e241e502690f */
9945
10437
  uid?: string;
9946
10438
  /** @example Rent */
9947
10439
  listing_type?: string;
@@ -9994,11 +10486,11 @@ export interface operations {
9994
10486
  content: {
9995
10487
  "application/json": {
9996
10488
  data?: {
9997
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
10489
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
9998
10490
  draft_name?: string;
9999
- /** @example LST-PRP-LTR-MOKPNRP46XQ */
10491
+ /** @example LST-PRP-LTR-MOL16FQZCN6 */
10000
10492
  sku?: string;
10001
- /** @example dff7716b-9434-4c98-8e61-5acb543cdb12 */
10493
+ /** @example 6c00f00b-d438-4699-942b-5869d61f3a0a */
10002
10494
  uid?: string;
10003
10495
  /** @example Rent */
10004
10496
  listing_type?: string;
@@ -10192,7 +10684,7 @@ export interface operations {
10192
10684
  content: {
10193
10685
  "application/json": {
10194
10686
  data?: {
10195
- /** @example 238 */
10687
+ /** @example 250 */
10196
10688
  id?: number;
10197
10689
  /** @example 1 */
10198
10690
  category_id?: number;
@@ -10266,7 +10758,7 @@ export interface operations {
10266
10758
  content: {
10267
10759
  "application/json": {
10268
10760
  data?: {
10269
- /** @example 239 */
10761
+ /** @example 251 */
10270
10762
  id?: number;
10271
10763
  /** @example 1 */
10272
10764
  category_id?: number;
@@ -10305,7 +10797,7 @@ export interface operations {
10305
10797
  content: {
10306
10798
  "application/json": {
10307
10799
  data?: {
10308
- /** @example 240 */
10800
+ /** @example 252 */
10309
10801
  id?: number;
10310
10802
  /** @example 1 */
10311
10803
  category_id?: number;
@@ -10343,7 +10835,7 @@ export interface operations {
10343
10835
  /**
10344
10836
  * @example [
10345
10837
  * {
10346
- * "id": 340,
10838
+ * "id": 360,
10347
10839
  * "name": "Exterior",
10348
10840
  * "description": "For Exterior categories",
10349
10841
  * "display_order": 1,
@@ -10353,7 +10845,7 @@ export interface operations {
10353
10845
  * "is_active": true
10354
10846
  * },
10355
10847
  * {
10356
- * "id": 341,
10848
+ * "id": 361,
10357
10849
  * "name": "Exterior",
10358
10850
  * "description": "For Exterior categories",
10359
10851
  * "display_order": 1,
@@ -10365,7 +10857,7 @@ export interface operations {
10365
10857
  * ]
10366
10858
  */
10367
10859
  data?: {
10368
- /** @example 340 */
10860
+ /** @example 360 */
10369
10861
  id?: number;
10370
10862
  /** @example Exterior */
10371
10863
  name?: string;
@@ -10429,7 +10921,7 @@ export interface operations {
10429
10921
  content: {
10430
10922
  "application/json": {
10431
10923
  data?: {
10432
- /** @example 342 */
10924
+ /** @example 362 */
10433
10925
  id?: number;
10434
10926
  /** @example Exterior */
10435
10927
  name?: string;
@@ -10496,7 +10988,7 @@ export interface operations {
10496
10988
  content: {
10497
10989
  "application/json": {
10498
10990
  data?: {
10499
- /** @example 343 */
10991
+ /** @example 363 */
10500
10992
  id?: number;
10501
10993
  /** @example Exterior */
10502
10994
  name?: string;
@@ -10537,7 +11029,7 @@ export interface operations {
10537
11029
  content: {
10538
11030
  "application/json": {
10539
11031
  data?: {
10540
- /** @example 344 */
11032
+ /** @example 364 */
10541
11033
  id?: number;
10542
11034
  /** @example Exterior */
10543
11035
  name?: string;
@@ -10800,7 +11292,7 @@ export interface operations {
10800
11292
  content: {
10801
11293
  "application/json": {
10802
11294
  data?: {
10803
- /** @example 147 */
11295
+ /** @example 155 */
10804
11296
  id?: number;
10805
11297
  /** @example email_fa_0 */
10806
11298
  key?: string;
@@ -10814,9 +11306,9 @@ export interface operations {
10814
11306
  metadata_schema?: unknown[];
10815
11307
  /** @example true */
10816
11308
  is_active?: boolean;
10817
- /** @example 2026-04-29T23:53:29.000000Z */
11309
+ /** @example 2026-04-30T05:15:55.000000Z */
10818
11310
  created_at?: string;
10819
- /** @example 2026-04-29T23:53:29.000000Z */
11311
+ /** @example 2026-04-30T05:15:55.000000Z */
10820
11312
  updated_at?: string;
10821
11313
  };
10822
11314
  };
@@ -10876,7 +11368,7 @@ export interface operations {
10876
11368
  content: {
10877
11369
  "application/json": {
10878
11370
  data?: {
10879
- /** @example 148 */
11371
+ /** @example 156 */
10880
11372
  id?: number;
10881
11373
  /** @example email_fa_0 */
10882
11374
  key?: string;
@@ -10890,9 +11382,9 @@ export interface operations {
10890
11382
  metadata_schema?: unknown[];
10891
11383
  /** @example true */
10892
11384
  is_active?: boolean;
10893
- /** @example 2026-04-29T23:53:29.000000Z */
11385
+ /** @example 2026-04-30T05:15:55.000000Z */
10894
11386
  created_at?: string;
10895
- /** @example 2026-04-29T23:53:29.000000Z */
11387
+ /** @example 2026-04-30T05:15:55.000000Z */
10896
11388
  updated_at?: string;
10897
11389
  };
10898
11390
  };
@@ -12158,25 +12650,25 @@ export interface operations {
12158
12650
  /**
12159
12651
  * @example [
12160
12652
  * {
12161
- * "key": "laborum",
12162
- * "name": "delectus",
12163
- * "description": "Sed aliquam asperiores occaecati rerum tempore modi.",
12653
+ * "key": "reiciendis",
12654
+ * "name": "quas",
12655
+ * "description": "Omnis cum deleniti aut voluptatum.",
12164
12656
  * "value_type": "string"
12165
12657
  * },
12166
12658
  * {
12167
- * "key": "qui",
12168
- * "name": "voluptates",
12169
- * "description": "Eos hic dolore quod molestiae et itaque provident.",
12659
+ * "key": "voluptatem",
12660
+ * "name": "cupiditate",
12661
+ * "description": "Dolor illum rerum rerum occaecati necessitatibus.",
12170
12662
  * "value_type": "string"
12171
12663
  * }
12172
12664
  * ]
12173
12665
  */
12174
12666
  data?: {
12175
- /** @example laborum */
12667
+ /** @example reiciendis */
12176
12668
  key?: string;
12177
- /** @example delectus */
12669
+ /** @example quas */
12178
12670
  name?: string;
12179
- /** @example Sed aliquam asperiores occaecati rerum tempore modi. */
12671
+ /** @example Omnis cum deleniti aut voluptatum. */
12180
12672
  description?: string;
12181
12673
  /** @example string */
12182
12674
  value_type?: string;
@@ -13418,13 +13910,13 @@ export interface operations {
13418
13910
  };
13419
13911
  } | {
13420
13912
  data?: {
13421
- /** @example 168e9059-ec46-4122-ba3b-09eef8b601ae */
13913
+ /** @example f324b6eb-bea7-4747-b83b-e1e8f71d24f8 */
13422
13914
  uid?: string;
13423
13915
  /** @example follow_up */
13424
13916
  inspection_type?: string;
13425
13917
  /** @example cancelled */
13426
13918
  status?: string;
13427
- /** @example 05 May 2026, 01:51 PM */
13919
+ /** @example 05 May 2026, 07:14 PM */
13428
13920
  scheduled_date?: string;
13429
13921
  /** @example null */
13430
13922
  completed_date?: string | null;
@@ -13432,11 +13924,11 @@ export interface operations {
13432
13924
  condition_rating?: string;
13433
13925
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13434
13926
  summary?: string;
13435
- /** @example 28 Jun 2026, 10:40 AM */
13927
+ /** @example 28 Jun 2026, 04:02 PM */
13436
13928
  next_inspection_date?: string;
13437
- /** @example 29 Apr 2026, 11:53 PM */
13929
+ /** @example 30 Apr 2026, 05:15 AM */
13438
13930
  created_at?: string;
13439
- /** @example 29 Apr 2026, 11:53 PM */
13931
+ /** @example 30 Apr 2026, 05:15 AM */
13440
13932
  updated_at?: string;
13441
13933
  };
13442
13934
  };
@@ -13491,13 +13983,13 @@ export interface operations {
13491
13983
  content: {
13492
13984
  "application/json": {
13493
13985
  data?: {
13494
- /** @example c5655315-ba28-4a09-9adb-720ca8dbe954 */
13986
+ /** @example d80a0f16-da27-4b61-9a64-87354e2651f8 */
13495
13987
  uid?: string;
13496
13988
  /** @example follow_up */
13497
13989
  inspection_type?: string;
13498
13990
  /** @example cancelled */
13499
13991
  status?: string;
13500
- /** @example 05 May 2026, 01:51 PM */
13992
+ /** @example 05 May 2026, 07:14 PM */
13501
13993
  scheduled_date?: string;
13502
13994
  /** @example null */
13503
13995
  completed_date?: string | null;
@@ -13505,11 +13997,11 @@ export interface operations {
13505
13997
  condition_rating?: string;
13506
13998
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13507
13999
  summary?: string;
13508
- /** @example 28 Jun 2026, 10:40 AM */
14000
+ /** @example 28 Jun 2026, 04:02 PM */
13509
14001
  next_inspection_date?: string;
13510
- /** @example 29 Apr 2026, 11:53 PM */
14002
+ /** @example 30 Apr 2026, 05:15 AM */
13511
14003
  created_at?: string;
13512
- /** @example 29 Apr 2026, 11:53 PM */
14004
+ /** @example 30 Apr 2026, 05:15 AM */
13513
14005
  updated_at?: string;
13514
14006
  };
13515
14007
  };
@@ -13604,13 +14096,13 @@ export interface operations {
13604
14096
  content: {
13605
14097
  "application/json": {
13606
14098
  data?: {
13607
- /** @example 71062728-301c-4210-b2f3-9645b7119e98 */
14099
+ /** @example cecb73b7-2cf0-48dc-9278-d1928c85eb80 */
13608
14100
  uid?: string;
13609
14101
  /** @example follow_up */
13610
14102
  inspection_type?: string;
13611
14103
  /** @example cancelled */
13612
14104
  status?: string;
13613
- /** @example 23 Apr 2026, 11:18 AM */
14105
+ /** @example 23 Apr 2026, 04:40 PM */
13614
14106
  scheduled_date?: string;
13615
14107
  /** @example null */
13616
14108
  completed_date?: string | null;
@@ -13618,11 +14110,11 @@ export interface operations {
13618
14110
  condition_rating?: string;
13619
14111
  /** @example Et animi quos velit et fugiat. */
13620
14112
  summary?: string;
13621
- /** @example 01 Aug 2026, 07:12 PM */
14113
+ /** @example 02 Aug 2026, 12:34 AM */
13622
14114
  next_inspection_date?: string;
13623
- /** @example 29 Apr 2026, 11:53 PM */
14115
+ /** @example 30 Apr 2026, 05:15 AM */
13624
14116
  created_at?: string;
13625
- /** @example 29 Apr 2026, 11:53 PM */
14117
+ /** @example 30 Apr 2026, 05:15 AM */
13626
14118
  updated_at?: string;
13627
14119
  };
13628
14120
  };
@@ -13659,13 +14151,13 @@ export interface operations {
13659
14151
  content: {
13660
14152
  "application/json": {
13661
14153
  data?: {
13662
- /** @example 30f1d96e-51b4-4c0a-b459-59540d0c0fd9 */
14154
+ /** @example 7a403a9e-852d-4cc1-b2dc-fc71ad212df3 */
13663
14155
  uid?: string;
13664
14156
  /** @example follow_up */
13665
14157
  inspection_type?: string;
13666
14158
  /** @example cancelled */
13667
14159
  status?: string;
13668
- /** @example 05 May 2026, 01:51 PM */
14160
+ /** @example 05 May 2026, 07:14 PM */
13669
14161
  scheduled_date?: string;
13670
14162
  /** @example null */
13671
14163
  completed_date?: string | null;
@@ -13673,11 +14165,11 @@ export interface operations {
13673
14165
  condition_rating?: string;
13674
14166
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13675
14167
  summary?: string;
13676
- /** @example 28 Jun 2026, 10:40 AM */
14168
+ /** @example 28 Jun 2026, 04:02 PM */
13677
14169
  next_inspection_date?: string;
13678
- /** @example 29 Apr 2026, 11:53 PM */
14170
+ /** @example 30 Apr 2026, 05:15 AM */
13679
14171
  created_at?: string;
13680
- /** @example 29 Apr 2026, 11:53 PM */
14172
+ /** @example 30 Apr 2026, 05:15 AM */
13681
14173
  updated_at?: string;
13682
14174
  };
13683
14175
  };
@@ -13714,13 +14206,13 @@ export interface operations {
13714
14206
  content: {
13715
14207
  "application/json": {
13716
14208
  data?: {
13717
- /** @example 2e987473-f18f-4f93-bee7-c7cefb1364a3 */
14209
+ /** @example 22f0cbf3-eab7-4f89-9d4b-cf8d5d72009b */
13718
14210
  uid?: string;
13719
14211
  /** @example follow_up */
13720
14212
  inspection_type?: string;
13721
14213
  /** @example cancelled */
13722
14214
  status?: string;
13723
- /** @example 23 Apr 2026, 11:18 AM */
14215
+ /** @example 23 Apr 2026, 04:40 PM */
13724
14216
  scheduled_date?: string;
13725
14217
  /** @example null */
13726
14218
  completed_date?: string | null;
@@ -13728,11 +14220,11 @@ export interface operations {
13728
14220
  condition_rating?: string;
13729
14221
  /** @example Et animi quos velit et fugiat. */
13730
14222
  summary?: string;
13731
- /** @example 01 Aug 2026, 07:12 PM */
14223
+ /** @example 02 Aug 2026, 12:34 AM */
13732
14224
  next_inspection_date?: string;
13733
- /** @example 29 Apr 2026, 11:53 PM */
14225
+ /** @example 30 Apr 2026, 05:15 AM */
13734
14226
  created_at?: string;
13735
- /** @example 29 Apr 2026, 11:53 PM */
14227
+ /** @example 30 Apr 2026, 05:15 AM */
13736
14228
  updated_at?: string;
13737
14229
  };
13738
14230
  };
@@ -13859,7 +14351,7 @@ export interface operations {
13859
14351
  };
13860
14352
  } | {
13861
14353
  data?: {
13862
- /** @example 31d7463b-3dd3-4f2e-9826-d1bab04dd60a */
14354
+ /** @example 9e87ff69-e0d4-4c54-8afc-615c74cd09ba */
13863
14355
  uid?: string;
13864
14356
  /** @example 1 */
13865
14357
  tenancy_id?: number;
@@ -13871,17 +14363,17 @@ export interface operations {
13871
14363
  status?: string;
13872
14364
  /** @example low */
13873
14365
  priority?: string;
13874
- /** @example 28 Apr 2026, 01:22 PM */
14366
+ /** @example 28 Apr 2026, 06:44 PM */
13875
14367
  reported_at?: string;
13876
14368
  /** @example null */
13877
14369
  assigned_at?: string | null;
13878
14370
  /** @example null */
13879
14371
  completed_at?: string | null;
13880
- /** @example 01 May 2026, 09:46 AM */
14372
+ /** @example 01 May 2026, 03:09 PM */
13881
14373
  sla_deadline?: string;
13882
- /** @example 29 Apr 2026, 11:53 PM */
14374
+ /** @example 30 Apr 2026, 05:15 AM */
13883
14375
  created_at?: string;
13884
- /** @example 29 Apr 2026, 11:53 PM */
14376
+ /** @example 30 Apr 2026, 05:15 AM */
13885
14377
  updated_at?: string;
13886
14378
  };
13887
14379
  };
@@ -13918,7 +14410,7 @@ export interface operations {
13918
14410
  content: {
13919
14411
  "application/json": {
13920
14412
  data?: {
13921
- /** @example a25fe641-b05a-41dc-a1c5-33a844853d23 */
14413
+ /** @example 55ffb8e1-c332-4a93-b1cb-1c4df498cc8b */
13922
14414
  uid?: string;
13923
14415
  /** @example 1 */
13924
14416
  tenancy_id?: number;
@@ -13930,17 +14422,17 @@ export interface operations {
13930
14422
  status?: string;
13931
14423
  /** @example low */
13932
14424
  priority?: string;
13933
- /** @example 28 Apr 2026, 01:22 PM */
14425
+ /** @example 28 Apr 2026, 06:44 PM */
13934
14426
  reported_at?: string;
13935
14427
  /** @example null */
13936
14428
  assigned_at?: string | null;
13937
14429
  /** @example null */
13938
14430
  completed_at?: string | null;
13939
- /** @example 01 May 2026, 09:46 AM */
14431
+ /** @example 01 May 2026, 03:09 PM */
13940
14432
  sla_deadline?: string;
13941
- /** @example 29 Apr 2026, 11:53 PM */
14433
+ /** @example 30 Apr 2026, 05:15 AM */
13942
14434
  created_at?: string;
13943
- /** @example 29 Apr 2026, 11:53 PM */
14435
+ /** @example 30 Apr 2026, 05:15 AM */
13944
14436
  updated_at?: string;
13945
14437
  };
13946
14438
  };
@@ -13977,7 +14469,7 @@ export interface operations {
13977
14469
  content: {
13978
14470
  "application/json": {
13979
14471
  data?: {
13980
- /** @example 96b12cf5-c9ca-4d4d-9dc9-f13a7c286014 */
14472
+ /** @example b8acd57f-fa50-4e75-97fc-741ee2acb556 */
13981
14473
  uid?: string;
13982
14474
  /** @example 1 */
13983
14475
  tenancy_id?: number;
@@ -13989,17 +14481,17 @@ export interface operations {
13989
14481
  status?: string;
13990
14482
  /** @example emergency */
13991
14483
  priority?: string;
13992
- /** @example 23 Apr 2026, 11:07 AM */
14484
+ /** @example 23 Apr 2026, 04:29 PM */
13993
14485
  reported_at?: string;
13994
- /** @example 28 Apr 2026, 07:26 AM */
14486
+ /** @example 28 Apr 2026, 12:49 PM */
13995
14487
  assigned_at?: string;
13996
14488
  /** @example null */
13997
14489
  completed_at?: string | null;
13998
- /** @example 01 May 2026, 12:49 PM */
14490
+ /** @example 01 May 2026, 06:11 PM */
13999
14491
  sla_deadline?: string;
14000
- /** @example 29 Apr 2026, 11:53 PM */
14492
+ /** @example 30 Apr 2026, 05:15 AM */
14001
14493
  created_at?: string;
14002
- /** @example 29 Apr 2026, 11:53 PM */
14494
+ /** @example 30 Apr 2026, 05:15 AM */
14003
14495
  updated_at?: string;
14004
14496
  };
14005
14497
  };
@@ -14036,7 +14528,7 @@ export interface operations {
14036
14528
  content: {
14037
14529
  "application/json": {
14038
14530
  data?: {
14039
- /** @example 9bf715d1-b455-4b19-bd0a-dc169f681df6 */
14531
+ /** @example 74dd39a8-b6d5-4519-bd1f-a4f2bf84d3d9 */
14040
14532
  uid?: string;
14041
14533
  /** @example 1 */
14042
14534
  tenancy_id?: number;
@@ -14048,17 +14540,17 @@ export interface operations {
14048
14540
  status?: string;
14049
14541
  /** @example emergency */
14050
14542
  priority?: string;
14051
- /** @example 23 Apr 2026, 11:07 AM */
14543
+ /** @example 23 Apr 2026, 04:29 PM */
14052
14544
  reported_at?: string;
14053
- /** @example 28 Apr 2026, 07:26 AM */
14545
+ /** @example 28 Apr 2026, 12:49 PM */
14054
14546
  assigned_at?: string;
14055
14547
  /** @example null */
14056
14548
  completed_at?: string | null;
14057
- /** @example 01 May 2026, 12:49 PM */
14549
+ /** @example 01 May 2026, 06:11 PM */
14058
14550
  sla_deadline?: string;
14059
- /** @example 29 Apr 2026, 11:53 PM */
14551
+ /** @example 30 Apr 2026, 05:15 AM */
14060
14552
  created_at?: string;
14061
- /** @example 29 Apr 2026, 11:53 PM */
14553
+ /** @example 30 Apr 2026, 05:15 AM */
14062
14554
  updated_at?: string;
14063
14555
  };
14064
14556
  };
@@ -14095,7 +14587,7 @@ export interface operations {
14095
14587
  content: {
14096
14588
  "application/json": {
14097
14589
  data?: {
14098
- /** @example 753d5b8c-2f9e-49b7-87db-b009a7e11406 */
14590
+ /** @example 329d1594-8cb7-4377-a027-64621a2ceb81 */
14099
14591
  uid?: string;
14100
14592
  /** @example 1 */
14101
14593
  tenancy_id?: number;
@@ -14107,17 +14599,17 @@ export interface operations {
14107
14599
  status?: string;
14108
14600
  /** @example emergency */
14109
14601
  priority?: string;
14110
- /** @example 23 Apr 2026, 11:07 AM */
14602
+ /** @example 23 Apr 2026, 04:29 PM */
14111
14603
  reported_at?: string;
14112
- /** @example 28 Apr 2026, 07:26 AM */
14604
+ /** @example 28 Apr 2026, 12:49 PM */
14113
14605
  assigned_at?: string;
14114
14606
  /** @example null */
14115
14607
  completed_at?: string | null;
14116
- /** @example 01 May 2026, 12:49 PM */
14608
+ /** @example 01 May 2026, 06:11 PM */
14117
14609
  sla_deadline?: string;
14118
- /** @example 29 Apr 2026, 11:53 PM */
14610
+ /** @example 30 Apr 2026, 05:15 AM */
14119
14611
  created_at?: string;
14120
- /** @example 29 Apr 2026, 11:53 PM */
14612
+ /** @example 30 Apr 2026, 05:15 AM */
14121
14613
  updated_at?: string;
14122
14614
  };
14123
14615
  };
@@ -14817,7 +15309,7 @@ export interface operations {
14817
15309
  content: {
14818
15310
  "application/json": {
14819
15311
  data?: {
14820
- /** @example 423 */
15312
+ /** @example 443 */
14821
15313
  id?: number;
14822
15314
  /** @example 2 */
14823
15315
  listing_id?: number;
@@ -14873,7 +15365,7 @@ export interface operations {
14873
15365
  /** @example dogunfx */
14874
15366
  name?: string;
14875
15367
  };
14876
- /** @example 2026-04-29T23:53:29.000000Z */
15368
+ /** @example 2026-04-30T05:15:56.000000Z */
14877
15369
  created_at?: string;
14878
15370
  };
14879
15371
  };
@@ -14900,7 +15392,7 @@ export interface operations {
14900
15392
  content: {
14901
15393
  "application/json": {
14902
15394
  data?: {
14903
- /** @example 424 */
15395
+ /** @example 444 */
14904
15396
  id?: number;
14905
15397
  /** @example 2 */
14906
15398
  listing_id?: number;
@@ -14956,7 +15448,7 @@ export interface operations {
14956
15448
  /** @example dogunfx */
14957
15449
  name?: string;
14958
15450
  };
14959
- /** @example 2026-04-29T23:53:29.000000Z */
15451
+ /** @example 2026-04-30T05:15:56.000000Z */
14960
15452
  created_at?: string;
14961
15453
  };
14962
15454
  };
@@ -14966,21 +15458,264 @@ export interface operations {
14966
15458
  };
14967
15459
  fetchAllAppointment: {
14968
15460
  parameters: {
14969
- query?: never;
15461
+ query?: {
15462
+ /** @description Number of appointments per page. */
15463
+ per_page?: number;
15464
+ /** @description Page number. */
15465
+ page?: number;
15466
+ };
14970
15467
  header?: never;
14971
15468
  path?: never;
14972
15469
  cookie?: never;
14973
15470
  };
14974
15471
  requestBody?: never;
14975
15472
  responses: {
14976
- 401: {
15473
+ /** @description Retrieve all appointments for the authenticated customer */
15474
+ 200: {
14977
15475
  headers: {
14978
15476
  [name: string]: unknown;
14979
15477
  };
14980
15478
  content: {
14981
15479
  "application/json": {
14982
- /** @example Unauthenticated. */
15480
+ /** @example Appointments retrieve successfully */
14983
15481
  message?: string;
15482
+ /** @example null */
15483
+ event?: string | null;
15484
+ data?: {
15485
+ /**
15486
+ * @example [
15487
+ * {
15488
+ * "id": 12,
15489
+ * "listing_id": 32,
15490
+ * "listing": {
15491
+ * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
15492
+ * "sku": "LST-PRP-LTR-260405-A1B2",
15493
+ * "details": {
15494
+ * "address": "24 Windsor Court, London, SW1",
15495
+ * "title": "24 Windsor Court",
15496
+ * "type": "Rent"
15497
+ * },
15498
+ * "owner": {
15499
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
15500
+ * "name": "Alice Taylor",
15501
+ * "phone": "+2348012345678",
15502
+ * "email": "alice@example.com",
15503
+ * "avatar": null,
15504
+ * "plan": null
15505
+ * },
15506
+ * "created_by": {
15507
+ * "uid": "b4afc948-66b3-415c-8287-b5f1a0728e22",
15508
+ * "name": "System Admin",
15509
+ * "phone": null,
15510
+ * "email": "admin@example.com",
15511
+ * "avatar": null,
15512
+ * "plan": null
15513
+ * },
15514
+ * "state": "published",
15515
+ * "published_at": "2026-04-25T10:00:00Z",
15516
+ * "published_since": "2 days ago",
15517
+ * "is_visible": true,
15518
+ * "summary": {
15519
+ * "property_type": "residential",
15520
+ * "bedrooms": 2,
15521
+ * "bathrooms": 1,
15522
+ * "size": "85 sqm",
15523
+ * "availability": "available"
15524
+ * },
15525
+ * "workflow": {
15526
+ * "current_step": "media",
15527
+ * "can_submit": true,
15528
+ * "missing_requirements": [],
15529
+ * "next_step": "publish",
15530
+ * "progress": {
15531
+ * "completed": 8,
15532
+ * "total": 8,
15533
+ * "percentage": 100
15534
+ * }
15535
+ * },
15536
+ * "media": {
15537
+ * "gallery": [
15538
+ * {
15539
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
15540
+ * "media_type": "image/jpeg",
15541
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
15542
+ * "order_index": 0,
15543
+ * "is_cover": true
15544
+ * }
15545
+ * ],
15546
+ * "cover": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
15547
+ * "count": 1
15548
+ * }
15549
+ * },
15550
+ * "status": "pending",
15551
+ * "scheduled": {
15552
+ * "start": "2026-05-01T09:00:00Z",
15553
+ * "end": "2026-05-01T10:00:00Z"
15554
+ * },
15555
+ * "customer": {
15556
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
15557
+ * "name": "Dominic Thomas"
15558
+ * },
15559
+ * "landlord": {
15560
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
15561
+ * "name": "Alice Taylor"
15562
+ * },
15563
+ * "created_at": "2026-04-30T00:00:00Z"
15564
+ * }
15565
+ * ]
15566
+ */
15567
+ items?: {
15568
+ /** @example 12 */
15569
+ id?: number;
15570
+ /** @example 32 */
15571
+ listing_id?: number;
15572
+ listing?: {
15573
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
15574
+ uid?: string;
15575
+ /** @example LST-PRP-LTR-260405-A1B2 */
15576
+ sku?: string;
15577
+ details?: {
15578
+ /** @example 24 Windsor Court, London, SW1 */
15579
+ address?: string;
15580
+ /** @example 24 Windsor Court */
15581
+ title?: string;
15582
+ /** @example Rent */
15583
+ type?: string;
15584
+ };
15585
+ owner?: {
15586
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
15587
+ uid?: string;
15588
+ /** @example Alice Taylor */
15589
+ name?: string;
15590
+ /** @example +2348012345678 */
15591
+ phone?: string;
15592
+ /** @example alice@example.com */
15593
+ email?: string;
15594
+ /** @example null */
15595
+ avatar?: string | null;
15596
+ /** @example null */
15597
+ plan?: string | null;
15598
+ };
15599
+ created_by?: {
15600
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
15601
+ uid?: string;
15602
+ /** @example System Admin */
15603
+ name?: string;
15604
+ /** @example null */
15605
+ phone?: string | null;
15606
+ /** @example admin@example.com */
15607
+ email?: string;
15608
+ /** @example null */
15609
+ avatar?: string | null;
15610
+ /** @example null */
15611
+ plan?: string | null;
15612
+ };
15613
+ /** @example published */
15614
+ state?: string;
15615
+ /** @example 2026-04-25T10:00:00Z */
15616
+ published_at?: string;
15617
+ /** @example 2 days ago */
15618
+ published_since?: string;
15619
+ /** @example true */
15620
+ is_visible?: boolean;
15621
+ summary?: {
15622
+ /** @example residential */
15623
+ property_type?: string;
15624
+ /** @example 2 */
15625
+ bedrooms?: number;
15626
+ /** @example 1 */
15627
+ bathrooms?: number;
15628
+ /** @example 85 sqm */
15629
+ size?: string;
15630
+ /** @example available */
15631
+ availability?: string;
15632
+ };
15633
+ workflow?: {
15634
+ /** @example media */
15635
+ current_step?: string;
15636
+ /** @example true */
15637
+ can_submit?: boolean;
15638
+ /** @example [] */
15639
+ missing_requirements?: unknown[];
15640
+ /** @example publish */
15641
+ next_step?: string;
15642
+ progress?: {
15643
+ /** @example 8 */
15644
+ completed?: number;
15645
+ /** @example 8 */
15646
+ total?: number;
15647
+ /** @example 100 */
15648
+ percentage?: number;
15649
+ };
15650
+ };
15651
+ media?: {
15652
+ /**
15653
+ * @example [
15654
+ * {
15655
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
15656
+ * "media_type": "image/jpeg",
15657
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
15658
+ * "order_index": 0,
15659
+ * "is_cover": true
15660
+ * }
15661
+ * ]
15662
+ */
15663
+ gallery?: {
15664
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
15665
+ uid?: string;
15666
+ /** @example image/jpeg */
15667
+ media_type?: string;
15668
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
15669
+ storage_path?: string;
15670
+ /** @example 0 */
15671
+ order_index?: number;
15672
+ /** @example true */
15673
+ is_cover?: boolean;
15674
+ }[];
15675
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
15676
+ cover?: string;
15677
+ /** @example 1 */
15678
+ count?: number;
15679
+ };
15680
+ };
15681
+ /** @example pending */
15682
+ status?: string;
15683
+ scheduled?: {
15684
+ /** @example 2026-05-01T09:00:00Z */
15685
+ start?: string;
15686
+ /** @example 2026-05-01T10:00:00Z */
15687
+ end?: string;
15688
+ };
15689
+ customer?: {
15690
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
15691
+ uid?: string;
15692
+ /** @example Dominic Thomas */
15693
+ name?: string;
15694
+ };
15695
+ landlord?: {
15696
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
15697
+ uid?: string;
15698
+ /** @example Alice Taylor */
15699
+ name?: string;
15700
+ };
15701
+ /** @example 2026-04-30T00:00:00Z */
15702
+ created_at?: string;
15703
+ }[];
15704
+ pagination?: {
15705
+ /** @example 1 */
15706
+ current_page?: number;
15707
+ /** @example 15 */
15708
+ per_page?: number;
15709
+ /** @example 1 */
15710
+ total?: number;
15711
+ /** @example 1 */
15712
+ last_page?: number;
15713
+ /** @example 1 */
15714
+ from?: number;
15715
+ /** @example 1 */
15716
+ to?: number;
15717
+ };
15718
+ };
14984
15719
  };
14985
15720
  };
14986
15721
  };
@@ -15020,7 +15755,7 @@ export interface operations {
15020
15755
  content: {
15021
15756
  "application/json": {
15022
15757
  data?: {
15023
- /** @example 425 */
15758
+ /** @example 445 */
15024
15759
  id?: number;
15025
15760
  /** @example 2 */
15026
15761
  listing_id?: number;
@@ -15076,7 +15811,7 @@ export interface operations {
15076
15811
  /** @example dogunfx */
15077
15812
  name?: string;
15078
15813
  };
15079
- /** @example 2026-04-29T23:53:29.000000Z */
15814
+ /** @example 2026-04-30T05:15:56.000000Z */
15080
15815
  created_at?: string;
15081
15816
  };
15082
15817
  };
@@ -15103,7 +15838,7 @@ export interface operations {
15103
15838
  content: {
15104
15839
  "application/json": {
15105
15840
  data?: {
15106
- /** @example 426 */
15841
+ /** @example 446 */
15107
15842
  id?: number;
15108
15843
  /** @example 2 */
15109
15844
  listing_id?: number;
@@ -15159,7 +15894,7 @@ export interface operations {
15159
15894
  /** @example dogunfx */
15160
15895
  name?: string;
15161
15896
  };
15162
- /** @example 2026-04-29T23:53:29.000000Z */
15897
+ /** @example 2026-04-30T05:15:56.000000Z */
15163
15898
  created_at?: string;
15164
15899
  };
15165
15900
  };
@@ -15186,7 +15921,7 @@ export interface operations {
15186
15921
  content: {
15187
15922
  "application/json": {
15188
15923
  data?: {
15189
- /** @example 427 */
15924
+ /** @example 447 */
15190
15925
  id?: number;
15191
15926
  /** @example 2 */
15192
15927
  listing_id?: number;
@@ -15242,7 +15977,7 @@ export interface operations {
15242
15977
  /** @example dogunfx */
15243
15978
  name?: string;
15244
15979
  };
15245
- /** @example 2026-04-29T23:53:29.000000Z */
15980
+ /** @example 2026-04-30T05:15:56.000000Z */
15246
15981
  created_at?: string;
15247
15982
  };
15248
15983
  };
@@ -16259,7 +16994,7 @@ export interface operations {
16259
16994
  content: {
16260
16995
  "application/json": {
16261
16996
  data?: {
16262
- /** @example 6a9e08cc-2696-47d3-a063-ccd979c565fc */
16997
+ /** @example 37e8e7e6-a759-4398-a968-017e7a463a9d */
16263
16998
  uid?: string;
16264
16999
  /** @example Ms. Audra Crooks II */
16265
17000
  username?: string;
@@ -16289,7 +17024,7 @@ export interface operations {
16289
17024
  timezone?: string;
16290
17025
  /** @example Customer */
16291
17026
  user_type?: string;
16292
- /** @example 29 Apr 2026, 11:53 PM */
17027
+ /** @example 30 Apr 2026, 05:15 AM */
16293
17028
  created?: string;
16294
17029
  /** @example 1 second ago */
16295
17030
  email_verified_at?: string;
@@ -16758,7 +17493,7 @@ export interface operations {
16758
17493
  content: {
16759
17494
  "application/json": {
16760
17495
  data?: {
16761
- /** @example c76506fa-b0b7-4417-8183-05f584830105 */
17496
+ /** @example bed2f257-6451-4150-9bad-7f10389f5687 */
16762
17497
  uid?: string;
16763
17498
  /** @example Ms. Audra Crooks II */
16764
17499
  username?: string;
@@ -16788,7 +17523,7 @@ export interface operations {
16788
17523
  timezone?: string;
16789
17524
  /** @example Customer */
16790
17525
  user_type?: string;
16791
- /** @example 29 Apr 2026, 11:53 PM */
17526
+ /** @example 30 Apr 2026, 05:15 AM */
16792
17527
  created?: string;
16793
17528
  /** @example 0 seconds ago */
16794
17529
  email_verified_at?: string;
@@ -16870,6 +17605,151 @@ export interface operations {
16870
17605
  };
16871
17606
  };
16872
17607
  };
17608
+ reservedBookingsLandlord: {
17609
+ parameters: {
17610
+ query?: {
17611
+ /** @description Number of bookings per page. */
17612
+ per_page?: number;
17613
+ };
17614
+ header?: never;
17615
+ path?: never;
17616
+ cookie?: never;
17617
+ };
17618
+ requestBody?: {
17619
+ content: {
17620
+ "application/json": {
17621
+ /**
17622
+ * @description Must be at least 1. Must not be greater than 100.
17623
+ * @example 1
17624
+ */
17625
+ per_page?: number | null;
17626
+ };
17627
+ };
17628
+ };
17629
+ responses: {
17630
+ /** @description Retrieve landlord reserved bookings */
17631
+ 200: {
17632
+ headers: {
17633
+ [name: string]: unknown;
17634
+ };
17635
+ content: {
17636
+ "application/json": {
17637
+ /** @example Reserved bookings fetched successfully */
17638
+ message?: string;
17639
+ /** @example null */
17640
+ event?: string | null;
17641
+ data?: {
17642
+ /**
17643
+ * @example [
17644
+ * {
17645
+ * "id": 12,
17646
+ * "listing": {
17647
+ * "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
17648
+ * "cover": {
17649
+ * "uid": "lm_34fda1",
17650
+ * "media_type": "image/jpeg",
17651
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
17652
+ * "order_index": 0,
17653
+ * "is_cover": true
17654
+ * },
17655
+ * "details": {
17656
+ * "address": "24 Windsor Court, London, SW1",
17657
+ * "title": "24 Windsor Court",
17658
+ * "type": "Rent"
17659
+ * }
17660
+ * },
17661
+ * "guest": {
17662
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
17663
+ * "name": "Dominic Thomas",
17664
+ * "email": "tenant3@justinshome.test",
17665
+ * "avatar_path": null
17666
+ * },
17667
+ * "host": {
17668
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
17669
+ * "name": "Alice Taylor",
17670
+ * "email": "alice@example.com",
17671
+ * "avatar_path": null
17672
+ * },
17673
+ * "nights": 3,
17674
+ * "status": "pending",
17675
+ * "total_price": "450.00"
17676
+ * }
17677
+ * ]
17678
+ */
17679
+ items?: {
17680
+ /** @example 12 */
17681
+ id?: number;
17682
+ listing?: {
17683
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
17684
+ listing_uid?: string;
17685
+ cover?: {
17686
+ /** @example lm_34fda1 */
17687
+ uid?: string;
17688
+ /** @example image/jpeg */
17689
+ media_type?: string;
17690
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17691
+ storage_path?: string;
17692
+ /** @example 0 */
17693
+ order_index?: number;
17694
+ /** @example true */
17695
+ is_cover?: boolean;
17696
+ };
17697
+ details?: {
17698
+ /** @example 24 Windsor Court, London, SW1 */
17699
+ address?: string;
17700
+ /** @example 24 Windsor Court */
17701
+ title?: string;
17702
+ /** @example Rent */
17703
+ type?: string;
17704
+ };
17705
+ };
17706
+ guest?: {
17707
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
17708
+ uid?: string;
17709
+ /** @example Dominic Thomas */
17710
+ name?: string;
17711
+ /** @example tenant3@justinshome.test */
17712
+ email?: string;
17713
+ /** @example null */
17714
+ avatar_path?: string | null;
17715
+ };
17716
+ host?: {
17717
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
17718
+ uid?: string;
17719
+ /** @example Alice Taylor */
17720
+ name?: string;
17721
+ /** @example alice@example.com */
17722
+ email?: string;
17723
+ /** @example null */
17724
+ avatar_path?: string | null;
17725
+ };
17726
+ /** @example 3 */
17727
+ nights?: number;
17728
+ /** @example pending */
17729
+ status?: string;
17730
+ /** @example 450.00 */
17731
+ total_price?: string;
17732
+ }[];
17733
+ pagination?: {
17734
+ /** @example 1 */
17735
+ current_page?: number;
17736
+ /** @example 15 */
17737
+ per_page?: number;
17738
+ /** @example 1 */
17739
+ total?: number;
17740
+ /** @example 1 */
17741
+ last_page?: number;
17742
+ /** @example 1 */
17743
+ from?: number;
17744
+ /** @example 1 */
17745
+ to?: number;
17746
+ };
17747
+ };
17748
+ };
17749
+ };
17750
+ };
17751
+ };
17752
+ };
16873
17753
  createListingDraft: {
16874
17754
  parameters: {
16875
17755
  query?: never;
@@ -16909,11 +17789,11 @@ export interface operations {
16909
17789
  content: {
16910
17790
  "application/json": {
16911
17791
  data?: {
16912
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
17792
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
16913
17793
  draft_name?: string;
16914
- /** @example LST-PRP-LTR-MOKPNRAGLF9 */
17794
+ /** @example LST-PRP-LTR-MOL16FDOTDG */
16915
17795
  sku?: string;
16916
- /** @example 1e78009f-d4f6-407e-a5f7-c4e67a9d175c */
17796
+ /** @example 40528962-3ce0-4c25-9bf6-f77f793aa506 */
16917
17797
  uid?: string;
16918
17798
  /** @example Rent */
16919
17799
  listing_type?: string;
@@ -17037,9 +17917,9 @@ export interface operations {
17037
17917
  /**
17038
17918
  * @example [
17039
17919
  * {
17040
- * "draft_name": "New For Rent Property draft • 29 Apr 2026, 11:53 PM",
17041
- * "sku": "LST-PRP-LTR-MOKPNRBMW59",
17042
- * "uid": "cce2f2bd-bbad-40f0-a0ef-aab3e9c312ce",
17920
+ * "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:15 AM",
17921
+ * "sku": "LST-PRP-LTR-MOL16FEL8YW",
17922
+ * "uid": "e92b6ba2-ee42-4865-9a29-1320e765e67a",
17043
17923
  * "listing_type": "Rent",
17044
17924
  * "vertical": "Property",
17045
17925
  * "arrangement_type": "let_to_let",
@@ -17056,9 +17936,9 @@ export interface operations {
17056
17936
  * "media": []
17057
17937
  * },
17058
17938
  * {
17059
- * "draft_name": "New Short Let Property draft • 29 Apr 2026, 11:53 PM",
17060
- * "sku": "LST-PRP-SHL-MOKPNRBPDF2",
17061
- * "uid": "dc4e4bc7-a9b7-464f-83ac-4f7813334138",
17939
+ * "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:15 AM",
17940
+ * "sku": "LST-PRP-SHL-MOL16FEMGZ8",
17941
+ * "uid": "df173b18-c4aa-4a44-8a02-78dfde409cb9",
17062
17942
  * "listing_type": "Short Let",
17063
17943
  * "vertical": "Property",
17064
17944
  * "arrangement_type": "short_term_managed",
@@ -17077,11 +17957,11 @@ export interface operations {
17077
17957
  * ]
17078
17958
  */
17079
17959
  data?: {
17080
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
17960
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
17081
17961
  draft_name?: string;
17082
- /** @example LST-PRP-LTR-MOKPNRBMW59 */
17962
+ /** @example LST-PRP-LTR-MOL16FEL8YW */
17083
17963
  sku?: string;
17084
- /** @example cce2f2bd-bbad-40f0-a0ef-aab3e9c312ce */
17964
+ /** @example e92b6ba2-ee42-4865-9a29-1320e765e67a */
17085
17965
  uid?: string;
17086
17966
  /** @example Rent */
17087
17967
  listing_type?: string;
@@ -17191,9 +18071,9 @@ export interface operations {
17191
18071
  /**
17192
18072
  * @example [
17193
18073
  * {
17194
- * "draft_name": "New For Rent Property draft • 29 Apr 2026, 11:53 PM",
17195
- * "sku": "LST-PRP-LTR-MOKPNRBXXWU",
17196
- * "uid": "f00443b1-3563-4969-964e-177346aaee0e",
18074
+ * "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:15 AM",
18075
+ * "sku": "LST-PRP-LTR-MOL16FEUHXK",
18076
+ * "uid": "e5b382f5-7f9e-4abf-b74a-c01f85d35fad",
17197
18077
  * "listing_type": "Rent",
17198
18078
  * "vertical": "Property",
17199
18079
  * "arrangement_type": "let_to_let",
@@ -17210,9 +18090,9 @@ export interface operations {
17210
18090
  * "media": []
17211
18091
  * },
17212
18092
  * {
17213
- * "draft_name": "New Short Let Property draft • 29 Apr 2026, 11:53 PM",
17214
- * "sku": "LST-PRP-SHL-MOKPNRC2YA9",
17215
- * "uid": "8f09da98-88ee-4952-9e01-2129d7156b2e",
18093
+ * "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:15 AM",
18094
+ * "sku": "LST-PRP-SHL-MOL16FEXFKG",
18095
+ * "uid": "990874e8-0cde-4c9d-b495-acd0eaa2184c",
17216
18096
  * "listing_type": "Short Let",
17217
18097
  * "vertical": "Property",
17218
18098
  * "arrangement_type": "short_term_managed",
@@ -17231,11 +18111,11 @@ export interface operations {
17231
18111
  * ]
17232
18112
  */
17233
18113
  data?: {
17234
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
18114
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
17235
18115
  draft_name?: string;
17236
- /** @example LST-PRP-LTR-MOKPNRBXXWU */
18116
+ /** @example LST-PRP-LTR-MOL16FEUHXK */
17237
18117
  sku?: string;
17238
- /** @example f00443b1-3563-4969-964e-177346aaee0e */
18118
+ /** @example e5b382f5-7f9e-4abf-b74a-c01f85d35fad */
17239
18119
  uid?: string;
17240
18120
  /** @example Rent */
17241
18121
  listing_type?: string;
@@ -18484,7 +19364,7 @@ export interface operations {
18484
19364
  content: {
18485
19365
  "application/json": {
18486
19366
  data?: {
18487
- /** @example 584f2c23-0e1f-4580-bdd4-81c3386913d6 */
19367
+ /** @example 922fc02a-9067-4986-b810-4a567ec99a8c */
18488
19368
  uid?: string;
18489
19369
  /** @example photo */
18490
19370
  media_type?: string;
@@ -18633,11 +19513,11 @@ export interface operations {
18633
19513
  content: {
18634
19514
  "application/json": {
18635
19515
  data?: {
18636
- /** @example New For Rent Property draft • 29 Apr 2026, 11:53 PM */
19516
+ /** @example New For Rent Property draft • 30 Apr 2026, 5:15 AM */
18637
19517
  draft_name?: string;
18638
- /** @example LST-PRP-LTR-MOKPNRELCTY */
19518
+ /** @example LST-PRP-LTR-MOL16FHG1FQ */
18639
19519
  sku?: string;
18640
- /** @example d0093f11-e6af-4ae1-93ed-573b3cd1e18d */
19520
+ /** @example c150e9cc-6b87-40e7-87e2-e6151555dee4 */
18641
19521
  uid?: string;
18642
19522
  /** @example Rent */
18643
19523
  listing_type?: string;
@@ -18797,7 +19677,7 @@ export interface operations {
18797
19677
  content: {
18798
19678
  "application/json": {
18799
19679
  data?: {
18800
- /** @example 6f9de35b-fd16-43e7-b70c-18b35f45fb40 */
19680
+ /** @example a1a8e057-c91d-475d-91ec-cf251c26b2ad */
18801
19681
  uid?: string;
18802
19682
  /** @example null */
18803
19683
  compliances?: string | null;
@@ -18848,7 +19728,7 @@ export interface operations {
18848
19728
  content: {
18849
19729
  "application/json": {
18850
19730
  data?: {
18851
- /** @example 152 */
19731
+ /** @example 156 */
18852
19732
  id?: number;
18853
19733
  compliance?: {
18854
19734
  /** @example 1 */
@@ -18870,7 +19750,7 @@ export interface operations {
18870
19750
  reviewed_by?: number;
18871
19751
  /** @example null */
18872
19752
  reviewed_at?: string | null;
18873
- /** @example 2026-04-29T23:53:28.000000Z */
19753
+ /** @example 2026-04-30T05:15:55.000000Z */
18874
19754
  created_at?: string;
18875
19755
  };
18876
19756
  };
@@ -18925,7 +19805,7 @@ export interface operations {
18925
19805
  /**
18926
19806
  * @example [
18927
19807
  * {
18928
- * "uid": "7c1ac6fd-a8a8-47a6-958b-27ffae69eef6",
19808
+ * "uid": "a30c7428-3eea-4f4f-b99b-f1008a2fdeee",
18929
19809
  * "listing_id": 1,
18930
19810
  * "landlord_id": 2,
18931
19811
  * "tenant_id": 2,
@@ -18937,10 +19817,10 @@ export interface operations {
18937
19817
  * "is_periodic": false,
18938
19818
  * "company_name": null,
18939
19819
  * "company_registration_number": null,
18940
- * "created_at": "2026-04-29T23:53:28.000000Z"
19820
+ * "created_at": "2026-04-30T05:15:55.000000Z"
18941
19821
  * },
18942
19822
  * {
18943
- * "uid": "8fc08e5b-5ba1-4425-97fb-54d6542bfa50",
19823
+ * "uid": "edcc86e1-a05f-492e-a825-3a551b29fa91",
18944
19824
  * "listing_id": 1,
18945
19825
  * "landlord_id": 2,
18946
19826
  * "tenant_id": 2,
@@ -18952,12 +19832,12 @@ export interface operations {
18952
19832
  * "is_periodic": false,
18953
19833
  * "company_name": null,
18954
19834
  * "company_registration_number": null,
18955
- * "created_at": "2026-04-29T23:53:28.000000Z"
19835
+ * "created_at": "2026-04-30T05:15:55.000000Z"
18956
19836
  * }
18957
19837
  * ]
18958
19838
  */
18959
19839
  data?: {
18960
- /** @example 7c1ac6fd-a8a8-47a6-958b-27ffae69eef6 */
19840
+ /** @example a30c7428-3eea-4f4f-b99b-f1008a2fdeee */
18961
19841
  uid?: string;
18962
19842
  /** @example 1 */
18963
19843
  listing_id?: number;
@@ -18981,7 +19861,7 @@ export interface operations {
18981
19861
  company_name?: string | null;
18982
19862
  /** @example null */
18983
19863
  company_registration_number?: string | null;
18984
- /** @example 2026-04-29T23:53:28.000000Z */
19864
+ /** @example 2026-04-30T05:15:55.000000Z */
18985
19865
  created_at?: string;
18986
19866
  }[];
18987
19867
  links?: {
@@ -19068,7 +19948,7 @@ export interface operations {
19068
19948
  /**
19069
19949
  * @example [
19070
19950
  * {
19071
- * "uid": "b7c28ae9-8135-4e43-8e62-24c3c64f6de0",
19951
+ * "uid": "dc7cd96e-fa33-4550-b246-02334feebefb",
19072
19952
  * "listing_id": 1,
19073
19953
  * "landlord_id": 2,
19074
19954
  * "tenant_id": 2,
@@ -19080,10 +19960,10 @@ export interface operations {
19080
19960
  * "is_periodic": false,
19081
19961
  * "company_name": null,
19082
19962
  * "company_registration_number": null,
19083
- * "created_at": "2026-04-29T23:53:28.000000Z"
19963
+ * "created_at": "2026-04-30T05:15:55.000000Z"
19084
19964
  * },
19085
19965
  * {
19086
- * "uid": "5d5d2843-3e4f-4dee-bdb2-ef5dc5ad3134",
19966
+ * "uid": "3544417a-db48-45ba-8342-c812b45f484e",
19087
19967
  * "listing_id": 1,
19088
19968
  * "landlord_id": 2,
19089
19969
  * "tenant_id": 2,
@@ -19095,12 +19975,12 @@ export interface operations {
19095
19975
  * "is_periodic": false,
19096
19976
  * "company_name": null,
19097
19977
  * "company_registration_number": null,
19098
- * "created_at": "2026-04-29T23:53:28.000000Z"
19978
+ * "created_at": "2026-04-30T05:15:55.000000Z"
19099
19979
  * }
19100
19980
  * ]
19101
19981
  */
19102
19982
  data?: {
19103
- /** @example b7c28ae9-8135-4e43-8e62-24c3c64f6de0 */
19983
+ /** @example dc7cd96e-fa33-4550-b246-02334feebefb */
19104
19984
  uid?: string;
19105
19985
  /** @example 1 */
19106
19986
  listing_id?: number;
@@ -19124,7 +20004,7 @@ export interface operations {
19124
20004
  company_name?: string | null;
19125
20005
  /** @example null */
19126
20006
  company_registration_number?: string | null;
19127
- /** @example 2026-04-29T23:53:28.000000Z */
20007
+ /** @example 2026-04-30T05:15:55.000000Z */
19128
20008
  created_at?: string;
19129
20009
  }[];
19130
20010
  links?: {
@@ -19231,7 +20111,7 @@ export interface operations {
19231
20111
  content: {
19232
20112
  "application/json": {
19233
20113
  data?: {
19234
- /** @example 223 */
20114
+ /** @example 231 */
19235
20115
  id?: number;
19236
20116
  compliance?: {
19237
20117
  /** @example 1 */
@@ -19251,9 +20131,9 @@ export interface operations {
19251
20131
  rejection_reason?: string | null;
19252
20132
  /** @example 1 */
19253
20133
  reviewed_by?: number;
19254
- /** @example 2026-04-29T23:53:28.000000Z */
20134
+ /** @example 2026-04-30T05:15:55.000000Z */
19255
20135
  reviewed_at?: string;
19256
- /** @example 2026-04-29T23:53:28.000000Z */
20136
+ /** @example 2026-04-30T05:15:55.000000Z */
19257
20137
  created_at?: string;
19258
20138
  };
19259
20139
  };
@@ -19280,7 +20160,7 @@ export interface operations {
19280
20160
  content: {
19281
20161
  "application/json": {
19282
20162
  data?: {
19283
- /** @example 224 */
20163
+ /** @example 232 */
19284
20164
  id?: number;
19285
20165
  compliance?: {
19286
20166
  /** @example 1 */
@@ -19300,9 +20180,9 @@ export interface operations {
19300
20180
  rejection_reason?: string | null;
19301
20181
  /** @example 1 */
19302
20182
  reviewed_by?: number;
19303
- /** @example 2026-04-29T23:53:28.000000Z */
20183
+ /** @example 2026-04-30T05:15:55.000000Z */
19304
20184
  reviewed_at?: string;
19305
- /** @example 2026-04-29T23:53:28.000000Z */
20185
+ /** @example 2026-04-30T05:15:55.000000Z */
19306
20186
  created_at?: string;
19307
20187
  };
19308
20188
  };
@@ -20434,37 +21314,37 @@ export interface operations {
20434
21314
  /**
20435
21315
  * @example [
20436
21316
  * {
20437
- * "uid": "2c329763-80db-446c-b421-648c6e4c196c",
21317
+ * "uid": "e7f33de9-3ec5-4850-920d-ab8c8a960a19",
20438
21318
  * "tenancy_id": 1,
20439
21319
  * "title": "Quos velit et fugiat sunt nihil.",
20440
21320
  * "description": "Mollitia modi deserunt aut ab provident perspiciatis quo. Nostrum aut adipisci quidem nostrum. Commodi incidunt iure odit. Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora.",
20441
21321
  * "status": "reported",
20442
21322
  * "priority": "emergency",
20443
- * "reported_at": "23 Apr 2026, 11:07 AM",
20444
- * "assigned_at": "28 Apr 2026, 07:26 AM",
21323
+ * "reported_at": "23 Apr 2026, 04:29 PM",
21324
+ * "assigned_at": "28 Apr 2026, 12:49 PM",
20445
21325
  * "completed_at": null,
20446
- * "sla_deadline": "01 May 2026, 12:49 PM",
20447
- * "created_at": "29 Apr 2026, 11:53 PM",
20448
- * "updated_at": "29 Apr 2026, 11:53 PM"
21326
+ * "sla_deadline": "01 May 2026, 06:11 PM",
21327
+ * "created_at": "30 Apr 2026, 05:15 AM",
21328
+ * "updated_at": "30 Apr 2026, 05:15 AM"
20449
21329
  * },
20450
21330
  * {
20451
- * "uid": "f3968a97-bc36-4cc5-ad2f-ab165be94c3b",
21331
+ * "uid": "2eee3e8c-ff8f-4ba5-ac3a-3ad7bf0f0900",
20452
21332
  * "tenancy_id": 1,
20453
21333
  * "title": "Fugit deleniti distinctio eum doloremque.",
20454
21334
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
20455
21335
  * "status": "completed",
20456
21336
  * "priority": "normal",
20457
- * "reported_at": "25 Apr 2026, 11:45 PM",
21337
+ * "reported_at": "26 Apr 2026, 05:07 AM",
20458
21338
  * "assigned_at": null,
20459
21339
  * "completed_at": null,
20460
- * "sla_deadline": "02 May 2026, 08:49 PM",
20461
- * "created_at": "29 Apr 2026, 11:53 PM",
20462
- * "updated_at": "29 Apr 2026, 11:53 PM"
21340
+ * "sla_deadline": "03 May 2026, 02:11 AM",
21341
+ * "created_at": "30 Apr 2026, 05:15 AM",
21342
+ * "updated_at": "30 Apr 2026, 05:15 AM"
20463
21343
  * }
20464
21344
  * ]
20465
21345
  */
20466
21346
  data?: {
20467
- /** @example 2c329763-80db-446c-b421-648c6e4c196c */
21347
+ /** @example e7f33de9-3ec5-4850-920d-ab8c8a960a19 */
20468
21348
  uid?: string;
20469
21349
  /** @example 1 */
20470
21350
  tenancy_id?: number;
@@ -20476,17 +21356,17 @@ export interface operations {
20476
21356
  status?: string;
20477
21357
  /** @example emergency */
20478
21358
  priority?: string;
20479
- /** @example 23 Apr 2026, 11:07 AM */
21359
+ /** @example 23 Apr 2026, 04:29 PM */
20480
21360
  reported_at?: string;
20481
- /** @example 28 Apr 2026, 07:26 AM */
21361
+ /** @example 28 Apr 2026, 12:49 PM */
20482
21362
  assigned_at?: string;
20483
21363
  /** @example null */
20484
21364
  completed_at?: string | null;
20485
- /** @example 01 May 2026, 12:49 PM */
21365
+ /** @example 01 May 2026, 06:11 PM */
20486
21366
  sla_deadline?: string;
20487
- /** @example 29 Apr 2026, 11:53 PM */
21367
+ /** @example 30 Apr 2026, 05:15 AM */
20488
21368
  created_at?: string;
20489
- /** @example 29 Apr 2026, 11:53 PM */
21369
+ /** @example 30 Apr 2026, 05:15 AM */
20490
21370
  updated_at?: string;
20491
21371
  }[];
20492
21372
  links?: {
@@ -20602,13 +21482,13 @@ export interface operations {
20602
21482
  };
20603
21483
  } | {
20604
21484
  data?: {
20605
- /** @example eab9d20f-bd70-427f-85ae-741d0bb4c0d8 */
21485
+ /** @example 4ea24962-4b02-4df8-961b-8f287e014837 */
20606
21486
  uid?: string;
20607
21487
  /** @example image */
20608
21488
  file_type?: string;
20609
21489
  /** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
20610
21490
  url?: string;
20611
- /** @example 2026-04-29T23:53:30.000000Z */
21491
+ /** @example 2026-04-30T05:15:56.000000Z */
20612
21492
  created_at?: string;
20613
21493
  };
20614
21494
  };
@@ -20653,7 +21533,7 @@ export interface operations {
20653
21533
  content: {
20654
21534
  "application/json": {
20655
21535
  data?: {
20656
- /** @example 160 */
21536
+ /** @example 164 */
20657
21537
  id?: number;
20658
21538
  /** @example property_inquiry */
20659
21539
  type?: string;
@@ -20669,7 +21549,7 @@ export interface operations {
20669
21549
  };
20670
21550
  /** @example null */
20671
21551
  last_message_at?: string | null;
20672
- /** @example 2026-04-29T23:53:29.000000Z */
21552
+ /** @example 2026-04-30T05:15:56.000000Z */
20673
21553
  created_at?: string;
20674
21554
  };
20675
21555
  };
@@ -21080,7 +21960,7 @@ export interface operations {
21080
21960
  };
21081
21961
  content: {
21082
21962
  "application/json": {
21083
- /** @example 17dd2053-f0af-483c-88f7-30a19697068b */
21963
+ /** @example 185b69d6-1893-4466-8361-3efd48c1b747 */
21084
21964
  id?: string;
21085
21965
  /** @example APPOINTMENT_CREATED */
21086
21966
  type?: string;
@@ -21092,7 +21972,7 @@ export interface operations {
21092
21972
  data?: unknown[];
21093
21973
  /** @example null */
21094
21974
  read_at?: string | null;
21095
- /** @example 2026-04-29T23:53:29.000000Z */
21975
+ /** @example 2026-04-30T05:15:56.000000Z */
21096
21976
  created_at?: string;
21097
21977
  };
21098
21978
  };
@@ -21485,21 +22365,21 @@ export interface operations {
21485
22365
  content: {
21486
22366
  "application/json": {
21487
22367
  data?: {
21488
- /** @example 357 */
22368
+ /** @example 373 */
21489
22369
  id?: number;
21490
22370
  /** @example 1 */
21491
22371
  rating?: number;
21492
22372
  /** @example Nice Listing */
21493
22373
  comment?: string;
21494
22374
  reviewer?: {
21495
- /** @example 16 */
22375
+ /** @example 12 */
21496
22376
  id?: number;
21497
- /** @example Francesca Carter */
22377
+ /** @example Tara Marshall */
21498
22378
  name?: string;
21499
22379
  };
21500
- /** @example 29 Apr 2026, 11:53 PM */
22380
+ /** @example 30 Apr 2026, 05:15 AM */
21501
22381
  created_at?: string;
21502
- /** @example 29 Apr 2026, 11:53 PM */
22382
+ /** @example 30 Apr 2026, 05:15 AM */
21503
22383
  updated_at?: string;
21504
22384
  };
21505
22385
  };
@@ -21543,21 +22423,21 @@ export interface operations {
21543
22423
  content: {
21544
22424
  "application/json": {
21545
22425
  data?: {
21546
- /** @example 358 */
22426
+ /** @example 374 */
21547
22427
  id?: number;
21548
22428
  /** @example 1 */
21549
22429
  rating?: number;
21550
22430
  /** @example Nice Listing */
21551
22431
  comment?: string;
21552
22432
  reviewer?: {
21553
- /** @example 7 */
22433
+ /** @example 26 */
21554
22434
  id?: number;
21555
- /** @example Sienna Palmer */
22435
+ /** @example Arthur Reid */
21556
22436
  name?: string;
21557
22437
  };
21558
- /** @example 29 Apr 2026, 11:53 PM */
22438
+ /** @example 30 Apr 2026, 05:15 AM */
21559
22439
  created_at?: string;
21560
- /** @example 29 Apr 2026, 11:53 PM */
22440
+ /** @example 30 Apr 2026, 05:15 AM */
21561
22441
  updated_at?: string;
21562
22442
  };
21563
22443
  };
@@ -21599,21 +22479,21 @@ export interface operations {
21599
22479
  content: {
21600
22480
  "application/json": {
21601
22481
  data?: {
21602
- /** @example 359 */
22482
+ /** @example 375 */
21603
22483
  id?: number;
21604
22484
  /** @example 1 */
21605
22485
  rating?: number;
21606
22486
  /** @example Nice Listing */
21607
22487
  comment?: string;
21608
22488
  reviewer?: {
21609
- /** @example 13 */
22489
+ /** @example 26 */
21610
22490
  id?: number;
21611
- /** @example Matthew Campbell */
22491
+ /** @example Arthur Reid */
21612
22492
  name?: string;
21613
22493
  };
21614
- /** @example 29 Apr 2026, 11:53 PM */
22494
+ /** @example 30 Apr 2026, 05:15 AM */
21615
22495
  created_at?: string;
21616
- /** @example 29 Apr 2026, 11:53 PM */
22496
+ /** @example 30 Apr 2026, 05:15 AM */
21617
22497
  updated_at?: string;
21618
22498
  };
21619
22499
  };
@@ -21640,21 +22520,21 @@ export interface operations {
21640
22520
  content: {
21641
22521
  "application/json": {
21642
22522
  data?: {
21643
- /** @example 360 */
22523
+ /** @example 376 */
21644
22524
  id?: number;
21645
22525
  /** @example 1 */
21646
22526
  rating?: number;
21647
22527
  /** @example Nice Listing */
21648
22528
  comment?: string;
21649
22529
  reviewer?: {
21650
- /** @example 23 */
22530
+ /** @example 6 */
21651
22531
  id?: number;
21652
- /** @example Anthony Baker */
22532
+ /** @example Rowena Patel */
21653
22533
  name?: string;
21654
22534
  };
21655
- /** @example 29 Apr 2026, 11:53 PM */
22535
+ /** @example 30 Apr 2026, 05:15 AM */
21656
22536
  created_at?: string;
21657
- /** @example 29 Apr 2026, 11:53 PM */
22537
+ /** @example 30 Apr 2026, 05:15 AM */
21658
22538
  updated_at?: string;
21659
22539
  };
21660
22540
  };
@@ -21681,7 +22561,7 @@ export interface operations {
21681
22561
  content: {
21682
22562
  "application/json": {
21683
22563
  data?: {
21684
- /** @example 8bf6fcd7-c8ff-4231-90da-356d2919c1d6 */
22564
+ /** @example e4c48ced-19f5-4a69-9f3e-aa5f779ecaa0 */
21685
22565
  uid?: string;
21686
22566
  /** @example 1 */
21687
22567
  listing_id?: number;
@@ -21689,15 +22569,15 @@ export interface operations {
21689
22569
  landlord_id?: number;
21690
22570
  /** @example 2 */
21691
22571
  tenant_id?: number;
21692
- /** @example 4881.50 */
22572
+ /** @example 3953.32 */
21693
22573
  rent_amount?: string;
21694
- /** @example 2151.17 */
22574
+ /** @example 2975.75 */
21695
22575
  deposit_amount?: string;
21696
- /** @example offer_accepted */
22576
+ /** @example periodic */
21697
22577
  state?: string;
21698
- /** @example 2025-11-04T00:00:00.000000Z */
22578
+ /** @example 2025-07-14T00:00:00.000000Z */
21699
22579
  start_date?: string;
21700
- /** @example 2026-11-04T00:00:00.000000Z */
22580
+ /** @example 2026-07-14T00:00:00.000000Z */
21701
22581
  end_date?: string;
21702
22582
  /** @example false */
21703
22583
  is_periodic?: boolean;
@@ -21705,7 +22585,7 @@ export interface operations {
21705
22585
  company_name?: string | null;
21706
22586
  /** @example null */
21707
22587
  company_registration_number?: string | null;
21708
- /** @example 2026-04-29T23:53:30.000000Z */
22588
+ /** @example 2026-04-30T05:15:56.000000Z */
21709
22589
  created_at?: string;
21710
22590
  /** @example [] */
21711
22591
  compliances?: unknown[];
@@ -21782,7 +22662,7 @@ export interface operations {
21782
22662
  content: {
21783
22663
  "application/json": {
21784
22664
  data?: {
21785
- /** @example 22735d94-d6cf-49b4-a580-69532cbc64f7 */
22665
+ /** @example a41ff5eb-5da1-497d-9d43-f60d7014b2a1 */
21786
22666
  uid?: string;
21787
22667
  /** @example 1 */
21788
22668
  listing_id?: number;
@@ -21806,7 +22686,7 @@ export interface operations {
21806
22686
  company_name?: string | null;
21807
22687
  /** @example null */
21808
22688
  company_registration_number?: string | null;
21809
- /** @example 2026-04-29T23:53:30.000000Z */
22689
+ /** @example 2026-04-30T05:15:56.000000Z */
21810
22690
  created_at?: string;
21811
22691
  };
21812
22692
  };
@@ -22100,7 +22980,7 @@ export interface operations {
22100
22980
  * "changed_by_user_id": 3,
22101
22981
  * "changed_by_name": "Teagan King",
22102
22982
  * "comment": "Qui commodi incidunt iure odit.",
22103
- * "created_at": "2025-12-22T10:40:29.000000Z"
22983
+ * "created_at": "2025-12-22T16:02:55.000000Z"
22104
22984
  * },
22105
22985
  * {
22106
22986
  * "from_state": "pre_move_in_ready",
@@ -22108,7 +22988,7 @@ export interface operations {
22108
22988
  * "changed_by_user_id": 3,
22109
22989
  * "changed_by_name": "Teagan King",
22110
22990
  * "comment": null,
22111
- * "created_at": "2025-11-07T18:36:09.000000Z"
22991
+ * "created_at": "2025-11-07T23:58:35.000000Z"
22112
22992
  * }
22113
22993
  * ]
22114
22994
  */
@@ -22123,7 +23003,7 @@ export interface operations {
22123
23003
  changed_by_name?: string;
22124
23004
  /** @example Qui commodi incidunt iure odit. */
22125
23005
  comment?: string;
22126
- /** @example 2025-12-22T10:40:29.000000Z */
23006
+ /** @example 2025-12-22T16:02:55.000000Z */
22127
23007
  created_at?: string;
22128
23008
  }[];
22129
23009
  };
@@ -22508,7 +23388,7 @@ export interface operations {
22508
23388
  content: {
22509
23389
  "application/json": {
22510
23390
  data?: {
22511
- /** @example adab722c-a483-4143-8338-87f232cb525d */
23391
+ /** @example 22176dd0-b89b-406e-8361-59f0ead31a9d */
22512
23392
  uid?: string;
22513
23393
  /** @example Ms. Audra Crooks II */
22514
23394
  username?: string;
@@ -22538,7 +23418,7 @@ export interface operations {
22538
23418
  timezone?: string;
22539
23419
  /** @example Customer */
22540
23420
  user_type?: string;
22541
- /** @example 29 Apr 2026, 11:53 PM */
23421
+ /** @example 30 Apr 2026, 05:15 AM */
22542
23422
  created?: string;
22543
23423
  /** @example 0 seconds ago */
22544
23424
  email_verified_at?: string;
@@ -22600,6 +23480,151 @@ export interface operations {
22600
23480
  };
22601
23481
  };
22602
23482
  };
23483
+ reservedBookingsTenants: {
23484
+ parameters: {
23485
+ query?: {
23486
+ /** @description Number of bookings per page. */
23487
+ per_page?: number;
23488
+ };
23489
+ header?: never;
23490
+ path?: never;
23491
+ cookie?: never;
23492
+ };
23493
+ requestBody?: {
23494
+ content: {
23495
+ "application/json": {
23496
+ /**
23497
+ * @description Must be at least 1. Must not be greater than 100.
23498
+ * @example 1
23499
+ */
23500
+ per_page?: number | null;
23501
+ };
23502
+ };
23503
+ };
23504
+ responses: {
23505
+ /** @description Retrieve tenant reserved bookings */
23506
+ 200: {
23507
+ headers: {
23508
+ [name: string]: unknown;
23509
+ };
23510
+ content: {
23511
+ "application/json": {
23512
+ /** @example Reserved bookings fetched successfully */
23513
+ message?: string;
23514
+ /** @example null */
23515
+ event?: string | null;
23516
+ data?: {
23517
+ /**
23518
+ * @example [
23519
+ * {
23520
+ * "id": 12,
23521
+ * "listing": {
23522
+ * "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
23523
+ * "cover": {
23524
+ * "uid": "lm_34fda1",
23525
+ * "media_type": "image/jpeg",
23526
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
23527
+ * "order_index": 0,
23528
+ * "is_cover": true
23529
+ * },
23530
+ * "details": {
23531
+ * "address": "24 Windsor Court, London, SW1",
23532
+ * "title": "24 Windsor Court",
23533
+ * "type": "Rent"
23534
+ * }
23535
+ * },
23536
+ * "guest": {
23537
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
23538
+ * "name": "Dominic Thomas",
23539
+ * "email": "tenant3@justinshome.test",
23540
+ * "avatar_path": null
23541
+ * },
23542
+ * "host": {
23543
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
23544
+ * "name": "Alice Taylor",
23545
+ * "email": "alice@example.com",
23546
+ * "avatar_path": null
23547
+ * },
23548
+ * "nights": 3,
23549
+ * "status": "pending",
23550
+ * "total_price": "450.00"
23551
+ * }
23552
+ * ]
23553
+ */
23554
+ items?: {
23555
+ /** @example 12 */
23556
+ id?: number;
23557
+ listing?: {
23558
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
23559
+ listing_uid?: string;
23560
+ cover?: {
23561
+ /** @example lm_34fda1 */
23562
+ uid?: string;
23563
+ /** @example image/jpeg */
23564
+ media_type?: string;
23565
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
23566
+ storage_path?: string;
23567
+ /** @example 0 */
23568
+ order_index?: number;
23569
+ /** @example true */
23570
+ is_cover?: boolean;
23571
+ };
23572
+ details?: {
23573
+ /** @example 24 Windsor Court, London, SW1 */
23574
+ address?: string;
23575
+ /** @example 24 Windsor Court */
23576
+ title?: string;
23577
+ /** @example Rent */
23578
+ type?: string;
23579
+ };
23580
+ };
23581
+ guest?: {
23582
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
23583
+ uid?: string;
23584
+ /** @example Dominic Thomas */
23585
+ name?: string;
23586
+ /** @example tenant3@justinshome.test */
23587
+ email?: string;
23588
+ /** @example null */
23589
+ avatar_path?: string | null;
23590
+ };
23591
+ host?: {
23592
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
23593
+ uid?: string;
23594
+ /** @example Alice Taylor */
23595
+ name?: string;
23596
+ /** @example alice@example.com */
23597
+ email?: string;
23598
+ /** @example null */
23599
+ avatar_path?: string | null;
23600
+ };
23601
+ /** @example 3 */
23602
+ nights?: number;
23603
+ /** @example pending */
23604
+ status?: string;
23605
+ /** @example 450.00 */
23606
+ total_price?: string;
23607
+ }[];
23608
+ pagination?: {
23609
+ /** @example 1 */
23610
+ current_page?: number;
23611
+ /** @example 15 */
23612
+ per_page?: number;
23613
+ /** @example 1 */
23614
+ total?: number;
23615
+ /** @example 1 */
23616
+ last_page?: number;
23617
+ /** @example 1 */
23618
+ from?: number;
23619
+ /** @example 1 */
23620
+ to?: number;
23621
+ };
23622
+ };
23623
+ };
23624
+ };
23625
+ };
23626
+ };
23627
+ };
22603
23628
  sendTwoFactorToggleOtp: {
22604
23629
  parameters: {
22605
23630
  query?: never;
@@ -22653,7 +23678,7 @@ export interface operations {
22653
23678
  content: {
22654
23679
  "application/json": {
22655
23680
  data?: {
22656
- /** @example 01232a60-4048-4f7e-a3e9-fab46d2bfcb7 */
23681
+ /** @example f8e9bf52-e99c-424a-b572-1b40d6e27c78 */
22657
23682
  uid?: string;
22658
23683
  /** @example Morgan Hirthe */
22659
23684
  username?: string;
@@ -22683,7 +23708,7 @@ export interface operations {
22683
23708
  timezone?: string;
22684
23709
  /** @example Customer */
22685
23710
  user_type?: string;
22686
- /** @example 29 Apr 2026, 11:53 PM */
23711
+ /** @example 30 Apr 2026, 05:15 AM */
22687
23712
  created?: string;
22688
23713
  /** @example 0 seconds ago */
22689
23714
  email_verified_at?: string;
@@ -22755,7 +23780,7 @@ export interface operations {
22755
23780
  content: {
22756
23781
  "application/json": {
22757
23782
  data?: {
22758
- /** @example 1c61e416-c41b-446f-baaa-aa53c598c8d5 */
23783
+ /** @example 56291317-86be-4686-bb95-14155d4fdc67 */
22759
23784
  uid?: string;
22760
23785
  /** @example Ms. Audra Crooks II */
22761
23786
  username?: string;
@@ -22785,7 +23810,7 @@ export interface operations {
22785
23810
  timezone?: string;
22786
23811
  /** @example Customer */
22787
23812
  user_type?: string;
22788
- /** @example 29 Apr 2026, 11:53 PM */
23813
+ /** @example 30 Apr 2026, 05:15 AM */
22789
23814
  created?: string;
22790
23815
  /** @example 0 seconds ago */
22791
23816
  email_verified_at?: string;
@@ -23019,13 +24044,13 @@ export interface operations {
23019
24044
  content: {
23020
24045
  "application/json": {
23021
24046
  data?: {
23022
- /** @example 0 */
24047
+ /** @example 2 */
23023
24048
  current_level?: number;
23024
24049
  /** @example 3 */
23025
24050
  completed_layers?: number;
23026
- /** @example 4 */
24051
+ /** @example 0 */
23027
24052
  pending_layers?: number;
23028
- /** @example 29 Apr 2026, 11:53 PM */
24053
+ /** @example 30 Apr 2026, 05:15 AM */
23029
24054
  last_calculated_at?: string;
23030
24055
  };
23031
24056
  };
@@ -23073,7 +24098,7 @@ export interface operations {
23073
24098
  completed_layers?: number;
23074
24099
  /** @example 4 */
23075
24100
  pending_layers?: number;
23076
- /** @example 29 Apr 2026, 11:53 PM */
24101
+ /** @example 30 Apr 2026, 05:15 AM */
23077
24102
  last_calculated_at?: string;
23078
24103
  };
23079
24104
  };
@@ -23107,14 +24132,14 @@ export interface operations {
23107
24132
  content: {
23108
24133
  "application/json": {
23109
24134
  data?: {
23110
- /** @example fd0f0e7c-a5d2-4e35-a9f5-cfed835263ae */
24135
+ /** @example e72bf4cb-c518-43af-a8d3-f151f791ac0f */
23111
24136
  wishlist_uid?: string;
23112
24137
  listing?: {
23113
- /** @example New For Sale Used Item draft • 29 Apr 2026, 11:53 PM */
24138
+ /** @example New For Sale Used Item draft • 30 Apr 2026, 5:15 AM */
23114
24139
  draft_name?: string;
23115
- /** @example LST-UIT-SAL-MOKPNSEGKMN */
24140
+ /** @example LST-UIT-SAL-MOL16GC9FYZ */
23116
24141
  sku?: string;
23117
- /** @example 9693a551-6dd2-4fe4-8ad6-6e30db585a04 */
24142
+ /** @example 189a5e61-3773-4648-a3a2-3d346596ccde */
23118
24143
  uid?: string;
23119
24144
  /** @example Sale */
23120
24145
  listing_type?: string;
@@ -23501,7 +24526,7 @@ export interface operations {
23501
24526
  completed_layers?: number;
23502
24527
  /** @example 4 */
23503
24528
  pending_layers?: number;
23504
- /** @example 29 Apr 2026, 11:53 PM */
24529
+ /** @example 30 Apr 2026, 05:15 AM */
23505
24530
  last_calculated_at?: string;
23506
24531
  };
23507
24532
  };
@@ -23743,7 +24768,7 @@ export interface operations {
23743
24768
  completed_layers?: number;
23744
24769
  /** @example 4 */
23745
24770
  pending_layers?: number;
23746
- /** @example 29 Apr 2026, 11:53 PM */
24771
+ /** @example 30 Apr 2026, 05:15 AM */
23747
24772
  last_calculated_at?: string;
23748
24773
  };
23749
24774
  };