@justins-home/types 1.1.67 → 1.1.69

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 +678 -296
  2. package/package.json +1 -1
@@ -3854,6 +3854,26 @@ export interface paths {
3854
3854
  patch?: never;
3855
3855
  trace?: never;
3856
3856
  };
3857
+ "/api/v1/portal/landlord/appointments/fetch-all": {
3858
+ parameters: {
3859
+ query?: never;
3860
+ header?: never;
3861
+ path?: never;
3862
+ cookie?: never;
3863
+ };
3864
+ /**
3865
+ * fetchAllAppointmentLandlord
3866
+ * @description Retrieve all appointments belonging to the authenticated landlord.
3867
+ */
3868
+ get: operations["fetchAllAppointmentLandlord"];
3869
+ put?: never;
3870
+ post?: never;
3871
+ delete?: never;
3872
+ options?: never;
3873
+ head?: never;
3874
+ patch?: never;
3875
+ trace?: never;
3876
+ };
3857
3877
  "/api/v1/portal/landlord/rental-applications": {
3858
3878
  parameters: {
3859
3879
  query?: never;
@@ -6079,7 +6099,7 @@ export interface operations {
6079
6099
  content: {
6080
6100
  "application/json": {
6081
6101
  data?: {
6082
- /** @example 1728b53c-f1ff-414b-9c36-3edfc6387748 */
6102
+ /** @example 2db1af5e-fba9-4197-8c5e-3b852d5240cc */
6083
6103
  uid?: string;
6084
6104
  /** @example Ms. Audra Crooks II */
6085
6105
  username?: string;
@@ -6109,7 +6129,7 @@ export interface operations {
6109
6129
  timezone?: string;
6110
6130
  /** @example Customer */
6111
6131
  user_type?: string;
6112
- /** @example 01 May 2026, 01:35 PM */
6132
+ /** @example 01 May 2026, 03:19 PM */
6113
6133
  created?: string;
6114
6134
  /** @example 0 seconds ago */
6115
6135
  email_verified_at?: string;
@@ -6750,12 +6770,12 @@ export interface operations {
6750
6770
  */
6751
6771
  search?: string | null;
6752
6772
  /**
6753
- * @example rejected
6773
+ * @example converted
6754
6774
  * @enum {string|null}
6755
6775
  */
6756
6776
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
6757
6777
  /**
6758
- * @example admin
6778
+ * @example tenant
6759
6779
  * @enum {string|null}
6760
6780
  */
6761
6781
  source?: "tenant" | "landlord" | "admin" | null;
@@ -6989,7 +7009,7 @@ export interface operations {
6989
7009
  content: {
6990
7010
  "application/json": {
6991
7011
  data?: {
6992
- /** @example a46e1db3-18fb-456e-8c09-76bfd0e33b1a */
7012
+ /** @example ee2e06a3-9e94-4373-a53a-7b01cbb1946a */
6993
7013
  uid?: string;
6994
7014
  /** @example JH-APP-2026-589365 */
6995
7015
  application_ref?: string;
@@ -7010,7 +7030,7 @@ export interface operations {
7010
7030
  /** @example null */
7011
7031
  rejection_reason?: string | null;
7012
7032
  timeline?: {
7013
- /** @example 2026-05-01T13:35:24.000000Z */
7033
+ /** @example 01 May 2026, 03:19 PM */
7014
7034
  created_at?: string;
7015
7035
  /** @example null */
7016
7036
  approved_at?: string | null;
@@ -7044,7 +7064,7 @@ export interface operations {
7044
7064
  content: {
7045
7065
  "application/json": {
7046
7066
  data?: {
7047
- /** @example 314e4acf-1ad4-4628-af41-5eaec53ed231 */
7067
+ /** @example 8ceb8620-ef6a-4145-95a0-b14740098779 */
7048
7068
  uid?: string;
7049
7069
  /** @example JH-APP-2026-933724 */
7050
7070
  application_ref?: string;
@@ -7065,7 +7085,7 @@ export interface operations {
7065
7085
  /** @example null */
7066
7086
  rejection_reason?: string | null;
7067
7087
  timeline?: {
7068
- /** @example 2026-05-01T13:35:24.000000Z */
7088
+ /** @example 01 May 2026, 03:19 PM */
7069
7089
  created_at?: string;
7070
7090
  /** @example null */
7071
7091
  approved_at?: string | null;
@@ -7099,7 +7119,7 @@ export interface operations {
7099
7119
  content: {
7100
7120
  "application/json": {
7101
7121
  data?: {
7102
- /** @example 2eede784-e182-4f32-aa78-93dded491f77 */
7122
+ /** @example 37f0e915-045b-42fb-b5a4-f0958332a95c */
7103
7123
  uid?: string;
7104
7124
  /** @example JH-APP-2026-450949 */
7105
7125
  application_ref?: string;
@@ -7120,7 +7140,7 @@ export interface operations {
7120
7140
  /** @example null */
7121
7141
  rejection_reason?: string | null;
7122
7142
  timeline?: {
7123
- /** @example 2026-05-01T13:35:24.000000Z */
7143
+ /** @example 01 May 2026, 03:19 PM */
7124
7144
  created_at?: string;
7125
7145
  /** @example null */
7126
7146
  approved_at?: string | null;
@@ -7164,7 +7184,7 @@ export interface operations {
7164
7184
  content: {
7165
7185
  "application/json": {
7166
7186
  data?: {
7167
- /** @example d94f1d19-4de2-4c11-af72-3b34b42b66f4 */
7187
+ /** @example c573d281-f932-4335-bdc9-08c0f24e61ce */
7168
7188
  uid?: string;
7169
7189
  /** @example JH-APP-2026-026316 */
7170
7190
  application_ref?: string;
@@ -7185,7 +7205,7 @@ export interface operations {
7185
7205
  /** @example null */
7186
7206
  rejection_reason?: string | null;
7187
7207
  timeline?: {
7188
- /** @example 2026-05-01T13:35:24.000000Z */
7208
+ /** @example 01 May 2026, 03:19 PM */
7189
7209
  created_at?: string;
7190
7210
  /** @example null */
7191
7211
  approved_at?: string | null;
@@ -7229,7 +7249,7 @@ export interface operations {
7229
7249
  content: {
7230
7250
  "application/json": {
7231
7251
  data?: {
7232
- /** @example 50eea68a-7417-4a06-8082-3448668919d3 */
7252
+ /** @example 7219f497-8686-4270-814d-3e95c23895b9 */
7233
7253
  uid?: string;
7234
7254
  /** @example JH-APP-2026-000564 */
7235
7255
  application_ref?: string;
@@ -7250,7 +7270,7 @@ export interface operations {
7250
7270
  /** @example null */
7251
7271
  rejection_reason?: string | null;
7252
7272
  timeline?: {
7253
- /** @example 2026-05-01T13:35:24.000000Z */
7273
+ /** @example 01 May 2026, 03:19 PM */
7254
7274
  created_at?: string;
7255
7275
  /** @example null */
7256
7276
  approved_at?: string | null;
@@ -7284,7 +7304,7 @@ export interface operations {
7284
7304
  content: {
7285
7305
  "application/json": {
7286
7306
  data?: {
7287
- /** @example e6c11aab-01bd-4b40-8b43-b647c28dece2 */
7307
+ /** @example ba3d4bdf-9e7c-40e8-bc15-33e096bd2c47 */
7288
7308
  uid?: string;
7289
7309
  /** @example 4881.50 */
7290
7310
  rent_amount?: string;
@@ -7302,7 +7322,7 @@ export interface operations {
7302
7322
  company_name?: string | null;
7303
7323
  /** @example null */
7304
7324
  company_registration_number?: string | null;
7305
- /** @example 2026-05-01T13:35:24.000000Z */
7325
+ /** @example 2026-05-01T15:19:25.000000Z */
7306
7326
  created_at?: string;
7307
7327
  };
7308
7328
  };
@@ -7748,7 +7768,7 @@ export interface operations {
7748
7768
  content: {
7749
7769
  "application/json": {
7750
7770
  data?: {
7751
- /** @example 9d9d8944-a9cf-4108-bace-b13d4b8f24fe */
7771
+ /** @example 62e0b6fb-178b-4010-8acb-386a530957d6 */
7752
7772
  uid?: string;
7753
7773
  /** @example Ms. Audra Crooks II */
7754
7774
  username?: string;
@@ -7778,7 +7798,7 @@ export interface operations {
7778
7798
  timezone?: string;
7779
7799
  /** @example Customer */
7780
7800
  user_type?: string;
7781
- /** @example 01 May 2026, 01:35 PM */
7801
+ /** @example 01 May 2026, 03:19 PM */
7782
7802
  created?: string;
7783
7803
  /** @example 0 seconds ago */
7784
7804
  email_verified_at?: string;
@@ -8168,11 +8188,11 @@ export interface operations {
8168
8188
  content: {
8169
8189
  "application/json": {
8170
8190
  data?: {
8171
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
8191
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
8172
8192
  draft_name?: string;
8173
- /** @example LST-PRP-LTR-MOMYGMGQQ5S */
8193
+ /** @example LST-PRP-LTR-MON26E3V3SO */
8174
8194
  sku?: string;
8175
- /** @example a5b493d0-6559-4fac-bc10-ad8c9cc0f94c */
8195
+ /** @example e7122fb9-034b-4ad7-8f2a-9f2b5abc99c1 */
8176
8196
  uid?: string;
8177
8197
  /** @example Rent */
8178
8198
  listing_type?: string;
@@ -9599,7 +9619,7 @@ export interface operations {
9599
9619
  content: {
9600
9620
  "application/json": {
9601
9621
  data?: {
9602
- /** @example cda5b2ed-dd77-413b-bb28-b14292bfdf9a */
9622
+ /** @example 35c8e297-8fb3-4c60-ac70-338ea93cc297 */
9603
9623
  uid?: string;
9604
9624
  /** @example Morgan Hirthe */
9605
9625
  username?: string;
@@ -9629,7 +9649,7 @@ export interface operations {
9629
9649
  timezone?: string;
9630
9650
  /** @example Customer */
9631
9651
  user_type?: string;
9632
- /** @example 01 May 2026, 01:35 PM */
9652
+ /** @example 01 May 2026, 03:19 PM */
9633
9653
  created?: string;
9634
9654
  /** @example 0 seconds ago */
9635
9655
  email_verified_at?: string;
@@ -10338,11 +10358,11 @@ export interface operations {
10338
10358
  content: {
10339
10359
  "application/json": {
10340
10360
  data?: {
10341
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
10361
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
10342
10362
  draft_name?: string;
10343
- /** @example LST-PRP-LTR-MOMYGMJ9OUW */
10363
+ /** @example LST-PRP-LTR-MON26E6GYSY */
10344
10364
  sku?: string;
10345
- /** @example af833ae4-72bf-43cd-bb7b-150e8d598583 */
10365
+ /** @example d836eaa1-cace-4965-8114-0007ec353c6a */
10346
10366
  uid?: string;
10347
10367
  /** @example Rent */
10348
10368
  listing_type?: string;
@@ -10782,7 +10802,7 @@ export interface operations {
10782
10802
  content: {
10783
10803
  "application/json": {
10784
10804
  data?: {
10785
- /** @example 736dc1f6-c4ab-4750-a0a6-6a139c72cdf0 */
10805
+ /** @example 48bc8485-64e2-45f2-ad19-e9c049101d48 */
10786
10806
  uid?: string;
10787
10807
  /** @example photo */
10788
10808
  media_type?: string;
@@ -11089,58 +11109,58 @@ export interface operations {
11089
11109
  /**
11090
11110
  * @example [
11091
11111
  * {
11092
- * "draft_name": "New For Sale Used Item draft • 1 May 2026, 1:35 PM",
11093
- * "sku": "LST-UIT-SAL-MOMYGMKPKLX",
11094
- * "uid": "1f1d0083-bc3d-4f3c-9aee-7b9eb534079f",
11095
- * "listing_type": "Sale",
11096
- * "vertical": "Used Item",
11097
- * "arrangement_type": null,
11098
- * "arrangement_type_label": null,
11112
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
11113
+ * "sku": "LST-PRP-SHL-MON26E7YEKV",
11114
+ * "uid": "06793f7f-2ef4-4f2e-b6f2-4c7b32087cb2",
11115
+ * "listing_type": "Short Let",
11116
+ * "vertical": "Property",
11117
+ * "arrangement_type": "short_term_managed",
11118
+ * "arrangement_type_label": "Short Term Managed",
11099
11119
  * "price": null,
11100
11120
  * "state": "draft",
11101
11121
  * "published_at": null,
11102
11122
  * "published_since": null,
11103
11123
  * "is_visible": false,
11104
- * "summary": [],
11124
+ * "summary": {
11125
+ * "availability": null
11126
+ * },
11105
11127
  * "workflow": [],
11106
11128
  * "media": []
11107
11129
  * },
11108
11130
  * {
11109
- * "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
11110
- * "sku": "LST-PRP-LTR-MOMYGMKTDUV",
11111
- * "uid": "fd7a6d92-43b2-4049-8ce3-cc4b19024bf3",
11112
- * "listing_type": "Rent",
11113
- * "vertical": "Property",
11114
- * "arrangement_type": "let_to_let",
11115
- * "arrangement_type_label": "Let to Let",
11131
+ * "draft_name": "New For Sale Used Item draft • 1 May 2026, 3:19 PM",
11132
+ * "sku": "LST-UIT-SAL-MON26E80COX",
11133
+ * "uid": "ead14aff-dfed-49dc-b85e-f99604d41bb0",
11134
+ * "listing_type": "Sale",
11135
+ * "vertical": "Used Item",
11136
+ * "arrangement_type": null,
11137
+ * "arrangement_type_label": null,
11116
11138
  * "price": null,
11117
11139
  * "state": "draft",
11118
11140
  * "published_at": null,
11119
11141
  * "published_since": null,
11120
11142
  * "is_visible": false,
11121
- * "summary": {
11122
- * "availability": null
11123
- * },
11143
+ * "summary": [],
11124
11144
  * "workflow": [],
11125
11145
  * "media": []
11126
11146
  * }
11127
11147
  * ]
11128
11148
  */
11129
11149
  data?: {
11130
- /** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
11150
+ /** @example New Short Let Property draft • 1 May 2026, 3:19 PM */
11131
11151
  draft_name?: string;
11132
- /** @example LST-UIT-SAL-MOMYGMKPKLX */
11152
+ /** @example LST-PRP-SHL-MON26E7YEKV */
11133
11153
  sku?: string;
11134
- /** @example 1f1d0083-bc3d-4f3c-9aee-7b9eb534079f */
11154
+ /** @example 06793f7f-2ef4-4f2e-b6f2-4c7b32087cb2 */
11135
11155
  uid?: string;
11136
- /** @example Sale */
11156
+ /** @example Short Let */
11137
11157
  listing_type?: string;
11138
- /** @example Used Item */
11158
+ /** @example Property */
11139
11159
  vertical?: string;
11140
- /** @example null */
11141
- arrangement_type?: string | null;
11142
- /** @example null */
11143
- arrangement_type_label?: string | null;
11160
+ /** @example short_term_managed */
11161
+ arrangement_type?: string;
11162
+ /** @example Short Term Managed */
11163
+ arrangement_type_label?: string;
11144
11164
  /** @example null */
11145
11165
  price?: string | null;
11146
11166
  /** @example draft */
@@ -11151,8 +11171,10 @@ export interface operations {
11151
11171
  published_since?: string | null;
11152
11172
  /** @example false */
11153
11173
  is_visible?: boolean;
11154
- /** @example [] */
11155
- summary?: unknown[];
11174
+ summary?: {
11175
+ /** @example null */
11176
+ availability?: string | null;
11177
+ };
11156
11178
  /** @example [] */
11157
11179
  workflow?: unknown[];
11158
11180
  /** @example [] */
@@ -11324,11 +11346,11 @@ export interface operations {
11324
11346
  content: {
11325
11347
  "application/json": {
11326
11348
  data?: {
11327
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
11349
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
11328
11350
  draft_name?: string;
11329
- /** @example LST-PRP-LTR-MOMYGML1IZK */
11351
+ /** @example LST-PRP-LTR-MON26E88ML6 */
11330
11352
  sku?: string;
11331
- /** @example a7440947-0c4a-4d8e-9044-230474b413c9 */
11353
+ /** @example b07e9a12-7a36-4685-946f-269a3702102e */
11332
11354
  uid?: string;
11333
11355
  /** @example Rent */
11334
11356
  listing_type?: string;
@@ -11391,11 +11413,11 @@ export interface operations {
11391
11413
  content: {
11392
11414
  "application/json": {
11393
11415
  data?: {
11394
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
11416
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
11395
11417
  draft_name?: string;
11396
- /** @example LST-PRP-LTR-MOMYGML7IMC */
11418
+ /** @example LST-PRP-LTR-MON26E8C1JT */
11397
11419
  sku?: string;
11398
- /** @example 1af87cce-a606-4d04-a811-4721e1b68777 */
11420
+ /** @example a1e701e0-5151-4388-a31a-8dd4be9cdaf9 */
11399
11421
  uid?: string;
11400
11422
  /** @example Rent */
11401
11423
  listing_type?: string;
@@ -11448,11 +11470,11 @@ export interface operations {
11448
11470
  content: {
11449
11471
  "application/json": {
11450
11472
  data?: {
11451
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
11473
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
11452
11474
  draft_name?: string;
11453
- /** @example LST-PRP-LTR-MOMYGMLDF2E */
11475
+ /** @example LST-PRP-LTR-MON26E8IUK0 */
11454
11476
  sku?: string;
11455
- /** @example f6f21dc2-54f5-448b-8b09-4e19895f3a21 */
11477
+ /** @example 729ef444-2a99-448e-918e-2bc8323999b9 */
11456
11478
  uid?: string;
11457
11479
  /** @example Rent */
11458
11480
  listing_type?: string;
@@ -11505,11 +11527,11 @@ export interface operations {
11505
11527
  content: {
11506
11528
  "application/json": {
11507
11529
  data?: {
11508
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
11530
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
11509
11531
  draft_name?: string;
11510
- /** @example LST-PRP-LTR-MOMYGMLHEYR */
11532
+ /** @example LST-PRP-LTR-MON26E8OKCA */
11511
11533
  sku?: string;
11512
- /** @example bd192bd3-62db-489e-ab1d-405579d713e1 */
11534
+ /** @example 74eb38a7-b820-47ad-b3df-d7b08591ef0d */
11513
11535
  uid?: string;
11514
11536
  /** @example Rent */
11515
11537
  listing_type?: string;
@@ -11703,7 +11725,7 @@ export interface operations {
11703
11725
  content: {
11704
11726
  "application/json": {
11705
11727
  data?: {
11706
- /** @example 307 */
11728
+ /** @example 316 */
11707
11729
  id?: number;
11708
11730
  /** @example 1 */
11709
11731
  category_id?: number;
@@ -11777,7 +11799,7 @@ export interface operations {
11777
11799
  content: {
11778
11800
  "application/json": {
11779
11801
  data?: {
11780
- /** @example 308 */
11802
+ /** @example 317 */
11781
11803
  id?: number;
11782
11804
  /** @example 1 */
11783
11805
  category_id?: number;
@@ -11816,7 +11838,7 @@ export interface operations {
11816
11838
  content: {
11817
11839
  "application/json": {
11818
11840
  data?: {
11819
- /** @example 309 */
11841
+ /** @example 318 */
11820
11842
  id?: number;
11821
11843
  /** @example 1 */
11822
11844
  category_id?: number;
@@ -11854,7 +11876,7 @@ export interface operations {
11854
11876
  /**
11855
11877
  * @example [
11856
11878
  * {
11857
- * "id": 455,
11879
+ * "id": 470,
11858
11880
  * "name": "Exterior",
11859
11881
  * "description": "For Exterior categories",
11860
11882
  * "display_order": 1,
@@ -11864,7 +11886,7 @@ export interface operations {
11864
11886
  * "is_active": true
11865
11887
  * },
11866
11888
  * {
11867
- * "id": 456,
11889
+ * "id": 471,
11868
11890
  * "name": "Exterior",
11869
11891
  * "description": "For Exterior categories",
11870
11892
  * "display_order": 1,
@@ -11876,7 +11898,7 @@ export interface operations {
11876
11898
  * ]
11877
11899
  */
11878
11900
  data?: {
11879
- /** @example 455 */
11901
+ /** @example 470 */
11880
11902
  id?: number;
11881
11903
  /** @example Exterior */
11882
11904
  name?: string;
@@ -11940,7 +11962,7 @@ export interface operations {
11940
11962
  content: {
11941
11963
  "application/json": {
11942
11964
  data?: {
11943
- /** @example 457 */
11965
+ /** @example 472 */
11944
11966
  id?: number;
11945
11967
  /** @example Exterior */
11946
11968
  name?: string;
@@ -12007,7 +12029,7 @@ export interface operations {
12007
12029
  content: {
12008
12030
  "application/json": {
12009
12031
  data?: {
12010
- /** @example 458 */
12032
+ /** @example 473 */
12011
12033
  id?: number;
12012
12034
  /** @example Exterior */
12013
12035
  name?: string;
@@ -12048,7 +12070,7 @@ export interface operations {
12048
12070
  content: {
12049
12071
  "application/json": {
12050
12072
  data?: {
12051
- /** @example 459 */
12073
+ /** @example 474 */
12052
12074
  id?: number;
12053
12075
  /** @example Exterior */
12054
12076
  name?: string;
@@ -12311,7 +12333,7 @@ export interface operations {
12311
12333
  content: {
12312
12334
  "application/json": {
12313
12335
  data?: {
12314
- /** @example 193 */
12336
+ /** @example 199 */
12315
12337
  id?: number;
12316
12338
  /** @example email_fa_0 */
12317
12339
  key?: string;
@@ -12325,9 +12347,9 @@ export interface operations {
12325
12347
  metadata_schema?: unknown[];
12326
12348
  /** @example true */
12327
12349
  is_active?: boolean;
12328
- /** @example 2026-05-01T13:35:24.000000Z */
12350
+ /** @example 2026-05-01T15:19:25.000000Z */
12329
12351
  created_at?: string;
12330
- /** @example 2026-05-01T13:35:24.000000Z */
12352
+ /** @example 2026-05-01T15:19:25.000000Z */
12331
12353
  updated_at?: string;
12332
12354
  };
12333
12355
  };
@@ -12387,7 +12409,7 @@ export interface operations {
12387
12409
  content: {
12388
12410
  "application/json": {
12389
12411
  data?: {
12390
- /** @example 194 */
12412
+ /** @example 200 */
12391
12413
  id?: number;
12392
12414
  /** @example email_fa_0 */
12393
12415
  key?: string;
@@ -12401,9 +12423,9 @@ export interface operations {
12401
12423
  metadata_schema?: unknown[];
12402
12424
  /** @example true */
12403
12425
  is_active?: boolean;
12404
- /** @example 2026-05-01T13:35:24.000000Z */
12426
+ /** @example 2026-05-01T15:19:25.000000Z */
12405
12427
  created_at?: string;
12406
- /** @example 2026-05-01T13:35:24.000000Z */
12428
+ /** @example 2026-05-01T15:19:25.000000Z */
12407
12429
  updated_at?: string;
12408
12430
  };
12409
12431
  };
@@ -13669,25 +13691,25 @@ export interface operations {
13669
13691
  /**
13670
13692
  * @example [
13671
13693
  * {
13672
- * "key": "ut",
13673
- * "name": "eum",
13674
- * "description": "Dolores ut sapiente laboriosam ut recusandae et velit.",
13694
+ * "key": "voluptatem",
13695
+ * "name": "consequatur",
13696
+ * "description": "Non totam mollitia quia voluptas autem id cum.",
13675
13697
  * "value_type": "string"
13676
13698
  * },
13677
13699
  * {
13678
- * "key": "ab",
13679
- * "name": "nam",
13680
- * "description": "Ad perspiciatis aspernatur nobis fugit.",
13700
+ * "key": "laboriosam",
13701
+ * "name": "reiciendis",
13702
+ * "description": "Quis consequatur enim similique consequatur aliquid similique.",
13681
13703
  * "value_type": "string"
13682
13704
  * }
13683
13705
  * ]
13684
13706
  */
13685
13707
  data?: {
13686
- /** @example ut */
13708
+ /** @example voluptatem */
13687
13709
  key?: string;
13688
- /** @example eum */
13710
+ /** @example consequatur */
13689
13711
  name?: string;
13690
- /** @example Dolores ut sapiente laboriosam ut recusandae et velit. */
13712
+ /** @example Non totam mollitia quia voluptas autem id cum. */
13691
13713
  description?: string;
13692
13714
  /** @example string */
13693
13715
  value_type?: string;
@@ -14929,13 +14951,13 @@ export interface operations {
14929
14951
  };
14930
14952
  } | {
14931
14953
  data?: {
14932
- /** @example feda4c32-1c03-4604-beb6-d5472bcb66f4 */
14954
+ /** @example 28203d52-8067-4da5-b153-cb5ecb94dab3 */
14933
14955
  uid?: string;
14934
14956
  /** @example follow_up */
14935
14957
  inspection_type?: string;
14936
14958
  /** @example cancelled */
14937
14959
  status?: string;
14938
- /** @example 07 May 2026, 03:33 AM */
14960
+ /** @example 07 May 2026, 05:17 AM */
14939
14961
  scheduled_date?: string;
14940
14962
  /** @example null */
14941
14963
  completed_date?: string | null;
@@ -14943,11 +14965,11 @@ export interface operations {
14943
14965
  condition_rating?: string;
14944
14966
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
14945
14967
  summary?: string;
14946
- /** @example 01 Jul 2026, 12:22 AM */
14968
+ /** @example 01 Jul 2026, 02:06 AM */
14947
14969
  next_inspection_date?: string;
14948
- /** @example 01 May 2026, 01:35 PM */
14970
+ /** @example 01 May 2026, 03:19 PM */
14949
14971
  created_at?: string;
14950
- /** @example 01 May 2026, 01:35 PM */
14972
+ /** @example 01 May 2026, 03:19 PM */
14951
14973
  updated_at?: string;
14952
14974
  };
14953
14975
  };
@@ -15002,13 +15024,13 @@ export interface operations {
15002
15024
  content: {
15003
15025
  "application/json": {
15004
15026
  data?: {
15005
- /** @example 16378155-51b7-42c7-a5ec-b5434a12cfca */
15027
+ /** @example a2328aab-691c-4a71-9f77-9838db4c2ae1 */
15006
15028
  uid?: string;
15007
15029
  /** @example follow_up */
15008
15030
  inspection_type?: string;
15009
15031
  /** @example cancelled */
15010
15032
  status?: string;
15011
- /** @example 07 May 2026, 03:33 AM */
15033
+ /** @example 07 May 2026, 05:17 AM */
15012
15034
  scheduled_date?: string;
15013
15035
  /** @example null */
15014
15036
  completed_date?: string | null;
@@ -15016,11 +15038,11 @@ export interface operations {
15016
15038
  condition_rating?: string;
15017
15039
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
15018
15040
  summary?: string;
15019
- /** @example 01 Jul 2026, 12:22 AM */
15041
+ /** @example 01 Jul 2026, 02:06 AM */
15020
15042
  next_inspection_date?: string;
15021
- /** @example 01 May 2026, 01:35 PM */
15043
+ /** @example 01 May 2026, 03:19 PM */
15022
15044
  created_at?: string;
15023
- /** @example 01 May 2026, 01:35 PM */
15045
+ /** @example 01 May 2026, 03:19 PM */
15024
15046
  updated_at?: string;
15025
15047
  };
15026
15048
  };
@@ -15115,13 +15137,13 @@ export interface operations {
15115
15137
  content: {
15116
15138
  "application/json": {
15117
15139
  data?: {
15118
- /** @example 12f5b8a5-d84e-49de-97f5-7cc2a9e99bc2 */
15140
+ /** @example 4f86b96c-9d84-47f0-8c47-1d98a2e105c3 */
15119
15141
  uid?: string;
15120
15142
  /** @example follow_up */
15121
15143
  inspection_type?: string;
15122
15144
  /** @example cancelled */
15123
15145
  status?: string;
15124
- /** @example 25 Apr 2026, 01:00 AM */
15146
+ /** @example 25 Apr 2026, 02:44 AM */
15125
15147
  scheduled_date?: string;
15126
15148
  /** @example null */
15127
15149
  completed_date?: string | null;
@@ -15129,11 +15151,11 @@ export interface operations {
15129
15151
  condition_rating?: string;
15130
15152
  /** @example Et animi quos velit et fugiat. */
15131
15153
  summary?: string;
15132
- /** @example 04 Aug 2026, 08:54 AM */
15154
+ /** @example 04 Aug 2026, 10:38 AM */
15133
15155
  next_inspection_date?: string;
15134
- /** @example 01 May 2026, 01:35 PM */
15156
+ /** @example 01 May 2026, 03:19 PM */
15135
15157
  created_at?: string;
15136
- /** @example 01 May 2026, 01:35 PM */
15158
+ /** @example 01 May 2026, 03:19 PM */
15137
15159
  updated_at?: string;
15138
15160
  };
15139
15161
  };
@@ -15170,13 +15192,13 @@ export interface operations {
15170
15192
  content: {
15171
15193
  "application/json": {
15172
15194
  data?: {
15173
- /** @example 162825a2-e806-43da-99cb-6df3695c27ab */
15195
+ /** @example 67a933f2-7992-4522-a084-4528ab88c041 */
15174
15196
  uid?: string;
15175
15197
  /** @example follow_up */
15176
15198
  inspection_type?: string;
15177
15199
  /** @example cancelled */
15178
15200
  status?: string;
15179
- /** @example 07 May 2026, 03:33 AM */
15201
+ /** @example 07 May 2026, 05:17 AM */
15180
15202
  scheduled_date?: string;
15181
15203
  /** @example null */
15182
15204
  completed_date?: string | null;
@@ -15184,11 +15206,11 @@ export interface operations {
15184
15206
  condition_rating?: string;
15185
15207
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
15186
15208
  summary?: string;
15187
- /** @example 01 Jul 2026, 12:22 AM */
15209
+ /** @example 01 Jul 2026, 02:06 AM */
15188
15210
  next_inspection_date?: string;
15189
- /** @example 01 May 2026, 01:35 PM */
15211
+ /** @example 01 May 2026, 03:19 PM */
15190
15212
  created_at?: string;
15191
- /** @example 01 May 2026, 01:35 PM */
15213
+ /** @example 01 May 2026, 03:19 PM */
15192
15214
  updated_at?: string;
15193
15215
  };
15194
15216
  };
@@ -15225,13 +15247,13 @@ export interface operations {
15225
15247
  content: {
15226
15248
  "application/json": {
15227
15249
  data?: {
15228
- /** @example 3ac6b5ba-251a-49d7-983f-3e4821706f8a */
15250
+ /** @example b2a73371-ac95-471a-8109-8e5a319204a6 */
15229
15251
  uid?: string;
15230
15252
  /** @example follow_up */
15231
15253
  inspection_type?: string;
15232
15254
  /** @example cancelled */
15233
15255
  status?: string;
15234
- /** @example 25 Apr 2026, 01:00 AM */
15256
+ /** @example 25 Apr 2026, 02:44 AM */
15235
15257
  scheduled_date?: string;
15236
15258
  /** @example null */
15237
15259
  completed_date?: string | null;
@@ -15239,11 +15261,11 @@ export interface operations {
15239
15261
  condition_rating?: string;
15240
15262
  /** @example Et animi quos velit et fugiat. */
15241
15263
  summary?: string;
15242
- /** @example 04 Aug 2026, 08:54 AM */
15264
+ /** @example 04 Aug 2026, 10:38 AM */
15243
15265
  next_inspection_date?: string;
15244
- /** @example 01 May 2026, 01:35 PM */
15266
+ /** @example 01 May 2026, 03:19 PM */
15245
15267
  created_at?: string;
15246
- /** @example 01 May 2026, 01:35 PM */
15268
+ /** @example 01 May 2026, 03:19 PM */
15247
15269
  updated_at?: string;
15248
15270
  };
15249
15271
  };
@@ -15370,29 +15392,29 @@ export interface operations {
15370
15392
  };
15371
15393
  } | {
15372
15394
  data?: {
15373
- /** @example 6da552c6-3f11-4d2e-87c0-b3585c74490d */
15395
+ /** @example 610d45fd-20e4-401b-ab58-68f146a8193d */
15374
15396
  uid?: string;
15375
15397
  /** @example 1 */
15376
15398
  tenancy_id?: number;
15377
- /** @example Excepturi voluptates quis dolores. */
15399
+ /** @example Quia eveniet amet et iusto dolores. */
15378
15400
  title?: string;
15379
- /** @example Aut explicabo magnam rerum quos ut ipsum. Tenetur illo doloribus impedit voluptatem inventore quasi. Aspernatur omnis nulla sed praesentium eveniet aut suscipit. */
15401
+ /** @example Eveniet voluptatibus vero error perferendis. Non velit porro ut eaque dolores. Sed possimus laudantium dolore at id. Est dolor et et doloribus. */
15380
15402
  description?: string;
15381
- /** @example in_progress */
15403
+ /** @example assigned */
15382
15404
  status?: string;
15383
15405
  /** @example low */
15384
15406
  priority?: string;
15385
- /** @example 27 Apr 2026, 06:22 PM */
15407
+ /** @example 26 Apr 2026, 06:38 PM */
15386
15408
  reported_at?: string;
15387
15409
  /** @example null */
15388
15410
  assigned_at?: string | null;
15389
15411
  /** @example null */
15390
15412
  completed_at?: string | null;
15391
- /** @example 06 May 2026, 11:34 AM */
15413
+ /** @example 04 May 2026, 03:43 PM */
15392
15414
  sla_deadline?: string;
15393
- /** @example 01 May 2026, 01:35 PM */
15415
+ /** @example 01 May 2026, 03:19 PM */
15394
15416
  created_at?: string;
15395
- /** @example 01 May 2026, 01:35 PM */
15417
+ /** @example 01 May 2026, 03:19 PM */
15396
15418
  updated_at?: string;
15397
15419
  };
15398
15420
  };
@@ -15429,7 +15451,7 @@ export interface operations {
15429
15451
  content: {
15430
15452
  "application/json": {
15431
15453
  data?: {
15432
- /** @example 4ab50a89-cd62-437b-94e8-438cff4567c2 */
15454
+ /** @example 3ad5d92f-f643-4d92-83de-6622931d2576 */
15433
15455
  uid?: string;
15434
15456
  /** @example 1 */
15435
15457
  tenancy_id?: number;
@@ -15441,17 +15463,17 @@ export interface operations {
15441
15463
  status?: string;
15442
15464
  /** @example low */
15443
15465
  priority?: string;
15444
- /** @example 30 Apr 2026, 03:04 AM */
15466
+ /** @example 30 Apr 2026, 04:48 AM */
15445
15467
  reported_at?: string;
15446
15468
  /** @example null */
15447
15469
  assigned_at?: string | null;
15448
15470
  /** @example null */
15449
15471
  completed_at?: string | null;
15450
- /** @example 02 May 2026, 11:28 PM */
15472
+ /** @example 03 May 2026, 01:12 AM */
15451
15473
  sla_deadline?: string;
15452
- /** @example 01 May 2026, 01:35 PM */
15474
+ /** @example 01 May 2026, 03:19 PM */
15453
15475
  created_at?: string;
15454
- /** @example 01 May 2026, 01:35 PM */
15476
+ /** @example 01 May 2026, 03:19 PM */
15455
15477
  updated_at?: string;
15456
15478
  };
15457
15479
  };
@@ -15488,7 +15510,7 @@ export interface operations {
15488
15510
  content: {
15489
15511
  "application/json": {
15490
15512
  data?: {
15491
- /** @example 41dfc442-dc76-4119-b755-053c21032d09 */
15513
+ /** @example ef44bd99-a073-4f50-8adc-98395ae937a5 */
15492
15514
  uid?: string;
15493
15515
  /** @example 1 */
15494
15516
  tenancy_id?: number;
@@ -15500,17 +15522,17 @@ export interface operations {
15500
15522
  status?: string;
15501
15523
  /** @example emergency */
15502
15524
  priority?: string;
15503
- /** @example 25 Apr 2026, 12:49 AM */
15525
+ /** @example 25 Apr 2026, 02:33 AM */
15504
15526
  reported_at?: string;
15505
- /** @example 29 Apr 2026, 09:08 PM */
15527
+ /** @example 29 Apr 2026, 10:52 PM */
15506
15528
  assigned_at?: string;
15507
15529
  /** @example null */
15508
15530
  completed_at?: string | null;
15509
- /** @example 03 May 2026, 02:31 AM */
15531
+ /** @example 03 May 2026, 04:15 AM */
15510
15532
  sla_deadline?: string;
15511
- /** @example 01 May 2026, 01:35 PM */
15533
+ /** @example 01 May 2026, 03:19 PM */
15512
15534
  created_at?: string;
15513
- /** @example 01 May 2026, 01:35 PM */
15535
+ /** @example 01 May 2026, 03:19 PM */
15514
15536
  updated_at?: string;
15515
15537
  };
15516
15538
  };
@@ -15547,7 +15569,7 @@ export interface operations {
15547
15569
  content: {
15548
15570
  "application/json": {
15549
15571
  data?: {
15550
- /** @example 131872fe-8ebe-4548-a5c8-ba630a5b77d5 */
15572
+ /** @example d0c86eee-04ae-4062-b89e-b5ce72b55dfb */
15551
15573
  uid?: string;
15552
15574
  /** @example 1 */
15553
15575
  tenancy_id?: number;
@@ -15559,17 +15581,17 @@ export interface operations {
15559
15581
  status?: string;
15560
15582
  /** @example emergency */
15561
15583
  priority?: string;
15562
- /** @example 25 Apr 2026, 12:49 AM */
15584
+ /** @example 25 Apr 2026, 02:33 AM */
15563
15585
  reported_at?: string;
15564
- /** @example 29 Apr 2026, 09:08 PM */
15586
+ /** @example 29 Apr 2026, 10:52 PM */
15565
15587
  assigned_at?: string;
15566
15588
  /** @example null */
15567
15589
  completed_at?: string | null;
15568
- /** @example 03 May 2026, 02:31 AM */
15590
+ /** @example 03 May 2026, 04:15 AM */
15569
15591
  sla_deadline?: string;
15570
- /** @example 01 May 2026, 01:35 PM */
15592
+ /** @example 01 May 2026, 03:19 PM */
15571
15593
  created_at?: string;
15572
- /** @example 01 May 2026, 01:35 PM */
15594
+ /** @example 01 May 2026, 03:19 PM */
15573
15595
  updated_at?: string;
15574
15596
  };
15575
15597
  };
@@ -15606,7 +15628,7 @@ export interface operations {
15606
15628
  content: {
15607
15629
  "application/json": {
15608
15630
  data?: {
15609
- /** @example ad9a23c6-16b7-4c41-b452-f93d6489be27 */
15631
+ /** @example b3bfe235-36b6-4777-90d6-826b53f4cc7a */
15610
15632
  uid?: string;
15611
15633
  /** @example 1 */
15612
15634
  tenancy_id?: number;
@@ -15618,17 +15640,17 @@ export interface operations {
15618
15640
  status?: string;
15619
15641
  /** @example emergency */
15620
15642
  priority?: string;
15621
- /** @example 25 Apr 2026, 12:49 AM */
15643
+ /** @example 25 Apr 2026, 02:33 AM */
15622
15644
  reported_at?: string;
15623
- /** @example 29 Apr 2026, 09:08 PM */
15645
+ /** @example 29 Apr 2026, 10:52 PM */
15624
15646
  assigned_at?: string;
15625
15647
  /** @example null */
15626
15648
  completed_at?: string | null;
15627
- /** @example 03 May 2026, 02:31 AM */
15649
+ /** @example 03 May 2026, 04:15 AM */
15628
15650
  sla_deadline?: string;
15629
- /** @example 01 May 2026, 01:35 PM */
15651
+ /** @example 01 May 2026, 03:19 PM */
15630
15652
  created_at?: string;
15631
- /** @example 01 May 2026, 01:35 PM */
15653
+ /** @example 01 May 2026, 03:19 PM */
15632
15654
  updated_at?: string;
15633
15655
  };
15634
15656
  };
@@ -18882,7 +18904,7 @@ export interface operations {
18882
18904
  content: {
18883
18905
  "application/json": {
18884
18906
  data?: {
18885
- /** @example 3a2b5e71-9fcb-4772-ba8d-906aaabfee46 */
18907
+ /** @example de8ddcf5-0a5d-40d2-b829-52a56226d38d */
18886
18908
  uid?: string;
18887
18909
  /** @example Ms. Audra Crooks II */
18888
18910
  username?: string;
@@ -18912,7 +18934,7 @@ export interface operations {
18912
18934
  timezone?: string;
18913
18935
  /** @example Customer */
18914
18936
  user_type?: string;
18915
- /** @example 01 May 2026, 01:35 PM */
18937
+ /** @example 01 May 2026, 03:19 PM */
18916
18938
  created?: string;
18917
18939
  /** @example 1 second ago */
18918
18940
  email_verified_at?: string;
@@ -19381,7 +19403,7 @@ export interface operations {
19381
19403
  content: {
19382
19404
  "application/json": {
19383
19405
  data?: {
19384
- /** @example 79795645-c56f-4310-9dce-64339973ba78 */
19406
+ /** @example d8e539b5-c594-4cbe-9c86-c937c111d832 */
19385
19407
  uid?: string;
19386
19408
  /** @example Ms. Audra Crooks II */
19387
19409
  username?: string;
@@ -19411,7 +19433,7 @@ export interface operations {
19411
19433
  timezone?: string;
19412
19434
  /** @example Customer */
19413
19435
  user_type?: string;
19414
- /** @example 01 May 2026, 01:35 PM */
19436
+ /** @example 01 May 2026, 03:19 PM */
19415
19437
  created?: string;
19416
19438
  /** @example 0 seconds ago */
19417
19439
  email_verified_at?: string;
@@ -19653,6 +19675,364 @@ export interface operations {
19653
19675
  };
19654
19676
  };
19655
19677
  };
19678
+ fetchAllAppointmentLandlord: {
19679
+ parameters: {
19680
+ query?: {
19681
+ /** @description Number of appointments per page. */
19682
+ per_page?: number;
19683
+ /** @description Page number. */
19684
+ page?: number;
19685
+ };
19686
+ header?: never;
19687
+ path?: never;
19688
+ cookie?: never;
19689
+ };
19690
+ requestBody?: never;
19691
+ responses: {
19692
+ /** @description Retrieve all appointments for the authenticated landlord */
19693
+ 200: {
19694
+ headers: {
19695
+ [name: string]: unknown;
19696
+ };
19697
+ content: {
19698
+ "application/json": {
19699
+ /** @example Appointments retrieve successfully */
19700
+ message?: string;
19701
+ /** @example null */
19702
+ event?: string | null;
19703
+ data?: {
19704
+ /**
19705
+ * @example [
19706
+ * {
19707
+ * "id": 12,
19708
+ * "appointment_ref": "APT-20260430-ABC123",
19709
+ * "title": "Viewing for Riverside Flat",
19710
+ * "appointment_type": {
19711
+ * "value": "property_viewing",
19712
+ * "label": "Property Viewing"
19713
+ * },
19714
+ * "listing_id": 32,
19715
+ * "listing": {
19716
+ * "sku": "LST-PRP-LTR-260405-A1B2",
19717
+ * "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
19718
+ * "details": {
19719
+ * "title": "24 Windsor Court",
19720
+ * "description": "Modern two-bedroom apartment close to transport links.",
19721
+ * "city": "London",
19722
+ * "address": "24 Windsor Court, London, SW1",
19723
+ * "postcode": "SW1A 1AA",
19724
+ * "longitude": "-0.1412000",
19725
+ * "latitude": "51.5014000",
19726
+ * "country": "United Kingdom"
19727
+ * },
19728
+ * "listing_type": "Rent",
19729
+ * "vertical": "Property",
19730
+ * "arrangement_type": "entire_place",
19731
+ * "arrangement_type_label": "Entire Place",
19732
+ * "price": {
19733
+ * "amount": "2500.00",
19734
+ * "currency": "GBP",
19735
+ * "period": "month"
19736
+ * },
19737
+ * "listing_policy": {
19738
+ * "max_occupants": 4,
19739
+ * "allowed_use_type": "residential",
19740
+ * "allowed_use_type_label": "Residential",
19741
+ * "is_subletting_allowed": false,
19742
+ * "requires_permission_for_subletting": true,
19743
+ * "event_permission_required": true,
19744
+ * "no_party_policy": true,
19745
+ * "commercial_use_flag": false
19746
+ * },
19747
+ * "viewing_slots": [],
19748
+ * "tenant_preferences": [],
19749
+ * "features": [],
19750
+ * "owner": {
19751
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
19752
+ * "name": "Alice Taylor",
19753
+ * "phone": "+2348012345678",
19754
+ * "email": "alice@example.com",
19755
+ * "avatar": null,
19756
+ * "plan": null
19757
+ * },
19758
+ * "created_by": {
19759
+ * "uid": "b4afc948-66b3-415c-8287-b5f1a0728e22",
19760
+ * "name": "System Admin",
19761
+ * "phone": null,
19762
+ * "email": "admin@example.com",
19763
+ * "avatar": null,
19764
+ * "plan": null
19765
+ * },
19766
+ * "state": "published",
19767
+ * "published_at": "30 Apr 2026, 10:00 AM",
19768
+ * "published_since": "2 days ago",
19769
+ * "is_visible": true,
19770
+ * "summary": {
19771
+ * "property_type": "residential",
19772
+ * "bedrooms": 2,
19773
+ * "bathrooms": 1,
19774
+ * "size": "85 sqm",
19775
+ * "availability": "available"
19776
+ * },
19777
+ * "workflow": {
19778
+ * "current_step": "media",
19779
+ * "can_submit": true,
19780
+ * "missing_requirements": [],
19781
+ * "next_step": "publish",
19782
+ * "progress": {
19783
+ * "completed": 8,
19784
+ * "total": 8,
19785
+ * "percentage": 100
19786
+ * }
19787
+ * },
19788
+ * "media": {
19789
+ * "gallery": [
19790
+ * {
19791
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
19792
+ * "media_type": "photo",
19793
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
19794
+ * "order_index": 0,
19795
+ * "is_cover": true
19796
+ * }
19797
+ * ],
19798
+ * "cover": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
19799
+ * "count": 1
19800
+ * }
19801
+ * },
19802
+ * "status": "proposed",
19803
+ * "scheduled": {
19804
+ * "start": "01 May 2026, 09:00 AM",
19805
+ * "end": "01 May 2026, 10:00 AM"
19806
+ * },
19807
+ * "customer": {
19808
+ * "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
19809
+ * "name": "Dominic Thomas"
19810
+ * },
19811
+ * "landlord": {
19812
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
19813
+ * "name": "Alice Taylor"
19814
+ * },
19815
+ * "created_at": "2026-04-30T00:00:00.000000Z"
19816
+ * }
19817
+ * ]
19818
+ */
19819
+ items?: {
19820
+ /** @example 12 */
19821
+ id?: number;
19822
+ /** @example APT-20260430-ABC123 */
19823
+ appointment_ref?: string;
19824
+ /** @example Viewing for Riverside Flat */
19825
+ title?: string;
19826
+ appointment_type?: {
19827
+ /** @example property_viewing */
19828
+ value?: string;
19829
+ /** @example Property Viewing */
19830
+ label?: string;
19831
+ };
19832
+ /** @example 32 */
19833
+ listing_id?: number;
19834
+ listing?: {
19835
+ /** @example LST-PRP-LTR-260405-A1B2 */
19836
+ sku?: string;
19837
+ /** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
19838
+ uid?: string;
19839
+ details?: {
19840
+ /** @example 24 Windsor Court */
19841
+ title?: string;
19842
+ /** @example Modern two-bedroom apartment close to transport links. */
19843
+ description?: string;
19844
+ /** @example London */
19845
+ city?: string;
19846
+ /** @example 24 Windsor Court, London, SW1 */
19847
+ address?: string;
19848
+ /** @example SW1A 1AA */
19849
+ postcode?: string;
19850
+ /** @example -0.1412000 */
19851
+ longitude?: string;
19852
+ /** @example 51.5014000 */
19853
+ latitude?: string;
19854
+ /** @example United Kingdom */
19855
+ country?: string;
19856
+ };
19857
+ /** @example Rent */
19858
+ listing_type?: string;
19859
+ /** @example Property */
19860
+ vertical?: string;
19861
+ /** @example entire_place */
19862
+ arrangement_type?: string;
19863
+ /** @example Entire Place */
19864
+ arrangement_type_label?: string;
19865
+ price?: {
19866
+ /** @example 2500.00 */
19867
+ amount?: string;
19868
+ /** @example GBP */
19869
+ currency?: string;
19870
+ /** @example month */
19871
+ period?: string;
19872
+ };
19873
+ listing_policy?: {
19874
+ /** @example 4 */
19875
+ max_occupants?: number;
19876
+ /** @example residential */
19877
+ allowed_use_type?: string;
19878
+ /** @example Residential */
19879
+ allowed_use_type_label?: string;
19880
+ /** @example false */
19881
+ is_subletting_allowed?: boolean;
19882
+ /** @example true */
19883
+ requires_permission_for_subletting?: boolean;
19884
+ /** @example true */
19885
+ event_permission_required?: boolean;
19886
+ /** @example true */
19887
+ no_party_policy?: boolean;
19888
+ /** @example false */
19889
+ commercial_use_flag?: boolean;
19890
+ };
19891
+ /** @example [] */
19892
+ viewing_slots?: unknown[];
19893
+ /** @example [] */
19894
+ tenant_preferences?: unknown[];
19895
+ /** @example [] */
19896
+ features?: unknown[];
19897
+ owner?: {
19898
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
19899
+ uid?: string;
19900
+ /** @example Alice Taylor */
19901
+ name?: string;
19902
+ /** @example +2348012345678 */
19903
+ phone?: string;
19904
+ /** @example alice@example.com */
19905
+ email?: string;
19906
+ /** @example null */
19907
+ avatar?: string | null;
19908
+ /** @example null */
19909
+ plan?: string | null;
19910
+ };
19911
+ created_by?: {
19912
+ /** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
19913
+ uid?: string;
19914
+ /** @example System Admin */
19915
+ name?: string;
19916
+ /** @example null */
19917
+ phone?: string | null;
19918
+ /** @example admin@example.com */
19919
+ email?: string;
19920
+ /** @example null */
19921
+ avatar?: string | null;
19922
+ /** @example null */
19923
+ plan?: string | null;
19924
+ };
19925
+ /** @example published */
19926
+ state?: string;
19927
+ /** @example 30 Apr 2026, 10:00 AM */
19928
+ published_at?: string;
19929
+ /** @example 2 days ago */
19930
+ published_since?: string;
19931
+ /** @example true */
19932
+ is_visible?: boolean;
19933
+ summary?: {
19934
+ /** @example residential */
19935
+ property_type?: string;
19936
+ /** @example 2 */
19937
+ bedrooms?: number;
19938
+ /** @example 1 */
19939
+ bathrooms?: number;
19940
+ /** @example 85 sqm */
19941
+ size?: string;
19942
+ /** @example available */
19943
+ availability?: string;
19944
+ };
19945
+ workflow?: {
19946
+ /** @example media */
19947
+ current_step?: string;
19948
+ /** @example true */
19949
+ can_submit?: boolean;
19950
+ /** @example [] */
19951
+ missing_requirements?: unknown[];
19952
+ /** @example publish */
19953
+ next_step?: string;
19954
+ progress?: {
19955
+ /** @example 8 */
19956
+ completed?: number;
19957
+ /** @example 8 */
19958
+ total?: number;
19959
+ /** @example 100 */
19960
+ percentage?: number;
19961
+ };
19962
+ };
19963
+ media?: {
19964
+ /**
19965
+ * @example [
19966
+ * {
19967
+ * "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
19968
+ * "media_type": "photo",
19969
+ * "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
19970
+ * "order_index": 0,
19971
+ * "is_cover": true
19972
+ * }
19973
+ * ]
19974
+ */
19975
+ gallery?: {
19976
+ /** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
19977
+ uid?: string;
19978
+ /** @example photo */
19979
+ media_type?: string;
19980
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
19981
+ storage_path?: string;
19982
+ /** @example 0 */
19983
+ order_index?: number;
19984
+ /** @example true */
19985
+ is_cover?: boolean;
19986
+ }[];
19987
+ /** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
19988
+ cover?: string;
19989
+ /** @example 1 */
19990
+ count?: number;
19991
+ };
19992
+ };
19993
+ /** @example proposed */
19994
+ status?: string;
19995
+ scheduled?: {
19996
+ /** @example 01 May 2026, 09:00 AM */
19997
+ start?: string;
19998
+ /** @example 01 May 2026, 10:00 AM */
19999
+ end?: string;
20000
+ };
20001
+ customer?: {
20002
+ /** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
20003
+ uid?: string;
20004
+ /** @example Dominic Thomas */
20005
+ name?: string;
20006
+ };
20007
+ landlord?: {
20008
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
20009
+ uid?: string;
20010
+ /** @example Alice Taylor */
20011
+ name?: string;
20012
+ };
20013
+ /** @example 2026-04-30T00:00:00.000000Z */
20014
+ created_at?: string;
20015
+ }[];
20016
+ pagination?: {
20017
+ /** @example 1 */
20018
+ current_page?: number;
20019
+ /** @example 15 */
20020
+ per_page?: number;
20021
+ /** @example 1 */
20022
+ total?: number;
20023
+ /** @example 1 */
20024
+ last_page?: number;
20025
+ /** @example 1 */
20026
+ from?: number;
20027
+ /** @example 1 */
20028
+ to?: number;
20029
+ };
20030
+ };
20031
+ };
20032
+ };
20033
+ };
20034
+ };
20035
+ };
19656
20036
  listLandlordRentalApplications: {
19657
20037
  parameters: {
19658
20038
  query?: {
@@ -19680,12 +20060,12 @@ export interface operations {
19680
20060
  */
19681
20061
  search?: string | null;
19682
20062
  /**
19683
- * @example withdrawn
20063
+ * @example rejected
19684
20064
  * @enum {string|null}
19685
20065
  */
19686
20066
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
19687
20067
  /**
19688
- * @example landlord
20068
+ * @example tenant
19689
20069
  * @enum {string|null}
19690
20070
  */
19691
20071
  source?: "tenant" | "landlord" | "admin" | null;
@@ -19914,7 +20294,7 @@ export interface operations {
19914
20294
  content: {
19915
20295
  "application/json": {
19916
20296
  data?: {
19917
- /** @example 33960088-67f6-4f3b-9160-0a2e676d457b */
20297
+ /** @example 76a63067-aef7-4f1b-8d2a-31129032d9b2 */
19918
20298
  uid?: string;
19919
20299
  /** @example JH-APP-2026-936806 */
19920
20300
  application_ref?: string;
@@ -19935,7 +20315,7 @@ export interface operations {
19935
20315
  /** @example null */
19936
20316
  rejection_reason?: string | null;
19937
20317
  timeline?: {
19938
- /** @example 2026-05-01T13:35:24.000000Z */
20318
+ /** @example 01 May 2026, 03:19 PM */
19939
20319
  created_at?: string;
19940
20320
  /** @example null */
19941
20321
  approved_at?: string | null;
@@ -19969,7 +20349,7 @@ export interface operations {
19969
20349
  content: {
19970
20350
  "application/json": {
19971
20351
  data?: {
19972
- /** @example 2ac84116-db35-45aa-b2a8-fce64026c6cd */
20352
+ /** @example a8d85fd4-ed62-485f-b0f7-33801f2bddfd */
19973
20353
  uid?: string;
19974
20354
  /** @example JH-APP-2026-757680 */
19975
20355
  application_ref?: string;
@@ -19990,7 +20370,7 @@ export interface operations {
19990
20370
  /** @example null */
19991
20371
  rejection_reason?: string | null;
19992
20372
  timeline?: {
19993
- /** @example 2026-05-01T13:35:24.000000Z */
20373
+ /** @example 01 May 2026, 03:19 PM */
19994
20374
  created_at?: string;
19995
20375
  /** @example null */
19996
20376
  approved_at?: string | null;
@@ -20034,7 +20414,7 @@ export interface operations {
20034
20414
  content: {
20035
20415
  "application/json": {
20036
20416
  data?: {
20037
- /** @example 17761e9f-e9b7-488e-82b2-26c15328d4c8 */
20417
+ /** @example c944a7c5-d497-45ca-979d-eab1510d67d1 */
20038
20418
  uid?: string;
20039
20419
  /** @example JH-APP-2026-449171 */
20040
20420
  application_ref?: string;
@@ -20055,7 +20435,7 @@ export interface operations {
20055
20435
  /** @example null */
20056
20436
  rejection_reason?: string | null;
20057
20437
  timeline?: {
20058
- /** @example 2026-05-01T13:35:24.000000Z */
20438
+ /** @example 01 May 2026, 03:19 PM */
20059
20439
  created_at?: string;
20060
20440
  /** @example null */
20061
20441
  approved_at?: string | null;
@@ -20089,7 +20469,7 @@ export interface operations {
20089
20469
  content: {
20090
20470
  "application/json": {
20091
20471
  data?: {
20092
- /** @example 4510297f-83ba-4724-9112-f984faf615cc */
20472
+ /** @example ac37dfe9-1993-4a45-8dd5-f1a7ef1b7e93 */
20093
20473
  uid?: string;
20094
20474
  /** @example 4881.50 */
20095
20475
  rent_amount?: string;
@@ -20107,7 +20487,7 @@ export interface operations {
20107
20487
  company_name?: string | null;
20108
20488
  /** @example null */
20109
20489
  company_registration_number?: string | null;
20110
- /** @example 2026-05-01T13:35:24.000000Z */
20490
+ /** @example 2026-05-01T15:19:25.000000Z */
20111
20491
  created_at?: string;
20112
20492
  };
20113
20493
  };
@@ -20154,20 +20534,20 @@ export interface operations {
20154
20534
  content: {
20155
20535
  "application/json": {
20156
20536
  data?: {
20157
- /** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
20537
+ /** @example New For Sale Property draft • 1 May 2026, 3:19 PM */
20158
20538
  draft_name?: string;
20159
- /** @example LST-UIT-SAL-MOMYGM9HNPU */
20539
+ /** @example LST-PRP-SAL-MON26DWFCZM */
20160
20540
  sku?: string;
20161
- /** @example 6d061740-dc63-457c-823a-82605a313b9c */
20541
+ /** @example 6c0dae08-08c8-4b1f-b1f8-0dddb7e3fadd */
20162
20542
  uid?: string;
20163
20543
  /** @example Sale */
20164
20544
  listing_type?: string;
20165
- /** @example Used Item */
20545
+ /** @example Property */
20166
20546
  vertical?: string;
20167
- /** @example null */
20168
- arrangement_type?: string | null;
20169
- /** @example null */
20170
- arrangement_type_label?: string | null;
20547
+ /** @example short_term_managed */
20548
+ arrangement_type?: string;
20549
+ /** @example Short Term Managed */
20550
+ arrangement_type_label?: string;
20171
20551
  /** @example null */
20172
20552
  price?: string | null;
20173
20553
  /** @example draft */
@@ -20178,8 +20558,10 @@ export interface operations {
20178
20558
  published_since?: string | null;
20179
20559
  /** @example false */
20180
20560
  is_visible?: boolean;
20181
- /** @example [] */
20182
- summary?: unknown[];
20561
+ summary?: {
20562
+ /** @example null */
20563
+ availability?: string | null;
20564
+ };
20183
20565
  /** @example [] */
20184
20566
  workflow?: unknown[];
20185
20567
  /** @example [] */
@@ -20280,9 +20662,9 @@ export interface operations {
20280
20662
  /**
20281
20663
  * @example [
20282
20664
  * {
20283
- * "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
20284
- * "sku": "LST-PRP-LTR-MOMYGMA1LB0",
20285
- * "uid": "5ca025b7-1fdc-4240-bd4d-3f9d7250a802",
20665
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 3:19 PM",
20666
+ * "sku": "LST-PRP-LTR-MON26DWZIRK",
20667
+ * "uid": "0993c1f9-f961-4cb9-b393-7d7ead029474",
20286
20668
  * "listing_type": "Rent",
20287
20669
  * "vertical": "Property",
20288
20670
  * "arrangement_type": "let_to_let",
@@ -20299,9 +20681,9 @@ export interface operations {
20299
20681
  * "media": []
20300
20682
  * },
20301
20683
  * {
20302
- * "draft_name": "New Short Let Property draft • 1 May 2026, 1:35 PM",
20303
- * "sku": "LST-PRP-SHL-MOMYGMA4P1Q",
20304
- * "uid": "d938eac8-608a-4d11-86cf-3674c216a56c",
20684
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
20685
+ * "sku": "LST-PRP-SHL-MON26DX1ZDU",
20686
+ * "uid": "6f1f758f-e203-48cf-a006-94c290e5e323",
20305
20687
  * "listing_type": "Short Let",
20306
20688
  * "vertical": "Property",
20307
20689
  * "arrangement_type": "short_term_managed",
@@ -20320,11 +20702,11 @@ export interface operations {
20320
20702
  * ]
20321
20703
  */
20322
20704
  data?: {
20323
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
20705
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
20324
20706
  draft_name?: string;
20325
- /** @example LST-PRP-LTR-MOMYGMA1LB0 */
20707
+ /** @example LST-PRP-LTR-MON26DWZIRK */
20326
20708
  sku?: string;
20327
- /** @example 5ca025b7-1fdc-4240-bd4d-3f9d7250a802 */
20709
+ /** @example 0993c1f9-f961-4cb9-b393-7d7ead029474 */
20328
20710
  uid?: string;
20329
20711
  /** @example Rent */
20330
20712
  listing_type?: string;
@@ -20434,9 +20816,9 @@ export interface operations {
20434
20816
  /**
20435
20817
  * @example [
20436
20818
  * {
20437
- * "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
20438
- * "sku": "LST-PRP-LTR-MOMYGMABHXF",
20439
- * "uid": "4d303fc1-2bfd-4c60-908d-b3332569dbd9",
20819
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 3:19 PM",
20820
+ * "sku": "LST-PRP-LTR-MON26DX9AWA",
20821
+ * "uid": "bbbfe0ee-f658-49c3-a1f5-3fbc0f82d4f2",
20440
20822
  * "listing_type": "Rent",
20441
20823
  * "vertical": "Property",
20442
20824
  * "arrangement_type": "let_to_let",
@@ -20453,9 +20835,9 @@ export interface operations {
20453
20835
  * "media": []
20454
20836
  * },
20455
20837
  * {
20456
- * "draft_name": "New Short Let Property draft • 1 May 2026, 1:35 PM",
20457
- * "sku": "LST-PRP-SHL-MOMYGMADRDT",
20458
- * "uid": "c4161e74-9361-470e-afc1-c422b9c4d5fe",
20838
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
20839
+ * "sku": "LST-PRP-SHL-MON26DXB9EB",
20840
+ * "uid": "bc8fcb8a-ddcb-4f3a-928c-12d0fd17cb76",
20459
20841
  * "listing_type": "Short Let",
20460
20842
  * "vertical": "Property",
20461
20843
  * "arrangement_type": "short_term_managed",
@@ -20474,11 +20856,11 @@ export interface operations {
20474
20856
  * ]
20475
20857
  */
20476
20858
  data?: {
20477
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
20859
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
20478
20860
  draft_name?: string;
20479
- /** @example LST-PRP-LTR-MOMYGMABHXF */
20861
+ /** @example LST-PRP-LTR-MON26DX9AWA */
20480
20862
  sku?: string;
20481
- /** @example 4d303fc1-2bfd-4c60-908d-b3332569dbd9 */
20863
+ /** @example bbbfe0ee-f658-49c3-a1f5-3fbc0f82d4f2 */
20482
20864
  uid?: string;
20483
20865
  /** @example Rent */
20484
20866
  listing_type?: string;
@@ -21727,7 +22109,7 @@ export interface operations {
21727
22109
  content: {
21728
22110
  "application/json": {
21729
22111
  data?: {
21730
- /** @example 91a71d79-adf6-428e-b8c3-4a49172e5afe */
22112
+ /** @example 529c77f6-cb33-468d-8083-b39028d4bea0 */
21731
22113
  uid?: string;
21732
22114
  /** @example photo */
21733
22115
  media_type?: string;
@@ -21876,11 +22258,11 @@ export interface operations {
21876
22258
  content: {
21877
22259
  "application/json": {
21878
22260
  data?: {
21879
- /** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
22261
+ /** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
21880
22262
  draft_name?: string;
21881
- /** @example LST-PRP-LTR-MOMYGMCDWUJ */
22263
+ /** @example LST-PRP-LTR-MON26DZGCPO */
21882
22264
  sku?: string;
21883
- /** @example 45043665-54a7-4aac-9252-8be66fb2f57e */
22265
+ /** @example a17ef350-4e4c-4812-8abd-89b98ab47844 */
21884
22266
  uid?: string;
21885
22267
  /** @example Rent */
21886
22268
  listing_type?: string;
@@ -22040,7 +22422,7 @@ export interface operations {
22040
22422
  content: {
22041
22423
  "application/json": {
22042
22424
  data?: {
22043
- /** @example b12c215e-4f5e-46af-9336-7a47bb092271 */
22425
+ /** @example 63ac3fea-6c71-4bc8-9ffb-db165917b9df */
22044
22426
  uid?: string;
22045
22427
  /** @example null */
22046
22428
  compliances?: string | null;
@@ -22091,7 +22473,7 @@ export interface operations {
22091
22473
  content: {
22092
22474
  "application/json": {
22093
22475
  data?: {
22094
- /** @example 175 */
22476
+ /** @example 178 */
22095
22477
  id?: number;
22096
22478
  compliance?: {
22097
22479
  /** @example 1 */
@@ -22113,7 +22495,7 @@ export interface operations {
22113
22495
  reviewed_by?: number;
22114
22496
  /** @example null */
22115
22497
  reviewed_at?: string | null;
22116
- /** @example 2026-05-01T13:35:24.000000Z */
22498
+ /** @example 2026-05-01T15:19:25.000000Z */
22117
22499
  created_at?: string;
22118
22500
  };
22119
22501
  };
@@ -22168,7 +22550,7 @@ export interface operations {
22168
22550
  /**
22169
22551
  * @example [
22170
22552
  * {
22171
- * "uid": "3f679225-f969-43b8-b156-fc1f4b4e6c46",
22553
+ * "uid": "75c137f4-7084-4586-9b6b-7010f84d3f96",
22172
22554
  * "rent_amount": "4881.50",
22173
22555
  * "deposit_amount": "2151.17",
22174
22556
  * "state": "offer_accepted",
@@ -22177,24 +22559,24 @@ export interface operations {
22177
22559
  * "is_periodic": false,
22178
22560
  * "company_name": null,
22179
22561
  * "company_registration_number": null,
22180
- * "created_at": "2026-05-01T13:35:24.000000Z"
22562
+ * "created_at": "2026-05-01T15:19:25.000000Z"
22181
22563
  * },
22182
22564
  * {
22183
- * "uid": "32d036aa-19db-46f5-8b94-81288a1ea655",
22565
+ * "uid": "891b9552-e0fb-4913-ae55-5715effa4c0e",
22184
22566
  * "rent_amount": "3832.26",
22185
22567
  * "deposit_amount": "1384.27",
22186
22568
  * "state": "terminated",
22187
- * "start_date": "2025-06-04T00:00:00.000000Z",
22188
- * "end_date": "2026-06-04T00:00:00.000000Z",
22569
+ * "start_date": "2025-06-05T00:00:00.000000Z",
22570
+ * "end_date": "2026-06-05T00:00:00.000000Z",
22189
22571
  * "is_periodic": false,
22190
22572
  * "company_name": null,
22191
22573
  * "company_registration_number": null,
22192
- * "created_at": "2026-05-01T13:35:24.000000Z"
22574
+ * "created_at": "2026-05-01T15:19:25.000000Z"
22193
22575
  * }
22194
22576
  * ]
22195
22577
  */
22196
22578
  data?: {
22197
- /** @example 3f679225-f969-43b8-b156-fc1f4b4e6c46 */
22579
+ /** @example 75c137f4-7084-4586-9b6b-7010f84d3f96 */
22198
22580
  uid?: string;
22199
22581
  /** @example 4881.50 */
22200
22582
  rent_amount?: string;
@@ -22212,7 +22594,7 @@ export interface operations {
22212
22594
  company_name?: string | null;
22213
22595
  /** @example null */
22214
22596
  company_registration_number?: string | null;
22215
- /** @example 2026-05-01T13:35:24.000000Z */
22597
+ /** @example 2026-05-01T15:19:25.000000Z */
22216
22598
  created_at?: string;
22217
22599
  }[];
22218
22600
  links?: {
@@ -22299,7 +22681,7 @@ export interface operations {
22299
22681
  /**
22300
22682
  * @example [
22301
22683
  * {
22302
- * "uid": "3f833a5a-424a-49f8-9edc-5a0a5c0082dc",
22684
+ * "uid": "77e91a77-48bd-4735-998c-54dc62e725cd",
22303
22685
  * "rent_amount": "4881.50",
22304
22686
  * "deposit_amount": "2151.17",
22305
22687
  * "state": "offer_accepted",
@@ -22308,24 +22690,24 @@ export interface operations {
22308
22690
  * "is_periodic": false,
22309
22691
  * "company_name": null,
22310
22692
  * "company_registration_number": null,
22311
- * "created_at": "2026-05-01T13:35:24.000000Z"
22693
+ * "created_at": "2026-05-01T15:19:25.000000Z"
22312
22694
  * },
22313
22695
  * {
22314
- * "uid": "42aebe53-b061-4e28-bc2c-225a0a41001b",
22696
+ * "uid": "43bab06f-eff8-47cd-b426-974e156c17d7",
22315
22697
  * "rent_amount": "3832.26",
22316
22698
  * "deposit_amount": "1384.27",
22317
22699
  * "state": "terminated",
22318
- * "start_date": "2025-06-04T00:00:00.000000Z",
22319
- * "end_date": "2026-06-04T00:00:00.000000Z",
22700
+ * "start_date": "2025-06-05T00:00:00.000000Z",
22701
+ * "end_date": "2026-06-05T00:00:00.000000Z",
22320
22702
  * "is_periodic": false,
22321
22703
  * "company_name": null,
22322
22704
  * "company_registration_number": null,
22323
- * "created_at": "2026-05-01T13:35:24.000000Z"
22705
+ * "created_at": "2026-05-01T15:19:25.000000Z"
22324
22706
  * }
22325
22707
  * ]
22326
22708
  */
22327
22709
  data?: {
22328
- /** @example 3f833a5a-424a-49f8-9edc-5a0a5c0082dc */
22710
+ /** @example 77e91a77-48bd-4735-998c-54dc62e725cd */
22329
22711
  uid?: string;
22330
22712
  /** @example 4881.50 */
22331
22713
  rent_amount?: string;
@@ -22343,7 +22725,7 @@ export interface operations {
22343
22725
  company_name?: string | null;
22344
22726
  /** @example null */
22345
22727
  company_registration_number?: string | null;
22346
- /** @example 2026-05-01T13:35:24.000000Z */
22728
+ /** @example 2026-05-01T15:19:25.000000Z */
22347
22729
  created_at?: string;
22348
22730
  }[];
22349
22731
  links?: {
@@ -22450,7 +22832,7 @@ export interface operations {
22450
22832
  content: {
22451
22833
  "application/json": {
22452
22834
  data?: {
22453
- /** @example 269 */
22835
+ /** @example 275 */
22454
22836
  id?: number;
22455
22837
  compliance?: {
22456
22838
  /** @example 1 */
@@ -22470,9 +22852,9 @@ export interface operations {
22470
22852
  rejection_reason?: string | null;
22471
22853
  /** @example 1 */
22472
22854
  reviewed_by?: number;
22473
- /** @example 2026-05-01T13:35:24.000000Z */
22855
+ /** @example 2026-05-01T15:19:25.000000Z */
22474
22856
  reviewed_at?: string;
22475
- /** @example 2026-05-01T13:35:24.000000Z */
22857
+ /** @example 2026-05-01T15:19:25.000000Z */
22476
22858
  created_at?: string;
22477
22859
  };
22478
22860
  };
@@ -22499,7 +22881,7 @@ export interface operations {
22499
22881
  content: {
22500
22882
  "application/json": {
22501
22883
  data?: {
22502
- /** @example 270 */
22884
+ /** @example 276 */
22503
22885
  id?: number;
22504
22886
  compliance?: {
22505
22887
  /** @example 1 */
@@ -22519,9 +22901,9 @@ export interface operations {
22519
22901
  rejection_reason?: string | null;
22520
22902
  /** @example 1 */
22521
22903
  reviewed_by?: number;
22522
- /** @example 2026-05-01T13:35:24.000000Z */
22904
+ /** @example 2026-05-01T15:19:25.000000Z */
22523
22905
  reviewed_at?: string;
22524
- /** @example 2026-05-01T13:35:24.000000Z */
22906
+ /** @example 2026-05-01T15:19:25.000000Z */
22525
22907
  created_at?: string;
22526
22908
  };
22527
22909
  };
@@ -23653,37 +24035,37 @@ export interface operations {
23653
24035
  /**
23654
24036
  * @example [
23655
24037
  * {
23656
- * "uid": "ee3c333c-1f99-48ae-a3be-a202f369de0a",
24038
+ * "uid": "1392d367-b097-435f-b667-4b186ca22c27",
23657
24039
  * "tenancy_id": 1,
23658
24040
  * "title": "Quos velit et fugiat sunt nihil.",
23659
24041
  * "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.",
23660
24042
  * "status": "reported",
23661
24043
  * "priority": "emergency",
23662
- * "reported_at": "25 Apr 2026, 12:49 AM",
23663
- * "assigned_at": "29 Apr 2026, 09:08 PM",
24044
+ * "reported_at": "25 Apr 2026, 02:33 AM",
24045
+ * "assigned_at": "29 Apr 2026, 10:52 PM",
23664
24046
  * "completed_at": null,
23665
- * "sla_deadline": "03 May 2026, 02:31 AM",
23666
- * "created_at": "01 May 2026, 01:35 PM",
23667
- * "updated_at": "01 May 2026, 01:35 PM"
24047
+ * "sla_deadline": "03 May 2026, 04:15 AM",
24048
+ * "created_at": "01 May 2026, 03:19 PM",
24049
+ * "updated_at": "01 May 2026, 03:19 PM"
23668
24050
  * },
23669
24051
  * {
23670
- * "uid": "a0d0d3de-13a7-48d4-b90d-ef8402440050",
24052
+ * "uid": "0b48cbb3-5b9e-40ac-a9f0-4769585efe20",
23671
24053
  * "tenancy_id": 1,
23672
24054
  * "title": "Fugit deleniti distinctio eum doloremque.",
23673
24055
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
23674
24056
  * "status": "completed",
23675
24057
  * "priority": "normal",
23676
- * "reported_at": "27 Apr 2026, 01:27 PM",
24058
+ * "reported_at": "27 Apr 2026, 03:11 PM",
23677
24059
  * "assigned_at": null,
23678
24060
  * "completed_at": null,
23679
- * "sla_deadline": "04 May 2026, 10:31 AM",
23680
- * "created_at": "01 May 2026, 01:35 PM",
23681
- * "updated_at": "01 May 2026, 01:35 PM"
24061
+ * "sla_deadline": "04 May 2026, 12:15 PM",
24062
+ * "created_at": "01 May 2026, 03:19 PM",
24063
+ * "updated_at": "01 May 2026, 03:19 PM"
23682
24064
  * }
23683
24065
  * ]
23684
24066
  */
23685
24067
  data?: {
23686
- /** @example ee3c333c-1f99-48ae-a3be-a202f369de0a */
24068
+ /** @example 1392d367-b097-435f-b667-4b186ca22c27 */
23687
24069
  uid?: string;
23688
24070
  /** @example 1 */
23689
24071
  tenancy_id?: number;
@@ -23695,17 +24077,17 @@ export interface operations {
23695
24077
  status?: string;
23696
24078
  /** @example emergency */
23697
24079
  priority?: string;
23698
- /** @example 25 Apr 2026, 12:49 AM */
24080
+ /** @example 25 Apr 2026, 02:33 AM */
23699
24081
  reported_at?: string;
23700
- /** @example 29 Apr 2026, 09:08 PM */
24082
+ /** @example 29 Apr 2026, 10:52 PM */
23701
24083
  assigned_at?: string;
23702
24084
  /** @example null */
23703
24085
  completed_at?: string | null;
23704
- /** @example 03 May 2026, 02:31 AM */
24086
+ /** @example 03 May 2026, 04:15 AM */
23705
24087
  sla_deadline?: string;
23706
- /** @example 01 May 2026, 01:35 PM */
24088
+ /** @example 01 May 2026, 03:19 PM */
23707
24089
  created_at?: string;
23708
- /** @example 01 May 2026, 01:35 PM */
24090
+ /** @example 01 May 2026, 03:19 PM */
23709
24091
  updated_at?: string;
23710
24092
  }[];
23711
24093
  links?: {
@@ -23821,13 +24203,13 @@ export interface operations {
23821
24203
  };
23822
24204
  } | {
23823
24205
  data?: {
23824
- /** @example 676397a2-1162-41b0-852b-fa13a4a88ea9 */
24206
+ /** @example a907d452-684b-424c-90f7-c587a97bd9ad */
23825
24207
  uid?: string;
23826
24208
  /** @example image */
23827
24209
  file_type?: string;
23828
24210
  /** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
23829
24211
  url?: string;
23830
- /** @example 2026-05-01T13:35:25.000000Z */
24212
+ /** @example 2026-05-01T15:19:26.000000Z */
23831
24213
  created_at?: string;
23832
24214
  };
23833
24215
  };
@@ -23872,7 +24254,7 @@ export interface operations {
23872
24254
  content: {
23873
24255
  "application/json": {
23874
24256
  data?: {
23875
- /** @example 191 */
24257
+ /** @example 194 */
23876
24258
  id?: number;
23877
24259
  type?: {
23878
24260
  /** @example property_inquiry */
@@ -23930,7 +24312,7 @@ export interface operations {
23930
24312
  };
23931
24313
  /** @example null */
23932
24314
  last_message_at?: string | null;
23933
- /** @example 01 May 2026, 01:35 PM */
24315
+ /** @example 01 May 2026, 03:19 PM */
23934
24316
  created_at?: string;
23935
24317
  };
23936
24318
  };
@@ -24382,7 +24764,7 @@ export interface operations {
24382
24764
  };
24383
24765
  content: {
24384
24766
  "application/json": {
24385
- /** @example 76ede50e-bdb4-4bb6-84e0-8f548c894f04 */
24767
+ /** @example 7b1550da-ddce-4c5f-bfa8-4930973da230 */
24386
24768
  id?: string;
24387
24769
  /** @example APPOINTMENT_CREATED */
24388
24770
  type?: string;
@@ -24394,7 +24776,7 @@ export interface operations {
24394
24776
  data?: unknown[];
24395
24777
  /** @example null */
24396
24778
  read_at?: string | null;
24397
- /** @example 01 May 2026, 01:35 PM */
24779
+ /** @example 01 May 2026, 03:19 PM */
24398
24780
  created_at?: string;
24399
24781
  };
24400
24782
  };
@@ -24500,9 +24882,9 @@ export interface operations {
24500
24882
  content: {
24501
24883
  "application/json": {
24502
24884
  data?: {
24503
- /** @example dolores */
24885
+ /** @example sit */
24504
24886
  key?: string;
24505
- /** @example molestiae */
24887
+ /** @example eos */
24506
24888
  name?: string;
24507
24889
  /** @example soft */
24508
24890
  enforcement_mode?: string;
@@ -24640,7 +25022,7 @@ export interface operations {
24640
25022
  content: {
24641
25023
  "application/json": {
24642
25024
  data?: {
24643
- /** @example aa00d851-2d4c-4da4-99b6-66110e255b2f */
25025
+ /** @example 43a09b13-3b04-4178-a9a6-19f4fc9d6eac */
24644
25026
  uid?: string;
24645
25027
  /** @example JH-APP-2026-089432 */
24646
25028
  application_ref?: string;
@@ -24661,7 +25043,7 @@ export interface operations {
24661
25043
  /** @example null */
24662
25044
  rejection_reason?: string | null;
24663
25045
  timeline?: {
24664
- /** @example 2026-05-01T13:35:25.000000Z */
25046
+ /** @example 01 May 2026, 03:19 PM */
24665
25047
  created_at?: string;
24666
25048
  /** @example null */
24667
25049
  approved_at?: string | null;
@@ -24701,12 +25083,12 @@ export interface operations {
24701
25083
  */
24702
25084
  search?: string | null;
24703
25085
  /**
24704
- * @example pending
25086
+ * @example withdrawn
24705
25087
  * @enum {string|null}
24706
25088
  */
24707
25089
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
24708
25090
  /**
24709
- * @example landlord
25091
+ * @example tenant
24710
25092
  * @enum {string|null}
24711
25093
  */
24712
25094
  source?: "tenant" | "landlord" | "admin" | null;
@@ -25024,7 +25406,7 @@ export interface operations {
25024
25406
  content: {
25025
25407
  "application/json": {
25026
25408
  data?: {
25027
- /** @example 7672a144-50aa-4f19-8e43-c10ac23270a6 */
25409
+ /** @example 24e27b75-6670-4a96-b3b1-f982384a15c6 */
25028
25410
  uid?: string;
25029
25411
  /** @example JH-APP-2026-700432 */
25030
25412
  application_ref?: string;
@@ -25045,7 +25427,7 @@ export interface operations {
25045
25427
  /** @example null */
25046
25428
  rejection_reason?: string | null;
25047
25429
  timeline?: {
25048
- /** @example 2026-05-01T13:35:25.000000Z */
25430
+ /** @example 01 May 2026, 03:19 PM */
25049
25431
  created_at?: string;
25050
25432
  /** @example null */
25051
25433
  approved_at?: string | null;
@@ -25238,21 +25620,21 @@ export interface operations {
25238
25620
  content: {
25239
25621
  "application/json": {
25240
25622
  data?: {
25241
- /** @example 449 */
25623
+ /** @example 461 */
25242
25624
  id?: number;
25243
25625
  /** @example 1 */
25244
25626
  rating?: number;
25245
25627
  /** @example Nice Listing */
25246
25628
  comment?: string;
25247
25629
  reviewer?: {
25248
- /** @example 21 */
25630
+ /** @example 18 */
25249
25631
  id?: number;
25250
- /** @example Isla Simpson */
25632
+ /** @example Wayne Davies */
25251
25633
  name?: string;
25252
25634
  };
25253
- /** @example 01 May 2026, 01:35 PM */
25635
+ /** @example 01 May 2026, 03:19 PM */
25254
25636
  created_at?: string;
25255
- /** @example 01 May 2026, 01:35 PM */
25637
+ /** @example 01 May 2026, 03:19 PM */
25256
25638
  updated_at?: string;
25257
25639
  };
25258
25640
  };
@@ -25296,21 +25678,21 @@ export interface operations {
25296
25678
  content: {
25297
25679
  "application/json": {
25298
25680
  data?: {
25299
- /** @example 450 */
25681
+ /** @example 462 */
25300
25682
  id?: number;
25301
25683
  /** @example 1 */
25302
25684
  rating?: number;
25303
25685
  /** @example Nice Listing */
25304
25686
  comment?: string;
25305
25687
  reviewer?: {
25306
- /** @example 20 */
25688
+ /** @example 11 */
25307
25689
  id?: number;
25308
- /** @example Suzanne Morgan */
25690
+ /** @example Paul Brown */
25309
25691
  name?: string;
25310
25692
  };
25311
- /** @example 01 May 2026, 01:35 PM */
25693
+ /** @example 01 May 2026, 03:19 PM */
25312
25694
  created_at?: string;
25313
- /** @example 01 May 2026, 01:35 PM */
25695
+ /** @example 01 May 2026, 03:19 PM */
25314
25696
  updated_at?: string;
25315
25697
  };
25316
25698
  };
@@ -25352,21 +25734,21 @@ export interface operations {
25352
25734
  content: {
25353
25735
  "application/json": {
25354
25736
  data?: {
25355
- /** @example 451 */
25737
+ /** @example 463 */
25356
25738
  id?: number;
25357
25739
  /** @example 1 */
25358
25740
  rating?: number;
25359
25741
  /** @example Nice Listing */
25360
25742
  comment?: string;
25361
25743
  reviewer?: {
25362
- /** @example 16 */
25744
+ /** @example 25 */
25363
25745
  id?: number;
25364
- /** @example Francesca Carter */
25746
+ /** @example Jayden Ward */
25365
25747
  name?: string;
25366
25748
  };
25367
- /** @example 01 May 2026, 01:35 PM */
25749
+ /** @example 01 May 2026, 03:19 PM */
25368
25750
  created_at?: string;
25369
- /** @example 01 May 2026, 01:35 PM */
25751
+ /** @example 01 May 2026, 03:19 PM */
25370
25752
  updated_at?: string;
25371
25753
  };
25372
25754
  };
@@ -25393,21 +25775,21 @@ export interface operations {
25393
25775
  content: {
25394
25776
  "application/json": {
25395
25777
  data?: {
25396
- /** @example 452 */
25778
+ /** @example 464 */
25397
25779
  id?: number;
25398
25780
  /** @example 1 */
25399
25781
  rating?: number;
25400
25782
  /** @example Nice Listing */
25401
25783
  comment?: string;
25402
25784
  reviewer?: {
25403
- /** @example 1 */
25785
+ /** @example 7 */
25404
25786
  id?: number;
25405
- /** @example System Admin */
25787
+ /** @example Sienna Palmer */
25406
25788
  name?: string;
25407
25789
  };
25408
- /** @example 01 May 2026, 01:35 PM */
25790
+ /** @example 01 May 2026, 03:19 PM */
25409
25791
  created_at?: string;
25410
- /** @example 01 May 2026, 01:35 PM */
25792
+ /** @example 01 May 2026, 03:19 PM */
25411
25793
  updated_at?: string;
25412
25794
  };
25413
25795
  };
@@ -25434,7 +25816,7 @@ export interface operations {
25434
25816
  content: {
25435
25817
  "application/json": {
25436
25818
  data?: {
25437
- /** @example 3a1c5fb1-2798-40ab-bf06-51418b4fba87 */
25819
+ /** @example 24ece3d1-e24c-4093-bbbd-e0249eb3b975 */
25438
25820
  uid?: string;
25439
25821
  /** @example 4881.50 */
25440
25822
  rent_amount?: string;
@@ -25452,7 +25834,7 @@ export interface operations {
25452
25834
  company_name?: string | null;
25453
25835
  /** @example null */
25454
25836
  company_registration_number?: string | null;
25455
- /** @example 2026-05-01T13:35:25.000000Z */
25837
+ /** @example 2026-05-01T15:19:26.000000Z */
25456
25838
  created_at?: string;
25457
25839
  /** @example [] */
25458
25840
  compliances?: unknown[];
@@ -25529,7 +25911,7 @@ export interface operations {
25529
25911
  content: {
25530
25912
  "application/json": {
25531
25913
  data?: {
25532
- /** @example 78decbc8-121a-4f08-9296-33a680b5f943 */
25914
+ /** @example c49847c8-b5e9-4ee5-adbd-1c92a6a42f3d */
25533
25915
  uid?: string;
25534
25916
  /** @example 4978.97 */
25535
25917
  rent_amount?: string;
@@ -25547,7 +25929,7 @@ export interface operations {
25547
25929
  company_name?: string | null;
25548
25930
  /** @example null */
25549
25931
  company_registration_number?: string | null;
25550
- /** @example 2026-05-01T13:35:25.000000Z */
25932
+ /** @example 2026-05-01T15:19:26.000000Z */
25551
25933
  created_at?: string;
25552
25934
  };
25553
25935
  };
@@ -25841,15 +26223,15 @@ export interface operations {
25841
26223
  * "changed_by_user_id": 3,
25842
26224
  * "changed_by_name": "Teagan King",
25843
26225
  * "comment": "Qui commodi incidunt iure odit.",
25844
- * "created_at": "2026-01-09T00:22:24.000000Z"
26226
+ * "created_at": "2026-01-09T02:06:25.000000Z"
25845
26227
  * },
25846
26228
  * {
25847
- * "from_state": "offer_pending",
25848
- * "to_state": "offer_pending",
26229
+ * "from_state": "renewal_pending",
26230
+ * "to_state": "agreement_signed",
25849
26231
  * "changed_by_user_id": 3,
25850
26232
  * "changed_by_name": "Teagan King",
25851
- * "comment": "Nostrum dolore voluptates at.",
25852
- * "created_at": "2025-11-14T23:12:58.000000Z"
26233
+ * "comment": null,
26234
+ * "created_at": "2026-02-23T06:29:25.000000Z"
25853
26235
  * }
25854
26236
  * ]
25855
26237
  */
@@ -25864,7 +26246,7 @@ export interface operations {
25864
26246
  changed_by_name?: string;
25865
26247
  /** @example Qui commodi incidunt iure odit. */
25866
26248
  comment?: string;
25867
- /** @example 2026-01-09T00:22:24.000000Z */
26249
+ /** @example 2026-01-09T02:06:25.000000Z */
25868
26250
  created_at?: string;
25869
26251
  }[];
25870
26252
  };
@@ -26249,7 +26631,7 @@ export interface operations {
26249
26631
  content: {
26250
26632
  "application/json": {
26251
26633
  data?: {
26252
- /** @example 1f542990-9be9-4e1e-87a7-485cac2d5c9e */
26634
+ /** @example 26f58a10-9943-486a-9271-bda8293f52b9 */
26253
26635
  uid?: string;
26254
26636
  /** @example Ms. Audra Crooks II */
26255
26637
  username?: string;
@@ -26279,7 +26661,7 @@ export interface operations {
26279
26661
  timezone?: string;
26280
26662
  /** @example Customer */
26281
26663
  user_type?: string;
26282
- /** @example 01 May 2026, 01:35 PM */
26664
+ /** @example 01 May 2026, 03:19 PM */
26283
26665
  created?: string;
26284
26666
  /** @example 0 seconds ago */
26285
26667
  email_verified_at?: string;
@@ -26554,7 +26936,7 @@ export interface operations {
26554
26936
  content: {
26555
26937
  "application/json": {
26556
26938
  data?: {
26557
- /** @example ed2cbfde-c31e-427c-a209-0b02e97a43f9 */
26939
+ /** @example 4ab2dba7-1ec2-49d7-a3c4-ecf3bc114605 */
26558
26940
  uid?: string;
26559
26941
  /** @example Morgan Hirthe */
26560
26942
  username?: string;
@@ -26584,7 +26966,7 @@ export interface operations {
26584
26966
  timezone?: string;
26585
26967
  /** @example Customer */
26586
26968
  user_type?: string;
26587
- /** @example 01 May 2026, 01:35 PM */
26969
+ /** @example 01 May 2026, 03:19 PM */
26588
26970
  created?: string;
26589
26971
  /** @example 0 seconds ago */
26590
26972
  email_verified_at?: string;
@@ -26656,7 +27038,7 @@ export interface operations {
26656
27038
  content: {
26657
27039
  "application/json": {
26658
27040
  data?: {
26659
- /** @example 5f8f16a5-ba1c-410e-8c40-880737fb11d3 */
27041
+ /** @example b435765c-37d4-42a0-9121-555b6747188d */
26660
27042
  uid?: string;
26661
27043
  /** @example Ms. Audra Crooks II */
26662
27044
  username?: string;
@@ -26686,7 +27068,7 @@ export interface operations {
26686
27068
  timezone?: string;
26687
27069
  /** @example Customer */
26688
27070
  user_type?: string;
26689
- /** @example 01 May 2026, 01:35 PM */
27071
+ /** @example 01 May 2026, 03:19 PM */
26690
27072
  created?: string;
26691
27073
  /** @example 0 seconds ago */
26692
27074
  email_verified_at?: string;
@@ -26940,7 +27322,7 @@ export interface operations {
26940
27322
  completed_layers?: number;
26941
27323
  /** @example 4 */
26942
27324
  pending_layers?: number;
26943
- /** @example 01 May 2026, 01:35 PM */
27325
+ /** @example 01 May 2026, 03:19 PM */
26944
27326
  last_calculated_at?: string;
26945
27327
  };
26946
27328
  };
@@ -26988,7 +27370,7 @@ export interface operations {
26988
27370
  completed_layers?: number;
26989
27371
  /** @example 4 */
26990
27372
  pending_layers?: number;
26991
- /** @example 01 May 2026, 01:35 PM */
27373
+ /** @example 01 May 2026, 03:19 PM */
26992
27374
  last_calculated_at?: string;
26993
27375
  };
26994
27376
  };
@@ -27022,14 +27404,14 @@ export interface operations {
27022
27404
  content: {
27023
27405
  "application/json": {
27024
27406
  data?: {
27025
- /** @example 816dfaaa-1d51-41b0-a5e2-4bfa6ec11f84 */
27407
+ /** @example 48af3fa3-3fe1-4f92-a8d0-57325b73a817 */
27026
27408
  wishlist_uid?: string;
27027
27409
  listing?: {
27028
- /** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
27410
+ /** @example New For Sale Used Item draft • 1 May 2026, 3:19 PM */
27029
27411
  draft_name?: string;
27030
- /** @example LST-UIT-SAL-MOMYGN2CZGE */
27412
+ /** @example LST-UIT-SAL-MON26EV50T2 */
27031
27413
  sku?: string;
27032
- /** @example c74fa5b0-3a97-4cca-9c3b-622a0bfb3dc4 */
27414
+ /** @example 31d538bc-eb0d-429d-907b-ad3d65e787a4 */
27033
27415
  uid?: string;
27034
27416
  /** @example Sale */
27035
27417
  listing_type?: string;
@@ -27416,7 +27798,7 @@ export interface operations {
27416
27798
  completed_layers?: number;
27417
27799
  /** @example 4 */
27418
27800
  pending_layers?: number;
27419
- /** @example 01 May 2026, 01:35 PM */
27801
+ /** @example 01 May 2026, 03:19 PM */
27420
27802
  last_calculated_at?: string;
27421
27803
  };
27422
27804
  };
@@ -27652,13 +28034,13 @@ export interface operations {
27652
28034
  content: {
27653
28035
  "application/json": {
27654
28036
  data?: {
27655
- /** @example 9 */
28037
+ /** @example 0 */
27656
28038
  current_level?: number;
27657
28039
  /** @example 3 */
27658
28040
  completed_layers?: number;
27659
- /** @example 2 */
28041
+ /** @example 4 */
27660
28042
  pending_layers?: number;
27661
- /** @example 01 May 2026, 01:35 PM */
28043
+ /** @example 01 May 2026, 03:19 PM */
27662
28044
  last_calculated_at?: string;
27663
28045
  };
27664
28046
  };