@justins-home/types 1.1.41 → 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 +430 -264
  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 2994d56a-579c-4011-b4ff-f9ae550ff1a7 */
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, 09:57 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, 9:57 PM */
6222
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
6154
6223
  draft_name?: string;
6155
- /** @example LST-PRP-LTR-MO95ZF6FNZD */
6224
+ /** @example LST-PRP-LTR-MO9QGTOPLOZ */
6156
6225
  sku?: string;
6157
- /** @example 2f609908-3149-4b5c-92ec-dd3fe2350aa5 */
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 Dormant
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 5555b542-cf3f-4e88-8f18-ba7f8b4003e4 */
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, 09:57 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, 9:57 PM */
8392
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
8324
8393
  draft_name?: string;
8325
- /** @example LST-PRP-LTR-MO95ZF9DQDB */
8394
+ /** @example LST-PRP-LTR-MO9QGTS80ZZ */
8326
8395
  sku?: string;
8327
- /** @example d986e6a6-9dfe-40d8-962d-f0f9d0af0ab9 */
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 97cf2106-d81c-4156-9c68-36014144b394 */
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, 9:57 PM",
9075
- * "sku": "LST-PRP-LTR-MO95ZFB1PHX",
9076
- * "uid": "287286c0-bf56-4244-b6c9-993e834253e3",
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, 9:57 PM",
9094
- * "sku": "LST-PRP-SHL-MO95ZFB3Q7J",
9095
- * "uid": "4c809c19-6f0f-4aae-887e-81838644410a",
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, 9:57 PM */
9183
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9115
9184
  draft_name?: string;
9116
- /** @example LST-PRP-LTR-MO95ZFB1PHX */
9185
+ /** @example LST-PRP-LTR-MO9QGTU3E9Z */
9117
9186
  sku?: string;
9118
- /** @example 287286c0-bf56-4244-b6c9-993e834253e3 */
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, 9:57 PM */
9382
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9314
9383
  draft_name?: string;
9315
- /** @example LST-PRP-LTR-MO95ZFBD2LM */
9384
+ /** @example LST-PRP-LTR-MO9QGTUH8KK */
9316
9385
  sku?: string;
9317
- /** @example 8d114fc1-0703-4175-97a4-51db179c00de */
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, 9:57 PM */
9449
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9381
9450
  draft_name?: string;
9382
- /** @example LST-PRP-LTR-MO95ZFBJUXG */
9451
+ /** @example LST-PRP-LTR-MO9QGTUPMVQ */
9383
9452
  sku?: string;
9384
- /** @example 9d76f174-1a05-40a3-adad-4b4273f2f892 */
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, 9:57 PM */
9506
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9438
9507
  draft_name?: string;
9439
- /** @example LST-PRP-LTR-MO95ZFBPZBQ */
9508
+ /** @example LST-PRP-LTR-MO9QGTUXW7X */
9440
9509
  sku?: string;
9441
- /** @example 5206d433-a8c2-43cb-b0e4-eb7c89c25575 */
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, 9:57 PM */
9563
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
9495
9564
  draft_name?: string;
9496
- /** @example LST-PRP-LTR-MO95ZFBV25T */
9565
+ /** @example LST-PRP-LTR-MO9QGTV44BD */
9497
9566
  sku?: string;
9498
- /** @example 36cfe89e-f132-4195-b493-20674d1b9e29 */
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 79 */
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 80 */
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 81 */
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": 75,
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": 76,
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 75 */
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 77 */
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 78 */
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 79 */
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 40 */
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-21T21:57:12.000000Z */
10383
+ /** @example 2026-04-22T07:30:37.000000Z */
10315
10384
  created_at?: string;
10316
- /** @example 2026-04-21T21:57:12.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 41 */
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-21T21:57:12.000000Z */
10459
+ /** @example 2026-04-22T07:30:37.000000Z */
10391
10460
  created_at?: string;
10392
- /** @example 2026-04-21T21:57:12.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;
@@ -11893,6 +12028,37 @@ export interface operations {
11893
12028
  };
11894
12029
  };
11895
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
+ };
11896
12062
  createCapability: {
11897
12063
  parameters: {
11898
12064
  query?: never;
@@ -12762,13 +12928,13 @@ export interface operations {
12762
12928
  content: {
12763
12929
  "application/json": {
12764
12930
  data?: {
12765
- /** @example 8b2e86e8-368b-4762-b837-c46877270461 */
12931
+ /** @example d881edb8-a841-4afd-8db1-36fcedeaf9b0 */
12766
12932
  uid?: string;
12767
12933
  /** @example follow_up */
12768
12934
  inspection_type?: string;
12769
12935
  /** @example cancelled */
12770
12936
  status?: string;
12771
- /** @example 2026-04-27T11:55:34.000000Z */
12937
+ /** @example 2026-04-27T21:28:59.000000Z */
12772
12938
  scheduled_date?: string;
12773
12939
  /** @example null */
12774
12940
  completed_date?: string | null;
@@ -12776,11 +12942,11 @@ export interface operations {
12776
12942
  condition_rating?: string;
12777
12943
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12778
12944
  summary?: string;
12779
- /** @example 2026-06-20T08:44:08.000000Z */
12945
+ /** @example 2026-06-20T18:17:33.000000Z */
12780
12946
  next_inspection_date?: string;
12781
- /** @example 2026-04-21T21:57:12.000000Z */
12947
+ /** @example 2026-04-22T07:30:37.000000Z */
12782
12948
  created_at?: string;
12783
- /** @example 2026-04-21T21:57:12.000000Z */
12949
+ /** @example 2026-04-22T07:30:37.000000Z */
12784
12950
  updated_at?: string;
12785
12951
  };
12786
12952
  };
