@justins-home/types 1.1.40 → 1.1.42

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 +432 -272
  2. package/package.json +1 -1
@@ -1734,6 +1734,29 @@ export interface paths {
1734
1734
  patch?: never;
1735
1735
  trace?: never;
1736
1736
  };
1737
+ "/api/v1/portal/admin/plans/fetch-one/{plan_key}": {
1738
+ parameters: {
1739
+ query?: never;
1740
+ header?: never;
1741
+ path: {
1742
+ /** @description The key of the plan to fetch. */
1743
+ plan_key: string;
1744
+ };
1745
+ cookie?: never;
1746
+ };
1747
+ /**
1748
+ * getPlan
1749
+ * @description Retrieve a single plan by its key.
1750
+ */
1751
+ get: operations["getPlan"];
1752
+ put?: never;
1753
+ post?: never;
1754
+ delete?: never;
1755
+ options?: never;
1756
+ head?: never;
1757
+ patch?: never;
1758
+ trace?: never;
1759
+ };
1737
1760
  "/api/v1/portal/admin/plans/create": {
1738
1761
  parameters: {
1739
1762
  query?: never;
@@ -1887,6 +1910,29 @@ export interface paths {
1887
1910
  patch?: never;
1888
1911
  trace?: never;
1889
1912
  };
1913
+ "/api/v1/portal/admin/plans/entitlements/fetch-one/{entitlement_key}": {
1914
+ parameters: {
1915
+ query?: never;
1916
+ header?: never;
1917
+ path: {
1918
+ /** @description The unique key of the entitlement. */
1919
+ entitlement_key: string;
1920
+ };
1921
+ cookie?: never;
1922
+ };
1923
+ /**
1924
+ * getPlanEntitlement
1925
+ * @description Retrieve a single plan entitlement by key.
1926
+ */
1927
+ get: operations["getPlanEntitlement"];
1928
+ put?: never;
1929
+ post?: never;
1930
+ delete?: never;
1931
+ options?: never;
1932
+ head?: never;
1933
+ patch?: never;
1934
+ trace?: never;
1935
+ };
1890
1936
  "/api/v1/portal/admin/plans/entitlements/create": {
1891
1937
  parameters: {
1892
1938
  query?: never;
@@ -2013,6 +2059,29 @@ export interface paths {
2013
2059
  patch?: never;
2014
2060
  trace?: never;
2015
2061
  };
2062
+ "/api/v1/portal/admin/capability/fetch-one/{capability_key}": {
2063
+ parameters: {
2064
+ query?: never;
2065
+ header?: never;
2066
+ path: {
2067
+ /** @description The key of the capability to fetch. */
2068
+ capability_key: string;
2069
+ };
2070
+ cookie?: never;
2071
+ };
2072
+ /**
2073
+ * getCapability
2074
+ * @description Retrieve a single capability definition by key.
2075
+ */
2076
+ get: operations["getCapability"];
2077
+ put?: never;
2078
+ post?: never;
2079
+ delete?: never;
2080
+ options?: never;
2081
+ head?: never;
2082
+ patch?: never;
2083
+ trace?: never;
2084
+ };
2016
2085
  "/api/v1/portal/admin/capability/create": {
2017
2086
  parameters: {
2018
2087
  query?: never;
@@ -5867,7 +5936,7 @@ export interface operations {
5867
5936
  content: {
5868
5937
  "application/json": {
5869
5938
  data?: {
5870
- /** @example fca02bf7-6d24-4644-b2da-aa8c7e630c83 */
5939
+ /** @example 7141f1b8-2ab8-4e58-b423-ec3748f7c9bd */
5871
5940
  uid?: string;
5872
5941
  /** @example Ms. Audra Crooks II */
5873
5942
  username?: string;
@@ -5897,7 +5966,7 @@ export interface operations {
5897
5966
  timezone?: string;
5898
5967
  /** @example Customer */
5899
5968
  user_type?: string;
5900
- /** @example 21 Apr 2026, 08:41 PM */
5969
+ /** @example 22 Apr 2026, 07:30 AM */
5901
5970
  created?: string;
5902
5971
  /** @example 0 seconds ago */
5903
5972
  email_verified_at?: string;
@@ -6150,11 +6219,11 @@ export interface operations {
6150
6219
  content: {
6151
6220
  "application/json": {
6152
6221
  data?: {
6153
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
6222
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
6154
6223
  draft_name?: string;
6155
- /** @example LST-PRP-LTR-MO939RBKII3 */
6224
+ /** @example LST-PRP-LTR-MO9QGTOPLOZ */
6156
6225
  sku?: string;
6157
- /** @example b0d76ba9-87c0-4bfa-b309-02a7d0f91262 */
6226
+ /** @example c544c7a1-595e-4d37-b032-e5cbff434a20 */
6158
6227
  uid?: string;
6159
6228
  /** @example Rent */
6160
6229
  listing_type?: string;
@@ -7566,7 +7635,7 @@ export interface operations {
7566
7635
  content: {
7567
7636
  "application/json": {
7568
7637
  /**
7569
- * @example Active
7638
+ * @example Suspended
7570
7639
  * @enum {string}
7571
7640
  */
7572
7641
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -7581,7 +7650,7 @@ export interface operations {
7581
7650
  content: {
7582
7651
  "application/json": {
7583
7652
  data?: {
7584
- /** @example 05aefcd7-1ba5-4374-a6a5-09283cf83736 */
7653
+ /** @example dd5cecd5-be95-49a8-802a-376c9c0a3f0f */
7585
7654
  uid?: string;
7586
7655
  /** @example Morgan Hirthe */
7587
7656
  username?: string;
@@ -7611,7 +7680,7 @@ export interface operations {
7611
7680
  timezone?: string;
7612
7681
  /** @example Customer */
7613
7682
  user_type?: string;
7614
- /** @example 21 Apr 2026, 08:41 PM */
7683
+ /** @example 22 Apr 2026, 07:30 AM */
7615
7684
  created?: string;
7616
7685
  /** @example 0 seconds ago */
7617
7686
  email_verified_at?: string;
@@ -8320,11 +8389,11 @@ export interface operations {
8320
8389
  content: {
8321
8390
  "application/json": {
8322
8391
  data?: {
8323
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
8392
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
8324
8393
  draft_name?: string;
8325
- /** @example LST-PRP-LTR-MO939REKVHL */
8394
+ /** @example LST-PRP-LTR-MO9QGTS80ZZ */
8326
8395
  sku?: string;
8327
- /** @example c4fc5ab1-0310-4d97-8c5f-6efc1dfc55b8 */
8396
+ /** @example ffdcffac-2710-4082-a517-bac429d3c439 */
8328
8397
  uid?: string;
8329
8398
  /** @example Rent */
8330
8399
  listing_type?: string;
@@ -8764,7 +8833,7 @@ export interface operations {
8764
8833
  content: {
8765
8834
  "application/json": {
8766
8835
  data?: {
8767
- /** @example ce744577-d22f-4585-9e56-a3bc0b6b9f00 */
8836
+ /** @example c89184ea-ad9e-4732-af13-fb69c7d81fd4 */
8768
8837
  uid?: string;
8769
8838
  /** @example photo */
8770
8839
  media_type?: string;
@@ -9071,9 +9140,9 @@ export interface operations {
9071
9140
  /**
9072
9141
  * @example [
9073
9142
  * {
9074
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
9075
- * "sku": "LST-PRP-LTR-MO939RG7AXS",
9076
- * "uid": "177cf536-fb73-4d54-93c8-b9c02435793e",
9143
+ * "draft_name": "New For Rent Property draft • 22 Apr 2026, 7:30 AM",
9144
+ * "sku": "LST-PRP-LTR-MO9QGTU3E9Z",
9145
+ * "uid": "e81ef784-620c-4271-8781-3c292af671fc",
9077
9146
  * "listing_type": "Rent",
9078
9147
  * "vertical": "Property",
9079
9148
  * "arrangement_type": "let_to_let",
@@ -9090,9 +9159,9 @@ export interface operations {
9090
9159
  * "media": []
9091
9160
  * },
9092
9161
  * {
9093
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
9094
- * "sku": "LST-PRP-SHL-MO939RGAGGE",
9095
- * "uid": "0dfd1c1d-1f20-4c75-a478-db948ecc5530",
9162
+ * "draft_name": "New Short Let Property draft • 22 Apr 2026, 7:30 AM",
9163
+ * "sku": "LST-PRP-SHL-MO9QGTU70LR",
9164
+ * "uid": "6766f078-9a61-4597-a00d-19f37627decf",
9096
9165
  * "listing_type": "Short Let",
9097
9166
  * "vertical": "Property",
9098
9167
  * "arrangement_type": "short_term_managed",
@@ -9111,11 +9180,11 @@ export interface operations {
9111
9180
  * ]
9112
9181
  */
9113
9182
  data?: {
9114
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
9183
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9115
9184
  draft_name?: string;
9116
- /** @example LST-PRP-LTR-MO939RG7AXS */
9185
+ /** @example LST-PRP-LTR-MO9QGTU3E9Z */
9117
9186
  sku?: string;
9118
- /** @example 177cf536-fb73-4d54-93c8-b9c02435793e */
9187
+ /** @example e81ef784-620c-4271-8781-3c292af671fc */
9119
9188
  uid?: string;
9120
9189
  /** @example Rent */
9121
9190
  listing_type?: string;
@@ -9310,11 +9379,11 @@ export interface operations {
9310
9379
  content: {
9311
9380
  "application/json": {
9312
9381
  data?: {
9313
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
9382
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9314
9383
  draft_name?: string;
9315
- /** @example LST-PRP-LTR-MO939RGKV8B */
9384
+ /** @example LST-PRP-LTR-MO9QGTUH8KK */
9316
9385
  sku?: string;
9317
- /** @example 277789fc-131c-4132-8982-436ec363ef7d */
9386
+ /** @example c18abb96-aca3-41d9-9787-a8f5bb754ca2 */
9318
9387
  uid?: string;
9319
9388
  /** @example Rent */
9320
9389
  listing_type?: string;
@@ -9377,11 +9446,11 @@ export interface operations {
9377
9446
  content: {
9378
9447
  "application/json": {
9379
9448
  data?: {
9380
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
9449
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9381
9450
  draft_name?: string;
9382
- /** @example LST-PRP-LTR-MO939RGR697 */
9451
+ /** @example LST-PRP-LTR-MO9QGTUPMVQ */
9383
9452
  sku?: string;
9384
- /** @example 887048b8-fe78-470f-9923-0940b9bdc6dd */
9453
+ /** @example f7bdf7bd-6730-453b-9cdb-b3b0d553dec7 */
9385
9454
  uid?: string;
9386
9455
  /** @example Rent */
9387
9456
  listing_type?: string;
@@ -9434,11 +9503,11 @@ export interface operations {
9434
9503
  content: {
9435
9504
  "application/json": {
9436
9505
  data?: {
9437
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
9506
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9438
9507
  draft_name?: string;
9439
- /** @example LST-PRP-LTR-MO939RGWMTB */
9508
+ /** @example LST-PRP-LTR-MO9QGTUXW7X */
9440
9509
  sku?: string;
9441
- /** @example 722d12e8-8fa9-46df-b35f-f2600d8715b5 */
9510
+ /** @example 59202f80-1ca8-4f6e-95da-d19f96d36837 */
9442
9511
  uid?: string;
9443
9512
  /** @example Rent */
9444
9513
  listing_type?: string;
@@ -9491,11 +9560,11 @@ export interface operations {
9491
9560
  content: {
9492
9561
  "application/json": {
9493
9562
  data?: {
9494
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
9563
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9495
9564
  draft_name?: string;
9496
- /** @example LST-PRP-LTR-MO939RH3ZLI */
9565
+ /** @example LST-PRP-LTR-MO9QGTV44BD */
9497
9566
  sku?: string;
9498
- /** @example 47e3bbfc-7631-42f8-b334-4beb3a72c367 */
9567
+ /** @example 7a4a7980-38b7-4398-95e6-2e15e163f84d */
9499
9568
  uid?: string;
9500
9569
  /** @example Rent */
9501
9570
  listing_type?: string;
@@ -9689,7 +9758,7 @@ export interface operations {
9689
9758
  content: {
9690
9759
  "application/json": {
9691
9760
  data?: {
9692
- /** @example 73 */
9761
+ /** @example 82 */
9693
9762
  id?: number;
9694
9763
  /** @example 1 */
9695
9764
  category_id?: number;
@@ -9763,7 +9832,7 @@ export interface operations {
9763
9832
  content: {
9764
9833
  "application/json": {
9765
9834
  data?: {
9766
- /** @example 74 */
9835
+ /** @example 83 */
9767
9836
  id?: number;
9768
9837
  /** @example 1 */
9769
9838
  category_id?: number;
@@ -9802,7 +9871,7 @@ export interface operations {
9802
9871
  content: {
9803
9872
  "application/json": {
9804
9873
  data?: {
9805
- /** @example 75 */
9874
+ /** @example 84 */
9806
9875
  id?: number;
9807
9876
  /** @example 1 */
9808
9877
  category_id?: number;
@@ -9840,7 +9909,7 @@ export interface operations {
9840
9909
  /**
9841
9910
  * @example [
9842
9911
  * {
9843
- * "id": 65,
9912
+ * "id": 80,
9844
9913
  * "name": "Exterior",
9845
9914
  * "description": "For Exterior categories",
9846
9915
  * "display_order": 1,
@@ -9850,7 +9919,7 @@ export interface operations {
9850
9919
  * "is_active": true
9851
9920
  * },
9852
9921
  * {
9853
- * "id": 66,
9922
+ * "id": 81,
9854
9923
  * "name": "Exterior",
9855
9924
  * "description": "For Exterior categories",
9856
9925
  * "display_order": 1,
@@ -9862,7 +9931,7 @@ export interface operations {
9862
9931
  * ]
9863
9932
  */
9864
9933
  data?: {
9865
- /** @example 65 */
9934
+ /** @example 80 */
9866
9935
  id?: number;
9867
9936
  /** @example Exterior */
9868
9937
  name?: string;
@@ -9926,7 +9995,7 @@ export interface operations {
9926
9995
  content: {
9927
9996
  "application/json": {
9928
9997
  data?: {
9929
- /** @example 67 */
9998
+ /** @example 82 */
9930
9999
  id?: number;
9931
10000
  /** @example Exterior */
9932
10001
  name?: string;
@@ -9993,7 +10062,7 @@ export interface operations {
9993
10062
  content: {
9994
10063
  "application/json": {
9995
10064
  data?: {
9996
- /** @example 68 */
10065
+ /** @example 83 */
9997
10066
  id?: number;
9998
10067
  /** @example Exterior */
9999
10068
  name?: string;
@@ -10034,7 +10103,7 @@ export interface operations {
10034
10103
  content: {
10035
10104
  "application/json": {
10036
10105
  data?: {
10037
- /** @example 69 */
10106
+ /** @example 84 */
10038
10107
  id?: number;
10039
10108
  /** @example Exterior */
10040
10109
  name?: string;
@@ -10297,7 +10366,7 @@ export interface operations {
10297
10366
  content: {
10298
10367
  "application/json": {
10299
10368
  data?: {
10300
- /** @example 36 */
10369
+ /** @example 42 */
10301
10370
  id?: number;
10302
10371
  /** @example email_fa_0 */
10303
10372
  key?: string;
@@ -10311,9 +10380,9 @@ export interface operations {
10311
10380
  metadata_schema?: unknown[];
10312
10381
  /** @example true */
10313
10382
  is_active?: boolean;
10314
- /** @example 2026-04-21T20:41:16.000000Z */
10383
+ /** @example 2026-04-22T07:30:37.000000Z */
10315
10384
  created_at?: string;
10316
- /** @example 2026-04-21T20:41:16.000000Z */
10385
+ /** @example 2026-04-22T07:30:37.000000Z */
10317
10386
  updated_at?: string;
10318
10387
  };
10319
10388
  };
@@ -10373,7 +10442,7 @@ export interface operations {
10373
10442
  content: {
10374
10443
  "application/json": {
10375
10444
  data?: {
10376
- /** @example 37 */
10445
+ /** @example 43 */
10377
10446
  id?: number;
10378
10447
  /** @example email_fa_0 */
10379
10448
  key?: string;
@@ -10387,9 +10456,9 @@ export interface operations {
10387
10456
  metadata_schema?: unknown[];
10388
10457
  /** @example true */
10389
10458
  is_active?: boolean;
10390
- /** @example 2026-04-21T20:41:16.000000Z */
10459
+ /** @example 2026-04-22T07:30:37.000000Z */
10391
10460
  created_at?: string;
10392
- /** @example 2026-04-21T20:41:16.000000Z */
10461
+ /** @example 2026-04-22T07:30:37.000000Z */
10393
10462
  updated_at?: string;
10394
10463
  };
10395
10464
  };
@@ -11378,6 +11447,39 @@ export interface operations {
11378
11447
  };
11379
11448
  };
11380
11449
  };
11450
+ getPlan: {
11451
+ parameters: {
11452
+ query?: never;
11453
+ header?: never;
11454
+ path: {
11455
+ /** @description The key of the plan to fetch. */
11456
+ plan_key: string;
11457
+ };
11458
+ cookie?: never;
11459
+ };
11460
+ requestBody?: never;
11461
+ responses: {
11462
+ 200: {
11463
+ headers: {
11464
+ [name: string]: unknown;
11465
+ };
11466
+ content: {
11467
+ "application/json": {
11468
+ data?: {
11469
+ /** @example aut */
11470
+ key?: string;
11471
+ /** @example adipisci */
11472
+ name?: string;
11473
+ /** @example Landlord */
11474
+ user_type?: string;
11475
+ /** @example true */
11476
+ is_active?: boolean;
11477
+ };
11478
+ };
11479
+ };
11480
+ };
11481
+ };
11482
+ };
11381
11483
  createPlan: {
11382
11484
  parameters: {
11383
11485
  query?: never;
@@ -11649,6 +11751,39 @@ export interface operations {
11649
11751
  };
11650
11752
  };
11651
11753
  };
11754
+ getPlanEntitlement: {
11755
+ parameters: {
11756
+ query?: never;
11757
+ header?: never;
11758
+ path: {
11759
+ /** @description The unique key of the entitlement. */
11760
+ entitlement_key: string;
11761
+ };
11762
+ cookie?: never;
11763
+ };
11764
+ requestBody?: never;
11765
+ responses: {
11766
+ 200: {
11767
+ headers: {
11768
+ [name: string]: unknown;
11769
+ };
11770
+ content: {
11771
+ "application/json": {
11772
+ data?: {
11773
+ /** @example aut */
11774
+ key?: string;
11775
+ /** @example adipisci */
11776
+ name?: string;
11777
+ /** @example Nostrum qui commodi incidunt iure. */
11778
+ description?: string;
11779
+ /** @example string */
11780
+ value_type?: string;
11781
+ };
11782
+ };
11783
+ };
11784
+ };
11785
+ };
11786
+ };
11652
11787
  createPlanEntitlement: {
11653
11788
  parameters: {
11654
11789
  query?: never;
@@ -11817,15 +11952,12 @@ export interface operations {
11817
11952
  };
11818
11953
  requestBody?: never;
11819
11954
  responses: {
11820
- 401: {
11955
+ 200: {
11821
11956
  headers: {
11822
11957
  [name: string]: unknown;
11823
11958
  };
11824
11959
  content: {
11825
- "application/json": {
11826
- /** @example Unauthenticated. */
11827
- message?: string;
11828
- };
11960
+ "application/octet-stream": string;
11829
11961
  };
11830
11962
  };
11831
11963
  };
@@ -11844,15 +11976,12 @@ export interface operations {
11844
11976
  };
11845
11977
  requestBody?: never;
11846
11978
  responses: {
11847
- 401: {
11979
+ 200: {
11848
11980
  headers: {
11849
11981
  [name: string]: unknown;
11850
11982
  };
11851
11983
  content: {
11852
- "application/json": {
11853
- /** @example Unauthenticated. */
11854
- message?: string;
11855
- };
11984
+ "application/octet-stream": string;
11856
11985
  };
11857
11986
  };
11858
11987
  };
@@ -11899,6 +12028,37 @@ export interface operations {
11899
12028
  };
11900
12029
  };
11901
12030
  };
12031
+ getCapability: {
12032
+ parameters: {
12033
+ query?: never;
12034
+ header?: never;
12035
+ path: {
12036
+ /** @description The key of the capability to fetch. */
12037
+ capability_key: string;
12038
+ };
12039
+ cookie?: never;
12040
+ };
12041
+ requestBody?: never;
12042
+ responses: {
12043
+ 200: {
12044
+ headers: {
12045
+ [name: string]: unknown;
12046
+ };
12047
+ content: {
12048
+ "application/json": {
12049
+ data?: {
12050
+ /** @example aut */
12051
+ key?: string;
12052
+ /** @example adipisci */
12053
+ name?: string;
12054
+ /** @example Nostrum qui commodi incidunt iure. */
12055
+ description?: string;
12056
+ };
12057
+ };
12058
+ };
12059
+ };
12060
+ };
12061
+ };
11902
12062
  createCapability: {
11903
12063
  parameters: {
11904
12064
  query?: never;
@@ -12768,13 +12928,13 @@ export interface operations {
12768
12928
  content: {
12769
12929
  "application/json": {
12770
12930
  data?: {
12771
- /** @example 981796ce-4062-47e0-aa73-deb2ff3ca77e */
12931
+ /** @example d881edb8-a841-4afd-8db1-36fcedeaf9b0 */
12772
12932
  uid?: string;
12773
12933
  /** @example follow_up */
12774
12934
  inspection_type?: string;
12775
12935
  /** @example cancelled */
12776
12936
  status?: string;
12777
- /** @example 2026-04-27T10:39:38.000000Z */
12937
+ /** @example 2026-04-27T21:28:59.000000Z */
12778
12938
  scheduled_date?: string;
12779
12939
  /** @example null */
12780
12940
  completed_date?: string | null;
@@ -12782,11 +12942,11 @@ export interface operations {
12782
12942
  condition_rating?: string;
12783
12943
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12784
12944
  summary?: string;
12785
- /** @example 2026-06-20T07:28:12.000000Z */
12945
+ /** @example 2026-06-20T18:17:33.000000Z */
12786
12946
  next_inspection_date?: string;
12787
- /** @example 2026-04-21T20:41:16.000000Z */
12947
+ /** @example 2026-04-22T07:30:37.000000Z */
12788
12948
  created_at?: string;
12789
- /** @example 2026-04-21T20:41:16.000000Z */
12949
+ /** @example 2026-04-22T07:30:37.000000Z */
12790
12950
  updated_at?: string;
12791
12951
  };
12792
12952
  };
@@ -12829,13 +12989,13 @@ export interface operations {
12829
12989
  content: {
12830
12990
  "application/json": {
12831
12991
  data?: {
12832
- /** @example 872c70db-e2bb-4f20-b98e-48c9ead782e8 */
12992
+ /** @example 6931d73f-7cec-43aa-93e6-e6632a6f87c6 */
12833
12993
  uid?: string;
12834
12994
  /** @example follow_up */
12835
12995
  inspection_type?: string;
12836
12996
  /** @example cancelled */
12837
12997
  status?: string;
12838
- /** @example 2026-04-15T08:06:11.000000Z */
12998
+ /** @example 2026-04-15T18:55:32.000000Z */
12839
12999
  scheduled_date?: string;
12840
13000
  /** @example null */
12841
13001
  completed_date?: string | null;
@@ -12843,11 +13003,11 @@ export interface operations {
12843
13003
  condition_rating?: string;
12844
13004
  /** @example Et animi quos velit et fugiat. */
12845
13005
  summary?: string;
12846
- /** @example 2026-07-24T15:59:58.000000Z */
13006
+ /** @example 2026-07-25T02:49:19.000000Z */
12847
13007
  next_inspection_date?: string;
12848
- /** @example 2026-04-21T20:41:16.000000Z */
13008
+ /** @example 2026-04-22T07:30:37.000000Z */
12849
13009
  created_at?: string;
12850
- /** @example 2026-04-21T20:41:16.000000Z */
13010
+ /** @example 2026-04-22T07:30:37.000000Z */
12851
13011
  updated_at?: string;
12852
13012
  };
12853
13013
  };
@@ -12884,13 +13044,13 @@ export interface operations {
12884
13044
  content: {
12885
13045
  "application/json": {
12886
13046
  data?: {
12887
- /** @example ddeee150-5879-44a5-bcf8-f26a105b9238 */
13047
+ /** @example 51092c53-6eff-4329-bb02-392da0ff5872 */
12888
13048
  uid?: string;
12889
13049
  /** @example follow_up */
12890
13050
  inspection_type?: string;
12891
13051
  /** @example cancelled */
12892
13052
  status?: string;
12893
- /** @example 2026-04-27T10:39:38.000000Z */
13053
+ /** @example 2026-04-27T21:28:59.000000Z */
12894
13054
  scheduled_date?: string;
12895
13055
  /** @example null */
12896
13056
  completed_date?: string | null;
@@ -12898,11 +13058,11 @@ export interface operations {
12898
13058
  condition_rating?: string;
12899
13059
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12900
13060
  summary?: string;
12901
- /** @example 2026-06-20T07:28:12.000000Z */
13061
+ /** @example 2026-06-20T18:17:33.000000Z */
12902
13062
  next_inspection_date?: string;
12903
- /** @example 2026-04-21T20:41:16.000000Z */
13063
+ /** @example 2026-04-22T07:30:37.000000Z */
12904
13064
  created_at?: string;
12905
- /** @example 2026-04-21T20:41:16.000000Z */
13065
+ /** @example 2026-04-22T07:30:37.000000Z */
12906
13066
  updated_at?: string;
12907
13067
  };
12908
13068
  };
@@ -12939,13 +13099,13 @@ export interface operations {
12939
13099
  content: {
12940
13100
  "application/json": {
12941
13101
  data?: {
12942
- /** @example e0169e0a-9f6c-4995-9a6b-ff68da67a540 */
13102
+ /** @example e2bcbefe-9cd1-47c9-a780-aa7f3f0e5ba4 */
12943
13103
  uid?: string;
12944
13104
  /** @example follow_up */
12945
13105
  inspection_type?: string;
12946
13106
  /** @example cancelled */
12947
13107
  status?: string;
12948
- /** @example 2026-04-15T08:06:11.000000Z */
13108
+ /** @example 2026-04-15T18:55:32.000000Z */
12949
13109
  scheduled_date?: string;
12950
13110
  /** @example null */
12951
13111
  completed_date?: string | null;
@@ -12953,11 +13113,11 @@ export interface operations {
12953
13113
  condition_rating?: string;
12954
13114
  /** @example Et animi quos velit et fugiat. */
12955
13115
  summary?: string;
12956
- /** @example 2026-07-24T15:59:58.000000Z */
13116
+ /** @example 2026-07-25T02:49:19.000000Z */
12957
13117
  next_inspection_date?: string;
12958
- /** @example 2026-04-21T20:41:16.000000Z */
13118
+ /** @example 2026-04-22T07:30:37.000000Z */
12959
13119
  created_at?: string;
12960
- /** @example 2026-04-21T20:41:16.000000Z */
13120
+ /** @example 2026-04-22T07:30:37.000000Z */
12961
13121
  updated_at?: string;
12962
13122
  };
12963
13123
  };
@@ -12994,27 +13154,27 @@ export interface operations {
12994
13154
  content: {
12995
13155
  "application/json": {
12996
13156
  data?: {
12997
- /** @example faa342de-39e4-494d-8347-fad3dcf5ba40 */
13157
+ /** @example 5bf65348-d4ef-44ca-b751-aa4b72d94981 */
12998
13158
  uid?: string;
12999
- /** @example Qui commodi incidunt iure. */
13159
+ /** @example Totam est omnis provident quo rerum. */
13000
13160
  title?: string;
13001
- /** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
13161
+ /** @example Sapiente est officia quis labore soluta placeat voluptatem. Necessitatibus natus possimus optio sequi. Et enim neque quae qui non deleniti enim. Quas quasi sed ipsum enim saepe non maiores. */
13002
13162
  description?: string;
13003
13163
  /** @example breach */
13004
13164
  status?: string;
13005
- /** @example low */
13165
+ /** @example normal */
13006
13166
  priority?: string;
13007
- /** @example 2026-04-20T10:09:59.000000Z */
13167
+ /** @example 2026-04-17T09:11:54.000000Z */
13008
13168
  reported_at?: string;
13009
- /** @example null */
13010
- assigned_at?: string | null;
13169
+ /** @example 2026-04-18T02:11:14.000000Z */
13170
+ assigned_at?: string;
13011
13171
  /** @example null */
13012
13172
  completed_at?: string | null;
13013
- /** @example 2026-04-23T06:34:25.000000Z */
13173
+ /** @example 2026-04-23T06:18:49.000000Z */
13014
13174
  sla_deadline?: string;
13015
- /** @example 2026-04-21T20:41:16.000000Z */
13175
+ /** @example 2026-04-22T07:30:37.000000Z */
13016
13176
  created_at?: string;
13017
- /** @example 2026-04-21T20:41:16.000000Z */
13177
+ /** @example 2026-04-22T07:30:37.000000Z */
13018
13178
  updated_at?: string;
13019
13179
  };
13020
13180
  };
@@ -13051,7 +13211,7 @@ export interface operations {
13051
13211
  content: {
13052
13212
  "application/json": {
13053
13213
  data?: {
13054
- /** @example b0a013e7-62ed-4883-ba43-ab94a624422d */
13214
+ /** @example ad043325-f8c3-4164-ae56-c48ceb8da9ae */
13055
13215
  uid?: string;
13056
13216
  /** @example Quos velit et fugiat sunt nihil. */
13057
13217
  title?: string;
@@ -13061,17 +13221,17 @@ export interface operations {
13061
13221
  status?: string;
13062
13222
  /** @example emergency */
13063
13223
  priority?: string;
13064
- /** @example 2026-04-15T07:54:51.000000Z */
13224
+ /** @example 2026-04-15T18:44:12.000000Z */
13065
13225
  reported_at?: string;
13066
- /** @example 2026-04-20T04:14:43.000000Z */
13226
+ /** @example 2026-04-20T15:04:04.000000Z */
13067
13227
  assigned_at?: string;
13068
13228
  /** @example null */
13069
13229
  completed_at?: string | null;
13070
- /** @example 2026-04-23T09:37:06.000000Z */
13230
+ /** @example 2026-04-23T20:26:27.000000Z */
13071
13231
  sla_deadline?: string;
13072
- /** @example 2026-04-21T20:41:16.000000Z */
13232
+ /** @example 2026-04-22T07:30:37.000000Z */
13073
13233
  created_at?: string;
13074
- /** @example 2026-04-21T20:41:16.000000Z */
13234
+ /** @example 2026-04-22T07:30:37.000000Z */
13075
13235
  updated_at?: string;
13076
13236
  };
13077
13237
  };
@@ -13108,7 +13268,7 @@ export interface operations {
13108
13268
  content: {
13109
13269
  "application/json": {
13110
13270
  data?: {
13111
- /** @example e1a57170-2886-43a1-8111-ddfeeea2e161 */
13271
+ /** @example 52030c44-df24-4311-8736-d7f3f486873f */
13112
13272
  uid?: string;
13113
13273
  /** @example Quos velit et fugiat sunt nihil. */
13114
13274
  title?: string;
@@ -13118,17 +13278,17 @@ export interface operations {
13118
13278
  status?: string;
13119
13279
  /** @example emergency */
13120
13280
  priority?: string;
13121
- /** @example 2026-04-15T07:54:51.000000Z */
13281
+ /** @example 2026-04-15T18:44:12.000000Z */
13122
13282
  reported_at?: string;
13123
- /** @example 2026-04-20T04:14:43.000000Z */
13283
+ /** @example 2026-04-20T15:04:04.000000Z */
13124
13284
  assigned_at?: string;
13125
13285
  /** @example null */
13126
13286
  completed_at?: string | null;
13127
- /** @example 2026-04-23T09:37:06.000000Z */
13287
+ /** @example 2026-04-23T20:26:27.000000Z */
13128
13288
  sla_deadline?: string;
13129
- /** @example 2026-04-21T20:41:16.000000Z */
13289
+ /** @example 2026-04-22T07:30:37.000000Z */
13130
13290
  created_at?: string;
13131
- /** @example 2026-04-21T20:41:16.000000Z */
13291
+ /** @example 2026-04-22T07:30:37.000000Z */
13132
13292
  updated_at?: string;
13133
13293
  };
13134
13294
  };
@@ -13165,7 +13325,7 @@ export interface operations {
13165
13325
  content: {
13166
13326
  "application/json": {
13167
13327
  data?: {
13168
- /** @example 8a11ddca-96d6-4cc7-b38f-5e63ae3cc1f2 */
13328
+ /** @example 58a5020e-4c50-49f0-8e5b-af8f0432f966 */
13169
13329
  uid?: string;
13170
13330
  /** @example Quos velit et fugiat sunt nihil. */
13171
13331
  title?: string;
@@ -13175,17 +13335,17 @@ export interface operations {
13175
13335
  status?: string;
13176
13336
  /** @example emergency */
13177
13337
  priority?: string;
13178
- /** @example 2026-04-15T07:54:51.000000Z */
13338
+ /** @example 2026-04-15T18:44:12.000000Z */
13179
13339
  reported_at?: string;
13180
- /** @example 2026-04-20T04:14:43.000000Z */
13340
+ /** @example 2026-04-20T15:04:04.000000Z */
13181
13341
  assigned_at?: string;
13182
13342
  /** @example null */
13183
13343
  completed_at?: string | null;
13184
- /** @example 2026-04-23T09:37:06.000000Z */
13344
+ /** @example 2026-04-23T20:26:27.000000Z */
13185
13345
  sla_deadline?: string;
13186
- /** @example 2026-04-21T20:41:16.000000Z */
13346
+ /** @example 2026-04-22T07:30:37.000000Z */
13187
13347
  created_at?: string;
13188
- /** @example 2026-04-21T20:41:16.000000Z */
13348
+ /** @example 2026-04-22T07:30:37.000000Z */
13189
13349
  updated_at?: string;
13190
13350
  };
13191
13351
  };
@@ -13581,7 +13741,7 @@ export interface operations {
13581
13741
  content: {
13582
13742
  "application/json": {
13583
13743
  data?: {
13584
- /** @example 78 */
13744
+ /** @example 99 */
13585
13745
  id?: number;
13586
13746
  /** @example 2 */
13587
13747
  listing_id?: number;
@@ -13593,7 +13753,7 @@ export interface operations {
13593
13753
  /** @example 1979-12-15T00:00:00.000000Z */
13594
13754
  end?: string;
13595
13755
  };
13596
- /** @example 2026-04-21T20:41:16.000000Z */
13756
+ /** @example 2026-04-22T07:30:37.000000Z */
13597
13757
  created_at?: string;
13598
13758
  };
13599
13759
  };
@@ -13620,7 +13780,7 @@ export interface operations {
13620
13780
  content: {
13621
13781
  "application/json": {
13622
13782
  data?: {
13623
- /** @example 79 */
13783
+ /** @example 100 */
13624
13784
  id?: number;
13625
13785
  /** @example 2 */
13626
13786
  listing_id?: number;
@@ -13632,7 +13792,7 @@ export interface operations {
13632
13792
  /** @example 1979-12-15T00:00:00.000000Z */
13633
13793
  end?: string;
13634
13794
  };
13635
- /** @example 2026-04-21T20:41:16.000000Z */
13795
+ /** @example 2026-04-22T07:30:37.000000Z */
13636
13796
  created_at?: string;
13637
13797
  };
13638
13798
  };
@@ -13658,29 +13818,29 @@ export interface operations {
13658
13818
  /**
13659
13819
  * @example [
13660
13820
  * {
13661
- * "id": 80,
13821
+ * "id": 101,
13662
13822
  * "listing_id": 2,
13663
13823
  * "status": "completed",
13664
13824
  * "scheduled": {
13665
13825
  * "start": "1981-11-18T00:00:00.000000Z",
13666
13826
  * "end": "1979-12-15T00:00:00.000000Z"
13667
13827
  * },
13668
- * "created_at": "2026-04-21T20:41:16.000000Z"
13828
+ * "created_at": "2026-04-22T07:30:37.000000Z"
13669
13829
  * },
13670
13830
  * {
13671
- * "id": 81,
13831
+ * "id": 102,
13672
13832
  * "listing_id": 2,
13673
13833
  * "status": "completed",
13674
13834
  * "scheduled": {
13675
- * "start": "2006-09-19T00:00:00.000000Z",
13835
+ * "start": "2006-09-18T00:00:00.000000Z",
13676
13836
  * "end": "2015-01-19T00:00:00.000000Z"
13677
13837
  * },
13678
- * "created_at": "2026-04-21T20:41:16.000000Z"
13838
+ * "created_at": "2026-04-22T07:30:37.000000Z"
13679
13839
  * }
13680
13840
  * ]
13681
13841
  */
13682
13842
  data?: {
13683
- /** @example 80 */
13843
+ /** @example 101 */
13684
13844
  id?: number;
13685
13845
  /** @example 2 */
13686
13846
  listing_id?: number;
@@ -13692,7 +13852,7 @@ export interface operations {
13692
13852
  /** @example 1979-12-15T00:00:00.000000Z */
13693
13853
  end?: string;
13694
13854
  };
13695
- /** @example 2026-04-21T20:41:16.000000Z */
13855
+ /** @example 2026-04-22T07:30:37.000000Z */
13696
13856
  created_at?: string;
13697
13857
  }[];
13698
13858
  links?: {
@@ -13792,7 +13952,7 @@ export interface operations {
13792
13952
  content: {
13793
13953
  "application/json": {
13794
13954
  data?: {
13795
- /** @example 82 */
13955
+ /** @example 103 */
13796
13956
  id?: number;
13797
13957
  /** @example 2 */
13798
13958
  listing_id?: number;
@@ -13804,7 +13964,7 @@ export interface operations {
13804
13964
  /** @example 1979-12-15T00:00:00.000000Z */
13805
13965
  end?: string;
13806
13966
  };
13807
- /** @example 2026-04-21T20:41:16.000000Z */
13967
+ /** @example 2026-04-22T07:30:37.000000Z */
13808
13968
  created_at?: string;
13809
13969
  };
13810
13970
  };
@@ -13831,7 +13991,7 @@ export interface operations {
13831
13991
  content: {
13832
13992
  "application/json": {
13833
13993
  data?: {
13834
- /** @example 83 */
13994
+ /** @example 104 */
13835
13995
  id?: number;
13836
13996
  /** @example 2 */
13837
13997
  listing_id?: number;
@@ -13843,7 +14003,7 @@ export interface operations {
13843
14003
  /** @example 1979-12-15T00:00:00.000000Z */
13844
14004
  end?: string;
13845
14005
  };
13846
- /** @example 2026-04-21T20:41:16.000000Z */
14006
+ /** @example 2026-04-22T07:30:37.000000Z */
13847
14007
  created_at?: string;
13848
14008
  };
13849
14009
  };
@@ -13870,7 +14030,7 @@ export interface operations {
13870
14030
  content: {
13871
14031
  "application/json": {
13872
14032
  data?: {
13873
- /** @example 84 */
14033
+ /** @example 105 */
13874
14034
  id?: number;
13875
14035
  /** @example 2 */
13876
14036
  listing_id?: number;
@@ -13882,7 +14042,7 @@ export interface operations {
13882
14042
  /** @example 1979-12-15T00:00:00.000000Z */
13883
14043
  end?: string;
13884
14044
  };
13885
- /** @example 2026-04-21T20:41:16.000000Z */
14045
+ /** @example 2026-04-22T07:30:37.000000Z */
13886
14046
  created_at?: string;
13887
14047
  };
13888
14048
  };
@@ -14953,7 +15113,7 @@ export interface operations {
14953
15113
  content: {
14954
15114
  "application/json": {
14955
15115
  data?: {
14956
- /** @example 6a176cd3-adad-43bb-9bef-5d2b3c70ab6b */
15116
+ /** @example d4740073-827c-4739-93fc-64bd6d9ce596 */
14957
15117
  uid?: string;
14958
15118
  /** @example Ms. Audra Crooks II */
14959
15119
  username?: string;
@@ -14983,9 +15143,9 @@ export interface operations {
14983
15143
  timezone?: string;
14984
15144
  /** @example Customer */
14985
15145
  user_type?: string;
14986
- /** @example 21 Apr 2026, 08:41 PM */
15146
+ /** @example 22 Apr 2026, 07:30 AM */
14987
15147
  created?: string;
14988
- /** @example 1 second ago */
15148
+ /** @example 0 seconds ago */
14989
15149
  email_verified_at?: string;
14990
15150
  verification_status?: {
14991
15151
  /** @example not_verified */
@@ -15452,7 +15612,7 @@ export interface operations {
15452
15612
  content: {
15453
15613
  "application/json": {
15454
15614
  data?: {
15455
- /** @example dd7d8aab-dc3d-4f7c-baf9-378a891ac9bc */
15615
+ /** @example d5f8cdb7-9a80-4cc1-a359-3a1acd263741 */
15456
15616
  uid?: string;
15457
15617
  /** @example Ms. Audra Crooks II */
15458
15618
  username?: string;
@@ -15482,7 +15642,7 @@ export interface operations {
15482
15642
  timezone?: string;
15483
15643
  /** @example Customer */
15484
15644
  user_type?: string;
15485
- /** @example 21 Apr 2026, 08:41 PM */
15645
+ /** @example 22 Apr 2026, 07:30 AM */
15486
15646
  created?: string;
15487
15647
  /** @example 0 seconds ago */
15488
15648
  email_verified_at?: string;
@@ -15603,11 +15763,11 @@ export interface operations {
15603
15763
  content: {
15604
15764
  "application/json": {
15605
15765
  data?: {
15606
- /** @example New For Sale Used Item draft • 21 Apr 2026, 8:41 PM */
15766
+ /** @example New For Sale Used Item draft • 22 Apr 2026, 7:30 AM */
15607
15767
  draft_name?: string;
15608
- /** @example LST-UIT-SAL-MO939R1WJI0 */
15768
+ /** @example LST-UIT-SAL-MO9QGTAPQ4C */
15609
15769
  sku?: string;
15610
- /** @example 8f66695c-17f5-4575-91f3-0a508eebee68 */
15770
+ /** @example 8ccbf71e-d9c7-4c4f-a04a-a741cec2bfaa */
15611
15771
  uid?: string;
15612
15772
  /** @example Sale */
15613
15773
  listing_type?: string;
@@ -15729,9 +15889,9 @@ export interface operations {
15729
15889
  /**
15730
15890
  * @example [
15731
15891
  * {
15732
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
15733
- * "sku": "LST-PRP-LTR-MO939R3BTOQ",
15734
- * "uid": "f4c5532b-7a0f-4ae5-a3b7-95ee2bfdcd1f",
15892
+ * "draft_name": "New For Rent Property draft • 22 Apr 2026, 7:30 AM",
15893
+ * "sku": "LST-PRP-LTR-MO9QGTBZV1Y",
15894
+ * "uid": "3a81013b-db2d-46a4-8a74-8dd0f2041e0e",
15735
15895
  * "listing_type": "Rent",
15736
15896
  * "vertical": "Property",
15737
15897
  * "arrangement_type": "let_to_let",
@@ -15748,9 +15908,9 @@ export interface operations {
15748
15908
  * "media": []
15749
15909
  * },
15750
15910
  * {
15751
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
15752
- * "sku": "LST-PRP-SHL-MO939R3HN1K",
15753
- * "uid": "e3905415-a1d1-458f-a64d-c03659245dfc",
15911
+ * "draft_name": "New Short Let Property draft • 22 Apr 2026, 7:30 AM",
15912
+ * "sku": "LST-PRP-SHL-MO9QGTC3A8V",
15913
+ * "uid": "2b7dd46f-1b82-4f23-b3bf-493d74a45314",
15754
15914
  * "listing_type": "Short Let",
15755
15915
  * "vertical": "Property",
15756
15916
  * "arrangement_type": "short_term_managed",
@@ -15769,11 +15929,11 @@ export interface operations {
15769
15929
  * ]
15770
15930
  */
15771
15931
  data?: {
15772
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
15932
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
15773
15933
  draft_name?: string;
15774
- /** @example LST-PRP-LTR-MO939R3BTOQ */
15934
+ /** @example LST-PRP-LTR-MO9QGTBZV1Y */
15775
15935
  sku?: string;
15776
- /** @example f4c5532b-7a0f-4ae5-a3b7-95ee2bfdcd1f */
15936
+ /** @example 3a81013b-db2d-46a4-8a74-8dd0f2041e0e */
15777
15937
  uid?: string;
15778
15938
  /** @example Rent */
15779
15939
  listing_type?: string;
@@ -15883,9 +16043,9 @@ export interface operations {
15883
16043
  /**
15884
16044
  * @example [
15885
16045
  * {
15886
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
15887
- * "sku": "LST-PRP-LTR-MO939R3PUUU",
15888
- * "uid": "c8d045ec-5119-4591-b414-18ef7428da83",
16046
+ * "draft_name": "New For Rent Property draft • 22 Apr 2026, 7:30 AM",
16047
+ * "sku": "LST-PRP-LTR-MO9QGTCCXIY",
16048
+ * "uid": "b33ff85a-654e-4eec-90ac-98598184242f",
15889
16049
  * "listing_type": "Rent",
15890
16050
  * "vertical": "Property",
15891
16051
  * "arrangement_type": "let_to_let",
@@ -15902,9 +16062,9 @@ export interface operations {
15902
16062
  * "media": []
15903
16063
  * },
15904
16064
  * {
15905
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
15906
- * "sku": "LST-PRP-SHL-MO939R3S1AU",
15907
- * "uid": "ffb17498-6bcf-4057-98ae-b59e03b2bfa0",
16065
+ * "draft_name": "New Short Let Property draft • 22 Apr 2026, 7:30 AM",
16066
+ * "sku": "LST-PRP-SHL-MO9QGTCGPWD",
16067
+ * "uid": "a8c084ee-e556-4f21-8155-8891a81254bf",
15908
16068
  * "listing_type": "Short Let",
15909
16069
  * "vertical": "Property",
15910
16070
  * "arrangement_type": "short_term_managed",
@@ -15923,11 +16083,11 @@ export interface operations {
15923
16083
  * ]
15924
16084
  */
15925
16085
  data?: {
15926
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
16086
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
15927
16087
  draft_name?: string;
15928
- /** @example LST-PRP-LTR-MO939R3PUUU */
16088
+ /** @example LST-PRP-LTR-MO9QGTCCXIY */
15929
16089
  sku?: string;
15930
- /** @example c8d045ec-5119-4591-b414-18ef7428da83 */
16090
+ /** @example b33ff85a-654e-4eec-90ac-98598184242f */
15931
16091
  uid?: string;
15932
16092
  /** @example Rent */
15933
16093
  listing_type?: string;
@@ -16991,7 +17151,7 @@ export interface operations {
16991
17151
  content: {
16992
17152
  "application/json": {
16993
17153
  data?: {
16994
- /** @example 58679a45-3626-41af-86d4-a366a78950cc */
17154
+ /** @example 0a8fb5b0-490e-4306-8fc7-5b6686e78c0c */
16995
17155
  uid?: string;
16996
17156
  /** @example photo */
16997
17157
  media_type?: string;
@@ -17140,11 +17300,11 @@ export interface operations {
17140
17300
  content: {
17141
17301
  "application/json": {
17142
17302
  data?: {
17143
- /** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
17303
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
17144
17304
  draft_name?: string;
17145
- /** @example LST-PRP-LTR-MO939R70SVH */
17305
+ /** @example LST-PRP-LTR-MO9QGTJXNYC */
17146
17306
  sku?: string;
17147
- /** @example 685dd8d6-f55d-47bb-99a9-1073abc6f54a */
17307
+ /** @example 2b3fe923-2495-4838-bc64-4ef989dcaeb6 */
17148
17308
  uid?: string;
17149
17309
  /** @example Rent */
17150
17310
  listing_type?: string;
@@ -17304,7 +17464,7 @@ export interface operations {
17304
17464
  content: {
17305
17465
  "application/json": {
17306
17466
  data?: {
17307
- /** @example d5c1abf9-0c5d-403a-9212-4102dadefda0 */
17467
+ /** @example bb930351-6646-455d-864b-21fc50bba085 */
17308
17468
  uid?: string;
17309
17469
  /** @example null */
17310
17470
  compliances?: string | null;
@@ -17355,7 +17515,7 @@ export interface operations {
17355
17515
  content: {
17356
17516
  "application/json": {
17357
17517
  data?: {
17358
- /** @example 95 */
17518
+ /** @example 98 */
17359
17519
  id?: number;
17360
17520
  compliance?: {
17361
17521
  /** @example 1 */
@@ -17377,7 +17537,7 @@ export interface operations {
17377
17537
  reviewed_by?: number;
17378
17538
  /** @example null */
17379
17539
  reviewed_at?: string | null;
17380
- /** @example 2026-04-21T20:41:15.000000Z */
17540
+ /** @example 2026-04-22T07:30:36.000000Z */
17381
17541
  created_at?: string;
17382
17542
  };
17383
17543
  };
@@ -17432,7 +17592,7 @@ export interface operations {
17432
17592
  /**
17433
17593
  * @example [
17434
17594
  * {
17435
- * "uid": "9fba1905-e370-4e4a-8dbc-22e81fa60c63",
17595
+ * "uid": "97acc925-3197-42bf-9331-acafeab434e0",
17436
17596
  * "listing_id": 1,
17437
17597
  * "landlord_id": 2,
17438
17598
  * "tenant_id": 2,
@@ -17444,10 +17604,10 @@ export interface operations {
17444
17604
  * "is_periodic": false,
17445
17605
  * "company_name": null,
17446
17606
  * "company_registration_number": null,
17447
- * "created_at": "2026-04-21T20:41:15.000000Z"
17607
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17448
17608
  * },
17449
17609
  * {
17450
- * "uid": "846f60df-1f20-4db5-8b04-3ae4caa7939f",
17610
+ * "uid": "8df3dc87-a83b-428d-8ea6-d065c7c4e81c",
17451
17611
  * "listing_id": 1,
17452
17612
  * "landlord_id": 2,
17453
17613
  * "tenant_id": 2,
@@ -17459,12 +17619,12 @@ export interface operations {
17459
17619
  * "is_periodic": false,
17460
17620
  * "company_name": null,
17461
17621
  * "company_registration_number": null,
17462
- * "created_at": "2026-04-21T20:41:15.000000Z"
17622
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17463
17623
  * }
17464
17624
  * ]
17465
17625
  */
17466
17626
  data?: {
17467
- /** @example 9fba1905-e370-4e4a-8dbc-22e81fa60c63 */
17627
+ /** @example 97acc925-3197-42bf-9331-acafeab434e0 */
17468
17628
  uid?: string;
17469
17629
  /** @example 1 */
17470
17630
  listing_id?: number;
@@ -17488,7 +17648,7 @@ export interface operations {
17488
17648
  company_name?: string | null;
17489
17649
  /** @example null */
17490
17650
  company_registration_number?: string | null;
17491
- /** @example 2026-04-21T20:41:15.000000Z */
17651
+ /** @example 2026-04-22T07:30:36.000000Z */
17492
17652
  created_at?: string;
17493
17653
  }[];
17494
17654
  links?: {
@@ -17575,7 +17735,7 @@ export interface operations {
17575
17735
  /**
17576
17736
  * @example [
17577
17737
  * {
17578
- * "uid": "38717c35-6f6a-421f-a973-164f19833f7f",
17738
+ * "uid": "4ff655e8-2dc5-495c-8c1c-d72ed635625a",
17579
17739
  * "listing_id": 1,
17580
17740
  * "landlord_id": 2,
17581
17741
  * "tenant_id": 2,
@@ -17587,10 +17747,10 @@ export interface operations {
17587
17747
  * "is_periodic": false,
17588
17748
  * "company_name": null,
17589
17749
  * "company_registration_number": null,
17590
- * "created_at": "2026-04-21T20:41:15.000000Z"
17750
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17591
17751
  * },
17592
17752
  * {
17593
- * "uid": "bde7dcad-7d01-43e2-be07-91a2b7eae02c",
17753
+ * "uid": "94e108ae-da6e-4899-a4c3-347596d73dcd",
17594
17754
  * "listing_id": 1,
17595
17755
  * "landlord_id": 2,
17596
17756
  * "tenant_id": 2,
@@ -17602,12 +17762,12 @@ export interface operations {
17602
17762
  * "is_periodic": false,
17603
17763
  * "company_name": null,
17604
17764
  * "company_registration_number": null,
17605
- * "created_at": "2026-04-21T20:41:15.000000Z"
17765
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17606
17766
  * }
17607
17767
  * ]
17608
17768
  */
17609
17769
  data?: {
17610
- /** @example 38717c35-6f6a-421f-a973-164f19833f7f */
17770
+ /** @example 4ff655e8-2dc5-495c-8c1c-d72ed635625a */
17611
17771
  uid?: string;
17612
17772
  /** @example 1 */
17613
17773
  listing_id?: number;
@@ -17631,7 +17791,7 @@ export interface operations {
17631
17791
  company_name?: string | null;
17632
17792
  /** @example null */
17633
17793
  company_registration_number?: string | null;
17634
- /** @example 2026-04-21T20:41:15.000000Z */
17794
+ /** @example 2026-04-22T07:30:36.000000Z */
17635
17795
  created_at?: string;
17636
17796
  }[];
17637
17797
  links?: {
@@ -17738,7 +17898,7 @@ export interface operations {
17738
17898
  content: {
17739
17899
  "application/json": {
17740
17900
  data?: {
17741
- /** @example 109 */
17901
+ /** @example 115 */
17742
17902
  id?: number;
17743
17903
  compliance?: {
17744
17904
  /** @example 1 */
@@ -17758,9 +17918,9 @@ export interface operations {
17758
17918
  rejection_reason?: string | null;
17759
17919
  /** @example 1 */
17760
17920
  reviewed_by?: number;
17761
- /** @example 2026-04-21T20:41:15.000000Z */
17921
+ /** @example 2026-04-22T07:30:36.000000Z */
17762
17922
  reviewed_at?: string;
17763
- /** @example 2026-04-21T20:41:15.000000Z */
17923
+ /** @example 2026-04-22T07:30:36.000000Z */
17764
17924
  created_at?: string;
17765
17925
  };
17766
17926
  };
@@ -17787,7 +17947,7 @@ export interface operations {
17787
17947
  content: {
17788
17948
  "application/json": {
17789
17949
  data?: {
17790
- /** @example 110 */
17950
+ /** @example 116 */
17791
17951
  id?: number;
17792
17952
  compliance?: {
17793
17953
  /** @example 1 */
@@ -17807,9 +17967,9 @@ export interface operations {
17807
17967
  rejection_reason?: string | null;
17808
17968
  /** @example 1 */
17809
17969
  reviewed_by?: number;
17810
- /** @example 2026-04-21T20:41:15.000000Z */
17970
+ /** @example 2026-04-22T07:30:36.000000Z */
17811
17971
  reviewed_at?: string;
17812
- /** @example 2026-04-21T20:41:15.000000Z */
17972
+ /** @example 2026-04-22T07:30:36.000000Z */
17813
17973
  created_at?: string;
17814
17974
  };
17815
17975
  };
@@ -18831,35 +18991,35 @@ export interface operations {
18831
18991
  /**
18832
18992
  * @example [
18833
18993
  * {
18834
- * "uid": "419ae005-46ac-443e-a662-0cb54b9e060e",
18994
+ * "uid": "ec921dbc-91d8-4b70-b0ce-b2a90659433d",
18835
18995
  * "title": "Quos velit et fugiat sunt nihil.",
18836
18996
  * "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.",
18837
18997
  * "status": "reported",
18838
18998
  * "priority": "emergency",
18839
- * "reported_at": "2026-04-15T07:54:52.000000Z",
18840
- * "assigned_at": "2026-04-20T04:14:44.000000Z",
18999
+ * "reported_at": "2026-04-15T18:44:13.000000Z",
19000
+ * "assigned_at": "2026-04-20T15:04:05.000000Z",
18841
19001
  * "completed_at": null,
18842
- * "sla_deadline": "2026-04-23T09:37:07.000000Z",
18843
- * "created_at": "2026-04-21T20:41:17.000000Z",
18844
- * "updated_at": "2026-04-21T20:41:17.000000Z"
19002
+ * "sla_deadline": "2026-04-23T20:26:28.000000Z",
19003
+ * "created_at": "2026-04-22T07:30:38.000000Z",
19004
+ * "updated_at": "2026-04-22T07:30:38.000000Z"
18845
19005
  * },
18846
19006
  * {
18847
- * "uid": "ff0cdf2b-fa59-408e-a447-1f3a8e3d4782",
19007
+ * "uid": "3e8139cf-2621-4c51-a342-6f6de11d1643",
18848
19008
  * "title": "Fugit deleniti distinctio eum doloremque.",
18849
19009
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
18850
19010
  * "status": "completed",
18851
19011
  * "priority": "normal",
18852
- * "reported_at": "2026-04-17T20:33:17.000000Z",
19012
+ * "reported_at": "2026-04-18T07:22:38.000000Z",
18853
19013
  * "assigned_at": null,
18854
19014
  * "completed_at": null,
18855
- * "sla_deadline": "2026-04-24T17:37:04.000000Z",
18856
- * "created_at": "2026-04-21T20:41:17.000000Z",
18857
- * "updated_at": "2026-04-21T20:41:17.000000Z"
19015
+ * "sla_deadline": "2026-04-25T04:26:25.000000Z",
19016
+ * "created_at": "2026-04-22T07:30:38.000000Z",
19017
+ * "updated_at": "2026-04-22T07:30:38.000000Z"
18858
19018
  * }
18859
19019
  * ]
18860
19020
  */
18861
19021
  data?: {
18862
- /** @example 419ae005-46ac-443e-a662-0cb54b9e060e */
19022
+ /** @example ec921dbc-91d8-4b70-b0ce-b2a90659433d */
18863
19023
  uid?: string;
18864
19024
  /** @example Quos velit et fugiat sunt nihil. */
18865
19025
  title?: string;
@@ -18869,17 +19029,17 @@ export interface operations {
18869
19029
  status?: string;
18870
19030
  /** @example emergency */
18871
19031
  priority?: string;
18872
- /** @example 2026-04-15T07:54:52.000000Z */
19032
+ /** @example 2026-04-15T18:44:13.000000Z */
18873
19033
  reported_at?: string;
18874
- /** @example 2026-04-20T04:14:44.000000Z */
19034
+ /** @example 2026-04-20T15:04:05.000000Z */
18875
19035
  assigned_at?: string;
18876
19036
  /** @example null */
18877
19037
  completed_at?: string | null;
18878
- /** @example 2026-04-23T09:37:07.000000Z */
19038
+ /** @example 2026-04-23T20:26:28.000000Z */
18879
19039
  sla_deadline?: string;
18880
- /** @example 2026-04-21T20:41:17.000000Z */
19040
+ /** @example 2026-04-22T07:30:38.000000Z */
18881
19041
  created_at?: string;
18882
- /** @example 2026-04-21T20:41:17.000000Z */
19042
+ /** @example 2026-04-22T07:30:38.000000Z */
18883
19043
  updated_at?: string;
18884
19044
  }[];
18885
19045
  links?: {
@@ -18974,13 +19134,13 @@ export interface operations {
18974
19134
  content: {
18975
19135
  "application/json": {
18976
19136
  data?: {
18977
- /** @example 7aca9bb7-7340-4a56-ae2c-b0256e7d3565 */
19137
+ /** @example 49b5e5ec-6a45-420f-8913-083db437839b */
18978
19138
  uid?: string;
18979
19139
  /** @example image */
18980
19140
  file_type?: string;
18981
19141
  /** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
18982
19142
  url?: string;
18983
- /** @example 2026-04-21T20:41:17.000000Z */
19143
+ /** @example 2026-04-22T07:30:38.000000Z */
18984
19144
  created_at?: string;
18985
19145
  };
18986
19146
  };
@@ -19025,7 +19185,7 @@ export interface operations {
19025
19185
  content: {
19026
19186
  "application/json": {
19027
19187
  data?: {
19028
- /** @example 34 */
19188
+ /** @example 43 */
19029
19189
  id?: number;
19030
19190
  /** @example property_inquiry */
19031
19191
  type?: string;
@@ -19033,7 +19193,7 @@ export interface operations {
19033
19193
  listing_id?: number;
19034
19194
  /** @example null */
19035
19195
  last_message_at?: string | null;
19036
- /** @example 2026-04-21T20:41:16.000000Z */
19196
+ /** @example 2026-04-22T07:30:37.000000Z */
19037
19197
  created_at?: string;
19038
19198
  };
19039
19199
  };
@@ -19059,23 +19219,23 @@ export interface operations {
19059
19219
  /**
19060
19220
  * @example [
19061
19221
  * {
19062
- * "id": 35,
19222
+ * "id": 44,
19063
19223
  * "type": "property_inquiry",
19064
19224
  * "listing_id": 2,
19065
19225
  * "last_message_at": null,
19066
- * "created_at": "2026-04-21T20:41:16.000000Z"
19226
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19067
19227
  * },
19068
19228
  * {
19069
- * "id": 36,
19229
+ * "id": 45,
19070
19230
  * "type": "property_inquiry",
19071
19231
  * "listing_id": 2,
19072
19232
  * "last_message_at": null,
19073
- * "created_at": "2026-04-21T20:41:16.000000Z"
19233
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19074
19234
  * }
19075
19235
  * ]
19076
19236
  */
19077
19237
  data?: {
19078
- /** @example 35 */
19238
+ /** @example 44 */
19079
19239
  id?: number;
19080
19240
  /** @example property_inquiry */
19081
19241
  type?: string;
@@ -19083,7 +19243,7 @@ export interface operations {
19083
19243
  listing_id?: number;
19084
19244
  /** @example null */
19085
19245
  last_message_at?: string | null;
19086
- /** @example 2026-04-21T20:41:16.000000Z */
19246
+ /** @example 2026-04-22T07:30:37.000000Z */
19087
19247
  created_at?: string;
19088
19248
  }[];
19089
19249
  links?: {
@@ -19401,27 +19561,27 @@ export interface operations {
19401
19561
  /**
19402
19562
  * @example [
19403
19563
  * {
19404
- * "id": "216d5d44-a842-4c7c-a5c1-a7be2b6b4756",
19564
+ * "id": "6675b286-a871-4660-be5b-847956a7865b",
19405
19565
  * "type": "APPOINTMENT_CREATED",
19406
19566
  * "title": "faker notification",
19407
19567
  * "body": "faker notification body",
19408
19568
  * "data": [],
19409
19569
  * "read_at": null,
19410
- * "created_at": "2026-04-21T20:41:16.000000Z"
19570
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19411
19571
  * },
19412
19572
  * {
19413
- * "id": "2f4bc962-543f-4a39-b736-1eba7a2b600e",
19573
+ * "id": "9c51d781-39fe-4e95-82fb-f73baea33fd5",
19414
19574
  * "type": "APPOINTMENT_CREATED",
19415
19575
  * "title": "faker notification",
19416
19576
  * "body": "faker notification body",
19417
19577
  * "data": [],
19418
19578
  * "read_at": null,
19419
- * "created_at": "2026-04-21T20:41:16.000000Z"
19579
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19420
19580
  * }
19421
19581
  * ]
19422
19582
  */
19423
19583
  data?: {
19424
- /** @example 216d5d44-a842-4c7c-a5c1-a7be2b6b4756 */
19584
+ /** @example 6675b286-a871-4660-be5b-847956a7865b */
19425
19585
  id?: string;
19426
19586
  /** @example APPOINTMENT_CREATED */
19427
19587
  type?: string;
@@ -19433,7 +19593,7 @@ export interface operations {
19433
19593
  data?: unknown[];
19434
19594
  /** @example null */
19435
19595
  read_at?: string | null;
19436
- /** @example 2026-04-21T20:41:16.000000Z */
19596
+ /** @example 2026-04-22T07:30:37.000000Z */
19437
19597
  created_at?: string;
19438
19598
  }[];
19439
19599
  links?: {
@@ -19517,7 +19677,7 @@ export interface operations {
19517
19677
  };
19518
19678
  content: {
19519
19679
  "application/json": {
19520
- /** @example 58d0dafe-6dea-4e0c-b9fc-d3b32049d094 */
19680
+ /** @example d74d551e-6a2e-4878-9234-04187d8d2a16 */
19521
19681
  id?: string;
19522
19682
  /** @example APPOINTMENT_CREATED */
19523
19683
  type?: string;
@@ -19529,7 +19689,7 @@ export interface operations {
19529
19689
  data?: unknown[];
19530
19690
  /** @example null */
19531
19691
  read_at?: string | null;
19532
- /** @example 2026-04-21T20:41:16.000000Z */
19692
+ /** @example 2026-04-22T07:30:37.000000Z */
19533
19693
  created_at?: string;
19534
19694
  };
19535
19695
  };
@@ -19776,45 +19936,45 @@ export interface operations {
19776
19936
  /**
19777
19937
  * @example [
19778
19938
  * {
19779
- * "id": 67,
19939
+ * "id": 85,
19780
19940
  * "rating": 1,
19781
19941
  * "comment": "Nice Listing",
19782
19942
  * "reviewer": {
19783
- * "id": 25,
19784
- * "name": "Jayden Ward"
19943
+ * "id": 12,
19944
+ * "name": "Tara Marshall"
19785
19945
  * },
19786
- * "created_at": "2026-04-21T20:41:16+00:00",
19787
- * "updated_at": "2026-04-21T20:41:16+00:00"
19946
+ * "created_at": "2026-04-22T07:30:37+00:00",
19947
+ * "updated_at": "2026-04-22T07:30:37+00:00"
19788
19948
  * },
19789
19949
  * {
19790
- * "id": 68,
19950
+ * "id": 86,
19791
19951
  * "rating": 1,
19792
19952
  * "comment": "Nice Listing",
19793
19953
  * "reviewer": {
19794
- * "id": 18,
19795
- * "name": "Wayne Davies"
19954
+ * "id": 16,
19955
+ * "name": "Francesca Carter"
19796
19956
  * },
19797
- * "created_at": "2026-04-21T20:41:16+00:00",
19798
- * "updated_at": "2026-04-21T20:41:16+00:00"
19957
+ * "created_at": "2026-04-22T07:30:37+00:00",
19958
+ * "updated_at": "2026-04-22T07:30:37+00:00"
19799
19959
  * }
19800
19960
  * ]
19801
19961
  */
19802
19962
  data?: {
19803
- /** @example 67 */
19963
+ /** @example 85 */
19804
19964
  id?: number;
19805
19965
  /** @example 1 */
19806
19966
  rating?: number;
19807
19967
  /** @example Nice Listing */
19808
19968
  comment?: string;
19809
19969
  reviewer?: {
19810
- /** @example 25 */
19970
+ /** @example 12 */
19811
19971
  id?: number;
19812
- /** @example Jayden Ward */
19972
+ /** @example Tara Marshall */
19813
19973
  name?: string;
19814
19974
  };
19815
- /** @example 2026-04-21T20:41:16+00:00 */
19975
+ /** @example 2026-04-22T07:30:37+00:00 */
19816
19976
  created_at?: string;
19817
- /** @example 2026-04-21T20:41:16+00:00 */
19977
+ /** @example 2026-04-22T07:30:37+00:00 */
19818
19978
  updated_at?: string;
19819
19979
  }[];
19820
19980
  links?: {
@@ -19968,21 +20128,21 @@ export interface operations {
19968
20128
  content: {
19969
20129
  "application/json": {
19970
20130
  data?: {
19971
- /** @example 69 */
20131
+ /** @example 87 */
19972
20132
  id?: number;
19973
20133
  /** @example 1 */
19974
20134
  rating?: number;
19975
20135
  /** @example Nice Listing */
19976
20136
  comment?: string;
19977
20137
  reviewer?: {
19978
- /** @example 2 */
20138
+ /** @example 11 */
19979
20139
  id?: number;
19980
- /** @example dogunfx */
20140
+ /** @example Paul Brown */
19981
20141
  name?: string;
19982
20142
  };
19983
- /** @example 2026-04-21T20:41:16+00:00 */
20143
+ /** @example 2026-04-22T07:30:37+00:00 */
19984
20144
  created_at?: string;
19985
- /** @example 2026-04-21T20:41:16+00:00 */
20145
+ /** @example 2026-04-22T07:30:37+00:00 */
19986
20146
  updated_at?: string;
19987
20147
  };
19988
20148
  };
@@ -20026,21 +20186,21 @@ export interface operations {
20026
20186
  content: {
20027
20187
  "application/json": {
20028
20188
  data?: {
20029
- /** @example 70 */
20189
+ /** @example 88 */
20030
20190
  id?: number;
20031
20191
  /** @example 1 */
20032
20192
  rating?: number;
20033
20193
  /** @example Nice Listing */
20034
20194
  comment?: string;
20035
20195
  reviewer?: {
20036
- /** @example 19 */
20196
+ /** @example 3 */
20037
20197
  id?: number;
20038
- /** @example John Brown */
20198
+ /** @example Teagan King */
20039
20199
  name?: string;
20040
20200
  };
20041
- /** @example 2026-04-21T20:41:16+00:00 */
20201
+ /** @example 2026-04-22T07:30:37+00:00 */
20042
20202
  created_at?: string;
20043
- /** @example 2026-04-21T20:41:16+00:00 */
20203
+ /** @example 2026-04-22T07:30:37+00:00 */
20044
20204
  updated_at?: string;
20045
20205
  };
20046
20206
  };
@@ -20082,21 +20242,21 @@ export interface operations {
20082
20242
  content: {
20083
20243
  "application/json": {
20084
20244
  data?: {
20085
- /** @example 71 */
20245
+ /** @example 89 */
20086
20246
  id?: number;
20087
20247
  /** @example 1 */
20088
20248
  rating?: number;
20089
20249
  /** @example Nice Listing */
20090
20250
  comment?: string;
20091
20251
  reviewer?: {
20092
- /** @example 15 */
20252
+ /** @example 18 */
20093
20253
  id?: number;
20094
- /** @example Sabrina Owen */
20254
+ /** @example Wayne Davies */
20095
20255
  name?: string;
20096
20256
  };
20097
- /** @example 2026-04-21T20:41:16+00:00 */
20257
+ /** @example 2026-04-22T07:30:37+00:00 */
20098
20258
  created_at?: string;
20099
- /** @example 2026-04-21T20:41:16+00:00 */
20259
+ /** @example 2026-04-22T07:30:37+00:00 */
20100
20260
  updated_at?: string;
20101
20261
  };
20102
20262
  };
@@ -20123,21 +20283,21 @@ export interface operations {
20123
20283
  content: {
20124
20284
  "application/json": {
20125
20285
  data?: {
20126
- /** @example 72 */
20286
+ /** @example 90 */
20127
20287
  id?: number;
20128
20288
  /** @example 1 */
20129
20289
  rating?: number;
20130
20290
  /** @example Nice Listing */
20131
20291
  comment?: string;
20132
20292
  reviewer?: {
20133
- /** @example 19 */
20293
+ /** @example 11 */
20134
20294
  id?: number;
20135
- /** @example John Brown */
20295
+ /** @example Paul Brown */
20136
20296
  name?: string;
20137
20297
  };
20138
- /** @example 2026-04-21T20:41:16+00:00 */
20298
+ /** @example 2026-04-22T07:30:37+00:00 */
20139
20299
  created_at?: string;
20140
- /** @example 2026-04-21T20:41:16+00:00 */
20300
+ /** @example 2026-04-22T07:30:37+00:00 */
20141
20301
  updated_at?: string;
20142
20302
  };
20143
20303
  };
@@ -20164,7 +20324,7 @@ export interface operations {
20164
20324
  content: {
20165
20325
  "application/json": {
20166
20326
  data?: {
20167
- /** @example 0958bb88-85a1-4d79-8601-515e328d21fe */
20327
+ /** @example 1d3d6ad7-fcbc-4fc1-9586-a91667df9dc0 */
20168
20328
  uid?: string;
20169
20329
  /** @example 1 */
20170
20330
  listing_id?: number;
@@ -20188,7 +20348,7 @@ export interface operations {
20188
20348
  company_name?: string | null;
20189
20349
  /** @example null */
20190
20350
  company_registration_number?: string | null;
20191
- /** @example 2026-04-21T20:41:17.000000Z */
20351
+ /** @example 2026-04-22T07:30:38.000000Z */
20192
20352
  created_at?: string;
20193
20353
  /** @example [] */
20194
20354
  compliances?: unknown[];
@@ -20265,7 +20425,7 @@ export interface operations {
20265
20425
  content: {
20266
20426
  "application/json": {
20267
20427
  data?: {
20268
- /** @example 291065c9-be8b-46f7-90c4-b4e2c6da77e2 */
20428
+ /** @example 40bee14c-43ff-4792-b75c-4bb3d9c292ed */
20269
20429
  uid?: string;
20270
20430
  /** @example 1 */
20271
20431
  listing_id?: number;
@@ -20289,7 +20449,7 @@ export interface operations {
20289
20449
  company_name?: string | null;
20290
20450
  /** @example null */
20291
20451
  company_registration_number?: string | null;
20292
- /** @example 2026-04-21T20:41:17.000000Z */
20452
+ /** @example 2026-04-22T07:30:38.000000Z */
20293
20453
  created_at?: string;
20294
20454
  };
20295
20455
  };
@@ -20583,7 +20743,7 @@ export interface operations {
20583
20743
  * "changed_by_user_id": 3,
20584
20744
  * "changed_by_name": "Teagan King",
20585
20745
  * "comment": "Qui commodi incidunt iure odit.",
20586
- * "created_at": "2025-12-14T07:28:16.000000Z"
20746
+ * "created_at": "2025-12-14T18:17:37.000000Z"
20587
20747
  * },
20588
20748
  * {
20589
20749
  * "from_state": "pre_move_in_ready",
@@ -20591,7 +20751,7 @@ export interface operations {
20591
20751
  * "changed_by_user_id": 3,
20592
20752
  * "changed_by_name": "Teagan King",
20593
20753
  * "comment": null,
20594
- * "created_at": "2025-10-30T15:23:56.000000Z"
20754
+ * "created_at": "2025-10-31T02:13:17.000000Z"
20595
20755
  * }
20596
20756
  * ]
20597
20757
  */
@@ -20606,7 +20766,7 @@ export interface operations {
20606
20766
  changed_by_name?: string;
20607
20767
  /** @example Qui commodi incidunt iure odit. */
20608
20768
  comment?: string;
20609
- /** @example 2025-12-14T07:28:16.000000Z */
20769
+ /** @example 2025-12-14T18:17:37.000000Z */
20610
20770
  created_at?: string;
20611
20771
  }[];
20612
20772
  };
@@ -20850,7 +21010,7 @@ export interface operations {
20850
21010
  content: {
20851
21011
  "application/json": {
20852
21012
  data?: {
20853
- /** @example 79fc24e4-582e-46eb-a4ec-7d7d547a6709 */
21013
+ /** @example c35a835c-ebac-4866-8d8f-cb3d1475af77 */
20854
21014
  uid?: string;
20855
21015
  /** @example Ms. Audra Crooks II */
20856
21016
  username?: string;
@@ -20880,7 +21040,7 @@ export interface operations {
20880
21040
  timezone?: string;
20881
21041
  /** @example Customer */
20882
21042
  user_type?: string;
20883
- /** @example 21 Apr 2026, 08:41 PM */
21043
+ /** @example 22 Apr 2026, 07:30 AM */
20884
21044
  created?: string;
20885
21045
  /** @example 0 seconds ago */
20886
21046
  email_verified_at?: string;
@@ -20979,7 +21139,7 @@ export interface operations {
20979
21139
  content: {
20980
21140
  "application/json": {
20981
21141
  data?: {
20982
- /** @example c951514c-f427-43b1-b880-1ba10a663c38 */
21142
+ /** @example eac4f7d4-a288-4be8-9f47-97aa83595008 */
20983
21143
  uid?: string;
20984
21144
  /** @example Morgan Hirthe */
20985
21145
  username?: string;
@@ -21009,7 +21169,7 @@ export interface operations {
21009
21169
  timezone?: string;
21010
21170
  /** @example Customer */
21011
21171
  user_type?: string;
21012
- /** @example 21 Apr 2026, 08:41 PM */
21172
+ /** @example 22 Apr 2026, 07:30 AM */
21013
21173
  created?: string;
21014
21174
  /** @example 0 seconds ago */
21015
21175
  email_verified_at?: string;
@@ -21081,7 +21241,7 @@ export interface operations {
21081
21241
  content: {
21082
21242
  "application/json": {
21083
21243
  data?: {
21084
- /** @example 780464cb-4264-4eb0-9f53-f6c4d406385c */
21244
+ /** @example 65e970ff-35ea-40a8-95d4-5e76b946f923 */
21085
21245
  uid?: string;
21086
21246
  /** @example Ms. Audra Crooks II */
21087
21247
  username?: string;
@@ -21111,7 +21271,7 @@ export interface operations {
21111
21271
  timezone?: string;
21112
21272
  /** @example Customer */
21113
21273
  user_type?: string;
21114
- /** @example 21 Apr 2026, 08:41 PM */
21274
+ /** @example 22 Apr 2026, 07:30 AM */
21115
21275
  created?: string;
21116
21276
  /** @example 0 seconds ago */
21117
21277
  email_verified_at?: string;
@@ -21345,13 +21505,13 @@ export interface operations {
21345
21505
  content: {
21346
21506
  "application/json": {
21347
21507
  data?: {
21348
- /** @example 0 */
21508
+ /** @example 2 */
21349
21509
  current_level?: number;
21350
21510
  /** @example 3 */
21351
21511
  completed_layers?: number;
21352
- /** @example 4 */
21512
+ /** @example 8 */
21353
21513
  pending_layers?: number;
21354
- /** @example 21 Apr 2026, 08:41 PM */
21514
+ /** @example 22 Apr 2026, 07:30 AM */
21355
21515
  last_calculated_at?: string;
21356
21516
  };
21357
21517
  };
@@ -21393,13 +21553,13 @@ export interface operations {
21393
21553
  content: {
21394
21554
  "application/json": {
21395
21555
  data?: {
21396
- /** @example 0 */
21556
+ /** @example 9 */
21397
21557
  current_level?: number;
21398
21558
  /** @example 3 */
21399
21559
  completed_layers?: number;
21400
- /** @example 4 */
21560
+ /** @example 2 */
21401
21561
  pending_layers?: number;
21402
- /** @example 21 Apr 2026, 08:41 PM */
21562
+ /** @example 22 Apr 2026, 07:30 AM */
21403
21563
  last_calculated_at?: string;
21404
21564
  };
21405
21565
  };
@@ -21433,14 +21593,14 @@ export interface operations {
21433
21593
  content: {
21434
21594
  "application/json": {
21435
21595
  data?: {
21436
- /** @example bb28a111-b86c-4a28-bb49-c55ac2eabe59 */
21596
+ /** @example 9f8cfc6a-2471-4c1d-ae2f-4e4bf8edd598 */
21437
21597
  wishlist_uid?: string;
21438
21598
  listing?: {
21439
- /** @example New For Sale Used Item draft • 21 Apr 2026, 8:41 PM */
21599
+ /** @example New For Sale Used Item draft • 22 Apr 2026, 7:30 AM */
21440
21600
  draft_name?: string;
21441
- /** @example LST-UIT-SAL-MO939S4I3HV */
21601
+ /** @example LST-UIT-SAL-MO9QGUPD1BR */
21442
21602
  sku?: string;
21443
- /** @example 629cc439-97c8-4e79-a4fc-da9fca7b6990 */
21603
+ /** @example ad11fd24-fceb-4765-9acc-8592c3524b93 */
21444
21604
  uid?: string;
21445
21605
  /** @example Sale */
21446
21606
  listing_type?: string;
@@ -21524,15 +21684,15 @@ export interface operations {
21524
21684
  /**
21525
21685
  * @example [
21526
21686
  * {
21527
- * "wishlist_uid": "acafbfdd-88c7-4c94-9e0c-e590d8d2fb44"
21687
+ * "wishlist_uid": "616fbf04-1603-4e13-953c-9227879a0e72"
21528
21688
  * },
21529
21689
  * {
21530
- * "wishlist_uid": "e59b9b51-f613-4d95-8d09-22924afb0207"
21690
+ * "wishlist_uid": "48a9fba2-53c8-4a77-8e2c-e476450561b6"
21531
21691
  * }
21532
21692
  * ]
21533
21693
  */
21534
21694
  data?: {
21535
- /** @example acafbfdd-88c7-4c94-9e0c-e590d8d2fb44 */
21695
+ /** @example 616fbf04-1603-4e13-953c-9227879a0e72 */
21536
21696
  wishlist_uid?: string;
21537
21697
  }[];
21538
21698
  links?: {
@@ -21620,7 +21780,7 @@ export interface operations {
21620
21780
  completed_layers?: number;
21621
21781
  /** @example 4 */
21622
21782
  pending_layers?: number;
21623
- /** @example 21 Apr 2026, 08:41 PM */
21783
+ /** @example 22 Apr 2026, 07:30 AM */
21624
21784
  last_calculated_at?: string;
21625
21785
  };
21626
21786
  };
@@ -21782,7 +21942,7 @@ export interface operations {
21782
21942
  completed_layers?: number;
21783
21943
  /** @example 4 */
21784
21944
  pending_layers?: number;
21785
- /** @example 21 Apr 2026, 08:41 PM */
21945
+ /** @example 22 Apr 2026, 07:30 AM */
21786
21946
  last_calculated_at?: string;
21787
21947
  };
21788
21948
  };