@justins-home/types 1.1.49 → 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 +617 -276
- 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;
|
|
@@ -5675,7 +5698,7 @@ export interface operations {
|
|
|
5675
5698
|
content: {
|
|
5676
5699
|
"application/json": {
|
|
5677
5700
|
data?: {
|
|
5678
|
-
/** @example
|
|
5701
|
+
/** @example 66cc9ef9-34f5-4843-818f-acd759a31920 */
|
|
5679
5702
|
uid?: string;
|
|
5680
5703
|
/** @example Ms. Audra Crooks II */
|
|
5681
5704
|
username?: string;
|
|
@@ -5705,7 +5728,7 @@ export interface operations {
|
|
|
5705
5728
|
timezone?: string;
|
|
5706
5729
|
/** @example Customer */
|
|
5707
5730
|
user_type?: string;
|
|
5708
|
-
/** @example
|
|
5731
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
5709
5732
|
created?: string;
|
|
5710
5733
|
/** @example 0 seconds ago */
|
|
5711
5734
|
email_verified_at?: string;
|
|
@@ -6233,7 +6256,7 @@ export interface operations {
|
|
|
6233
6256
|
content: {
|
|
6234
6257
|
"application/json": {
|
|
6235
6258
|
data?: {
|
|
6236
|
-
/** @example
|
|
6259
|
+
/** @example 1e017cec-b7c2-4e54-8a9e-478007b144a5 */
|
|
6237
6260
|
uid?: string;
|
|
6238
6261
|
/** @example Ms. Audra Crooks II */
|
|
6239
6262
|
username?: string;
|
|
@@ -6263,7 +6286,7 @@ export interface operations {
|
|
|
6263
6286
|
timezone?: string;
|
|
6264
6287
|
/** @example Customer */
|
|
6265
6288
|
user_type?: string;
|
|
6266
|
-
/** @example
|
|
6289
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
6267
6290
|
created?: string;
|
|
6268
6291
|
/** @example 0 seconds ago */
|
|
6269
6292
|
email_verified_at?: string;
|
|
@@ -6653,11 +6676,11 @@ export interface operations {
|
|
|
6653
6676
|
content: {
|
|
6654
6677
|
"application/json": {
|
|
6655
6678
|
data?: {
|
|
6656
|
-
/** @example New For Rent Property draft •
|
|
6679
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
6657
6680
|
draft_name?: string;
|
|
6658
|
-
/** @example LST-PRP-LTR-
|
|
6681
|
+
/** @example LST-PRP-LTR-MODOWLCR7E0 */
|
|
6659
6682
|
sku?: string;
|
|
6660
|
-
/** @example
|
|
6683
|
+
/** @example 143b5180-338e-4d50-a094-7cf7cd7f8885 */
|
|
6661
6684
|
uid?: string;
|
|
6662
6685
|
/** @example Rent */
|
|
6663
6686
|
listing_type?: string;
|
|
@@ -8069,7 +8092,7 @@ export interface operations {
|
|
|
8069
8092
|
content: {
|
|
8070
8093
|
"application/json": {
|
|
8071
8094
|
/**
|
|
8072
|
-
* @example
|
|
8095
|
+
* @example Suspended
|
|
8073
8096
|
* @enum {string}
|
|
8074
8097
|
*/
|
|
8075
8098
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -8084,7 +8107,7 @@ export interface operations {
|
|
|
8084
8107
|
content: {
|
|
8085
8108
|
"application/json": {
|
|
8086
8109
|
data?: {
|
|
8087
|
-
/** @example
|
|
8110
|
+
/** @example 3919d748-c0be-4e0b-b566-640450c2370b */
|
|
8088
8111
|
uid?: string;
|
|
8089
8112
|
/** @example Morgan Hirthe */
|
|
8090
8113
|
username?: string;
|
|
@@ -8114,7 +8137,7 @@ export interface operations {
|
|
|
8114
8137
|
timezone?: string;
|
|
8115
8138
|
/** @example Customer */
|
|
8116
8139
|
user_type?: string;
|
|
8117
|
-
/** @example
|
|
8140
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
8118
8141
|
created?: string;
|
|
8119
8142
|
/** @example 0 seconds ago */
|
|
8120
8143
|
email_verified_at?: string;
|
|
@@ -8823,11 +8846,11 @@ export interface operations {
|
|
|
8823
8846
|
content: {
|
|
8824
8847
|
"application/json": {
|
|
8825
8848
|
data?: {
|
|
8826
|
-
/** @example New For Rent Property draft •
|
|
8849
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
8827
8850
|
draft_name?: string;
|
|
8828
|
-
/** @example LST-PRP-LTR-
|
|
8851
|
+
/** @example LST-PRP-LTR-MODOWLFMWD3 */
|
|
8829
8852
|
sku?: string;
|
|
8830
|
-
/** @example
|
|
8853
|
+
/** @example fc813117-5362-4797-a09d-8d39fa31b86d */
|
|
8831
8854
|
uid?: string;
|
|
8832
8855
|
/** @example Rent */
|
|
8833
8856
|
listing_type?: string;
|
|
@@ -9267,7 +9290,7 @@ export interface operations {
|
|
|
9267
9290
|
content: {
|
|
9268
9291
|
"application/json": {
|
|
9269
9292
|
data?: {
|
|
9270
|
-
/** @example
|
|
9293
|
+
/** @example e40fac5d-a0ab-42f8-9b4f-e325f4c687a4 */
|
|
9271
9294
|
uid?: string;
|
|
9272
9295
|
/** @example photo */
|
|
9273
9296
|
media_type?: string;
|
|
@@ -9574,13 +9597,13 @@ export interface operations {
|
|
|
9574
9597
|
/**
|
|
9575
9598
|
* @example [
|
|
9576
9599
|
* {
|
|
9577
|
-
* "draft_name": "New For Rent Property draft •
|
|
9578
|
-
* "sku": "LST-PRP-LTR-
|
|
9579
|
-
* "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",
|
|
9580
9603
|
* "listing_type": "Rent",
|
|
9581
9604
|
* "vertical": "Property",
|
|
9582
|
-
* "arrangement_type": "
|
|
9583
|
-
* "arrangement_type_label": "
|
|
9605
|
+
* "arrangement_type": "standard_residential",
|
|
9606
|
+
* "arrangement_type_label": "Standard Residential",
|
|
9584
9607
|
* "price": null,
|
|
9585
9608
|
* "state": "draft",
|
|
9586
9609
|
* "published_at": null,
|
|
@@ -9593,10 +9616,10 @@ export interface operations {
|
|
|
9593
9616
|
* "media": []
|
|
9594
9617
|
* },
|
|
9595
9618
|
* {
|
|
9596
|
-
* "draft_name": "New
|
|
9597
|
-
* "sku": "LST-PRP-
|
|
9598
|
-
* "uid": "
|
|
9599
|
-
* "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",
|
|
9600
9623
|
* "vertical": "Property",
|
|
9601
9624
|
* "arrangement_type": "short_term_managed",
|
|
9602
9625
|
* "arrangement_type_label": "Short Term Managed",
|
|
@@ -9614,19 +9637,19 @@ export interface operations {
|
|
|
9614
9637
|
* ]
|
|
9615
9638
|
*/
|
|
9616
9639
|
data?: {
|
|
9617
|
-
/** @example New For Rent Property draft •
|
|
9640
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9618
9641
|
draft_name?: string;
|
|
9619
|
-
/** @example LST-PRP-LTR-
|
|
9642
|
+
/** @example LST-PRP-LTR-MODOWLH2BIA */
|
|
9620
9643
|
sku?: string;
|
|
9621
|
-
/** @example
|
|
9644
|
+
/** @example 24681152-19ae-4105-8cc1-1951d1a0f4bb */
|
|
9622
9645
|
uid?: string;
|
|
9623
9646
|
/** @example Rent */
|
|
9624
9647
|
listing_type?: string;
|
|
9625
9648
|
/** @example Property */
|
|
9626
9649
|
vertical?: string;
|
|
9627
|
-
/** @example
|
|
9650
|
+
/** @example standard_residential */
|
|
9628
9651
|
arrangement_type?: string;
|
|
9629
|
-
/** @example
|
|
9652
|
+
/** @example Standard Residential */
|
|
9630
9653
|
arrangement_type_label?: string;
|
|
9631
9654
|
/** @example null */
|
|
9632
9655
|
price?: string | null;
|
|
@@ -9813,11 +9836,11 @@ export interface operations {
|
|
|
9813
9836
|
content: {
|
|
9814
9837
|
"application/json": {
|
|
9815
9838
|
data?: {
|
|
9816
|
-
/** @example New For Rent Property draft •
|
|
9839
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9817
9840
|
draft_name?: string;
|
|
9818
|
-
/** @example LST-PRP-LTR-
|
|
9841
|
+
/** @example LST-PRP-LTR-MODOWLHDSO2 */
|
|
9819
9842
|
sku?: string;
|
|
9820
|
-
/** @example
|
|
9843
|
+
/** @example 6cc9cc05-5155-4d2e-86a7-8a33b18cd1c3 */
|
|
9821
9844
|
uid?: string;
|
|
9822
9845
|
/** @example Rent */
|
|
9823
9846
|
listing_type?: string;
|
|
@@ -9880,11 +9903,11 @@ export interface operations {
|
|
|
9880
9903
|
content: {
|
|
9881
9904
|
"application/json": {
|
|
9882
9905
|
data?: {
|
|
9883
|
-
/** @example New For Rent Property draft •
|
|
9906
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9884
9907
|
draft_name?: string;
|
|
9885
|
-
/** @example LST-PRP-LTR-
|
|
9908
|
+
/** @example LST-PRP-LTR-MODOWLHIVZ8 */
|
|
9886
9909
|
sku?: string;
|
|
9887
|
-
/** @example
|
|
9910
|
+
/** @example beff0400-d2bd-4f71-a6c0-4347e7ed9891 */
|
|
9888
9911
|
uid?: string;
|
|
9889
9912
|
/** @example Rent */
|
|
9890
9913
|
listing_type?: string;
|
|
@@ -9937,11 +9960,11 @@ export interface operations {
|
|
|
9937
9960
|
content: {
|
|
9938
9961
|
"application/json": {
|
|
9939
9962
|
data?: {
|
|
9940
|
-
/** @example New For Rent Property draft •
|
|
9963
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9941
9964
|
draft_name?: string;
|
|
9942
|
-
/** @example LST-PRP-LTR-
|
|
9965
|
+
/** @example LST-PRP-LTR-MODOWLHNVCE */
|
|
9943
9966
|
sku?: string;
|
|
9944
|
-
/** @example
|
|
9967
|
+
/** @example 0632f344-6e1f-4e63-87c2-4ac3bf277a91 */
|
|
9945
9968
|
uid?: string;
|
|
9946
9969
|
/** @example Rent */
|
|
9947
9970
|
listing_type?: string;
|
|
@@ -9994,11 +10017,11 @@ export interface operations {
|
|
|
9994
10017
|
content: {
|
|
9995
10018
|
"application/json": {
|
|
9996
10019
|
data?: {
|
|
9997
|
-
/** @example New For Rent Property draft •
|
|
10020
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
9998
10021
|
draft_name?: string;
|
|
9999
|
-
/** @example LST-PRP-LTR-
|
|
10022
|
+
/** @example LST-PRP-LTR-MODOWLHRSDY */
|
|
10000
10023
|
sku?: string;
|
|
10001
|
-
/** @example
|
|
10024
|
+
/** @example 9a51ea34-57f9-4e67-bbc4-60100aa45d8a */
|
|
10002
10025
|
uid?: string;
|
|
10003
10026
|
/** @example Rent */
|
|
10004
10027
|
listing_type?: string;
|
|
@@ -10192,7 +10215,7 @@ export interface operations {
|
|
|
10192
10215
|
content: {
|
|
10193
10216
|
"application/json": {
|
|
10194
10217
|
data?: {
|
|
10195
|
-
/** @example
|
|
10218
|
+
/** @example 169 */
|
|
10196
10219
|
id?: number;
|
|
10197
10220
|
/** @example 1 */
|
|
10198
10221
|
category_id?: number;
|
|
@@ -10266,7 +10289,7 @@ export interface operations {
|
|
|
10266
10289
|
content: {
|
|
10267
10290
|
"application/json": {
|
|
10268
10291
|
data?: {
|
|
10269
|
-
/** @example
|
|
10292
|
+
/** @example 170 */
|
|
10270
10293
|
id?: number;
|
|
10271
10294
|
/** @example 1 */
|
|
10272
10295
|
category_id?: number;
|
|
@@ -10305,7 +10328,7 @@ export interface operations {
|
|
|
10305
10328
|
content: {
|
|
10306
10329
|
"application/json": {
|
|
10307
10330
|
data?: {
|
|
10308
|
-
/** @example
|
|
10331
|
+
/** @example 171 */
|
|
10309
10332
|
id?: number;
|
|
10310
10333
|
/** @example 1 */
|
|
10311
10334
|
category_id?: number;
|
|
@@ -10343,7 +10366,7 @@ export interface operations {
|
|
|
10343
10366
|
/**
|
|
10344
10367
|
* @example [
|
|
10345
10368
|
* {
|
|
10346
|
-
* "id":
|
|
10369
|
+
* "id": 225,
|
|
10347
10370
|
* "name": "Exterior",
|
|
10348
10371
|
* "description": "For Exterior categories",
|
|
10349
10372
|
* "display_order": 1,
|
|
@@ -10353,7 +10376,7 @@ export interface operations {
|
|
|
10353
10376
|
* "is_active": true
|
|
10354
10377
|
* },
|
|
10355
10378
|
* {
|
|
10356
|
-
* "id":
|
|
10379
|
+
* "id": 226,
|
|
10357
10380
|
* "name": "Exterior",
|
|
10358
10381
|
* "description": "For Exterior categories",
|
|
10359
10382
|
* "display_order": 1,
|
|
@@ -10365,7 +10388,7 @@ export interface operations {
|
|
|
10365
10388
|
* ]
|
|
10366
10389
|
*/
|
|
10367
10390
|
data?: {
|
|
10368
|
-
/** @example
|
|
10391
|
+
/** @example 225 */
|
|
10369
10392
|
id?: number;
|
|
10370
10393
|
/** @example Exterior */
|
|
10371
10394
|
name?: string;
|
|
@@ -10429,7 +10452,7 @@ export interface operations {
|
|
|
10429
10452
|
content: {
|
|
10430
10453
|
"application/json": {
|
|
10431
10454
|
data?: {
|
|
10432
|
-
/** @example
|
|
10455
|
+
/** @example 227 */
|
|
10433
10456
|
id?: number;
|
|
10434
10457
|
/** @example Exterior */
|
|
10435
10458
|
name?: string;
|
|
@@ -10496,7 +10519,7 @@ export interface operations {
|
|
|
10496
10519
|
content: {
|
|
10497
10520
|
"application/json": {
|
|
10498
10521
|
data?: {
|
|
10499
|
-
/** @example
|
|
10522
|
+
/** @example 228 */
|
|
10500
10523
|
id?: number;
|
|
10501
10524
|
/** @example Exterior */
|
|
10502
10525
|
name?: string;
|
|
@@ -10537,7 +10560,7 @@ export interface operations {
|
|
|
10537
10560
|
content: {
|
|
10538
10561
|
"application/json": {
|
|
10539
10562
|
data?: {
|
|
10540
|
-
/** @example
|
|
10563
|
+
/** @example 229 */
|
|
10541
10564
|
id?: number;
|
|
10542
10565
|
/** @example Exterior */
|
|
10543
10566
|
name?: string;
|
|
@@ -10800,7 +10823,7 @@ export interface operations {
|
|
|
10800
10823
|
content: {
|
|
10801
10824
|
"application/json": {
|
|
10802
10825
|
data?: {
|
|
10803
|
-
/** @example
|
|
10826
|
+
/** @example 101 */
|
|
10804
10827
|
id?: number;
|
|
10805
10828
|
/** @example email_fa_0 */
|
|
10806
10829
|
key?: string;
|
|
@@ -10814,9 +10837,9 @@ export interface operations {
|
|
|
10814
10837
|
metadata_schema?: unknown[];
|
|
10815
10838
|
/** @example true */
|
|
10816
10839
|
is_active?: boolean;
|
|
10817
|
-
/** @example 2026-04-
|
|
10840
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10818
10841
|
created_at?: string;
|
|
10819
|
-
/** @example 2026-04-
|
|
10842
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10820
10843
|
updated_at?: string;
|
|
10821
10844
|
};
|
|
10822
10845
|
};
|
|
@@ -10876,7 +10899,7 @@ export interface operations {
|
|
|
10876
10899
|
content: {
|
|
10877
10900
|
"application/json": {
|
|
10878
10901
|
data?: {
|
|
10879
|
-
/** @example
|
|
10902
|
+
/** @example 102 */
|
|
10880
10903
|
id?: number;
|
|
10881
10904
|
/** @example email_fa_0 */
|
|
10882
10905
|
key?: string;
|
|
@@ -10890,9 +10913,9 @@ export interface operations {
|
|
|
10890
10913
|
metadata_schema?: unknown[];
|
|
10891
10914
|
/** @example true */
|
|
10892
10915
|
is_active?: boolean;
|
|
10893
|
-
/** @example 2026-04-
|
|
10916
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10894
10917
|
created_at?: string;
|
|
10895
|
-
/** @example 2026-04-
|
|
10918
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
10896
10919
|
updated_at?: string;
|
|
10897
10920
|
};
|
|
10898
10921
|
};
|
|
@@ -12158,25 +12181,25 @@ export interface operations {
|
|
|
12158
12181
|
/**
|
|
12159
12182
|
* @example [
|
|
12160
12183
|
* {
|
|
12161
|
-
* "key": "
|
|
12162
|
-
* "name": "
|
|
12163
|
-
* "description": "
|
|
12184
|
+
* "key": "qui",
|
|
12185
|
+
* "name": "eveniet",
|
|
12186
|
+
* "description": "Dolorem similique est iusto dolor qui et iure.",
|
|
12164
12187
|
* "value_type": "string"
|
|
12165
12188
|
* },
|
|
12166
12189
|
* {
|
|
12167
|
-
* "key": "
|
|
12168
|
-
* "name": "
|
|
12169
|
-
* "description": "
|
|
12190
|
+
* "key": "maiores",
|
|
12191
|
+
* "name": "corrupti",
|
|
12192
|
+
* "description": "Exercitationem iusto saepe laborum sed.",
|
|
12170
12193
|
* "value_type": "string"
|
|
12171
12194
|
* }
|
|
12172
12195
|
* ]
|
|
12173
12196
|
*/
|
|
12174
12197
|
data?: {
|
|
12175
|
-
/** @example
|
|
12198
|
+
/** @example qui */
|
|
12176
12199
|
key?: string;
|
|
12177
|
-
/** @example
|
|
12200
|
+
/** @example eveniet */
|
|
12178
12201
|
name?: string;
|
|
12179
|
-
/** @example
|
|
12202
|
+
/** @example Dolorem similique est iusto dolor qui et iure. */
|
|
12180
12203
|
description?: string;
|
|
12181
12204
|
/** @example string */
|
|
12182
12205
|
value_type?: string;
|
|
@@ -13418,13 +13441,13 @@ export interface operations {
|
|
|
13418
13441
|
};
|
|
13419
13442
|
} | {
|
|
13420
13443
|
data?: {
|
|
13421
|
-
/** @example
|
|
13444
|
+
/** @example cb95903b-e71f-4895-a5ca-c8ba1d49cc74 */
|
|
13422
13445
|
uid?: string;
|
|
13423
13446
|
/** @example follow_up */
|
|
13424
13447
|
inspection_type?: string;
|
|
13425
13448
|
/** @example cancelled */
|
|
13426
13449
|
status?: string;
|
|
13427
|
-
/** @example 30 Apr 2026,
|
|
13450
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13428
13451
|
scheduled_date?: string;
|
|
13429
13452
|
/** @example null */
|
|
13430
13453
|
completed_date?: string | null;
|
|
@@ -13432,11 +13455,11 @@ export interface operations {
|
|
|
13432
13455
|
condition_rating?: string;
|
|
13433
13456
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13434
13457
|
summary?: string;
|
|
13435
|
-
/** @example 23 Jun 2026,
|
|
13458
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13436
13459
|
next_inspection_date?: string;
|
|
13437
|
-
/** @example
|
|
13460
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13438
13461
|
created_at?: string;
|
|
13439
|
-
/** @example
|
|
13462
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13440
13463
|
updated_at?: string;
|
|
13441
13464
|
};
|
|
13442
13465
|
};
|
|
@@ -13491,13 +13514,13 @@ export interface operations {
|
|
|
13491
13514
|
content: {
|
|
13492
13515
|
"application/json": {
|
|
13493
13516
|
data?: {
|
|
13494
|
-
/** @example
|
|
13517
|
+
/** @example 46855cee-0f6b-4e42-b95d-979974768d84 */
|
|
13495
13518
|
uid?: string;
|
|
13496
13519
|
/** @example follow_up */
|
|
13497
13520
|
inspection_type?: string;
|
|
13498
13521
|
/** @example cancelled */
|
|
13499
13522
|
status?: string;
|
|
13500
|
-
/** @example 30 Apr 2026,
|
|
13523
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13501
13524
|
scheduled_date?: string;
|
|
13502
13525
|
/** @example null */
|
|
13503
13526
|
completed_date?: string | null;
|
|
@@ -13505,11 +13528,11 @@ export interface operations {
|
|
|
13505
13528
|
condition_rating?: string;
|
|
13506
13529
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13507
13530
|
summary?: string;
|
|
13508
|
-
/** @example 23 Jun 2026,
|
|
13531
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13509
13532
|
next_inspection_date?: string;
|
|
13510
|
-
/** @example
|
|
13533
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13511
13534
|
created_at?: string;
|
|
13512
|
-
/** @example
|
|
13535
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13513
13536
|
updated_at?: string;
|
|
13514
13537
|
};
|
|
13515
13538
|
};
|
|
@@ -13604,13 +13627,13 @@ export interface operations {
|
|
|
13604
13627
|
content: {
|
|
13605
13628
|
"application/json": {
|
|
13606
13629
|
data?: {
|
|
13607
|
-
/** @example
|
|
13630
|
+
/** @example 252a8f6a-6ca7-40e4-85a5-1a3dfb797bab */
|
|
13608
13631
|
uid?: string;
|
|
13609
13632
|
/** @example follow_up */
|
|
13610
13633
|
inspection_type?: string;
|
|
13611
13634
|
/** @example cancelled */
|
|
13612
13635
|
status?: string;
|
|
13613
|
-
/** @example 18 Apr 2026,
|
|
13636
|
+
/** @example 18 Apr 2026, 01:22 PM */
|
|
13614
13637
|
scheduled_date?: string;
|
|
13615
13638
|
/** @example null */
|
|
13616
13639
|
completed_date?: string | null;
|
|
@@ -13618,11 +13641,11 @@ export interface operations {
|
|
|
13618
13641
|
condition_rating?: string;
|
|
13619
13642
|
/** @example Et animi quos velit et fugiat. */
|
|
13620
13643
|
summary?: string;
|
|
13621
|
-
/** @example 27 Jul 2026,
|
|
13644
|
+
/** @example 27 Jul 2026, 09:16 PM */
|
|
13622
13645
|
next_inspection_date?: string;
|
|
13623
|
-
/** @example
|
|
13646
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13624
13647
|
created_at?: string;
|
|
13625
|
-
/** @example
|
|
13648
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13626
13649
|
updated_at?: string;
|
|
13627
13650
|
};
|
|
13628
13651
|
};
|
|
@@ -13659,13 +13682,13 @@ export interface operations {
|
|
|
13659
13682
|
content: {
|
|
13660
13683
|
"application/json": {
|
|
13661
13684
|
data?: {
|
|
13662
|
-
/** @example
|
|
13685
|
+
/** @example dd97bc06-3974-49ae-b5af-c480526ab95a */
|
|
13663
13686
|
uid?: string;
|
|
13664
13687
|
/** @example follow_up */
|
|
13665
13688
|
inspection_type?: string;
|
|
13666
13689
|
/** @example cancelled */
|
|
13667
13690
|
status?: string;
|
|
13668
|
-
/** @example 30 Apr 2026,
|
|
13691
|
+
/** @example 30 Apr 2026, 03:56 PM */
|
|
13669
13692
|
scheduled_date?: string;
|
|
13670
13693
|
/** @example null */
|
|
13671
13694
|
completed_date?: string | null;
|
|
@@ -13673,11 +13696,11 @@ export interface operations {
|
|
|
13673
13696
|
condition_rating?: string;
|
|
13674
13697
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13675
13698
|
summary?: string;
|
|
13676
|
-
/** @example 23 Jun 2026,
|
|
13699
|
+
/** @example 23 Jun 2026, 12:44 PM */
|
|
13677
13700
|
next_inspection_date?: string;
|
|
13678
|
-
/** @example
|
|
13701
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13679
13702
|
created_at?: string;
|
|
13680
|
-
/** @example
|
|
13703
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13681
13704
|
updated_at?: string;
|
|
13682
13705
|
};
|
|
13683
13706
|
};
|
|
@@ -13714,13 +13737,13 @@ export interface operations {
|
|
|
13714
13737
|
content: {
|
|
13715
13738
|
"application/json": {
|
|
13716
13739
|
data?: {
|
|
13717
|
-
/** @example
|
|
13740
|
+
/** @example 26866bf1-0fb6-4257-a0fe-835a1456b11f */
|
|
13718
13741
|
uid?: string;
|
|
13719
13742
|
/** @example follow_up */
|
|
13720
13743
|
inspection_type?: string;
|
|
13721
13744
|
/** @example cancelled */
|
|
13722
13745
|
status?: string;
|
|
13723
|
-
/** @example 18 Apr 2026,
|
|
13746
|
+
/** @example 18 Apr 2026, 01:22 PM */
|
|
13724
13747
|
scheduled_date?: string;
|
|
13725
13748
|
/** @example null */
|
|
13726
13749
|
completed_date?: string | null;
|
|
@@ -13728,11 +13751,11 @@ export interface operations {
|
|
|
13728
13751
|
condition_rating?: string;
|
|
13729
13752
|
/** @example Et animi quos velit et fugiat. */
|
|
13730
13753
|
summary?: string;
|
|
13731
|
-
/** @example 27 Jul 2026,
|
|
13754
|
+
/** @example 27 Jul 2026, 09:16 PM */
|
|
13732
13755
|
next_inspection_date?: string;
|
|
13733
|
-
/** @example
|
|
13756
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13734
13757
|
created_at?: string;
|
|
13735
|
-
/** @example
|
|
13758
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13736
13759
|
updated_at?: string;
|
|
13737
13760
|
};
|
|
13738
13761
|
};
|
|
@@ -13859,8 +13882,10 @@ export interface operations {
|
|
|
13859
13882
|
};
|
|
13860
13883
|
} | {
|
|
13861
13884
|
data?: {
|
|
13862
|
-
/** @example
|
|
13885
|
+
/** @example 5f9095c0-d0cc-478f-9333-3126015df2ec */
|
|
13863
13886
|
uid?: string;
|
|
13887
|
+
/** @example 1 */
|
|
13888
|
+
tenancy_id?: number;
|
|
13864
13889
|
/** @example Qui commodi incidunt iure. */
|
|
13865
13890
|
title?: string;
|
|
13866
13891
|
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
@@ -13869,17 +13894,17 @@ export interface operations {
|
|
|
13869
13894
|
status?: string;
|
|
13870
13895
|
/** @example low */
|
|
13871
13896
|
priority?: string;
|
|
13872
|
-
/** @example 23 Apr 2026,
|
|
13897
|
+
/** @example 23 Apr 2026, 03:26 PM */
|
|
13873
13898
|
reported_at?: string;
|
|
13874
13899
|
/** @example null */
|
|
13875
13900
|
assigned_at?: string | null;
|
|
13876
13901
|
/** @example null */
|
|
13877
13902
|
completed_at?: string | null;
|
|
13878
|
-
/** @example 26 Apr 2026,
|
|
13903
|
+
/** @example 26 Apr 2026, 11:51 AM */
|
|
13879
13904
|
sla_deadline?: string;
|
|
13880
|
-
/** @example
|
|
13905
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13881
13906
|
created_at?: string;
|
|
13882
|
-
/** @example
|
|
13907
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13883
13908
|
updated_at?: string;
|
|
13884
13909
|
};
|
|
13885
13910
|
};
|
|
@@ -13916,8 +13941,10 @@ export interface operations {
|
|
|
13916
13941
|
content: {
|
|
13917
13942
|
"application/json": {
|
|
13918
13943
|
data?: {
|
|
13919
|
-
/** @example
|
|
13944
|
+
/** @example 2fff34a1-2880-42e4-aedf-a34afb72f87d */
|
|
13920
13945
|
uid?: string;
|
|
13946
|
+
/** @example 1 */
|
|
13947
|
+
tenancy_id?: number;
|
|
13921
13948
|
/** @example Qui commodi incidunt iure. */
|
|
13922
13949
|
title?: string;
|
|
13923
13950
|
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
@@ -13926,17 +13953,17 @@ export interface operations {
|
|
|
13926
13953
|
status?: string;
|
|
13927
13954
|
/** @example low */
|
|
13928
13955
|
priority?: string;
|
|
13929
|
-
/** @example 23 Apr 2026,
|
|
13956
|
+
/** @example 23 Apr 2026, 03:26 PM */
|
|
13930
13957
|
reported_at?: string;
|
|
13931
13958
|
/** @example null */
|
|
13932
13959
|
assigned_at?: string | null;
|
|
13933
13960
|
/** @example null */
|
|
13934
13961
|
completed_at?: string | null;
|
|
13935
|
-
/** @example 26 Apr 2026,
|
|
13962
|
+
/** @example 26 Apr 2026, 11:51 AM */
|
|
13936
13963
|
sla_deadline?: string;
|
|
13937
|
-
/** @example
|
|
13964
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13938
13965
|
created_at?: string;
|
|
13939
|
-
/** @example
|
|
13966
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13940
13967
|
updated_at?: string;
|
|
13941
13968
|
};
|
|
13942
13969
|
};
|
|
@@ -13973,8 +14000,10 @@ export interface operations {
|
|
|
13973
14000
|
content: {
|
|
13974
14001
|
"application/json": {
|
|
13975
14002
|
data?: {
|
|
13976
|
-
/** @example
|
|
14003
|
+
/** @example c08b1f3f-1409-4e4f-9438-2eac3dd3b03e */
|
|
13977
14004
|
uid?: string;
|
|
14005
|
+
/** @example 1 */
|
|
14006
|
+
tenancy_id?: number;
|
|
13978
14007
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13979
14008
|
title?: string;
|
|
13980
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. */
|
|
@@ -13983,17 +14012,17 @@ export interface operations {
|
|
|
13983
14012
|
status?: string;
|
|
13984
14013
|
/** @example emergency */
|
|
13985
14014
|
priority?: string;
|
|
13986
|
-
/** @example 18 Apr 2026,
|
|
14015
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
13987
14016
|
reported_at?: string;
|
|
13988
|
-
/** @example 23 Apr 2026,
|
|
14017
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
13989
14018
|
assigned_at?: string;
|
|
13990
14019
|
/** @example null */
|
|
13991
14020
|
completed_at?: string | null;
|
|
13992
|
-
/** @example 26 Apr 2026,
|
|
14021
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
13993
14022
|
sla_deadline?: string;
|
|
13994
|
-
/** @example
|
|
14023
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13995
14024
|
created_at?: string;
|
|
13996
|
-
/** @example
|
|
14025
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
13997
14026
|
updated_at?: string;
|
|
13998
14027
|
};
|
|
13999
14028
|
};
|
|
@@ -14030,8 +14059,10 @@ export interface operations {
|
|
|
14030
14059
|
content: {
|
|
14031
14060
|
"application/json": {
|
|
14032
14061
|
data?: {
|
|
14033
|
-
/** @example
|
|
14062
|
+
/** @example 5cf1198d-910c-40ea-9caf-1dbafdcfaeae */
|
|
14034
14063
|
uid?: string;
|
|
14064
|
+
/** @example 1 */
|
|
14065
|
+
tenancy_id?: number;
|
|
14035
14066
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
14036
14067
|
title?: string;
|
|
14037
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. */
|
|
@@ -14040,17 +14071,17 @@ export interface operations {
|
|
|
14040
14071
|
status?: string;
|
|
14041
14072
|
/** @example emergency */
|
|
14042
14073
|
priority?: string;
|
|
14043
|
-
/** @example 18 Apr 2026,
|
|
14074
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
14044
14075
|
reported_at?: string;
|
|
14045
|
-
/** @example 23 Apr 2026,
|
|
14076
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
14046
14077
|
assigned_at?: string;
|
|
14047
14078
|
/** @example null */
|
|
14048
14079
|
completed_at?: string | null;
|
|
14049
|
-
/** @example 26 Apr 2026,
|
|
14080
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
14050
14081
|
sla_deadline?: string;
|
|
14051
|
-
/** @example
|
|
14082
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14052
14083
|
created_at?: string;
|
|
14053
|
-
/** @example
|
|
14084
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14054
14085
|
updated_at?: string;
|
|
14055
14086
|
};
|
|
14056
14087
|
};
|
|
@@ -14087,8 +14118,10 @@ export interface operations {
|
|
|
14087
14118
|
content: {
|
|
14088
14119
|
"application/json": {
|
|
14089
14120
|
data?: {
|
|
14090
|
-
/** @example
|
|
14121
|
+
/** @example 918db812-e664-48e3-ab27-1b68d9af3f31 */
|
|
14091
14122
|
uid?: string;
|
|
14123
|
+
/** @example 1 */
|
|
14124
|
+
tenancy_id?: number;
|
|
14092
14125
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
14093
14126
|
title?: string;
|
|
14094
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. */
|
|
@@ -14097,17 +14130,17 @@ export interface operations {
|
|
|
14097
14130
|
status?: string;
|
|
14098
14131
|
/** @example emergency */
|
|
14099
14132
|
priority?: string;
|
|
14100
|
-
/** @example 18 Apr 2026,
|
|
14133
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
14101
14134
|
reported_at?: string;
|
|
14102
|
-
/** @example 23 Apr 2026,
|
|
14135
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
14103
14136
|
assigned_at?: string;
|
|
14104
14137
|
/** @example null */
|
|
14105
14138
|
completed_at?: string | null;
|
|
14106
|
-
/** @example 26 Apr 2026,
|
|
14139
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
14107
14140
|
sla_deadline?: string;
|
|
14108
|
-
/** @example
|
|
14141
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14109
14142
|
created_at?: string;
|
|
14110
|
-
/** @example
|
|
14143
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
14111
14144
|
updated_at?: string;
|
|
14112
14145
|
};
|
|
14113
14146
|
};
|
|
@@ -14158,6 +14191,13 @@ export interface operations {
|
|
|
14158
14191
|
* {
|
|
14159
14192
|
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
14160
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
|
+
* },
|
|
14161
14201
|
* "details": {
|
|
14162
14202
|
* "address": "24 Windsor Court, London, SW1",
|
|
14163
14203
|
* "title": "24 Windsor Court",
|
|
@@ -14192,6 +14232,18 @@ export interface operations {
|
|
|
14192
14232
|
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
14193
14233
|
tenancy_uid?: string;
|
|
14194
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
|
+
};
|
|
14195
14247
|
details?: {
|
|
14196
14248
|
/** @example 24 Windsor Court, London, SW1 */
|
|
14197
14249
|
address?: string;
|
|
@@ -14299,6 +14351,13 @@ export interface operations {
|
|
|
14299
14351
|
* {
|
|
14300
14352
|
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
14301
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
|
+
* },
|
|
14302
14361
|
* "details": {
|
|
14303
14362
|
* "address": "24 Windsor Court, London, SW1",
|
|
14304
14363
|
* "title": "24 Windsor Court",
|
|
@@ -14333,6 +14392,18 @@ export interface operations {
|
|
|
14333
14392
|
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
14334
14393
|
tenancy_uid?: string;
|
|
14335
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
|
+
};
|
|
14336
14407
|
details?: {
|
|
14337
14408
|
/** @example 24 Windsor Court, London, SW1 */
|
|
14338
14409
|
address?: string;
|
|
@@ -14383,6 +14454,272 @@ export interface operations {
|
|
|
14383
14454
|
};
|
|
14384
14455
|
};
|
|
14385
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
|
+
};
|
|
14386
14723
|
fetchTenancyComplianceDocumentsAdmin: {
|
|
14387
14724
|
parameters: {
|
|
14388
14725
|
query?: {
|
|
@@ -14503,7 +14840,7 @@ export interface operations {
|
|
|
14503
14840
|
content: {
|
|
14504
14841
|
"application/json": {
|
|
14505
14842
|
data?: {
|
|
14506
|
-
/** @example
|
|
14843
|
+
/** @example 302 */
|
|
14507
14844
|
id?: number;
|
|
14508
14845
|
/** @example 2 */
|
|
14509
14846
|
listing_id?: number;
|
|
@@ -14515,7 +14852,7 @@ export interface operations {
|
|
|
14515
14852
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14516
14853
|
end?: string;
|
|
14517
14854
|
};
|
|
14518
|
-
/** @example 2026-04-
|
|
14855
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14519
14856
|
created_at?: string;
|
|
14520
14857
|
};
|
|
14521
14858
|
};
|
|
@@ -14542,7 +14879,7 @@ export interface operations {
|
|
|
14542
14879
|
content: {
|
|
14543
14880
|
"application/json": {
|
|
14544
14881
|
data?: {
|
|
14545
|
-
/** @example
|
|
14882
|
+
/** @example 303 */
|
|
14546
14883
|
id?: number;
|
|
14547
14884
|
/** @example 2 */
|
|
14548
14885
|
listing_id?: number;
|
|
@@ -14554,7 +14891,7 @@ export interface operations {
|
|
|
14554
14891
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14555
14892
|
end?: string;
|
|
14556
14893
|
};
|
|
14557
|
-
/** @example 2026-04-
|
|
14894
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14558
14895
|
created_at?: string;
|
|
14559
14896
|
};
|
|
14560
14897
|
};
|
|
@@ -14580,29 +14917,29 @@ export interface operations {
|
|
|
14580
14917
|
/**
|
|
14581
14918
|
* @example [
|
|
14582
14919
|
* {
|
|
14583
|
-
* "id":
|
|
14920
|
+
* "id": 304,
|
|
14584
14921
|
* "listing_id": 2,
|
|
14585
14922
|
* "status": "completed",
|
|
14586
14923
|
* "scheduled": {
|
|
14587
14924
|
* "start": "1981-11-15T00:00:00.000000Z",
|
|
14588
14925
|
* "end": "1979-12-12T00:00:00.000000Z"
|
|
14589
14926
|
* },
|
|
14590
|
-
* "created_at": "2026-04-
|
|
14927
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
14591
14928
|
* },
|
|
14592
14929
|
* {
|
|
14593
|
-
* "id":
|
|
14930
|
+
* "id": 305,
|
|
14594
14931
|
* "listing_id": 2,
|
|
14595
14932
|
* "status": "completed",
|
|
14596
14933
|
* "scheduled": {
|
|
14597
14934
|
* "start": "2006-09-16T00:00:00.000000Z",
|
|
14598
14935
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
14599
14936
|
* },
|
|
14600
|
-
* "created_at": "2026-04-
|
|
14937
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
14601
14938
|
* }
|
|
14602
14939
|
* ]
|
|
14603
14940
|
*/
|
|
14604
14941
|
data?: {
|
|
14605
|
-
/** @example
|
|
14942
|
+
/** @example 304 */
|
|
14606
14943
|
id?: number;
|
|
14607
14944
|
/** @example 2 */
|
|
14608
14945
|
listing_id?: number;
|
|
@@ -14614,7 +14951,7 @@ export interface operations {
|
|
|
14614
14951
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14615
14952
|
end?: string;
|
|
14616
14953
|
};
|
|
14617
|
-
/** @example 2026-04-
|
|
14954
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14618
14955
|
created_at?: string;
|
|
14619
14956
|
}[];
|
|
14620
14957
|
links?: {
|
|
@@ -14714,7 +15051,7 @@ export interface operations {
|
|
|
14714
15051
|
content: {
|
|
14715
15052
|
"application/json": {
|
|
14716
15053
|
data?: {
|
|
14717
|
-
/** @example
|
|
15054
|
+
/** @example 306 */
|
|
14718
15055
|
id?: number;
|
|
14719
15056
|
/** @example 2 */
|
|
14720
15057
|
listing_id?: number;
|
|
@@ -14726,7 +15063,7 @@ export interface operations {
|
|
|
14726
15063
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14727
15064
|
end?: string;
|
|
14728
15065
|
};
|
|
14729
|
-
/** @example 2026-04-
|
|
15066
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14730
15067
|
created_at?: string;
|
|
14731
15068
|
};
|
|
14732
15069
|
};
|
|
@@ -14753,7 +15090,7 @@ export interface operations {
|
|
|
14753
15090
|
content: {
|
|
14754
15091
|
"application/json": {
|
|
14755
15092
|
data?: {
|
|
14756
|
-
/** @example
|
|
15093
|
+
/** @example 307 */
|
|
14757
15094
|
id?: number;
|
|
14758
15095
|
/** @example 2 */
|
|
14759
15096
|
listing_id?: number;
|
|
@@ -14765,7 +15102,7 @@ export interface operations {
|
|
|
14765
15102
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14766
15103
|
end?: string;
|
|
14767
15104
|
};
|
|
14768
|
-
/** @example 2026-04-
|
|
15105
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14769
15106
|
created_at?: string;
|
|
14770
15107
|
};
|
|
14771
15108
|
};
|
|
@@ -14792,7 +15129,7 @@ export interface operations {
|
|
|
14792
15129
|
content: {
|
|
14793
15130
|
"application/json": {
|
|
14794
15131
|
data?: {
|
|
14795
|
-
/** @example
|
|
15132
|
+
/** @example 308 */
|
|
14796
15133
|
id?: number;
|
|
14797
15134
|
/** @example 2 */
|
|
14798
15135
|
listing_id?: number;
|
|
@@ -14804,7 +15141,7 @@ export interface operations {
|
|
|
14804
15141
|
/** @example 1979-12-12T00:00:00.000000Z */
|
|
14805
15142
|
end?: string;
|
|
14806
15143
|
};
|
|
14807
|
-
/** @example 2026-04-
|
|
15144
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
14808
15145
|
created_at?: string;
|
|
14809
15146
|
};
|
|
14810
15147
|
};
|
|
@@ -15904,7 +16241,7 @@ export interface operations {
|
|
|
15904
16241
|
content: {
|
|
15905
16242
|
"application/json": {
|
|
15906
16243
|
data?: {
|
|
15907
|
-
/** @example
|
|
16244
|
+
/** @example c5b8979b-8ce7-428c-abfc-58b787bde499 */
|
|
15908
16245
|
uid?: string;
|
|
15909
16246
|
/** @example Ms. Audra Crooks II */
|
|
15910
16247
|
username?: string;
|
|
@@ -15934,7 +16271,7 @@ export interface operations {
|
|
|
15934
16271
|
timezone?: string;
|
|
15935
16272
|
/** @example Customer */
|
|
15936
16273
|
user_type?: string;
|
|
15937
|
-
/** @example
|
|
16274
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
15938
16275
|
created?: string;
|
|
15939
16276
|
/** @example 0 seconds ago */
|
|
15940
16277
|
email_verified_at?: string;
|
|
@@ -16403,7 +16740,7 @@ export interface operations {
|
|
|
16403
16740
|
content: {
|
|
16404
16741
|
"application/json": {
|
|
16405
16742
|
data?: {
|
|
16406
|
-
/** @example
|
|
16743
|
+
/** @example cf23c84d-ed06-40b0-9fbb-b32985c65306 */
|
|
16407
16744
|
uid?: string;
|
|
16408
16745
|
/** @example Ms. Audra Crooks II */
|
|
16409
16746
|
username?: string;
|
|
@@ -16433,7 +16770,7 @@ export interface operations {
|
|
|
16433
16770
|
timezone?: string;
|
|
16434
16771
|
/** @example Customer */
|
|
16435
16772
|
user_type?: string;
|
|
16436
|
-
/** @example
|
|
16773
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
16437
16774
|
created?: string;
|
|
16438
16775
|
/** @example 0 seconds ago */
|
|
16439
16776
|
email_verified_at?: string;
|
|
@@ -16554,11 +16891,11 @@ export interface operations {
|
|
|
16554
16891
|
content: {
|
|
16555
16892
|
"application/json": {
|
|
16556
16893
|
data?: {
|
|
16557
|
-
/** @example New For Rent Property draft •
|
|
16894
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16558
16895
|
draft_name?: string;
|
|
16559
|
-
/** @example LST-PRP-LTR-
|
|
16896
|
+
/** @example LST-PRP-LTR-MODOWL6QYQZ */
|
|
16560
16897
|
sku?: string;
|
|
16561
|
-
/** @example
|
|
16898
|
+
/** @example bd29358b-6b0b-448b-a76d-f7db75f77e27 */
|
|
16562
16899
|
uid?: string;
|
|
16563
16900
|
/** @example Rent */
|
|
16564
16901
|
listing_type?: string;
|
|
@@ -16682,9 +17019,9 @@ export interface operations {
|
|
|
16682
17019
|
/**
|
|
16683
17020
|
* @example [
|
|
16684
17021
|
* {
|
|
16685
|
-
* "draft_name": "New For Rent Property draft •
|
|
16686
|
-
* "sku": "LST-PRP-LTR-
|
|
16687
|
-
* "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",
|
|
16688
17025
|
* "listing_type": "Rent",
|
|
16689
17026
|
* "vertical": "Property",
|
|
16690
17027
|
* "arrangement_type": "let_to_let",
|
|
@@ -16701,9 +17038,9 @@ export interface operations {
|
|
|
16701
17038
|
* "media": []
|
|
16702
17039
|
* },
|
|
16703
17040
|
* {
|
|
16704
|
-
* "draft_name": "New Short Let Property draft •
|
|
16705
|
-
* "sku": "LST-PRP-SHL-
|
|
16706
|
-
* "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",
|
|
16707
17044
|
* "listing_type": "Short Let",
|
|
16708
17045
|
* "vertical": "Property",
|
|
16709
17046
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16722,11 +17059,11 @@ export interface operations {
|
|
|
16722
17059
|
* ]
|
|
16723
17060
|
*/
|
|
16724
17061
|
data?: {
|
|
16725
|
-
/** @example New For Rent Property draft •
|
|
17062
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16726
17063
|
draft_name?: string;
|
|
16727
|
-
/** @example LST-PRP-LTR-
|
|
17064
|
+
/** @example LST-PRP-LTR-MODOWL7AXZG */
|
|
16728
17065
|
sku?: string;
|
|
16729
|
-
/** @example
|
|
17066
|
+
/** @example 47c76edb-1259-4077-b039-af4d70444d42 */
|
|
16730
17067
|
uid?: string;
|
|
16731
17068
|
/** @example Rent */
|
|
16732
17069
|
listing_type?: string;
|
|
@@ -16836,9 +17173,9 @@ export interface operations {
|
|
|
16836
17173
|
/**
|
|
16837
17174
|
* @example [
|
|
16838
17175
|
* {
|
|
16839
|
-
* "draft_name": "New For Rent Property draft •
|
|
16840
|
-
* "sku": "LST-PRP-LTR-
|
|
16841
|
-
* "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",
|
|
16842
17179
|
* "listing_type": "Rent",
|
|
16843
17180
|
* "vertical": "Property",
|
|
16844
17181
|
* "arrangement_type": "let_to_let",
|
|
@@ -16855,9 +17192,9 @@ export interface operations {
|
|
|
16855
17192
|
* "media": []
|
|
16856
17193
|
* },
|
|
16857
17194
|
* {
|
|
16858
|
-
* "draft_name": "New Short Let Property draft •
|
|
16859
|
-
* "sku": "LST-PRP-SHL-
|
|
16860
|
-
* "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",
|
|
16861
17198
|
* "listing_type": "Short Let",
|
|
16862
17199
|
* "vertical": "Property",
|
|
16863
17200
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16876,11 +17213,11 @@ export interface operations {
|
|
|
16876
17213
|
* ]
|
|
16877
17214
|
*/
|
|
16878
17215
|
data?: {
|
|
16879
|
-
/** @example New For Rent Property draft •
|
|
17216
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
16880
17217
|
draft_name?: string;
|
|
16881
|
-
/** @example LST-PRP-LTR-
|
|
17218
|
+
/** @example LST-PRP-LTR-MODOWL7JN3Y */
|
|
16882
17219
|
sku?: string;
|
|
16883
|
-
/** @example
|
|
17220
|
+
/** @example cebcfa1b-efdc-45d3-9671-16116a1d306f */
|
|
16884
17221
|
uid?: string;
|
|
16885
17222
|
/** @example Rent */
|
|
16886
17223
|
listing_type?: string;
|
|
@@ -17944,7 +18281,7 @@ export interface operations {
|
|
|
17944
18281
|
content: {
|
|
17945
18282
|
"application/json": {
|
|
17946
18283
|
data?: {
|
|
17947
|
-
/** @example
|
|
18284
|
+
/** @example c8709c76-2aef-459e-8552-15cce85ea829 */
|
|
17948
18285
|
uid?: string;
|
|
17949
18286
|
/** @example photo */
|
|
17950
18287
|
media_type?: string;
|
|
@@ -18093,11 +18430,11 @@ export interface operations {
|
|
|
18093
18430
|
content: {
|
|
18094
18431
|
"application/json": {
|
|
18095
18432
|
data?: {
|
|
18096
|
-
/** @example New For Rent Property draft •
|
|
18433
|
+
/** @example New For Rent Property draft • 25 Apr 2026, 1:57 AM */
|
|
18097
18434
|
draft_name?: string;
|
|
18098
|
-
/** @example LST-PRP-LTR-
|
|
18435
|
+
/** @example LST-PRP-LTR-MODOWL9NGF8 */
|
|
18099
18436
|
sku?: string;
|
|
18100
|
-
/** @example
|
|
18437
|
+
/** @example cd611be4-9cb6-42f6-bad0-a311ac231013 */
|
|
18101
18438
|
uid?: string;
|
|
18102
18439
|
/** @example Rent */
|
|
18103
18440
|
listing_type?: string;
|
|
@@ -18257,7 +18594,7 @@ export interface operations {
|
|
|
18257
18594
|
content: {
|
|
18258
18595
|
"application/json": {
|
|
18259
18596
|
data?: {
|
|
18260
|
-
/** @example
|
|
18597
|
+
/** @example 53bec334-81dd-47ef-9964-070e0527c7f2 */
|
|
18261
18598
|
uid?: string;
|
|
18262
18599
|
/** @example null */
|
|
18263
18600
|
compliances?: string | null;
|
|
@@ -18308,7 +18645,7 @@ export interface operations {
|
|
|
18308
18645
|
content: {
|
|
18309
18646
|
"application/json": {
|
|
18310
18647
|
data?: {
|
|
18311
|
-
/** @example
|
|
18648
|
+
/** @example 129 */
|
|
18312
18649
|
id?: number;
|
|
18313
18650
|
compliance?: {
|
|
18314
18651
|
/** @example 1 */
|
|
@@ -18330,7 +18667,7 @@ export interface operations {
|
|
|
18330
18667
|
reviewed_by?: number;
|
|
18331
18668
|
/** @example null */
|
|
18332
18669
|
reviewed_at?: string | null;
|
|
18333
|
-
/** @example 2026-04-
|
|
18670
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18334
18671
|
created_at?: string;
|
|
18335
18672
|
};
|
|
18336
18673
|
};
|
|
@@ -18385,7 +18722,7 @@ export interface operations {
|
|
|
18385
18722
|
/**
|
|
18386
18723
|
* @example [
|
|
18387
18724
|
* {
|
|
18388
|
-
* "uid": "
|
|
18725
|
+
* "uid": "90435b5b-4ba7-479c-a636-11c21f6bf973",
|
|
18389
18726
|
* "listing_id": 1,
|
|
18390
18727
|
* "landlord_id": 2,
|
|
18391
18728
|
* "tenant_id": 2,
|
|
@@ -18397,10 +18734,10 @@ export interface operations {
|
|
|
18397
18734
|
* "is_periodic": false,
|
|
18398
18735
|
* "company_name": null,
|
|
18399
18736
|
* "company_registration_number": null,
|
|
18400
|
-
* "created_at": "2026-04-
|
|
18737
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18401
18738
|
* },
|
|
18402
18739
|
* {
|
|
18403
|
-
* "uid": "
|
|
18740
|
+
* "uid": "62059922-4a4a-4233-91e3-232dd5bfe185",
|
|
18404
18741
|
* "listing_id": 1,
|
|
18405
18742
|
* "landlord_id": 2,
|
|
18406
18743
|
* "tenant_id": 2,
|
|
@@ -18412,12 +18749,12 @@ export interface operations {
|
|
|
18412
18749
|
* "is_periodic": false,
|
|
18413
18750
|
* "company_name": null,
|
|
18414
18751
|
* "company_registration_number": null,
|
|
18415
|
-
* "created_at": "2026-04-
|
|
18752
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18416
18753
|
* }
|
|
18417
18754
|
* ]
|
|
18418
18755
|
*/
|
|
18419
18756
|
data?: {
|
|
18420
|
-
/** @example
|
|
18757
|
+
/** @example 90435b5b-4ba7-479c-a636-11c21f6bf973 */
|
|
18421
18758
|
uid?: string;
|
|
18422
18759
|
/** @example 1 */
|
|
18423
18760
|
listing_id?: number;
|
|
@@ -18441,7 +18778,7 @@ export interface operations {
|
|
|
18441
18778
|
company_name?: string | null;
|
|
18442
18779
|
/** @example null */
|
|
18443
18780
|
company_registration_number?: string | null;
|
|
18444
|
-
/** @example 2026-04-
|
|
18781
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18445
18782
|
created_at?: string;
|
|
18446
18783
|
}[];
|
|
18447
18784
|
links?: {
|
|
@@ -18528,7 +18865,7 @@ export interface operations {
|
|
|
18528
18865
|
/**
|
|
18529
18866
|
* @example [
|
|
18530
18867
|
* {
|
|
18531
|
-
* "uid": "
|
|
18868
|
+
* "uid": "fb8ddcc8-607b-490f-9843-3a467765fe7b",
|
|
18532
18869
|
* "listing_id": 1,
|
|
18533
18870
|
* "landlord_id": 2,
|
|
18534
18871
|
* "tenant_id": 2,
|
|
@@ -18540,10 +18877,10 @@ export interface operations {
|
|
|
18540
18877
|
* "is_periodic": false,
|
|
18541
18878
|
* "company_name": null,
|
|
18542
18879
|
* "company_registration_number": null,
|
|
18543
|
-
* "created_at": "2026-04-
|
|
18880
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18544
18881
|
* },
|
|
18545
18882
|
* {
|
|
18546
|
-
* "uid": "
|
|
18883
|
+
* "uid": "3f6e2880-22bf-4f9d-9ff6-bc499cf77e94",
|
|
18547
18884
|
* "listing_id": 1,
|
|
18548
18885
|
* "landlord_id": 2,
|
|
18549
18886
|
* "tenant_id": 2,
|
|
@@ -18555,12 +18892,12 @@ export interface operations {
|
|
|
18555
18892
|
* "is_periodic": false,
|
|
18556
18893
|
* "company_name": null,
|
|
18557
18894
|
* "company_registration_number": null,
|
|
18558
|
-
* "created_at": "2026-04-
|
|
18895
|
+
* "created_at": "2026-04-25T01:57:57.000000Z"
|
|
18559
18896
|
* }
|
|
18560
18897
|
* ]
|
|
18561
18898
|
*/
|
|
18562
18899
|
data?: {
|
|
18563
|
-
/** @example
|
|
18900
|
+
/** @example fb8ddcc8-607b-490f-9843-3a467765fe7b */
|
|
18564
18901
|
uid?: string;
|
|
18565
18902
|
/** @example 1 */
|
|
18566
18903
|
listing_id?: number;
|
|
@@ -18584,7 +18921,7 @@ export interface operations {
|
|
|
18584
18921
|
company_name?: string | null;
|
|
18585
18922
|
/** @example null */
|
|
18586
18923
|
company_registration_number?: string | null;
|
|
18587
|
-
/** @example 2026-04-
|
|
18924
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18588
18925
|
created_at?: string;
|
|
18589
18926
|
}[];
|
|
18590
18927
|
links?: {
|
|
@@ -18691,7 +19028,7 @@ export interface operations {
|
|
|
18691
19028
|
content: {
|
|
18692
19029
|
"application/json": {
|
|
18693
19030
|
data?: {
|
|
18694
|
-
/** @example
|
|
19031
|
+
/** @example 177 */
|
|
18695
19032
|
id?: number;
|
|
18696
19033
|
compliance?: {
|
|
18697
19034
|
/** @example 1 */
|
|
@@ -18711,9 +19048,9 @@ export interface operations {
|
|
|
18711
19048
|
rejection_reason?: string | null;
|
|
18712
19049
|
/** @example 1 */
|
|
18713
19050
|
reviewed_by?: number;
|
|
18714
|
-
/** @example 2026-04-
|
|
19051
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18715
19052
|
reviewed_at?: string;
|
|
18716
|
-
/** @example 2026-04-
|
|
19053
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18717
19054
|
created_at?: string;
|
|
18718
19055
|
};
|
|
18719
19056
|
};
|
|
@@ -18740,7 +19077,7 @@ export interface operations {
|
|
|
18740
19077
|
content: {
|
|
18741
19078
|
"application/json": {
|
|
18742
19079
|
data?: {
|
|
18743
|
-
/** @example
|
|
19080
|
+
/** @example 178 */
|
|
18744
19081
|
id?: number;
|
|
18745
19082
|
compliance?: {
|
|
18746
19083
|
/** @example 1 */
|
|
@@ -18760,9 +19097,9 @@ export interface operations {
|
|
|
18760
19097
|
rejection_reason?: string | null;
|
|
18761
19098
|
/** @example 1 */
|
|
18762
19099
|
reviewed_by?: number;
|
|
18763
|
-
/** @example 2026-04-
|
|
19100
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18764
19101
|
reviewed_at?: string;
|
|
18765
|
-
/** @example 2026-04-
|
|
19102
|
+
/** @example 2026-04-25T01:57:57.000000Z */
|
|
18766
19103
|
created_at?: string;
|
|
18767
19104
|
};
|
|
18768
19105
|
};
|
|
@@ -19894,36 +20231,40 @@ export interface operations {
|
|
|
19894
20231
|
/**
|
|
19895
20232
|
* @example [
|
|
19896
20233
|
* {
|
|
19897
|
-
* "uid": "
|
|
20234
|
+
* "uid": "bbedcb5e-bef3-4f09-864b-45d3f7b13538",
|
|
20235
|
+
* "tenancy_id": 1,
|
|
19898
20236
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
19899
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.",
|
|
19900
20238
|
* "status": "reported",
|
|
19901
20239
|
* "priority": "emergency",
|
|
19902
|
-
* "reported_at": "18 Apr 2026,
|
|
19903
|
-
* "assigned_at": "23 Apr 2026,
|
|
20240
|
+
* "reported_at": "18 Apr 2026, 01:11 PM",
|
|
20241
|
+
* "assigned_at": "23 Apr 2026, 09:31 AM",
|
|
19904
20242
|
* "completed_at": null,
|
|
19905
|
-
* "sla_deadline": "26 Apr 2026,
|
|
19906
|
-
* "created_at": "
|
|
19907
|
-
* "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"
|
|
19908
20246
|
* },
|
|
19909
20247
|
* {
|
|
19910
|
-
* "uid": "
|
|
20248
|
+
* "uid": "9b372b3b-3937-4add-a90f-08631f7ec72a",
|
|
20249
|
+
* "tenancy_id": 1,
|
|
19911
20250
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
19912
20251
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
19913
20252
|
* "status": "completed",
|
|
19914
20253
|
* "priority": "normal",
|
|
19915
|
-
* "reported_at": "
|
|
20254
|
+
* "reported_at": "21 Apr 2026, 01:49 AM",
|
|
19916
20255
|
* "assigned_at": null,
|
|
19917
20256
|
* "completed_at": null,
|
|
19918
|
-
* "sla_deadline": "27 Apr 2026,
|
|
19919
|
-
* "created_at": "
|
|
19920
|
-
* "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"
|
|
19921
20260
|
* }
|
|
19922
20261
|
* ]
|
|
19923
20262
|
*/
|
|
19924
20263
|
data?: {
|
|
19925
|
-
/** @example
|
|
20264
|
+
/** @example bbedcb5e-bef3-4f09-864b-45d3f7b13538 */
|
|
19926
20265
|
uid?: string;
|
|
20266
|
+
/** @example 1 */
|
|
20267
|
+
tenancy_id?: number;
|
|
19927
20268
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
19928
20269
|
title?: string;
|
|
19929
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. */
|
|
@@ -19932,17 +20273,17 @@ export interface operations {
|
|
|
19932
20273
|
status?: string;
|
|
19933
20274
|
/** @example emergency */
|
|
19934
20275
|
priority?: string;
|
|
19935
|
-
/** @example 18 Apr 2026,
|
|
20276
|
+
/** @example 18 Apr 2026, 01:11 PM */
|
|
19936
20277
|
reported_at?: string;
|
|
19937
|
-
/** @example 23 Apr 2026,
|
|
20278
|
+
/** @example 23 Apr 2026, 09:31 AM */
|
|
19938
20279
|
assigned_at?: string;
|
|
19939
20280
|
/** @example null */
|
|
19940
20281
|
completed_at?: string | null;
|
|
19941
|
-
/** @example 26 Apr 2026,
|
|
20282
|
+
/** @example 26 Apr 2026, 02:53 PM */
|
|
19942
20283
|
sla_deadline?: string;
|
|
19943
|
-
/** @example
|
|
20284
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
19944
20285
|
created_at?: string;
|
|
19945
|
-
/** @example
|
|
20286
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
19946
20287
|
updated_at?: string;
|
|
19947
20288
|
}[];
|
|
19948
20289
|
links?: {
|
|
@@ -20058,13 +20399,13 @@ export interface operations {
|
|
|
20058
20399
|
};
|
|
20059
20400
|
} | {
|
|
20060
20401
|
data?: {
|
|
20061
|
-
/** @example
|
|
20402
|
+
/** @example 920b09a8-f452-4831-bdef-c0c0dd65fd12 */
|
|
20062
20403
|
uid?: string;
|
|
20063
20404
|
/** @example image */
|
|
20064
20405
|
file_type?: string;
|
|
20065
20406
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
20066
20407
|
url?: string;
|
|
20067
|
-
/** @example 2026-04-
|
|
20408
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20068
20409
|
created_at?: string;
|
|
20069
20410
|
};
|
|
20070
20411
|
};
|
|
@@ -20109,7 +20450,7 @@ export interface operations {
|
|
|
20109
20450
|
content: {
|
|
20110
20451
|
"application/json": {
|
|
20111
20452
|
data?: {
|
|
20112
|
-
/** @example
|
|
20453
|
+
/** @example 130 */
|
|
20113
20454
|
id?: number;
|
|
20114
20455
|
/** @example property_inquiry */
|
|
20115
20456
|
type?: string;
|
|
@@ -20117,7 +20458,7 @@ export interface operations {
|
|
|
20117
20458
|
listing_id?: number;
|
|
20118
20459
|
/** @example null */
|
|
20119
20460
|
last_message_at?: string | null;
|
|
20120
|
-
/** @example 2026-04-
|
|
20461
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20121
20462
|
created_at?: string;
|
|
20122
20463
|
};
|
|
20123
20464
|
};
|
|
@@ -20143,23 +20484,23 @@ export interface operations {
|
|
|
20143
20484
|
/**
|
|
20144
20485
|
* @example [
|
|
20145
20486
|
* {
|
|
20146
|
-
* "id":
|
|
20487
|
+
* "id": 131,
|
|
20147
20488
|
* "type": "property_inquiry",
|
|
20148
20489
|
* "listing_id": 2,
|
|
20149
20490
|
* "last_message_at": null,
|
|
20150
|
-
* "created_at": "2026-04-
|
|
20491
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20151
20492
|
* },
|
|
20152
20493
|
* {
|
|
20153
|
-
* "id":
|
|
20494
|
+
* "id": 132,
|
|
20154
20495
|
* "type": "property_inquiry",
|
|
20155
20496
|
* "listing_id": 2,
|
|
20156
20497
|
* "last_message_at": null,
|
|
20157
|
-
* "created_at": "2026-04-
|
|
20498
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20158
20499
|
* }
|
|
20159
20500
|
* ]
|
|
20160
20501
|
*/
|
|
20161
20502
|
data?: {
|
|
20162
|
-
/** @example
|
|
20503
|
+
/** @example 131 */
|
|
20163
20504
|
id?: number;
|
|
20164
20505
|
/** @example property_inquiry */
|
|
20165
20506
|
type?: string;
|
|
@@ -20167,7 +20508,7 @@ export interface operations {
|
|
|
20167
20508
|
listing_id?: number;
|
|
20168
20509
|
/** @example null */
|
|
20169
20510
|
last_message_at?: string | null;
|
|
20170
|
-
/** @example 2026-04-
|
|
20511
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20171
20512
|
created_at?: string;
|
|
20172
20513
|
}[];
|
|
20173
20514
|
links?: {
|
|
@@ -20485,27 +20826,27 @@ export interface operations {
|
|
|
20485
20826
|
/**
|
|
20486
20827
|
* @example [
|
|
20487
20828
|
* {
|
|
20488
|
-
* "id": "
|
|
20829
|
+
* "id": "24077a6e-e063-471e-9eeb-f5a4b57dbafb",
|
|
20489
20830
|
* "type": "APPOINTMENT_CREATED",
|
|
20490
20831
|
* "title": "faker notification",
|
|
20491
20832
|
* "body": "faker notification body",
|
|
20492
20833
|
* "data": [],
|
|
20493
20834
|
* "read_at": null,
|
|
20494
|
-
* "created_at": "2026-04-
|
|
20835
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20495
20836
|
* },
|
|
20496
20837
|
* {
|
|
20497
|
-
* "id": "
|
|
20838
|
+
* "id": "f294ac92-e4ec-4063-8252-28a00c7dbcf9",
|
|
20498
20839
|
* "type": "APPOINTMENT_CREATED",
|
|
20499
20840
|
* "title": "faker notification",
|
|
20500
20841
|
* "body": "faker notification body",
|
|
20501
20842
|
* "data": [],
|
|
20502
20843
|
* "read_at": null,
|
|
20503
|
-
* "created_at": "2026-04-
|
|
20844
|
+
* "created_at": "2026-04-25T01:57:58.000000Z"
|
|
20504
20845
|
* }
|
|
20505
20846
|
* ]
|
|
20506
20847
|
*/
|
|
20507
20848
|
data?: {
|
|
20508
|
-
/** @example
|
|
20849
|
+
/** @example 24077a6e-e063-471e-9eeb-f5a4b57dbafb */
|
|
20509
20850
|
id?: string;
|
|
20510
20851
|
/** @example APPOINTMENT_CREATED */
|
|
20511
20852
|
type?: string;
|
|
@@ -20517,7 +20858,7 @@ export interface operations {
|
|
|
20517
20858
|
data?: unknown[];
|
|
20518
20859
|
/** @example null */
|
|
20519
20860
|
read_at?: string | null;
|
|
20520
|
-
/** @example 2026-04-
|
|
20861
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20521
20862
|
created_at?: string;
|
|
20522
20863
|
}[];
|
|
20523
20864
|
links?: {
|
|
@@ -20601,7 +20942,7 @@ export interface operations {
|
|
|
20601
20942
|
};
|
|
20602
20943
|
content: {
|
|
20603
20944
|
"application/json": {
|
|
20604
|
-
/** @example
|
|
20945
|
+
/** @example 0b2a1b0c-3bcd-46b5-978d-b392e70720cf */
|
|
20605
20946
|
id?: string;
|
|
20606
20947
|
/** @example APPOINTMENT_CREATED */
|
|
20607
20948
|
type?: string;
|
|
@@ -20613,7 +20954,7 @@ export interface operations {
|
|
|
20613
20954
|
data?: unknown[];
|
|
20614
20955
|
/** @example null */
|
|
20615
20956
|
read_at?: string | null;
|
|
20616
|
-
/** @example 2026-04-
|
|
20957
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
20617
20958
|
created_at?: string;
|
|
20618
20959
|
};
|
|
20619
20960
|
};
|
|
@@ -20862,45 +21203,45 @@ export interface operations {
|
|
|
20862
21203
|
/**
|
|
20863
21204
|
* @example [
|
|
20864
21205
|
* {
|
|
20865
|
-
* "id":
|
|
21206
|
+
* "id": 259,
|
|
20866
21207
|
* "rating": 1,
|
|
20867
21208
|
* "comment": "Nice Listing",
|
|
20868
21209
|
* "reviewer": {
|
|
20869
|
-
* "id":
|
|
20870
|
-
* "name": "
|
|
21210
|
+
* "id": 8,
|
|
21211
|
+
* "name": "Kyle Matthews"
|
|
20871
21212
|
* },
|
|
20872
|
-
* "created_at": "2026-04-
|
|
20873
|
-
* "updated_at": "2026-04-
|
|
21213
|
+
* "created_at": "2026-04-25T01:57:58+00:00",
|
|
21214
|
+
* "updated_at": "2026-04-25T01:57:58+00:00"
|
|
20874
21215
|
* },
|
|
20875
21216
|
* {
|
|
20876
|
-
* "id":
|
|
21217
|
+
* "id": 260,
|
|
20877
21218
|
* "rating": 1,
|
|
20878
21219
|
* "comment": "Nice Listing",
|
|
20879
21220
|
* "reviewer": {
|
|
20880
21221
|
* "id": 2,
|
|
20881
21222
|
* "name": "dogunfx"
|
|
20882
21223
|
* },
|
|
20883
|
-
* "created_at": "2026-04-
|
|
20884
|
-
* "updated_at": "2026-04-
|
|
21224
|
+
* "created_at": "2026-04-25T01:57:58+00:00",
|
|
21225
|
+
* "updated_at": "2026-04-25T01:57:58+00:00"
|
|
20885
21226
|
* }
|
|
20886
21227
|
* ]
|
|
20887
21228
|
*/
|
|
20888
21229
|
data?: {
|
|
20889
|
-
/** @example
|
|
21230
|
+
/** @example 259 */
|
|
20890
21231
|
id?: number;
|
|
20891
21232
|
/** @example 1 */
|
|
20892
21233
|
rating?: number;
|
|
20893
21234
|
/** @example Nice Listing */
|
|
20894
21235
|
comment?: string;
|
|
20895
21236
|
reviewer?: {
|
|
20896
|
-
/** @example
|
|
21237
|
+
/** @example 8 */
|
|
20897
21238
|
id?: number;
|
|
20898
|
-
/** @example
|
|
21239
|
+
/** @example Kyle Matthews */
|
|
20899
21240
|
name?: string;
|
|
20900
21241
|
};
|
|
20901
|
-
/** @example 2026-04-
|
|
21242
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
20902
21243
|
created_at?: string;
|
|
20903
|
-
/** @example 2026-04-
|
|
21244
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
20904
21245
|
updated_at?: string;
|
|
20905
21246
|
}[];
|
|
20906
21247
|
links?: {
|
|
@@ -21054,21 +21395,21 @@ export interface operations {
|
|
|
21054
21395
|
content: {
|
|
21055
21396
|
"application/json": {
|
|
21056
21397
|
data?: {
|
|
21057
|
-
/** @example
|
|
21398
|
+
/** @example 261 */
|
|
21058
21399
|
id?: number;
|
|
21059
21400
|
/** @example 1 */
|
|
21060
21401
|
rating?: number;
|
|
21061
21402
|
/** @example Nice Listing */
|
|
21062
21403
|
comment?: string;
|
|
21063
21404
|
reviewer?: {
|
|
21064
|
-
/** @example
|
|
21405
|
+
/** @example 17 */
|
|
21065
21406
|
id?: number;
|
|
21066
|
-
/** @example
|
|
21407
|
+
/** @example Hannah Ross */
|
|
21067
21408
|
name?: string;
|
|
21068
21409
|
};
|
|
21069
|
-
/** @example 2026-04-
|
|
21410
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21070
21411
|
created_at?: string;
|
|
21071
|
-
/** @example 2026-04-
|
|
21412
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21072
21413
|
updated_at?: string;
|
|
21073
21414
|
};
|
|
21074
21415
|
};
|
|
@@ -21112,21 +21453,21 @@ export interface operations {
|
|
|
21112
21453
|
content: {
|
|
21113
21454
|
"application/json": {
|
|
21114
21455
|
data?: {
|
|
21115
|
-
/** @example
|
|
21456
|
+
/** @example 262 */
|
|
21116
21457
|
id?: number;
|
|
21117
21458
|
/** @example 1 */
|
|
21118
21459
|
rating?: number;
|
|
21119
21460
|
/** @example Nice Listing */
|
|
21120
21461
|
comment?: string;
|
|
21121
21462
|
reviewer?: {
|
|
21122
|
-
/** @example
|
|
21463
|
+
/** @example 14 */
|
|
21123
21464
|
id?: number;
|
|
21124
|
-
/** @example
|
|
21465
|
+
/** @example Ray Clark */
|
|
21125
21466
|
name?: string;
|
|
21126
21467
|
};
|
|
21127
|
-
/** @example 2026-04-
|
|
21468
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21128
21469
|
created_at?: string;
|
|
21129
|
-
/** @example 2026-04-
|
|
21470
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21130
21471
|
updated_at?: string;
|
|
21131
21472
|
};
|
|
21132
21473
|
};
|
|
@@ -21168,21 +21509,21 @@ export interface operations {
|
|
|
21168
21509
|
content: {
|
|
21169
21510
|
"application/json": {
|
|
21170
21511
|
data?: {
|
|
21171
|
-
/** @example
|
|
21512
|
+
/** @example 263 */
|
|
21172
21513
|
id?: number;
|
|
21173
21514
|
/** @example 1 */
|
|
21174
21515
|
rating?: number;
|
|
21175
21516
|
/** @example Nice Listing */
|
|
21176
21517
|
comment?: string;
|
|
21177
21518
|
reviewer?: {
|
|
21178
|
-
/** @example
|
|
21519
|
+
/** @example 14 */
|
|
21179
21520
|
id?: number;
|
|
21180
|
-
/** @example
|
|
21521
|
+
/** @example Ray Clark */
|
|
21181
21522
|
name?: string;
|
|
21182
21523
|
};
|
|
21183
|
-
/** @example 2026-04-
|
|
21524
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21184
21525
|
created_at?: string;
|
|
21185
|
-
/** @example 2026-04-
|
|
21526
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21186
21527
|
updated_at?: string;
|
|
21187
21528
|
};
|
|
21188
21529
|
};
|
|
@@ -21209,21 +21550,21 @@ export interface operations {
|
|
|
21209
21550
|
content: {
|
|
21210
21551
|
"application/json": {
|
|
21211
21552
|
data?: {
|
|
21212
|
-
/** @example
|
|
21553
|
+
/** @example 264 */
|
|
21213
21554
|
id?: number;
|
|
21214
21555
|
/** @example 1 */
|
|
21215
21556
|
rating?: number;
|
|
21216
21557
|
/** @example Nice Listing */
|
|
21217
21558
|
comment?: string;
|
|
21218
21559
|
reviewer?: {
|
|
21219
|
-
/** @example
|
|
21560
|
+
/** @example 1 */
|
|
21220
21561
|
id?: number;
|
|
21221
|
-
/** @example
|
|
21562
|
+
/** @example System Admin */
|
|
21222
21563
|
name?: string;
|
|
21223
21564
|
};
|
|
21224
|
-
/** @example 2026-04-
|
|
21565
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21225
21566
|
created_at?: string;
|
|
21226
|
-
/** @example 2026-04-
|
|
21567
|
+
/** @example 2026-04-25T01:57:58+00:00 */
|
|
21227
21568
|
updated_at?: string;
|
|
21228
21569
|
};
|
|
21229
21570
|
};
|
|
@@ -21250,7 +21591,7 @@ export interface operations {
|
|
|
21250
21591
|
content: {
|
|
21251
21592
|
"application/json": {
|
|
21252
21593
|
data?: {
|
|
21253
|
-
/** @example
|
|
21594
|
+
/** @example 0ecaedaf-d54f-41c6-8a85-9ef83464a201 */
|
|
21254
21595
|
uid?: string;
|
|
21255
21596
|
/** @example 1 */
|
|
21256
21597
|
listing_id?: number;
|
|
@@ -21274,12 +21615,12 @@ export interface operations {
|
|
|
21274
21615
|
company_name?: string | null;
|
|
21275
21616
|
/** @example null */
|
|
21276
21617
|
company_registration_number?: string | null;
|
|
21277
|
-
/** @example 2026-04-
|
|
21618
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
21278
21619
|
created_at?: string;
|
|
21279
21620
|
/** @example [] */
|
|
21280
21621
|
compliances?: unknown[];
|
|
21281
21622
|
compliance_status?: {
|
|
21282
|
-
/** @example
|
|
21623
|
+
/** @example unknown */
|
|
21283
21624
|
overall?: string;
|
|
21284
21625
|
/** @example [] */
|
|
21285
21626
|
breakdown?: unknown[];
|
|
@@ -21351,7 +21692,7 @@ export interface operations {
|
|
|
21351
21692
|
content: {
|
|
21352
21693
|
"application/json": {
|
|
21353
21694
|
data?: {
|
|
21354
|
-
/** @example
|
|
21695
|
+
/** @example 7a0669b6-8aee-4f9c-b3ca-06d9c22d7688 */
|
|
21355
21696
|
uid?: string;
|
|
21356
21697
|
/** @example 1 */
|
|
21357
21698
|
listing_id?: number;
|
|
@@ -21375,7 +21716,7 @@ export interface operations {
|
|
|
21375
21716
|
company_name?: string | null;
|
|
21376
21717
|
/** @example null */
|
|
21377
21718
|
company_registration_number?: string | null;
|
|
21378
|
-
/** @example 2026-04-
|
|
21719
|
+
/** @example 2026-04-25T01:57:58.000000Z */
|
|
21379
21720
|
created_at?: string;
|
|
21380
21721
|
};
|
|
21381
21722
|
};
|
|
@@ -21669,7 +22010,7 @@ export interface operations {
|
|
|
21669
22010
|
* "changed_by_user_id": 3,
|
|
21670
22011
|
* "changed_by_name": "Teagan King",
|
|
21671
22012
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
21672
|
-
* "created_at": "2025-12-
|
|
22013
|
+
* "created_at": "2025-12-17T12:44:57.000000Z"
|
|
21673
22014
|
* },
|
|
21674
22015
|
* {
|
|
21675
22016
|
* "from_state": "pre_move_in_ready",
|
|
@@ -21677,7 +22018,7 @@ export interface operations {
|
|
|
21677
22018
|
* "changed_by_user_id": 3,
|
|
21678
22019
|
* "changed_by_name": "Teagan King",
|
|
21679
22020
|
* "comment": null,
|
|
21680
|
-
* "created_at": "2025-11-
|
|
22021
|
+
* "created_at": "2025-11-02T20:40:37.000000Z"
|
|
21681
22022
|
* }
|
|
21682
22023
|
* ]
|
|
21683
22024
|
*/
|
|
@@ -21692,7 +22033,7 @@ export interface operations {
|
|
|
21692
22033
|
changed_by_name?: string;
|
|
21693
22034
|
/** @example Qui commodi incidunt iure odit. */
|
|
21694
22035
|
comment?: string;
|
|
21695
|
-
/** @example 2025-12-
|
|
22036
|
+
/** @example 2025-12-17T12:44:57.000000Z */
|
|
21696
22037
|
created_at?: string;
|
|
21697
22038
|
}[];
|
|
21698
22039
|
};
|
|
@@ -21936,7 +22277,7 @@ export interface operations {
|
|
|
21936
22277
|
content: {
|
|
21937
22278
|
"application/json": {
|
|
21938
22279
|
data?: {
|
|
21939
|
-
/** @example
|
|
22280
|
+
/** @example b62ca33c-c5f0-4bce-94b5-f80a99552bd7 */
|
|
21940
22281
|
uid?: string;
|
|
21941
22282
|
/** @example Ms. Audra Crooks II */
|
|
21942
22283
|
username?: string;
|
|
@@ -21966,7 +22307,7 @@ export interface operations {
|
|
|
21966
22307
|
timezone?: string;
|
|
21967
22308
|
/** @example Customer */
|
|
21968
22309
|
user_type?: string;
|
|
21969
|
-
/** @example
|
|
22310
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
21970
22311
|
created?: string;
|
|
21971
22312
|
/** @example 0 seconds ago */
|
|
21972
22313
|
email_verified_at?: string;
|
|
@@ -22065,7 +22406,7 @@ export interface operations {
|
|
|
22065
22406
|
content: {
|
|
22066
22407
|
"application/json": {
|
|
22067
22408
|
data?: {
|
|
22068
|
-
/** @example
|
|
22409
|
+
/** @example b47f6acd-2d68-4cc3-a1c2-f77521e008b5 */
|
|
22069
22410
|
uid?: string;
|
|
22070
22411
|
/** @example Morgan Hirthe */
|
|
22071
22412
|
username?: string;
|
|
@@ -22095,7 +22436,7 @@ export interface operations {
|
|
|
22095
22436
|
timezone?: string;
|
|
22096
22437
|
/** @example Customer */
|
|
22097
22438
|
user_type?: string;
|
|
22098
|
-
/** @example
|
|
22439
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22099
22440
|
created?: string;
|
|
22100
22441
|
/** @example 0 seconds ago */
|
|
22101
22442
|
email_verified_at?: string;
|
|
@@ -22167,7 +22508,7 @@ export interface operations {
|
|
|
22167
22508
|
content: {
|
|
22168
22509
|
"application/json": {
|
|
22169
22510
|
data?: {
|
|
22170
|
-
/** @example
|
|
22511
|
+
/** @example 15e3cccb-f5e9-4d55-b84d-e472c411da3b */
|
|
22171
22512
|
uid?: string;
|
|
22172
22513
|
/** @example Ms. Audra Crooks II */
|
|
22173
22514
|
username?: string;
|
|
@@ -22197,7 +22538,7 @@ export interface operations {
|
|
|
22197
22538
|
timezone?: string;
|
|
22198
22539
|
/** @example Customer */
|
|
22199
22540
|
user_type?: string;
|
|
22200
|
-
/** @example
|
|
22541
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22201
22542
|
created?: string;
|
|
22202
22543
|
/** @example 0 seconds ago */
|
|
22203
22544
|
email_verified_at?: string;
|
|
@@ -22437,7 +22778,7 @@ export interface operations {
|
|
|
22437
22778
|
completed_layers?: number;
|
|
22438
22779
|
/** @example 4 */
|
|
22439
22780
|
pending_layers?: number;
|
|
22440
|
-
/** @example
|
|
22781
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22441
22782
|
last_calculated_at?: string;
|
|
22442
22783
|
};
|
|
22443
22784
|
};
|
|
@@ -22485,7 +22826,7 @@ export interface operations {
|
|
|
22485
22826
|
completed_layers?: number;
|
|
22486
22827
|
/** @example 4 */
|
|
22487
22828
|
pending_layers?: number;
|
|
22488
|
-
/** @example
|
|
22829
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22489
22830
|
last_calculated_at?: string;
|
|
22490
22831
|
};
|
|
22491
22832
|
};
|
|
@@ -22519,14 +22860,14 @@ export interface operations {
|
|
|
22519
22860
|
content: {
|
|
22520
22861
|
"application/json": {
|
|
22521
22862
|
data?: {
|
|
22522
|
-
/** @example
|
|
22863
|
+
/** @example 53e3de38-c820-478f-88cb-904ad4d8ef1b */
|
|
22523
22864
|
wishlist_uid?: string;
|
|
22524
22865
|
listing?: {
|
|
22525
|
-
/** @example New For Sale Used Item draft •
|
|
22866
|
+
/** @example New For Sale Used Item draft • 25 Apr 2026, 1:57 AM */
|
|
22526
22867
|
draft_name?: string;
|
|
22527
|
-
/** @example LST-UIT-SAL-
|
|
22868
|
+
/** @example LST-UIT-SAL-MODOWM4JQZA */
|
|
22528
22869
|
sku?: string;
|
|
22529
|
-
/** @example
|
|
22870
|
+
/** @example 45376a4e-02b4-4277-b59a-5cc4a1311046 */
|
|
22530
22871
|
uid?: string;
|
|
22531
22872
|
/** @example Sale */
|
|
22532
22873
|
listing_type?: string;
|
|
@@ -22610,15 +22951,15 @@ export interface operations {
|
|
|
22610
22951
|
/**
|
|
22611
22952
|
* @example [
|
|
22612
22953
|
* {
|
|
22613
|
-
* "wishlist_uid": "
|
|
22954
|
+
* "wishlist_uid": "3fab4b28-cfa3-48d2-8866-f41fe5601a6e"
|
|
22614
22955
|
* },
|
|
22615
22956
|
* {
|
|
22616
|
-
* "wishlist_uid": "
|
|
22957
|
+
* "wishlist_uid": "5faf38f6-1a37-493d-940d-35e00441cd64"
|
|
22617
22958
|
* }
|
|
22618
22959
|
* ]
|
|
22619
22960
|
*/
|
|
22620
22961
|
data?: {
|
|
22621
|
-
/** @example
|
|
22962
|
+
/** @example 3fab4b28-cfa3-48d2-8866-f41fe5601a6e */
|
|
22622
22963
|
wishlist_uid?: string;
|
|
22623
22964
|
}[];
|
|
22624
22965
|
links?: {
|
|
@@ -22753,7 +23094,7 @@ export interface operations {
|
|
|
22753
23094
|
completed_layers?: number;
|
|
22754
23095
|
/** @example 4 */
|
|
22755
23096
|
pending_layers?: number;
|
|
22756
|
-
/** @example
|
|
23097
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22757
23098
|
last_calculated_at?: string;
|
|
22758
23099
|
};
|
|
22759
23100
|
};
|
|
@@ -22915,7 +23256,7 @@ export interface operations {
|
|
|
22915
23256
|
completed_layers?: number;
|
|
22916
23257
|
/** @example 4 */
|
|
22917
23258
|
pending_layers?: number;
|
|
22918
|
-
/** @example
|
|
23259
|
+
/** @example 25 Apr 2026, 01:57 AM */
|
|
22919
23260
|
last_calculated_at?: string;
|
|
22920
23261
|
};
|
|
22921
23262
|
};
|