@justins-home/types 1.1.66 → 1.1.68

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 +288 -290
  2. package/package.json +1 -1
@@ -4930,10 +4930,8 @@ export interface paths {
4930
4930
  query?: never;
4931
4931
  header?: never;
4932
4932
  path: {
4933
- /** @description The ID of the notification. */
4933
+ /** @description The notification_id of the Notification. */
4934
4934
  notification_id: string;
4935
- /** @description The id of the Notification. */
4936
- id: string;
4937
4935
  };
4938
4936
  cookie?: never;
4939
4937
  };
@@ -6081,7 +6079,7 @@ export interface operations {
6081
6079
  content: {
6082
6080
  "application/json": {
6083
6081
  data?: {
6084
- /** @example 4a488fac-1772-4b8f-bb81-c56d2a9b7ea6 */
6082
+ /** @example 367de42a-6ab8-4c26-8b60-db18ee77643e */
6085
6083
  uid?: string;
6086
6084
  /** @example Ms. Audra Crooks II */
6087
6085
  username?: string;
@@ -6111,7 +6109,7 @@ export interface operations {
6111
6109
  timezone?: string;
6112
6110
  /** @example Customer */
6113
6111
  user_type?: string;
6114
- /** @example 01 May 2026, 01:22 PM */
6112
+ /** @example 01 May 2026, 01:43 PM */
6115
6113
  created?: string;
6116
6114
  /** @example 0 seconds ago */
6117
6115
  email_verified_at?: string;
@@ -6752,12 +6750,12 @@ export interface operations {
6752
6750
  */
6753
6751
  search?: string | null;
6754
6752
  /**
6755
- * @example pending
6753
+ * @example approved
6756
6754
  * @enum {string|null}
6757
6755
  */
6758
6756
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
6759
6757
  /**
6760
- * @example admin
6758
+ * @example landlord
6761
6759
  * @enum {string|null}
6762
6760
  */
6763
6761
  source?: "tenant" | "landlord" | "admin" | null;
@@ -6991,7 +6989,7 @@ export interface operations {
6991
6989
  content: {
6992
6990
  "application/json": {
6993
6991
  data?: {
6994
- /** @example ee4eebbe-dec8-4a02-b7bd-b6457d953faf */
6992
+ /** @example d4ba4cb2-11f5-4d5d-b040-27b049a8bcbb */
6995
6993
  uid?: string;
6996
6994
  /** @example JH-APP-2026-589365 */
6997
6995
  application_ref?: string;
@@ -7012,7 +7010,7 @@ export interface operations {
7012
7010
  /** @example null */
7013
7011
  rejection_reason?: string | null;
7014
7012
  timeline?: {
7015
- /** @example 2026-05-01T13:22:12.000000Z */
7013
+ /** @example 2026-05-01T13:43:15.000000Z */
7016
7014
  created_at?: string;
7017
7015
  /** @example null */
7018
7016
  approved_at?: string | null;
@@ -7046,7 +7044,7 @@ export interface operations {
7046
7044
  content: {
7047
7045
  "application/json": {
7048
7046
  data?: {
7049
- /** @example b6774c9f-7a27-4ea1-8091-b0d746ace240 */
7047
+ /** @example 3e6fb4fd-7fb7-48f6-8ad3-c69954a2454f */
7050
7048
  uid?: string;
7051
7049
  /** @example JH-APP-2026-933724 */
7052
7050
  application_ref?: string;
@@ -7067,7 +7065,7 @@ export interface operations {
7067
7065
  /** @example null */
7068
7066
  rejection_reason?: string | null;
7069
7067
  timeline?: {
7070
- /** @example 2026-05-01T13:22:12.000000Z */
7068
+ /** @example 2026-05-01T13:43:15.000000Z */
7071
7069
  created_at?: string;
7072
7070
  /** @example null */
7073
7071
  approved_at?: string | null;
@@ -7101,7 +7099,7 @@ export interface operations {
7101
7099
  content: {
7102
7100
  "application/json": {
7103
7101
  data?: {
7104
- /** @example af86aa88-b7fa-4ff1-81c1-bcec0fe09186 */
7102
+ /** @example 1a4e68af-cb81-4c05-899c-0c8cd26d4f91 */
7105
7103
  uid?: string;
7106
7104
  /** @example JH-APP-2026-450949 */
7107
7105
  application_ref?: string;
@@ -7122,7 +7120,7 @@ export interface operations {
7122
7120
  /** @example null */
7123
7121
  rejection_reason?: string | null;
7124
7122
  timeline?: {
7125
- /** @example 2026-05-01T13:22:12.000000Z */
7123
+ /** @example 2026-05-01T13:43:15.000000Z */
7126
7124
  created_at?: string;
7127
7125
  /** @example null */
7128
7126
  approved_at?: string | null;
@@ -7166,7 +7164,7 @@ export interface operations {
7166
7164
  content: {
7167
7165
  "application/json": {
7168
7166
  data?: {
7169
- /** @example 807f5493-5484-431e-b75e-fc40b6e2d720 */
7167
+ /** @example 6c7e656b-a5e2-40f6-baff-123d0f9e5fcd */
7170
7168
  uid?: string;
7171
7169
  /** @example JH-APP-2026-026316 */
7172
7170
  application_ref?: string;
@@ -7187,7 +7185,7 @@ export interface operations {
7187
7185
  /** @example null */
7188
7186
  rejection_reason?: string | null;
7189
7187
  timeline?: {
7190
- /** @example 2026-05-01T13:22:12.000000Z */
7188
+ /** @example 2026-05-01T13:43:15.000000Z */
7191
7189
  created_at?: string;
7192
7190
  /** @example null */
7193
7191
  approved_at?: string | null;
@@ -7231,7 +7229,7 @@ export interface operations {
7231
7229
  content: {
7232
7230
  "application/json": {
7233
7231
  data?: {
7234
- /** @example ff5e1009-32dc-4f37-998c-b51af7388379 */
7232
+ /** @example 9eea582d-b9ef-466b-8f1a-ba1d2322de3a */
7235
7233
  uid?: string;
7236
7234
  /** @example JH-APP-2026-000564 */
7237
7235
  application_ref?: string;
@@ -7252,7 +7250,7 @@ export interface operations {
7252
7250
  /** @example null */
7253
7251
  rejection_reason?: string | null;
7254
7252
  timeline?: {
7255
- /** @example 2026-05-01T13:22:12.000000Z */
7253
+ /** @example 2026-05-01T13:43:15.000000Z */
7256
7254
  created_at?: string;
7257
7255
  /** @example null */
7258
7256
  approved_at?: string | null;
@@ -7286,7 +7284,7 @@ export interface operations {
7286
7284
  content: {
7287
7285
  "application/json": {
7288
7286
  data?: {
7289
- /** @example bbed76fc-88cd-47f0-aa53-e84545091390 */
7287
+ /** @example bebda3d8-0360-44bc-949d-31e5ce8494ce */
7290
7288
  uid?: string;
7291
7289
  /** @example 4881.50 */
7292
7290
  rent_amount?: string;
@@ -7304,7 +7302,7 @@ export interface operations {
7304
7302
  company_name?: string | null;
7305
7303
  /** @example null */
7306
7304
  company_registration_number?: string | null;
7307
- /** @example 2026-05-01T13:22:12.000000Z */
7305
+ /** @example 2026-05-01T13:43:15.000000Z */
7308
7306
  created_at?: string;
7309
7307
  };
7310
7308
  };
@@ -7750,7 +7748,7 @@ export interface operations {
7750
7748
  content: {
7751
7749
  "application/json": {
7752
7750
  data?: {
7753
- /** @example 9544e389-e869-4c11-b8a0-a4f1c9ea2c6d */
7751
+ /** @example 0abe58fb-0b33-49a1-befd-e7a3714ecfb8 */
7754
7752
  uid?: string;
7755
7753
  /** @example Ms. Audra Crooks II */
7756
7754
  username?: string;
@@ -7780,7 +7778,7 @@ export interface operations {
7780
7778
  timezone?: string;
7781
7779
  /** @example Customer */
7782
7780
  user_type?: string;
7783
- /** @example 01 May 2026, 01:22 PM */
7781
+ /** @example 01 May 2026, 01:43 PM */
7784
7782
  created?: string;
7785
7783
  /** @example 0 seconds ago */
7786
7784
  email_verified_at?: string;
@@ -8170,11 +8168,11 @@ export interface operations {
8170
8168
  content: {
8171
8169
  "application/json": {
8172
8170
  data?: {
8173
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
8171
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
8174
8172
  draft_name?: string;
8175
- /** @example LST-PRP-LTR-MOMXZNFPY3D */
8173
+ /** @example LST-PRP-LTR-MOMYQPLLUFR */
8176
8174
  sku?: string;
8177
- /** @example 4abddaa8-86c2-4fbb-aed1-75cdc8ef89df */
8175
+ /** @example 9b936771-590c-4fa6-8317-eba2427a235f */
8178
8176
  uid?: string;
8179
8177
  /** @example Rent */
8180
8178
  listing_type?: string;
@@ -9586,7 +9584,7 @@ export interface operations {
9586
9584
  content: {
9587
9585
  "application/json": {
9588
9586
  /**
9589
- * @example Suspended
9587
+ * @example Unverified
9590
9588
  * @enum {string}
9591
9589
  */
9592
9590
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -9601,7 +9599,7 @@ export interface operations {
9601
9599
  content: {
9602
9600
  "application/json": {
9603
9601
  data?: {
9604
- /** @example 04a7d101-9d70-44ff-9056-64cbd17b6a64 */
9602
+ /** @example 24c6b070-e5a4-4002-930b-5a2d53a82779 */
9605
9603
  uid?: string;
9606
9604
  /** @example Morgan Hirthe */
9607
9605
  username?: string;
@@ -9631,7 +9629,7 @@ export interface operations {
9631
9629
  timezone?: string;
9632
9630
  /** @example Customer */
9633
9631
  user_type?: string;
9634
- /** @example 01 May 2026, 01:22 PM */
9632
+ /** @example 01 May 2026, 01:43 PM */
9635
9633
  created?: string;
9636
9634
  /** @example 0 seconds ago */
9637
9635
  email_verified_at?: string;
@@ -10340,11 +10338,11 @@ export interface operations {
10340
10338
  content: {
10341
10339
  "application/json": {
10342
10340
  data?: {
10343
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
10341
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
10344
10342
  draft_name?: string;
10345
- /** @example LST-PRP-LTR-MOMXZNI7WAN */
10343
+ /** @example LST-PRP-LTR-MOMYQPO7GXN */
10346
10344
  sku?: string;
10347
- /** @example f5aabe2f-8329-4443-9bf0-211c5757f38f */
10345
+ /** @example 85a2a85e-c47d-4d0d-be20-fce3b43bfcad */
10348
10346
  uid?: string;
10349
10347
  /** @example Rent */
10350
10348
  listing_type?: string;
@@ -10784,7 +10782,7 @@ export interface operations {
10784
10782
  content: {
10785
10783
  "application/json": {
10786
10784
  data?: {
10787
- /** @example ed971702-00e0-4e46-b7c0-35ff67855b87 */
10785
+ /** @example b2d48293-9d45-4a0d-81e8-592af093f54d */
10788
10786
  uid?: string;
10789
10787
  /** @example photo */
10790
10788
  media_type?: string;
@@ -11091,58 +11089,58 @@ export interface operations {
11091
11089
  /**
11092
11090
  * @example [
11093
11091
  * {
11094
- * "draft_name": "New For Sale Used Item draft • 1 May 2026, 1:22 PM",
11095
- * "sku": "LST-UIT-SAL-MOMXZNJKI68",
11096
- * "uid": "c4da315a-0f3f-4ec9-a208-16e774b63f45",
11092
+ * "draft_name": "New For Sale Property draft • 1 May 2026, 1:43 PM",
11093
+ * "sku": "LST-PRP-SAL-MOMYQPPMSO9",
11094
+ * "uid": "8355e2bc-fbf3-4efd-97ea-9cb2abbee60e",
11097
11095
  * "listing_type": "Sale",
11098
- * "vertical": "Used Item",
11099
- * "arrangement_type": null,
11100
- * "arrangement_type_label": null,
11096
+ * "vertical": "Property",
11097
+ * "arrangement_type": "company_lease",
11098
+ * "arrangement_type_label": "Company Lease",
11101
11099
  * "price": null,
11102
11100
  * "state": "draft",
11103
11101
  * "published_at": null,
11104
11102
  * "published_since": null,
11105
11103
  * "is_visible": false,
11106
- * "summary": [],
11104
+ * "summary": {
11105
+ * "availability": null
11106
+ * },
11107
11107
  * "workflow": [],
11108
11108
  * "media": []
11109
11109
  * },
11110
11110
  * {
11111
- * "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
11112
- * "sku": "LST-PRP-SHL-MOMXZNJMCAH",
11113
- * "uid": "6a090f72-c9dd-4a15-9735-bf07a169858f",
11114
- * "listing_type": "Short Let",
11115
- * "vertical": "Property",
11116
- * "arrangement_type": "standard_residential",
11117
- * "arrangement_type_label": "Standard Residential",
11111
+ * "draft_name": "New For Sale Used Item draft • 1 May 2026, 1:43 PM",
11112
+ * "sku": "LST-UIT-SAL-MOMYQPPOA48",
11113
+ * "uid": "89ffb8a9-e69c-4716-98ec-879a0918156c",
11114
+ * "listing_type": "Sale",
11115
+ * "vertical": "Used Item",
11116
+ * "arrangement_type": null,
11117
+ * "arrangement_type_label": null,
11118
11118
  * "price": null,
11119
11119
  * "state": "draft",
11120
11120
  * "published_at": null,
11121
11121
  * "published_since": null,
11122
11122
  * "is_visible": false,
11123
- * "summary": {
11124
- * "availability": null
11125
- * },
11123
+ * "summary": [],
11126
11124
  * "workflow": [],
11127
11125
  * "media": []
11128
11126
  * }
11129
11127
  * ]
11130
11128
  */
11131
11129
  data?: {
11132
- /** @example New For Sale Used Item draft • 1 May 2026, 1:22 PM */
11130
+ /** @example New For Sale Property draft • 1 May 2026, 1:43 PM */
11133
11131
  draft_name?: string;
11134
- /** @example LST-UIT-SAL-MOMXZNJKI68 */
11132
+ /** @example LST-PRP-SAL-MOMYQPPMSO9 */
11135
11133
  sku?: string;
11136
- /** @example c4da315a-0f3f-4ec9-a208-16e774b63f45 */
11134
+ /** @example 8355e2bc-fbf3-4efd-97ea-9cb2abbee60e */
11137
11135
  uid?: string;
11138
11136
  /** @example Sale */
11139
11137
  listing_type?: string;
11140
- /** @example Used Item */
11138
+ /** @example Property */
11141
11139
  vertical?: string;
11142
- /** @example null */
11143
- arrangement_type?: string | null;
11144
- /** @example null */
11145
- arrangement_type_label?: string | null;
11140
+ /** @example company_lease */
11141
+ arrangement_type?: string;
11142
+ /** @example Company Lease */
11143
+ arrangement_type_label?: string;
11146
11144
  /** @example null */
11147
11145
  price?: string | null;
11148
11146
  /** @example draft */
@@ -11153,8 +11151,10 @@ export interface operations {
11153
11151
  published_since?: string | null;
11154
11152
  /** @example false */
11155
11153
  is_visible?: boolean;
11156
- /** @example [] */
11157
- summary?: unknown[];
11154
+ summary?: {
11155
+ /** @example null */
11156
+ availability?: string | null;
11157
+ };
11158
11158
  /** @example [] */
11159
11159
  workflow?: unknown[];
11160
11160
  /** @example [] */
@@ -11326,11 +11326,11 @@ export interface operations {
11326
11326
  content: {
11327
11327
  "application/json": {
11328
11328
  data?: {
11329
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
11329
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
11330
11330
  draft_name?: string;
11331
- /** @example LST-PRP-LTR-MOMXZNJUOZD */
11331
+ /** @example LST-PRP-LTR-MOMYQPPW4FW */
11332
11332
  sku?: string;
11333
- /** @example d869867c-bff1-4512-b28c-436bec767f2e */
11333
+ /** @example e101e023-c648-4d6f-bb4b-3d503b9f3205 */
11334
11334
  uid?: string;
11335
11335
  /** @example Rent */
11336
11336
  listing_type?: string;
@@ -11393,11 +11393,11 @@ export interface operations {
11393
11393
  content: {
11394
11394
  "application/json": {
11395
11395
  data?: {
11396
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
11396
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
11397
11397
  draft_name?: string;
11398
- /** @example LST-PRP-LTR-MOMXZNJZKXU */
11398
+ /** @example LST-PRP-LTR-MOMYQPQ2VII */
11399
11399
  sku?: string;
11400
- /** @example 1506841f-bce6-4de9-a84a-446d2b8e1f03 */
11400
+ /** @example 043b2ba5-69dd-4dff-946a-1038c36e2db9 */
11401
11401
  uid?: string;
11402
11402
  /** @example Rent */
11403
11403
  listing_type?: string;
@@ -11450,11 +11450,11 @@ export interface operations {
11450
11450
  content: {
11451
11451
  "application/json": {
11452
11452
  data?: {
11453
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
11453
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
11454
11454
  draft_name?: string;
11455
- /** @example LST-PRP-LTR-MOMXZNK3IBY */
11455
+ /** @example LST-PRP-LTR-MOMYQPQ7FYU */
11456
11456
  sku?: string;
11457
- /** @example b0d66bb1-347f-4bcb-89d3-13820e7b58ae */
11457
+ /** @example 296e2113-29b2-4351-83f7-aafac2e65e1b */
11458
11458
  uid?: string;
11459
11459
  /** @example Rent */
11460
11460
  listing_type?: string;
@@ -11507,11 +11507,11 @@ export interface operations {
11507
11507
  content: {
11508
11508
  "application/json": {
11509
11509
  data?: {
11510
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
11510
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
11511
11511
  draft_name?: string;
11512
- /** @example LST-PRP-LTR-MOMXZNK8WJD */
11512
+ /** @example LST-PRP-LTR-MOMYQPQCPJV */
11513
11513
  sku?: string;
11514
- /** @example b3b8e8d6-7869-4d5e-b742-a18a6b76e7d0 */
11514
+ /** @example bf536b63-2f91-4bf0-9648-0dbc65bc60d4 */
11515
11515
  uid?: string;
11516
11516
  /** @example Rent */
11517
11517
  listing_type?: string;
@@ -11705,7 +11705,7 @@ export interface operations {
11705
11705
  content: {
11706
11706
  "application/json": {
11707
11707
  data?: {
11708
- /** @example 304 */
11708
+ /** @example 310 */
11709
11709
  id?: number;
11710
11710
  /** @example 1 */
11711
11711
  category_id?: number;
@@ -11779,7 +11779,7 @@ export interface operations {
11779
11779
  content: {
11780
11780
  "application/json": {
11781
11781
  data?: {
11782
- /** @example 305 */
11782
+ /** @example 311 */
11783
11783
  id?: number;
11784
11784
  /** @example 1 */
11785
11785
  category_id?: number;
@@ -11818,7 +11818,7 @@ export interface operations {
11818
11818
  content: {
11819
11819
  "application/json": {
11820
11820
  data?: {
11821
- /** @example 306 */
11821
+ /** @example 312 */
11822
11822
  id?: number;
11823
11823
  /** @example 1 */
11824
11824
  category_id?: number;
@@ -11856,7 +11856,7 @@ export interface operations {
11856
11856
  /**
11857
11857
  * @example [
11858
11858
  * {
11859
- * "id": 450,
11859
+ * "id": 460,
11860
11860
  * "name": "Exterior",
11861
11861
  * "description": "For Exterior categories",
11862
11862
  * "display_order": 1,
@@ -11866,7 +11866,7 @@ export interface operations {
11866
11866
  * "is_active": true
11867
11867
  * },
11868
11868
  * {
11869
- * "id": 451,
11869
+ * "id": 461,
11870
11870
  * "name": "Exterior",
11871
11871
  * "description": "For Exterior categories",
11872
11872
  * "display_order": 1,
@@ -11878,7 +11878,7 @@ export interface operations {
11878
11878
  * ]
11879
11879
  */
11880
11880
  data?: {
11881
- /** @example 450 */
11881
+ /** @example 460 */
11882
11882
  id?: number;
11883
11883
  /** @example Exterior */
11884
11884
  name?: string;
@@ -11942,7 +11942,7 @@ export interface operations {
11942
11942
  content: {
11943
11943
  "application/json": {
11944
11944
  data?: {
11945
- /** @example 452 */
11945
+ /** @example 462 */
11946
11946
  id?: number;
11947
11947
  /** @example Exterior */
11948
11948
  name?: string;
@@ -12009,7 +12009,7 @@ export interface operations {
12009
12009
  content: {
12010
12010
  "application/json": {
12011
12011
  data?: {
12012
- /** @example 453 */
12012
+ /** @example 463 */
12013
12013
  id?: number;
12014
12014
  /** @example Exterior */
12015
12015
  name?: string;
@@ -12050,7 +12050,7 @@ export interface operations {
12050
12050
  content: {
12051
12051
  "application/json": {
12052
12052
  data?: {
12053
- /** @example 454 */
12053
+ /** @example 464 */
12054
12054
  id?: number;
12055
12055
  /** @example Exterior */
12056
12056
  name?: string;
@@ -12313,7 +12313,7 @@ export interface operations {
12313
12313
  content: {
12314
12314
  "application/json": {
12315
12315
  data?: {
12316
- /** @example 191 */
12316
+ /** @example 195 */
12317
12317
  id?: number;
12318
12318
  /** @example email_fa_0 */
12319
12319
  key?: string;
@@ -12327,9 +12327,9 @@ export interface operations {
12327
12327
  metadata_schema?: unknown[];
12328
12328
  /** @example true */
12329
12329
  is_active?: boolean;
12330
- /** @example 2026-05-01T13:22:12.000000Z */
12330
+ /** @example 2026-05-01T13:43:15.000000Z */
12331
12331
  created_at?: string;
12332
- /** @example 2026-05-01T13:22:12.000000Z */
12332
+ /** @example 2026-05-01T13:43:15.000000Z */
12333
12333
  updated_at?: string;
12334
12334
  };
12335
12335
  };
@@ -12389,7 +12389,7 @@ export interface operations {
12389
12389
  content: {
12390
12390
  "application/json": {
12391
12391
  data?: {
12392
- /** @example 192 */
12392
+ /** @example 196 */
12393
12393
  id?: number;
12394
12394
  /** @example email_fa_0 */
12395
12395
  key?: string;
@@ -12403,9 +12403,9 @@ export interface operations {
12403
12403
  metadata_schema?: unknown[];
12404
12404
  /** @example true */
12405
12405
  is_active?: boolean;
12406
- /** @example 2026-05-01T13:22:12.000000Z */
12406
+ /** @example 2026-05-01T13:43:15.000000Z */
12407
12407
  created_at?: string;
12408
- /** @example 2026-05-01T13:22:12.000000Z */
12408
+ /** @example 2026-05-01T13:43:15.000000Z */
12409
12409
  updated_at?: string;
12410
12410
  };
12411
12411
  };
@@ -13671,25 +13671,25 @@ export interface operations {
13671
13671
  /**
13672
13672
  * @example [
13673
13673
  * {
13674
- * "key": "odio",
13675
- * "name": "cumque",
13676
- * "description": "Aut fugit ipsum libero ut.",
13674
+ * "key": "sed",
13675
+ * "name": "nemo",
13676
+ * "description": "Accusantium eius sit et dolorum.",
13677
13677
  * "value_type": "string"
13678
13678
  * },
13679
13679
  * {
13680
- * "key": "impedit",
13681
- * "name": "quia",
13682
- * "description": "Nam incidunt voluptatem est qui et quis non.",
13680
+ * "key": "eaque",
13681
+ * "name": "similique",
13682
+ * "description": "In aut repudiandae magni qui ipsa quo ut.",
13683
13683
  * "value_type": "string"
13684
13684
  * }
13685
13685
  * ]
13686
13686
  */
13687
13687
  data?: {
13688
- /** @example odio */
13688
+ /** @example sed */
13689
13689
  key?: string;
13690
- /** @example cumque */
13690
+ /** @example nemo */
13691
13691
  name?: string;
13692
- /** @example Aut fugit ipsum libero ut. */
13692
+ /** @example Accusantium eius sit et dolorum. */
13693
13693
  description?: string;
13694
13694
  /** @example string */
13695
13695
  value_type?: string;
@@ -14931,13 +14931,13 @@ export interface operations {
14931
14931
  };
14932
14932
  } | {
14933
14933
  data?: {
14934
- /** @example 6ce5cca9-f837-48ca-9658-5f95dba0601c */
14934
+ /** @example 16e35efd-99e9-4ef3-98b8-0dfa44622d1c */
14935
14935
  uid?: string;
14936
14936
  /** @example follow_up */
14937
14937
  inspection_type?: string;
14938
14938
  /** @example cancelled */
14939
14939
  status?: string;
14940
- /** @example 07 May 2026, 03:20 AM */
14940
+ /** @example 07 May 2026, 03:41 AM */
14941
14941
  scheduled_date?: string;
14942
14942
  /** @example null */
14943
14943
  completed_date?: string | null;
@@ -14945,11 +14945,11 @@ export interface operations {
14945
14945
  condition_rating?: string;
14946
14946
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
14947
14947
  summary?: string;
14948
- /** @example 01 Jul 2026, 12:09 AM */
14948
+ /** @example 01 Jul 2026, 12:30 AM */
14949
14949
  next_inspection_date?: string;
14950
- /** @example 01 May 2026, 01:22 PM */
14950
+ /** @example 01 May 2026, 01:43 PM */
14951
14951
  created_at?: string;
14952
- /** @example 01 May 2026, 01:22 PM */
14952
+ /** @example 01 May 2026, 01:43 PM */
14953
14953
  updated_at?: string;
14954
14954
  };
14955
14955
  };
@@ -15004,13 +15004,13 @@ export interface operations {
15004
15004
  content: {
15005
15005
  "application/json": {
15006
15006
  data?: {
15007
- /** @example fd8f36bf-cf9a-4be1-a303-46162af919bb */
15007
+ /** @example e98902b4-339a-4d28-9145-27d68f1ed36c */
15008
15008
  uid?: string;
15009
15009
  /** @example follow_up */
15010
15010
  inspection_type?: string;
15011
15011
  /** @example cancelled */
15012
15012
  status?: string;
15013
- /** @example 07 May 2026, 03:20 AM */
15013
+ /** @example 07 May 2026, 03:41 AM */
15014
15014
  scheduled_date?: string;
15015
15015
  /** @example null */
15016
15016
  completed_date?: string | null;
@@ -15018,11 +15018,11 @@ export interface operations {
15018
15018
  condition_rating?: string;
15019
15019
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
15020
15020
  summary?: string;
15021
- /** @example 01 Jul 2026, 12:09 AM */
15021
+ /** @example 01 Jul 2026, 12:30 AM */
15022
15022
  next_inspection_date?: string;
15023
- /** @example 01 May 2026, 01:22 PM */
15023
+ /** @example 01 May 2026, 01:43 PM */
15024
15024
  created_at?: string;
15025
- /** @example 01 May 2026, 01:22 PM */
15025
+ /** @example 01 May 2026, 01:43 PM */
15026
15026
  updated_at?: string;
15027
15027
  };
15028
15028
  };
@@ -15117,13 +15117,13 @@ export interface operations {
15117
15117
  content: {
15118
15118
  "application/json": {
15119
15119
  data?: {
15120
- /** @example 86748cbc-198c-4b53-a04f-be2c45afc903 */
15120
+ /** @example a580efb7-2cc0-46ec-aca4-d163b9e96df4 */
15121
15121
  uid?: string;
15122
15122
  /** @example follow_up */
15123
15123
  inspection_type?: string;
15124
15124
  /** @example cancelled */
15125
15125
  status?: string;
15126
- /** @example 25 Apr 2026, 12:47 AM */
15126
+ /** @example 25 Apr 2026, 01:08 AM */
15127
15127
  scheduled_date?: string;
15128
15128
  /** @example null */
15129
15129
  completed_date?: string | null;
@@ -15131,11 +15131,11 @@ export interface operations {
15131
15131
  condition_rating?: string;
15132
15132
  /** @example Et animi quos velit et fugiat. */
15133
15133
  summary?: string;
15134
- /** @example 04 Aug 2026, 08:40 AM */
15134
+ /** @example 04 Aug 2026, 09:01 AM */
15135
15135
  next_inspection_date?: string;
15136
- /** @example 01 May 2026, 01:22 PM */
15136
+ /** @example 01 May 2026, 01:43 PM */
15137
15137
  created_at?: string;
15138
- /** @example 01 May 2026, 01:22 PM */
15138
+ /** @example 01 May 2026, 01:43 PM */
15139
15139
  updated_at?: string;
15140
15140
  };
15141
15141
  };
@@ -15172,13 +15172,13 @@ export interface operations {
15172
15172
  content: {
15173
15173
  "application/json": {
15174
15174
  data?: {
15175
- /** @example 2def5585-d3e5-4960-bc79-696626ea432f */
15175
+ /** @example 2bdec72a-5a42-424e-ad7f-0a720a57b907 */
15176
15176
  uid?: string;
15177
15177
  /** @example follow_up */
15178
15178
  inspection_type?: string;
15179
15179
  /** @example cancelled */
15180
15180
  status?: string;
15181
- /** @example 07 May 2026, 03:20 AM */
15181
+ /** @example 07 May 2026, 03:41 AM */
15182
15182
  scheduled_date?: string;
15183
15183
  /** @example null */
15184
15184
  completed_date?: string | null;
@@ -15186,11 +15186,11 @@ export interface operations {
15186
15186
  condition_rating?: string;
15187
15187
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
15188
15188
  summary?: string;
15189
- /** @example 01 Jul 2026, 12:09 AM */
15189
+ /** @example 01 Jul 2026, 12:30 AM */
15190
15190
  next_inspection_date?: string;
15191
- /** @example 01 May 2026, 01:22 PM */
15191
+ /** @example 01 May 2026, 01:43 PM */
15192
15192
  created_at?: string;
15193
- /** @example 01 May 2026, 01:22 PM */
15193
+ /** @example 01 May 2026, 01:43 PM */
15194
15194
  updated_at?: string;
15195
15195
  };
15196
15196
  };
@@ -15227,13 +15227,13 @@ export interface operations {
15227
15227
  content: {
15228
15228
  "application/json": {
15229
15229
  data?: {
15230
- /** @example c106fa56-8b15-403a-9553-de431efbe012 */
15230
+ /** @example 2f319762-5807-4d64-8ecb-4a0a7d84a62e */
15231
15231
  uid?: string;
15232
15232
  /** @example follow_up */
15233
15233
  inspection_type?: string;
15234
15234
  /** @example cancelled */
15235
15235
  status?: string;
15236
- /** @example 25 Apr 2026, 12:47 AM */
15236
+ /** @example 25 Apr 2026, 01:08 AM */
15237
15237
  scheduled_date?: string;
15238
15238
  /** @example null */
15239
15239
  completed_date?: string | null;
@@ -15241,11 +15241,11 @@ export interface operations {
15241
15241
  condition_rating?: string;
15242
15242
  /** @example Et animi quos velit et fugiat. */
15243
15243
  summary?: string;
15244
- /** @example 04 Aug 2026, 08:40 AM */
15244
+ /** @example 04 Aug 2026, 09:01 AM */
15245
15245
  next_inspection_date?: string;
15246
- /** @example 01 May 2026, 01:22 PM */
15246
+ /** @example 01 May 2026, 01:43 PM */
15247
15247
  created_at?: string;
15248
- /** @example 01 May 2026, 01:22 PM */
15248
+ /** @example 01 May 2026, 01:43 PM */
15249
15249
  updated_at?: string;
15250
15250
  };
15251
15251
  };
@@ -15372,29 +15372,29 @@ export interface operations {
15372
15372
  };
15373
15373
  } | {
15374
15374
  data?: {
15375
- /** @example 7ab61b16-145b-46d1-aede-ae383fe76baf */
15375
+ /** @example 9ac614bf-5d1a-44f1-9489-e2eac8cf9302 */
15376
15376
  uid?: string;
15377
15377
  /** @example 1 */
15378
15378
  tenancy_id?: number;
15379
- /** @example Et corporis at. */
15379
+ /** @example Rem sapiente adipisci. */
15380
15380
  title?: string;
15381
- /** @example Inventore est voluptatem animi et officia laboriosam. Cum explicabo eum autem veniam eveniet error iure. Quae aperiam in est iste ut adipisci temporibus. */
15381
+ /** @example Possimus hic laboriosam amet molestiae voluptatem autem aliquid. Nulla blanditiis dolores consectetur quis. Deleniti quasi consectetur qui veniam. Sunt quibusdam fugit tempora inventore dicta voluptatem enim. */
15382
15382
  description?: string;
15383
- /** @example completed */
15383
+ /** @example cancelled */
15384
15384
  status?: string;
15385
- /** @example low */
15385
+ /** @example normal */
15386
15386
  priority?: string;
15387
- /** @example 24 Apr 2026, 06:49 PM */
15387
+ /** @example 25 Apr 2026, 08:28 PM */
15388
15388
  reported_at?: string;
15389
- /** @example 25 Apr 2026, 06:21 PM */
15389
+ /** @example 01 May 2026, 12:44 AM */
15390
15390
  assigned_at?: string;
15391
15391
  /** @example null */
15392
15392
  completed_at?: string | null;
15393
- /** @example 03 May 2026, 04:12 AM */
15393
+ /** @example 03 May 2026, 10:35 PM */
15394
15394
  sla_deadline?: string;
15395
- /** @example 01 May 2026, 01:22 PM */
15395
+ /** @example 01 May 2026, 01:43 PM */
15396
15396
  created_at?: string;
15397
- /** @example 01 May 2026, 01:22 PM */
15397
+ /** @example 01 May 2026, 01:43 PM */
15398
15398
  updated_at?: string;
15399
15399
  };
15400
15400
  };
@@ -15431,7 +15431,7 @@ export interface operations {
15431
15431
  content: {
15432
15432
  "application/json": {
15433
15433
  data?: {
15434
- /** @example fcd7243c-8bb0-4b63-ba70-19fcede0a286 */
15434
+ /** @example 3c21136d-51e9-413a-93ac-ab98e0e1c794 */
15435
15435
  uid?: string;
15436
15436
  /** @example 1 */
15437
15437
  tenancy_id?: number;
@@ -15443,17 +15443,17 @@ export interface operations {
15443
15443
  status?: string;
15444
15444
  /** @example low */
15445
15445
  priority?: string;
15446
- /** @example 30 Apr 2026, 02:50 AM */
15446
+ /** @example 30 Apr 2026, 03:11 AM */
15447
15447
  reported_at?: string;
15448
15448
  /** @example null */
15449
15449
  assigned_at?: string | null;
15450
15450
  /** @example null */
15451
15451
  completed_at?: string | null;
15452
- /** @example 02 May 2026, 11:15 PM */
15452
+ /** @example 02 May 2026, 11:36 PM */
15453
15453
  sla_deadline?: string;
15454
- /** @example 01 May 2026, 01:22 PM */
15454
+ /** @example 01 May 2026, 01:43 PM */
15455
15455
  created_at?: string;
15456
- /** @example 01 May 2026, 01:22 PM */
15456
+ /** @example 01 May 2026, 01:43 PM */
15457
15457
  updated_at?: string;
15458
15458
  };
15459
15459
  };
@@ -15490,7 +15490,7 @@ export interface operations {
15490
15490
  content: {
15491
15491
  "application/json": {
15492
15492
  data?: {
15493
- /** @example 06bf38f6-5006-4705-b764-98935d9ab452 */
15493
+ /** @example 6c433148-ea77-4829-ba2a-816597e6686a */
15494
15494
  uid?: string;
15495
15495
  /** @example 1 */
15496
15496
  tenancy_id?: number;
@@ -15502,17 +15502,17 @@ export interface operations {
15502
15502
  status?: string;
15503
15503
  /** @example emergency */
15504
15504
  priority?: string;
15505
- /** @example 25 Apr 2026, 12:35 AM */
15505
+ /** @example 25 Apr 2026, 12:56 AM */
15506
15506
  reported_at?: string;
15507
- /** @example 29 Apr 2026, 08:55 PM */
15507
+ /** @example 29 Apr 2026, 09:16 PM */
15508
15508
  assigned_at?: string;
15509
15509
  /** @example null */
15510
15510
  completed_at?: string | null;
15511
- /** @example 03 May 2026, 02:18 AM */
15511
+ /** @example 03 May 2026, 02:39 AM */
15512
15512
  sla_deadline?: string;
15513
- /** @example 01 May 2026, 01:22 PM */
15513
+ /** @example 01 May 2026, 01:43 PM */
15514
15514
  created_at?: string;
15515
- /** @example 01 May 2026, 01:22 PM */
15515
+ /** @example 01 May 2026, 01:43 PM */
15516
15516
  updated_at?: string;
15517
15517
  };
15518
15518
  };
@@ -15549,7 +15549,7 @@ export interface operations {
15549
15549
  content: {
15550
15550
  "application/json": {
15551
15551
  data?: {
15552
- /** @example 1e6a7562-2b01-4754-85bc-2b8b6eb9af72 */
15552
+ /** @example a304d5cf-b538-4a79-ae0e-94777d09715d */
15553
15553
  uid?: string;
15554
15554
  /** @example 1 */
15555
15555
  tenancy_id?: number;
@@ -15561,17 +15561,17 @@ export interface operations {
15561
15561
  status?: string;
15562
15562
  /** @example emergency */
15563
15563
  priority?: string;
15564
- /** @example 25 Apr 2026, 12:35 AM */
15564
+ /** @example 25 Apr 2026, 12:56 AM */
15565
15565
  reported_at?: string;
15566
- /** @example 29 Apr 2026, 08:55 PM */
15566
+ /** @example 29 Apr 2026, 09:16 PM */
15567
15567
  assigned_at?: string;
15568
15568
  /** @example null */
15569
15569
  completed_at?: string | null;
15570
- /** @example 03 May 2026, 02:18 AM */
15570
+ /** @example 03 May 2026, 02:39 AM */
15571
15571
  sla_deadline?: string;
15572
- /** @example 01 May 2026, 01:22 PM */
15572
+ /** @example 01 May 2026, 01:43 PM */
15573
15573
  created_at?: string;
15574
- /** @example 01 May 2026, 01:22 PM */
15574
+ /** @example 01 May 2026, 01:43 PM */
15575
15575
  updated_at?: string;
15576
15576
  };
15577
15577
  };
@@ -15608,7 +15608,7 @@ export interface operations {
15608
15608
  content: {
15609
15609
  "application/json": {
15610
15610
  data?: {
15611
- /** @example df31efa1-b3a1-4cf7-bbec-79899b6c33e3 */
15611
+ /** @example 51612cf1-d445-43b5-8eca-0db160c8daf7 */
15612
15612
  uid?: string;
15613
15613
  /** @example 1 */
15614
15614
  tenancy_id?: number;
@@ -15620,17 +15620,17 @@ export interface operations {
15620
15620
  status?: string;
15621
15621
  /** @example emergency */
15622
15622
  priority?: string;
15623
- /** @example 25 Apr 2026, 12:35 AM */
15623
+ /** @example 25 Apr 2026, 12:56 AM */
15624
15624
  reported_at?: string;
15625
- /** @example 29 Apr 2026, 08:55 PM */
15625
+ /** @example 29 Apr 2026, 09:16 PM */
15626
15626
  assigned_at?: string;
15627
15627
  /** @example null */
15628
15628
  completed_at?: string | null;
15629
- /** @example 03 May 2026, 02:18 AM */
15629
+ /** @example 03 May 2026, 02:39 AM */
15630
15630
  sla_deadline?: string;
15631
- /** @example 01 May 2026, 01:22 PM */
15631
+ /** @example 01 May 2026, 01:43 PM */
15632
15632
  created_at?: string;
15633
- /** @example 01 May 2026, 01:22 PM */
15633
+ /** @example 01 May 2026, 01:43 PM */
15634
15634
  updated_at?: string;
15635
15635
  };
15636
15636
  };
@@ -18884,7 +18884,7 @@ export interface operations {
18884
18884
  content: {
18885
18885
  "application/json": {
18886
18886
  data?: {
18887
- /** @example 123b8626-bf7e-401e-a3d8-d09dafedcbe5 */
18887
+ /** @example 411d8759-56b8-4eb4-be41-f02f6fe0793c */
18888
18888
  uid?: string;
18889
18889
  /** @example Ms. Audra Crooks II */
18890
18890
  username?: string;
@@ -18914,9 +18914,9 @@ export interface operations {
18914
18914
  timezone?: string;
18915
18915
  /** @example Customer */
18916
18916
  user_type?: string;
18917
- /** @example 01 May 2026, 01:22 PM */
18917
+ /** @example 01 May 2026, 01:43 PM */
18918
18918
  created?: string;
18919
- /** @example 1 second ago */
18919
+ /** @example 0 seconds ago */
18920
18920
  email_verified_at?: string;
18921
18921
  verification_status?: {
18922
18922
  /** @example not_verified */
@@ -19383,7 +19383,7 @@ export interface operations {
19383
19383
  content: {
19384
19384
  "application/json": {
19385
19385
  data?: {
19386
- /** @example e2bc1235-2fdc-4025-9165-8a7fe4d26fc1 */
19386
+ /** @example 874dab70-c439-472e-af6d-ae2a8b6260ef */
19387
19387
  uid?: string;
19388
19388
  /** @example Ms. Audra Crooks II */
19389
19389
  username?: string;
@@ -19413,7 +19413,7 @@ export interface operations {
19413
19413
  timezone?: string;
19414
19414
  /** @example Customer */
19415
19415
  user_type?: string;
19416
- /** @example 01 May 2026, 01:22 PM */
19416
+ /** @example 01 May 2026, 01:43 PM */
19417
19417
  created?: string;
19418
19418
  /** @example 0 seconds ago */
19419
19419
  email_verified_at?: string;
@@ -19682,7 +19682,7 @@ export interface operations {
19682
19682
  */
19683
19683
  search?: string | null;
19684
19684
  /**
19685
- * @example converted
19685
+ * @example pending
19686
19686
  * @enum {string|null}
19687
19687
  */
19688
19688
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
@@ -19916,7 +19916,7 @@ export interface operations {
19916
19916
  content: {
19917
19917
  "application/json": {
19918
19918
  data?: {
19919
- /** @example 517a24c1-4d0c-45fb-8492-a7566340ce99 */
19919
+ /** @example 3b1228f4-8737-4924-bd3a-8236f26262c5 */
19920
19920
  uid?: string;
19921
19921
  /** @example JH-APP-2026-936806 */
19922
19922
  application_ref?: string;
@@ -19937,7 +19937,7 @@ export interface operations {
19937
19937
  /** @example null */
19938
19938
  rejection_reason?: string | null;
19939
19939
  timeline?: {
19940
- /** @example 2026-05-01T13:22:12.000000Z */
19940
+ /** @example 2026-05-01T13:43:14.000000Z */
19941
19941
  created_at?: string;
19942
19942
  /** @example null */
19943
19943
  approved_at?: string | null;
@@ -19971,7 +19971,7 @@ export interface operations {
19971
19971
  content: {
19972
19972
  "application/json": {
19973
19973
  data?: {
19974
- /** @example 95365ae7-3ff3-4d05-8e2b-be920a496137 */
19974
+ /** @example 545bac54-af4e-463e-9113-137a70ef5bc3 */
19975
19975
  uid?: string;
19976
19976
  /** @example JH-APP-2026-757680 */
19977
19977
  application_ref?: string;
@@ -19992,7 +19992,7 @@ export interface operations {
19992
19992
  /** @example null */
19993
19993
  rejection_reason?: string | null;
19994
19994
  timeline?: {
19995
- /** @example 2026-05-01T13:22:12.000000Z */
19995
+ /** @example 2026-05-01T13:43:14.000000Z */
19996
19996
  created_at?: string;
19997
19997
  /** @example null */
19998
19998
  approved_at?: string | null;
@@ -20036,7 +20036,7 @@ export interface operations {
20036
20036
  content: {
20037
20037
  "application/json": {
20038
20038
  data?: {
20039
- /** @example d995fa74-071e-45c8-a4a3-ca75217dee2c */
20039
+ /** @example 92da7483-10f0-42f1-b630-e1dc4c2557c5 */
20040
20040
  uid?: string;
20041
20041
  /** @example JH-APP-2026-449171 */
20042
20042
  application_ref?: string;
@@ -20057,7 +20057,7 @@ export interface operations {
20057
20057
  /** @example null */
20058
20058
  rejection_reason?: string | null;
20059
20059
  timeline?: {
20060
- /** @example 2026-05-01T13:22:12.000000Z */
20060
+ /** @example 2026-05-01T13:43:14.000000Z */
20061
20061
  created_at?: string;
20062
20062
  /** @example null */
20063
20063
  approved_at?: string | null;
@@ -20091,7 +20091,7 @@ export interface operations {
20091
20091
  content: {
20092
20092
  "application/json": {
20093
20093
  data?: {
20094
- /** @example 41c804fb-b804-4c9c-b718-76e98fb3e0a1 */
20094
+ /** @example 34b39766-4338-4370-85de-dfe42f140944 */
20095
20095
  uid?: string;
20096
20096
  /** @example 4881.50 */
20097
20097
  rent_amount?: string;
@@ -20109,7 +20109,7 @@ export interface operations {
20109
20109
  company_name?: string | null;
20110
20110
  /** @example null */
20111
20111
  company_registration_number?: string | null;
20112
- /** @example 2026-05-01T13:22:12.000000Z */
20112
+ /** @example 2026-05-01T13:43:14.000000Z */
20113
20113
  created_at?: string;
20114
20114
  };
20115
20115
  };
@@ -20156,11 +20156,11 @@ export interface operations {
20156
20156
  content: {
20157
20157
  "application/json": {
20158
20158
  data?: {
20159
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
20159
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
20160
20160
  draft_name?: string;
20161
- /** @example LST-PRP-LTR-MOMXZN8Q3LK */
20161
+ /** @example LST-PRP-LTR-MOMYQPEAPFQ */
20162
20162
  sku?: string;
20163
- /** @example b77d400a-507f-4791-81af-e0b31d2daabe */
20163
+ /** @example 8858789b-2a30-4656-a4e1-2a0be96db459 */
20164
20164
  uid?: string;
20165
20165
  /** @example Rent */
20166
20166
  listing_type?: string;
@@ -20284,9 +20284,9 @@ export interface operations {
20284
20284
  /**
20285
20285
  * @example [
20286
20286
  * {
20287
- * "draft_name": "New For Rent Property draft • 1 May 2026, 1:22 PM",
20288
- * "sku": "LST-PRP-LTR-MOMXZN96J77",
20289
- * "uid": "9282a1e0-63b6-4edc-b691-15d510f0d0e2",
20287
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 1:43 PM",
20288
+ * "sku": "LST-PRP-LTR-MOMYQPERWHK",
20289
+ * "uid": "ead143fc-e81f-4a2e-a8f0-78921fc55743",
20290
20290
  * "listing_type": "Rent",
20291
20291
  * "vertical": "Property",
20292
20292
  * "arrangement_type": "let_to_let",
@@ -20303,9 +20303,9 @@ export interface operations {
20303
20303
  * "media": []
20304
20304
  * },
20305
20305
  * {
20306
- * "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
20307
- * "sku": "LST-PRP-SHL-MOMXZN985YK",
20308
- * "uid": "5f2572c6-09ec-4ddf-947c-5cab001081f4",
20306
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 1:43 PM",
20307
+ * "sku": "LST-PRP-SHL-MOMYQPETTCM",
20308
+ * "uid": "af051b5d-55e3-4dfa-bad2-2e79e28e903c",
20309
20309
  * "listing_type": "Short Let",
20310
20310
  * "vertical": "Property",
20311
20311
  * "arrangement_type": "short_term_managed",
@@ -20324,11 +20324,11 @@ export interface operations {
20324
20324
  * ]
20325
20325
  */
20326
20326
  data?: {
20327
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
20327
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
20328
20328
  draft_name?: string;
20329
- /** @example LST-PRP-LTR-MOMXZN96J77 */
20329
+ /** @example LST-PRP-LTR-MOMYQPERWHK */
20330
20330
  sku?: string;
20331
- /** @example 9282a1e0-63b6-4edc-b691-15d510f0d0e2 */
20331
+ /** @example ead143fc-e81f-4a2e-a8f0-78921fc55743 */
20332
20332
  uid?: string;
20333
20333
  /** @example Rent */
20334
20334
  listing_type?: string;
@@ -20438,9 +20438,9 @@ export interface operations {
20438
20438
  /**
20439
20439
  * @example [
20440
20440
  * {
20441
- * "draft_name": "New For Rent Property draft • 1 May 2026, 1:22 PM",
20442
- * "sku": "LST-PRP-LTR-MOMXZN9FVVZ",
20443
- * "uid": "0663b275-df52-4ca7-856d-f957667aab59",
20441
+ * "draft_name": "New For Rent Property draft • 1 May 2026, 1:43 PM",
20442
+ * "sku": "LST-PRP-LTR-MOMYQPF0YRO",
20443
+ * "uid": "b63b67a3-93ef-4635-8aa5-99b649b84f9b",
20444
20444
  * "listing_type": "Rent",
20445
20445
  * "vertical": "Property",
20446
20446
  * "arrangement_type": "let_to_let",
@@ -20457,9 +20457,9 @@ export interface operations {
20457
20457
  * "media": []
20458
20458
  * },
20459
20459
  * {
20460
- * "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
20461
- * "sku": "LST-PRP-SHL-MOMXZN9IMAJ",
20462
- * "uid": "64c726f7-d8c6-49ac-9332-581497b883d7",
20460
+ * "draft_name": "New Short Let Property draft • 1 May 2026, 1:43 PM",
20461
+ * "sku": "LST-PRP-SHL-MOMYQPF2NCA",
20462
+ * "uid": "a618b6ed-e11d-4b84-b4dc-0ee17d4b44a4",
20463
20463
  * "listing_type": "Short Let",
20464
20464
  * "vertical": "Property",
20465
20465
  * "arrangement_type": "short_term_managed",
@@ -20478,11 +20478,11 @@ export interface operations {
20478
20478
  * ]
20479
20479
  */
20480
20480
  data?: {
20481
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
20481
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
20482
20482
  draft_name?: string;
20483
- /** @example LST-PRP-LTR-MOMXZN9FVVZ */
20483
+ /** @example LST-PRP-LTR-MOMYQPF0YRO */
20484
20484
  sku?: string;
20485
- /** @example 0663b275-df52-4ca7-856d-f957667aab59 */
20485
+ /** @example b63b67a3-93ef-4635-8aa5-99b649b84f9b */
20486
20486
  uid?: string;
20487
20487
  /** @example Rent */
20488
20488
  listing_type?: string;
@@ -21731,7 +21731,7 @@ export interface operations {
21731
21731
  content: {
21732
21732
  "application/json": {
21733
21733
  data?: {
21734
- /** @example da7668b3-b5ab-41c9-a568-2b34929d5137 */
21734
+ /** @example e7aeb3f5-381b-4efd-9340-d07144581afd */
21735
21735
  uid?: string;
21736
21736
  /** @example photo */
21737
21737
  media_type?: string;
@@ -21880,11 +21880,11 @@ export interface operations {
21880
21880
  content: {
21881
21881
  "application/json": {
21882
21882
  data?: {
21883
- /** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
21883
+ /** @example New For Rent Property draft • 1 May 2026, 1:43 PM */
21884
21884
  draft_name?: string;
21885
- /** @example LST-PRP-LTR-MOMXZNBJVLS */
21885
+ /** @example LST-PRP-LTR-MOMYQPH323A */
21886
21886
  sku?: string;
21887
- /** @example c65eefbd-b683-4e24-9d28-b6695d1ebc20 */
21887
+ /** @example 60a0090a-08c6-411d-802b-b7df23cf3dd4 */
21888
21888
  uid?: string;
21889
21889
  /** @example Rent */
21890
21890
  listing_type?: string;
@@ -22044,7 +22044,7 @@ export interface operations {
22044
22044
  content: {
22045
22045
  "application/json": {
22046
22046
  data?: {
22047
- /** @example 900ac56b-98e2-430e-ab84-91dbc28f9059 */
22047
+ /** @example 565fcd6f-230b-4cc9-9e5d-1075d52e0f80 */
22048
22048
  uid?: string;
22049
22049
  /** @example null */
22050
22050
  compliances?: string | null;
@@ -22095,7 +22095,7 @@ export interface operations {
22095
22095
  content: {
22096
22096
  "application/json": {
22097
22097
  data?: {
22098
- /** @example 174 */
22098
+ /** @example 176 */
22099
22099
  id?: number;
22100
22100
  compliance?: {
22101
22101
  /** @example 1 */
@@ -22117,7 +22117,7 @@ export interface operations {
22117
22117
  reviewed_by?: number;
22118
22118
  /** @example null */
22119
22119
  reviewed_at?: string | null;
22120
- /** @example 2026-05-01T13:22:12.000000Z */
22120
+ /** @example 2026-05-01T13:43:15.000000Z */
22121
22121
  created_at?: string;
22122
22122
  };
22123
22123
  };
@@ -22172,7 +22172,7 @@ export interface operations {
22172
22172
  /**
22173
22173
  * @example [
22174
22174
  * {
22175
- * "uid": "eb41236e-bbee-4f18-893a-673c0183cbc9",
22175
+ * "uid": "7ef325aa-69ff-4aea-8e6d-4d8e9dd526e1",
22176
22176
  * "rent_amount": "4881.50",
22177
22177
  * "deposit_amount": "2151.17",
22178
22178
  * "state": "offer_accepted",
@@ -22181,10 +22181,10 @@ export interface operations {
22181
22181
  * "is_periodic": false,
22182
22182
  * "company_name": null,
22183
22183
  * "company_registration_number": null,
22184
- * "created_at": "2026-05-01T13:22:12.000000Z"
22184
+ * "created_at": "2026-05-01T13:43:15.000000Z"
22185
22185
  * },
22186
22186
  * {
22187
- * "uid": "d3d7d615-3436-4305-9c97-6c620fbc98f9",
22187
+ * "uid": "94baa7bb-d152-461f-ad7f-11bee8bb7d60",
22188
22188
  * "rent_amount": "3832.26",
22189
22189
  * "deposit_amount": "1384.27",
22190
22190
  * "state": "terminated",
@@ -22193,12 +22193,12 @@ export interface operations {
22193
22193
  * "is_periodic": false,
22194
22194
  * "company_name": null,
22195
22195
  * "company_registration_number": null,
22196
- * "created_at": "2026-05-01T13:22:12.000000Z"
22196
+ * "created_at": "2026-05-01T13:43:15.000000Z"
22197
22197
  * }
22198
22198
  * ]
22199
22199
  */
22200
22200
  data?: {
22201
- /** @example eb41236e-bbee-4f18-893a-673c0183cbc9 */
22201
+ /** @example 7ef325aa-69ff-4aea-8e6d-4d8e9dd526e1 */
22202
22202
  uid?: string;
22203
22203
  /** @example 4881.50 */
22204
22204
  rent_amount?: string;
@@ -22216,7 +22216,7 @@ export interface operations {
22216
22216
  company_name?: string | null;
22217
22217
  /** @example null */
22218
22218
  company_registration_number?: string | null;
22219
- /** @example 2026-05-01T13:22:12.000000Z */
22219
+ /** @example 2026-05-01T13:43:15.000000Z */
22220
22220
  created_at?: string;
22221
22221
  }[];
22222
22222
  links?: {
@@ -22303,7 +22303,7 @@ export interface operations {
22303
22303
  /**
22304
22304
  * @example [
22305
22305
  * {
22306
- * "uid": "101fa69a-5521-454e-b119-edf2f5cf2747",
22306
+ * "uid": "8dbf1c35-0397-4a29-8cf8-79b7dc0ad679",
22307
22307
  * "rent_amount": "4881.50",
22308
22308
  * "deposit_amount": "2151.17",
22309
22309
  * "state": "offer_accepted",
@@ -22312,10 +22312,10 @@ export interface operations {
22312
22312
  * "is_periodic": false,
22313
22313
  * "company_name": null,
22314
22314
  * "company_registration_number": null,
22315
- * "created_at": "2026-05-01T13:22:12.000000Z"
22315
+ * "created_at": "2026-05-01T13:43:15.000000Z"
22316
22316
  * },
22317
22317
  * {
22318
- * "uid": "bf47d6a6-78e1-423e-91ca-50ccdc57e65a",
22318
+ * "uid": "b19e9524-c8a7-44a0-b75d-217dc8b6e68a",
22319
22319
  * "rent_amount": "3832.26",
22320
22320
  * "deposit_amount": "1384.27",
22321
22321
  * "state": "terminated",
@@ -22324,12 +22324,12 @@ export interface operations {
22324
22324
  * "is_periodic": false,
22325
22325
  * "company_name": null,
22326
22326
  * "company_registration_number": null,
22327
- * "created_at": "2026-05-01T13:22:12.000000Z"
22327
+ * "created_at": "2026-05-01T13:43:15.000000Z"
22328
22328
  * }
22329
22329
  * ]
22330
22330
  */
22331
22331
  data?: {
22332
- /** @example 101fa69a-5521-454e-b119-edf2f5cf2747 */
22332
+ /** @example 8dbf1c35-0397-4a29-8cf8-79b7dc0ad679 */
22333
22333
  uid?: string;
22334
22334
  /** @example 4881.50 */
22335
22335
  rent_amount?: string;
@@ -22347,7 +22347,7 @@ export interface operations {
22347
22347
  company_name?: string | null;
22348
22348
  /** @example null */
22349
22349
  company_registration_number?: string | null;
22350
- /** @example 2026-05-01T13:22:12.000000Z */
22350
+ /** @example 2026-05-01T13:43:15.000000Z */
22351
22351
  created_at?: string;
22352
22352
  }[];
22353
22353
  links?: {
@@ -22454,7 +22454,7 @@ export interface operations {
22454
22454
  content: {
22455
22455
  "application/json": {
22456
22456
  data?: {
22457
- /** @example 267 */
22457
+ /** @example 271 */
22458
22458
  id?: number;
22459
22459
  compliance?: {
22460
22460
  /** @example 1 */
@@ -22474,9 +22474,9 @@ export interface operations {
22474
22474
  rejection_reason?: string | null;
22475
22475
  /** @example 1 */
22476
22476
  reviewed_by?: number;
22477
- /** @example 2026-05-01T13:22:12.000000Z */
22477
+ /** @example 2026-05-01T13:43:15.000000Z */
22478
22478
  reviewed_at?: string;
22479
- /** @example 2026-05-01T13:22:12.000000Z */
22479
+ /** @example 2026-05-01T13:43:15.000000Z */
22480
22480
  created_at?: string;
22481
22481
  };
22482
22482
  };
@@ -22503,7 +22503,7 @@ export interface operations {
22503
22503
  content: {
22504
22504
  "application/json": {
22505
22505
  data?: {
22506
- /** @example 268 */
22506
+ /** @example 272 */
22507
22507
  id?: number;
22508
22508
  compliance?: {
22509
22509
  /** @example 1 */
@@ -22523,9 +22523,9 @@ export interface operations {
22523
22523
  rejection_reason?: string | null;
22524
22524
  /** @example 1 */
22525
22525
  reviewed_by?: number;
22526
- /** @example 2026-05-01T13:22:12.000000Z */
22526
+ /** @example 2026-05-01T13:43:15.000000Z */
22527
22527
  reviewed_at?: string;
22528
- /** @example 2026-05-01T13:22:12.000000Z */
22528
+ /** @example 2026-05-01T13:43:15.000000Z */
22529
22529
  created_at?: string;
22530
22530
  };
22531
22531
  };
@@ -23657,37 +23657,37 @@ export interface operations {
23657
23657
  /**
23658
23658
  * @example [
23659
23659
  * {
23660
- * "uid": "e33a3935-b647-46b0-a7fa-a29fc09c4230",
23660
+ * "uid": "45efb0f3-2293-4dc7-8449-28b243503d17",
23661
23661
  * "tenancy_id": 1,
23662
23662
  * "title": "Quos velit et fugiat sunt nihil.",
23663
23663
  * "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.",
23664
23664
  * "status": "reported",
23665
23665
  * "priority": "emergency",
23666
- * "reported_at": "25 Apr 2026, 12:35 AM",
23667
- * "assigned_at": "29 Apr 2026, 08:55 PM",
23666
+ * "reported_at": "25 Apr 2026, 12:56 AM",
23667
+ * "assigned_at": "29 Apr 2026, 09:16 PM",
23668
23668
  * "completed_at": null,
23669
- * "sla_deadline": "03 May 2026, 02:18 AM",
23670
- * "created_at": "01 May 2026, 01:22 PM",
23671
- * "updated_at": "01 May 2026, 01:22 PM"
23669
+ * "sla_deadline": "03 May 2026, 02:39 AM",
23670
+ * "created_at": "01 May 2026, 01:43 PM",
23671
+ * "updated_at": "01 May 2026, 01:43 PM"
23672
23672
  * },
23673
23673
  * {
23674
- * "uid": "1e701dc4-6bbe-444f-98a1-852f20b2dd6b",
23674
+ * "uid": "5a325ded-a7bd-4d1c-81ac-41d5e51b5850",
23675
23675
  * "tenancy_id": 1,
23676
23676
  * "title": "Fugit deleniti distinctio eum doloremque.",
23677
23677
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
23678
23678
  * "status": "completed",
23679
23679
  * "priority": "normal",
23680
- * "reported_at": "27 Apr 2026, 01:14 PM",
23680
+ * "reported_at": "27 Apr 2026, 01:35 PM",
23681
23681
  * "assigned_at": null,
23682
23682
  * "completed_at": null,
23683
- * "sla_deadline": "04 May 2026, 10:18 AM",
23684
- * "created_at": "01 May 2026, 01:22 PM",
23685
- * "updated_at": "01 May 2026, 01:22 PM"
23683
+ * "sla_deadline": "04 May 2026, 10:39 AM",
23684
+ * "created_at": "01 May 2026, 01:43 PM",
23685
+ * "updated_at": "01 May 2026, 01:43 PM"
23686
23686
  * }
23687
23687
  * ]
23688
23688
  */
23689
23689
  data?: {
23690
- /** @example e33a3935-b647-46b0-a7fa-a29fc09c4230 */
23690
+ /** @example 45efb0f3-2293-4dc7-8449-28b243503d17 */
23691
23691
  uid?: string;
23692
23692
  /** @example 1 */
23693
23693
  tenancy_id?: number;
@@ -23699,17 +23699,17 @@ export interface operations {
23699
23699
  status?: string;
23700
23700
  /** @example emergency */
23701
23701
  priority?: string;
23702
- /** @example 25 Apr 2026, 12:35 AM */
23702
+ /** @example 25 Apr 2026, 12:56 AM */
23703
23703
  reported_at?: string;
23704
- /** @example 29 Apr 2026, 08:55 PM */
23704
+ /** @example 29 Apr 2026, 09:16 PM */
23705
23705
  assigned_at?: string;
23706
23706
  /** @example null */
23707
23707
  completed_at?: string | null;
23708
- /** @example 03 May 2026, 02:18 AM */
23708
+ /** @example 03 May 2026, 02:39 AM */
23709
23709
  sla_deadline?: string;
23710
- /** @example 01 May 2026, 01:22 PM */
23710
+ /** @example 01 May 2026, 01:43 PM */
23711
23711
  created_at?: string;
23712
- /** @example 01 May 2026, 01:22 PM */
23712
+ /** @example 01 May 2026, 01:43 PM */
23713
23713
  updated_at?: string;
23714
23714
  }[];
23715
23715
  links?: {
@@ -23825,13 +23825,13 @@ export interface operations {
23825
23825
  };
23826
23826
  } | {
23827
23827
  data?: {
23828
- /** @example 7ed0b742-7084-4a60-8215-c7301e155909 */
23828
+ /** @example ae1facdf-b556-4642-a9aa-31588e8dac38 */
23829
23829
  uid?: string;
23830
23830
  /** @example image */
23831
23831
  file_type?: string;
23832
23832
  /** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
23833
23833
  url?: string;
23834
- /** @example 2026-05-01T13:22:13.000000Z */
23834
+ /** @example 2026-05-01T13:43:16.000000Z */
23835
23835
  created_at?: string;
23836
23836
  };
23837
23837
  };
@@ -23876,7 +23876,7 @@ export interface operations {
23876
23876
  content: {
23877
23877
  "application/json": {
23878
23878
  data?: {
23879
- /** @example 190 */
23879
+ /** @example 192 */
23880
23880
  id?: number;
23881
23881
  type?: {
23882
23882
  /** @example property_inquiry */
@@ -23934,7 +23934,7 @@ export interface operations {
23934
23934
  };
23935
23935
  /** @example null */
23936
23936
  last_message_at?: string | null;
23937
- /** @example 01 May 2026, 01:22 PM */
23937
+ /** @example 01 May 2026, 01:43 PM */
23938
23938
  created_at?: string;
23939
23939
  };
23940
23940
  };
@@ -24373,10 +24373,8 @@ export interface operations {
24373
24373
  query?: never;
24374
24374
  header?: never;
24375
24375
  path: {
24376
- /** @description The ID of the notification. */
24376
+ /** @description The notification_id of the Notification. */
24377
24377
  notification_id: string;
24378
- /** @description The id of the Notification. */
24379
- id: string;
24380
24378
  };
24381
24379
  cookie?: never;
24382
24380
  };
@@ -24388,7 +24386,7 @@ export interface operations {
24388
24386
  };
24389
24387
  content: {
24390
24388
  "application/json": {
24391
- /** @example df93daf4-39af-480a-ba7f-6b8cca0fa975 */
24389
+ /** @example abcf575e-f2e0-4c2e-851b-3f058181e46e */
24392
24390
  id?: string;
24393
24391
  /** @example APPOINTMENT_CREATED */
24394
24392
  type?: string;
@@ -24400,7 +24398,7 @@ export interface operations {
24400
24398
  data?: unknown[];
24401
24399
  /** @example null */
24402
24400
  read_at?: string | null;
24403
- /** @example 01 May 2026, 01:22 PM */
24401
+ /** @example 01 May 2026, 01:43 PM */
24404
24402
  created_at?: string;
24405
24403
  };
24406
24404
  };
@@ -24506,9 +24504,9 @@ export interface operations {
24506
24504
  content: {
24507
24505
  "application/json": {
24508
24506
  data?: {
24509
- /** @example hic */
24507
+ /** @example exercitationem */
24510
24508
  key?: string;
24511
- /** @example quos */
24509
+ /** @example vero */
24512
24510
  name?: string;
24513
24511
  /** @example soft */
24514
24512
  enforcement_mode?: string;
@@ -24646,7 +24644,7 @@ export interface operations {
24646
24644
  content: {
24647
24645
  "application/json": {
24648
24646
  data?: {
24649
- /** @example 8da510ec-1b2d-4124-b9c7-e475187373fe */
24647
+ /** @example bb1671cd-30e6-4b78-b1a1-f974c8d13f79 */
24650
24648
  uid?: string;
24651
24649
  /** @example JH-APP-2026-089432 */
24652
24650
  application_ref?: string;
@@ -24667,7 +24665,7 @@ export interface operations {
24667
24665
  /** @example null */
24668
24666
  rejection_reason?: string | null;
24669
24667
  timeline?: {
24670
- /** @example 2026-05-01T13:22:13.000000Z */
24668
+ /** @example 2026-05-01T13:43:16.000000Z */
24671
24669
  created_at?: string;
24672
24670
  /** @example null */
24673
24671
  approved_at?: string | null;
@@ -24712,7 +24710,7 @@ export interface operations {
24712
24710
  */
24713
24711
  status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
24714
24712
  /**
24715
- * @example landlord
24713
+ * @example tenant
24716
24714
  * @enum {string|null}
24717
24715
  */
24718
24716
  source?: "tenant" | "landlord" | "admin" | null;
@@ -25030,7 +25028,7 @@ export interface operations {
25030
25028
  content: {
25031
25029
  "application/json": {
25032
25030
  data?: {
25033
- /** @example 80bdab1d-51b8-4322-b6ee-217bfa1da4d5 */
25031
+ /** @example 8a7f8c0c-dd41-4c9b-b811-301090ca143a */
25034
25032
  uid?: string;
25035
25033
  /** @example JH-APP-2026-700432 */
25036
25034
  application_ref?: string;
@@ -25051,7 +25049,7 @@ export interface operations {
25051
25049
  /** @example null */
25052
25050
  rejection_reason?: string | null;
25053
25051
  timeline?: {
25054
- /** @example 2026-05-01T13:22:13.000000Z */
25052
+ /** @example 2026-05-01T13:43:16.000000Z */
25055
25053
  created_at?: string;
25056
25054
  /** @example null */
25057
25055
  approved_at?: string | null;
@@ -25244,21 +25242,21 @@ export interface operations {
25244
25242
  content: {
25245
25243
  "application/json": {
25246
25244
  data?: {
25247
- /** @example 445 */
25245
+ /** @example 453 */
25248
25246
  id?: number;
25249
25247
  /** @example 1 */
25250
25248
  rating?: number;
25251
25249
  /** @example Nice Listing */
25252
25250
  comment?: string;
25253
25251
  reviewer?: {
25254
- /** @example 25 */
25252
+ /** @example 22 */
25255
25253
  id?: number;
25256
- /** @example Jayden Ward */
25254
+ /** @example Theo Ward */
25257
25255
  name?: string;
25258
25256
  };
25259
- /** @example 01 May 2026, 01:22 PM */
25257
+ /** @example 01 May 2026, 01:43 PM */
25260
25258
  created_at?: string;
25261
- /** @example 01 May 2026, 01:22 PM */
25259
+ /** @example 01 May 2026, 01:43 PM */
25262
25260
  updated_at?: string;
25263
25261
  };
25264
25262
  };
@@ -25302,21 +25300,21 @@ export interface operations {
25302
25300
  content: {
25303
25301
  "application/json": {
25304
25302
  data?: {
25305
- /** @example 446 */
25303
+ /** @example 454 */
25306
25304
  id?: number;
25307
25305
  /** @example 1 */
25308
25306
  rating?: number;
25309
25307
  /** @example Nice Listing */
25310
25308
  comment?: string;
25311
25309
  reviewer?: {
25312
- /** @example 8 */
25310
+ /** @example 9 */
25313
25311
  id?: number;
25314
- /** @example Kyle Matthews */
25312
+ /** @example Dominic Thomas */
25315
25313
  name?: string;
25316
25314
  };
25317
- /** @example 01 May 2026, 01:22 PM */
25315
+ /** @example 01 May 2026, 01:43 PM */
25318
25316
  created_at?: string;
25319
- /** @example 01 May 2026, 01:22 PM */
25317
+ /** @example 01 May 2026, 01:43 PM */
25320
25318
  updated_at?: string;
25321
25319
  };
25322
25320
  };
@@ -25358,21 +25356,21 @@ export interface operations {
25358
25356
  content: {
25359
25357
  "application/json": {
25360
25358
  data?: {
25361
- /** @example 447 */
25359
+ /** @example 455 */
25362
25360
  id?: number;
25363
25361
  /** @example 1 */
25364
25362
  rating?: number;
25365
25363
  /** @example Nice Listing */
25366
25364
  comment?: string;
25367
25365
  reviewer?: {
25368
- /** @example 2 */
25366
+ /** @example 9 */
25369
25367
  id?: number;
25370
- /** @example dogunfx */
25368
+ /** @example Dominic Thomas */
25371
25369
  name?: string;
25372
25370
  };
25373
- /** @example 01 May 2026, 01:22 PM */
25371
+ /** @example 01 May 2026, 01:43 PM */
25374
25372
  created_at?: string;
25375
- /** @example 01 May 2026, 01:22 PM */
25373
+ /** @example 01 May 2026, 01:43 PM */
25376
25374
  updated_at?: string;
25377
25375
  };
25378
25376
  };
@@ -25399,21 +25397,21 @@ export interface operations {
25399
25397
  content: {
25400
25398
  "application/json": {
25401
25399
  data?: {
25402
- /** @example 448 */
25400
+ /** @example 456 */
25403
25401
  id?: number;
25404
25402
  /** @example 1 */
25405
25403
  rating?: number;
25406
25404
  /** @example Nice Listing */
25407
25405
  comment?: string;
25408
25406
  reviewer?: {
25409
- /** @example 5 */
25407
+ /** @example 12 */
25410
25408
  id?: number;
25411
- /** @example Mary Hall */
25409
+ /** @example Tara Marshall */
25412
25410
  name?: string;
25413
25411
  };
25414
- /** @example 01 May 2026, 01:22 PM */
25412
+ /** @example 01 May 2026, 01:43 PM */
25415
25413
  created_at?: string;
25416
- /** @example 01 May 2026, 01:22 PM */
25414
+ /** @example 01 May 2026, 01:43 PM */
25417
25415
  updated_at?: string;
25418
25416
  };
25419
25417
  };
@@ -25440,7 +25438,7 @@ export interface operations {
25440
25438
  content: {
25441
25439
  "application/json": {
25442
25440
  data?: {
25443
- /** @example 36d54414-f582-4bee-af35-a9a7a2a06a3d */
25441
+ /** @example 9eb0bf40-10ae-4977-93ec-7d21a0c5c055 */
25444
25442
  uid?: string;
25445
25443
  /** @example 4881.50 */
25446
25444
  rent_amount?: string;
@@ -25458,7 +25456,7 @@ export interface operations {
25458
25456
  company_name?: string | null;
25459
25457
  /** @example null */
25460
25458
  company_registration_number?: string | null;
25461
- /** @example 2026-05-01T13:22:13.000000Z */
25459
+ /** @example 2026-05-01T13:43:16.000000Z */
25462
25460
  created_at?: string;
25463
25461
  /** @example [] */
25464
25462
  compliances?: unknown[];
@@ -25535,7 +25533,7 @@ export interface operations {
25535
25533
  content: {
25536
25534
  "application/json": {
25537
25535
  data?: {
25538
- /** @example a919899d-ea08-46c7-92e5-6b092e8abc2f */
25536
+ /** @example ffb8723f-a18b-4efc-a52b-528d7a6aafbc */
25539
25537
  uid?: string;
25540
25538
  /** @example 4978.97 */
25541
25539
  rent_amount?: string;
@@ -25553,7 +25551,7 @@ export interface operations {
25553
25551
  company_name?: string | null;
25554
25552
  /** @example null */
25555
25553
  company_registration_number?: string | null;
25556
- /** @example 2026-05-01T13:22:13.000000Z */
25554
+ /** @example 2026-05-01T13:43:16.000000Z */
25557
25555
  created_at?: string;
25558
25556
  };
25559
25557
  };
@@ -25847,15 +25845,15 @@ export interface operations {
25847
25845
  * "changed_by_user_id": 3,
25848
25846
  * "changed_by_name": "Teagan King",
25849
25847
  * "comment": "Qui commodi incidunt iure odit.",
25850
- * "created_at": "2026-01-09T00:09:12.000000Z"
25848
+ * "created_at": "2026-01-09T00:30:15.000000Z"
25851
25849
  * },
25852
25850
  * {
25853
- * "from_state": "offer_accepted",
25851
+ * "from_state": "periodic",
25854
25852
  * "to_state": "notice_served",
25855
25853
  * "changed_by_user_id": 3,
25856
25854
  * "changed_by_name": "Teagan King",
25857
- * "comment": "Libero fugit qui magni animi.",
25858
- * "created_at": "2025-11-16T01:40:47.000000Z"
25855
+ * "comment": "Ut ea vel similique sed ut asperiores nihil.",
25856
+ * "created_at": "2025-11-29T16:08:19.000000Z"
25859
25857
  * }
25860
25858
  * ]
25861
25859
  */
@@ -25870,7 +25868,7 @@ export interface operations {
25870
25868
  changed_by_name?: string;
25871
25869
  /** @example Qui commodi incidunt iure odit. */
25872
25870
  comment?: string;
25873
- /** @example 2026-01-09T00:09:12.000000Z */
25871
+ /** @example 2026-01-09T00:30:15.000000Z */
25874
25872
  created_at?: string;
25875
25873
  }[];
25876
25874
  };
@@ -26255,7 +26253,7 @@ export interface operations {
26255
26253
  content: {
26256
26254
  "application/json": {
26257
26255
  data?: {
26258
- /** @example 826a89df-6cb9-4ab4-9f70-2edc774fe949 */
26256
+ /** @example bb14eded-ea78-42e8-9138-16b86f4bc6d3 */
26259
26257
  uid?: string;
26260
26258
  /** @example Ms. Audra Crooks II */
26261
26259
  username?: string;
@@ -26285,7 +26283,7 @@ export interface operations {
26285
26283
  timezone?: string;
26286
26284
  /** @example Customer */
26287
26285
  user_type?: string;
26288
- /** @example 01 May 2026, 01:22 PM */
26286
+ /** @example 01 May 2026, 01:43 PM */
26289
26287
  created?: string;
26290
26288
  /** @example 0 seconds ago */
26291
26289
  email_verified_at?: string;
@@ -26560,7 +26558,7 @@ export interface operations {
26560
26558
  content: {
26561
26559
  "application/json": {
26562
26560
  data?: {
26563
- /** @example c5df6e34-5c81-4613-8109-ff40c3bdffb3 */
26561
+ /** @example d87e5f1c-7613-40ff-b3d1-251d9f920614 */
26564
26562
  uid?: string;
26565
26563
  /** @example Morgan Hirthe */
26566
26564
  username?: string;
@@ -26590,7 +26588,7 @@ export interface operations {
26590
26588
  timezone?: string;
26591
26589
  /** @example Customer */
26592
26590
  user_type?: string;
26593
- /** @example 01 May 2026, 01:22 PM */
26591
+ /** @example 01 May 2026, 01:43 PM */
26594
26592
  created?: string;
26595
26593
  /** @example 0 seconds ago */
26596
26594
  email_verified_at?: string;
@@ -26662,7 +26660,7 @@ export interface operations {
26662
26660
  content: {
26663
26661
  "application/json": {
26664
26662
  data?: {
26665
- /** @example b6edc5cd-f68a-42bc-be6f-2e1de838b16f */
26663
+ /** @example 6b9d56e1-4e60-4173-9e47-8548a60ecc0d */
26666
26664
  uid?: string;
26667
26665
  /** @example Ms. Audra Crooks II */
26668
26666
  username?: string;
@@ -26692,7 +26690,7 @@ export interface operations {
26692
26690
  timezone?: string;
26693
26691
  /** @example Customer */
26694
26692
  user_type?: string;
26695
- /** @example 01 May 2026, 01:22 PM */
26693
+ /** @example 01 May 2026, 01:43 PM */
26696
26694
  created?: string;
26697
26695
  /** @example 0 seconds ago */
26698
26696
  email_verified_at?: string;
@@ -26940,13 +26938,13 @@ export interface operations {
26940
26938
  content: {
26941
26939
  "application/json": {
26942
26940
  data?: {
26943
- /** @example 9 */
26941
+ /** @example 0 */
26944
26942
  current_level?: number;
26945
26943
  /** @example 3 */
26946
26944
  completed_layers?: number;
26947
- /** @example 2 */
26945
+ /** @example 4 */
26948
26946
  pending_layers?: number;
26949
- /** @example 01 May 2026, 01:22 PM */
26947
+ /** @example 01 May 2026, 01:43 PM */
26950
26948
  last_calculated_at?: string;
26951
26949
  };
26952
26950
  };
@@ -26994,7 +26992,7 @@ export interface operations {
26994
26992
  completed_layers?: number;
26995
26993
  /** @example 4 */
26996
26994
  pending_layers?: number;
26997
- /** @example 01 May 2026, 01:22 PM */
26995
+ /** @example 01 May 2026, 01:43 PM */
26998
26996
  last_calculated_at?: string;
26999
26997
  };
27000
26998
  };
@@ -27028,14 +27026,14 @@ export interface operations {
27028
27026
  content: {
27029
27027
  "application/json": {
27030
27028
  data?: {
27031
- /** @example 651fef18-054a-469e-ae4e-5e8d7aa57aae */
27029
+ /** @example 85fc6a57-a557-4451-b259-34c63c7abed0 */
27032
27030
  wishlist_uid?: string;
27033
27031
  listing?: {
27034
- /** @example New For Sale Used Item draft • 1 May 2026, 1:22 PM */
27032
+ /** @example New For Sale Used Item draft • 1 May 2026, 1:43 PM */
27035
27033
  draft_name?: string;
27036
- /** @example LST-UIT-SAL-MOMXZO14WGT */
27034
+ /** @example LST-UIT-SAL-MOMYQQ86B5M */
27037
27035
  sku?: string;
27038
- /** @example e21b02be-4096-464e-b53a-5f81867f8b4c */
27036
+ /** @example def08c41-c634-4e9c-b9f4-1ca7e38b9ea2 */
27039
27037
  uid?: string;
27040
27038
  /** @example Sale */
27041
27039
  listing_type?: string;
@@ -27422,7 +27420,7 @@ export interface operations {
27422
27420
  completed_layers?: number;
27423
27421
  /** @example 2 */
27424
27422
  pending_layers?: number;
27425
- /** @example 01 May 2026, 01:22 PM */
27423
+ /** @example 01 May 2026, 01:43 PM */
27426
27424
  last_calculated_at?: string;
27427
27425
  };
27428
27426
  };
@@ -27664,7 +27662,7 @@ export interface operations {
27664
27662
  completed_layers?: number;
27665
27663
  /** @example 4 */
27666
27664
  pending_layers?: number;
27667
- /** @example 01 May 2026, 01:22 PM */
27665
+ /** @example 01 May 2026, 01:43 PM */
27668
27666
  last_calculated_at?: string;
27669
27667
  };
27670
27668
  };