@justins-home/types 1.1.48 → 1.1.50
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.
- package/generated/api-types.ts +632 -295
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -2936,6 +2936,29 @@ export interface paths {
|
|
|
2936
2936
|
patch?: never;
|
|
2937
2937
|
trace?: never;
|
|
2938
2938
|
};
|
|
2939
|
+
"/api/v1/portal/admin/tenancies/fetch-one/{tenancy_uid}": {
|
|
2940
|
+
parameters: {
|
|
2941
|
+
query?: never;
|
|
2942
|
+
header?: never;
|
|
2943
|
+
path: {
|
|
2944
|
+
/** @description The UID of the tenancy. */
|
|
2945
|
+
tenancy_uid: string;
|
|
2946
|
+
};
|
|
2947
|
+
cookie?: never;
|
|
2948
|
+
};
|
|
2949
|
+
/**
|
|
2950
|
+
* fetchTenancyAdmin
|
|
2951
|
+
* @description Retrieve a single tenancy for the admin domain.
|
|
2952
|
+
*/
|
|
2953
|
+
get: operations["fetchTenancyAdmin"];
|
|
2954
|
+
put?: never;
|
|
2955
|
+
post?: never;
|
|
2956
|
+
delete?: never;
|
|
2957
|
+
options?: never;
|
|
2958
|
+
head?: never;
|
|
2959
|
+
patch?: never;
|
|
2960
|
+
trace?: never;
|
|
2961
|
+
};
|
|
2939
2962
|
"/api/v1/portal/admin/tenancies/{tenancy_uid}/compliance-documents": {
|
|
2940
2963
|
parameters: {
|
|
2941
2964
|
query?: never;
|
|
@@ -4482,8 +4505,6 @@ export interface paths {
|
|
|
4482
4505
|
header?: never;
|
|
4483
4506
|
path: {
|
|
4484
4507
|
uid: string;
|
|
4485
|
-
/** @description The UID of the maintenance request. */
|
|
4486
|
-
maintenance_uid: string;
|
|
4487
4508
|
};
|
|
4488
4509
|
cookie?: never;
|
|
4489
4510
|
};
|
|
@@ -5677,7 +5698,7 @@ export interface operations {
|
|
|
5677
5698
|
content: {
|
|
5678
5699
|
"application/json": {
|
|
5679
5700
|
data?: {
|
|
5680
|
-
/** @example
|
|
5701
|
+
/** @example 66cc9ef9-34f5-4843-818f-acd759a31920 */
|
|
5681
5702
|
uid?: string;
|
|
5682
5703
|
/** @example Ms. Audra Crooks II */
|
|
5683
5704
|
username?: string;
|
|
@@ -5707,7 +5728,7 @@ export interface operations {
|
|
|
5707
5728
|
timezone?: string;
|
|
5708
5729
|
/** @example Customer */
|
|
5709
5730
|
user_type?: string;
|
|
5710
|
-
/** @example
|
|
5731
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
5711
5732
|
created?: string;
|
|
5712
5733
|
/** @example 0 seconds ago */
|
|
5713
5734
|
email_verified_at?: string;
|
|
@@ -6235,7 +6256,7 @@ export interface operations {
|
|
|
6235
6256
|
content: {
|
|
6236
6257
|
"application/json": {
|
|
6237
6258
|
data?: {
|
|
6238
|
-
/** @example
|
|
6259
|
+
/** @example 1e017cec-b7c2-4e54-8a9e-478007b144a5 */
|
|
6239
6260
|
uid?: string;
|
|
6240
6261
|
/** @example Ms. Audra Crooks II */
|
|
6241
6262
|
username?: string;
|
|
@@ -6265,7 +6286,7 @@ export interface operations {
|
|
|
6265
6286
|
timezone?: string;
|
|
6266
6287
|
/** @example Customer */
|
|
6267
6288
|
user_type?: string;
|
|
6268
|
-
/** @example
|
|
6289
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
6269
6290
|
created?: string;
|
|
6270
6291
|
/** @example 0 seconds ago */
|
|
6271
6292
|
email_verified_at?: string;
|
|
@@ -6655,11 +6676,11 @@ export interface operations {
|
|
|
6655
6676
|
content: {
|
|
6656
6677
|
"application/json": {
|
|
6657
6678
|
data?: {
|
|
6658
|
-
/** @example New For Rent Property draft •
|
|
6679
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
6659
6680
|
draft_name?: string;
|
|
6660
|
-
/** @example LST-PRP-LTR-
|
|
6681
|
+
/** @example LST-PRP-LTR-MODOWLCR7E0 */
|
|
6661
6682
|
sku?: string;
|
|
6662
|
-
/** @example
|
|
6683
|
+
/** @example 143b5180-338e-4d50-a094-7cf7cd7f8885 */
|
|
6663
6684
|
uid?: string;
|
|
6664
6685
|
/** @example Rent */
|
|
6665
6686
|
listing_type?: string;
|
|
@@ -8071,7 +8092,7 @@ export interface operations {
|
|
|
8071
8092
|
content: {
|
|
8072
8093
|
"application/json": {
|
|
8073
8094
|
/**
|
|
8074
|
-
* @example
|
|
8095
|
+
* @example Suspended
|
|
8075
8096
|
* @enum {string}
|
|
8076
8097
|
*/
|
|
8077
8098
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -8086,7 +8107,7 @@ export interface operations {
|
|
|
8086
8107
|
content: {
|
|
8087
8108
|
"application/json": {
|
|
8088
8109
|
data?: {
|
|
8089
|
-
/** @example
|
|
8110
|
+
/** @example 3919d748-c0be-4e0b-b566-640450c2370b */
|
|
8090
8111
|
uid?: string;
|
|
8091
8112
|
/** @example Morgan Hirthe */
|
|
8092
8113
|
username?: string;
|
|
@@ -8116,7 +8137,7 @@ export interface operations {
|
|
|
8116
8137
|
timezone?: string;
|
|
8117
8138
|
/** @example Customer */
|
|
8118
8139
|
user_type?: string;
|
|
8119
|
-
/** @example
|
|
8140
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
8120
8141
|
created?: string;
|
|
8121
8142
|
/** @example 0 seconds ago */
|
|
8122
8143
|
email_verified_at?: string;
|
|
@@ -8825,11 +8846,11 @@ export interface operations {
|
|
|
8825
8846
|
content: {
|
|
8826
8847
|
"application/json": {
|
|
8827
8848
|
data?: {
|
|
8828
|
-
/** @example New For Rent Property draft •
|
|
8849
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
8829
8850
|
draft_name?: string;
|
|
8830
|
-
/** @example LST-PRP-LTR-
|
|
8851
|
+
/** @example LST-PRP-LTR-MODOWLFMWD3 */
|
|
8831
8852
|
sku?: string;
|
|
8832
|
-
/** @example
|
|
8853
|
+
/** @example fc813117-5362-4797-a09d-8d39fa31b86d */
|
|
8833
8854
|
uid?: string;
|
|
8834
8855
|
/** @example Rent */
|
|
8835
8856
|
listing_type?: string;
|
|
@@ -9269,7 +9290,7 @@ export interface operations {
|
|
|
9269
9290
|
content: {
|
|
9270
9291
|
"application/json": {
|
|
9271
9292
|
data?: {
|
|
9272
|
-
/** @example
|
|
9293
|
+
/** @example e40fac5d-a0ab-42f8-9b4f-e325f4c687a4 */
|
|
9273
9294
|
uid?: string;
|
|
9274
9295
|
/** @example photo */
|
|
9275
9296
|
media_type?: string;
|
|
@@ -9576,13 +9597,13 @@ export interface operations {
|
|
|
9576
9597
|
/**
|
|
9577
9598
|
* @example [
|
|
9578
9599
|
* {
|
|
9579
|
-
* "draft_name": "New For Rent Property draft •
|
|
9580
|
-
* "sku": "LST-PRP-LTR-
|
|
9581
|
-
* "uid": "
|
|
9600
|
+
* "draft_name": "New For Rent Property draft • 25 Apr 2026, 1:57 AM",
|
|
9601
|
+
* "sku": "LST-PRP-LTR-MODOWLH2BIA",
|
|
9602
|
+
* "uid": "24681152-19ae-4105-8cc1-1951d1a0f4bb",
|
|
9582
9603
|
* "listing_type": "Rent",
|
|
9583
9604
|
* "vertical": "Property",
|
|
9584
|
-
* "arrangement_type": "
|
|
9585
|
-
* "arrangement_type_label": "
|
|
9605
|
+
* "arrangement_type": "standard_residential",
|
|
9606
|
+
* "arrangement_type_label": "Standard Residential",
|
|
9586
9607
|
* "price": null,
|
|
9587
9608
|
* "state": "draft",
|
|
9588
9609
|
* "published_at": null,
|
|
@@ -9595,10 +9616,10 @@ export interface operations {
|
|
|
9595
9616
|
* "media": []
|
|
9596
9617
|
* },
|
|
9597
9618
|
* {
|
|
9598
|
-
* "draft_name": "New
|
|
9599
|
-
* "sku": "LST-PRP-
|
|
9600
|
-
* "uid": "
|
|
9601
|
-
* "listing_type": "
|
|
9619
|
+
* "draft_name": "New For Sale Property draft • 25 Apr 2026, 1:57 AM",
|
|
9620
|
+
* "sku": "LST-PRP-SAL-MODOWLH4QGI",
|
|
9621
|
+
* "uid": "655baa07-dd3d-4845-9698-1cda0011fbfc",
|
|
9622
|
+
* "listing_type": "Sale",
|
|
9602
9623
|
* "vertical": "Property",
|
|
9603
9624
|
* "arrangement_type": "short_term_managed",
|
|
9604
9625
|
* "arrangement_type_label": "Short Term Managed",
|
|
@@ -9616,19 +9637,19 @@ export interface operations {
|
|
|
9616
9637
|
* ]
|
|
9617
9638
|
*/
|
|
9618
9639
|
data?: {
|
|
9619
|
-
/** @example New For Rent Property draft •
|
|
9640
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9620
9641
|
draft_name?: string;
|
|
9621
|
-
/** @example LST-PRP-LTR-
|
|
9642
|
+
/** @example LST-PRP-LTR-MODOWLH2BIA */
|
|
9622
9643
|
sku?: string;
|
|
9623
|
-
/** @example
|
|
9644
|
+
/** @example 24681152-19ae-4105-8cc1-1951d1a0f4bb */
|
|
9624
9645
|
uid?: string;
|
|
9625
9646
|
/** @example Rent */
|
|
9626
9647
|
listing_type?: string;
|
|
9627
9648
|
/** @example Property */
|
|
9628
9649
|
vertical?: string;
|
|
9629
|
-
/** @example
|
|
9650
|
+
/** @example standard_residential */
|
|
9630
9651
|
arrangement_type?: string;
|
|
9631
|
-
/** @example
|
|
9652
|
+
/** @example Standard Residential */
|
|
9632
9653
|
arrangement_type_label?: string;
|
|
9633
9654
|
/** @example null */
|
|
9634
9655
|
price?: string | null;
|
|
@@ -9815,11 +9836,11 @@ export interface operations {
|
|
|
9815
9836
|
content: {
|
|
9816
9837
|
"application/json": {
|
|
9817
9838
|
data?: {
|
|
9818
|
-
/** @example New For Rent Property draft •
|
|
9839
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9819
9840
|
draft_name?: string;
|
|
9820
|
-
/** @example LST-PRP-LTR-
|
|
9841
|
+
/** @example LST-PRP-LTR-MODOWLHDSO2 */
|
|
9821
9842
|
sku?: string;
|
|
9822
|
-
/** @example
|
|
9843
|
+
/** @example 6cc9cc05-5155-4d2e-86a7-8a33b18cd1c3 */
|
|
9823
9844
|
uid?: string;
|
|
9824
9845
|
/** @example Rent */
|
|
9825
9846
|
listing_type?: string;
|
|
@@ -9882,11 +9903,11 @@ export interface operations {
|
|
|
9882
9903
|
content: {
|
|
9883
9904
|
"application/json": {
|
|
9884
9905
|
data?: {
|
|
9885
|
-
/** @example New For Rent Property draft •
|
|
9906
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9886
9907
|
draft_name?: string;
|
|
9887
|
-
/** @example LST-PRP-LTR-
|
|
9908
|
+
/** @example LST-PRP-LTR-MODOWLHIVZ8 */
|
|
9888
9909
|
sku?: string;
|
|
9889
|
-
/** @example
|
|
9910
|
+
/** @example beff0400-d2bd-4f71-a6c0-4347e7ed9891 */
|
|
9890
9911
|
uid?: string;
|
|
9891
9912
|
/** @example Rent */
|
|
9892
9913
|
listing_type?: string;
|
|
@@ -9939,11 +9960,11 @@ export interface operations {
|
|
|
9939
9960
|
content: {
|
|
9940
9961
|
"application/json": {
|
|
9941
9962
|
data?: {
|
|
9942
|
-
/** @example New For Rent Property draft •
|
|
9963
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9943
9964
|
draft_name?: string;
|
|
9944
|
-
/** @example LST-PRP-LTR-
|
|
9965
|
+
/** @example LST-PRP-LTR-MODOWLHNVCE */
|
|
9945
9966
|
sku?: string;
|
|
9946
|
-
/** @example
|
|
9967
|
+
/** @example 0632f344-6e1f-4e63-87c2-4ac3bf277a91 */
|
|
9947
9968
|
uid?: string;
|
|
9948
9969
|
/** @example Rent */
|
|
9949
9970
|
listing_type?: string;
|
|
@@ -9996,11 +10017,11 @@ export interface operations {
|
|
|
9996
10017
|
content: {
|
|
9997
10018
|
"application/json": {
|
|
9998
10019
|
data?: {
|
|
9999
|
-
/** @example New For Rent Property draft •
|
|
10020
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
10000
10021
|
draft_name?: string;
|
|
10001
|
-
/** @example LST-PRP-LTR-
|
|
10022
|
+
/** @example LST-PRP-LTR-MODOWLHRSDY */
|
|
10002
10023
|
sku?: string;
|
|
10003
|
-
/** @example
|
|
10024
|
+
/** @example 9a51ea34-57f9-4e67-bbc4-60100aa45d8a */
|
|
10004
10025
|
uid?: string;
|
|
10005
10026
|
/** @example Rent */
|
|
10006
10027
|
listing_type?: string;
|
|
@@ -10194,7 +10215,7 @@ export interface operations {
|
|
|
10194
10215
|
content: {
|
|
10195
10216
|
"application/json": {
|
|
10196
10217
|
data?: {
|
|
10197
|
-
/** @example
|
|
10218
|
+
/** @example 169 */
|
|
10198
10219
|
id?: number;
|
|
10199
10220
|
/** @example 1 */
|
|
10200
10221
|
category_id?: number;
|
|
@@ -10268,7 +10289,7 @@ export interface operations {
|
|
|
10268
10289
|
content: {
|
|
10269
10290
|
"application/json": {
|
|
10270
10291
|
data?: {
|
|
10271
|
-
/** @example
|
|
10292
|
+
/** @example 170 */
|
|
10272
10293
|
id?: number;
|
|
10273
10294
|
/** @example 1 */
|
|
10274
10295
|
category_id?: number;
|
|
@@ -10307,7 +10328,7 @@ export interface operations {
|
|
|
10307
10328
|
content: {
|
|
10308
10329
|
"application/json": {
|
|
10309
10330
|
data?: {
|
|
10310
|
-
/** @example
|
|
10331
|
+
/** @example 171 */
|
|
10311
10332
|
id?: number;
|
|
10312
10333
|
/** @example 1 */
|
|
10313
10334
|
category_id?: number;
|
|
@@ -10345,7 +10366,7 @@ export interface operations {
|
|
|
10345
10366
|
/**
|
|
10346
10367
|
* @example [
|
|
10347
10368
|
* {
|
|
10348
|
-
* "id":
|
|
10369
|
+
* "id": 225,
|
|
10349
10370
|
* "name": "Exterior",
|
|
10350
10371
|
* "description": "For Exterior categories",
|
|
10351
10372
|
* "display_order": 1,
|
|
@@ -10355,7 +10376,7 @@ export interface operations {
|
|
|
10355
10376
|
* "is_active": true
|
|
10356
10377
|
* },
|
|
10357
10378
|
* {
|
|
10358
|
-
* "id":
|
|
10379
|
+
* "id": 226,
|
|
10359
10380
|
* "name": "Exterior",
|
|
10360
10381
|
* "description": "For Exterior categories",
|
|
10361
10382
|
* "display_order": 1,
|
|
@@ -10367,7 +10388,7 @@ export interface operations {
|
|
|
10367
10388
|
* ]
|
|
10368
10389
|
*/
|
|
10369
10390
|
data?: {
|
|
10370
|
-
/** @example
|
|
10391
|
+
/** @example 225 */
|
|
10371
10392
|
id?: number;
|
|
10372
10393
|
/** @example Exterior */
|
|
10373
10394
|
name?: string;
|
|
@@ -10431,7 +10452,7 @@ export interface operations {
|
|
|
10431
10452
|
content: {
|
|
10432
10453
|
"application/json": {
|
|
10433
10454
|
data?: {
|
|
10434
|
-
/** @example
|
|
10455
|
+
/** @example 227 */
|
|
10435
10456
|
id?: number;
|
|
10436
10457
|
/** @example Exterior */
|
|
10437
10458
|
name?: string;
|
|
@@ -10498,7 +10519,7 @@ export interface operations {
|
|
|
10498
10519
|
content: {
|
|
10499
10520
|
"application/json": {
|
|
10500
10521
|
data?: {
|
|
10501
|
-
/** @example
|
|
10522
|
+
/** @example 228 */
|
|
10502
10523
|
id?: number;
|
|
10503
10524
|
/** @example Exterior */
|
|
10504
10525
|
name?: string;
|
|
@@ -10539,7 +10560,7 @@ export interface operations {
|
|
|
10539
10560
|
content: {
|
|
10540
10561
|
"application/json": {
|
|
10541
10562
|
data?: {
|
|
10542
|
-
/** @example
|
|
10563
|
+
/** @example 229 */
|
|
10543
10564
|
id?: number;
|
|
10544
10565
|
/** @example Exterior */
|
|
10545
10566
|
name?: string;
|
|
@@ -10802,7 +10823,7 @@ export interface operations {
|
|
|
10802
10823
|
content: {
|
|
10803
10824
|
"application/json": {
|
|
10804
10825
|
data?: {
|
|
10805
|
-
/** @example
|
|
10826
|
+
/** @example 101 */
|
|
10806
10827
|
id?: number;
|
|
10807
10828
|
/** @example email_fa_0 */
|
|
10808
10829
|
key?: string;
|
|
@@ -10816,9 +10837,9 @@ export interface operations {
|
|
|
10816
10837
|
metadata_schema?: unknown[];
|
|
10817
10838
|
/** @example true */
|
|
10818
10839
|
is_active?: boolean;
|
|
10819
|
-
/** @example 2026-04-
|
|
10840
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10820
10841
|
created_at?: string;
|
|
10821
|
-
/** @example 2026-04-
|
|
10842
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10822
10843
|
updated_at?: string;
|
|
10823
10844
|
};
|
|
10824
10845
|
};
|
|
@@ -10878,7 +10899,7 @@ export interface operations {
|
|
|
10878
10899
|
content: {
|
|
10879
10900
|
"application/json": {
|
|
10880
10901
|
data?: {
|
|
10881
|
-
/** @example
|
|
10902
|
+
/** @example 102 */
|
|
10882
10903
|
id?: number;
|
|
10883
10904
|
/** @example email_fa_0 */
|
|
10884
10905
|
key?: string;
|
|
@@ -10892,9 +10913,9 @@ export interface operations {
|
|
|
10892
10913
|
metadata_schema?: unknown[];
|
|
10893
10914
|
/** @example true */
|
|
10894
10915
|
is_active?: boolean;
|
|
10895
|
-
/** @example 2026-04-
|
|
10916
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10896
10917
|
created_at?: string;
|
|
10897
|
-
/** @example 2026-04-
|
|
10918
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10898
10919
|
updated_at?: string;
|
|
10899
10920
|
};
|
|
10900
10921
|
};
|
|
@@ -12160,25 +12181,25 @@ export interface operations {
|
|
|
12160
12181
|
/**
|
|
12161
12182
|
* @example [
|
|
12162
12183
|
* {
|
|
12163
|
-
* "key": "
|
|
12164
|
-
* "name": "
|
|
12165
|
-
* "description": "
|
|
12184
|
+
* "key": "qui",
|
|
12185
|
+
* "name": "eveniet",
|
|
12186
|
+
* "description": "Dolorem similique est iusto dolor qui et iure.",
|
|
12166
12187
|
* "value_type": "string"
|
|
12167
12188
|
* },
|
|
12168
12189
|
* {
|
|
12169
|
-
* "key": "
|
|
12170
|
-
* "name": "
|
|
12171
|
-
* "description": "
|
|
12190
|
+
* "key": "maiores",
|
|
12191
|
+
* "name": "corrupti",
|
|
12192
|
+
* "description": "Exercitationem iusto saepe laborum sed.",
|
|
12172
12193
|
* "value_type": "string"
|
|
12173
12194
|
* }
|
|
12174
12195
|
* ]
|
|
12175
12196
|
*/
|
|
12176
12197
|
data?: {
|
|
12177
|
-
/** @example
|
|
12198
|
+
/** @example qui */
|
|
12178
12199
|
key?: string;
|
|
12179
|
-
/** @example
|
|
12200
|
+
/** @example eveniet */
|
|
12180
12201
|
name?: string;
|
|
12181
|
-
/** @example
|
|
12202
|
+
/** @example Dolorem similique est iusto dolor qui et iure. */
|
|
12182
12203
|
description?: string;
|
|
12183
12204
|
/** @example string */
|
|
12184
12205
|
value_type?: string;
|
|
@@ -13420,13 +13441,13 @@ export interface operations {
|
|
|
13420
13441
|
};
|
|
13421
13442
|
} | {
|
|
13422
13443
|
data?: {
|
|
13423
|
-
/** @example
|
|
13444
|
+
/** @example cb95903b-e71f-4895-a5ca-c8ba1d49cc74 */
|
|
13424
13445
|
uid?: string;
|
|
13425
13446
|
/** @example follow_up */
|
|
13426
13447
|
inspection_type?: string;
|
|
13427
13448
|
/** @example cancelled */
|
|
13428
13449
|
status?: string;
|
|
13429
|
-
/** @example 30 Apr 2026,
|
|
13450
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13430
13451
|
scheduled_date?: string;
|
|
13431
13452
|
/** @example null */
|
|
13432
13453
|
completed_date?: string | null;
|
|
@@ -13434,11 +13455,11 @@ export interface operations {
|
|
|
13434
13455
|
condition_rating?: string;
|
|
13435
13456
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13436
13457
|
summary?: string;
|
|
13437
|
-
/** @example 23 Jun 2026, 12:
|
|
13458
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13438
13459
|
next_inspection_date?: string;
|
|
13439
|
-
/** @example
|
|
13460
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13440
13461
|
created_at?: string;
|
|
13441
|
-
/** @example
|
|
13462
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13442
13463
|
updated_at?: string;
|
|
13443
13464
|
};
|
|
13444
13465
|
};
|
|
@@ -13493,13 +13514,13 @@ export interface operations {
|
|
|
13493
13514
|
content: {
|
|
13494
13515
|
"application/json": {
|
|
13495
13516
|
data?: {
|
|
13496
|
-
/** @example
|
|
13517
|
+
/** @example 46855cee-0f6b-4e42-b95d-979974768d84 */
|
|
13497
13518
|
uid?: string;
|
|
13498
13519
|
/** @example follow_up */
|
|
13499
13520
|
inspection_type?: string;
|
|
13500
13521
|
/** @example cancelled */
|
|
13501
13522
|
status?: string;
|
|
13502
|
-
/** @example 30 Apr 2026,
|
|
13523
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13503
13524
|
scheduled_date?: string;
|
|
13504
13525
|
/** @example null */
|
|
13505
13526
|
completed_date?: string | null;
|
|
@@ -13507,11 +13528,11 @@ export interface operations {
|
|
|
13507
13528
|
condition_rating?: string;
|
|
13508
13529
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13509
13530
|
summary?: string;
|
|
13510
|
-
/** @example 23 Jun 2026, 12:
|
|
13531
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13511
13532
|
next_inspection_date?: string;
|
|
13512
|
-
/** @example
|
|
13533
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13513
13534
|
created_at?: string;
|
|
13514
|
-
/** @example
|
|
13535
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13515
13536
|
updated_at?: string;
|
|
13516
13537
|
};
|
|
13517
13538
|
};
|
|
@@ -13606,13 +13627,13 @@ export interface operations {
|
|
|
13606
13627
|
content: {
|
|
13607
13628
|
"application/json": {
|
|
13608
13629
|
data?: {
|
|
13609
|
-
/** @example
|
|
13630
|
+
/** @example 252a8f6a-6ca7-40e4-85a5-1a3dfb797bab */
|
|
13610
13631
|
uid?: string;
|
|
13611
13632
|
/** @example follow_up */
|
|
13612
13633
|
inspection_type?: string;
|
|
13613
13634
|
/** @example cancelled */
|
|
13614
13635
|
status?: string;
|
|
13615
|
-
/** @example 18 Apr 2026, 01:
|
|
13636
|
+
/** @example 18 Apr 2026, 01:22 PM */
|
|
13616
13637
|
scheduled_date?: string;
|
|
13617
13638
|
/** @example null */
|
|
13618
13639
|
completed_date?: string | null;
|
|
@@ -13620,11 +13641,11 @@ export interface operations {
|
|
|
13620
13641
|
condition_rating?: string;
|
|
13621
13642
|
/** @example Et animi quos velit et fugiat. */
|
|
13622
13643
|
summary?: string;
|
|
13623
|
-
/** @example 27 Jul 2026, 09:
|
|
13644
|
+
/** @example 27 Jul 2026, 09:16 PM */
|
|
13624
13645
|
next_inspection_date?: string;
|
|
13625
|
-
/** @example
|
|
13646
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13626
13647
|
created_at?: string;
|
|
13627
|
-
/** @example
|
|
13648
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13628
13649
|
updated_at?: string;
|
|
13629
13650
|
};
|
|
13630
13651
|
};
|
|
@@ -13661,13 +13682,13 @@ export interface operations {
|
|
|
13661
13682
|
content: {
|
|
13662
13683
|
"application/json": {
|
|
13663
13684
|
data?: {
|
|
13664
|
-
/** @example
|
|
13685
|
+
/** @example dd97bc06-3974-49ae-b5af-c480526ab95a */
|
|
13665
13686
|
uid?: string;
|
|
13666
13687
|
/** @example follow_up */
|
|
13667
13688
|
inspection_type?: string;
|
|
13668
13689
|
/** @example cancelled */
|
|
13669
13690
|
status?: string;
|
|
13670
|
-
/** @example 30 Apr 2026,
|
|
13691
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13671
13692
|
scheduled_date?: string;
|
|
13672
13693
|
/** @example null */
|
|
13673
13694
|
completed_date?: string | null;
|
|
@@ -13675,11 +13696,11 @@ export interface operations {
|
|
|
13675
13696
|
condition_rating?: string;
|
|
13676
13697
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13677
13698
|
summary?: string;
|
|
13678
|
-
/** @example 23 Jun 2026, 12:
|
|
13699
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13679
13700
|
next_inspection_date?: string;
|
|
13680
|
-
/** @example
|
|
13701
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13681
13702
|
created_at?: string;
|
|
13682
|
-
/** @example
|
|
13703
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13683
13704
|
updated_at?: string;
|
|
13684
13705
|
};
|
|
13685
13706
|
};
|
|
@@ -13716,13 +13737,13 @@ export interface operations {
|
|
|
13716
13737
|
content: {
|
|
13717
13738
|
"application/json": {
|
|
13718
13739
|
data?: {
|
|
13719
|
-
/** @example
|
|
13740
|
+
/** @example 26866bf1-0fb6-4257-a0fe-835a1456b11f */
|
|
13720
13741
|
uid?: string;
|
|
13721
13742
|
/** @example follow_up */
|
|
13722
13743
|
inspection_type?: string;
|
|
13723
13744
|
/** @example cancelled */
|
|
13724
13745
|
status?: string;
|
|
13725
|
-
/** @example 18 Apr 2026, 01:
|
|
13746
|
+
/** @example 18 Apr 2026, 01:22 PM */
|
|
13726
13747
|
scheduled_date?: string;
|
|
13727
13748
|
/** @example null */
|
|
13728
13749
|
completed_date?: string | null;
|
|
@@ -13730,11 +13751,11 @@ export interface operations {
|
|
|
13730
13751
|
condition_rating?: string;
|
|
13731
13752
|
/** @example Et animi quos velit et fugiat. */
|
|
13732
13753
|
summary?: string;
|
|
13733
|
-
/** @example 27 Jul 2026, 09:
|
|
13754
|
+
/** @example 27 Jul 2026, 09:16 PM */
|
|
13734
13755
|
next_inspection_date?: string;
|
|
13735
|
-
/** @example
|
|
13756
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13736
13757
|
created_at?: string;
|
|
13737
|
-
/** @example
|
|
13758
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13738
13759
|
updated_at?: string;
|
|
13739
13760
|
};
|
|
13740
13761
|
};
|
|
@@ -13861,8 +13882,10 @@ export interface operations {
|
|
|
13861
13882
|
};
|
|
13862
13883
|
} | {
|
|
13863
13884
|
data?: {
|
|
13864
|
-
/** @example
|
|
13885
|
+
/** @example 5f9095c0-d0cc-478f-9333-3126015df2ec */
|
|
13865
13886
|
uid?: string;
|
|
13887
|
+
/** @example 1 */
|
|
13888
|
+
tenancy_id?: number;
|
|
13866
13889
|
/** @example Qui commodi incidunt iure. */
|
|
13867
13890
|
title?: string;
|
|
13868
13891
|
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
@@ -13871,17 +13894,17 @@ export interface operations {
|
|
|
13871
13894
|
status?: string;
|
|
13872
13895
|
/** @example low */
|
|
13873
13896
|
priority?: string;
|
|
13874
|
-
/** @example 23 Apr 2026, 03:
|
|
13897
|
+
/** @example 23 Apr 2026, 03:26 PM */
|
|
13875
13898
|
reported_at?: string;
|
|
13876
13899
|
/** @example null */
|
|
13877
13900
|
assigned_at?: string | null;
|
|
13878
13901
|
/** @example null */
|
|
13879
13902
|
completed_at?: string | null;
|
|
13880
|
-
/** @example 26 Apr 2026,
|
|
13903
|
+
/** @example 26 Apr 2026, 11:51 AM */
|
|
13881
13904
|
sla_deadline?: string;
|
|
13882
|
-
/** @example
|
|
13905
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13883
13906
|
created_at?: string;
|
|
13884
|
-
/** @example
|
|
13907
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13885
13908
|
updated_at?: string;
|
|
13886
13909
|
};
|
|
13887
13910
|
};
|
|
@@ -13918,8 +13941,10 @@ export interface operations {
|
|
|
13918
13941
|
content: {
|
|
13919
13942
|
"application/json": {
|
|
13920
13943
|
data?: {
|
|
13921
|
-
/** @example
|
|
13944
|
+
/** @example 2fff34a1-2880-42e4-aedf-a34afb72f87d */
|
|
13922
13945
|
uid?: string;
|
|
13946
|
+
/** @example 1 */
|
|
13947
|
+
tenancy_id?: number;
|
|
13923
13948
|
/** @example Qui commodi incidunt iure. */
|
|
13924
13949
|
title?: string;
|
|
13925
13950
|
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
@@ -13928,17 +13953,17 @@ export interface operations {
|
|
|
13928
13953
|
status?: string;
|
|
13929
13954
|
/** @example low */
|
|
13930
13955
|
priority?: string;
|
|
13931
|
-
/** @example 23 Apr 2026, 03:
|
|
13956
|
+
/** @example 23 Apr 2026, 03:26 PM */
|
|
13932
13957
|
reported_at?: string;
|
|
13933
13958
|
/** @example null */
|
|
13934
13959
|
assigned_at?: string | null;
|
|
13935
13960
|
/** @example null */
|
|
13936
13961
|
completed_at?: string | null;
|
|
13937
|
-
/** @example 26 Apr 2026,
|
|
13962
|
+
/** @example 26 Apr 2026, 11:51 AM */
|
|
13938
13963
|
sla_deadline?: string;
|
|
13939
|
-
/** @example
|
|
13964
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13940
13965
|
created_at?: string;
|
|
13941
|
-
/** @example
|
|
13966
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13942
13967
|
updated_at?: string;
|
|
13943
13968
|
};
|
|
13944
13969
|
};
|
|
@@ -13975,8 +14000,10 @@ export interface operations {
|
|
|
13975
14000
|
content: {
|
|
13976
14001
|
"application/json": {
|
|
13977
14002
|
data?: {
|
|
13978
|
-
/** @example
|
|
14003
|
+
/** @example c08b1f3f-1409-4e4f-9438-2eac3dd3b03e */
|
|
13979
14004
|
uid?: string;
|
|
14005
|
+
/** @example 1 */
|
|
14006
|
+
tenancy_id?: number;
|
|
13980
14007
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13981
14008
|
title?: string;
|
|
13982
14009
|
/** @example 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. */
|
|
@@ -13985,17 +14012,17 @@ export interface operations {
|
|
|
13985
14012
|
status?: string;
|
|
13986
14013
|
/** @example emergency */
|
|
13987
14014
|
priority?: string;
|
|
13988
|
-
/** @example 18 Apr 2026, 01:
|
|
14015
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
13989
14016
|
reported_at?: string;
|
|
13990
|
-
/** @example
|
|
14017
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
13991
14018
|
assigned_at?: string;
|
|
13992
14019
|
/** @example null */
|
|
13993
14020
|
completed_at?: string | null;
|
|
13994
|
-
/** @example 26 Apr 2026,
|
|
14021
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
13995
14022
|
sla_deadline?: string;
|
|
13996
|
-
/** @example
|
|
14023
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13997
14024
|
created_at?: string;
|
|
13998
|
-
/** @example
|
|
14025
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13999
14026
|
updated_at?: string;
|
|
14000
14027
|
};
|
|
14001
14028
|
};
|
|
@@ -14032,8 +14059,10 @@ export interface operations {
|
|
|
14032
14059
|
content: {
|
|
14033
14060
|
"application/json": {
|
|
14034
14061
|
data?: {
|
|
14035
|
-
/** @example
|
|
14062
|
+
/** @example 5cf1198d-910c-40ea-9caf-1dbafdcfaeae */
|
|
14036
14063
|
uid?: string;
|
|
14064
|
+
/** @example 1 */
|
|
14065
|
+
tenancy_id?: number;
|
|
14037
14066
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
14038
14067
|
title?: string;
|
|
14039
14068
|
/** @example 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. */
|
|
@@ -14042,17 +14071,17 @@ export interface operations {
|
|
|
14042
14071
|
status?: string;
|
|
14043
14072
|
/** @example emergency */
|
|
14044
14073
|
priority?: string;
|
|
14045
|
-
/** @example 18 Apr 2026, 01:
|
|
14074
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
14046
14075
|
reported_at?: string;
|
|
14047
|
-
/** @example
|
|
14076
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
14048
14077
|
assigned_at?: string;
|
|
14049
14078
|
/** @example null */
|
|
14050
14079
|
completed_at?: string | null;
|
|
14051
|
-
/** @example 26 Apr 2026,
|
|
14080
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
14052
14081
|
sla_deadline?: string;
|
|
14053
|
-
/** @example
|
|
14082
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14054
14083
|
created_at?: string;
|
|
14055
|
-
/** @example
|
|
14084
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14056
14085
|
updated_at?: string;
|
|
14057
14086
|
};
|
|
14058
14087
|
};
|
|
@@ -14089,8 +14118,10 @@ export interface operations {
|
|
|
14089
14118
|
content: {
|
|
14090
14119
|
"application/json": {
|
|
14091
14120
|
data?: {
|
|
14092
|
-
/** @example
|
|
14121
|
+
/** @example 918db812-e664-48e3-ab27-1b68d9af3f31 */
|
|
14093
14122
|
uid?: string;
|
|
14123
|
+
/** @example 1 */
|
|
14124
|
+
tenancy_id?: number;
|
|
14094
14125
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
14095
14126
|
title?: string;
|
|
14096
14127
|
/** @example 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. */
|
|
@@ -14099,17 +14130,17 @@ export interface operations {
|
|
|
14099
14130
|
status?: string;
|
|
14100
14131
|
/** @example emergency */
|
|
14101
14132
|
priority?: string;
|
|
14102
|
-
/** @example 18 Apr 2026, 01:
|
|
14133
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
14103
14134
|
reported_at?: string;
|
|
14104
|
-
/** @example
|
|
14135
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
14105
14136
|
assigned_at?: string;
|
|
14106
14137
|
/** @example null */
|
|
14107
14138
|
completed_at?: string | null;
|
|
14108
|
-
/** @example 26 Apr 2026,
|
|
14139
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
14109
14140
|
sla_deadline?: string;
|
|
14110
|
-
/** @example
|
|
14141
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14111
14142
|
created_at?: string;
|
|
14112
|
-
/** @example
|
|
14143
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14113
14144
|
updated_at?: string;
|
|
14114
14145
|
};
|
|
14115
14146
|
};
|
|
@@ -14160,6 +14191,13 @@ export interface operations {
|
|
|
14160
14191
|
* {
|
|
14161
14192
|
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
14162
14193
|
* "listing": {
|
|
14194
|
+
* "cover": {
|
|
14195
|
+
* "uid": "lm_34fda1",
|
|
14196
|
+
* "media_type": "image/jpeg",
|
|
14197
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://app.justinshome-backendcore.test/storage/listing-media/listings/9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a/cover.jpg",
|
|
14198
|
+
* "order_index": 0,
|
|
14199
|
+
* "is_cover": true
|
|
14200
|
+
* },
|
|
14163
14201
|
* "details": {
|
|
14164
14202
|
* "address": "24 Windsor Court, London, SW1",
|
|
14165
14203
|
* "title": "24 Windsor Court",
|
|
@@ -14194,6 +14232,18 @@ export interface operations {
|
|
|
14194
14232
|
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
14195
14233
|
tenancy_uid?: string;
|
|
14196
14234
|
listing?: {
|
|
14235
|
+
cover?: {
|
|
14236
|
+
/** @example lm_34fda1 */
|
|
14237
|
+
uid?: string;
|
|
14238
|
+
/** @example image/jpeg */
|
|
14239
|
+
media_type?: string;
|
|
14240
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://app.justinshome-backendcore.test/storage/listing-media/listings/9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a/cover.jpg */
|
|
14241
|
+
storage_path?: string;
|
|
14242
|
+
/** @example 0 */
|
|
14243
|
+
order_index?: number;
|
|
14244
|
+
/** @example true */
|
|
14245
|
+
is_cover?: boolean;
|
|
14246
|
+
};
|
|
14197
14247
|
details?: {
|
|
14198
14248
|
/** @example 24 Windsor Court, London, SW1 */
|
|
14199
14249
|
address?: string;
|
|
@@ -14301,6 +14351,13 @@ export interface operations {
|
|
|
14301
14351
|
* {
|
|
14302
14352
|
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
14303
14353
|
* "listing": {
|
|
14354
|
+
* "cover": {
|
|
14355
|
+
* "uid": "lm_34fda1",
|
|
14356
|
+
* "media_type": "image/jpeg",
|
|
14357
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://app.justinshome-backendcore.test/storage/listing-media/listings/9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a/cover.jpg",
|
|
14358
|
+
* "order_index": 0,
|
|
14359
|
+
* "is_cover": true
|
|
14360
|
+
* },
|
|
14304
14361
|
* "details": {
|
|
14305
14362
|
* "address": "24 Windsor Court, London, SW1",
|
|
14306
14363
|
* "title": "24 Windsor Court",
|
|
@@ -14335,6 +14392,18 @@ export interface operations {
|
|
|
14335
14392
|
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
14336
14393
|
tenancy_uid?: string;
|
|
14337
14394
|
listing?: {
|
|
14395
|
+
cover?: {
|
|
14396
|
+
/** @example lm_34fda1 */
|
|
14397
|
+
uid?: string;
|
|
14398
|
+
/** @example image/jpeg */
|
|
14399
|
+
media_type?: string;
|
|
14400
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://app.justinshome-backendcore.test/storage/listing-media/listings/9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a/cover.jpg */
|
|
14401
|
+
storage_path?: string;
|
|
14402
|
+
/** @example 0 */
|
|
14403
|
+
order_index?: number;
|
|
14404
|
+
/** @example true */
|
|
14405
|
+
is_cover?: boolean;
|
|
14406
|
+
};
|
|
14338
14407
|
details?: {
|
|
14339
14408
|
/** @example 24 Windsor Court, London, SW1 */
|
|
14340
14409
|
address?: string;
|
|
@@ -14385,6 +14454,272 @@ export interface operations {
|
|
|
14385
14454
|
};
|
|
14386
14455
|
};
|
|
14387
14456
|
};
|
|
14457
|
+
fetchTenancyAdmin: {
|
|
14458
|
+
parameters: {
|
|
14459
|
+
query?: never;
|
|
14460
|
+
header?: never;
|
|
14461
|
+
path: {
|
|
14462
|
+
/** @description The UID of the tenancy. */
|
|
14463
|
+
tenancy_uid: string;
|
|
14464
|
+
};
|
|
14465
|
+
cookie?: never;
|
|
14466
|
+
};
|
|
14467
|
+
requestBody?: never;
|
|
14468
|
+
responses: {
|
|
14469
|
+
/** @description Retrieve a single tenancy for admin */
|
|
14470
|
+
200: {
|
|
14471
|
+
headers: {
|
|
14472
|
+
[name: string]: unknown;
|
|
14473
|
+
};
|
|
14474
|
+
content: {
|
|
14475
|
+
"application/json": {
|
|
14476
|
+
/** @example Tenancy fetched */
|
|
14477
|
+
message?: string;
|
|
14478
|
+
/** @example null */
|
|
14479
|
+
event?: string | null;
|
|
14480
|
+
data?: {
|
|
14481
|
+
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
14482
|
+
uid?: string;
|
|
14483
|
+
/** @example 4 */
|
|
14484
|
+
listing_id?: number;
|
|
14485
|
+
/** @example 2 */
|
|
14486
|
+
landlord_id?: number;
|
|
14487
|
+
/** @example 3 */
|
|
14488
|
+
tenant_id?: number;
|
|
14489
|
+
/** @example 1500.00 */
|
|
14490
|
+
rent_amount?: string;
|
|
14491
|
+
/** @example 1500.00 */
|
|
14492
|
+
deposit_amount?: string;
|
|
14493
|
+
/** @example active */
|
|
14494
|
+
state?: string;
|
|
14495
|
+
/** @example 2026-03-01 */
|
|
14496
|
+
start_date?: string;
|
|
14497
|
+
/** @example 2027-02-28 */
|
|
14498
|
+
end_date?: string;
|
|
14499
|
+
/** @example false */
|
|
14500
|
+
is_periodic?: boolean;
|
|
14501
|
+
/** @example null */
|
|
14502
|
+
company_name?: string | null;
|
|
14503
|
+
/** @example null */
|
|
14504
|
+
company_registration_number?: string | null;
|
|
14505
|
+
/** @example 2026-03-01T10:00:00Z */
|
|
14506
|
+
created_at?: string;
|
|
14507
|
+
listing?: {
|
|
14508
|
+
cover?: {
|
|
14509
|
+
/** @example lm_34fda1 */
|
|
14510
|
+
uid?: string;
|
|
14511
|
+
/** @example image/jpeg */
|
|
14512
|
+
media_type?: string;
|
|
14513
|
+
/** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a/cover.jpg */
|
|
14514
|
+
storage_path?: string;
|
|
14515
|
+
/** @example 0 */
|
|
14516
|
+
order_index?: number;
|
|
14517
|
+
/** @example true */
|
|
14518
|
+
is_cover?: boolean;
|
|
14519
|
+
};
|
|
14520
|
+
details?: {
|
|
14521
|
+
/** @example 24 Windsor Court */
|
|
14522
|
+
address?: string;
|
|
14523
|
+
/** @example 24 Windsor Court */
|
|
14524
|
+
title?: string;
|
|
14525
|
+
/** @example Rent */
|
|
14526
|
+
type?: string;
|
|
14527
|
+
};
|
|
14528
|
+
owner?: {
|
|
14529
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
14530
|
+
uid?: string;
|
|
14531
|
+
/** @example Alice Taylor */
|
|
14532
|
+
name?: string;
|
|
14533
|
+
/** @example alice@example.com */
|
|
14534
|
+
email?: string;
|
|
14535
|
+
};
|
|
14536
|
+
};
|
|
14537
|
+
landlord?: {
|
|
14538
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
14539
|
+
uid?: string;
|
|
14540
|
+
/** @example Alice Taylor */
|
|
14541
|
+
name?: string;
|
|
14542
|
+
/** @example alice@example.com */
|
|
14543
|
+
email?: string;
|
|
14544
|
+
};
|
|
14545
|
+
tenant?: {
|
|
14546
|
+
/** @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df */
|
|
14547
|
+
uid?: string;
|
|
14548
|
+
/** @example Sarah Jenkins */
|
|
14549
|
+
name?: string;
|
|
14550
|
+
/** @example sarah@example.com */
|
|
14551
|
+
email?: string;
|
|
14552
|
+
};
|
|
14553
|
+
/**
|
|
14554
|
+
* @example [
|
|
14555
|
+
* {
|
|
14556
|
+
* "uid": "maint_83fd12",
|
|
14557
|
+
* "tenancy_id": 1,
|
|
14558
|
+
* "title": "Leaking kitchen sink",
|
|
14559
|
+
* "description": "Water has been dripping continuously under the sink cabinet.",
|
|
14560
|
+
* "status": "reported",
|
|
14561
|
+
* "priority": "urgent",
|
|
14562
|
+
* "reported_at": "2026-04-01T10:00:00Z",
|
|
14563
|
+
* "assigned_at": null,
|
|
14564
|
+
* "completed_at": null,
|
|
14565
|
+
* "sla_deadline": "2026-04-02T10:00:00Z"
|
|
14566
|
+
* }
|
|
14567
|
+
* ]
|
|
14568
|
+
*/
|
|
14569
|
+
maintenance_requests?: {
|
|
14570
|
+
/** @example maint_83fd12 */
|
|
14571
|
+
uid?: string;
|
|
14572
|
+
/** @example 1 */
|
|
14573
|
+
tenancy_id?: number;
|
|
14574
|
+
/** @example Leaking kitchen sink */
|
|
14575
|
+
title?: string;
|
|
14576
|
+
/** @example Water has been dripping continuously under the sink cabinet. */
|
|
14577
|
+
description?: string;
|
|
14578
|
+
/** @example reported */
|
|
14579
|
+
status?: string;
|
|
14580
|
+
/** @example urgent */
|
|
14581
|
+
priority?: string;
|
|
14582
|
+
/** @example 2026-04-01T10:00:00Z */
|
|
14583
|
+
reported_at?: string;
|
|
14584
|
+
/** @example null */
|
|
14585
|
+
assigned_at?: string | null;
|
|
14586
|
+
/** @example null */
|
|
14587
|
+
completed_at?: string | null;
|
|
14588
|
+
/** @example 2026-04-02T10:00:00Z */
|
|
14589
|
+
sla_deadline?: string;
|
|
14590
|
+
}[];
|
|
14591
|
+
/**
|
|
14592
|
+
* @example [
|
|
14593
|
+
* {
|
|
14594
|
+
* "from_state": "pending",
|
|
14595
|
+
* "to_state": "active",
|
|
14596
|
+
* "changed_by_user_id": 1,
|
|
14597
|
+
* "changed_by_name": "System Admin",
|
|
14598
|
+
* "comment": "Tenancy activated",
|
|
14599
|
+
* "created_at": "2026-03-01T10:00:00Z"
|
|
14600
|
+
* }
|
|
14601
|
+
* ]
|
|
14602
|
+
*/
|
|
14603
|
+
state_transitions?: {
|
|
14604
|
+
/** @example pending */
|
|
14605
|
+
from_state?: string;
|
|
14606
|
+
/** @example active */
|
|
14607
|
+
to_state?: string;
|
|
14608
|
+
/** @example 1 */
|
|
14609
|
+
changed_by_user_id?: number;
|
|
14610
|
+
/** @example System Admin */
|
|
14611
|
+
changed_by_name?: string;
|
|
14612
|
+
/** @example Tenancy activated */
|
|
14613
|
+
comment?: string;
|
|
14614
|
+
/** @example 2026-03-01T10:00:00Z */
|
|
14615
|
+
created_at?: string;
|
|
14616
|
+
}[];
|
|
14617
|
+
/**
|
|
14618
|
+
* @example [
|
|
14619
|
+
* {
|
|
14620
|
+
* "id": 1,
|
|
14621
|
+
* "compliance": {
|
|
14622
|
+
* "id": 10,
|
|
14623
|
+
* "key": "gas_safety_certificate",
|
|
14624
|
+
* "name": "Gas Safety Certificate"
|
|
14625
|
+
* },
|
|
14626
|
+
* "verification_layer_key": "gas_certificate",
|
|
14627
|
+
* "status": "submitted",
|
|
14628
|
+
* "submitted_data": {
|
|
14629
|
+
* "document_file": {
|
|
14630
|
+
* "file_name": "cover.pdf",
|
|
14631
|
+
* "storage_path": "tenancy_compliance/cover.pdf",
|
|
14632
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
14633
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
14634
|
+
* "disk": "verification_documents"
|
|
14635
|
+
* }
|
|
14636
|
+
* },
|
|
14637
|
+
* "rejection_reason": null,
|
|
14638
|
+
* "reviewed_by": null,
|
|
14639
|
+
* "reviewed_at": null,
|
|
14640
|
+
* "created_at": "2026-04-01T09:30:00Z"
|
|
14641
|
+
* }
|
|
14642
|
+
* ]
|
|
14643
|
+
*/
|
|
14644
|
+
compliance_submissions?: {
|
|
14645
|
+
/** @example 1 */
|
|
14646
|
+
id?: number;
|
|
14647
|
+
compliance?: {
|
|
14648
|
+
/** @example 10 */
|
|
14649
|
+
id?: number;
|
|
14650
|
+
/** @example gas_safety_certificate */
|
|
14651
|
+
key?: string;
|
|
14652
|
+
/** @example Gas Safety Certificate */
|
|
14653
|
+
name?: string;
|
|
14654
|
+
};
|
|
14655
|
+
/** @example gas_certificate */
|
|
14656
|
+
verification_layer_key?: string;
|
|
14657
|
+
/** @example submitted */
|
|
14658
|
+
status?: string;
|
|
14659
|
+
submitted_data?: {
|
|
14660
|
+
document_file?: {
|
|
14661
|
+
/** @example cover.pdf */
|
|
14662
|
+
file_name?: string;
|
|
14663
|
+
/** @example tenancy_compliance/cover.pdf */
|
|
14664
|
+
storage_path?: string;
|
|
14665
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
14666
|
+
view_url?: string;
|
|
14667
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
14668
|
+
download_url?: string;
|
|
14669
|
+
/** @example verification_documents */
|
|
14670
|
+
disk?: string;
|
|
14671
|
+
};
|
|
14672
|
+
};
|
|
14673
|
+
/** @example null */
|
|
14674
|
+
rejection_reason?: string | null;
|
|
14675
|
+
/** @example null */
|
|
14676
|
+
reviewed_by?: string | null;
|
|
14677
|
+
/** @example null */
|
|
14678
|
+
reviewed_at?: string | null;
|
|
14679
|
+
/** @example 2026-04-01T09:30:00Z */
|
|
14680
|
+
created_at?: string;
|
|
14681
|
+
}[];
|
|
14682
|
+
/**
|
|
14683
|
+
* @example [
|
|
14684
|
+
* {
|
|
14685
|
+
* "id": 10,
|
|
14686
|
+
* "responsible_party": "landlord",
|
|
14687
|
+
* "responsible_party_label": "Landlord",
|
|
14688
|
+
* "liability_exclusion_flag": false,
|
|
14689
|
+
* "requirements": [
|
|
14690
|
+
* "gas_certificate"
|
|
14691
|
+
* ]
|
|
14692
|
+
* }
|
|
14693
|
+
* ]
|
|
14694
|
+
*/
|
|
14695
|
+
compliances?: {
|
|
14696
|
+
/** @example 10 */
|
|
14697
|
+
id?: number;
|
|
14698
|
+
/** @example landlord */
|
|
14699
|
+
responsible_party?: string;
|
|
14700
|
+
/** @example Landlord */
|
|
14701
|
+
responsible_party_label?: string;
|
|
14702
|
+
/** @example false */
|
|
14703
|
+
liability_exclusion_flag?: boolean;
|
|
14704
|
+
/**
|
|
14705
|
+
* @example [
|
|
14706
|
+
* "gas_certificate"
|
|
14707
|
+
* ]
|
|
14708
|
+
*/
|
|
14709
|
+
requirements?: string[];
|
|
14710
|
+
}[];
|
|
14711
|
+
compliance_status?: {
|
|
14712
|
+
/** @example compliant */
|
|
14713
|
+
overall?: string;
|
|
14714
|
+
/** @example [] */
|
|
14715
|
+
breakdown?: unknown[];
|
|
14716
|
+
};
|
|
14717
|
+
};
|
|
14718
|
+
};
|
|
14719
|
+
};
|
|
14720
|
+
};
|
|
14721
|
+
};
|
|
14722
|
+
};
|
|
14388
14723
|
fetchTenancyComplianceDocumentsAdmin: {
|
|
14389
14724
|
parameters: {
|
|
14390
14725
|
query?: {
|
|
@@ -14505,19 +14840,19 @@ export interface operations {
|
|
|
14505
14840
|
content: {
|
|
14506
14841
|
"application/json": {
|
|
14507
14842
|
data?: {
|
|
14508
|
-
/** @example
|
|
14843
|
+
/** @example 302 */
|
|
14509
14844
|
id?: number;
|
|
14510
14845
|
/** @example 2 */
|
|
14511
14846
|
listing_id?: number;
|
|
14512
14847
|
/** @example completed */
|
|
14513
14848
|
status?: string;
|
|
14514
14849
|
scheduled?: {
|
|
14515
|
-
/** @example 1981-11-
|
|
14850
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14516
14851
|
start?: string;
|
|
14517
|
-
/** @example 1979-12-
|
|
14852
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14518
14853
|
end?: string;
|
|
14519
14854
|
};
|
|
14520
|
-
/** @example 2026-04-
|
|
14855
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14521
14856
|
created_at?: string;
|
|
14522
14857
|
};
|
|
14523
14858
|
};
|
|
@@ -14544,19 +14879,19 @@ export interface operations {
|
|
|
14544
14879
|
content: {
|
|
14545
14880
|
"application/json": {
|
|
14546
14881
|
data?: {
|
|
14547
|
-
/** @example
|
|
14882
|
+
/** @example 303 */
|
|
14548
14883
|
id?: number;
|
|
14549
14884
|
/** @example 2 */
|
|
14550
14885
|
listing_id?: number;
|
|
14551
14886
|
/** @example completed */
|
|
14552
14887
|
status?: string;
|
|
14553
14888
|
scheduled?: {
|
|
14554
|
-
/** @example 1981-11-
|
|
14889
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14555
14890
|
start?: string;
|
|
14556
|
-
/** @example 1979-12-
|
|
14891
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14557
14892
|
end?: string;
|
|
14558
14893
|
};
|
|
14559
|
-
/** @example 2026-04-
|
|
14894
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14560
14895
|
created_at?: string;
|
|
14561
14896
|
};
|
|
14562
14897
|
};
|
|
@@ -14582,41 +14917,41 @@ export interface operations {
|
|
|
14582
14917
|
/**
|
|
14583
14918
|
* @example [
|
|
14584
14919
|
* {
|
|
14585
|
-
* "id":
|
|
14920
|
+
* "id": 304,
|
|
14586
14921
|
* "listing_id": 2,
|
|
14587
14922
|
* "status": "completed",
|
|
14588
14923
|
* "scheduled": {
|
|
14589
|
-
* "start": "1981-11-
|
|
14590
|
-
* "end": "1979-12-
|
|
14924
|
+
* "start": "1981-11-15T00:00:00.000000Z",
|
|
14925
|
+
* "end": "1979-12-12T00:00:00.000000Z"
|
|
14591
14926
|
* },
|
|
14592
|
-
* "created_at": "2026-04-
|
|
14927
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
14593
14928
|
* },
|
|
14594
14929
|
* {
|
|
14595
|
-
* "id":
|
|
14930
|
+
* "id": 305,
|
|
14596
14931
|
* "listing_id": 2,
|
|
14597
14932
|
* "status": "completed",
|
|
14598
14933
|
* "scheduled": {
|
|
14599
14934
|
* "start": "2006-09-16T00:00:00.000000Z",
|
|
14600
14935
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
14601
14936
|
* },
|
|
14602
|
-
* "created_at": "2026-04-
|
|
14937
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
14603
14938
|
* }
|
|
14604
14939
|
* ]
|
|
14605
14940
|
*/
|
|
14606
14941
|
data?: {
|
|
14607
|
-
/** @example
|
|
14942
|
+
/** @example 304 */
|
|
14608
14943
|
id?: number;
|
|
14609
14944
|
/** @example 2 */
|
|
14610
14945
|
listing_id?: number;
|
|
14611
14946
|
/** @example completed */
|
|
14612
14947
|
status?: string;
|
|
14613
14948
|
scheduled?: {
|
|
14614
|
-
/** @example 1981-11-
|
|
14949
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14615
14950
|
start?: string;
|
|
14616
|
-
/** @example 1979-12-
|
|
14951
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14617
14952
|
end?: string;
|
|
14618
14953
|
};
|
|
14619
|
-
/** @example 2026-04-
|
|
14954
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14620
14955
|
created_at?: string;
|
|
14621
14956
|
}[];
|
|
14622
14957
|
links?: {
|
|
@@ -14716,19 +15051,19 @@ export interface operations {
|
|
|
14716
15051
|
content: {
|
|
14717
15052
|
"application/json": {
|
|
14718
15053
|
data?: {
|
|
14719
|
-
/** @example
|
|
15054
|
+
/** @example 306 */
|
|
14720
15055
|
id?: number;
|
|
14721
15056
|
/** @example 2 */
|
|
14722
15057
|
listing_id?: number;
|
|
14723
15058
|
/** @example completed */
|
|
14724
15059
|
status?: string;
|
|
14725
15060
|
scheduled?: {
|
|
14726
|
-
/** @example 1981-11-
|
|
15061
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14727
15062
|
start?: string;
|
|
14728
|
-
/** @example 1979-12-
|
|
15063
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14729
15064
|
end?: string;
|
|
14730
15065
|
};
|
|
14731
|
-
/** @example 2026-04-
|
|
15066
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14732
15067
|
created_at?: string;
|
|
14733
15068
|
};
|
|
14734
15069
|
};
|
|
@@ -14755,19 +15090,19 @@ export interface operations {
|
|
|
14755
15090
|
content: {
|
|
14756
15091
|
"application/json": {
|
|
14757
15092
|
data?: {
|
|
14758
|
-
/** @example
|
|
15093
|
+
/** @example 307 */
|
|
14759
15094
|
id?: number;
|
|
14760
15095
|
/** @example 2 */
|
|
14761
15096
|
listing_id?: number;
|
|
14762
15097
|
/** @example completed */
|
|
14763
15098
|
status?: string;
|
|
14764
15099
|
scheduled?: {
|
|
14765
|
-
/** @example 1981-11-
|
|
15100
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14766
15101
|
start?: string;
|
|
14767
|
-
/** @example 1979-12-
|
|
15102
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14768
15103
|
end?: string;
|
|
14769
15104
|
};
|
|
14770
|
-
/** @example 2026-04-
|
|
15105
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14771
15106
|
created_at?: string;
|
|
14772
15107
|
};
|
|
14773
15108
|
};
|
|
@@ -14794,19 +15129,19 @@ export interface operations {
|
|
|
14794
15129
|
content: {
|
|
14795
15130
|
"application/json": {
|
|
14796
15131
|
data?: {
|
|
14797
|
-
/** @example
|
|
15132
|
+
/** @example 308 */
|
|
14798
15133
|
id?: number;
|
|
14799
15134
|
/** @example 2 */
|
|
14800
15135
|
listing_id?: number;
|
|
14801
15136
|
/** @example completed */
|
|
14802
15137
|
status?: string;
|
|
14803
15138
|
scheduled?: {
|
|
14804
|
-
/** @example 1981-11-
|
|
15139
|
+
/** @example 1981-11-15T00:00:00.000000Z */
|
|
14805
15140
|
start?: string;
|
|
14806
|
-
/** @example 1979-12-
|
|
15141
|
+
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14807
15142
|
end?: string;
|
|
14808
15143
|
};
|
|
14809
|
-
/** @example 2026-04-
|
|
15144
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14810
15145
|
created_at?: string;
|
|
14811
15146
|
};
|
|
14812
15147
|
};
|
|
@@ -15906,7 +16241,7 @@ export interface operations {
|
|
|
15906
16241
|
content: {
|
|
15907
16242
|
"application/json": {
|
|
15908
16243
|
data?: {
|
|
15909
|
-
/** @example
|
|
16244
|
+
/** @example c5b8979b-8ce7-428c-abfc-58b787bde499 */
|
|
15910
16245
|
uid?: string;
|
|
15911
16246
|
/** @example Ms. Audra Crooks II */
|
|
15912
16247
|
username?: string;
|
|
@@ -15936,9 +16271,9 @@ export interface operations {
|
|
|
15936
16271
|
timezone?: string;
|
|
15937
16272
|
/** @example Customer */
|
|
15938
16273
|
user_type?: string;
|
|
15939
|
-
/** @example
|
|
16274
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
15940
16275
|
created?: string;
|
|
15941
|
-
/** @example
|
|
16276
|
+
/** @example 0 seconds ago */
|
|
15942
16277
|
email_verified_at?: string;
|
|
15943
16278
|
verification_status?: {
|
|
15944
16279
|
/** @example not_verified */
|
|
@@ -16405,7 +16740,7 @@ export interface operations {
|
|
|
16405
16740
|
content: {
|
|
16406
16741
|
"application/json": {
|
|
16407
16742
|
data?: {
|
|
16408
|
-
/** @example
|
|
16743
|
+
/** @example cf23c84d-ed06-40b0-9fbb-b32985c65306 */
|
|
16409
16744
|
uid?: string;
|
|
16410
16745
|
/** @example Ms. Audra Crooks II */
|
|
16411
16746
|
username?: string;
|
|
@@ -16435,7 +16770,7 @@ export interface operations {
|
|
|
16435
16770
|
timezone?: string;
|
|
16436
16771
|
/** @example Customer */
|
|
16437
16772
|
user_type?: string;
|
|
16438
|
-
/** @example
|
|
16773
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
16439
16774
|
created?: string;
|
|
16440
16775
|
/** @example 0 seconds ago */
|
|
16441
16776
|
email_verified_at?: string;
|
|
@@ -16556,11 +16891,11 @@ export interface operations {
|
|
|
16556
16891
|
content: {
|
|
16557
16892
|
"application/json": {
|
|
16558
16893
|
data?: {
|
|
16559
|
-
/** @example New For Rent Property draft •
|
|
16894
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16560
16895
|
draft_name?: string;
|
|
16561
|
-
/** @example LST-PRP-LTR-
|
|
16896
|
+
/** @example LST-PRP-LTR-MODOWL6QYQZ */
|
|
16562
16897
|
sku?: string;
|
|
16563
|
-
/** @example
|
|
16898
|
+
/** @example bd29358b-6b0b-448b-a76d-f7db75f77e27 */
|
|
16564
16899
|
uid?: string;
|
|
16565
16900
|
/** @example Rent */
|
|
16566
16901
|
listing_type?: string;
|
|
@@ -16684,9 +17019,9 @@ export interface operations {
|
|
|
16684
17019
|
/**
|
|
16685
17020
|
* @example [
|
|
16686
17021
|
* {
|
|
16687
|
-
* "draft_name": "New For Rent Property draft •
|
|
16688
|
-
* "sku": "LST-PRP-LTR-
|
|
16689
|
-
* "uid": "
|
|
17022
|
+
* "draft_name": "New For Rent Property draft • 25 Apr 2026, 1:57 AM",
|
|
17023
|
+
* "sku": "LST-PRP-LTR-MODOWL7AXZG",
|
|
17024
|
+
* "uid": "47c76edb-1259-4077-b039-af4d70444d42",
|
|
16690
17025
|
* "listing_type": "Rent",
|
|
16691
17026
|
* "vertical": "Property",
|
|
16692
17027
|
* "arrangement_type": "let_to_let",
|
|
@@ -16703,9 +17038,9 @@ export interface operations {
|
|
|
16703
17038
|
* "media": []
|
|
16704
17039
|
* },
|
|
16705
17040
|
* {
|
|
16706
|
-
* "draft_name": "New Short Let Property draft •
|
|
16707
|
-
* "sku": "LST-PRP-SHL-
|
|
16708
|
-
* "uid": "
|
|
17041
|
+
* "draft_name": "New Short Let Property draft • 25 Apr 2026, 1:57 AM",
|
|
17042
|
+
* "sku": "LST-PRP-SHL-MODOWL7CV1Q",
|
|
17043
|
+
* "uid": "076e56e9-943b-4ae7-b5aa-9126b5e6d6b8",
|
|
16709
17044
|
* "listing_type": "Short Let",
|
|
16710
17045
|
* "vertical": "Property",
|
|
16711
17046
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16724,11 +17059,11 @@ export interface operations {
|
|
|
16724
17059
|
* ]
|
|
16725
17060
|
*/
|
|
16726
17061
|
data?: {
|
|
16727
|
-
/** @example New For Rent Property draft •
|
|
17062
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16728
17063
|
draft_name?: string;
|
|
16729
|
-
/** @example LST-PRP-LTR-
|
|
17064
|
+
/** @example LST-PRP-LTR-MODOWL7AXZG */
|
|
16730
17065
|
sku?: string;
|
|
16731
|
-
/** @example
|
|
17066
|
+
/** @example 47c76edb-1259-4077-b039-af4d70444d42 */
|
|
16732
17067
|
uid?: string;
|
|
16733
17068
|
/** @example Rent */
|
|
16734
17069
|
listing_type?: string;
|
|
@@ -16838,9 +17173,9 @@ export interface operations {
|
|
|
16838
17173
|
/**
|
|
16839
17174
|
* @example [
|
|
16840
17175
|
* {
|
|
16841
|
-
* "draft_name": "New For Rent Property draft •
|
|
16842
|
-
* "sku": "LST-PRP-LTR-
|
|
16843
|
-
* "uid": "
|
|
17176
|
+
* "draft_name": "New For Rent Property draft • 25 Apr 2026, 1:57 AM",
|
|
17177
|
+
* "sku": "LST-PRP-LTR-MODOWL7JN3Y",
|
|
17178
|
+
* "uid": "cebcfa1b-efdc-45d3-9671-16116a1d306f",
|
|
16844
17179
|
* "listing_type": "Rent",
|
|
16845
17180
|
* "vertical": "Property",
|
|
16846
17181
|
* "arrangement_type": "let_to_let",
|
|
@@ -16857,9 +17192,9 @@ export interface operations {
|
|
|
16857
17192
|
* "media": []
|
|
16858
17193
|
* },
|
|
16859
17194
|
* {
|
|
16860
|
-
* "draft_name": "New Short Let Property draft •
|
|
16861
|
-
* "sku": "LST-PRP-SHL-
|
|
16862
|
-
* "uid": "
|
|
17195
|
+
* "draft_name": "New Short Let Property draft • 25 Apr 2026, 1:57 AM",
|
|
17196
|
+
* "sku": "LST-PRP-SHL-MODOWL7LWXC",
|
|
17197
|
+
* "uid": "c512ea91-4700-469c-b719-8d3aaa4301e3",
|
|
16863
17198
|
* "listing_type": "Short Let",
|
|
16864
17199
|
* "vertical": "Property",
|
|
16865
17200
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16878,11 +17213,11 @@ export interface operations {
|
|
|
16878
17213
|
* ]
|
|
16879
17214
|
*/
|
|
16880
17215
|
data?: {
|
|
16881
|
-
/** @example New For Rent Property draft •
|
|
17216
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16882
17217
|
draft_name?: string;
|
|
16883
|
-
/** @example LST-PRP-LTR-
|
|
17218
|
+
/** @example LST-PRP-LTR-MODOWL7JN3Y */
|
|
16884
17219
|
sku?: string;
|
|
16885
|
-
/** @example
|
|
17220
|
+
/** @example cebcfa1b-efdc-45d3-9671-16116a1d306f */
|
|
16886
17221
|
uid?: string;
|
|
16887
17222
|
/** @example Rent */
|
|
16888
17223
|
listing_type?: string;
|
|
@@ -17946,7 +18281,7 @@ export interface operations {
|
|
|
17946
18281
|
content: {
|
|
17947
18282
|
"application/json": {
|
|
17948
18283
|
data?: {
|
|
17949
|
-
/** @example
|
|
18284
|
+
/** @example c8709c76-2aef-459e-8552-15cce85ea829 */
|
|
17950
18285
|
uid?: string;
|
|
17951
18286
|
/** @example photo */
|
|
17952
18287
|
media_type?: string;
|
|
@@ -18095,11 +18430,11 @@ export interface operations {
|
|
|
18095
18430
|
content: {
|
|
18096
18431
|
"application/json": {
|
|
18097
18432
|
data?: {
|
|
18098
|
-
/** @example New For Rent Property draft •
|
|
18433
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
18099
18434
|
draft_name?: string;
|
|
18100
|
-
/** @example LST-PRP-LTR-
|
|
18435
|
+
/** @example LST-PRP-LTR-MODOWL9NGF8 */
|
|
18101
18436
|
sku?: string;
|
|
18102
|
-
/** @example
|
|
18437
|
+
/** @example cd611be4-9cb6-42f6-bad0-a311ac231013 */
|
|
18103
18438
|
uid?: string;
|
|
18104
18439
|
/** @example Rent */
|
|
18105
18440
|
listing_type?: string;
|
|
@@ -18259,7 +18594,7 @@ export interface operations {
|
|
|
18259
18594
|
content: {
|
|
18260
18595
|
"application/json": {
|
|
18261
18596
|
data?: {
|
|
18262
|
-
/** @example
|
|
18597
|
+
/** @example 53bec334-81dd-47ef-9964-070e0527c7f2 */
|
|
18263
18598
|
uid?: string;
|
|
18264
18599
|
/** @example null */
|
|
18265
18600
|
compliances?: string | null;
|
|
@@ -18310,7 +18645,7 @@ export interface operations {
|
|
|
18310
18645
|
content: {
|
|
18311
18646
|
"application/json": {
|
|
18312
18647
|
data?: {
|
|
18313
|
-
/** @example
|
|
18648
|
+
/** @example 129 */
|
|
18314
18649
|
id?: number;
|
|
18315
18650
|
compliance?: {
|
|
18316
18651
|
/** @example 1 */
|
|
@@ -18332,7 +18667,7 @@ export interface operations {
|
|
|
18332
18667
|
reviewed_by?: number;
|
|
18333
18668
|
/** @example null */
|
|
18334
18669
|
reviewed_at?: string | null;
|
|
18335
|
-
/** @example 2026-04-
|
|
18670
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18336
18671
|
created_at?: string;
|
|
18337
18672
|
};
|
|
18338
18673
|
};
|
|
@@ -18387,7 +18722,7 @@ export interface operations {
|
|
|
18387
18722
|
/**
|
|
18388
18723
|
* @example [
|
|
18389
18724
|
* {
|
|
18390
|
-
* "uid": "
|
|
18725
|
+
* "uid": "90435b5b-4ba7-479c-a636-11c21f6bf973",
|
|
18391
18726
|
* "listing_id": 1,
|
|
18392
18727
|
* "landlord_id": 2,
|
|
18393
18728
|
* "tenant_id": 2,
|
|
@@ -18399,10 +18734,10 @@ export interface operations {
|
|
|
18399
18734
|
* "is_periodic": false,
|
|
18400
18735
|
* "company_name": null,
|
|
18401
18736
|
* "company_registration_number": null,
|
|
18402
|
-
* "created_at": "2026-04-
|
|
18737
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18403
18738
|
* },
|
|
18404
18739
|
* {
|
|
18405
|
-
* "uid": "
|
|
18740
|
+
* "uid": "62059922-4a4a-4233-91e3-232dd5bfe185",
|
|
18406
18741
|
* "listing_id": 1,
|
|
18407
18742
|
* "landlord_id": 2,
|
|
18408
18743
|
* "tenant_id": 2,
|
|
@@ -18414,12 +18749,12 @@ export interface operations {
|
|
|
18414
18749
|
* "is_periodic": false,
|
|
18415
18750
|
* "company_name": null,
|
|
18416
18751
|
* "company_registration_number": null,
|
|
18417
|
-
* "created_at": "2026-04-
|
|
18752
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18418
18753
|
* }
|
|
18419
18754
|
* ]
|
|
18420
18755
|
*/
|
|
18421
18756
|
data?: {
|
|
18422
|
-
/** @example
|
|
18757
|
+
/** @example 90435b5b-4ba7-479c-a636-11c21f6bf973 */
|
|
18423
18758
|
uid?: string;
|
|
18424
18759
|
/** @example 1 */
|
|
18425
18760
|
listing_id?: number;
|
|
@@ -18443,7 +18778,7 @@ export interface operations {
|
|
|
18443
18778
|
company_name?: string | null;
|
|
18444
18779
|
/** @example null */
|
|
18445
18780
|
company_registration_number?: string | null;
|
|
18446
|
-
/** @example 2026-04-
|
|
18781
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18447
18782
|
created_at?: string;
|
|
18448
18783
|
}[];
|
|
18449
18784
|
links?: {
|
|
@@ -18530,7 +18865,7 @@ export interface operations {
|
|
|
18530
18865
|
/**
|
|
18531
18866
|
* @example [
|
|
18532
18867
|
* {
|
|
18533
|
-
* "uid": "
|
|
18868
|
+
* "uid": "fb8ddcc8-607b-490f-9843-3a467765fe7b",
|
|
18534
18869
|
* "listing_id": 1,
|
|
18535
18870
|
* "landlord_id": 2,
|
|
18536
18871
|
* "tenant_id": 2,
|
|
@@ -18542,10 +18877,10 @@ export interface operations {
|
|
|
18542
18877
|
* "is_periodic": false,
|
|
18543
18878
|
* "company_name": null,
|
|
18544
18879
|
* "company_registration_number": null,
|
|
18545
|
-
* "created_at": "2026-04-
|
|
18880
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18546
18881
|
* },
|
|
18547
18882
|
* {
|
|
18548
|
-
* "uid": "
|
|
18883
|
+
* "uid": "3f6e2880-22bf-4f9d-9ff6-bc499cf77e94",
|
|
18549
18884
|
* "listing_id": 1,
|
|
18550
18885
|
* "landlord_id": 2,
|
|
18551
18886
|
* "tenant_id": 2,
|
|
@@ -18557,12 +18892,12 @@ export interface operations {
|
|
|
18557
18892
|
* "is_periodic": false,
|
|
18558
18893
|
* "company_name": null,
|
|
18559
18894
|
* "company_registration_number": null,
|
|
18560
|
-
* "created_at": "2026-04-
|
|
18895
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18561
18896
|
* }
|
|
18562
18897
|
* ]
|
|
18563
18898
|
*/
|
|
18564
18899
|
data?: {
|
|
18565
|
-
/** @example
|
|
18900
|
+
/** @example fb8ddcc8-607b-490f-9843-3a467765fe7b */
|
|
18566
18901
|
uid?: string;
|
|
18567
18902
|
/** @example 1 */
|
|
18568
18903
|
listing_id?: number;
|
|
@@ -18586,7 +18921,7 @@ export interface operations {
|
|
|
18586
18921
|
company_name?: string | null;
|
|
18587
18922
|
/** @example null */
|
|
18588
18923
|
company_registration_number?: string | null;
|
|
18589
|
-
/** @example 2026-04-
|
|
18924
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18590
18925
|
created_at?: string;
|
|
18591
18926
|
}[];
|
|
18592
18927
|
links?: {
|
|
@@ -18693,7 +19028,7 @@ export interface operations {
|
|
|
18693
19028
|
content: {
|
|
18694
19029
|
"application/json": {
|
|
18695
19030
|
data?: {
|
|
18696
|
-
/** @example
|
|
19031
|
+
/** @example 177 */
|
|
18697
19032
|
id?: number;
|
|
18698
19033
|
compliance?: {
|
|
18699
19034
|
/** @example 1 */
|
|
@@ -18713,9 +19048,9 @@ export interface operations {
|
|
|
18713
19048
|
rejection_reason?: string | null;
|
|
18714
19049
|
/** @example 1 */
|
|
18715
19050
|
reviewed_by?: number;
|
|
18716
|
-
/** @example 2026-04-
|
|
19051
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18717
19052
|
reviewed_at?: string;
|
|
18718
|
-
/** @example 2026-04-
|
|
19053
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18719
19054
|
created_at?: string;
|
|
18720
19055
|
};
|
|
18721
19056
|
};
|
|
@@ -18742,7 +19077,7 @@ export interface operations {
|
|
|
18742
19077
|
content: {
|
|
18743
19078
|
"application/json": {
|
|
18744
19079
|
data?: {
|
|
18745
|
-
/** @example
|
|
19080
|
+
/** @example 178 */
|
|
18746
19081
|
id?: number;
|
|
18747
19082
|
compliance?: {
|
|
18748
19083
|
/** @example 1 */
|
|
@@ -18762,9 +19097,9 @@ export interface operations {
|
|
|
18762
19097
|
rejection_reason?: string | null;
|
|
18763
19098
|
/** @example 1 */
|
|
18764
19099
|
reviewed_by?: number;
|
|
18765
|
-
/** @example 2026-04-
|
|
19100
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18766
19101
|
reviewed_at?: string;
|
|
18767
|
-
/** @example 2026-04-
|
|
19102
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18768
19103
|
created_at?: string;
|
|
18769
19104
|
};
|
|
18770
19105
|
};
|
|
@@ -19624,8 +19959,6 @@ export interface operations {
|
|
|
19624
19959
|
header?: never;
|
|
19625
19960
|
path: {
|
|
19626
19961
|
uid: string;
|
|
19627
|
-
/** @description The UID of the maintenance request. */
|
|
19628
|
-
maintenance_uid: string;
|
|
19629
19962
|
};
|
|
19630
19963
|
cookie?: never;
|
|
19631
19964
|
};
|
|
@@ -19898,36 +20231,40 @@ export interface operations {
|
|
|
19898
20231
|
/**
|
|
19899
20232
|
* @example [
|
|
19900
20233
|
* {
|
|
19901
|
-
* "uid": "
|
|
20234
|
+
* "uid": "bbedcb5e-bef3-4f09-864b-45d3f7b13538",
|
|
20235
|
+
* "tenancy_id": 1,
|
|
19902
20236
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
19903
20237
|
* "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.",
|
|
19904
20238
|
* "status": "reported",
|
|
19905
20239
|
* "priority": "emergency",
|
|
19906
|
-
* "reported_at": "18 Apr 2026, 01:
|
|
19907
|
-
* "assigned_at": "
|
|
20240
|
+
* "reported_at": "18 Apr 2026, 01:11 PM",
|
|
20241
|
+
* "assigned_at": "23 Apr 2026, 09:31 AM",
|
|
19908
20242
|
* "completed_at": null,
|
|
19909
|
-
* "sla_deadline": "26 Apr 2026,
|
|
19910
|
-
* "created_at": "
|
|
19911
|
-
* "updated_at": "
|
|
20243
|
+
* "sla_deadline": "26 Apr 2026, 02:53 PM",
|
|
20244
|
+
* "created_at": "25 Apr 2026, 01:57 AM",
|
|
20245
|
+
* "updated_at": "25 Apr 2026, 01:57 AM"
|
|
19912
20246
|
* },
|
|
19913
20247
|
* {
|
|
19914
|
-
* "uid": "
|
|
20248
|
+
* "uid": "9b372b3b-3937-4add-a90f-08631f7ec72a",
|
|
20249
|
+
* "tenancy_id": 1,
|
|
19915
20250
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
19916
20251
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
19917
20252
|
* "status": "completed",
|
|
19918
20253
|
* "priority": "normal",
|
|
19919
|
-
* "reported_at": "
|
|
20254
|
+
* "reported_at": "21 Apr 2026, 01:49 AM",
|
|
19920
20255
|
* "assigned_at": null,
|
|
19921
20256
|
* "completed_at": null,
|
|
19922
|
-
* "sla_deadline": "27 Apr 2026,
|
|
19923
|
-
* "created_at": "
|
|
19924
|
-
* "updated_at": "
|
|
20257
|
+
* "sla_deadline": "27 Apr 2026, 10:53 PM",
|
|
20258
|
+
* "created_at": "25 Apr 2026, 01:57 AM",
|
|
20259
|
+
* "updated_at": "25 Apr 2026, 01:57 AM"
|
|
19925
20260
|
* }
|
|
19926
20261
|
* ]
|
|
19927
20262
|
*/
|
|
19928
20263
|
data?: {
|
|
19929
|
-
/** @example
|
|
20264
|
+
/** @example bbedcb5e-bef3-4f09-864b-45d3f7b13538 */
|
|
19930
20265
|
uid?: string;
|
|
20266
|
+
/** @example 1 */
|
|
20267
|
+
tenancy_id?: number;
|
|
19931
20268
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
19932
20269
|
title?: string;
|
|
19933
20270
|
/** @example 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. */
|
|
@@ -19936,17 +20273,17 @@ export interface operations {
|
|
|
19936
20273
|
status?: string;
|
|
19937
20274
|
/** @example emergency */
|
|
19938
20275
|
priority?: string;
|
|
19939
|
-
/** @example 18 Apr 2026, 01:
|
|
20276
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
19940
20277
|
reported_at?: string;
|
|
19941
|
-
/** @example
|
|
20278
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
19942
20279
|
assigned_at?: string;
|
|
19943
20280
|
/** @example null */
|
|
19944
20281
|
completed_at?: string | null;
|
|
19945
|
-
/** @example 26 Apr 2026,
|
|
20282
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
19946
20283
|
sla_deadline?: string;
|
|
19947
|
-
/** @example
|
|
20284
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
19948
20285
|
created_at?: string;
|
|
19949
|
-
/** @example
|
|
20286
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
19950
20287
|
updated_at?: string;
|
|
19951
20288
|
}[];
|
|
19952
20289
|
links?: {
|
|
@@ -20062,13 +20399,13 @@ export interface operations {
|
|
|
20062
20399
|
};
|
|
20063
20400
|
} | {
|
|
20064
20401
|
data?: {
|
|
20065
|
-
/** @example
|
|
20402
|
+
/** @example 920b09a8-f452-4831-bdef-c0c0dd65fd12 */
|
|
20066
20403
|
uid?: string;
|
|
20067
20404
|
/** @example image */
|
|
20068
20405
|
file_type?: string;
|
|
20069
20406
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
20070
20407
|
url?: string;
|
|
20071
|
-
/** @example 2026-04-
|
|
20408
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20072
20409
|
created_at?: string;
|
|
20073
20410
|
};
|
|
20074
20411
|
};
|
|
@@ -20113,7 +20450,7 @@ export interface operations {
|
|
|
20113
20450
|
content: {
|
|
20114
20451
|
"application/json": {
|
|
20115
20452
|
data?: {
|
|
20116
|
-
/** @example
|
|
20453
|
+
/** @example 130 */
|
|
20117
20454
|
id?: number;
|
|
20118
20455
|
/** @example property_inquiry */
|
|
20119
20456
|
type?: string;
|
|
@@ -20121,7 +20458,7 @@ export interface operations {
|
|
|
20121
20458
|
listing_id?: number;
|
|
20122
20459
|
/** @example null */
|
|
20123
20460
|
last_message_at?: string | null;
|
|
20124
|
-
/** @example 2026-04-
|
|
20461
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20125
20462
|
created_at?: string;
|
|
20126
20463
|
};
|
|
20127
20464
|
};
|
|
@@ -20147,23 +20484,23 @@ export interface operations {
|
|
|
20147
20484
|
/**
|
|
20148
20485
|
* @example [
|
|
20149
20486
|
* {
|
|
20150
|
-
* "id":
|
|
20487
|
+
* "id": 131,
|
|
20151
20488
|
* "type": "property_inquiry",
|
|
20152
20489
|
* "listing_id": 2,
|
|
20153
20490
|
* "last_message_at": null,
|
|
20154
|
-
* "created_at": "2026-04-
|
|
20491
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20155
20492
|
* },
|
|
20156
20493
|
* {
|
|
20157
|
-
* "id":
|
|
20494
|
+
* "id": 132,
|
|
20158
20495
|
* "type": "property_inquiry",
|
|
20159
20496
|
* "listing_id": 2,
|
|
20160
20497
|
* "last_message_at": null,
|
|
20161
|
-
* "created_at": "2026-04-
|
|
20498
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20162
20499
|
* }
|
|
20163
20500
|
* ]
|
|
20164
20501
|
*/
|
|
20165
20502
|
data?: {
|
|
20166
|
-
/** @example
|
|
20503
|
+
/** @example 131 */
|
|
20167
20504
|
id?: number;
|
|
20168
20505
|
/** @example property_inquiry */
|
|
20169
20506
|
type?: string;
|
|
@@ -20171,7 +20508,7 @@ export interface operations {
|
|
|
20171
20508
|
listing_id?: number;
|
|
20172
20509
|
/** @example null */
|
|
20173
20510
|
last_message_at?: string | null;
|
|
20174
|
-
/** @example 2026-04-
|
|
20511
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20175
20512
|
created_at?: string;
|
|
20176
20513
|
}[];
|
|
20177
20514
|
links?: {
|
|
@@ -20489,27 +20826,27 @@ export interface operations {
|
|
|
20489
20826
|
/**
|
|
20490
20827
|
* @example [
|
|
20491
20828
|
* {
|
|
20492
|
-
* "id": "
|
|
20829
|
+
* "id": "24077a6e-e063-471e-9eeb-f5a4b57dbafb",
|
|
20493
20830
|
* "type": "APPOINTMENT_CREATED",
|
|
20494
20831
|
* "title": "faker notification",
|
|
20495
20832
|
* "body": "faker notification body",
|
|
20496
20833
|
* "data": [],
|
|
20497
20834
|
* "read_at": null,
|
|
20498
|
-
* "created_at": "2026-04-
|
|
20835
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20499
20836
|
* },
|
|
20500
20837
|
* {
|
|
20501
|
-
* "id": "
|
|
20838
|
+
* "id": "f294ac92-e4ec-4063-8252-28a00c7dbcf9",
|
|
20502
20839
|
* "type": "APPOINTMENT_CREATED",
|
|
20503
20840
|
* "title": "faker notification",
|
|
20504
20841
|
* "body": "faker notification body",
|
|
20505
20842
|
* "data": [],
|
|
20506
20843
|
* "read_at": null,
|
|
20507
|
-
* "created_at": "2026-04-
|
|
20844
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20508
20845
|
* }
|
|
20509
20846
|
* ]
|
|
20510
20847
|
*/
|
|
20511
20848
|
data?: {
|
|
20512
|
-
/** @example
|
|
20849
|
+
/** @example 24077a6e-e063-471e-9eeb-f5a4b57dbafb */
|
|
20513
20850
|
id?: string;
|
|
20514
20851
|
/** @example APPOINTMENT_CREATED */
|
|
20515
20852
|
type?: string;
|
|
@@ -20521,7 +20858,7 @@ export interface operations {
|
|
|
20521
20858
|
data?: unknown[];
|
|
20522
20859
|
/** @example null */
|
|
20523
20860
|
read_at?: string | null;
|
|
20524
|
-
/** @example 2026-04-
|
|
20861
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20525
20862
|
created_at?: string;
|
|
20526
20863
|
}[];
|
|
20527
20864
|
links?: {
|
|
@@ -20605,7 +20942,7 @@ export interface operations {
|
|
|
20605
20942
|
};
|
|
20606
20943
|
content: {
|
|
20607
20944
|
"application/json": {
|
|
20608
|
-
/** @example
|
|
20945
|
+
/** @example 0b2a1b0c-3bcd-46b5-978d-b392e70720cf */
|
|
20609
20946
|
id?: string;
|
|
20610
20947
|
/** @example APPOINTMENT_CREATED */
|
|
20611
20948
|
type?: string;
|
|
@@ -20617,7 +20954,7 @@ export interface operations {
|
|
|
20617
20954
|
data?: unknown[];
|
|
20618
20955
|
/** @example null */
|
|
20619
20956
|
read_at?: string | null;
|
|
20620
|
-
/** @example 2026-04-
|
|
20957
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20621
20958
|
created_at?: string;
|
|
20622
20959
|
};
|
|
20623
20960
|
};
|
|
@@ -20866,45 +21203,45 @@ export interface operations {
|
|
|
20866
21203
|
/**
|
|
20867
21204
|
* @example [
|
|
20868
21205
|
* {
|
|
20869
|
-
* "id":
|
|
21206
|
+
* "id": 259,
|
|
20870
21207
|
* "rating": 1,
|
|
20871
21208
|
* "comment": "Nice Listing",
|
|
20872
21209
|
* "reviewer": {
|
|
20873
|
-
* "id":
|
|
20874
|
-
* "name": "
|
|
21210
|
+
* "id": 8,
|
|
21211
|
+
* "name": "Kyle Matthews"
|
|
20875
21212
|
* },
|
|
20876
|
-
* "created_at": "2026-04-
|
|
20877
|
-
* "updated_at": "2026-04-
|
|
21213
|
+
* "created_at": "2026-04-25T01:57:58+00:00",
|
|
21214
|
+
* "updated_at": "2026-04-25T01:57:58+00:00"
|
|
20878
21215
|
* },
|
|
20879
21216
|
* {
|
|
20880
|
-
* "id":
|
|
21217
|
+
* "id": 260,
|
|
20881
21218
|
* "rating": 1,
|
|
20882
21219
|
* "comment": "Nice Listing",
|
|
20883
21220
|
* "reviewer": {
|
|
20884
|
-
* "id":
|
|
20885
|
-
* "name": "
|
|
21221
|
+
* "id": 2,
|
|
21222
|
+
* "name": "dogunfx"
|
|
20886
21223
|
* },
|
|
20887
|
-
* "created_at": "2026-04-
|
|
20888
|
-
* "updated_at": "2026-04-
|
|
21224
|
+
* "created_at": "2026-04-25T01:57:58+00:00",
|
|
21225
|
+
* "updated_at": "2026-04-25T01:57:58+00:00"
|
|
20889
21226
|
* }
|
|
20890
21227
|
* ]
|
|
20891
21228
|
*/
|
|
20892
21229
|
data?: {
|
|
20893
|
-
/** @example
|
|
21230
|
+
/** @example 259 */
|
|
20894
21231
|
id?: number;
|
|
20895
21232
|
/** @example 1 */
|
|
20896
21233
|
rating?: number;
|
|
20897
21234
|
/** @example Nice Listing */
|
|
20898
21235
|
comment?: string;
|
|
20899
21236
|
reviewer?: {
|
|
20900
|
-
/** @example
|
|
21237
|
+
/** @example 8 */
|
|
20901
21238
|
id?: number;
|
|
20902
|
-
/** @example
|
|
21239
|
+
/** @example Kyle Matthews */
|
|
20903
21240
|
name?: string;
|
|
20904
21241
|
};
|
|
20905
|
-
/** @example 2026-04-
|
|
21242
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
20906
21243
|
created_at?: string;
|
|
20907
|
-
/** @example 2026-04-
|
|
21244
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
20908
21245
|
updated_at?: string;
|
|
20909
21246
|
}[];
|
|
20910
21247
|
links?: {
|
|
@@ -21058,7 +21395,7 @@ export interface operations {
|
|
|
21058
21395
|
content: {
|
|
21059
21396
|
"application/json": {
|
|
21060
21397
|
data?: {
|
|
21061
|
-
/** @example
|
|
21398
|
+
/** @example 261 */
|
|
21062
21399
|
id?: number;
|
|
21063
21400
|
/** @example 1 */
|
|
21064
21401
|
rating?: number;
|
|
@@ -21070,9 +21407,9 @@ export interface operations {
|
|
|
21070
21407
|
/** @example Hannah Ross */
|
|
21071
21408
|
name?: string;
|
|
21072
21409
|
};
|
|
21073
|
-
/** @example 2026-04-
|
|
21410
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21074
21411
|
created_at?: string;
|
|
21075
|
-
/** @example 2026-04-
|
|
21412
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21076
21413
|
updated_at?: string;
|
|
21077
21414
|
};
|
|
21078
21415
|
};
|
|
@@ -21116,21 +21453,21 @@ export interface operations {
|
|
|
21116
21453
|
content: {
|
|
21117
21454
|
"application/json": {
|
|
21118
21455
|
data?: {
|
|
21119
|
-
/** @example
|
|
21456
|
+
/** @example 262 */
|
|
21120
21457
|
id?: number;
|
|
21121
21458
|
/** @example 1 */
|
|
21122
21459
|
rating?: number;
|
|
21123
21460
|
/** @example Nice Listing */
|
|
21124
21461
|
comment?: string;
|
|
21125
21462
|
reviewer?: {
|
|
21126
|
-
/** @example
|
|
21463
|
+
/** @example 14 */
|
|
21127
21464
|
id?: number;
|
|
21128
|
-
/** @example
|
|
21465
|
+
/** @example Ray Clark */
|
|
21129
21466
|
name?: string;
|
|
21130
21467
|
};
|
|
21131
|
-
/** @example 2026-04-
|
|
21468
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21132
21469
|
created_at?: string;
|
|
21133
|
-
/** @example 2026-04-
|
|
21470
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21134
21471
|
updated_at?: string;
|
|
21135
21472
|
};
|
|
21136
21473
|
};
|
|
@@ -21172,21 +21509,21 @@ export interface operations {
|
|
|
21172
21509
|
content: {
|
|
21173
21510
|
"application/json": {
|
|
21174
21511
|
data?: {
|
|
21175
|
-
/** @example
|
|
21512
|
+
/** @example 263 */
|
|
21176
21513
|
id?: number;
|
|
21177
21514
|
/** @example 1 */
|
|
21178
21515
|
rating?: number;
|
|
21179
21516
|
/** @example Nice Listing */
|
|
21180
21517
|
comment?: string;
|
|
21181
21518
|
reviewer?: {
|
|
21182
|
-
/** @example
|
|
21519
|
+
/** @example 14 */
|
|
21183
21520
|
id?: number;
|
|
21184
|
-
/** @example
|
|
21521
|
+
/** @example Ray Clark */
|
|
21185
21522
|
name?: string;
|
|
21186
21523
|
};
|
|
21187
|
-
/** @example 2026-04-
|
|
21524
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21188
21525
|
created_at?: string;
|
|
21189
|
-
/** @example 2026-04-
|
|
21526
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21190
21527
|
updated_at?: string;
|
|
21191
21528
|
};
|
|
21192
21529
|
};
|
|
@@ -21213,21 +21550,21 @@ export interface operations {
|
|
|
21213
21550
|
content: {
|
|
21214
21551
|
"application/json": {
|
|
21215
21552
|
data?: {
|
|
21216
|
-
/** @example
|
|
21553
|
+
/** @example 264 */
|
|
21217
21554
|
id?: number;
|
|
21218
21555
|
/** @example 1 */
|
|
21219
21556
|
rating?: number;
|
|
21220
21557
|
/** @example Nice Listing */
|
|
21221
21558
|
comment?: string;
|
|
21222
21559
|
reviewer?: {
|
|
21223
|
-
/** @example
|
|
21560
|
+
/** @example 1 */
|
|
21224
21561
|
id?: number;
|
|
21225
|
-
/** @example
|
|
21562
|
+
/** @example System Admin */
|
|
21226
21563
|
name?: string;
|
|
21227
21564
|
};
|
|
21228
|
-
/** @example 2026-04-
|
|
21565
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21229
21566
|
created_at?: string;
|
|
21230
|
-
/** @example 2026-04-
|
|
21567
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21231
21568
|
updated_at?: string;
|
|
21232
21569
|
};
|
|
21233
21570
|
};
|
|
@@ -21254,7 +21591,7 @@ export interface operations {
|
|
|
21254
21591
|
content: {
|
|
21255
21592
|
"application/json": {
|
|
21256
21593
|
data?: {
|
|
21257
|
-
/** @example
|
|
21594
|
+
/** @example 0ecaedaf-d54f-41c6-8a85-9ef83464a201 */
|
|
21258
21595
|
uid?: string;
|
|
21259
21596
|
/** @example 1 */
|
|
21260
21597
|
listing_id?: number;
|
|
@@ -21278,12 +21615,12 @@ export interface operations {
|
|
|
21278
21615
|
company_name?: string | null;
|
|
21279
21616
|
/** @example null */
|
|
21280
21617
|
company_registration_number?: string | null;
|
|
21281
|
-
/** @example 2026-04-
|
|
21618
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
21282
21619
|
created_at?: string;
|
|
21283
21620
|
/** @example [] */
|
|
21284
21621
|
compliances?: unknown[];
|
|
21285
21622
|
compliance_status?: {
|
|
21286
|
-
/** @example
|
|
21623
|
+
/** @example unknown */
|
|
21287
21624
|
overall?: string;
|
|
21288
21625
|
/** @example [] */
|
|
21289
21626
|
breakdown?: unknown[];
|
|
@@ -21355,7 +21692,7 @@ export interface operations {
|
|
|
21355
21692
|
content: {
|
|
21356
21693
|
"application/json": {
|
|
21357
21694
|
data?: {
|
|
21358
|
-
/** @example
|
|
21695
|
+
/** @example 7a0669b6-8aee-4f9c-b3ca-06d9c22d7688 */
|
|
21359
21696
|
uid?: string;
|
|
21360
21697
|
/** @example 1 */
|
|
21361
21698
|
listing_id?: number;
|
|
@@ -21379,7 +21716,7 @@ export interface operations {
|
|
|
21379
21716
|
company_name?: string | null;
|
|
21380
21717
|
/** @example null */
|
|
21381
21718
|
company_registration_number?: string | null;
|
|
21382
|
-
/** @example 2026-04-
|
|
21719
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
21383
21720
|
created_at?: string;
|
|
21384
21721
|
};
|
|
21385
21722
|
};
|
|
@@ -21673,7 +22010,7 @@ export interface operations {
|
|
|
21673
22010
|
* "changed_by_user_id": 3,
|
|
21674
22011
|
* "changed_by_name": "Teagan King",
|
|
21675
22012
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
21676
|
-
* "created_at": "2025-12-
|
|
22013
|
+
* "created_at": "2025-12-17T12:44:57.000000Z"
|
|
21677
22014
|
* },
|
|
21678
22015
|
* {
|
|
21679
22016
|
* "from_state": "pre_move_in_ready",
|
|
@@ -21681,7 +22018,7 @@ export interface operations {
|
|
|
21681
22018
|
* "changed_by_user_id": 3,
|
|
21682
22019
|
* "changed_by_name": "Teagan King",
|
|
21683
22020
|
* "comment": null,
|
|
21684
|
-
* "created_at": "2025-11-
|
|
22021
|
+
* "created_at": "2025-11-02T20:40:37.000000Z"
|
|
21685
22022
|
* }
|
|
21686
22023
|
* ]
|
|
21687
22024
|
*/
|
|
@@ -21696,7 +22033,7 @@ export interface operations {
|
|
|
21696
22033
|
changed_by_name?: string;
|
|
21697
22034
|
/** @example Qui commodi incidunt iure odit. */
|
|
21698
22035
|
comment?: string;
|
|
21699
|
-
/** @example 2025-12-
|
|
22036
|
+
/** @example 2025-12-17T12:44:57.000000Z */
|
|
21700
22037
|
created_at?: string;
|
|
21701
22038
|
}[];
|
|
21702
22039
|
};
|
|
@@ -21940,7 +22277,7 @@ export interface operations {
|
|
|
21940
22277
|
content: {
|
|
21941
22278
|
"application/json": {
|
|
21942
22279
|
data?: {
|
|
21943
|
-
/** @example
|
|
22280
|
+
/** @example b62ca33c-c5f0-4bce-94b5-f80a99552bd7 */
|
|
21944
22281
|
uid?: string;
|
|
21945
22282
|
/** @example Ms. Audra Crooks II */
|
|
21946
22283
|
username?: string;
|
|
@@ -21970,7 +22307,7 @@ export interface operations {
|
|
|
21970
22307
|
timezone?: string;
|
|
21971
22308
|
/** @example Customer */
|
|
21972
22309
|
user_type?: string;
|
|
21973
|
-
/** @example
|
|
22310
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
21974
22311
|
created?: string;
|
|
21975
22312
|
/** @example 0 seconds ago */
|
|
21976
22313
|
email_verified_at?: string;
|
|
@@ -22069,7 +22406,7 @@ export interface operations {
|
|
|
22069
22406
|
content: {
|
|
22070
22407
|
"application/json": {
|
|
22071
22408
|
data?: {
|
|
22072
|
-
/** @example
|
|
22409
|
+
/** @example b47f6acd-2d68-4cc3-a1c2-f77521e008b5 */
|
|
22073
22410
|
uid?: string;
|
|
22074
22411
|
/** @example Morgan Hirthe */
|
|
22075
22412
|
username?: string;
|
|
@@ -22099,7 +22436,7 @@ export interface operations {
|
|
|
22099
22436
|
timezone?: string;
|
|
22100
22437
|
/** @example Customer */
|
|
22101
22438
|
user_type?: string;
|
|
22102
|
-
/** @example
|
|
22439
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22103
22440
|
created?: string;
|
|
22104
22441
|
/** @example 0 seconds ago */
|
|
22105
22442
|
email_verified_at?: string;
|
|
@@ -22171,7 +22508,7 @@ export interface operations {
|
|
|
22171
22508
|
content: {
|
|
22172
22509
|
"application/json": {
|
|
22173
22510
|
data?: {
|
|
22174
|
-
/** @example
|
|
22511
|
+
/** @example 15e3cccb-f5e9-4d55-b84d-e472c411da3b */
|
|
22175
22512
|
uid?: string;
|
|
22176
22513
|
/** @example Ms. Audra Crooks II */
|
|
22177
22514
|
username?: string;
|
|
@@ -22201,7 +22538,7 @@ export interface operations {
|
|
|
22201
22538
|
timezone?: string;
|
|
22202
22539
|
/** @example Customer */
|
|
22203
22540
|
user_type?: string;
|
|
22204
|
-
/** @example
|
|
22541
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22205
22542
|
created?: string;
|
|
22206
22543
|
/** @example 0 seconds ago */
|
|
22207
22544
|
email_verified_at?: string;
|
|
@@ -22441,7 +22778,7 @@ export interface operations {
|
|
|
22441
22778
|
completed_layers?: number;
|
|
22442
22779
|
/** @example 4 */
|
|
22443
22780
|
pending_layers?: number;
|
|
22444
|
-
/** @example
|
|
22781
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22445
22782
|
last_calculated_at?: string;
|
|
22446
22783
|
};
|
|
22447
22784
|
};
|
|
@@ -22489,7 +22826,7 @@ export interface operations {
|
|
|
22489
22826
|
completed_layers?: number;
|
|
22490
22827
|
/** @example 4 */
|
|
22491
22828
|
pending_layers?: number;
|
|
22492
|
-
/** @example
|
|
22829
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22493
22830
|
last_calculated_at?: string;
|
|
22494
22831
|
};
|
|
22495
22832
|
};
|
|
@@ -22523,14 +22860,14 @@ export interface operations {
|
|
|
22523
22860
|
content: {
|
|
22524
22861
|
"application/json": {
|
|
22525
22862
|
data?: {
|
|
22526
|
-
/** @example
|
|
22863
|
+
/** @example 53e3de38-c820-478f-88cb-904ad4d8ef1b */
|
|
22527
22864
|
wishlist_uid?: string;
|
|
22528
22865
|
listing?: {
|
|
22529
|
-
/** @example New For Sale Used Item draft •
|
|
22866
|
+
/** @example New For Sale Used Item draft • 25 Apr 2026, 1:57 AM */
|
|
22530
22867
|
draft_name?: string;
|
|
22531
|
-
/** @example LST-UIT-SAL-
|
|
22868
|
+
/** @example LST-UIT-SAL-MODOWM4JQZA */
|
|
22532
22869
|
sku?: string;
|
|
22533
|
-
/** @example
|
|
22870
|
+
/** @example 45376a4e-02b4-4277-b59a-5cc4a1311046 */
|
|
22534
22871
|
uid?: string;
|
|
22535
22872
|
/** @example Sale */
|
|
22536
22873
|
listing_type?: string;
|
|
@@ -22614,15 +22951,15 @@ export interface operations {
|
|
|
22614
22951
|
/**
|
|
22615
22952
|
* @example [
|
|
22616
22953
|
* {
|
|
22617
|
-
* "wishlist_uid": "
|
|
22954
|
+
* "wishlist_uid": "3fab4b28-cfa3-48d2-8866-f41fe5601a6e"
|
|
22618
22955
|
* },
|
|
22619
22956
|
* {
|
|
22620
|
-
* "wishlist_uid": "
|
|
22957
|
+
* "wishlist_uid": "5faf38f6-1a37-493d-940d-35e00441cd64"
|
|
22621
22958
|
* }
|
|
22622
22959
|
* ]
|
|
22623
22960
|
*/
|
|
22624
22961
|
data?: {
|
|
22625
|
-
/** @example
|
|
22962
|
+
/** @example 3fab4b28-cfa3-48d2-8866-f41fe5601a6e */
|
|
22626
22963
|
wishlist_uid?: string;
|
|
22627
22964
|
}[];
|
|
22628
22965
|
links?: {
|
|
@@ -22757,7 +23094,7 @@ export interface operations {
|
|
|
22757
23094
|
completed_layers?: number;
|
|
22758
23095
|
/** @example 4 */
|
|
22759
23096
|
pending_layers?: number;
|
|
22760
|
-
/** @example
|
|
23097
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22761
23098
|
last_calculated_at?: string;
|
|
22762
23099
|
};
|
|
22763
23100
|
};
|
|
@@ -22919,7 +23256,7 @@ export interface operations {
|
|
|
22919
23256
|
completed_layers?: number;
|
|
22920
23257
|
/** @example 4 */
|
|
22921
23258
|
pending_layers?: number;
|
|
22922
|
-
/** @example
|
|
23259
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22923
23260
|
last_calculated_at?: string;
|
|
22924
23261
|
};
|
|
22925
23262
|
};
|