@@ -12823,13 +12989,13 @@ export interface operations {
12823
12989
  content: {
12824
12990
  "application/json": {
12825
12991
  data?: {
12826
- /** @example d3b81d9d-fdda-4051-bfee-8c402f8928f9 */
12992
+ /** @example 6931d73f-7cec-43aa-93e6-e6632a6f87c6 */
12827
12993
  uid?: string;
12828
12994
  /** @example follow_up */
12829
12995
  inspection_type?: string;
12830
12996
  /** @example cancelled */
12831
12997
  status?: string;
12832
- /** @example 2026-04-15T09:22:07.000000Z */
12998
+ /** @example 2026-04-15T18:55:32.000000Z */
12833
12999
  scheduled_date?: string;
12834
13000
  /** @example null */
12835
13001
  completed_date?: string | null;
@@ -12837,11 +13003,11 @@ export interface operations {
12837
13003
  condition_rating?: string;
12838
13004
  /** @example Et animi quos velit et fugiat. */
12839
13005
  summary?: string;
12840
- /** @example 2026-07-24T17:15:54.000000Z */
13006
+ /** @example 2026-07-25T02:49:19.000000Z */
12841
13007
  next_inspection_date?: string;
12842
- /** @example 2026-04-21T21:57:12.000000Z */
13008
+ /** @example 2026-04-22T07:30:37.000000Z */
12843
13009
  created_at?: string;
12844
- /** @example 2026-04-21T21:57:12.000000Z */
13010
+ /** @example 2026-04-22T07:30:37.000000Z */
12845
13011
  updated_at?: string;
12846
13012
  };
12847
13013
  };
@@ -12878,13 +13044,13 @@ export interface operations {
12878
13044
  content: {
12879
13045
  "application/json": {
12880
13046
  data?: {
12881
- /** @example 625accde-eb0f-4f5d-b9fe-901eff0d3fca */
13047
+ /** @example 51092c53-6eff-4329-bb02-392da0ff5872 */
12882
13048
  uid?: string;
12883
13049
  /** @example follow_up */
12884
13050
  inspection_type?: string;
12885
13051
  /** @example cancelled */
12886
13052
  status?: string;
12887
- /** @example 2026-04-27T11:55:34.000000Z */
13053
+ /** @example 2026-04-27T21:28:59.000000Z */
12888
13054
  scheduled_date?: string;
12889
13055
  /** @example null */
12890
13056
  completed_date?: string | null;
@@ -12892,11 +13058,11 @@ export interface operations {
12892
13058
  condition_rating?: string;
12893
13059
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12894
13060
  summary?: string;
12895
- /** @example 2026-06-20T08:44:08.000000Z */
13061
+ /** @example 2026-06-20T18:17:33.000000Z */
12896
13062
  next_inspection_date?: string;
12897
- /** @example 2026-04-21T21:57:12.000000Z */
13063
+ /** @example 2026-04-22T07:30:37.000000Z */
12898
13064
  created_at?: string;
12899
- /** @example 2026-04-21T21:57:12.000000Z */
13065
+ /** @example 2026-04-22T07:30:37.000000Z */
12900
13066
  updated_at?: string;
12901
13067
  };
12902
13068
  };
@@ -12933,13 +13099,13 @@ export interface operations {
12933
13099
  content: {
12934
13100
  "application/json": {
12935
13101
  data?: {
12936
- /** @example a87c0bb7-54f3-4230-90e4-95280297ac98 */
13102
+ /** @example e2bcbefe-9cd1-47c9-a780-aa7f3f0e5ba4 */
12937
13103
  uid?: string;
12938
13104
  /** @example follow_up */
12939
13105
  inspection_type?: string;
12940
13106
  /** @example cancelled */
12941
13107
  status?: string;
12942
- /** @example 2026-04-15T09:22:07.000000Z */
13108
+ /** @example 2026-04-15T18:55:32.000000Z */
12943
13109
  scheduled_date?: string;
12944
13110
  /** @example null */
12945
13111
  completed_date?: string | null;
@@ -12947,11 +13113,11 @@ export interface operations {
12947
13113
  condition_rating?: string;
12948
13114
  /** @example Et animi quos velit et fugiat. */
12949
13115
  summary?: string;
12950
- /** @example 2026-07-24T17:15:54.000000Z */
13116
+ /** @example 2026-07-25T02:49:19.000000Z */
12951
13117
  next_inspection_date?: string;
12952
- /** @example 2026-04-21T21:57:12.000000Z */
13118
+ /** @example 2026-04-22T07:30:37.000000Z */
12953
13119
  created_at?: string;
12954
- /** @example 2026-04-21T21:57:12.000000Z */
13120
+ /** @example 2026-04-22T07:30:37.000000Z */
12955
13121
  updated_at?: string;
12956
13122
  };
12957
13123
  };
@@ -12988,27 +13154,27 @@ export interface operations {
12988
13154
  content: {
12989
13155
  "application/json": {
12990
13156
  data?: {
12991
- /** @example de0cdc04-02ae-46e3-9346-220432423d2b */
13157
+ /** @example 5bf65348-d4ef-44ca-b751-aa4b72d94981 */
12992
13158
  uid?: string;
12993
- /** @example Eum natus minima optio. */
13159
+ /** @example Totam est omnis provident quo rerum. */
12994
13160
  title?: string;
12995
- /** @example Ipsum possimus dolor dolore et rerum. Commodi laboriosam rerum aut facilis delectus excepturi ipsam. Sapiente voluptate velit deserunt ipsum et nam. */
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. */
12996
13162
  description?: string;
12997
- /** @example cancelled */
13163
+ /** @example breach */
12998
13164
  status?: string;
12999
13165
  /** @example normal */
13000
13166
  priority?: string;
13001
- /** @example 2026-04-17T20:48:41.000000Z */
13167
+ /** @example 2026-04-17T09:11:54.000000Z */
13002
13168
  reported_at?: string;
13003
- /** @example null */
13004
- assigned_at?: string | null;
13169
+ /** @example 2026-04-18T02:11:14.000000Z */
13170
+ assigned_at?: string;
13005
13171
  /** @example null */
13006
13172
  completed_at?: string | null;
13007
- /** @example 2026-04-23T09:08:59.000000Z */
13173
+ /** @example 2026-04-23T06:18:49.000000Z */
13008
13174
  sla_deadline?: string;
13009
- /** @example 2026-04-21T21:57:12.000000Z */
13175
+ /** @example 2026-04-22T07:30:37.000000Z */
13010
13176
  created_at?: string;
13011
- /** @example 2026-04-21T21:57:12.000000Z */
13177
+ /** @example 2026-04-22T07:30:37.000000Z */
13012
13178
  updated_at?: string;
13013
13179
  };
13014
13180
  };
@@ -13045,7 +13211,7 @@ export interface operations {
13045
13211
  content: {
13046
13212
  "application/json": {
13047
13213
  data?: {
13048
- /** @example b6fcfcef-995a-4feb-b09c-1bfaf021af95 */
13214
+ /** @example ad043325-f8c3-4164-ae56-c48ceb8da9ae */
13049
13215
  uid?: string;
13050
13216
  /** @example Quos velit et fugiat sunt nihil. */
13051
13217
  title?: string;
@@ -13055,17 +13221,17 @@ export interface operations {
13055
13221
  status?: string;
13056
13222
  /** @example emergency */
13057
13223
  priority?: string;
13058
- /** @example 2026-04-15T09:10:47.000000Z */
13224
+ /** @example 2026-04-15T18:44:12.000000Z */
13059
13225
  reported_at?: string;
13060
- /** @example 2026-04-20T05:30:39.000000Z */
13226
+ /** @example 2026-04-20T15:04:04.000000Z */
13061
13227
  assigned_at?: string;
13062
13228
  /** @example null */
13063
13229
  completed_at?: string | null;
13064
- /** @example 2026-04-23T10:53:02.000000Z */
13230
+ /** @example 2026-04-23T20:26:27.000000Z */
13065
13231
  sla_deadline?: string;
13066
- /** @example 2026-04-21T21:57:12.000000Z */
13232
+ /** @example 2026-04-22T07:30:37.000000Z */
13067
13233
  created_at?: string;
13068
- /** @example 2026-04-21T21:57:12.000000Z */
13234
+ /** @example 2026-04-22T07:30:37.000000Z */
13069
13235
  updated_at?: string;
13070
13236
  };
13071
13237
  };
@@ -13102,7 +13268,7 @@ export interface operations {
13102
13268
  content: {
13103
13269
  "application/json": {
13104
13270
  data?: {
13105
- /** @example 4cf3e90b-0726-477e-b5bc-e92c0935c5bb */
13271
+ /** @example 52030c44-df24-4311-8736-d7f3f486873f */
13106
13272
  uid?: string;
13107
13273
  /** @example Quos velit et fugiat sunt nihil. */
13108
13274
  title?: string;
@@ -13112,17 +13278,17 @@ export interface operations {
13112
13278
  status?: string;
13113
13279
  /** @example emergency */
13114
13280
  priority?: string;
13115
- /** @example 2026-04-15T09:10:48.000000Z */
13281
+ /** @example 2026-04-15T18:44:12.000000Z */
13116
13282
  reported_at?: string;
13117
- /** @example 2026-04-20T05:30:40.000000Z */
13283
+ /** @example 2026-04-20T15:04:04.000000Z */
13118
13284
  assigned_at?: string;
13119
13285
  /** @example null */
13120
13286
  completed_at?: string | null;
13121
- /** @example 2026-04-23T10:53:03.000000Z */
13287
+ /** @example 2026-04-23T20:26:27.000000Z */
13122
13288
  sla_deadline?: string;
13123
- /** @example 2026-04-21T21:57:13.000000Z */
13289
+ /** @example 2026-04-22T07:30:37.000000Z */
13124
13290
  created_at?: string;
13125
- /** @example 2026-04-21T21:57:13.000000Z */
13291
+ /** @example 2026-04-22T07:30:37.000000Z */
13126
13292
  updated_at?: string;
13127
13293
  };
13128
13294
  };
@@ -13159,7 +13325,7 @@ export interface operations {
13159
13325
  content: {
13160
13326
  "application/json": {
13161
13327
  data?: {
13162
- /** @example ee82ab37-5809-40d4-a9d2-3e54c8518404 */
13328
+ /** @example 58a5020e-4c50-49f0-8e5b-af8f0432f966 */
13163
13329
  uid?: string;
13164
13330
  /** @example Quos velit et fugiat sunt nihil. */
13165
13331
  title?: string;
@@ -13169,17 +13335,17 @@ export interface operations {
13169
13335
  status?: string;
13170
13336
  /** @example emergency */
13171
13337
  priority?: string;
13172
- /** @example 2026-04-15T09:10:48.000000Z */
13338
+ /** @example 2026-04-15T18:44:12.000000Z */
13173
13339
  reported_at?: string;
13174
- /** @example 2026-04-20T05:30:40.000000Z */
13340
+ /** @example 2026-04-20T15:04:04.000000Z */
13175
13341
  assigned_at?: string;
13176
13342
  /** @example null */
13177
13343
  completed_at?: string | null;
13178
- /** @example 2026-04-23T10:53:03.000000Z */
13344
+ /** @example 2026-04-23T20:26:27.000000Z */
13179
13345
  sla_deadline?: string;
13180
- /** @example 2026-04-21T21:57:13.000000Z */
13346
+ /** @example 2026-04-22T07:30:37.000000Z */
13181
13347
  created_at?: string;
13182
- /** @example 2026-04-21T21:57:13.000000Z */
13348
+ /** @example 2026-04-22T07:30:37.000000Z */
13183
13349
  updated_at?: string;
13184
13350
  };
13185
13351
  };
@@ -13575,7 +13741,7 @@ export interface operations {
13575
13741
  content: {
13576
13742
  "application/json": {
13577
13743
  data?: {
13578
- /** @example 92 */
13744
+ /** @example 99 */
13579
13745
  id?: number;
13580
13746
  /** @example 2 */
13581
13747
  listing_id?: number;
@@ -13587,7 +13753,7 @@ export interface operations {
13587
13753
  /** @example 1979-12-15T00:00:00.000000Z */
13588
13754
  end?: string;
13589
13755
  };
13590
- /** @example 2026-04-21T21:57:13.000000Z */
13756
+ /** @example 2026-04-22T07:30:37.000000Z */
13591
13757
  created_at?: string;
13592
13758
  };
13593
13759
  };
@@ -13614,7 +13780,7 @@ export interface operations {
13614
13780
  content: {
13615
13781
  "application/json": {
13616
13782
  data?: {
13617
- /** @example 93 */
13783
+ /** @example 100 */
13618
13784
  id?: number;
13619
13785
  /** @example 2 */
13620
13786
  listing_id?: number;
@@ -13626,7 +13792,7 @@ export interface operations {
13626
13792
  /** @example 1979-12-15T00:00:00.000000Z */
13627
13793
  end?: string;
13628
13794
  };
13629
- /** @example 2026-04-21T21:57:13.000000Z */
13795
+ /** @example 2026-04-22T07:30:37.000000Z */
13630
13796
  created_at?: string;
13631
13797
  };
13632
13798
  };
@@ -13652,29 +13818,29 @@ export interface operations {
13652
13818
  /**
13653
13819
  * @example [
13654
13820
  * {
13655
- * "id": 94,
13821
+ * "id": 101,
13656
13822
  * "listing_id": 2,
13657
13823
  * "status": "completed",
13658
13824
  * "scheduled": {
13659
13825
  * "start": "1981-11-18T00:00:00.000000Z",
13660
13826
  * "end": "1979-12-15T00:00:00.000000Z"
13661
13827
  * },
13662
- * "created_at": "2026-04-21T21:57:13.000000Z"
13828
+ * "created_at": "2026-04-22T07:30:37.000000Z"
13663
13829
  * },
13664
13830
  * {
13665
- * "id": 95,
13831
+ * "id": 102,
13666
13832
  * "listing_id": 2,
13667
13833
  * "status": "completed",
13668
13834
  * "scheduled": {
13669
- * "start": "2006-09-19T00:00:00.000000Z",
13835
+ * "start": "2006-09-18T00:00:00.000000Z",
13670
13836
  * "end": "2015-01-19T00:00:00.000000Z"
13671
13837
  * },
13672
- * "created_at": "2026-04-21T21:57:13.000000Z"
13838
+ * "created_at": "2026-04-22T07:30:37.000000Z"
13673
13839
  * }
13674
13840
  * ]
13675
13841
  */
13676
13842
  data?: {
13677
- /** @example 94 */
13843
+ /** @example 101 */
13678
13844
  id?: number;
13679
13845
  /** @example 2 */
13680
13846
  listing_id?: number;
@@ -13686,7 +13852,7 @@ export interface operations {
13686
13852
  /** @example 1979-12-15T00:00:00.000000Z */
13687
13853
  end?: string;
13688
13854
  };
13689
- /** @example 2026-04-21T21:57:13.000000Z */
13855
+ /** @example 2026-04-22T07:30:37.000000Z */
13690
13856
  created_at?: string;
13691
13857
  }[];
13692
13858
  links?: {
@@ -13786,7 +13952,7 @@ export interface operations {
13786
13952
  content: {
13787
13953
  "application/json": {
13788
13954
  data?: {
13789
- /** @example 96 */
13955
+ /** @example 103 */
13790
13956
  id?: number;
13791
13957
  /** @example 2 */
13792
13958
  listing_id?: number;
@@ -13798,7 +13964,7 @@ export interface operations {
13798
13964
  /** @example 1979-12-15T00:00:00.000000Z */
13799
13965
  end?: string;
13800
13966
  };
13801
- /** @example 2026-04-21T21:57:13.000000Z */
13967
+ /** @example 2026-04-22T07:30:37.000000Z */
13802
13968
  created_at?: string;
13803
13969
  };
13804
13970
  };
@@ -13825,7 +13991,7 @@ export interface operations {
13825
13991
  content: {
13826
13992
  "application/json": {
13827
13993
  data?: {
13828
- /** @example 97 */
13994
+ /** @example 104 */
13829
13995
  id?: number;
13830
13996
  /** @example 2 */
13831
13997
  listing_id?: number;
@@ -13837,7 +14003,7 @@ export interface operations {
13837
14003
  /** @example 1979-12-15T00:00:00.000000Z */
13838
14004
  end?: string;
13839
14005
  };
13840
- /** @example 2026-04-21T21:57:13.000000Z */
14006
+ /** @example 2026-04-22T07:30:37.000000Z */
13841
14007
  created_at?: string;
13842
14008
  };
13843
14009
  };
@@ -13864,7 +14030,7 @@ export interface operations {
13864
14030
  content: {
13865
14031
  "application/json": {
13866
14032
  data?: {
13867
- /** @example 98 */
14033
+ /** @example 105 */
13868
14034
  id?: number;
13869
14035
  /** @example 2 */
13870
14036
  listing_id?: number;
@@ -13876,7 +14042,7 @@ export interface operations {
13876
14042
  /** @example 1979-12-15T00:00:00.000000Z */
13877
14043
  end?: string;
13878
14044
  };
13879
- /** @example 2026-04-21T21:57:13.000000Z */
14045
+ /** @example 2026-04-22T07:30:37.000000Z */
13880
14046
  created_at?: string;
13881
14047
  };
13882
14048
  };
@@ -14947,7 +15113,7 @@ export interface operations {
14947
15113
  content: {
14948
15114
  "application/json": {
14949
15115
  data?: {
14950
- /** @example e960834b-8109-49c6-b835-dc89fc2d5c07 */
15116
+ /** @example d4740073-827c-4739-93fc-64bd6d9ce596 */
14951
15117
  uid?: string;
14952
15118
  /** @example Ms. Audra Crooks II */
14953
15119
  username?: string;
@@ -14977,9 +15143,9 @@ export interface operations {
14977
15143
  timezone?: string;
14978
15144
  /** @example Customer */
14979
15145
  user_type?: string;
14980
- /** @example 21 Apr 2026, 09:57 PM */
15146
+ /** @example 22 Apr 2026, 07:30 AM */
14981
15147
  created?: string;
14982
- /** @example 1 second ago */
15148
+ /** @example 0 seconds ago */
14983
15149
  email_verified_at?: string;
14984
15150
  verification_status?: {
14985
15151
  /** @example not_verified */
@@ -15446,7 +15612,7 @@ export interface operations {
15446
15612
  content: {
15447
15613
  "application/json": {
15448
15614
  data?: {
15449
- /** @example 9e3607fe-9939-4945-a139-39fd93923029 */
15615
+ /** @example d5f8cdb7-9a80-4cc1-a359-3a1acd263741 */
15450
15616
  uid?: string;
15451
15617
  /** @example Ms. Audra Crooks II */
15452
15618
  username?: string;
@@ -15476,7 +15642,7 @@ export interface operations {
15476
15642
  timezone?: string;
15477
15643
  /** @example Customer */
15478
15644
  user_type?: string;
15479
- /** @example 21 Apr 2026, 09:57 PM */
15645
+ /** @example 22 Apr 2026, 07:30 AM */
15480
15646
  created?: string;
15481
15647
  /** @example 0 seconds ago */
15482
15648
  email_verified_at?: string;
@@ -15597,11 +15763,11 @@ export interface operations {
15597
15763
  content: {
15598
15764
  "application/json": {
15599
15765
  data?: {
15600
- /** @example New For Sale Used Item draft • 21 Apr 2026, 9:57 PM */
15766
+ /** @example New For Sale Used Item draft • 22 Apr 2026, 7:30 AM */
15601
15767
  draft_name?: string;
15602
- /** @example LST-UIT-SAL-MO95ZEZ59EM */
15768
+ /** @example LST-UIT-SAL-MO9QGTAPQ4C */
15603
15769
  sku?: string;
15604
- /** @example fbab7ae3-d9d5-45c9-a3b0-915d70234e95 */
15770
+ /** @example 8ccbf71e-d9c7-4c4f-a04a-a741cec2bfaa */
15605
15771
  uid?: string;
15606
15772
  /** @example Sale */
15607
15773
  listing_type?: string;
@@ -15723,9 +15889,9 @@ export interface operations {
15723
15889
  /**
15724
15890
  * @example [
15725
15891
  * {
15726
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 9:57 PM",
15727
- * "sku": "LST-PRP-LTR-MO95ZF01RSG",
15728
- * "uid": "a9d4ef0f-a091-4d54-a8e9-6c3943dc4eeb",
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",
15729
15895
  * "listing_type": "Rent",
15730
15896
  * "vertical": "Property",
15731
15897
  * "arrangement_type": "let_to_let",
@@ -15742,9 +15908,9 @@ export interface operations {
15742
15908
  * "media": []
15743
15909
  * },
15744
15910
  * {
15745
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 9:57 PM",
15746
- * "sku": "LST-PRP-SHL-MO95ZF058LZ",
15747
- * "uid": "f30ef4da-75cf-4f35-a9df-cd5c8d34bcec",
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",
15748
15914
  * "listing_type": "Short Let",
15749
15915
  * "vertical": "Property",
15750
15916
  * "arrangement_type": "short_term_managed",
@@ -15763,11 +15929,11 @@ export interface operations {
15763
15929
  * ]
15764
15930
  */
15765
15931
  data?: {
15766
- /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
15932
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
15767
15933
  draft_name?: string;
15768
- /** @example LST-PRP-LTR-MO95ZF01RSG */
15934
+ /** @example LST-PRP-LTR-MO9QGTBZV1Y */
15769
15935
  sku?: string;
15770
- /** @example a9d4ef0f-a091-4d54-a8e9-6c3943dc4eeb */
15936
+ /** @example 3a81013b-db2d-46a4-8a74-8dd0f2041e0e */
15771
15937
  uid?: string;
15772
15938
  /** @example Rent */
15773
15939
  listing_type?: string;
@@ -15877,9 +16043,9 @@ export interface operations {
15877
16043
  /**
15878
16044
  * @example [
15879
16045
  * {
15880
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 9:57 PM",
15881
- * "sku": "LST-PRP-LTR-MO95ZF0CNLK",
15882
- * "uid": "3a0e8a96-f7b5-4870-a757-21f057cf5086",
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",
15883
16049
  * "listing_type": "Rent",
15884
16050
  * "vertical": "Property",
15885
16051
  * "arrangement_type": "let_to_let",
@@ -15896,9 +16062,9 @@ export interface operations {
15896
16062
  * "media": []
15897
16063
  * },
15898
16064
  * {
15899
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 9:57 PM",
15900
- * "sku": "LST-PRP-SHL-MO95ZF0GAZD",
15901
- * "uid": "e840bfd9-aca0-4665-bbf6-ba06ed9ef053",
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",
15902
16068
  * "listing_type": "Short Let",
15903
16069
  * "vertical": "Property",
15904
16070
  * "arrangement_type": "short_term_managed",
@@ -15917,11 +16083,11 @@ export interface operations {
15917
16083
  * ]
15918
16084
  */
15919
16085
  data?: {
15920
- /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
16086
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
15921
16087
  draft_name?: string;
15922
- /** @example LST-PRP-LTR-MO95ZF0CNLK */
16088
+ /** @example LST-PRP-LTR-MO9QGTCCXIY */
15923
16089
  sku?: string;
15924
- /** @example 3a0e8a96-f7b5-4870-a757-21f057cf5086 */
16090
+ /** @example b33ff85a-654e-4eec-90ac-98598184242f */
15925
16091
  uid?: string;
15926
16092
  /** @example Rent */
15927
16093
  listing_type?: string;
@@ -16985,7 +17151,7 @@ export interface operations {
16985
17151
  content: {
16986
17152
  "application/json": {
16987
17153
  data?: {
16988
- /** @example 769622a7-a9fa-4b7d-8169-3da71b2d5dbb */
17154
+ /** @example 0a8fb5b0-490e-4306-8fc7-5b6686e78c0c */
16989
17155
  uid?: string;
16990
17156
  /** @example photo */
16991
17157
  media_type?: string;
@@ -17134,11 +17300,11 @@ export interface operations {
17134
17300
  content: {
17135
17301
  "application/json": {
17136
17302
  data?: {
17137
- /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
17303
+ /** @example New For Rent Property draft • 22 Apr 2026, 7:30 AM */
17138
17304
  draft_name?: string;
17139
- /** @example LST-PRP-LTR-MO95ZF2U0EZ */
17305
+ /** @example LST-PRP-LTR-MO9QGTJXNYC */
17140
17306
  sku?: string;
17141
- /** @example 106ed177-0608-4526-8a3b-7abbfb84e5e1 */
17307
+ /** @example 2b3fe923-2495-4838-bc64-4ef989dcaeb6 */
17142
17308
  uid?: string;
17143
17309
  /** @example Rent */
17144
17310
  listing_type?: string;
@@ -17298,7 +17464,7 @@ export interface operations {
17298
17464
  content: {
17299
17465
  "application/json": {
17300
17466
  data?: {
17301
- /** @example 67642474-3d4f-498e-a2e2-433939cf914c */
17467
+ /** @example bb930351-6646-455d-864b-21fc50bba085 */
17302
17468
  uid?: string;
17303
17469
  /** @example null */
17304
17470
  compliances?: string | null;
@@ -17349,7 +17515,7 @@ export interface operations {
17349
17515
  content: {
17350
17516
  "application/json": {
17351
17517
  data?: {
17352
- /** @example 97 */
17518
+ /** @example 98 */
17353
17519
  id?: number;
17354
17520
  compliance?: {
17355
17521
  /** @example 1 */
@@ -17371,7 +17537,7 @@ export interface operations {
17371
17537
  reviewed_by?: number;
17372
17538
  /** @example null */
17373
17539
  reviewed_at?: string | null;
17374
- /** @example 2026-04-21T21:57:12.000000Z */
17540
+ /** @example 2026-04-22T07:30:36.000000Z */
17375
17541
  created_at?: string;
17376
17542
  };
17377
17543
  };
@@ -17426,7 +17592,7 @@ export interface operations {
17426
17592
  /**
17427
17593
  * @example [
17428
17594
  * {
17429
- * "uid": "036bdf04-3862-47dd-822b-2b9d4912e708",
17595
+ * "uid": "97acc925-3197-42bf-9331-acafeab434e0",
17430
17596
  * "listing_id": 1,
17431
17597
  * "landlord_id": 2,
17432
17598
  * "tenant_id": 2,
@@ -17438,10 +17604,10 @@ export interface operations {
17438
17604
  * "is_periodic": false,
17439
17605
  * "company_name": null,
17440
17606
  * "company_registration_number": null,
17441
- * "created_at": "2026-04-21T21:57:12.000000Z"
17607
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17442
17608
  * },
17443
17609
  * {
17444
- * "uid": "a454423a-0a42-49cc-b8b4-d0c3c77612b5",
17610
+ * "uid": "8df3dc87-a83b-428d-8ea6-d065c7c4e81c",
17445
17611
  * "listing_id": 1,
17446
17612
  * "landlord_id": 2,
17447
17613
  * "tenant_id": 2,
@@ -17453,12 +17619,12 @@ export interface operations {
17453
17619
  * "is_periodic": false,
17454
17620
  * "company_name": null,
17455
17621
  * "company_registration_number": null,
17456
- * "created_at": "2026-04-21T21:57:12.000000Z"
17622
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17457
17623
  * }
17458
17624
  * ]
17459
17625
  */
17460
17626
  data?: {
17461
- /** @example 036bdf04-3862-47dd-822b-2b9d4912e708 */
17627
+ /** @example 97acc925-3197-42bf-9331-acafeab434e0 */
17462
17628
  uid?: string;
17463
17629
  /** @example 1 */
17464
17630
  listing_id?: number;
@@ -17482,7 +17648,7 @@ export interface operations {
17482
17648
  company_name?: string | null;
17483
17649
  /** @example null */
17484
17650
  company_registration_number?: string | null;
17485
- /** @example 2026-04-21T21:57:12.000000Z */
17651
+ /** @example 2026-04-22T07:30:36.000000Z */
17486
17652
  created_at?: string;
17487
17653
  }[];
17488
17654
  links?: {
@@ -17569,7 +17735,7 @@ export interface operations {
17569
17735
  /**
17570
17736
  * @example [
17571
17737
  * {
17572
- * "uid": "2871f603-6f99-45de-a407-3ecda9982de0",
17738
+ * "uid": "4ff655e8-2dc5-495c-8c1c-d72ed635625a",
17573
17739
  * "listing_id": 1,
17574
17740
  * "landlord_id": 2,
17575
17741
  * "tenant_id": 2,
@@ -17581,10 +17747,10 @@ export interface operations {
17581
17747
  * "is_periodic": false,
17582
17748
  * "company_name": null,
17583
17749
  * "company_registration_number": null,
17584
- * "created_at": "2026-04-21T21:57:12.000000Z"
17750
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17585
17751
  * },
17586
17752
  * {
17587
- * "uid": "4ffa43a6-81fe-468d-8b0d-0e154055fca2",
17753
+ * "uid": "94e108ae-da6e-4899-a4c3-347596d73dcd",
17588
17754
  * "listing_id": 1,
17589
17755
  * "landlord_id": 2,
17590
17756
  * "tenant_id": 2,
@@ -17596,12 +17762,12 @@ export interface operations {
17596
17762
  * "is_periodic": false,
17597
17763
  * "company_name": null,
17598
17764
  * "company_registration_number": null,
17599
- * "created_at": "2026-04-21T21:57:12.000000Z"
17765
+ * "created_at": "2026-04-22T07:30:36.000000Z"
17600
17766
  * }
17601
17767
  * ]
17602
17768
  */
17603
17769
  data?: {
17604
- /** @example 2871f603-6f99-45de-a407-3ecda9982de0 */
17770
+ /** @example 4ff655e8-2dc5-495c-8c1c-d72ed635625a */
17605
17771
  uid?: string;
17606
17772
  /** @example 1 */
17607
17773
  listing_id?: number;
@@ -17625,7 +17791,7 @@ export interface operations {
17625
17791
  company_name?: string | null;
17626
17792
  /** @example null */
17627
17793
  company_registration_number?: string | null;
17628
- /** @example 2026-04-21T21:57:12.000000Z */
17794
+ /** @example 2026-04-22T07:30:36.000000Z */
17629
17795
  created_at?: string;
17630
17796
  }[];
17631
17797
  links?: {
@@ -17732,7 +17898,7 @@ export interface operations {
17732
17898
  content: {
17733
17899
  "application/json": {
17734
17900
  data?: {
17735
- /** @example 113 */
17901
+ /** @example 115 */
17736
17902
  id?: number;
17737
17903
  compliance?: {
17738
17904
  /** @example 1 */
@@ -17752,9 +17918,9 @@ export interface operations {
17752
17918
  rejection_reason?: string | null;
17753
17919
  /** @example 1 */
17754
17920
  reviewed_by?: number;
17755
- /** @example 2026-04-21T21:57:12.000000Z */
17921
+ /** @example 2026-04-22T07:30:36.000000Z */
17756
17922
  reviewed_at?: string;
17757
- /** @example 2026-04-21T21:57:12.000000Z */
17923
+ /** @example 2026-04-22T07:30:36.000000Z */
17758
17924
  created_at?: string;
17759
17925
  };
17760
17926
  };
@@ -17781,7 +17947,7 @@ export interface operations {
17781
17947
  content: {
17782
17948
  "application/json": {
17783
17949
  data?: {
17784
- /** @example 114 */
17950
+ /** @example 116 */
17785
17951
  id?: number;
17786
17952
  compliance?: {
17787
17953
  /** @example 1 */
@@ -17801,9 +17967,9 @@ export interface operations {
17801
17967
  rejection_reason?: string | null;
17802
17968
  /** @example 1 */
17803
17969
  reviewed_by?: number;
17804
- /** @example 2026-04-21T21:57:12.000000Z */
17970
+ /** @example 2026-04-22T07:30:36.000000Z */
17805
17971
  reviewed_at?: string;
17806
- /** @example 2026-04-21T21:57:12.000000Z */
17972
+ /** @example 2026-04-22T07:30:36.000000Z */
17807
17973
  created_at?: string;
17808
17974
  };
17809
17975
  };
@@ -18825,35 +18991,35 @@ export interface operations {
18825
18991
  /**
18826
18992
  * @example [
18827
18993
  * {
18828
- * "uid": "17cc432f-8599-4e7b-a278-6a5e6bab64da",
18994
+ * "uid": "ec921dbc-91d8-4b70-b0ce-b2a90659433d",
18829
18995
  * "title": "Quos velit et fugiat sunt nihil.",
18830
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.",
18831
18997
  * "status": "reported",
18832
18998
  * "priority": "emergency",
18833
- * "reported_at": "2026-04-15T09:10:48.000000Z",
18834
- * "assigned_at": "2026-04-20T05:30:40.000000Z",
18999
+ * "reported_at": "2026-04-15T18:44:13.000000Z",
19000
+ * "assigned_at": "2026-04-20T15:04:05.000000Z",
18835
19001
  * "completed_at": null,
18836
- * "sla_deadline": "2026-04-23T10:53:03.000000Z",
18837
- * "created_at": "2026-04-21T21:57:13.000000Z",
18838
- * "updated_at": "2026-04-21T21:57:13.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"
18839
19005
  * },
18840
19006
  * {
18841
- * "uid": "48fc004e-0e48-4df1-ac77-02b3fd3ce460",
19007
+ * "uid": "3e8139cf-2621-4c51-a342-6f6de11d1643",
18842
19008
  * "title": "Fugit deleniti distinctio eum doloremque.",
18843
19009
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
18844
19010
  * "status": "completed",
18845
19011
  * "priority": "normal",
18846
- * "reported_at": "2026-04-17T21:49:13.000000Z",
19012
+ * "reported_at": "2026-04-18T07:22:38.000000Z",
18847
19013
  * "assigned_at": null,
18848
19014
  * "completed_at": null,
18849
- * "sla_deadline": "2026-04-24T18:53:00.000000Z",
18850
- * "created_at": "2026-04-21T21:57:13.000000Z",
18851
- * "updated_at": "2026-04-21T21:57:13.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"
18852
19018
  * }
18853
19019
  * ]
18854
19020
  */
18855
19021
  data?: {
18856
- /** @example 17cc432f-8599-4e7b-a278-6a5e6bab64da */
19022
+ /** @example ec921dbc-91d8-4b70-b0ce-b2a90659433d */
18857
19023
  uid?: string;
18858
19024
  /** @example Quos velit et fugiat sunt nihil. */
18859
19025
  title?: string;
@@ -18863,17 +19029,17 @@ export interface operations {
18863
19029
  status?: string;
18864
19030
  /** @example emergency */
18865
19031
  priority?: string;
18866
- /** @example 2026-04-15T09:10:48.000000Z */
19032
+ /** @example 2026-04-15T18:44:13.000000Z */
18867
19033
  reported_at?: string;
18868
- /** @example 2026-04-20T05:30:40.000000Z */
19034
+ /** @example 2026-04-20T15:04:05.000000Z */
18869
19035
  assigned_at?: string;
18870
19036
  /** @example null */
18871
19037
  completed_at?: string | null;
18872
- /** @example 2026-04-23T10:53:03.000000Z */
19038
+ /** @example 2026-04-23T20:26:28.000000Z */
18873
19039
  sla_deadline?: string;
18874
- /** @example 2026-04-21T21:57:13.000000Z */
19040
+ /** @example 2026-04-22T07:30:38.000000Z */
18875
19041
  created_at?: string;
18876
- /** @example 2026-04-21T21:57:13.000000Z */
19042
+ /** @example 2026-04-22T07:30:38.000000Z */
18877
19043
  updated_at?: string;
18878
19044
  }[];
18879
19045
  links?: {
@@ -18968,13 +19134,13 @@ export interface operations {
18968
19134
  content: {
18969
19135
  "application/json": {
18970
19136
  data?: {
18971
- /** @example 00ca942e-11bf-462e-81a5-1ae6ea3cdf48 */
19137
+ /** @example 49b5e5ec-6a45-420f-8913-083db437839b */
18972
19138
  uid?: string;
18973
19139
  /** @example image */
18974
19140
  file_type?: string;
18975
19141
  /** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
18976
19142
  url?: string;
18977
- /** @example 2026-04-21T21:57:13.000000Z */
19143
+ /** @example 2026-04-22T07:30:38.000000Z */
18978
19144
  created_at?: string;
18979
19145
  };
18980
19146
  };
@@ -19019,7 +19185,7 @@ export interface operations {
19019
19185
  content: {
19020
19186
  "application/json": {
19021
19187
  data?: {
19022
- /** @example 40 */
19188
+ /** @example 43 */
19023
19189
  id?: number;
19024
19190
  /** @example property_inquiry */
19025
19191
  type?: string;
@@ -19027,7 +19193,7 @@ export interface operations {
19027
19193
  listing_id?: number;
19028
19194
  /** @example null */
19029
19195
  last_message_at?: string | null;
19030
- /** @example 2026-04-21T21:57:13.000000Z */
19196
+ /** @example 2026-04-22T07:30:37.000000Z */
19031
19197
  created_at?: string;
19032
19198
  };
19033
19199
  };
@@ -19053,23 +19219,23 @@ export interface operations {
19053
19219
  /**
19054
19220
  * @example [
19055
19221
  * {
19056
- * "id": 41,
19222
+ * "id": 44,
19057
19223
  * "type": "property_inquiry",
19058
19224
  * "listing_id": 2,
19059
19225
  * "last_message_at": null,
19060
- * "created_at": "2026-04-21T21:57:13.000000Z"
19226
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19061
19227
  * },
19062
19228
  * {
19063
- * "id": 42,
19229
+ * "id": 45,
19064
19230
  * "type": "property_inquiry",
19065
19231
  * "listing_id": 2,
19066
19232
  * "last_message_at": null,
19067
- * "created_at": "2026-04-21T21:57:13.000000Z"
19233
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19068
19234
  * }
19069
19235
  * ]
19070
19236
  */
19071
19237
  data?: {
19072
- /** @example 41 */
19238
+ /** @example 44 */
19073
19239
  id?: number;
19074
19240
  /** @example property_inquiry */
19075
19241
  type?: string;
@@ -19077,7 +19243,7 @@ export interface operations {
19077
19243
  listing_id?: number;
19078
19244
  /** @example null */
19079
19245
  last_message_at?: string | null;
19080
- /** @example 2026-04-21T21:57:13.000000Z */
19246
+ /** @example 2026-04-22T07:30:37.000000Z */
19081
19247
  created_at?: string;
19082
19248
  }[];
19083
19249
  links?: {
@@ -19395,27 +19561,27 @@ export interface operations {
19395
19561
  /**
19396
19562
  * @example [
19397
19563
  * {
19398
- * "id": "65111473-55e8-48fe-bc46-94087583e77c",
19564
+ * "id": "6675b286-a871-4660-be5b-847956a7865b",
19399
19565
  * "type": "APPOINTMENT_CREATED",
19400
19566
  * "title": "faker notification",
19401
19567
  * "body": "faker notification body",
19402
19568
  * "data": [],
19403
19569
  * "read_at": null,
19404
- * "created_at": "2026-04-21T21:57:13.000000Z"
19570
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19405
19571
  * },
19406
19572
  * {
19407
- * "id": "0baea5a7-f64f-4661-8589-14afba4ec1be",
19573
+ * "id": "9c51d781-39fe-4e95-82fb-f73baea33fd5",
19408
19574
  * "type": "APPOINTMENT_CREATED",
19409
19575
  * "title": "faker notification",
19410
19576
  * "body": "faker notification body",
19411
19577
  * "data": [],
19412
19578
  * "read_at": null,
19413
- * "created_at": "2026-04-21T21:57:13.000000Z"
19579
+ * "created_at": "2026-04-22T07:30:37.000000Z"
19414
19580
  * }
19415
19581
  * ]
19416
19582
  */
19417
19583
  data?: {
19418
- /** @example 65111473-55e8-48fe-bc46-94087583e77c */
19584
+ /** @example 6675b286-a871-4660-be5b-847956a7865b */
19419
19585
  id?: string;
19420
19586
  /** @example APPOINTMENT_CREATED */
19421
19587
  type?: string;
@@ -19427,7 +19593,7 @@ export interface operations {
19427
19593
  data?: unknown[];
19428
19594
  /** @example null */
19429
19595
  read_at?: string | null;
19430
- /** @example 2026-04-21T21:57:13.000000Z */
19596
+ /** @example 2026-04-22T07:30:37.000000Z */
19431
19597
  created_at?: string;
19432
19598
  }[];
19433
19599
  links?: {
@@ -19511,7 +19677,7 @@ export interface operations {
19511
19677
  };
19512
19678
  content: {
19513
19679
  "application/json": {
19514
- /** @example 47a24d59-2b5b-4ce9-8c0e-5e87b9f9d2f0 */
19680
+ /** @example d74d551e-6a2e-4878-9234-04187d8d2a16 */
19515
19681
  id?: string;
19516
19682
  /** @example APPOINTMENT_CREATED */
19517
19683
  type?: string;
@@ -19523,7 +19689,7 @@ export interface operations {
19523
19689
  data?: unknown[];
19524
19690
  /** @example null */
19525
19691
  read_at?: string | null;
19526
- /** @example 2026-04-21T21:57:13.000000Z */
19692
+ /** @example 2026-04-22T07:30:37.000000Z */
19527
19693
  created_at?: string;
19528
19694
  };
19529
19695
  };
@@ -19770,45 +19936,45 @@ export interface operations {
19770
19936
  /**
19771
19937
  * @example [
19772
19938
  * {
19773
- * "id": 79,
19939
+ * "id": 85,
19774
19940
  * "rating": 1,
19775
19941
  * "comment": "Nice Listing",
19776
19942
  * "reviewer": {
19777
- * "id": 8,
19778
- * "name": "Kyle Matthews"
19943
+ * "id": 12,
19944
+ * "name": "Tara Marshall"
19779
19945
  * },
19780
- * "created_at": "2026-04-21T21:57:13+00:00",
19781
- * "updated_at": "2026-04-21T21:57:13+00:00"
19946
+ * "created_at": "2026-04-22T07:30:37+00:00",
19947
+ * "updated_at": "2026-04-22T07:30:37+00:00"
19782
19948
  * },
19783
19949
  * {
19784
- * "id": 80,
19950
+ * "id": 86,
19785
19951
  * "rating": 1,
19786
19952
  * "comment": "Nice Listing",
19787
19953
  * "reviewer": {
19788
- * "id": 24,
19789
- * "name": "Ethan Green"
19954
+ * "id": 16,
19955
+ * "name": "Francesca Carter"
19790
19956
  * },
19791
- * "created_at": "2026-04-21T21:57:13+00:00",
19792
- * "updated_at": "2026-04-21T21:57:13+00:00"
19957
+ * "created_at": "2026-04-22T07:30:37+00:00",
19958
+ * "updated_at": "2026-04-22T07:30:37+00:00"
19793
19959
  * }
19794
19960
  * ]
19795
19961
  */
19796
19962
  data?: {
19797
- /** @example 79 */
19963
+ /** @example 85 */
19798
19964
  id?: number;
19799
19965
  /** @example 1 */
19800
19966
  rating?: number;
19801
19967
  /** @example Nice Listing */
19802
19968
  comment?: string;
19803
19969
  reviewer?: {
19804
- /** @example 8 */
19970
+ /** @example 12 */
19805
19971
  id?: number;
19806
- /** @example Kyle Matthews */
19972
+ /** @example Tara Marshall */
19807
19973
  name?: string;
19808
19974
  };
19809
- /** @example 2026-04-21T21:57:13+00:00 */
19975
+ /** @example 2026-04-22T07:30:37+00:00 */
19810
19976
  created_at?: string;
19811
- /** @example 2026-04-21T21:57:13+00:00 */
19977
+ /** @example 2026-04-22T07:30:37+00:00 */
19812
19978
  updated_at?: string;
19813
19979
  }[];
19814
19980
  links?: {
@@ -19962,21 +20128,21 @@ export interface operations {
19962
20128
  content: {
19963
20129
  "application/json": {
19964
20130
  data?: {
19965
- /** @example 81 */
20131
+ /** @example 87 */
19966
20132
  id?: number;
19967
20133
  /** @example 1 */
19968
20134
  rating?: number;
19969
20135
  /** @example Nice Listing */
19970
20136
  comment?: string;
19971
20137
  reviewer?: {
19972
- /** @example 12 */
20138
+ /** @example 11 */
19973
20139
  id?: number;
19974
- /** @example Tara Marshall */
20140
+ /** @example Paul Brown */
19975
20141
  name?: string;
19976
20142
  };
19977
- /** @example 2026-04-21T21:57:13+00:00 */
20143
+ /** @example 2026-04-22T07:30:37+00:00 */
19978
20144
  created_at?: string;
19979
- /** @example 2026-04-21T21:57:13+00:00 */
20145
+ /** @example 2026-04-22T07:30:37+00:00 */
19980
20146
  updated_at?: string;
19981
20147
  };
19982
20148
  };
@@ -20020,21 +20186,21 @@ export interface operations {
20020
20186
  content: {
20021
20187
  "application/json": {
20022
20188
  data?: {
20023
- /** @example 82 */
20189
+ /** @example 88 */
20024
20190
  id?: number;
20025
20191
  /** @example 1 */
20026
20192
  rating?: number;
20027
20193
  /** @example Nice Listing */
20028
20194
  comment?: string;
20029
20195
  reviewer?: {
20030
- /** @example 24 */
20196
+ /** @example 3 */
20031
20197
  id?: number;
20032
- /** @example Ethan Green */
20198
+ /** @example Teagan King */
20033
20199
  name?: string;
20034
20200
  };
20035
- /** @example 2026-04-21T21:57:13+00:00 */
20201
+ /** @example 2026-04-22T07:30:37+00:00 */
20036
20202
  created_at?: string;
20037
- /** @example 2026-04-21T21:57:13+00:00 */
20203
+ /** @example 2026-04-22T07:30:37+00:00 */
20038
20204
  updated_at?: string;
20039
20205
  };
20040
20206
  };
@@ -20076,21 +20242,21 @@ export interface operations {
20076
20242
  content: {
20077
20243
  "application/json": {
20078
20244
  data?: {
20079
- /** @example 83 */
20245
+ /** @example 89 */
20080
20246
  id?: number;
20081
20247
  /** @example 1 */
20082
20248
  rating?: number;
20083
20249
  /** @example Nice Listing */
20084
20250
  comment?: string;
20085
20251
  reviewer?: {
20086
- /** @example 4 */
20252
+ /** @example 18 */
20087
20253
  id?: number;
20088
- /** @example Lola Holmes */
20254
+ /** @example Wayne Davies */
20089
20255
  name?: string;
20090
20256
  };
20091
- /** @example 2026-04-21T21:57:13+00:00 */
20257
+ /** @example 2026-04-22T07:30:37+00:00 */
20092
20258
  created_at?: string;
20093
- /** @example 2026-04-21T21:57:13+00:00 */
20259
+ /** @example 2026-04-22T07:30:37+00:00 */
20094
20260
  updated_at?: string;
20095
20261
  };
20096
20262
  };
@@ -20117,21 +20283,21 @@ export interface operations {
20117
20283
  content: {
20118
20284
  "application/json": {
20119
20285
  data?: {
20120
- /** @example 84 */
20286
+ /** @example 90 */
20121
20287
  id?: number;
20122
20288
  /** @example 1 */
20123
20289
  rating?: number;
20124
20290
  /** @example Nice Listing */
20125
20291
  comment?: string;
20126
20292
  reviewer?: {
20127
- /** @example 15 */
20293
+ /** @example 11 */
20128
20294
  id?: number;
20129
- /** @example Sabrina Owen */
20295
+ /** @example Paul Brown */
20130
20296
  name?: string;
20131
20297
  };
20132
- /** @example 2026-04-21T21:57:13+00:00 */
20298
+ /** @example 2026-04-22T07:30:37+00:00 */
20133
20299
  created_at?: string;
20134
- /** @example 2026-04-21T21:57:13+00:00 */
20300
+ /** @example 2026-04-22T07:30:37+00:00 */
20135
20301
  updated_at?: string;
20136
20302
  };
20137
20303
  };
@@ -20158,7 +20324,7 @@ export interface operations {
20158
20324
  content: {
20159
20325
  "application/json": {
20160
20326
  data?: {
20161
- /** @example 413b5197-6c10-4a33-9d0f-61e3c07bcb3b */
20327
+ /** @example 1d3d6ad7-fcbc-4fc1-9586-a91667df9dc0 */
20162
20328
  uid?: string;
20163
20329
  /** @example 1 */
20164
20330
  listing_id?: number;
@@ -20182,7 +20348,7 @@ export interface operations {
20182
20348
  company_name?: string | null;
20183
20349
  /** @example null */
20184
20350
  company_registration_number?: string | null;
20185
- /** @example 2026-04-21T21:57:13.000000Z */
20351
+ /** @example 2026-04-22T07:30:38.000000Z */
20186
20352
  created_at?: string;
20187
20353
  /** @example [] */
20188
20354
  compliances?: unknown[];
@@ -20259,7 +20425,7 @@ export interface operations {
20259
20425
  content: {
20260
20426
  "application/json": {
20261
20427
  data?: {
20262
- /** @example 61619e59-0bbe-4296-8856-b45ed71f6779 */
20428
+ /** @example 40bee14c-43ff-4792-b75c-4bb3d9c292ed */
20263
20429
  uid?: string;
20264
20430
  /** @example 1 */
20265
20431
  listing_id?: number;
@@ -20283,7 +20449,7 @@ export interface operations {
20283
20449
  company_name?: string | null;
20284
20450
  /** @example null */
20285
20451
  company_registration_number?: string | null;
20286
- /** @example 2026-04-21T21:57:13.000000Z */
20452
+ /** @example 2026-04-22T07:30:38.000000Z */
20287
20453
  created_at?: string;
20288
20454
  };
20289
20455
  };
@@ -20577,7 +20743,7 @@ export interface operations {
20577
20743
  * "changed_by_user_id": 3,
20578
20744
  * "changed_by_name": "Teagan King",
20579
20745
  * "comment": "Qui commodi incidunt iure odit.",
20580
- * "created_at": "2025-12-14T08:44:12.000000Z"
20746
+ * "created_at": "2025-12-14T18:17:37.000000Z"
20581
20747
  * },
20582
20748
  * {
20583
20749
  * "from_state": "pre_move_in_ready",
@@ -20585,7 +20751,7 @@ export interface operations {
20585
20751
  * "changed_by_user_id": 3,
20586
20752
  * "changed_by_name": "Teagan King",
20587
20753
  * "comment": null,
20588
- * "created_at": "2025-10-30T16:39:52.000000Z"
20754
+ * "created_at": "2025-10-31T02:13:17.000000Z"
20589
20755
  * }
20590
20756
  * ]
20591
20757
  */
@@ -20600,7 +20766,7 @@ export interface operations {
20600
20766
  changed_by_name?: string;
20601
20767
  /** @example Qui commodi incidunt iure odit. */
20602
20768
  comment?: string;
20603
- /** @example 2025-12-14T08:44:12.000000Z */
20769
+ /** @example 2025-12-14T18:17:37.000000Z */
20604
20770
  created_at?: string;
20605
20771
  }[];
20606
20772
  };
@@ -20844,7 +21010,7 @@ export interface operations {
20844
21010
  content: {
20845
21011
  "application/json": {
20846
21012
  data?: {
20847
- /** @example 6d320167-b09f-46c7-809b-43e76901ef40 */
21013
+ /** @example c35a835c-ebac-4866-8d8f-cb3d1475af77 */
20848
21014
  uid?: string;
20849
21015
  /** @example Ms. Audra Crooks II */
20850
21016
  username?: string;
@@ -20874,7 +21040,7 @@ export interface operations {
20874
21040
  timezone?: string;
20875
21041
  /** @example Customer */
20876
21042
  user_type?: string;
20877
- /** @example 21 Apr 2026, 09:57 PM */
21043
+ /** @example 22 Apr 2026, 07:30 AM */
20878
21044
  created?: string;
20879
21045
  /** @example 0 seconds ago */
20880
21046
  email_verified_at?: string;
@@ -20973,7 +21139,7 @@ export interface operations {
20973
21139
  content: {
20974
21140
  "application/json": {
20975
21141
  data?: {
20976
- /** @example c14d4a80-2504-4b26-8f19-e5b2d20a085d */
21142
+ /** @example eac4f7d4-a288-4be8-9f47-97aa83595008 */
20977
21143
  uid?: string;
20978
21144
  /** @example Morgan Hirthe */
20979
21145
  username?: string;
@@ -21003,7 +21169,7 @@ export interface operations {
21003
21169
  timezone?: string;
21004
21170
  /** @example Customer */
21005
21171
  user_type?: string;
21006
- /** @example 21 Apr 2026, 09:57 PM */
21172
+ /** @example 22 Apr 2026, 07:30 AM */
21007
21173
  created?: string;
21008
21174
  /** @example 0 seconds ago */
21009
21175
  email_verified_at?: string;
@@ -21075,7 +21241,7 @@ export interface operations {
21075
21241
  content: {
21076
21242
  "application/json": {
21077
21243
  data?: {
21078
- /** @example a1110194-c1dc-437c-95d8-1e02c9b1ef09 */
21244
+ /** @example 65e970ff-35ea-40a8-95d4-5e76b946f923 */
21079
21245
  uid?: string;
21080
21246
  /** @example Ms. Audra Crooks II */
21081
21247
  username?: string;
@@ -21105,7 +21271,7 @@ export interface operations {
21105
21271
  timezone?: string;
21106
21272
  /** @example Customer */
21107
21273
  user_type?: string;
21108
- /** @example 21 Apr 2026, 09:57 PM */
21274
+ /** @example 22 Apr 2026, 07:30 AM */
21109
21275
  created?: string;
21110
21276
  /** @example 0 seconds ago */
21111
21277
  email_verified_at?: string;
@@ -21339,13 +21505,13 @@ export interface operations {
21339
21505
  content: {
21340
21506
  "application/json": {
21341
21507
  data?: {
21342
- /** @example 9 */
21508
+ /** @example 2 */
21343
21509
  current_level?: number;
21344
21510
  /** @example 3 */
21345
21511
  completed_layers?: number;
21346
- /** @example 0 */
21512
+ /** @example 8 */
21347
21513
  pending_layers?: number;
21348
- /** @example 21 Apr 2026, 09:57 PM */
21514
+ /** @example 22 Apr 2026, 07:30 AM */
21349
21515
  last_calculated_at?: string;
21350
21516
  };
21351
21517
  };
@@ -21387,13 +21553,13 @@ export interface operations {
21387
21553
  content: {
21388
21554
  "application/json": {
21389
21555
  data?: {
21390
- /** @example 0 */
21556
+ /** @example 9 */
21391
21557
  current_level?: number;
21392
21558
  /** @example 3 */
21393
21559
  completed_layers?: number;
21394
- /** @example 4 */
21560
+ /** @example 2 */
21395
21561
  pending_layers?: number;
21396
- /** @example 21 Apr 2026, 09:57 PM */
21562
+ /** @example 22 Apr 2026, 07:30 AM */
21397
21563
  last_calculated_at?: string;
21398
21564
  };
21399
21565
  };
@@ -21427,14 +21593,14 @@ export interface operations {
21427
21593
  content: {
21428
21594
  "application/json": {
21429
21595
  data?: {
21430
- /** @example 1c0ee3aa-b00a-44c3-8d17-3a3769fbd308 */
21596
+ /** @example 9f8cfc6a-2471-4c1d-ae2f-4e4bf8edd598 */
21431
21597
  wishlist_uid?: string;
21432
21598
  listing?: {
21433
- /** @example New For Sale Used Item draft • 21 Apr 2026, 9:57 PM */
21599
+ /** @example New For Sale Used Item draft • 22 Apr 2026, 7:30 AM */
21434
21600
  draft_name?: string;
21435
- /** @example LST-UIT-SAL-MO95ZFZ6MKS */
21601
+ /** @example LST-UIT-SAL-MO9QGUPD1BR */
21436
21602
  sku?: string;
21437
- /** @example 898baef4-fa0b-470e-b319-ad89185a908d */
21603
+ /** @example ad11fd24-fceb-4765-9acc-8592c3524b93 */
21438
21604
  uid?: string;
21439
21605
  /** @example Sale */
21440
21606
  listing_type?: string;
@@ -21518,15 +21684,15 @@ export interface operations {
21518
21684
  /**
21519
21685
  * @example [
21520
21686
  * {
21521
- * "wishlist_uid": "b91ae034-b29b-4fe1-83c8-b9f3b9a4e29f"
21687
+ * "wishlist_uid": "616fbf04-1603-4e13-953c-9227879a0e72"
21522
21688
  * },
21523
21689
  * {
21524
- * "wishlist_uid": "a2d9f9b8-f2d3-4e57-99bf-515393aca1ce"
21690
+ * "wishlist_uid": "48a9fba2-53c8-4a77-8e2c-e476450561b6"
21525
21691
  * }
21526
21692
  * ]
21527
21693
  */
21528
21694
  data?: {
21529
- /** @example b91ae034-b29b-4fe1-83c8-b9f3b9a4e29f */
21695
+ /** @example 616fbf04-1603-4e13-953c-9227879a0e72 */
21530
21696
  wishlist_uid?: string;
21531
21697
  }[];
21532
21698
  links?: {
@@ -21614,7 +21780,7 @@ export interface operations {
21614
21780
  completed_layers?: number;
21615
21781
  /** @example 4 */
21616
21782
  pending_layers?: number;
21617
- /** @example 21 Apr 2026, 09:57 PM */
21783
+ /** @example 22 Apr 2026, 07:30 AM */
21618
21784
  last_calculated_at?: string;
21619
21785
  };
21620
21786
  };
@@ -21770,13 +21936,13 @@ export interface operations {
21770
21936
  content: {
21771
21937
  "application/json": {
21772
21938
  data?: {
21773
- /** @example 9 */
21939
+ /** @example 0 */
21774
21940
  current_level?: number;
21775
21941
  /** @example 3 */
21776
21942
  completed_layers?: number;
21777
- /** @example 2 */
21943
+ /** @example 4 */
21778
21944
  pending_layers?: number;
21779
- /** @example 21 Apr 2026, 09:57 PM */
21945
+ /** @example 22 Apr 2026, 07:30 AM */
21780
21946
  last_calculated_at?: string;
21781
21947
  };
21782
21948
  };