@justins-home/types 1.1.39 → 1.1.41

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 +303 -319
  2. package/package.json +1 -1
@@ -1957,12 +1957,7 @@ export interface paths {
1957
1957
  parameters: {
1958
1958
  query?: never;
1959
1959
  header?: never;
1960
- path: {
1961
- /** @description The storage disk. */
1962
- disk: string;
1963
- /** @description The storage path for the document. */
1964
- path: string;
1965
- };
1960
+ path?: never;
1966
1961
  cookie?: never;
1967
1962
  };
1968
1963
  /**
@@ -1982,12 +1977,7 @@ export interface paths {
1982
1977
  parameters: {
1983
1978
  query?: never;
1984
1979
  header?: never;
1985
- path: {
1986
- /** @description The storage disk. */
1987
- disk: string;
1988
- /** @description The storage path for the document. */
1989
- path: string;
1990
- };
1980
+ path?: never;
1991
1981
  cookie?: never;
1992
1982
  };
1993
1983
  /**
@@ -5877,7 +5867,7 @@ export interface operations {
5877
5867
  content: {
5878
5868
  "application/json": {
5879
5869
  data?: {
5880
- /** @example 5a791888-4276-4d7c-9ac9-fb90a24904df */
5870
+ /** @example 2994d56a-579c-4011-b4ff-f9ae550ff1a7 */
5881
5871
  uid?: string;
5882
5872
  /** @example Ms. Audra Crooks II */
5883
5873
  username?: string;
