@justins-home/types 1.1.31 → 1.1.33

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 +945 -371
  2. package/package.json +1 -1
@@ -676,6 +676,29 @@ export interface paths {
676
676
  patch?: never;
677
677
  trace?: never;
678
678
  };
679
+ "/api/v1/portal/admin/listing/{listing_uid}/arrangement-type": {
680
+ parameters: {
681
+ query?: never;
682
+ header?: never;
683
+ path: {
684
+ /** @description The UID of the listing. */
685
+ listing_uid: string;
686
+ };
687
+ cookie?: never;
688
+ };
689
+ get?: never;
690
+ put?: never;
691
+ /**
692
+ * saveArrangementTypeAdmin
693
+ * @description Save or update arrangement type for a listing as an admin.
694
+ */
695
+ post: operations["saveArrangementTypeAdmin"];
696
+ delete?: never;
697
+ options?: never;
698
+ head?: never;
699
+ patch?: never;
700
+ trace?: never;
701
+ };
679
702
  "/api/v1/portal/admin/listing/{listing_uid}/listing-details": {
680
703
  parameters: {
681
704
  query?: never;
@@ -699,6 +722,29 @@ export interface paths {
699
722
  patch?: never;
700
723
  trace?: never;
701
724
  };
725
+ "/api/v1/portal/admin/listing/{listing_uid}/listing-policy": {
726
+ parameters: {
727
+ query?: never;
728
+ header?: never;
729
+ path: {
730
+ /** @description The UID of the listing. */
731
+ listing_uid: string;
732
+ };
733
+ cookie?: never;
734
+ };
735
+ get?: never;
736
+ put?: never;
737
+ /**
738
+ * saveListingPolicyAdmin
739
+ * @description Save or update listing policy configuration as an admin.
740
+ */
741
+ post: operations["saveListingPolicyAdmin"];
742
+ delete?: never;
743
+ options?: never;
744
+ head?: never;
745
+ patch?: never;
746
+ trace?: never;
747
+ };
702
748
  "/api/v1/portal/admin/listing/{listing_uid}/property-basics": {
703
749
  parameters: {
704
750
  query?: never;
@@ -2213,6 +2259,29 @@ export interface paths {
2213
2259
  patch?: never;
2214
2260
  trace?: never;
2215
2261
  };
2262
+ "/api/v1/portal/admin/compliances/{compliance_id}/assign-to-arrangement-type": {
2263
+ parameters: {
2264
+ query?: never;
2265
+ header?: never;
2266
+ path: {
2267
+ /** @description The ID of the compliance definition. */
2268
+ compliance_id: number;
2269
+ };
2270
+ cookie?: never;
2271
+ };
2272
+ get?: never;
2273
+ put?: never;
2274
+ /**
2275
+ * assignComplianceToArrangementType
2276
+ * @description Assign a compliance definition to a specific arrangement type.
2277
+ */
2278
+ post: operations["assignComplianceToArrangementType"];
2279
+ delete?: never;
2280
+ options?: never;
2281
+ head?: never;
2282
+ patch?: never;
2283
+ trace?: never;
2284
+ };
2216
2285
  "/api/v1/portal/admin/inspections/fetch-history/{listing_uid}": {
2217
2286
  parameters: {
2218
2287
  query?: never;
@@ -3258,6 +3327,29 @@ export interface paths {
3258
3327
  patch?: never;
3259
3328
  trace?: never;
3260
3329
  };
3330
+ "/api/v1/portal/landlord/listing/{listing_uid}/arrangement-type": {
3331
+ parameters: {
3332
+ query?: never;
3333
+ header?: never;
3334
+ path: {
3335
+ /** @description The UID of the listing. */
3336
+ listing_uid: string;
3337
+ };
3338
+ cookie?: never;
3339
+ };
3340
+ get?: never;
3341
+ put?: never;
3342
+ /**
3343
+ * saveArrangementType
3344
+ * @description Save or update arrangement type for a listing.
3345
+ */
3346
+ post: operations["saveArrangementType"];
3347
+ delete?: never;
3348
+ options?: never;
3349
+ head?: never;
3350
+ patch?: never;
3351
+ trace?: never;
3352
+ };
3261
3353
  "/api/v1/portal/landlord/listing/drafts": {
3262
3354
  parameters: {
3263
3355
  query?: never;
@@ -3365,6 +3457,29 @@ export interface paths {
3365
3457
  patch?: never;
3366
3458
  trace?: never;
3367
3459
  };
3460
+ "/api/v1/portal/landlord/listing/{listing_uid}/listing-policy": {
3461
+ parameters: {
3462
+ query?: never;
3463
+ header?: never;
3464
+ path: {
3465
+ /** @description The UID of the listing. */
3466
+ listing_uid: string;
3467
+ };
3468
+ cookie?: never;
3469
+ };
3470
+ get?: never;
3471
+ put?: never;
3472
+ /**
3473
+ * saveListingPolicy
3474
+ * @description Save or update listing policy configuration.
3475
+ */
3476
+ post: operations["saveListingPolicy"];
3477
+ delete?: never;
3478
+ options?: never;
3479
+ head?: never;
3480
+ patch?: never;
3481
+ trace?: never;
3482
+ };
3368
3483
  "/api/v1/portal/landlord/listing/{listing_uid}/property-basics": {
3369
3484
  parameters: {
3370
3485
  query?: never;
@@ -5513,7 +5628,7 @@ export interface operations {
5513
5628
  content: {
5514
5629
  "application/json": {
5515
5630
  data?: {
5516
- /** @example 466f513f-ee7e-482c-b4d8-da13f249d610 */
5631
+ /** @example 3c186d29-abed-43a9-8cf6-a33222063088 */
5517
5632
  uid?: string;
5518
5633
  /** @example Ms. Audra Crooks II */
5519
5634
  username?: string;
@@ -5543,7 +5658,7 @@ export interface operations {
5543
5658
  timezone?: string;
5544
5659
  /** @example Customer */
5545
5660
  user_type?: string;
5546
- /** @example 09 Apr 2026, 02:25 PM */
5661
+ /** @example 10 Apr 2026, 07:39 PM */
5547
5662
  created?: string;
5548
5663
  /** @example 0 seconds ago */
5549
5664
  email_verified_at?: string;
@@ -5783,6 +5898,8 @@ export interface operations {
5783
5898
  * @enum {string}
5784
5899
  */
5785
5900
  listing_vertical: "property" | "used_item";
5901
+ /** @example null */
5902
+ arrangement_type?: string;
5786
5903
  };
5787
5904
  };
5788
5905
  };
@@ -5794,16 +5911,20 @@ export interface operations {
5794
5911
  content: {
5795
5912
  "application/json": {
5796
5913
  data?: {
5797
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
5914
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
5798
5915
  draft_name?: string;
5799
- /** @example LST-PRP-LTR-MNRKKQ6UOSB */
5916
+ /** @example LST-PRP-LTR-MNTB8JH8GSH */
5800
5917
  sku?: string;
5801
- /** @example f87b92a5-fea1-4305-9160-5afc1a055535 */
5918
+ /** @example 00b5a83b-536e-448e-a923-ee392cd0068f */
5802
5919
  uid?: string;
5803
5920
  /** @example Rent */
5804
5921
  listing_type?: string;
5805
5922
  /** @example Property */
5806
5923
  vertical?: string;
5924
+ /** @example let_to_let */
5925
+ arrangement_type?: string;
5926
+ /** @example Let to Let */
5927
+ arrangement_type_label?: string;
5807
5928
  /** @example null */
5808
5929
  price?: string | null;
5809
5930
  /** @example draft */
@@ -6991,7 +7112,7 @@ export interface operations {
6991
7112
  parameters: {
6992
7113
  query?: {
6993
7114
  /** @description Filter by activity action. */
6994
- action?: "inspection_completed" | "landlord_verified" | "payment_processed" | "New Login" | "Reset Password" | "MAINTENANCE" | "Verification" | "Listing" | "listing_draft_created" | "listing_draft_name_updated" | "listing_details_saved" | "listing_property_basics_saved" | "listing_pricing_saved" | "listing_rental_details_saved" | "listing_short_let_details_saved" | "listing_item_details_saved" | "listing_tenant_preferences_saved" | "listing_viewing_availability_saved" | "listing_features_updated" | "listing_media_uploaded" | "listing_media_reordered" | "listing_media_cover_set" | "listing_media_deleted" | "listing_submitted" | "listing_approved" | "listing_rejected" | "listing_unpublished" | "listing_republished" | "listing_compliance_submitted" | "listing_compliance_approved" | "listing_compliance_rejected" | "user_registered" | "user_logged_out" | "user_force_logged_out" | "user_two_factor_otp_requested" | "user_two_factor_enabled" | "user_two_factor_disabled" | "user_avatar_updated" | "user_status_updated" | "user_profile_updated" | "user_email_verification_otp_requested" | "user_email_verified" | "user_verification_submitted" | "user_verification_approved" | "user_verification_rejected" | "user_verification_reset" | "user_plan_assigned" | "user_plan_deactivated" | null;
7115
+ action?: "inspection_completed" | "landlord_verified" | "payment_processed" | "New Login" | "Reset Password" | "MAINTENANCE" | "Verification" | "Listing" | "listing_draft_created" | "listing_draft_name_updated" | "listing_arrangement_type_saved" | "listing_details_saved" | "listing_policy_saved" | "listing_property_basics_saved" | "listing_pricing_saved" | "listing_rental_details_saved" | "listing_short_let_details_saved" | "listing_item_details_saved" | "listing_tenant_preferences_saved" | "listing_viewing_availability_saved" | "listing_features_updated" | "listing_media_uploaded" | "listing_media_reordered" | "listing_media_cover_set" | "listing_media_deleted" | "listing_submitted" | "listing_approved" | "listing_rejected" | "listing_unpublished" | "listing_republished" | "listing_compliance_submitted" | "listing_compliance_approved" | "listing_compliance_rejected" | "user_registered" | "user_logged_out" | "user_force_logged_out" | "user_two_factor_otp_requested" | "user_two_factor_enabled" | "user_two_factor_disabled" | "user_avatar_updated" | "user_status_updated" | "user_profile_updated" | "user_email_verification_otp_requested" | "user_email_verified" | "user_verification_submitted" | "user_verification_approved" | "user_verification_rejected" | "user_verification_reset" | "user_plan_assigned" | "user_plan_deactivated" | null;
6995
7116
  /** @description Filter logs created from this date/time. Must be a valid date. */
6996
7117
  from?: string | null;
6997
7118
  /** @description Filter logs created up to this date/time. Must be a valid date. */
@@ -7080,7 +7201,7 @@ export interface operations {
7080
7201
  fetchUserAuditLogsByActionAdmin: {
7081
7202
  parameters: {
7082
7203
  query: {
7083
- action: "inspection_completed" | "landlord_verified" | "payment_processed" | "New Login" | "Reset Password" | "MAINTENANCE" | "Verification" | "Listing" | "listing_draft_created" | "listing_draft_name_updated" | "listing_details_saved" | "listing_property_basics_saved" | "listing_pricing_saved" | "listing_rental_details_saved" | "listing_short_let_details_saved" | "listing_item_details_saved" | "listing_tenant_preferences_saved" | "listing_viewing_availability_saved" | "listing_features_updated" | "listing_media_uploaded" | "listing_media_reordered" | "listing_media_cover_set" | "listing_media_deleted" | "listing_submitted" | "listing_approved" | "listing_rejected" | "listing_unpublished" | "listing_republished" | "listing_compliance_submitted" | "listing_compliance_approved" | "listing_compliance_rejected" | "user_registered" | "user_logged_out" | "user_force_logged_out" | "user_two_factor_otp_requested" | "user_two_factor_enabled" | "user_two_factor_disabled" | "user_avatar_updated" | "user_status_updated" | "user_profile_updated" | "user_email_verification_otp_requested" | "user_email_verified" | "user_verification_submitted" | "user_verification_approved" | "user_verification_rejected" | "user_verification_reset" | "user_plan_assigned" | "user_plan_deactivated";
7204
+ action: "inspection_completed" | "landlord_verified" | "payment_processed" | "New Login" | "Reset Password" | "MAINTENANCE" | "Verification" | "Listing" | "listing_draft_created" | "listing_draft_name_updated" | "listing_arrangement_type_saved" | "listing_details_saved" | "listing_policy_saved" | "listing_property_basics_saved" | "listing_pricing_saved" | "listing_rental_details_saved" | "listing_short_let_details_saved" | "listing_item_details_saved" | "listing_tenant_preferences_saved" | "listing_viewing_availability_saved" | "listing_features_updated" | "listing_media_uploaded" | "listing_media_reordered" | "listing_media_cover_set" | "listing_media_deleted" | "listing_submitted" | "listing_approved" | "listing_rejected" | "listing_unpublished" | "listing_republished" | "listing_compliance_submitted" | "listing_compliance_approved" | "listing_compliance_rejected" | "user_registered" | "user_logged_out" | "user_force_logged_out" | "user_two_factor_otp_requested" | "user_two_factor_enabled" | "user_two_factor_disabled" | "user_avatar_updated" | "user_status_updated" | "user_profile_updated" | "user_email_verification_otp_requested" | "user_email_verified" | "user_verification_submitted" | "user_verification_approved" | "user_verification_rejected" | "user_verification_reset" | "user_plan_assigned" | "user_plan_deactivated";
7084
7205
  /** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
7085
7206
  per_page?: number | null;
7086
7207
  /** @description The current page number. Must be at least 1. */
@@ -7221,7 +7342,7 @@ export interface operations {
7221
7342
  content: {
7222
7343
  "application/json": {
7223
7344
  data?: {
7224
- /** @example 9b5258f3-8008-4cbd-aee1-a1e04dd6529a */
7345
+ /** @example a611ed23-9ab6-4fb8-8585-5e9f4734cc6b */
7225
7346
  uid?: string;
7226
7347
  /** @example Morgan Hirthe */
7227
7348
  username?: string;
@@ -7251,7 +7372,7 @@ export interface operations {
7251
7372
  timezone?: string;
7252
7373
  /** @example Customer */
7253
7374
  user_type?: string;
7254
- /** @example 09 Apr 2026, 02:25 PM */
7375
+ /** @example 10 Apr 2026, 07:39 PM */
7255
7376
  created?: string;
7256
7377
  /** @example 0 seconds ago */
7257
7378
  email_verified_at?: string;
@@ -7486,6 +7607,10 @@ export interface operations {
7486
7607
  draft_name?: string | null;
7487
7608
  /** @example LST-PRP-SHL-MNRDG2PXUKZ */
7488
7609
  sku?: string;
7610
+ /** @example null */
7611
+ published_at?: string | null;
7612
+ /** @example null */
7613
+ published_since?: string | null;
7489
7614
  details?: {
7490
7615
  /** @example New Benin */
7491
7616
  title?: string;
@@ -7508,6 +7633,10 @@ export interface operations {
7508
7633
  listing_type?: string;
7509
7634
  /** @example Property */
7510
7635
  vertical?: string;
7636
+ /** @example short_term_managed */
7637
+ arrangement_type?: string;
7638
+ /** @example Short Term Managed */
7639
+ arrangement_type_label?: string;
7511
7640
  owner?: {
7512
7641
  /** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
7513
7642
  uid?: string;
@@ -7641,6 +7770,28 @@ export interface operations {
7641
7770
  fixed_term_length?: string | null;
7642
7771
  /** @example null */
7643
7772
  availability_date?: string | null;
7773
+ /** @example false */
7774
+ is_company_lease?: boolean;
7775
+ /** @example false */
7776
+ is_subletting_permitted?: boolean;
7777
+ };
7778
+ listing_policy?: {
7779
+ /** @example 4 */
7780
+ max_occupants?: number;
7781
+ /** @example short_stay */
7782
+ allowed_use_type?: string;
7783
+ /** @example Short Stay */
7784
+ allowed_use_type_label?: string;
7785
+ /** @example false */
7786
+ is_subletting_allowed?: boolean;
7787
+ /** @example true */
7788
+ requires_permission_for_subletting?: boolean;
7789
+ /** @example true */
7790
+ event_permission_required?: boolean;
7791
+ /** @example true */
7792
+ no_party_policy?: boolean;
7793
+ /** @example false */
7794
+ commercial_use_flag?: boolean;
7644
7795
  };
7645
7796
  short_let?: {
7646
7797
  /** @example 500.00 */
@@ -7726,6 +7877,9 @@ export interface operations {
7726
7877
  * "validity_type": "non_expiring",
7727
7878
  * "grace_period_days": null,
7728
7879
  * "status": "active",
7880
+ * "responsible_party": "landlord",
7881
+ * "responsible_party_label": "Landlord",
7882
+ * "liability_exclusion_flag": false,
7729
7883
  * "requirements": [
7730
7884
  * "ownership_document_upload"
7731
7885
  * ]
@@ -7749,6 +7903,12 @@ export interface operations {
7749
7903
  grace_period_days?: string | null;
7750
7904
  /** @example active */
7751
7905
  status?: string;
7906
+ /** @example landlord */
7907
+ responsible_party?: string;
7908
+ /** @example Landlord */
7909
+ responsible_party_label?: string;
7910
+ /** @example false */
7911
+ liability_exclusion_flag?: boolean;
7752
7912
  /**
7753
7913
  * @example [
7754
7914
  * "ownership_document_upload"
@@ -7841,16 +8001,20 @@ export interface operations {
7841
8001
  content: {
7842
8002
  "application/json": {
7843
8003
  data?: {
7844
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
8004
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
7845
8005
  draft_name?: string;
7846
- /** @example LST-PRP-LTR-MNRKKQ9O0UV */
8006
+ /** @example LST-PRP-LTR-MNTB8JKCE5J */
7847
8007
  sku?: string;
7848
- /** @example a4873716-2ea7-446e-bb7b-fe8a462bba40 */
8008
+ /** @example 5a1d44e6-7644-41fd-90be-12a746056191 */
7849
8009
  uid?: string;
7850
8010
  /** @example Rent */
7851
8011
  listing_type?: string;
7852
8012
  /** @example Property */
7853
8013
  vertical?: string;
8014
+ /** @example let_to_let */
8015
+ arrangement_type?: string;
8016
+ /** @example Let to Let */
8017
+ arrangement_type_label?: string;
7854
8018
  /** @example null */
7855
8019
  price?: string | null;
7856
8020
  /** @example draft */
@@ -7875,6 +8039,26 @@ export interface operations {
7875
8039
  };
7876
8040
  };
7877
8041
  };
8042
+ saveArrangementTypeAdmin: {
8043
+ parameters: {
8044
+ query?: never;
8045
+ header?: never;
8046
+ path: {
8047
+ /** @description The UID of the listing. */
8048
+ listing_uid: string;
8049
+ };
8050
+ cookie?: never;
8051
+ };
8052
+ requestBody: {
8053
+ content: {
8054
+ "application/json": {
8055
+ /** @example null */
8056
+ arrangement_type: string;
8057
+ };
8058
+ };
8059
+ };
8060
+ responses: never;
8061
+ };
7878
8062
  saveListingDetailsAdmin: {
7879
8063
  parameters: {
7880
8064
  query?: never;
@@ -7909,6 +8093,38 @@ export interface operations {
7909
8093
  };
7910
8094
  responses: never;
7911
8095
  };
8096
+ saveListingPolicyAdmin: {
8097
+ parameters: {
8098
+ query?: never;
8099
+ header?: never;
8100
+ path: {
8101
+ /** @description The UID of the listing. */
8102
+ listing_uid: string;
8103
+ };
8104
+ cookie?: never;
8105
+ };
8106
+ requestBody: {
8107
+ content: {
8108
+ "application/json": {
8109
+ /** @example null */
8110
+ max_occupants: string;
8111
+ /** @example null */
8112
+ allowed_use_type: string;
8113
+ /** @example null */
8114
+ is_subletting_allowed: string;
8115
+ /** @example null */
8116
+ requires_permission_for_subletting: string;
8117
+ /** @example null */
8118
+ event_permission_required: string;
8119
+ /** @example null */
8120
+ no_party_policy: string;
8121
+ /** @example null */
8122
+ commercial_use_flag: string;
8123
+ };
8124
+ };
8125
+ };
8126
+ responses: never;
8127
+ };
7912
8128
  savePropertyBasicsAdmin: {
7913
8129
  parameters: {
7914
8130
  query?: never;
@@ -7976,6 +8192,10 @@ export interface operations {
7976
8192
  fixed_term_length: string;
7977
8193
  /** @example null */
7978
8194
  availability_date: string;
8195
+ /** @example null */
8196
+ is_company_lease: string;
8197
+ /** @example null */
8198
+ is_subletting_permitted: string;
7979
8199
  };
7980
8200
  };
7981
8201
  };
@@ -8225,7 +8445,7 @@ export interface operations {
8225
8445
  content: {
8226
8446
  "application/json": {
8227
8447
  data?: {
8228
- /** @example 7d6ff58e-62ba-488e-8706-d0adeca49198 */
8448
+ /** @example ae405d25-2ff4-4f07-b8c9-413d0ca8b57c */
8229
8449
  uid?: string;
8230
8450
  /** @example photo */
8231
8451
  media_type?: string;
@@ -8532,11 +8752,13 @@ export interface operations {
8532
8752
  /**
8533
8753
  * @example [
8534
8754
  * {
8535
- * "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
8536
- * "sku": "LST-PRP-LTR-MNRKKQAZTHM",
8537
- * "uid": "1b8252b2-c8fd-45c0-81bd-6175e6c84786",
8538
- * "listing_type": "Rent",
8755
+ * "draft_name": "New Short Let Property draft • 10 Apr 2026, 7:39 PM",
8756
+ * "sku": "LST-PRP-SHL-MNTB8JLY2VI",
8757
+ * "uid": "bafe130b-1997-4b06-a63b-a9bdeefc2d3f",
8758
+ * "listing_type": "Short Let",
8539
8759
  * "vertical": "Property",
8760
+ * "arrangement_type": "short_term_managed",
8761
+ * "arrangement_type_label": "Short Term Managed",
8540
8762
  * "price": null,
8541
8763
  * "state": "draft",
8542
8764
  * "published_at": null,
@@ -8549,11 +8771,13 @@ export interface operations {
8549
8771
  * "media": []
8550
8772
  * },
8551
8773
  * {
8552
- * "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
8553
- * "sku": "LST-UIT-SAL-MNRKKQB2EQ5",
8554
- * "uid": "1c82c3c0-761b-4ec8-915d-567d8305ad5f",
8774
+ * "draft_name": "New For Sale Used Item draft • 10 Apr 2026, 7:39 PM",
8775
+ * "sku": "LST-UIT-SAL-MNTB8JM0RMN",
8776
+ * "uid": "0931fe88-e3c3-486c-a3d2-fe9bd4063bca",
8555
8777
  * "listing_type": "Sale",
8556
8778
  * "vertical": "Used Item",
8779
+ * "arrangement_type": null,
8780
+ * "arrangement_type_label": null,
8557
8781
  * "price": null,
8558
8782
  * "state": "draft",
8559
8783
  * "published_at": null,
@@ -8566,16 +8790,20 @@ export interface operations {
8566
8790
  * ]
8567
8791
  */
8568
8792
  data?: {
8569
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
8793
+ /** @example New Short Let Property draft • 10 Apr 2026, 7:39 PM */
8570
8794
  draft_name?: string;
8571
- /** @example LST-PRP-LTR-MNRKKQAZTHM */
8795
+ /** @example LST-PRP-SHL-MNTB8JLY2VI */
8572
8796
  sku?: string;
8573
- /** @example 1b8252b2-c8fd-45c0-81bd-6175e6c84786 */
8797
+ /** @example bafe130b-1997-4b06-a63b-a9bdeefc2d3f */
8574
8798
  uid?: string;
8575
- /** @example Rent */
8799
+ /** @example Short Let */
8576
8800
  listing_type?: string;
8577
8801
  /** @example Property */
8578
8802
  vertical?: string;
8803
+ /** @example short_term_managed */
8804
+ arrangement_type?: string;
8805
+ /** @example Short Term Managed */
8806
+ arrangement_type_label?: string;
8579
8807
  /** @example null */
8580
8808
  price?: string | null;
8581
8809
  /** @example draft */
@@ -8761,16 +8989,20 @@ export interface operations {
8761
8989
  content: {
8762
8990
  "application/json": {
8763
8991
  data?: {
8764
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
8992
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
8765
8993
  draft_name?: string;
8766
- /** @example LST-PRP-LTR-MNRKKQBEYMV */
8994
+ /** @example LST-PRP-LTR-MNTB8JM9GV3 */
8767
8995
  sku?: string;
8768
- /** @example da5f0d4d-8c5e-4882-a30f-f6c534b25c28 */
8996
+ /** @example 6bd79012-dc03-4fa1-97cd-40096b636896 */
8769
8997
  uid?: string;
8770
8998
  /** @example Rent */
8771
8999
  listing_type?: string;
8772
9000
  /** @example Property */
8773
9001
  vertical?: string;
9002
+ /** @example let_to_let */
9003
+ arrangement_type?: string;
9004
+ /** @example Let to Let */
9005
+ arrangement_type_label?: string;
8774
9006
  /** @example null */
8775
9007
  price?: string | null;
8776
9008
  /** @example draft */
@@ -8824,16 +9056,20 @@ export interface operations {
8824
9056
  content: {
8825
9057
  "application/json": {
8826
9058
  data?: {
8827
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
9059
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
8828
9060
  draft_name?: string;
8829
- /** @example LST-PRP-LTR-MNRKKQBKQAS */
9061
+ /** @example LST-PRP-LTR-MNTB8JMEN7H */
8830
9062
  sku?: string;
8831
- /** @example 40611b88-9a6f-4293-8b96-afaf7ef9ad53 */
9063
+ /** @example ee7f522d-1fd8-4c7d-a4e2-839c798c9cfc */
8832
9064
  uid?: string;
8833
9065
  /** @example Rent */
8834
9066
  listing_type?: string;
8835
9067
  /** @example Property */
8836
9068
  vertical?: string;
9069
+ /** @example let_to_let */
9070
+ arrangement_type?: string;
9071
+ /** @example Let to Let */
9072
+ arrangement_type_label?: string;
8837
9073
  /** @example null */
8838
9074
  price?: string | null;
8839
9075
  /** @example draft */
@@ -8877,16 +9113,20 @@ export interface operations {
8877
9113
  content: {
8878
9114
  "application/json": {
8879
9115
  data?: {
8880
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
9116
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
8881
9117
  draft_name?: string;
8882
- /** @example LST-PRP-LTR-MNRKKQBQE08 */
9118
+ /** @example LST-PRP-LTR-MNTB8JMKGHE */
8883
9119
  sku?: string;
8884
- /** @example e0b4adba-2f82-4bec-84b8-35cde804ff1d */
9120
+ /** @example 71859d46-c976-492b-ad33-3933de25a54f */
8885
9121
  uid?: string;
8886
9122
  /** @example Rent */
8887
9123
  listing_type?: string;
8888
9124
  /** @example Property */
8889
9125
  vertical?: string;
9126
+ /** @example let_to_let */
9127
+ arrangement_type?: string;
9128
+ /** @example Let to Let */
9129
+ arrangement_type_label?: string;
8890
9130
  /** @example null */
8891
9131
  price?: string | null;
8892
9132
  /** @example draft */
@@ -8930,16 +9170,20 @@ export interface operations {
8930
9170
  content: {
8931
9171
  "application/json": {
8932
9172
  data?: {
8933
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
9173
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
8934
9174
  draft_name?: string;
8935
- /** @example LST-PRP-LTR-MNRKKQBWI7C */
9175
+ /** @example LST-PRP-LTR-MNTB8JMQGVC */
8936
9176
  sku?: string;
8937
- /** @example acc80e37-42b7-4e54-a2f4-61d922cb08d5 */
9177
+ /** @example d945bde6-ceb5-4777-be96-061582eb5009 */
8938
9178
  uid?: string;
8939
9179
  /** @example Rent */
8940
9180
  listing_type?: string;
8941
9181
  /** @example Property */
8942
9182
  vertical?: string;
9183
+ /** @example let_to_let */
9184
+ arrangement_type?: string;
9185
+ /** @example Let to Let */
9186
+ arrangement_type_label?: string;
8943
9187
  /** @example null */
8944
9188
  price?: string | null;
8945
9189
  /** @example draft */
@@ -9124,7 +9368,7 @@ export interface operations {
9124
9368
  content: {
9125
9369
  "application/json": {
9126
9370
  data?: {
9127
- /** @example 55 */
9371
+ /** @example 40 */
9128
9372
  id?: number;
9129
9373
  /** @example 1 */
9130
9374
  category_id?: number;
@@ -9198,7 +9442,7 @@ export interface operations {
9198
9442
  content: {
9199
9443
  "application/json": {
9200
9444
  data?: {
9201
- /** @example 56 */
9445
+ /** @example 41 */
9202
9446
  id?: number;
9203
9447
  /** @example 1 */
9204
9448
  category_id?: number;
@@ -9237,7 +9481,7 @@ export interface operations {
9237
9481
  content: {
9238
9482
  "application/json": {
9239
9483
  data?: {
9240
- /** @example 57 */
9484
+ /** @example 42 */
9241
9485
  id?: number;
9242
9486
  /** @example 1 */
9243
9487
  category_id?: number;
@@ -9275,23 +9519,29 @@ export interface operations {
9275
9519
  /**
9276
9520
  * @example [
9277
9521
  * {
9278
- * "id": 35,
9522
+ * "id": 10,
9279
9523
  * "name": "Exterior",
9280
9524
  * "description": "For Exterior categories",
9281
9525
  * "display_order": 1,
9526
+ * "applicable_verticals": [
9527
+ * "property"
9528
+ * ],
9282
9529
  * "is_active": true
9283
9530
  * },
9284
9531
  * {
9285
- * "id": 36,
9532
+ * "id": 11,
9286
9533
  * "name": "Exterior",
9287
9534
  * "description": "For Exterior categories",
9288
9535
  * "display_order": 1,
9536
+ * "applicable_verticals": [
9537
+ * "property"
9538
+ * ],
9289
9539
  * "is_active": true
9290
9540
  * }
9291
9541
  * ]
9292
9542
  */
9293
9543
  data?: {
9294
- /** @example 35 */
9544
+ /** @example 10 */
9295
9545
  id?: number;
9296
9546
  /** @example Exterior */
9297
9547
  name?: string;
@@ -9299,6 +9549,12 @@ export interface operations {
9299
9549
  description?: string;
9300
9550
  /** @example 1 */
9301
9551
  display_order?: number;
9552
+ /**
9553
+ * @example [
9554
+ * "property"
9555
+ * ]
9556
+ */
9557
+ applicable_verticals?: string[];
9302
9558
  /** @example true */
9303
9559
  is_active?: boolean;
9304
9560
  }[];
@@ -9332,6 +9588,12 @@ export interface operations {
9332
9588
  * @example 3
9333
9589
  */
9334
9590
  display_order: number;
9591
+ /**
9592
+ * @example [
9593
+ * "architecto"
9594
+ * ]
9595
+ */
9596
+ applicable_verticals?: ("property" | "used_item")[];
9335
9597
  };
9336
9598
  };
9337
9599
  };
@@ -9343,7 +9605,7 @@ export interface operations {
9343
9605
  content: {
9344
9606
  "application/json": {
9345
9607
  data?: {
9346
- /** @example 37 */
9608
+ /** @example 12 */
9347
9609
  id?: number;
9348
9610
  /** @example Exterior */
9349
9611
  name?: string;
@@ -9351,6 +9613,12 @@ export interface operations {
9351
9613
  description?: string;
9352
9614
  /** @example 1 */
9353
9615
  display_order?: number;
9616
+ /**
9617
+ * @example [
9618
+ * "property"
9619
+ * ]
9620
+ */
9621
+ applicable_verticals?: string[];
9354
9622
  /** @example true */
9355
9623
  is_active?: boolean;
9356
9624
  };
@@ -9369,24 +9637,30 @@ export interface operations {
9369
9637
  };
9370
9638
  cookie?: never;
9371
9639
  };
9372
- requestBody: {
9640
+ requestBody?: {
9373
9641
  content: {
9374
9642
  "application/json": {
9375
9643
  /**
9376
9644
  * @description Updated name of the property feature category. Must not be greater than 255 characters.
9377
9645
  * @example Security Features
9378
9646
  */
9379
- name: string;
9647
+ name?: string;
9380
9648
  /**
9381
9649
  * @description Updated description of the feature category. Must not be greater than 1000 characters.
9382
9650
  * @example Security related features such as CCTV, alarms and surveillance systems.
9383
9651
  */
9384
- description: string;
9652
+ description?: string;
9385
9653
  /**
9386
9654
  * @description Display order of the category when shown in the UI. Must be at least 1.
9387
9655
  * @example 2
9388
9656
  */
9389
- display_order: number;
9657
+ display_order?: number;
9658
+ /**
9659
+ * @example [
9660
+ * "architecto"
9661
+ * ]
9662
+ */
9663
+ applicable_verticals?: ("property" | "used_item")[];
9390
9664
  };
9391
9665
  };
9392
9666
  };
@@ -9398,7 +9672,7 @@ export interface operations {
9398
9672
  content: {
9399
9673
  "application/json": {
9400
9674
  data?: {
9401
- /** @example 38 */
9675
+ /** @example 13 */
9402
9676
  id?: number;
9403
9677
  /** @example Exterior */
9404
9678
  name?: string;
@@ -9406,6 +9680,12 @@ export interface operations {
9406
9680
  description?: string;
9407
9681
  /** @example 1 */
9408
9682
  display_order?: number;
9683
+ /**
9684
+ * @example [
9685
+ * "property"
9686
+ * ]
9687
+ */
9688
+ applicable_verticals?: string[];
9409
9689
  /** @example true */
9410
9690
  is_active?: boolean;
9411
9691
  };
@@ -9433,7 +9713,7 @@ export interface operations {
9433
9713
  content: {
9434
9714
  "application/json": {
9435
9715
  data?: {
9436
- /** @example 39 */
9716
+ /** @example 14 */
9437
9717
  id?: number;
9438
9718
  /** @example Exterior */
9439
9719
  name?: string;
@@ -9441,6 +9721,12 @@ export interface operations {
9441
9721
  description?: string;
9442
9722
  /** @example 1 */
9443
9723
  display_order?: number;
9724
+ /**
9725
+ * @example [
9726
+ * "property"
9727
+ * ]
9728
+ */
9729
+ applicable_verticals?: string[];
9444
9730
  /** @example true */
9445
9731
  is_active?: boolean;
9446
9732
  };
@@ -9467,31 +9753,31 @@ export interface operations {
9467
9753
  /**
9468
9754
  * @example [
9469
9755
  * {
9470
- * "id": 33,
9756
+ * "id": 13,
9471
9757
  * "key": "email_fa_0",
9472
9758
  * "name": "Clara Cronin V",
9473
9759
  * "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
9474
9760
  * "requires_review": true,
9475
9761
  * "metadata_schema": [],
9476
9762
  * "is_active": true,
9477
- * "created_at": "2026-04-09T14:25:50.000000Z",
9478
- * "updated_at": "2026-04-09T14:25:50.000000Z"
9763
+ * "created_at": "2026-04-10T19:39:57.000000Z",
9764
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
9479
9765
  * },
9480
9766
  * {
9481
- * "id": 34,
9767
+ * "id": 14,
9482
9768
  * "key": "email_fa_6",
9483
9769
  * "name": "Myrtis Tromp",
9484
9770
  * "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
9485
9771
  * "requires_review": true,
9486
9772
  * "metadata_schema": [],
9487
9773
  * "is_active": true,
9488
- * "created_at": "2026-04-09T14:25:50.000000Z",
9489
- * "updated_at": "2026-04-09T14:25:50.000000Z"
9774
+ * "created_at": "2026-04-10T19:39:57.000000Z",
9775
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
9490
9776
  * }
9491
9777
  * ]
9492
9778
  */
9493
9779
  data?: {
9494
- /** @example 33 */
9780
+ /** @example 13 */
9495
9781
  id?: number;
9496
9782
  /** @example email_fa_0 */
9497
9783
  key?: string;
@@ -9505,9 +9791,9 @@ export interface operations {
9505
9791
  metadata_schema?: unknown[];
9506
9792
  /** @example true */
9507
9793
  is_active?: boolean;
9508
- /** @example 2026-04-09T14:25:50.000000Z */
9794
+ /** @example 2026-04-10T19:39:57.000000Z */
9509
9795
  created_at?: string;
9510
- /** @example 2026-04-09T14:25:50.000000Z */
9796
+ /** @example 2026-04-10T19:39:57.000000Z */
9511
9797
  updated_at?: string;
9512
9798
  }[];
9513
9799
  };
@@ -9569,7 +9855,7 @@ export interface operations {
9569
9855
  content: {
9570
9856
  "application/json": {
9571
9857
  data?: {
9572
- /** @example 35 */
9858
+ /** @example 15 */
9573
9859
  id?: number;
9574
9860
  /** @example email_fa_0 */
9575
9861
  key?: string;
@@ -9583,9 +9869,9 @@ export interface operations {
9583
9869
  metadata_schema?: unknown[];
9584
9870
  /** @example true */
9585
9871
  is_active?: boolean;
9586
- /** @example 2026-04-09T14:25:50.000000Z */
9872
+ /** @example 2026-04-10T19:39:57.000000Z */
9587
9873
  created_at?: string;
9588
- /** @example 2026-04-09T14:25:50.000000Z */
9874
+ /** @example 2026-04-10T19:39:57.000000Z */
9589
9875
  updated_at?: string;
9590
9876
  };
9591
9877
  };
@@ -9645,7 +9931,7 @@ export interface operations {
9645
9931
  content: {
9646
9932
  "application/json": {
9647
9933
  data?: {
9648
- /** @example 36 */
9934
+ /** @example 16 */
9649
9935
  id?: number;
9650
9936
  /** @example email_fa_0 */
9651
9937
  key?: string;
@@ -9659,9 +9945,9 @@ export interface operations {
9659
9945
  metadata_schema?: unknown[];
9660
9946
  /** @example true */
9661
9947
  is_active?: boolean;
9662
- /** @example 2026-04-09T14:25:50.000000Z */
9948
+ /** @example 2026-04-10T19:39:57.000000Z */
9663
9949
  created_at?: string;
9664
- /** @example 2026-04-09T14:25:50.000000Z */
9950
+ /** @example 2026-04-10T19:39:57.000000Z */
9665
9951
  updated_at?: string;
9666
9952
  };
9667
9953
  };
@@ -9875,29 +10161,29 @@ export interface operations {
9875
10161
  /**
9876
10162
  * @example [
9877
10163
  * {
9878
- * "id": 21,
10164
+ * "id": 1,
9879
10165
  * "status": "approved",
9880
10166
  * "submitted_data": [],
9881
10167
  * "rejection_reason": null,
9882
10168
  * "reviewed_by": 1,
9883
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
9884
- * "created_at": "2026-04-09T14:25:50.000000Z",
9885
- * "updated_at": "2026-04-09T14:25:50.000000Z"
10169
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10170
+ * "created_at": "2026-04-10T19:39:57.000000Z",
10171
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
9886
10172
  * },
9887
10173
  * {
9888
- * "id": 22,
10174
+ * "id": 2,
9889
10175
  * "status": "approved",
9890
10176
  * "submitted_data": [],
9891
10177
  * "rejection_reason": null,
9892
10178
  * "reviewed_by": 1,
9893
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
9894
- * "created_at": "2026-04-09T14:25:50.000000Z",
9895
- * "updated_at": "2026-04-09T14:25:50.000000Z"
10179
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10180
+ * "created_at": "2026-04-10T19:39:57.000000Z",
10181
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
9896
10182
  * }
9897
10183
  * ]
9898
10184
  */
9899
10185
  data?: {
9900
- /** @example 21 */
10186
+ /** @example 1 */
9901
10187
  id?: number;
9902
10188
  /** @example approved */
9903
10189
  status?: string;
@@ -9907,11 +10193,11 @@ export interface operations {
9907
10193
  rejection_reason?: string | null;
9908
10194
  /** @example 1 */
9909
10195
  reviewed_by?: number;
9910
- /** @example 2026-04-09T14:25:50.000000Z */
10196
+ /** @example 2026-04-10T19:39:57.000000Z */
9911
10197
  reviewed_at?: string;
9912
- /** @example 2026-04-09T14:25:50.000000Z */
10198
+ /** @example 2026-04-10T19:39:57.000000Z */
9913
10199
  created_at?: string;
9914
- /** @example 2026-04-09T14:25:50.000000Z */
10200
+ /** @example 2026-04-10T19:39:57.000000Z */
9915
10201
  updated_at?: string;
9916
10202
  }[];
9917
10203
  links?: {
@@ -9998,29 +10284,29 @@ export interface operations {
9998
10284
  /**
9999
10285
  * @example [
10000
10286
  * {
10001
- * "id": 23,
10287
+ * "id": 3,
10002
10288
  * "status": "approved",
10003
10289
  * "submitted_data": [],
10004
10290
  * "rejection_reason": null,
10005
10291
  * "reviewed_by": 1,
10006
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
10007
- * "created_at": "2026-04-09T14:25:50.000000Z",
10008
- * "updated_at": "2026-04-09T14:25:50.000000Z"
10292
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10293
+ * "created_at": "2026-04-10T19:39:57.000000Z",
10294
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
10009
10295
  * },
10010
10296
  * {
10011
- * "id": 24,
10297
+ * "id": 4,
10012
10298
  * "status": "approved",
10013
10299
  * "submitted_data": [],
10014
10300
  * "rejection_reason": null,
10015
10301
  * "reviewed_by": 1,
10016
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
10017
- * "created_at": "2026-04-09T14:25:50.000000Z",
10018
- * "updated_at": "2026-04-09T14:25:50.000000Z"
10302
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10303
+ * "created_at": "2026-04-10T19:39:57.000000Z",
10304
+ * "updated_at": "2026-04-10T19:39:57.000000Z"
10019
10305
  * }
10020
10306
  * ]
10021
10307
  */
10022
10308
  data?: {
10023
- /** @example 23 */
10309
+ /** @example 3 */
10024
10310
  id?: number;
10025
10311
  /** @example approved */
10026
10312
  status?: string;
@@ -10030,11 +10316,11 @@ export interface operations {
10030
10316
  rejection_reason?: string | null;
10031
10317
  /** @example 1 */
10032
10318
  reviewed_by?: number;
10033
- /** @example 2026-04-09T14:25:50.000000Z */
10319
+ /** @example 2026-04-10T19:39:57.000000Z */
10034
10320
  reviewed_at?: string;
10035
- /** @example 2026-04-09T14:25:50.000000Z */
10321
+ /** @example 2026-04-10T19:39:57.000000Z */
10036
10322
  created_at?: string;
10037
- /** @example 2026-04-09T14:25:50.000000Z */
10323
+ /** @example 2026-04-10T19:39:57.000000Z */
10038
10324
  updated_at?: string;
10039
10325
  }[];
10040
10326
  };
@@ -10148,7 +10434,7 @@ export interface operations {
10148
10434
  /**
10149
10435
  * @example [
10150
10436
  * {
10151
- * "id": 92,
10437
+ * "id": 77,
10152
10438
  * "compliance": {
10153
10439
  * "id": 1,
10154
10440
  * "key": "property_ownership",
@@ -10160,10 +10446,10 @@ export interface operations {
10160
10446
  * "rejection_reason": null,
10161
10447
  * "reviewed_by": 1,
10162
10448
  * "reviewed_at": null,
10163
- * "created_at": "2026-04-09T14:25:50.000000Z"
10449
+ * "created_at": "2026-04-10T19:39:57.000000Z"
10164
10450
  * },
10165
10451
  * {
10166
- * "id": 93,
10452
+ * "id": 78,
10167
10453
  * "compliance": {
10168
10454
  * "id": 1,
10169
10455
  * "key": "property_ownership",
@@ -10175,12 +10461,12 @@ export interface operations {
10175
10461
  * "rejection_reason": null,
10176
10462
  * "reviewed_by": 1,
10177
10463
  * "reviewed_at": null,
10178
- * "created_at": "2026-04-09T14:25:50.000000Z"
10464
+ * "created_at": "2026-04-10T19:39:57.000000Z"
10179
10465
  * }
10180
10466
  * ]
10181
10467
  */
10182
10468
  data?: {
10183
- /** @example 92 */
10469
+ /** @example 77 */
10184
10470
  id?: number;
10185
10471
  compliance?: {
10186
10472
  /** @example 1 */
@@ -10202,7 +10488,7 @@ export interface operations {
10202
10488
  reviewed_by?: number;
10203
10489
  /** @example null */
10204
10490
  reviewed_at?: string | null;
10205
- /** @example 2026-04-09T14:25:50.000000Z */
10491
+ /** @example 2026-04-10T19:39:57.000000Z */
10206
10492
  created_at?: string;
10207
10493
  }[];
10208
10494
  links?: {
@@ -10322,7 +10608,7 @@ export interface operations {
10322
10608
  /**
10323
10609
  * @example [
10324
10610
  * {
10325
- * "id": 101,
10611
+ * "id": 81,
10326
10612
  * "compliance": {
10327
10613
  * "id": 1,
10328
10614
  * "key": "property_ownership",
@@ -10333,11 +10619,11 @@ export interface operations {
10333
10619
  * "submitted_data": [],
10334
10620
  * "rejection_reason": null,
10335
10621
  * "reviewed_by": 1,
10336
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
10337
- * "created_at": "2026-04-09T14:25:50.000000Z"
10622
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10623
+ * "created_at": "2026-04-10T19:39:57.000000Z"
10338
10624
  * },
10339
10625
  * {
10340
- * "id": 102,
10626
+ * "id": 82,
10341
10627
  * "compliance": {
10342
10628
  * "id": 1,
10343
10629
  * "key": "property_ownership",
@@ -10348,13 +10634,13 @@ export interface operations {
10348
10634
  * "submitted_data": [],
10349
10635
  * "rejection_reason": null,
10350
10636
  * "reviewed_by": 1,
10351
- * "reviewed_at": "2026-04-09T14:25:50.000000Z",
10352
- * "created_at": "2026-04-09T14:25:50.000000Z"
10637
+ * "reviewed_at": "2026-04-10T19:39:57.000000Z",
10638
+ * "created_at": "2026-04-10T19:39:57.000000Z"
10353
10639
  * }
10354
10640
  * ]
10355
10641
  */
10356
10642
  data?: {
10357
- /** @example 101 */
10643
+ /** @example 81 */
10358
10644
  id?: number;
10359
10645
  compliance?: {
10360
10646
  /** @example 1 */
@@ -10374,9 +10660,9 @@ export interface operations {
10374
10660
  rejection_reason?: string | null;
10375
10661
  /** @example 1 */
10376
10662
  reviewed_by?: number;
10377
- /** @example 2026-04-09T14:25:50.000000Z */
10663
+ /** @example 2026-04-10T19:39:57.000000Z */
10378
10664
  reviewed_at?: string;
10379
- /** @example 2026-04-09T14:25:50.000000Z */
10665
+ /** @example 2026-04-10T19:39:57.000000Z */
10380
10666
  created_at?: string;
10381
10667
  }[];
10382
10668
  links?: {
@@ -10518,23 +10804,23 @@ export interface operations {
10518
10804
  /**
10519
10805
  * @example [
10520
10806
  * {
10521
- * "key": "ut",
10522
- * "name": "quis",
10807
+ * "key": "aut",
10808
+ * "name": "adipisci",
10523
10809
  * "user_type": "Landlord",
10524
10810
  * "is_active": true
10525
10811
  * },
10526
10812
  * {
10527
- * "key": "ipsum",
10528
- * "name": "eius",
10813
+ * "key": "quidem",
10814
+ * "name": "nostrum",
10529
10815
  * "user_type": "Landlord",
10530
10816
  * "is_active": true
10531
10817
  * }
10532
10818
  * ]
10533
10819
  */
10534
10820
  data?: {
10535
- /** @example ut */
10821
+ /** @example aut */
10536
10822
  key?: string;
10537
- /** @example quis */
10823
+ /** @example adipisci */
10538
10824
  name?: string;
10539
10825
  /** @example Landlord */
10540
10826
  user_type?: string;
@@ -11297,6 +11583,17 @@ export interface operations {
11297
11583
  * @example 14
11298
11584
  */
11299
11585
  grace_period_days?: number | null;
11586
+ /**
11587
+ * @description Who is responsible for satisfying the compliance.
11588
+ * @example landlord
11589
+ * @enum {string}
11590
+ */
11591
+ responsible_party: "landlord" | "platform";
11592
+ /**
11593
+ * @description Whether platform liability is explicitly excluded for this compliance.
11594
+ * @example false
11595
+ */
11596
+ liability_exclusion_flag?: boolean;
11300
11597
  };
11301
11598
  };
11302
11599
  };
@@ -11324,6 +11621,12 @@ export interface operations {
11324
11621
  grace_period_days?: number;
11325
11622
  /** @example active */
11326
11623
  status?: string;
11624
+ /** @example landlord */
11625
+ responsible_party?: string;
11626
+ /** @example Landlord */
11627
+ responsible_party_label?: string;
11628
+ /** @example false */
11629
+ liability_exclusion_flag?: boolean;
11327
11630
  };
11328
11631
  };
11329
11632
  };
@@ -11376,6 +11679,17 @@ export interface operations {
11376
11679
  * @enum {string}
11377
11680
  */
11378
11681
  status?: "active" | "deprecated";
11682
+ /**
11683
+ * @description Who is responsible for satisfying the compliance.
11684
+ * @example platform
11685
+ * @enum {string}
11686
+ */
11687
+ responsible_party?: "landlord" | "platform";
11688
+ /**
11689
+ * @description Whether platform liability is explicitly excluded for this compliance.
11690
+ * @example false
11691
+ */
11692
+ liability_exclusion_flag?: boolean;
11379
11693
  };
11380
11694
  };
11381
11695
  };
@@ -11403,6 +11717,12 @@ export interface operations {
11403
11717
  grace_period_days?: number;
11404
11718
  /** @example active */
11405
11719
  status?: string;
11720
+ /** @example landlord */
11721
+ responsible_party?: string;
11722
+ /** @example Landlord */
11723
+ responsible_party_label?: string;
11724
+ /** @example false */
11725
+ liability_exclusion_flag?: boolean;
11406
11726
  };
11407
11727
  };
11408
11728
  };
@@ -11540,6 +11860,30 @@ export interface operations {
11540
11860
  };
11541
11861
  responses: never;
11542
11862
  };
11863
+ assignComplianceToArrangementType: {
11864
+ parameters: {
11865
+ query?: never;
11866
+ header?: never;
11867
+ path: {
11868
+ /** @description The ID of the compliance definition. */
11869
+ compliance_id: number;
11870
+ };
11871
+ cookie?: never;
11872
+ };
11873
+ requestBody: {
11874
+ content: {
11875
+ "application/json": {
11876
+ /**
11877
+ * @description The arrangement type where this compliance rule should apply.
11878
+ * @example company_lease
11879
+ * @enum {string}
11880
+ */
11881
+ arrangement_type: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
11882
+ };
11883
+ };
11884
+ };
11885
+ responses: never;
11886
+ };
11543
11887
  listingHistoryInspectionAdmin: {
11544
11888
  parameters: {
11545
11889
  query?: {
@@ -11687,13 +12031,13 @@ export interface operations {
11687
12031
  content: {
11688
12032
  "application/json": {
11689
12033
  data?: {
11690
- /** @example fc473488-792a-4d7d-b15e-91bead3da4ac */
12034
+ /** @example 507f40d2-82a1-493b-bf63-51f17e940f81 */
11691
12035
  uid?: string;
11692
12036
  /** @example follow_up */
11693
12037
  inspection_type?: string;
11694
12038
  /** @example cancelled */
11695
12039
  status?: string;
11696
- /** @example 2026-04-15T04:24:12.000000Z */
12040
+ /** @example 2026-04-16T09:38:19.000000Z */
11697
12041
  scheduled_date?: string;
11698
12042
  /** @example null */
11699
12043
  completed_date?: string | null;
@@ -11701,11 +12045,11 @@ export interface operations {
11701
12045
  condition_rating?: string;
11702
12046
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
11703
12047
  summary?: string;
11704
- /** @example 2026-06-08T01:12:46.000000Z */
12048
+ /** @example 2026-06-09T06:26:53.000000Z */
11705
12049
  next_inspection_date?: string;
11706
- /** @example 2026-04-09T14:25:50.000000Z */
12050
+ /** @example 2026-04-10T19:39:57.000000Z */
11707
12051
  created_at?: string;
11708
- /** @example 2026-04-09T14:25:50.000000Z */
12052
+ /** @example 2026-04-10T19:39:57.000000Z */
11709
12053
  updated_at?: string;
11710
12054
  };
11711
12055
  };
@@ -11748,13 +12092,13 @@ export interface operations {
11748
12092
  content: {
11749
12093
  "application/json": {
11750
12094
  data?: {
11751
- /** @example c68b8155-6c04-4fa1-9ff2-348fd2a4b5f2 */
12095
+ /** @example 5728ed34-9e75-4bb9-80e0-abce3cd7cc5d */
11752
12096
  uid?: string;
11753
12097
  /** @example follow_up */
11754
12098
  inspection_type?: string;
11755
12099
  /** @example cancelled */
11756
12100
  status?: string;
11757
- /** @example 2026-04-03T01:50:45.000000Z */
12101
+ /** @example 2026-04-04T07:04:52.000000Z */
11758
12102
  scheduled_date?: string;
11759
12103
  /** @example null */
11760
12104
  completed_date?: string | null;
@@ -11762,11 +12106,11 @@ export interface operations {
11762
12106
  condition_rating?: string;
11763
12107
  /** @example Et animi quos velit et fugiat. */
11764
12108
  summary?: string;
11765
- /** @example 2026-07-12T09:44:32.000000Z */
12109
+ /** @example 2026-07-13T14:58:39.000000Z */
11766
12110
  next_inspection_date?: string;
11767
- /** @example 2026-04-09T14:25:50.000000Z */
12111
+ /** @example 2026-04-10T19:39:57.000000Z */
11768
12112
  created_at?: string;
11769
- /** @example 2026-04-09T14:25:50.000000Z */
12113
+ /** @example 2026-04-10T19:39:57.000000Z */
11770
12114
  updated_at?: string;
11771
12115
  };
11772
12116
  };
@@ -11803,13 +12147,13 @@ export interface operations {
11803
12147
  content: {
11804
12148
  "application/json": {
11805
12149
  data?: {
11806
- /** @example b1937704-e90e-482c-b102-de5d65983ad0 */
12150
+ /** @example 4f707d18-e650-4bdb-8195-d007d3621e70 */
11807
12151
  uid?: string;
11808
12152
  /** @example follow_up */
11809
12153
  inspection_type?: string;
11810
12154
  /** @example cancelled */
11811
12155
  status?: string;
11812
- /** @example 2026-04-15T04:24:12.000000Z */
12156
+ /** @example 2026-04-16T09:38:19.000000Z */
11813
12157
  scheduled_date?: string;
11814
12158
  /** @example null */
11815
12159
  completed_date?: string | null;
@@ -11817,11 +12161,11 @@ export interface operations {
11817
12161
  condition_rating?: string;
11818
12162
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
11819
12163
  summary?: string;
11820
- /** @example 2026-06-08T01:12:46.000000Z */
12164
+ /** @example 2026-06-09T06:26:53.000000Z */
11821
12165
  next_inspection_date?: string;
11822
- /** @example 2026-04-09T14:25:50.000000Z */
12166
+ /** @example 2026-04-10T19:39:57.000000Z */
11823
12167
  created_at?: string;
11824
- /** @example 2026-04-09T14:25:50.000000Z */
12168
+ /** @example 2026-04-10T19:39:57.000000Z */
11825
12169
  updated_at?: string;
11826
12170
  };
11827
12171
  };
@@ -11858,13 +12202,13 @@ export interface operations {
11858
12202
  content: {
11859
12203
  "application/json": {
11860
12204
  data?: {
11861
- /** @example 6d16db82-60a8-4ecf-a4fa-b8c4642693d3 */
12205
+ /** @example 1eed0c9a-59d1-4c04-9068-fc7965babb0e */
11862
12206
  uid?: string;
11863
12207
  /** @example follow_up */
11864
12208
  inspection_type?: string;
11865
12209
  /** @example cancelled */
11866
12210
  status?: string;
11867
- /** @example 2026-04-03T01:50:45.000000Z */
12211
+ /** @example 2026-04-04T07:04:52.000000Z */
11868
12212
  scheduled_date?: string;
11869
12213
  /** @example null */
11870
12214
  completed_date?: string | null;
@@ -11872,11 +12216,11 @@ export interface operations {
11872
12216
  condition_rating?: string;
11873
12217
  /** @example Et animi quos velit et fugiat. */
11874
12218
  summary?: string;
11875
- /** @example 2026-07-12T09:44:32.000000Z */
12219
+ /** @example 2026-07-13T14:58:39.000000Z */
11876
12220
  next_inspection_date?: string;
11877
- /** @example 2026-04-09T14:25:50.000000Z */
12221
+ /** @example 2026-04-10T19:39:57.000000Z */
11878
12222
  created_at?: string;
11879
- /** @example 2026-04-09T14:25:50.000000Z */
12223
+ /** @example 2026-04-10T19:39:57.000000Z */
11880
12224
  updated_at?: string;
11881
12225
  };
11882
12226
  };
@@ -11913,7 +12257,7 @@ export interface operations {
11913
12257
  content: {
11914
12258
  "application/json": {
11915
12259
  data?: {
11916
- /** @example eb79d786-6bcb-4cf4-a470-0228f32b6c4d */
12260
+ /** @example 1ed6614c-ff6e-456d-a6e2-fef00aea24b6 */
11917
12261
  uid?: string;
11918
12262
  /** @example Qui commodi incidunt iure. */
11919
12263
  title?: string;
@@ -11923,17 +12267,17 @@ export interface operations {
11923
12267
  status?: string;
11924
12268
  /** @example low */
11925
12269
  priority?: string;
11926
- /** @example 2026-04-08T03:54:33.000000Z */
12270
+ /** @example 2026-04-09T09:08:40.000000Z */
11927
12271
  reported_at?: string;
11928
12272
  /** @example null */
11929
12273
  assigned_at?: string | null;
11930
12274
  /** @example null */
11931
12275
  completed_at?: string | null;
11932
- /** @example 2026-04-11T00:18:59.000000Z */
12276
+ /** @example 2026-04-12T05:33:06.000000Z */
11933
12277
  sla_deadline?: string;
11934
- /** @example 2026-04-09T14:25:50.000000Z */
12278
+ /** @example 2026-04-10T19:39:57.000000Z */
11935
12279
  created_at?: string;
11936
- /** @example 2026-04-09T14:25:50.000000Z */
12280
+ /** @example 2026-04-10T19:39:57.000000Z */
11937
12281
  updated_at?: string;
11938
12282
  };
11939
12283
  };
@@ -11970,7 +12314,7 @@ export interface operations {
11970
12314
  content: {
11971
12315
  "application/json": {
11972
12316
  data?: {
11973
- /** @example 0811e08e-344f-41e3-a137-d25588691191 */
12317
+ /** @example b50604e4-7043-4dc6-a34a-78d102985189 */
11974
12318
  uid?: string;
11975
12319
  /** @example Quos velit et fugiat sunt nihil. */
11976
12320
  title?: string;
@@ -11980,17 +12324,17 @@ export interface operations {
11980
12324
  status?: string;
11981
12325
  /** @example emergency */
11982
12326
  priority?: string;
11983
- /** @example 2026-04-03T01:39:25.000000Z */
12327
+ /** @example 2026-04-04T06:53:32.000000Z */
11984
12328
  reported_at?: string;
11985
- /** @example 2026-04-07T21:59:17.000000Z */
12329
+ /** @example 2026-04-09T03:13:24.000000Z */
11986
12330
  assigned_at?: string;
11987
12331
  /** @example null */
11988
12332
  completed_at?: string | null;
11989
- /** @example 2026-04-11T03:21:40.000000Z */
12333
+ /** @example 2026-04-12T08:35:47.000000Z */
11990
12334
  sla_deadline?: string;
11991
- /** @example 2026-04-09T14:25:50.000000Z */
12335
+ /** @example 2026-04-10T19:39:57.000000Z */
11992
12336
  created_at?: string;
11993
- /** @example 2026-04-09T14:25:50.000000Z */
12337
+ /** @example 2026-04-10T19:39:57.000000Z */
11994
12338
  updated_at?: string;
11995
12339
  };
11996
12340
  };
@@ -12027,7 +12371,7 @@ export interface operations {
12027
12371
  content: {
12028
12372
  "application/json": {
12029
12373
  data?: {
12030
- /** @example 05d675c3-b28c-43f6-ab60-00110d3d58db */
12374
+ /** @example 0c031db4-8f96-4f54-9f5e-89d3db2dfa36 */
12031
12375
  uid?: string;
12032
12376
  /** @example Quos velit et fugiat sunt nihil. */
12033
12377
  title?: string;
@@ -12037,17 +12381,17 @@ export interface operations {
12037
12381
  status?: string;
12038
12382
  /** @example emergency */
12039
12383
  priority?: string;
12040
- /** @example 2026-04-03T01:39:25.000000Z */
12384
+ /** @example 2026-04-04T06:53:32.000000Z */
12041
12385
  reported_at?: string;
12042
- /** @example 2026-04-07T21:59:17.000000Z */
12386
+ /** @example 2026-04-09T03:13:24.000000Z */
12043
12387
  assigned_at?: string;
12044
12388
  /** @example null */
12045
12389
  completed_at?: string | null;
12046
- /** @example 2026-04-11T03:21:40.000000Z */
12390
+ /** @example 2026-04-12T08:35:47.000000Z */
12047
12391
  sla_deadline?: string;
12048
- /** @example 2026-04-09T14:25:50.000000Z */
12392
+ /** @example 2026-04-10T19:39:57.000000Z */
12049
12393
  created_at?: string;
12050
- /** @example 2026-04-09T14:25:50.000000Z */
12394
+ /** @example 2026-04-10T19:39:57.000000Z */
12051
12395
  updated_at?: string;
12052
12396
  };
12053
12397
  };
@@ -12084,7 +12428,7 @@ export interface operations {
12084
12428
  content: {
12085
12429
  "application/json": {
12086
12430
  data?: {
12087
- /** @example 63171d91-42aa-4edd-9cda-3b4d37af5012 */
12431
+ /** @example e61b70bd-4ce0-42cc-96d4-a1af3fe36a4f */
12088
12432
  uid?: string;
12089
12433
  /** @example Quos velit et fugiat sunt nihil. */
12090
12434
  title?: string;
@@ -12094,17 +12438,17 @@ export interface operations {
12094
12438
  status?: string;
12095
12439
  /** @example emergency */
12096
12440
  priority?: string;
12097
- /** @example 2026-04-03T01:39:25.000000Z */
12441
+ /** @example 2026-04-04T06:53:32.000000Z */
12098
12442
  reported_at?: string;
12099
- /** @example 2026-04-07T21:59:17.000000Z */
12443
+ /** @example 2026-04-09T03:13:24.000000Z */
12100
12444
  assigned_at?: string;
12101
12445
  /** @example null */
12102
12446
  completed_at?: string | null;
12103
- /** @example 2026-04-11T03:21:40.000000Z */
12447
+ /** @example 2026-04-12T08:35:47.000000Z */
12104
12448
  sla_deadline?: string;
12105
- /** @example 2026-04-09T14:25:50.000000Z */
12449
+ /** @example 2026-04-10T19:39:57.000000Z */
12106
12450
  created_at?: string;
12107
- /** @example 2026-04-09T14:25:50.000000Z */
12451
+ /** @example 2026-04-10T19:39:57.000000Z */
12108
12452
  updated_at?: string;
12109
12453
  };
12110
12454
  };
@@ -12373,19 +12717,19 @@ export interface operations {
12373
12717
  content: {
12374
12718
  "application/json": {
12375
12719
  data?: {
12376
- /** @example 36 */
12720
+ /** @example 1 */
12377
12721
  id?: number;
12378
12722
  /** @example 2 */
12379
12723
  listing_id?: number;
12380
12724
  /** @example completed */
12381
12725
  status?: string;
12382
12726
  scheduled?: {
12383
- /** @example 1981-12-01T00:00:00.000000Z */
12727
+ /** @example 1979-10-23T00:00:00.000000Z */
12384
12728
  start?: string;
12385
- /** @example 1979-12-28T00:00:00.000000Z */
12729
+ /** @example 1973-04-30T00:00:00.000000Z */
12386
12730
  end?: string;
12387
12731
  };
12388
- /** @example 2026-04-09T14:25:50.000000Z */
12732
+ /** @example 2026-04-10T19:39:58.000000Z */
12389
12733
  created_at?: string;
12390
12734
  };
12391
12735
  };
@@ -12412,19 +12756,19 @@ export interface operations {
12412
12756
  content: {
12413
12757
  "application/json": {
12414
12758
  data?: {
12415
- /** @example 37 */
12759
+ /** @example 2 */
12416
12760
  id?: number;
12417
12761
  /** @example 2 */
12418
12762
  listing_id?: number;
12419
12763
  /** @example completed */
12420
12764
  status?: string;
12421
12765
  scheduled?: {
12422
- /** @example 1981-12-01T00:00:00.000000Z */
12766
+ /** @example 1981-11-29T00:00:00.000000Z */
12423
12767
  start?: string;
12424
- /** @example 1979-12-28T00:00:00.000000Z */
12768
+ /** @example 1979-12-26T00:00:00.000000Z */
12425
12769
  end?: string;
12426
12770
  };
12427
- /** @example 2026-04-09T14:25:50.000000Z */
12771
+ /** @example 2026-04-10T19:39:58.000000Z */
12428
12772
  created_at?: string;
12429
12773
  };
12430
12774
  };
@@ -12450,41 +12794,41 @@ export interface operations {
12450
12794
  /**
12451
12795
  * @example [
12452
12796
  * {
12453
- * "id": 38,
12797
+ * "id": 3,
12454
12798
  * "listing_id": 2,
12455
12799
  * "status": "completed",
12456
12800
  * "scheduled": {
12457
- * "start": "1981-12-01T00:00:00.000000Z",
12458
- * "end": "1979-12-28T00:00:00.000000Z"
12801
+ * "start": "1981-11-29T00:00:00.000000Z",
12802
+ * "end": "1979-12-26T00:00:00.000000Z"
12459
12803
  * },
12460
- * "created_at": "2026-04-09T14:25:50.000000Z"
12804
+ * "created_at": "2026-04-10T19:39:58.000000Z"
12461
12805
  * },
12462
12806
  * {
12463
- * "id": 39,
12807
+ * "id": 4,
12464
12808
  * "listing_id": 2,
12465
12809
  * "status": "completed",
12466
12810
  * "scheduled": {
12467
- * "start": "2006-10-01T00:00:00.000000Z",
12811
+ * "start": "2006-09-30T00:00:00.000000Z",
12468
12812
  * "end": "2015-01-19T00:00:00.000000Z"
12469
12813
  * },
12470
- * "created_at": "2026-04-09T14:25:50.000000Z"
12814
+ * "created_at": "2026-04-10T19:39:58.000000Z"
12471
12815
  * }
12472
12816
  * ]
12473
12817
  */
12474
12818
  data?: {
12475
- /** @example 38 */
12819
+ /** @example 3 */
12476
12820
  id?: number;
12477
12821
  /** @example 2 */
12478
12822
  listing_id?: number;
12479
12823
  /** @example completed */
12480
12824
  status?: string;
12481
12825
  scheduled?: {
12482
- /** @example 1981-12-01T00:00:00.000000Z */
12826
+ /** @example 1981-11-29T00:00:00.000000Z */
12483
12827
  start?: string;
12484
- /** @example 1979-12-28T00:00:00.000000Z */
12828
+ /** @example 1979-12-26T00:00:00.000000Z */
12485
12829
  end?: string;
12486
12830
  };
12487
- /** @example 2026-04-09T14:25:50.000000Z */
12831
+ /** @example 2026-04-10T19:39:58.000000Z */
12488
12832
  created_at?: string;
12489
12833
  }[];
12490
12834
  links?: {
@@ -12584,19 +12928,19 @@ export interface operations {
12584
12928
  content: {
12585
12929
  "application/json": {
12586
12930
  data?: {
12587
- /** @example 40 */
12931
+ /** @example 5 */
12588
12932
  id?: number;
12589
12933
  /** @example 2 */
12590
12934
  listing_id?: number;
12591
12935
  /** @example completed */
12592
12936
  status?: string;
12593
12937
  scheduled?: {
12594
- /** @example 1981-12-01T00:00:00.000000Z */
12938
+ /** @example 1981-11-29T00:00:00.000000Z */
12595
12939
  start?: string;
12596
- /** @example 1979-12-28T00:00:00.000000Z */
12940
+ /** @example 1979-12-26T00:00:00.000000Z */
12597
12941
  end?: string;
12598
12942
  };
12599
- /** @example 2026-04-09T14:25:50.000000Z */
12943
+ /** @example 2026-04-10T19:39:58.000000Z */
12600
12944
  created_at?: string;
12601
12945
  };
12602
12946
  };
@@ -12623,19 +12967,19 @@ export interface operations {
12623
12967
  content: {
12624
12968
  "application/json": {
12625
12969
  data?: {
12626
- /** @example 41 */
12970
+ /** @example 6 */
12627
12971
  id?: number;
12628
12972
  /** @example 2 */
12629
12973
  listing_id?: number;
12630
12974
  /** @example completed */
12631
12975
  status?: string;
12632
12976
  scheduled?: {
12633
- /** @example 1981-12-01T00:00:00.000000Z */
12977
+ /** @example 1981-11-29T00:00:00.000000Z */
12634
12978
  start?: string;
12635
- /** @example 1979-12-28T00:00:00.000000Z */
12979
+ /** @example 1979-12-26T00:00:00.000000Z */
12636
12980
  end?: string;
12637
12981
  };
12638
- /** @example 2026-04-09T14:25:50.000000Z */
12982
+ /** @example 2026-04-10T19:39:58.000000Z */
12639
12983
  created_at?: string;
12640
12984
  };
12641
12985
  };
@@ -12662,19 +13006,19 @@ export interface operations {
12662
13006
  content: {
12663
13007
  "application/json": {
12664
13008
  data?: {
12665
- /** @example 42 */
13009
+ /** @example 7 */
12666
13010
  id?: number;
12667
13011
  /** @example 2 */
12668
13012
  listing_id?: number;
12669
13013
  /** @example completed */
12670
13014
  status?: string;
12671
13015
  scheduled?: {
12672
- /** @example 1981-12-01T00:00:00.000000Z */
13016
+ /** @example 1981-11-29T00:00:00.000000Z */
12673
13017
  start?: string;
12674
- /** @example 1979-12-28T00:00:00.000000Z */
13018
+ /** @example 1979-12-26T00:00:00.000000Z */
12675
13019
  end?: string;
12676
13020
  };
12677
- /** @example 2026-04-09T14:25:50.000000Z */
13021
+ /** @example 2026-04-10T19:39:58.000000Z */
12678
13022
  created_at?: string;
12679
13023
  };
12680
13024
  };
@@ -13037,6 +13381,11 @@ export interface operations {
13037
13381
  * @example 2026-06-14
13038
13382
  */
13039
13383
  end_date: string;
13384
+ /**
13385
+ * @description Number of guests expected for the stay. Must be at least 1.
13386
+ * @example 2
13387
+ */
13388
+ guest_count?: number;
13040
13389
  };
13041
13390
  };
13042
13391
  };
@@ -13062,6 +13411,8 @@ export interface operations {
13062
13411
  /** @example null */
13063
13412
  host_id?: string | null;
13064
13413
  /** @example null */
13414
+ guest_count?: string | null;
13415
+ /** @example null */
13065
13416
  start_date?: string | null;
13066
13417
  /** @example null */
13067
13418
  end_date?: string | null;
@@ -13112,6 +13463,8 @@ export interface operations {
13112
13463
  /** @example null */
13113
13464
  host_id?: string | null;
13114
13465
  /** @example null */
13466
+ guest_count?: string | null;
13467
+ /** @example null */
13115
13468
  start_date?: string | null;
13116
13469
  /** @example null */
13117
13470
  end_date?: string | null;
@@ -13162,6 +13515,8 @@ export interface operations {
13162
13515
  /** @example null */
13163
13516
  host_id?: string | null;
13164
13517
  /** @example null */
13518
+ guest_count?: string | null;
13519
+ /** @example null */
13165
13520
  start_date?: string | null;
13166
13521
  /** @example null */
13167
13522
  end_date?: string | null;
@@ -13212,6 +13567,8 @@ export interface operations {
13212
13567
  /** @example null */
13213
13568
  host_id?: string | null;
13214
13569
  /** @example null */
13570
+ guest_count?: string | null;
13571
+ /** @example null */
13215
13572
  start_date?: string | null;
13216
13573
  /** @example null */
13217
13574
  end_date?: string | null;
@@ -13732,7 +14089,7 @@ export interface operations {
13732
14089
  content: {
13733
14090
  "application/json": {
13734
14091
  data?: {
13735
- /** @example 045dc29c-2cdf-4d83-ba19-4afa97f74a0c */
14092
+ /** @example 6e3a4537-f5b1-426f-98a1-228a6a705dcc */
13736
14093
  uid?: string;
13737
14094
  /** @example Ms. Audra Crooks II */
13738
14095
  username?: string;
@@ -13762,7 +14119,7 @@ export interface operations {
13762
14119
  timezone?: string;
13763
14120
  /** @example Customer */
13764
14121
  user_type?: string;
13765
- /** @example 09 Apr 2026, 02:25 PM */
14122
+ /** @example 10 Apr 2026, 07:39 PM */
13766
14123
  created?: string;
13767
14124
  /** @example 0 seconds ago */
13768
14125
  email_verified_at?: string;
@@ -14231,7 +14588,7 @@ export interface operations {
14231
14588
  content: {
14232
14589
  "application/json": {
14233
14590
  data?: {
14234
- /** @example 3b75acea-a8eb-4fa4-9281-0fa8e7837a6a */
14591
+ /** @example df156ca8-b7f9-47e5-80ca-e9a23779962a */
14235
14592
  uid?: string;
14236
14593
  /** @example Ms. Audra Crooks II */
14237
14594
  username?: string;
@@ -14261,7 +14618,7 @@ export interface operations {
14261
14618
  timezone?: string;
14262
14619
  /** @example Customer */
14263
14620
  user_type?: string;
14264
- /** @example 09 Apr 2026, 02:25 PM */
14621
+ /** @example 10 Apr 2026, 07:39 PM */
14265
14622
  created?: string;
14266
14623
  /** @example 0 seconds ago */
14267
14624
  email_verified_at?: string;
@@ -14365,6 +14722,12 @@ export interface operations {
14365
14722
  * @enum {string}
14366
14723
  */
14367
14724
  listing_vertical: "property" | "used_item";
14725
+ /**
14726
+ * @description optional for property listings.
14727
+ * @example standard_residential
14728
+ * @enum {string}
14729
+ */
14730
+ arrangement_type?: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
14368
14731
  };
14369
14732
  };
14370
14733
  };
@@ -14376,16 +14739,20 @@ export interface operations {
14376
14739
  content: {
14377
14740
  "application/json": {
14378
14741
  data?: {
14379
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
14742
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
14380
14743
  draft_name?: string;
14381
- /** @example LST-PRP-LTR-MNRKKQ0FAL8 */
14744
+ /** @example LST-PRP-LTR-MNTB8J9VGTP */
14382
14745
  sku?: string;
14383
- /** @example 2644996e-753a-46bb-9d6d-fdec8031fbaa */
14746
+ /** @example b787de5a-eba9-4a4d-a49d-1070642d28c1 */
14384
14747
  uid?: string;
14385
14748
  /** @example Rent */
14386
14749
  listing_type?: string;
14387
14750
  /** @example Property */
14388
14751
  vertical?: string;
14752
+ /** @example let_to_let */
14753
+ arrangement_type?: string;
14754
+ /** @example Let to Let */
14755
+ arrangement_type_label?: string;
14389
14756
  /** @example null */
14390
14757
  price?: string | null;
14391
14758
  /** @example draft */
@@ -14446,6 +14813,42 @@ export interface operations {
14446
14813
  };
14447
14814
  };
14448
14815
  };
14816
+ saveArrangementType: {
14817
+ parameters: {
14818
+ query?: never;
14819
+ header?: never;
14820
+ path: {
14821
+ /** @description The UID of the listing. */
14822
+ listing_uid: string;
14823
+ };
14824
+ cookie?: never;
14825
+ };
14826
+ requestBody: {
14827
+ content: {
14828
+ "application/json": {
14829
+ /** @example null */
14830
+ arrangement_type: string;
14831
+ };
14832
+ };
14833
+ };
14834
+ responses: {
14835
+ 200: {
14836
+ headers: {
14837
+ [name: string]: unknown;
14838
+ };
14839
+ content: {
14840
+ "application/json": {
14841
+ /** @example Arrangement Type saved */
14842
+ message?: string;
14843
+ /** @example success */
14844
+ event?: string;
14845
+ /** @example [] */
14846
+ data?: unknown[];
14847
+ };
14848
+ };
14849
+ };
14850
+ };
14851
+ };
14449
14852
  getDraftListings: {
14450
14853
  parameters: {
14451
14854
  query?: never;
@@ -14464,11 +14867,13 @@ export interface operations {
14464
14867
  /**
14465
14868
  * @example [
14466
14869
  * {
14467
- * "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
14468
- * "sku": "LST-PRP-LTR-MNRKKQ11GHS",
14469
- * "uid": "6a1c7334-398a-4d7e-813c-d305c3397c92",
14870
+ * "draft_name": "New For Rent Property draft • 10 Apr 2026, 7:39 PM",
14871
+ * "sku": "LST-PRP-LTR-MNTB8JAIES2",
14872
+ * "uid": "66ddac4d-556d-428d-8242-36a3c2e8c3c4",
14470
14873
  * "listing_type": "Rent",
14471
14874
  * "vertical": "Property",
14875
+ * "arrangement_type": "let_to_let",
14876
+ * "arrangement_type_label": "Let to Let",
14472
14877
  * "price": null,
14473
14878
  * "state": "draft",
14474
14879
  * "published_at": null,
@@ -14481,33 +14886,41 @@ export interface operations {
14481
14886
  * "media": []
14482
14887
  * },
14483
14888
  * {
14484
- * "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
14485
- * "sku": "LST-UIT-SAL-MNRKKQ13CFE",
14486
- * "uid": "ede6ca0b-6519-4129-bb2c-9a3105885453",
14487
- * "listing_type": "Sale",
14488
- * "vertical": "Used Item",
14889
+ * "draft_name": "New Short Let Property draft • 10 Apr 2026, 7:39 PM",
14890
+ * "sku": "LST-PRP-SHL-MNTB8JAMYZB",
14891
+ * "uid": "6e5d2e00-a1f4-41de-b1e7-7c4d57c5bcfa",
14892
+ * "listing_type": "Short Let",
14893
+ * "vertical": "Property",
14894
+ * "arrangement_type": "short_term_managed",
14895
+ * "arrangement_type_label": "Short Term Managed",
14489
14896
  * "price": null,
14490
14897
  * "state": "draft",
14491
14898
  * "published_at": null,
14492
14899
  * "published_since": null,
14493
14900
  * "is_visible": false,
14494
- * "summary": [],
14901
+ * "summary": {
14902
+ * "availability": null
14903
+ * },
14495
14904
  * "workflow": [],
14496
14905
  * "media": []
14497
14906
  * }
14498
14907
  * ]
14499
14908
  */
14500
14909
  data?: {
14501
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
14910
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
14502
14911
  draft_name?: string;
14503
- /** @example LST-PRP-LTR-MNRKKQ11GHS */
14912
+ /** @example LST-PRP-LTR-MNTB8JAIES2 */
14504
14913
  sku?: string;
14505
- /** @example 6a1c7334-398a-4d7e-813c-d305c3397c92 */
14914
+ /** @example 66ddac4d-556d-428d-8242-36a3c2e8c3c4 */
14506
14915
  uid?: string;
14507
14916
  /** @example Rent */
14508
14917
  listing_type?: string;
14509
14918
  /** @example Property */
14510
14919
  vertical?: string;
14920
+ /** @example let_to_let */
14921
+ arrangement_type?: string;
14922
+ /** @example Let to Let */
14923
+ arrangement_type_label?: string;
14511
14924
  /** @example null */
14512
14925
  price?: string | null;
14513
14926
  /** @example draft */
@@ -14608,11 +15021,13 @@ export interface operations {
14608
15021
  /**
14609
15022
  * @example [
14610
15023
  * {
14611
- * "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
14612
- * "sku": "LST-PRP-LTR-MNRKKQ19SO1",
14613
- * "uid": "e14c9bee-3cc1-41b0-9e1a-c3573f4cfb01",
15024
+ * "draft_name": "New For Rent Property draft • 10 Apr 2026, 7:39 PM",
15025
+ * "sku": "LST-PRP-LTR-MNTB8JATWIG",
15026
+ * "uid": "9710b289-b2ec-4381-89ea-559b887b52b7",
14614
15027
  * "listing_type": "Rent",
14615
15028
  * "vertical": "Property",
15029
+ * "arrangement_type": "let_to_let",
15030
+ * "arrangement_type_label": "Let to Let",
14616
15031
  * "price": null,
14617
15032
  * "state": "draft",
14618
15033
  * "published_at": null,
@@ -14625,33 +15040,41 @@ export interface operations {
14625
15040
  * "media": []
14626
15041
  * },
14627
15042
  * {
14628
- * "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
14629
- * "sku": "LST-UIT-SAL-MNRKKQ1CI1R",
14630
- * "uid": "3ac59d3e-a3dc-46d4-9e2b-d43ba95beb4e",
14631
- * "listing_type": "Sale",
14632
- * "vertical": "Used Item",
15043
+ * "draft_name": "New Short Let Property draft • 10 Apr 2026, 7:39 PM",
15044
+ * "sku": "LST-PRP-SHL-MNTB8JAYRTM",
15045
+ * "uid": "7cfddf99-33d8-4001-8cb6-33c35869b2b3",
15046
+ * "listing_type": "Short Let",
15047
+ * "vertical": "Property",
15048
+ * "arrangement_type": "short_term_managed",
15049
+ * "arrangement_type_label": "Short Term Managed",
14633
15050
  * "price": null,
14634
15051
  * "state": "draft",
14635
15052
  * "published_at": null,
14636
15053
  * "published_since": null,
14637
15054
  * "is_visible": false,
14638
- * "summary": [],
15055
+ * "summary": {
15056
+ * "availability": null
15057
+ * },
14639
15058
  * "workflow": [],
14640
15059
  * "media": []
14641
15060
  * }
14642
15061
  * ]
14643
15062
  */
14644
15063
  data?: {
14645
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
15064
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
14646
15065
  draft_name?: string;
14647
- /** @example LST-PRP-LTR-MNRKKQ19SO1 */
15066
+ /** @example LST-PRP-LTR-MNTB8JATWIG */
14648
15067
  sku?: string;
14649
- /** @example e14c9bee-3cc1-41b0-9e1a-c3573f4cfb01 */
15068
+ /** @example 9710b289-b2ec-4381-89ea-559b887b52b7 */
14650
15069
  uid?: string;
14651
15070
  /** @example Rent */
14652
15071
  listing_type?: string;
14653
15072
  /** @example Property */
14654
15073
  vertical?: string;
15074
+ /** @example let_to_let */
15075
+ arrangement_type?: string;
15076
+ /** @example Let to Let */
15077
+ arrangement_type_label?: string;
14655
15078
  /** @example null */
14656
15079
  price?: string | null;
14657
15080
  /** @example draft */
@@ -14752,11 +15175,13 @@ export interface operations {
14752
15175
  /**
14753
15176
  * @example [
14754
15177
  * {
14755
- * "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
14756
- * "sku": "LST-PRP-LTR-MNRKKQ1HRKF",
14757
- * "uid": "20744782-f865-49ba-9be2-e7e4369f6dbc",
15178
+ * "draft_name": "New For Rent Property draft • 10 Apr 2026, 7:39 PM",
15179
+ * "sku": "LST-PRP-LTR-MNTB8JB4CBJ",
15180
+ * "uid": "b23025df-2cab-4cb0-9096-88159d4f6b45",
14758
15181
  * "listing_type": "Rent",
14759
15182
  * "vertical": "Property",
15183
+ * "arrangement_type": "let_to_let",
15184
+ * "arrangement_type_label": "Let to Let",
14760
15185
  * "price": null,
14761
15186
  * "state": "draft",
14762
15187
  * "published_at": null,
@@ -14769,33 +15194,41 @@ export interface operations {
14769
15194
  * "media": []
14770
15195
  * },
14771
15196
  * {
14772
- * "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
14773
- * "sku": "LST-UIT-SAL-MNRKKQ1LYQE",
14774
- * "uid": "fadb45a3-ed97-4e48-b73a-062ef3e55a05",
14775
- * "listing_type": "Sale",
14776
- * "vertical": "Used Item",
15197
+ * "draft_name": "New Short Let Property draft • 10 Apr 2026, 7:39 PM",
15198
+ * "sku": "LST-PRP-SHL-MNTB8JB79Y5",
15199
+ * "uid": "6a792192-7c56-4c5a-b8bc-8c6c9f5913e8",
15200
+ * "listing_type": "Short Let",
15201
+ * "vertical": "Property",
15202
+ * "arrangement_type": "short_term_managed",
15203
+ * "arrangement_type_label": "Short Term Managed",
14777
15204
  * "price": null,
14778
15205
  * "state": "draft",
14779
15206
  * "published_at": null,
14780
15207
  * "published_since": null,
14781
15208
  * "is_visible": false,
14782
- * "summary": [],
15209
+ * "summary": {
15210
+ * "availability": null
15211
+ * },
14783
15212
  * "workflow": [],
14784
15213
  * "media": []
14785
15214
  * }
14786
15215
  * ]
14787
15216
  */
14788
15217
  data?: {
14789
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
15218
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
14790
15219
  draft_name?: string;
14791
- /** @example LST-PRP-LTR-MNRKKQ1HRKF */
15220
+ /** @example LST-PRP-LTR-MNTB8JB4CBJ */
14792
15221
  sku?: string;
14793
- /** @example 20744782-f865-49ba-9be2-e7e4369f6dbc */
15222
+ /** @example b23025df-2cab-4cb0-9096-88159d4f6b45 */
14794
15223
  uid?: string;
14795
15224
  /** @example Rent */
14796
15225
  listing_type?: string;
14797
15226
  /** @example Property */
14798
15227
  vertical?: string;
15228
+ /** @example let_to_let */
15229
+ arrangement_type?: string;
15230
+ /** @example Let to Let */
15231
+ arrangement_type_label?: string;
14799
15232
  /** @example null */
14800
15233
  price?: string | null;
14801
15234
  /** @example draft */
@@ -14897,16 +15330,20 @@ export interface operations {
14897
15330
  content: {
14898
15331
  "application/json": {
14899
15332
  data?: {
14900
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
15333
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
14901
15334
  draft_name?: string;
14902
- /** @example LST-PRP-LTR-MNRKKQ1RAOV */
15335
+ /** @example LST-PRP-LTR-MNTB8JBESNV */
14903
15336
  sku?: string;
14904
- /** @example 3dd02aef-201a-495b-b010-71c61522cf31 */
15337
+ /** @example 48b90a4b-bd0f-48e3-8149-0850a53c166e */
14905
15338
  uid?: string;
14906
15339
  /** @example Rent */
14907
15340
  listing_type?: string;
14908
15341
  /** @example Property */
14909
15342
  vertical?: string;
15343
+ /** @example let_to_let */
15344
+ arrangement_type?: string;
15345
+ /** @example Let to Let */
15346
+ arrangement_type_label?: string;
14910
15347
  /** @example null */
14911
15348
  price?: string | null;
14912
15349
  /** @example draft */
@@ -15013,6 +15450,54 @@ export interface operations {
15013
15450
  };
15014
15451
  };
15015
15452
  };
15453
+ saveListingPolicy: {
15454
+ parameters: {
15455
+ query?: never;
15456
+ header?: never;
15457
+ path: {
15458
+ /** @description The UID of the listing. */
15459
+ listing_uid: string;
15460
+ };
15461
+ cookie?: never;
15462
+ };
15463
+ requestBody: {
15464
+ content: {
15465
+ "application/json": {
15466
+ /** @example null */
15467
+ max_occupants: string;
15468
+ /** @example null */
15469
+ allowed_use_type: string;
15470
+ /** @example null */
15471
+ is_subletting_allowed: string;
15472
+ /** @example null */
15473
+ requires_permission_for_subletting: string;
15474
+ /** @example null */
15475
+ event_permission_required: string;
15476
+ /** @example null */
15477
+ no_party_policy: string;
15478
+ /** @example null */
15479
+ commercial_use_flag: string;
15480
+ };
15481
+ };
15482
+ };
15483
+ responses: {
15484
+ 200: {
15485
+ headers: {
15486
+ [name: string]: unknown;
15487
+ };
15488
+ content: {
15489
+ "application/json": {
15490
+ /** @example Listing Policy saved */
15491
+ message?: string;
15492
+ /** @example success */
15493
+ event?: string;
15494
+ /** @example [] */
15495
+ data?: unknown[];
15496
+ };
15497
+ };
15498
+ };
15499
+ };
15500
+ };
15016
15501
  savePropertyBasics: {
15017
15502
  parameters: {
15018
15503
  query?: never;
@@ -15121,7 +15606,7 @@ export interface operations {
15121
15606
  };
15122
15607
  cookie?: never;
15123
15608
  };
15124
- requestBody?: {
15609
+ requestBody: {
15125
15610
  content: {
15126
15611
  "application/json": {
15127
15612
  /**
@@ -15139,6 +15624,10 @@ export interface operations {
15139
15624
  * @example 2026-04-01
15140
15625
  */
15141
15626
  availability_date?: string;
15627
+ /** @example null */
15628
+ is_company_lease: string;
15629
+ /** @example null */
15630
+ is_subletting_permitted: string;
15142
15631
  };
15143
15632
  };
15144
15633
  };
@@ -15508,7 +15997,7 @@ export interface operations {
15508
15997
  content: {
15509
15998
  "application/json": {
15510
15999
  data?: {
15511
- /** @example 2806d8bd-4dd8-4c51-9037-069090d1b821 */
16000
+ /** @example 7145fab3-670e-4d66-ba00-e83397a0c4ba */
15512
16001
  uid?: string;
15513
16002
  /** @example photo */
15514
16003
  media_type?: string;
@@ -15657,16 +16146,20 @@ export interface operations {
15657
16146
  content: {
15658
16147
  "application/json": {
15659
16148
  data?: {
15660
- /** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
16149
+ /** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
15661
16150
  draft_name?: string;
15662
- /** @example LST-PRP-LTR-MNRKKQ3MQXQ */
16151
+ /** @example LST-PRP-LTR-MNTB8JDHMWR */
15663
16152
  sku?: string;
15664
- /** @example e4fb178f-1476-4e54-8139-c767273864f5 */
16153
+ /** @example eabc87cb-806a-44d9-b345-06a1edaf33bb */
15665
16154
  uid?: string;
15666
16155
  /** @example Rent */
15667
16156
  listing_type?: string;
15668
16157
  /** @example Property */
15669
16158
  vertical?: string;
16159
+ /** @example let_to_let */
16160
+ arrangement_type?: string;
16161
+ /** @example Let to Let */
16162
+ arrangement_type_label?: string;
15670
16163
  /** @example null */
15671
16164
  price?: string | null;
15672
16165
  /** @example draft */
@@ -15817,7 +16310,7 @@ export interface operations {
15817
16310
  content: {
15818
16311
  "application/json": {
15819
16312
  data?: {
15820
- /** @example 45ab580b-2f6f-4a89-939f-f61063d5d108 */
16313
+ /** @example a91045d4-b033-4e66-99db-0c704d4e695a */
15821
16314
  uid?: string;
15822
16315
  /** @example null */
15823
16316
  compliances?: string | null;
@@ -15868,7 +16361,7 @@ export interface operations {
15868
16361
  content: {
15869
16362
  "application/json": {
15870
16363
  data?: {
15871
- /** @example 91 */
16364
+ /** @example 76 */
15872
16365
  id?: number;
15873
16366
  compliance?: {
15874
16367
  /** @example 1 */
@@ -15890,7 +16383,7 @@ export interface operations {
15890
16383
  reviewed_by?: number;
15891
16384
  /** @example null */
15892
16385
  reviewed_at?: string | null;
15893
- /** @example 2026-04-09T14:25:49.000000Z */
16386
+ /** @example 2026-04-10T19:39:57.000000Z */
15894
16387
  created_at?: string;
15895
16388
  };
15896
16389
  };
@@ -15945,35 +16438,39 @@ export interface operations {
15945
16438
  /**
15946
16439
  * @example [
15947
16440
  * {
15948
- * "uid": "54ce7b22-f575-4b22-bac1-e6eba34d98ff",
16441
+ * "uid": "d1f663fe-30ca-4ddf-b0b6-6c0ca0076348",
15949
16442
  * "listing_id": 1,
15950
16443
  * "landlord_id": 2,
15951
16444
  * "tenant_id": 2,
15952
16445
  * "rent_amount": "4881.50",
15953
16446
  * "deposit_amount": "2151.17",
15954
16447
  * "state": "offer_accepted",
15955
- * "start_date": "2025-10-15T00:00:00.000000Z",
15956
- * "end_date": "2026-10-15T00:00:00.000000Z",
16448
+ * "start_date": "2025-10-16T00:00:00.000000Z",
16449
+ * "end_date": "2026-10-16T00:00:00.000000Z",
15957
16450
  * "is_periodic": false,
15958
- * "created_at": "2026-04-09T14:25:49.000000Z"
16451
+ * "company_name": null,
16452
+ * "company_registration_number": null,
16453
+ * "created_at": "2026-04-10T19:39:57.000000Z"
15959
16454
  * },
15960
16455
  * {
15961
- * "uid": "1aa3675a-2478-4125-9867-c5c82d175448",
16456
+ * "uid": "b8df2412-0c2b-4210-a88a-47d6ac65fc84",
15962
16457
  * "listing_id": 1,
15963
16458
  * "landlord_id": 2,
15964
16459
  * "tenant_id": 2,
15965
16460
  * "rent_amount": "3832.26",
15966
16461
  * "deposit_amount": "1384.27",
15967
16462
  * "state": "terminated",
15968
- * "start_date": "2025-09-10T00:00:00.000000Z",
15969
- * "end_date": "2026-09-10T00:00:00.000000Z",
16463
+ * "start_date": "2025-09-11T00:00:00.000000Z",
16464
+ * "end_date": "2026-09-11T00:00:00.000000Z",
15970
16465
  * "is_periodic": false,
15971
- * "created_at": "2026-04-09T14:25:49.000000Z"
16466
+ * "company_name": null,
16467
+ * "company_registration_number": null,
16468
+ * "created_at": "2026-04-10T19:39:57.000000Z"
15972
16469
  * }
15973
16470
  * ]
15974
16471
  */
15975
16472
  data?: {
15976
- /** @example 54ce7b22-f575-4b22-bac1-e6eba34d98ff */
16473
+ /** @example d1f663fe-30ca-4ddf-b0b6-6c0ca0076348 */
15977
16474
  uid?: string;
15978
16475
  /** @example 1 */
15979
16476
  listing_id?: number;
@@ -15987,13 +16484,17 @@ export interface operations {
15987
16484
  deposit_amount?: string;
15988
16485
  /** @example offer_accepted */
15989
16486
  state?: string;
15990
- /** @example 2025-10-15T00:00:00.000000Z */
16487
+ /** @example 2025-10-16T00:00:00.000000Z */
15991
16488
  start_date?: string;
15992
- /** @example 2026-10-15T00:00:00.000000Z */
16489
+ /** @example 2026-10-16T00:00:00.000000Z */
15993
16490
  end_date?: string;
15994
16491
  /** @example false */
15995
16492
  is_periodic?: boolean;
15996
- /** @example 2026-04-09T14:25:49.000000Z */
16493
+ /** @example null */
16494
+ company_name?: string | null;
16495
+ /** @example null */
16496
+ company_registration_number?: string | null;
16497
+ /** @example 2026-04-10T19:39:57.000000Z */
15997
16498
  created_at?: string;
15998
16499
  }[];
15999
16500
  links?: {
@@ -16080,35 +16581,39 @@ export interface operations {
16080
16581
  /**
16081
16582
  * @example [
16082
16583
  * {
16083
- * "uid": "67179cd4-c754-4368-a9d7-f804d49020c3",
16584
+ * "uid": "bb87d785-51e6-41d2-9bd4-0b185288aad3",
16084
16585
  * "listing_id": 1,
16085
16586
  * "landlord_id": 2,
16086
16587
  * "tenant_id": 2,
16087
16588
  * "rent_amount": "4881.50",
16088
16589
  * "deposit_amount": "2151.17",
16089
16590
  * "state": "offer_accepted",
16090
- * "start_date": "2025-10-15T00:00:00.000000Z",
16091
- * "end_date": "2026-10-15T00:00:00.000000Z",
16591
+ * "start_date": "2025-10-16T00:00:00.000000Z",
16592
+ * "end_date": "2026-10-16T00:00:00.000000Z",
16092
16593
  * "is_periodic": false,
16093
- * "created_at": "2026-04-09T14:25:49.000000Z"
16594
+ * "company_name": null,
16595
+ * "company_registration_number": null,
16596
+ * "created_at": "2026-04-10T19:39:57.000000Z"
16094
16597
  * },
16095
16598
  * {
16096
- * "uid": "684a255a-f429-4542-97c3-839d96e7a032",
16599
+ * "uid": "0860f5a2-7543-4009-b316-f8448cdde97a",
16097
16600
  * "listing_id": 1,
16098
16601
  * "landlord_id": 2,
16099
16602
  * "tenant_id": 2,
16100
16603
  * "rent_amount": "3832.26",
16101
16604
  * "deposit_amount": "1384.27",
16102
16605
  * "state": "terminated",
16103
- * "start_date": "2025-09-10T00:00:00.000000Z",
16104
- * "end_date": "2026-09-10T00:00:00.000000Z",
16606
+ * "start_date": "2025-09-11T00:00:00.000000Z",
16607
+ * "end_date": "2026-09-11T00:00:00.000000Z",
16105
16608
  * "is_periodic": false,
16106
- * "created_at": "2026-04-09T14:25:49.000000Z"
16609
+ * "company_name": null,
16610
+ * "company_registration_number": null,
16611
+ * "created_at": "2026-04-10T19:39:57.000000Z"
16107
16612
  * }
16108
16613
  * ]
16109
16614
  */
16110
16615
  data?: {
16111
- /** @example 67179cd4-c754-4368-a9d7-f804d49020c3 */
16616
+ /** @example bb87d785-51e6-41d2-9bd4-0b185288aad3 */
16112
16617
  uid?: string;
16113
16618
  /** @example 1 */
16114
16619
  listing_id?: number;
@@ -16122,13 +16627,17 @@ export interface operations {
16122
16627
  deposit_amount?: string;
16123
16628
  /** @example offer_accepted */
16124
16629
  state?: string;
16125
- /** @example 2025-10-15T00:00:00.000000Z */
16630
+ /** @example 2025-10-16T00:00:00.000000Z */
16126
16631
  start_date?: string;
16127
- /** @example 2026-10-15T00:00:00.000000Z */
16632
+ /** @example 2026-10-16T00:00:00.000000Z */
16128
16633
  end_date?: string;
16129
16634
  /** @example false */
16130
16635
  is_periodic?: boolean;
16131
- /** @example 2026-04-09T14:25:49.000000Z */
16636
+ /** @example null */
16637
+ company_name?: string | null;
16638
+ /** @example null */
16639
+ company_registration_number?: string | null;
16640
+ /** @example 2026-04-10T19:39:57.000000Z */
16132
16641
  created_at?: string;
16133
16642
  }[];
16134
16643
  links?: {
@@ -16235,7 +16744,7 @@ export interface operations {
16235
16744
  content: {
16236
16745
  "application/json": {
16237
16746
  data?: {
16238
- /** @example 99 */
16747
+ /** @example 79 */
16239
16748
  id?: number;
16240
16749
  compliance?: {
16241
16750
  /** @example 1 */
@@ -16255,9 +16764,9 @@ export interface operations {
16255
16764
  rejection_reason?: string | null;
16256
16765
  /** @example 1 */
16257
16766
  reviewed_by?: number;
16258
- /** @example 2026-04-09T14:25:49.000000Z */
16767
+ /** @example 2026-04-10T19:39:57.000000Z */
16259
16768
  reviewed_at?: string;
16260
- /** @example 2026-04-09T14:25:49.000000Z */
16769
+ /** @example 2026-04-10T19:39:57.000000Z */
16261
16770
  created_at?: string;
16262
16771
  };
16263
16772
  };
@@ -16284,7 +16793,7 @@ export interface operations {
16284
16793
  content: {
16285
16794
  "application/json": {
16286
16795
  data?: {
16287
- /** @example 100 */
16796
+ /** @example 80 */
16288
16797
  id?: number;
16289
16798
  compliance?: {
16290
16799
  /** @example 1 */
@@ -16304,9 +16813,9 @@ export interface operations {
16304
16813
  rejection_reason?: string | null;
16305
16814
  /** @example 1 */
16306
16815
  reviewed_by?: number;
16307
- /** @example 2026-04-09T14:25:49.000000Z */
16816
+ /** @example 2026-04-10T19:39:57.000000Z */
16308
16817
  reviewed_at?: string;
16309
- /** @example 2026-04-09T14:25:49.000000Z */
16818
+ /** @example 2026-04-10T19:39:57.000000Z */
16310
16819
  created_at?: string;
16311
16820
  };
16312
16821
  };
@@ -16321,6 +16830,8 @@ export interface operations {
16321
16830
  vertical: "property" | "used_item";
16322
16831
  /** @description Search keyword or phrase. */
16323
16832
  q?: string;
16833
+ /** @description Filter property listings by arrangement type. */
16834
+ arrangement_type?: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
16324
16835
  features?: string[];
16325
16836
  /** @description Number of results per page. Must be at least 1. Must not be greater than 50. */
16326
16837
  per_page?: number;
@@ -16506,6 +17017,8 @@ export interface operations {
16506
17017
  listing_type?: "sale" | "long_term_rent" | "short_let";
16507
17018
  /** @description Filter listings by vertical. */
16508
17019
  listing_vertical?: "property" | "used_item";
17020
+ /** @description Filter property listings by arrangement type. */
17021
+ arrangement_type?: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
16509
17022
  /** @description Filter by city. */
16510
17023
  city?: string;
16511
17024
  /** @description Filter by postcode. */
@@ -16741,6 +17254,10 @@ export interface operations {
16741
17254
  draft_name?: string | null;
16742
17255
  /** @example LST-PRP-SHL-MNRDG2PXUKZ */
16743
17256
  sku?: string;
17257
+ /** @example 09 Apr 2026, 11:14 AM */
17258
+ published_at?: string;
17259
+ /** @example 1 day ago */
17260
+ published_since?: string;
16744
17261
  details?: {
16745
17262
  /** @example New Benin */
16746
17263
  title?: string;
@@ -16763,6 +17280,10 @@ export interface operations {
16763
17280
  listing_type?: string;
16764
17281
  /** @example Property */
16765
17282
  vertical?: string;
17283
+ /** @example short_term_managed */
17284
+ arrangement_type?: string;
17285
+ /** @example Short Term Managed */
17286
+ arrangement_type_label?: string;
16766
17287
  owner?: {
16767
17288
  /** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
16768
17289
  uid?: string;
@@ -16906,6 +17427,28 @@ export interface operations {
16906
17427
  fixed_term_length?: string | null;
16907
17428
  /** @example null */
16908
17429
  availability_date?: string | null;
17430
+ /** @example false */
17431
+ is_company_lease?: boolean;
17432
+ /** @example false */
17433
+ is_subletting_permitted?: boolean;
17434
+ };
17435
+ listing_policy?: {
17436
+ /** @example 4 */
17437
+ max_occupants?: number;
17438
+ /** @example short_stay */
17439
+ allowed_use_type?: string;
17440
+ /** @example Short Stay */
17441
+ allowed_use_type_label?: string;
17442
+ /** @example false */
17443
+ is_subletting_allowed?: boolean;
17444
+ /** @example true */
17445
+ requires_permission_for_subletting?: boolean;
17446
+ /** @example true */
17447
+ event_permission_required?: boolean;
17448
+ /** @example true */
17449
+ no_party_policy?: boolean;
17450
+ /** @example false */
17451
+ commercial_use_flag?: boolean;
16909
17452
  };
16910
17453
  short_let?: {
16911
17454
  /** @example 500.00 */
@@ -16991,6 +17534,9 @@ export interface operations {
16991
17534
  * "validity_type": "non_expiring",
16992
17535
  * "grace_period_days": null,
16993
17536
  * "status": "active",
17537
+ * "responsible_party": "landlord",
17538
+ * "responsible_party_label": "Landlord",
17539
+ * "liability_exclusion_flag": false,
16994
17540
  * "requirements": [
16995
17541
  * "ownership_document_upload"
16996
17542
  * ]
@@ -17014,6 +17560,12 @@ export interface operations {
17014
17560
  grace_period_days?: string | null;
17015
17561
  /** @example active */
17016
17562
  status?: string;
17563
+ /** @example landlord */
17564
+ responsible_party?: string;
17565
+ /** @example Landlord */
17566
+ responsible_party_label?: string;
17567
+ /** @example false */
17568
+ liability_exclusion_flag?: boolean;
17017
17569
  /**
17018
17570
  * @example [
17019
17571
  * "ownership_document_upload"
@@ -17273,35 +17825,35 @@ export interface operations {
17273
17825
  /**
17274
17826
  * @example [
17275
17827
  * {
17276
- * "uid": "08e71879-55c5-413a-979f-c38fc62f3ec2",
17828
+ * "uid": "1e6f79a4-9f28-4657-9c78-6a8d7c8372d3",
17277
17829
  * "title": "Quos velit et fugiat sunt nihil.",
17278
17830
  * "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.",
17279
17831
  * "status": "reported",
17280
17832
  * "priority": "emergency",
17281
- * "reported_at": "2026-04-03T01:39:25.000000Z",
17282
- * "assigned_at": "2026-04-07T21:59:17.000000Z",
17833
+ * "reported_at": "2026-04-04T06:53:33.000000Z",
17834
+ * "assigned_at": "2026-04-09T03:13:25.000000Z",
17283
17835
  * "completed_at": null,
17284
- * "sla_deadline": "2026-04-11T03:21:40.000000Z",
17285
- * "created_at": "2026-04-09T14:25:50.000000Z",
17286
- * "updated_at": "2026-04-09T14:25:50.000000Z"
17836
+ * "sla_deadline": "2026-04-12T08:35:48.000000Z",
17837
+ * "created_at": "2026-04-10T19:39:58.000000Z",
17838
+ * "updated_at": "2026-04-10T19:39:58.000000Z"
17287
17839
  * },
17288
17840
  * {
17289
- * "uid": "cc8ca160-545d-40fb-9b81-d580f24f1efe",
17841
+ * "uid": "d3a34453-8f8c-4504-9c2e-0684b1db31fb",
17290
17842
  * "title": "Fugit deleniti distinctio eum doloremque.",
17291
17843
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
17292
17844
  * "status": "completed",
17293
17845
  * "priority": "normal",
17294
- * "reported_at": "2026-04-05T14:17:50.000000Z",
17846
+ * "reported_at": "2026-04-06T19:31:58.000000Z",
17295
17847
  * "assigned_at": null,
17296
17848
  * "completed_at": null,
17297
- * "sla_deadline": "2026-04-12T11:21:37.000000Z",
17298
- * "created_at": "2026-04-09T14:25:50.000000Z",
17299
- * "updated_at": "2026-04-09T14:25:50.000000Z"
17849
+ * "sla_deadline": "2026-04-13T16:35:45.000000Z",
17850
+ * "created_at": "2026-04-10T19:39:58.000000Z",
17851
+ * "updated_at": "2026-04-10T19:39:58.000000Z"
17300
17852
  * }
17301
17853
  * ]
17302
17854
  */
17303
17855
  data?: {
17304
- /** @example 08e71879-55c5-413a-979f-c38fc62f3ec2 */
17856
+ /** @example 1e6f79a4-9f28-4657-9c78-6a8d7c8372d3 */
17305
17857
  uid?: string;
17306
17858
  /** @example Quos velit et fugiat sunt nihil. */
17307
17859
  title?: string;
@@ -17311,17 +17863,17 @@ export interface operations {
17311
17863
  status?: string;
17312
17864
  /** @example emergency */
17313
17865
  priority?: string;
17314
- /** @example 2026-04-03T01:39:25.000000Z */
17866
+ /** @example 2026-04-04T06:53:33.000000Z */
17315
17867
  reported_at?: string;
17316
- /** @example 2026-04-07T21:59:17.000000Z */
17868
+ /** @example 2026-04-09T03:13:25.000000Z */
17317
17869
  assigned_at?: string;
17318
17870
  /** @example null */
17319
17871
  completed_at?: string | null;
17320
- /** @example 2026-04-11T03:21:40.000000Z */
17872
+ /** @example 2026-04-12T08:35:48.000000Z */
17321
17873
  sla_deadline?: string;
17322
- /** @example 2026-04-09T14:25:50.000000Z */
17874
+ /** @example 2026-04-10T19:39:58.000000Z */
17323
17875
  created_at?: string;
17324
- /** @example 2026-04-09T14:25:50.000000Z */
17876
+ /** @example 2026-04-10T19:39:58.000000Z */
17325
17877
  updated_at?: string;
17326
17878
  }[];
17327
17879
  links?: {
@@ -17416,13 +17968,13 @@ export interface operations {
17416
17968
  content: {
17417
17969
  "application/json": {
17418
17970
  data?: {
17419
- /** @example 779ae004-b18e-427e-8828-cb74c0344b5e */
17971
+ /** @example 207def9f-aa27-45ed-9fb9-ec4a694a7bec */
17420
17972
  uid?: string;
17421
17973
  /** @example image */
17422
17974
  file_type?: string;
17423
17975
  /** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
17424
17976
  url?: string;
17425
- /** @example 2026-04-09T14:25:50.000000Z */
17977
+ /** @example 2026-04-10T19:39:58.000000Z */
17426
17978
  created_at?: string;
17427
17979
  };
17428
17980
  };
@@ -17467,7 +18019,7 @@ export interface operations {
17467
18019
  content: {
17468
18020
  "application/json": {
17469
18021
  data?: {
17470
- /** @example 16 */
18022
+ /** @example 1 */
17471
18023
  id?: number;
17472
18024
  /** @example property_inquiry */
17473
18025
  type?: string;
@@ -17475,7 +18027,7 @@ export interface operations {
17475
18027
  listing_id?: number;
17476
18028
  /** @example null */
17477
18029
  last_message_at?: string | null;
17478
- /** @example 2026-04-09T14:25:50.000000Z */
18030
+ /** @example 2026-04-10T19:39:58.000000Z */
17479
18031
  created_at?: string;
17480
18032
  };
17481
18033
  };
@@ -17501,23 +18053,23 @@ export interface operations {
17501
18053
  /**
17502
18054
  * @example [
17503
18055
  * {
17504
- * "id": 17,
18056
+ * "id": 2,
17505
18057
  * "type": "property_inquiry",
17506
18058
  * "listing_id": 2,
17507
18059
  * "last_message_at": null,
17508
- * "created_at": "2026-04-09T14:25:50.000000Z"
18060
+ * "created_at": "2026-04-10T19:39:58.000000Z"
17509
18061
  * },
17510
18062
  * {
17511
- * "id": 18,
18063
+ * "id": 3,
17512
18064
  * "type": "property_inquiry",
17513
18065
  * "listing_id": 2,
17514
18066
  * "last_message_at": null,
17515
- * "created_at": "2026-04-09T14:25:50.000000Z"
18067
+ * "created_at": "2026-04-10T19:39:58.000000Z"
17516
18068
  * }
17517
18069
  * ]
17518
18070
  */
17519
18071
  data?: {
17520
- /** @example 17 */
18072
+ /** @example 2 */
17521
18073
  id?: number;
17522
18074
  /** @example property_inquiry */
17523
18075
  type?: string;
@@ -17525,7 +18077,7 @@ export interface operations {
17525
18077
  listing_id?: number;
17526
18078
  /** @example null */
17527
18079
  last_message_at?: string | null;
17528
- /** @example 2026-04-09T14:25:50.000000Z */
18080
+ /** @example 2026-04-10T19:39:58.000000Z */
17529
18081
  created_at?: string;
17530
18082
  }[];
17531
18083
  links?: {
@@ -17843,27 +18395,27 @@ export interface operations {
17843
18395
  /**
17844
18396
  * @example [
17845
18397
  * {
17846
- * "id": "93913af0-b9df-4f54-8b04-e6390e093965",
18398
+ * "id": "722847cd-107f-48a0-8902-1b409aa1b478",
17847
18399
  * "type": "APPOINTMENT_CREATED",
17848
18400
  * "title": "faker notification",
17849
18401
  * "body": "faker notification body",
17850
18402
  * "data": [],
17851
18403
  * "read_at": null,
17852
- * "created_at": "2026-04-09T14:25:50.000000Z"
18404
+ * "created_at": "2026-04-10T19:39:58.000000Z"
17853
18405
  * },
17854
18406
  * {
17855
- * "id": "1a35e25e-1cf8-418b-baec-30f5c559b69b",
18407
+ * "id": "3895dee9-2844-4bf2-b0ad-fca7b8240386",
17856
18408
  * "type": "APPOINTMENT_CREATED",
17857
18409
  * "title": "faker notification",
17858
18410
  * "body": "faker notification body",
17859
18411
  * "data": [],
17860
18412
  * "read_at": null,
17861
- * "created_at": "2026-04-09T14:25:50.000000Z"
18413
+ * "created_at": "2026-04-10T19:39:58.000000Z"
17862
18414
  * }
17863
18415
  * ]
17864
18416
  */
17865
18417
  data?: {
17866
- /** @example 93913af0-b9df-4f54-8b04-e6390e093965 */
18418
+ /** @example 722847cd-107f-48a0-8902-1b409aa1b478 */
17867
18419
  id?: string;
17868
18420
  /** @example APPOINTMENT_CREATED */
17869
18421
  type?: string;
@@ -17875,7 +18427,7 @@ export interface operations {
17875
18427
  data?: unknown[];
17876
18428
  /** @example null */
17877
18429
  read_at?: string | null;
17878
- /** @example 2026-04-09T14:25:50.000000Z */
18430
+ /** @example 2026-04-10T19:39:58.000000Z */
17879
18431
  created_at?: string;
17880
18432
  }[];
17881
18433
  links?: {
@@ -17959,7 +18511,7 @@ export interface operations {
17959
18511
  };
17960
18512
  content: {
17961
18513
  "application/json": {
17962
- /** @example 4d3aa8f7-09b7-4fba-b66b-1d2205a4edd9 */
18514
+ /** @example 8a947be7-c61b-4c08-825c-24eb8334712d */
17963
18515
  id?: string;
17964
18516
  /** @example APPOINTMENT_CREATED */
17965
18517
  type?: string;
@@ -17971,7 +18523,7 @@ export interface operations {
17971
18523
  data?: unknown[];
17972
18524
  /** @example null */
17973
18525
  read_at?: string | null;
17974
- /** @example 2026-04-09T14:25:50.000000Z */
18526
+ /** @example 2026-04-10T19:39:58.000000Z */
17975
18527
  created_at?: string;
17976
18528
  };
17977
18529
  };
@@ -18218,45 +18770,45 @@ export interface operations {
18218
18770
  /**
18219
18771
  * @example [
18220
18772
  * {
18221
- * "id": 31,
18773
+ * "id": 1,
18222
18774
  * "rating": 1,
18223
18775
  * "comment": "Nice Listing",
18224
18776
  * "reviewer": {
18225
- * "id": 12,
18226
- * "name": "Jennifer Young"
18777
+ * "id": 21,
18778
+ * "name": "Nathan Roberts"
18227
18779
  * },
18228
- * "created_at": "2026-04-09T14:25:50+00:00",
18229
- * "updated_at": "2026-04-09T14:25:50+00:00"
18780
+ * "created_at": "2026-04-10T19:39:57+00:00",
18781
+ * "updated_at": "2026-04-10T19:39:57+00:00"
18230
18782
  * },
18231
18783
  * {
18232
- * "id": 32,
18784
+ * "id": 2,
18233
18785
  * "rating": 1,
18234
18786
  * "comment": "Nice Listing",
18235
18787
  * "reviewer": {
18236
- * "id": 6,
18237
- * "name": "Jacob Richardson"
18788
+ * "id": 26,
18789
+ * "name": "Max Campbell"
18238
18790
  * },
18239
- * "created_at": "2026-04-09T14:25:50+00:00",
18240
- * "updated_at": "2026-04-09T14:25:50+00:00"
18791
+ * "created_at": "2026-04-10T19:39:57+00:00",
18792
+ * "updated_at": "2026-04-10T19:39:57+00:00"
18241
18793
  * }
18242
18794
  * ]
18243
18795
  */
18244
18796
  data?: {
18245
- /** @example 31 */
18797
+ /** @example 1 */
18246
18798
  id?: number;
18247
18799
  /** @example 1 */
18248
18800
  rating?: number;
18249
18801
  /** @example Nice Listing */
18250
18802
  comment?: string;
18251
18803
  reviewer?: {
18252
- /** @example 12 */
18804
+ /** @example 21 */
18253
18805
  id?: number;
18254
- /** @example Jennifer Young */
18806
+ /** @example Nathan Roberts */
18255
18807
  name?: string;
18256
18808
  };
18257
- /** @example 2026-04-09T14:25:50+00:00 */
18809
+ /** @example 2026-04-10T19:39:57+00:00 */
18258
18810
  created_at?: string;
18259
- /** @example 2026-04-09T14:25:50+00:00 */
18811
+ /** @example 2026-04-10T19:39:57+00:00 */
18260
18812
  updated_at?: string;
18261
18813
  }[];
18262
18814
  links?: {
@@ -18410,21 +18962,21 @@ export interface operations {
18410
18962
  content: {
18411
18963
  "application/json": {
18412
18964
  data?: {
18413
- /** @example 33 */
18965
+ /** @example 3 */
18414
18966
  id?: number;
18415
18967
  /** @example 1 */
18416
18968
  rating?: number;
18417
18969
  /** @example Nice Listing */
18418
18970
  comment?: string;
18419
18971
  reviewer?: {
18420
- /** @example 21 */
18972
+ /** @example 19 */
18421
18973
  id?: number;
18422
- /** @example Jordan Green */
18974
+ /** @example Will Kelly */
18423
18975
  name?: string;
18424
18976
  };
18425
- /** @example 2026-04-09T14:25:50+00:00 */
18977
+ /** @example 2026-04-10T19:39:58+00:00 */
18426
18978
  created_at?: string;
18427
- /** @example 2026-04-09T14:25:50+00:00 */
18979
+ /** @example 2026-04-10T19:39:58+00:00 */
18428
18980
  updated_at?: string;
18429
18981
  };
18430
18982
  };
@@ -18468,21 +19020,21 @@ export interface operations {
18468
19020
  content: {
18469
19021
  "application/json": {
18470
19022
  data?: {
18471
- /** @example 34 */
19023
+ /** @example 4 */
18472
19024
  id?: number;
18473
19025
  /** @example 1 */
18474
19026
  rating?: number;
18475
19027
  /** @example Nice Listing */
18476
19028
  comment?: string;
18477
19029
  reviewer?: {
18478
- /** @example 16 */
19030
+ /** @example 2 */
18479
19031
  id?: number;
18480
- /** @example Zach Hughes */
19032
+ /** @example Lee Scott */
18481
19033
  name?: string;
18482
19034
  };
18483
- /** @example 2026-04-09T14:25:50+00:00 */
19035
+ /** @example 2026-04-10T19:39:58+00:00 */
18484
19036
  created_at?: string;
18485
- /** @example 2026-04-09T14:25:50+00:00 */
19037
+ /** @example 2026-04-10T19:39:58+00:00 */
18486
19038
  updated_at?: string;
18487
19039
  };
18488
19040
  };
@@ -18524,21 +19076,21 @@ export interface operations {
18524
19076
  content: {
18525
19077
  "application/json": {
18526
19078
  data?: {
18527
- /** @example 35 */
19079
+ /** @example 5 */
18528
19080
  id?: number;
18529
19081
  /** @example 1 */
18530
19082
  rating?: number;
18531
19083
  /** @example Nice Listing */
18532
19084
  comment?: string;
18533
19085
  reviewer?: {
18534
- /** @example 26 */
19086
+ /** @example 1 */
18535
19087
  id?: number;
18536
- /** @example Alexander Bailey */
19088
+ /** @example System Admin */
18537
19089
  name?: string;
18538
19090
  };
18539
- /** @example 2026-04-09T14:25:50+00:00 */
19091
+ /** @example 2026-04-10T19:39:58+00:00 */
18540
19092
  created_at?: string;
18541
- /** @example 2026-04-09T14:25:50+00:00 */
19093
+ /** @example 2026-04-10T19:39:58+00:00 */
18542
19094
  updated_at?: string;
18543
19095
  };
18544
19096
  };
@@ -18565,21 +19117,21 @@ export interface operations {
18565
19117
  content: {
18566
19118
  "application/json": {
18567
19119
  data?: {
18568
- /** @example 36 */
19120
+ /** @example 6 */
18569
19121
  id?: number;
18570
19122
  /** @example 1 */
18571
19123
  rating?: number;
18572
19124
  /** @example Nice Listing */
18573
19125
  comment?: string;
18574
19126
  reviewer?: {
18575
- /** @example 1 */
19127
+ /** @example 7 */
18576
19128
  id?: number;
18577
- /** @example System Admin */
19129
+ /** @example Isaac Reynolds */
18578
19130
  name?: string;
18579
19131
  };
18580
- /** @example 2026-04-09T14:25:50+00:00 */
19132
+ /** @example 2026-04-10T19:39:58+00:00 */
18581
19133
  created_at?: string;
18582
- /** @example 2026-04-09T14:25:50+00:00 */
19134
+ /** @example 2026-04-10T19:39:58+00:00 */
18583
19135
  updated_at?: string;
18584
19136
  };
18585
19137
  };
@@ -18606,7 +19158,7 @@ export interface operations {
18606
19158
  content: {
18607
19159
  "application/json": {
18608
19160
  data?: {
18609
- /** @example 8550e7bd-1ce5-40e3-98be-d146cf774c70 */
19161
+ /** @example 061b4dc5-8514-480b-b43c-c3f8d992997e */
18610
19162
  uid?: string;
18611
19163
  /** @example 1 */
18612
19164
  listing_id?: number;
@@ -18614,19 +19166,23 @@ export interface operations {
18614
19166
  landlord_id?: number;
18615
19167
  /** @example 2 */
18616
19168
  tenant_id?: number;
18617
- /** @example 4881.50 */
19169
+ /** @example 815.09 */
18618
19170
  rent_amount?: string;
18619
- /** @example 2151.17 */
19171
+ /** @example 3810.44 */
18620
19172
  deposit_amount?: string;
18621
- /** @example offer_accepted */
19173
+ /** @example notice_served */
18622
19174
  state?: string;
18623
- /** @example 2025-10-15T00:00:00.000000Z */
19175
+ /** @example 2026-02-25T00:00:00.000000Z */
18624
19176
  start_date?: string;
18625
- /** @example 2026-10-15T00:00:00.000000Z */
19177
+ /** @example 2027-02-25T00:00:00.000000Z */
18626
19178
  end_date?: string;
18627
19179
  /** @example false */
18628
19180
  is_periodic?: boolean;
18629
- /** @example 2026-04-09T14:25:50.000000Z */
19181
+ /** @example null */
19182
+ company_name?: string | null;
19183
+ /** @example null */
19184
+ company_registration_number?: string | null;
19185
+ /** @example 2026-04-10T19:39:58.000000Z */
18630
19186
  created_at?: string;
18631
19187
  /** @example [] */
18632
19188
  compliances?: unknown[];
@@ -18682,6 +19238,16 @@ export interface operations {
18682
19238
  * @example 2027-05-01
18683
19239
  */
18684
19240
  end_date?: string | null;
19241
+ /**
19242
+ * @description Company name for company lease tenancies. Must not be greater than 255 characters.
19243
+ * @example Justin Homes Corporate Lets Ltd
19244
+ */
19245
+ company_name?: string | null;
19246
+ /**
19247
+ * @description Company registration number for company lease tenancies. Must not be greater than 255 characters.
19248
+ * @example RC1234567
19249
+ */
19250
+ company_registration_number?: string | null;
18685
19251
  };
18686
19252
  };
18687
19253
  };
@@ -18693,7 +19259,7 @@ export interface operations {
18693
19259
  content: {
18694
19260
  "application/json": {
18695
19261
  data?: {
18696
- /** @example d90f449a-791a-484d-bcbd-e596ea8f4fff */
19262
+ /** @example 20e020fe-423e-4d2a-84b0-2503bab74f56 */
18697
19263
  uid?: string;
18698
19264
  /** @example 1 */
18699
19265
  listing_id?: number;
@@ -18707,13 +19273,17 @@ export interface operations {
18707
19273
  deposit_amount?: string;
18708
19274
  /** @example active */
18709
19275
  state?: string;
18710
- /** @example 2025-09-25T00:00:00.000000Z */
19276
+ /** @example 2025-09-26T00:00:00.000000Z */
18711
19277
  start_date?: string;
18712
- /** @example 2026-09-25T00:00:00.000000Z */
19278
+ /** @example 2026-09-26T00:00:00.000000Z */
18713
19279
  end_date?: string;
18714
19280
  /** @example true */
18715
19281
  is_periodic?: boolean;
18716
- /** @example 2026-04-09T14:25:50.000000Z */
19282
+ /** @example null */
19283
+ company_name?: string | null;
19284
+ /** @example null */
19285
+ company_registration_number?: string | null;
19286
+ /** @example 2026-04-10T19:39:58.000000Z */
18717
19287
  created_at?: string;
18718
19288
  };
18719
19289
  };
@@ -19005,17 +19575,17 @@ export interface operations {
19005
19575
  * "from_state": "enquiry",
19006
19576
  * "to_state": "pre_move_in_ready",
19007
19577
  * "changed_by_user_id": 3,
19008
- * "changed_by_name": "Elizabeth Thompson",
19578
+ * "changed_by_name": "Vicky Harris",
19009
19579
  * "comment": "Qui commodi incidunt iure odit.",
19010
- * "created_at": "2025-12-02T01:12:50.000000Z"
19580
+ * "created_at": "2025-12-03T06:26:57.000000Z"
19011
19581
  * },
19012
19582
  * {
19013
19583
  * "from_state": "pre_move_in_ready",
19014
19584
  * "to_state": "periodic",
19015
19585
  * "changed_by_user_id": 3,
19016
- * "changed_by_name": "Elizabeth Thompson",
19586
+ * "changed_by_name": "Vicky Harris",
19017
19587
  * "comment": null,
19018
- * "created_at": "2025-10-18T09:08:30.000000Z"
19588
+ * "created_at": "2025-10-19T14:22:37.000000Z"
19019
19589
  * }
19020
19590
  * ]
19021
19591
  */
@@ -19026,11 +19596,11 @@ export interface operations {
19026
19596
  to_state?: string;
19027
19597
  /** @example 3 */
19028
19598
  changed_by_user_id?: number;
19029
- /** @example Elizabeth Thompson */
19599
+ /** @example Vicky Harris */
19030
19600
  changed_by_name?: string;
19031
19601
  /** @example Qui commodi incidunt iure odit. */
19032
19602
  comment?: string;
19033
- /** @example 2025-12-02T01:12:50.000000Z */
19603
+ /** @example 2025-12-03T06:26:57.000000Z */
19034
19604
  created_at?: string;
19035
19605
  }[];
19036
19606
  };
@@ -19274,7 +19844,7 @@ export interface operations {
19274
19844
  content: {
19275
19845
  "application/json": {
19276
19846
  data?: {
19277
- /** @example f51a2446-246f-4ae9-9e53-0b0835f308f1 */
19847
+ /** @example c7f0fab3-b207-47a8-8b6a-9c7b9fd38252 */
19278
19848
  uid?: string;
19279
19849
  /** @example Ms. Audra Crooks II */
19280
19850
  username?: string;
@@ -19304,7 +19874,7 @@ export interface operations {
19304
19874
  timezone?: string;
19305
19875
  /** @example Customer */
19306
19876
  user_type?: string;
19307
- /** @example 09 Apr 2026, 02:25 PM */
19877
+ /** @example 10 Apr 2026, 07:39 PM */
19308
19878
  created?: string;
19309
19879
  /** @example 0 seconds ago */
19310
19880
  email_verified_at?: string;
@@ -19403,7 +19973,7 @@ export interface operations {
19403
19973
  content: {
19404
19974
  "application/json": {
19405
19975
  data?: {
19406
- /** @example 46493286-a9fa-4541-a2c7-ec18d9dfb152 */
19976
+ /** @example 75a2ccc4-98a5-4478-b742-fc5e57906331 */
19407
19977
  uid?: string;
19408
19978
  /** @example Morgan Hirthe */
19409
19979
  username?: string;
@@ -19433,7 +20003,7 @@ export interface operations {
19433
20003
  timezone?: string;
19434
20004
  /** @example Customer */
19435
20005
  user_type?: string;
19436
- /** @example 09 Apr 2026, 02:25 PM */
20006
+ /** @example 10 Apr 2026, 07:39 PM */
19437
20007
  created?: string;
19438
20008
  /** @example 0 seconds ago */
19439
20009
  email_verified_at?: string;
@@ -19505,7 +20075,7 @@ export interface operations {
19505
20075
  content: {
19506
20076
  "application/json": {
19507
20077
  data?: {
19508
- /** @example 96377194-ccd3-438b-969f-cda4533f529f */
20078
+ /** @example 76333518-937b-4931-8d0d-512e7137b88a */
19509
20079
  uid?: string;
19510
20080
  /** @example Ms. Audra Crooks II */
19511
20081
  username?: string;
@@ -19535,7 +20105,7 @@ export interface operations {
19535
20105
  timezone?: string;
19536
20106
  /** @example Customer */
19537
20107
  user_type?: string;
19538
- /** @example 09 Apr 2026, 02:25 PM */
20108
+ /** @example 10 Apr 2026, 07:39 PM */
19539
20109
  created?: string;
19540
20110
  /** @example 0 seconds ago */
19541
20111
  email_verified_at?: string;
@@ -19775,7 +20345,7 @@ export interface operations {
19775
20345
  completed_layers?: number;
19776
20346
  /** @example 4 */
19777
20347
  pending_layers?: number;
19778
- /** @example 09 Apr 2026, 02:25 PM */
20348
+ /** @example 10 Apr 2026, 07:39 PM */
19779
20349
  last_calculated_at?: string;
19780
20350
  };
19781
20351
  };
@@ -19823,7 +20393,7 @@ export interface operations {
19823
20393
  completed_layers?: number;
19824
20394
  /** @example 4 */
19825
20395
  pending_layers?: number;
19826
- /** @example 09 Apr 2026, 02:25 PM */
20396
+ /** @example 10 Apr 2026, 07:39 PM */
19827
20397
  last_calculated_at?: string;
19828
20398
  };
19829
20399
  };
@@ -19857,20 +20427,24 @@ export interface operations {
19857
20427
  content: {
19858
20428
  "application/json": {
19859
20429
  data?: {
19860
- /** @example 2df0312c-5da5-4581-92eb-689b52ff7fdd */
20430
+ /** @example 203dcaa6-7f69-422f-9ba2-b17a1b33ef88 */
19861
20431
  wishlist_uid?: string;
19862
20432
  listing?: {
19863
- /** @example New For Sale Used Item draft • 9 Apr 2026, 2:25 PM */
20433
+ /** @example New For Sale Used Item draft • 10 Apr 2026, 7:39 PM */
19864
20434
  draft_name?: string;
19865
- /** @example LST-UIT-SAL-MNRKKQXHOVL */
20435
+ /** @example LST-UIT-SAL-MNTB8KECK6Y */
19866
20436
  sku?: string;
19867
- /** @example f39cc44e-2964-4170-a21b-8ee71c88ce62 */
20437
+ /** @example 820546c2-b432-4b7b-b0f5-eaed1755089a */
19868
20438
  uid?: string;
19869
20439
  /** @example Sale */
19870
20440
  listing_type?: string;
19871
20441
  /** @example Used Item */
19872
20442
  vertical?: string;
19873
20443
  /** @example null */
20444
+ arrangement_type?: string | null;
20445
+ /** @example null */
20446
+ arrangement_type_label?: string | null;
20447
+ /** @example null */
19874
20448
  price?: string | null;
19875
20449
  /** @example draft */
19876
20450
  state?: string;
@@ -19944,15 +20518,15 @@ export interface operations {
19944
20518
  /**
19945
20519
  * @example [
19946
20520
  * {
19947
- * "wishlist_uid": "8de11555-d2a5-4d52-922f-b44f5692839f"
20521
+ * "wishlist_uid": "9aa73a36-8b1c-406b-a975-2a44b5712dc5"
19948
20522
  * },
19949
20523
  * {
19950
- * "wishlist_uid": "221e5104-77fe-4606-a427-b745ecaf7f74"
20524
+ * "wishlist_uid": "acad234d-f844-494f-94be-70a090b5ed17"
19951
20525
  * }
19952
20526
  * ]
19953
20527
  */
19954
20528
  data?: {
19955
- /** @example 8de11555-d2a5-4d52-922f-b44f5692839f */
20529
+ /** @example 9aa73a36-8b1c-406b-a975-2a44b5712dc5 */
19956
20530
  wishlist_uid?: string;
19957
20531
  }[];
19958
20532
  links?: {
@@ -20040,7 +20614,7 @@ export interface operations {
20040
20614
  completed_layers?: number;
20041
20615
  /** @example 4 */
20042
20616
  pending_layers?: number;
20043
- /** @example 09 Apr 2026, 02:25 PM */
20617
+ /** @example 10 Apr 2026, 07:39 PM */
20044
20618
  last_calculated_at?: string;
20045
20619
  };
20046
20620
  };
@@ -20202,7 +20776,7 @@ export interface operations {
20202
20776
  completed_layers?: number;
20203
20777
  /** @example 4 */
20204
20778
  pending_layers?: number;
20205
- /** @example 09 Apr 2026, 02:25 PM */
20779
+ /** @example 10 Apr 2026, 07:39 PM */
20206
20780
  last_calculated_at?: string;
20207
20781
  };
20208
20782
  };