@justins-home/types 1.1.52 → 1.1.54

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 +952 -942
  2. package/package.json +1 -1
@@ -3368,86 +3368,6 @@ export interface paths {
3368
3368
  patch?: never;
3369
3369
  trace?: never;
3370
3370
  };
3371
- "/api/v1/portal/tenant/test": {
3372
- parameters: {
3373
- query?: never;
3374
- header?: never;
3375
- path?: never;
3376
- cookie?: never;
3377
- };
3378
- get: operations["getApiV1PortalTenantTest"];
3379
- put?: never;
3380
- post?: never;
3381
- delete?: never;
3382
- options?: never;
3383
- head?: never;
3384
- patch?: never;
3385
- trace?: never;
3386
- };
3387
- "/api/v1/portal/tenant/create": {
3388
- parameters: {
3389
- query?: never;
3390
- header?: never;
3391
- path?: never;
3392
- cookie?: never;
3393
- };
3394
- get?: never;
3395
- put?: never;
3396
- post: operations["postApiV1PortalTenantCreate"];
3397
- delete?: never;
3398
- options?: never;
3399
- head?: never;
3400
- patch?: never;
3401
- trace?: never;
3402
- };
3403
- "/api/v1/portal/tenant/create-with-github": {
3404
- parameters: {
3405
- query?: never;
3406
- header?: never;
3407
- path?: never;
3408
- cookie?: never;
3409
- };
3410
- get?: never;
3411
- put?: never;
3412
- post: operations["postApiV1PortalTenantCreateWithGithub"];
3413
- delete?: never;
3414
- options?: never;
3415
- head?: never;
3416
- patch?: never;
3417
- trace?: never;
3418
- };
3419
- "/api/v1/portal/tenant/send-otp": {
3420
- parameters: {
3421
- query?: never;
3422
- header?: never;
3423
- path?: never;
3424
- cookie?: never;
3425
- };
3426
- get?: never;
3427
- put?: never;
3428
- post: operations["postApiV1PortalTenantSendOtp"];
3429
- delete?: never;
3430
- options?: never;
3431
- head?: never;
3432
- patch?: never;
3433
- trace?: never;
3434
- };
3435
- "/api/v1/portal/tenant/verify-otp": {
3436
- parameters: {
3437
- query?: never;
3438
- header?: never;
3439
- path?: never;
3440
- cookie?: never;
3441
- };
3442
- get?: never;
3443
- put?: never;
3444
- post: operations["postApiV1PortalTenantVerifyOtp"];
3445
- delete?: never;
3446
- options?: never;
3447
- head?: never;
3448
- patch?: never;
3449
- trace?: never;
3450
- };
3451
3371
  "/api/v1/portal/customer/test": {
3452
3372
  parameters: {
3453
3373
  query?: never;
@@ -5258,6 +5178,46 @@ export interface paths {
5258
5178
  patch?: never;
5259
5179
  trace?: never;
5260
5180
  };
5181
+ "/api/v1/portal/tenant/create": {
5182
+ parameters: {
5183
+ query?: never;
5184
+ header?: never;
5185
+ path?: never;
5186
+ cookie?: never;
5187
+ };
5188
+ get?: never;
5189
+ put?: never;
5190
+ /**
5191
+ * createTenant
5192
+ * @description Create a new tenant account and associated tenant profile.
5193
+ */
5194
+ post: operations["createTenant"];
5195
+ delete?: never;
5196
+ options?: never;
5197
+ head?: never;
5198
+ patch?: never;
5199
+ trace?: never;
5200
+ };
5201
+ "/api/v1/portal/tenant/basic-login": {
5202
+ parameters: {
5203
+ query?: never;
5204
+ header?: never;
5205
+ path?: never;
5206
+ cookie?: never;
5207
+ };
5208
+ get?: never;
5209
+ put?: never;
5210
+ /**
5211
+ * basicLoginTenant
5212
+ * @description Authenticate tenant user with basic strategy (email, password) and return an access token.
5213
+ */
5214
+ post: operations["basicLoginTenant"];
5215
+ delete?: never;
5216
+ options?: never;
5217
+ head?: never;
5218
+ patch?: never;
5219
+ trace?: never;
5220
+ };
5261
5221
  "/api/v1/portal/tenant/dashboard/profile": {
5262
5222
  parameters: {
5263
5223
  query?: never;
@@ -5721,7 +5681,7 @@ export interface operations {
5721
5681
  content: {
5722
5682
  "application/json": {
5723
5683
  data?: {
5724
- /** @example 76adf99c-0713-4f4a-b5bc-18c502ba8870 */
5684
+ /** @example 41a4b9f8-85b0-4a7a-aa2d-52a5a169a8e2 */
5725
5685
  uid?: string;
5726
5686
  /** @example Ms. Audra Crooks II */
5727
5687
  username?: string;
@@ -5751,7 +5711,7 @@ export interface operations {
5751
5711
  timezone?: string;
5752
5712
  /** @example Customer */
5753
5713
  user_type?: string;
5754
- /** @example 27 Apr 2026, 01:27 PM */
5714
+ /** @example 29 Apr 2026, 08:19 PM */
5755
5715
  created?: string;
5756
5716
  /** @example 0 seconds ago */
5757
5717
  email_verified_at?: string;
@@ -6279,7 +6239,7 @@ export interface operations {
6279
6239
  content: {
6280
6240
  "application/json": {
6281
6241
  data?: {
6282
- /** @example bdb5239e-00ca-41f8-baf6-6e9caa4a8ff7 */
6242
+ /** @example 861b64ed-5b91-419e-8a1a-106bb869afec */
6283
6243
  uid?: string;
6284
6244
  /** @example Ms. Audra Crooks II */
6285
6245
  username?: string;
@@ -6309,7 +6269,7 @@ export interface operations {
6309
6269
  timezone?: string;
6310
6270
  /** @example Customer */
6311
6271
  user_type?: string;
6312
- /** @example 27 Apr 2026, 01:27 PM */
6272
+ /** @example 29 Apr 2026, 08:19 PM */
6313
6273
  created?: string;
6314
6274
  /** @example 0 seconds ago */
6315
6275
  email_verified_at?: string;
@@ -6699,11 +6659,11 @@ export interface operations {
6699
6659
  content: {
6700
6660
  "application/json": {
6701
6661
  data?: {
6702
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
6662
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
6703
6663
  draft_name?: string;
6704
- /** @example LST-PRP-LTR-MOH8FACEVBZ */
6664
+ /** @example LST-PRP-LTR-MOKI10YTBPS */
6705
6665
  sku?: string;
6706
- /** @example 16086711-d00f-4a75-ac27-af42c754c441 */
6666
+ /** @example b926c854-5288-4e29-8735-aa0464ec60b0 */
6707
6667
  uid?: string;
6708
6668
  /** @example Rent */
6709
6669
  listing_type?: string;
@@ -8115,7 +8075,7 @@ export interface operations {
8115
8075
  content: {
8116
8076
  "application/json": {
8117
8077
  /**
8118
- * @example Dormant
8078
+ * @example Suspended
8119
8079
  * @enum {string}
8120
8080
  */
8121
8081
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -8130,7 +8090,7 @@ export interface operations {
8130
8090
  content: {
8131
8091
  "application/json": {
8132
8092
  data?: {
8133
- /** @example 631f7704-c5c3-4899-a789-a73bce0940b2 */
8093
+ /** @example 8e40565a-0901-4a0c-82f3-b68ea063dd34 */
8134
8094
  uid?: string;
8135
8095
  /** @example Morgan Hirthe */
8136
8096
  username?: string;
@@ -8160,7 +8120,7 @@ export interface operations {
8160
8120
  timezone?: string;
8161
8121
  /** @example Customer */
8162
8122
  user_type?: string;
8163
- /** @example 27 Apr 2026, 01:27 PM */
8123
+ /** @example 29 Apr 2026, 08:19 PM */
8164
8124
  created?: string;
8165
8125
  /** @example 0 seconds ago */
8166
8126
  email_verified_at?: string;
@@ -8869,11 +8829,11 @@ export interface operations {
8869
8829
  content: {
8870
8830
  "application/json": {
8871
8831
  data?: {
8872
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
8832
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
8873
8833
  draft_name?: string;
8874
- /** @example LST-PRP-LTR-MOH8FAFEOPF */
8834
+ /** @example LST-PRP-LTR-MOKI112CFPI */
8875
8835
  sku?: string;
8876
- /** @example 38f00ae2-8912-4691-b0c1-d4310e1afb1f */
8836
+ /** @example 803a6c0f-b12a-40bc-ab7b-2d939d097ebe */
8877
8837
  uid?: string;
8878
8838
  /** @example Rent */
8879
8839
  listing_type?: string;
@@ -9313,7 +9273,7 @@ export interface operations {
9313
9273
  content: {
9314
9274
  "application/json": {
9315
9275
  data?: {
9316
- /** @example 4ad088b8-3074-418f-93e7-3ec083cc7fbb */
9276
+ /** @example 46095712-e1d9-4b53-9ee4-3ee8204bfffc */
9317
9277
  uid?: string;
9318
9278
  /** @example photo */
9319
9279
  media_type?: string;
@@ -9620,28 +9580,26 @@ export interface operations {
9620
9580
  /**
9621
9581
  * @example [
9622
9582
  * {
9623
- * "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
9624
- * "sku": "LST-PRP-SHL-MOH8FAGZIUX",
9625
- * "uid": "326f49b4-2a2e-4605-9a51-baf31a4be804",
9626
- * "listing_type": "Short Let",
9627
- * "vertical": "Property",
9628
- * "arrangement_type": "let_to_let",
9629
- * "arrangement_type_label": "Let to Let",
9583
+ * "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 8:19 PM",
9584
+ * "sku": "LST-UIT-SAL-MOKI1141JI4",
9585
+ * "uid": "f8c9b1ba-893e-4381-9f59-e258b6221552",
9586
+ * "listing_type": "Sale",
9587
+ * "vertical": "Used Item",
9588
+ * "arrangement_type": null,
9589
+ * "arrangement_type_label": null,
9630
9590
  * "price": null,
9631
9591
  * "state": "draft",
9632
9592
  * "published_at": null,
9633
9593
  * "published_since": null,
9634
9594
  * "is_visible": false,
9635
- * "summary": {
9636
- * "availability": null
9637
- * },
9595
+ * "summary": [],
9638
9596
  * "workflow": [],
9639
9597
  * "media": []
9640
9598
  * },
9641
9599
  * {
9642
- * "draft_name": "New For Sale Used Item draft • 27 Apr 2026, 1:27 PM",
9643
- * "sku": "LST-UIT-SAL-MOH8FAH20L5",
9644
- * "uid": "d59214af-45df-4e10-9719-c9e45746eb84",
9600
+ * "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 8:19 PM",
9601
+ * "sku": "LST-UIT-SAL-MOKI11446PO",
9602
+ * "uid": "0ae15e17-111e-4546-a5db-88b4070c9240",
9645
9603
  * "listing_type": "Sale",
9646
9604
  * "vertical": "Used Item",
9647
9605
  * "arrangement_type": null,
@@ -9658,20 +9616,20 @@ export interface operations {
9658
9616
  * ]
9659
9617
  */
9660
9618
  data?: {
9661
- /** @example New Short Let Property draft • 27 Apr 2026, 1:27 PM */
9619
+ /** @example New For Sale Used Item draft • 29 Apr 2026, 8:19 PM */
9662
9620
  draft_name?: string;
9663
- /** @example LST-PRP-SHL-MOH8FAGZIUX */
9621
+ /** @example LST-UIT-SAL-MOKI1141JI4 */
9664
9622
  sku?: string;
9665
- /** @example 326f49b4-2a2e-4605-9a51-baf31a4be804 */
9623
+ /** @example f8c9b1ba-893e-4381-9f59-e258b6221552 */
9666
9624
  uid?: string;
9667
- /** @example Short Let */
9625
+ /** @example Sale */
9668
9626
  listing_type?: string;
9669
- /** @example Property */
9627
+ /** @example Used Item */
9670
9628
  vertical?: string;
9671
- /** @example let_to_let */
9672
- arrangement_type?: string;
9673
- /** @example Let to Let */
9674
- arrangement_type_label?: string;
9629
+ /** @example null */
9630
+ arrangement_type?: string | null;
9631
+ /** @example null */
9632
+ arrangement_type_label?: string | null;
9675
9633
  /** @example null */
9676
9634
  price?: string | null;
9677
9635
  /** @example draft */
@@ -9682,10 +9640,8 @@ export interface operations {
9682
9640
  published_since?: string | null;
9683
9641
  /** @example false */
9684
9642
  is_visible?: boolean;
9685
- summary?: {
9686
- /** @example null */
9687
- availability?: string | null;
9688
- };
9643
+ /** @example [] */
9644
+ summary?: unknown[];
9689
9645
  /** @example [] */
9690
9646
  workflow?: unknown[];
9691
9647
  /** @example [] */
@@ -9857,11 +9813,11 @@ export interface operations {
9857
9813
  content: {
9858
9814
  "application/json": {
9859
9815
  data?: {
9860
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
9816
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
9861
9817
  draft_name?: string;
9862
- /** @example LST-PRP-LTR-MOH8FAHBOOT */
9818
+ /** @example LST-PRP-LTR-MOKI114EJAB */
9863
9819
  sku?: string;
9864
- /** @example 75a35f7b-57b6-4be3-a54a-99c405177cb5 */
9820
+ /** @example 6cfa6dd1-1ff6-4eda-98cb-c0df17e064e1 */
9865
9821
  uid?: string;
9866
9822
  /** @example Rent */
9867
9823
  listing_type?: string;
@@ -9924,11 +9880,11 @@ export interface operations {
9924
9880
  content: {
9925
9881
  "application/json": {
9926
9882
  data?: {
9927
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
9883
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
9928
9884
  draft_name?: string;
9929
- /** @example LST-PRP-LTR-MOH8FAHGTBU */
9885
+ /** @example LST-PRP-LTR-MOKI114LTX3 */
9930
9886
  sku?: string;
9931
- /** @example d9c399f2-6123-4da2-a53e-30089cc1e324 */
9887
+ /** @example 207c3142-a7a6-4a51-a014-72ffc036fb39 */
9932
9888
  uid?: string;
9933
9889
  /** @example Rent */
9934
9890
  listing_type?: string;
@@ -9981,11 +9937,11 @@ export interface operations {
9981
9937
  content: {
9982
9938
  "application/json": {
9983
9939
  data?: {
9984
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
9940
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
9985
9941
  draft_name?: string;
9986
- /** @example LST-PRP-LTR-MOH8FAHNEXW */
9942
+ /** @example LST-PRP-LTR-MOKI114R1NO */
9987
9943
  sku?: string;
9988
- /** @example 23062676-f8f0-4a81-b8c7-0f0a19a99b52 */
9944
+ /** @example aebf070f-ec98-47ee-8118-615a637c94bd */
9989
9945
  uid?: string;
9990
9946
  /** @example Rent */
9991
9947
  listing_type?: string;
@@ -10038,11 +9994,11 @@ export interface operations {
10038
9994
  content: {
10039
9995
  "application/json": {
10040
9996
  data?: {
10041
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
9997
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
10042
9998
  draft_name?: string;
10043
- /** @example LST-PRP-LTR-MOH8FAHRBVK */
9999
+ /** @example LST-PRP-LTR-MOKI114XRKC */
10044
10000
  sku?: string;
10045
- /** @example 18e12279-fac0-4bd9-81d8-2f9fbce19b3d */
10001
+ /** @example dfd4726c-b5cd-4216-9545-7be6090fd96b */
10046
10002
  uid?: string;
10047
10003
  /** @example Rent */
10048
10004
  listing_type?: string;
@@ -10236,7 +10192,7 @@ export interface operations {
10236
10192
  content: {
10237
10193
  "application/json": {
10238
10194
  data?: {
10239
- /** @example 175 */
10195
+ /** @example 229 */
10240
10196
  id?: number;
10241
10197
  /** @example 1 */
10242
10198
  category_id?: number;
@@ -10310,7 +10266,7 @@ export interface operations {
10310
10266
  content: {
10311
10267
  "application/json": {
10312
10268
  data?: {
10313
- /** @example 176 */
10269
+ /** @example 230 */
10314
10270
  id?: number;
10315
10271
  /** @example 1 */
10316
10272
  category_id?: number;
@@ -10349,7 +10305,7 @@ export interface operations {
10349
10305
  content: {
10350
10306
  "application/json": {
10351
10307
  data?: {
10352
- /** @example 177 */
10308
+ /** @example 231 */
10353
10309
  id?: number;
10354
10310
  /** @example 1 */
10355
10311
  category_id?: number;
@@ -10387,7 +10343,7 @@ export interface operations {
10387
10343
  /**
10388
10344
  * @example [
10389
10345
  * {
10390
- * "id": 235,
10346
+ * "id": 325,
10391
10347
  * "name": "Exterior",
10392
10348
  * "description": "For Exterior categories",
10393
10349
  * "display_order": 1,
@@ -10397,7 +10353,7 @@ export interface operations {
10397
10353
  * "is_active": true
10398
10354
  * },
10399
10355
  * {
10400
- * "id": 236,
10356
+ * "id": 326,
10401
10357
  * "name": "Exterior",
10402
10358
  * "description": "For Exterior categories",
10403
10359
  * "display_order": 1,
@@ -10409,7 +10365,7 @@ export interface operations {
10409
10365
  * ]
10410
10366
  */
10411
10367
  data?: {
10412
- /** @example 235 */
10368
+ /** @example 325 */
10413
10369
  id?: number;
10414
10370
  /** @example Exterior */
10415
10371
  name?: string;
@@ -10473,7 +10429,7 @@ export interface operations {
10473
10429
  content: {
10474
10430
  "application/json": {
10475
10431
  data?: {
10476
- /** @example 237 */
10432
+ /** @example 327 */
10477
10433
  id?: number;
10478
10434
  /** @example Exterior */
10479
10435
  name?: string;
@@ -10540,7 +10496,7 @@ export interface operations {
10540
10496
  content: {
10541
10497
  "application/json": {
10542
10498
  data?: {
10543
- /** @example 238 */
10499
+ /** @example 328 */
10544
10500
  id?: number;
10545
10501
  /** @example Exterior */
10546
10502
  name?: string;
@@ -10581,7 +10537,7 @@ export interface operations {
10581
10537
  content: {
10582
10538
  "application/json": {
10583
10539
  data?: {
10584
- /** @example 239 */
10540
+ /** @example 329 */
10585
10541
  id?: number;
10586
10542
  /** @example Exterior */
10587
10543
  name?: string;
@@ -10844,7 +10800,7 @@ export interface operations {
10844
10800
  content: {
10845
10801
  "application/json": {
10846
10802
  data?: {
10847
- /** @example 105 */
10803
+ /** @example 141 */
10848
10804
  id?: number;
10849
10805
  /** @example email_fa_0 */
10850
10806
  key?: string;
@@ -10858,9 +10814,9 @@ export interface operations {
10858
10814
  metadata_schema?: unknown[];
10859
10815
  /** @example true */
10860
10816
  is_active?: boolean;
10861
- /** @example 2026-04-27T13:27:41.000000Z */
10817
+ /** @example 2026-04-29T20:19:50.000000Z */
10862
10818
  created_at?: string;
10863
- /** @example 2026-04-27T13:27:41.000000Z */
10819
+ /** @example 2026-04-29T20:19:50.000000Z */
10864
10820
  updated_at?: string;
10865
10821
  };
10866
10822
  };
@@ -10920,7 +10876,7 @@ export interface operations {
10920
10876
  content: {
10921
10877
  "application/json": {
10922
10878
  data?: {
10923
- /** @example 106 */
10879
+ /** @example 142 */
10924
10880
  id?: number;
10925
10881
  /** @example email_fa_0 */
10926
10882
  key?: string;
@@ -10934,9 +10890,9 @@ export interface operations {
10934
10890
  metadata_schema?: unknown[];
10935
10891
  /** @example true */
10936
10892
  is_active?: boolean;
10937
- /** @example 2026-04-27T13:27:41.000000Z */
10893
+ /** @example 2026-04-29T20:19:50.000000Z */
10938
10894
  created_at?: string;
10939
- /** @example 2026-04-27T13:27:41.000000Z */
10895
+ /** @example 2026-04-29T20:19:50.000000Z */
10940
10896
  updated_at?: string;
10941
10897
  };
10942
10898
  };
@@ -12202,25 +12158,25 @@ export interface operations {
12202
12158
  /**
12203
12159
  * @example [
12204
12160
  * {
12205
- * "key": "eveniet",
12206
- * "name": "omnis",
12207
- * "description": "Rerum voluptatem porro ut consequuntur.",
12161
+ * "key": "vel",
12162
+ * "name": "et",
12163
+ * "description": "Minus ut molestiae id iusto veritatis nam.",
12208
12164
  * "value_type": "string"
12209
12165
  * },
12210
12166
  * {
12211
- * "key": "deleniti",
12212
- * "name": "id",
12213
- * "description": "Amet non occaecati dignissimos qui totam architecto.",
12167
+ * "key": "rerum",
12168
+ * "name": "occaecati",
12169
+ * "description": "Tempore adipisci perferendis hic nostrum porro possimus.",
12214
12170
  * "value_type": "string"
12215
12171
  * }
12216
12172
  * ]
12217
12173
  */
12218
12174
  data?: {
12219
- /** @example eveniet */
12175
+ /** @example vel */
12220
12176
  key?: string;
12221
- /** @example omnis */
12177
+ /** @example et */
12222
12178
  name?: string;
12223
- /** @example Rerum voluptatem porro ut consequuntur. */
12179
+ /** @example Minus ut molestiae id iusto veritatis nam. */
12224
12180
  description?: string;
12225
12181
  /** @example string */
12226
12182
  value_type?: string;
@@ -13462,13 +13418,13 @@ export interface operations {
13462
13418
  };
13463
13419
  } | {
13464
13420
  data?: {
13465
- /** @example 48f77bce-bba5-4c7f-825b-3b4436d34397 */
13421
+ /** @example 345cbc14-3250-4d69-a958-45e24a8e5676 */
13466
13422
  uid?: string;
13467
13423
  /** @example follow_up */
13468
13424
  inspection_type?: string;
13469
13425
  /** @example cancelled */
13470
13426
  status?: string;
13471
- /** @example 03 May 2026, 03:26 AM */
13427
+ /** @example 05 May 2026, 10:18 AM */
13472
13428
  scheduled_date?: string;
13473
13429
  /** @example null */
13474
13430
  completed_date?: string | null;
@@ -13476,11 +13432,11 @@ export interface operations {
13476
13432
  condition_rating?: string;
13477
13433
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13478
13434
  summary?: string;
13479
- /** @example 26 Jun 2026, 12:14 AM */
13435
+ /** @example 28 Jun 2026, 07:06 AM */
13480
13436
  next_inspection_date?: string;
13481
- /** @example 27 Apr 2026, 01:27 PM */
13437
+ /** @example 29 Apr 2026, 08:19 PM */
13482
13438
  created_at?: string;
13483
- /** @example 27 Apr 2026, 01:27 PM */
13439
+ /** @example 29 Apr 2026, 08:19 PM */
13484
13440
  updated_at?: string;
13485
13441
  };
13486
13442
  };
@@ -13535,13 +13491,13 @@ export interface operations {
13535
13491
  content: {
13536
13492
  "application/json": {
13537
13493
  data?: {
13538
- /** @example 0a871f28-e5c5-4408-9293-162209b4eda3 */
13494
+ /** @example 3ed5271e-efda-4e1f-ae48-135193e90961 */
13539
13495
  uid?: string;
13540
13496
  /** @example follow_up */
13541
13497
  inspection_type?: string;
13542
13498
  /** @example cancelled */
13543
13499
  status?: string;
13544
- /** @example 03 May 2026, 03:26 AM */
13500
+ /** @example 05 May 2026, 10:18 AM */
13545
13501
  scheduled_date?: string;
13546
13502
  /** @example null */
13547
13503
  completed_date?: string | null;
@@ -13549,11 +13505,11 @@ export interface operations {
13549
13505
  condition_rating?: string;
13550
13506
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13551
13507
  summary?: string;
13552
- /** @example 26 Jun 2026, 12:14 AM */
13508
+ /** @example 28 Jun 2026, 07:06 AM */
13553
13509
  next_inspection_date?: string;
13554
- /** @example 27 Apr 2026, 01:27 PM */
13510
+ /** @example 29 Apr 2026, 08:19 PM */
13555
13511
  created_at?: string;
13556
- /** @example 27 Apr 2026, 01:27 PM */
13512
+ /** @example 29 Apr 2026, 08:19 PM */
13557
13513
  updated_at?: string;
13558
13514
  };
13559
13515
  };
@@ -13648,13 +13604,13 @@ export interface operations {
13648
13604
  content: {
13649
13605
  "application/json": {
13650
13606
  data?: {
13651
- /** @example 2e92a063-4285-4d8c-b4ee-22a9470717e9 */
13607
+ /** @example 74cec19c-d3bf-48c7-b87f-9e2728430a09 */
13652
13608
  uid?: string;
13653
13609
  /** @example follow_up */
13654
13610
  inspection_type?: string;
13655
13611
  /** @example cancelled */
13656
13612
  status?: string;
13657
- /** @example 21 Apr 2026, 12:52 AM */
13613
+ /** @example 23 Apr 2026, 07:44 AM */
13658
13614
  scheduled_date?: string;
13659
13615
  /** @example null */
13660
13616
  completed_date?: string | null;
@@ -13662,11 +13618,11 @@ export interface operations {
13662
13618
  condition_rating?: string;
13663
13619
  /** @example Et animi quos velit et fugiat. */
13664
13620
  summary?: string;
13665
- /** @example 30 Jul 2026, 08:46 AM */
13621
+ /** @example 01 Aug 2026, 03:38 PM */
13666
13622
  next_inspection_date?: string;
13667
- /** @example 27 Apr 2026, 01:27 PM */
13623
+ /** @example 29 Apr 2026, 08:19 PM */
13668
13624
  created_at?: string;
13669
- /** @example 27 Apr 2026, 01:27 PM */
13625
+ /** @example 29 Apr 2026, 08:19 PM */
13670
13626
  updated_at?: string;
13671
13627
  };
13672
13628
  };
@@ -13703,13 +13659,13 @@ export interface operations {
13703
13659
  content: {
13704
13660
  "application/json": {
13705
13661
  data?: {
13706
- /** @example 3e7460dc-a980-47e2-9be5-60d87f667ba2 */
13662
+ /** @example f18341c7-e3fe-4577-b3be-f01aa58e38c8 */
13707
13663
  uid?: string;
13708
13664
  /** @example follow_up */
13709
13665
  inspection_type?: string;
13710
13666
  /** @example cancelled */
13711
13667
  status?: string;
13712
- /** @example 03 May 2026, 03:26 AM */
13668
+ /** @example 05 May 2026, 10:18 AM */
13713
13669
  scheduled_date?: string;
13714
13670
  /** @example null */
13715
13671
  completed_date?: string | null;
@@ -13717,11 +13673,11 @@ export interface operations {
13717
13673
  condition_rating?: string;
13718
13674
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
13719
13675
  summary?: string;
13720
- /** @example 26 Jun 2026, 12:14 AM */
13676
+ /** @example 28 Jun 2026, 07:06 AM */
13721
13677
  next_inspection_date?: string;
13722
- /** @example 27 Apr 2026, 01:27 PM */
13678
+ /** @example 29 Apr 2026, 08:19 PM */
13723
13679
  created_at?: string;
13724
- /** @example 27 Apr 2026, 01:27 PM */
13680
+ /** @example 29 Apr 2026, 08:19 PM */
13725
13681
  updated_at?: string;
13726
13682
  };
13727
13683
  };
@@ -13758,13 +13714,13 @@ export interface operations {
13758
13714
  content: {
13759
13715
  "application/json": {
13760
13716
  data?: {
13761
- /** @example 88584a19-4b70-4b80-96aa-1faeeafc68ca */
13717
+ /** @example 745842d2-19ad-4119-bb9d-a2c25b320d39 */
13762
13718
  uid?: string;
13763
13719
  /** @example follow_up */
13764
13720
  inspection_type?: string;
13765
13721
  /** @example cancelled */
13766
13722
  status?: string;
13767
- /** @example 21 Apr 2026, 12:52 AM */
13723
+ /** @example 23 Apr 2026, 07:44 AM */
13768
13724
  scheduled_date?: string;
13769
13725
  /** @example null */
13770
13726
  completed_date?: string | null;
@@ -13772,11 +13728,11 @@ export interface operations {
13772
13728
  condition_rating?: string;
13773
13729
  /** @example Et animi quos velit et fugiat. */
13774
13730
  summary?: string;
13775
- /** @example 30 Jul 2026, 08:46 AM */
13731
+ /** @example 01 Aug 2026, 03:38 PM */
13776
13732
  next_inspection_date?: string;
13777
- /** @example 27 Apr 2026, 01:27 PM */
13733
+ /** @example 29 Apr 2026, 08:19 PM */
13778
13734
  created_at?: string;
13779
- /** @example 27 Apr 2026, 01:27 PM */
13735
+ /** @example 29 Apr 2026, 08:19 PM */
13780
13736
  updated_at?: string;
13781
13737
  };
13782
13738
  };
@@ -13903,7 +13859,7 @@ export interface operations {
13903
13859
  };
13904
13860
  } | {
13905
13861
  data?: {
13906
- /** @example 8e6cb6fb-e3a0-4194-9b39-8f39cd299435 */
13862
+ /** @example 766634b2-291b-4efe-8aaf-1e77463be34b */
13907
13863
  uid?: string;
13908
13864
  /** @example 1 */
13909
13865
  tenancy_id?: number;
@@ -13915,17 +13871,17 @@ export interface operations {
13915
13871
  status?: string;
13916
13872
  /** @example low */
13917
13873
  priority?: string;
13918
- /** @example 26 Apr 2026, 02:56 AM */
13874
+ /** @example 28 Apr 2026, 09:48 AM */
13919
13875
  reported_at?: string;
13920
13876
  /** @example null */
13921
13877
  assigned_at?: string | null;
13922
13878
  /** @example null */
13923
13879
  completed_at?: string | null;
13924
- /** @example 28 Apr 2026, 11:20 PM */
13880
+ /** @example 01 May 2026, 06:13 AM */
13925
13881
  sla_deadline?: string;
13926
- /** @example 27 Apr 2026, 01:27 PM */
13882
+ /** @example 29 Apr 2026, 08:19 PM */
13927
13883
  created_at?: string;
13928
- /** @example 27 Apr 2026, 01:27 PM */
13884
+ /** @example 29 Apr 2026, 08:19 PM */
13929
13885
  updated_at?: string;
13930
13886
  };
13931
13887
  };
@@ -13962,7 +13918,7 @@ export interface operations {
13962
13918
  content: {
13963
13919
  "application/json": {
13964
13920
  data?: {
13965
- /** @example b920d76f-66d3-48e4-8608-2b665a56266d */
13921
+ /** @example befdc581-068a-4e17-b48a-358a97636f1b */
13966
13922
  uid?: string;
13967
13923
  /** @example 1 */
13968
13924
  tenancy_id?: number;
@@ -13974,17 +13930,17 @@ export interface operations {
13974
13930
  status?: string;
13975
13931
  /** @example low */
13976
13932
  priority?: string;
13977
- /** @example 26 Apr 2026, 02:56 AM */
13933
+ /** @example 28 Apr 2026, 09:48 AM */
13978
13934
  reported_at?: string;
13979
13935
  /** @example null */
13980
13936
  assigned_at?: string | null;
13981
13937
  /** @example null */
13982
13938
  completed_at?: string | null;
13983
- /** @example 28 Apr 2026, 11:20 PM */
13939
+ /** @example 01 May 2026, 06:13 AM */
13984
13940
  sla_deadline?: string;
13985
- /** @example 27 Apr 2026, 01:27 PM */
13941
+ /** @example 29 Apr 2026, 08:19 PM */
13986
13942
  created_at?: string;
13987
- /** @example 27 Apr 2026, 01:27 PM */
13943
+ /** @example 29 Apr 2026, 08:19 PM */
13988
13944
  updated_at?: string;
13989
13945
  };
13990
13946
  };
@@ -14021,7 +13977,7 @@ export interface operations {
14021
13977
  content: {
14022
13978
  "application/json": {
14023
13979
  data?: {
14024
- /** @example 127a01f5-cecd-4f87-b565-e104c60d148b */
13980
+ /** @example 833963cb-0ee4-4ce5-a783-af22254d3d25 */
14025
13981
  uid?: string;
14026
13982
  /** @example 1 */
14027
13983
  tenancy_id?: number;
@@ -14033,17 +13989,17 @@ export interface operations {
14033
13989
  status?: string;
14034
13990
  /** @example emergency */
14035
13991
  priority?: string;
14036
- /** @example 21 Apr 2026, 12:41 AM */
13992
+ /** @example 23 Apr 2026, 07:33 AM */
14037
13993
  reported_at?: string;
14038
- /** @example 25 Apr 2026, 09:01 PM */
13994
+ /** @example 28 Apr 2026, 03:53 AM */
14039
13995
  assigned_at?: string;
14040
13996
  /** @example null */
14041
13997
  completed_at?: string | null;
14042
- /** @example 29 Apr 2026, 02:23 AM */
13998
+ /** @example 01 May 2026, 09:15 AM */
14043
13999
  sla_deadline?: string;
14044
- /** @example 27 Apr 2026, 01:27 PM */
14000
+ /** @example 29 Apr 2026, 08:19 PM */
14045
14001
  created_at?: string;
14046
- /** @example 27 Apr 2026, 01:27 PM */
14002
+ /** @example 29 Apr 2026, 08:19 PM */
14047
14003
  updated_at?: string;
14048
14004
  };
14049
14005
  };
@@ -14080,7 +14036,7 @@ export interface operations {
14080
14036
  content: {
14081
14037
  "application/json": {
14082
14038
  data?: {
14083
- /** @example 159cfa6d-42f4-47fe-82fd-f9a9e91c9f27 */
14039
+ /** @example 94915a3e-0b3f-4248-947c-df0760f3c663 */
14084
14040
  uid?: string;
14085
14041
  /** @example 1 */
14086
14042
  tenancy_id?: number;
@@ -14092,17 +14048,17 @@ export interface operations {
14092
14048
  status?: string;
14093
14049
  /** @example emergency */
14094
14050
  priority?: string;
14095
- /** @example 21 Apr 2026, 12:41 AM */
14051
+ /** @example 23 Apr 2026, 07:33 AM */
14096
14052
  reported_at?: string;
14097
- /** @example 25 Apr 2026, 09:01 PM */
14053
+ /** @example 28 Apr 2026, 03:53 AM */
14098
14054
  assigned_at?: string;
14099
14055
  /** @example null */
14100
14056
  completed_at?: string | null;
14101
- /** @example 29 Apr 2026, 02:23 AM */
14057
+ /** @example 01 May 2026, 09:15 AM */
14102
14058
  sla_deadline?: string;
14103
- /** @example 27 Apr 2026, 01:27 PM */
14059
+ /** @example 29 Apr 2026, 08:19 PM */
14104
14060
  created_at?: string;
14105
- /** @example 27 Apr 2026, 01:27 PM */
14061
+ /** @example 29 Apr 2026, 08:19 PM */
14106
14062
  updated_at?: string;
14107
14063
  };
14108
14064
  };
@@ -14139,7 +14095,7 @@ export interface operations {
14139
14095
  content: {
14140
14096
  "application/json": {
14141
14097
  data?: {
14142
- /** @example ad281da1-6342-491a-b1ca-e09ab4cceb06 */
14098
+ /** @example b987dd35-8a12-4201-be96-39df478b5a3e */
14143
14099
  uid?: string;
14144
14100
  /** @example 1 */
14145
14101
  tenancy_id?: number;
@@ -14151,17 +14107,17 @@ export interface operations {
14151
14107
  status?: string;
14152
14108
  /** @example emergency */
14153
14109
  priority?: string;
14154
- /** @example 21 Apr 2026, 12:41 AM */
14110
+ /** @example 23 Apr 2026, 07:33 AM */
14155
14111
  reported_at?: string;
14156
- /** @example 25 Apr 2026, 09:01 PM */
14112
+ /** @example 28 Apr 2026, 03:53 AM */
14157
14113
  assigned_at?: string;
14158
14114
  /** @example null */
14159
14115
  completed_at?: string | null;
14160
- /** @example 29 Apr 2026, 02:23 AM */
14116
+ /** @example 01 May 2026, 09:15 AM */
14161
14117
  sla_deadline?: string;
14162
- /** @example 27 Apr 2026, 01:27 PM */
14118
+ /** @example 29 Apr 2026, 08:19 PM */
14163
14119
  created_at?: string;
14164
- /** @example 27 Apr 2026, 01:27 PM */
14120
+ /** @example 29 Apr 2026, 08:19 PM */
14165
14121
  updated_at?: string;
14166
14122
  };
14167
14123
  };
@@ -14836,10 +14792,10 @@ export interface operations {
14836
14792
  content: {
14837
14793
  "application/json": {
14838
14794
  /**
14839
- * @description Target listing to schedule the appointment for. The <code>id</code> of an existing record in the listings table.
14840
- * @example 12
14795
+ * @description Target listing UID to schedule the appointment for. The <code>uid</code> of an existing record in the listings table.
14796
+ * @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
14841
14797
  */
14842
- listing_id: number;
14798
+ listing_uid: string;
14843
14799
  /**
14844
14800
  * @description Appointment start datetime (ISO8601). Must be a valid date.
14845
14801
  * @example 2026-04-01T10:00:00Z
@@ -14861,19 +14817,63 @@ export interface operations {
14861
14817
  content: {
14862
14818
  "application/json": {
14863
14819
  data?: {
14864
- /** @example 316 */
14820
+ /** @example 408 */
14865
14821
  id?: number;
14866
14822
  /** @example 2 */
14867
14823
  listing_id?: number;
14824
+ listing?: {
14825
+ /** @example LST-PRP-SHL-MO7SAE6EVC0 */
14826
+ sku?: string;
14827
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
14828
+ uid?: string;
14829
+ /** @example Short Let */
14830
+ listing_type?: string;
14831
+ /** @example Property */
14832
+ vertical?: string;
14833
+ /** @example company_lease */
14834
+ arrangement_type?: string;
14835
+ /** @example Company Lease */
14836
+ arrangement_type_label?: string;
14837
+ /** @example null */
14838
+ price?: string | null;
14839
+ /** @example published */
14840
+ state?: string;
14841
+ /** @example 19 Apr 2026, 10:46 PM */
14842
+ published_at?: string;
14843
+ /** @example 1 week ago */
14844
+ published_since?: string;
14845
+ /** @example true */
14846
+ is_visible?: boolean;
14847
+ summary?: {
14848
+ /** @example null */
14849
+ availability?: string | null;
14850
+ };
14851
+ /** @example [] */
14852
+ workflow?: unknown[];
14853
+ /** @example [] */
14854
+ media?: unknown[];
14855
+ };
14868
14856
  /** @example completed */
14869
14857
  status?: string;
14870
14858
  scheduled?: {
14871
- /** @example 1981-11-13T00:00:00.000000Z */
14859
+ /** @example 1981-11-10T00:00:00.000000Z */
14872
14860
  start?: string;
14873
- /** @example 1979-12-10T00:00:00.000000Z */
14861
+ /** @example 1979-12-07T00:00:00.000000Z */
14874
14862
  end?: string;
14875
14863
  };
14876
- /** @example 2026-04-27T13:27:42.000000Z */
14864
+ customer?: {
14865
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
14866
+ uid?: string;
14867
+ /** @example Teagan King */
14868
+ name?: string;
14869
+ };
14870
+ landlord?: {
14871
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
14872
+ uid?: string;
14873
+ /** @example dogunfx */
14874
+ name?: string;
14875
+ };
14876
+ /** @example 2026-04-29T20:19:51.000000Z */
14877
14877
  created_at?: string;
14878
14878
  };
14879
14879
  };
@@ -14900,19 +14900,63 @@ export interface operations {
14900
14900
  content: {
14901
14901
  "application/json": {
14902
14902
  data?: {
14903
- /** @example 317 */
14903
+ /** @example 409 */
14904
14904
  id?: number;
14905
14905
  /** @example 2 */
14906
14906
  listing_id?: number;
14907
+ listing?: {
14908
+ /** @example LST-PRP-SHL-MO7SAE6EVC0 */
14909
+ sku?: string;
14910
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
14911
+ uid?: string;
14912
+ /** @example Short Let */
14913
+ listing_type?: string;
14914
+ /** @example Property */
14915
+ vertical?: string;
14916
+ /** @example company_lease */
14917
+ arrangement_type?: string;
14918
+ /** @example Company Lease */
14919
+ arrangement_type_label?: string;
14920
+ /** @example null */
14921
+ price?: string | null;
14922
+ /** @example published */
14923
+ state?: string;
14924
+ /** @example 19 Apr 2026, 10:46 PM */
14925
+ published_at?: string;
14926
+ /** @example 1 week ago */
14927
+ published_since?: string;
14928
+ /** @example true */
14929
+ is_visible?: boolean;
14930
+ summary?: {
14931
+ /** @example null */
14932
+ availability?: string | null;
14933
+ };
14934
+ /** @example [] */
14935
+ workflow?: unknown[];
14936
+ /** @example [] */
14937
+ media?: unknown[];
14938
+ };
14907
14939
  /** @example completed */
14908
14940
  status?: string;
14909
14941
  scheduled?: {
14910
- /** @example 1981-11-13T00:00:00.000000Z */
14942
+ /** @example 1981-11-10T00:00:00.000000Z */
14911
14943
  start?: string;
14912
- /** @example 1979-12-10T00:00:00.000000Z */
14944
+ /** @example 1979-12-07T00:00:00.000000Z */
14913
14945
  end?: string;
14914
14946
  };
14915
- /** @example 2026-04-27T13:27:42.000000Z */
14947
+ customer?: {
14948
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
14949
+ uid?: string;
14950
+ /** @example Teagan King */
14951
+ name?: string;
14952
+ };
14953
+ landlord?: {
14954
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
14955
+ uid?: string;
14956
+ /** @example dogunfx */
14957
+ name?: string;
14958
+ };
14959
+ /** @example 2026-04-29T20:19:51.000000Z */
14916
14960
  created_at?: string;
14917
14961
  };
14918
14962
  };
@@ -14928,6 +14972,46 @@ export interface operations {
14928
14972
  cookie?: never;
14929
14973
  };
14930
14974
  requestBody?: never;
14975
+ responses: {
14976
+ 401: {
14977
+ headers: {
14978
+ [name: string]: unknown;
14979
+ };
14980
+ content: {
14981
+ "application/json": {
14982
+ /** @example Unauthenticated. */
14983
+ message?: string;
14984
+ };
14985
+ };
14986
+ };
14987
+ };
14988
+ };
14989
+ rescheduleAppointment: {
14990
+ parameters: {
14991
+ query?: never;
14992
+ header?: never;
14993
+ path: {
14994
+ /** @description The ID of the appointment. */
14995
+ appointment_id: number;
14996
+ };
14997
+ cookie?: never;
14998
+ };
14999
+ requestBody: {
15000
+ content: {
15001
+ "application/json": {
15002
+ /**
15003
+ * @description Appointment start datetime (ISO8601). Must be a valid date.
15004
+ * @example 2026-04-01T10:00:00Z
15005
+ */
15006
+ scheduled_start: string;
15007
+ /**
15008
+ * @description Appointment end datetime (must be after start). Must be a valid date. Must be a date after <code>scheduled_start</code>.
15009
+ * @example 2026-04-01T11:00:00Z
15010
+ */
15011
+ scheduled_end: string;
15012
+ };
15013
+ };
15014
+ };
14931
15015
  responses: {
14932
15016
  200: {
14933
15017
  headers: {
@@ -14935,156 +15019,64 @@ export interface operations {
14935
15019
  };
14936
15020
  content: {
14937
15021
  "application/json": {
14938
- /**
14939
- * @example [
14940
- * {
14941
- * "id": 318,
14942
- * "listing_id": 2,
14943
- * "status": "completed",
14944
- * "scheduled": {
14945
- * "start": "1981-11-13T00:00:00.000000Z",
14946
- * "end": "1979-12-10T00:00:00.000000Z"
14947
- * },
14948
- * "created_at": "2026-04-27T13:27:42.000000Z"
14949
- * },
14950
- * {
14951
- * "id": 319,
14952
- * "listing_id": 2,
14953
- * "status": "completed",
14954
- * "scheduled": {
14955
- * "start": "2006-09-13T00:00:00.000000Z",
14956
- * "end": "2015-01-19T00:00:00.000000Z"
14957
- * },
14958
- * "created_at": "2026-04-27T13:27:42.000000Z"
14959
- * }
14960
- * ]
14961
- */
14962
15022
  data?: {
14963
- /** @example 318 */
15023
+ /** @example 410 */
14964
15024
  id?: number;
14965
15025
  /** @example 2 */
14966
15026
  listing_id?: number;
14967
- /** @example completed */
14968
- status?: string;
14969
- scheduled?: {
14970
- /** @example 1981-11-13T00:00:00.000000Z */
14971
- start?: string;
14972
- /** @example 1979-12-10T00:00:00.000000Z */
14973
- end?: string;
14974
- };
14975
- /** @example 2026-04-27T13:27:42.000000Z */
14976
- created_at?: string;
14977
- }[];
14978
- links?: {
14979
- /** @example /?page=1 */
14980
- first?: string;
14981
- /** @example /?page=1 */
14982
- last?: string;
14983
- /** @example null */
14984
- prev?: string | null;
14985
- /** @example null */
14986
- next?: string | null;
14987
- };
14988
- meta?: {
14989
- /** @example 1 */
14990
- current_page?: number;
14991
- /** @example 1 */
14992
- from?: number;
14993
- /** @example 1 */
14994
- last_page?: number;
14995
- /**
14996
- * @example [
14997
- * {
14998
- * "url": null,
14999
- * "label": "&laquo; Previous",
15000
- * "page": null,
15001
- * "active": false
15002
- * },
15003
- * {
15004
- * "url": "/?page=1",
15005
- * "label": "1",
15006
- * "page": 1,
15007
- * "active": true
15008
- * },
15009
- * {
15010
- * "url": null,
15011
- * "label": "Next &raquo;",
15012
- * "page": null,
15013
- * "active": false
15014
- * }
15015
- * ]
15016
- */
15017
- links?: {
15018
- /** @example null */
15019
- url?: string | null;
15020
- /** @example &laquo; Previous */
15021
- label?: string;
15027
+ listing?: {
15028
+ /** @example LST-PRP-SHL-MO7SAE6EVC0 */
15029
+ sku?: string;
15030
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
15031
+ uid?: string;
15032
+ /** @example Short Let */
15033
+ listing_type?: string;
15034
+ /** @example Property */
15035
+ vertical?: string;
15036
+ /** @example company_lease */
15037
+ arrangement_type?: string;
15038
+ /** @example Company Lease */
15039
+ arrangement_type_label?: string;
15022
15040
  /** @example null */
15023
- page?: string | null;
15024
- /** @example false */
15025
- active?: boolean;
15026
- }[];
15027
- /** @example / */
15028
- path?: string;
15029
- /** @example 15 */
15030
- per_page?: number;
15031
- /** @example 2 */
15032
- to?: number;
15033
- /** @example 2 */
15034
- total?: number;
15035
- };
15036
- };
15037
- };
15038
- };
15039
- };
15040
- };
15041
- rescheduleAppointment: {
15042
- parameters: {
15043
- query?: never;
15044
- header?: never;
15045
- path: {
15046
- /** @description The ID of the appointment. */
15047
- appointment_id: number;
15048
- };
15049
- cookie?: never;
15050
- };
15051
- requestBody: {
15052
- content: {
15053
- "application/json": {
15054
- /**
15055
- * @description Appointment start datetime (ISO8601). Must be a valid date.
15056
- * @example 2026-04-01T10:00:00Z
15057
- */
15058
- scheduled_start: string;
15059
- /**
15060
- * @description Appointment end datetime (must be after start). Must be a valid date. Must be a date after <code>scheduled_start</code>.
15061
- * @example 2026-04-01T11:00:00Z
15062
- */
15063
- scheduled_end: string;
15064
- };
15065
- };
15066
- };
15067
- responses: {
15068
- 200: {
15069
- headers: {
15070
- [name: string]: unknown;
15071
- };
15072
- content: {
15073
- "application/json": {
15074
- data?: {
15075
- /** @example 320 */
15076
- id?: number;
15077
- /** @example 2 */
15078
- listing_id?: number;
15041
+ price?: string | null;
15042
+ /** @example published */
15043
+ state?: string;
15044
+ /** @example 19 Apr 2026, 10:46 PM */
15045
+ published_at?: string;
15046
+ /** @example 1 week ago */
15047
+ published_since?: string;
15048
+ /** @example true */
15049
+ is_visible?: boolean;
15050
+ summary?: {
15051
+ /** @example null */
15052
+ availability?: string | null;
15053
+ };
15054
+ /** @example [] */
15055
+ workflow?: unknown[];
15056
+ /** @example [] */
15057
+ media?: unknown[];
15058
+ };
15079
15059
  /** @example completed */
15080
15060
  status?: string;
15081
15061
  scheduled?: {
15082
- /** @example 1981-11-13T00:00:00.000000Z */
15062
+ /** @example 1981-11-10T00:00:00.000000Z */
15083
15063
  start?: string;
15084
- /** @example 1979-12-10T00:00:00.000000Z */
15064
+ /** @example 1979-12-07T00:00:00.000000Z */
15085
15065
  end?: string;
15086
15066
  };
15087
- /** @example 2026-04-27T13:27:42.000000Z */
15067
+ customer?: {
15068
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
15069
+ uid?: string;
15070
+ /** @example Teagan King */
15071
+ name?: string;
15072
+ };
15073
+ landlord?: {
15074
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
15075
+ uid?: string;
15076
+ /** @example dogunfx */
15077
+ name?: string;
15078
+ };
15079
+ /** @example 2026-04-29T20:19:51.000000Z */
15088
15080
  created_at?: string;
15089
15081
  };
15090
15082
  };
@@ -15111,19 +15103,63 @@ export interface operations {
15111
15103
  content: {
15112
15104
  "application/json": {
15113
15105
  data?: {
15114
- /** @example 321 */
15106
+ /** @example 411 */
15115
15107
  id?: number;
15116
15108
  /** @example 2 */
15117
15109
  listing_id?: number;
15110
+ listing?: {
15111
+ /** @example LST-PRP-SHL-MO7SAE6EVC0 */
15112
+ sku?: string;
15113
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
15114
+ uid?: string;
15115
+ /** @example Short Let */
15116
+ listing_type?: string;
15117
+ /** @example Property */
15118
+ vertical?: string;
15119
+ /** @example company_lease */
15120
+ arrangement_type?: string;
15121
+ /** @example Company Lease */
15122
+ arrangement_type_label?: string;
15123
+ /** @example null */
15124
+ price?: string | null;
15125
+ /** @example published */
15126
+ state?: string;
15127
+ /** @example 19 Apr 2026, 10:46 PM */
15128
+ published_at?: string;
15129
+ /** @example 1 week ago */
15130
+ published_since?: string;
15131
+ /** @example true */
15132
+ is_visible?: boolean;
15133
+ summary?: {
15134
+ /** @example null */
15135
+ availability?: string | null;
15136
+ };
15137
+ /** @example [] */
15138
+ workflow?: unknown[];
15139
+ /** @example [] */
15140
+ media?: unknown[];
15141
+ };
15118
15142
  /** @example completed */
15119
15143
  status?: string;
15120
15144
  scheduled?: {
15121
- /** @example 1981-11-13T00:00:00.000000Z */
15145
+ /** @example 1981-11-10T00:00:00.000000Z */
15122
15146
  start?: string;
15123
- /** @example 1979-12-10T00:00:00.000000Z */
15147
+ /** @example 1979-12-07T00:00:00.000000Z */
15124
15148
  end?: string;
15125
15149
  };
15126
- /** @example 2026-04-27T13:27:42.000000Z */
15150
+ customer?: {
15151
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
15152
+ uid?: string;
15153
+ /** @example Teagan King */
15154
+ name?: string;
15155
+ };
15156
+ landlord?: {
15157
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
15158
+ uid?: string;
15159
+ /** @example dogunfx */
15160
+ name?: string;
15161
+ };
15162
+ /** @example 2026-04-29T20:19:51.000000Z */
15127
15163
  created_at?: string;
15128
15164
  };
15129
15165
  };
@@ -15150,19 +15186,63 @@ export interface operations {
15150
15186
  content: {
15151
15187
  "application/json": {
15152
15188
  data?: {
15153
- /** @example 322 */
15189
+ /** @example 412 */
15154
15190
  id?: number;
15155
15191
  /** @example 2 */
15156
15192
  listing_id?: number;
15193
+ listing?: {
15194
+ /** @example LST-PRP-SHL-MO7SAE6EVC0 */
15195
+ sku?: string;
15196
+ /** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
15197
+ uid?: string;
15198
+ /** @example Short Let */
15199
+ listing_type?: string;
15200
+ /** @example Property */
15201
+ vertical?: string;
15202
+ /** @example company_lease */
15203
+ arrangement_type?: string;
15204
+ /** @example Company Lease */
15205
+ arrangement_type_label?: string;
15206
+ /** @example null */
15207
+ price?: string | null;
15208
+ /** @example published */
15209
+ state?: string;
15210
+ /** @example 19 Apr 2026, 10:46 PM */
15211
+ published_at?: string;
15212
+ /** @example 1 week ago */
15213
+ published_since?: string;
15214
+ /** @example true */
15215
+ is_visible?: boolean;
15216
+ summary?: {
15217
+ /** @example null */
15218
+ availability?: string | null;
15219
+ };
15220
+ /** @example [] */
15221
+ workflow?: unknown[];
15222
+ /** @example [] */
15223
+ media?: unknown[];
15224
+ };
15157
15225
  /** @example completed */
15158
15226
  status?: string;
15159
15227
  scheduled?: {
15160
- /** @example 1981-11-13T00:00:00.000000Z */
15228
+ /** @example 1981-11-10T00:00:00.000000Z */
15161
15229
  start?: string;
15162
- /** @example 1979-12-10T00:00:00.000000Z */
15230
+ /** @example 1979-12-07T00:00:00.000000Z */
15163
15231
  end?: string;
15164
15232
  };
15165
- /** @example 2026-04-27T13:27:42.000000Z */
15233
+ customer?: {
15234
+ /** @example af3a7981-f613-4482-898d-09ac3fab930b */
15235
+ uid?: string;
15236
+ /** @example Teagan King */
15237
+ name?: string;
15238
+ };
15239
+ landlord?: {
15240
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
15241
+ uid?: string;
15242
+ /** @example dogunfx */
15243
+ name?: string;
15244
+ };
15245
+ /** @example 2026-04-29T20:19:51.000000Z */
15166
15246
  created_at?: string;
15167
15247
  };
15168
15248
  };
@@ -15730,7 +15810,7 @@ export interface operations {
15730
15810
  };
15731
15811
  };
15732
15812
  };
15733
- getApiV1PortalTenantTest: {
15813
+ getApiV1PortalCustomerTest: {
15734
15814
  parameters: {
15735
15815
  query?: never;
15736
15816
  header?: never;
@@ -15745,14 +15825,14 @@ export interface operations {
15745
15825
  };
15746
15826
  content: {
15747
15827
  "application/json": {
15748
- /** @example Tenant endpoint working fine */
15828
+ /** @example Customer endpoint working fine */
15749
15829
  message?: string;
15750
15830
  };
15751
15831
  };
15752
15832
  };
15753
15833
  };
15754
15834
  };
15755
- postApiV1PortalTenantCreate: {
15835
+ postApiV1PortalCustomerCreate: {
15756
15836
  parameters: {
15757
15837
  query?: never;
15758
15838
  header?: never;
@@ -15764,14 +15844,12 @@ export interface operations {
15764
15844
  "application/json": {
15765
15845
  /** @example null */
15766
15846
  user: string;
15767
- /** @example null */
15768
- address: string;
15769
15847
  };
15770
15848
  };
15771
15849
  };
15772
15850
  responses: never;
15773
15851
  };
15774
- postApiV1PortalTenantCreateWithGithub: {
15852
+ postApiV1PortalCustomerCreateWithGithub: {
15775
15853
  parameters: {
15776
15854
  query?: never;
15777
15855
  header?: never;
@@ -15781,7 +15859,7 @@ export interface operations {
15781
15859
  requestBody?: never;
15782
15860
  responses: never;
15783
15861
  };
15784
- postApiV1PortalTenantSendOtp: {
15862
+ postApiV1PortalCustomerSendOtp: {
15785
15863
  parameters: {
15786
15864
  query?: never;
15787
15865
  header?: never;
@@ -15791,7 +15869,7 @@ export interface operations {
15791
15869
  requestBody?: never;
15792
15870
  responses: never;
15793
15871
  };
15794
- postApiV1PortalTenantVerifyOtp: {
15872
+ postApiV1PortalCustomerVerifyOtp: {
15795
15873
  parameters: {
15796
15874
  query?: never;
15797
15875
  header?: never;
@@ -15813,7 +15891,7 @@ export interface operations {
15813
15891
  };
15814
15892
  responses: never;
15815
15893
  };
15816
- getApiV1PortalCustomerTest: {
15894
+ getApiV1SocialAuthGoogleRedirect: {
15817
15895
  parameters: {
15818
15896
  query?: never;
15819
15897
  header?: never;
@@ -15822,120 +15900,39 @@ export interface operations {
15822
15900
  };
15823
15901
  requestBody?: never;
15824
15902
  responses: {
15825
- 200: {
15903
+ 302: {
15826
15904
  headers: {
15827
15905
  [name: string]: unknown;
15828
15906
  };
15829
15907
  content: {
15830
- "application/json": {
15831
- /** @example Customer endpoint working fine */
15832
- message?: string;
15833
- };
15908
+ "text/plain": string;
15834
15909
  };
15835
15910
  };
15836
15911
  };
15837
15912
  };
15838
- postApiV1PortalCustomerCreate: {
15913
+ getApiV1SocialAuthGoogleCallback: {
15839
15914
  parameters: {
15840
15915
  query?: never;
15841
15916
  header?: never;
15842
15917
  path?: never;
15843
15918
  cookie?: never;
15844
15919
  };
15845
- requestBody: {
15846
- content: {
15847
- "application/json": {
15848
- /** @example null */
15849
- user: string;
15920
+ requestBody?: never;
15921
+ responses: {
15922
+ 500: {
15923
+ headers: {
15924
+ [name: string]: unknown;
15925
+ };
15926
+ content: {
15927
+ "application/json": {
15928
+ /** @example Server Error */
15929
+ message?: string;
15930
+ };
15850
15931
  };
15851
15932
  };
15852
15933
  };
15853
- responses: never;
15854
15934
  };
15855
- postApiV1PortalCustomerCreateWithGithub: {
15856
- parameters: {
15857
- query?: never;
15858
- header?: never;
15859
- path?: never;
15860
- cookie?: never;
15861
- };
15862
- requestBody?: never;
15863
- responses: never;
15864
- };
15865
- postApiV1PortalCustomerSendOtp: {
15866
- parameters: {
15867
- query?: never;
15868
- header?: never;
15869
- path?: never;
15870
- cookie?: never;
15871
- };
15872
- requestBody?: never;
15873
- responses: never;
15874
- };
15875
- postApiV1PortalCustomerVerifyOtp: {
15876
- parameters: {
15877
- query?: never;
15878
- header?: never;
15879
- path?: never;
15880
- cookie?: never;
15881
- };
15882
- requestBody: {
15883
- content: {
15884
- "application/json": {
15885
- /** @example architecto */
15886
- otp: string;
15887
- /**
15888
- * @description The <code>email</code> of an existing record in the users table.
15889
- * @example architecto
15890
- */
15891
- email: string;
15892
- };
15893
- };
15894
- };
15895
- responses: never;
15896
- };
15897
- getApiV1SocialAuthGoogleRedirect: {
15898
- parameters: {
15899
- query?: never;
15900
- header?: never;
15901
- path?: never;
15902
- cookie?: never;
15903
- };
15904
- requestBody?: never;
15905
- responses: {
15906
- 302: {
15907
- headers: {
15908
- [name: string]: unknown;
15909
- };
15910
- content: {
15911
- "text/plain": string;
15912
- };
15913
- };
15914
- };
15915
- };
15916
- getApiV1SocialAuthGoogleCallback: {
15917
- parameters: {
15918
- query?: never;
15919
- header?: never;
15920
- path?: never;
15921
- cookie?: never;
15922
- };
15923
- requestBody?: never;
15924
- responses: {
15925
- 500: {
15926
- headers: {
15927
- [name: string]: unknown;
15928
- };
15929
- content: {
15930
- "application/json": {
15931
- /** @example Server Error */
15932
- message?: string;
15933
- };
15934
- };
15935
- };
15936
- };
15937
- };
15938
- getApiV1SocialAuthGithubRedirect: {
15935
+ getApiV1SocialAuthGithubRedirect: {
15939
15936
  parameters: {
15940
15937
  query?: never;
15941
15938
  header?: never;
@@ -16262,7 +16259,7 @@ export interface operations {
16262
16259
  content: {
16263
16260
  "application/json": {
16264
16261
  data?: {
16265
- /** @example dc78826c-7b49-475c-ad78-a74b32e0281c */
16262
+ /** @example 49eb204f-023a-424f-96af-04bcaea90f2a */
16266
16263
  uid?: string;
16267
16264
  /** @example Ms. Audra Crooks II */
16268
16265
  username?: string;
@@ -16292,9 +16289,9 @@ export interface operations {
16292
16289
  timezone?: string;
16293
16290
  /** @example Customer */
16294
16291
  user_type?: string;
16295
- /** @example 27 Apr 2026, 01:27 PM */
16292
+ /** @example 29 Apr 2026, 08:19 PM */
16296
16293
  created?: string;
16297
- /** @example 0 seconds ago */
16294
+ /** @example 1 second ago */
16298
16295
  email_verified_at?: string;
16299
16296
  verification_status?: {
16300
16297
  /** @example not_verified */
@@ -16761,7 +16758,7 @@ export interface operations {
16761
16758
  content: {
16762
16759
  "application/json": {
16763
16760
  data?: {
16764
- /** @example ff6ba9c5-2433-4fa5-9ed7-2b8724777a29 */
16761
+ /** @example 60d66107-81c6-4ea8-8cfd-55a9ad7615c2 */
16765
16762
  uid?: string;
16766
16763
  /** @example Ms. Audra Crooks II */
16767
16764
  username?: string;
@@ -16791,7 +16788,7 @@ export interface operations {
16791
16788
  timezone?: string;
16792
16789
  /** @example Customer */
16793
16790
  user_type?: string;
16794
- /** @example 27 Apr 2026, 01:27 PM */
16791
+ /** @example 29 Apr 2026, 08:19 PM */
16795
16792
  created?: string;
16796
16793
  /** @example 0 seconds ago */
16797
16794
  email_verified_at?: string;
@@ -16912,11 +16909,11 @@ export interface operations {
16912
16909
  content: {
16913
16910
  "application/json": {
16914
16911
  data?: {
16915
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
16912
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
16916
16913
  draft_name?: string;
16917
- /** @example LST-PRP-LTR-MOH8FA4DWBL */
16914
+ /** @example LST-PRP-LTR-MOKI10R2K1R */
16918
16915
  sku?: string;
16919
- /** @example e15a7a4e-2310-4f2b-aab0-4f9864dcf465 */
16916
+ /** @example bb9f2726-d498-4190-bbed-d3e3d75ff5ef */
16920
16917
  uid?: string;
16921
16918
  /** @example Rent */
16922
16919
  listing_type?: string;
@@ -17040,9 +17037,9 @@ export interface operations {
17040
17037
  /**
17041
17038
  * @example [
17042
17039
  * {
17043
- * "draft_name": "New For Rent Property draft • 27 Apr 2026, 1:27 PM",
17044
- * "sku": "LST-PRP-LTR-MOH8FA5IVQD",
17045
- * "uid": "81292514-53cd-4c34-9d9c-584750f0365c",
17040
+ * "draft_name": "New For Rent Property draft • 29 Apr 2026, 8:19 PM",
17041
+ * "sku": "LST-PRP-LTR-MOKI10RVBYK",
17042
+ * "uid": "6a45d1d5-656e-427b-8798-d2524fba1e0d",
17046
17043
  * "listing_type": "Rent",
17047
17044
  * "vertical": "Property",
17048
17045
  * "arrangement_type": "let_to_let",
@@ -17059,9 +17056,9 @@ export interface operations {
17059
17056
  * "media": []
17060
17057
  * },
17061
17058
  * {
17062
- * "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
17063
- * "sku": "LST-PRP-SHL-MOH8FA5LOXC",
17064
- * "uid": "1977b356-cc16-4636-8eee-b09f68ffa30d",
17059
+ * "draft_name": "New Short Let Property draft • 29 Apr 2026, 8:19 PM",
17060
+ * "sku": "LST-PRP-SHL-MOKI10S00WZ",
17061
+ * "uid": "4dd4b8d5-31fa-493d-9493-a04ba0f54b0d",
17065
17062
  * "listing_type": "Short Let",
17066
17063
  * "vertical": "Property",
17067
17064
  * "arrangement_type": "short_term_managed",
@@ -17080,11 +17077,11 @@ export interface operations {
17080
17077
  * ]
17081
17078
  */
17082
17079
  data?: {
17083
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
17080
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
17084
17081
  draft_name?: string;
17085
- /** @example LST-PRP-LTR-MOH8FA5IVQD */
17082
+ /** @example LST-PRP-LTR-MOKI10RVBYK */
17086
17083
  sku?: string;
17087
- /** @example 81292514-53cd-4c34-9d9c-584750f0365c */
17084
+ /** @example 6a45d1d5-656e-427b-8798-d2524fba1e0d */
17088
17085
  uid?: string;
17089
17086
  /** @example Rent */
17090
17087
  listing_type?: string;
@@ -17194,9 +17191,9 @@ export interface operations {
17194
17191
  /**
17195
17192
  * @example [
17196
17193
  * {
17197
- * "draft_name": "New For Rent Property draft • 27 Apr 2026, 1:27 PM",
17198
- * "sku": "LST-PRP-LTR-MOH8FA5TZMR",
17199
- * "uid": "05ad81e9-c3e0-4ab4-bab1-e2cc88639e39",
17194
+ * "draft_name": "New For Rent Property draft • 29 Apr 2026, 8:19 PM",
17195
+ * "sku": "LST-PRP-LTR-MOKI10S7BRJ",
17196
+ * "uid": "216b43f0-6281-4579-9f9f-6f783e546810",
17200
17197
  * "listing_type": "Rent",
17201
17198
  * "vertical": "Property",
17202
17199
  * "arrangement_type": "let_to_let",
@@ -17213,9 +17210,9 @@ export interface operations {
17213
17210
  * "media": []
17214
17211
  * },
17215
17212
  * {
17216
- * "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
17217
- * "sku": "LST-PRP-SHL-MOH8FA5VWV6",
17218
- * "uid": "b6f1be1e-c454-43cd-84eb-7315dbf42ccb",
17213
+ * "draft_name": "New Short Let Property draft • 29 Apr 2026, 8:19 PM",
17214
+ * "sku": "LST-PRP-SHL-MOKI10SAVLN",
17215
+ * "uid": "7eff383c-497d-4398-b3ee-05b804a9706d",
17219
17216
  * "listing_type": "Short Let",
17220
17217
  * "vertical": "Property",
17221
17218
  * "arrangement_type": "short_term_managed",
@@ -17234,11 +17231,11 @@ export interface operations {
17234
17231
  * ]
17235
17232
  */
17236
17233
  data?: {
17237
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
17234
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
17238
17235
  draft_name?: string;
17239
- /** @example LST-PRP-LTR-MOH8FA5TZMR */
17236
+ /** @example LST-PRP-LTR-MOKI10S7BRJ */
17240
17237
  sku?: string;
17241
- /** @example 05ad81e9-c3e0-4ab4-bab1-e2cc88639e39 */
17238
+ /** @example 216b43f0-6281-4579-9f9f-6f783e546810 */
17242
17239
  uid?: string;
17243
17240
  /** @example Rent */
17244
17241
  listing_type?: string;
@@ -18487,7 +18484,7 @@ export interface operations {
18487
18484
  content: {
18488
18485
  "application/json": {
18489
18486
  data?: {
18490
- /** @example bc4a19af-730d-447c-947c-d3a994d06222 */
18487
+ /** @example ebcfe17f-7e2b-4318-ba5c-64aad10c9943 */
18491
18488
  uid?: string;
18492
18489
  /** @example photo */
18493
18490
  media_type?: string;
@@ -18636,11 +18633,11 @@ export interface operations {
18636
18633
  content: {
18637
18634
  "application/json": {
18638
18635
  data?: {
18639
- /** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
18636
+ /** @example New For Rent Property draft • 29 Apr 2026, 8:19 PM */
18640
18637
  draft_name?: string;
18641
- /** @example LST-PRP-LTR-MOH8FA83MXS */
18638
+ /** @example LST-PRP-LTR-MOKI10ULWDU */
18642
18639
  sku?: string;
18643
- /** @example f4e496d9-4470-4287-ae39-048959d9be43 */
18640
+ /** @example fd60b18a-327d-4050-adc8-9e60d1987cd2 */
18644
18641
  uid?: string;
18645
18642
  /** @example Rent */
18646
18643
  listing_type?: string;
@@ -18800,7 +18797,7 @@ export interface operations {
18800
18797
  content: {
18801
18798
  "application/json": {
18802
18799
  data?: {
18803
- /** @example aa97fa0d-dfea-48cf-ad38-81719d0ff3aa */
18800
+ /** @example bd6e9704-8f70-46ed-aacd-75f0f73c57d9 */
18804
18801
  uid?: string;
18805
18802
  /** @example null */
18806
18803
  compliances?: string | null;
@@ -18851,7 +18848,7 @@ export interface operations {
18851
18848
  content: {
18852
18849
  "application/json": {
18853
18850
  data?: {
18854
- /** @example 131 */
18851
+ /** @example 149 */
18855
18852
  id?: number;
18856
18853
  compliance?: {
18857
18854
  /** @example 1 */
@@ -18873,7 +18870,7 @@ export interface operations {
18873
18870
  reviewed_by?: number;
18874
18871
  /** @example null */
18875
18872
  reviewed_at?: string | null;
18876
- /** @example 2026-04-27T13:27:41.000000Z */
18873
+ /** @example 2026-04-29T20:19:50.000000Z */
18877
18874
  created_at?: string;
18878
18875
  };
18879
18876
  };
@@ -18928,39 +18925,39 @@ export interface operations {
18928
18925
  /**
18929
18926
  * @example [
18930
18927
  * {
18931
- * "uid": "9a3cd237-5052-4cda-a7f8-299f03b557fa",
18928
+ * "uid": "aa65df34-aadf-4c44-8803-d54c69046c31",
18932
18929
  * "listing_id": 1,
18933
18930
  * "landlord_id": 2,
18934
18931
  * "tenant_id": 2,
18935
18932
  * "rent_amount": "4881.50",
18936
18933
  * "deposit_amount": "2151.17",
18937
18934
  * "state": "offer_accepted",
18938
- * "start_date": "2025-11-02T00:00:00.000000Z",
18939
- * "end_date": "2026-11-02T00:00:00.000000Z",
18935
+ * "start_date": "2025-11-04T00:00:00.000000Z",
18936
+ * "end_date": "2026-11-04T00:00:00.000000Z",
18940
18937
  * "is_periodic": false,
18941
18938
  * "company_name": null,
18942
18939
  * "company_registration_number": null,
18943
- * "created_at": "2026-04-27T13:27:41.000000Z"
18940
+ * "created_at": "2026-04-29T20:19:50.000000Z"
18944
18941
  * },
18945
18942
  * {
18946
- * "uid": "9482d8f3-5ce0-4651-98e4-d911c0ee7a88",
18943
+ * "uid": "c17648c0-7170-4c5f-b36f-239e465a9b3f",
18947
18944
  * "listing_id": 1,
18948
18945
  * "landlord_id": 2,
18949
18946
  * "tenant_id": 2,
18950
18947
  * "rent_amount": "3832.26",
18951
18948
  * "deposit_amount": "1384.27",
18952
18949
  * "state": "terminated",
18953
- * "start_date": "2025-09-27T00:00:00.000000Z",
18954
- * "end_date": "2026-09-27T00:00:00.000000Z",
18950
+ * "start_date": "2025-09-30T00:00:00.000000Z",
18951
+ * "end_date": "2026-09-30T00:00:00.000000Z",
18955
18952
  * "is_periodic": false,
18956
18953
  * "company_name": null,
18957
18954
  * "company_registration_number": null,
18958
- * "created_at": "2026-04-27T13:27:41.000000Z"
18955
+ * "created_at": "2026-04-29T20:19:50.000000Z"
18959
18956
  * }
18960
18957
  * ]
18961
18958
  */
18962
18959
  data?: {
18963
- /** @example 9a3cd237-5052-4cda-a7f8-299f03b557fa */
18960
+ /** @example aa65df34-aadf-4c44-8803-d54c69046c31 */
18964
18961
  uid?: string;
18965
18962
  /** @example 1 */
18966
18963
  listing_id?: number;
@@ -18974,9 +18971,9 @@ export interface operations {
18974
18971
  deposit_amount?: string;
18975
18972
  /** @example offer_accepted */
18976
18973
  state?: string;
18977
- /** @example 2025-11-02T00:00:00.000000Z */
18974
+ /** @example 2025-11-04T00:00:00.000000Z */
18978
18975
  start_date?: string;
18979
- /** @example 2026-11-02T00:00:00.000000Z */
18976
+ /** @example 2026-11-04T00:00:00.000000Z */
18980
18977
  end_date?: string;
18981
18978
  /** @example false */
18982
18979
  is_periodic?: boolean;
@@ -18984,7 +18981,7 @@ export interface operations {
18984
18981
  company_name?: string | null;
18985
18982
  /** @example null */
18986
18983
  company_registration_number?: string | null;
18987
- /** @example 2026-04-27T13:27:41.000000Z */
18984
+ /** @example 2026-04-29T20:19:50.000000Z */
18988
18985
  created_at?: string;
18989
18986
  }[];
18990
18987
  links?: {
@@ -19071,39 +19068,39 @@ export interface operations {
19071
19068
  /**
19072
19069
  * @example [
19073
19070
  * {
19074
- * "uid": "68eb42e4-f410-40b1-bd87-601db1dfaa0d",
19071
+ * "uid": "35d799e4-62fa-4c86-8778-244cba28654b",
19075
19072
  * "listing_id": 1,
19076
19073
  * "landlord_id": 2,
19077
19074
  * "tenant_id": 2,
19078
19075
  * "rent_amount": "4881.50",
19079
19076
  * "deposit_amount": "2151.17",
19080
19077
  * "state": "offer_accepted",
19081
- * "start_date": "2025-11-02T00:00:00.000000Z",
19082
- * "end_date": "2026-11-02T00:00:00.000000Z",
19078
+ * "start_date": "2025-11-04T00:00:00.000000Z",
19079
+ * "end_date": "2026-11-04T00:00:00.000000Z",
19083
19080
  * "is_periodic": false,
19084
19081
  * "company_name": null,
19085
19082
  * "company_registration_number": null,
19086
- * "created_at": "2026-04-27T13:27:41.000000Z"
19083
+ * "created_at": "2026-04-29T20:19:50.000000Z"
19087
19084
  * },
19088
19085
  * {
19089
- * "uid": "5e8f05b4-353c-4651-bfa3-7e9594c1ae32",
19086
+ * "uid": "030b749a-2807-40f6-9824-fbbeadf7fde7",
19090
19087
  * "listing_id": 1,
19091
19088
  * "landlord_id": 2,
19092
19089
  * "tenant_id": 2,
19093
19090
  * "rent_amount": "3832.26",
19094
19091
  * "deposit_amount": "1384.27",
19095
19092
  * "state": "terminated",
19096
- * "start_date": "2025-09-27T00:00:00.000000Z",
19097
- * "end_date": "2026-09-27T00:00:00.000000Z",
19093
+ * "start_date": "2025-09-30T00:00:00.000000Z",
19094
+ * "end_date": "2026-09-30T00:00:00.000000Z",
19098
19095
  * "is_periodic": false,
19099
19096
  * "company_name": null,
19100
19097
  * "company_registration_number": null,
19101
- * "created_at": "2026-04-27T13:27:41.000000Z"
19098
+ * "created_at": "2026-04-29T20:19:50.000000Z"
19102
19099
  * }
19103
19100
  * ]
19104
19101
  */
19105
19102
  data?: {
19106
- /** @example 68eb42e4-f410-40b1-bd87-601db1dfaa0d */
19103
+ /** @example 35d799e4-62fa-4c86-8778-244cba28654b */
19107
19104
  uid?: string;
19108
19105
  /** @example 1 */
19109
19106
  listing_id?: number;
@@ -19117,9 +19114,9 @@ export interface operations {
19117
19114
  deposit_amount?: string;
19118
19115
  /** @example offer_accepted */
19119
19116
  state?: string;
19120
- /** @example 2025-11-02T00:00:00.000000Z */
19117
+ /** @example 2025-11-04T00:00:00.000000Z */
19121
19118
  start_date?: string;
19122
- /** @example 2026-11-02T00:00:00.000000Z */
19119
+ /** @example 2026-11-04T00:00:00.000000Z */
19123
19120
  end_date?: string;
19124
19121
  /** @example false */
19125
19122
  is_periodic?: boolean;
@@ -19127,7 +19124,7 @@ export interface operations {
19127
19124
  company_name?: string | null;
19128
19125
  /** @example null */
19129
19126
  company_registration_number?: string | null;
19130
- /** @example 2026-04-27T13:27:41.000000Z */
19127
+ /** @example 2026-04-29T20:19:50.000000Z */
19131
19128
  created_at?: string;
19132
19129
  }[];
19133
19130
  links?: {
@@ -19234,7 +19231,7 @@ export interface operations {
19234
19231
  content: {
19235
19232
  "application/json": {
19236
19233
  data?: {
19237
- /** @example 181 */
19234
+ /** @example 217 */
19238
19235
  id?: number;
19239
19236
  compliance?: {
19240
19237
  /** @example 1 */
@@ -19254,9 +19251,9 @@ export interface operations {
19254
19251
  rejection_reason?: string | null;
19255
19252
  /** @example 1 */
19256
19253
  reviewed_by?: number;
19257
- /** @example 2026-04-27T13:27:41.000000Z */
19254
+ /** @example 2026-04-29T20:19:50.000000Z */
19258
19255
  reviewed_at?: string;
19259
- /** @example 2026-04-27T13:27:41.000000Z */
19256
+ /** @example 2026-04-29T20:19:50.000000Z */
19260
19257
  created_at?: string;
19261
19258
  };
19262
19259
  };
@@ -19283,7 +19280,7 @@ export interface operations {
19283
19280
  content: {
19284
19281
  "application/json": {
19285
19282
  data?: {
19286
- /** @example 182 */
19283
+ /** @example 218 */
19287
19284
  id?: number;
19288
19285
  compliance?: {
19289
19286
  /** @example 1 */
@@ -19303,9 +19300,9 @@ export interface operations {
19303
19300
  rejection_reason?: string | null;
19304
19301
  /** @example 1 */
19305
19302
  reviewed_by?: number;
19306
- /** @example 2026-04-27T13:27:41.000000Z */
19303
+ /** @example 2026-04-29T20:19:50.000000Z */
19307
19304
  reviewed_at?: string;
19308
- /** @example 2026-04-27T13:27:41.000000Z */
19305
+ /** @example 2026-04-29T20:19:50.000000Z */
19309
19306
  created_at?: string;
19310
19307
  };
19311
19308
  };
@@ -20437,37 +20434,37 @@ export interface operations {
20437
20434
  /**
20438
20435
  * @example [
20439
20436
  * {
20440
- * "uid": "a93c9e2c-5583-44fd-ba05-1d1138136854",
20437
+ * "uid": "acb25daf-6f09-4ac5-9ddd-3107430b05e2",
20441
20438
  * "tenancy_id": 1,
20442
20439
  * "title": "Quos velit et fugiat sunt nihil.",
20443
20440
  * "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.",
20444
20441
  * "status": "reported",
20445
20442
  * "priority": "emergency",
20446
- * "reported_at": "21 Apr 2026, 12:41 AM",
20447
- * "assigned_at": "25 Apr 2026, 09:01 PM",
20443
+ * "reported_at": "23 Apr 2026, 07:33 AM",
20444
+ * "assigned_at": "28 Apr 2026, 03:53 AM",
20448
20445
  * "completed_at": null,
20449
- * "sla_deadline": "29 Apr 2026, 02:23 AM",
20450
- * "created_at": "27 Apr 2026, 01:27 PM",
20451
- * "updated_at": "27 Apr 2026, 01:27 PM"
20446
+ * "sla_deadline": "01 May 2026, 09:15 AM",
20447
+ * "created_at": "29 Apr 2026, 08:19 PM",
20448
+ * "updated_at": "29 Apr 2026, 08:19 PM"
20452
20449
  * },
20453
20450
  * {
20454
- * "uid": "6d3a7dc4-ba18-4271-a14e-ca732c74e26a",
20451
+ * "uid": "1363d02a-44bd-493b-ad5b-d5f99a91d3f9",
20455
20452
  * "tenancy_id": 1,
20456
20453
  * "title": "Fugit deleniti distinctio eum doloremque.",
20457
20454
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
20458
20455
  * "status": "completed",
20459
20456
  * "priority": "normal",
20460
- * "reported_at": "23 Apr 2026, 01:19 PM",
20457
+ * "reported_at": "25 Apr 2026, 08:11 PM",
20461
20458
  * "assigned_at": null,
20462
20459
  * "completed_at": null,
20463
- * "sla_deadline": "30 Apr 2026, 10:23 AM",
20464
- * "created_at": "27 Apr 2026, 01:27 PM",
20465
- * "updated_at": "27 Apr 2026, 01:27 PM"
20460
+ * "sla_deadline": "02 May 2026, 05:15 PM",
20461
+ * "created_at": "29 Apr 2026, 08:19 PM",
20462
+ * "updated_at": "29 Apr 2026, 08:19 PM"
20466
20463
  * }
20467
20464
  * ]
20468
20465
  */
20469
20466
  data?: {
20470
- /** @example a93c9e2c-5583-44fd-ba05-1d1138136854 */
20467
+ /** @example acb25daf-6f09-4ac5-9ddd-3107430b05e2 */
20471
20468
  uid?: string;
20472
20469
  /** @example 1 */
20473
20470
  tenancy_id?: number;
@@ -20479,17 +20476,17 @@ export interface operations {
20479
20476
  status?: string;
20480
20477
  /** @example emergency */
20481
20478
  priority?: string;
20482
- /** @example 21 Apr 2026, 12:41 AM */
20479
+ /** @example 23 Apr 2026, 07:33 AM */
20483
20480
  reported_at?: string;
20484
- /** @example 25 Apr 2026, 09:01 PM */
20481
+ /** @example 28 Apr 2026, 03:53 AM */
20485
20482
  assigned_at?: string;
20486
20483
  /** @example null */
20487
20484
  completed_at?: string | null;
20488
- /** @example 29 Apr 2026, 02:23 AM */
20485
+ /** @example 01 May 2026, 09:15 AM */
20489
20486
  sla_deadline?: string;
20490
- /** @example 27 Apr 2026, 01:27 PM */
20487
+ /** @example 29 Apr 2026, 08:19 PM */
20491
20488
  created_at?: string;
20492
- /** @example 27 Apr 2026, 01:27 PM */
20489
+ /** @example 29 Apr 2026, 08:19 PM */
20493
20490
  updated_at?: string;
20494
20491
  }[];
20495
20492
  links?: {
@@ -20605,13 +20602,13 @@ export interface operations {
20605
20602
  };
20606
20603
  } | {
20607
20604
  data?: {
20608
- /** @example bf1df753-e4be-4710-9985-abdd7bc9dd5e */
20605
+ /** @example 30720c10-84f1-4896-aebc-8875b4e0e329 */
20609
20606
  uid?: string;
20610
20607
  /** @example image */
20611
20608
  file_type?: string;
20612
20609
  /** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
20613
20610
  url?: string;
20614
- /** @example 2026-04-27T13:27:42.000000Z */
20611
+ /** @example 2026-04-29T20:19:51.000000Z */
20615
20612
  created_at?: string;
20616
20613
  };
20617
20614
  };
@@ -20636,10 +20633,10 @@ export interface operations {
20636
20633
  */
20637
20634
  type: "property_inquiry" | "booking" | "support" | "general" | "appointment";
20638
20635
  /**
20639
- * @description Listing ID if the conversation is related to a listing. The <code>id</code> of an existing record in the listings table.
20640
- * @example 15
20636
+ * @description Listing UID if the conversation is related to a listing. The <code>uid</code> of an existing record in the listings table.
20637
+ * @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
20641
20638
  */
20642
- listing_id?: string | null;
20639
+ listing_uid?: string | null;
20643
20640
  /**
20644
20641
  * @description Booking ID if the conversation is related to a booking. The <code>id</code> of an existing record in the bookings table.
20645
20642
  * @example 15
@@ -20656,15 +20653,23 @@ export interface operations {
20656
20653
  content: {
20657
20654
  "application/json": {
20658
20655
  data?: {
20659
- /** @example 136 */
20656
+ /** @example 157 */
20660
20657
  id?: number;
20661
20658
  /** @example property_inquiry */
20662
20659
  type?: string;
20663
20660
  /** @example 2 */
20664
20661
  listing_id?: number;
20662
+ created_by?: {
20663
+ /** @example 2 */
20664
+ id?: number;
20665
+ /** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
20666
+ uid?: string;
20667
+ /** @example dogunfx */
20668
+ name?: string;
20669
+ };
20665
20670
  /** @example null */
20666
20671
  last_message_at?: string | null;
20667
- /** @example 2026-04-27T13:27:42.000000Z */
20672
+ /** @example 2026-04-29T20:19:51.000000Z */
20668
20673
  created_at?: string;
20669
20674
  };
20670
20675
  };
@@ -20681,99 +20686,68 @@ export interface operations {
20681
20686
  };
20682
20687
  requestBody?: never;
20683
20688
  responses: {
20689
+ /** @description Retrieve all conversations belonging to the authenticated user */
20684
20690
  200: {
20685
20691
  headers: {
20686
20692
  [name: string]: unknown;
20687
20693
  };
20688
20694
  content: {
20689
20695
  "application/json": {
20690
- /**
20691
- * @example [
20692
- * {
20693
- * "id": 137,
20694
- * "type": "property_inquiry",
20695
- * "listing_id": 2,
20696
- * "last_message_at": null,
20697
- * "created_at": "2026-04-27T13:27:42.000000Z"
20698
- * },
20699
- * {
20700
- * "id": 138,
20701
- * "type": "property_inquiry",
20702
- * "listing_id": 2,
20703
- * "last_message_at": null,
20704
- * "created_at": "2026-04-27T13:27:42.000000Z"
20705
- * }
20706
- * ]
20707
- */
20696
+ /** @example Conversations retrieved successfully */
20697
+ message?: string;
20698
+ /** @example null */
20699
+ event?: string | null;
20708
20700
  data?: {
20709
- /** @example 137 */
20710
- id?: number;
20711
- /** @example property_inquiry */
20712
- type?: string;
20713
- /** @example 2 */
20714
- listing_id?: number;
20715
- /** @example null */
20716
- last_message_at?: string | null;
20717
- /** @example 2026-04-27T13:27:42.000000Z */
20718
- created_at?: string;
20719
- }[];
20720
- links?: {
20721
- /** @example /?page=1 */
20722
- first?: string;
20723
- /** @example /?page=1 */
20724
- last?: string;
20725
- /** @example null */
20726
- prev?: string | null;
20727
- /** @example null */
20728
- next?: string | null;
20729
- };
20730
- meta?: {
20731
- /** @example 1 */
20732
- current_page?: number;
20733
- /** @example 1 */
20734
- from?: number;
20735
- /** @example 1 */
20736
- last_page?: number;
20737
20701
  /**
20738
20702
  * @example [
20739
20703
  * {
20740
- * "url": null,
20741
- * "label": "&laquo; Previous",
20742
- * "page": null,
20743
- * "active": false
20744
- * },
20745
- * {
20746
- * "url": "/?page=1",
20747
- * "label": "1",
20748
- * "page": 1,
20749
- * "active": true
20750
- * },
20751
- * {
20752
- * "url": null,
20753
- * "label": "Next &raquo;",
20754
- * "page": null,
20755
- * "active": false
20704
+ * "id": 1,
20705
+ * "type": "listing",
20706
+ * "listing_id": 4,
20707
+ * "created_by": {
20708
+ * "id": 20,
20709
+ * "uid": "usr_20",
20710
+ * "name": "Sarah Jenkins"
20711
+ * },
20712
+ * "last_message_at": "2026-04-28T09:00:00Z",
20713
+ * "created_at": "2026-04-28T08:30:00Z"
20756
20714
  * }
20757
20715
  * ]
20758
20716
  */
20759
- links?: {
20760
- /** @example null */
20761
- url?: string | null;
20762
- /** @example &laquo; Previous */
20763
- label?: string;
20764
- /** @example null */
20765
- page?: string | null;
20766
- /** @example false */
20767
- active?: boolean;
20717
+ items?: {
20718
+ /** @example 1 */
20719
+ id?: number;
20720
+ /** @example listing */
20721
+ type?: string;
20722
+ /** @example 4 */
20723
+ listing_id?: number;
20724
+ created_by?: {
20725
+ /** @example 20 */
20726
+ id?: number;
20727
+ /** @example usr_20 */
20728
+ uid?: string;
20729
+ /** @example Sarah Jenkins */
20730
+ name?: string;
20731
+ };
20732
+ /** @example 2026-04-28T09:00:00Z */
20733
+ last_message_at?: string;
20734
+ /** @example 2026-04-28T08:30:00Z */
20735
+ created_at?: string;
20768
20736
  }[];
20769
- /** @example / */
20770
- path?: string;
20771
- /** @example 15 */
20772
- per_page?: number;
20773
- /** @example 2 */
20774
- to?: number;
20775
- /** @example 2 */
20776
- total?: number;
20737
+ pagination?: {
20738
+ /** @example 1 */
20739
+ current_page?: number;
20740
+ /** @example 15 */
20741
+ per_page?: number;
20742
+ /** @example 1 */
20743
+ total?: number;
20744
+ /** @example 1 */
20745
+ last_page?: number;
20746
+ /** @example 1 */
20747
+ from?: number;
20748
+ /** @example 1 */
20749
+ to?: number;
20750
+ };
20777
20751
  };
20778
20752
  };
20779
20753
  };
@@ -21023,107 +20997,65 @@ export interface operations {
21023
20997
  };
21024
20998
  requestBody?: never;
21025
20999
  responses: {
21000
+ /** @description Fetch paginated notifications for the auth user */
21026
21001
  200: {
21027
21002
  headers: {
21028
21003
  [name: string]: unknown;
21029
21004
  };
21030
21005
  content: {
21031
21006
  "application/json": {
21032
- /**
21033
- * @example [
21034
- * {
21035
- * "id": "7b4f9c62-f0c6-44e8-906b-28c871f5c918",
21036
- * "type": "APPOINTMENT_CREATED",
21037
- * "title": "faker notification",
21038
- * "body": "faker notification body",
21039
- * "data": [],
21040
- * "read_at": null,
21041
- * "created_at": "2026-04-27T13:27:42.000000Z"
21042
- * },
21043
- * {
21044
- * "id": "33dfff40-d7ed-44e9-baf9-1da9d7b70226",
21045
- * "type": "APPOINTMENT_CREATED",
21046
- * "title": "faker notification",
21047
- * "body": "faker notification body",
21048
- * "data": [],
21049
- * "read_at": null,
21050
- * "created_at": "2026-04-27T13:27:42.000000Z"
21051
- * }
21052
- * ]
21053
- */
21007
+ /** @example Notifications retrieved successfully */
21008
+ message?: string;
21009
+ /** @example null */
21010
+ event?: string | null;
21054
21011
  data?: {
21055
- /** @example 7b4f9c62-f0c6-44e8-906b-28c871f5c918 */
21056
- id?: string;
21057
- /** @example APPOINTMENT_CREATED */
21058
- type?: string;
21059
- /** @example faker notification */
21060
- title?: string;
21061
- /** @example faker notification body */
21062
- body?: string;
21063
- /** @example [] */
21064
- data?: unknown[];
21065
- /** @example null */
21066
- read_at?: string | null;
21067
- /** @example 2026-04-27T13:27:42.000000Z */
21068
- created_at?: string;
21069
- }[];
21070
- links?: {
21071
- /** @example /?page=1 */
21072
- first?: string;
21073
- /** @example /?page=1 */
21074
- last?: string;
21075
- /** @example null */
21076
- prev?: string | null;
21077
- /** @example null */
21078
- next?: string | null;
21079
- };
21080
- meta?: {
21081
- /** @example 1 */
21082
- current_page?: number;
21083
- /** @example 1 */
21084
- from?: number;
21085
- /** @example 1 */
21086
- last_page?: number;
21087
21012
  /**
21088
21013
  * @example [
21089
21014
  * {
21090
- * "url": null,
21091
- * "label": "&laquo; Previous",
21092
- * "page": null,
21093
- * "active": false
21094
- * },
21095
- * {
21096
- * "url": "/?page=1",
21097
- * "label": "1",
21098
- * "page": 1,
21099
- * "active": true
21100
- * },
21101
- * {
21102
- * "url": null,
21103
- * "label": "Next &raquo;",
21104
- * "page": null,
21105
- * "active": false
21015
+ * "id": "noti_123",
21016
+ * "type": "verification",
21017
+ * "title": "Verification approved",
21018
+ * "body": "Your identity document has been approved.",
21019
+ * "data": {
21020
+ * "foo": "bar"
21021
+ * },
21022
+ * "read_at": null,
21023
+ * "created_at": "2026-04-28T09:00:00Z"
21106
21024
  * }
21107
21025
  * ]
21108
21026
  */
21109
- links?: {
21110
- /** @example null */
21111
- url?: string | null;
21112
- /** @example &laquo; Previous */
21113
- label?: string;
21027
+ items?: {
21028
+ /** @example noti_123 */
21029
+ id?: string;
21030
+ /** @example verification */
21031
+ type?: string;
21032
+ /** @example Verification approved */
21033
+ title?: string;
21034
+ /** @example Your identity document has been approved. */
21035
+ body?: string;
21036
+ data?: {
21037
+ /** @example bar */
21038
+ foo?: string;
21039
+ };
21114
21040
  /** @example null */
21115
- page?: string | null;
21116
- /** @example false */
21117
- active?: boolean;
21041
+ read_at?: string | null;
21042
+ /** @example 2026-04-28T09:00:00Z */
21043
+ created_at?: string;
21118
21044
  }[];
21119
- /** @example / */
21120
- path?: string;
21121
- /** @example 15 */
21122
- per_page?: number;
21123
- /** @example 2 */
21124
- to?: number;
21125
- /** @example 2 */
21126
- total?: number;
21045
+ pagination?: {
21046
+ /** @example 1 */
21047
+ current_page?: number;
21048
+ /** @example 20 */
21049
+ per_page?: number;
21050
+ /** @example 1 */
21051
+ total?: number;
21052
+ /** @example 1 */
21053
+ last_page?: number;
21054
+ /** @example 1 */
21055
+ from?: number;
21056
+ /** @example 1 */
21057
+ to?: number;
21058
+ };
21127
21059
  };
21128
21060
  };
21129
21061
  };
@@ -21148,7 +21080,7 @@ export interface operations {
21148
21080
  };
21149
21081
  content: {
21150
21082
  "application/json": {
21151
- /** @example 343ba0af-6285-418b-b542-a864fd7fdd9e */
21083
+ /** @example 96ed29ed-9ae2-45cc-9233-43237f0f9b6e */
21152
21084
  id?: string;
21153
21085
  /** @example APPOINTMENT_CREATED */
21154
21086
  type?: string;
@@ -21160,7 +21092,7 @@ export interface operations {
21160
21092
  data?: unknown[];
21161
21093
  /** @example null */
21162
21094
  read_at?: string | null;
21163
- /** @example 2026-04-27T13:27:42.000000Z */
21095
+ /** @example 2026-04-29T20:19:51.000000Z */
21164
21096
  created_at?: string;
21165
21097
  };
21166
21098
  };
@@ -21386,11 +21318,11 @@ export interface operations {
21386
21318
  content: {
21387
21319
  "application/json": {
21388
21320
  /**
21389
- * @description Reviewable type or entity.
21390
- * @example App\Models\Listing
21321
+ * @description Reviewable type or entity. Accepts `listing`, `user`, or the full model class name.
21322
+ * @example listing
21391
21323
  * @enum {string}
21392
21324
  */
21393
- reviewable_type: "App\\Models\\Listing" | "App\\Models\\User";
21325
+ reviewable_type: "App\\Models\\Listing" | "App\\Models\\User" | "App\\Models\\Listing" | "App\\Models\\User";
21394
21326
  /**
21395
21327
  * @description pagination. Must be between 1 and 100.
21396
21328
  * @example 15
@@ -21400,113 +21332,65 @@ export interface operations {
21400
21332
  };
21401
21333
  };
21402
21334
  responses: {
21335
+ /** @description Retrieve all reviews for a particular reviewable type */
21403
21336
  200: {
21404
21337
  headers: {
21405
21338
  [name: string]: unknown;
21406
21339
  };
21407
21340
  content: {
21408
21341
  "application/json": {
21409
- /**
21410
- * @example [
21411
- * {
21412
- * "id": 271,
21413
- * "rating": 1,
21414
- * "comment": "Nice Listing",
21415
- * "reviewer": {
21416
- * "id": 9,
21417
- * "name": "Dominic Thomas"
21418
- * },
21419
- * "created_at": "2026-04-27T13:27:42+00:00",
21420
- * "updated_at": "2026-04-27T13:27:42+00:00"
21421
- * },
21422
- * {
21423
- * "id": 272,
21424
- * "rating": 1,
21425
- * "comment": "Nice Listing",
21426
- * "reviewer": {
21427
- * "id": 14,
21428
- * "name": "Ray Clark"
21429
- * },
21430
- * "created_at": "2026-04-27T13:27:42+00:00",
21431
- * "updated_at": "2026-04-27T13:27:42+00:00"
21432
- * }
21433
- * ]
21434
- */
21342
+ /** @example Review retrieved successfully */
21343
+ message?: string;
21344
+ /** @example null */
21345
+ event?: string | null;
21435
21346
  data?: {
21436
- /** @example 271 */
21437
- id?: number;
21438
- /** @example 1 */
21439
- rating?: number;
21440
- /** @example Nice Listing */
21441
- comment?: string;
21442
- reviewer?: {
21443
- /** @example 9 */
21444
- id?: number;
21445
- /** @example Dominic Thomas */
21446
- name?: string;
21447
- };
21448
- /** @example 2026-04-27T13:27:42+00:00 */
21449
- created_at?: string;
21450
- /** @example 2026-04-27T13:27:42+00:00 */
21451
- updated_at?: string;
21452
- }[];
21453
- links?: {
21454
- /** @example /?page=1 */
21455
- first?: string;
21456
- /** @example /?page=1 */
21457
- last?: string;
21458
- /** @example null */
21459
- prev?: string | null;
21460
- /** @example null */
21461
- next?: string | null;
21462
- };
21463
- meta?: {
21464
- /** @example 1 */
21465
- current_page?: number;
21466
- /** @example 1 */
21467
- from?: number;
21468
- /** @example 1 */
21469
- last_page?: number;
21470
21347
  /**
21471
21348
  * @example [
21472
21349
  * {
21473
- * "url": null,
21474
- * "label": "&laquo; Previous",
21475
- * "page": null,
21476
- * "active": false
21477
- * },
21478
- * {
21479
- * "url": "/?page=1",
21480
- * "label": "1",
21481
- * "page": 1,
21482
- * "active": true
21483
- * },
21484
- * {
21485
- * "url": null,
21486
- * "label": "Next &raquo;",
21487
- * "page": null,
21488
- * "active": false
21350
+ * "id": 1,
21351
+ * "rating": 5,
21352
+ * "comment": "Excellent service.",
21353
+ * "reviewer": {
21354
+ * "id": 20,
21355
+ * "name": "Sarah Jenkins"
21356
+ * },
21357
+ * "created_at": "2026-04-28T09:00:00Z",
21358
+ * "updated_at": "2026-04-28T09:00:00Z"
21489
21359
  * }
21490
21360
  * ]
21491
21361
  */
21492
- links?: {
21493
- /** @example null */
21494
- url?: string | null;
21495
- /** @example &laquo; Previous */
21496
- label?: string;
21497
- /** @example null */
21498
- page?: string | null;
21499
- /** @example false */
21500
- active?: boolean;
21501
- }[];
21502
- /** @example / */
21503
- path?: string;
21504
- /** @example 15 */
21505
- per_page?: number;
21506
- /** @example 2 */
21507
- to?: number;
21508
- /** @example 2 */
21509
- total?: number;
21362
+ items?: {
21363
+ /** @example 1 */
21364
+ id?: number;
21365
+ /** @example 5 */
21366
+ rating?: number;
21367
+ /** @example Excellent service. */
21368
+ comment?: string;
21369
+ reviewer?: {
21370
+ /** @example 20 */
21371
+ id?: number;
21372
+ /** @example Sarah Jenkins */
21373
+ name?: string;
21374
+ };
21375
+ /** @example 2026-04-28T09:00:00Z */
21376
+ created_at?: string;
21377
+ /** @example 2026-04-28T09:00:00Z */
21378
+ updated_at?: string;
21379
+ }[];
21380
+ pagination?: {
21381
+ /** @example 1 */
21382
+ current_page?: number;
21383
+ /** @example 15 */
21384
+ per_page?: number;
21385
+ /** @example 1 */
21386
+ total?: number;
21387
+ /** @example 1 */
21388
+ last_page?: number;
21389
+ /** @example 1 */
21390
+ from?: number;
21391
+ /** @example 1 */
21392
+ to?: number;
21393
+ };
21510
21394
  };
21511
21395
  };
21512
21396
  };
@@ -21524,11 +21408,11 @@ export interface operations {
21524
21408
  content: {
21525
21409
  "application/json": {
21526
21410
  /**
21527
- * @description Reviewable type or entity.
21528
- * @example App\Models\Listing
21411
+ * @description Reviewable type or entity. Accepts `listing`, `user`, or the full model class name.
21412
+ * @example listing
21529
21413
  * @enum {string}
21530
21414
  */
21531
- reviewable_type: "App\\Models\\Listing" | "App\\Models\\User";
21415
+ reviewable_type: "App\\Models\\Listing" | "App\\Models\\User" | "App\\Models\\Listing" | "App\\Models\\User";
21532
21416
  /**
21533
21417
  * @description Identity of Reviewable type or entity. Must be at least 1.
21534
21418
  * @example 1
@@ -21576,10 +21460,10 @@ export interface operations {
21576
21460
  content: {
21577
21461
  "application/json": {
21578
21462
  /**
21579
- * @description ID of the entity being reviewed (for example a listing or agent). Must be at least 1.
21580
- * @example 25
21463
+ * @description UID of the listing being reviewed. The <code>uid</code> of an existing record in the listings table.
21464
+ * @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
21581
21465
  */
21582
- reviewable_id: number;
21466
+ listing_uid: string;
21583
21467
  /**
21584
21468
  * @description Rating score given by the user. Must be between 1 and 5. Must be between 1 and 5.
21585
21469
  * @example 5
@@ -21601,21 +21485,21 @@ export interface operations {
21601
21485
  content: {
21602
21486
  "application/json": {
21603
21487
  data?: {
21604
- /** @example 273 */
21488
+ /** @example 345 */
21605
21489
  id?: number;
21606
21490
  /** @example 1 */
21607
21491
  rating?: number;
21608
21492
  /** @example Nice Listing */
21609
21493
  comment?: string;
21610
21494
  reviewer?: {
21611
- /** @example 2 */
21495
+ /** @example 13 */
21612
21496
  id?: number;
21613
- /** @example dogunfx */
21497
+ /** @example Matthew Campbell */
21614
21498
  name?: string;
21615
21499
  };
21616
- /** @example 2026-04-27T13:27:42+00:00 */
21500
+ /** @example 29 Apr 2026, 08:19 PM */
21617
21501
  created_at?: string;
21618
- /** @example 2026-04-27T13:27:42+00:00 */
21502
+ /** @example 29 Apr 2026, 08:19 PM */
21619
21503
  updated_at?: string;
21620
21504
  };
21621
21505
  };
@@ -21634,10 +21518,10 @@ export interface operations {
21634
21518
  content: {
21635
21519
  "application/json": {
21636
21520
  /**
21637
- * @description ID of the entity being reviewed (for example a listing or agent). Must be at least 1.
21638
- * @example 25
21521
+ * @description UID of the user being reviewed. The <code>uid</code> of an existing record in the users table.
21522
+ * @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df
21639
21523
  */
21640
- reviewable_id: number;
21524
+ user_uid: string;
21641
21525
  /**
21642
21526
  * @description Rating score given by the user. Must be between 1 and 5. Must be between 1 and 5.
21643
21527
  * @example 5
@@ -21659,21 +21543,21 @@ export interface operations {
21659
21543
  content: {
21660
21544
  "application/json": {
21661
21545
  data?: {
21662
- /** @example 274 */
21546
+ /** @example 346 */
21663
21547
  id?: number;
21664
21548
  /** @example 1 */
21665
21549
  rating?: number;
21666
21550
  /** @example Nice Listing */
21667
21551
  comment?: string;
21668
21552
  reviewer?: {
21669
- /** @example 17 */
21553
+ /** @example 5 */
21670
21554
  id?: number;
21671
- /** @example Hannah Ross */
21555
+ /** @example Mary Hall */
21672
21556
  name?: string;
21673
21557
  };
21674
- /** @example 2026-04-27T13:27:42+00:00 */
21558
+ /** @example 29 Apr 2026, 08:19 PM */
21675
21559
  created_at?: string;
21676
- /** @example 2026-04-27T13:27:42+00:00 */
21560
+ /** @example 29 Apr 2026, 08:19 PM */
21677
21561
  updated_at?: string;
21678
21562
  };
21679
21563
  };
@@ -21715,21 +21599,21 @@ export interface operations {
21715
21599
  content: {
21716
21600
  "application/json": {
21717
21601
  data?: {
21718
- /** @example 275 */
21602
+ /** @example 347 */
21719
21603
  id?: number;
21720
21604
  /** @example 1 */
21721
21605
  rating?: number;
21722
21606
  /** @example Nice Listing */
21723
21607
  comment?: string;
21724
21608
  reviewer?: {
21725
- /** @example 15 */
21609
+ /** @example 19 */
21726
21610
  id?: number;
21727
- /** @example Sabrina Owen */
21611
+ /** @example John Brown */
21728
21612
  name?: string;
21729
21613
  };
21730
- /** @example 2026-04-27T13:27:42+00:00 */
21614
+ /** @example 29 Apr 2026, 08:19 PM */
21731
21615
  created_at?: string;
21732
- /** @example 2026-04-27T13:27:42+00:00 */
21616
+ /** @example 29 Apr 2026, 08:19 PM */
21733
21617
  updated_at?: string;
21734
21618
  };
21735
21619
  };
@@ -21756,21 +21640,21 @@ export interface operations {
21756
21640
  content: {
21757
21641
  "application/json": {
21758
21642
  data?: {
21759
- /** @example 276 */
21643
+ /** @example 348 */
21760
21644
  id?: number;
21761
21645
  /** @example 1 */
21762
21646
  rating?: number;
21763
21647
  /** @example Nice Listing */
21764
21648
  comment?: string;
21765
21649
  reviewer?: {
21766
- /** @example 7 */
21650
+ /** @example 1 */
21767
21651
  id?: number;
21768
- /** @example Sienna Palmer */
21652
+ /** @example System Admin */
21769
21653
  name?: string;
21770
21654
  };
21771
- /** @example 2026-04-27T13:27:42+00:00 */
21655
+ /** @example 29 Apr 2026, 08:19 PM */
21772
21656
  created_at?: string;
21773
- /** @example 2026-04-27T13:27:42+00:00 */
21657
+ /** @example 29 Apr 2026, 08:19 PM */
21774
21658
  updated_at?: string;
21775
21659
  };
21776
21660
  };
@@ -21797,7 +21681,7 @@ export interface operations {
21797
21681
  content: {
21798
21682
  "application/json": {
21799
21683
  data?: {
21800
- /** @example 797d14d9-f217-48ca-9cb6-47b3f673c3f0 */
21684
+ /** @example 0bf74362-d17b-4da0-a963-83fe78a8481e */
21801
21685
  uid?: string;
21802
21686
  /** @example 1 */
21803
21687
  listing_id?: number;
@@ -21811,9 +21695,9 @@ export interface operations {
21811
21695
  deposit_amount?: string;
21812
21696
  /** @example offer_accepted */
21813
21697
  state?: string;
21814
- /** @example 2025-11-02T00:00:00.000000Z */
21698
+ /** @example 2025-11-04T00:00:00.000000Z */
21815
21699
  start_date?: string;
21816
- /** @example 2026-11-02T00:00:00.000000Z */
21700
+ /** @example 2026-11-04T00:00:00.000000Z */
21817
21701
  end_date?: string;
21818
21702
  /** @example false */
21819
21703
  is_periodic?: boolean;
@@ -21821,7 +21705,7 @@ export interface operations {
21821
21705
  company_name?: string | null;
21822
21706
  /** @example null */
21823
21707
  company_registration_number?: string | null;
21824
- /** @example 2026-04-27T13:27:42.000000Z */
21708
+ /** @example 2026-04-29T20:19:51.000000Z */
21825
21709
  created_at?: string;
21826
21710
  /** @example [] */
21827
21711
  compliances?: unknown[];
@@ -21898,7 +21782,7 @@ export interface operations {
21898
21782
  content: {
21899
21783
  "application/json": {
21900
21784
  data?: {
21901
- /** @example 1da96f2c-1662-4d83-8b52-246570a6963a */
21785
+ /** @example f7d1682f-3691-4865-8a52-c2cf399cf439 */
21902
21786
  uid?: string;
21903
21787
  /** @example 1 */
21904
21788
  listing_id?: number;
@@ -21912,9 +21796,9 @@ export interface operations {
21912
21796
  deposit_amount?: string;
21913
21797
  /** @example active */
21914
21798
  state?: string;
21915
- /** @example 2025-10-13T00:00:00.000000Z */
21799
+ /** @example 2025-10-15T00:00:00.000000Z */
21916
21800
  start_date?: string;
21917
- /** @example 2026-10-13T00:00:00.000000Z */
21801
+ /** @example 2026-10-15T00:00:00.000000Z */
21918
21802
  end_date?: string;
21919
21803
  /** @example true */
21920
21804
  is_periodic?: boolean;
@@ -21922,7 +21806,7 @@ export interface operations {
21922
21806
  company_name?: string | null;
21923
21807
  /** @example null */
21924
21808
  company_registration_number?: string | null;
21925
- /** @example 2026-04-27T13:27:42.000000Z */
21809
+ /** @example 2026-04-29T20:19:51.000000Z */
21926
21810
  created_at?: string;
21927
21811
  };
21928
21812
  };
@@ -22216,7 +22100,7 @@ export interface operations {
22216
22100
  * "changed_by_user_id": 3,
22217
22101
  * "changed_by_name": "Teagan King",
22218
22102
  * "comment": "Qui commodi incidunt iure odit.",
22219
- * "created_at": "2025-12-20T00:14:41.000000Z"
22103
+ * "created_at": "2025-12-22T07:06:50.000000Z"
22220
22104
  * },
22221
22105
  * {
22222
22106
  * "from_state": "pre_move_in_ready",
@@ -22224,7 +22108,7 @@ export interface operations {
22224
22108
  * "changed_by_user_id": 3,
22225
22109
  * "changed_by_name": "Teagan King",
22226
22110
  * "comment": null,
22227
- * "created_at": "2025-11-05T08:10:21.000000Z"
22111
+ * "created_at": "2025-11-07T15:02:30.000000Z"
22228
22112
  * }
22229
22113
  * ]
22230
22114
  */
@@ -22239,7 +22123,7 @@ export interface operations {
22239
22123
  changed_by_name?: string;
22240
22124
  /** @example Qui commodi incidunt iure odit. */
22241
22125
  comment?: string;
22242
- /** @example 2025-12-20T00:14:41.000000Z */
22126
+ /** @example 2025-12-22T07:06:50.000000Z */
22243
22127
  created_at?: string;
22244
22128
  }[];
22245
22129
  };
@@ -22325,6 +22209,130 @@ export interface operations {
22325
22209
  };
22326
22210
  };
22327
22211
  };
22212
+ createTenant: {
22213
+ parameters: {
22214
+ query?: never;
22215
+ header?: never;
22216
+ path?: never;
22217
+ cookie?: never;
22218
+ };
22219
+ requestBody: {
22220
+ content: {
22221
+ "application/json": {
22222
+ /** @example null */
22223
+ user: string;
22224
+ /**
22225
+ * @description Tenant address.
22226
+ * @example 12 Baker Street, London
22227
+ */
22228
+ address: string;
22229
+ /**
22230
+ * @description Full name of the tenant.
22231
+ * @example John Doe
22232
+ */
22233
+ name: string;
22234
+ /**
22235
+ * @description Unique email address.
22236
+ * @example john@example.com
22237
+ */
22238
+ email: string;
22239
+ /**
22240
+ * @description Account password.
22241
+ * @example secret123
22242
+ */
22243
+ password: string;
22244
+ /**
22245
+ * @description optional Contact phone number.
22246
+ * @example +447700900123
22247
+ */
22248
+ phone?: string;
22249
+ /**
22250
+ * @description optional Account status.
22251
+ * @example active
22252
+ */
22253
+ status?: string;
22254
+ };
22255
+ };
22256
+ };
22257
+ responses: {
22258
+ /** @description Tenant created successfully */
22259
+ 200: {
22260
+ headers: {
22261
+ [name: string]: unknown;
22262
+ };
22263
+ content: {
22264
+ "application/json": {
22265
+ /** @example Tenant created successfully */
22266
+ message?: string;
22267
+ /** @example null */
22268
+ event?: string | null;
22269
+ data?: {
22270
+ /** @example usr_123 */
22271
+ uid?: string;
22272
+ /** @example John Doe */
22273
+ name?: string;
22274
+ /** @example john@example.com */
22275
+ email?: string;
22276
+ /** @example +447700900123 */
22277
+ phone?: string;
22278
+ /** @example active */
22279
+ status?: string;
22280
+ /** @example App\Models\Tenant */
22281
+ userable_type?: string;
22282
+ userable?: {
22283
+ /** @example 1 */
22284
+ id?: number;
22285
+ /** @example 12 Baker Street, London */
22286
+ address?: string;
22287
+ };
22288
+ };
22289
+ };
22290
+ };
22291
+ };
22292
+ };
22293
+ };
22294
+ basicLoginTenant: {
22295
+ parameters: {
22296
+ query?: never;
22297
+ header?: never;
22298
+ path?: never;
22299
+ cookie?: never;
22300
+ };
22301
+ requestBody: {
22302
+ content: {
22303
+ "application/json": {
22304
+ /** @example null */
22305
+ email: string;
22306
+ /** @example null */
22307
+ password: string;
22308
+ };
22309
+ };
22310
+ };
22311
+ responses: {
22312
+ /** @description Login tenant with auth (email, password) */
22313
+ 200: {
22314
+ headers: {
22315
+ [name: string]: unknown;
22316
+ };
22317
+ content: {
22318
+ "application/json": {
22319
+ /** @example Login tenant with auth (email, password) */
22320
+ message?: string;
22321
+ /** @example null */
22322
+ event?: string | null;
22323
+ data?: {
22324
+ /** @example null */
22325
+ access_token?: string | null;
22326
+ /** @example Bearer */
22327
+ token_type?: string;
22328
+ /** @example null */
22329
+ expires_at?: string | null;
22330
+ };
22331
+ };
22332
+ };
22333
+ };
22334
+ };
22335
+ };
22328
22336
  fetchTenantProfile: {
22329
22337
  parameters: {
22330
22338
  query?: never;
@@ -22386,6 +22394,22 @@ export interface operations {
22386
22394
  /** @example [] */
22387
22395
  breakdown?: unknown[];
22388
22396
  };
22397
+ /** @example null */
22398
+ address?: string | null;
22399
+ /** @example null */
22400
+ address_line_2?: string | null;
22401
+ /** @example null */
22402
+ legal_full_name?: string | null;
22403
+ /** @example null */
22404
+ date_of_birth?: string | null;
22405
+ /** @example null */
22406
+ nationality?: string | null;
22407
+ /** @example null */
22408
+ city?: string | null;
22409
+ /** @example null */
22410
+ postcode?: string | null;
22411
+ /** @example null */
22412
+ country?: string | null;
22389
22413
  };
22390
22414
  };
22391
22415
  };
@@ -22483,7 +22507,7 @@ export interface operations {
22483
22507
  content: {
22484
22508
  "application/json": {
22485
22509
  data?: {
22486
- /** @example d4a83821-77f6-431b-b2de-10b1a2b04105 */
22510
+ /** @example e46a34b7-ddc9-4fd7-a215-a9546459fa3b */
22487
22511
  uid?: string;
22488
22512
  /** @example Ms. Audra Crooks II */
22489
22513
  username?: string;
@@ -22513,7 +22537,7 @@ export interface operations {
22513
22537
  timezone?: string;
22514
22538
  /** @example Customer */
22515
22539
  user_type?: string;
22516
- /** @example 27 Apr 2026, 01:27 PM */
22540
+ /** @example 29 Apr 2026, 08:19 PM */
22517
22541
  created?: string;
22518
22542
  /** @example 0 seconds ago */
22519
22543
  email_verified_at?: string;
@@ -22553,6 +22577,22 @@ export interface operations {
22553
22577
  state?: string;
22554
22578
  }[];
22555
22579
  };
22580
+ /** @example null */
22581
+ address?: string | null;
22582
+ /** @example null */
22583
+ address_line_2?: string | null;
22584
+ /** @example null */
22585
+ legal_full_name?: string | null;
22586
+ /** @example null */
22587
+ date_of_birth?: string | null;
22588
+ /** @example null */
22589
+ nationality?: string | null;
22590
+ /** @example null */
22591
+ city?: string | null;
22592
+ /** @example null */
22593
+ postcode?: string | null;
22594
+ /** @example null */
22595
+ country?: string | null;
22556
22596
  };
22557
22597
  };
22558
22598
  };
@@ -22612,7 +22652,7 @@ export interface operations {
22612
22652
  content: {
22613
22653
  "application/json": {
22614
22654
  data?: {
22615
- /** @example ce340689-b2ec-4c38-abf3-ac74fc7da30e */
22655
+ /** @example fed2ac36-fc57-450c-b3f0-05940ae7352c */
22616
22656
  uid?: string;
22617
22657
  /** @example Morgan Hirthe */
22618
22658
  username?: string;
@@ -22642,7 +22682,7 @@ export interface operations {
22642
22682
  timezone?: string;
22643
22683
  /** @example Customer */
22644
22684
  user_type?: string;
22645
- /** @example 27 Apr 2026, 01:27 PM */
22685
+ /** @example 29 Apr 2026, 08:19 PM */
22646
22686
  created?: string;
22647
22687
  /** @example 0 seconds ago */
22648
22688
  email_verified_at?: string;
@@ -22714,7 +22754,7 @@ export interface operations {
22714
22754
  content: {
22715
22755
  "application/json": {
22716
22756
  data?: {
22717
- /** @example 29d45896-ba1d-4fc9-a933-cc730c0d1e39 */
22757
+ /** @example 77ba09f4-62da-4f44-b478-00553dfc89ad */
22718
22758
  uid?: string;
22719
22759
  /** @example Ms. Audra Crooks II */
22720
22760
  username?: string;
@@ -22744,7 +22784,7 @@ export interface operations {
22744
22784
  timezone?: string;
22745
22785
  /** @example Customer */
22746
22786
  user_type?: string;
22747
- /** @example 27 Apr 2026, 01:27 PM */
22787
+ /** @example 29 Apr 2026, 08:19 PM */
22748
22788
  created?: string;
22749
22789
  /** @example 0 seconds ago */
22750
22790
  email_verified_at?: string;
@@ -22978,13 +23018,13 @@ export interface operations {
22978
23018
  content: {
22979
23019
  "application/json": {
22980
23020
  data?: {
22981
- /** @example 0 */
23021
+ /** @example 9 */
22982
23022
  current_level?: number;
22983
23023
  /** @example 3 */
22984
23024
  completed_layers?: number;
22985
- /** @example 4 */
23025
+ /** @example 2 */
22986
23026
  pending_layers?: number;
22987
- /** @example 27 Apr 2026, 01:27 PM */
23027
+ /** @example 29 Apr 2026, 08:19 PM */
22988
23028
  last_calculated_at?: string;
22989
23029
  };
22990
23030
  };
@@ -23032,7 +23072,7 @@ export interface operations {
23032
23072
  completed_layers?: number;
23033
23073
  /** @example 4 */
23034
23074
  pending_layers?: number;
23035
- /** @example 27 Apr 2026, 01:27 PM */
23075
+ /** @example 29 Apr 2026, 08:19 PM */
23036
23076
  last_calculated_at?: string;
23037
23077
  };
23038
23078
  };
@@ -23066,14 +23106,14 @@ export interface operations {
23066
23106
  content: {
23067
23107
  "application/json": {
23068
23108
  data?: {
23069
- /** @example 34d00214-b4e3-45a2-809a-80d57effe146 */
23109
+ /** @example 7a060940-c923-4918-abf7-6d60163bf697 */
23070
23110
  wishlist_uid?: string;
23071
23111
  listing?: {
23072
- /** @example New For Sale Used Item draft • 27 Apr 2026, 1:27 PM */
23112
+ /** @example New For Sale Used Item draft • 29 Apr 2026, 8:19 PM */
23073
23113
  draft_name?: string;
23074
- /** @example LST-UIT-SAL-MOH8FB6BZUU */
23114
+ /** @example LST-UIT-SAL-MOKI11QVXY5 */
23075
23115
  sku?: string;
23076
- /** @example 5ccaf1aa-df2a-4cf1-a12c-01e55c8536ae */
23116
+ /** @example 09d30641-65ce-4f5f-a457-9b9eeabae4ed */
23077
23117
  uid?: string;
23078
23118
  /** @example Sale */
23079
23119
  listing_type?: string;
@@ -23148,83 +23188,53 @@ export interface operations {
23148
23188
  };
23149
23189
  requestBody?: never;
23150
23190
  responses: {
23191
+ /** @description Retrieve the authenticated user wishlist */
23151
23192
  200: {
23152
23193
  headers: {
23153
23194
  [name: string]: unknown;
23154
23195
  };
23155
23196
  content: {
23156
23197
  "application/json": {
23157
- /**
23158
- * @example [
23159
- * {
23160
- * "wishlist_uid": "85fa83f5-46c8-4773-a0e7-78bdc15749fa"
23161
- * },
23162
- * {
23163
- * "wishlist_uid": "7a8300f3-4365-4992-ba95-ccbc934b1dfa"
23164
- * }
23165
- * ]
23166
- */
23198
+ /** @example Wishlist retrieve successfully */
23199
+ message?: string;
23200
+ /** @example null */
23201
+ event?: string | null;
23167
23202
  data?: {
23168
- /** @example 85fa83f5-46c8-4773-a0e7-78bdc15749fa */
23169
- wishlist_uid?: string;
23170
- }[];
23171
- links?: {
23172
- /** @example /?page=1 */
23173
- first?: string;
23174
- /** @example /?page=1 */
23175
- last?: string;
23176
- /** @example null */
23177
- prev?: string | null;
23178
- /** @example null */
23179
- next?: string | null;
23180
- };
23181
- meta?: {
23182
- /** @example 1 */
23183
- current_page?: number;
23184
- /** @example 1 */
23185
- from?: number;
23186
- /** @example 1 */
23187
- last_page?: number;
23188
23203
  /**
23189
23204
  * @example [
23190
23205
  * {
23191
- * "url": null,
23192
- * "label": "&laquo; Previous",
23193
- * "page": null,
23194
- * "active": false
23195
- * },
23196
- * {
23197
- * "url": "/?page=1",
23198
- * "label": "1",
23199
- * "page": 1,
23200
- * "active": true
23201
- * },
23202
- * {
23203
- * "url": null,
23204
- * "label": "Next &raquo;",
23205
- * "page": null,
23206
- * "active": false
23206
+ * "wishlist_uid": "wish_123",
23207
+ * "listing": {
23208
+ * "uid": "list_123",
23209
+ * "title": "Modern Apartment"
23210
+ * }
23207
23211
  * }
23208
23212
  * ]
23209
23213
  */
23210
- links?: {
23211
- /** @example null */
23212
- url?: string | null;
23213
- /** @example &laquo; Previous */
23214
- label?: string;
23215
- /** @example null */
23216
- page?: string | null;
23217
- /** @example false */
23218
- active?: boolean;
23214
+ items?: {
23215
+ /** @example wish_123 */
23216
+ wishlist_uid?: string;
23217
+ listing?: {
23218
+ /** @example list_123 */
23219
+ uid?: string;
23220
+ /** @example Modern Apartment */
23221
+ title?: string;
23222
+ };
23219
23223
  }[];
23220
- /** @example / */
23221
- path?: string;
23222
- /** @example 15 */
23223
- per_page?: number;
23224
- /** @example 2 */
23225
- to?: number;
23226
- /** @example 2 */
23227
- total?: number;
23224
+ pagination?: {
23225
+ /** @example 1 */
23226
+ current_page?: number;
23227
+ /** @example 15 */
23228
+ per_page?: number;
23229
+ /** @example 1 */
23230
+ total?: number;
23231
+ /** @example 1 */
23232
+ last_page?: number;
23233
+ /** @example 1 */
23234
+ from?: number;
23235
+ /** @example 1 */
23236
+ to?: number;
23237
+ };
23228
23238
  };
23229
23239
  };
23230
23240
  };
@@ -23300,7 +23310,7 @@ export interface operations {
23300
23310
  completed_layers?: number;
23301
23311
  /** @example 4 */
23302
23312
  pending_layers?: number;
23303
- /** @example 27 Apr 2026, 01:27 PM */
23313
+ /** @example 29 Apr 2026, 08:19 PM */
23304
23314
  last_calculated_at?: string;
23305
23315
  };
23306
23316
  };
@@ -23542,7 +23552,7 @@ export interface operations {
23542
23552
  completed_layers?: number;
23543
23553
  /** @example 4 */
23544
23554
  pending_layers?: number;
23545
- /** @example 27 Apr 2026, 01:27 PM */
23555
+ /** @example 29 Apr 2026, 08:19 PM */
23546
23556
  last_calculated_at?: string;
23547
23557
  };
23548
23558
  };