@@ -5907,7 +5897,7 @@ export interface operations {
5907
5897
  timezone?: string;
5908
5898
  /** @example Customer */
5909
5899
  user_type?: string;
5910
- /** @example 21 Apr 2026, 05:35 PM */
5900
+ /** @example 21 Apr 2026, 09:57 PM */
5911
5901
  created?: string;
5912
5902
  /** @example 0 seconds ago */
5913
5903
  email_verified_at?: string;
@@ -6160,11 +6150,11 @@ export interface operations {
6160
6150
  content: {
6161
6151
  "application/json": {
6162
6152
  data?: {
6163
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
6153
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
6164
6154
  draft_name?: string;
6165
- /** @example LST-PRP-LTR-MO8WN4SEIEE */
6155
+ /** @example LST-PRP-LTR-MO95ZF6FNZD */
6166
6156
  sku?: string;
6167
- /** @example 5ff9e7fe-95b1-4468-8d6b-690e7b72570e */
6157
+ /** @example 2f609908-3149-4b5c-92ec-dd3fe2350aa5 */
6168
6158
  uid?: string;
6169
6159
  /** @example Rent */
6170
6160
  listing_type?: string;
@@ -7576,7 +7566,7 @@ export interface operations {
7576
7566
  content: {
7577
7567
  "application/json": {
7578
7568
  /**
7579
- * @example Unverified
7569
+ * @example Dormant
7580
7570
  * @enum {string}
7581
7571
  */
7582
7572
  status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
@@ -7591,7 +7581,7 @@ export interface operations {
7591
7581
  content: {
7592
7582
  "application/json": {
7593
7583
  data?: {
7594
- /** @example 5c0ab7a9-a18e-4210-a9fe-4dbc08a25ec3 */
7584
+ /** @example 5555b542-cf3f-4e88-8f18-ba7f8b4003e4 */
7595
7585
  uid?: string;
7596
7586
  /** @example Morgan Hirthe */
7597
7587
  username?: string;
@@ -7621,7 +7611,7 @@ export interface operations {
7621
7611
  timezone?: string;
7622
7612
  /** @example Customer */
7623
7613
  user_type?: string;
7624
- /** @example 21 Apr 2026, 05:35 PM */
7614
+ /** @example 21 Apr 2026, 09:57 PM */
7625
7615
  created?: string;
7626
7616
  /** @example 0 seconds ago */
7627
7617
  email_verified_at?: string;
@@ -8330,11 +8320,11 @@ export interface operations {
8330
8320
  content: {
8331
8321
  "application/json": {
8332
8322
  data?: {
8333
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
8323
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
8334
8324
  draft_name?: string;
8335
- /** @example LST-PRP-LTR-MO8WN4WCS3G */
8325
+ /** @example LST-PRP-LTR-MO95ZF9DQDB */
8336
8326
  sku?: string;
8337
- /** @example 903707e2-9724-4067-a1b4-3424a1462b42 */
8327
+ /** @example d986e6a6-9dfe-40d8-962d-f0f9d0af0ab9 */
8338
8328
  uid?: string;
8339
8329
  /** @example Rent */
8340
8330
  listing_type?: string;
@@ -8774,7 +8764,7 @@ export interface operations {
8774
8764
  content: {
8775
8765
  "application/json": {
8776
8766
  data?: {
8777
- /** @example 33b95165-14f4-4c4a-876f-7c16f2d2bc16 */
8767
+ /** @example 97cf2106-d81c-4156-9c68-36014144b394 */
8778
8768
  uid?: string;
8779
8769
  /** @example photo */
8780
8770
  media_type?: string;
@@ -9081,13 +9071,13 @@ export interface operations {
9081
9071
  /**
9082
9072
  * @example [
9083
9073
  * {
9084
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
9085
- * "sku": "LST-PRP-SHL-MO8WN4Y79JD",
9086
- * "uid": "9d149d26-bb33-4651-80e6-3e34c07ac449",
9087
- * "listing_type": "Short Let",
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",
9077
+ * "listing_type": "Rent",
9088
9078
  * "vertical": "Property",
9089
- * "arrangement_type": "company_lease",
9090
- * "arrangement_type_label": "Company Lease",
9079
+ * "arrangement_type": "let_to_let",
9080
+ * "arrangement_type_label": "Let to Let",
9091
9081
  * "price": null,
9092
9082
  * "state": "draft",
9093
9083
  * "published_at": null,
@@ -9100,38 +9090,40 @@ export interface operations {
9100
9090
  * "media": []
9101
9091
  * },
9102
9092
  * {
9103
- * "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 5:35 PM",
9104
- * "sku": "LST-UIT-SAL-MO8WN4YACIO",
9105
- * "uid": "02d29482-2fe4-4fde-bcdd-5c6b51e8bc6c",
9106
- * "listing_type": "Sale",
9107
- * "vertical": "Used Item",
9108
- * "arrangement_type": null,
9109
- * "arrangement_type_label": null,
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",
9096
+ * "listing_type": "Short Let",
9097
+ * "vertical": "Property",
9098
+ * "arrangement_type": "short_term_managed",
9099
+ * "arrangement_type_label": "Short Term Managed",
9110
9100
  * "price": null,
9111
9101
  * "state": "draft",
9112
9102
  * "published_at": null,
9113
9103
  * "published_since": null,
9114
9104
  * "is_visible": false,
9115
- * "summary": [],
9105
+ * "summary": {
9106
+ * "availability": null
9107
+ * },
9116
9108
  * "workflow": [],
9117
9109
  * "media": []
9118
9110
  * }
9119
9111
  * ]
9120
9112
  */
9121
9113
  data?: {
9122
- /** @example New Short Let Property draft • 21 Apr 2026, 5:35 PM */
9114
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
9123
9115
  draft_name?: string;
9124
- /** @example LST-PRP-SHL-MO8WN4Y79JD */
9116
+ /** @example LST-PRP-LTR-MO95ZFB1PHX */
9125
9117
  sku?: string;
9126
- /** @example 9d149d26-bb33-4651-80e6-3e34c07ac449 */
9118
+ /** @example 287286c0-bf56-4244-b6c9-993e834253e3 */
9127
9119
  uid?: string;
9128
- /** @example Short Let */
9120
+ /** @example Rent */
9129
9121
  listing_type?: string;
9130
9122
  /** @example Property */
9131
9123
  vertical?: string;
9132
- /** @example company_lease */
9124
+ /** @example let_to_let */
9133
9125
  arrangement_type?: string;
9134
- /** @example Company Lease */
9126
+ /** @example Let to Let */
9135
9127
  arrangement_type_label?: string;
9136
9128
  /** @example null */
9137
9129
  price?: string | null;
@@ -9318,11 +9310,11 @@ export interface operations {
9318
9310
  content: {
9319
9311
  "application/json": {
9320
9312
  data?: {
9321
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
9313
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
9322
9314
  draft_name?: string;
9323
- /** @example LST-PRP-LTR-MO8WN4YJUOL */
9315
+ /** @example LST-PRP-LTR-MO95ZFBD2LM */
9324
9316
  sku?: string;
9325
- /** @example 9372488a-e462-4c57-a6c0-11c13d79e948 */
9317
+ /** @example 8d114fc1-0703-4175-97a4-51db179c00de */
9326
9318
  uid?: string;
9327
9319
  /** @example Rent */
9328
9320
  listing_type?: string;
@@ -9385,11 +9377,11 @@ export interface operations {
9385
9377
  content: {
9386
9378
  "application/json": {
9387
9379
  data?: {
9388
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
9380
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
9389
9381
  draft_name?: string;
9390
- /** @example LST-PRP-LTR-MO8WN4YPX2S */
9382
+ /** @example LST-PRP-LTR-MO95ZFBJUXG */
9391
9383
  sku?: string;
9392
- /** @example bf12bd40-c4f9-42c5-be59-8a1f5f3ea043 */
9384
+ /** @example 9d76f174-1a05-40a3-adad-4b4273f2f892 */
9393
9385
  uid?: string;
9394
9386
  /** @example Rent */
9395
9387
  listing_type?: string;
@@ -9442,11 +9434,11 @@ export interface operations {
9442
9434
  content: {
9443
9435
  "application/json": {
9444
9436
  data?: {
9445
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
9437
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
9446
9438
  draft_name?: string;
9447
- /** @example LST-PRP-LTR-MO8WN4YXXP1 */
9439
+ /** @example LST-PRP-LTR-MO95ZFBPZBQ */
9448
9440
  sku?: string;
9449
- /** @example 50578028-2280-4c75-9d72-f45a024c8362 */
9441
+ /** @example 5206d433-a8c2-43cb-b0e4-eb7c89c25575 */
9450
9442
  uid?: string;
9451
9443
  /** @example Rent */
9452
9444
  listing_type?: string;
@@ -9499,11 +9491,11 @@ export interface operations {
9499
9491
  content: {
9500
9492
  "application/json": {
9501
9493
  data?: {
9502
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
9494
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
9503
9495
  draft_name?: string;
9504
- /** @example LST-PRP-LTR-MO8WN4Z2S6P */
9496
+ /** @example LST-PRP-LTR-MO95ZFBV25T */
9505
9497
  sku?: string;
9506
- /** @example 1f3ffb8a-f0b2-4f30-8de2-a94802f6619f */
9498
+ /** @example 36cfe89e-f132-4195-b493-20674d1b9e29 */
9507
9499
  uid?: string;
9508
9500
  /** @example Rent */
9509
9501
  listing_type?: string;
@@ -9697,7 +9689,7 @@ export interface operations {
9697
9689
  content: {
9698
9690
  "application/json": {
9699
9691
  data?: {
9700
- /** @example 70 */
9692
+ /** @example 79 */
9701
9693
  id?: number;
9702
9694
  /** @example 1 */
9703
9695
  category_id?: number;
@@ -9771,7 +9763,7 @@ export interface operations {
9771
9763
  content: {
9772
9764
  "application/json": {
9773
9765
  data?: {
9774
- /** @example 71 */
9766
+ /** @example 80 */
9775
9767
  id?: number;
9776
9768
  /** @example 1 */
9777
9769
  category_id?: number;
@@ -9810,7 +9802,7 @@ export interface operations {
9810
9802
  content: {
9811
9803
  "application/json": {
9812
9804
  data?: {
9813
- /** @example 72 */
9805
+ /** @example 81 */
9814
9806
  id?: number;
9815
9807
  /** @example 1 */
9816
9808
  category_id?: number;
@@ -9848,7 +9840,7 @@ export interface operations {
9848
9840
  /**
9849
9841
  * @example [
9850
9842
  * {
9851
- * "id": 60,
9843
+ * "id": 75,
9852
9844
  * "name": "Exterior",
9853
9845
  * "description": "For Exterior categories",
9854
9846
  * "display_order": 1,
@@ -9858,7 +9850,7 @@ export interface operations {
9858
9850
  * "is_active": true
9859
9851
  * },
9860
9852
  * {
9861
- * "id": 61,
9853
+ * "id": 76,
9862
9854
  * "name": "Exterior",
9863
9855
  * "description": "For Exterior categories",
9864
9856
  * "display_order": 1,
@@ -9870,7 +9862,7 @@ export interface operations {
9870
9862
  * ]
9871
9863
  */
9872
9864
  data?: {
9873
- /** @example 60 */
9865
+ /** @example 75 */
9874
9866
  id?: number;
9875
9867
  /** @example Exterior */
9876
9868
  name?: string;
@@ -9934,7 +9926,7 @@ export interface operations {
9934
9926
  content: {
9935
9927
  "application/json": {
9936
9928
  data?: {
9937
- /** @example 62 */
9929
+ /** @example 77 */
9938
9930
  id?: number;
9939
9931
  /** @example Exterior */
9940
9932
  name?: string;
@@ -10001,7 +9993,7 @@ export interface operations {
10001
9993
  content: {
10002
9994
  "application/json": {
10003
9995
  data?: {
10004
- /** @example 63 */
9996
+ /** @example 78 */
10005
9997
  id?: number;
10006
9998
  /** @example Exterior */
10007
9999
  name?: string;
@@ -10042,7 +10034,7 @@ export interface operations {
10042
10034
  content: {
10043
10035
  "application/json": {
10044
10036
  data?: {
10045
- /** @example 64 */
10037
+ /** @example 79 */
10046
10038
  id?: number;
10047
10039
  /** @example Exterior */
10048
10040
  name?: string;
@@ -10305,7 +10297,7 @@ export interface operations {
10305
10297
  content: {
10306
10298
  "application/json": {
10307
10299
  data?: {
10308
- /** @example 34 */
10300
+ /** @example 40 */
10309
10301
  id?: number;
10310
10302
  /** @example email_fa_0 */
10311
10303
  key?: string;
@@ -10319,9 +10311,9 @@ export interface operations {
10319
10311
  metadata_schema?: unknown[];
10320
10312
  /** @example true */
10321
10313
  is_active?: boolean;
10322
- /** @example 2026-04-21T17:35:42.000000Z */
10314
+ /** @example 2026-04-21T21:57:12.000000Z */
10323
10315
  created_at?: string;
10324
- /** @example 2026-04-21T17:35:42.000000Z */
10316
+ /** @example 2026-04-21T21:57:12.000000Z */
10325
10317
  updated_at?: string;
10326
10318
  };
10327
10319
  };
@@ -10381,7 +10373,7 @@ export interface operations {
10381
10373
  content: {
10382
10374
  "application/json": {
10383
10375
  data?: {
10384
- /** @example 35 */
10376
+ /** @example 41 */
10385
10377
  id?: number;
10386
10378
  /** @example email_fa_0 */
10387
10379
  key?: string;
@@ -10395,9 +10387,9 @@ export interface operations {
10395
10387
  metadata_schema?: unknown[];
10396
10388
  /** @example true */
10397
10389
  is_active?: boolean;
10398
- /** @example 2026-04-21T17:35:42.000000Z */
10390
+ /** @example 2026-04-21T21:57:12.000000Z */
10399
10391
  created_at?: string;
10400
- /** @example 2026-04-21T17:35:42.000000Z */
10392
+ /** @example 2026-04-21T21:57:12.000000Z */
10401
10393
  updated_at?: string;
10402
10394
  };
10403
10395
  };
@@ -11754,11 +11746,11 @@ export interface operations {
11754
11746
  content: {
11755
11747
  "application/json": {
11756
11748
  data?: {
11757
- /** @example consequatur */
11749
+ /** @example architecto */
11758
11750
  key?: string;
11759
- /** @example ipsam */
11751
+ /** @example eius */
11760
11752
  name?: string;
11761
- /** @example Expedita ea quisquam sapiente et non. */
11753
+ /** @example Animi quos velit et fugiat. */
11762
11754
  description?: string;
11763
11755
  /** @example string */
11764
11756
  value_type?: string;
@@ -11813,54 +11805,48 @@ export interface operations {
11813
11805
  };
11814
11806
  viewDocumentAdmin: {
11815
11807
  parameters: {
11816
- query?: never;
11817
- header?: never;
11818
- path: {
11808
+ query: {
11819
11809
  /** @description The storage disk. */
11820
11810
  disk: string;
11821
11811
  /** @description The storage path for the document. */
11822
11812
  path: string;
11823
11813
  };
11814
+ header?: never;
11815
+ path?: never;
11824
11816
  cookie?: never;
11825
11817
  };
11826
11818
  requestBody?: never;
11827
11819
  responses: {
11828
- 401: {
11820
+ 200: {
11829
11821
  headers: {
11830
11822
  [name: string]: unknown;
11831
11823
  };
11832
11824
  content: {
11833
- "application/json": {
11834
- /** @example Unauthenticated. */
11835
- message?: string;
11836
- };
11825
+ "application/octet-stream": string;
11837
11826
  };
11838
11827
  };
11839
11828
  };
11840
11829
  };
11841
11830
  downloadDocumentAdmin: {
11842
11831
  parameters: {
11843
- query?: never;
11844
- header?: never;
11845
- path: {
11832
+ query: {
11846
11833
  /** @description The storage disk. */
11847
11834
  disk: string;
11848
11835
  /** @description The storage path for the document. */
11849
11836
  path: string;
11850
11837
  };
11838
+ header?: never;
11839
+ path?: never;
11851
11840
  cookie?: never;
11852
11841
  };
11853
11842
  requestBody?: never;
11854
11843
  responses: {
11855
- 401: {
11844
+ 200: {
11856
11845
  headers: {
11857
11846
  [name: string]: unknown;
11858
11847
  };
11859
11848
  content: {
11860
- "application/json": {
11861
- /** @example Unauthenticated. */
11862
- message?: string;
11863
- };
11849
+ "application/octet-stream": string;
11864
11850
  };
11865
11851
  };
11866
11852
  };
@@ -12776,13 +12762,13 @@ export interface operations {
12776
12762
  content: {
12777
12763
  "application/json": {
12778
12764
  data?: {
12779
- /** @example cfe2c1b6-2e7e-424e-8051-0a0d76a58328 */
12765
+ /** @example 8b2e86e8-368b-4762-b837-c46877270461 */
12780
12766
  uid?: string;
12781
12767
  /** @example follow_up */
12782
12768
  inspection_type?: string;
12783
12769
  /** @example cancelled */
12784
12770
  status?: string;
12785
- /** @example 2026-04-27T07:34:05.000000Z */
12771
+ /** @example 2026-04-27T11:55:34.000000Z */
12786
12772
  scheduled_date?: string;
12787
12773
  /** @example null */
12788
12774
  completed_date?: string | null;
@@ -12790,11 +12776,11 @@ export interface operations {
12790
12776
  condition_rating?: string;
12791
12777
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12792
12778
  summary?: string;
12793
- /** @example 2026-06-20T04:22:39.000000Z */
12779
+ /** @example 2026-06-20T08:44:08.000000Z */
12794
12780
  next_inspection_date?: string;
12795
- /** @example 2026-04-21T17:35:43.000000Z */
12781
+ /** @example 2026-04-21T21:57:12.000000Z */
12796
12782
  created_at?: string;
12797
- /** @example 2026-04-21T17:35:43.000000Z */
12783
+ /** @example 2026-04-21T21:57:12.000000Z */
12798
12784
  updated_at?: string;
12799
12785
  };
12800
12786
  };
@@ -12837,13 +12823,13 @@ export interface operations {
12837
12823
  content: {
12838
12824
  "application/json": {
12839
12825
  data?: {
12840
- /** @example 4403bc38-8c68-4316-957c-f785fc6d35bf */
12826
+ /** @example d3b81d9d-fdda-4051-bfee-8c402f8928f9 */
12841
12827
  uid?: string;
12842
12828
  /** @example follow_up */
12843
12829
  inspection_type?: string;
12844
12830
  /** @example cancelled */
12845
12831
  status?: string;
12846
- /** @example 2026-04-15T05:00:38.000000Z */
12832
+ /** @example 2026-04-15T09:22:07.000000Z */
12847
12833
  scheduled_date?: string;
12848
12834
  /** @example null */
12849
12835
  completed_date?: string | null;
@@ -12851,11 +12837,11 @@ export interface operations {
12851
12837
  condition_rating?: string;
12852
12838
  /** @example Et animi quos velit et fugiat. */
12853
12839
  summary?: string;
12854
- /** @example 2026-07-24T12:54:25.000000Z */
12840
+ /** @example 2026-07-24T17:15:54.000000Z */
12855
12841
  next_inspection_date?: string;
12856
- /** @example 2026-04-21T17:35:43.000000Z */
12842
+ /** @example 2026-04-21T21:57:12.000000Z */
12857
12843
  created_at?: string;
12858
- /** @example 2026-04-21T17:35:43.000000Z */
12844
+ /** @example 2026-04-21T21:57:12.000000Z */
12859
12845
  updated_at?: string;
12860
12846
  };
12861
12847
  };
@@ -12892,13 +12878,13 @@ export interface operations {
12892
12878
  content: {
12893
12879
  "application/json": {
12894
12880
  data?: {
12895
- /** @example defa73bf-776d-43fc-b8e8-8fd3ea34ad79 */
12881
+ /** @example 625accde-eb0f-4f5d-b9fe-901eff0d3fca */
12896
12882
  uid?: string;
12897
12883
  /** @example follow_up */
12898
12884
  inspection_type?: string;
12899
12885
  /** @example cancelled */
12900
12886
  status?: string;
12901
- /** @example 2026-04-27T07:34:05.000000Z */
12887
+ /** @example 2026-04-27T11:55:34.000000Z */
12902
12888
  scheduled_date?: string;
12903
12889
  /** @example null */
12904
12890
  completed_date?: string | null;
@@ -12906,11 +12892,11 @@ export interface operations {
12906
12892
  condition_rating?: string;
12907
12893
  /** @example Quidem nostrum qui commodi incidunt iure odit. */
12908
12894
  summary?: string;
12909
- /** @example 2026-06-20T04:22:39.000000Z */
12895
+ /** @example 2026-06-20T08:44:08.000000Z */
12910
12896
  next_inspection_date?: string;
12911
- /** @example 2026-04-21T17:35:43.000000Z */
12897
+ /** @example 2026-04-21T21:57:12.000000Z */
12912
12898
  created_at?: string;
12913
- /** @example 2026-04-21T17:35:43.000000Z */
12899
+ /** @example 2026-04-21T21:57:12.000000Z */
12914
12900
  updated_at?: string;
12915
12901
  };
12916
12902
  };
@@ -12947,13 +12933,13 @@ export interface operations {
12947
12933
  content: {
12948
12934
  "application/json": {
12949
12935
  data?: {
12950
- /** @example 54432ffb-9580-4b3c-8cc8-ec62b7a4aea3 */
12936
+ /** @example a87c0bb7-54f3-4230-90e4-95280297ac98 */
12951
12937
  uid?: string;
12952
12938
  /** @example follow_up */
12953
12939
  inspection_type?: string;
12954
12940
  /** @example cancelled */
12955
12941
  status?: string;
12956
- /** @example 2026-04-15T05:00:38.000000Z */
12942
+ /** @example 2026-04-15T09:22:07.000000Z */
12957
12943
  scheduled_date?: string;
12958
12944
  /** @example null */
12959
12945
  completed_date?: string | null;
@@ -12961,11 +12947,11 @@ export interface operations {
12961
12947
  condition_rating?: string;
12962
12948
  /** @example Et animi quos velit et fugiat. */
12963
12949
  summary?: string;
12964
- /** @example 2026-07-24T12:54:25.000000Z */
12950
+ /** @example 2026-07-24T17:15:54.000000Z */
12965
12951
  next_inspection_date?: string;
12966
- /** @example 2026-04-21T17:35:43.000000Z */
12952
+ /** @example 2026-04-21T21:57:12.000000Z */
12967
12953
  created_at?: string;
12968
- /** @example 2026-04-21T17:35:43.000000Z */
12954
+ /** @example 2026-04-21T21:57:12.000000Z */
12969
12955
  updated_at?: string;
12970
12956
  };
12971
12957
  };
@@ -13002,27 +12988,27 @@ export interface operations {
13002
12988
  content: {
13003
12989
  "application/json": {
13004
12990
  data?: {
13005
- /** @example 8cdf6ed3-786d-404a-b681-849b63b09332 */
12991
+ /** @example de0cdc04-02ae-46e3-9346-220432423d2b */
13006
12992
  uid?: string;
13007
- /** @example Qui commodi incidunt iure. */
12993
+ /** @example Eum natus minima optio. */
13008
12994
  title?: string;
13009
- /** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
12995
+ /** @example Ipsum possimus dolor dolore et rerum. Commodi laboriosam rerum aut facilis delectus excepturi ipsam. Sapiente voluptate velit deserunt ipsum et nam. */
13010
12996
  description?: string;
13011
- /** @example breach */
12997
+ /** @example cancelled */
13012
12998
  status?: string;
13013
- /** @example low */
12999
+ /** @example normal */
13014
13000
  priority?: string;
13015
- /** @example 2026-04-20T07:04:26.000000Z */
13001
+ /** @example 2026-04-17T20:48:41.000000Z */
13016
13002
  reported_at?: string;
13017
13003
  /** @example null */
13018
13004
  assigned_at?: string | null;
13019
13005
  /** @example null */
13020
13006
  completed_at?: string | null;
13021
- /** @example 2026-04-23T03:28:52.000000Z */
13007
+ /** @example 2026-04-23T09:08:59.000000Z */
13022
13008
  sla_deadline?: string;
13023
- /** @example 2026-04-21T17:35:43.000000Z */
13009
+ /** @example 2026-04-21T21:57:12.000000Z */
13024
13010
  created_at?: string;
13025
- /** @example 2026-04-21T17:35:43.000000Z */
13011
+ /** @example 2026-04-21T21:57:12.000000Z */
13026
13012
  updated_at?: string;
13027
13013
  };
13028
13014
  };
@@ -13059,7 +13045,7 @@ export interface operations {
13059
13045
  content: {
13060
13046
  "application/json": {
13061
13047
  data?: {
13062
- /** @example 0f4f4291-209a-4e94-b867-f97621a21ca4 */
13048
+ /** @example b6fcfcef-995a-4feb-b09c-1bfaf021af95 */
13063
13049
  uid?: string;
13064
13050
  /** @example Quos velit et fugiat sunt nihil. */
13065
13051
  title?: string;
@@ -13069,17 +13055,17 @@ export interface operations {
13069
13055
  status?: string;
13070
13056
  /** @example emergency */
13071
13057
  priority?: string;
13072
- /** @example 2026-04-15T04:49:18.000000Z */
13058
+ /** @example 2026-04-15T09:10:47.000000Z */
13073
13059
  reported_at?: string;
13074
- /** @example 2026-04-20T01:09:10.000000Z */
13060
+ /** @example 2026-04-20T05:30:39.000000Z */
13075
13061
  assigned_at?: string;
13076
13062
  /** @example null */
13077
13063
  completed_at?: string | null;
13078
- /** @example 2026-04-23T06:31:33.000000Z */
13064
+ /** @example 2026-04-23T10:53:02.000000Z */
13079
13065
  sla_deadline?: string;
13080
- /** @example 2026-04-21T17:35:43.000000Z */
13066
+ /** @example 2026-04-21T21:57:12.000000Z */
13081
13067
  created_at?: string;
13082
- /** @example 2026-04-21T17:35:43.000000Z */
13068
+ /** @example 2026-04-21T21:57:12.000000Z */
13083
13069
  updated_at?: string;
13084
13070
  };
13085
13071
  };
@@ -13116,7 +13102,7 @@ export interface operations {
13116
13102
  content: {
13117
13103
  "application/json": {
13118
13104
  data?: {
13119
- /** @example ba1d8698-695d-49f5-abff-cbecbe9efa13 */
13105
+ /** @example 4cf3e90b-0726-477e-b5bc-e92c0935c5bb */
13120
13106
  uid?: string;
13121
13107
  /** @example Quos velit et fugiat sunt nihil. */
13122
13108
  title?: string;
@@ -13126,17 +13112,17 @@ export interface operations {
13126
13112
  status?: string;
13127
13113
  /** @example emergency */
13128
13114
  priority?: string;
13129
- /** @example 2026-04-15T04:49:18.000000Z */
13115
+ /** @example 2026-04-15T09:10:48.000000Z */
13130
13116
  reported_at?: string;
13131
- /** @example 2026-04-20T01:09:10.000000Z */
13117
+ /** @example 2026-04-20T05:30:40.000000Z */
13132
13118
  assigned_at?: string;
13133
13119
  /** @example null */
13134
13120
  completed_at?: string | null;
13135
- /** @example 2026-04-23T06:31:33.000000Z */
13121
+ /** @example 2026-04-23T10:53:03.000000Z */
13136
13122
  sla_deadline?: string;
13137
- /** @example 2026-04-21T17:35:43.000000Z */
13123
+ /** @example 2026-04-21T21:57:13.000000Z */
13138
13124
  created_at?: string;
13139
- /** @example 2026-04-21T17:35:43.000000Z */
13125
+ /** @example 2026-04-21T21:57:13.000000Z */
13140
13126
  updated_at?: string;
13141
13127
  };
13142
13128
  };
@@ -13173,7 +13159,7 @@ export interface operations {
13173
13159
  content: {
13174
13160
  "application/json": {
13175
13161
  data?: {
13176
- /** @example 8c09c9e2-4d15-45be-8b1a-88e91da3915a */
13162
+ /** @example ee82ab37-5809-40d4-a9d2-3e54c8518404 */
13177
13163
  uid?: string;
13178
13164
  /** @example Quos velit et fugiat sunt nihil. */
13179
13165
  title?: string;
@@ -13183,17 +13169,17 @@ export interface operations {
13183
13169
  status?: string;
13184
13170
  /** @example emergency */
13185
13171
  priority?: string;
13186
- /** @example 2026-04-15T04:49:18.000000Z */
13172
+ /** @example 2026-04-15T09:10:48.000000Z */
13187
13173
  reported_at?: string;
13188
- /** @example 2026-04-20T01:09:10.000000Z */
13174
+ /** @example 2026-04-20T05:30:40.000000Z */
13189
13175
  assigned_at?: string;
13190
13176
  /** @example null */
13191
13177
  completed_at?: string | null;
13192
- /** @example 2026-04-23T06:31:33.000000Z */
13178
+ /** @example 2026-04-23T10:53:03.000000Z */
13193
13179
  sla_deadline?: string;
13194
- /** @example 2026-04-21T17:35:43.000000Z */
13180
+ /** @example 2026-04-21T21:57:13.000000Z */
13195
13181
  created_at?: string;
13196
- /** @example 2026-04-21T17:35:43.000000Z */
13182
+ /** @example 2026-04-21T21:57:13.000000Z */
13197
13183
  updated_at?: string;
13198
13184
  };
13199
13185
  };
@@ -13589,19 +13575,19 @@ export interface operations {
13589
13575
  content: {
13590
13576
  "application/json": {
13591
13577
  data?: {
13592
- /** @example 71 */
13578
+ /** @example 92 */
13593
13579
  id?: number;
13594
13580
  /** @example 2 */
13595
13581
  listing_id?: number;
13596
13582
  /** @example completed */
13597
13583
  status?: string;
13598
13584
  scheduled?: {
13599
- /** @example 1980-05-21T00:00:00.000000Z */
13585
+ /** @example 1981-11-18T00:00:00.000000Z */
13600
13586
  start?: string;
13601
- /** @example 2023-11-28T00:00:00.000000Z */
13587
+ /** @example 1979-12-15T00:00:00.000000Z */
13602
13588
  end?: string;
13603
13589
  };
13604
- /** @example 2026-04-21T17:35:43.000000Z */
13590
+ /** @example 2026-04-21T21:57:13.000000Z */
13605
13591
  created_at?: string;
13606
13592
  };
13607
13593
  };
@@ -13628,7 +13614,7 @@ export interface operations {
13628
13614
  content: {
13629
13615
  "application/json": {
13630
13616
  data?: {
13631
- /** @example 72 */
13617
+ /** @example 93 */
13632
13618
  id?: number;
13633
13619
  /** @example 2 */
13634
13620
  listing_id?: number;
@@ -13640,7 +13626,7 @@ export interface operations {
13640
13626
  /** @example 1979-12-15T00:00:00.000000Z */
13641
13627
  end?: string;
13642
13628
  };
13643
- /** @example 2026-04-21T17:35:43.000000Z */
13629
+ /** @example 2026-04-21T21:57:13.000000Z */
13644
13630
  created_at?: string;
13645
13631
  };
13646
13632
  };
@@ -13666,29 +13652,29 @@ export interface operations {
13666
13652
  /**
13667
13653
  * @example [
13668
13654
  * {
13669
- * "id": 73,
13655
+ * "id": 94,
13670
13656
  * "listing_id": 2,
13671
13657
  * "status": "completed",
13672
13658
  * "scheduled": {
13673
13659
  * "start": "1981-11-18T00:00:00.000000Z",
13674
13660
  * "end": "1979-12-15T00:00:00.000000Z"
13675
13661
  * },
13676
- * "created_at": "2026-04-21T17:35:43.000000Z"
13662
+ * "created_at": "2026-04-21T21:57:13.000000Z"
13677
13663
  * },
13678
13664
  * {
13679
- * "id": 74,
13665
+ * "id": 95,
13680
13666
  * "listing_id": 2,
13681
13667
  * "status": "completed",
13682
13668
  * "scheduled": {
13683
13669
  * "start": "2006-09-19T00:00:00.000000Z",
13684
13670
  * "end": "2015-01-19T00:00:00.000000Z"
13685
13671
  * },
13686
- * "created_at": "2026-04-21T17:35:43.000000Z"
13672
+ * "created_at": "2026-04-21T21:57:13.000000Z"
13687
13673
  * }
13688
13674
  * ]
13689
13675
  */
13690
13676
  data?: {
13691
- /** @example 73 */
13677
+ /** @example 94 */
13692
13678
  id?: number;
13693
13679
  /** @example 2 */
13694
13680
  listing_id?: number;
@@ -13700,7 +13686,7 @@ export interface operations {
13700
13686
  /** @example 1979-12-15T00:00:00.000000Z */
13701
13687
  end?: string;
13702
13688
  };
13703
- /** @example 2026-04-21T17:35:43.000000Z */
13689
+ /** @example 2026-04-21T21:57:13.000000Z */
13704
13690
  created_at?: string;
13705
13691
  }[];
13706
13692
  links?: {
@@ -13800,7 +13786,7 @@ export interface operations {
13800
13786
  content: {
13801
13787
  "application/json": {
13802
13788
  data?: {
13803
- /** @example 75 */
13789
+ /** @example 96 */
13804
13790
  id?: number;
13805
13791
  /** @example 2 */
13806
13792
  listing_id?: number;
@@ -13812,7 +13798,7 @@ export interface operations {
13812
13798
  /** @example 1979-12-15T00:00:00.000000Z */
13813
13799
  end?: string;
13814
13800
  };
13815
- /** @example 2026-04-21T17:35:43.000000Z */
13801
+ /** @example 2026-04-21T21:57:13.000000Z */
13816
13802
  created_at?: string;
13817
13803
  };
13818
13804
  };
@@ -13839,7 +13825,7 @@ export interface operations {
13839
13825
  content: {
13840
13826
  "application/json": {
13841
13827
  data?: {
13842
- /** @example 76 */
13828
+ /** @example 97 */
13843
13829
  id?: number;
13844
13830
  /** @example 2 */
13845
13831
  listing_id?: number;
@@ -13851,7 +13837,7 @@ export interface operations {
13851
13837
  /** @example 1979-12-15T00:00:00.000000Z */
13852
13838
  end?: string;
13853
13839
  };
13854
- /** @example 2026-04-21T17:35:43.000000Z */
13840
+ /** @example 2026-04-21T21:57:13.000000Z */
13855
13841
  created_at?: string;
13856
13842
  };
13857
13843
  };
@@ -13878,7 +13864,7 @@ export interface operations {
13878
13864
  content: {
13879
13865
  "application/json": {
13880
13866
  data?: {
13881
- /** @example 77 */
13867
+ /** @example 98 */
13882
13868
  id?: number;
13883
13869
  /** @example 2 */
13884
13870
  listing_id?: number;
@@ -13890,7 +13876,7 @@ export interface operations {
13890
13876
  /** @example 1979-12-15T00:00:00.000000Z */
13891
13877
  end?: string;
13892
13878
  };
13893
- /** @example 2026-04-21T17:35:43.000000Z */
13879
+ /** @example 2026-04-21T21:57:13.000000Z */
13894
13880
  created_at?: string;
13895
13881
  };
13896
13882
  };
@@ -14961,7 +14947,7 @@ export interface operations {
14961
14947
  content: {
14962
14948
  "application/json": {
14963
14949
  data?: {
14964
- /** @example db4e5d07-0b14-48c3-9e74-5fc79d405a36 */
14950
+ /** @example e960834b-8109-49c6-b835-dc89fc2d5c07 */
14965
14951
  uid?: string;
14966
14952
  /** @example Ms. Audra Crooks II */
14967
14953
  username?: string;
@@ -14991,7 +14977,7 @@ export interface operations {
14991
14977
  timezone?: string;
14992
14978
  /** @example Customer */
14993
14979
  user_type?: string;
14994
- /** @example 21 Apr 2026, 05:35 PM */
14980
+ /** @example 21 Apr 2026, 09:57 PM */
14995
14981
  created?: string;
14996
14982
  /** @example 1 second ago */
14997
14983
  email_verified_at?: string;
@@ -15460,7 +15446,7 @@ export interface operations {
15460
15446
  content: {
15461
15447
  "application/json": {
15462
15448
  data?: {
15463
- /** @example 479ef762-aa19-440d-bf5a-b5047f78bdd0 */
15449
+ /** @example 9e3607fe-9939-4945-a139-39fd93923029 */
15464
15450
  uid?: string;
15465
15451
  /** @example Ms. Audra Crooks II */
15466
15452
  username?: string;
@@ -15490,7 +15476,7 @@ export interface operations {
15490
15476
  timezone?: string;
15491
15477
  /** @example Customer */
15492
15478
  user_type?: string;
15493
- /** @example 21 Apr 2026, 05:35 PM */
15479
+ /** @example 21 Apr 2026, 09:57 PM */
15494
15480
  created?: string;
15495
15481
  /** @example 0 seconds ago */
15496
15482
  email_verified_at?: string;
@@ -15611,20 +15597,20 @@ export interface operations {
15611
15597
  content: {
15612
15598
  "application/json": {
15613
15599
  data?: {
15614
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
15600
+ /** @example New For Sale Used Item draft • 21 Apr 2026, 9:57 PM */
15615
15601
  draft_name?: string;
15616
- /** @example LST-PRP-LTR-MO8WN4JWRRZ */
15602
+ /** @example LST-UIT-SAL-MO95ZEZ59EM */
15617
15603
  sku?: string;
15618
- /** @example 52e77079-2556-4433-8dee-4a78dc2ff938 */
15604
+ /** @example fbab7ae3-d9d5-45c9-a3b0-915d70234e95 */
15619
15605
  uid?: string;
15620
- /** @example Rent */
15606
+ /** @example Sale */
15621
15607
  listing_type?: string;
15622
- /** @example Property */
15608
+ /** @example Used Item */
15623
15609
  vertical?: string;
15624
- /** @example let_to_let */
15625
- arrangement_type?: string;
15626
- /** @example Let to Let */
15627
- arrangement_type_label?: string;
15610
+ /** @example null */
15611
+ arrangement_type?: string | null;
15612
+ /** @example null */
15613
+ arrangement_type_label?: string | null;
15628
15614
  /** @example null */
15629
15615
  price?: string | null;
15630
15616
  /** @example draft */
@@ -15635,10 +15621,8 @@ export interface operations {
15635
15621
  published_since?: string | null;
15636
15622
  /** @example false */
15637
15623
  is_visible?: boolean;
15638
- summary?: {
15639
- /** @example null */
15640
- availability?: string | null;
15641
- };
15624
+ /** @example [] */
15625
+ summary?: unknown[];
15642
15626
  /** @example [] */
15643
15627
  workflow?: unknown[];
15644
15628
  /** @example [] */
@@ -15739,9 +15723,9 @@ export interface operations {
15739
15723
  /**
15740
15724
  * @example [
15741
15725
  * {
15742
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 5:35 PM",
15743
- * "sku": "LST-PRP-LTR-MO8WN4L7DV3",
15744
- * "uid": "49aedac0-862c-4b49-a89f-adaa1ffe0213",
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",
15745
15729
  * "listing_type": "Rent",
15746
15730
  * "vertical": "Property",
15747
15731
  * "arrangement_type": "let_to_let",
@@ -15758,9 +15742,9 @@ export interface operations {
15758
15742
  * "media": []
15759
15743
  * },
15760
15744
  * {
15761
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
15762
- * "sku": "LST-PRP-SHL-MO8WN4LA1LG",
15763
- * "uid": "163041e4-8864-4191-9976-c4c51ffa8f2a",
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",
15764
15748
  * "listing_type": "Short Let",
15765
15749
  * "vertical": "Property",
15766
15750
  * "arrangement_type": "short_term_managed",
@@ -15779,11 +15763,11 @@ export interface operations {
15779
15763
  * ]
15780
15764
  */
15781
15765
  data?: {
15782
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
15766
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
15783
15767
  draft_name?: string;
15784
- /** @example LST-PRP-LTR-MO8WN4L7DV3 */
15768
+ /** @example LST-PRP-LTR-MO95ZF01RSG */
15785
15769
  sku?: string;
15786
- /** @example 49aedac0-862c-4b49-a89f-adaa1ffe0213 */
15770
+ /** @example a9d4ef0f-a091-4d54-a8e9-6c3943dc4eeb */
15787
15771
  uid?: string;
15788
15772
  /** @example Rent */
15789
15773
  listing_type?: string;
@@ -15893,9 +15877,9 @@ export interface operations {
15893
15877
  /**
15894
15878
  * @example [
15895
15879
  * {
15896
- * "draft_name": "New For Rent Property draft • 21 Apr 2026, 5:35 PM",
15897
- * "sku": "LST-PRP-LTR-MO8WN4LLFLV",
15898
- * "uid": "5f05760f-9029-4c2c-9687-74070deecb69",
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",
15899
15883
  * "listing_type": "Rent",
15900
15884
  * "vertical": "Property",
15901
15885
  * "arrangement_type": "let_to_let",
@@ -15912,9 +15896,9 @@ export interface operations {
15912
15896
  * "media": []
15913
15897
  * },
15914
15898
  * {
15915
- * "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
15916
- * "sku": "LST-PRP-SHL-MO8WN4LOPW3",
15917
- * "uid": "d8f6278b-c3e0-4053-8eac-3807b382feda",
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",
15918
15902
  * "listing_type": "Short Let",
15919
15903
  * "vertical": "Property",
15920
15904
  * "arrangement_type": "short_term_managed",
@@ -15933,11 +15917,11 @@ export interface operations {
15933
15917
  * ]
15934
15918
  */
15935
15919
  data?: {
15936
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
15920
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
15937
15921
  draft_name?: string;
15938
- /** @example LST-PRP-LTR-MO8WN4LLFLV */
15922
+ /** @example LST-PRP-LTR-MO95ZF0CNLK */
15939
15923
  sku?: string;
15940
- /** @example 5f05760f-9029-4c2c-9687-74070deecb69 */
15924
+ /** @example 3a0e8a96-f7b5-4870-a757-21f057cf5086 */
15941
15925
  uid?: string;
15942
15926
  /** @example Rent */
15943
15927
  listing_type?: string;
@@ -17001,7 +16985,7 @@ export interface operations {
17001
16985
  content: {
17002
16986
  "application/json": {
17003
16987
  data?: {
17004
- /** @example 2f85fae3-01db-48c2-b031-1ca448df424a */
16988
+ /** @example 769622a7-a9fa-4b7d-8169-3da71b2d5dbb */
17005
16989
  uid?: string;
17006
16990
  /** @example photo */
17007
16991
  media_type?: string;
@@ -17150,11 +17134,11 @@ export interface operations {
17150
17134
  content: {
17151
17135
  "application/json": {
17152
17136
  data?: {
17153
- /** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
17137
+ /** @example New For Rent Property draft • 21 Apr 2026, 9:57 PM */
17154
17138
  draft_name?: string;
17155
- /** @example LST-PRP-LTR-MO8WN4OBZEY */
17139
+ /** @example LST-PRP-LTR-MO95ZF2U0EZ */
17156
17140
  sku?: string;
17157
- /** @example 5663d31f-1fcb-4374-a3e5-d9d0b44d2fd2 */
17141
+ /** @example 106ed177-0608-4526-8a3b-7abbfb84e5e1 */
17158
17142
  uid?: string;
17159
17143
  /** @example Rent */
17160
17144
  listing_type?: string;
@@ -17314,7 +17298,7 @@ export interface operations {
17314
17298
  content: {
17315
17299
  "application/json": {
17316
17300
  data?: {
17317
- /** @example 0e30f287-bbdf-46ad-a69f-4c4f2ad5996c */
17301
+ /** @example 67642474-3d4f-498e-a2e2-433939cf914c */
17318
17302
  uid?: string;
17319
17303
  /** @example null */
17320
17304
  compliances?: string | null;
@@ -17365,7 +17349,7 @@ export interface operations {
17365
17349
  content: {
17366
17350
  "application/json": {
17367
17351
  data?: {
17368
- /** @example 94 */
17352
+ /** @example 97 */
17369
17353
  id?: number;
17370
17354
  compliance?: {
17371
17355
  /** @example 1 */
@@ -17387,7 +17371,7 @@ export interface operations {
17387
17371
  reviewed_by?: number;
17388
17372
  /** @example null */
17389
17373
  reviewed_at?: string | null;
17390
- /** @example 2026-04-21T17:35:42.000000Z */
17374
+ /** @example 2026-04-21T21:57:12.000000Z */
17391
17375
  created_at?: string;
17392
17376
  };
17393
17377
  };
@@ -17442,7 +17426,7 @@ export interface operations {
17442
17426
  /**
17443
17427
  * @example [
17444
17428
  * {
17445
- * "uid": "fd7224dc-4c08-4ba6-8547-1f4f5c051d2e",
17429
+ * "uid": "036bdf04-3862-47dd-822b-2b9d4912e708",
17446
17430
  * "listing_id": 1,
17447
17431
  * "landlord_id": 2,
17448
17432
  * "tenant_id": 2,
@@ -17454,10 +17438,10 @@ export interface operations {
17454
17438
  * "is_periodic": false,
17455
17439
  * "company_name": null,
17456
17440
  * "company_registration_number": null,
17457
- * "created_at": "2026-04-21T17:35:42.000000Z"
17441
+ * "created_at": "2026-04-21T21:57:12.000000Z"
17458
17442
  * },
17459
17443
  * {
17460
- * "uid": "d4dfc2cf-cc82-410c-93c5-52aacc18bcce",
17444
+ * "uid": "a454423a-0a42-49cc-b8b4-d0c3c77612b5",
17461
17445
  * "listing_id": 1,
17462
17446
  * "landlord_id": 2,
17463
17447
  * "tenant_id": 2,
@@ -17469,12 +17453,12 @@ export interface operations {
17469
17453
  * "is_periodic": false,
17470
17454
  * "company_name": null,
17471
17455
  * "company_registration_number": null,
17472
- * "created_at": "2026-04-21T17:35:42.000000Z"
17456
+ * "created_at": "2026-04-21T21:57:12.000000Z"
17473
17457
  * }
17474
17458
  * ]
17475
17459
  */
17476
17460
  data?: {
17477
- /** @example fd7224dc-4c08-4ba6-8547-1f4f5c051d2e */
17461
+ /** @example 036bdf04-3862-47dd-822b-2b9d4912e708 */
17478
17462
  uid?: string;
17479
17463
  /** @example 1 */
17480
17464
  listing_id?: number;
@@ -17498,7 +17482,7 @@ export interface operations {
17498
17482
  company_name?: string | null;
17499
17483
  /** @example null */
17500
17484
  company_registration_number?: string | null;
17501
- /** @example 2026-04-21T17:35:42.000000Z */
17485
+ /** @example 2026-04-21T21:57:12.000000Z */
17502
17486
  created_at?: string;
17503
17487
  }[];
17504
17488
  links?: {
@@ -17585,7 +17569,7 @@ export interface operations {
17585
17569
  /**
17586
17570
  * @example [
17587
17571
  * {
17588
- * "uid": "207959ef-a3b0-4493-ac62-6a779ebcf72d",
17572
+ * "uid": "2871f603-6f99-45de-a407-3ecda9982de0",
17589
17573
  * "listing_id": 1,
17590
17574
  * "landlord_id": 2,
17591
17575
  * "tenant_id": 2,
@@ -17597,10 +17581,10 @@ export interface operations {
17597
17581
  * "is_periodic": false,
17598
17582
  * "company_name": null,
17599
17583
  * "company_registration_number": null,
17600
- * "created_at": "2026-04-21T17:35:42.000000Z"
17584
+ * "created_at": "2026-04-21T21:57:12.000000Z"
17601
17585
  * },
17602
17586
  * {
17603
- * "uid": "ac09de74-adc2-45cf-8d15-1c1970b693a2",
17587
+ * "uid": "4ffa43a6-81fe-468d-8b0d-0e154055fca2",
17604
17588
  * "listing_id": 1,
17605
17589
  * "landlord_id": 2,
17606
17590
  * "tenant_id": 2,
@@ -17612,12 +17596,12 @@ export interface operations {
17612
17596
  * "is_periodic": false,
17613
17597
  * "company_name": null,
17614
17598
  * "company_registration_number": null,
17615
- * "created_at": "2026-04-21T17:35:42.000000Z"
17599
+ * "created_at": "2026-04-21T21:57:12.000000Z"
17616
17600
  * }
17617
17601
  * ]
17618
17602
  */
17619
17603
  data?: {
17620
- /** @example 207959ef-a3b0-4493-ac62-6a779ebcf72d */
17604
+ /** @example 2871f603-6f99-45de-a407-3ecda9982de0 */
17621
17605
  uid?: string;
17622
17606
  /** @example 1 */
17623
17607
  listing_id?: number;
@@ -17641,7 +17625,7 @@ export interface operations {
17641
17625
  company_name?: string | null;
17642
17626
  /** @example null */
17643
17627
  company_registration_number?: string | null;
17644
- /** @example 2026-04-21T17:35:42.000000Z */
17628
+ /** @example 2026-04-21T21:57:12.000000Z */
17645
17629
  created_at?: string;
17646
17630
  }[];
17647
17631
  links?: {
@@ -17748,7 +17732,7 @@ export interface operations {
17748
17732
  content: {
17749
17733
  "application/json": {
17750
17734
  data?: {
17751
- /** @example 107 */
17735
+ /** @example 113 */
17752
17736
  id?: number;
17753
17737
  compliance?: {
17754
17738
  /** @example 1 */
@@ -17768,9 +17752,9 @@ export interface operations {
17768
17752
  rejection_reason?: string | null;
17769
17753
  /** @example 1 */
17770
17754
  reviewed_by?: number;
17771
- /** @example 2026-04-21T17:35:42.000000Z */
17755
+ /** @example 2026-04-21T21:57:12.000000Z */
17772
17756
  reviewed_at?: string;
17773
- /** @example 2026-04-21T17:35:42.000000Z */
17757
+ /** @example 2026-04-21T21:57:12.000000Z */
17774
17758
  created_at?: string;
17775
17759
  };
17776
17760
  };
@@ -17797,7 +17781,7 @@ export interface operations {
17797
17781
  content: {
17798
17782
  "application/json": {
17799
17783
  data?: {
17800
- /** @example 108 */
17784
+ /** @example 114 */
17801
17785
  id?: number;
17802
17786
  compliance?: {
17803
17787
  /** @example 1 */
@@ -17817,9 +17801,9 @@ export interface operations {
17817
17801
  rejection_reason?: string | null;
17818
17802
  /** @example 1 */
17819
17803
  reviewed_by?: number;
17820
- /** @example 2026-04-21T17:35:42.000000Z */
17804
+ /** @example 2026-04-21T21:57:12.000000Z */
17821
17805
  reviewed_at?: string;
17822
- /** @example 2026-04-21T17:35:42.000000Z */
17806
+ /** @example 2026-04-21T21:57:12.000000Z */
17823
17807
  created_at?: string;
17824
17808
  };
17825
17809
  };
@@ -18841,35 +18825,35 @@ export interface operations {
18841
18825
  /**
18842
18826
  * @example [
18843
18827
  * {
18844
- * "uid": "844486fc-b86c-4b18-be79-68e7af434eb7",
18828
+ * "uid": "17cc432f-8599-4e7b-a278-6a5e6bab64da",
18845
18829
  * "title": "Quos velit et fugiat sunt nihil.",
18846
18830
  * "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.",
18847
18831
  * "status": "reported",
18848
18832
  * "priority": "emergency",
18849
- * "reported_at": "2026-04-15T04:49:19.000000Z",
18850
- * "assigned_at": "2026-04-20T01:09:11.000000Z",
18833
+ * "reported_at": "2026-04-15T09:10:48.000000Z",
18834
+ * "assigned_at": "2026-04-20T05:30:40.000000Z",
18851
18835
  * "completed_at": null,
18852
- * "sla_deadline": "2026-04-23T06:31:34.000000Z",
18853
- * "created_at": "2026-04-21T17:35:44.000000Z",
18854
- * "updated_at": "2026-04-21T17:35:44.000000Z"
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"
18855
18839
  * },
18856
18840
  * {
18857
- * "uid": "2f36f8b1-c55c-4329-bd13-767c404def7e",
18841
+ * "uid": "48fc004e-0e48-4df1-ac77-02b3fd3ce460",
18858
18842
  * "title": "Fugit deleniti distinctio eum doloremque.",
18859
18843
  * "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
18860
18844
  * "status": "completed",
18861
18845
  * "priority": "normal",
18862
- * "reported_at": "2026-04-17T17:27:44.000000Z",
18846
+ * "reported_at": "2026-04-17T21:49:13.000000Z",
18863
18847
  * "assigned_at": null,
18864
18848
  * "completed_at": null,
18865
- * "sla_deadline": "2026-04-24T14:31:31.000000Z",
18866
- * "created_at": "2026-04-21T17:35:44.000000Z",
18867
- * "updated_at": "2026-04-21T17:35:44.000000Z"
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"
18868
18852
  * }
18869
18853
  * ]
18870
18854
  */
18871
18855
  data?: {
18872
- /** @example 844486fc-b86c-4b18-be79-68e7af434eb7 */
18856
+ /** @example 17cc432f-8599-4e7b-a278-6a5e6bab64da */
18873
18857
  uid?: string;
18874
18858
  /** @example Quos velit et fugiat sunt nihil. */
18875
18859
  title?: string;
@@ -18879,17 +18863,17 @@ export interface operations {
18879
18863
  status?: string;
18880
18864
  /** @example emergency */
18881
18865
  priority?: string;
18882
- /** @example 2026-04-15T04:49:19.000000Z */
18866
+ /** @example 2026-04-15T09:10:48.000000Z */
18883
18867
  reported_at?: string;
18884
- /** @example 2026-04-20T01:09:11.000000Z */
18868
+ /** @example 2026-04-20T05:30:40.000000Z */
18885
18869
  assigned_at?: string;
18886
18870
  /** @example null */
18887
18871
  completed_at?: string | null;
18888
- /** @example 2026-04-23T06:31:34.000000Z */
18872
+ /** @example 2026-04-23T10:53:03.000000Z */
18889
18873
  sla_deadline?: string;
18890
- /** @example 2026-04-21T17:35:44.000000Z */
18874
+ /** @example 2026-04-21T21:57:13.000000Z */
18891
18875
  created_at?: string;
18892
- /** @example 2026-04-21T17:35:44.000000Z */
18876
+ /** @example 2026-04-21T21:57:13.000000Z */
18893
18877
  updated_at?: string;
18894
18878
  }[];
18895
18879
  links?: {
@@ -18984,13 +18968,13 @@ export interface operations {
18984
18968
  content: {
18985
18969
  "application/json": {
18986
18970
  data?: {
18987
- /** @example 9cb20627-bb66-4c27-a9f4-8388f46b7fba */
18971
+ /** @example 00ca942e-11bf-462e-81a5-1ae6ea3cdf48 */
18988
18972
  uid?: string;
18989
18973
  /** @example image */
18990
18974
  file_type?: string;
18991
18975
  /** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
18992
18976
  url?: string;
18993
- /** @example 2026-04-21T17:35:44.000000Z */
18977
+ /** @example 2026-04-21T21:57:13.000000Z */
18994
18978
  created_at?: string;
18995
18979
  };
18996
18980
  };
@@ -19035,7 +19019,7 @@ export interface operations {
19035
19019
  content: {
19036
19020
  "application/json": {
19037
19021
  data?: {
19038
- /** @example 31 */
19022
+ /** @example 40 */
19039
19023
  id?: number;
19040
19024
  /** @example property_inquiry */
19041
19025
  type?: string;
@@ -19043,7 +19027,7 @@ export interface operations {
19043
19027
  listing_id?: number;
19044
19028
  /** @example null */
19045
19029
  last_message_at?: string | null;
19046
- /** @example 2026-04-21T17:35:44.000000Z */
19030
+ /** @example 2026-04-21T21:57:13.000000Z */
19047
19031
  created_at?: string;
19048
19032
  };
19049
19033
  };
@@ -19069,23 +19053,23 @@ export interface operations {
19069
19053
  /**
19070
19054
  * @example [
19071
19055
  * {
19072
- * "id": 32,
19056
+ * "id": 41,
19073
19057
  * "type": "property_inquiry",
19074
19058
  * "listing_id": 2,
19075
19059
  * "last_message_at": null,
19076
- * "created_at": "2026-04-21T17:35:44.000000Z"
19060
+ * "created_at": "2026-04-21T21:57:13.000000Z"
19077
19061
  * },
19078
19062
  * {
19079
- * "id": 33,
19063
+ * "id": 42,
19080
19064
  * "type": "property_inquiry",
19081
19065
  * "listing_id": 2,
19082
19066
  * "last_message_at": null,
19083
- * "created_at": "2026-04-21T17:35:44.000000Z"
19067
+ * "created_at": "2026-04-21T21:57:13.000000Z"
19084
19068
  * }
19085
19069
  * ]
19086
19070
  */
19087
19071
  data?: {
19088
- /** @example 32 */
19072
+ /** @example 41 */
19089
19073
  id?: number;
19090
19074
  /** @example property_inquiry */
19091
19075
  type?: string;
@@ -19093,7 +19077,7 @@ export interface operations {
19093
19077
  listing_id?: number;
19094
19078
  /** @example null */
19095
19079
  last_message_at?: string | null;
19096
- /** @example 2026-04-21T17:35:44.000000Z */
19080
+ /** @example 2026-04-21T21:57:13.000000Z */
19097
19081
  created_at?: string;
19098
19082
  }[];
19099
19083
  links?: {
@@ -19411,27 +19395,27 @@ export interface operations {
19411
19395
  /**
19412
19396
  * @example [
19413
19397
  * {
19414
- * "id": "f95d1cd3-e60f-4324-befb-bc466379d4cd",
19398
+ * "id": "65111473-55e8-48fe-bc46-94087583e77c",
19415
19399
  * "type": "APPOINTMENT_CREATED",
19416
19400
  * "title": "faker notification",
19417
19401
  * "body": "faker notification body",
19418
19402
  * "data": [],
19419
19403
  * "read_at": null,
19420
- * "created_at": "2026-04-21T17:35:43.000000Z"
19404
+ * "created_at": "2026-04-21T21:57:13.000000Z"
19421
19405
  * },
19422
19406
  * {
19423
- * "id": "56bb12c6-ed58-4641-ae2d-1ab0916f2074",
19407
+ * "id": "0baea5a7-f64f-4661-8589-14afba4ec1be",
19424
19408
  * "type": "APPOINTMENT_CREATED",
19425
19409
  * "title": "faker notification",
19426
19410
  * "body": "faker notification body",
19427
19411
  * "data": [],
19428
19412
  * "read_at": null,
19429
- * "created_at": "2026-04-21T17:35:43.000000Z"
19413
+ * "created_at": "2026-04-21T21:57:13.000000Z"
19430
19414
  * }
19431
19415
  * ]
19432
19416
  */
19433
19417
  data?: {
19434
- /** @example f95d1cd3-e60f-4324-befb-bc466379d4cd */
19418
+ /** @example 65111473-55e8-48fe-bc46-94087583e77c */
19435
19419
  id?: string;
19436
19420
  /** @example APPOINTMENT_CREATED */
19437
19421
  type?: string;
@@ -19443,7 +19427,7 @@ export interface operations {
19443
19427
  data?: unknown[];
19444
19428
  /** @example null */
19445
19429
  read_at?: string | null;
19446
- /** @example 2026-04-21T17:35:43.000000Z */
19430
+ /** @example 2026-04-21T21:57:13.000000Z */
19447
19431
  created_at?: string;
19448
19432
  }[];
19449
19433
  links?: {
@@ -19527,7 +19511,7 @@ export interface operations {
19527
19511
  };
19528
19512
  content: {
19529
19513
  "application/json": {
19530
- /** @example c45f8cd8-92ba-4300-bd08-20876d5f7686 */
19514
+ /** @example 47a24d59-2b5b-4ce9-8c0e-5e87b9f9d2f0 */
19531
19515
  id?: string;
19532
19516
  /** @example APPOINTMENT_CREATED */
19533
19517
  type?: string;
@@ -19539,7 +19523,7 @@ export interface operations {
19539
19523
  data?: unknown[];
19540
19524
  /** @example null */
19541
19525
  read_at?: string | null;
19542
- /** @example 2026-04-21T17:35:43.000000Z */
19526
+ /** @example 2026-04-21T21:57:13.000000Z */
19543
19527
  created_at?: string;
19544
19528
  };
19545
19529
  };
@@ -19786,45 +19770,45 @@ export interface operations {
19786
19770
  /**
19787
19771
  * @example [
19788
19772
  * {
19789
- * "id": 61,
19773
+ * "id": 79,
19790
19774
  * "rating": 1,
19791
19775
  * "comment": "Nice Listing",
19792
19776
  * "reviewer": {
19793
- * "id": 17,
19794
- * "name": "Hannah Ross"
19777
+ * "id": 8,
19778
+ * "name": "Kyle Matthews"
19795
19779
  * },
19796
- * "created_at": "2026-04-21T17:35:43+00:00",
19797
- * "updated_at": "2026-04-21T17:35:43+00:00"
19780
+ * "created_at": "2026-04-21T21:57:13+00:00",
19781
+ * "updated_at": "2026-04-21T21:57:13+00:00"
19798
19782
  * },
19799
19783
  * {
19800
- * "id": 62,
19784
+ * "id": 80,
19801
19785
  * "rating": 1,
19802
19786
  * "comment": "Nice Listing",
19803
19787
  * "reviewer": {
19804
- * "id": 25,
19805
- * "name": "Jayden Ward"
19788
+ * "id": 24,
19789
+ * "name": "Ethan Green"
19806
19790
  * },
19807
- * "created_at": "2026-04-21T17:35:43+00:00",
19808
- * "updated_at": "2026-04-21T17:35:43+00:00"
19791
+ * "created_at": "2026-04-21T21:57:13+00:00",
19792
+ * "updated_at": "2026-04-21T21:57:13+00:00"
19809
19793
  * }
19810
19794
  * ]
19811
19795
  */
19812
19796
  data?: {
19813
- /** @example 61 */
19797
+ /** @example 79 */
19814
19798
  id?: number;
19815
19799
  /** @example 1 */
19816
19800
  rating?: number;
19817
19801
  /** @example Nice Listing */
19818
19802
  comment?: string;
19819
19803
  reviewer?: {
19820
- /** @example 17 */
19804
+ /** @example 8 */
19821
19805
  id?: number;
19822
- /** @example Hannah Ross */
19806
+ /** @example Kyle Matthews */
19823
19807
  name?: string;
19824
19808
  };
19825
- /** @example 2026-04-21T17:35:43+00:00 */
19809
+ /** @example 2026-04-21T21:57:13+00:00 */
19826
19810
  created_at?: string;
19827
- /** @example 2026-04-21T17:35:43+00:00 */
19811
+ /** @example 2026-04-21T21:57:13+00:00 */
19828
19812
  updated_at?: string;
19829
19813
  }[];
19830
19814
  links?: {
@@ -19978,21 +19962,21 @@ export interface operations {
19978
19962
  content: {
19979
19963
  "application/json": {
19980
19964
  data?: {
19981
- /** @example 63 */
19965
+ /** @example 81 */
19982
19966
  id?: number;
19983
19967
  /** @example 1 */
19984
19968
  rating?: number;
19985
19969
  /** @example Nice Listing */
19986
19970
  comment?: string;
19987
19971
  reviewer?: {
19988
- /** @example 13 */
19972
+ /** @example 12 */
19989
19973
  id?: number;
19990
- /** @example Matthew Campbell */
19974
+ /** @example Tara Marshall */
19991
19975
  name?: string;
19992
19976
  };
19993
- /** @example 2026-04-21T17:35:43+00:00 */
19977
+ /** @example 2026-04-21T21:57:13+00:00 */
19994
19978
  created_at?: string;
19995
- /** @example 2026-04-21T17:35:43+00:00 */
19979
+ /** @example 2026-04-21T21:57:13+00:00 */
19996
19980
  updated_at?: string;
19997
19981
  };
19998
19982
  };
@@ -20036,21 +20020,21 @@ export interface operations {
20036
20020
  content: {
20037
20021
  "application/json": {
20038
20022
  data?: {
20039
- /** @example 64 */
20023
+ /** @example 82 */
20040
20024
  id?: number;
20041
20025
  /** @example 1 */
20042
20026
  rating?: number;
20043
20027
  /** @example Nice Listing */
20044
20028
  comment?: string;
20045
20029
  reviewer?: {
20046
- /** @example 22 */
20030
+ /** @example 24 */
20047
20031
  id?: number;
20048
- /** @example Theo Ward */
20032
+ /** @example Ethan Green */
20049
20033
  name?: string;
20050
20034
  };
20051
- /** @example 2026-04-21T17:35:43+00:00 */
20035
+ /** @example 2026-04-21T21:57:13+00:00 */
20052
20036
  created_at?: string;
20053
- /** @example 2026-04-21T17:35:43+00:00 */
20037
+ /** @example 2026-04-21T21:57:13+00:00 */
20054
20038
  updated_at?: string;
20055
20039
  };
20056
20040
  };
@@ -20092,21 +20076,21 @@ export interface operations {
20092
20076
  content: {
20093
20077
  "application/json": {
20094
20078
  data?: {
20095
- /** @example 65 */
20079
+ /** @example 83 */
20096
20080
  id?: number;
20097
20081
  /** @example 1 */
20098
20082
  rating?: number;
20099
20083
  /** @example Nice Listing */
20100
20084
  comment?: string;
20101
20085
  reviewer?: {
20102
- /** @example 23 */
20086
+ /** @example 4 */
20103
20087
  id?: number;
20104
- /** @example Anthony Baker */
20088
+ /** @example Lola Holmes */
20105
20089
  name?: string;
20106
20090
  };
20107
- /** @example 2026-04-21T17:35:43+00:00 */
20091
+ /** @example 2026-04-21T21:57:13+00:00 */
20108
20092
  created_at?: string;
20109
- /** @example 2026-04-21T17:35:43+00:00 */
20093
+ /** @example 2026-04-21T21:57:13+00:00 */
20110
20094
  updated_at?: string;
20111
20095
  };
20112
20096
  };
@@ -20133,21 +20117,21 @@ export interface operations {
20133
20117
  content: {
20134
20118
  "application/json": {
20135
20119
  data?: {
20136
- /** @example 66 */
20120
+ /** @example 84 */
20137
20121
  id?: number;
20138
20122
  /** @example 1 */
20139
20123
  rating?: number;
20140
20124
  /** @example Nice Listing */
20141
20125
  comment?: string;
20142
20126
  reviewer?: {
20143
- /** @example 6 */
20127
+ /** @example 15 */
20144
20128
  id?: number;
20145
- /** @example Rowena Patel */
20129
+ /** @example Sabrina Owen */
20146
20130
  name?: string;
20147
20131
  };
20148
- /** @example 2026-04-21T17:35:43+00:00 */
20132
+ /** @example 2026-04-21T21:57:13+00:00 */
20149
20133
  created_at?: string;
20150
- /** @example 2026-04-21T17:35:43+00:00 */
20134
+ /** @example 2026-04-21T21:57:13+00:00 */
20151
20135
  updated_at?: string;
20152
20136
  };
20153
20137
  };
@@ -20174,7 +20158,7 @@ export interface operations {
20174
20158
  content: {
20175
20159
  "application/json": {
20176
20160
  data?: {
20177
- /** @example 8e208564-94a5-4e64-8e17-3d443484d83b */
20161
+ /** @example 413b5197-6c10-4a33-9d0f-61e3c07bcb3b */
20178
20162
  uid?: string;
20179
20163
  /** @example 1 */
20180
20164
  listing_id?: number;
@@ -20182,23 +20166,23 @@ export interface operations {
20182
20166
  landlord_id?: number;
20183
20167
  /** @example 2 */
20184
20168
  tenant_id?: number;
20185
- /** @example 3586.64 */
20169
+ /** @example 4881.50 */
20186
20170
  rent_amount?: string;
20187
- /** @example 2764.05 */
20171
+ /** @example 2151.17 */
20188
20172
  deposit_amount?: string;
20189
- /** @example renewal_pending */
20173
+ /** @example offer_accepted */
20190
20174
  state?: string;
20191
- /** @example 2025-06-08T00:00:00.000000Z */
20175
+ /** @example 2025-10-27T00:00:00.000000Z */
20192
20176
  start_date?: string;
20193
- /** @example 2026-06-08T00:00:00.000000Z */
20177
+ /** @example 2026-10-27T00:00:00.000000Z */
20194
20178
  end_date?: string;
20195
- /** @example true */
20179
+ /** @example false */
20196
20180
  is_periodic?: boolean;
20197
20181
  /** @example null */
20198
20182
  company_name?: string | null;
20199
20183
  /** @example null */
20200
20184
  company_registration_number?: string | null;
20201
- /** @example 2026-04-21T17:35:44.000000Z */
20185
+ /** @example 2026-04-21T21:57:13.000000Z */
20202
20186
  created_at?: string;
20203
20187
  /** @example [] */
20204
20188
  compliances?: unknown[];
@@ -20275,7 +20259,7 @@ export interface operations {
20275
20259
  content: {
20276
20260
  "application/json": {
20277
20261
  data?: {
20278
- /** @example 4fa914fe-d3a3-4d7e-a079-9af417af1422 */
20262
+ /** @example 61619e59-0bbe-4296-8856-b45ed71f6779 */
20279
20263
  uid?: string;
20280
20264
  /** @example 1 */
20281
20265
  listing_id?: number;
@@ -20299,7 +20283,7 @@ export interface operations {
20299
20283
  company_name?: string | null;
20300
20284
  /** @example null */
20301
20285
  company_registration_number?: string | null;
20302
- /** @example 2026-04-21T17:35:44.000000Z */
20286
+ /** @example 2026-04-21T21:57:13.000000Z */
20303
20287
  created_at?: string;
20304
20288
  };
20305
20289
  };
@@ -20593,7 +20577,7 @@ export interface operations {
20593
20577
  * "changed_by_user_id": 3,
20594
20578
  * "changed_by_name": "Teagan King",
20595
20579
  * "comment": "Qui commodi incidunt iure odit.",
20596
- * "created_at": "2025-12-14T04:22:43.000000Z"
20580
+ * "created_at": "2025-12-14T08:44:12.000000Z"
20597
20581
  * },
20598
20582
  * {
20599
20583
  * "from_state": "pre_move_in_ready",
@@ -20601,7 +20585,7 @@ export interface operations {
20601
20585
  * "changed_by_user_id": 3,
20602
20586
  * "changed_by_name": "Teagan King",
20603
20587
  * "comment": null,
20604
- * "created_at": "2025-10-30T12:18:23.000000Z"
20588
+ * "created_at": "2025-10-30T16:39:52.000000Z"
20605
20589
  * }
20606
20590
  * ]
20607
20591
  */
@@ -20616,7 +20600,7 @@ export interface operations {
20616
20600
  changed_by_name?: string;
20617
20601
  /** @example Qui commodi incidunt iure odit. */
20618
20602
  comment?: string;
20619
- /** @example 2025-12-14T04:22:43.000000Z */
20603
+ /** @example 2025-12-14T08:44:12.000000Z */
20620
20604
  created_at?: string;
20621
20605
  }[];
20622
20606
  };
@@ -20860,7 +20844,7 @@ export interface operations {
20860
20844
  content: {
20861
20845
  "application/json": {
20862
20846
  data?: {
20863
- /** @example 002d334f-a825-4eb5-81a4-22a4a3e25d05 */
20847
+ /** @example 6d320167-b09f-46c7-809b-43e76901ef40 */
20864
20848
  uid?: string;
20865
20849
  /** @example Ms. Audra Crooks II */
20866
20850
  username?: string;
@@ -20890,7 +20874,7 @@ export interface operations {
20890
20874
  timezone?: string;
20891
20875
  /** @example Customer */
20892
20876
  user_type?: string;
20893
- /** @example 21 Apr 2026, 05:35 PM */
20877
+ /** @example 21 Apr 2026, 09:57 PM */
20894
20878
  created?: string;
20895
20879
  /** @example 0 seconds ago */
20896
20880
  email_verified_at?: string;
@@ -20989,7 +20973,7 @@ export interface operations {
20989
20973
  content: {
20990
20974
  "application/json": {
20991
20975
  data?: {
20992
- /** @example 2b5bfd44-8034-4878-b4e1-b515d1a64def */
20976
+ /** @example c14d4a80-2504-4b26-8f19-e5b2d20a085d */
20993
20977
  uid?: string;
20994
20978
  /** @example Morgan Hirthe */
20995
20979
  username?: string;
@@ -21019,7 +21003,7 @@ export interface operations {
21019
21003
  timezone?: string;
21020
21004
  /** @example Customer */
21021
21005
  user_type?: string;
21022
- /** @example 21 Apr 2026, 05:35 PM */
21006
+ /** @example 21 Apr 2026, 09:57 PM */
21023
21007
  created?: string;
21024
21008
  /** @example 0 seconds ago */
21025
21009
  email_verified_at?: string;
@@ -21091,7 +21075,7 @@ export interface operations {
21091
21075
  content: {
21092
21076
  "application/json": {
21093
21077
  data?: {
21094
- /** @example 8b805dce-872f-436b-8292-ae16afb4ac9e */
21078
+ /** @example a1110194-c1dc-437c-95d8-1e02c9b1ef09 */
21095
21079
  uid?: string;
21096
21080
  /** @example Ms. Audra Crooks II */
21097
21081
  username?: string;
@@ -21121,7 +21105,7 @@ export interface operations {
21121
21105
  timezone?: string;
21122
21106
  /** @example Customer */
21123
21107
  user_type?: string;
21124
- /** @example 21 Apr 2026, 05:35 PM */
21108
+ /** @example 21 Apr 2026, 09:57 PM */
21125
21109
  created?: string;
21126
21110
  /** @example 0 seconds ago */
21127
21111
  email_verified_at?: string;
@@ -21355,13 +21339,13 @@ export interface operations {
21355
21339
  content: {
21356
21340
  "application/json": {
21357
21341
  data?: {
21358
- /** @example 0 */
21342
+ /** @example 9 */
21359
21343
  current_level?: number;
21360
21344
  /** @example 3 */
21361
21345
  completed_layers?: number;
21362
- /** @example 4 */
21346
+ /** @example 0 */
21363
21347
  pending_layers?: number;
21364
- /** @example 21 Apr 2026, 05:35 PM */
21348
+ /** @example 21 Apr 2026, 09:57 PM */
21365
21349
  last_calculated_at?: string;
21366
21350
  };
21367
21351
  };
@@ -21409,7 +21393,7 @@ export interface operations {
21409
21393
  completed_layers?: number;
21410
21394
  /** @example 4 */
21411
21395
  pending_layers?: number;
21412
- /** @example 21 Apr 2026, 05:35 PM */
21396
+ /** @example 21 Apr 2026, 09:57 PM */
21413
21397
  last_calculated_at?: string;
21414
21398
  };
21415
21399
  };
@@ -21443,14 +21427,14 @@ export interface operations {
21443
21427
  content: {
21444
21428
  "application/json": {
21445
21429
  data?: {
21446
- /** @example 812589b9-5803-4130-a9e2-14db72af7438 */
21430
+ /** @example 1c0ee3aa-b00a-44c3-8d17-3a3769fbd308 */
21447
21431
  wishlist_uid?: string;
21448
21432
  listing?: {
21449
- /** @example New For Sale Used Item draft • 21 Apr 2026, 5:35 PM */
21433
+ /** @example New For Sale Used Item draft • 21 Apr 2026, 9:57 PM */
21450
21434
  draft_name?: string;
21451
- /** @example LST-UIT-SAL-MO8WN5X7L6T */
21435
+ /** @example LST-UIT-SAL-MO95ZFZ6MKS */
21452
21436
  sku?: string;
21453
- /** @example 048887ac-18aa-4d6a-8c58-cb6839d6b091 */
21437
+ /** @example 898baef4-fa0b-470e-b319-ad89185a908d */
21454
21438
  uid?: string;
21455
21439
  /** @example Sale */
21456
21440
  listing_type?: string;
@@ -21534,15 +21518,15 @@ export interface operations {
21534
21518
  /**
21535
21519
  * @example [
21536
21520
  * {
21537
- * "wishlist_uid": "ca5ffa72-328d-4c57-913b-344a0e05394c"
21521
+ * "wishlist_uid": "b91ae034-b29b-4fe1-83c8-b9f3b9a4e29f"
21538
21522
  * },
21539
21523
  * {
21540
- * "wishlist_uid": "c242e6d0-9aec-4233-ad23-382591bc7100"
21524
+ * "wishlist_uid": "a2d9f9b8-f2d3-4e57-99bf-515393aca1ce"
21541
21525
  * }
21542
21526
  * ]
21543
21527
  */
21544
21528
  data?: {
21545
- /** @example ca5ffa72-328d-4c57-913b-344a0e05394c */
21529
+ /** @example b91ae034-b29b-4fe1-83c8-b9f3b9a4e29f */
21546
21530
  wishlist_uid?: string;
21547
21531
  }[];
21548
21532
  links?: {
@@ -21630,7 +21614,7 @@ export interface operations {
21630
21614
  completed_layers?: number;
21631
21615
  /** @example 4 */
21632
21616
  pending_layers?: number;
21633
- /** @example 21 Apr 2026, 05:35 PM */
21617
+ /** @example 21 Apr 2026, 09:57 PM */
21634
21618
  last_calculated_at?: string;
21635
21619
  };
21636
21620
  };
@@ -21786,13 +21770,13 @@ export interface operations {
21786
21770
  content: {
21787
21771
  "application/json": {
21788
21772
  data?: {
21789
- /** @example 0 */
21773
+ /** @example 9 */
21790
21774
  current_level?: number;
21791
21775
  /** @example 3 */
21792
21776
  completed_layers?: number;
21793
- /** @example 4 */
21777
+ /** @example 2 */
21794
21778
  pending_layers?: number;
21795
- /** @example 21 Apr 2026, 05:35 PM */
21779
+ /** @example 21 Apr 2026, 09:57 PM */
21796
21780
  last_calculated_at?: string;
21797
21781
  };
21798
21782
  };