@justins-home/types 1.1.62 → 1.1.64

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 +1565 -667
  2. package/package.json +1 -1
@@ -5122,10 +5122,10 @@ export interface paths {
5122
5122
  cookie?: never;
5123
5123
  };
5124
5124
  /**
5125
- * fetchMyRentalApplications
5125
+ * fetchOneApplications
5126
5126
  * @description Retrieve one rental application owned by the authenticated tenant.
5127
5127
  */
5128
- get: operations["fetchMyRentalApplications"];
5128
+ get: operations["fetchOneApplications"];
5129
5129
  put?: never;
5130
5130
  post?: never;
5131
5131
  delete?: never;
@@ -6079,7 +6079,7 @@ export interface operations {
6079
6079
  content: {
6080
6080
  "application/json": {
6081
6081
  data?: {
6082
- /** @example d667584f-5269-41d9-b927-63d95d5bdee6 */
6082
+ /** @example 3652dfe6-57d6-4c22-9a06-12463e0f33fd */
6083
6083
  uid?: string;
6084
6084
  /** @example Ms. Audra Crooks II */
6085
6085
  username?: string;
@@ -6109,7 +6109,7 @@ export interface operations {
6109
6109
  timezone?: string;
6110
6110
  /** @example Customer */
6111
6111
  user_type?: string;
6112
- /** @example 30 Apr 2026, 10:55 AM */
6112
+ /** @example 01 May 2026, 02:36 AM */
6113
6113
  created?: string;
6114
6114
  /** @example 0 seconds ago */
6115
6115
  email_verified_at?: string;
@@ -6397,13 +6397,40 @@ export interface operations {
6397
6397
  * },
6398
6398
  * "listing_id": 32,
6399
6399
  * "listing": {
6400
- * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
6401
6400
  * "sku": "LST-PRP-LTR-260405-A1B2",
6401
+ * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
6402
6402
  * "details": {
6403
- * "address": "24 Windsor Court, London, SW1",
6404
6403
  * "title": "24 Windsor Court",
6405
- * "type": "Rent"
6404
+ * "description": "Modern two-bedroom apartment close to transport links.",
6405
+ * "city": "London",
6406
+ * "address": "24 Windsor Court, London, SW1",
6407
+ * "postcode": "SW1A 1AA",
6408
+ * "longitude": "-0.1412000",
6409
+ * "latitude": "51.5014000",
6410
+ * "country": "United Kingdom"
6411
+ * },
6412
+ * "listing_type": "Rent",
6413
+ * "vertical": "Property",
6414
+ * "arrangement_type": "entire_place",
6415
+ * "arrangement_type_label": "Entire Place",
6416
+ * "price": {
6417
+ * "amount": "2500.00",
6418
+ * "currency": "GBP",
6419
+ * "period": "month"
6420
+ * },
6421
+ * "listing_policy": {
6422
+ * "max_occupants": 4,
6423
+ * "allowed_use_type": "residential",
6424
+ * "allowed_use_type_label": "Residential",
6425
+ * "is_subletting_allowed": false,
6426
+ * "requires_permission_for_subletting": true,
6427
+ * "event_permission_required": true,
6428
+ * "no_party_policy": true,
6429
+ * "commercial_use_flag": false
6406
6430
  * },
6431
+ * "viewing_slots": [],
6432
+ * "tenant_preferences": [],
6433
+ * "features": [],
6407
6434
  * "owner": {
6408
6435
  * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
6409
6436
  * "name": "Alice Taylor",
@@ -6421,7 +6448,7 @@ export interface operations {
6421
6448
  * "plan": null
6422
6449
  * },
6423
6450
  * "state": "published",
6424
- * "published_at": "2026-04-25T10:00:00Z",
6451
+ * "published_at": "30 Apr 2026, 10:00 AM",
6425
6452
  * "published_since": "2 days ago",
6426
6453
  * "is_visible": true,
6427
6454
  * "summary": {
@@ -6446,7 +6473,7 @@ export interface operations {
6446
6473
  * "gallery": [
6447
6474
  * {
6448
6475
  * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
6449
- * "media_type": "image/jpeg",
6476
+ * "media_type": "photo",
6450
6477
  * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
6451
6478
  * "order_index": 0,
6452
6479
  * "is_cover": true
@@ -6456,10 +6483,10 @@ export interface operations {
6456
6483
  * "count": 1
6457
6484
  * }
6458
6485
  * },
6459
- * "status": "pending",
6486
+ * "status": "proposed",
6460
6487
  * "scheduled": {
6461
- * "start": "2026-05-01T09:00:00Z",
6462
- * "end": "2026-05-01T10:00:00Z"
6488
+ * "start": "01 May 2026, 09:00 AM",
6489
+ * "end": "01 May 2026, 10:00 AM"
6463
6490
  * },
6464
6491
  * "customer": {
6465
6492
  * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
@@ -6469,7 +6496,7 @@ export interface operations {
6469
6496
  * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
6470
6497
  * "name": "Alice Taylor"
6471
6498
  * },
6472
- * "created_at": "2026-04-30T00:00:00Z"
6499
+ * "created_at": "2026-04-30T00:00:00.000000Z"
6473
6500
  * }
6474
6501
  * ]
6475
6502
  */
@@ -6489,18 +6516,68 @@ export interface operations {
6489
6516
  /** @example 32 */
6490
6517
  listing_id?: number;
6491
6518
  listing?: {
6492
- /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
6493
- uid?: string;
6494
6519
  /** @example LST-PRP-LTR-260405-A1B2 */
6495
6520
  sku?: string;
6521
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
6522
+ uid?: string;
6496
6523
  details?: {
6497
- /** @example 24 Windsor Court, London, SW1 */
6498
- address?: string;
6499
6524
  /** @example 24 Windsor Court */
6500
6525
  title?: string;
6501
- /** @example Rent */
6502
- type?: string;
6526
+ /** @example Modern two-bedroom apartment close to transport links. */
6527
+ description?: string;
6528
+ /** @example London */
6529
+ city?: string;
6530
+ /** @example 24 Windsor Court, London, SW1 */
6531
+ address?: string;
6532
+ /** @example SW1A 1AA */
6533
+ postcode?: string;
6534
+ /** @example -0.1412000 */
6535
+ longitude?: string;
6536
+ /** @example 51.5014000 */
6537
+ latitude?: string;
6538
+ /** @example United Kingdom */
6539
+ country?: string;
6540
+ };
6541
+ /** @example Rent */
6542
+ listing_type?: string;
6543
+ /** @example Property */
6544
+ vertical?: string;
6545
+ /** @example entire_place */
6546
+ arrangement_type?: string;
6547
+ /** @example Entire Place */
6548
+ arrangement_type_label?: string;
6549
+ price?: {
6550
+ /** @example 2500.00 */
6551
+ amount?: string;
6552
+ /** @example GBP */
6553
+ currency?: string;
6554
+ /** @example month */
6555
+ period?: string;
6556
+ };
6557
+ listing_policy?: {
6558
+ /** @example 4 */
6559
+ max_occupants?: number;
6560
+ /** @example residential */
6561
+ allowed_use_type?: string;
6562
+ /** @example Residential */
6563
+ allowed_use_type_label?: string;
6564
+ /** @example false */
6565
+ is_subletting_allowed?: boolean;
6566
+ /** @example true */
6567
+ requires_permission_for_subletting?: boolean;
6568
+ /** @example true */
6569
+ event_permission_required?: boolean;
6570
+ /** @example true */
6571
+ no_party_policy?: boolean;
6572
+ /** @example false */
6573
+ commercial_use_flag?: boolean;
6503
6574
  };
6575
+ /** @example [] */
6576
+ viewing_slots?: unknown[];
6577
+ /** @example [] */
6578
+ tenant_preferences?: unknown[];
6579
+ /** @example [] */
6580
+ features?: unknown[];
6504
6581
  owner?: {
6505
6582
  /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
6506
6583
  uid?: string;
@@ -6531,7 +6608,7 @@ export interface operations {
6531
6608
  };
6532
6609
  /** @example published */
6533
6610
  state?: string;
6534
- /** @example 2026-04-25T10:00:00Z */
6611
+ /** @example 30 Apr 2026, 10:00 AM */
6535
6612
  published_at?: string;
6536
6613
  /** @example 2 days ago */
6537
6614
  published_since?: string;
@@ -6572,7 +6649,7 @@ export interface operations {
6572
6649
  * @example [
6573
6650
  * {
6574
6651
  * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
6575
- * "media_type": "image/jpeg",
6652
+ * "media_type": "photo",
6576
6653
  * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
6577
6654
  * "order_index": 0,
6578
6655
  * "is_cover": true
@@ -6582,7 +6659,7 @@ export interface operations {
6582
6659
  gallery?: {
6583
6660
  /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
6584
6661
  uid?: string;
6585
- /** @example image/jpeg */
6662
+ /** @example photo */
6586
6663
  media_type?: string;
6587
6664
  /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
6588
6665
  storage_path?: string;
@@ -6597,12 +6674,12 @@ export interface operations {
6597
6674
  count?: number;
6598
6675
  };
6599
6676
  };
6600
- /** @example pending */
6677
+ /** @example proposed */
6601
6678
  status?: string;
6602
6679
  scheduled?: {
6603
- /** @example 2026-05-01T09:00:00Z */
6680
+ /** @example 01 May 2026, 09:00 AM */
6604
6681
  start?: string;
6605
- /** @example 2026-05-01T10:00:00Z */
6682
+ /** @example 01 May 2026, 10:00 AM */
6606
6683
  end?: string;
6607
6684
  };
6608
6685
  customer?: {
@@ -6617,7 +6694,7 @@ export interface operations {
6617
6694
  /** @example Alice Taylor */
6618
6695
  name?: string;
6619
6696
  };
6620
- /** @example 2026-04-30T00:00:00Z */
6697
+ /** @example 2026-04-30T00:00:00.000000Z */
6621
6698
  created_at?: string;
6622
6699
  }[];
6623
6700
  pagination?: {
@@ -6673,12 +6750,12 @@ export interface operations {
6673
6750
  */
6674
6751
  search?: string | null;
6675
6752
  /**
6676
- * @example approved
6753
+ * @example pending
6677
6754
  * @enum {string|null}
6678
6755
  */
6679
6756
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
6680
6757
  /**
6681
- * @example tenant
6758
+ * @example landlord
6682
6759
  * @enum {string|null}
6683
6760
  */
6684
6761
  source?: "tenant" | "landlord" | "admin" | null;
@@ -6912,7 +6989,7 @@ export interface operations {
6912
6989
  content: {
6913
6990
  "application/json": {
6914
6991
  data?: {
6915
- /** @example 87bdb770-bfe6-459a-9224-a37431cd68d1 */
6992
+ /** @example 84572fa5-da30-43c2-bddc-fbf1776a6d15 */
6916
6993
  uid?: string;
6917
6994
  /** @example JH-APP-2026-589365 */
6918
6995
  application_ref?: string;
@@ -6933,7 +7010,7 @@ export interface operations {
6933
7010
  /** @example null */
6934
7011
  rejection_reason?: string | null;
6935
7012
  timeline?: {
6936
- /** @example 2026-04-30T10:55:43.000000Z */
7013
+ /** @example 2026-05-01T02:36:16.000000Z */
6937
7014
  created_at?: string;
6938
7015
  /** @example null */
6939
7016
  approved_at?: string | null;
@@ -6967,7 +7044,7 @@ export interface operations {
6967
7044
  content: {
6968
7045
  "application/json": {
6969
7046
  data?: {
6970
- /** @example 4cb22cf6-e9f8-440b-bbab-196c7fb626a6 */
7047
+ /** @example ca39dcc9-237e-4be2-8dfe-44bc72c5dfdc */
6971
7048
  uid?: string;
6972
7049
  /** @example JH-APP-2026-933724 */
6973
7050
  application_ref?: string;
@@ -6988,7 +7065,7 @@ export interface operations {
6988
7065
  /** @example null */
6989
7066
  rejection_reason?: string | null;
6990
7067
  timeline?: {
6991
- /** @example 2026-04-30T10:55:43.000000Z */
7068
+ /** @example 2026-05-01T02:36:16.000000Z */
6992
7069
  created_at?: string;
6993
7070
  /** @example null */
6994
7071
  approved_at?: string | null;
@@ -7022,7 +7099,7 @@ export interface operations {
7022
7099
  content: {
7023
7100
  "application/json": {
7024
7101
  data?: {
7025
- /** @example ba3b6f16-499e-4399-9d44-f3232970c32f */
7102
+ /** @example ea936562-9e66-4140-9f9d-f159651f4279 */
7026
7103
  uid?: string;
7027
7104
  /** @example JH-APP-2026-450949 */
7028
7105
  application_ref?: string;
@@ -7043,7 +7120,7 @@ export interface operations {
7043
7120
  /** @example null */
7044
7121
  rejection_reason?: string | null;
7045
7122
  timeline?: {
7046
- /** @example 2026-04-30T10:55:43.000000Z */
7123
+ /** @example 2026-05-01T02:36:16.000000Z */
7047
7124
  created_at?: string;
7048
7125
  /** @example null */
7049
7126
  approved_at?: string | null;
@@ -7087,7 +7164,7 @@ export interface operations {
7087
7164
  content: {
7088
7165
  "application/json": {
7089
7166
  data?: {
7090
- /** @example 4adfa405-21c7-4a57-87b2-db6e9e076c0e */
7167
+ /** @example a64a5553-bf19-4af4-a5c9-9a0b0802b731 */
7091
7168
  uid?: string;
7092
7169
  /** @example JH-APP-2026-026316 */
7093
7170
  application_ref?: string;
@@ -7108,7 +7185,7 @@ export interface operations {
7108
7185
  /** @example null */
7109
7186
  rejection_reason?: string | null;
7110
7187
  timeline?: {
7111
- /** @example 2026-04-30T10:55:43.000000Z */
7188
+ /** @example 2026-05-01T02:36:16.000000Z */
7112
7189
  created_at?: string;
7113
7190
  /** @example null */
7114
7191
  approved_at?: string | null;
@@ -7152,7 +7229,7 @@ export interface operations {
7152
7229
  content: {
7153
7230
  "application/json": {
7154
7231
  data?: {
7155
- /** @example c2f3ce93-d94d-44cf-956d-a2bb8a229979 */
7232
+ /** @example b7bac4c3-9b89-4682-b86e-0ce14bfc31a2 */
7156
7233
  uid?: string;
7157
7234
  /** @example JH-APP-2026-000564 */
7158
7235
  application_ref?: string;
@@ -7173,7 +7250,7 @@ export interface operations {
7173
7250
  /** @example null */
7174
7251
  rejection_reason?: string | null;
7175
7252
  timeline?: {
7176
- /** @example 2026-04-30T10:55:43.000000Z */
7253
+ /** @example 2026-05-01T02:36:16.000000Z */
7177
7254
  created_at?: string;
7178
7255
  /** @example null */
7179
7256
  approved_at?: string | null;
@@ -7207,23 +7284,17 @@ export interface operations {
7207
7284
  content: {
7208
7285
  "application/json": {
7209
7286
  data?: {
7210
- /** @example acf6ba83-3f77-4552-bbdd-12b8aea6e2cc */
7287
+ /** @example 6f3a9648-f2bb-48d6-9b92-ce45a13639c5 */
7211
7288
  uid?: string;
7212
- /** @example 1 */
7213
- listing_id?: number;
7214
- /** @example 2 */
7215
- landlord_id?: number;
7216
- /** @example 2 */
7217
- tenant_id?: number;
7218
7289
  /** @example 4881.50 */
7219
7290
  rent_amount?: string;
7220
7291
  /** @example 2151.17 */
7221
7292
  deposit_amount?: string;
7222
7293
  /** @example offer_accepted */
7223
7294
  state?: string;
7224
- /** @example 2025-11-05T00:00:00.000000Z */
7295
+ /** @example 2025-08-23T00:00:00.000000Z */
7225
7296
  start_date?: string;
7226
- /** @example 2026-11-05T00:00:00.000000Z */
7297
+ /** @example 2026-08-23T00:00:00.000000Z */
7227
7298
  end_date?: string;
7228
7299
  /** @example false */
7229
7300
  is_periodic?: boolean;
@@ -7231,7 +7302,7 @@ export interface operations {
7231
7302
  company_name?: string | null;
7232
7303
  /** @example null */
7233
7304
  company_registration_number?: string | null;
7234
- /** @example 2026-04-30T10:55:43.000000Z */
7305
+ /** @example 2026-05-01T02:36:16.000000Z */
7235
7306
  created_at?: string;
7236
7307
  };
7237
7308
  };
@@ -7677,7 +7748,7 @@ export interface operations {
7677
7748
  content: {
7678
7749
  "application/json": {
7679
7750
  data?: {
7680
- /** @example 17026fe2-d573-456a-9b90-56dfa33b0d02 */
7751
+ /** @example 1a45ada4-dd74-45a6-920b-dc958a0c9754 */
7681
7752
  uid?: string;
7682
7753
  /** @example Ms. Audra Crooks II */
7683
7754
  username?: string;
@@ -7707,7 +7778,7 @@ export interface operations {
7707
7778
  timezone?: string;
7708
7779
  /** @example Customer */
7709
7780
  user_type?: string;
7710
- /** @example 30 Apr 2026, 10:55 AM */
7781
+ /** @example 01 May 2026, 02:36 AM */
7711
7782
  created?: string;
7712
7783
  /** @example 0 seconds ago */
7713
7784
  email_verified_at?: string;
@@ -8097,11 +8168,11 @@ export interface operations {
8097
8168
  content: {
8098
8169
  "application/json": {
8099
8170
  data?: {
8100
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
8171
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
8101
8172
  draft_name?: string;
8102
- /** @example LST-PRP-LTR-MOLDBETKXHY */
8173
+ /** @example LST-PRP-LTR-MOMAWYWDLXF */
8103
8174
  sku?: string;
8104
- /** @example 53ec376d-d90c-4554-8c4f-8c8401346084 */
8175
+ /** @example dc40e322-9787-48b6-95d9-30764c8d7707 */
8105
8176
  uid?: string;
8106
8177
  /** @example Rent */
8107
8178
  listing_type?: string;
@@ -9513,7 +9584,7 @@ export interface operations {
9513
9584
  content: {
9514
9585
  "application/json": {
9515
9586
  /**
9516
- * @example Suspended
9587
+ * @example Pending
9517
9588
  * @enum {string}
9518
9589
  */
9519
9590
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -9528,7 +9599,7 @@ export interface operations {
9528
9599
  content: {
9529
9600
  "application/json": {
9530
9601
  data?: {
9531
- /** @example 1eb4d36e-8f43-4df9-a896-911f17c2bb3b */
9602
+ /** @example f0e9e8d5-c47f-4e59-bfd9-bc8031bc84ae */
9532
9603
  uid?: string;
9533
9604
  /** @example Morgan Hirthe */
9534
9605
  username?: string;
@@ -9558,7 +9629,7 @@ export interface operations {
9558
9629
  timezone?: string;
9559
9630
  /** @example Customer */
9560
9631
  user_type?: string;
9561
- /** @example 30 Apr 2026, 10:55 AM */
9632
+ /** @example 01 May 2026, 02:36 AM */
9562
9633
  created?: string;
9563
9634
  /** @example 0 seconds ago */
9564
9635
  email_verified_at?: string;
@@ -10267,11 +10338,11 @@ export interface operations {
10267
10338
  content: {
10268
10339
  "application/json": {
10269
10340
  data?: {
10270
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
10341
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
10271
10342
  draft_name?: string;
10272
- /** @example LST-PRP-LTR-MOLDBEW6WIL */
10343
+ /** @example LST-PRP-LTR-MOMAWYZ1V0Q */
10273
10344
  sku?: string;
10274
- /** @example 194f4297-3072-4762-821d-c3ab03d9dc3c */
10345
+ /** @example 9abe984d-ab1c-457e-9275-78b6553c1876 */
10275
10346
  uid?: string;
10276
10347
  /** @example Rent */
10277
10348
  listing_type?: string;
@@ -10711,7 +10782,7 @@ export interface operations {
10711
10782
  content: {
10712
10783
  "application/json": {
10713
10784
  data?: {
10714
- /** @example 1e7a5470-29b9-48a7-8a03-cc9b1380751b */
10785
+ /** @example 7d7cff18-8548-4942-9242-6ad97c56f99c */
10715
10786
  uid?: string;
10716
10787
  /** @example photo */
10717
10788
  media_type?: string;
@@ -11018,58 +11089,58 @@ export interface operations {
11018
11089
  /**
11019
11090
  * @example [
11020
11091
  * {
11021
- * "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
11022
- * "sku": "LST-PRP-LTR-MOLDBEXN2YU",
11023
- * "uid": "5e5971ab-1178-4d12-bc39-8058e2c3f459",
11024
- * "listing_type": "Rent",
11025
- * "vertical": "Property",
11026
- * "arrangement_type": "standard_residential",
11027
- * "arrangement_type_label": "Standard Residential",
11092
+ * "draft_name": "New For Sale Used Item draft • 1 May 2026, 2:36 AM",
11093
+ * "sku": "LST-UIT-SAL-MOMAWZ0NVBK",
11094
+ * "uid": "9b95990d-96cc-46df-853b-1b231f4c1743",
11095
+ * "listing_type": "Sale",
11096
+ * "vertical": "Used Item",
11097
+ * "arrangement_type": null,
11098
+ * "arrangement_type_label": null,
11028
11099
  * "price": null,
11029
11100
  * "state": "draft",
11030
11101
  * "published_at": null,
11031
11102
  * "published_since": null,
11032
11103
  * "is_visible": false,
11033
- * "summary": {
11034
- * "availability": null
11035
- * },
11104
+ * "summary": [],
11036
11105
  * "workflow": [],
11037
11106
  * "media": []
11038
11107
  * },
11039
11108
  * {
11040
- * "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 10:55 AM",
11041
- * "sku": "LST-UIT-SAL-MOLDBEXPPKD",
11042
- * "uid": "60b0633e-dd8a-4d31-a8c8-804ac714f2d6",
11109
+ * "draft_name": "New For Sale Property draft • 1 May 2026, 2:36 AM",
11110
+ * "sku": "LST-PRP-SAL-MOMAWZ0PKIL",
11111
+ * "uid": "578b632c-3afd-4b4e-be8d-b39dde7f1a47",
11043
11112
  * "listing_type": "Sale",
11044
- * "vertical": "Used Item",
11045
- * "arrangement_type": null,
11046
- * "arrangement_type_label": null,
11113
+ * "vertical": "Property",
11114
+ * "arrangement_type": "short_term_managed",
11115
+ * "arrangement_type_label": "Short Term Managed",
11047
11116
  * "price": null,
11048
11117
  * "state": "draft",
11049
11118
  * "published_at": null,
11050
11119
  * "published_since": null,
11051
11120
  * "is_visible": false,
11052
- * "summary": [],
11121
+ * "summary": {
11122
+ * "availability": null
11123
+ * },
11053
11124
  * "workflow": [],
11054
11125
  * "media": []
11055
11126
  * }
11056
11127
  * ]
11057
11128
  */
11058
11129
  data?: {
11059
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
11130
+ /** @example New For Sale Used Item draft • 1 May 2026, 2:36 AM */
11060
11131
  draft_name?: string;
11061
- /** @example LST-PRP-LTR-MOLDBEXN2YU */
11132
+ /** @example LST-UIT-SAL-MOMAWZ0NVBK */
11062
11133
  sku?: string;
11063
- /** @example 5e5971ab-1178-4d12-bc39-8058e2c3f459 */
11134
+ /** @example 9b95990d-96cc-46df-853b-1b231f4c1743 */
11064
11135
  uid?: string;
11065
- /** @example Rent */
11136
+ /** @example Sale */
11066
11137
  listing_type?: string;
11067
- /** @example Property */
11138
+ /** @example Used Item */
11068
11139
  vertical?: string;
11069
- /** @example standard_residential */
11070
- arrangement_type?: string;
11071
- /** @example Standard Residential */
11072
- arrangement_type_label?: string;
11140
+ /** @example null */
11141
+ arrangement_type?: string | null;
11142
+ /** @example null */
11143
+ arrangement_type_label?: string | null;
11073
11144
  /** @example null */
11074
11145
  price?: string | null;
11075
11146
  /** @example draft */
@@ -11080,10 +11151,8 @@ export interface operations {
11080
11151
  published_since?: string | null;
11081
11152
  /** @example false */
11082
11153
  is_visible?: boolean;
11083
- summary?: {
11084
- /** @example null */
11085
- availability?: string | null;
11086
- };
11154
+ /** @example [] */
11155
+ summary?: unknown[];
11087
11156
  /** @example [] */
11088
11157
  workflow?: unknown[];
11089
11158
  /** @example [] */
@@ -11255,11 +11324,11 @@ export interface operations {
11255
11324
  content: {
11256
11325
  "application/json": {
11257
11326
  data?: {
11258
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
11327
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
11259
11328
  draft_name?: string;
11260
- /** @example LST-PRP-LTR-MOLDBEXZGIF */
11329
+ /** @example LST-PRP-LTR-MOMAWZ0ZC4S */
11261
11330
  sku?: string;
11262
- /** @example fbf26b3d-a995-44e0-9dc4-2e73ac31bd14 */
11331
+ /** @example 35ddf8e9-044e-4981-9ea3-be00213a050c */
11263
11332
  uid?: string;
11264
11333
  /** @example Rent */
11265
11334
  listing_type?: string;
@@ -11322,11 +11391,11 @@ export interface operations {
11322
11391
  content: {
11323
11392
  "application/json": {
11324
11393
  data?: {
11325
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
11394
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
11326
11395
  draft_name?: string;
11327
- /** @example LST-PRP-LTR-MOLDBEY6JXM */
11396
+ /** @example LST-PRP-LTR-MOMAWZ1BXUO */
11328
11397
  sku?: string;
11329
- /** @example 82bcb7b3-15d6-4cb6-8f06-4455f706e65a */
11398
+ /** @example ec5d1830-29ec-471a-a4b1-e59f29cc7f98 */
11330
11399
  uid?: string;
11331
11400
  /** @example Rent */
11332
11401
  listing_type?: string;
@@ -11379,11 +11448,11 @@ export interface operations {
11379
11448
  content: {
11380
11449
  "application/json": {
11381
11450
  data?: {
11382
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
11451
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
11383
11452
  draft_name?: string;
11384
- /** @example LST-PRP-LTR-MOLDBEYDK0P */
11453
+ /** @example LST-PRP-LTR-MOMAWZ1GGNT */
11385
11454
  sku?: string;
11386
- /** @example de654d50-7d98-4f00-9785-e34a6b51f8d0 */
11455
+ /** @example 384fa5d3-8fe9-4b9b-9d0c-4448593feb5e */
11387
11456
  uid?: string;
11388
11457
  /** @example Rent */
11389
11458
  listing_type?: string;
@@ -11436,11 +11505,11 @@ export interface operations {
11436
11505
  content: {
11437
11506
  "application/json": {
11438
11507
  data?: {
11439
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
11508
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
11440
11509
  draft_name?: string;
11441
- /** @example LST-PRP-LTR-MOLDBEYKZWB */
11510
+ /** @example LST-PRP-LTR-MOMAWZ1KYQB */
11442
11511
  sku?: string;
11443
- /** @example ed71ced2-f42b-499d-94ed-374710bc34f3 */
11512
+ /** @example 6ef884bf-53b5-44d3-a8d8-667d4c772d81 */
11444
11513
  uid?: string;
11445
11514
  /** @example Rent */
11446
11515
  listing_type?: string;
@@ -11634,7 +11703,7 @@ export interface operations {
11634
11703
  content: {
11635
11704
  "application/json": {
11636
11705
  data?: {
11637
- /** @example 274 */
11706
+ /** @example 283 */
11638
11707
  id?: number;
11639
11708
  /** @example 1 */
11640
11709
  category_id?: number;
@@ -11708,7 +11777,7 @@ export interface operations {
11708
11777
  content: {
11709
11778
  "application/json": {
11710
11779
  data?: {
11711
- /** @example 275 */
11780
+ /** @example 284 */
11712
11781
  id?: number;
11713
11782
  /** @example 1 */
11714
11783
  category_id?: number;
@@ -11747,7 +11816,7 @@ export interface operations {
11747
11816
  content: {
11748
11817
  "application/json": {
11749
11818
  data?: {
11750
- /** @example 276 */
11819
+ /** @example 285 */
11751
11820
  id?: number;
11752
11821
  /** @example 1 */
11753
11822
  category_id?: number;
@@ -11785,7 +11854,7 @@ export interface operations {
11785
11854
  /**
11786
11855
  * @example [
11787
11856
  * {
11788
- * "id": 400,
11857
+ * "id": 415,
11789
11858
  * "name": "Exterior",
11790
11859
  * "description": "For Exterior categories",
11791
11860
  * "display_order": 1,
@@ -11795,7 +11864,7 @@ export interface operations {
11795
11864
  * "is_active": true
11796
11865
  * },
11797
11866
  * {
11798
- * "id": 401,
11867
+ * "id": 416,
11799
11868
  * "name": "Exterior",
11800
11869
  * "description": "For Exterior categories",
11801
11870
  * "display_order": 1,
@@ -11807,7 +11876,7 @@ export interface operations {
11807
11876
  * ]
11808
11877
  */
11809
11878
  data?: {
11810
- /** @example 400 */
11879
+ /** @example 415 */
11811
11880
  id?: number;
11812
11881
  /** @example Exterior */
11813
11882
  name?: string;
@@ -11871,7 +11940,7 @@ export interface operations {
11871
11940
  content: {
11872
11941
  "application/json": {
11873
11942
  data?: {
11874
- /** @example 402 */
11943
+ /** @example 417 */
11875
11944
  id?: number;
11876
11945
  /** @example Exterior */
11877
11946
  name?: string;
@@ -11938,7 +12007,7 @@ export interface operations {
11938
12007
  content: {
11939
12008
  "application/json": {
11940
12009
  data?: {
11941
- /** @example 403 */
12010
+ /** @example 418 */
11942
12011
  id?: number;
11943
12012
  /** @example Exterior */
11944
12013
  name?: string;
@@ -11979,7 +12048,7 @@ export interface operations {
11979
12048
  content: {
11980
12049
  "application/json": {
11981
12050
  data?: {
11982
- /** @example 404 */
12051
+ /** @example 419 */
11983
12052
  id?: number;
11984
12053
  /** @example Exterior */
11985
12054
  name?: string;
@@ -12242,7 +12311,7 @@ export interface operations {
12242
12311
  content: {
12243
12312
  "application/json": {
12244
12313
  data?: {
12245
- /** @example 171 */
12314
+ /** @example 177 */
12246
12315
  id?: number;
12247
12316
  /** @example email_fa_0 */
12248
12317
  key?: string;
@@ -12256,9 +12325,9 @@ export interface operations {
12256
12325
  metadata_schema?: unknown[];
12257
12326
  /** @example true */
12258
12327
  is_active?: boolean;
12259
- /** @example 2026-04-30T10:55:43.000000Z */
12328
+ /** @example 2026-05-01T02:36:16.000000Z */
12260
12329
  created_at?: string;
12261
- /** @example 2026-04-30T10:55:43.000000Z */
12330
+ /** @example 2026-05-01T02:36:16.000000Z */
12262
12331
  updated_at?: string;
12263
12332
  };
12264
12333
  };
@@ -12318,7 +12387,7 @@ export interface operations {
12318
12387
  content: {
12319
12388
  "application/json": {
12320
12389
  data?: {
12321
- /** @example 172 */
12390
+ /** @example 178 */
12322
12391
  id?: number;
12323
12392
  /** @example email_fa_0 */
12324
12393
  key?: string;
@@ -12332,9 +12401,9 @@ export interface operations {
12332
12401
  metadata_schema?: unknown[];
12333
12402
  /** @example true */
12334
12403
  is_active?: boolean;
12335
- /** @example 2026-04-30T10:55:43.000000Z */
12404
+ /** @example 2026-05-01T02:36:16.000000Z */
12336
12405
  created_at?: string;
12337
- /** @example 2026-04-30T10:55:43.000000Z */
12406
+ /** @example 2026-05-01T02:36:16.000000Z */
12338
12407
  updated_at?: string;
12339
12408
  };
12340
12409
  };
@@ -13600,25 +13669,25 @@ export interface operations {
13600
13669
  /**
13601
13670
  * @example [
13602
13671
  * {
13603
- * "key": "aut",
13604
- * "name": "animi",
13605
- * "description": "Cumque possimus porro et ut deleniti velit eum.",
13672
+ * "key": "voluptate",
13673
+ * "name": "corrupti",
13674
+ * "description": "Voluptas distinctio quas libero non.",
13606
13675
  * "value_type": "string"
13607
13676
  * },
13608
13677
  * {
13609
- * "key": "molestiae",
13610
- * "name": "aut",
13611
- * "description": "Sed sit officiis sit et autem fugiat.",
13678
+ * "key": "ipsa",
13679
+ * "name": "illum",
13680
+ * "description": "Qui nihil exercitationem consequatur sit molestiae beatae omnis qui.",
13612
13681
  * "value_type": "string"
13613
13682
  * }
13614
13683
  * ]
13615
13684
  */
13616
13685
  data?: {
13617
- /** @example aut */
13686
+ /** @example voluptate */
13618
13687
  key?: string;
13619
- /** @example animi */
13688
+ /** @example corrupti */
13620
13689
  name?: string;
13621
- /** @example Cumque possimus porro et ut deleniti velit eum. */
13690
+ /** @example Voluptas distinctio quas libero non. */
13622
13691
  description?: string;
13623
13692
  /** @example string */
13624
13693
  value_type?: string;
@@ -14860,13 +14929,13 @@ export interface operations {
14860
14929
  };
14861
14930
  } | {
14862
14931
  data?: {
14863
- /** @example 48c060ad-6dd5-4fcf-88ef-7edd296426b4 */
14932
+ /** @example 3c0b760e-cda4-4a59-9879-7efffdf4eca5 */
14864
14933
  uid?: string;
14865
14934
  /** @example follow_up */
14866
14935
  inspection_type?: string;
14867
14936
  /** @example cancelled */
14868
14937
  status?: string;
14869
- /** @example 06 May 2026, 12:54 AM */
14938
+ /** @example 06 May 2026, 04:34 PM */
14870
14939
  scheduled_date?: string;
14871
14940
  /** @example null */
14872
14941
  completed_date?: string | null;
@@ -14874,11 +14943,11 @@ export interface operations {
14874
14943
  condition_rating?: string;
14875
14944
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
14876
14945
  summary?: string;
14877
- /** @example 28 Jun 2026, 09:42 PM */
14946
+ /** @example 30 Jun 2026, 01:23 PM */
14878
14947
  next_inspection_date?: string;
14879
- /** @example 30 Apr 2026, 10:55 AM */
14948
+ /** @example 01 May 2026, 02:36 AM */
14880
14949
  created_at?: string;
14881
- /** @example 30 Apr 2026, 10:55 AM */
14950
+ /** @example 01 May 2026, 02:36 AM */
14882
14951
  updated_at?: string;
14883
14952
  };
14884
14953
  };
@@ -14933,13 +15002,13 @@ export interface operations {
14933
15002
  content: {
14934
15003
  "application/json": {
14935
15004
  data?: {
14936
- /** @example 34b5dfd4-33b5-439c-ba65-6d87f20cbcba */
15005
+ /** @example 002e91e8-4391-4930-9799-955ebaef9c69 */
14937
15006
  uid?: string;
14938
15007
  /** @example follow_up */
14939
15008
  inspection_type?: string;
14940
15009
  /** @example cancelled */
14941
15010
  status?: string;
14942
- /** @example 06 May 2026, 12:54 AM */
15011
+ /** @example 06 May 2026, 04:34 PM */
14943
15012
  scheduled_date?: string;
14944
15013
  /** @example null */
14945
15014
  completed_date?: string | null;
@@ -14947,11 +15016,11 @@ export interface operations {
14947
15016
  condition_rating?: string;
14948
15017
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
14949
15018
  summary?: string;
14950
- /** @example 28 Jun 2026, 09:42 PM */
15019
+ /** @example 30 Jun 2026, 01:23 PM */
14951
15020
  next_inspection_date?: string;
14952
- /** @example 30 Apr 2026, 10:55 AM */
15021
+ /** @example 01 May 2026, 02:36 AM */
14953
15022
  created_at?: string;
14954
- /** @example 30 Apr 2026, 10:55 AM */
15023
+ /** @example 01 May 2026, 02:36 AM */
14955
15024
  updated_at?: string;
14956
15025
  };
14957
15026
  };
@@ -15046,13 +15115,13 @@ export interface operations {
15046
15115
  content: {
15047
15116
  "application/json": {
15048
15117
  data?: {
15049
- /** @example a3619e3c-7783-4675-a721-8de338fe12b9 */
15118
+ /** @example ff3b2c56-13db-48b0-9536-d46e2f2fa2d3 */
15050
15119
  uid?: string;
15051
15120
  /** @example follow_up */
15052
15121
  inspection_type?: string;
15053
15122
  /** @example cancelled */
15054
15123
  status?: string;
15055
- /** @example 23 Apr 2026, 10:20 PM */
15124
+ /** @example 24 Apr 2026, 02:01 PM */
15056
15125
  scheduled_date?: string;
15057
15126
  /** @example null */
15058
15127
  completed_date?: string | null;
@@ -15060,11 +15129,11 @@ export interface operations {
15060
15129
  condition_rating?: string;
15061
15130
  /** @example Et animi quos velit et fugiat. */
15062
15131
  summary?: string;
15063
- /** @example 02 Aug 2026, 06:14 AM */
15132
+ /** @example 03 Aug 2026, 09:54 PM */
15064
15133
  next_inspection_date?: string;
15065
- /** @example 30 Apr 2026, 10:55 AM */
15134
+ /** @example 01 May 2026, 02:36 AM */
15066
15135
  created_at?: string;
15067
- /** @example 30 Apr 2026, 10:55 AM */
15136
+ /** @example 01 May 2026, 02:36 AM */
15068
15137
  updated_at?: string;
15069
15138
  };
15070
15139
  };
@@ -15101,13 +15170,13 @@ export interface operations {
15101
15170
  content: {
15102
15171
  "application/json": {
15103
15172
  data?: {
15104
- /** @example c80f505f-d03b-4fec-96f9-a3874d70ae18 */
15173
+ /** @example 583c4879-3fea-41c8-b7e2-10d04e6ca3e3 */
15105
15174
  uid?: string;
15106
15175
  /** @example follow_up */
15107
15176
  inspection_type?: string;
15108
15177
  /** @example cancelled */
15109
15178
  status?: string;
15110
- /** @example 06 May 2026, 12:54 AM */
15179
+ /** @example 06 May 2026, 04:34 PM */
15111
15180
  scheduled_date?: string;
15112
15181
  /** @example null */
15113
15182
  completed_date?: string | null;
@@ -15115,11 +15184,11 @@ export interface operations {
15115
15184
  condition_rating?: string;
15116
15185
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
15117
15186
  summary?: string;
15118
- /** @example 28 Jun 2026, 09:42 PM */
15187
+ /** @example 30 Jun 2026, 01:23 PM */
15119
15188
  next_inspection_date?: string;
15120
- /** @example 30 Apr 2026, 10:55 AM */
15189
+ /** @example 01 May 2026, 02:36 AM */
15121
15190
  created_at?: string;
15122
- /** @example 30 Apr 2026, 10:55 AM */
15191
+ /** @example 01 May 2026, 02:36 AM */
15123
15192
  updated_at?: string;
15124
15193
  };
15125
15194
  };
@@ -15156,13 +15225,13 @@ export interface operations {
15156
15225
  content: {
15157
15226
  "application/json": {
15158
15227
  data?: {
15159
- /** @example 6bbcd895-ebea-4912-a36d-b7bf5a6d247a */
15228
+ /** @example f66562a9-6b45-42e4-9f08-c34f69f7a46c */
15160
15229
  uid?: string;
15161
15230
  /** @example follow_up */
15162
15231
  inspection_type?: string;
15163
15232
  /** @example cancelled */
15164
15233
  status?: string;
15165
- /** @example 23 Apr 2026, 10:20 PM */
15234
+ /** @example 24 Apr 2026, 02:01 PM */
15166
15235
  scheduled_date?: string;
15167
15236
  /** @example null */
15168
15237
  completed_date?: string | null;
@@ -15170,11 +15239,11 @@ export interface operations {
15170
15239
  condition_rating?: string;
15171
15240
  /** @example Et animi quos velit et fugiat. */
15172
15241
  summary?: string;
15173
- /** @example 02 Aug 2026, 06:14 AM */
15242
+ /** @example 03 Aug 2026, 09:54 PM */
15174
15243
  next_inspection_date?: string;
15175
- /** @example 30 Apr 2026, 10:55 AM */
15244
+ /** @example 01 May 2026, 02:36 AM */
15176
15245
  created_at?: string;
15177
- /** @example 30 Apr 2026, 10:55 AM */
15246
+ /** @example 01 May 2026, 02:36 AM */
15178
15247
  updated_at?: string;
15179
15248
  };
15180
15249
  };
@@ -15301,29 +15370,29 @@ export interface operations {
15301
15370
  };
15302
15371
  } | {
15303
15372
  data?: {
15304
- /** @example 1705ee75-d02c-4db2-b668-72cc89d8447d */
15373
+ /** @example d6ff5794-bbb9-40d5-8cb4-1c7fba9f3658 */
15305
15374
  uid?: string;
15306
15375
  /** @example 1 */
15307
15376
  tenancy_id?: number;
15308
- /** @example Quia et animi repudiandae architecto. */
15377
+ /** @example Ipsa animi laborum necessitatibus dolorem. */
15309
15378
  title?: string;
15310
- /** @example Consequatur odio molestiae atque consectetur aut repudiandae. Voluptas esse libero eum quas ut. Incidunt minus omnis eaque magni. Pariatur consequatur unde voluptas ad quibusdam eaque illum. */
15379
+ /** @example Quasi ducimus quo non dolore fugit. Facere quas officiis ab id est amet. Et dolores enim consequatur quas et. Vel ipsam voluptatem qui sit ducimus. */
15311
15380
  description?: string;
15312
- /** @example reported */
15381
+ /** @example cancelled */
15313
15382
  status?: string;
15314
- /** @example emergency */
15383
+ /** @example normal */
15315
15384
  priority?: string;
15316
- /** @example 27 Apr 2026, 04:15 PM */
15385
+ /** @example 29 Apr 2026, 08:44 PM */
15317
15386
  reported_at?: string;
15318
- /** @example 29 Apr 2026, 04:17 PM */
15319
- assigned_at?: string;
15387
+ /** @example null */
15388
+ assigned_at?: string | null;
15320
15389
  /** @example null */
15321
15390
  completed_at?: string | null;
15322
- /** @example 02 May 2026, 02:53 AM */
15391
+ /** @example 03 May 2026, 10:42 PM */
15323
15392
  sla_deadline?: string;
15324
- /** @example 30 Apr 2026, 10:55 AM */
15393
+ /** @example 01 May 2026, 02:36 AM */
15325
15394
  created_at?: string;
15326
- /** @example 30 Apr 2026, 10:55 AM */
15395
+ /** @example 01 May 2026, 02:36 AM */
15327
15396
  updated_at?: string;
15328
15397
  };
15329
15398
  };
@@ -15360,7 +15429,7 @@ export interface operations {
15360
15429
  content: {
15361
15430
  "application/json": {
15362
15431
  data?: {
15363
- /** @example 80abd602-cd8d-4735-9b6f-6201703d5ac8 */
15432
+ /** @example e2ffedb7-0fed-46cc-a62e-9cd295825127 */
15364
15433
  uid?: string;
15365
15434
  /** @example 1 */
15366
15435
  tenancy_id?: number;
@@ -15372,17 +15441,17 @@ export interface operations {
15372
15441
  status?: string;
15373
15442
  /** @example low */
15374
15443
  priority?: string;
15375
- /** @example 29 Apr 2026, 12:24 AM */
15444
+ /** @example 29 Apr 2026, 04:04 PM */
15376
15445
  reported_at?: string;
15377
15446
  /** @example null */
15378
15447
  assigned_at?: string | null;
15379
15448
  /** @example null */
15380
15449
  completed_at?: string | null;
15381
- /** @example 01 May 2026, 08:48 PM */
15450
+ /** @example 02 May 2026, 12:29 PM */
15382
15451
  sla_deadline?: string;
15383
- /** @example 30 Apr 2026, 10:55 AM */
15452
+ /** @example 01 May 2026, 02:36 AM */
15384
15453
  created_at?: string;
15385
- /** @example 30 Apr 2026, 10:55 AM */
15454
+ /** @example 01 May 2026, 02:36 AM */
15386
15455
  updated_at?: string;
15387
15456
  };
15388
15457
  };
@@ -15419,7 +15488,7 @@ export interface operations {
15419
15488
  content: {
15420
15489
  "application/json": {
15421
15490
  data?: {
15422
- /** @example 5558e402-fe52-4a8f-8f23-4f3479a1f7d3 */
15491
+ /** @example a22b4470-6fdd-4f9a-b641-402856a563a6 */
15423
15492
  uid?: string;
15424
15493
  /** @example 1 */
15425
15494
  tenancy_id?: number;
@@ -15431,17 +15500,17 @@ export interface operations {
15431
15500
  status?: string;
15432
15501
  /** @example emergency */
15433
15502
  priority?: string;
15434
- /** @example 23 Apr 2026, 10:09 PM */
15503
+ /** @example 24 Apr 2026, 01:49 PM */
15435
15504
  reported_at?: string;
15436
- /** @example 28 Apr 2026, 06:29 PM */
15505
+ /** @example 29 Apr 2026, 10:09 AM */
15437
15506
  assigned_at?: string;
15438
15507
  /** @example null */
15439
15508
  completed_at?: string | null;
15440
- /** @example 01 May 2026, 11:51 PM */
15509
+ /** @example 02 May 2026, 03:32 PM */
15441
15510
  sla_deadline?: string;
15442
- /** @example 30 Apr 2026, 10:55 AM */
15511
+ /** @example 01 May 2026, 02:36 AM */
15443
15512
  created_at?: string;
15444
- /** @example 30 Apr 2026, 10:55 AM */
15513
+ /** @example 01 May 2026, 02:36 AM */
15445
15514
  updated_at?: string;
15446
15515
  };
15447
15516
  };
@@ -15478,7 +15547,7 @@ export interface operations {
15478
15547
  content: {
15479
15548
  "application/json": {
15480
15549
  data?: {
15481
- /** @example 9868cd93-849e-4049-8b03-9557ed030ece */
15550
+ /** @example 65165840-36da-4f61-8b24-8348dfbbea77 */
15482
15551
  uid?: string;
15483
15552
  /** @example 1 */
15484
15553
  tenancy_id?: number;
@@ -15490,17 +15559,17 @@ export interface operations {
15490
15559
  status?: string;
15491
15560
  /** @example emergency */
15492
15561
  priority?: string;
15493
- /** @example 23 Apr 2026, 10:09 PM */
15562
+ /** @example 24 Apr 2026, 01:49 PM */
15494
15563
  reported_at?: string;
15495
- /** @example 28 Apr 2026, 06:29 PM */
15564
+ /** @example 29 Apr 2026, 10:09 AM */
15496
15565
  assigned_at?: string;
15497
15566
  /** @example null */
15498
15567
  completed_at?: string | null;
15499
- /** @example 01 May 2026, 11:51 PM */
15568
+ /** @example 02 May 2026, 03:32 PM */
15500
15569
  sla_deadline?: string;
15501
- /** @example 30 Apr 2026, 10:55 AM */
15570
+ /** @example 01 May 2026, 02:36 AM */
15502
15571
  created_at?: string;
15503
- /** @example 30 Apr 2026, 10:55 AM */
15572
+ /** @example 01 May 2026, 02:36 AM */
15504
15573
  updated_at?: string;
15505
15574
  };
15506
15575
  };
@@ -15537,7 +15606,7 @@ export interface operations {
15537
15606
  content: {
15538
15607
  "application/json": {
15539
15608
  data?: {
15540
- /** @example b336e6de-ca9d-401b-a2be-73c54480e54c */
15609
+ /** @example c5924310-c557-4273-83f4-6bb7758d3135 */
15541
15610
  uid?: string;
15542
15611
  /** @example 1 */
15543
15612
  tenancy_id?: number;
@@ -15549,17 +15618,17 @@ export interface operations {
15549
15618
  status?: string;
15550
15619
  /** @example emergency */
15551
15620
  priority?: string;
15552
- /** @example 23 Apr 2026, 10:09 PM */
15621
+ /** @example 24 Apr 2026, 01:49 PM */
15553
15622
  reported_at?: string;
15554
- /** @example 28 Apr 2026, 06:29 PM */
15623
+ /** @example 29 Apr 2026, 10:09 AM */
15555
15624
  assigned_at?: string;
15556
15625
  /** @example null */
15557
15626
  completed_at?: string | null;
15558
- /** @example 01 May 2026, 11:51 PM */
15627
+ /** @example 02 May 2026, 03:32 PM */
15559
15628
  sla_deadline?: string;
15560
- /** @example 30 Apr 2026, 10:55 AM */
15629
+ /** @example 01 May 2026, 02:36 AM */
15561
15630
  created_at?: string;
15562
- /** @example 30 Apr 2026, 10:55 AM */
15631
+ /** @example 01 May 2026, 02:36 AM */
15563
15632
  updated_at?: string;
15564
15633
  };
15565
15634
  };
@@ -16262,18 +16331,23 @@ export interface operations {
16262
16331
  };
16263
16332
  };
16264
16333
  responses: {
16334
+ /** @description Appointment created */
16265
16335
  200: {
16266
16336
  headers: {
16267
16337
  [name: string]: unknown;
16268
16338
  };
16269
16339
  content: {
16270
16340
  "application/json": {
16341
+ /** @example Appointment created */
16342
+ message?: string;
16343
+ /** @example null */
16344
+ event?: string | null;
16271
16345
  data?: {
16272
- /** @example 485 */
16346
+ /** @example 12 */
16273
16347
  id?: number;
16274
- /** @example APT-20260430-P0YTV5 */
16348
+ /** @example APT-20260430-ABC123 */
16275
16349
  appointment_ref?: string;
16276
- /** @example Property viewing */
16350
+ /** @example Viewing for Riverside Flat */
16277
16351
  title?: string;
16278
16352
  appointment_type?: {
16279
16353
  /** @example property_viewing */
@@ -16281,61 +16355,188 @@ export interface operations {
16281
16355
  /** @example Property Viewing */
16282
16356
  label?: string;
16283
16357
  };
16284
- /** @example 2 */
16358
+ /** @example 32 */
16285
16359
  listing_id?: number;
16286
16360
  listing?: {
16287
- /** @example LST-PRP-SHL-MO7SAE6EVC0 */
16361
+ /** @example LST-PRP-LTR-260405-A1B2 */
16288
16362
  sku?: string;
16289
- /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
16363
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16290
16364
  uid?: string;
16291
- /** @example Short Let */
16365
+ details?: {
16366
+ /** @example 24 Windsor Court */
16367
+ title?: string;
16368
+ /** @example Modern two-bedroom apartment close to transport links. */
16369
+ description?: string;
16370
+ /** @example London */
16371
+ city?: string;
16372
+ /** @example 24 Windsor Court, London, SW1 */
16373
+ address?: string;
16374
+ /** @example SW1A 1AA */
16375
+ postcode?: string;
16376
+ /** @example -0.1412000 */
16377
+ longitude?: string;
16378
+ /** @example 51.5014000 */
16379
+ latitude?: string;
16380
+ /** @example United Kingdom */
16381
+ country?: string;
16382
+ };
16383
+ /** @example Rent */
16292
16384
  listing_type?: string;
16293
16385
  /** @example Property */
16294
16386
  vertical?: string;
16295
- /** @example company_lease */
16387
+ /** @example entire_place */
16296
16388
  arrangement_type?: string;
16297
- /** @example Company Lease */
16389
+ /** @example Entire Place */
16298
16390
  arrangement_type_label?: string;
16299
- /** @example null */
16300
- price?: string | null;
16391
+ price?: {
16392
+ /** @example 2500.00 */
16393
+ amount?: string;
16394
+ /** @example GBP */
16395
+ currency?: string;
16396
+ /** @example month */
16397
+ period?: string;
16398
+ };
16399
+ listing_policy?: {
16400
+ /** @example 4 */
16401
+ max_occupants?: number;
16402
+ /** @example residential */
16403
+ allowed_use_type?: string;
16404
+ /** @example Residential */
16405
+ allowed_use_type_label?: string;
16406
+ /** @example false */
16407
+ is_subletting_allowed?: boolean;
16408
+ /** @example true */
16409
+ requires_permission_for_subletting?: boolean;
16410
+ /** @example true */
16411
+ event_permission_required?: boolean;
16412
+ /** @example true */
16413
+ no_party_policy?: boolean;
16414
+ /** @example false */
16415
+ commercial_use_flag?: boolean;
16416
+ };
16417
+ /** @example [] */
16418
+ viewing_slots?: unknown[];
16419
+ /** @example [] */
16420
+ tenant_preferences?: unknown[];
16421
+ /** @example [] */
16422
+ features?: unknown[];
16423
+ owner?: {
16424
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16425
+ uid?: string;
16426
+ /** @example Alice Taylor */
16427
+ name?: string;
16428
+ /** @example +2348012345678 */
16429
+ phone?: string;
16430
+ /** @example alice@example.com */
16431
+ email?: string;
16432
+ /** @example null */
16433
+ avatar?: string | null;
16434
+ /** @example null */
16435
+ plan?: string | null;
16436
+ };
16437
+ created_by?: {
16438
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
16439
+ uid?: string;
16440
+ /** @example System Admin */
16441
+ name?: string;
16442
+ /** @example null */
16443
+ phone?: string | null;
16444
+ /** @example admin@example.com */
16445
+ email?: string;
16446
+ /** @example null */
16447
+ avatar?: string | null;
16448
+ /** @example null */
16449
+ plan?: string | null;
16450
+ };
16301
16451
  /** @example published */
16302
16452
  state?: string;
16303
- /** @example 19 Apr 2026, 10:46 PM */
16453
+ /** @example 30 Apr 2026, 10:00 AM */
16304
16454
  published_at?: string;
16305
- /** @example 1 week ago */
16455
+ /** @example 2 days ago */
16306
16456
  published_since?: string;
16307
16457
  /** @example true */
16308
16458
  is_visible?: boolean;
16309
16459
  summary?: {
16310
- /** @example null */
16311
- availability?: string | null;
16460
+ /** @example residential */
16461
+ property_type?: string;
16462
+ /** @example 2 */
16463
+ bedrooms?: number;
16464
+ /** @example 1 */
16465
+ bathrooms?: number;
16466
+ /** @example 85 sqm */
16467
+ size?: string;
16468
+ /** @example available */
16469
+ availability?: string;
16470
+ };
16471
+ workflow?: {
16472
+ /** @example media */
16473
+ current_step?: string;
16474
+ /** @example true */
16475
+ can_submit?: boolean;
16476
+ /** @example [] */
16477
+ missing_requirements?: unknown[];
16478
+ /** @example publish */
16479
+ next_step?: string;
16480
+ progress?: {
16481
+ /** @example 8 */
16482
+ completed?: number;
16483
+ /** @example 8 */
16484
+ total?: number;
16485
+ /** @example 100 */
16486
+ percentage?: number;
16487
+ };
16488
+ };
16489
+ media?: {
16490
+ /**
16491
+ * @example [
16492
+ * {
16493
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
16494
+ * "media_type": "photo",
16495
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
16496
+ * "order_index": 0,
16497
+ * "is_cover": true
16498
+ * }
16499
+ * ]
16500
+ */
16501
+ gallery?: {
16502
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
16503
+ uid?: string;
16504
+ /** @example photo */
16505
+ media_type?: string;
16506
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
16507
+ storage_path?: string;
16508
+ /** @example 0 */
16509
+ order_index?: number;
16510
+ /** @example true */
16511
+ is_cover?: boolean;
16512
+ }[];
16513
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
16514
+ cover?: string;
16515
+ /** @example 1 */
16516
+ count?: number;
16312
16517
  };
16313
- /** @example [] */
16314
- workflow?: unknown[];
16315
- /** @example [] */
16316
- media?: unknown[];
16317
16518
  };
16318
- /** @example completed */
16519
+ /** @example proposed */
16319
16520
  status?: string;
16320
16521
  scheduled?: {
16321
- /** @example 1996-01-25T00:00:00.000000Z */
16522
+ /** @example 01 May 2026, 09:00 AM */
16322
16523
  start?: string;
16323
- /** @example 1981-05-28T00:00:00.000000Z */
16524
+ /** @example 01 May 2026, 10:00 AM */
16324
16525
  end?: string;
16325
16526
  };
16326
16527
  customer?: {
16327
- /** @example af3a7981-f613-4482-898d-09ac3fab930b */
16528
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
16328
16529
  uid?: string;
16329
- /** @example Teagan King */
16530
+ /** @example Dominic Thomas */
16330
16531
  name?: string;
16331
16532
  };
16332
16533
  landlord?: {
16333
- /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
16534
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16334
16535
  uid?: string;
16335
- /** @example dogunfx */
16536
+ /** @example Alice Taylor */
16336
16537
  name?: string;
16337
16538
  };
16338
- /** @example 2026-04-30T10:55:44.000000Z */
16539
+ /** @example 2026-04-30T00:00:00.000000Z */
16339
16540
  created_at?: string;
16340
16541
  };
16341
16542
  };
@@ -16355,18 +16556,23 @@ export interface operations {
16355
16556
  };
16356
16557
  requestBody?: never;
16357
16558
  responses: {
16559
+ /** @description Appointment retrieved successfully */
16358
16560
  200: {
16359
16561
  headers: {
16360
16562
  [name: string]: unknown;
16361
16563
  };
16362
16564
  content: {
16363
16565
  "application/json": {
16566
+ /** @example Appointment retrieve successfully */
16567
+ message?: string;
16568
+ /** @example null */
16569
+ event?: string | null;
16364
16570
  data?: {
16365
- /** @example 486 */
16571
+ /** @example 12 */
16366
16572
  id?: number;
16367
- /** @example APT-20260430-B02R6S */
16573
+ /** @example APT-20260430-ABC123 */
16368
16574
  appointment_ref?: string;
16369
- /** @example Property viewing */
16575
+ /** @example Viewing for Riverside Flat */
16370
16576
  title?: string;
16371
16577
  appointment_type?: {
16372
16578
  /** @example property_viewing */
@@ -16374,61 +16580,188 @@ export interface operations {
16374
16580
  /** @example Property Viewing */
16375
16581
  label?: string;
16376
16582
  };
16377
- /** @example 2 */
16583
+ /** @example 32 */
16378
16584
  listing_id?: number;
16379
16585
  listing?: {
16380
- /** @example LST-PRP-SHL-MO7SAE6EVC0 */
16586
+ /** @example LST-PRP-LTR-260405-A1B2 */
16381
16587
  sku?: string;
16382
- /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
16588
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16383
16589
  uid?: string;
16384
- /** @example Short Let */
16590
+ details?: {
16591
+ /** @example 24 Windsor Court */
16592
+ title?: string;
16593
+ /** @example Modern two-bedroom apartment close to transport links. */
16594
+ description?: string;
16595
+ /** @example London */
16596
+ city?: string;
16597
+ /** @example 24 Windsor Court, London, SW1 */
16598
+ address?: string;
16599
+ /** @example SW1A 1AA */
16600
+ postcode?: string;
16601
+ /** @example -0.1412000 */
16602
+ longitude?: string;
16603
+ /** @example 51.5014000 */
16604
+ latitude?: string;
16605
+ /** @example United Kingdom */
16606
+ country?: string;
16607
+ };
16608
+ /** @example Rent */
16385
16609
  listing_type?: string;
16386
16610
  /** @example Property */
16387
16611
  vertical?: string;
16388
- /** @example company_lease */
16612
+ /** @example entire_place */
16389
16613
  arrangement_type?: string;
16390
- /** @example Company Lease */
16614
+ /** @example Entire Place */
16391
16615
  arrangement_type_label?: string;
16392
- /** @example null */
16393
- price?: string | null;
16394
- /** @example published */
16395
- state?: string;
16396
- /** @example 19 Apr 2026, 10:46 PM */
16397
- published_at?: string;
16398
- /** @example 1 week ago */
16399
- published_since?: string;
16400
- /** @example true */
16401
- is_visible?: boolean;
16402
- summary?: {
16403
- /** @example null */
16404
- availability?: string | null;
16405
- };
16616
+ price?: {
16617
+ /** @example 2500.00 */
16618
+ amount?: string;
16619
+ /** @example GBP */
16620
+ currency?: string;
16621
+ /** @example month */
16622
+ period?: string;
16623
+ };
16624
+ listing_policy?: {
16625
+ /** @example 4 */
16626
+ max_occupants?: number;
16627
+ /** @example residential */
16628
+ allowed_use_type?: string;
16629
+ /** @example Residential */
16630
+ allowed_use_type_label?: string;
16631
+ /** @example false */
16632
+ is_subletting_allowed?: boolean;
16633
+ /** @example true */
16634
+ requires_permission_for_subletting?: boolean;
16635
+ /** @example true */
16636
+ event_permission_required?: boolean;
16637
+ /** @example true */
16638
+ no_party_policy?: boolean;
16639
+ /** @example false */
16640
+ commercial_use_flag?: boolean;
16641
+ };
16406
16642
  /** @example [] */
16407
- workflow?: unknown[];
16643
+ viewing_slots?: unknown[];
16408
16644
  /** @example [] */
16409
- media?: unknown[];
16645
+ tenant_preferences?: unknown[];
16646
+ /** @example [] */
16647
+ features?: unknown[];
16648
+ owner?: {
16649
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16650
+ uid?: string;
16651
+ /** @example Alice Taylor */
16652
+ name?: string;
16653
+ /** @example +2348012345678 */
16654
+ phone?: string;
16655
+ /** @example alice@example.com */
16656
+ email?: string;
16657
+ /** @example null */
16658
+ avatar?: string | null;
16659
+ /** @example null */
16660
+ plan?: string | null;
16661
+ };
16662
+ created_by?: {
16663
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
16664
+ uid?: string;
16665
+ /** @example System Admin */
16666
+ name?: string;
16667
+ /** @example null */
16668
+ phone?: string | null;
16669
+ /** @example admin@example.com */
16670
+ email?: string;
16671
+ /** @example null */
16672
+ avatar?: string | null;
16673
+ /** @example null */
16674
+ plan?: string | null;
16675
+ };
16676
+ /** @example published */
16677
+ state?: string;
16678
+ /** @example 30 Apr 2026, 10:00 AM */
16679
+ published_at?: string;
16680
+ /** @example 2 days ago */
16681
+ published_since?: string;
16682
+ /** @example true */
16683
+ is_visible?: boolean;
16684
+ summary?: {
16685
+ /** @example residential */
16686
+ property_type?: string;
16687
+ /** @example 2 */
16688
+ bedrooms?: number;
16689
+ /** @example 1 */
16690
+ bathrooms?: number;
16691
+ /** @example 85 sqm */
16692
+ size?: string;
16693
+ /** @example available */
16694
+ availability?: string;
16695
+ };
16696
+ workflow?: {
16697
+ /** @example media */
16698
+ current_step?: string;
16699
+ /** @example true */
16700
+ can_submit?: boolean;
16701
+ /** @example [] */
16702
+ missing_requirements?: unknown[];
16703
+ /** @example publish */
16704
+ next_step?: string;
16705
+ progress?: {
16706
+ /** @example 8 */
16707
+ completed?: number;
16708
+ /** @example 8 */
16709
+ total?: number;
16710
+ /** @example 100 */
16711
+ percentage?: number;
16712
+ };
16713
+ };
16714
+ media?: {
16715
+ /**
16716
+ * @example [
16717
+ * {
16718
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
16719
+ * "media_type": "photo",
16720
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
16721
+ * "order_index": 0,
16722
+ * "is_cover": true
16723
+ * }
16724
+ * ]
16725
+ */
16726
+ gallery?: {
16727
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
16728
+ uid?: string;
16729
+ /** @example photo */
16730
+ media_type?: string;
16731
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
16732
+ storage_path?: string;
16733
+ /** @example 0 */
16734
+ order_index?: number;
16735
+ /** @example true */
16736
+ is_cover?: boolean;
16737
+ }[];
16738
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
16739
+ cover?: string;
16740
+ /** @example 1 */
16741
+ count?: number;
16742
+ };
16410
16743
  };
16411
- /** @example completed */
16744
+ /** @example proposed */
16412
16745
  status?: string;
16413
16746
  scheduled?: {
16414
- /** @example 1981-11-10T00:00:00.000000Z */
16747
+ /** @example 01 May 2026, 09:00 AM */
16415
16748
  start?: string;
16416
- /** @example 1979-12-07T00:00:00.000000Z */
16749
+ /** @example 01 May 2026, 10:00 AM */
16417
16750
  end?: string;
16418
16751
  };
16419
16752
  customer?: {
16420
- /** @example af3a7981-f613-4482-898d-09ac3fab930b */
16753
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
16421
16754
  uid?: string;
16422
- /** @example Teagan King */
16755
+ /** @example Dominic Thomas */
16423
16756
  name?: string;
16424
16757
  };
16425
16758
  landlord?: {
16426
- /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
16759
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16427
16760
  uid?: string;
16428
- /** @example dogunfx */
16761
+ /** @example Alice Taylor */
16429
16762
  name?: string;
16430
16763
  };
16431
- /** @example 2026-04-30T10:55:44.000000Z */
16764
+ /** @example 2026-04-30T00:00:00.000000Z */
16432
16765
  created_at?: string;
16433
16766
  };
16434
16767
  };
@@ -16474,13 +16807,40 @@ export interface operations {
16474
16807
  * },
16475
16808
  * "listing_id": 32,
16476
16809
  * "listing": {
16477
- * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
16478
16810
  * "sku": "LST-PRP-LTR-260405-A1B2",
16811
+ * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
16479
16812
  * "details": {
16480
- * "address": "24 Windsor Court, London, SW1",
16481
16813
  * "title": "24 Windsor Court",
16482
- * "type": "Rent"
16814
+ * "description": "Modern two-bedroom apartment close to transport links.",
16815
+ * "city": "London",
16816
+ * "address": "24 Windsor Court, London, SW1",
16817
+ * "postcode": "SW1A 1AA",
16818
+ * "longitude": "-0.1412000",
16819
+ * "latitude": "51.5014000",
16820
+ * "country": "United Kingdom"
16483
16821
  * },
16822
+ * "listing_type": "Rent",
16823
+ * "vertical": "Property",
16824
+ * "arrangement_type": "entire_place",
16825
+ * "arrangement_type_label": "Entire Place",
16826
+ * "price": {
16827
+ * "amount": "2500.00",
16828
+ * "currency": "GBP",
16829
+ * "period": "month"
16830
+ * },
16831
+ * "listing_policy": {
16832
+ * "max_occupants": 4,
16833
+ * "allowed_use_type": "residential",
16834
+ * "allowed_use_type_label": "Residential",
16835
+ * "is_subletting_allowed": false,
16836
+ * "requires_permission_for_subletting": true,
16837
+ * "event_permission_required": true,
16838
+ * "no_party_policy": true,
16839
+ * "commercial_use_flag": false
16840
+ * },
16841
+ * "viewing_slots": [],
16842
+ * "tenant_preferences": [],
16843
+ * "features": [],
16484
16844
  * "owner": {
16485
16845
  * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
16486
16846
  * "name": "Alice Taylor",
@@ -16498,7 +16858,7 @@ export interface operations {
16498
16858
  * "plan": null
16499
16859
  * },
16500
16860
  * "state": "published",
16501
- * "published_at": "2026-04-25T10:00:00Z",
16861
+ * "published_at": "30 Apr 2026, 10:00 AM",
16502
16862
  * "published_since": "2 days ago",
16503
16863
  * "is_visible": true,
16504
16864
  * "summary": {
@@ -16523,7 +16883,7 @@ export interface operations {
16523
16883
  * "gallery": [
16524
16884
  * {
16525
16885
  * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
16526
- * "media_type": "image/jpeg",
16886
+ * "media_type": "photo",
16527
16887
  * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
16528
16888
  * "order_index": 0,
16529
16889
  * "is_cover": true
@@ -16533,10 +16893,10 @@ export interface operations {
16533
16893
  * "count": 1
16534
16894
  * }
16535
16895
  * },
16536
- * "status": "pending",
16896
+ * "status": "proposed",
16537
16897
  * "scheduled": {
16538
- * "start": "2026-05-01T09:00:00Z",
16539
- * "end": "2026-05-01T10:00:00Z"
16898
+ * "start": "01 May 2026, 09:00 AM",
16899
+ * "end": "01 May 2026, 10:00 AM"
16540
16900
  * },
16541
16901
  * "customer": {
16542
16902
  * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
@@ -16546,7 +16906,7 @@ export interface operations {
16546
16906
  * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
16547
16907
  * "name": "Alice Taylor"
16548
16908
  * },
16549
- * "created_at": "2026-04-30T00:00:00Z"
16909
+ * "created_at": "2026-04-30T00:00:00.000000Z"
16550
16910
  * }
16551
16911
  * ]
16552
16912
  */
@@ -16566,18 +16926,68 @@ export interface operations {
16566
16926
  /** @example 32 */
16567
16927
  listing_id?: number;
16568
16928
  listing?: {
16569
- /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16570
- uid?: string;
16571
16929
  /** @example LST-PRP-LTR-260405-A1B2 */
16572
16930
  sku?: string;
16931
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16932
+ uid?: string;
16573
16933
  details?: {
16574
- /** @example 24 Windsor Court, London, SW1 */
16575
- address?: string;
16576
16934
  /** @example 24 Windsor Court */
16577
16935
  title?: string;
16578
- /** @example Rent */
16579
- type?: string;
16936
+ /** @example Modern two-bedroom apartment close to transport links. */
16937
+ description?: string;
16938
+ /** @example London */
16939
+ city?: string;
16940
+ /** @example 24 Windsor Court, London, SW1 */
16941
+ address?: string;
16942
+ /** @example SW1A 1AA */
16943
+ postcode?: string;
16944
+ /** @example -0.1412000 */
16945
+ longitude?: string;
16946
+ /** @example 51.5014000 */
16947
+ latitude?: string;
16948
+ /** @example United Kingdom */
16949
+ country?: string;
16950
+ };
16951
+ /** @example Rent */
16952
+ listing_type?: string;
16953
+ /** @example Property */
16954
+ vertical?: string;
16955
+ /** @example entire_place */
16956
+ arrangement_type?: string;
16957
+ /** @example Entire Place */
16958
+ arrangement_type_label?: string;
16959
+ price?: {
16960
+ /** @example 2500.00 */
16961
+ amount?: string;
16962
+ /** @example GBP */
16963
+ currency?: string;
16964
+ /** @example month */
16965
+ period?: string;
16966
+ };
16967
+ listing_policy?: {
16968
+ /** @example 4 */
16969
+ max_occupants?: number;
16970
+ /** @example residential */
16971
+ allowed_use_type?: string;
16972
+ /** @example Residential */
16973
+ allowed_use_type_label?: string;
16974
+ /** @example false */
16975
+ is_subletting_allowed?: boolean;
16976
+ /** @example true */
16977
+ requires_permission_for_subletting?: boolean;
16978
+ /** @example true */
16979
+ event_permission_required?: boolean;
16980
+ /** @example true */
16981
+ no_party_policy?: boolean;
16982
+ /** @example false */
16983
+ commercial_use_flag?: boolean;
16580
16984
  };
16985
+ /** @example [] */
16986
+ viewing_slots?: unknown[];
16987
+ /** @example [] */
16988
+ tenant_preferences?: unknown[];
16989
+ /** @example [] */
16990
+ features?: unknown[];
16581
16991
  owner?: {
16582
16992
  /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16583
16993
  uid?: string;
@@ -16608,7 +17018,7 @@ export interface operations {
16608
17018
  };
16609
17019
  /** @example published */
16610
17020
  state?: string;
16611
- /** @example 2026-04-25T10:00:00Z */
17021
+ /** @example 30 Apr 2026, 10:00 AM */
16612
17022
  published_at?: string;
16613
17023
  /** @example 2 days ago */
16614
17024
  published_since?: string;
@@ -16649,7 +17059,7 @@ export interface operations {
16649
17059
  * @example [
16650
17060
  * {
16651
17061
  * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
16652
- * "media_type": "image/jpeg",
17062
+ * "media_type": "photo",
16653
17063
  * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
16654
17064
  * "order_index": 0,
16655
17065
  * "is_cover": true
@@ -16659,7 +17069,7 @@ export interface operations {
16659
17069
  gallery?: {
16660
17070
  /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
16661
17071
  uid?: string;
16662
- /** @example image/jpeg */
17072
+ /** @example photo */
16663
17073
  media_type?: string;
16664
17074
  /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
16665
17075
  storage_path?: string;
@@ -16674,12 +17084,12 @@ export interface operations {
16674
17084
  count?: number;
16675
17085
  };
16676
17086
  };
16677
- /** @example pending */
17087
+ /** @example proposed */
16678
17088
  status?: string;
16679
17089
  scheduled?: {
16680
- /** @example 2026-05-01T09:00:00Z */
17090
+ /** @example 01 May 2026, 09:00 AM */
16681
17091
  start?: string;
16682
- /** @example 2026-05-01T10:00:00Z */
17092
+ /** @example 01 May 2026, 10:00 AM */
16683
17093
  end?: string;
16684
17094
  };
16685
17095
  customer?: {
@@ -16694,7 +17104,7 @@ export interface operations {
16694
17104
  /** @example Alice Taylor */
16695
17105
  name?: string;
16696
17106
  };
16697
- /** @example 2026-04-30T00:00:00Z */
17107
+ /** @example 2026-04-30T00:00:00.000000Z */
16698
17108
  created_at?: string;
16699
17109
  }[];
16700
17110
  pagination?: {
@@ -16754,18 +17164,23 @@ export interface operations {
16754
17164
  };
16755
17165
  };
16756
17166
  responses: {
17167
+ /** @description Appointment rescheduled */
16757
17168
  200: {
16758
17169
  headers: {
16759
17170
  [name: string]: unknown;
16760
17171
  };
16761
17172
  content: {
16762
17173
  "application/json": {
17174
+ /** @example Appointment rescheduled */
17175
+ message?: string;
17176
+ /** @example null */
17177
+ event?: string | null;
16763
17178
  data?: {
16764
- /** @example 487 */
17179
+ /** @example 12 */
16765
17180
  id?: number;
16766
- /** @example APT-20260430-VJKO6I */
17181
+ /** @example APT-20260430-ABC123 */
16767
17182
  appointment_ref?: string;
16768
- /** @example Property viewing */
17183
+ /** @example Viewing for Riverside Flat */
16769
17184
  title?: string;
16770
17185
  appointment_type?: {
16771
17186
  /** @example property_viewing */
@@ -16773,61 +17188,188 @@ export interface operations {
16773
17188
  /** @example Property Viewing */
16774
17189
  label?: string;
16775
17190
  };
16776
- /** @example 2 */
17191
+ /** @example 32 */
16777
17192
  listing_id?: number;
16778
17193
  listing?: {
16779
- /** @example LST-PRP-SHL-MO7SAE6EVC0 */
17194
+ /** @example LST-PRP-LTR-260405-A1B2 */
16780
17195
  sku?: string;
16781
- /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
17196
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16782
17197
  uid?: string;
16783
- /** @example Short Let */
17198
+ details?: {
17199
+ /** @example 24 Windsor Court */
17200
+ title?: string;
17201
+ /** @example Modern two-bedroom apartment close to transport links. */
17202
+ description?: string;
17203
+ /** @example London */
17204
+ city?: string;
17205
+ /** @example 24 Windsor Court, London, SW1 */
17206
+ address?: string;
17207
+ /** @example SW1A 1AA */
17208
+ postcode?: string;
17209
+ /** @example -0.1412000 */
17210
+ longitude?: string;
17211
+ /** @example 51.5014000 */
17212
+ latitude?: string;
17213
+ /** @example United Kingdom */
17214
+ country?: string;
17215
+ };
17216
+ /** @example Rent */
16784
17217
  listing_type?: string;
16785
17218
  /** @example Property */
16786
17219
  vertical?: string;
16787
- /** @example company_lease */
17220
+ /** @example entire_place */
16788
17221
  arrangement_type?: string;
16789
- /** @example Company Lease */
17222
+ /** @example Entire Place */
16790
17223
  arrangement_type_label?: string;
16791
- /** @example null */
16792
- price?: string | null;
17224
+ price?: {
17225
+ /** @example 2500.00 */
17226
+ amount?: string;
17227
+ /** @example GBP */
17228
+ currency?: string;
17229
+ /** @example month */
17230
+ period?: string;
17231
+ };
17232
+ listing_policy?: {
17233
+ /** @example 4 */
17234
+ max_occupants?: number;
17235
+ /** @example residential */
17236
+ allowed_use_type?: string;
17237
+ /** @example Residential */
17238
+ allowed_use_type_label?: string;
17239
+ /** @example false */
17240
+ is_subletting_allowed?: boolean;
17241
+ /** @example true */
17242
+ requires_permission_for_subletting?: boolean;
17243
+ /** @example true */
17244
+ event_permission_required?: boolean;
17245
+ /** @example true */
17246
+ no_party_policy?: boolean;
17247
+ /** @example false */
17248
+ commercial_use_flag?: boolean;
17249
+ };
17250
+ /** @example [] */
17251
+ viewing_slots?: unknown[];
17252
+ /** @example [] */
17253
+ tenant_preferences?: unknown[];
17254
+ /** @example [] */
17255
+ features?: unknown[];
17256
+ owner?: {
17257
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
17258
+ uid?: string;
17259
+ /** @example Alice Taylor */
17260
+ name?: string;
17261
+ /** @example +2348012345678 */
17262
+ phone?: string;
17263
+ /** @example alice@example.com */
17264
+ email?: string;
17265
+ /** @example null */
17266
+ avatar?: string | null;
17267
+ /** @example null */
17268
+ plan?: string | null;
17269
+ };
17270
+ created_by?: {
17271
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
17272
+ uid?: string;
17273
+ /** @example System Admin */
17274
+ name?: string;
17275
+ /** @example null */
17276
+ phone?: string | null;
17277
+ /** @example admin@example.com */
17278
+ email?: string;
17279
+ /** @example null */
17280
+ avatar?: string | null;
17281
+ /** @example null */
17282
+ plan?: string | null;
17283
+ };
16793
17284
  /** @example published */
16794
17285
  state?: string;
16795
- /** @example 19 Apr 2026, 10:46 PM */
17286
+ /** @example 30 Apr 2026, 10:00 AM */
16796
17287
  published_at?: string;
16797
- /** @example 1 week ago */
17288
+ /** @example 2 days ago */
16798
17289
  published_since?: string;
16799
17290
  /** @example true */
16800
17291
  is_visible?: boolean;
16801
17292
  summary?: {
16802
- /** @example null */
16803
- availability?: string | null;
17293
+ /** @example residential */
17294
+ property_type?: string;
17295
+ /** @example 2 */
17296
+ bedrooms?: number;
17297
+ /** @example 1 */
17298
+ bathrooms?: number;
17299
+ /** @example 85 sqm */
17300
+ size?: string;
17301
+ /** @example available */
17302
+ availability?: string;
17303
+ };
17304
+ workflow?: {
17305
+ /** @example media */
17306
+ current_step?: string;
17307
+ /** @example true */
17308
+ can_submit?: boolean;
17309
+ /** @example [] */
17310
+ missing_requirements?: unknown[];
17311
+ /** @example publish */
17312
+ next_step?: string;
17313
+ progress?: {
17314
+ /** @example 8 */
17315
+ completed?: number;
17316
+ /** @example 8 */
17317
+ total?: number;
17318
+ /** @example 100 */
17319
+ percentage?: number;
17320
+ };
17321
+ };
17322
+ media?: {
17323
+ /**
17324
+ * @example [
17325
+ * {
17326
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
17327
+ * "media_type": "photo",
17328
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
17329
+ * "order_index": 0,
17330
+ * "is_cover": true
17331
+ * }
17332
+ * ]
17333
+ */
17334
+ gallery?: {
17335
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
17336
+ uid?: string;
17337
+ /** @example photo */
17338
+ media_type?: string;
17339
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17340
+ storage_path?: string;
17341
+ /** @example 0 */
17342
+ order_index?: number;
17343
+ /** @example true */
17344
+ is_cover?: boolean;
17345
+ }[];
17346
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17347
+ cover?: string;
17348
+ /** @example 1 */
17349
+ count?: number;
16804
17350
  };
16805
- /** @example [] */
16806
- workflow?: unknown[];
16807
- /** @example [] */
16808
- media?: unknown[];
16809
17351
  };
16810
- /** @example completed */
17352
+ /** @example proposed */
16811
17353
  status?: string;
16812
17354
  scheduled?: {
16813
- /** @example 1996-01-25T00:00:00.000000Z */
17355
+ /** @example 01 May 2026, 09:00 AM */
16814
17356
  start?: string;
16815
- /** @example 1981-05-28T00:00:00.000000Z */
17357
+ /** @example 01 May 2026, 10:00 AM */
16816
17358
  end?: string;
16817
17359
  };
16818
17360
  customer?: {
16819
- /** @example af3a7981-f613-4482-898d-09ac3fab930b */
17361
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
16820
17362
  uid?: string;
16821
- /** @example Teagan King */
17363
+ /** @example Dominic Thomas */
16822
17364
  name?: string;
16823
17365
  };
16824
17366
  landlord?: {
16825
- /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
17367
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16826
17368
  uid?: string;
16827
- /** @example dogunfx */
17369
+ /** @example Alice Taylor */
16828
17370
  name?: string;
16829
17371
  };
16830
- /** @example 2026-04-30T10:55:44.000000Z */
17372
+ /** @example 2026-04-30T00:00:00.000000Z */
16831
17373
  created_at?: string;
16832
17374
  };
16833
17375
  };
@@ -16847,18 +17389,23 @@ export interface operations {
16847
17389
  };
16848
17390
  requestBody?: never;
16849
17391
  responses: {
17392
+ /** @description Appointment confirmed */
16850
17393
  200: {
16851
17394
  headers: {
16852
17395
  [name: string]: unknown;
16853
17396
  };
16854
17397
  content: {
16855
17398
  "application/json": {
17399
+ /** @example Appointment confirmed */
17400
+ message?: string;
17401
+ /** @example null */
17402
+ event?: string | null;
16856
17403
  data?: {
16857
- /** @example 488 */
17404
+ /** @example 12 */
16858
17405
  id?: number;
16859
- /** @example APT-20260430-UCCHSR */
17406
+ /** @example APT-20260430-ABC123 */
16860
17407
  appointment_ref?: string;
16861
- /** @example Property viewing */
17408
+ /** @example Viewing for Riverside Flat */
16862
17409
  title?: string;
16863
17410
  appointment_type?: {
16864
17411
  /** @example property_viewing */
@@ -16866,61 +17413,188 @@ export interface operations {
16866
17413
  /** @example Property Viewing */
16867
17414
  label?: string;
16868
17415
  };
16869
- /** @example 2 */
17416
+ /** @example 32 */
16870
17417
  listing_id?: number;
16871
17418
  listing?: {
16872
- /** @example LST-PRP-SHL-MO7SAE6EVC0 */
17419
+ /** @example LST-PRP-LTR-260405-A1B2 */
16873
17420
  sku?: string;
16874
- /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
17421
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16875
17422
  uid?: string;
16876
- /** @example Short Let */
17423
+ details?: {
17424
+ /** @example 24 Windsor Court */
17425
+ title?: string;
17426
+ /** @example Modern two-bedroom apartment close to transport links. */
17427
+ description?: string;
17428
+ /** @example London */
17429
+ city?: string;
17430
+ /** @example 24 Windsor Court, London, SW1 */
17431
+ address?: string;
17432
+ /** @example SW1A 1AA */
17433
+ postcode?: string;
17434
+ /** @example -0.1412000 */
17435
+ longitude?: string;
17436
+ /** @example 51.5014000 */
17437
+ latitude?: string;
17438
+ /** @example United Kingdom */
17439
+ country?: string;
17440
+ };
17441
+ /** @example Rent */
16877
17442
  listing_type?: string;
16878
17443
  /** @example Property */
16879
17444
  vertical?: string;
16880
- /** @example company_lease */
17445
+ /** @example entire_place */
16881
17446
  arrangement_type?: string;
16882
- /** @example Company Lease */
17447
+ /** @example Entire Place */
16883
17448
  arrangement_type_label?: string;
16884
- /** @example null */
16885
- price?: string | null;
17449
+ price?: {
17450
+ /** @example 2500.00 */
17451
+ amount?: string;
17452
+ /** @example GBP */
17453
+ currency?: string;
17454
+ /** @example month */
17455
+ period?: string;
17456
+ };
17457
+ listing_policy?: {
17458
+ /** @example 4 */
17459
+ max_occupants?: number;
17460
+ /** @example residential */
17461
+ allowed_use_type?: string;
17462
+ /** @example Residential */
17463
+ allowed_use_type_label?: string;
17464
+ /** @example false */
17465
+ is_subletting_allowed?: boolean;
17466
+ /** @example true */
17467
+ requires_permission_for_subletting?: boolean;
17468
+ /** @example true */
17469
+ event_permission_required?: boolean;
17470
+ /** @example true */
17471
+ no_party_policy?: boolean;
17472
+ /** @example false */
17473
+ commercial_use_flag?: boolean;
17474
+ };
17475
+ /** @example [] */
17476
+ viewing_slots?: unknown[];
17477
+ /** @example [] */
17478
+ tenant_preferences?: unknown[];
17479
+ /** @example [] */
17480
+ features?: unknown[];
17481
+ owner?: {
17482
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
17483
+ uid?: string;
17484
+ /** @example Alice Taylor */
17485
+ name?: string;
17486
+ /** @example +2348012345678 */
17487
+ phone?: string;
17488
+ /** @example alice@example.com */
17489
+ email?: string;
17490
+ /** @example null */
17491
+ avatar?: string | null;
17492
+ /** @example null */
17493
+ plan?: string | null;
17494
+ };
17495
+ created_by?: {
17496
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
17497
+ uid?: string;
17498
+ /** @example System Admin */
17499
+ name?: string;
17500
+ /** @example null */
17501
+ phone?: string | null;
17502
+ /** @example admin@example.com */
17503
+ email?: string;
17504
+ /** @example null */
17505
+ avatar?: string | null;
17506
+ /** @example null */
17507
+ plan?: string | null;
17508
+ };
16886
17509
  /** @example published */
16887
17510
  state?: string;
16888
- /** @example 19 Apr 2026, 10:46 PM */
17511
+ /** @example 30 Apr 2026, 10:00 AM */
16889
17512
  published_at?: string;
16890
- /** @example 1 week ago */
17513
+ /** @example 2 days ago */
16891
17514
  published_since?: string;
16892
17515
  /** @example true */
16893
17516
  is_visible?: boolean;
16894
17517
  summary?: {
16895
- /** @example null */
16896
- availability?: string | null;
17518
+ /** @example residential */
17519
+ property_type?: string;
17520
+ /** @example 2 */
17521
+ bedrooms?: number;
17522
+ /** @example 1 */
17523
+ bathrooms?: number;
17524
+ /** @example 85 sqm */
17525
+ size?: string;
17526
+ /** @example available */
17527
+ availability?: string;
17528
+ };
17529
+ workflow?: {
17530
+ /** @example media */
17531
+ current_step?: string;
17532
+ /** @example true */
17533
+ can_submit?: boolean;
17534
+ /** @example [] */
17535
+ missing_requirements?: unknown[];
17536
+ /** @example publish */
17537
+ next_step?: string;
17538
+ progress?: {
17539
+ /** @example 8 */
17540
+ completed?: number;
17541
+ /** @example 8 */
17542
+ total?: number;
17543
+ /** @example 100 */
17544
+ percentage?: number;
17545
+ };
17546
+ };
17547
+ media?: {
17548
+ /**
17549
+ * @example [
17550
+ * {
17551
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
17552
+ * "media_type": "photo",
17553
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
17554
+ * "order_index": 0,
17555
+ * "is_cover": true
17556
+ * }
17557
+ * ]
17558
+ */
17559
+ gallery?: {
17560
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
17561
+ uid?: string;
17562
+ /** @example photo */
17563
+ media_type?: string;
17564
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17565
+ storage_path?: string;
17566
+ /** @example 0 */
17567
+ order_index?: number;
17568
+ /** @example true */
17569
+ is_cover?: boolean;
17570
+ }[];
17571
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17572
+ cover?: string;
17573
+ /** @example 1 */
17574
+ count?: number;
16897
17575
  };
16898
- /** @example [] */
16899
- workflow?: unknown[];
16900
- /** @example [] */
16901
- media?: unknown[];
16902
17576
  };
16903
- /** @example completed */
17577
+ /** @example proposed */
16904
17578
  status?: string;
16905
17579
  scheduled?: {
16906
- /** @example 1981-11-10T00:00:00.000000Z */
17580
+ /** @example 01 May 2026, 09:00 AM */
16907
17581
  start?: string;
16908
- /** @example 1979-12-07T00:00:00.000000Z */
17582
+ /** @example 01 May 2026, 10:00 AM */
16909
17583
  end?: string;
16910
17584
  };
16911
17585
  customer?: {
16912
- /** @example af3a7981-f613-4482-898d-09ac3fab930b */
17586
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
16913
17587
  uid?: string;
16914
- /** @example Teagan King */
17588
+ /** @example Dominic Thomas */
16915
17589
  name?: string;
16916
17590
  };
16917
17591
  landlord?: {
16918
- /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
17592
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
16919
17593
  uid?: string;
16920
- /** @example dogunfx */
17594
+ /** @example Alice Taylor */
16921
17595
  name?: string;
16922
17596
  };
16923
- /** @example 2026-04-30T10:55:44.000000Z */
17597
+ /** @example 2026-04-30T00:00:00.000000Z */
16924
17598
  created_at?: string;
16925
17599
  };
16926
17600
  };
@@ -16940,18 +17614,23 @@ export interface operations {
16940
17614
  };
16941
17615
  requestBody?: never;
16942
17616
  responses: {
17617
+ /** @description Appointment cancelled */
16943
17618
  200: {
16944
17619
  headers: {
16945
17620
  [name: string]: unknown;
16946
17621
  };
16947
17622
  content: {
16948
17623
  "application/json": {
17624
+ /** @example Appointment cancel */
17625
+ message?: string;
17626
+ /** @example null */
17627
+ event?: string | null;
16949
17628
  data?: {
16950
- /** @example 489 */
17629
+ /** @example 12 */
16951
17630
  id?: number;
16952
- /** @example APT-20260430-JXPKVQ */
17631
+ /** @example APT-20260430-ABC123 */
16953
17632
  appointment_ref?: string;
16954
- /** @example Property viewing */
17633
+ /** @example Viewing for Riverside Flat */
16955
17634
  title?: string;
16956
17635
  appointment_type?: {
16957
17636
  /** @example property_viewing */
@@ -16959,61 +17638,188 @@ export interface operations {
16959
17638
  /** @example Property Viewing */
16960
17639
  label?: string;
16961
17640
  };
16962
- /** @example 2 */
17641
+ /** @example 32 */
16963
17642
  listing_id?: number;
16964
17643
  listing?: {
16965
- /** @example LST-PRP-SHL-MO7SAE6EVC0 */
17644
+ /** @example LST-PRP-LTR-260405-A1B2 */
16966
17645
  sku?: string;
16967
- /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
17646
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
16968
17647
  uid?: string;
16969
- /** @example Short Let */
17648
+ details?: {
17649
+ /** @example 24 Windsor Court */
17650
+ title?: string;
17651
+ /** @example Modern two-bedroom apartment close to transport links. */
17652
+ description?: string;
17653
+ /** @example London */
17654
+ city?: string;
17655
+ /** @example 24 Windsor Court, London, SW1 */
17656
+ address?: string;
17657
+ /** @example SW1A 1AA */
17658
+ postcode?: string;
17659
+ /** @example -0.1412000 */
17660
+ longitude?: string;
17661
+ /** @example 51.5014000 */
17662
+ latitude?: string;
17663
+ /** @example United Kingdom */
17664
+ country?: string;
17665
+ };
17666
+ /** @example Rent */
16970
17667
  listing_type?: string;
16971
17668
  /** @example Property */
16972
17669
  vertical?: string;
16973
- /** @example company_lease */
17670
+ /** @example entire_place */
16974
17671
  arrangement_type?: string;
16975
- /** @example Company Lease */
17672
+ /** @example Entire Place */
16976
17673
  arrangement_type_label?: string;
16977
- /** @example null */
16978
- price?: string | null;
17674
+ price?: {
17675
+ /** @example 2500.00 */
17676
+ amount?: string;
17677
+ /** @example GBP */
17678
+ currency?: string;
17679
+ /** @example month */
17680
+ period?: string;
17681
+ };
17682
+ listing_policy?: {
17683
+ /** @example 4 */
17684
+ max_occupants?: number;
17685
+ /** @example residential */
17686
+ allowed_use_type?: string;
17687
+ /** @example Residential */
17688
+ allowed_use_type_label?: string;
17689
+ /** @example false */
17690
+ is_subletting_allowed?: boolean;
17691
+ /** @example true */
17692
+ requires_permission_for_subletting?: boolean;
17693
+ /** @example true */
17694
+ event_permission_required?: boolean;
17695
+ /** @example true */
17696
+ no_party_policy?: boolean;
17697
+ /** @example false */
17698
+ commercial_use_flag?: boolean;
17699
+ };
17700
+ /** @example [] */
17701
+ viewing_slots?: unknown[];
17702
+ /** @example [] */
17703
+ tenant_preferences?: unknown[];
17704
+ /** @example [] */
17705
+ features?: unknown[];
17706
+ owner?: {
17707
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
17708
+ uid?: string;
17709
+ /** @example Alice Taylor */
17710
+ name?: string;
17711
+ /** @example +2348012345678 */
17712
+ phone?: string;
17713
+ /** @example alice@example.com */
17714
+ email?: string;
17715
+ /** @example null */
17716
+ avatar?: string | null;
17717
+ /** @example null */
17718
+ plan?: string | null;
17719
+ };
17720
+ created_by?: {
17721
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
17722
+ uid?: string;
17723
+ /** @example System Admin */
17724
+ name?: string;
17725
+ /** @example null */
17726
+ phone?: string | null;
17727
+ /** @example admin@example.com */
17728
+ email?: string;
17729
+ /** @example null */
17730
+ avatar?: string | null;
17731
+ /** @example null */
17732
+ plan?: string | null;
17733
+ };
16979
17734
  /** @example published */
16980
17735
  state?: string;
16981
- /** @example 19 Apr 2026, 10:46 PM */
17736
+ /** @example 30 Apr 2026, 10:00 AM */
16982
17737
  published_at?: string;
16983
- /** @example 1 week ago */
17738
+ /** @example 2 days ago */
16984
17739
  published_since?: string;
16985
17740
  /** @example true */
16986
17741
  is_visible?: boolean;
16987
17742
  summary?: {
16988
- /** @example null */
16989
- availability?: string | null;
17743
+ /** @example residential */
17744
+ property_type?: string;
17745
+ /** @example 2 */
17746
+ bedrooms?: number;
17747
+ /** @example 1 */
17748
+ bathrooms?: number;
17749
+ /** @example 85 sqm */
17750
+ size?: string;
17751
+ /** @example available */
17752
+ availability?: string;
17753
+ };
17754
+ workflow?: {
17755
+ /** @example media */
17756
+ current_step?: string;
17757
+ /** @example true */
17758
+ can_submit?: boolean;
17759
+ /** @example [] */
17760
+ missing_requirements?: unknown[];
17761
+ /** @example publish */
17762
+ next_step?: string;
17763
+ progress?: {
17764
+ /** @example 8 */
17765
+ completed?: number;
17766
+ /** @example 8 */
17767
+ total?: number;
17768
+ /** @example 100 */
17769
+ percentage?: number;
17770
+ };
17771
+ };
17772
+ media?: {
17773
+ /**
17774
+ * @example [
17775
+ * {
17776
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
17777
+ * "media_type": "photo",
17778
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
17779
+ * "order_index": 0,
17780
+ * "is_cover": true
17781
+ * }
17782
+ * ]
17783
+ */
17784
+ gallery?: {
17785
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
17786
+ uid?: string;
17787
+ /** @example photo */
17788
+ media_type?: string;
17789
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17790
+ storage_path?: string;
17791
+ /** @example 0 */
17792
+ order_index?: number;
17793
+ /** @example true */
17794
+ is_cover?: boolean;
17795
+ }[];
17796
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
17797
+ cover?: string;
17798
+ /** @example 1 */
17799
+ count?: number;
16990
17800
  };
16991
- /** @example [] */
16992
- workflow?: unknown[];
16993
- /** @example [] */
16994
- media?: unknown[];
16995
17801
  };
16996
- /** @example completed */
17802
+ /** @example proposed */
16997
17803
  status?: string;
16998
17804
  scheduled?: {
16999
- /** @example 1981-11-10T00:00:00.000000Z */
17805
+ /** @example 01 May 2026, 09:00 AM */
17000
17806
  start?: string;
17001
- /** @example 1979-12-07T00:00:00.000000Z */
17807
+ /** @example 01 May 2026, 10:00 AM */
17002
17808
  end?: string;
17003
17809
  };
17004
17810
  customer?: {
17005
- /** @example af3a7981-f613-4482-898d-09ac3fab930b */
17811
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
17006
17812
  uid?: string;
17007
- /** @example Teagan King */
17813
+ /** @example Dominic Thomas */
17008
17814
  name?: string;
17009
17815
  };
17010
17816
  landlord?: {
17011
- /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
17817
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
17012
17818
  uid?: string;
17013
- /** @example dogunfx */
17819
+ /** @example Alice Taylor */
17014
17820
  name?: string;
17015
17821
  };
17016
- /** @example 2026-04-30T10:55:44.000000Z */
17822
+ /** @example 2026-04-30T00:00:00.000000Z */
17017
17823
  created_at?: string;
17018
17824
  };
17019
17825
  };
@@ -18076,7 +18882,7 @@ export interface operations {
18076
18882
  content: {
18077
18883
  "application/json": {
18078
18884
  data?: {
18079
- /** @example e60a529b-8dc3-482f-b2ee-693f7a3419a1 */
18885
+ /** @example cf8c1d27-7a37-466f-a428-422fd5b5fd16 */
18080
18886
  uid?: string;
18081
18887
  /** @example Ms. Audra Crooks II */
18082
18888
  username?: string;
@@ -18106,7 +18912,7 @@ export interface operations {
18106
18912
  timezone?: string;
18107
18913
  /** @example Customer */
18108
18914
  user_type?: string;
18109
- /** @example 30 Apr 2026, 10:55 AM */
18915
+ /** @example 01 May 2026, 02:36 AM */
18110
18916
  created?: string;
18111
18917
  /** @example 0 seconds ago */
18112
18918
  email_verified_at?: string;
@@ -18575,7 +19381,7 @@ export interface operations {
18575
19381
  content: {
18576
19382
  "application/json": {
18577
19383
  data?: {
18578
- /** @example 0e6afb0c-aedf-4db7-8d86-53c44218b10c */
19384
+ /** @example 1bc61268-79db-4082-9a4f-0a37326802d8 */
18579
19385
  uid?: string;
18580
19386
  /** @example Ms. Audra Crooks II */
18581
19387
  username?: string;
@@ -18605,7 +19411,7 @@ export interface operations {
18605
19411
  timezone?: string;
18606
19412
  /** @example Customer */
18607
19413
  user_type?: string;
18608
- /** @example 30 Apr 2026, 10:55 AM */
19414
+ /** @example 01 May 2026, 02:36 AM */
18609
19415
  created?: string;
18610
19416
  /** @example 0 seconds ago */
18611
19417
  email_verified_at?: string;
@@ -18879,7 +19685,7 @@ export interface operations {
18879
19685
  */
18880
19686
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
18881
19687
  /**
18882
- * @example landlord
19688
+ * @example tenant
18883
19689
  * @enum {string|null}
18884
19690
  */
18885
19691
  source?: "tenant" | "landlord" | "admin" | null;
@@ -19108,7 +19914,7 @@ export interface operations {
19108
19914
  content: {
19109
19915
  "application/json": {
19110
19916
  data?: {
19111
- /** @example 471faec3-4ab5-4930-9630-7ab38e282645 */
19917
+ /** @example b6009486-11b7-46e3-bff6-2db826b4fbf2 */
19112
19918
  uid?: string;
19113
19919
  /** @example JH-APP-2026-936806 */
19114
19920
  application_ref?: string;
@@ -19129,7 +19935,7 @@ export interface operations {
19129
19935
  /** @example null */
19130
19936
  rejection_reason?: string | null;
19131
19937
  timeline?: {
19132
- /** @example 2026-04-30T10:55:42.000000Z */
19938
+ /** @example 2026-05-01T02:36:16.000000Z */
19133
19939
  created_at?: string;
19134
19940
  /** @example null */
19135
19941
  approved_at?: string | null;
@@ -19163,7 +19969,7 @@ export interface operations {
19163
19969
  content: {
19164
19970
  "application/json": {
19165
19971
  data?: {
19166
- /** @example 725ec381-6744-4234-9742-fbe45b475ee8 */
19972
+ /** @example ee95a82c-ee24-4bb9-bb83-8050986e39ae */
19167
19973
  uid?: string;
19168
19974
  /** @example JH-APP-2026-757680 */
19169
19975
  application_ref?: string;
@@ -19184,7 +19990,7 @@ export interface operations {
19184
19990
  /** @example null */
19185
19991
  rejection_reason?: string | null;
19186
19992
  timeline?: {
19187
- /** @example 2026-04-30T10:55:42.000000Z */
19993
+ /** @example 2026-05-01T02:36:16.000000Z */
19188
19994
  created_at?: string;
19189
19995
  /** @example null */
19190
19996
  approved_at?: string | null;
@@ -19228,7 +20034,7 @@ export interface operations {
19228
20034
  content: {
19229
20035
  "application/json": {
19230
20036
  data?: {
19231
- /** @example 56226f06-b824-4d75-91b4-7a72c94fbd59 */
20037
+ /** @example 13f7dc78-552b-42ab-b4c5-56e5e1e1c171 */
19232
20038
  uid?: string;
19233
20039
  /** @example JH-APP-2026-449171 */
19234
20040
  application_ref?: string;
@@ -19249,7 +20055,7 @@ export interface operations {
19249
20055
  /** @example null */
19250
20056
  rejection_reason?: string | null;
19251
20057
  timeline?: {
19252
- /** @example 2026-04-30T10:55:42.000000Z */
20058
+ /** @example 2026-05-01T02:36:16.000000Z */
19253
20059
  created_at?: string;
19254
20060
  /** @example null */
19255
20061
  approved_at?: string | null;
@@ -19283,23 +20089,17 @@ export interface operations {
19283
20089
  content: {
19284
20090
  "application/json": {
19285
20091
  data?: {
19286
- /** @example b33923f6-44de-490c-963a-bfe74ab28fbe */
20092
+ /** @example 19ca126b-4d62-4e8a-9844-76d83b43685b */
19287
20093
  uid?: string;
19288
- /** @example 1 */
19289
- listing_id?: number;
19290
- /** @example 2 */
19291
- landlord_id?: number;
19292
- /** @example 2 */
19293
- tenant_id?: number;
19294
20094
  /** @example 4881.50 */
19295
20095
  rent_amount?: string;
19296
20096
  /** @example 2151.17 */
19297
20097
  deposit_amount?: string;
19298
20098
  /** @example offer_accepted */
19299
20099
  state?: string;
19300
- /** @example 2025-11-05T00:00:00.000000Z */
20100
+ /** @example 2025-08-23T00:00:00.000000Z */
19301
20101
  start_date?: string;
19302
- /** @example 2026-11-05T00:00:00.000000Z */
20102
+ /** @example 2026-08-23T00:00:00.000000Z */
19303
20103
  end_date?: string;
19304
20104
  /** @example false */
19305
20105
  is_periodic?: boolean;
@@ -19307,7 +20107,7 @@ export interface operations {
19307
20107
  company_name?: string | null;
19308
20108
  /** @example null */
19309
20109
  company_registration_number?: string | null;
19310
- /** @example 2026-04-30T10:55:42.000000Z */
20110
+ /** @example 2026-05-01T02:36:16.000000Z */
19311
20111
  created_at?: string;
19312
20112
  };
19313
20113
  };
@@ -19354,19 +20154,19 @@ export interface operations {
19354
20154
  content: {
19355
20155
  "application/json": {
19356
20156
  data?: {
19357
- /** @example New Short Let Property draft • 30 Apr 2026, 10:55 AM */
20157
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
19358
20158
  draft_name?: string;
19359
- /** @example LST-PRP-SHL-MOLDBEKFPFE */
20159
+ /** @example LST-PRP-LTR-MOMAWYNG8T9 */
19360
20160
  sku?: string;
19361
- /** @example 7713d766-ca76-4f72-bbce-95434a49dde3 */
20161
+ /** @example e002b24c-9e9c-4bb1-aacc-1c1d49334c4b */
19362
20162
  uid?: string;
19363
- /** @example Short Let */
20163
+ /** @example Rent */
19364
20164
  listing_type?: string;
19365
20165
  /** @example Property */
19366
20166
  vertical?: string;
19367
- /** @example standard_residential */
20167
+ /** @example let_to_let */
19368
20168
  arrangement_type?: string;
19369
- /** @example Standard Residential */
20169
+ /** @example Let to Let */
19370
20170
  arrangement_type_label?: string;
19371
20171
  /** @example null */
19372
20172
  price?: string | null;
@@ -19482,9 +20282,9 @@ export interface operations {
19482
20282
  /**
19483
20283
  * @example [
19484
20284
  * {
19485
- * "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
19486
- * "sku": "LST-PRP-LTR-MOLDBEL6FAL",
19487
- * "uid": "4b73d0d2-9ff1-4220-aa1b-f596164c844c",
20285
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 2:36 AM",
20286
+ * "sku": "LST-PRP-LTR-MOMAWYNWBDN",
20287
+ * "uid": "a89a24bc-b8af-49e9-8a13-fe15556302d8",
19488
20288
  * "listing_type": "Rent",
19489
20289
  * "vertical": "Property",
19490
20290
  * "arrangement_type": "let_to_let",
@@ -19501,9 +20301,9 @@ export interface operations {
19501
20301
  * "media": []
19502
20302
  * },
19503
20303
  * {
19504
- * "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:55 AM",
19505
- * "sku": "LST-PRP-SHL-MOLDBEL9SGA",
19506
- * "uid": "e55a3100-b576-4faf-b9d7-f57f7bb251de",
20304
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 2:36 AM",
20305
+ * "sku": "LST-PRP-SHL-MOMAWYO0CZB",
20306
+ * "uid": "3c07d073-7f66-4e79-9604-15f53c7d00b0",
19507
20307
  * "listing_type": "Short Let",
19508
20308
  * "vertical": "Property",
19509
20309
  * "arrangement_type": "short_term_managed",
@@ -19522,11 +20322,11 @@ export interface operations {
19522
20322
  * ]
19523
20323
  */
19524
20324
  data?: {
19525
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
20325
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
19526
20326
  draft_name?: string;
19527
- /** @example LST-PRP-LTR-MOLDBEL6FAL */
20327
+ /** @example LST-PRP-LTR-MOMAWYNWBDN */
19528
20328
  sku?: string;
19529
- /** @example 4b73d0d2-9ff1-4220-aa1b-f596164c844c */
20329
+ /** @example a89a24bc-b8af-49e9-8a13-fe15556302d8 */
19530
20330
  uid?: string;
19531
20331
  /** @example Rent */
19532
20332
  listing_type?: string;
@@ -19636,9 +20436,9 @@ export interface operations {
19636
20436
  /**
19637
20437
  * @example [
19638
20438
  * {
19639
- * "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
19640
- * "sku": "LST-PRP-LTR-MOLDBELGA8M",
19641
- * "uid": "87fe95e0-658e-420f-978a-bddaf63c8a2d",
20439
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 2:36 AM",
20440
+ * "sku": "LST-PRP-LTR-MOMAWYO76RT",
20441
+ * "uid": "7bcf9874-f389-4801-b283-613ae9c81a99",
19642
20442
  * "listing_type": "Rent",
19643
20443
  * "vertical": "Property",
19644
20444
  * "arrangement_type": "let_to_let",
@@ -19655,9 +20455,9 @@ export interface operations {
19655
20455
  * "media": []
19656
20456
  * },
19657
20457
  * {
19658
- * "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:55 AM",
19659
- * "sku": "LST-PRP-SHL-MOLDBELISSZ",
19660
- * "uid": "ee2d402f-4d05-4c4b-9cfe-98a2f380b4aa",
20458
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 2:36 AM",
20459
+ * "sku": "LST-PRP-SHL-MOMAWYOAF71",
20460
+ * "uid": "71468192-ab1f-4366-b330-79a56b2c7c04",
19661
20461
  * "listing_type": "Short Let",
19662
20462
  * "vertical": "Property",
19663
20463
  * "arrangement_type": "short_term_managed",
@@ -19676,11 +20476,11 @@ export interface operations {
19676
20476
  * ]
19677
20477
  */
19678
20478
  data?: {
19679
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
20479
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
19680
20480
  draft_name?: string;
19681
- /** @example LST-PRP-LTR-MOLDBELGA8M */
20481
+ /** @example LST-PRP-LTR-MOMAWYO76RT */
19682
20482
  sku?: string;
19683
- /** @example 87fe95e0-658e-420f-978a-bddaf63c8a2d */
20483
+ /** @example 7bcf9874-f389-4801-b283-613ae9c81a99 */
19684
20484
  uid?: string;
19685
20485
  /** @example Rent */
19686
20486
  listing_type?: string;
@@ -19961,7 +20761,7 @@ export interface operations {
19961
20761
  sku?: string;
19962
20762
  /** @example 09 Apr 2026, 11:14 AM */
19963
20763
  published_at?: string;
19964
- /** @example 2 weeks ago */
20764
+ /** @example 3 weeks ago */
19965
20765
  published_since?: string;
19966
20766
  details?: {
19967
20767
  /** @example New Benin */
@@ -20929,7 +21729,7 @@ export interface operations {
20929
21729
  content: {
20930
21730
  "application/json": {
20931
21731
  data?: {
20932
- /** @example d9ffa500-17f3-498e-8806-b0e701abfcc4 */
21732
+ /** @example a0858bd9-8a6b-4461-bfc4-416df6f50e87 */
20933
21733
  uid?: string;
20934
21734
  /** @example photo */
20935
21735
  media_type?: string;
@@ -21078,11 +21878,11 @@ export interface operations {
21078
21878
  content: {
21079
21879
  "application/json": {
21080
21880
  data?: {
21081
- /** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
21881
+ /** @example New For Rent Property draft • 1 May 2026, 2:36 AM */
21082
21882
  draft_name?: string;
21083
- /** @example LST-PRP-LTR-MOLDBENRTON */
21883
+ /** @example LST-PRP-LTR-MOMAWYQCKAN */
21084
21884
  sku?: string;
21085
- /** @example 6a78208e-4ace-4d9c-8446-a3f3500e893d */
21885
+ /** @example d867b7e4-8e83-4123-a769-bf92043f401f */
21086
21886
  uid?: string;
21087
21887
  /** @example Rent */
21088
21888
  listing_type?: string;
@@ -21242,7 +22042,7 @@ export interface operations {
21242
22042
  content: {
21243
22043
  "application/json": {
21244
22044
  data?: {
21245
- /** @example 571b1d8c-f877-45cf-9882-06dba7ccebac */
22045
+ /** @example 85a6d859-1495-422c-bb3b-2b729ca313eb */
21246
22046
  uid?: string;
21247
22047
  /** @example null */
21248
22048
  compliances?: string | null;
@@ -21293,7 +22093,7 @@ export interface operations {
21293
22093
  content: {
21294
22094
  "application/json": {
21295
22095
  data?: {
21296
- /** @example 164 */
22096
+ /** @example 167 */
21297
22097
  id?: number;
21298
22098
  compliance?: {
21299
22099
  /** @example 1 */
@@ -21315,7 +22115,7 @@ export interface operations {
21315
22115
  reviewed_by?: number;
21316
22116
  /** @example null */
21317
22117
  reviewed_at?: string | null;
21318
- /** @example 2026-04-30T10:55:43.000000Z */
22118
+ /** @example 2026-05-01T02:36:16.000000Z */
21319
22119
  created_at?: string;
21320
22120
  };
21321
22121
  };
@@ -21370,55 +22170,43 @@ export interface operations {
21370
22170
  /**
21371
22171
  * @example [
21372
22172
  * {
21373
- * "uid": "66ea3f98-3497-4274-8e62-b00518fbc4f7",
21374
- * "listing_id": 1,
21375
- * "landlord_id": 2,
21376
- * "tenant_id": 2,
22173
+ * "uid": "7dbd0e68-35d8-4a04-885b-441fed544294",
21377
22174
  * "rent_amount": "4881.50",
21378
22175
  * "deposit_amount": "2151.17",
21379
22176
  * "state": "offer_accepted",
21380
- * "start_date": "2025-11-05T00:00:00.000000Z",
21381
- * "end_date": "2026-11-05T00:00:00.000000Z",
22177
+ * "start_date": "2025-08-23T00:00:00.000000Z",
22178
+ * "end_date": "2026-08-23T00:00:00.000000Z",
21382
22179
  * "is_periodic": false,
21383
22180
  * "company_name": null,
21384
22181
  * "company_registration_number": null,
21385
- * "created_at": "2026-04-30T10:55:43.000000Z"
22182
+ * "created_at": "2026-05-01T02:36:16.000000Z"
21386
22183
  * },
21387
22184
  * {
21388
- * "uid": "e6f79ce0-afa9-4260-98c6-c52d1a3f854e",
21389
- * "listing_id": 1,
21390
- * "landlord_id": 2,
21391
- * "tenant_id": 2,
22185
+ * "uid": "a77a4b78-bdf6-40c0-a9aa-92ed65e82aaa",
21392
22186
  * "rent_amount": "3832.26",
21393
22187
  * "deposit_amount": "1384.27",
21394
22188
  * "state": "terminated",
21395
- * "start_date": "2025-09-30T00:00:00.000000Z",
21396
- * "end_date": "2026-09-30T00:00:00.000000Z",
22189
+ * "start_date": "2025-06-04T00:00:00.000000Z",
22190
+ * "end_date": "2026-06-04T00:00:00.000000Z",
21397
22191
  * "is_periodic": false,
21398
22192
  * "company_name": null,
21399
22193
  * "company_registration_number": null,
21400
- * "created_at": "2026-04-30T10:55:43.000000Z"
22194
+ * "created_at": "2026-05-01T02:36:16.000000Z"
21401
22195
  * }
21402
22196
  * ]
21403
22197
  */
21404
22198
  data?: {
21405
- /** @example 66ea3f98-3497-4274-8e62-b00518fbc4f7 */
22199
+ /** @example 7dbd0e68-35d8-4a04-885b-441fed544294 */
21406
22200
  uid?: string;
21407
- /** @example 1 */
21408
- listing_id?: number;
21409
- /** @example 2 */
21410
- landlord_id?: number;
21411
- /** @example 2 */
21412
- tenant_id?: number;
21413
22201
  /** @example 4881.50 */
21414
22202
  rent_amount?: string;
21415
22203
  /** @example 2151.17 */
21416
22204
  deposit_amount?: string;
21417
22205
  /** @example offer_accepted */
21418
22206
  state?: string;
21419
- /** @example 2025-11-05T00:00:00.000000Z */
22207
+ /** @example 2025-08-23T00:00:00.000000Z */
21420
22208
  start_date?: string;
21421
- /** @example 2026-11-05T00:00:00.000000Z */
22209
+ /** @example 2026-08-23T00:00:00.000000Z */
21422
22210
  end_date?: string;
21423
22211
  /** @example false */
21424
22212
  is_periodic?: boolean;
@@ -21426,7 +22214,7 @@ export interface operations {
21426
22214
  company_name?: string | null;
21427
22215
  /** @example null */
21428
22216
  company_registration_number?: string | null;
21429
- /** @example 2026-04-30T10:55:43.000000Z */
22217
+ /** @example 2026-05-01T02:36:16.000000Z */
21430
22218
  created_at?: string;
21431
22219
  }[];
21432
22220
  links?: {
@@ -21513,55 +22301,43 @@ export interface operations {
21513
22301
  /**
21514
22302
  * @example [
21515
22303
  * {
21516
- * "uid": "cf5ea42d-9b3a-4781-97d9-e2a42d28b120",
21517
- * "listing_id": 1,
21518
- * "landlord_id": 2,
21519
- * "tenant_id": 2,
22304
+ * "uid": "86a421c0-f1ce-4b93-8e73-976294d862ff",
21520
22305
  * "rent_amount": "4881.50",
21521
22306
  * "deposit_amount": "2151.17",
21522
22307
  * "state": "offer_accepted",
21523
- * "start_date": "2025-11-05T00:00:00.000000Z",
21524
- * "end_date": "2026-11-05T00:00:00.000000Z",
22308
+ * "start_date": "2025-08-23T00:00:00.000000Z",
22309
+ * "end_date": "2026-08-23T00:00:00.000000Z",
21525
22310
  * "is_periodic": false,
21526
22311
  * "company_name": null,
21527
22312
  * "company_registration_number": null,
21528
- * "created_at": "2026-04-30T10:55:43.000000Z"
22313
+ * "created_at": "2026-05-01T02:36:16.000000Z"
21529
22314
  * },
21530
22315
  * {
21531
- * "uid": "5c65cfb8-439b-48cc-8dc0-ebc9051d9b08",
21532
- * "listing_id": 1,
21533
- * "landlord_id": 2,
21534
- * "tenant_id": 2,
22316
+ * "uid": "7fc251a8-6c62-479d-8e25-bda03695d26b",
21535
22317
  * "rent_amount": "3832.26",
21536
22318
  * "deposit_amount": "1384.27",
21537
22319
  * "state": "terminated",
21538
- * "start_date": "2025-09-30T00:00:00.000000Z",
21539
- * "end_date": "2026-09-30T00:00:00.000000Z",
22320
+ * "start_date": "2025-06-04T00:00:00.000000Z",
22321
+ * "end_date": "2026-06-04T00:00:00.000000Z",
21540
22322
  * "is_periodic": false,
21541
22323
  * "company_name": null,
21542
22324
  * "company_registration_number": null,
21543
- * "created_at": "2026-04-30T10:55:43.000000Z"
22325
+ * "created_at": "2026-05-01T02:36:16.000000Z"
21544
22326
  * }
21545
22327
  * ]
21546
22328
  */
21547
22329
  data?: {
21548
- /** @example cf5ea42d-9b3a-4781-97d9-e2a42d28b120 */
22330
+ /** @example 86a421c0-f1ce-4b93-8e73-976294d862ff */
21549
22331
  uid?: string;
21550
- /** @example 1 */
21551
- listing_id?: number;
21552
- /** @example 2 */
21553
- landlord_id?: number;
21554
- /** @example 2 */
21555
- tenant_id?: number;
21556
22332
  /** @example 4881.50 */
21557
22333
  rent_amount?: string;
21558
22334
  /** @example 2151.17 */
21559
22335
  deposit_amount?: string;
21560
22336
  /** @example offer_accepted */
21561
22337
  state?: string;
21562
- /** @example 2025-11-05T00:00:00.000000Z */
22338
+ /** @example 2025-08-23T00:00:00.000000Z */
21563
22339
  start_date?: string;
21564
- /** @example 2026-11-05T00:00:00.000000Z */
22340
+ /** @example 2026-08-23T00:00:00.000000Z */
21565
22341
  end_date?: string;
21566
22342
  /** @example false */
21567
22343
  is_periodic?: boolean;
@@ -21569,7 +22345,7 @@ export interface operations {
21569
22345
  company_name?: string | null;
21570
22346
  /** @example null */
21571
22347
  company_registration_number?: string | null;
21572
- /** @example 2026-04-30T10:55:43.000000Z */
22348
+ /** @example 2026-05-01T02:36:16.000000Z */
21573
22349
  created_at?: string;
21574
22350
  }[];
21575
22351
  links?: {
@@ -21676,7 +22452,7 @@ export interface operations {
21676
22452
  content: {
21677
22453
  "application/json": {
21678
22454
  data?: {
21679
- /** @example 247 */
22455
+ /** @example 253 */
21680
22456
  id?: number;
21681
22457
  compliance?: {
21682
22458
  /** @example 1 */
@@ -21696,9 +22472,9 @@ export interface operations {
21696
22472
  rejection_reason?: string | null;
21697
22473
  /** @example 1 */
21698
22474
  reviewed_by?: number;
21699
- /** @example 2026-04-30T10:55:43.000000Z */
22475
+ /** @example 2026-05-01T02:36:16.000000Z */
21700
22476
  reviewed_at?: string;
21701
- /** @example 2026-04-30T10:55:43.000000Z */
22477
+ /** @example 2026-05-01T02:36:16.000000Z */
21702
22478
  created_at?: string;
21703
22479
  };
21704
22480
  };
@@ -21725,7 +22501,7 @@ export interface operations {
21725
22501
  content: {
21726
22502
  "application/json": {
21727
22503
  data?: {
21728
- /** @example 248 */
22504
+ /** @example 254 */
21729
22505
  id?: number;
21730
22506
  compliance?: {
21731
22507
  /** @example 1 */
@@ -21745,9 +22521,9 @@ export interface operations {
21745
22521
  rejection_reason?: string | null;
21746
22522
  /** @example 1 */
21747
22523
  reviewed_by?: number;
21748
- /** @example 2026-04-30T10:55:43.000000Z */
22524
+ /** @example 2026-05-01T02:36:16.000000Z */
21749
22525
  reviewed_at?: string;
21750
- /** @example 2026-04-30T10:55:43.000000Z */
22526
+ /** @example 2026-05-01T02:36:16.000000Z */
21751
22527
  created_at?: string;
21752
22528
  };
21753
22529
  };
@@ -22200,7 +22976,7 @@ export interface operations {
22200
22976
  sku?: string;
22201
22977
  /** @example 09 Apr 2026, 11:14 AM */
22202
22978
  published_at?: string;
22203
- /** @example 2 weeks ago */
22979
+ /** @example 3 weeks ago */
22204
22980
  published_since?: string;
22205
22981
  details?: {
22206
22982
  /** @example New Benin */
@@ -22879,37 +23655,37 @@ export interface operations {
22879
23655
  /**
22880
23656
  * @example [
22881
23657
  * {
22882
- * "uid": "f14b2e75-5b2e-48bd-9311-02e27ebb6e65",
23658
+ * "uid": "66c0a13b-989b-44fc-9b7d-1aaf78cc6a6f",
22883
23659
  * "tenancy_id": 1,
22884
23660
  * "title": "Quos velit et fugiat sunt nihil.",
22885
23661
  * "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.",
22886
23662
  * "status": "reported",
22887
23663
  * "priority": "emergency",
22888
- * "reported_at": "23 Apr 2026, 10:09 PM",
22889
- * "assigned_at": "28 Apr 2026, 06:29 PM",
23664
+ * "reported_at": "24 Apr 2026, 01:49 PM",
23665
+ * "assigned_at": "29 Apr 2026, 10:09 AM",
22890
23666
  * "completed_at": null,
22891
- * "sla_deadline": "01 May 2026, 11:51 PM",
22892
- * "created_at": "30 Apr 2026, 10:55 AM",
22893
- * "updated_at": "30 Apr 2026, 10:55 AM"
23667
+ * "sla_deadline": "02 May 2026, 03:32 PM",
23668
+ * "created_at": "01 May 2026, 02:36 AM",
23669
+ * "updated_at": "01 May 2026, 02:36 AM"
22894
23670
  * },
22895
23671
  * {
22896
- * "uid": "14dff8e2-f7e8-4707-9269-72e7d41e963f",
23672
+ * "uid": "808b366b-28f8-4d66-af38-ecf52ed981e9",
22897
23673
  * "tenancy_id": 1,
22898
23674
  * "title": "Fugit deleniti distinctio eum doloremque.",
22899
23675
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
22900
23676
  * "status": "completed",
22901
23677
  * "priority": "normal",
22902
- * "reported_at": "26 Apr 2026, 10:47 AM",
23678
+ * "reported_at": "27 Apr 2026, 02:28 AM",
22903
23679
  * "assigned_at": null,
22904
23680
  * "completed_at": null,
22905
- * "sla_deadline": "03 May 2026, 07:51 AM",
22906
- * "created_at": "30 Apr 2026, 10:55 AM",
22907
- * "updated_at": "30 Apr 2026, 10:55 AM"
23681
+ * "sla_deadline": "03 May 2026, 11:32 PM",
23682
+ * "created_at": "01 May 2026, 02:36 AM",
23683
+ * "updated_at": "01 May 2026, 02:36 AM"
22908
23684
  * }
22909
23685
  * ]
22910
23686
  */
22911
23687
  data?: {
22912
- /** @example f14b2e75-5b2e-48bd-9311-02e27ebb6e65 */
23688
+ /** @example 66c0a13b-989b-44fc-9b7d-1aaf78cc6a6f */
22913
23689
  uid?: string;
22914
23690
  /** @example 1 */
22915
23691
  tenancy_id?: number;
@@ -22921,17 +23697,17 @@ export interface operations {
22921
23697
  status?: string;
22922
23698
  /** @example emergency */
22923
23699
  priority?: string;
22924
- /** @example 23 Apr 2026, 10:09 PM */
23700
+ /** @example 24 Apr 2026, 01:49 PM */
22925
23701
  reported_at?: string;
22926
- /** @example 28 Apr 2026, 06:29 PM */
23702
+ /** @example 29 Apr 2026, 10:09 AM */
22927
23703
  assigned_at?: string;
22928
23704
  /** @example null */
22929
23705
  completed_at?: string | null;
22930
- /** @example 01 May 2026, 11:51 PM */
23706
+ /** @example 02 May 2026, 03:32 PM */
22931
23707
  sla_deadline?: string;
22932
- /** @example 30 Apr 2026, 10:55 AM */
23708
+ /** @example 01 May 2026, 02:36 AM */
22933
23709
  created_at?: string;
22934
- /** @example 30 Apr 2026, 10:55 AM */
23710
+ /** @example 01 May 2026, 02:36 AM */
22935
23711
  updated_at?: string;
22936
23712
  }[];
22937
23713
  links?: {
@@ -23047,13 +23823,13 @@ export interface operations {
23047
23823
  };
23048
23824
  } | {
23049
23825
  data?: {
23050
- /** @example 9705eeb3-d0f8-45cb-9ae4-fb428337cf4d */
23826
+ /** @example 4db5d798-2132-4fb7-9a55-fb6abe813e2f */
23051
23827
  uid?: string;
23052
23828
  /** @example image */
23053
23829
  file_type?: string;
23054
23830
  /** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
23055
23831
  url?: string;
23056
- /** @example 2026-04-30T10:55:44.000000Z */
23832
+ /** @example 2026-05-01T02:36:17.000000Z */
23057
23833
  created_at?: string;
23058
23834
  };
23059
23835
  };
@@ -23078,7 +23854,7 @@ export interface operations {
23078
23854
  */
23079
23855
  type: "property_inquiry" | "booking" | "support" | "general" | "appointment";
23080
23856
  /**
23081
- * @description Listing UID if the conversation is related to a listing. The <code>uid</code> of an existing record in the listings table.
23857
+ * @description Listing UID if the conversation is related to a listing.
23082
23858
  * @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
23083
23859
  */
23084
23860
  listing_uid?: string | null;
@@ -23098,12 +23874,54 @@ export interface operations {
23098
23874
  content: {
23099
23875
  "application/json": {
23100
23876
  data?: {
23101
- /** @example 172 */
23877
+ /** @example 179 */
23102
23878
  id?: number;
23103
- /** @example property_inquiry */
23104
- type?: string;
23105
- /** @example 2 */
23106
- listing_id?: number;
23879
+ type?: {
23880
+ /** @example property_inquiry */
23881
+ value?: string;
23882
+ /** @example Property Inquiry */
23883
+ label?: string;
23884
+ };
23885
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
23886
+ listing_uid?: string;
23887
+ listing?: {
23888
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
23889
+ uid?: string;
23890
+ /** @example Doloribus sunt itaque optio impedit. */
23891
+ title?: string;
23892
+ /** @example 39 White Village */
23893
+ address?: string;
23894
+ /** @example short_let */
23895
+ listing_type?: string;
23896
+ /** @example Short Let */
23897
+ listing_type_label?: string;
23898
+ cover?: {
23899
+ /** @example fa24116b-3c03-48aa-8fbd-7b3b094727ca */
23900
+ uid?: string;
23901
+ /** @example photo */
23902
+ media_type?: string;
23903
+ /** @example http://justinshome-backendcore.test/storage/listings/short-let-property-placeholder.png */
23904
+ storage_path?: string;
23905
+ /** @example 1 */
23906
+ order_index?: number;
23907
+ /** @example true */
23908
+ is_cover?: boolean;
23909
+ };
23910
+ owner?: {
23911
+ /** @example 3 */
23912
+ id?: number;
23913
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
23914
+ uid?: string;
23915
+ /** @example Teagan King */
23916
+ name?: string;
23917
+ /** @example landlord2@justinshome.test */
23918
+ email?: string;
23919
+ /** @example 08056663138 */
23920
+ phone?: string;
23921
+ /** @example null */
23922
+ avatar_path?: string | null;
23923
+ };
23924
+ };
23107
23925
  created_by?: {
23108
23926
  /** @example 2 */
23109
23927
  id?: number;
@@ -23114,7 +23932,7 @@ export interface operations {
23114
23932
  };
23115
23933
  /** @example null */
23116
23934
  last_message_at?: string | null;
23117
- /** @example 2026-04-30T10:55:44.000000Z */
23935
+ /** @example 01 May 2026, 02:36 AM */
23118
23936
  created_at?: string;
23119
23937
  };
23120
23938
  };
@@ -23147,25 +23965,92 @@ export interface operations {
23147
23965
  * @example [
23148
23966
  * {
23149
23967
  * "id": 1,
23150
- * "type": "listing",
23151
- * "listing_id": 4,
23968
+ * "type": {
23969
+ * "value": "property_inquiry",
23970
+ * "label": "Property Inquiry"
23971
+ * },
23972
+ * "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
23973
+ * "listing": {
23974
+ * "uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
23975
+ * "title": "2 Bedroom Apartment",
23976
+ * "address": "12 Admiralty Way, Lekki",
23977
+ * "listing_type": "rent",
23978
+ * "listing_type_label": "Rent",
23979
+ * "cover": {
23980
+ * "uid": "med_123",
23981
+ * "media_type": "image",
23982
+ * "storage_path": "https://cdn.example.com/listings/cover.jpg",
23983
+ * "order_index": 0,
23984
+ * "is_cover": true
23985
+ * },
23986
+ * "owner": {
23987
+ * "id": 5,
23988
+ * "uid": "usr_5",
23989
+ * "name": "John Doe",
23990
+ * "email": "john@example.com",
23991
+ * "phone": "+2348000000000",
23992
+ * "avatar_path": "https://cdn.example.com/avatars/john.jpg"
23993
+ * }
23994
+ * },
23152
23995
  * "created_by": {
23153
23996
  * "id": 20,
23154
23997
  * "uid": "usr_20",
23155
23998
  * "name": "Sarah Jenkins"
23156
23999
  * },
23157
24000
  * "last_message_at": "2026-04-28T09:00:00Z",
23158
- * "created_at": "2026-04-28T08:30:00Z"
24001
+ * "created_at": "28 Apr 2026, 08:30 AM"
23159
24002
  * }
23160
24003
  * ]
23161
24004
  */
23162
24005
  items?: {
23163
24006
  /** @example 1 */
23164
24007
  id?: number;
23165
- /** @example listing */
23166
- type?: string;
23167
- /** @example 4 */
23168
- listing_id?: number;
24008
+ type?: {
24009
+ /** @example property_inquiry */
24010
+ value?: string;
24011
+ /** @example Property Inquiry */
24012
+ label?: string;
24013
+ };
24014
+ /** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
24015
+ listing_uid?: string;
24016
+ listing?: {
24017
+ /** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
24018
+ uid?: string;
24019
+ /** @example 2 Bedroom Apartment */
24020
+ title?: string;
24021
+ /** @example 12 Admiralty Way, Lekki */
24022
+ address?: string;
24023
+ /** @example rent */
24024
+ listing_type?: string;
24025
+ /** @example Rent */
24026
+ listing_type_label?: string;
24027
+ cover?: {
24028
+ /** @example med_123 */
24029
+ uid?: string;
24030
+ /** @example image */
24031
+ media_type?: string;
24032
+ /** @example https://cdn.example.com/listings/cover.jpg */
24033
+ storage_path?: string;
24034
+ /** @example 0 */
24035
+ order_index?: number;
24036
+ /** @example true */
24037
+ is_cover?: boolean;
24038
+ };
24039
+ owner?: {
24040
+ /** @example 5 */
24041
+ id?: number;
24042
+ /** @example usr_5 */
24043
+ uid?: string;
24044
+ /** @example John Doe */
24045
+ name?: string;
24046
+ /** @example john@example.com */
24047
+ email?: string;
24048
+ /** @example +2348000000000 */
24049
+ phone?: string;
24050
+ /** @example https://cdn.example.com/avatars/john.jpg */
24051
+ avatar_path?: string;
24052
+ };
24053
+ };
23169
24054
  created_by?: {
23170
24055
  /** @example 20 */
23171
24056
  id?: number;
@@ -23176,7 +24061,7 @@ export interface operations {
23176
24061
  };
23177
24062
  /** @example 2026-04-28T09:00:00Z */
23178
24063
  last_message_at?: string;
23179
- /** @example 2026-04-28T08:30:00Z */
24064
+ /** @example 28 Apr 2026, 08:30 AM */
23180
24065
  created_at?: string;
23181
24066
  }[];
23182
24067
  pagination?: {
@@ -23211,111 +24096,83 @@ export interface operations {
23211
24096
  };
23212
24097
  requestBody?: never;
23213
24098
  responses: {
24099
+ /** @description Retrieve all messages belonging to a conversation */
23214
24100
  200: {
23215
24101
  headers: {
23216
24102
  [name: string]: unknown;
23217
24103
  };
23218
24104
  content: {
23219
24105
  "application/json": {
23220
- /**
23221
- * @example [
23222
- * {
23223
- * "id": null,
23224
- * "conversation_id": null,
23225
- * "body": null,
23226
- * "attachment_url": null,
23227
- * "is_system": null,
23228
- * "state": "delivered",
23229
- * "read_at": null,
23230
- * "created_at": null
23231
- * },
23232
- * {
23233
- * "id": null,
23234
- * "conversation_id": null,
23235
- * "body": null,
23236
- * "attachment_url": null,
23237
- * "is_system": null,
23238
- * "state": "delivered",
23239
- * "read_at": null,
23240
- * "created_at": null
23241
- * }
23242
- * ]
23243
- */
24106
+ /** @example messages retrieved successfully */
24107
+ message?: string;
24108
+ /** @example null */
24109
+ event?: string | null;
23244
24110
  data?: {
23245
- /** @example null */
23246
- id?: string | null;
23247
- /** @example null */
23248
- conversation_id?: string | null;
23249
- /** @example null */
23250
- body?: string | null;
23251
- /** @example null */
23252
- attachment_url?: string | null;
23253
- /** @example null */
23254
- is_system?: string | null;
23255
- /** @example delivered */
23256
- state?: string;
23257
- /** @example null */
23258
- read_at?: string | null;
23259
- /** @example null */
23260
- created_at?: string | null;
23261
- }[];
23262
- links?: {
23263
- /** @example /?page=1 */
23264
- first?: string;
23265
- /** @example /?page=1 */
23266
- last?: string;
23267
- /** @example null */
23268
- prev?: string | null;
23269
- /** @example null */
23270
- next?: string | null;
23271
- };
23272
- meta?: {
23273
- /** @example 1 */
23274
- current_page?: number;
23275
- /** @example 1 */
23276
- from?: number;
23277
- /** @example 1 */
23278
- last_page?: number;
23279
24111
  /**
23280
24112
  * @example [
23281
24113
  * {
23282
- * "url": null,
23283
- * "label": "&laquo; Previous",
23284
- * "page": null,
23285
- * "active": false
23286
- * },
23287
- * {
23288
- * "url": "/?page=1",
23289
- * "label": "1",
23290
- * "page": 1,
23291
- * "active": true
23292
- * },
23293
- * {
23294
- * "url": null,
23295
- * "label": "Next &raquo;",
23296
- * "page": null,
23297
- * "active": false
24114
+ * "id": 1,
24115
+ * "conversation_id": 15,
24116
+ * "sender": {
24117
+ * "id": 20,
24118
+ * "uid": "usr_20",
24119
+ * "name": "Sarah Jenkins",
24120
+ * "role": "tenant"
24121
+ * },
24122
+ * "body": "Hello, is this listing still available?",
24123
+ * "attachment_url": null,
24124
+ * "is_system": false,
24125
+ * "is_mine": true,
24126
+ * "state": "sent",
24127
+ * "read_at": null,
24128
+ * "created_at": "28 Apr 2026, 08:30 AM"
23298
24129
  * }
23299
24130
  * ]
23300
24131
  */
23301
- links?: {
23302
- /** @example null */
23303
- url?: string | null;
23304
- /** @example &laquo; Previous */
23305
- label?: string;
24132
+ items?: {
24133
+ /** @example 1 */
24134
+ id?: number;
24135
+ /** @example 15 */
24136
+ conversation_id?: number;
24137
+ sender?: {
24138
+ /** @example 20 */
24139
+ id?: number;
24140
+ /** @example usr_20 */
24141
+ uid?: string;
24142
+ /** @example Sarah Jenkins */
24143
+ name?: string;
24144
+ /** @example tenant */
24145
+ role?: string;
24146
+ };
24147
+ /** @example Hello, is this listing still available? */
24148
+ body?: string;
23306
24149
  /** @example null */
23307
- page?: string | null;
24150
+ attachment_url?: string | null;
23308
24151
  /** @example false */
23309
- active?: boolean;
24152
+ is_system?: boolean;
24153
+ /** @example true */
24154
+ is_mine?: boolean;
24155
+ /** @example sent */
24156
+ state?: string;
24157
+ /** @example null */
24158
+ read_at?: string | null;
24159
+ /** @example 28 Apr 2026, 08:30 AM */
24160
+ created_at?: string;
23310
24161
  }[];
23311
- /** @example / */
23312
- path?: string;
23313
- /** @example 15 */
23314
- per_page?: number;
23315
- /** @example 2 */
23316
- to?: number;
23317
- /** @example 2 */
23318
- total?: number;
24162
+ pagination?: {
24163
+ /** @example 1 */
24164
+ current_page?: number;
24165
+ /** @example 20 */
24166
+ per_page?: number;
24167
+ /** @example 1 */
24168
+ total?: number;
24169
+ /** @example 1 */
24170
+ last_page?: number;
24171
+ /** @example 1 */
24172
+ from?: number;
24173
+ /** @example 1 */
24174
+ to?: number;
24175
+ };
23319
24176
  };
23320
24177
  };
23321
24178
  };
@@ -23373,6 +24230,8 @@ export interface operations {
23373
24230
  attachment_url?: string | null;
23374
24231
  /** @example null */
23375
24232
  is_system?: string | null;
24233
+ /** @example true */
24234
+ is_mine?: boolean;
23376
24235
  /** @example delivered */
23377
24236
  state?: string;
23378
24237
  /** @example null */
@@ -23525,7 +24384,7 @@ export interface operations {
23525
24384
  };
23526
24385
  content: {
23527
24386
  "application/json": {
23528
- /** @example f383abc2-56e3-4a4f-96e0-425a30681d35 */
24387
+ /** @example e50360e6-c842-47ef-9734-5526c5d15447 */
23529
24388
  id?: string;
23530
24389
  /** @example APPOINTMENT_CREATED */
23531
24390
  type?: string;
@@ -23537,7 +24396,7 @@ export interface operations {
23537
24396
  data?: unknown[];
23538
24397
  /** @example null */
23539
24398
  read_at?: string | null;
23540
- /** @example 2026-04-30T10:55:44.000000Z */
24399
+ /** @example 2026-05-01T02:36:17.000000Z */
23541
24400
  created_at?: string;
23542
24401
  };
23543
24402
  };
@@ -23643,9 +24502,9 @@ export interface operations {
23643
24502
  content: {
23644
24503
  "application/json": {
23645
24504
  data?: {
23646
- /** @example unde */
24505
+ /** @example ullam */
23647
24506
  key?: string;
23648
- /** @example ipsam */
24507
+ /** @example aut */
23649
24508
  name?: string;
23650
24509
  /** @example soft */
23651
24510
  enforcement_mode?: string;
@@ -23783,7 +24642,7 @@ export interface operations {
23783
24642
  content: {
23784
24643
  "application/json": {
23785
24644
  data?: {
23786
- /** @example 2cb7a6ba-4e5c-4fbc-acd6-428cf663f321 */
24645
+ /** @example 799cbfd9-e0d1-4f05-86ff-0d235874d350 */
23787
24646
  uid?: string;
23788
24647
  /** @example JH-APP-2026-089432 */
23789
24648
  application_ref?: string;
@@ -23804,7 +24663,7 @@ export interface operations {
23804
24663
  /** @example null */
23805
24664
  rejection_reason?: string | null;
23806
24665
  timeline?: {
23807
- /** @example 2026-04-30T10:55:44.000000Z */
24666
+ /** @example 2026-05-01T02:36:17.000000Z */
23808
24667
  created_at?: string;
23809
24668
  /** @example null */
23810
24669
  approved_at?: string | null;
@@ -23844,12 +24703,12 @@ export interface operations {
23844
24703
  */
23845
24704
  search?: string | null;
23846
24705
  /**
23847
- * @example cancelled
24706
+ * @example pending
23848
24707
  * @enum {string|null}
23849
24708
  */
23850
24709
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
23851
24710
  /**
23852
- * @example admin
24711
+ * @example tenant
23853
24712
  * @enum {string|null}
23854
24713
  */
23855
24714
  source?: "tenant" | "landlord" | "admin" | null;
@@ -24042,7 +24901,7 @@ export interface operations {
24042
24901
  };
24043
24902
  };
24044
24903
  };
24045
- fetchMyRentalApplications: {
24904
+ fetchOneApplications: {
24046
24905
  parameters: {
24047
24906
  query?: never;
24048
24907
  header?: never;
@@ -24054,42 +24913,93 @@ export interface operations {
24054
24913
  };
24055
24914
  requestBody?: never;
24056
24915
  responses: {
24916
+ /** @description Retrieve one rental application owned by the authenticated tenant */
24057
24917
  200: {
24058
24918
  headers: {
24059
24919
  [name: string]: unknown;
24060
24920
  };
24061
24921
  content: {
24062
24922
  "application/json": {
24923
+ /** @example Rental application fetched successfully */
24924
+ message?: string;
24925
+ /** @example null */
24926
+ event?: string | null;
24063
24927
  data?: {
24064
- /** @example 93d38c15-84d6-46e2-a0df-60ae8ed919b5 */
24928
+ /** @example b1b5daf5-80a4-4ef3-9702-aedaf163369d */
24065
24929
  uid?: string;
24066
- /** @example JH-APP-2026-700432 */
24930
+ /** @example JH-APP-2026-000003 */
24067
24931
  application_ref?: string;
24068
24932
  status?: {
24069
- /** @example pending */
24933
+ /** @example converted */
24070
24934
  value?: string;
24071
- /** @example Pending Review */
24935
+ /** @example Converted to Tenancy */
24072
24936
  label?: string;
24073
24937
  };
24074
24938
  source?: {
24075
- /** @example tenant */
24939
+ /** @example landlord */
24076
24940
  value?: string;
24077
- /** @example Tenant */
24941
+ /** @example Landlord */
24078
24942
  label?: string;
24079
24943
  };
24080
- /** @example Commodi incidunt iure odit. */
24081
- message?: string;
24944
+ /** @example null */
24945
+ message?: string | null;
24082
24946
  /** @example null */
24083
24947
  rejection_reason?: string | null;
24948
+ listing?: {
24949
+ /** @example 1962f047-b789-436b-b163-3c2747de807c */
24950
+ uid?: string;
24951
+ /** @example Dolore unde totam atque. */
24952
+ title?: string;
24953
+ /** @example 6 Thomas Crossroad */
24954
+ address?: string;
24955
+ /** @example long_term_rent */
24956
+ listing_type?: string;
24957
+ /** @example property */
24958
+ listing_vertical?: string;
24959
+ cover?: {
24960
+ /** @example 1f77f12c-66e4-4bae-8c97-48fabf1581d6 */
24961
+ uid?: string;
24962
+ /** @example photo */
24963
+ media_type?: string;
24964
+ /** @example http://justinshome-backendcore.test/storage/listings/long-term-rent-property-placeholder.png */
24965
+ storage_path?: string;
24966
+ /** @example 1 */
24967
+ order_index?: number;
24968
+ /** @example true */
24969
+ is_cover?: boolean;
24970
+ };
24971
+ };
24972
+ tenant?: {
24973
+ /** @example bb04ea86-8c19-4371-8680-0875855e38bf */
24974
+ uid?: string;
24975
+ /** @example Francesca Carter */
24976
+ name?: string;
24977
+ /** @example tenant10@justinshome.test */
24978
+ email?: string;
24979
+ };
24980
+ landlord?: {
24981
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
24982
+ uid?: string;
24983
+ /** @example dogunfx */
24984
+ name?: string;
24985
+ /** @example landlord1@justinshome.test */
24986
+ email?: string;
24987
+ };
24988
+ tenancy?: {
24989
+ /** @example a8450b6d-4394-4e0a-9065-b17b85223ce0 */
24990
+ uid?: string;
24991
+ /** @example enquiry */
24992
+ state?: string;
24993
+ };
24084
24994
  timeline?: {
24085
- /** @example 2026-04-30T10:55:44.000000Z */
24995
+ /** @example 2026-04-30T09:02:27.000000Z */
24086
24996
  created_at?: string;
24087
- /** @example null */
24088
- approved_at?: string | null;
24997
+ /** @example 2026-04-30T09:03:05.000000Z */
24998
+ approved_at?: string;
24089
24999
  /** @example null */
24090
25000
  rejected_at?: string | null;
24091
- /** @example null */
24092
- converted_to_tenancy_at?: string | null;
25001
+ /** @example 2026-04-30T09:03:32.000000Z */
25002
+ converted_to_tenancy_at?: string;
24093
25003
  };
24094
25004
  };
24095
25005
  };
@@ -24116,9 +25026,9 @@ export interface operations {
24116
25026
  content: {
24117
25027
  "application/json": {
24118
25028
  data?: {
24119
- /** @example 7369cabc-6977-4f73-ac0f-b6ead46ac284 */
25029
+ /** @example 1d965d6a-5f6b-4ad6-9aa8-5b101bcf31f3 */
24120
25030
  uid?: string;
24121
- /** @example JH-APP-2026-031881 */
25031
+ /** @example JH-APP-2026-700432 */
24122
25032
  application_ref?: string;
24123
25033
  status?: {
24124
25034
  /** @example pending */
@@ -24132,12 +25042,12 @@ export interface operations {
24132
25042
  /** @example Tenant */
24133
25043
  label?: string;
24134
25044
  };
24135
- /** @example Incidunt iure odit et et modi ipsum. */
25045
+ /** @example Commodi incidunt iure odit. */
24136
25046
  message?: string;
24137
25047
  /** @example null */
24138
25048
  rejection_reason?: string | null;
24139
25049
  timeline?: {
24140
- /** @example 2026-04-30T10:55:44.000000Z */
25050
+ /** @example 2026-05-01T02:36:17.000000Z */
24141
25051
  created_at?: string;
24142
25052
  /** @example null */
24143
25053
  approved_at?: string | null;
@@ -24330,21 +25240,21 @@ export interface operations {
24330
25240
  content: {
24331
25241
  "application/json": {
24332
25242
  data?: {
24333
- /** @example 405 */
25243
+ /** @example 417 */
24334
25244
  id?: number;
24335
25245
  /** @example 1 */
24336
25246
  rating?: number;
24337
25247
  /** @example Nice Listing */
24338
25248
  comment?: string;
24339
25249
  reviewer?: {
24340
- /** @example 26 */
25250
+ /** @example 12 */
24341
25251
  id?: number;
24342
- /** @example Arthur Reid */
25252
+ /** @example Tara Marshall */
24343
25253
  name?: string;
24344
25254
  };
24345
- /** @example 30 Apr 2026, 10:55 AM */
25255
+ /** @example 01 May 2026, 02:36 AM */
24346
25256
  created_at?: string;
24347
- /** @example 30 Apr 2026, 10:55 AM */
25257
+ /** @example 01 May 2026, 02:36 AM */
24348
25258
  updated_at?: string;
24349
25259
  };
24350
25260
  };
@@ -24388,21 +25298,21 @@ export interface operations {
24388
25298
  content: {
24389
25299
  "application/json": {
24390
25300
  data?: {
24391
- /** @example 406 */
25301
+ /** @example 418 */
24392
25302
  id?: number;
24393
25303
  /** @example 1 */
24394
25304
  rating?: number;
24395
25305
  /** @example Nice Listing */
24396
25306
  comment?: string;
24397
25307
  reviewer?: {
24398
- /** @example 5 */
25308
+ /** @example 3 */
24399
25309
  id?: number;
24400
- /** @example Mary Hall */
25310
+ /** @example Teagan King */
24401
25311
  name?: string;
24402
25312
  };
24403
- /** @example 30 Apr 2026, 10:55 AM */
25313
+ /** @example 01 May 2026, 02:36 AM */
24404
25314
  created_at?: string;
24405
- /** @example 30 Apr 2026, 10:55 AM */
25315
+ /** @example 01 May 2026, 02:36 AM */
24406
25316
  updated_at?: string;
24407
25317
  };
24408
25318
  };
@@ -24444,21 +25354,21 @@ export interface operations {
24444
25354
  content: {
24445
25355
  "application/json": {
24446
25356
  data?: {
24447
- /** @example 407 */
25357
+ /** @example 419 */
24448
25358
  id?: number;
24449
25359
  /** @example 1 */
24450
25360
  rating?: number;
24451
25361
  /** @example Nice Listing */
24452
25362
  comment?: string;
24453
25363
  reviewer?: {
24454
- /** @example 19 */
25364
+ /** @example 26 */
24455
25365
  id?: number;
24456
- /** @example John Brown */
25366
+ /** @example Arthur Reid */
24457
25367
  name?: string;
24458
25368
  };
24459
- /** @example 30 Apr 2026, 10:55 AM */
25369
+ /** @example 01 May 2026, 02:36 AM */
24460
25370
  created_at?: string;
24461
- /** @example 30 Apr 2026, 10:55 AM */
25371
+ /** @example 01 May 2026, 02:36 AM */
24462
25372
  updated_at?: string;
24463
25373
  };
24464
25374
  };
@@ -24485,21 +25395,21 @@ export interface operations {
24485
25395
  content: {
24486
25396
  "application/json": {
24487
25397
  data?: {
24488
- /** @example 408 */
25398
+ /** @example 420 */
24489
25399
  id?: number;
24490
25400
  /** @example 1 */
24491
25401
  rating?: number;
24492
25402
  /** @example Nice Listing */
24493
25403
  comment?: string;
24494
25404
  reviewer?: {
24495
- /** @example 26 */
25405
+ /** @example 18 */
24496
25406
  id?: number;
24497
- /** @example Arthur Reid */
25407
+ /** @example Wayne Davies */
24498
25408
  name?: string;
24499
25409
  };
24500
- /** @example 30 Apr 2026, 10:55 AM */
25410
+ /** @example 01 May 2026, 02:36 AM */
24501
25411
  created_at?: string;
24502
- /** @example 30 Apr 2026, 10:55 AM */
25412
+ /** @example 01 May 2026, 02:36 AM */
24503
25413
  updated_at?: string;
24504
25414
  };
24505
25415
  };
@@ -24526,23 +25436,17 @@ export interface operations {
24526
25436
  content: {
24527
25437
  "application/json": {
24528
25438
  data?: {
24529
- /** @example c2ff3bca-1fb4-456f-a30d-f0b481a7c0a1 */
25439
+ /** @example 5e9839c1-2407-43f4-ba32-4b68aa5781e2 */
24530
25440
  uid?: string;
24531
- /** @example 1 */
24532
- listing_id?: number;
24533
- /** @example 2 */
24534
- landlord_id?: number;
24535
- /** @example 2 */
24536
- tenant_id?: number;
24537
25441
  /** @example 4881.50 */
24538
25442
  rent_amount?: string;
24539
25443
  /** @example 2151.17 */
24540
25444
  deposit_amount?: string;
24541
25445
  /** @example offer_accepted */
24542
25446
  state?: string;
24543
- /** @example 2025-11-05T00:00:00.000000Z */
25447
+ /** @example 2025-08-23T00:00:00.000000Z */
24544
25448
  start_date?: string;
24545
- /** @example 2026-11-05T00:00:00.000000Z */
25449
+ /** @example 2026-08-23T00:00:00.000000Z */
24546
25450
  end_date?: string;
24547
25451
  /** @example false */
24548
25452
  is_periodic?: boolean;
@@ -24550,7 +25454,7 @@ export interface operations {
24550
25454
  company_name?: string | null;
24551
25455
  /** @example null */
24552
25456
  company_registration_number?: string | null;
24553
- /** @example 2026-04-30T10:55:44.000000Z */
25457
+ /** @example 2026-05-01T02:36:17.000000Z */
24554
25458
  created_at?: string;
24555
25459
  /** @example [] */
24556
25460
  compliances?: unknown[];
@@ -24627,23 +25531,17 @@ export interface operations {
24627
25531
  content: {
24628
25532
  "application/json": {
24629
25533
  data?: {
24630
- /** @example a0112344-2733-4c3a-95bf-8965c738d55d */
25534
+ /** @example 53ccf380-282a-49e4-9e0a-84b135c70e0a */
24631
25535
  uid?: string;
24632
- /** @example 1 */
24633
- listing_id?: number;
24634
- /** @example 2 */
24635
- landlord_id?: number;
24636
- /** @example 2 */
24637
- tenant_id?: number;
24638
25536
  /** @example 4978.97 */
24639
25537
  rent_amount?: string;
24640
25538
  /** @example 1598.98 */
24641
25539
  deposit_amount?: string;
24642
25540
  /** @example active */
24643
25541
  state?: string;
24644
- /** @example 2025-10-15T00:00:00.000000Z */
25542
+ /** @example 2025-09-18T00:00:00.000000Z */
24645
25543
  start_date?: string;
24646
- /** @example 2026-10-15T00:00:00.000000Z */
25544
+ /** @example 2026-09-18T00:00:00.000000Z */
24647
25545
  end_date?: string;
24648
25546
  /** @example true */
24649
25547
  is_periodic?: boolean;
@@ -24651,7 +25549,7 @@ export interface operations {
24651
25549
  company_name?: string | null;
24652
25550
  /** @example null */
24653
25551
  company_registration_number?: string | null;
24654
- /** @example 2026-04-30T10:55:44.000000Z */
25552
+ /** @example 2026-05-01T02:36:17.000000Z */
24655
25553
  created_at?: string;
24656
25554
  };
24657
25555
  };
@@ -24945,15 +25843,15 @@ export interface operations {
24945
25843
  * "changed_by_user_id": 3,
24946
25844
  * "changed_by_name": "Teagan King",
24947
25845
  * "comment": "Qui commodi incidunt iure odit.",
24948
- * "created_at": "2025-12-22T21:42:43.000000Z"
25846
+ * "created_at": "2026-01-08T13:23:16.000000Z"
24949
25847
  * },
24950
25848
  * {
24951
- * "from_state": "pre_move_in_ready",
24952
- * "to_state": "periodic",
25849
+ * "from_state": "enquiry",
25850
+ * "to_state": "offer_accepted",
24953
25851
  * "changed_by_user_id": 3,
24954
25852
  * "changed_by_name": "Teagan King",
24955
- * "comment": null,
24956
- * "created_at": "2025-11-08T05:38:23.000000Z"
25853
+ * "comment": "Quas sit adipisci vel soluta quam temporibus vel.",
25854
+ * "created_at": "2026-04-12T03:16:04.000000Z"
24957
25855
  * }
24958
25856
  * ]
24959
25857
  */
@@ -24968,7 +25866,7 @@ export interface operations {
24968
25866
  changed_by_name?: string;
24969
25867
  /** @example Qui commodi incidunt iure odit. */
24970
25868
  comment?: string;
24971
- /** @example 2025-12-22T21:42:43.000000Z */
25869
+ /** @example 2026-01-08T13:23:16.000000Z */
24972
25870
  created_at?: string;
24973
25871
  }[];
24974
25872
  };
@@ -25353,7 +26251,7 @@ export interface operations {
25353
26251
  content: {
25354
26252
  "application/json": {
25355
26253
  data?: {
25356
- /** @example 276a2506-7a01-4816-90ae-94b4fa15aafe */
26254
+ /** @example f906d7de-8d8a-461e-ada6-efbf1e989733 */
25357
26255
  uid?: string;
25358
26256
  /** @example Ms. Audra Crooks II */
25359
26257
  username?: string;
@@ -25383,7 +26281,7 @@ export interface operations {
25383
26281
  timezone?: string;
25384
26282
  /** @example Customer */
25385
26283
  user_type?: string;
25386
- /** @example 30 Apr 2026, 10:55 AM */
26284
+ /** @example 01 May 2026, 02:36 AM */
25387
26285
  created?: string;
25388
26286
  /** @example 0 seconds ago */
25389
26287
  email_verified_at?: string;
@@ -25658,7 +26556,7 @@ export interface operations {
25658
26556
  content: {
25659
26557
  "application/json": {
25660
26558
  data?: {
25661
- /** @example 94d22abc-c404-44a8-b7ea-2b64d2c69ae4 */
26559
+ /** @example 2e818cff-8e91-4c7e-86f8-680e3474a9dd */
25662
26560
  uid?: string;
25663
26561
  /** @example Morgan Hirthe */
25664
26562
  username?: string;
@@ -25688,7 +26586,7 @@ export interface operations {
25688
26586
  timezone?: string;
25689
26587
  /** @example Customer */
25690
26588
  user_type?: string;
25691
- /** @example 30 Apr 2026, 10:55 AM */
26589
+ /** @example 01 May 2026, 02:36 AM */
25692
26590
  created?: string;
25693
26591
  /** @example 0 seconds ago */
25694
26592
  email_verified_at?: string;
@@ -25760,7 +26658,7 @@ export interface operations {
25760
26658
  content: {
25761
26659
  "application/json": {
25762
26660
  data?: {
25763
- /** @example 239ac7ff-1a56-48d2-9515-37d6641252e4 */
26661
+ /** @example 3f4ab381-ab40-49c4-91ba-3b83d9c8eec2 */
25764
26662
  uid?: string;
25765
26663
  /** @example Ms. Audra Crooks II */
25766
26664
  username?: string;
@@ -25790,7 +26688,7 @@ export interface operations {
25790
26688
  timezone?: string;
25791
26689
  /** @example Customer */
25792
26690
  user_type?: string;
25793
- /** @example 30 Apr 2026, 10:55 AM */
26691
+ /** @example 01 May 2026, 02:36 AM */
25794
26692
  created?: string;
25795
26693
  /** @example 0 seconds ago */
25796
26694
  email_verified_at?: string;
@@ -26030,7 +26928,7 @@ export interface operations {
26030
26928
  completed_layers?: number;
26031
26929
  /** @example 4 */
26032
26930
  pending_layers?: number;
26033
- /** @example 30 Apr 2026, 10:55 AM */
26931
+ /** @example 01 May 2026, 02:36 AM */
26034
26932
  last_calculated_at?: string;
26035
26933
  };
26036
26934
  };
@@ -26078,7 +26976,7 @@ export interface operations {
26078
26976
  completed_layers?: number;
26079
26977
  /** @example 4 */
26080
26978
  pending_layers?: number;
26081
- /** @example 30 Apr 2026, 10:55 AM */
26979
+ /** @example 01 May 2026, 02:36 AM */
26082
26980
  last_calculated_at?: string;
26083
26981
  };
26084
26982
  };
@@ -26112,14 +27010,14 @@ export interface operations {
26112
27010
  content: {
26113
27011
  "application/json": {
26114
27012
  data?: {
26115
- /** @example 1d2cb978-1c29-448b-9e74-7c82070babb2 */
27013
+ /** @example b5a092f3-a37f-4c09-b8e1-22b81ffeefa4 */
26116
27014
  wishlist_uid?: string;
26117
27015
  listing?: {
26118
- /** @example New For Sale Used Item draft • 30 Apr 2026, 10:55 AM */
27016
+ /** @example New For Sale Used Item draft • 1 May 2026, 2:36 AM */
26119
27017
  draft_name?: string;
26120
- /** @example LST-UIT-SAL-MOLDBFOISLV */
27018
+ /** @example LST-UIT-SAL-MOMAWZKEJYV */
26121
27019
  sku?: string;
26122
- /** @example 29050f21-1d0f-484c-b2d9-07004fc9ae32 */
27020
+ /** @example a5f3c98a-446f-4a29-81f2-9b362df0d871 */
26123
27021
  uid?: string;
26124
27022
  /** @example Sale */
26125
27023
  listing_type?: string;
@@ -26500,13 +27398,13 @@ export interface operations {
26500
27398
  content: {
26501
27399
  "application/json": {
26502
27400
  data?: {
26503
- /** @example 9 */
27401
+ /** @example 0 */
26504
27402
  current_level?: number;
26505
27403
  /** @example 3 */
26506
27404
  completed_layers?: number;
26507
- /** @example 2 */
27405
+ /** @example 4 */
26508
27406
  pending_layers?: number;
26509
- /** @example 30 Apr 2026, 10:55 AM */
27407
+ /** @example 01 May 2026, 02:36 AM */
26510
27408
  last_calculated_at?: string;
26511
27409
  };
26512
27410
  };
@@ -26748,7 +27646,7 @@ export interface operations {
26748
27646
  completed_layers?: number;
26749
27647
  /** @example 4 */
26750
27648
  pending_layers?: number;
26751
- /** @example 30 Apr 2026, 10:55 AM */
27649
+ /** @example 01 May 2026, 02:36 AM */
26752
27650
  last_calculated_at?: string;
26753
27651
  };
26754
27652
  };