@justins-home/types 1.1.34 → 1.1.36
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 +1367 -997
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -1396,6 +1396,26 @@ export interface paths {
|
|
|
1396
1396
|
patch?: never;
|
|
1397
1397
|
trace?: never;
|
|
1398
1398
|
};
|
|
1399
|
+
"/api/v1/portal/admin/verification/layers/fetch-all-no-pagination": {
|
|
1400
|
+
parameters: {
|
|
1401
|
+
query?: never;
|
|
1402
|
+
header?: never;
|
|
1403
|
+
path?: never;
|
|
1404
|
+
cookie?: never;
|
|
1405
|
+
};
|
|
1406
|
+
/**
|
|
1407
|
+
* listVerificationLayers
|
|
1408
|
+
* @description Retrieve all verification layers without pagination.
|
|
1409
|
+
*/
|
|
1410
|
+
get: operations["listVerificationLayers"];
|
|
1411
|
+
put?: never;
|
|
1412
|
+
post?: never;
|
|
1413
|
+
delete?: never;
|
|
1414
|
+
options?: never;
|
|
1415
|
+
head?: never;
|
|
1416
|
+
patch?: never;
|
|
1417
|
+
trace?: never;
|
|
1418
|
+
};
|
|
1399
1419
|
"/api/v1/portal/admin/verification/layers/create": {
|
|
1400
1420
|
parameters: {
|
|
1401
1421
|
query?: never;
|
|
@@ -1714,13 +1734,11 @@ export interface paths {
|
|
|
1714
1734
|
patch?: never;
|
|
1715
1735
|
trace?: never;
|
|
1716
1736
|
};
|
|
1717
|
-
"/api/v1/portal/admin/plans/update/{
|
|
1737
|
+
"/api/v1/portal/admin/plans/update/{plan_key}": {
|
|
1718
1738
|
parameters: {
|
|
1719
1739
|
query?: never;
|
|
1720
1740
|
header?: never;
|
|
1721
1741
|
path: {
|
|
1722
|
-
/** @description The ID of the plan. */
|
|
1723
|
-
plan_id: string;
|
|
1724
1742
|
/** @description The key of the plan to update. */
|
|
1725
1743
|
plan_key: string;
|
|
1726
1744
|
};
|
|
@@ -3399,7 +3417,8 @@ export interface paths {
|
|
|
3399
3417
|
};
|
|
3400
3418
|
/**
|
|
3401
3419
|
* getOwnerListings
|
|
3402
|
-
* @description Retrieve all listings owned by the authenticated landlord
|
|
3420
|
+
* @description Retrieve all listings owned by the authenticated landlord with
|
|
3421
|
+
* caching, pagination metadata, and admin-style filters.
|
|
3403
3422
|
*/
|
|
3404
3423
|
get: operations["getOwnerListings"];
|
|
3405
3424
|
put?: never;
|
|
@@ -5628,7 +5647,7 @@ export interface operations {
|
|
|
5628
5647
|
content: {
|
|
5629
5648
|
"application/json": {
|
|
5630
5649
|
data?: {
|
|
5631
|
-
/** @example
|
|
5650
|
+
/** @example 1a488967-ecaa-4fd4-b735-d1c7f1965054 */
|
|
5632
5651
|
uid?: string;
|
|
5633
5652
|
/** @example Ms. Audra Crooks II */
|
|
5634
5653
|
username?: string;
|
|
@@ -5658,7 +5677,7 @@ export interface operations {
|
|
|
5658
5677
|
timezone?: string;
|
|
5659
5678
|
/** @example Customer */
|
|
5660
5679
|
user_type?: string;
|
|
5661
|
-
/** @example
|
|
5680
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
5662
5681
|
created?: string;
|
|
5663
5682
|
/** @example 0 seconds ago */
|
|
5664
5683
|
email_verified_at?: string;
|
|
@@ -5911,11 +5930,11 @@ export interface operations {
|
|
|
5911
5930
|
content: {
|
|
5912
5931
|
"application/json": {
|
|
5913
5932
|
data?: {
|
|
5914
|
-
/** @example New For Rent Property draft •
|
|
5933
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
5915
5934
|
draft_name?: string;
|
|
5916
|
-
/** @example LST-PRP-LTR-
|
|
5935
|
+
/** @example LST-PRP-LTR-MO895IZOR4K */
|
|
5917
5936
|
sku?: string;
|
|
5918
|
-
/** @example
|
|
5937
|
+
/** @example e7e00966-052a-4c8c-92c2-1ec08bf69de2 */
|
|
5919
5938
|
uid?: string;
|
|
5920
5939
|
/** @example Rent */
|
|
5921
5940
|
listing_type?: string;
|
|
@@ -7327,7 +7346,7 @@ export interface operations {
|
|
|
7327
7346
|
content: {
|
|
7328
7347
|
"application/json": {
|
|
7329
7348
|
/**
|
|
7330
|
-
* @example
|
|
7349
|
+
* @example Pending
|
|
7331
7350
|
* @enum {string}
|
|
7332
7351
|
*/
|
|
7333
7352
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7342,7 +7361,7 @@ export interface operations {
|
|
|
7342
7361
|
content: {
|
|
7343
7362
|
"application/json": {
|
|
7344
7363
|
data?: {
|
|
7345
|
-
/** @example
|
|
7364
|
+
/** @example e7a84b70-edad-43f9-93a8-d5f842f5b4e1 */
|
|
7346
7365
|
uid?: string;
|
|
7347
7366
|
/** @example Morgan Hirthe */
|
|
7348
7367
|
username?: string;
|
|
@@ -7372,7 +7391,7 @@ export interface operations {
|
|
|
7372
7391
|
timezone?: string;
|
|
7373
7392
|
/** @example Customer */
|
|
7374
7393
|
user_type?: string;
|
|
7375
|
-
/** @example
|
|
7394
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
7376
7395
|
created?: string;
|
|
7377
7396
|
/** @example 0 seconds ago */
|
|
7378
7397
|
email_verified_at?: string;
|
|
@@ -8001,11 +8020,11 @@ export interface operations {
|
|
|
8001
8020
|
content: {
|
|
8002
8021
|
"application/json": {
|
|
8003
8022
|
data?: {
|
|
8004
|
-
/** @example New For Rent Property draft •
|
|
8023
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
8005
8024
|
draft_name?: string;
|
|
8006
|
-
/** @example LST-PRP-LTR-
|
|
8025
|
+
/** @example LST-PRP-LTR-MO895J2YNDW */
|
|
8007
8026
|
sku?: string;
|
|
8008
|
-
/** @example
|
|
8027
|
+
/** @example 21fcce8e-0ff2-4f7f-9945-defca68cabf3 */
|
|
8009
8028
|
uid?: string;
|
|
8010
8029
|
/** @example Rent */
|
|
8011
8030
|
listing_type?: string;
|
|
@@ -8445,7 +8464,7 @@ export interface operations {
|
|
|
8445
8464
|
content: {
|
|
8446
8465
|
"application/json": {
|
|
8447
8466
|
data?: {
|
|
8448
|
-
/** @example
|
|
8467
|
+
/** @example d4e2bd07-e6b0-4315-8210-52424ffbdf34 */
|
|
8449
8468
|
uid?: string;
|
|
8450
8469
|
/** @example photo */
|
|
8451
8470
|
media_type?: string;
|
|
@@ -8752,28 +8771,26 @@ export interface operations {
|
|
|
8752
8771
|
/**
|
|
8753
8772
|
* @example [
|
|
8754
8773
|
* {
|
|
8755
|
-
* "draft_name": "New For
|
|
8756
|
-
* "sku": "LST-
|
|
8757
|
-
* "uid": "
|
|
8758
|
-
* "listing_type": "
|
|
8759
|
-
* "vertical": "
|
|
8760
|
-
* "arrangement_type":
|
|
8761
|
-
* "arrangement_type_label":
|
|
8774
|
+
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 6:38 AM",
|
|
8775
|
+
* "sku": "LST-UIT-SAL-MO895J4OGFG",
|
|
8776
|
+
* "uid": "47e62855-e433-49c3-a53c-1bf821fa4e33",
|
|
8777
|
+
* "listing_type": "Sale",
|
|
8778
|
+
* "vertical": "Used Item",
|
|
8779
|
+
* "arrangement_type": null,
|
|
8780
|
+
* "arrangement_type_label": null,
|
|
8762
8781
|
* "price": null,
|
|
8763
8782
|
* "state": "draft",
|
|
8764
8783
|
* "published_at": null,
|
|
8765
8784
|
* "published_since": null,
|
|
8766
8785
|
* "is_visible": false,
|
|
8767
|
-
* "summary":
|
|
8768
|
-
* "availability": null
|
|
8769
|
-
* },
|
|
8786
|
+
* "summary": [],
|
|
8770
8787
|
* "workflow": [],
|
|
8771
8788
|
* "media": []
|
|
8772
8789
|
* },
|
|
8773
8790
|
* {
|
|
8774
|
-
* "draft_name": "New For Sale Used Item draft •
|
|
8775
|
-
* "sku": "LST-UIT-SAL-
|
|
8776
|
-
* "uid": "
|
|
8791
|
+
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 6:38 AM",
|
|
8792
|
+
* "sku": "LST-UIT-SAL-MO895J4RHUQ",
|
|
8793
|
+
* "uid": "41dd737f-6709-458f-869a-c77b8f4f62d0",
|
|
8777
8794
|
* "listing_type": "Sale",
|
|
8778
8795
|
* "vertical": "Used Item",
|
|
8779
8796
|
* "arrangement_type": null,
|
|
@@ -8790,20 +8807,20 @@ export interface operations {
|
|
|
8790
8807
|
* ]
|
|
8791
8808
|
*/
|
|
8792
8809
|
data?: {
|
|
8793
|
-
/** @example New For
|
|
8810
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
|
|
8794
8811
|
draft_name?: string;
|
|
8795
|
-
/** @example LST-
|
|
8812
|
+
/** @example LST-UIT-SAL-MO895J4OGFG */
|
|
8796
8813
|
sku?: string;
|
|
8797
|
-
/** @example
|
|
8814
|
+
/** @example 47e62855-e433-49c3-a53c-1bf821fa4e33 */
|
|
8798
8815
|
uid?: string;
|
|
8799
|
-
/** @example
|
|
8816
|
+
/** @example Sale */
|
|
8800
8817
|
listing_type?: string;
|
|
8801
|
-
/** @example
|
|
8818
|
+
/** @example Used Item */
|
|
8802
8819
|
vertical?: string;
|
|
8803
|
-
/** @example
|
|
8804
|
-
arrangement_type?: string;
|
|
8805
|
-
/** @example
|
|
8806
|
-
arrangement_type_label?: string;
|
|
8820
|
+
/** @example null */
|
|
8821
|
+
arrangement_type?: string | null;
|
|
8822
|
+
/** @example null */
|
|
8823
|
+
arrangement_type_label?: string | null;
|
|
8807
8824
|
/** @example null */
|
|
8808
8825
|
price?: string | null;
|
|
8809
8826
|
/** @example draft */
|
|
@@ -8814,10 +8831,8 @@ export interface operations {
|
|
|
8814
8831
|
published_since?: string | null;
|
|
8815
8832
|
/** @example false */
|
|
8816
8833
|
is_visible?: boolean;
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
availability?: string | null;
|
|
8820
|
-
};
|
|
8834
|
+
/** @example [] */
|
|
8835
|
+
summary?: unknown[];
|
|
8821
8836
|
/** @example [] */
|
|
8822
8837
|
workflow?: unknown[];
|
|
8823
8838
|
/** @example [] */
|
|
@@ -8989,11 +9004,11 @@ export interface operations {
|
|
|
8989
9004
|
content: {
|
|
8990
9005
|
"application/json": {
|
|
8991
9006
|
data?: {
|
|
8992
|
-
/** @example New For Rent Property draft •
|
|
9007
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
8993
9008
|
draft_name?: string;
|
|
8994
|
-
/** @example LST-PRP-LTR-
|
|
9009
|
+
/** @example LST-PRP-LTR-MO895J51SUF */
|
|
8995
9010
|
sku?: string;
|
|
8996
|
-
/** @example
|
|
9011
|
+
/** @example 30a3dd37-3d55-4f11-bc2b-ed3708f696b0 */
|
|
8997
9012
|
uid?: string;
|
|
8998
9013
|
/** @example Rent */
|
|
8999
9014
|
listing_type?: string;
|
|
@@ -9056,11 +9071,11 @@ export interface operations {
|
|
|
9056
9071
|
content: {
|
|
9057
9072
|
"application/json": {
|
|
9058
9073
|
data?: {
|
|
9059
|
-
/** @example New For Rent Property draft •
|
|
9074
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9060
9075
|
draft_name?: string;
|
|
9061
|
-
/** @example LST-PRP-LTR-
|
|
9076
|
+
/** @example LST-PRP-LTR-MO895J57QIF */
|
|
9062
9077
|
sku?: string;
|
|
9063
|
-
/** @example
|
|
9078
|
+
/** @example ad42759f-38c1-4d48-91b4-b9efb5571280 */
|
|
9064
9079
|
uid?: string;
|
|
9065
9080
|
/** @example Rent */
|
|
9066
9081
|
listing_type?: string;
|
|
@@ -9113,11 +9128,11 @@ export interface operations {
|
|
|
9113
9128
|
content: {
|
|
9114
9129
|
"application/json": {
|
|
9115
9130
|
data?: {
|
|
9116
|
-
/** @example New For Rent Property draft •
|
|
9131
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9117
9132
|
draft_name?: string;
|
|
9118
|
-
/** @example LST-PRP-LTR-
|
|
9133
|
+
/** @example LST-PRP-LTR-MO895J5DWLT */
|
|
9119
9134
|
sku?: string;
|
|
9120
|
-
/** @example
|
|
9135
|
+
/** @example bdd53112-abc2-4f3f-8769-1896f7582503 */
|
|
9121
9136
|
uid?: string;
|
|
9122
9137
|
/** @example Rent */
|
|
9123
9138
|
listing_type?: string;
|
|
@@ -9170,11 +9185,11 @@ export interface operations {
|
|
|
9170
9185
|
content: {
|
|
9171
9186
|
"application/json": {
|
|
9172
9187
|
data?: {
|
|
9173
|
-
/** @example New For Rent Property draft •
|
|
9188
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9174
9189
|
draft_name?: string;
|
|
9175
|
-
/** @example LST-PRP-LTR-
|
|
9190
|
+
/** @example LST-PRP-LTR-MO895J5JOOX */
|
|
9176
9191
|
sku?: string;
|
|
9177
|
-
/** @example
|
|
9192
|
+
/** @example d2f8fa80-c038-4189-a0fe-3ec959ee9692 */
|
|
9178
9193
|
uid?: string;
|
|
9179
9194
|
/** @example Rent */
|
|
9180
9195
|
listing_type?: string;
|
|
@@ -9368,7 +9383,7 @@ export interface operations {
|
|
|
9368
9383
|
content: {
|
|
9369
9384
|
"application/json": {
|
|
9370
9385
|
data?: {
|
|
9371
|
-
/** @example
|
|
9386
|
+
/** @example 61 */
|
|
9372
9387
|
id?: number;
|
|
9373
9388
|
/** @example 1 */
|
|
9374
9389
|
category_id?: number;
|
|
@@ -9442,7 +9457,7 @@ export interface operations {
|
|
|
9442
9457
|
content: {
|
|
9443
9458
|
"application/json": {
|
|
9444
9459
|
data?: {
|
|
9445
|
-
/** @example
|
|
9460
|
+
/** @example 62 */
|
|
9446
9461
|
id?: number;
|
|
9447
9462
|
/** @example 1 */
|
|
9448
9463
|
category_id?: number;
|
|
@@ -9481,7 +9496,7 @@ export interface operations {
|
|
|
9481
9496
|
content: {
|
|
9482
9497
|
"application/json": {
|
|
9483
9498
|
data?: {
|
|
9484
|
-
/** @example
|
|
9499
|
+
/** @example 63 */
|
|
9485
9500
|
id?: number;
|
|
9486
9501
|
/** @example 1 */
|
|
9487
9502
|
category_id?: number;
|
|
@@ -9519,7 +9534,7 @@ export interface operations {
|
|
|
9519
9534
|
/**
|
|
9520
9535
|
* @example [
|
|
9521
9536
|
* {
|
|
9522
|
-
* "id":
|
|
9537
|
+
* "id": 45,
|
|
9523
9538
|
* "name": "Exterior",
|
|
9524
9539
|
* "description": "For Exterior categories",
|
|
9525
9540
|
* "display_order": 1,
|
|
@@ -9529,7 +9544,7 @@ export interface operations {
|
|
|
9529
9544
|
* "is_active": true
|
|
9530
9545
|
* },
|
|
9531
9546
|
* {
|
|
9532
|
-
* "id":
|
|
9547
|
+
* "id": 46,
|
|
9533
9548
|
* "name": "Exterior",
|
|
9534
9549
|
* "description": "For Exterior categories",
|
|
9535
9550
|
* "display_order": 1,
|
|
@@ -9541,7 +9556,7 @@ export interface operations {
|
|
|
9541
9556
|
* ]
|
|
9542
9557
|
*/
|
|
9543
9558
|
data?: {
|
|
9544
|
-
/** @example
|
|
9559
|
+
/** @example 45 */
|
|
9545
9560
|
id?: number;
|
|
9546
9561
|
/** @example Exterior */
|
|
9547
9562
|
name?: string;
|
|
@@ -9605,7 +9620,7 @@ export interface operations {
|
|
|
9605
9620
|
content: {
|
|
9606
9621
|
"application/json": {
|
|
9607
9622
|
data?: {
|
|
9608
|
-
/** @example
|
|
9623
|
+
/** @example 47 */
|
|
9609
9624
|
id?: number;
|
|
9610
9625
|
/** @example Exterior */
|
|
9611
9626
|
name?: string;
|
|
@@ -9672,7 +9687,7 @@ export interface operations {
|
|
|
9672
9687
|
content: {
|
|
9673
9688
|
"application/json": {
|
|
9674
9689
|
data?: {
|
|
9675
|
-
/** @example
|
|
9690
|
+
/** @example 48 */
|
|
9676
9691
|
id?: number;
|
|
9677
9692
|
/** @example Exterior */
|
|
9678
9693
|
name?: string;
|
|
@@ -9713,7 +9728,7 @@ export interface operations {
|
|
|
9713
9728
|
content: {
|
|
9714
9729
|
"application/json": {
|
|
9715
9730
|
data?: {
|
|
9716
|
-
/** @example
|
|
9731
|
+
/** @example 49 */
|
|
9717
9732
|
id?: number;
|
|
9718
9733
|
/** @example Exterior */
|
|
9719
9734
|
name?: string;
|
|
@@ -9736,6 +9751,109 @@ export interface operations {
|
|
|
9736
9751
|
};
|
|
9737
9752
|
};
|
|
9738
9753
|
getVerificationLayers: {
|
|
9754
|
+
parameters: {
|
|
9755
|
+
query?: {
|
|
9756
|
+
/** @description Number of verification layers per page. Must be at least 1. Must not be greater than 100. */
|
|
9757
|
+
per_page?: number | null;
|
|
9758
|
+
/** @description The current page number. Must be at least 1. */
|
|
9759
|
+
page?: number | null;
|
|
9760
|
+
};
|
|
9761
|
+
header?: never;
|
|
9762
|
+
path?: never;
|
|
9763
|
+
cookie?: never;
|
|
9764
|
+
};
|
|
9765
|
+
requestBody?: never;
|
|
9766
|
+
responses: {
|
|
9767
|
+
/** @description Retrieve verification layers for admin table */
|
|
9768
|
+
200: {
|
|
9769
|
+
headers: {
|
|
9770
|
+
[name: string]: unknown;
|
|
9771
|
+
};
|
|
9772
|
+
content: {
|
|
9773
|
+
"application/json": {
|
|
9774
|
+
/** @example Layers retrieved successfully */
|
|
9775
|
+
message?: string;
|
|
9776
|
+
/** @example null */
|
|
9777
|
+
event?: string | null;
|
|
9778
|
+
data?: {
|
|
9779
|
+
/**
|
|
9780
|
+
* @example [
|
|
9781
|
+
* {
|
|
9782
|
+
* "id": 1,
|
|
9783
|
+
* "key": "identity_document",
|
|
9784
|
+
* "name": "Identity Document",
|
|
9785
|
+
* "description": "Upload a government issued identity document.",
|
|
9786
|
+
* "requires_review": true,
|
|
9787
|
+
* "metadata_schema": {
|
|
9788
|
+
* "fields": {
|
|
9789
|
+
* "document_file": "file",
|
|
9790
|
+
* "document_type": "string"
|
|
9791
|
+
* },
|
|
9792
|
+
* "required_profile_fields": [
|
|
9793
|
+
* "legal_fullname",
|
|
9794
|
+
* "dob"
|
|
9795
|
+
* ]
|
|
9796
|
+
* },
|
|
9797
|
+
* "is_active": true,
|
|
9798
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
9799
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
9800
|
+
* }
|
|
9801
|
+
* ]
|
|
9802
|
+
*/
|
|
9803
|
+
items?: {
|
|
9804
|
+
/** @example 1 */
|
|
9805
|
+
id?: number;
|
|
9806
|
+
/** @example identity_document */
|
|
9807
|
+
key?: string;
|
|
9808
|
+
/** @example Identity Document */
|
|
9809
|
+
name?: string;
|
|
9810
|
+
/** @example Upload a government issued identity document. */
|
|
9811
|
+
description?: string;
|
|
9812
|
+
/** @example true */
|
|
9813
|
+
requires_review?: boolean;
|
|
9814
|
+
metadata_schema?: {
|
|
9815
|
+
fields?: {
|
|
9816
|
+
/** @example file */
|
|
9817
|
+
document_file?: string;
|
|
9818
|
+
/** @example string */
|
|
9819
|
+
document_type?: string;
|
|
9820
|
+
};
|
|
9821
|
+
/**
|
|
9822
|
+
* @example [
|
|
9823
|
+
* "legal_fullname",
|
|
9824
|
+
* "dob"
|
|
9825
|
+
* ]
|
|
9826
|
+
*/
|
|
9827
|
+
required_profile_fields?: string[];
|
|
9828
|
+
};
|
|
9829
|
+
/** @example true */
|
|
9830
|
+
is_active?: boolean;
|
|
9831
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9832
|
+
created_at?: string;
|
|
9833
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9834
|
+
updated_at?: string;
|
|
9835
|
+
}[];
|
|
9836
|
+
pagination?: {
|
|
9837
|
+
/** @example 1 */
|
|
9838
|
+
current_page?: number;
|
|
9839
|
+
/** @example 15 */
|
|
9840
|
+
per_page?: number;
|
|
9841
|
+
/** @example 1 */
|
|
9842
|
+
total?: number;
|
|
9843
|
+
/** @example 1 */
|
|
9844
|
+
last_page?: number;
|
|
9845
|
+
/** @example 1 */
|
|
9846
|
+
from?: number;
|
|
9847
|
+
/** @example 1 */
|
|
9848
|
+
to?: number;
|
|
9849
|
+
};
|
|
9850
|
+
};
|
|
9851
|
+
};
|
|
9852
|
+
};
|
|
9853
|
+
};
|
|
9854
|
+
};
|
|
9855
|
+
};
|
|
9856
|
+
listVerificationLayers: {
|
|
9739
9857
|
parameters: {
|
|
9740
9858
|
query?: never;
|
|
9741
9859
|
header?: never;
|
|
@@ -9744,58 +9862,76 @@ export interface operations {
|
|
|
9744
9862
|
};
|
|
9745
9863
|
requestBody?: never;
|
|
9746
9864
|
responses: {
|
|
9865
|
+
/** @description Retrieve all verification layers without pagination */
|
|
9747
9866
|
200: {
|
|
9748
9867
|
headers: {
|
|
9749
9868
|
[name: string]: unknown;
|
|
9750
9869
|
};
|
|
9751
9870
|
content: {
|
|
9752
9871
|
"application/json": {
|
|
9753
|
-
/**
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
|
|
9757
|
-
* "key": "email_fa_0",
|
|
9758
|
-
* "name": "Clara Cronin V",
|
|
9759
|
-
* "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
|
|
9760
|
-
* "requires_review": true,
|
|
9761
|
-
* "metadata_schema": [],
|
|
9762
|
-
* "is_active": true,
|
|
9763
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
9764
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
9765
|
-
* },
|
|
9766
|
-
* {
|
|
9767
|
-
* "id": 18,
|
|
9768
|
-
* "key": "email_fa_6",
|
|
9769
|
-
* "name": "Myrtis Tromp",
|
|
9770
|
-
* "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
|
|
9771
|
-
* "requires_review": true,
|
|
9772
|
-
* "metadata_schema": [],
|
|
9773
|
-
* "is_active": true,
|
|
9774
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
9775
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
9776
|
-
* }
|
|
9777
|
-
* ]
|
|
9778
|
-
*/
|
|
9872
|
+
/** @example Layers retrieved successfully */
|
|
9873
|
+
message?: string;
|
|
9874
|
+
/** @example null */
|
|
9875
|
+
event?: string | null;
|
|
9779
9876
|
data?: {
|
|
9780
|
-
/**
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
|
|
9877
|
+
/**
|
|
9878
|
+
* @example [
|
|
9879
|
+
* {
|
|
9880
|
+
* "id": 1,
|
|
9881
|
+
* "key": "identity_document",
|
|
9882
|
+
* "name": "Identity Document",
|
|
9883
|
+
* "description": "Upload a government issued identity document.",
|
|
9884
|
+
* "requires_review": true,
|
|
9885
|
+
* "metadata_schema": {
|
|
9886
|
+
* "fields": {
|
|
9887
|
+
* "document_file": "file",
|
|
9888
|
+
* "document_type": "string"
|
|
9889
|
+
* },
|
|
9890
|
+
* "required_profile_fields": [
|
|
9891
|
+
* "legal_fullname",
|
|
9892
|
+
* "dob"
|
|
9893
|
+
* ]
|
|
9894
|
+
* },
|
|
9895
|
+
* "is_active": true,
|
|
9896
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
9897
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
9898
|
+
* }
|
|
9899
|
+
* ]
|
|
9900
|
+
*/
|
|
9901
|
+
items?: {
|
|
9902
|
+
/** @example 1 */
|
|
9903
|
+
id?: number;
|
|
9904
|
+
/** @example identity_document */
|
|
9905
|
+
key?: string;
|
|
9906
|
+
/** @example Identity Document */
|
|
9907
|
+
name?: string;
|
|
9908
|
+
/** @example Upload a government issued identity document. */
|
|
9909
|
+
description?: string;
|
|
9910
|
+
/** @example true */
|
|
9911
|
+
requires_review?: boolean;
|
|
9912
|
+
metadata_schema?: {
|
|
9913
|
+
fields?: {
|
|
9914
|
+
/** @example file */
|
|
9915
|
+
document_file?: string;
|
|
9916
|
+
/** @example string */
|
|
9917
|
+
document_type?: string;
|
|
9918
|
+
};
|
|
9919
|
+
/**
|
|
9920
|
+
* @example [
|
|
9921
|
+
* "legal_fullname",
|
|
9922
|
+
* "dob"
|
|
9923
|
+
* ]
|
|
9924
|
+
*/
|
|
9925
|
+
required_profile_fields?: string[];
|
|
9926
|
+
};
|
|
9927
|
+
/** @example true */
|
|
9928
|
+
is_active?: boolean;
|
|
9929
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9930
|
+
created_at?: string;
|
|
9931
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9932
|
+
updated_at?: string;
|
|
9933
|
+
}[];
|
|
9934
|
+
};
|
|
9799
9935
|
};
|
|
9800
9936
|
};
|
|
9801
9937
|
};
|
|
@@ -9855,7 +9991,7 @@ export interface operations {
|
|
|
9855
9991
|
content: {
|
|
9856
9992
|
"application/json": {
|
|
9857
9993
|
data?: {
|
|
9858
|
-
/** @example
|
|
9994
|
+
/** @example 28 */
|
|
9859
9995
|
id?: number;
|
|
9860
9996
|
/** @example email_fa_0 */
|
|
9861
9997
|
key?: string;
|
|
@@ -9869,9 +10005,9 @@ export interface operations {
|
|
|
9869
10005
|
metadata_schema?: unknown[];
|
|
9870
10006
|
/** @example true */
|
|
9871
10007
|
is_active?: boolean;
|
|
9872
|
-
/** @example 2026-04-
|
|
10008
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9873
10009
|
created_at?: string;
|
|
9874
|
-
/** @example 2026-04-
|
|
10010
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9875
10011
|
updated_at?: string;
|
|
9876
10012
|
};
|
|
9877
10013
|
};
|
|
@@ -9931,7 +10067,7 @@ export interface operations {
|
|
|
9931
10067
|
content: {
|
|
9932
10068
|
"application/json": {
|
|
9933
10069
|
data?: {
|
|
9934
|
-
/** @example
|
|
10070
|
+
/** @example 29 */
|
|
9935
10071
|
id?: number;
|
|
9936
10072
|
/** @example email_fa_0 */
|
|
9937
10073
|
key?: string;
|
|
@@ -9945,9 +10081,9 @@ export interface operations {
|
|
|
9945
10081
|
metadata_schema?: unknown[];
|
|
9946
10082
|
/** @example true */
|
|
9947
10083
|
is_active?: boolean;
|
|
9948
|
-
/** @example 2026-04-
|
|
10084
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9949
10085
|
created_at?: string;
|
|
9950
|
-
/** @example 2026-04-
|
|
10086
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9951
10087
|
updated_at?: string;
|
|
9952
10088
|
};
|
|
9953
10089
|
};
|
|
@@ -9964,56 +10100,81 @@ export interface operations {
|
|
|
9964
10100
|
};
|
|
9965
10101
|
requestBody?: never;
|
|
9966
10102
|
responses: {
|
|
10103
|
+
/** @description Verification flow retrieved successfully */
|
|
9967
10104
|
200: {
|
|
9968
10105
|
headers: {
|
|
9969
10106
|
[name: string]: unknown;
|
|
9970
10107
|
};
|
|
9971
10108
|
content: {
|
|
9972
10109
|
"application/json": {
|
|
9973
|
-
/**
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
|
|
9977
|
-
* "user_type_class": "App\\Models\\Tenant_0",
|
|
9978
|
-
* "layers": [
|
|
9979
|
-
* {
|
|
9980
|
-
* "order": 1,
|
|
9981
|
-
* "is_required": true
|
|
9982
|
-
* }
|
|
9983
|
-
* ]
|
|
9984
|
-
* },
|
|
9985
|
-
* {
|
|
9986
|
-
* "user_type": "Tenant_4",
|
|
9987
|
-
* "user_type_class": "App\\Models\\Tenant_4",
|
|
9988
|
-
* "layers": [
|
|
9989
|
-
* {
|
|
9990
|
-
* "order": 1,
|
|
9991
|
-
* "is_required": true
|
|
9992
|
-
* }
|
|
9993
|
-
* ]
|
|
9994
|
-
* }
|
|
9995
|
-
* ]
|
|
9996
|
-
*/
|
|
10110
|
+
/** @example Verification flow retrieved successfully */
|
|
10111
|
+
message?: string;
|
|
10112
|
+
/** @example null */
|
|
10113
|
+
event?: string | null;
|
|
9997
10114
|
data?: {
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
10016
|
-
|
|
10115
|
+
"App\\Models\\Landlord"?: {
|
|
10116
|
+
/** @example Landlord */
|
|
10117
|
+
user_type?: string;
|
|
10118
|
+
/** @example App\Models\Landlord */
|
|
10119
|
+
user_type_class?: string;
|
|
10120
|
+
/**
|
|
10121
|
+
* @example [
|
|
10122
|
+
* {
|
|
10123
|
+
* "order": 1,
|
|
10124
|
+
* "is_required": true,
|
|
10125
|
+
* "layer": {
|
|
10126
|
+
* "id": 1,
|
|
10127
|
+
* "key": "identity_document",
|
|
10128
|
+
* "name": "Identity Document",
|
|
10129
|
+
* "description": "Upload a government issued identity document.",
|
|
10130
|
+
* "requires_review": true,
|
|
10131
|
+
* "metadata_schema": {
|
|
10132
|
+
* "fields": {
|
|
10133
|
+
* "document_file": "file",
|
|
10134
|
+
* "document_type": "string"
|
|
10135
|
+
* }
|
|
10136
|
+
* },
|
|
10137
|
+
* "is_active": true,
|
|
10138
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10139
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10140
|
+
* }
|
|
10141
|
+
* }
|
|
10142
|
+
* ]
|
|
10143
|
+
*/
|
|
10144
|
+
layers?: {
|
|
10145
|
+
/** @example 1 */
|
|
10146
|
+
order?: number;
|
|
10147
|
+
/** @example true */
|
|
10148
|
+
is_required?: boolean;
|
|
10149
|
+
layer?: {
|
|
10150
|
+
/** @example 1 */
|
|
10151
|
+
id?: number;
|
|
10152
|
+
/** @example identity_document */
|
|
10153
|
+
key?: string;
|
|
10154
|
+
/** @example Identity Document */
|
|
10155
|
+
name?: string;
|
|
10156
|
+
/** @example Upload a government issued identity document. */
|
|
10157
|
+
description?: string;
|
|
10158
|
+
/** @example true */
|
|
10159
|
+
requires_review?: boolean;
|
|
10160
|
+
metadata_schema?: {
|
|
10161
|
+
fields?: {
|
|
10162
|
+
/** @example file */
|
|
10163
|
+
document_file?: string;
|
|
10164
|
+
/** @example string */
|
|
10165
|
+
document_type?: string;
|
|
10166
|
+
};
|
|
10167
|
+
};
|
|
10168
|
+
/** @example true */
|
|
10169
|
+
is_active?: boolean;
|
|
10170
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10171
|
+
created_at?: string;
|
|
10172
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10173
|
+
updated_at?: string;
|
|
10174
|
+
};
|
|
10175
|
+
}[];
|
|
10176
|
+
};
|
|
10177
|
+
};
|
|
10017
10178
|
};
|
|
10018
10179
|
};
|
|
10019
10180
|
};
|
|
@@ -10138,13 +10299,15 @@ export interface operations {
|
|
|
10138
10299
|
parameters: {
|
|
10139
10300
|
query?: {
|
|
10140
10301
|
/** @description optional Filter verifications by status. */
|
|
10141
|
-
status?: string;
|
|
10142
|
-
/** @description optional Filter verifications by user
|
|
10143
|
-
|
|
10302
|
+
status?: string | null;
|
|
10303
|
+
/** @description optional Filter verifications by user UID. */
|
|
10304
|
+
user_uid?: string | null;
|
|
10144
10305
|
/** @description optional Filter by verification layer ID. */
|
|
10145
|
-
layer_id?: number;
|
|
10306
|
+
layer_id?: number | null;
|
|
10146
10307
|
/** @description optional Number of results per page. */
|
|
10147
|
-
per_page?: number;
|
|
10308
|
+
per_page?: number | null;
|
|
10309
|
+
/** @description optional The current page number. */
|
|
10310
|
+
page?: number | null;
|
|
10148
10311
|
};
|
|
10149
10312
|
header?: never;
|
|
10150
10313
|
path?: never;
|
|
@@ -10152,111 +10315,139 @@ export interface operations {
|
|
|
10152
10315
|
};
|
|
10153
10316
|
requestBody?: never;
|
|
10154
10317
|
responses: {
|
|
10318
|
+
/** @description User verifications retrieved */
|
|
10155
10319
|
200: {
|
|
10156
10320
|
headers: {
|
|
10157
10321
|
[name: string]: unknown;
|
|
10158
10322
|
};
|
|
10159
10323
|
content: {
|
|
10160
10324
|
"application/json": {
|
|
10161
|
-
/**
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
|
|
10165
|
-
* "status": "approved",
|
|
10166
|
-
* "submitted_data": [],
|
|
10167
|
-
* "rejection_reason": null,
|
|
10168
|
-
* "reviewed_by": 1,
|
|
10169
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10170
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
10171
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
10172
|
-
* },
|
|
10173
|
-
* {
|
|
10174
|
-
* "id": 6,
|
|
10175
|
-
* "status": "approved",
|
|
10176
|
-
* "submitted_data": [],
|
|
10177
|
-
* "rejection_reason": null,
|
|
10178
|
-
* "reviewed_by": 1,
|
|
10179
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10180
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
10181
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
10182
|
-
* }
|
|
10183
|
-
* ]
|
|
10184
|
-
*/
|
|
10325
|
+
/** @example User verifications retrieved */
|
|
10326
|
+
message?: string;
|
|
10327
|
+
/** @example null */
|
|
10328
|
+
event?: string | null;
|
|
10185
10329
|
data?: {
|
|
10186
|
-
/** @example 5 */
|
|
10187
|
-
id?: number;
|
|
10188
|
-
/** @example approved */
|
|
10189
|
-
status?: string;
|
|
10190
|
-
/** @example [] */
|
|
10191
|
-
submitted_data?: unknown[];
|
|
10192
|
-
/** @example null */
|
|
10193
|
-
rejection_reason?: string | null;
|
|
10194
|
-
/** @example 1 */
|
|
10195
|
-
reviewed_by?: number;
|
|
10196
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10197
|
-
reviewed_at?: string;
|
|
10198
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10199
|
-
created_at?: string;
|
|
10200
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10201
|
-
updated_at?: string;
|
|
10202
|
-
}[];
|
|
10203
|
-
links?: {
|
|
10204
|
-
/** @example /?page=1 */
|
|
10205
|
-
first?: string;
|
|
10206
|
-
/** @example /?page=1 */
|
|
10207
|
-
last?: string;
|
|
10208
|
-
/** @example null */
|
|
10209
|
-
prev?: string | null;
|
|
10210
|
-
/** @example null */
|
|
10211
|
-
next?: string | null;
|
|
10212
|
-
};
|
|
10213
|
-
meta?: {
|
|
10214
|
-
/** @example 1 */
|
|
10215
|
-
current_page?: number;
|
|
10216
|
-
/** @example 1 */
|
|
10217
|
-
from?: number;
|
|
10218
|
-
/** @example 1 */
|
|
10219
|
-
last_page?: number;
|
|
10220
10330
|
/**
|
|
10221
10331
|
* @example [
|
|
10222
10332
|
* {
|
|
10223
|
-
* "
|
|
10224
|
-
* "
|
|
10225
|
-
* "
|
|
10226
|
-
*
|
|
10227
|
-
*
|
|
10228
|
-
*
|
|
10229
|
-
*
|
|
10230
|
-
*
|
|
10231
|
-
*
|
|
10232
|
-
*
|
|
10233
|
-
*
|
|
10234
|
-
*
|
|
10235
|
-
* "
|
|
10236
|
-
*
|
|
10237
|
-
*
|
|
10238
|
-
*
|
|
10333
|
+
* "id": 15,
|
|
10334
|
+
* "status": "pending",
|
|
10335
|
+
* "submitted_data": {
|
|
10336
|
+
* "document": {
|
|
10337
|
+
* "file_name": "passport.pdf",
|
|
10338
|
+
* "storage_path": "verification/system/passport.pdf",
|
|
10339
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10340
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10341
|
+
* "disk": "verification_documents"
|
|
10342
|
+
* }
|
|
10343
|
+
* },
|
|
10344
|
+
* "rejection_reason": null,
|
|
10345
|
+
* "user": {
|
|
10346
|
+
* "id": 22,
|
|
10347
|
+
* "uid": "user_12kk23",
|
|
10348
|
+
* "name": "Jane Doe",
|
|
10349
|
+
* "email": "jane@example.com"
|
|
10350
|
+
* },
|
|
10351
|
+
* "layer": {
|
|
10352
|
+
* "id": 3,
|
|
10353
|
+
* "key": "identity_document",
|
|
10354
|
+
* "name": "Identity Document",
|
|
10355
|
+
* "description": "Upload a government issued identity document.",
|
|
10356
|
+
* "requires_review": true,
|
|
10357
|
+
* "metadata_schema": {
|
|
10358
|
+
* "fields": {
|
|
10359
|
+
* "document_file": "file"
|
|
10360
|
+
* }
|
|
10361
|
+
* },
|
|
10362
|
+
* "is_active": true,
|
|
10363
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10364
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10365
|
+
* },
|
|
10366
|
+
* "reviewed_by": null,
|
|
10367
|
+
* "reviewed_at": null,
|
|
10368
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10369
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10239
10370
|
* }
|
|
10240
10371
|
* ]
|
|
10241
10372
|
*/
|
|
10242
|
-
|
|
10373
|
+
items?: {
|
|
10374
|
+
/** @example 15 */
|
|
10375
|
+
id?: number;
|
|
10376
|
+
/** @example pending */
|
|
10377
|
+
status?: string;
|
|
10378
|
+
submitted_data?: {
|
|
10379
|
+
document?: {
|
|
10380
|
+
/** @example passport.pdf */
|
|
10381
|
+
file_name?: string;
|
|
10382
|
+
/** @example verification/system/passport.pdf */
|
|
10383
|
+
storage_path?: string;
|
|
10384
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10385
|
+
view_url?: string;
|
|
10386
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10387
|
+
download_url?: string;
|
|
10388
|
+
/** @example verification_documents */
|
|
10389
|
+
disk?: string;
|
|
10390
|
+
};
|
|
10391
|
+
};
|
|
10243
10392
|
/** @example null */
|
|
10244
|
-
|
|
10245
|
-
|
|
10246
|
-
|
|
10393
|
+
rejection_reason?: string | null;
|
|
10394
|
+
user?: {
|
|
10395
|
+
/** @example 22 */
|
|
10396
|
+
id?: number;
|
|
10397
|
+
/** @example user_12kk23 */
|
|
10398
|
+
uid?: string;
|
|
10399
|
+
/** @example Jane Doe */
|
|
10400
|
+
name?: string;
|
|
10401
|
+
/** @example jane@example.com */
|
|
10402
|
+
email?: string;
|
|
10403
|
+
};
|
|
10404
|
+
layer?: {
|
|
10405
|
+
/** @example 3 */
|
|
10406
|
+
id?: number;
|
|
10407
|
+
/** @example identity_document */
|
|
10408
|
+
key?: string;
|
|
10409
|
+
/** @example Identity Document */
|
|
10410
|
+
name?: string;
|
|
10411
|
+
/** @example Upload a government issued identity document. */
|
|
10412
|
+
description?: string;
|
|
10413
|
+
/** @example true */
|
|
10414
|
+
requires_review?: boolean;
|
|
10415
|
+
metadata_schema?: {
|
|
10416
|
+
fields?: {
|
|
10417
|
+
/** @example file */
|
|
10418
|
+
document_file?: string;
|
|
10419
|
+
};
|
|
10420
|
+
};
|
|
10421
|
+
/** @example true */
|
|
10422
|
+
is_active?: boolean;
|
|
10423
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10424
|
+
created_at?: string;
|
|
10425
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10426
|
+
updated_at?: string;
|
|
10427
|
+
};
|
|
10247
10428
|
/** @example null */
|
|
10248
|
-
|
|
10249
|
-
/** @example
|
|
10250
|
-
|
|
10429
|
+
reviewed_by?: string | null;
|
|
10430
|
+
/** @example null */
|
|
10431
|
+
reviewed_at?: string | null;
|
|
10432
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10433
|
+
created_at?: string;
|
|
10434
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10435
|
+
updated_at?: string;
|
|
10251
10436
|
}[];
|
|
10252
|
-
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
10259
|
-
|
|
10437
|
+
pagination?: {
|
|
10438
|
+
/** @example 1 */
|
|
10439
|
+
current_page?: number;
|
|
10440
|
+
/** @example 10 */
|
|
10441
|
+
per_page?: number;
|
|
10442
|
+
/** @example 1 */
|
|
10443
|
+
total?: number;
|
|
10444
|
+
/** @example 1 */
|
|
10445
|
+
last_page?: number;
|
|
10446
|
+
/** @example 1 */
|
|
10447
|
+
from?: number;
|
|
10448
|
+
/** @example 1 */
|
|
10449
|
+
to?: number;
|
|
10450
|
+
};
|
|
10260
10451
|
};
|
|
10261
10452
|
};
|
|
10262
10453
|
};
|
|
@@ -10265,7 +10456,12 @@ export interface operations {
|
|
|
10265
10456
|
};
|
|
10266
10457
|
getUserVerificationHistory: {
|
|
10267
10458
|
parameters: {
|
|
10268
|
-
query?:
|
|
10459
|
+
query?: {
|
|
10460
|
+
/** @description Number of results per page. Must be at least 1. Must not be greater than 100. */
|
|
10461
|
+
per_page?: number | null;
|
|
10462
|
+
/** @description The current page number. Must be at least 1. */
|
|
10463
|
+
page?: number | null;
|
|
10464
|
+
};
|
|
10269
10465
|
header?: never;
|
|
10270
10466
|
path: {
|
|
10271
10467
|
/** @description The UID of the user whose verification submissions should be retrieved. */
|
|
@@ -10275,54 +10471,140 @@ export interface operations {
|
|
|
10275
10471
|
};
|
|
10276
10472
|
requestBody?: never;
|
|
10277
10473
|
responses: {
|
|
10474
|
+
/** @description User verification history retrieved */
|
|
10278
10475
|
200: {
|
|
10279
10476
|
headers: {
|
|
10280
10477
|
[name: string]: unknown;
|
|
10281
10478
|
};
|
|
10282
10479
|
content: {
|
|
10283
10480
|
"application/json": {
|
|
10284
|
-
/**
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
|
|
10288
|
-
* "status": "approved",
|
|
10289
|
-
* "submitted_data": [],
|
|
10290
|
-
* "rejection_reason": null,
|
|
10291
|
-
* "reviewed_by": 1,
|
|
10292
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10293
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
10294
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
10295
|
-
* },
|
|
10296
|
-
* {
|
|
10297
|
-
* "id": 8,
|
|
10298
|
-
* "status": "approved",
|
|
10299
|
-
* "submitted_data": [],
|
|
10300
|
-
* "rejection_reason": null,
|
|
10301
|
-
* "reviewed_by": 1,
|
|
10302
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10303
|
-
* "created_at": "2026-04-10T23:21:13.000000Z",
|
|
10304
|
-
* "updated_at": "2026-04-10T23:21:13.000000Z"
|
|
10305
|
-
* }
|
|
10306
|
-
* ]
|
|
10307
|
-
*/
|
|
10481
|
+
/** @example User verifications retrieved */
|
|
10482
|
+
message?: string;
|
|
10483
|
+
/** @example null */
|
|
10484
|
+
event?: string | null;
|
|
10308
10485
|
data?: {
|
|
10309
|
-
/**
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
|
|
10486
|
+
/**
|
|
10487
|
+
* @example [
|
|
10488
|
+
* {
|
|
10489
|
+
* "id": 15,
|
|
10490
|
+
* "status": "pending",
|
|
10491
|
+
* "submitted_data": {
|
|
10492
|
+
* "document": {
|
|
10493
|
+
* "file_name": "passport.pdf",
|
|
10494
|
+
* "storage_path": "verification/system/passport.pdf",
|
|
10495
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10496
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10497
|
+
* "disk": "verification_documents"
|
|
10498
|
+
* }
|
|
10499
|
+
* },
|
|
10500
|
+
* "rejection_reason": null,
|
|
10501
|
+
* "user": {
|
|
10502
|
+
* "id": 22,
|
|
10503
|
+
* "uid": "user_12kk23",
|
|
10504
|
+
* "name": "Jane Doe",
|
|
10505
|
+
* "email": "jane@example.com"
|
|
10506
|
+
* },
|
|
10507
|
+
* "layer": {
|
|
10508
|
+
* "id": 3,
|
|
10509
|
+
* "key": "identity_document",
|
|
10510
|
+
* "name": "Identity Document",
|
|
10511
|
+
* "description": "Upload a government issued identity document.",
|
|
10512
|
+
* "requires_review": true,
|
|
10513
|
+
* "metadata_schema": {
|
|
10514
|
+
* "fields": {
|
|
10515
|
+
* "document_file": "file"
|
|
10516
|
+
* }
|
|
10517
|
+
* },
|
|
10518
|
+
* "is_active": true,
|
|
10519
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10520
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10521
|
+
* },
|
|
10522
|
+
* "reviewed_by": null,
|
|
10523
|
+
* "reviewed_at": null,
|
|
10524
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10525
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10526
|
+
* }
|
|
10527
|
+
* ]
|
|
10528
|
+
*/
|
|
10529
|
+
items?: {
|
|
10530
|
+
/** @example 15 */
|
|
10531
|
+
id?: number;
|
|
10532
|
+
/** @example pending */
|
|
10533
|
+
status?: string;
|
|
10534
|
+
submitted_data?: {
|
|
10535
|
+
document?: {
|
|
10536
|
+
/** @example passport.pdf */
|
|
10537
|
+
file_name?: string;
|
|
10538
|
+
/** @example verification/system/passport.pdf */
|
|
10539
|
+
storage_path?: string;
|
|
10540
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10541
|
+
view_url?: string;
|
|
10542
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10543
|
+
download_url?: string;
|
|
10544
|
+
/** @example verification_documents */
|
|
10545
|
+
disk?: string;
|
|
10546
|
+
};
|
|
10547
|
+
};
|
|
10548
|
+
/** @example null */
|
|
10549
|
+
rejection_reason?: string | null;
|
|
10550
|
+
user?: {
|
|
10551
|
+
/** @example 22 */
|
|
10552
|
+
id?: number;
|
|
10553
|
+
/** @example user_12kk23 */
|
|
10554
|
+
uid?: string;
|
|
10555
|
+
/** @example Jane Doe */
|
|
10556
|
+
name?: string;
|
|
10557
|
+
/** @example jane@example.com */
|
|
10558
|
+
email?: string;
|
|
10559
|
+
};
|
|
10560
|
+
layer?: {
|
|
10561
|
+
/** @example 3 */
|
|
10562
|
+
id?: number;
|
|
10563
|
+
/** @example identity_document */
|
|
10564
|
+
key?: string;
|
|
10565
|
+
/** @example Identity Document */
|
|
10566
|
+
name?: string;
|
|
10567
|
+
/** @example Upload a government issued identity document. */
|
|
10568
|
+
description?: string;
|
|
10569
|
+
/** @example true */
|
|
10570
|
+
requires_review?: boolean;
|
|
10571
|
+
metadata_schema?: {
|
|
10572
|
+
fields?: {
|
|
10573
|
+
/** @example file */
|
|
10574
|
+
document_file?: string;
|
|
10575
|
+
};
|
|
10576
|
+
};
|
|
10577
|
+
/** @example true */
|
|
10578
|
+
is_active?: boolean;
|
|
10579
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10580
|
+
created_at?: string;
|
|
10581
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10582
|
+
updated_at?: string;
|
|
10583
|
+
};
|
|
10584
|
+
/** @example null */
|
|
10585
|
+
reviewed_by?: string | null;
|
|
10586
|
+
/** @example null */
|
|
10587
|
+
reviewed_at?: string | null;
|
|
10588
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10589
|
+
created_at?: string;
|
|
10590
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10591
|
+
updated_at?: string;
|
|
10592
|
+
}[];
|
|
10593
|
+
pagination?: {
|
|
10594
|
+
/** @example 1 */
|
|
10595
|
+
current_page?: number;
|
|
10596
|
+
/** @example 15 */
|
|
10597
|
+
per_page?: number;
|
|
10598
|
+
/** @example 1 */
|
|
10599
|
+
total?: number;
|
|
10600
|
+
/** @example 1 */
|
|
10601
|
+
last_page?: number;
|
|
10602
|
+
/** @example 1 */
|
|
10603
|
+
from?: number;
|
|
10604
|
+
/** @example 1 */
|
|
10605
|
+
to?: number;
|
|
10606
|
+
};
|
|
10607
|
+
};
|
|
10326
10608
|
};
|
|
10327
10609
|
};
|
|
10328
10610
|
};
|
|
@@ -10382,172 +10664,151 @@ export interface operations {
|
|
|
10382
10664
|
};
|
|
10383
10665
|
getListingComplianceSubmissions: {
|
|
10384
10666
|
parameters: {
|
|
10385
|
-
query?:
|
|
10667
|
+
query?: {
|
|
10668
|
+
/** @description Filter submissions by listing UID. Must not be greater than 255 characters. */
|
|
10669
|
+
listing_uid?: string | null;
|
|
10670
|
+
/** @description Filter submissions by tenancy UID. Must not be greater than 255 characters. */
|
|
10671
|
+
tenancy_uid?: string | null;
|
|
10672
|
+
/** @description Filter submissions by compliance definition. */
|
|
10673
|
+
compliance_definition_id?: number | null;
|
|
10674
|
+
/** @description Filter submissions by compliance verification layer key. */
|
|
10675
|
+
layer_key?: string | null;
|
|
10676
|
+
/** @description Filter submissions by compliance review status. */
|
|
10677
|
+
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10678
|
+
/** @description Number of submissions per page. Must be at least 1. Must not be greater than 100. */
|
|
10679
|
+
per_page?: number | null;
|
|
10680
|
+
/** @description The current page number. Must be at least 1. */
|
|
10681
|
+
page?: number | null;
|
|
10682
|
+
};
|
|
10386
10683
|
header?: never;
|
|
10387
10684
|
path?: never;
|
|
10388
10685
|
cookie?: never;
|
|
10389
10686
|
};
|
|
10390
|
-
requestBody?:
|
|
10391
|
-
content: {
|
|
10392
|
-
"application/json": {
|
|
10393
|
-
/**
|
|
10394
|
-
* @description Filter submissions by listing ID.
|
|
10395
|
-
* @example 12
|
|
10396
|
-
*/
|
|
10397
|
-
listing_id?: number | null;
|
|
10398
|
-
/**
|
|
10399
|
-
* @description Filter submissions by tenancy ID.
|
|
10400
|
-
* @example 5
|
|
10401
|
-
*/
|
|
10402
|
-
tenancy_id?: number | null;
|
|
10403
|
-
/**
|
|
10404
|
-
* @description Filter submissions by compliance definition.
|
|
10405
|
-
* @example 3
|
|
10406
|
-
*/
|
|
10407
|
-
compliance_definition_id?: number | null;
|
|
10408
|
-
/**
|
|
10409
|
-
* @description Filter submissions by compliance verification layer key.
|
|
10410
|
-
* @example certificate_upload
|
|
10411
|
-
*/
|
|
10412
|
-
layer_key?: string | null;
|
|
10413
|
-
/**
|
|
10414
|
-
* @description Filter submissions by compliance review status.
|
|
10415
|
-
* @example pending
|
|
10416
|
-
* @enum {string|null}
|
|
10417
|
-
*/
|
|
10418
|
-
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10419
|
-
/**
|
|
10420
|
-
* @description Number of submissions per page. Must be at least 1. Must not be greater than 100.
|
|
10421
|
-
* @example 20
|
|
10422
|
-
*/
|
|
10423
|
-
per_page?: number | null;
|
|
10424
|
-
};
|
|
10425
|
-
};
|
|
10426
|
-
};
|
|
10687
|
+
requestBody?: never;
|
|
10427
10688
|
responses: {
|
|
10689
|
+
/** @description Listing Compliance Submission retrieved successfully */
|
|
10428
10690
|
200: {
|
|
10429
10691
|
headers: {
|
|
10430
10692
|
[name: string]: unknown;
|
|
10431
10693
|
};
|
|
10432
10694
|
content: {
|
|
10433
10695
|
"application/json": {
|
|
10434
|
-
/**
|
|
10435
|
-
|
|
10436
|
-
|
|
10437
|
-
|
|
10438
|
-
* "compliance": {
|
|
10439
|
-
* "id": 1,
|
|
10440
|
-
* "key": "property_ownership",
|
|
10441
|
-
* "name": "Proof of Property Ownership"
|
|
10442
|
-
* },
|
|
10443
|
-
* "verification_layer_key": "email_verified",
|
|
10444
|
-
* "status": "pending",
|
|
10445
|
-
* "submitted_data": [],
|
|
10446
|
-
* "rejection_reason": null,
|
|
10447
|
-
* "reviewed_by": 1,
|
|
10448
|
-
* "reviewed_at": null,
|
|
10449
|
-
* "created_at": "2026-04-10T23:21:13.000000Z"
|
|
10450
|
-
* },
|
|
10451
|
-
* {
|
|
10452
|
-
* "id": 81,
|
|
10453
|
-
* "compliance": {
|
|
10454
|
-
* "id": 1,
|
|
10455
|
-
* "key": "property_ownership",
|
|
10456
|
-
* "name": "Proof of Property Ownership"
|
|
10457
|
-
* },
|
|
10458
|
-
* "verification_layer_key": "email_verified",
|
|
10459
|
-
* "status": "pending",
|
|
10460
|
-
* "submitted_data": [],
|
|
10461
|
-
* "rejection_reason": null,
|
|
10462
|
-
* "reviewed_by": 1,
|
|
10463
|
-
* "reviewed_at": null,
|
|
10464
|
-
* "created_at": "2026-04-10T23:21:13.000000Z"
|
|
10465
|
-
* }
|
|
10466
|
-
* ]
|
|
10467
|
-
*/
|
|
10696
|
+
/** @example Listing Compliance Submission retrieved successfully */
|
|
10697
|
+
message?: string;
|
|
10698
|
+
/** @example null */
|
|
10699
|
+
event?: string | null;
|
|
10468
10700
|
data?: {
|
|
10469
|
-
/** @example 80 */
|
|
10470
|
-
id?: number;
|
|
10471
|
-
compliance?: {
|
|
10472
|
-
/** @example 1 */
|
|
10473
|
-
id?: number;
|
|
10474
|
-
/** @example property_ownership */
|
|
10475
|
-
key?: string;
|
|
10476
|
-
/** @example Proof of Property Ownership */
|
|
10477
|
-
name?: string;
|
|
10478
|
-
};
|
|
10479
|
-
/** @example email_verified */
|
|
10480
|
-
verification_layer_key?: string;
|
|
10481
|
-
/** @example pending */
|
|
10482
|
-
status?: string;
|
|
10483
|
-
/** @example [] */
|
|
10484
|
-
submitted_data?: unknown[];
|
|
10485
|
-
/** @example null */
|
|
10486
|
-
rejection_reason?: string | null;
|
|
10487
|
-
/** @example 1 */
|
|
10488
|
-
reviewed_by?: number;
|
|
10489
|
-
/** @example null */
|
|
10490
|
-
reviewed_at?: string | null;
|
|
10491
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10492
|
-
created_at?: string;
|
|
10493
|
-
}[];
|
|
10494
|
-
links?: {
|
|
10495
|
-
/** @example /?page=1 */
|
|
10496
|
-
first?: string;
|
|
10497
|
-
/** @example /?page=1 */
|
|
10498
|
-
last?: string;
|
|
10499
|
-
/** @example null */
|
|
10500
|
-
prev?: string | null;
|
|
10501
|
-
/** @example null */
|
|
10502
|
-
next?: string | null;
|
|
10503
|
-
};
|
|
10504
|
-
meta?: {
|
|
10505
|
-
/** @example 1 */
|
|
10506
|
-
current_page?: number;
|
|
10507
|
-
/** @example 1 */
|
|
10508
|
-
from?: number;
|
|
10509
|
-
/** @example 1 */
|
|
10510
|
-
last_page?: number;
|
|
10511
10701
|
/**
|
|
10512
10702
|
* @example [
|
|
10513
10703
|
* {
|
|
10514
|
-
* "
|
|
10515
|
-
* "
|
|
10516
|
-
*
|
|
10517
|
-
*
|
|
10518
|
-
*
|
|
10519
|
-
*
|
|
10520
|
-
*
|
|
10521
|
-
*
|
|
10522
|
-
*
|
|
10523
|
-
*
|
|
10524
|
-
*
|
|
10525
|
-
*
|
|
10526
|
-
*
|
|
10527
|
-
* "
|
|
10528
|
-
*
|
|
10529
|
-
*
|
|
10704
|
+
* "id": 12,
|
|
10705
|
+
* "listing": {
|
|
10706
|
+
* "id": 41,
|
|
10707
|
+
* "uid": "listing_9xk21",
|
|
10708
|
+
* "details": {
|
|
10709
|
+
* "title": "Modern 2 Bedroom Flat",
|
|
10710
|
+
* "description": "A bright apartment in the city center.",
|
|
10711
|
+
* "city": "Lagos",
|
|
10712
|
+
* "address": "12 Admiralty Way",
|
|
10713
|
+
* "postcode": "106104",
|
|
10714
|
+
* "country": "Nigeria"
|
|
10715
|
+
* }
|
|
10716
|
+
* },
|
|
10717
|
+
* "compliance": {
|
|
10718
|
+
* "id": 3,
|
|
10719
|
+
* "key": "gas_safety",
|
|
10720
|
+
* "name": "Gas Safety Certificate"
|
|
10721
|
+
* },
|
|
10722
|
+
* "verification_layer_key": "gas_safety",
|
|
10723
|
+
* "status": "pending",
|
|
10724
|
+
* "submitted_data": {
|
|
10725
|
+
* "document": {
|
|
10726
|
+
* "file_name": "gas-safety.pdf",
|
|
10727
|
+
* "storage_path": "compliance/system/gas-safety.pdf",
|
|
10728
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10729
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10730
|
+
* "disk": "verification_documents"
|
|
10731
|
+
* }
|
|
10732
|
+
* },
|
|
10733
|
+
* "rejection_reason": null,
|
|
10734
|
+
* "reviewed_by": null,
|
|
10735
|
+
* "reviewed_at": null,
|
|
10736
|
+
* "created_at": "2026-04-21T10:00:00Z"
|
|
10530
10737
|
* }
|
|
10531
10738
|
* ]
|
|
10532
10739
|
*/
|
|
10533
|
-
|
|
10740
|
+
items?: {
|
|
10741
|
+
/** @example 12 */
|
|
10742
|
+
id?: number;
|
|
10743
|
+
listing?: {
|
|
10744
|
+
/** @example 41 */
|
|
10745
|
+
id?: number;
|
|
10746
|
+
/** @example listing_9xk21 */
|
|
10747
|
+
uid?: string;
|
|
10748
|
+
details?: {
|
|
10749
|
+
/** @example Modern 2 Bedroom Flat */
|
|
10750
|
+
title?: string;
|
|
10751
|
+
/** @example A bright apartment in the city center. */
|
|
10752
|
+
description?: string;
|
|
10753
|
+
/** @example Lagos */
|
|
10754
|
+
city?: string;
|
|
10755
|
+
/** @example 12 Admiralty Way */
|
|
10756
|
+
address?: string;
|
|
10757
|
+
/** @example 106104 */
|
|
10758
|
+
postcode?: string;
|
|
10759
|
+
/** @example Nigeria */
|
|
10760
|
+
country?: string;
|
|
10761
|
+
};
|
|
10762
|
+
};
|
|
10763
|
+
compliance?: {
|
|
10764
|
+
/** @example 3 */
|
|
10765
|
+
id?: number;
|
|
10766
|
+
/** @example gas_safety */
|
|
10767
|
+
key?: string;
|
|
10768
|
+
/** @example Gas Safety Certificate */
|
|
10769
|
+
name?: string;
|
|
10770
|
+
};
|
|
10771
|
+
/** @example gas_safety */
|
|
10772
|
+
verification_layer_key?: string;
|
|
10773
|
+
/** @example pending */
|
|
10774
|
+
status?: string;
|
|
10775
|
+
submitted_data?: {
|
|
10776
|
+
document?: {
|
|
10777
|
+
/** @example gas-safety.pdf */
|
|
10778
|
+
file_name?: string;
|
|
10779
|
+
/** @example compliance/system/gas-safety.pdf */
|
|
10780
|
+
storage_path?: string;
|
|
10781
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10782
|
+
view_url?: string;
|
|
10783
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10784
|
+
download_url?: string;
|
|
10785
|
+
/** @example verification_documents */
|
|
10786
|
+
disk?: string;
|
|
10787
|
+
};
|
|
10788
|
+
};
|
|
10534
10789
|
/** @example null */
|
|
10535
|
-
|
|
10536
|
-
/** @example « Previous */
|
|
10537
|
-
label?: string;
|
|
10790
|
+
rejection_reason?: string | null;
|
|
10538
10791
|
/** @example null */
|
|
10539
|
-
|
|
10540
|
-
/** @example
|
|
10541
|
-
|
|
10792
|
+
reviewed_by?: string | null;
|
|
10793
|
+
/** @example null */
|
|
10794
|
+
reviewed_at?: string | null;
|
|
10795
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10796
|
+
created_at?: string;
|
|
10542
10797
|
}[];
|
|
10543
|
-
|
|
10544
|
-
|
|
10545
|
-
|
|
10546
|
-
|
|
10547
|
-
|
|
10548
|
-
|
|
10549
|
-
|
|
10550
|
-
|
|
10798
|
+
pagination?: {
|
|
10799
|
+
/** @example 1 */
|
|
10800
|
+
current_page?: number;
|
|
10801
|
+
/** @example 20 */
|
|
10802
|
+
per_page?: number;
|
|
10803
|
+
/** @example 1 */
|
|
10804
|
+
total?: number;
|
|
10805
|
+
/** @example 1 */
|
|
10806
|
+
last_page?: number;
|
|
10807
|
+
/** @example 1 */
|
|
10808
|
+
from?: number;
|
|
10809
|
+
/** @example 1 */
|
|
10810
|
+
to?: number;
|
|
10811
|
+
};
|
|
10551
10812
|
};
|
|
10552
10813
|
};
|
|
10553
10814
|
};
|
|
@@ -10556,172 +10817,151 @@ export interface operations {
|
|
|
10556
10817
|
};
|
|
10557
10818
|
getTenancyComplianceSubmissions: {
|
|
10558
10819
|
parameters: {
|
|
10559
|
-
query?:
|
|
10820
|
+
query?: {
|
|
10821
|
+
/** @description Filter submissions by listing UID. Must not be greater than 255 characters. */
|
|
10822
|
+
listing_uid?: string | null;
|
|
10823
|
+
/** @description Filter submissions by tenancy UID. Must not be greater than 255 characters. */
|
|
10824
|
+
tenancy_uid?: string | null;
|
|
10825
|
+
/** @description Filter submissions by compliance definition. */
|
|
10826
|
+
compliance_definition_id?: number | null;
|
|
10827
|
+
/** @description Filter submissions by compliance verification layer key. */
|
|
10828
|
+
layer_key?: string | null;
|
|
10829
|
+
/** @description Filter submissions by compliance review status. */
|
|
10830
|
+
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10831
|
+
/** @description Number of submissions per page. Must be at least 1. Must not be greater than 100. */
|
|
10832
|
+
per_page?: number | null;
|
|
10833
|
+
/** @description The current page number. Must be at least 1. */
|
|
10834
|
+
page?: number | null;
|
|
10835
|
+
};
|
|
10560
10836
|
header?: never;
|
|
10561
10837
|
path?: never;
|
|
10562
10838
|
cookie?: never;
|
|
10563
|
-
};
|
|
10564
|
-
requestBody?:
|
|
10565
|
-
|
|
10566
|
-
|
|
10567
|
-
|
|
10568
|
-
|
|
10569
|
-
|
|
10570
|
-
|
|
10571
|
-
|
|
10572
|
-
|
|
10573
|
-
|
|
10574
|
-
|
|
10575
|
-
|
|
10576
|
-
|
|
10577
|
-
|
|
10578
|
-
* @description Filter submissions by compliance definition.
|
|
10579
|
-
* @example 3
|
|
10580
|
-
*/
|
|
10581
|
-
compliance_definition_id?: number | null;
|
|
10582
|
-
/**
|
|
10583
|
-
* @description Filter submissions by compliance verification layer key.
|
|
10584
|
-
* @example certificate_upload
|
|
10585
|
-
*/
|
|
10586
|
-
layer_key?: string | null;
|
|
10587
|
-
/**
|
|
10588
|
-
* @description Filter submissions by compliance review status.
|
|
10589
|
-
* @example pending
|
|
10590
|
-
* @enum {string|null}
|
|
10591
|
-
*/
|
|
10592
|
-
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10593
|
-
/**
|
|
10594
|
-
* @description Number of submissions per page. Must be at least 1. Must not be greater than 100.
|
|
10595
|
-
* @example 20
|
|
10596
|
-
*/
|
|
10597
|
-
per_page?: number | null;
|
|
10598
|
-
};
|
|
10599
|
-
};
|
|
10600
|
-
};
|
|
10601
|
-
responses: {
|
|
10602
|
-
200: {
|
|
10603
|
-
headers: {
|
|
10604
|
-
[name: string]: unknown;
|
|
10605
|
-
};
|
|
10606
|
-
content: {
|
|
10607
|
-
"application/json": {
|
|
10608
|
-
/**
|
|
10609
|
-
* @example [
|
|
10610
|
-
* {
|
|
10611
|
-
* "id": 85,
|
|
10612
|
-
* "compliance": {
|
|
10613
|
-
* "id": 1,
|
|
10614
|
-
* "key": "property_ownership",
|
|
10615
|
-
* "name": "Proof of Property Ownership"
|
|
10616
|
-
* },
|
|
10617
|
-
* "verification_layer_key": "email_verified",
|
|
10618
|
-
* "status": "not_submitted",
|
|
10619
|
-
* "submitted_data": [],
|
|
10620
|
-
* "rejection_reason": null,
|
|
10621
|
-
* "reviewed_by": 1,
|
|
10622
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10623
|
-
* "created_at": "2026-04-10T23:21:13.000000Z"
|
|
10624
|
-
* },
|
|
10625
|
-
* {
|
|
10626
|
-
* "id": 86,
|
|
10627
|
-
* "compliance": {
|
|
10628
|
-
* "id": 1,
|
|
10629
|
-
* "key": "property_ownership",
|
|
10630
|
-
* "name": "Proof of Property Ownership"
|
|
10631
|
-
* },
|
|
10632
|
-
* "verification_layer_key": "email_verified",
|
|
10633
|
-
* "status": "not_submitted",
|
|
10634
|
-
* "submitted_data": [],
|
|
10635
|
-
* "rejection_reason": null,
|
|
10636
|
-
* "reviewed_by": 1,
|
|
10637
|
-
* "reviewed_at": "2026-04-10T23:21:13.000000Z",
|
|
10638
|
-
* "created_at": "2026-04-10T23:21:13.000000Z"
|
|
10639
|
-
* }
|
|
10640
|
-
* ]
|
|
10641
|
-
*/
|
|
10642
|
-
data?: {
|
|
10643
|
-
/** @example 85 */
|
|
10644
|
-
id?: number;
|
|
10645
|
-
compliance?: {
|
|
10646
|
-
/** @example 1 */
|
|
10647
|
-
id?: number;
|
|
10648
|
-
/** @example property_ownership */
|
|
10649
|
-
key?: string;
|
|
10650
|
-
/** @example Proof of Property Ownership */
|
|
10651
|
-
name?: string;
|
|
10652
|
-
};
|
|
10653
|
-
/** @example email_verified */
|
|
10654
|
-
verification_layer_key?: string;
|
|
10655
|
-
/** @example not_submitted */
|
|
10656
|
-
status?: string;
|
|
10657
|
-
/** @example [] */
|
|
10658
|
-
submitted_data?: unknown[];
|
|
10659
|
-
/** @example null */
|
|
10660
|
-
rejection_reason?: string | null;
|
|
10661
|
-
/** @example 1 */
|
|
10662
|
-
reviewed_by?: number;
|
|
10663
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10664
|
-
reviewed_at?: string;
|
|
10665
|
-
/** @example 2026-04-10T23:21:13.000000Z */
|
|
10666
|
-
created_at?: string;
|
|
10667
|
-
}[];
|
|
10668
|
-
links?: {
|
|
10669
|
-
/** @example /?page=1 */
|
|
10670
|
-
first?: string;
|
|
10671
|
-
/** @example /?page=1 */
|
|
10672
|
-
last?: string;
|
|
10673
|
-
/** @example null */
|
|
10674
|
-
prev?: string | null;
|
|
10675
|
-
/** @example null */
|
|
10676
|
-
next?: string | null;
|
|
10677
|
-
};
|
|
10678
|
-
meta?: {
|
|
10679
|
-
/** @example 1 */
|
|
10680
|
-
current_page?: number;
|
|
10681
|
-
/** @example 1 */
|
|
10682
|
-
from?: number;
|
|
10683
|
-
/** @example 1 */
|
|
10684
|
-
last_page?: number;
|
|
10839
|
+
};
|
|
10840
|
+
requestBody?: never;
|
|
10841
|
+
responses: {
|
|
10842
|
+
/** @description Tenancy Compliance Submission retrieved successfully */
|
|
10843
|
+
200: {
|
|
10844
|
+
headers: {
|
|
10845
|
+
[name: string]: unknown;
|
|
10846
|
+
};
|
|
10847
|
+
content: {
|
|
10848
|
+
"application/json": {
|
|
10849
|
+
/** @example Tenancy Compliance Submission retrieved successfully */
|
|
10850
|
+
message?: string;
|
|
10851
|
+
/** @example null */
|
|
10852
|
+
event?: string | null;
|
|
10853
|
+
data?: {
|
|
10685
10854
|
/**
|
|
10686
10855
|
* @example [
|
|
10687
10856
|
* {
|
|
10688
|
-
* "
|
|
10689
|
-
* "
|
|
10690
|
-
*
|
|
10691
|
-
*
|
|
10692
|
-
*
|
|
10693
|
-
*
|
|
10694
|
-
*
|
|
10695
|
-
*
|
|
10696
|
-
*
|
|
10697
|
-
*
|
|
10698
|
-
*
|
|
10699
|
-
*
|
|
10700
|
-
*
|
|
10701
|
-
* "
|
|
10702
|
-
*
|
|
10703
|
-
*
|
|
10857
|
+
* "id": 9,
|
|
10858
|
+
* "listing": {
|
|
10859
|
+
* "id": 41,
|
|
10860
|
+
* "uid": "listing_9xk21",
|
|
10861
|
+
* "details": {
|
|
10862
|
+
* "title": "Modern 2 Bedroom Flat",
|
|
10863
|
+
* "description": "A bright apartment in the city center.",
|
|
10864
|
+
* "city": "Lagos",
|
|
10865
|
+
* "address": "12 Admiralty Way",
|
|
10866
|
+
* "postcode": "106104",
|
|
10867
|
+
* "country": "Nigeria"
|
|
10868
|
+
* }
|
|
10869
|
+
* },
|
|
10870
|
+
* "compliance": {
|
|
10871
|
+
* "id": 4,
|
|
10872
|
+
* "key": "right_to_rent",
|
|
10873
|
+
* "name": "Right To Rent"
|
|
10874
|
+
* },
|
|
10875
|
+
* "verification_layer_key": "right_to_rent",
|
|
10876
|
+
* "status": "pending",
|
|
10877
|
+
* "submitted_data": {
|
|
10878
|
+
* "document": {
|
|
10879
|
+
* "file_name": "right-to-rent.pdf",
|
|
10880
|
+
* "storage_path": "compliance/system/right-to-rent.pdf",
|
|
10881
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10882
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10883
|
+
* "disk": "verification_documents"
|
|
10884
|
+
* }
|
|
10885
|
+
* },
|
|
10886
|
+
* "rejection_reason": null,
|
|
10887
|
+
* "reviewed_by": null,
|
|
10888
|
+
* "reviewed_at": null,
|
|
10889
|
+
* "created_at": "2026-04-21T10:00:00Z"
|
|
10704
10890
|
* }
|
|
10705
10891
|
* ]
|
|
10706
10892
|
*/
|
|
10707
|
-
|
|
10893
|
+
items?: {
|
|
10894
|
+
/** @example 9 */
|
|
10895
|
+
id?: number;
|
|
10896
|
+
listing?: {
|
|
10897
|
+
/** @example 41 */
|
|
10898
|
+
id?: number;
|
|
10899
|
+
/** @example listing_9xk21 */
|
|
10900
|
+
uid?: string;
|
|
10901
|
+
details?: {
|
|
10902
|
+
/** @example Modern 2 Bedroom Flat */
|
|
10903
|
+
title?: string;
|
|
10904
|
+
/** @example A bright apartment in the city center. */
|
|
10905
|
+
description?: string;
|
|
10906
|
+
/** @example Lagos */
|
|
10907
|
+
city?: string;
|
|
10908
|
+
/** @example 12 Admiralty Way */
|
|
10909
|
+
address?: string;
|
|
10910
|
+
/** @example 106104 */
|
|
10911
|
+
postcode?: string;
|
|
10912
|
+
/** @example Nigeria */
|
|
10913
|
+
country?: string;
|
|
10914
|
+
};
|
|
10915
|
+
};
|
|
10916
|
+
compliance?: {
|
|
10917
|
+
/** @example 4 */
|
|
10918
|
+
id?: number;
|
|
10919
|
+
/** @example right_to_rent */
|
|
10920
|
+
key?: string;
|
|
10921
|
+
/** @example Right To Rent */
|
|
10922
|
+
name?: string;
|
|
10923
|
+
};
|
|
10924
|
+
/** @example right_to_rent */
|
|
10925
|
+
verification_layer_key?: string;
|
|
10926
|
+
/** @example pending */
|
|
10927
|
+
status?: string;
|
|
10928
|
+
submitted_data?: {
|
|
10929
|
+
document?: {
|
|
10930
|
+
/** @example right-to-rent.pdf */
|
|
10931
|
+
file_name?: string;
|
|
10932
|
+
/** @example compliance/system/right-to-rent.pdf */
|
|
10933
|
+
storage_path?: string;
|
|
10934
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10935
|
+
view_url?: string;
|
|
10936
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10937
|
+
download_url?: string;
|
|
10938
|
+
/** @example verification_documents */
|
|
10939
|
+
disk?: string;
|
|
10940
|
+
};
|
|
10941
|
+
};
|
|
10708
10942
|
/** @example null */
|
|
10709
|
-
|
|
10710
|
-
/** @example « Previous */
|
|
10711
|
-
label?: string;
|
|
10943
|
+
rejection_reason?: string | null;
|
|
10712
10944
|
/** @example null */
|
|
10713
|
-
|
|
10714
|
-
/** @example
|
|
10715
|
-
|
|
10945
|
+
reviewed_by?: string | null;
|
|
10946
|
+
/** @example null */
|
|
10947
|
+
reviewed_at?: string | null;
|
|
10948
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10949
|
+
created_at?: string;
|
|
10716
10950
|
}[];
|
|
10717
|
-
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10951
|
+
pagination?: {
|
|
10952
|
+
/** @example 1 */
|
|
10953
|
+
current_page?: number;
|
|
10954
|
+
/** @example 20 */
|
|
10955
|
+
per_page?: number;
|
|
10956
|
+
/** @example 1 */
|
|
10957
|
+
total?: number;
|
|
10958
|
+
/** @example 1 */
|
|
10959
|
+
last_page?: number;
|
|
10960
|
+
/** @example 1 */
|
|
10961
|
+
from?: number;
|
|
10962
|
+
/** @example 1 */
|
|
10963
|
+
to?: number;
|
|
10964
|
+
};
|
|
10725
10965
|
};
|
|
10726
10966
|
};
|
|
10727
10967
|
};
|
|
@@ -10899,8 +11139,6 @@ export interface operations {
|
|
|
10899
11139
|
query?: never;
|
|
10900
11140
|
header?: never;
|
|
10901
11141
|
path: {
|
|
10902
|
-
/** @description The ID of the plan. */
|
|
10903
|
-
plan_id: string;
|
|
10904
11142
|
/** @description The key of the plan to update. */
|
|
10905
11143
|
plan_key: string;
|
|
10906
11144
|
};
|
|
@@ -10961,13 +11199,13 @@ export interface operations {
|
|
|
10961
11199
|
content: {
|
|
10962
11200
|
"application/json": {
|
|
10963
11201
|
/**
|
|
10964
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10965
|
-
* @example
|
|
11202
|
+
* @description The key of the plan to assign or deactivate. The <code>key</code> of an existing record in the plans table.
|
|
11203
|
+
* @example starter_plan
|
|
10966
11204
|
*/
|
|
10967
11205
|
plan_key: string;
|
|
10968
11206
|
/**
|
|
10969
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10970
|
-
* @example
|
|
11207
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11208
|
+
* @example user_8391ab
|
|
10971
11209
|
*/
|
|
10972
11210
|
user_uid: string;
|
|
10973
11211
|
};
|
|
@@ -10989,13 +11227,13 @@ export interface operations {
|
|
|
10989
11227
|
content: {
|
|
10990
11228
|
"application/json": {
|
|
10991
11229
|
/**
|
|
10992
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10993
|
-
* @example
|
|
11230
|
+
* @description The key of the plan to assign or deactivate. The <code>key</code> of an existing record in the plans table.
|
|
11231
|
+
* @example starter_plan
|
|
10994
11232
|
*/
|
|
10995
11233
|
plan_key: string;
|
|
10996
11234
|
/**
|
|
10997
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10998
|
-
* @example
|
|
11235
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11236
|
+
* @example user_8391ab
|
|
10999
11237
|
*/
|
|
11000
11238
|
user_uid: string;
|
|
11001
11239
|
/**
|
|
@@ -11077,25 +11315,25 @@ export interface operations {
|
|
|
11077
11315
|
/**
|
|
11078
11316
|
* @example [
|
|
11079
11317
|
* {
|
|
11080
|
-
* "key": "
|
|
11081
|
-
* "name": "
|
|
11082
|
-
* "description": "
|
|
11318
|
+
* "key": "illum",
|
|
11319
|
+
* "name": "ea",
|
|
11320
|
+
* "description": "Ut praesentium dolor molestias neque laboriosam sed blanditiis.",
|
|
11083
11321
|
* "value_type": "string"
|
|
11084
11322
|
* },
|
|
11085
11323
|
* {
|
|
11086
|
-
* "key": "
|
|
11087
|
-
* "name": "
|
|
11088
|
-
* "description": "
|
|
11324
|
+
* "key": "voluptas",
|
|
11325
|
+
* "name": "ut",
|
|
11326
|
+
* "description": "Omnis quia quia assumenda hic.",
|
|
11089
11327
|
* "value_type": "string"
|
|
11090
11328
|
* }
|
|
11091
11329
|
* ]
|
|
11092
11330
|
*/
|
|
11093
11331
|
data?: {
|
|
11094
|
-
/** @example
|
|
11332
|
+
/** @example illum */
|
|
11095
11333
|
key?: string;
|
|
11096
|
-
/** @example
|
|
11334
|
+
/** @example ea */
|
|
11097
11335
|
name?: string;
|
|
11098
|
-
/** @example
|
|
11336
|
+
/** @example Ut praesentium dolor molestias neque laboriosam sed blanditiis. */
|
|
11099
11337
|
description?: string;
|
|
11100
11338
|
/** @example string */
|
|
11101
11339
|
value_type?: string;
|
|
@@ -12031,13 +12269,13 @@ export interface operations {
|
|
|
12031
12269
|
content: {
|
|
12032
12270
|
"application/json": {
|
|
12033
12271
|
data?: {
|
|
12034
|
-
/** @example
|
|
12272
|
+
/** @example d3d517c0-7f0c-4bcf-939b-fe8f19306b32 */
|
|
12035
12273
|
uid?: string;
|
|
12036
12274
|
/** @example follow_up */
|
|
12037
12275
|
inspection_type?: string;
|
|
12038
12276
|
/** @example cancelled */
|
|
12039
12277
|
status?: string;
|
|
12040
|
-
/** @example 2026-04-
|
|
12278
|
+
/** @example 2026-04-26T20:36:32.000000Z */
|
|
12041
12279
|
scheduled_date?: string;
|
|
12042
12280
|
/** @example null */
|
|
12043
12281
|
completed_date?: string | null;
|
|
@@ -12045,11 +12283,11 @@ export interface operations {
|
|
|
12045
12283
|
condition_rating?: string;
|
|
12046
12284
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12047
12285
|
summary?: string;
|
|
12048
|
-
/** @example 2026-06-
|
|
12286
|
+
/** @example 2026-06-19T17:25:06.000000Z */
|
|
12049
12287
|
next_inspection_date?: string;
|
|
12050
|
-
/** @example 2026-04-
|
|
12288
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12051
12289
|
created_at?: string;
|
|
12052
|
-
/** @example 2026-04-
|
|
12290
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12053
12291
|
updated_at?: string;
|
|
12054
12292
|
};
|
|
12055
12293
|
};
|
|
@@ -12092,13 +12330,13 @@ export interface operations {
|
|
|
12092
12330
|
content: {
|
|
12093
12331
|
"application/json": {
|
|
12094
12332
|
data?: {
|
|
12095
|
-
/** @example
|
|
12333
|
+
/** @example 6381ffd2-03bb-4c62-92c0-5fa0c1173d0c */
|
|
12096
12334
|
uid?: string;
|
|
12097
12335
|
/** @example follow_up */
|
|
12098
12336
|
inspection_type?: string;
|
|
12099
12337
|
/** @example cancelled */
|
|
12100
12338
|
status?: string;
|
|
12101
|
-
/** @example 2026-04-
|
|
12339
|
+
/** @example 2026-04-14T18:03:05.000000Z */
|
|
12102
12340
|
scheduled_date?: string;
|
|
12103
12341
|
/** @example null */
|
|
12104
12342
|
completed_date?: string | null;
|
|
@@ -12106,11 +12344,11 @@ export interface operations {
|
|
|
12106
12344
|
condition_rating?: string;
|
|
12107
12345
|
/** @example Et animi quos velit et fugiat. */
|
|
12108
12346
|
summary?: string;
|
|
12109
|
-
/** @example 2026-07-
|
|
12347
|
+
/** @example 2026-07-24T01:56:52.000000Z */
|
|
12110
12348
|
next_inspection_date?: string;
|
|
12111
|
-
/** @example 2026-04-
|
|
12349
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12112
12350
|
created_at?: string;
|
|
12113
|
-
/** @example 2026-04-
|
|
12351
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12114
12352
|
updated_at?: string;
|
|
12115
12353
|
};
|
|
12116
12354
|
};
|
|
@@ -12147,13 +12385,13 @@ export interface operations {
|
|
|
12147
12385
|
content: {
|
|
12148
12386
|
"application/json": {
|
|
12149
12387
|
data?: {
|
|
12150
|
-
/** @example
|
|
12388
|
+
/** @example 0e75a35c-28e9-49cf-8cfb-9a3e86d0062b */
|
|
12151
12389
|
uid?: string;
|
|
12152
12390
|
/** @example follow_up */
|
|
12153
12391
|
inspection_type?: string;
|
|
12154
12392
|
/** @example cancelled */
|
|
12155
12393
|
status?: string;
|
|
12156
|
-
/** @example 2026-04-
|
|
12394
|
+
/** @example 2026-04-26T20:36:32.000000Z */
|
|
12157
12395
|
scheduled_date?: string;
|
|
12158
12396
|
/** @example null */
|
|
12159
12397
|
completed_date?: string | null;
|
|
@@ -12161,11 +12399,11 @@ export interface operations {
|
|
|
12161
12399
|
condition_rating?: string;
|
|
12162
12400
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12163
12401
|
summary?: string;
|
|
12164
|
-
/** @example 2026-06-
|
|
12402
|
+
/** @example 2026-06-19T17:25:06.000000Z */
|
|
12165
12403
|
next_inspection_date?: string;
|
|
12166
|
-
/** @example 2026-04-
|
|
12404
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12167
12405
|
created_at?: string;
|
|
12168
|
-
/** @example 2026-04-
|
|
12406
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12169
12407
|
updated_at?: string;
|
|
12170
12408
|
};
|
|
12171
12409
|
};
|
|
@@ -12202,13 +12440,13 @@ export interface operations {
|
|
|
12202
12440
|
content: {
|
|
12203
12441
|
"application/json": {
|
|
12204
12442
|
data?: {
|
|
12205
|
-
/** @example
|
|
12443
|
+
/** @example 2334f872-3a85-4616-9420-9f2febf80909 */
|
|
12206
12444
|
uid?: string;
|
|
12207
12445
|
/** @example follow_up */
|
|
12208
12446
|
inspection_type?: string;
|
|
12209
12447
|
/** @example cancelled */
|
|
12210
12448
|
status?: string;
|
|
12211
|
-
/** @example 2026-04-
|
|
12449
|
+
/** @example 2026-04-14T18:03:05.000000Z */
|
|
12212
12450
|
scheduled_date?: string;
|
|
12213
12451
|
/** @example null */
|
|
12214
12452
|
completed_date?: string | null;
|
|
@@ -12216,11 +12454,11 @@ export interface operations {
|
|
|
12216
12454
|
condition_rating?: string;
|
|
12217
12455
|
/** @example Et animi quos velit et fugiat. */
|
|
12218
12456
|
summary?: string;
|
|
12219
|
-
/** @example 2026-07-
|
|
12457
|
+
/** @example 2026-07-24T01:56:52.000000Z */
|
|
12220
12458
|
next_inspection_date?: string;
|
|
12221
|
-
/** @example 2026-04-
|
|
12459
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12222
12460
|
created_at?: string;
|
|
12223
|
-
/** @example 2026-04-
|
|
12461
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12224
12462
|
updated_at?: string;
|
|
12225
12463
|
};
|
|
12226
12464
|
};
|
|
@@ -12257,7 +12495,7 @@ export interface operations {
|
|
|
12257
12495
|
content: {
|
|
12258
12496
|
"application/json": {
|
|
12259
12497
|
data?: {
|
|
12260
|
-
/** @example
|
|
12498
|
+
/** @example a2c88f9c-b9f6-4544-97dc-36a9fe0a504c */
|
|
12261
12499
|
uid?: string;
|
|
12262
12500
|
/** @example Qui commodi incidunt iure. */
|
|
12263
12501
|
title?: string;
|
|
@@ -12267,17 +12505,17 @@ export interface operations {
|
|
|
12267
12505
|
status?: string;
|
|
12268
12506
|
/** @example low */
|
|
12269
12507
|
priority?: string;
|
|
12270
|
-
/** @example 2026-04-
|
|
12508
|
+
/** @example 2026-04-19T20:06:53.000000Z */
|
|
12271
12509
|
reported_at?: string;
|
|
12272
12510
|
/** @example null */
|
|
12273
12511
|
assigned_at?: string | null;
|
|
12274
12512
|
/** @example null */
|
|
12275
12513
|
completed_at?: string | null;
|
|
12276
|
-
/** @example 2026-04-
|
|
12514
|
+
/** @example 2026-04-22T16:31:19.000000Z */
|
|
12277
12515
|
sla_deadline?: string;
|
|
12278
|
-
/** @example 2026-04-
|
|
12516
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12279
12517
|
created_at?: string;
|
|
12280
|
-
/** @example 2026-04-
|
|
12518
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12281
12519
|
updated_at?: string;
|
|
12282
12520
|
};
|
|
12283
12521
|
};
|
|
@@ -12314,7 +12552,7 @@ export interface operations {
|
|
|
12314
12552
|
content: {
|
|
12315
12553
|
"application/json": {
|
|
12316
12554
|
data?: {
|
|
12317
|
-
/** @example
|
|
12555
|
+
/** @example 9065cc7a-8791-4638-96fa-297291878dc1 */
|
|
12318
12556
|
uid?: string;
|
|
12319
12557
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12320
12558
|
title?: string;
|
|
@@ -12324,17 +12562,17 @@ export interface operations {
|
|
|
12324
12562
|
status?: string;
|
|
12325
12563
|
/** @example emergency */
|
|
12326
12564
|
priority?: string;
|
|
12327
|
-
/** @example 2026-04-
|
|
12565
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12328
12566
|
reported_at?: string;
|
|
12329
|
-
/** @example 2026-04-
|
|
12567
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12330
12568
|
assigned_at?: string;
|
|
12331
12569
|
/** @example null */
|
|
12332
12570
|
completed_at?: string | null;
|
|
12333
|
-
/** @example 2026-04-
|
|
12571
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12334
12572
|
sla_deadline?: string;
|
|
12335
|
-
/** @example 2026-04-
|
|
12573
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12336
12574
|
created_at?: string;
|
|
12337
|
-
/** @example 2026-04-
|
|
12575
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12338
12576
|
updated_at?: string;
|
|
12339
12577
|
};
|
|
12340
12578
|
};
|
|
@@ -12371,7 +12609,7 @@ export interface operations {
|
|
|
12371
12609
|
content: {
|
|
12372
12610
|
"application/json": {
|
|
12373
12611
|
data?: {
|
|
12374
|
-
/** @example
|
|
12612
|
+
/** @example d2691340-88f2-4dde-84e4-3030f1f8c1ae */
|
|
12375
12613
|
uid?: string;
|
|
12376
12614
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12377
12615
|
title?: string;
|
|
@@ -12381,17 +12619,17 @@ export interface operations {
|
|
|
12381
12619
|
status?: string;
|
|
12382
12620
|
/** @example emergency */
|
|
12383
12621
|
priority?: string;
|
|
12384
|
-
/** @example 2026-04-
|
|
12622
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12385
12623
|
reported_at?: string;
|
|
12386
|
-
/** @example 2026-04-
|
|
12624
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12387
12625
|
assigned_at?: string;
|
|
12388
12626
|
/** @example null */
|
|
12389
12627
|
completed_at?: string | null;
|
|
12390
|
-
/** @example 2026-04-
|
|
12628
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12391
12629
|
sla_deadline?: string;
|
|
12392
|
-
/** @example 2026-04-
|
|
12630
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12393
12631
|
created_at?: string;
|
|
12394
|
-
/** @example 2026-04-
|
|
12632
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12395
12633
|
updated_at?: string;
|
|
12396
12634
|
};
|
|
12397
12635
|
};
|
|
@@ -12428,7 +12666,7 @@ export interface operations {
|
|
|
12428
12666
|
content: {
|
|
12429
12667
|
"application/json": {
|
|
12430
12668
|
data?: {
|
|
12431
|
-
/** @example
|
|
12669
|
+
/** @example a1075e1e-191a-4035-926b-090025d12f81 */
|
|
12432
12670
|
uid?: string;
|
|
12433
12671
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12434
12672
|
title?: string;
|
|
@@ -12438,17 +12676,17 @@ export interface operations {
|
|
|
12438
12676
|
status?: string;
|
|
12439
12677
|
/** @example emergency */
|
|
12440
12678
|
priority?: string;
|
|
12441
|
-
/** @example 2026-04-
|
|
12679
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12442
12680
|
reported_at?: string;
|
|
12443
|
-
/** @example 2026-04-
|
|
12681
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12444
12682
|
assigned_at?: string;
|
|
12445
12683
|
/** @example null */
|
|
12446
12684
|
completed_at?: string | null;
|
|
12447
|
-
/** @example 2026-04-
|
|
12685
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12448
12686
|
sla_deadline?: string;
|
|
12449
|
-
/** @example 2026-04-
|
|
12687
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12450
12688
|
created_at?: string;
|
|
12451
|
-
/** @example 2026-04-
|
|
12689
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12452
12690
|
updated_at?: string;
|
|
12453
12691
|
};
|
|
12454
12692
|
};
|
|
@@ -12717,19 +12955,19 @@ export interface operations {
|
|
|
12717
12955
|
content: {
|
|
12718
12956
|
"application/json": {
|
|
12719
12957
|
data?: {
|
|
12720
|
-
/** @example
|
|
12958
|
+
/** @example 50 */
|
|
12721
12959
|
id?: number;
|
|
12722
12960
|
/** @example 2 */
|
|
12723
12961
|
listing_id?: number;
|
|
12724
12962
|
/** @example completed */
|
|
12725
12963
|
status?: string;
|
|
12726
12964
|
scheduled?: {
|
|
12727
|
-
/** @example
|
|
12965
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12728
12966
|
start?: string;
|
|
12729
|
-
/** @example
|
|
12967
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12730
12968
|
end?: string;
|
|
12731
12969
|
};
|
|
12732
|
-
/** @example 2026-04-
|
|
12970
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12733
12971
|
created_at?: string;
|
|
12734
12972
|
};
|
|
12735
12973
|
};
|
|
@@ -12756,19 +12994,19 @@ export interface operations {
|
|
|
12756
12994
|
content: {
|
|
12757
12995
|
"application/json": {
|
|
12758
12996
|
data?: {
|
|
12759
|
-
/** @example
|
|
12997
|
+
/** @example 51 */
|
|
12760
12998
|
id?: number;
|
|
12761
12999
|
/** @example 2 */
|
|
12762
13000
|
listing_id?: number;
|
|
12763
13001
|
/** @example completed */
|
|
12764
13002
|
status?: string;
|
|
12765
13003
|
scheduled?: {
|
|
12766
|
-
/** @example 1981-11-
|
|
13004
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12767
13005
|
start?: string;
|
|
12768
|
-
/** @example 1979-12-
|
|
13006
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12769
13007
|
end?: string;
|
|
12770
13008
|
};
|
|
12771
|
-
/** @example 2026-04-
|
|
13009
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12772
13010
|
created_at?: string;
|
|
12773
13011
|
};
|
|
12774
13012
|
};
|
|
@@ -12794,41 +13032,41 @@ export interface operations {
|
|
|
12794
13032
|
/**
|
|
12795
13033
|
* @example [
|
|
12796
13034
|
* {
|
|
12797
|
-
* "id":
|
|
13035
|
+
* "id": 52,
|
|
12798
13036
|
* "listing_id": 2,
|
|
12799
13037
|
* "status": "completed",
|
|
12800
13038
|
* "scheduled": {
|
|
12801
|
-
* "start": "1981-11-
|
|
12802
|
-
* "end": "1979-12-
|
|
13039
|
+
* "start": "1981-11-19T00:00:00.000000Z",
|
|
13040
|
+
* "end": "1979-12-16T00:00:00.000000Z"
|
|
12803
13041
|
* },
|
|
12804
|
-
* "created_at": "2026-04-
|
|
13042
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
12805
13043
|
* },
|
|
12806
13044
|
* {
|
|
12807
|
-
* "id":
|
|
13045
|
+
* "id": 53,
|
|
12808
13046
|
* "listing_id": 2,
|
|
12809
13047
|
* "status": "completed",
|
|
12810
13048
|
* "scheduled": {
|
|
12811
|
-
* "start": "2006-09-
|
|
13049
|
+
* "start": "2006-09-19T00:00:00.000000Z",
|
|
12812
13050
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12813
13051
|
* },
|
|
12814
|
-
* "created_at": "2026-04-
|
|
13052
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
12815
13053
|
* }
|
|
12816
13054
|
* ]
|
|
12817
13055
|
*/
|
|
12818
13056
|
data?: {
|
|
12819
|
-
/** @example
|
|
13057
|
+
/** @example 52 */
|
|
12820
13058
|
id?: number;
|
|
12821
13059
|
/** @example 2 */
|
|
12822
13060
|
listing_id?: number;
|
|
12823
13061
|
/** @example completed */
|
|
12824
13062
|
status?: string;
|
|
12825
13063
|
scheduled?: {
|
|
12826
|
-
/** @example 1981-11-
|
|
13064
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12827
13065
|
start?: string;
|
|
12828
|
-
/** @example 1979-12-
|
|
13066
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12829
13067
|
end?: string;
|
|
12830
13068
|
};
|
|
12831
|
-
/** @example 2026-04-
|
|
13069
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12832
13070
|
created_at?: string;
|
|
12833
13071
|
}[];
|
|
12834
13072
|
links?: {
|
|
@@ -12928,19 +13166,19 @@ export interface operations {
|
|
|
12928
13166
|
content: {
|
|
12929
13167
|
"application/json": {
|
|
12930
13168
|
data?: {
|
|
12931
|
-
/** @example
|
|
13169
|
+
/** @example 54 */
|
|
12932
13170
|
id?: number;
|
|
12933
13171
|
/** @example 2 */
|
|
12934
13172
|
listing_id?: number;
|
|
12935
13173
|
/** @example completed */
|
|
12936
13174
|
status?: string;
|
|
12937
13175
|
scheduled?: {
|
|
12938
|
-
/** @example 1981-11-
|
|
13176
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12939
13177
|
start?: string;
|
|
12940
|
-
/** @example 1979-12-
|
|
13178
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12941
13179
|
end?: string;
|
|
12942
13180
|
};
|
|
12943
|
-
/** @example 2026-04-
|
|
13181
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12944
13182
|
created_at?: string;
|
|
12945
13183
|
};
|
|
12946
13184
|
};
|
|
@@ -12967,19 +13205,19 @@ export interface operations {
|
|
|
12967
13205
|
content: {
|
|
12968
13206
|
"application/json": {
|
|
12969
13207
|
data?: {
|
|
12970
|
-
/** @example
|
|
13208
|
+
/** @example 55 */
|
|
12971
13209
|
id?: number;
|
|
12972
13210
|
/** @example 2 */
|
|
12973
13211
|
listing_id?: number;
|
|
12974
13212
|
/** @example completed */
|
|
12975
13213
|
status?: string;
|
|
12976
13214
|
scheduled?: {
|
|
12977
|
-
/** @example 1981-11-
|
|
13215
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12978
13216
|
start?: string;
|
|
12979
|
-
/** @example 1979-12-
|
|
13217
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12980
13218
|
end?: string;
|
|
12981
13219
|
};
|
|
12982
|
-
/** @example 2026-04-
|
|
13220
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12983
13221
|
created_at?: string;
|
|
12984
13222
|
};
|
|
12985
13223
|
};
|
|
@@ -13006,19 +13244,19 @@ export interface operations {
|
|
|
13006
13244
|
content: {
|
|
13007
13245
|
"application/json": {
|
|
13008
13246
|
data?: {
|
|
13009
|
-
/** @example
|
|
13247
|
+
/** @example 56 */
|
|
13010
13248
|
id?: number;
|
|
13011
13249
|
/** @example 2 */
|
|
13012
13250
|
listing_id?: number;
|
|
13013
13251
|
/** @example completed */
|
|
13014
13252
|
status?: string;
|
|
13015
13253
|
scheduled?: {
|
|
13016
|
-
/** @example 1981-11-
|
|
13254
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
13017
13255
|
start?: string;
|
|
13018
|
-
/** @example 1979-12-
|
|
13256
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
13019
13257
|
end?: string;
|
|
13020
13258
|
};
|
|
13021
|
-
/** @example 2026-04-
|
|
13259
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
13022
13260
|
created_at?: string;
|
|
13023
13261
|
};
|
|
13024
13262
|
};
|
|
@@ -14089,7 +14327,7 @@ export interface operations {
|
|
|
14089
14327
|
content: {
|
|
14090
14328
|
"application/json": {
|
|
14091
14329
|
data?: {
|
|
14092
|
-
/** @example
|
|
14330
|
+
/** @example 0afc26af-802e-4b8f-bde8-6d956d19c5d8 */
|
|
14093
14331
|
uid?: string;
|
|
14094
14332
|
/** @example Ms. Audra Crooks II */
|
|
14095
14333
|
username?: string;
|
|
@@ -14119,7 +14357,7 @@ export interface operations {
|
|
|
14119
14357
|
timezone?: string;
|
|
14120
14358
|
/** @example Customer */
|
|
14121
14359
|
user_type?: string;
|
|
14122
|
-
/** @example
|
|
14360
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
14123
14361
|
created?: string;
|
|
14124
14362
|
/** @example 0 seconds ago */
|
|
14125
14363
|
email_verified_at?: string;
|
|
@@ -14588,7 +14826,7 @@ export interface operations {
|
|
|
14588
14826
|
content: {
|
|
14589
14827
|
"application/json": {
|
|
14590
14828
|
data?: {
|
|
14591
|
-
/** @example
|
|
14829
|
+
/** @example 7e4b80fc-eda2-4f60-920f-6dc9c07f7feb */
|
|
14592
14830
|
uid?: string;
|
|
14593
14831
|
/** @example Ms. Audra Crooks II */
|
|
14594
14832
|
username?: string;
|
|
@@ -14618,7 +14856,7 @@ export interface operations {
|
|
|
14618
14856
|
timezone?: string;
|
|
14619
14857
|
/** @example Customer */
|
|
14620
14858
|
user_type?: string;
|
|
14621
|
-
/** @example
|
|
14859
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
14622
14860
|
created?: string;
|
|
14623
14861
|
/** @example 0 seconds ago */
|
|
14624
14862
|
email_verified_at?: string;
|
|
@@ -14739,11 +14977,11 @@ export interface operations {
|
|
|
14739
14977
|
content: {
|
|
14740
14978
|
"application/json": {
|
|
14741
14979
|
data?: {
|
|
14742
|
-
/** @example New For Rent Property draft •
|
|
14980
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
14743
14981
|
draft_name?: string;
|
|
14744
|
-
/** @example LST-PRP-LTR-
|
|
14982
|
+
/** @example LST-PRP-LTR-MO895IT2YFP */
|
|
14745
14983
|
sku?: string;
|
|
14746
|
-
/** @example
|
|
14984
|
+
/** @example 752c88c4-ed7e-4234-b992-ab5c9e95caea */
|
|
14747
14985
|
uid?: string;
|
|
14748
14986
|
/** @example Rent */
|
|
14749
14987
|
listing_type?: string;
|
|
@@ -14867,9 +15105,9 @@ export interface operations {
|
|
|
14867
15105
|
/**
|
|
14868
15106
|
* @example [
|
|
14869
15107
|
* {
|
|
14870
|
-
* "draft_name": "New For Rent Property draft •
|
|
14871
|
-
* "sku": "LST-PRP-LTR-
|
|
14872
|
-
* "uid": "
|
|
15108
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 6:38 AM",
|
|
15109
|
+
* "sku": "LST-PRP-LTR-MO895ITQK0Q",
|
|
15110
|
+
* "uid": "31eb1d4c-5a83-4474-a38d-1d973775c59a",
|
|
14873
15111
|
* "listing_type": "Rent",
|
|
14874
15112
|
* "vertical": "Property",
|
|
14875
15113
|
* "arrangement_type": "let_to_let",
|
|
@@ -14886,9 +15124,9 @@ export interface operations {
|
|
|
14886
15124
|
* "media": []
|
|
14887
15125
|
* },
|
|
14888
15126
|
* {
|
|
14889
|
-
* "draft_name": "New Short Let Property draft •
|
|
14890
|
-
* "sku": "LST-PRP-SHL-
|
|
14891
|
-
* "uid": "
|
|
15127
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 6:38 AM",
|
|
15128
|
+
* "sku": "LST-PRP-SHL-MO895ITVTLI",
|
|
15129
|
+
* "uid": "12b49a68-95b5-421e-8d1c-d54464c7c93d",
|
|
14892
15130
|
* "listing_type": "Short Let",
|
|
14893
15131
|
* "vertical": "Property",
|
|
14894
15132
|
* "arrangement_type": "short_term_managed",
|
|
@@ -14907,11 +15145,11 @@ export interface operations {
|
|
|
14907
15145
|
* ]
|
|
14908
15146
|
*/
|
|
14909
15147
|
data?: {
|
|
14910
|
-
/** @example New For Rent Property draft •
|
|
15148
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
14911
15149
|
draft_name?: string;
|
|
14912
|
-
/** @example LST-PRP-LTR-
|
|
15150
|
+
/** @example LST-PRP-LTR-MO895ITQK0Q */
|
|
14913
15151
|
sku?: string;
|
|
14914
|
-
/** @example
|
|
15152
|
+
/** @example 31eb1d4c-5a83-4474-a38d-1d973775c59a */
|
|
14915
15153
|
uid?: string;
|
|
14916
15154
|
/** @example Rent */
|
|
14917
15155
|
listing_type?: string;
|
|
@@ -15021,9 +15259,9 @@ export interface operations {
|
|
|
15021
15259
|
/**
|
|
15022
15260
|
* @example [
|
|
15023
15261
|
* {
|
|
15024
|
-
* "draft_name": "New For Rent Property draft •
|
|
15025
|
-
* "sku": "LST-PRP-LTR-
|
|
15026
|
-
* "uid": "
|
|
15262
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 6:38 AM",
|
|
15263
|
+
* "sku": "LST-PRP-LTR-MO895IU3LUB",
|
|
15264
|
+
* "uid": "45e5741a-7bed-4e65-84ba-4546c4c87c9c",
|
|
15027
15265
|
* "listing_type": "Rent",
|
|
15028
15266
|
* "vertical": "Property",
|
|
15029
15267
|
* "arrangement_type": "let_to_let",
|
|
@@ -15040,9 +15278,9 @@ export interface operations {
|
|
|
15040
15278
|
* "media": []
|
|
15041
15279
|
* },
|
|
15042
15280
|
* {
|
|
15043
|
-
* "draft_name": "New Short Let Property draft •
|
|
15044
|
-
* "sku": "LST-PRP-SHL-
|
|
15045
|
-
* "uid": "
|
|
15281
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 6:38 AM",
|
|
15282
|
+
* "sku": "LST-PRP-SHL-MO895IU6C0X",
|
|
15283
|
+
* "uid": "03c7c954-e317-43ae-8985-1b1883971bdd",
|
|
15046
15284
|
* "listing_type": "Short Let",
|
|
15047
15285
|
* "vertical": "Property",
|
|
15048
15286
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15061,11 +15299,11 @@ export interface operations {
|
|
|
15061
15299
|
* ]
|
|
15062
15300
|
*/
|
|
15063
15301
|
data?: {
|
|
15064
|
-
/** @example New For Rent Property draft •
|
|
15302
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
15065
15303
|
draft_name?: string;
|
|
15066
|
-
/** @example LST-PRP-LTR-
|
|
15304
|
+
/** @example LST-PRP-LTR-MO895IU3LUB */
|
|
15067
15305
|
sku?: string;
|
|
15068
|
-
/** @example
|
|
15306
|
+
/** @example 45e5741a-7bed-4e65-84ba-4546c4c87c9c */
|
|
15069
15307
|
uid?: string;
|
|
15070
15308
|
/** @example Rent */
|
|
15071
15309
|
listing_type?: string;
|
|
@@ -15159,152 +15397,155 @@ export interface operations {
|
|
|
15159
15397
|
};
|
|
15160
15398
|
getOwnerListings: {
|
|
15161
15399
|
parameters: {
|
|
15162
|
-
query?:
|
|
15400
|
+
query?: {
|
|
15401
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
15402
|
+
title?: string | null;
|
|
15403
|
+
/** @description Filter by listing type. */
|
|
15404
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
15405
|
+
/** @description Filter by listing vertical. */
|
|
15406
|
+
vertical?: "property" | "used_item" | null;
|
|
15407
|
+
/** @description Filter by listing state. */
|
|
15408
|
+
state?: "draft" | "submitted" | "published" | "rejected" | "unpublished" | "archived" | null;
|
|
15409
|
+
/** @description Filter by active tenancy presence. */
|
|
15410
|
+
active_tenancy?: "true" | "false" | "1" | "0" | null;
|
|
15411
|
+
/** @description Filter by listing compliance status. */
|
|
15412
|
+
compliance_status?: "compliant" | "non_compliant" | null;
|
|
15413
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
15414
|
+
per_page?: number | null;
|
|
15415
|
+
/** @description Current page number. Must be at least 1. */
|
|
15416
|
+
page?: number | null;
|
|
15417
|
+
};
|
|
15163
15418
|
header?: never;
|
|
15164
15419
|
path?: never;
|
|
15165
15420
|
cookie?: never;
|
|
15166
15421
|
};
|
|
15167
15422
|
requestBody?: never;
|
|
15168
15423
|
responses: {
|
|
15424
|
+
/** @description Retrieve listings for landlord table */
|
|
15169
15425
|
200: {
|
|
15170
15426
|
headers: {
|
|
15171
15427
|
[name: string]: unknown;
|
|
15172
15428
|
};
|
|
15173
15429
|
content: {
|
|
15174
15430
|
"application/json": {
|
|
15175
|
-
/**
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
15179
|
-
* "sku": "LST-PRP-LTR-MNTJ5394SIX",
|
|
15180
|
-
* "uid": "d229f57c-0be1-4e50-a192-adf773479b36",
|
|
15181
|
-
* "listing_type": "Rent",
|
|
15182
|
-
* "vertical": "Property",
|
|
15183
|
-
* "arrangement_type": "let_to_let",
|
|
15184
|
-
* "arrangement_type_label": "Let to Let",
|
|
15185
|
-
* "price": null,
|
|
15186
|
-
* "state": "draft",
|
|
15187
|
-
* "published_at": null,
|
|
15188
|
-
* "published_since": null,
|
|
15189
|
-
* "is_visible": false,
|
|
15190
|
-
* "summary": {
|
|
15191
|
-
* "availability": null
|
|
15192
|
-
* },
|
|
15193
|
-
* "workflow": [],
|
|
15194
|
-
* "media": []
|
|
15195
|
-
* },
|
|
15196
|
-
* {
|
|
15197
|
-
* "draft_name": "New Short Let Property draft • 10 Apr 2026, 11:21 PM",
|
|
15198
|
-
* "sku": "LST-PRP-SHL-MNTJ53972EP",
|
|
15199
|
-
* "uid": "8fe79117-34bd-4a0c-bb9d-6b9fc544b9b5",
|
|
15200
|
-
* "listing_type": "Short Let",
|
|
15201
|
-
* "vertical": "Property",
|
|
15202
|
-
* "arrangement_type": "short_term_managed",
|
|
15203
|
-
* "arrangement_type_label": "Short Term Managed",
|
|
15204
|
-
* "price": null,
|
|
15205
|
-
* "state": "draft",
|
|
15206
|
-
* "published_at": null,
|
|
15207
|
-
* "published_since": null,
|
|
15208
|
-
* "is_visible": false,
|
|
15209
|
-
* "summary": {
|
|
15210
|
-
* "availability": null
|
|
15211
|
-
* },
|
|
15212
|
-
* "workflow": [],
|
|
15213
|
-
* "media": []
|
|
15214
|
-
* }
|
|
15215
|
-
* ]
|
|
15216
|
-
*/
|
|
15431
|
+
/** @example Listings fetched */
|
|
15432
|
+
message?: string;
|
|
15433
|
+
/** @example null */
|
|
15434
|
+
event?: string | null;
|
|
15217
15435
|
data?: {
|
|
15218
|
-
/** @example New For Rent Property draft • 10 Apr 2026, 11:21 PM */
|
|
15219
|
-
draft_name?: string;
|
|
15220
|
-
/** @example LST-PRP-LTR-MNTJ5394SIX */
|
|
15221
|
-
sku?: string;
|
|
15222
|
-
/** @example d229f57c-0be1-4e50-a192-adf773479b36 */
|
|
15223
|
-
uid?: string;
|
|
15224
|
-
/** @example Rent */
|
|
15225
|
-
listing_type?: string;
|
|
15226
|
-
/** @example Property */
|
|
15227
|
-
vertical?: string;
|
|
15228
|
-
/** @example let_to_let */
|
|
15229
|
-
arrangement_type?: string;
|
|
15230
|
-
/** @example Let to Let */
|
|
15231
|
-
arrangement_type_label?: string;
|
|
15232
|
-
/** @example null */
|
|
15233
|
-
price?: string | null;
|
|
15234
|
-
/** @example draft */
|
|
15235
|
-
state?: string;
|
|
15236
|
-
/** @example null */
|
|
15237
|
-
published_at?: string | null;
|
|
15238
|
-
/** @example null */
|
|
15239
|
-
published_since?: string | null;
|
|
15240
|
-
/** @example false */
|
|
15241
|
-
is_visible?: boolean;
|
|
15242
|
-
summary?: {
|
|
15243
|
-
/** @example null */
|
|
15244
|
-
availability?: string | null;
|
|
15245
|
-
};
|
|
15246
|
-
/** @example [] */
|
|
15247
|
-
workflow?: unknown[];
|
|
15248
|
-
/** @example [] */
|
|
15249
|
-
media?: unknown[];
|
|
15250
|
-
}[];
|
|
15251
|
-
links?: {
|
|
15252
|
-
/** @example /?page=1 */
|
|
15253
|
-
first?: string;
|
|
15254
|
-
/** @example /?page=1 */
|
|
15255
|
-
last?: string;
|
|
15256
|
-
/** @example null */
|
|
15257
|
-
prev?: string | null;
|
|
15258
|
-
/** @example null */
|
|
15259
|
-
next?: string | null;
|
|
15260
|
-
};
|
|
15261
|
-
meta?: {
|
|
15262
|
-
/** @example 1 */
|
|
15263
|
-
current_page?: number;
|
|
15264
|
-
/** @example 1 */
|
|
15265
|
-
from?: number;
|
|
15266
|
-
/** @example 1 */
|
|
15267
|
-
last_page?: number;
|
|
15268
15436
|
/**
|
|
15269
15437
|
* @example [
|
|
15270
15438
|
* {
|
|
15271
|
-
* "
|
|
15272
|
-
* "
|
|
15273
|
-
* "
|
|
15274
|
-
*
|
|
15275
|
-
*
|
|
15276
|
-
*
|
|
15277
|
-
*
|
|
15278
|
-
*
|
|
15279
|
-
*
|
|
15280
|
-
* "
|
|
15281
|
-
*
|
|
15282
|
-
*
|
|
15283
|
-
*
|
|
15284
|
-
*
|
|
15285
|
-
* "
|
|
15286
|
-
*
|
|
15439
|
+
* "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
|
|
15440
|
+
* "sku": "LST-PRP-LTR-260405-A1B2",
|
|
15441
|
+
* "cover": {
|
|
15442
|
+
* "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
|
|
15443
|
+
* "media_type": "image",
|
|
15444
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/https://cdn.example.com/listings/cover.jpg",
|
|
15445
|
+
* "order_index": 0,
|
|
15446
|
+
* "is_cover": true
|
|
15447
|
+
* },
|
|
15448
|
+
* "details": {
|
|
15449
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
15450
|
+
* "title": "24 Windsor Court",
|
|
15451
|
+
* "type": "Rent"
|
|
15452
|
+
* },
|
|
15453
|
+
* "vertical": {
|
|
15454
|
+
* "value": "property",
|
|
15455
|
+
* "label": "Property"
|
|
15456
|
+
* },
|
|
15457
|
+
* "owner": {
|
|
15458
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
15459
|
+
* "name": "Alice Taylor",
|
|
15460
|
+
* "avatar": null
|
|
15461
|
+
* },
|
|
15462
|
+
* "compliance_status": {
|
|
15463
|
+
* "overall": "non_compliant",
|
|
15464
|
+
* "label": "Non Compliant"
|
|
15465
|
+
* },
|
|
15466
|
+
* "active_tenancy": {
|
|
15467
|
+
* "has_active_tenancy": true,
|
|
15468
|
+
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a"
|
|
15469
|
+
* },
|
|
15470
|
+
* "state": {
|
|
15471
|
+
* "value": "published",
|
|
15472
|
+
* "label": "Published"
|
|
15473
|
+
* }
|
|
15287
15474
|
* }
|
|
15288
15475
|
* ]
|
|
15289
15476
|
*/
|
|
15290
|
-
|
|
15291
|
-
/** @example
|
|
15292
|
-
|
|
15293
|
-
/** @example
|
|
15294
|
-
|
|
15295
|
-
|
|
15296
|
-
|
|
15297
|
-
|
|
15298
|
-
|
|
15477
|
+
items?: {
|
|
15478
|
+
/** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
|
|
15479
|
+
listing_uid?: string;
|
|
15480
|
+
/** @example LST-PRP-LTR-260405-A1B2 */
|
|
15481
|
+
sku?: string;
|
|
15482
|
+
cover?: {
|
|
15483
|
+
/** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
|
|
15484
|
+
uid?: string;
|
|
15485
|
+
/** @example image */
|
|
15486
|
+
media_type?: string;
|
|
15487
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/https://cdn.example.com/listings/cover.jpg */
|
|
15488
|
+
storage_path?: string;
|
|
15489
|
+
/** @example 0 */
|
|
15490
|
+
order_index?: number;
|
|
15491
|
+
/** @example true */
|
|
15492
|
+
is_cover?: boolean;
|
|
15493
|
+
};
|
|
15494
|
+
details?: {
|
|
15495
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
15496
|
+
address?: string;
|
|
15497
|
+
/** @example 24 Windsor Court */
|
|
15498
|
+
title?: string;
|
|
15499
|
+
/** @example Rent */
|
|
15500
|
+
type?: string;
|
|
15501
|
+
};
|
|
15502
|
+
vertical?: {
|
|
15503
|
+
/** @example property */
|
|
15504
|
+
value?: string;
|
|
15505
|
+
/** @example Property */
|
|
15506
|
+
label?: string;
|
|
15507
|
+
};
|
|
15508
|
+
owner?: {
|
|
15509
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
15510
|
+
uid?: string;
|
|
15511
|
+
/** @example Alice Taylor */
|
|
15512
|
+
name?: string;
|
|
15513
|
+
/** @example null */
|
|
15514
|
+
avatar?: string | null;
|
|
15515
|
+
};
|
|
15516
|
+
compliance_status?: {
|
|
15517
|
+
/** @example non_compliant */
|
|
15518
|
+
overall?: string;
|
|
15519
|
+
/** @example Non Compliant */
|
|
15520
|
+
label?: string;
|
|
15521
|
+
};
|
|
15522
|
+
active_tenancy?: {
|
|
15523
|
+
/** @example true */
|
|
15524
|
+
has_active_tenancy?: boolean;
|
|
15525
|
+
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
15526
|
+
tenancy_uid?: string;
|
|
15527
|
+
};
|
|
15528
|
+
state?: {
|
|
15529
|
+
/** @example published */
|
|
15530
|
+
value?: string;
|
|
15531
|
+
/** @example Published */
|
|
15532
|
+
label?: string;
|
|
15533
|
+
};
|
|
15299
15534
|
}[];
|
|
15300
|
-
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
15304
|
-
|
|
15305
|
-
|
|
15306
|
-
|
|
15307
|
-
|
|
15535
|
+
pagination?: {
|
|
15536
|
+
/** @example 1 */
|
|
15537
|
+
current_page?: number;
|
|
15538
|
+
/** @example 15 */
|
|
15539
|
+
per_page?: number;
|
|
15540
|
+
/** @example 1240 */
|
|
15541
|
+
total?: number;
|
|
15542
|
+
/** @example 83 */
|
|
15543
|
+
last_page?: number;
|
|
15544
|
+
/** @example 1 */
|
|
15545
|
+
from?: number;
|
|
15546
|
+
/** @example 15 */
|
|
15547
|
+
to?: number;
|
|
15548
|
+
};
|
|
15308
15549
|
};
|
|
15309
15550
|
};
|
|
15310
15551
|
};
|
|
@@ -15323,45 +15564,174 @@ export interface operations {
|
|
|
15323
15564
|
};
|
|
15324
15565
|
requestBody?: never;
|
|
15325
15566
|
responses: {
|
|
15567
|
+
/** @description Retrieve listing overview for landlord */
|
|
15326
15568
|
200: {
|
|
15327
15569
|
headers: {
|
|
15328
15570
|
[name: string]: unknown;
|
|
15329
15571
|
};
|
|
15330
15572
|
content: {
|
|
15331
15573
|
"application/json": {
|
|
15574
|
+
/** @example Listing fetched */
|
|
15575
|
+
message?: string;
|
|
15576
|
+
/** @example null */
|
|
15577
|
+
event?: string | null;
|
|
15332
15578
|
data?: {
|
|
15333
|
-
/** @example
|
|
15334
|
-
draft_name?: string;
|
|
15335
|
-
/** @example LST-PRP-LTR-MNTJ539EQ1E */
|
|
15336
|
-
sku?: string;
|
|
15337
|
-
/** @example 5e8ef16a-ed3d-4ff7-82fd-2ee97c060df9 */
|
|
15579
|
+
/** @example 5d7ffb11-823a-41e2-b0c6-3ad423e97f10 */
|
|
15338
15580
|
uid?: string;
|
|
15339
|
-
/** @example
|
|
15581
|
+
/** @example null */
|
|
15582
|
+
draft_name?: string | null;
|
|
15583
|
+
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
15584
|
+
sku?: string;
|
|
15585
|
+
/** @example null */
|
|
15586
|
+
published_at?: string | null;
|
|
15587
|
+
/** @example null */
|
|
15588
|
+
published_since?: string | null;
|
|
15589
|
+
details?: {
|
|
15590
|
+
/** @example New Benin */
|
|
15591
|
+
title?: string;
|
|
15592
|
+
/** @example this amsas */
|
|
15593
|
+
description?: string;
|
|
15594
|
+
/** @example Benin */
|
|
15595
|
+
city?: string;
|
|
15596
|
+
/** @example Warri */
|
|
15597
|
+
address?: string;
|
|
15598
|
+
/** @example 32001 */
|
|
15599
|
+
postcode?: string;
|
|
15600
|
+
/** @example 0.2300000 */
|
|
15601
|
+
longitude?: string;
|
|
15602
|
+
/** @example -23.0000000 */
|
|
15603
|
+
latitude?: string;
|
|
15604
|
+
/** @example United Kingdom */
|
|
15605
|
+
country?: string;
|
|
15606
|
+
};
|
|
15607
|
+
/** @example Short Let */
|
|
15340
15608
|
listing_type?: string;
|
|
15341
15609
|
/** @example Property */
|
|
15342
15610
|
vertical?: string;
|
|
15343
|
-
/** @example
|
|
15611
|
+
/** @example short_term_managed */
|
|
15344
15612
|
arrangement_type?: string;
|
|
15345
|
-
/** @example
|
|
15613
|
+
/** @example Short Term Managed */
|
|
15346
15614
|
arrangement_type_label?: string;
|
|
15347
|
-
|
|
15348
|
-
|
|
15349
|
-
|
|
15615
|
+
owner?: {
|
|
15616
|
+
/** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
|
|
15617
|
+
uid?: string;
|
|
15618
|
+
/** @example Bruce Hunter */
|
|
15619
|
+
name?: string;
|
|
15620
|
+
/** @example landlord3@justinshome.test */
|
|
15621
|
+
email?: string;
|
|
15622
|
+
/** @example null */
|
|
15623
|
+
avatar?: string | null;
|
|
15624
|
+
};
|
|
15625
|
+
created_by?: {
|
|
15626
|
+
/** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
|
|
15627
|
+
uid?: string;
|
|
15628
|
+
/** @example System Admin */
|
|
15629
|
+
name?: string;
|
|
15630
|
+
};
|
|
15631
|
+
/** @example published */
|
|
15350
15632
|
state?: string;
|
|
15351
|
-
/** @example
|
|
15352
|
-
published_at?: string | null;
|
|
15353
|
-
/** @example null */
|
|
15354
|
-
published_since?: string | null;
|
|
15355
|
-
/** @example false */
|
|
15633
|
+
/** @example true */
|
|
15356
15634
|
is_visible?: boolean;
|
|
15635
|
+
price?: {
|
|
15636
|
+
/** @example 500.00 */
|
|
15637
|
+
amount?: string;
|
|
15638
|
+
/** @example GBP */
|
|
15639
|
+
currency?: string;
|
|
15640
|
+
/** @example night */
|
|
15641
|
+
period?: string;
|
|
15642
|
+
};
|
|
15357
15643
|
summary?: {
|
|
15644
|
+
/** @example residential */
|
|
15645
|
+
property_type?: string;
|
|
15646
|
+
/** @example 5 */
|
|
15647
|
+
bedrooms?: number;
|
|
15648
|
+
/** @example 2 */
|
|
15649
|
+
bathrooms?: number;
|
|
15650
|
+
/** @example null */
|
|
15651
|
+
size?: string | null;
|
|
15358
15652
|
/** @example null */
|
|
15359
15653
|
availability?: string | null;
|
|
15360
15654
|
};
|
|
15361
15655
|
/** @example [] */
|
|
15362
15656
|
workflow?: unknown[];
|
|
15657
|
+
media?: {
|
|
15658
|
+
/** @example [] */
|
|
15659
|
+
gallery?: unknown[];
|
|
15660
|
+
/** @example null */
|
|
15661
|
+
cover?: string | null;
|
|
15662
|
+
/** @example 0 */
|
|
15663
|
+
count?: number;
|
|
15664
|
+
};
|
|
15363
15665
|
/** @example [] */
|
|
15364
|
-
|
|
15666
|
+
viewing_slots?: unknown[];
|
|
15667
|
+
/** @example [] */
|
|
15668
|
+
tenant_preferences?: unknown[];
|
|
15669
|
+
rental?: {
|
|
15670
|
+
/** @example null */
|
|
15671
|
+
deposit_amount?: string | null;
|
|
15672
|
+
/** @example null */
|
|
15673
|
+
fixed_term_length?: string | null;
|
|
15674
|
+
/** @example null */
|
|
15675
|
+
availability_date?: string | null;
|
|
15676
|
+
/** @example false */
|
|
15677
|
+
is_company_lease?: boolean;
|
|
15678
|
+
/** @example false */
|
|
15679
|
+
is_subletting_permitted?: boolean;
|
|
15680
|
+
};
|
|
15681
|
+
listing_policy?: {
|
|
15682
|
+
/** @example null */
|
|
15683
|
+
max_occupants?: string | null;
|
|
15684
|
+
/** @example null */
|
|
15685
|
+
allowed_use_type?: string | null;
|
|
15686
|
+
/** @example null */
|
|
15687
|
+
allowed_use_type_label?: string | null;
|
|
15688
|
+
/** @example false */
|
|
15689
|
+
is_subletting_allowed?: boolean;
|
|
15690
|
+
/** @example false */
|
|
15691
|
+
requires_permission_for_subletting?: boolean;
|
|
15692
|
+
/** @example false */
|
|
15693
|
+
event_permission_required?: boolean;
|
|
15694
|
+
/** @example false */
|
|
15695
|
+
no_party_policy?: boolean;
|
|
15696
|
+
/** @example false */
|
|
15697
|
+
commercial_use_flag?: boolean;
|
|
15698
|
+
};
|
|
15699
|
+
short_let?: {
|
|
15700
|
+
/** @example null */
|
|
15701
|
+
nightly_price?: string | null;
|
|
15702
|
+
/** @example null */
|
|
15703
|
+
minimum_stay_nights?: string | null;
|
|
15704
|
+
/** @example null */
|
|
15705
|
+
maximum_stay_nights?: string | null;
|
|
15706
|
+
/** @example null */
|
|
15707
|
+
cleaning_fee?: string | null;
|
|
15708
|
+
/** @example null */
|
|
15709
|
+
check_in_time?: string | null;
|
|
15710
|
+
/** @example null */
|
|
15711
|
+
check_out_time?: string | null;
|
|
15712
|
+
};
|
|
15713
|
+
item?: {
|
|
15714
|
+
/** @example null */
|
|
15715
|
+
item_name?: string | null;
|
|
15716
|
+
/** @example null */
|
|
15717
|
+
item_category?: string | null;
|
|
15718
|
+
/** @example null */
|
|
15719
|
+
condition?: string | null;
|
|
15720
|
+
/** @example null */
|
|
15721
|
+
brand?: string | null;
|
|
15722
|
+
/** @example null */
|
|
15723
|
+
dimensions?: string | null;
|
|
15724
|
+
/** @example null */
|
|
15725
|
+
quantity_available?: string | null;
|
|
15726
|
+
/** @example null */
|
|
15727
|
+
is_negotiable?: string | null;
|
|
15728
|
+
/** @example null */
|
|
15729
|
+
availability_status?: string | null;
|
|
15730
|
+
};
|
|
15731
|
+
/** @example [] */
|
|
15732
|
+
features?: unknown[];
|
|
15733
|
+
/** @example null */
|
|
15734
|
+
active_tenancy?: string | null;
|
|
15365
15735
|
/** @example [] */
|
|
15366
15736
|
compliances?: unknown[];
|
|
15367
15737
|
compliance_status?: {
|
|
@@ -15997,7 +16367,7 @@ export interface operations {
|
|
|
15997
16367
|
content: {
|
|
15998
16368
|
"application/json": {
|
|
15999
16369
|
data?: {
|
|
16000
|
-
/** @example
|
|
16370
|
+
/** @example aea11e33-f633-4056-9058-619f5c6f078d */
|
|
16001
16371
|
uid?: string;
|
|
16002
16372
|
/** @example photo */
|
|
16003
16373
|
media_type?: string;
|
|
@@ -16146,11 +16516,11 @@ export interface operations {
|
|
|
16146
16516
|
content: {
|
|
16147
16517
|
"application/json": {
|
|
16148
16518
|
data?: {
|
|
16149
|
-
/** @example New For Rent Property draft •
|
|
16519
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
16150
16520
|
draft_name?: string;
|
|
16151
|
-
/** @example LST-PRP-LTR-
|
|
16521
|
+
/** @example LST-PRP-LTR-MO895IWGFJE */
|
|
16152
16522
|
sku?: string;
|
|
16153
|
-
/** @example
|
|
16523
|
+
/** @example 5282da37-69c7-47c1-bc41-191bfb1bb971 */
|
|
16154
16524
|
uid?: string;
|
|
16155
16525
|
/** @example Rent */
|
|
16156
16526
|
listing_type?: string;
|
|
@@ -16310,7 +16680,7 @@ export interface operations {
|
|
|
16310
16680
|
content: {
|
|
16311
16681
|
"application/json": {
|
|
16312
16682
|
data?: {
|
|
16313
|
-
/** @example
|
|
16683
|
+
/** @example f8874d74-607e-4208-bc79-bbec989d1cfe */
|
|
16314
16684
|
uid?: string;
|
|
16315
16685
|
/** @example null */
|
|
16316
16686
|
compliances?: string | null;
|
|
@@ -16361,7 +16731,7 @@ export interface operations {
|
|
|
16361
16731
|
content: {
|
|
16362
16732
|
"application/json": {
|
|
16363
16733
|
data?: {
|
|
16364
|
-
/** @example
|
|
16734
|
+
/** @example 91 */
|
|
16365
16735
|
id?: number;
|
|
16366
16736
|
compliance?: {
|
|
16367
16737
|
/** @example 1 */
|
|
@@ -16383,7 +16753,7 @@ export interface operations {
|
|
|
16383
16753
|
reviewed_by?: number;
|
|
16384
16754
|
/** @example null */
|
|
16385
16755
|
reviewed_at?: string | null;
|
|
16386
|
-
/** @example 2026-04-
|
|
16756
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16387
16757
|
created_at?: string;
|
|
16388
16758
|
};
|
|
16389
16759
|
};
|
|
@@ -16438,39 +16808,39 @@ export interface operations {
|
|
|
16438
16808
|
/**
|
|
16439
16809
|
* @example [
|
|
16440
16810
|
* {
|
|
16441
|
-
* "uid": "
|
|
16811
|
+
* "uid": "c2382f72-0abd-4d59-8b93-12cc0683f4bc",
|
|
16442
16812
|
* "listing_id": 1,
|
|
16443
16813
|
* "landlord_id": 2,
|
|
16444
16814
|
* "tenant_id": 2,
|
|
16445
16815
|
* "rent_amount": "4881.50",
|
|
16446
16816
|
* "deposit_amount": "2151.17",
|
|
16447
16817
|
* "state": "offer_accepted",
|
|
16448
|
-
* "start_date": "2025-10-
|
|
16449
|
-
* "end_date": "2026-10-
|
|
16818
|
+
* "start_date": "2025-10-26T00:00:00.000000Z",
|
|
16819
|
+
* "end_date": "2026-10-26T00:00:00.000000Z",
|
|
16450
16820
|
* "is_periodic": false,
|
|
16451
16821
|
* "company_name": null,
|
|
16452
16822
|
* "company_registration_number": null,
|
|
16453
|
-
* "created_at": "2026-04-
|
|
16823
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16454
16824
|
* },
|
|
16455
16825
|
* {
|
|
16456
|
-
* "uid": "
|
|
16826
|
+
* "uid": "be928977-79bf-4d0c-9019-0f5f6f07f55e",
|
|
16457
16827
|
* "listing_id": 1,
|
|
16458
16828
|
* "landlord_id": 2,
|
|
16459
16829
|
* "tenant_id": 2,
|
|
16460
16830
|
* "rent_amount": "3832.26",
|
|
16461
16831
|
* "deposit_amount": "1384.27",
|
|
16462
16832
|
* "state": "terminated",
|
|
16463
|
-
* "start_date": "2025-09-
|
|
16464
|
-
* "end_date": "2026-09-
|
|
16833
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
16834
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16465
16835
|
* "is_periodic": false,
|
|
16466
16836
|
* "company_name": null,
|
|
16467
16837
|
* "company_registration_number": null,
|
|
16468
|
-
* "created_at": "2026-04-
|
|
16838
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16469
16839
|
* }
|
|
16470
16840
|
* ]
|
|
16471
16841
|
*/
|
|
16472
16842
|
data?: {
|
|
16473
|
-
/** @example
|
|
16843
|
+
/** @example c2382f72-0abd-4d59-8b93-12cc0683f4bc */
|
|
16474
16844
|
uid?: string;
|
|
16475
16845
|
/** @example 1 */
|
|
16476
16846
|
listing_id?: number;
|
|
@@ -16484,9 +16854,9 @@ export interface operations {
|
|
|
16484
16854
|
deposit_amount?: string;
|
|
16485
16855
|
/** @example offer_accepted */
|
|
16486
16856
|
state?: string;
|
|
16487
|
-
/** @example 2025-10-
|
|
16857
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
16488
16858
|
start_date?: string;
|
|
16489
|
-
/** @example 2026-10-
|
|
16859
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
16490
16860
|
end_date?: string;
|
|
16491
16861
|
/** @example false */
|
|
16492
16862
|
is_periodic?: boolean;
|
|
@@ -16494,7 +16864,7 @@ export interface operations {
|
|
|
16494
16864
|
company_name?: string | null;
|
|
16495
16865
|
/** @example null */
|
|
16496
16866
|
company_registration_number?: string | null;
|
|
16497
|
-
/** @example 2026-04-
|
|
16867
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16498
16868
|
created_at?: string;
|
|
16499
16869
|
}[];
|
|
16500
16870
|
links?: {
|
|
@@ -16581,39 +16951,39 @@ export interface operations {
|
|
|
16581
16951
|
/**
|
|
16582
16952
|
* @example [
|
|
16583
16953
|
* {
|
|
16584
|
-
* "uid": "
|
|
16954
|
+
* "uid": "a5161072-54c8-4dd2-a567-c8afa759d2a3",
|
|
16585
16955
|
* "listing_id": 1,
|
|
16586
16956
|
* "landlord_id": 2,
|
|
16587
16957
|
* "tenant_id": 2,
|
|
16588
16958
|
* "rent_amount": "4881.50",
|
|
16589
16959
|
* "deposit_amount": "2151.17",
|
|
16590
16960
|
* "state": "offer_accepted",
|
|
16591
|
-
* "start_date": "2025-10-
|
|
16592
|
-
* "end_date": "2026-10-
|
|
16961
|
+
* "start_date": "2025-10-26T00:00:00.000000Z",
|
|
16962
|
+
* "end_date": "2026-10-26T00:00:00.000000Z",
|
|
16593
16963
|
* "is_periodic": false,
|
|
16594
16964
|
* "company_name": null,
|
|
16595
16965
|
* "company_registration_number": null,
|
|
16596
|
-
* "created_at": "2026-04-
|
|
16966
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16597
16967
|
* },
|
|
16598
16968
|
* {
|
|
16599
|
-
* "uid": "
|
|
16969
|
+
* "uid": "c5030593-b3b9-47d5-bfae-7ac2990b626d",
|
|
16600
16970
|
* "listing_id": 1,
|
|
16601
16971
|
* "landlord_id": 2,
|
|
16602
16972
|
* "tenant_id": 2,
|
|
16603
16973
|
* "rent_amount": "3832.26",
|
|
16604
16974
|
* "deposit_amount": "1384.27",
|
|
16605
16975
|
* "state": "terminated",
|
|
16606
|
-
* "start_date": "2025-09-
|
|
16607
|
-
* "end_date": "2026-09-
|
|
16976
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
16977
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16608
16978
|
* "is_periodic": false,
|
|
16609
16979
|
* "company_name": null,
|
|
16610
16980
|
* "company_registration_number": null,
|
|
16611
|
-
* "created_at": "2026-04-
|
|
16981
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16612
16982
|
* }
|
|
16613
16983
|
* ]
|
|
16614
16984
|
*/
|
|
16615
16985
|
data?: {
|
|
16616
|
-
/** @example
|
|
16986
|
+
/** @example a5161072-54c8-4dd2-a567-c8afa759d2a3 */
|
|
16617
16987
|
uid?: string;
|
|
16618
16988
|
/** @example 1 */
|
|
16619
16989
|
listing_id?: number;
|
|
@@ -16627,9 +16997,9 @@ export interface operations {
|
|
|
16627
16997
|
deposit_amount?: string;
|
|
16628
16998
|
/** @example offer_accepted */
|
|
16629
16999
|
state?: string;
|
|
16630
|
-
/** @example 2025-10-
|
|
17000
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
16631
17001
|
start_date?: string;
|
|
16632
|
-
/** @example 2026-10-
|
|
17002
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
16633
17003
|
end_date?: string;
|
|
16634
17004
|
/** @example false */
|
|
16635
17005
|
is_periodic?: boolean;
|
|
@@ -16637,7 +17007,7 @@ export interface operations {
|
|
|
16637
17007
|
company_name?: string | null;
|
|
16638
17008
|
/** @example null */
|
|
16639
17009
|
company_registration_number?: string | null;
|
|
16640
|
-
/** @example 2026-04-
|
|
17010
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16641
17011
|
created_at?: string;
|
|
16642
17012
|
}[];
|
|
16643
17013
|
links?: {
|
|
@@ -16744,7 +17114,7 @@ export interface operations {
|
|
|
16744
17114
|
content: {
|
|
16745
17115
|
"application/json": {
|
|
16746
17116
|
data?: {
|
|
16747
|
-
/** @example
|
|
17117
|
+
/** @example 101 */
|
|
16748
17118
|
id?: number;
|
|
16749
17119
|
compliance?: {
|
|
16750
17120
|
/** @example 1 */
|
|
@@ -16764,9 +17134,9 @@ export interface operations {
|
|
|
16764
17134
|
rejection_reason?: string | null;
|
|
16765
17135
|
/** @example 1 */
|
|
16766
17136
|
reviewed_by?: number;
|
|
16767
|
-
/** @example 2026-04-
|
|
17137
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16768
17138
|
reviewed_at?: string;
|
|
16769
|
-
/** @example 2026-04-
|
|
17139
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16770
17140
|
created_at?: string;
|
|
16771
17141
|
};
|
|
16772
17142
|
};
|
|
@@ -16793,7 +17163,7 @@ export interface operations {
|
|
|
16793
17163
|
content: {
|
|
16794
17164
|
"application/json": {
|
|
16795
17165
|
data?: {
|
|
16796
|
-
/** @example
|
|
17166
|
+
/** @example 102 */
|
|
16797
17167
|
id?: number;
|
|
16798
17168
|
compliance?: {
|
|
16799
17169
|
/** @example 1 */
|
|
@@ -16813,9 +17183,9 @@ export interface operations {
|
|
|
16813
17183
|
rejection_reason?: string | null;
|
|
16814
17184
|
/** @example 1 */
|
|
16815
17185
|
reviewed_by?: number;
|
|
16816
|
-
/** @example 2026-04-
|
|
17186
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16817
17187
|
reviewed_at?: string;
|
|
16818
|
-
/** @example 2026-04-
|
|
17188
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16819
17189
|
created_at?: string;
|
|
16820
17190
|
};
|
|
16821
17191
|
};
|
|
@@ -17268,7 +17638,7 @@ export interface operations {
|
|
|
17268
17638
|
sku?: string;
|
|
17269
17639
|
/** @example 09 Apr 2026, 11:14 AM */
|
|
17270
17640
|
published_at?: string;
|
|
17271
|
-
/** @example 1
|
|
17641
|
+
/** @example 1 week ago */
|
|
17272
17642
|
published_since?: string;
|
|
17273
17643
|
details?: {
|
|
17274
17644
|
/** @example New Benin */
|
|
@@ -17837,35 +18207,35 @@ export interface operations {
|
|
|
17837
18207
|
/**
|
|
17838
18208
|
* @example [
|
|
17839
18209
|
* {
|
|
17840
|
-
* "uid": "
|
|
18210
|
+
* "uid": "d4752796-044f-4291-8925-fc40f489e3b1",
|
|
17841
18211
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17842
18212
|
* "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.",
|
|
17843
18213
|
* "status": "reported",
|
|
17844
18214
|
* "priority": "emergency",
|
|
17845
|
-
* "reported_at": "2026-04-
|
|
17846
|
-
* "assigned_at": "2026-04-
|
|
18215
|
+
* "reported_at": "2026-04-14T17:51:45.000000Z",
|
|
18216
|
+
* "assigned_at": "2026-04-19T14:11:37.000000Z",
|
|
17847
18217
|
* "completed_at": null,
|
|
17848
|
-
* "sla_deadline": "2026-04-
|
|
17849
|
-
* "created_at": "2026-04-
|
|
17850
|
-
* "updated_at": "2026-04-
|
|
18218
|
+
* "sla_deadline": "2026-04-22T19:34:00.000000Z",
|
|
18219
|
+
* "created_at": "2026-04-21T06:38:10.000000Z",
|
|
18220
|
+
* "updated_at": "2026-04-21T06:38:10.000000Z"
|
|
17851
18221
|
* },
|
|
17852
18222
|
* {
|
|
17853
|
-
* "uid": "
|
|
18223
|
+
* "uid": "8dc171c0-05fe-4809-b6e0-b7501dc9113a",
|
|
17854
18224
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17855
18225
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17856
18226
|
* "status": "completed",
|
|
17857
18227
|
* "priority": "normal",
|
|
17858
|
-
* "reported_at": "2026-04-
|
|
18228
|
+
* "reported_at": "2026-04-17T06:30:10.000000Z",
|
|
17859
18229
|
* "assigned_at": null,
|
|
17860
18230
|
* "completed_at": null,
|
|
17861
|
-
* "sla_deadline": "2026-04-
|
|
17862
|
-
* "created_at": "2026-04-
|
|
17863
|
-
* "updated_at": "2026-04-
|
|
18231
|
+
* "sla_deadline": "2026-04-24T03:33:57.000000Z",
|
|
18232
|
+
* "created_at": "2026-04-21T06:38:10.000000Z",
|
|
18233
|
+
* "updated_at": "2026-04-21T06:38:10.000000Z"
|
|
17864
18234
|
* }
|
|
17865
18235
|
* ]
|
|
17866
18236
|
*/
|
|
17867
18237
|
data?: {
|
|
17868
|
-
/** @example
|
|
18238
|
+
/** @example d4752796-044f-4291-8925-fc40f489e3b1 */
|
|
17869
18239
|
uid?: string;
|
|
17870
18240
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
17871
18241
|
title?: string;
|
|
@@ -17875,17 +18245,17 @@ export interface operations {
|
|
|
17875
18245
|
status?: string;
|
|
17876
18246
|
/** @example emergency */
|
|
17877
18247
|
priority?: string;
|
|
17878
|
-
/** @example 2026-04-
|
|
18248
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
17879
18249
|
reported_at?: string;
|
|
17880
|
-
/** @example 2026-04-
|
|
18250
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
17881
18251
|
assigned_at?: string;
|
|
17882
18252
|
/** @example null */
|
|
17883
18253
|
completed_at?: string | null;
|
|
17884
|
-
/** @example 2026-04-
|
|
18254
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
17885
18255
|
sla_deadline?: string;
|
|
17886
|
-
/** @example 2026-04-
|
|
18256
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
17887
18257
|
created_at?: string;
|
|
17888
|
-
/** @example 2026-04-
|
|
18258
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
17889
18259
|
updated_at?: string;
|
|
17890
18260
|
}[];
|
|
17891
18261
|
links?: {
|
|
@@ -17980,13 +18350,13 @@ export interface operations {
|
|
|
17980
18350
|
content: {
|
|
17981
18351
|
"application/json": {
|
|
17982
18352
|
data?: {
|
|
17983
|
-
/** @example
|
|
18353
|
+
/** @example de34ce98-1886-4978-9fd9-c18895db2998 */
|
|
17984
18354
|
uid?: string;
|
|
17985
18355
|
/** @example image */
|
|
17986
18356
|
file_type?: string;
|
|
17987
18357
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
17988
18358
|
url?: string;
|
|
17989
|
-
/** @example 2026-04-
|
|
18359
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
17990
18360
|
created_at?: string;
|
|
17991
18361
|
};
|
|
17992
18362
|
};
|
|
@@ -18031,7 +18401,7 @@ export interface operations {
|
|
|
18031
18401
|
content: {
|
|
18032
18402
|
"application/json": {
|
|
18033
18403
|
data?: {
|
|
18034
|
-
/** @example
|
|
18404
|
+
/** @example 22 */
|
|
18035
18405
|
id?: number;
|
|
18036
18406
|
/** @example property_inquiry */
|
|
18037
18407
|
type?: string;
|
|
@@ -18039,7 +18409,7 @@ export interface operations {
|
|
|
18039
18409
|
listing_id?: number;
|
|
18040
18410
|
/** @example null */
|
|
18041
18411
|
last_message_at?: string | null;
|
|
18042
|
-
/** @example 2026-04-
|
|
18412
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18043
18413
|
created_at?: string;
|
|
18044
18414
|
};
|
|
18045
18415
|
};
|
|
@@ -18065,23 +18435,23 @@ export interface operations {
|
|
|
18065
18435
|
/**
|
|
18066
18436
|
* @example [
|
|
18067
18437
|
* {
|
|
18068
|
-
* "id":
|
|
18438
|
+
* "id": 23,
|
|
18069
18439
|
* "type": "property_inquiry",
|
|
18070
18440
|
* "listing_id": 2,
|
|
18071
18441
|
* "last_message_at": null,
|
|
18072
|
-
* "created_at": "2026-04-
|
|
18442
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18073
18443
|
* },
|
|
18074
18444
|
* {
|
|
18075
|
-
* "id":
|
|
18445
|
+
* "id": 24,
|
|
18076
18446
|
* "type": "property_inquiry",
|
|
18077
18447
|
* "listing_id": 2,
|
|
18078
18448
|
* "last_message_at": null,
|
|
18079
|
-
* "created_at": "2026-04-
|
|
18449
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18080
18450
|
* }
|
|
18081
18451
|
* ]
|
|
18082
18452
|
*/
|
|
18083
18453
|
data?: {
|
|
18084
|
-
/** @example
|
|
18454
|
+
/** @example 23 */
|
|
18085
18455
|
id?: number;
|
|
18086
18456
|
/** @example property_inquiry */
|
|
18087
18457
|
type?: string;
|
|
@@ -18089,7 +18459,7 @@ export interface operations {
|
|
|
18089
18459
|
listing_id?: number;
|
|
18090
18460
|
/** @example null */
|
|
18091
18461
|
last_message_at?: string | null;
|
|
18092
|
-
/** @example 2026-04-
|
|
18462
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18093
18463
|
created_at?: string;
|
|
18094
18464
|
}[];
|
|
18095
18465
|
links?: {
|
|
@@ -18407,27 +18777,27 @@ export interface operations {
|
|
|
18407
18777
|
/**
|
|
18408
18778
|
* @example [
|
|
18409
18779
|
* {
|
|
18410
|
-
* "id": "
|
|
18780
|
+
* "id": "c3eff963-0bef-4fcb-b884-39a20c38cec1",
|
|
18411
18781
|
* "type": "APPOINTMENT_CREATED",
|
|
18412
18782
|
* "title": "faker notification",
|
|
18413
18783
|
* "body": "faker notification body",
|
|
18414
18784
|
* "data": [],
|
|
18415
18785
|
* "read_at": null,
|
|
18416
|
-
* "created_at": "2026-04-
|
|
18786
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18417
18787
|
* },
|
|
18418
18788
|
* {
|
|
18419
|
-
* "id": "
|
|
18789
|
+
* "id": "b55d9003-5dfc-422d-b701-d48ce76c9b51",
|
|
18420
18790
|
* "type": "APPOINTMENT_CREATED",
|
|
18421
18791
|
* "title": "faker notification",
|
|
18422
18792
|
* "body": "faker notification body",
|
|
18423
18793
|
* "data": [],
|
|
18424
18794
|
* "read_at": null,
|
|
18425
|
-
* "created_at": "2026-04-
|
|
18795
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18426
18796
|
* }
|
|
18427
18797
|
* ]
|
|
18428
18798
|
*/
|
|
18429
18799
|
data?: {
|
|
18430
|
-
/** @example
|
|
18800
|
+
/** @example c3eff963-0bef-4fcb-b884-39a20c38cec1 */
|
|
18431
18801
|
id?: string;
|
|
18432
18802
|
/** @example APPOINTMENT_CREATED */
|
|
18433
18803
|
type?: string;
|
|
@@ -18439,7 +18809,7 @@ export interface operations {
|
|
|
18439
18809
|
data?: unknown[];
|
|
18440
18810
|
/** @example null */
|
|
18441
18811
|
read_at?: string | null;
|
|
18442
|
-
/** @example 2026-04-
|
|
18812
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18443
18813
|
created_at?: string;
|
|
18444
18814
|
}[];
|
|
18445
18815
|
links?: {
|
|
@@ -18523,7 +18893,7 @@ export interface operations {
|
|
|
18523
18893
|
};
|
|
18524
18894
|
content: {
|
|
18525
18895
|
"application/json": {
|
|
18526
|
-
/** @example
|
|
18896
|
+
/** @example 3e681170-d3c2-48b0-84f3-dfb5d90feb80 */
|
|
18527
18897
|
id?: string;
|
|
18528
18898
|
/** @example APPOINTMENT_CREATED */
|
|
18529
18899
|
type?: string;
|
|
@@ -18535,7 +18905,7 @@ export interface operations {
|
|
|
18535
18905
|
data?: unknown[];
|
|
18536
18906
|
/** @example null */
|
|
18537
18907
|
read_at?: string | null;
|
|
18538
|
-
/** @example 2026-04-
|
|
18908
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18539
18909
|
created_at?: string;
|
|
18540
18910
|
};
|
|
18541
18911
|
};
|
|
@@ -18782,45 +19152,45 @@ export interface operations {
|
|
|
18782
19152
|
/**
|
|
18783
19153
|
* @example [
|
|
18784
19154
|
* {
|
|
18785
|
-
* "id":
|
|
19155
|
+
* "id": 43,
|
|
18786
19156
|
* "rating": 1,
|
|
18787
19157
|
* "comment": "Nice Listing",
|
|
18788
19158
|
* "reviewer": {
|
|
18789
|
-
* "id":
|
|
18790
|
-
* "name": "
|
|
19159
|
+
* "id": 14,
|
|
19160
|
+
* "name": "Ray Clark"
|
|
18791
19161
|
* },
|
|
18792
|
-
* "created_at": "2026-04-
|
|
18793
|
-
* "updated_at": "2026-04-
|
|
19162
|
+
* "created_at": "2026-04-21T06:38:10+00:00",
|
|
19163
|
+
* "updated_at": "2026-04-21T06:38:10+00:00"
|
|
18794
19164
|
* },
|
|
18795
19165
|
* {
|
|
18796
|
-
* "id":
|
|
19166
|
+
* "id": 44,
|
|
18797
19167
|
* "rating": 1,
|
|
18798
19168
|
* "comment": "Nice Listing",
|
|
18799
19169
|
* "reviewer": {
|
|
18800
|
-
* "id":
|
|
18801
|
-
* "name": "
|
|
19170
|
+
* "id": 3,
|
|
19171
|
+
* "name": "Teagan King"
|
|
18802
19172
|
* },
|
|
18803
|
-
* "created_at": "2026-04-
|
|
18804
|
-
* "updated_at": "2026-04-
|
|
19173
|
+
* "created_at": "2026-04-21T06:38:10+00:00",
|
|
19174
|
+
* "updated_at": "2026-04-21T06:38:10+00:00"
|
|
18805
19175
|
* }
|
|
18806
19176
|
* ]
|
|
18807
19177
|
*/
|
|
18808
19178
|
data?: {
|
|
18809
|
-
/** @example
|
|
19179
|
+
/** @example 43 */
|
|
18810
19180
|
id?: number;
|
|
18811
19181
|
/** @example 1 */
|
|
18812
19182
|
rating?: number;
|
|
18813
19183
|
/** @example Nice Listing */
|
|
18814
19184
|
comment?: string;
|
|
18815
19185
|
reviewer?: {
|
|
18816
|
-
/** @example
|
|
19186
|
+
/** @example 14 */
|
|
18817
19187
|
id?: number;
|
|
18818
|
-
/** @example
|
|
19188
|
+
/** @example Ray Clark */
|
|
18819
19189
|
name?: string;
|
|
18820
19190
|
};
|
|
18821
|
-
/** @example 2026-04-
|
|
19191
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18822
19192
|
created_at?: string;
|
|
18823
|
-
/** @example 2026-04-
|
|
19193
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18824
19194
|
updated_at?: string;
|
|
18825
19195
|
}[];
|
|
18826
19196
|
links?: {
|
|
@@ -18974,21 +19344,21 @@ export interface operations {
|
|
|
18974
19344
|
content: {
|
|
18975
19345
|
"application/json": {
|
|
18976
19346
|
data?: {
|
|
18977
|
-
/** @example
|
|
19347
|
+
/** @example 45 */
|
|
18978
19348
|
id?: number;
|
|
18979
19349
|
/** @example 1 */
|
|
18980
19350
|
rating?: number;
|
|
18981
19351
|
/** @example Nice Listing */
|
|
18982
19352
|
comment?: string;
|
|
18983
19353
|
reviewer?: {
|
|
18984
|
-
/** @example
|
|
19354
|
+
/** @example 18 */
|
|
18985
19355
|
id?: number;
|
|
18986
|
-
/** @example
|
|
19356
|
+
/** @example Wayne Davies */
|
|
18987
19357
|
name?: string;
|
|
18988
19358
|
};
|
|
18989
|
-
/** @example 2026-04-
|
|
19359
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18990
19360
|
created_at?: string;
|
|
18991
|
-
/** @example 2026-04-
|
|
19361
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18992
19362
|
updated_at?: string;
|
|
18993
19363
|
};
|
|
18994
19364
|
};
|
|
@@ -19032,7 +19402,7 @@ export interface operations {
|
|
|
19032
19402
|
content: {
|
|
19033
19403
|
"application/json": {
|
|
19034
19404
|
data?: {
|
|
19035
|
-
/** @example
|
|
19405
|
+
/** @example 46 */
|
|
19036
19406
|
id?: number;
|
|
19037
19407
|
/** @example 1 */
|
|
19038
19408
|
rating?: number;
|
|
@@ -19041,12 +19411,12 @@ export interface operations {
|
|
|
19041
19411
|
reviewer?: {
|
|
19042
19412
|
/** @example 5 */
|
|
19043
19413
|
id?: number;
|
|
19044
|
-
/** @example
|
|
19414
|
+
/** @example Mary Hall */
|
|
19045
19415
|
name?: string;
|
|
19046
19416
|
};
|
|
19047
|
-
/** @example 2026-04-
|
|
19417
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19048
19418
|
created_at?: string;
|
|
19049
|
-
/** @example 2026-04-
|
|
19419
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19050
19420
|
updated_at?: string;
|
|
19051
19421
|
};
|
|
19052
19422
|
};
|
|
@@ -19088,21 +19458,21 @@ export interface operations {
|
|
|
19088
19458
|
content: {
|
|
19089
19459
|
"application/json": {
|
|
19090
19460
|
data?: {
|
|
19091
|
-
/** @example
|
|
19461
|
+
/** @example 47 */
|
|
19092
19462
|
id?: number;
|
|
19093
19463
|
/** @example 1 */
|
|
19094
19464
|
rating?: number;
|
|
19095
19465
|
/** @example Nice Listing */
|
|
19096
19466
|
comment?: string;
|
|
19097
19467
|
reviewer?: {
|
|
19098
|
-
/** @example
|
|
19468
|
+
/** @example 19 */
|
|
19099
19469
|
id?: number;
|
|
19100
|
-
/** @example
|
|
19470
|
+
/** @example John Brown */
|
|
19101
19471
|
name?: string;
|
|
19102
19472
|
};
|
|
19103
|
-
/** @example 2026-04-
|
|
19473
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19104
19474
|
created_at?: string;
|
|
19105
|
-
/** @example 2026-04-
|
|
19475
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19106
19476
|
updated_at?: string;
|
|
19107
19477
|
};
|
|
19108
19478
|
};
|
|
@@ -19129,21 +19499,21 @@ export interface operations {
|
|
|
19129
19499
|
content: {
|
|
19130
19500
|
"application/json": {
|
|
19131
19501
|
data?: {
|
|
19132
|
-
/** @example
|
|
19502
|
+
/** @example 48 */
|
|
19133
19503
|
id?: number;
|
|
19134
19504
|
/** @example 1 */
|
|
19135
19505
|
rating?: number;
|
|
19136
19506
|
/** @example Nice Listing */
|
|
19137
19507
|
comment?: string;
|
|
19138
19508
|
reviewer?: {
|
|
19139
|
-
/** @example
|
|
19509
|
+
/** @example 5 */
|
|
19140
19510
|
id?: number;
|
|
19141
|
-
/** @example
|
|
19511
|
+
/** @example Mary Hall */
|
|
19142
19512
|
name?: string;
|
|
19143
19513
|
};
|
|
19144
|
-
/** @example 2026-04-
|
|
19514
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19145
19515
|
created_at?: string;
|
|
19146
|
-
/** @example 2026-04-
|
|
19516
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19147
19517
|
updated_at?: string;
|
|
19148
19518
|
};
|
|
19149
19519
|
};
|
|
@@ -19170,7 +19540,7 @@ export interface operations {
|
|
|
19170
19540
|
content: {
|
|
19171
19541
|
"application/json": {
|
|
19172
19542
|
data?: {
|
|
19173
|
-
/** @example
|
|
19543
|
+
/** @example 0d3f8dae-b682-45ba-b540-c18e853a51c8 */
|
|
19174
19544
|
uid?: string;
|
|
19175
19545
|
/** @example 1 */
|
|
19176
19546
|
listing_id?: number;
|
|
@@ -19178,23 +19548,23 @@ export interface operations {
|
|
|
19178
19548
|
landlord_id?: number;
|
|
19179
19549
|
/** @example 2 */
|
|
19180
19550
|
tenant_id?: number;
|
|
19181
|
-
/** @example
|
|
19551
|
+
/** @example 4881.50 */
|
|
19182
19552
|
rent_amount?: string;
|
|
19183
|
-
/** @example
|
|
19553
|
+
/** @example 2151.17 */
|
|
19184
19554
|
deposit_amount?: string;
|
|
19185
|
-
/** @example
|
|
19555
|
+
/** @example offer_accepted */
|
|
19186
19556
|
state?: string;
|
|
19187
|
-
/** @example
|
|
19557
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
19188
19558
|
start_date?: string;
|
|
19189
|
-
/** @example
|
|
19559
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
19190
19560
|
end_date?: string;
|
|
19191
|
-
/** @example
|
|
19561
|
+
/** @example false */
|
|
19192
19562
|
is_periodic?: boolean;
|
|
19193
19563
|
/** @example null */
|
|
19194
19564
|
company_name?: string | null;
|
|
19195
19565
|
/** @example null */
|
|
19196
19566
|
company_registration_number?: string | null;
|
|
19197
|
-
/** @example 2026-04-
|
|
19567
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
19198
19568
|
created_at?: string;
|
|
19199
19569
|
/** @example [] */
|
|
19200
19570
|
compliances?: unknown[];
|
|
@@ -19271,7 +19641,7 @@ export interface operations {
|
|
|
19271
19641
|
content: {
|
|
19272
19642
|
"application/json": {
|
|
19273
19643
|
data?: {
|
|
19274
|
-
/** @example
|
|
19644
|
+
/** @example db49948c-5d15-4b47-9c91-2099aebb09b7 */
|
|
19275
19645
|
uid?: string;
|
|
19276
19646
|
/** @example 1 */
|
|
19277
19647
|
listing_id?: number;
|
|
@@ -19285,9 +19655,9 @@ export interface operations {
|
|
|
19285
19655
|
deposit_amount?: string;
|
|
19286
19656
|
/** @example active */
|
|
19287
19657
|
state?: string;
|
|
19288
|
-
/** @example 2025-
|
|
19658
|
+
/** @example 2025-10-06T00:00:00.000000Z */
|
|
19289
19659
|
start_date?: string;
|
|
19290
|
-
/** @example 2026-
|
|
19660
|
+
/** @example 2026-10-06T00:00:00.000000Z */
|
|
19291
19661
|
end_date?: string;
|
|
19292
19662
|
/** @example true */
|
|
19293
19663
|
is_periodic?: boolean;
|
|
@@ -19295,7 +19665,7 @@ export interface operations {
|
|
|
19295
19665
|
company_name?: string | null;
|
|
19296
19666
|
/** @example null */
|
|
19297
19667
|
company_registration_number?: string | null;
|
|
19298
|
-
/** @example 2026-04-
|
|
19668
|
+
/** @example 2026-04-21T06:38:11.000000Z */
|
|
19299
19669
|
created_at?: string;
|
|
19300
19670
|
};
|
|
19301
19671
|
};
|
|
@@ -19587,17 +19957,17 @@ export interface operations {
|
|
|
19587
19957
|
* "from_state": "enquiry",
|
|
19588
19958
|
* "to_state": "pre_move_in_ready",
|
|
19589
19959
|
* "changed_by_user_id": 3,
|
|
19590
|
-
* "changed_by_name": "
|
|
19960
|
+
* "changed_by_name": "Teagan King",
|
|
19591
19961
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19592
|
-
* "created_at": "2025-12-
|
|
19962
|
+
* "created_at": "2025-12-13T17:25:10.000000Z"
|
|
19593
19963
|
* },
|
|
19594
19964
|
* {
|
|
19595
19965
|
* "from_state": "pre_move_in_ready",
|
|
19596
19966
|
* "to_state": "periodic",
|
|
19597
19967
|
* "changed_by_user_id": 3,
|
|
19598
|
-
* "changed_by_name": "
|
|
19968
|
+
* "changed_by_name": "Teagan King",
|
|
19599
19969
|
* "comment": null,
|
|
19600
|
-
* "created_at": "2025-10-
|
|
19970
|
+
* "created_at": "2025-10-30T01:20:50.000000Z"
|
|
19601
19971
|
* }
|
|
19602
19972
|
* ]
|
|
19603
19973
|
*/
|
|
@@ -19608,11 +19978,11 @@ export interface operations {
|
|
|
19608
19978
|
to_state?: string;
|
|
19609
19979
|
/** @example 3 */
|
|
19610
19980
|
changed_by_user_id?: number;
|
|
19611
|
-
/** @example
|
|
19981
|
+
/** @example Teagan King */
|
|
19612
19982
|
changed_by_name?: string;
|
|
19613
19983
|
/** @example Qui commodi incidunt iure odit. */
|
|
19614
19984
|
comment?: string;
|
|
19615
|
-
/** @example 2025-12-
|
|
19985
|
+
/** @example 2025-12-13T17:25:10.000000Z */
|
|
19616
19986
|
created_at?: string;
|
|
19617
19987
|
}[];
|
|
19618
19988
|
};
|
|
@@ -19856,7 +20226,7 @@ export interface operations {
|
|
|
19856
20226
|
content: {
|
|
19857
20227
|
"application/json": {
|
|
19858
20228
|
data?: {
|
|
19859
|
-
/** @example
|
|
20229
|
+
/** @example 9c021b2b-4ece-4310-a12b-e3d6d92a7768 */
|
|
19860
20230
|
uid?: string;
|
|
19861
20231
|
/** @example Ms. Audra Crooks II */
|
|
19862
20232
|
username?: string;
|
|
@@ -19886,7 +20256,7 @@ export interface operations {
|
|
|
19886
20256
|
timezone?: string;
|
|
19887
20257
|
/** @example Customer */
|
|
19888
20258
|
user_type?: string;
|
|
19889
|
-
/** @example
|
|
20259
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
19890
20260
|
created?: string;
|
|
19891
20261
|
/** @example 0 seconds ago */
|
|
19892
20262
|
email_verified_at?: string;
|
|
@@ -19985,7 +20355,7 @@ export interface operations {
|
|
|
19985
20355
|
content: {
|
|
19986
20356
|
"application/json": {
|
|
19987
20357
|
data?: {
|
|
19988
|
-
/** @example
|
|
20358
|
+
/** @example 71db98bd-d94c-4bf6-997b-3722d42ef113 */
|
|
19989
20359
|
uid?: string;
|
|
19990
20360
|
/** @example Morgan Hirthe */
|
|
19991
20361
|
username?: string;
|
|
@@ -20015,7 +20385,7 @@ export interface operations {
|
|
|
20015
20385
|
timezone?: string;
|
|
20016
20386
|
/** @example Customer */
|
|
20017
20387
|
user_type?: string;
|
|
20018
|
-
/** @example
|
|
20388
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20019
20389
|
created?: string;
|
|
20020
20390
|
/** @example 0 seconds ago */
|
|
20021
20391
|
email_verified_at?: string;
|
|
@@ -20087,7 +20457,7 @@ export interface operations {
|
|
|
20087
20457
|
content: {
|
|
20088
20458
|
"application/json": {
|
|
20089
20459
|
data?: {
|
|
20090
|
-
/** @example
|
|
20460
|
+
/** @example 9944437a-b270-4718-9ac1-869e5b473411 */
|
|
20091
20461
|
uid?: string;
|
|
20092
20462
|
/** @example Ms. Audra Crooks II */
|
|
20093
20463
|
username?: string;
|
|
@@ -20117,7 +20487,7 @@ export interface operations {
|
|
|
20117
20487
|
timezone?: string;
|
|
20118
20488
|
/** @example Customer */
|
|
20119
20489
|
user_type?: string;
|
|
20120
|
-
/** @example
|
|
20490
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20121
20491
|
created?: string;
|
|
20122
20492
|
/** @example 0 seconds ago */
|
|
20123
20493
|
email_verified_at?: string;
|
|
@@ -20351,13 +20721,13 @@ export interface operations {
|
|
|
20351
20721
|
content: {
|
|
20352
20722
|
"application/json": {
|
|
20353
20723
|
data?: {
|
|
20354
|
-
/** @example
|
|
20724
|
+
/** @example 6 */
|
|
20355
20725
|
current_level?: number;
|
|
20356
20726
|
/** @example 3 */
|
|
20357
20727
|
completed_layers?: number;
|
|
20358
|
-
/** @example
|
|
20728
|
+
/** @example 5 */
|
|
20359
20729
|
pending_layers?: number;
|
|
20360
|
-
/** @example
|
|
20730
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20361
20731
|
last_calculated_at?: string;
|
|
20362
20732
|
};
|
|
20363
20733
|
};
|
|
@@ -20405,7 +20775,7 @@ export interface operations {
|
|
|
20405
20775
|
completed_layers?: number;
|
|
20406
20776
|
/** @example 4 */
|
|
20407
20777
|
pending_layers?: number;
|
|
20408
|
-
/** @example
|
|
20778
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20409
20779
|
last_calculated_at?: string;
|
|
20410
20780
|
};
|
|
20411
20781
|
};
|
|
@@ -20439,14 +20809,14 @@ export interface operations {
|
|
|
20439
20809
|
content: {
|
|
20440
20810
|
"application/json": {
|
|
20441
20811
|
data?: {
|
|
20442
|
-
/** @example
|
|
20812
|
+
/** @example 9a3bee17-da48-419c-9ead-c191ee471960 */
|
|
20443
20813
|
wishlist_uid?: string;
|
|
20444
20814
|
listing?: {
|
|
20445
|
-
/** @example New For Sale Used Item draft •
|
|
20815
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
|
|
20446
20816
|
draft_name?: string;
|
|
20447
|
-
/** @example LST-UIT-SAL-
|
|
20817
|
+
/** @example LST-UIT-SAL-MO895JNX8M1 */
|
|
20448
20818
|
sku?: string;
|
|
20449
|
-
/** @example
|
|
20819
|
+
/** @example 9d98f165-7f32-446f-9a82-ec57e8a36e66 */
|
|
20450
20820
|
uid?: string;
|
|
20451
20821
|
/** @example Sale */
|
|
20452
20822
|
listing_type?: string;
|
|
@@ -20530,15 +20900,15 @@ export interface operations {
|
|
|
20530
20900
|
/**
|
|
20531
20901
|
* @example [
|
|
20532
20902
|
* {
|
|
20533
|
-
* "wishlist_uid": "
|
|
20903
|
+
* "wishlist_uid": "3f1b5735-8263-452f-bbe9-c2508266de60"
|
|
20534
20904
|
* },
|
|
20535
20905
|
* {
|
|
20536
|
-
* "wishlist_uid": "
|
|
20906
|
+
* "wishlist_uid": "4aa59f2c-00fe-47bd-9359-874e9be2e5ad"
|
|
20537
20907
|
* }
|
|
20538
20908
|
* ]
|
|
20539
20909
|
*/
|
|
20540
20910
|
data?: {
|
|
20541
|
-
/** @example
|
|
20911
|
+
/** @example 3f1b5735-8263-452f-bbe9-c2508266de60 */
|
|
20542
20912
|
wishlist_uid?: string;
|
|
20543
20913
|
}[];
|
|
20544
20914
|
links?: {
|
|
@@ -20626,7 +20996,7 @@ export interface operations {
|
|
|
20626
20996
|
completed_layers?: number;
|
|
20627
20997
|
/** @example 4 */
|
|
20628
20998
|
pending_layers?: number;
|
|
20629
|
-
/** @example
|
|
20999
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20630
21000
|
last_calculated_at?: string;
|
|
20631
21001
|
};
|
|
20632
21002
|
};
|
|
@@ -20788,7 +21158,7 @@ export interface operations {
|
|
|
20788
21158
|
completed_layers?: number;
|
|
20789
21159
|
/** @example 4 */
|
|
20790
21160
|
pending_layers?: number;
|
|
20791
|
-
/** @example
|
|
21161
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20792
21162
|
last_calculated_at?: string;
|
|
20793
21163
|
};
|
|
20794
21164
|
};
|