@justins-home/types 1.1.36 → 1.1.37

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 +591 -353
  2. package/package.json +1 -1
@@ -607,6 +607,26 @@ export interface paths {
607
607
  patch?: never;
608
608
  trace?: never;
609
609
  };
610
+ "/api/v1/portal/admin/listing/fetch-all-no-pagination": {
611
+ parameters: {
612
+ query?: never;
613
+ header?: never;
614
+ path?: never;
615
+ cookie?: never;
616
+ };
617
+ /**
618
+ * fetchListingListAdminNoPagination
619
+ * @description Retrieve listings for the admin dashboard table without pagination.
620
+ */
621
+ get: operations["fetchListingListAdminNoPagination"];
622
+ put?: never;
623
+ post?: never;
624
+ delete?: never;
625
+ options?: never;
626
+ head?: never;
627
+ patch?: never;
628
+ trace?: never;
629
+ };
610
630
  "/api/v1/portal/admin/listing/fetch-one/{listing_uid}": {
611
631
  parameters: {
612
632
  query?: never;
@@ -2181,15 +2201,15 @@ export interface paths {
2181
2201
  patch?: never;
2182
2202
  trace?: never;
2183
2203
  };
2184
- "/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{listingId}": {
2204
+ "/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{listing_uid}": {
2185
2205
  parameters: {
2186
2206
  query?: never;
2187
2207
  header?: never;
2188
2208
  path: {
2189
2209
  /** @description The ID of the compliance definition. */
2190
2210
  compliance_id: number;
2191
- /** @description The ID of the listing to apply the compliance rule to. */
2192
- listingId: number;
2211
+ /** @description The UID of the listing to apply the compliance rule to. */
2212
+ listing_uid: string;
2193
2213
  };
2194
2214
  cookie?: never;
2195
2215
  };
@@ -2206,15 +2226,15 @@ export interface paths {
2206
2226
  patch?: never;
2207
2227
  trace?: never;
2208
2228
  };
2209
- "/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{tenancy_id}": {
2229
+ "/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{tenancy_uid}": {
2210
2230
  parameters: {
2211
2231
  query?: never;
2212
2232
  header?: never;
2213
2233
  path: {
2214
2234
  /** @description The ID of the compliance definition. */
2215
2235
  compliance_id: number;
2216
- /** @description The ID of the tenancy to apply the compliance rule to. */
2217
- tenancy_id: number;
2236
+ /** @description The UID of the tenancy to apply the compliance rule to. */
2237
+ tenancy_uid: string;
2218
2238
  };
2219
2239
  cookie?: never;
2220
2240
  };
@@ -2524,6 +2544,26 @@ export interface paths {
2524
2544
  patch?: never;
2525
2545
  trace?: never;
2526
2546
  };
2547
+ "/api/v1/portal/admin/tenancies/fetch-all-no-pagination": {
2548
+ parameters: {
2549
+ query?: never;
2550
+ header?: never;
2551
+ path?: never;
2552
+ cookie?: never;
2553
+ };
2554
+ /**
2555
+ * fetchTenancyListAdminNoPagination
2556
+ * @description Retrieve all tenancies for the admin dashboard table without pagination.
2557
+ */
2558
+ get: operations["fetchTenancyListAdminNoPagination"];
2559
+ put?: never;
2560
+ post?: never;
2561
+ delete?: never;
2562
+ options?: never;
2563
+ head?: never;
2564
+ patch?: never;
2565
+ trace?: never;
2566
+ };
2527
2567
  "/api/v1/portal/admin/tenancies/{tenancy_uid}/compliance-documents": {
2528
2568
  parameters: {
2529
2569
  query?: never;
@@ -5647,7 +5687,7 @@ export interface operations {
5647
5687
  content: {
5648
5688
  "application/json": {
5649
5689
  data?: {
5650
- /** @example 1a488967-ecaa-4fd4-b735-d1c7f1965054 */
5690
+ /** @example dab3702f-f4fe-44c6-9733-f47e3268c252 */
5651
5691
  uid?: string;
5652
5692
  /** @example Ms. Audra Crooks II */
5653
5693
  username?: string;
@@ -5677,7 +5717,7 @@ export interface operations {
5677
5717
  timezone?: string;
5678
5718
  /** @example Customer */
5679
5719
  user_type?: string;
5680
- /** @example 21 Apr 2026, 06:38 AM */
5720
+ /** @example 21 Apr 2026, 01:42 PM */
5681
5721
  created?: string;
5682
5722
  /** @example 0 seconds ago */
5683
5723
  email_verified_at?: string;
@@ -5930,11 +5970,11 @@ export interface operations {
5930
5970
  content: {
5931
5971
  "application/json": {
5932
5972
  data?: {
5933
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
5973
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
5934
5974
  draft_name?: string;
5935
- /** @example LST-PRP-LTR-MO895IZOR4K */
5975
+ /** @example LST-PRP-LTR-MO8OBB8GF1S */
5936
5976
  sku?: string;
5937
- /** @example e7e00966-052a-4c8c-92c2-1ec08bf69de2 */
5977
+ /** @example 7d0a4784-b5cf-4d75-8dc8-91375c84ee6f */
5938
5978
  uid?: string;
5939
5979
  /** @example Rent */
5940
5980
  listing_type?: string;
@@ -7346,7 +7386,7 @@ export interface operations {
7346
7386
  content: {
7347
7387
  "application/json": {
7348
7388
  /**
7349
- * @example Pending
7389
+ * @example Dormant
7350
7390
  * @enum {string}
7351
7391
  */
7352
7392
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -7361,7 +7401,7 @@ export interface operations {
7361
7401
  content: {
7362
7402
  "application/json": {
7363
7403
  data?: {
7364
- /** @example e7a84b70-edad-43f9-93a8-d5f842f5b4e1 */
7404
+ /** @example 8b08e1f2-545e-40f9-9180-cdbf4f9f70b1 */
7365
7405
  uid?: string;
7366
7406
  /** @example Morgan Hirthe */
7367
7407
  username?: string;
@@ -7391,7 +7431,7 @@ export interface operations {
7391
7431
  timezone?: string;
7392
7432
  /** @example Customer */
7393
7433
  user_type?: string;
7394
- /** @example 21 Apr 2026, 06:38 AM */
7434
+ /** @example 21 Apr 2026, 01:42 PM */
7395
7435
  created?: string;
7396
7436
  /** @example 0 seconds ago */
7397
7437
  email_verified_at?: string;
@@ -7596,6 +7636,86 @@ export interface operations {
7596
7636
  };
7597
7637
  };
7598
7638
  };
7639
+ fetchListingListAdminNoPagination: {
7640
+ parameters: {
7641
+ query?: {
7642
+ /** @description Filter by listing title. Must not be greater than 255 characters. */
7643
+ title?: string | null;
7644
+ /** @description Filter by listing type. */
7645
+ type?: "sale" | "long_term_rent" | "short_let" | null;
7646
+ /** @description Filter by listing vertical. */
7647
+ vertical?: "property" | "used_item" | null;
7648
+ /** @description Filter by listing owner UID. Must not be greater than 255 characters. */
7649
+ owner_uid?: string | null;
7650
+ /** @description Filter by listing state. */
7651
+ state?: "draft" | "submitted" | "published" | "rejected" | "unpublished" | "archived" | null;
7652
+ /** @description Filter by active tenancy presence. */
7653
+ active_tenancy?: "true" | "false" | "1" | "0" | null;
7654
+ /** @description Filter by listing compliance status. */
7655
+ compliance_status?: "compliant" | "non_compliant" | null;
7656
+ /** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
7657
+ per_page?: number | null;
7658
+ /** @description Current page number. Must be at least 1. */
7659
+ page?: number | null;
7660
+ };
7661
+ header?: never;
7662
+ path?: never;
7663
+ cookie?: never;
7664
+ };
7665
+ requestBody?: never;
7666
+ responses: {
7667
+ /** @description Retrieve listings for admin table without pagination */
7668
+ 200: {
7669
+ headers: {
7670
+ [name: string]: unknown;
7671
+ };
7672
+ content: {
7673
+ "application/json": {
7674
+ /** @example Listings fetched */
7675
+ message?: string;
7676
+ /** @example null */
7677
+ event?: string | null;
7678
+ data?: {
7679
+ /**
7680
+ * @example [
7681
+ * {
7682
+ * "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
7683
+ * "details": {
7684
+ * "address": "24 Windsor Court, London, SW1",
7685
+ * "title": "24 Windsor Court",
7686
+ * "type": "Rent"
7687
+ * },
7688
+ * "owner": {
7689
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
7690
+ * "name": "Alice Taylor"
7691
+ * }
7692
+ * }
7693
+ * ]
7694
+ */
7695
+ items?: {
7696
+ /** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
7697
+ listing_uid?: string;
7698
+ details?: {
7699
+ /** @example 24 Windsor Court, London, SW1 */
7700
+ address?: string;
7701
+ /** @example 24 Windsor Court */
7702
+ title?: string;
7703
+ /** @example Rent */
7704
+ type?: string;
7705
+ };
7706
+ owner?: {
7707
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
7708
+ uid?: string;
7709
+ /** @example Alice Taylor */
7710
+ name?: string;
7711
+ };
7712
+ }[];
7713
+ };
7714
+ };
7715
+ };
7716
+ };
7717
+ };
7718
+ };
7599
7719
  fetchOneListingAdmin: {
7600
7720
  parameters: {
7601
7721
  query?: never;
@@ -8020,11 +8140,11 @@ export interface operations {
8020
8140
  content: {
8021
8141
  "application/json": {
8022
8142
  data?: {
8023
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
8143
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
8024
8144
  draft_name?: string;
8025
- /** @example LST-PRP-LTR-MO895J2YNDW */
8145
+ /** @example LST-PRP-LTR-MO8OBBBFVEV */
8026
8146
  sku?: string;
8027
- /** @example 21fcce8e-0ff2-4f7f-9945-defca68cabf3 */
8147
+ /** @example 17042663-ac76-457f-8ef1-ac3ab0f0fb0b */
8028
8148
  uid?: string;
8029
8149
  /** @example Rent */
8030
8150
  listing_type?: string;
@@ -8464,7 +8584,7 @@ export interface operations {
8464
8584
  content: {
8465
8585
  "application/json": {
8466
8586
  data?: {
8467
- /** @example d4e2bd07-e6b0-4315-8210-52424ffbdf34 */
8587
+ /** @example c2f95f76-85f3-4abd-b670-910ae6bba617 */
8468
8588
  uid?: string;
8469
8589
  /** @example photo */
8470
8590
  media_type?: string;
@@ -8771,56 +8891,60 @@ export interface operations {
8771
8891
  /**
8772
8892
  * @example [
8773
8893
  * {
8774
- * "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 6:38 AM",
8775
- * "sku": "LST-UIT-SAL-MO895J4OGFG",
8776
- * "uid": "47e62855-e433-49c3-a53c-1bf821fa4e33",
8777
- * "listing_type": "Sale",
8778
- * "vertical": "Used Item",
8779
- * "arrangement_type": null,
8780
- * "arrangement_type_label": null,
8894
+ * "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
8895
+ * "sku": "LST-PRP-LTR-MO8OBBD8E2T",
8896
+ * "uid": "89648162-d54b-40b9-b479-88badca53709",
8897
+ * "listing_type": "Rent",
8898
+ * "vertical": "Property",
8899
+ * "arrangement_type": "let_to_let",
8900
+ * "arrangement_type_label": "Let to Let",
8781
8901
  * "price": null,
8782
8902
  * "state": "draft",
8783
8903
  * "published_at": null,
8784
8904
  * "published_since": null,
8785
8905
  * "is_visible": false,
8786
- * "summary": [],
8906
+ * "summary": {
8907
+ * "availability": null
8908
+ * },
8787
8909
  * "workflow": [],
8788
8910
  * "media": []
8789
8911
  * },
8790
8912
  * {
8791
- * "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 6:38 AM",
8792
- * "sku": "LST-UIT-SAL-MO895J4RHUQ",
8793
- * "uid": "41dd737f-6709-458f-869a-c77b8f4f62d0",
8794
- * "listing_type": "Sale",
8795
- * "vertical": "Used Item",
8796
- * "arrangement_type": null,
8797
- * "arrangement_type_label": null,
8913
+ * "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
8914
+ * "sku": "LST-PRP-SHL-MO8OBBDCARD",
8915
+ * "uid": "46f19f01-3ef6-4e95-abc6-cf35b202d28a",
8916
+ * "listing_type": "Short Let",
8917
+ * "vertical": "Property",
8918
+ * "arrangement_type": "short_term_managed",
8919
+ * "arrangement_type_label": "Short Term Managed",
8798
8920
  * "price": null,
8799
8921
  * "state": "draft",
8800
8922
  * "published_at": null,
8801
8923
  * "published_since": null,
8802
8924
  * "is_visible": false,
8803
- * "summary": [],
8925
+ * "summary": {
8926
+ * "availability": null
8927
+ * },
8804
8928
  * "workflow": [],
8805
8929
  * "media": []
8806
8930
  * }
8807
8931
  * ]
8808
8932
  */
8809
8933
  data?: {
8810
- /** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
8934
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
8811
8935
  draft_name?: string;
8812
- /** @example LST-UIT-SAL-MO895J4OGFG */
8936
+ /** @example LST-PRP-LTR-MO8OBBD8E2T */
8813
8937
  sku?: string;
8814
- /** @example 47e62855-e433-49c3-a53c-1bf821fa4e33 */
8938
+ /** @example 89648162-d54b-40b9-b479-88badca53709 */
8815
8939
  uid?: string;
8816
- /** @example Sale */
8940
+ /** @example Rent */
8817
8941
  listing_type?: string;
8818
- /** @example Used Item */
8942
+ /** @example Property */
8819
8943
  vertical?: string;
8820
- /** @example null */
8821
- arrangement_type?: string | null;
8822
- /** @example null */
8823
- arrangement_type_label?: string | null;
8944
+ /** @example let_to_let */
8945
+ arrangement_type?: string;
8946
+ /** @example Let to Let */
8947
+ arrangement_type_label?: string;
8824
8948
  /** @example null */
8825
8949
  price?: string | null;
8826
8950
  /** @example draft */
@@ -8831,8 +8955,10 @@ export interface operations {
8831
8955
  published_since?: string | null;
8832
8956
  /** @example false */
8833
8957
  is_visible?: boolean;
8834
- /** @example [] */
8835
- summary?: unknown[];
8958
+ summary?: {
8959
+ /** @example null */
8960
+ availability?: string | null;
8961
+ };
8836
8962
  /** @example [] */
8837
8963
  workflow?: unknown[];
8838
8964
  /** @example [] */
@@ -9004,11 +9130,11 @@ export interface operations {
9004
9130
  content: {
9005
9131
  "application/json": {
9006
9132
  data?: {
9007
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
9133
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
9008
9134
  draft_name?: string;
9009
- /** @example LST-PRP-LTR-MO895J51SUF */
9135
+ /** @example LST-PRP-LTR-MO8OBBDLBAR */
9010
9136
  sku?: string;
9011
- /** @example 30a3dd37-3d55-4f11-bc2b-ed3708f696b0 */
9137
+ /** @example 0b377090-c874-4b09-9666-2651d889dff7 */
9012
9138
  uid?: string;
9013
9139
  /** @example Rent */
9014
9140
  listing_type?: string;
@@ -9071,11 +9197,11 @@ export interface operations {
9071
9197
  content: {
9072
9198
  "application/json": {
9073
9199
  data?: {
9074
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
9200
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
9075
9201
  draft_name?: string;
9076
- /** @example LST-PRP-LTR-MO895J57QIF */
9202
+ /** @example LST-PRP-LTR-MO8OBBDSZGC */
9077
9203
  sku?: string;
9078
- /** @example ad42759f-38c1-4d48-91b4-b9efb5571280 */
9204
+ /** @example 1e0ba633-ceb0-4f62-b8a1-1916d768dca1 */
9079
9205
  uid?: string;
9080
9206
  /** @example Rent */
9081
9207
  listing_type?: string;
@@ -9128,11 +9254,11 @@ export interface operations {
9128
9254
  content: {
9129
9255
  "application/json": {
9130
9256
  data?: {
9131
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
9257
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
9132
9258
  draft_name?: string;
9133
- /** @example LST-PRP-LTR-MO895J5DWLT */
9259
+ /** @example LST-PRP-LTR-MO8OBBDZGUQ */
9134
9260
  sku?: string;
9135
- /** @example bdd53112-abc2-4f3f-8769-1896f7582503 */
9261
+ /** @example f6604364-9def-4641-b599-d59a5a2de093 */
9136
9262
  uid?: string;
9137
9263
  /** @example Rent */
9138
9264
  listing_type?: string;
@@ -9185,11 +9311,11 @@ export interface operations {
9185
9311
  content: {
9186
9312
  "application/json": {
9187
9313
  data?: {
9188
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
9314
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
9189
9315
  draft_name?: string;
9190
- /** @example LST-PRP-LTR-MO895J5JOOX */
9316
+ /** @example LST-PRP-LTR-MO8OBBE4FRO */
9191
9317
  sku?: string;
9192
- /** @example d2f8fa80-c038-4189-a0fe-3ec959ee9692 */
9318
+ /** @example 41c97b8a-bb60-4ead-b9da-de29728eecdc */
9193
9319
  uid?: string;
9194
9320
  /** @example Rent */
9195
9321
  listing_type?: string;
@@ -9383,7 +9509,7 @@ export interface operations {
9383
9509
  content: {
9384
9510
  "application/json": {
9385
9511
  data?: {
9386
- /** @example 61 */
9512
+ /** @example 64 */
9387
9513
  id?: number;
9388
9514
  /** @example 1 */
9389
9515
  category_id?: number;
@@ -9457,7 +9583,7 @@ export interface operations {
9457
9583
  content: {
9458
9584
  "application/json": {
9459
9585
  data?: {
9460
- /** @example 62 */
9586
+ /** @example 65 */
9461
9587
  id?: number;
9462
9588
  /** @example 1 */
9463
9589
  category_id?: number;
@@ -9496,7 +9622,7 @@ export interface operations {
9496
9622
  content: {
9497
9623
  "application/json": {
9498
9624
  data?: {
9499
- /** @example 63 */
9625
+ /** @example 66 */
9500
9626
  id?: number;
9501
9627
  /** @example 1 */
9502
9628
  category_id?: number;
@@ -9534,7 +9660,7 @@ export interface operations {
9534
9660
  /**
9535
9661
  * @example [
9536
9662
  * {
9537
- * "id": 45,
9663
+ * "id": 50,
9538
9664
  * "name": "Exterior",
9539
9665
  * "description": "For Exterior categories",
9540
9666
  * "display_order": 1,
@@ -9544,7 +9670,7 @@ export interface operations {
9544
9670
  * "is_active": true
9545
9671
  * },
9546
9672
  * {
9547
- * "id": 46,
9673
+ * "id": 51,
9548
9674
  * "name": "Exterior",
9549
9675
  * "description": "For Exterior categories",
9550
9676
  * "display_order": 1,
@@ -9556,7 +9682,7 @@ export interface operations {
9556
9682
  * ]
9557
9683
  */
9558
9684
  data?: {
9559
- /** @example 45 */
9685
+ /** @example 50 */
9560
9686
  id?: number;
9561
9687
  /** @example Exterior */
9562
9688
  name?: string;
@@ -9620,7 +9746,7 @@ export interface operations {
9620
9746
  content: {
9621
9747
  "application/json": {
9622
9748
  data?: {
9623
- /** @example 47 */
9749
+ /** @example 52 */
9624
9750
  id?: number;
9625
9751
  /** @example Exterior */
9626
9752
  name?: string;
@@ -9687,7 +9813,7 @@ export interface operations {
9687
9813
  content: {
9688
9814
  "application/json": {
9689
9815
  data?: {
9690
- /** @example 48 */
9816
+ /** @example 53 */
9691
9817
  id?: number;
9692
9818
  /** @example Exterior */
9693
9819
  name?: string;
@@ -9728,7 +9854,7 @@ export interface operations {
9728
9854
  content: {
9729
9855
  "application/json": {
9730
9856
  data?: {
9731
- /** @example 49 */
9857
+ /** @example 54 */
9732
9858
  id?: number;
9733
9859
  /** @example Exterior */
9734
9860
  name?: string;
@@ -9991,7 +10117,7 @@ export interface operations {
9991
10117
  content: {
9992
10118
  "application/json": {
9993
10119
  data?: {
9994
- /** @example 28 */
10120
+ /** @example 30 */
9995
10121
  id?: number;
9996
10122
  /** @example email_fa_0 */
9997
10123
  key?: string;
@@ -10005,9 +10131,9 @@ export interface operations {
10005
10131
  metadata_schema?: unknown[];
10006
10132
  /** @example true */
10007
10133
  is_active?: boolean;
10008
- /** @example 2026-04-21T06:38:10.000000Z */
10134
+ /** @example 2026-04-21T13:42:34.000000Z */
10009
10135
  created_at?: string;
10010
- /** @example 2026-04-21T06:38:10.000000Z */
10136
+ /** @example 2026-04-21T13:42:34.000000Z */
10011
10137
  updated_at?: string;
10012
10138
  };
10013
10139
  };
@@ -10067,7 +10193,7 @@ export interface operations {
10067
10193
  content: {
10068
10194
  "application/json": {
10069
10195
  data?: {
10070
- /** @example 29 */
10196
+ /** @example 31 */
10071
10197
  id?: number;
10072
10198
  /** @example email_fa_0 */
10073
10199
  key?: string;
@@ -10081,9 +10207,9 @@ export interface operations {
10081
10207
  metadata_schema?: unknown[];
10082
10208
  /** @example true */
10083
10209
  is_active?: boolean;
10084
- /** @example 2026-04-21T06:38:10.000000Z */
10210
+ /** @example 2026-04-21T13:42:34.000000Z */
10085
10211
  created_at?: string;
10086
- /** @example 2026-04-21T06:38:10.000000Z */
10212
+ /** @example 2026-04-21T13:42:34.000000Z */
10087
10213
  updated_at?: string;
10088
10214
  };
10089
10215
  };
@@ -11315,25 +11441,25 @@ export interface operations {
11315
11441
  /**
11316
11442
  * @example [
11317
11443
  * {
11318
- * "key": "illum",
11319
- * "name": "ea",
11320
- * "description": "Ut praesentium dolor molestias neque laboriosam sed blanditiis.",
11444
+ * "key": "aut",
11445
+ * "name": "adipisci",
11446
+ * "description": "Nostrum qui commodi incidunt iure.",
11321
11447
  * "value_type": "string"
11322
11448
  * },
11323
11449
  * {
11324
- * "key": "voluptas",
11325
- * "name": "ut",
11326
- * "description": "Omnis quia quia assumenda hic.",
11450
+ * "key": "odit",
11451
+ * "name": "et",
11452
+ * "description": "Modi ipsum nostrum omnis autem et.",
11327
11453
  * "value_type": "string"
11328
11454
  * }
11329
11455
  * ]
11330
11456
  */
11331
11457
  data?: {
11332
- /** @example illum */
11458
+ /** @example aut */
11333
11459
  key?: string;
11334
- /** @example ea */
11460
+ /** @example adipisci */
11335
11461
  name?: string;
11336
- /** @example Ut praesentium dolor molestias neque laboriosam sed blanditiis. */
11462
+ /** @example Nostrum qui commodi incidunt iure. */
11337
11463
  description?: string;
11338
11464
  /** @example string */
11339
11465
  value_type?: string;
@@ -11711,53 +11837,27 @@ export interface operations {
11711
11837
  /**
11712
11838
  * @example [
11713
11839
  * {
11840
+ * "id": 1,
11714
11841
  * "compliance_key": "gas_safety",
11715
11842
  * "name": "Gas Safety",
11716
11843
  * "description": "Gas safety compliance for property",
11717
11844
  * "enforcement_level": "soft",
11718
11845
  * "validity_type": "non_expiring",
11719
11846
  * "grace_period_days": 10,
11720
- * "status": "active"
11721
- * },
11722
- * {
11723
- * "compliance_key": "right_to_rent",
11724
- * "name": "Right to Rent",
11725
- * "description": "Verify tenant eligibility to rent",
11726
- * "enforcement_level": "soft",
11727
- * "validity_type": "non_expiring",
11728
- * "grace_period_days": 10,
11729
- * "status": "active"
11730
- * },
11731
- * {
11732
- * "compliance_key": "electrical_safety",
11733
- * "name": "Electrical Safety",
11734
- * "description": "Electrical installation condition report",
11735
- * "enforcement_level": "soft",
11736
- * "validity_type": "non_expiring",
11737
- * "grace_period_days": 10,
11738
- * "status": "active"
11739
- * },
11740
- * {
11741
- * "compliance_key": "epc",
11742
- * "name": "Energy Performance Certificate",
11743
- * "description": "Energy efficiency rating compliance",
11744
- * "enforcement_level": "soft",
11745
- * "validity_type": "non_expiring",
11746
- * "grace_period_days": 10,
11747
- * "status": "active"
11748
- * },
11749
- * {
11750
- * "compliance_key": "deposit_protection",
11751
- * "name": "Fire Safety",
11752
- * "description": "Fire safety compliance requirements",
11753
- * "enforcement_level": "soft",
11754
- * "validity_type": "non_expiring",
11755
- * "grace_period_days": 10,
11756
- * "status": "active"
11847
+ * "status": "active",
11848
+ * "responsible_party": "landlord",
11849
+ * "responsible_party_label": "Landlord",
11850
+ * "liability_exclusion_flag": false,
11851
+ * "requirements": [
11852
+ * "gas_certificate",
11853
+ * "emergency_alarm"
11854
+ * ]
11757
11855
  * }
11758
11856
  * ]
11759
11857
  */
11760
11858
  data?: {
11859
+ /** @example 1 */
11860
+ id?: number;
11761
11861
  /** @example gas_safety */
11762
11862
  compliance_key?: string;
11763
11863
  /** @example Gas Safety */
@@ -11772,6 +11872,19 @@ export interface operations {
11772
11872
  grace_period_days?: number;
11773
11873
  /** @example active */
11774
11874
  status?: string;
11875
+ /** @example landlord */
11876
+ responsible_party?: string;
11877
+ /** @example Landlord */
11878
+ responsible_party_label?: string;
11879
+ /** @example false */
11880
+ liability_exclusion_flag?: boolean;
11881
+ /**
11882
+ * @example [
11883
+ * "gas_certificate",
11884
+ * "emergency_alarm"
11885
+ * ]
11886
+ */
11887
+ requirements?: string[];
11775
11888
  }[];
11776
11889
  };
11777
11890
  };
@@ -12027,8 +12140,8 @@ export interface operations {
12027
12140
  path: {
12028
12141
  /** @description The ID of the compliance definition. */
12029
12142
  compliance_id: number;
12030
- /** @description The ID of the listing to apply the compliance rule to. */
12031
- listingId: number;
12143
+ /** @description The UID of the listing to apply the compliance rule to. */
12144
+ listing_uid: string;
12032
12145
  };
12033
12146
  cookie?: never;
12034
12147
  };
@@ -12042,8 +12155,8 @@ export interface operations {
12042
12155
  path: {
12043
12156
  /** @description The ID of the compliance definition. */
12044
12157
  compliance_id: number;
12045
- /** @description The ID of the tenancy to apply the compliance rule to. */
12046
- tenancy_id: number;
12158
+ /** @description The UID of the tenancy to apply the compliance rule to. */
12159
+ tenancy_uid: string;
12047
12160
  };
12048
12161
  cookie?: never;
12049
12162
  };
@@ -12269,13 +12382,13 @@ export interface operations {
12269
12382
  content: {
12270
12383
  "application/json": {
12271
12384
  data?: {
12272
- /** @example d3d517c0-7f0c-4bcf-939b-fe8f19306b32 */
12385
+ /** @example 2ec113ac-74c6-43c0-aca5-1dc8fb9a4378 */
12273
12386
  uid?: string;
12274
12387
  /** @example follow_up */
12275
12388
  inspection_type?: string;
12276
12389
  /** @example cancelled */
12277
12390
  status?: string;
12278
- /** @example 2026-04-26T20:36:32.000000Z */
12391
+ /** @example 2026-04-27T03:40:56.000000Z */
12279
12392
  scheduled_date?: string;
12280
12393
  /** @example null */
12281
12394
  completed_date?: string | null;
@@ -12283,11 +12396,11 @@ export interface operations {
12283
12396
  condition_rating?: string;
12284
12397
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12285
12398
  summary?: string;
12286
- /** @example 2026-06-19T17:25:06.000000Z */
12399
+ /** @example 2026-06-20T00:29:30.000000Z */
12287
12400
  next_inspection_date?: string;
12288
- /** @example 2026-04-21T06:38:10.000000Z */
12401
+ /** @example 2026-04-21T13:42:34.000000Z */
12289
12402
  created_at?: string;
12290
- /** @example 2026-04-21T06:38:10.000000Z */
12403
+ /** @example 2026-04-21T13:42:34.000000Z */
12291
12404
  updated_at?: string;
12292
12405
  };
12293
12406
  };
@@ -12330,13 +12443,13 @@ export interface operations {
12330
12443
  content: {
12331
12444
  "application/json": {
12332
12445
  data?: {
12333
- /** @example 6381ffd2-03bb-4c62-92c0-5fa0c1173d0c */
12446
+ /** @example cd06ca83-0cfa-45f8-a4c2-f79977146011 */
12334
12447
  uid?: string;
12335
12448
  /** @example follow_up */
12336
12449
  inspection_type?: string;
12337
12450
  /** @example cancelled */
12338
12451
  status?: string;
12339
- /** @example 2026-04-14T18:03:05.000000Z */
12452
+ /** @example 2026-04-15T01:07:29.000000Z */
12340
12453
  scheduled_date?: string;
12341
12454
  /** @example null */
12342
12455
  completed_date?: string | null;
@@ -12344,11 +12457,11 @@ export interface operations {
12344
12457
  condition_rating?: string;
12345
12458
  /** @example Et animi quos velit et fugiat. */
12346
12459
  summary?: string;
12347
- /** @example 2026-07-24T01:56:52.000000Z */
12460
+ /** @example 2026-07-24T09:01:16.000000Z */
12348
12461
  next_inspection_date?: string;
12349
- /** @example 2026-04-21T06:38:10.000000Z */
12462
+ /** @example 2026-04-21T13:42:34.000000Z */
12350
12463
  created_at?: string;
12351
- /** @example 2026-04-21T06:38:10.000000Z */
12464
+ /** @example 2026-04-21T13:42:34.000000Z */
12352
12465
  updated_at?: string;
12353
12466
  };
12354
12467
  };
@@ -12385,13 +12498,13 @@ export interface operations {
12385
12498
  content: {
12386
12499
  "application/json": {
12387
12500
  data?: {
12388
- /** @example 0e75a35c-28e9-49cf-8cfb-9a3e86d0062b */
12501
+ /** @example 6b169fe8-2552-46dd-8fae-38dc04a7a505 */
12389
12502
  uid?: string;
12390
12503
  /** @example follow_up */
12391
12504
  inspection_type?: string;
12392
12505
  /** @example cancelled */
12393
12506
  status?: string;
12394
- /** @example 2026-04-26T20:36:32.000000Z */
12507
+ /** @example 2026-04-27T03:40:56.000000Z */
12395
12508
  scheduled_date?: string;
12396
12509
  /** @example null */
12397
12510
  completed_date?: string | null;
@@ -12399,11 +12512,11 @@ export interface operations {
12399
12512
  condition_rating?: string;
12400
12513
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12401
12514
  summary?: string;
12402
- /** @example 2026-06-19T17:25:06.000000Z */
12515
+ /** @example 2026-06-20T00:29:30.000000Z */
12403
12516
  next_inspection_date?: string;
12404
- /** @example 2026-04-21T06:38:10.000000Z */
12517
+ /** @example 2026-04-21T13:42:34.000000Z */
12405
12518
  created_at?: string;
12406
- /** @example 2026-04-21T06:38:10.000000Z */
12519
+ /** @example 2026-04-21T13:42:34.000000Z */
12407
12520
  updated_at?: string;
12408
12521
  };
12409
12522
  };
@@ -12440,13 +12553,13 @@ export interface operations {
12440
12553
  content: {
12441
12554
  "application/json": {
12442
12555
  data?: {
12443
- /** @example 2334f872-3a85-4616-9420-9f2febf80909 */
12556
+ /** @example fb70e76f-7f5f-4afe-bf0d-832dd8936116 */
12444
12557
  uid?: string;
12445
12558
  /** @example follow_up */
12446
12559
  inspection_type?: string;
12447
12560
  /** @example cancelled */
12448
12561
  status?: string;
12449
- /** @example 2026-04-14T18:03:05.000000Z */
12562
+ /** @example 2026-04-15T01:07:29.000000Z */
12450
12563
  scheduled_date?: string;
12451
12564
  /** @example null */
12452
12565
  completed_date?: string | null;
@@ -12454,11 +12567,11 @@ export interface operations {
12454
12567
  condition_rating?: string;
12455
12568
  /** @example Et animi quos velit et fugiat. */
12456
12569
  summary?: string;
12457
- /** @example 2026-07-24T01:56:52.000000Z */
12570
+ /** @example 2026-07-24T09:01:16.000000Z */
12458
12571
  next_inspection_date?: string;
12459
- /** @example 2026-04-21T06:38:10.000000Z */
12572
+ /** @example 2026-04-21T13:42:34.000000Z */
12460
12573
  created_at?: string;
12461
- /** @example 2026-04-21T06:38:10.000000Z */
12574
+ /** @example 2026-04-21T13:42:34.000000Z */
12462
12575
  updated_at?: string;
12463
12576
  };
12464
12577
  };
@@ -12495,27 +12608,27 @@ export interface operations {
12495
12608
  content: {
12496
12609
  "application/json": {
12497
12610
  data?: {
12498
- /** @example a2c88f9c-b9f6-4544-97dc-36a9fe0a504c */
12611
+ /** @example 8461b78a-7ca0-45a9-b1e7-2fedf254255c */
12499
12612
  uid?: string;
12500
- /** @example Qui commodi incidunt iure. */
12613
+ /** @example Odit necessitatibus iusto voluptatem. */
12501
12614
  title?: string;
12502
- /** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
12615
+ /** @example Nesciunt perspiciatis autem distinctio rerum autem delectus deleniti. Qui natus aut animi qui commodi in ut. Vel voluptas quidem dolores aut minus porro tempore magnam. */
12503
12616
  description?: string;
12504
- /** @example breach */
12617
+ /** @example in_progress */
12505
12618
  status?: string;
12506
- /** @example low */
12619
+ /** @example urgent */
12507
12620
  priority?: string;
12508
- /** @example 2026-04-19T20:06:53.000000Z */
12621
+ /** @example 2026-04-20T14:50:58.000000Z */
12509
12622
  reported_at?: string;
12510
12623
  /** @example null */
12511
12624
  assigned_at?: string | null;
12512
12625
  /** @example null */
12513
12626
  completed_at?: string | null;
12514
- /** @example 2026-04-22T16:31:19.000000Z */
12627
+ /** @example 2026-04-26T10:14:36.000000Z */
12515
12628
  sla_deadline?: string;
12516
- /** @example 2026-04-21T06:38:10.000000Z */
12629
+ /** @example 2026-04-21T13:42:34.000000Z */
12517
12630
  created_at?: string;
12518
- /** @example 2026-04-21T06:38:10.000000Z */
12631
+ /** @example 2026-04-21T13:42:34.000000Z */
12519
12632
  updated_at?: string;
12520
12633
  };
12521
12634
  };
@@ -12552,7 +12665,7 @@ export interface operations {
12552
12665
  content: {
12553
12666
  "application/json": {
12554
12667
  data?: {
12555
- /** @example 9065cc7a-8791-4638-96fa-297291878dc1 */
12668
+ /** @example 5c618739-5bba-42da-8b83-dc874fbb3262 */
12556
12669
  uid?: string;
12557
12670
  /** @example Quos velit et fugiat sunt nihil. */
12558
12671
  title?: string;
@@ -12562,17 +12675,17 @@ export interface operations {
12562
12675
  status?: string;
12563
12676
  /** @example emergency */
12564
12677
  priority?: string;
12565
- /** @example 2026-04-14T17:51:45.000000Z */
12678
+ /** @example 2026-04-15T00:56:09.000000Z */
12566
12679
  reported_at?: string;
12567
- /** @example 2026-04-19T14:11:37.000000Z */
12680
+ /** @example 2026-04-19T21:16:01.000000Z */
12568
12681
  assigned_at?: string;
12569
12682
  /** @example null */
12570
12683
  completed_at?: string | null;
12571
- /** @example 2026-04-22T19:34:00.000000Z */
12684
+ /** @example 2026-04-23T02:38:24.000000Z */
12572
12685
  sla_deadline?: string;
12573
- /** @example 2026-04-21T06:38:10.000000Z */
12686
+ /** @example 2026-04-21T13:42:34.000000Z */
12574
12687
  created_at?: string;
12575
- /** @example 2026-04-21T06:38:10.000000Z */
12688
+ /** @example 2026-04-21T13:42:34.000000Z */
12576
12689
  updated_at?: string;
12577
12690
  };
12578
12691
  };
@@ -12609,7 +12722,7 @@ export interface operations {
12609
12722
  content: {
12610
12723
  "application/json": {
12611
12724
  data?: {
12612
- /** @example d2691340-88f2-4dde-84e4-3030f1f8c1ae */
12725
+ /** @example 78cde7d3-6b0c-4d30-8f2b-702457d9c292 */
12613
12726
  uid?: string;
12614
12727
  /** @example Quos velit et fugiat sunt nihil. */
12615
12728
  title?: string;
@@ -12619,17 +12732,17 @@ export interface operations {
12619
12732
  status?: string;
12620
12733
  /** @example emergency */
12621
12734
  priority?: string;
12622
- /** @example 2026-04-14T17:51:45.000000Z */
12735
+ /** @example 2026-04-15T00:56:09.000000Z */
12623
12736
  reported_at?: string;
12624
- /** @example 2026-04-19T14:11:37.000000Z */
12737
+ /** @example 2026-04-19T21:16:01.000000Z */
12625
12738
  assigned_at?: string;
12626
12739
  /** @example null */
12627
12740
  completed_at?: string | null;
12628
- /** @example 2026-04-22T19:34:00.000000Z */
12741
+ /** @example 2026-04-23T02:38:24.000000Z */
12629
12742
  sla_deadline?: string;
12630
- /** @example 2026-04-21T06:38:10.000000Z */
12743
+ /** @example 2026-04-21T13:42:34.000000Z */
12631
12744
  created_at?: string;
12632
- /** @example 2026-04-21T06:38:10.000000Z */
12745
+ /** @example 2026-04-21T13:42:34.000000Z */
12633
12746
  updated_at?: string;
12634
12747
  };
12635
12748
  };
@@ -12666,7 +12779,7 @@ export interface operations {
12666
12779
  content: {
12667
12780
  "application/json": {
12668
12781
  data?: {
12669
- /** @example a1075e1e-191a-4035-926b-090025d12f81 */
12782
+ /** @example 09fb1abe-255b-4141-8815-7f6bbc57b7c1 */
12670
12783
  uid?: string;
12671
12784
  /** @example Quos velit et fugiat sunt nihil. */
12672
12785
  title?: string;
@@ -12676,17 +12789,17 @@ export interface operations {
12676
12789
  status?: string;
12677
12790
  /** @example emergency */
12678
12791
  priority?: string;
12679
- /** @example 2026-04-14T17:51:45.000000Z */
12792
+ /** @example 2026-04-15T00:56:09.000000Z */
12680
12793
  reported_at?: string;
12681
- /** @example 2026-04-19T14:11:37.000000Z */
12794
+ /** @example 2026-04-19T21:16:01.000000Z */
12682
12795
  assigned_at?: string;
12683
12796
  /** @example null */
12684
12797
  completed_at?: string | null;
12685
- /** @example 2026-04-22T19:34:00.000000Z */
12798
+ /** @example 2026-04-23T02:38:24.000000Z */
12686
12799
  sla_deadline?: string;
12687
- /** @example 2026-04-21T06:38:10.000000Z */
12800
+ /** @example 2026-04-21T13:42:34.000000Z */
12688
12801
  created_at?: string;
12689
- /** @example 2026-04-21T06:38:10.000000Z */
12802
+ /** @example 2026-04-21T13:42:34.000000Z */
12690
12803
  updated_at?: string;
12691
12804
  };
12692
12805
  };
@@ -12835,6 +12948,133 @@ export interface operations {
12835
12948
  };
12836
12949
  };
12837
12950
  };
12951
+ fetchTenancyListAdminNoPagination: {
12952
+ parameters: {
12953
+ query?: {
12954
+ /** @description Filter by listing title. Must not be greater than 255 characters. */
12955
+ title?: string | null;
12956
+ /** @description Filter by listing type. */
12957
+ type?: "sale" | "long_term_rent" | "short_let" | null;
12958
+ /** @description Filter by listing owner UID. Must not be greater than 255 characters. */
12959
+ owner_uid?: string | null;
12960
+ /** @description Filter by tenant UID. Must not be greater than 255 characters. */
12961
+ tenant_uid?: string | null;
12962
+ /** @description Filter by tenancy state. */
12963
+ state?: "enquiry" | "offer_pending" | "offer_accepted" | "agreement_signed" | "pre_move_in_ready" | "active" | "renewal_pending" | "periodic" | "notice_served" | "terminated" | null;
12964
+ /** @description Filter by tenancy compliance status. */
12965
+ compliance_status?: "pending" | "compliant" | "non_compliant" | null;
12966
+ /** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
12967
+ per_page?: number | null;
12968
+ /** @description Current page number. Must be at least 1. */
12969
+ page?: number | null;
12970
+ };
12971
+ header?: never;
12972
+ path?: never;
12973
+ cookie?: never;
12974
+ };
12975
+ requestBody?: never;
12976
+ responses: {
12977
+ /** @description Retrieve tenancies for admin table without pagination */
12978
+ 200: {
12979
+ headers: {
12980
+ [name: string]: unknown;
12981
+ };
12982
+ content: {
12983
+ "application/json": {
12984
+ /** @example Tenancies fetched */
12985
+ message?: string;
12986
+ /** @example null */
12987
+ event?: string | null;
12988
+ data?: {
12989
+ /**
12990
+ * @example [
12991
+ * {
12992
+ * "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
12993
+ * "listing": {
12994
+ * "details": {
12995
+ * "address": "24 Windsor Court, London, SW1",
12996
+ * "title": "24 Windsor Court",
12997
+ * "type": "Rent"
12998
+ * },
12999
+ * "owner": {
13000
+ * "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
13001
+ * "name": "Alice Taylor"
13002
+ * }
13003
+ * },
13004
+ * "rent_amount": "1500.00",
13005
+ * "deposit_amount": "1500.00",
13006
+ * "tenant": {
13007
+ * "uid": "c2d9f2cf-6279-4370-9924-5f5dcb0f40df",
13008
+ * "name": "Sarah Jenkins",
13009
+ * "email": "sarah@example.com"
13010
+ * },
13011
+ * "compliance_status": {
13012
+ * "overall": "compliant",
13013
+ * "label": "Compliant"
13014
+ * },
13015
+ * "state": {
13016
+ * "value": "active",
13017
+ * "label": "Active"
13018
+ * },
13019
+ * "start_date": "2026-03-01",
13020
+ * "end_date": "2027-02-28"
13021
+ * }
13022
+ * ]
13023
+ */
13024
+ items?: {
13025
+ /** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
13026
+ tenancy_uid?: string;
13027
+ listing?: {
13028
+ details?: {
13029
+ /** @example 24 Windsor Court, London, SW1 */
13030
+ address?: string;
13031
+ /** @example 24 Windsor Court */
13032
+ title?: string;
13033
+ /** @example Rent */
13034
+ type?: string;
13035
+ };
13036
+ owner?: {
13037
+ /** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
13038
+ uid?: string;
13039
+ /** @example Alice Taylor */
13040
+ name?: string;
13041
+ };
13042
+ };
13043
+ /** @example 1500.00 */
13044
+ rent_amount?: string;
13045
+ /** @example 1500.00 */
13046
+ deposit_amount?: string;
13047
+ tenant?: {
13048
+ /** @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df */
13049
+ uid?: string;
13050
+ /** @example Sarah Jenkins */
13051
+ name?: string;
13052
+ /** @example sarah@example.com */
13053
+ email?: string;
13054
+ };
13055
+ compliance_status?: {
13056
+ /** @example compliant */
13057
+ overall?: string;
13058
+ /** @example Compliant */
13059
+ label?: string;
13060
+ };
13061
+ state?: {
13062
+ /** @example active */
13063
+ value?: string;
13064
+ /** @example Active */
13065
+ label?: string;
13066
+ };
13067
+ /** @example 2026-03-01 */
13068
+ start_date?: string;
13069
+ /** @example 2027-02-28 */
13070
+ end_date?: string;
13071
+ }[];
13072
+ };
13073
+ };
13074
+ };
13075
+ };
13076
+ };
13077
+ };
12838
13078
  fetchTenancyComplianceDocumentsAdmin: {
12839
13079
  parameters: {
12840
13080
  query?: {
@@ -12955,7 +13195,7 @@ export interface operations {
12955
13195
  content: {
12956
13196
  "application/json": {
12957
13197
  data?: {
12958
- /** @example 50 */
13198
+ /** @example 57 */
12959
13199
  id?: number;
12960
13200
  /** @example 2 */
12961
13201
  listing_id?: number;
@@ -12967,7 +13207,7 @@ export interface operations {
12967
13207
  /** @example 1979-12-16T00:00:00.000000Z */
12968
13208
  end?: string;
12969
13209
  };
12970
- /** @example 2026-04-21T06:38:10.000000Z */
13210
+ /** @example 2026-04-21T13:42:35.000000Z */
12971
13211
  created_at?: string;
12972
13212
  };
12973
13213
  };
@@ -12994,7 +13234,7 @@ export interface operations {
12994
13234
  content: {
12995
13235
  "application/json": {
12996
13236
  data?: {
12997
- /** @example 51 */
13237
+ /** @example 58 */
12998
13238
  id?: number;
12999
13239
  /** @example 2 */
13000
13240
  listing_id?: number;
@@ -13006,7 +13246,7 @@ export interface operations {
13006
13246
  /** @example 1979-12-16T00:00:00.000000Z */
13007
13247
  end?: string;
13008
13248
  };
13009
- /** @example 2026-04-21T06:38:10.000000Z */
13249
+ /** @example 2026-04-21T13:42:35.000000Z */
13010
13250
  created_at?: string;
13011
13251
  };
13012
13252
  };
@@ -13032,29 +13272,29 @@ export interface operations {
13032
13272
  /**
13033
13273
  * @example [
13034
13274
  * {
13035
- * "id": 52,
13275
+ * "id": 59,
13036
13276
  * "listing_id": 2,
13037
13277
  * "status": "completed",
13038
13278
  * "scheduled": {
13039
13279
  * "start": "1981-11-19T00:00:00.000000Z",
13040
13280
  * "end": "1979-12-16T00:00:00.000000Z"
13041
13281
  * },
13042
- * "created_at": "2026-04-21T06:38:10.000000Z"
13282
+ * "created_at": "2026-04-21T13:42:35.000000Z"
13043
13283
  * },
13044
13284
  * {
13045
- * "id": 53,
13285
+ * "id": 60,
13046
13286
  * "listing_id": 2,
13047
13287
  * "status": "completed",
13048
13288
  * "scheduled": {
13049
13289
  * "start": "2006-09-19T00:00:00.000000Z",
13050
13290
  * "end": "2015-01-19T00:00:00.000000Z"
13051
13291
  * },
13052
- * "created_at": "2026-04-21T06:38:10.000000Z"
13292
+ * "created_at": "2026-04-21T13:42:35.000000Z"
13053
13293
  * }
13054
13294
  * ]
13055
13295
  */
13056
13296
  data?: {
13057
- /** @example 52 */
13297
+ /** @example 59 */
13058
13298
  id?: number;
13059
13299
  /** @example 2 */
13060
13300
  listing_id?: number;
@@ -13066,7 +13306,7 @@ export interface operations {
13066
13306
  /** @example 1979-12-16T00:00:00.000000Z */
13067
13307
  end?: string;
13068
13308
  };
13069
- /** @example 2026-04-21T06:38:10.000000Z */
13309
+ /** @example 2026-04-21T13:42:35.000000Z */
13070
13310
  created_at?: string;
13071
13311
  }[];
13072
13312
  links?: {
@@ -13166,7 +13406,7 @@ export interface operations {
13166
13406
  content: {
13167
13407
  "application/json": {
13168
13408
  data?: {
13169
- /** @example 54 */
13409
+ /** @example 61 */
13170
13410
  id?: number;
13171
13411
  /** @example 2 */
13172
13412
  listing_id?: number;
@@ -13178,7 +13418,7 @@ export interface operations {
13178
13418
  /** @example 1979-12-16T00:00:00.000000Z */
13179
13419
  end?: string;
13180
13420
  };
13181
- /** @example 2026-04-21T06:38:10.000000Z */
13421
+ /** @example 2026-04-21T13:42:35.000000Z */
13182
13422
  created_at?: string;
13183
13423
  };
13184
13424
  };
@@ -13205,7 +13445,7 @@ export interface operations {
13205
13445
  content: {
13206
13446
  "application/json": {
13207
13447
  data?: {
13208
- /** @example 55 */
13448
+ /** @example 62 */
13209
13449
  id?: number;
13210
13450
  /** @example 2 */
13211
13451
  listing_id?: number;
@@ -13217,7 +13457,7 @@ export interface operations {
13217
13457
  /** @example 1979-12-16T00:00:00.000000Z */
13218
13458
  end?: string;
13219
13459
  };
13220
- /** @example 2026-04-21T06:38:10.000000Z */
13460
+ /** @example 2026-04-21T13:42:35.000000Z */
13221
13461
  created_at?: string;
13222
13462
  };
13223
13463
  };
@@ -13244,7 +13484,7 @@ export interface operations {
13244
13484
  content: {
13245
13485
  "application/json": {
13246
13486
  data?: {
13247
- /** @example 56 */
13487
+ /** @example 63 */
13248
13488
  id?: number;
13249
13489
  /** @example 2 */
13250
13490
  listing_id?: number;
@@ -13256,7 +13496,7 @@ export interface operations {
13256
13496
  /** @example 1979-12-16T00:00:00.000000Z */
13257
13497
  end?: string;
13258
13498
  };
13259
- /** @example 2026-04-21T06:38:10.000000Z */
13499
+ /** @example 2026-04-21T13:42:35.000000Z */
13260
13500
  created_at?: string;
13261
13501
  };
13262
13502
  };
@@ -14327,7 +14567,7 @@ export interface operations {
14327
14567
  content: {
14328
14568
  "application/json": {
14329
14569
  data?: {
14330
- /** @example 0afc26af-802e-4b8f-bde8-6d956d19c5d8 */
14570
+ /** @example 2b9c4612-9cc2-49e3-b0e7-47918dfbbfa4 */
14331
14571
  uid?: string;
14332
14572
  /** @example Ms. Audra Crooks II */
14333
14573
  username?: string;
@@ -14357,7 +14597,7 @@ export interface operations {
14357
14597
  timezone?: string;
14358
14598
  /** @example Customer */
14359
14599
  user_type?: string;
14360
- /** @example 21 Apr 2026, 06:38 AM */
14600
+ /** @example 21 Apr 2026, 01:42 PM */
14361
14601
  created?: string;
14362
14602
  /** @example 0 seconds ago */
14363
14603
  email_verified_at?: string;
@@ -14826,7 +15066,7 @@ export interface operations {
14826
15066
  content: {
14827
15067
  "application/json": {
14828
15068
  data?: {
14829
- /** @example 7e4b80fc-eda2-4f60-920f-6dc9c07f7feb */
15069
+ /** @example 8fe221fe-c33b-4095-b883-fb451c5f7632 */
14830
15070
  uid?: string;
14831
15071
  /** @example Ms. Audra Crooks II */
14832
15072
  username?: string;
@@ -14856,7 +15096,7 @@ export interface operations {
14856
15096
  timezone?: string;
14857
15097
  /** @example Customer */
14858
15098
  user_type?: string;
14859
- /** @example 21 Apr 2026, 06:38 AM */
15099
+ /** @example 21 Apr 2026, 01:42 PM */
14860
15100
  created?: string;
14861
15101
  /** @example 0 seconds ago */
14862
15102
  email_verified_at?: string;
@@ -14977,20 +15217,20 @@ export interface operations {
14977
15217
  content: {
14978
15218
  "application/json": {
14979
15219
  data?: {
14980
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
15220
+ /** @example New For Sale Used Item draft • 21 Apr 2026, 1:42 PM */
14981
15221
  draft_name?: string;
14982
- /** @example LST-PRP-LTR-MO895IT2YFP */
15222
+ /** @example LST-UIT-SAL-MO8OBB02CUB */
14983
15223
  sku?: string;
14984
- /** @example 752c88c4-ed7e-4234-b992-ab5c9e95caea */
15224
+ /** @example 4b57de63-32ee-4114-9500-3078b8c70ca7 */
14985
15225
  uid?: string;
14986
- /** @example Rent */
15226
+ /** @example Sale */
14987
15227
  listing_type?: string;
14988
- /** @example Property */
15228
+ /** @example Used Item */
14989
15229
  vertical?: string;
14990
- /** @example let_to_let */
14991
- arrangement_type?: string;
14992
- /** @example Let to Let */
14993
- arrangement_type_label?: string;
15230
+ /** @example null */
15231
+ arrangement_type?: string | null;
15232
+ /** @example null */
15233
+ arrangement_type_label?: string | null;
14994
15234
  /** @example null */
14995
15235
  price?: string | null;
14996
15236
  /** @example draft */
@@ -15001,10 +15241,8 @@ export interface operations {
15001
15241
  published_since?: string | null;
15002
15242
  /** @example false */
15003
15243
  is_visible?: boolean;
15004
- summary?: {
15005
- /** @example null */
15006
- availability?: string | null;
15007
- };
15244
+ /** @example [] */
15245
+ summary?: unknown[];
15008
15246
  /** @example [] */
15009
15247
  workflow?: unknown[];
15010
15248
  /** @example [] */
@@ -15105,9 +15343,9 @@ export interface operations {
15105
15343
  /**
15106
15344
  * @example [
15107
15345
  * {
15108
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 6:38 AM",
15109
- * "sku": "LST-PRP-LTR-MO895ITQK0Q",
15110
- * "uid": "31eb1d4c-5a83-4474-a38d-1d973775c59a",
15346
+ * "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
15347
+ * "sku": "LST-PRP-LTR-MO8OBB0ZE2M",
15348
+ * "uid": "dcf4f095-555b-41c6-8b72-e723c016e2a2",
15111
15349
  * "listing_type": "Rent",
15112
15350
  * "vertical": "Property",
15113
15351
  * "arrangement_type": "let_to_let",
@@ -15124,9 +15362,9 @@ export interface operations {
15124
15362
  * "media": []
15125
15363
  * },
15126
15364
  * {
15127
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 6:38 AM",
15128
- * "sku": "LST-PRP-SHL-MO895ITVTLI",
15129
- * "uid": "12b49a68-95b5-421e-8d1c-d54464c7c93d",
15365
+ * "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
15366
+ * "sku": "LST-PRP-SHL-MO8OBB134ZL",
15367
+ * "uid": "5341df00-bfe9-4fa9-bf1c-68b85e6c2fd2",
15130
15368
  * "listing_type": "Short Let",
15131
15369
  * "vertical": "Property",
15132
15370
  * "arrangement_type": "short_term_managed",
@@ -15145,11 +15383,11 @@ export interface operations {
15145
15383
  * ]
15146
15384
  */
15147
15385
  data?: {
15148
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
15386
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
15149
15387
  draft_name?: string;
15150
- /** @example LST-PRP-LTR-MO895ITQK0Q */
15388
+ /** @example LST-PRP-LTR-MO8OBB0ZE2M */
15151
15389
  sku?: string;
15152
- /** @example 31eb1d4c-5a83-4474-a38d-1d973775c59a */
15390
+ /** @example dcf4f095-555b-41c6-8b72-e723c016e2a2 */
15153
15391
  uid?: string;
15154
15392
  /** @example Rent */
15155
15393
  listing_type?: string;
@@ -15259,9 +15497,9 @@ export interface operations {
15259
15497
  /**
15260
15498
  * @example [
15261
15499
  * {
15262
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 6:38 AM",
15263
- * "sku": "LST-PRP-LTR-MO895IU3LUB",
15264
- * "uid": "45e5741a-7bed-4e65-84ba-4546c4c87c9c",
15500
+ * "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
15501
+ * "sku": "LST-PRP-LTR-MO8OBB1DVHP",
15502
+ * "uid": "b2e512b0-218d-4acb-894c-f2706e1ef9e9",
15265
15503
  * "listing_type": "Rent",
15266
15504
  * "vertical": "Property",
15267
15505
  * "arrangement_type": "let_to_let",
@@ -15278,9 +15516,9 @@ export interface operations {
15278
15516
  * "media": []
15279
15517
  * },
15280
15518
  * {
15281
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 6:38 AM",
15282
- * "sku": "LST-PRP-SHL-MO895IU6C0X",
15283
- * "uid": "03c7c954-e317-43ae-8985-1b1883971bdd",
15519
+ * "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
15520
+ * "sku": "LST-PRP-SHL-MO8OBB1GUTO",
15521
+ * "uid": "b7625bf2-af1c-4764-b026-420e0152cdcf",
15284
15522
  * "listing_type": "Short Let",
15285
15523
  * "vertical": "Property",
15286
15524
  * "arrangement_type": "short_term_managed",
@@ -15299,11 +15537,11 @@ export interface operations {
15299
15537
  * ]
15300
15538
  */
15301
15539
  data?: {
15302
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
15540
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
15303
15541
  draft_name?: string;
15304
- /** @example LST-PRP-LTR-MO895IU3LUB */
15542
+ /** @example LST-PRP-LTR-MO8OBB1DVHP */
15305
15543
  sku?: string;
15306
- /** @example 45e5741a-7bed-4e65-84ba-4546c4c87c9c */
15544
+ /** @example b2e512b0-218d-4acb-894c-f2706e1ef9e9 */
15307
15545
  uid?: string;
15308
15546
  /** @example Rent */
15309
15547
  listing_type?: string;
@@ -16367,7 +16605,7 @@ export interface operations {
16367
16605
  content: {
16368
16606
  "application/json": {
16369
16607
  data?: {
16370
- /** @example aea11e33-f633-4056-9058-619f5c6f078d */
16608
+ /** @example f6676e2e-36d0-4e67-965d-1d5963008d90 */
16371
16609
  uid?: string;
16372
16610
  /** @example photo */
16373
16611
  media_type?: string;
@@ -16516,11 +16754,11 @@ export interface operations {
16516
16754
  content: {
16517
16755
  "application/json": {
16518
16756
  data?: {
16519
- /** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
16757
+ /** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
16520
16758
  draft_name?: string;
16521
- /** @example LST-PRP-LTR-MO895IWGFJE */
16759
+ /** @example LST-PRP-LTR-MO8OBB41FVZ */
16522
16760
  sku?: string;
16523
- /** @example 5282da37-69c7-47c1-bc41-191bfb1bb971 */
16761
+ /** @example de365905-20a7-4e2c-a858-96edad014566 */
16524
16762
  uid?: string;
16525
16763
  /** @example Rent */
16526
16764
  listing_type?: string;
@@ -16680,7 +16918,7 @@ export interface operations {
16680
16918
  content: {
16681
16919
  "application/json": {
16682
16920
  data?: {
16683
- /** @example f8874d74-607e-4208-bc79-bbec989d1cfe */
16921
+ /** @example 27111afe-0842-4fb9-91b9-e6cdb0ea761c */
16684
16922
  uid?: string;
16685
16923
  /** @example null */
16686
16924
  compliances?: string | null;
@@ -16731,7 +16969,7 @@ export interface operations {
16731
16969
  content: {
16732
16970
  "application/json": {
16733
16971
  data?: {
16734
- /** @example 91 */
16972
+ /** @example 92 */
16735
16973
  id?: number;
16736
16974
  compliance?: {
16737
16975
  /** @example 1 */
@@ -16753,7 +16991,7 @@ export interface operations {
16753
16991
  reviewed_by?: number;
16754
16992
  /** @example null */
16755
16993
  reviewed_at?: string | null;
16756
- /** @example 2026-04-21T06:38:09.000000Z */
16994
+ /** @example 2026-04-21T13:42:34.000000Z */
16757
16995
  created_at?: string;
16758
16996
  };
16759
16997
  };
@@ -16808,22 +17046,22 @@ export interface operations {
16808
17046
  /**
16809
17047
  * @example [
16810
17048
  * {
16811
- * "uid": "c2382f72-0abd-4d59-8b93-12cc0683f4bc",
17049
+ * "uid": "e39e22b7-89fc-4d0d-84e1-fddf277903d5",
16812
17050
  * "listing_id": 1,
16813
17051
  * "landlord_id": 2,
16814
17052
  * "tenant_id": 2,
16815
17053
  * "rent_amount": "4881.50",
16816
17054
  * "deposit_amount": "2151.17",
16817
17055
  * "state": "offer_accepted",
16818
- * "start_date": "2025-10-26T00:00:00.000000Z",
16819
- * "end_date": "2026-10-26T00:00:00.000000Z",
17056
+ * "start_date": "2025-10-27T00:00:00.000000Z",
17057
+ * "end_date": "2026-10-27T00:00:00.000000Z",
16820
17058
  * "is_periodic": false,
16821
17059
  * "company_name": null,
16822
17060
  * "company_registration_number": null,
16823
- * "created_at": "2026-04-21T06:38:09.000000Z"
17061
+ * "created_at": "2026-04-21T13:42:34.000000Z"
16824
17062
  * },
16825
17063
  * {
16826
- * "uid": "be928977-79bf-4d0c-9019-0f5f6f07f55e",
17064
+ * "uid": "42159ec8-467b-4d92-8dd7-cd9f5f3da4e6",
16827
17065
  * "listing_id": 1,
16828
17066
  * "landlord_id": 2,
16829
17067
  * "tenant_id": 2,
@@ -16835,12 +17073,12 @@ export interface operations {
16835
17073
  * "is_periodic": false,
16836
17074
  * "company_name": null,
16837
17075
  * "company_registration_number": null,
16838
- * "created_at": "2026-04-21T06:38:09.000000Z"
17076
+ * "created_at": "2026-04-21T13:42:34.000000Z"
16839
17077
  * }
16840
17078
  * ]
16841
17079
  */
16842
17080
  data?: {
16843
- /** @example c2382f72-0abd-4d59-8b93-12cc0683f4bc */
17081
+ /** @example e39e22b7-89fc-4d0d-84e1-fddf277903d5 */
16844
17082
  uid?: string;
16845
17083
  /** @example 1 */
16846
17084
  listing_id?: number;
@@ -16854,9 +17092,9 @@ export interface operations {
16854
17092
  deposit_amount?: string;
16855
17093
  /** @example offer_accepted */
16856
17094
  state?: string;
16857
- /** @example 2025-10-26T00:00:00.000000Z */
17095
+ /** @example 2025-10-27T00:00:00.000000Z */
16858
17096
  start_date?: string;
16859
- /** @example 2026-10-26T00:00:00.000000Z */
17097
+ /** @example 2026-10-27T00:00:00.000000Z */
16860
17098
  end_date?: string;
16861
17099
  /** @example false */
16862
17100
  is_periodic?: boolean;
@@ -16864,7 +17102,7 @@ export interface operations {
16864
17102
  company_name?: string | null;
16865
17103
  /** @example null */
16866
17104
  company_registration_number?: string | null;
16867
- /** @example 2026-04-21T06:38:09.000000Z */
17105
+ /** @example 2026-04-21T13:42:34.000000Z */
16868
17106
  created_at?: string;
16869
17107
  }[];
16870
17108
  links?: {
@@ -16951,22 +17189,22 @@ export interface operations {
16951
17189
  /**
16952
17190
  * @example [
16953
17191
  * {
16954
- * "uid": "a5161072-54c8-4dd2-a567-c8afa759d2a3",
17192
+ * "uid": "cf1f8924-00cf-44a6-a7e4-821100a988cb",
16955
17193
  * "listing_id": 1,
16956
17194
  * "landlord_id": 2,
16957
17195
  * "tenant_id": 2,
16958
17196
  * "rent_amount": "4881.50",
16959
17197
  * "deposit_amount": "2151.17",
16960
17198
  * "state": "offer_accepted",
16961
- * "start_date": "2025-10-26T00:00:00.000000Z",
16962
- * "end_date": "2026-10-26T00:00:00.000000Z",
17199
+ * "start_date": "2025-10-27T00:00:00.000000Z",
17200
+ * "end_date": "2026-10-27T00:00:00.000000Z",
16963
17201
  * "is_periodic": false,
16964
17202
  * "company_name": null,
16965
17203
  * "company_registration_number": null,
16966
- * "created_at": "2026-04-21T06:38:09.000000Z"
17204
+ * "created_at": "2026-04-21T13:42:34.000000Z"
16967
17205
  * },
16968
17206
  * {
16969
- * "uid": "c5030593-b3b9-47d5-bfae-7ac2990b626d",
17207
+ * "uid": "c8e848de-6506-4e96-8bdf-d9299f9a3cc3",
16970
17208
  * "listing_id": 1,
16971
17209
  * "landlord_id": 2,
16972
17210
  * "tenant_id": 2,
@@ -16978,12 +17216,12 @@ export interface operations {
16978
17216
  * "is_periodic": false,
16979
17217
  * "company_name": null,
16980
17218
  * "company_registration_number": null,
16981
- * "created_at": "2026-04-21T06:38:09.000000Z"
17219
+ * "created_at": "2026-04-21T13:42:34.000000Z"
16982
17220
  * }
16983
17221
  * ]
16984
17222
  */
16985
17223
  data?: {
16986
- /** @example a5161072-54c8-4dd2-a567-c8afa759d2a3 */
17224
+ /** @example cf1f8924-00cf-44a6-a7e4-821100a988cb */
16987
17225
  uid?: string;
16988
17226
  /** @example 1 */
16989
17227
  listing_id?: number;
@@ -16997,9 +17235,9 @@ export interface operations {
16997
17235
  deposit_amount?: string;
16998
17236
  /** @example offer_accepted */
16999
17237
  state?: string;
17000
- /** @example 2025-10-26T00:00:00.000000Z */
17238
+ /** @example 2025-10-27T00:00:00.000000Z */
17001
17239
  start_date?: string;
17002
- /** @example 2026-10-26T00:00:00.000000Z */
17240
+ /** @example 2026-10-27T00:00:00.000000Z */
17003
17241
  end_date?: string;
17004
17242
  /** @example false */
17005
17243
  is_periodic?: boolean;
@@ -17007,7 +17245,7 @@ export interface operations {
17007
17245
  company_name?: string | null;
17008
17246
  /** @example null */
17009
17247
  company_registration_number?: string | null;
17010
- /** @example 2026-04-21T06:38:09.000000Z */
17248
+ /** @example 2026-04-21T13:42:34.000000Z */
17011
17249
  created_at?: string;
17012
17250
  }[];
17013
17251
  links?: {
@@ -17114,7 +17352,7 @@ export interface operations {
17114
17352
  content: {
17115
17353
  "application/json": {
17116
17354
  data?: {
17117
- /** @example 101 */
17355
+ /** @example 103 */
17118
17356
  id?: number;
17119
17357
  compliance?: {
17120
17358
  /** @example 1 */
@@ -17134,9 +17372,9 @@ export interface operations {
17134
17372
  rejection_reason?: string | null;
17135
17373
  /** @example 1 */
17136
17374
  reviewed_by?: number;
17137
- /** @example 2026-04-21T06:38:09.000000Z */
17375
+ /** @example 2026-04-21T13:42:34.000000Z */
17138
17376
  reviewed_at?: string;
17139
- /** @example 2026-04-21T06:38:09.000000Z */
17377
+ /** @example 2026-04-21T13:42:34.000000Z */
17140
17378
  created_at?: string;
17141
17379
  };
17142
17380
  };
@@ -17163,7 +17401,7 @@ export interface operations {
17163
17401
  content: {
17164
17402
  "application/json": {
17165
17403
  data?: {
17166
- /** @example 102 */
17404
+ /** @example 104 */
17167
17405
  id?: number;
17168
17406
  compliance?: {
17169
17407
  /** @example 1 */
@@ -17183,9 +17421,9 @@ export interface operations {
17183
17421
  rejection_reason?: string | null;
17184
17422
  /** @example 1 */
17185
17423
  reviewed_by?: number;
17186
- /** @example 2026-04-21T06:38:09.000000Z */
17424
+ /** @example 2026-04-21T13:42:34.000000Z */
17187
17425
  reviewed_at?: string;
17188
- /** @example 2026-04-21T06:38:09.000000Z */
17426
+ /** @example 2026-04-21T13:42:34.000000Z */
17189
17427
  created_at?: string;
17190
17428
  };
17191
17429
  };
@@ -18207,35 +18445,35 @@ export interface operations {
18207
18445
  /**
18208
18446
  * @example [
18209
18447
  * {
18210
- * "uid": "d4752796-044f-4291-8925-fc40f489e3b1",
18448
+ * "uid": "be44c291-74b2-419f-bb0b-4435f11cd7a5",
18211
18449
  * "title": "Quos velit et fugiat sunt nihil.",
18212
18450
  * "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.",
18213
18451
  * "status": "reported",
18214
18452
  * "priority": "emergency",
18215
- * "reported_at": "2026-04-14T17:51:45.000000Z",
18216
- * "assigned_at": "2026-04-19T14:11:37.000000Z",
18453
+ * "reported_at": "2026-04-15T00:56:10.000000Z",
18454
+ * "assigned_at": "2026-04-19T21:16:02.000000Z",
18217
18455
  * "completed_at": null,
18218
- * "sla_deadline": "2026-04-22T19:34:00.000000Z",
18219
- * "created_at": "2026-04-21T06:38:10.000000Z",
18220
- * "updated_at": "2026-04-21T06:38:10.000000Z"
18456
+ * "sla_deadline": "2026-04-23T02:38:25.000000Z",
18457
+ * "created_at": "2026-04-21T13:42:35.000000Z",
18458
+ * "updated_at": "2026-04-21T13:42:35.000000Z"
18221
18459
  * },
18222
18460
  * {
18223
- * "uid": "8dc171c0-05fe-4809-b6e0-b7501dc9113a",
18461
+ * "uid": "fabe3192-119c-45d4-9c9c-633def28c41b",
18224
18462
  * "title": "Fugit deleniti distinctio eum doloremque.",
18225
18463
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
18226
18464
  * "status": "completed",
18227
18465
  * "priority": "normal",
18228
- * "reported_at": "2026-04-17T06:30:10.000000Z",
18466
+ * "reported_at": "2026-04-17T13:34:35.000000Z",
18229
18467
  * "assigned_at": null,
18230
18468
  * "completed_at": null,
18231
- * "sla_deadline": "2026-04-24T03:33:57.000000Z",
18232
- * "created_at": "2026-04-21T06:38:10.000000Z",
18233
- * "updated_at": "2026-04-21T06:38:10.000000Z"
18469
+ * "sla_deadline": "2026-04-24T10:38:22.000000Z",
18470
+ * "created_at": "2026-04-21T13:42:35.000000Z",
18471
+ * "updated_at": "2026-04-21T13:42:35.000000Z"
18234
18472
  * }
18235
18473
  * ]
18236
18474
  */
18237
18475
  data?: {
18238
- /** @example d4752796-044f-4291-8925-fc40f489e3b1 */
18476
+ /** @example be44c291-74b2-419f-bb0b-4435f11cd7a5 */
18239
18477
  uid?: string;
18240
18478
  /** @example Quos velit et fugiat sunt nihil. */
18241
18479
  title?: string;
@@ -18245,17 +18483,17 @@ export interface operations {
18245
18483
  status?: string;
18246
18484
  /** @example emergency */
18247
18485
  priority?: string;
18248
- /** @example 2026-04-14T17:51:45.000000Z */
18486
+ /** @example 2026-04-15T00:56:10.000000Z */
18249
18487
  reported_at?: string;
18250
- /** @example 2026-04-19T14:11:37.000000Z */
18488
+ /** @example 2026-04-19T21:16:02.000000Z */
18251
18489
  assigned_at?: string;
18252
18490
  /** @example null */
18253
18491
  completed_at?: string | null;
18254
- /** @example 2026-04-22T19:34:00.000000Z */
18492
+ /** @example 2026-04-23T02:38:25.000000Z */
18255
18493
  sla_deadline?: string;
18256
- /** @example 2026-04-21T06:38:10.000000Z */
18494
+ /** @example 2026-04-21T13:42:35.000000Z */
18257
18495
  created_at?: string;
18258
- /** @example 2026-04-21T06:38:10.000000Z */
18496
+ /** @example 2026-04-21T13:42:35.000000Z */
18259
18497
  updated_at?: string;
18260
18498
  }[];
18261
18499
  links?: {
@@ -18350,13 +18588,13 @@ export interface operations {
18350
18588
  content: {
18351
18589
  "application/json": {
18352
18590
  data?: {
18353
- /** @example de34ce98-1886-4978-9fd9-c18895db2998 */
18591
+ /** @example 891b4664-0daa-4f9c-b0f4-7d87093ea55b */
18354
18592
  uid?: string;
18355
18593
  /** @example image */
18356
18594
  file_type?: string;
18357
18595
  /** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
18358
18596
  url?: string;
18359
- /** @example 2026-04-21T06:38:10.000000Z */
18597
+ /** @example 2026-04-21T13:42:35.000000Z */
18360
18598
  created_at?: string;
18361
18599
  };
18362
18600
  };
@@ -18401,7 +18639,7 @@ export interface operations {
18401
18639
  content: {
18402
18640
  "application/json": {
18403
18641
  data?: {
18404
- /** @example 22 */
18642
+ /** @example 25 */
18405
18643
  id?: number;
18406
18644
  /** @example property_inquiry */
18407
18645
  type?: string;
@@ -18409,7 +18647,7 @@ export interface operations {
18409
18647
  listing_id?: number;
18410
18648
  /** @example null */
18411
18649
  last_message_at?: string | null;
18412
- /** @example 2026-04-21T06:38:10.000000Z */
18650
+ /** @example 2026-04-21T13:42:35.000000Z */
18413
18651
  created_at?: string;
18414
18652
  };
18415
18653
  };
@@ -18435,23 +18673,23 @@ export interface operations {
18435
18673
  /**
18436
18674
  * @example [
18437
18675
  * {
18438
- * "id": 23,
18676
+ * "id": 26,
18439
18677
  * "type": "property_inquiry",
18440
18678
  * "listing_id": 2,
18441
18679
  * "last_message_at": null,
18442
- * "created_at": "2026-04-21T06:38:10.000000Z"
18680
+ * "created_at": "2026-04-21T13:42:35.000000Z"
18443
18681
  * },
18444
18682
  * {
18445
- * "id": 24,
18683
+ * "id": 27,
18446
18684
  * "type": "property_inquiry",
18447
18685
  * "listing_id": 2,
18448
18686
  * "last_message_at": null,
18449
- * "created_at": "2026-04-21T06:38:10.000000Z"
18687
+ * "created_at": "2026-04-21T13:42:35.000000Z"
18450
18688
  * }
18451
18689
  * ]
18452
18690
  */
18453
18691
  data?: {
18454
- /** @example 23 */
18692
+ /** @example 26 */
18455
18693
  id?: number;
18456
18694
  /** @example property_inquiry */
18457
18695
  type?: string;
@@ -18459,7 +18697,7 @@ export interface operations {
18459
18697
  listing_id?: number;
18460
18698
  /** @example null */
18461
18699
  last_message_at?: string | null;
18462
- /** @example 2026-04-21T06:38:10.000000Z */
18700
+ /** @example 2026-04-21T13:42:35.000000Z */
18463
18701
  created_at?: string;
18464
18702
  }[];
18465
18703
  links?: {
@@ -18777,27 +19015,27 @@ export interface operations {
18777
19015
  /**
18778
19016
  * @example [
18779
19017
  * {
18780
- * "id": "c3eff963-0bef-4fcb-b884-39a20c38cec1",
19018
+ * "id": "05119fe9-3628-4467-a31d-8d2664a7b086",
18781
19019
  * "type": "APPOINTMENT_CREATED",
18782
19020
  * "title": "faker notification",
18783
19021
  * "body": "faker notification body",
18784
19022
  * "data": [],
18785
19023
  * "read_at": null,
18786
- * "created_at": "2026-04-21T06:38:10.000000Z"
19024
+ * "created_at": "2026-04-21T13:42:35.000000Z"
18787
19025
  * },
18788
19026
  * {
18789
- * "id": "b55d9003-5dfc-422d-b701-d48ce76c9b51",
19027
+ * "id": "23cc0eee-1f53-4565-aede-46a04eea4dc1",
18790
19028
  * "type": "APPOINTMENT_CREATED",
18791
19029
  * "title": "faker notification",
18792
19030
  * "body": "faker notification body",
18793
19031
  * "data": [],
18794
19032
  * "read_at": null,
18795
- * "created_at": "2026-04-21T06:38:10.000000Z"
19033
+ * "created_at": "2026-04-21T13:42:35.000000Z"
18796
19034
  * }
18797
19035
  * ]
18798
19036
  */
18799
19037
  data?: {
18800
- /** @example c3eff963-0bef-4fcb-b884-39a20c38cec1 */
19038
+ /** @example 05119fe9-3628-4467-a31d-8d2664a7b086 */
18801
19039
  id?: string;
18802
19040
  /** @example APPOINTMENT_CREATED */
18803
19041
  type?: string;
@@ -18809,7 +19047,7 @@ export interface operations {
18809
19047
  data?: unknown[];
18810
19048
  /** @example null */
18811
19049
  read_at?: string | null;
18812
- /** @example 2026-04-21T06:38:10.000000Z */
19050
+ /** @example 2026-04-21T13:42:35.000000Z */
18813
19051
  created_at?: string;
18814
19052
  }[];
18815
19053
  links?: {
@@ -18893,7 +19131,7 @@ export interface operations {
18893
19131
  };
18894
19132
  content: {
18895
19133
  "application/json": {
18896
- /** @example 3e681170-d3c2-48b0-84f3-dfb5d90feb80 */
19134
+ /** @example 3b4db790-7967-4b5d-bdaa-8aa88ca9f4c9 */
18897
19135
  id?: string;
18898
19136
  /** @example APPOINTMENT_CREATED */
18899
19137
  type?: string;
@@ -18905,7 +19143,7 @@ export interface operations {
18905
19143
  data?: unknown[];
18906
19144
  /** @example null */
18907
19145
  read_at?: string | null;
18908
- /** @example 2026-04-21T06:38:10.000000Z */
19146
+ /** @example 2026-04-21T13:42:35.000000Z */
18909
19147
  created_at?: string;
18910
19148
  };
18911
19149
  };
@@ -19152,45 +19390,45 @@ export interface operations {
19152
19390
  /**
19153
19391
  * @example [
19154
19392
  * {
19155
- * "id": 43,
19393
+ * "id": 49,
19156
19394
  * "rating": 1,
19157
19395
  * "comment": "Nice Listing",
19158
19396
  * "reviewer": {
19159
- * "id": 14,
19160
- * "name": "Ray Clark"
19397
+ * "id": 15,
19398
+ * "name": "Sabrina Owen"
19161
19399
  * },
19162
- * "created_at": "2026-04-21T06:38:10+00:00",
19163
- * "updated_at": "2026-04-21T06:38:10+00:00"
19400
+ * "created_at": "2026-04-21T13:42:35+00:00",
19401
+ * "updated_at": "2026-04-21T13:42:35+00:00"
19164
19402
  * },
19165
19403
  * {
19166
- * "id": 44,
19404
+ * "id": 50,
19167
19405
  * "rating": 1,
19168
19406
  * "comment": "Nice Listing",
19169
19407
  * "reviewer": {
19170
- * "id": 3,
19171
- * "name": "Teagan King"
19408
+ * "id": 14,
19409
+ * "name": "Ray Clark"
19172
19410
  * },
19173
- * "created_at": "2026-04-21T06:38:10+00:00",
19174
- * "updated_at": "2026-04-21T06:38:10+00:00"
19411
+ * "created_at": "2026-04-21T13:42:35+00:00",
19412
+ * "updated_at": "2026-04-21T13:42:35+00:00"
19175
19413
  * }
19176
19414
  * ]
19177
19415
  */
19178
19416
  data?: {
19179
- /** @example 43 */
19417
+ /** @example 49 */
19180
19418
  id?: number;
19181
19419
  /** @example 1 */
19182
19420
  rating?: number;
19183
19421
  /** @example Nice Listing */
19184
19422
  comment?: string;
19185
19423
  reviewer?: {
19186
- /** @example 14 */
19424
+ /** @example 15 */
19187
19425
  id?: number;
19188
- /** @example Ray Clark */
19426
+ /** @example Sabrina Owen */
19189
19427
  name?: string;
19190
19428
  };
19191
- /** @example 2026-04-21T06:38:10+00:00 */
19429
+ /** @example 2026-04-21T13:42:35+00:00 */
19192
19430
  created_at?: string;
19193
- /** @example 2026-04-21T06:38:10+00:00 */
19431
+ /** @example 2026-04-21T13:42:35+00:00 */
19194
19432
  updated_at?: string;
19195
19433
  }[];
19196
19434
  links?: {
@@ -19344,21 +19582,21 @@ export interface operations {
19344
19582
  content: {
19345
19583
  "application/json": {
19346
19584
  data?: {
19347
- /** @example 45 */
19585
+ /** @example 51 */
19348
19586
  id?: number;
19349
19587
  /** @example 1 */
19350
19588
  rating?: number;
19351
19589
  /** @example Nice Listing */
19352
19590
  comment?: string;
19353
19591
  reviewer?: {
19354
- /** @example 18 */
19592
+ /** @example 2 */
19355
19593
  id?: number;
19356
- /** @example Wayne Davies */
19594
+ /** @example dogunfx */
19357
19595
  name?: string;
19358
19596
  };
19359
- /** @example 2026-04-21T06:38:10+00:00 */
19597
+ /** @example 2026-04-21T13:42:35+00:00 */
19360
19598
  created_at?: string;
19361
- /** @example 2026-04-21T06:38:10+00:00 */
19599
+ /** @example 2026-04-21T13:42:35+00:00 */
19362
19600
  updated_at?: string;
19363
19601
  };
19364
19602
  };
@@ -19402,21 +19640,21 @@ export interface operations {
19402
19640
  content: {
19403
19641
  "application/json": {
19404
19642
  data?: {
19405
- /** @example 46 */
19643
+ /** @example 52 */
19406
19644
  id?: number;
19407
19645
  /** @example 1 */
19408
19646
  rating?: number;
19409
19647
  /** @example Nice Listing */
19410
19648
  comment?: string;
19411
19649
  reviewer?: {
19412
- /** @example 5 */
19650
+ /** @example 21 */
19413
19651
  id?: number;
19414
- /** @example Mary Hall */
19652
+ /** @example Isla Simpson */
19415
19653
  name?: string;
19416
19654
  };
19417
- /** @example 2026-04-21T06:38:10+00:00 */
19655
+ /** @example 2026-04-21T13:42:35+00:00 */
19418
19656
  created_at?: string;
19419
- /** @example 2026-04-21T06:38:10+00:00 */
19657
+ /** @example 2026-04-21T13:42:35+00:00 */
19420
19658
  updated_at?: string;
19421
19659
  };
19422
19660
  };
@@ -19458,21 +19696,21 @@ export interface operations {
19458
19696
  content: {
19459
19697
  "application/json": {
19460
19698
  data?: {
19461
- /** @example 47 */
19699
+ /** @example 53 */
19462
19700
  id?: number;
19463
19701
  /** @example 1 */
19464
19702
  rating?: number;
19465
19703
  /** @example Nice Listing */
19466
19704
  comment?: string;
19467
19705
  reviewer?: {
19468
- /** @example 19 */
19706
+ /** @example 11 */
19469
19707
  id?: number;
19470
- /** @example John Brown */
19708
+ /** @example Paul Brown */
19471
19709
  name?: string;
19472
19710
  };
19473
- /** @example 2026-04-21T06:38:10+00:00 */
19711
+ /** @example 2026-04-21T13:42:35+00:00 */
19474
19712
  created_at?: string;
19475
- /** @example 2026-04-21T06:38:10+00:00 */
19713
+ /** @example 2026-04-21T13:42:35+00:00 */
19476
19714
  updated_at?: string;
19477
19715
  };
19478
19716
  };
@@ -19499,21 +19737,21 @@ export interface operations {
19499
19737
  content: {
19500
19738
  "application/json": {
19501
19739
  data?: {
19502
- /** @example 48 */
19740
+ /** @example 54 */
19503
19741
  id?: number;
19504
19742
  /** @example 1 */
19505
19743
  rating?: number;
19506
19744
  /** @example Nice Listing */
19507
19745
  comment?: string;
19508
19746
  reviewer?: {
19509
- /** @example 5 */
19747
+ /** @example 14 */
19510
19748
  id?: number;
19511
- /** @example Mary Hall */
19749
+ /** @example Ray Clark */
19512
19750
  name?: string;
19513
19751
  };
19514
- /** @example 2026-04-21T06:38:10+00:00 */
19752
+ /** @example 2026-04-21T13:42:35+00:00 */
19515
19753
  created_at?: string;
19516
- /** @example 2026-04-21T06:38:10+00:00 */
19754
+ /** @example 2026-04-21T13:42:35+00:00 */
19517
19755
  updated_at?: string;
19518
19756
  };
19519
19757
  };
@@ -19540,7 +19778,7 @@ export interface operations {
19540
19778
  content: {
19541
19779
  "application/json": {
19542
19780
  data?: {
19543
- /** @example 0d3f8dae-b682-45ba-b540-c18e853a51c8 */
19781
+ /** @example 833b2686-e610-4f20-b96b-15f31794f99e */
19544
19782
  uid?: string;
19545
19783
  /** @example 1 */
19546
19784
  listing_id?: number;
@@ -19554,9 +19792,9 @@ export interface operations {
19554
19792
  deposit_amount?: string;
19555
19793
  /** @example offer_accepted */
19556
19794
  state?: string;
19557
- /** @example 2025-10-26T00:00:00.000000Z */
19795
+ /** @example 2025-10-27T00:00:00.000000Z */
19558
19796
  start_date?: string;
19559
- /** @example 2026-10-26T00:00:00.000000Z */
19797
+ /** @example 2026-10-27T00:00:00.000000Z */
19560
19798
  end_date?: string;
19561
19799
  /** @example false */
19562
19800
  is_periodic?: boolean;
@@ -19564,7 +19802,7 @@ export interface operations {
19564
19802
  company_name?: string | null;
19565
19803
  /** @example null */
19566
19804
  company_registration_number?: string | null;
19567
- /** @example 2026-04-21T06:38:10.000000Z */
19805
+ /** @example 2026-04-21T13:42:35.000000Z */
19568
19806
  created_at?: string;
19569
19807
  /** @example [] */
19570
19808
  compliances?: unknown[];
@@ -19641,7 +19879,7 @@ export interface operations {
19641
19879
  content: {
19642
19880
  "application/json": {
19643
19881
  data?: {
19644
- /** @example db49948c-5d15-4b47-9c91-2099aebb09b7 */
19882
+ /** @example aabee54b-b329-46b2-9855-c30804bc6c42 */
19645
19883
  uid?: string;
19646
19884
  /** @example 1 */
19647
19885
  listing_id?: number;
@@ -19655,9 +19893,9 @@ export interface operations {
19655
19893
  deposit_amount?: string;
19656
19894
  /** @example active */
19657
19895
  state?: string;
19658
- /** @example 2025-10-06T00:00:00.000000Z */
19896
+ /** @example 2025-10-07T00:00:00.000000Z */
19659
19897
  start_date?: string;
19660
- /** @example 2026-10-06T00:00:00.000000Z */
19898
+ /** @example 2026-10-07T00:00:00.000000Z */
19661
19899
  end_date?: string;
19662
19900
  /** @example true */
19663
19901
  is_periodic?: boolean;
@@ -19665,7 +19903,7 @@ export interface operations {
19665
19903
  company_name?: string | null;
19666
19904
  /** @example null */
19667
19905
  company_registration_number?: string | null;
19668
- /** @example 2026-04-21T06:38:11.000000Z */
19906
+ /** @example 2026-04-21T13:42:35.000000Z */
19669
19907
  created_at?: string;
19670
19908
  };
19671
19909
  };
@@ -19959,7 +20197,7 @@ export interface operations {
19959
20197
  * "changed_by_user_id": 3,
19960
20198
  * "changed_by_name": "Teagan King",
19961
20199
  * "comment": "Qui commodi incidunt iure odit.",
19962
- * "created_at": "2025-12-13T17:25:10.000000Z"
20200
+ * "created_at": "2025-12-14T00:29:34.000000Z"
19963
20201
  * },
19964
20202
  * {
19965
20203
  * "from_state": "pre_move_in_ready",
@@ -19967,7 +20205,7 @@ export interface operations {
19967
20205
  * "changed_by_user_id": 3,
19968
20206
  * "changed_by_name": "Teagan King",
19969
20207
  * "comment": null,
19970
- * "created_at": "2025-10-30T01:20:50.000000Z"
20208
+ * "created_at": "2025-10-30T08:25:14.000000Z"
19971
20209
  * }
19972
20210
  * ]
19973
20211
  */
@@ -19982,7 +20220,7 @@ export interface operations {
19982
20220
  changed_by_name?: string;
19983
20221
  /** @example Qui commodi incidunt iure odit. */
19984
20222
  comment?: string;
19985
- /** @example 2025-12-13T17:25:10.000000Z */
20223
+ /** @example 2025-12-14T00:29:34.000000Z */
19986
20224
  created_at?: string;
19987
20225
  }[];
19988
20226
  };
@@ -20226,7 +20464,7 @@ export interface operations {
20226
20464
  content: {
20227
20465
  "application/json": {
20228
20466
  data?: {
20229
- /** @example 9c021b2b-4ece-4310-a12b-e3d6d92a7768 */
20467
+ /** @example d767f564-9832-473e-8a27-6fb4ee1f62ee */
20230
20468
  uid?: string;
20231
20469
  /** @example Ms. Audra Crooks II */
20232
20470
  username?: string;
@@ -20256,7 +20494,7 @@ export interface operations {
20256
20494
  timezone?: string;
20257
20495
  /** @example Customer */
20258
20496
  user_type?: string;
20259
- /** @example 21 Apr 2026, 06:38 AM */
20497
+ /** @example 21 Apr 2026, 01:42 PM */
20260
20498
  created?: string;
20261
20499
  /** @example 0 seconds ago */
20262
20500
  email_verified_at?: string;
@@ -20355,7 +20593,7 @@ export interface operations {
20355
20593
  content: {
20356
20594
  "application/json": {
20357
20595
  data?: {
20358
- /** @example 71db98bd-d94c-4bf6-997b-3722d42ef113 */
20596
+ /** @example 5629016f-d0d3-4a85-abd0-6ebf23884d3e */
20359
20597
  uid?: string;
20360
20598
  /** @example Morgan Hirthe */
20361
20599
  username?: string;
@@ -20385,7 +20623,7 @@ export interface operations {
20385
20623
  timezone?: string;
20386
20624
  /** @example Customer */
20387
20625
  user_type?: string;
20388
- /** @example 21 Apr 2026, 06:38 AM */
20626
+ /** @example 21 Apr 2026, 01:42 PM */
20389
20627
  created?: string;
20390
20628
  /** @example 0 seconds ago */
20391
20629
  email_verified_at?: string;
@@ -20457,7 +20695,7 @@ export interface operations {
20457
20695
  content: {
20458
20696
  "application/json": {
20459
20697
  data?: {
20460
- /** @example 9944437a-b270-4718-9ac1-869e5b473411 */
20698
+ /** @example 64bde2da-9b6c-4555-9249-a9d2685d1767 */
20461
20699
  uid?: string;
20462
20700
  /** @example Ms. Audra Crooks II */
20463
20701
  username?: string;
@@ -20487,7 +20725,7 @@ export interface operations {
20487
20725
  timezone?: string;
20488
20726
  /** @example Customer */
20489
20727
  user_type?: string;
20490
- /** @example 21 Apr 2026, 06:38 AM */
20728
+ /** @example 21 Apr 2026, 01:42 PM */
20491
20729
  created?: string;
20492
20730
  /** @example 0 seconds ago */
20493
20731
  email_verified_at?: string;
@@ -20721,13 +20959,13 @@ export interface operations {
20721
20959
  content: {
20722
20960
  "application/json": {
20723
20961
  data?: {
20724
- /** @example 6 */
20962
+ /** @example 9 */
20725
20963
  current_level?: number;
20726
20964
  /** @example 3 */
20727
20965
  completed_layers?: number;
20728
- /** @example 5 */
20966
+ /** @example 3 */
20729
20967
  pending_layers?: number;
20730
- /** @example 21 Apr 2026, 06:38 AM */
20968
+ /** @example 21 Apr 2026, 01:42 PM */
20731
20969
  last_calculated_at?: string;
20732
20970
  };
20733
20971
  };
@@ -20775,7 +21013,7 @@ export interface operations {
20775
21013
  completed_layers?: number;
20776
21014
  /** @example 4 */
20777
21015
  pending_layers?: number;
20778
- /** @example 21 Apr 2026, 06:38 AM */
21016
+ /** @example 21 Apr 2026, 01:42 PM */
20779
21017
  last_calculated_at?: string;
20780
21018
  };
20781
21019
  };
@@ -20809,14 +21047,14 @@ export interface operations {
20809
21047
  content: {
20810
21048
  "application/json": {
20811
21049
  data?: {
20812
- /** @example 9a3bee17-da48-419c-9ead-c191ee471960 */
21050
+ /** @example da0b5dde-b35c-4248-8c6b-9de56fca417d */
20813
21051
  wishlist_uid?: string;
20814
21052
  listing?: {
20815
- /** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
21053
+ /** @example New For Sale Used Item draft • 21 Apr 2026, 1:42 PM */
20816
21054
  draft_name?: string;
20817
- /** @example LST-UIT-SAL-MO895JNX8M1 */
21055
+ /** @example LST-UIT-SAL-MO8OBC3XERJ */
20818
21056
  sku?: string;
20819
- /** @example 9d98f165-7f32-446f-9a82-ec57e8a36e66 */
21057
+ /** @example c87cd2d4-cc14-46c3-be2c-74f47f8959e4 */
20820
21058
  uid?: string;
20821
21059
  /** @example Sale */
20822
21060
  listing_type?: string;
@@ -20900,15 +21138,15 @@ export interface operations {
20900
21138
  /**
20901
21139
  * @example [
20902
21140
  * {
20903
- * "wishlist_uid": "3f1b5735-8263-452f-bbe9-c2508266de60"
21141
+ * "wishlist_uid": "aeaa3091-c0cf-4075-b930-41e1c506041d"
20904
21142
  * },
20905
21143
  * {
20906
- * "wishlist_uid": "4aa59f2c-00fe-47bd-9359-874e9be2e5ad"
21144
+ * "wishlist_uid": "94e983b8-e2af-49cf-a586-298f3d23d1fb"
20907
21145
  * }
20908
21146
  * ]
20909
21147
  */
20910
21148
  data?: {
20911
- /** @example 3f1b5735-8263-452f-bbe9-c2508266de60 */
21149
+ /** @example aeaa3091-c0cf-4075-b930-41e1c506041d */
20912
21150
  wishlist_uid?: string;
20913
21151
  }[];
20914
21152
  links?: {
@@ -20996,7 +21234,7 @@ export interface operations {
20996
21234
  completed_layers?: number;
20997
21235
  /** @example 4 */
20998
21236
  pending_layers?: number;
20999
- /** @example 21 Apr 2026, 06:38 AM */
21237
+ /** @example 21 Apr 2026, 01:42 PM */
21000
21238
  last_calculated_at?: string;
21001
21239
  };
21002
21240
  };
@@ -21158,7 +21396,7 @@ export interface operations {
21158
21396
  completed_layers?: number;
21159
21397
  /** @example 4 */
21160
21398
  pending_layers?: number;
21161
- /** @example 21 Apr 2026, 06:38 AM */
21399
+ /** @example 21 Apr 2026, 01:42 PM */
21162
21400
  last_calculated_at?: string;
21163
21401
  };
21164
21402
  };