@justins-home/types 1.1.35 → 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 +1066 -827
- 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
|
};
|
|
@@ -5629,7 +5647,7 @@ export interface operations {
|
|
|
5629
5647
|
content: {
|
|
5630
5648
|
"application/json": {
|
|
5631
5649
|
data?: {
|
|
5632
|
-
/** @example
|
|
5650
|
+
/** @example 1a488967-ecaa-4fd4-b735-d1c7f1965054 */
|
|
5633
5651
|
uid?: string;
|
|
5634
5652
|
/** @example Ms. Audra Crooks II */
|
|
5635
5653
|
username?: string;
|
|
@@ -5659,7 +5677,7 @@ export interface operations {
|
|
|
5659
5677
|
timezone?: string;
|
|
5660
5678
|
/** @example Customer */
|
|
5661
5679
|
user_type?: string;
|
|
5662
|
-
/** @example
|
|
5680
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
5663
5681
|
created?: string;
|
|
5664
5682
|
/** @example 0 seconds ago */
|
|
5665
5683
|
email_verified_at?: string;
|
|
@@ -5912,11 +5930,11 @@ export interface operations {
|
|
|
5912
5930
|
content: {
|
|
5913
5931
|
"application/json": {
|
|
5914
5932
|
data?: {
|
|
5915
|
-
/** @example New For Rent Property draft •
|
|
5933
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
5916
5934
|
draft_name?: string;
|
|
5917
|
-
/** @example LST-PRP-LTR-
|
|
5935
|
+
/** @example LST-PRP-LTR-MO895IZOR4K */
|
|
5918
5936
|
sku?: string;
|
|
5919
|
-
/** @example
|
|
5937
|
+
/** @example e7e00966-052a-4c8c-92c2-1ec08bf69de2 */
|
|
5920
5938
|
uid?: string;
|
|
5921
5939
|
/** @example Rent */
|
|
5922
5940
|
listing_type?: string;
|
|
@@ -7328,7 +7346,7 @@ export interface operations {
|
|
|
7328
7346
|
content: {
|
|
7329
7347
|
"application/json": {
|
|
7330
7348
|
/**
|
|
7331
|
-
* @example
|
|
7349
|
+
* @example Pending
|
|
7332
7350
|
* @enum {string}
|
|
7333
7351
|
*/
|
|
7334
7352
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7343,7 +7361,7 @@ export interface operations {
|
|
|
7343
7361
|
content: {
|
|
7344
7362
|
"application/json": {
|
|
7345
7363
|
data?: {
|
|
7346
|
-
/** @example
|
|
7364
|
+
/** @example e7a84b70-edad-43f9-93a8-d5f842f5b4e1 */
|
|
7347
7365
|
uid?: string;
|
|
7348
7366
|
/** @example Morgan Hirthe */
|
|
7349
7367
|
username?: string;
|
|
@@ -7373,7 +7391,7 @@ export interface operations {
|
|
|
7373
7391
|
timezone?: string;
|
|
7374
7392
|
/** @example Customer */
|
|
7375
7393
|
user_type?: string;
|
|
7376
|
-
/** @example
|
|
7394
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
7377
7395
|
created?: string;
|
|
7378
7396
|
/** @example 0 seconds ago */
|
|
7379
7397
|
email_verified_at?: string;
|
|
@@ -8002,11 +8020,11 @@ export interface operations {
|
|
|
8002
8020
|
content: {
|
|
8003
8021
|
"application/json": {
|
|
8004
8022
|
data?: {
|
|
8005
|
-
/** @example New For Rent Property draft •
|
|
8023
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
8006
8024
|
draft_name?: string;
|
|
8007
|
-
/** @example LST-PRP-LTR-
|
|
8025
|
+
/** @example LST-PRP-LTR-MO895J2YNDW */
|
|
8008
8026
|
sku?: string;
|
|
8009
|
-
/** @example
|
|
8027
|
+
/** @example 21fcce8e-0ff2-4f7f-9945-defca68cabf3 */
|
|
8010
8028
|
uid?: string;
|
|
8011
8029
|
/** @example Rent */
|
|
8012
8030
|
listing_type?: string;
|
|
@@ -8446,7 +8464,7 @@ export interface operations {
|
|
|
8446
8464
|
content: {
|
|
8447
8465
|
"application/json": {
|
|
8448
8466
|
data?: {
|
|
8449
|
-
/** @example
|
|
8467
|
+
/** @example d4e2bd07-e6b0-4315-8210-52424ffbdf34 */
|
|
8450
8468
|
uid?: string;
|
|
8451
8469
|
/** @example photo */
|
|
8452
8470
|
media_type?: string;
|
|
@@ -8753,9 +8771,9 @@ export interface operations {
|
|
|
8753
8771
|
/**
|
|
8754
8772
|
* @example [
|
|
8755
8773
|
* {
|
|
8756
|
-
* "draft_name": "New For Sale Used Item draft •
|
|
8757
|
-
* "sku": "LST-UIT-SAL-
|
|
8758
|
-
* "uid": "
|
|
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",
|
|
8759
8777
|
* "listing_type": "Sale",
|
|
8760
8778
|
* "vertical": "Used Item",
|
|
8761
8779
|
* "arrangement_type": null,
|
|
@@ -8770,32 +8788,30 @@ export interface operations {
|
|
|
8770
8788
|
* "media": []
|
|
8771
8789
|
* },
|
|
8772
8790
|
* {
|
|
8773
|
-
* "draft_name": "New For Sale
|
|
8774
|
-
* "sku": "LST-
|
|
8775
|
-
* "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",
|
|
8776
8794
|
* "listing_type": "Sale",
|
|
8777
|
-
* "vertical": "
|
|
8778
|
-
* "arrangement_type":
|
|
8779
|
-
* "arrangement_type_label":
|
|
8795
|
+
* "vertical": "Used Item",
|
|
8796
|
+
* "arrangement_type": null,
|
|
8797
|
+
* "arrangement_type_label": null,
|
|
8780
8798
|
* "price": null,
|
|
8781
8799
|
* "state": "draft",
|
|
8782
8800
|
* "published_at": null,
|
|
8783
8801
|
* "published_since": null,
|
|
8784
8802
|
* "is_visible": false,
|
|
8785
|
-
* "summary":
|
|
8786
|
-
* "availability": null
|
|
8787
|
-
* },
|
|
8803
|
+
* "summary": [],
|
|
8788
8804
|
* "workflow": [],
|
|
8789
8805
|
* "media": []
|
|
8790
8806
|
* }
|
|
8791
8807
|
* ]
|
|
8792
8808
|
*/
|
|
8793
8809
|
data?: {
|
|
8794
|
-
/** @example New For Sale Used Item draft •
|
|
8810
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
|
|
8795
8811
|
draft_name?: string;
|
|
8796
|
-
/** @example LST-UIT-SAL-
|
|
8812
|
+
/** @example LST-UIT-SAL-MO895J4OGFG */
|
|
8797
8813
|
sku?: string;
|
|
8798
|
-
/** @example
|
|
8814
|
+
/** @example 47e62855-e433-49c3-a53c-1bf821fa4e33 */
|
|
8799
8815
|
uid?: string;
|
|
8800
8816
|
/** @example Sale */
|
|
8801
8817
|
listing_type?: string;
|
|
@@ -8988,11 +9004,11 @@ export interface operations {
|
|
|
8988
9004
|
content: {
|
|
8989
9005
|
"application/json": {
|
|
8990
9006
|
data?: {
|
|
8991
|
-
/** @example New For Rent Property draft •
|
|
9007
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
8992
9008
|
draft_name?: string;
|
|
8993
|
-
/** @example LST-PRP-LTR-
|
|
9009
|
+
/** @example LST-PRP-LTR-MO895J51SUF */
|
|
8994
9010
|
sku?: string;
|
|
8995
|
-
/** @example
|
|
9011
|
+
/** @example 30a3dd37-3d55-4f11-bc2b-ed3708f696b0 */
|
|
8996
9012
|
uid?: string;
|
|
8997
9013
|
/** @example Rent */
|
|
8998
9014
|
listing_type?: string;
|
|
@@ -9055,11 +9071,11 @@ export interface operations {
|
|
|
9055
9071
|
content: {
|
|
9056
9072
|
"application/json": {
|
|
9057
9073
|
data?: {
|
|
9058
|
-
/** @example New For Rent Property draft •
|
|
9074
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9059
9075
|
draft_name?: string;
|
|
9060
|
-
/** @example LST-PRP-LTR-
|
|
9076
|
+
/** @example LST-PRP-LTR-MO895J57QIF */
|
|
9061
9077
|
sku?: string;
|
|
9062
|
-
/** @example
|
|
9078
|
+
/** @example ad42759f-38c1-4d48-91b4-b9efb5571280 */
|
|
9063
9079
|
uid?: string;
|
|
9064
9080
|
/** @example Rent */
|
|
9065
9081
|
listing_type?: string;
|
|
@@ -9112,11 +9128,11 @@ export interface operations {
|
|
|
9112
9128
|
content: {
|
|
9113
9129
|
"application/json": {
|
|
9114
9130
|
data?: {
|
|
9115
|
-
/** @example New For Rent Property draft •
|
|
9131
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9116
9132
|
draft_name?: string;
|
|
9117
|
-
/** @example LST-PRP-LTR-
|
|
9133
|
+
/** @example LST-PRP-LTR-MO895J5DWLT */
|
|
9118
9134
|
sku?: string;
|
|
9119
|
-
/** @example
|
|
9135
|
+
/** @example bdd53112-abc2-4f3f-8769-1896f7582503 */
|
|
9120
9136
|
uid?: string;
|
|
9121
9137
|
/** @example Rent */
|
|
9122
9138
|
listing_type?: string;
|
|
@@ -9169,11 +9185,11 @@ export interface operations {
|
|
|
9169
9185
|
content: {
|
|
9170
9186
|
"application/json": {
|
|
9171
9187
|
data?: {
|
|
9172
|
-
/** @example New For Rent Property draft •
|
|
9188
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
9173
9189
|
draft_name?: string;
|
|
9174
|
-
/** @example LST-PRP-LTR-
|
|
9190
|
+
/** @example LST-PRP-LTR-MO895J5JOOX */
|
|
9175
9191
|
sku?: string;
|
|
9176
|
-
/** @example
|
|
9192
|
+
/** @example d2f8fa80-c038-4189-a0fe-3ec959ee9692 */
|
|
9177
9193
|
uid?: string;
|
|
9178
9194
|
/** @example Rent */
|
|
9179
9195
|
listing_type?: string;
|
|
@@ -9367,7 +9383,7 @@ export interface operations {
|
|
|
9367
9383
|
content: {
|
|
9368
9384
|
"application/json": {
|
|
9369
9385
|
data?: {
|
|
9370
|
-
/** @example
|
|
9386
|
+
/** @example 61 */
|
|
9371
9387
|
id?: number;
|
|
9372
9388
|
/** @example 1 */
|
|
9373
9389
|
category_id?: number;
|
|
@@ -9441,7 +9457,7 @@ export interface operations {
|
|
|
9441
9457
|
content: {
|
|
9442
9458
|
"application/json": {
|
|
9443
9459
|
data?: {
|
|
9444
|
-
/** @example
|
|
9460
|
+
/** @example 62 */
|
|
9445
9461
|
id?: number;
|
|
9446
9462
|
/** @example 1 */
|
|
9447
9463
|
category_id?: number;
|
|
@@ -9480,7 +9496,7 @@ export interface operations {
|
|
|
9480
9496
|
content: {
|
|
9481
9497
|
"application/json": {
|
|
9482
9498
|
data?: {
|
|
9483
|
-
/** @example
|
|
9499
|
+
/** @example 63 */
|
|
9484
9500
|
id?: number;
|
|
9485
9501
|
/** @example 1 */
|
|
9486
9502
|
category_id?: number;
|
|
@@ -9518,7 +9534,7 @@ export interface operations {
|
|
|
9518
9534
|
/**
|
|
9519
9535
|
* @example [
|
|
9520
9536
|
* {
|
|
9521
|
-
* "id":
|
|
9537
|
+
* "id": 45,
|
|
9522
9538
|
* "name": "Exterior",
|
|
9523
9539
|
* "description": "For Exterior categories",
|
|
9524
9540
|
* "display_order": 1,
|
|
@@ -9528,7 +9544,7 @@ export interface operations {
|
|
|
9528
9544
|
* "is_active": true
|
|
9529
9545
|
* },
|
|
9530
9546
|
* {
|
|
9531
|
-
* "id":
|
|
9547
|
+
* "id": 46,
|
|
9532
9548
|
* "name": "Exterior",
|
|
9533
9549
|
* "description": "For Exterior categories",
|
|
9534
9550
|
* "display_order": 1,
|
|
@@ -9540,7 +9556,7 @@ export interface operations {
|
|
|
9540
9556
|
* ]
|
|
9541
9557
|
*/
|
|
9542
9558
|
data?: {
|
|
9543
|
-
/** @example
|
|
9559
|
+
/** @example 45 */
|
|
9544
9560
|
id?: number;
|
|
9545
9561
|
/** @example Exterior */
|
|
9546
9562
|
name?: string;
|
|
@@ -9604,7 +9620,7 @@ export interface operations {
|
|
|
9604
9620
|
content: {
|
|
9605
9621
|
"application/json": {
|
|
9606
9622
|
data?: {
|
|
9607
|
-
/** @example
|
|
9623
|
+
/** @example 47 */
|
|
9608
9624
|
id?: number;
|
|
9609
9625
|
/** @example Exterior */
|
|
9610
9626
|
name?: string;
|
|
@@ -9671,7 +9687,7 @@ export interface operations {
|
|
|
9671
9687
|
content: {
|
|
9672
9688
|
"application/json": {
|
|
9673
9689
|
data?: {
|
|
9674
|
-
/** @example
|
|
9690
|
+
/** @example 48 */
|
|
9675
9691
|
id?: number;
|
|
9676
9692
|
/** @example Exterior */
|
|
9677
9693
|
name?: string;
|
|
@@ -9712,7 +9728,7 @@ export interface operations {
|
|
|
9712
9728
|
content: {
|
|
9713
9729
|
"application/json": {
|
|
9714
9730
|
data?: {
|
|
9715
|
-
/** @example
|
|
9731
|
+
/** @example 49 */
|
|
9716
9732
|
id?: number;
|
|
9717
9733
|
/** @example Exterior */
|
|
9718
9734
|
name?: string;
|
|
@@ -9735,6 +9751,109 @@ export interface operations {
|
|
|
9735
9751
|
};
|
|
9736
9752
|
};
|
|
9737
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: {
|
|
9738
9857
|
parameters: {
|
|
9739
9858
|
query?: never;
|
|
9740
9859
|
header?: never;
|
|
@@ -9743,58 +9862,76 @@ export interface operations {
|
|
|
9743
9862
|
};
|
|
9744
9863
|
requestBody?: never;
|
|
9745
9864
|
responses: {
|
|
9865
|
+
/** @description Retrieve all verification layers without pagination */
|
|
9746
9866
|
200: {
|
|
9747
9867
|
headers: {
|
|
9748
9868
|
[name: string]: unknown;
|
|
9749
9869
|
};
|
|
9750
9870
|
content: {
|
|
9751
9871
|
"application/json": {
|
|
9752
|
-
/**
|
|
9753
|
-
|
|
9754
|
-
|
|
9755
|
-
|
|
9756
|
-
* "key": "email_fa_0",
|
|
9757
|
-
* "name": "Clara Cronin V",
|
|
9758
|
-
* "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
|
|
9759
|
-
* "requires_review": true,
|
|
9760
|
-
* "metadata_schema": [],
|
|
9761
|
-
* "is_active": true,
|
|
9762
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
9763
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
9764
|
-
* },
|
|
9765
|
-
* {
|
|
9766
|
-
* "id": 22,
|
|
9767
|
-
* "key": "email_fa_6",
|
|
9768
|
-
* "name": "Myrtis Tromp",
|
|
9769
|
-
* "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
|
|
9770
|
-
* "requires_review": true,
|
|
9771
|
-
* "metadata_schema": [],
|
|
9772
|
-
* "is_active": true,
|
|
9773
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
9774
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
9775
|
-
* }
|
|
9776
|
-
* ]
|
|
9777
|
-
*/
|
|
9872
|
+
/** @example Layers retrieved successfully */
|
|
9873
|
+
message?: string;
|
|
9874
|
+
/** @example null */
|
|
9875
|
+
event?: string | null;
|
|
9778
9876
|
data?: {
|
|
9779
|
-
/**
|
|
9780
|
-
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
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
|
+
};
|
|
9798
9935
|
};
|
|
9799
9936
|
};
|
|
9800
9937
|
};
|
|
@@ -9854,7 +9991,7 @@ export interface operations {
|
|
|
9854
9991
|
content: {
|
|
9855
9992
|
"application/json": {
|
|
9856
9993
|
data?: {
|
|
9857
|
-
/** @example
|
|
9994
|
+
/** @example 28 */
|
|
9858
9995
|
id?: number;
|
|
9859
9996
|
/** @example email_fa_0 */
|
|
9860
9997
|
key?: string;
|
|
@@ -9868,9 +10005,9 @@ export interface operations {
|
|
|
9868
10005
|
metadata_schema?: unknown[];
|
|
9869
10006
|
/** @example true */
|
|
9870
10007
|
is_active?: boolean;
|
|
9871
|
-
/** @example 2026-04-
|
|
10008
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9872
10009
|
created_at?: string;
|
|
9873
|
-
/** @example 2026-04-
|
|
10010
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9874
10011
|
updated_at?: string;
|
|
9875
10012
|
};
|
|
9876
10013
|
};
|
|
@@ -9930,7 +10067,7 @@ export interface operations {
|
|
|
9930
10067
|
content: {
|
|
9931
10068
|
"application/json": {
|
|
9932
10069
|
data?: {
|
|
9933
|
-
/** @example
|
|
10070
|
+
/** @example 29 */
|
|
9934
10071
|
id?: number;
|
|
9935
10072
|
/** @example email_fa_0 */
|
|
9936
10073
|
key?: string;
|
|
@@ -9944,9 +10081,9 @@ export interface operations {
|
|
|
9944
10081
|
metadata_schema?: unknown[];
|
|
9945
10082
|
/** @example true */
|
|
9946
10083
|
is_active?: boolean;
|
|
9947
|
-
/** @example 2026-04-
|
|
10084
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9948
10085
|
created_at?: string;
|
|
9949
|
-
/** @example 2026-04-
|
|
10086
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
9950
10087
|
updated_at?: string;
|
|
9951
10088
|
};
|
|
9952
10089
|
};
|
|
@@ -9963,56 +10100,81 @@ export interface operations {
|
|
|
9963
10100
|
};
|
|
9964
10101
|
requestBody?: never;
|
|
9965
10102
|
responses: {
|
|
10103
|
+
/** @description Verification flow retrieved successfully */
|
|
9966
10104
|
200: {
|
|
9967
10105
|
headers: {
|
|
9968
10106
|
[name: string]: unknown;
|
|
9969
10107
|
};
|
|
9970
10108
|
content: {
|
|
9971
10109
|
"application/json": {
|
|
9972
|
-
/**
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
|
|
9976
|
-
* "user_type_class": "App\\Models\\Tenant_0",
|
|
9977
|
-
* "layers": [
|
|
9978
|
-
* {
|
|
9979
|
-
* "order": 1,
|
|
9980
|
-
* "is_required": true
|
|
9981
|
-
* }
|
|
9982
|
-
* ]
|
|
9983
|
-
* },
|
|
9984
|
-
* {
|
|
9985
|
-
* "user_type": "Tenant_4",
|
|
9986
|
-
* "user_type_class": "App\\Models\\Tenant_4",
|
|
9987
|
-
* "layers": [
|
|
9988
|
-
* {
|
|
9989
|
-
* "order": 1,
|
|
9990
|
-
* "is_required": true
|
|
9991
|
-
* }
|
|
9992
|
-
* ]
|
|
9993
|
-
* }
|
|
9994
|
-
* ]
|
|
9995
|
-
*/
|
|
10110
|
+
/** @example Verification flow retrieved successfully */
|
|
10111
|
+
message?: string;
|
|
10112
|
+
/** @example null */
|
|
10113
|
+
event?: string | null;
|
|
9996
10114
|
data?: {
|
|
9997
|
-
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
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
|
+
};
|
|
10016
10178
|
};
|
|
10017
10179
|
};
|
|
10018
10180
|
};
|
|
@@ -10137,13 +10299,15 @@ export interface operations {
|
|
|
10137
10299
|
parameters: {
|
|
10138
10300
|
query?: {
|
|
10139
10301
|
/** @description optional Filter verifications by status. */
|
|
10140
|
-
status?: string;
|
|
10141
|
-
/** @description optional Filter verifications by user
|
|
10142
|
-
|
|
10302
|
+
status?: string | null;
|
|
10303
|
+
/** @description optional Filter verifications by user UID. */
|
|
10304
|
+
user_uid?: string | null;
|
|
10143
10305
|
/** @description optional Filter by verification layer ID. */
|
|
10144
|
-
layer_id?: number;
|
|
10306
|
+
layer_id?: number | null;
|
|
10145
10307
|
/** @description optional Number of results per page. */
|
|
10146
|
-
per_page?: number;
|
|
10308
|
+
per_page?: number | null;
|
|
10309
|
+
/** @description optional The current page number. */
|
|
10310
|
+
page?: number | null;
|
|
10147
10311
|
};
|
|
10148
10312
|
header?: never;
|
|
10149
10313
|
path?: never;
|
|
@@ -10151,111 +10315,139 @@ export interface operations {
|
|
|
10151
10315
|
};
|
|
10152
10316
|
requestBody?: never;
|
|
10153
10317
|
responses: {
|
|
10318
|
+
/** @description User verifications retrieved */
|
|
10154
10319
|
200: {
|
|
10155
10320
|
headers: {
|
|
10156
10321
|
[name: string]: unknown;
|
|
10157
10322
|
};
|
|
10158
10323
|
content: {
|
|
10159
10324
|
"application/json": {
|
|
10160
|
-
/**
|
|
10161
|
-
|
|
10162
|
-
|
|
10163
|
-
|
|
10164
|
-
* "status": "approved",
|
|
10165
|
-
* "submitted_data": [],
|
|
10166
|
-
* "rejection_reason": null,
|
|
10167
|
-
* "reviewed_by": 1,
|
|
10168
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10169
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10170
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10171
|
-
* },
|
|
10172
|
-
* {
|
|
10173
|
-
* "id": 10,
|
|
10174
|
-
* "status": "approved",
|
|
10175
|
-
* "submitted_data": [],
|
|
10176
|
-
* "rejection_reason": null,
|
|
10177
|
-
* "reviewed_by": 1,
|
|
10178
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10179
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10180
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10181
|
-
* }
|
|
10182
|
-
* ]
|
|
10183
|
-
*/
|
|
10325
|
+
/** @example User verifications retrieved */
|
|
10326
|
+
message?: string;
|
|
10327
|
+
/** @example null */
|
|
10328
|
+
event?: string | null;
|
|
10184
10329
|
data?: {
|
|
10185
|
-
/** @example 9 */
|
|
10186
|
-
id?: number;
|
|
10187
|
-
/** @example approved */
|
|
10188
|
-
status?: string;
|
|
10189
|
-
/** @example [] */
|
|
10190
|
-
submitted_data?: unknown[];
|
|
10191
|
-
/** @example null */
|
|
10192
|
-
rejection_reason?: string | null;
|
|
10193
|
-
/** @example 1 */
|
|
10194
|
-
reviewed_by?: number;
|
|
10195
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10196
|
-
reviewed_at?: string;
|
|
10197
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10198
|
-
created_at?: string;
|
|
10199
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10200
|
-
updated_at?: string;
|
|
10201
|
-
}[];
|
|
10202
|
-
links?: {
|
|
10203
|
-
/** @example /?page=1 */
|
|
10204
|
-
first?: string;
|
|
10205
|
-
/** @example /?page=1 */
|
|
10206
|
-
last?: string;
|
|
10207
|
-
/** @example null */
|
|
10208
|
-
prev?: string | null;
|
|
10209
|
-
/** @example null */
|
|
10210
|
-
next?: string | null;
|
|
10211
|
-
};
|
|
10212
|
-
meta?: {
|
|
10213
|
-
/** @example 1 */
|
|
10214
|
-
current_page?: number;
|
|
10215
|
-
/** @example 1 */
|
|
10216
|
-
from?: number;
|
|
10217
|
-
/** @example 1 */
|
|
10218
|
-
last_page?: number;
|
|
10219
10330
|
/**
|
|
10220
10331
|
* @example [
|
|
10221
10332
|
* {
|
|
10222
|
-
* "
|
|
10223
|
-
* "
|
|
10224
|
-
* "
|
|
10225
|
-
*
|
|
10226
|
-
*
|
|
10227
|
-
*
|
|
10228
|
-
*
|
|
10229
|
-
*
|
|
10230
|
-
*
|
|
10231
|
-
*
|
|
10232
|
-
*
|
|
10233
|
-
*
|
|
10234
|
-
* "
|
|
10235
|
-
*
|
|
10236
|
-
*
|
|
10237
|
-
*
|
|
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"
|
|
10238
10370
|
* }
|
|
10239
10371
|
* ]
|
|
10240
10372
|
*/
|
|
10241
|
-
|
|
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
|
+
};
|
|
10242
10392
|
/** @example null */
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
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
|
+
};
|
|
10246
10428
|
/** @example null */
|
|
10247
|
-
|
|
10248
|
-
/** @example
|
|
10249
|
-
|
|
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;
|
|
10250
10436
|
}[];
|
|
10251
|
-
|
|
10252
|
-
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
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
|
+
};
|
|
10259
10451
|
};
|
|
10260
10452
|
};
|
|
10261
10453
|
};
|
|
@@ -10264,7 +10456,12 @@ export interface operations {
|
|
|
10264
10456
|
};
|
|
10265
10457
|
getUserVerificationHistory: {
|
|
10266
10458
|
parameters: {
|
|
10267
|
-
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
|
+
};
|
|
10268
10465
|
header?: never;
|
|
10269
10466
|
path: {
|
|
10270
10467
|
/** @description The UID of the user whose verification submissions should be retrieved. */
|
|
@@ -10274,54 +10471,140 @@ export interface operations {
|
|
|
10274
10471
|
};
|
|
10275
10472
|
requestBody?: never;
|
|
10276
10473
|
responses: {
|
|
10474
|
+
/** @description User verification history retrieved */
|
|
10277
10475
|
200: {
|
|
10278
10476
|
headers: {
|
|
10279
10477
|
[name: string]: unknown;
|
|
10280
10478
|
};
|
|
10281
10479
|
content: {
|
|
10282
10480
|
"application/json": {
|
|
10283
|
-
/**
|
|
10284
|
-
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
* "status": "approved",
|
|
10288
|
-
* "submitted_data": [],
|
|
10289
|
-
* "rejection_reason": null,
|
|
10290
|
-
* "reviewed_by": 1,
|
|
10291
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10292
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10293
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10294
|
-
* },
|
|
10295
|
-
* {
|
|
10296
|
-
* "id": 12,
|
|
10297
|
-
* "status": "approved",
|
|
10298
|
-
* "submitted_data": [],
|
|
10299
|
-
* "rejection_reason": null,
|
|
10300
|
-
* "reviewed_by": 1,
|
|
10301
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10302
|
-
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10303
|
-
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10304
|
-
* }
|
|
10305
|
-
* ]
|
|
10306
|
-
*/
|
|
10481
|
+
/** @example User verifications retrieved */
|
|
10482
|
+
message?: string;
|
|
10483
|
+
/** @example null */
|
|
10484
|
+
event?: string | null;
|
|
10307
10485
|
data?: {
|
|
10308
|
-
/**
|
|
10309
|
-
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
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
|
+
};
|
|
10325
10608
|
};
|
|
10326
10609
|
};
|
|
10327
10610
|
};
|
|
@@ -10381,172 +10664,151 @@ export interface operations {
|
|
|
10381
10664
|
};
|
|
10382
10665
|
getListingComplianceSubmissions: {
|
|
10383
10666
|
parameters: {
|
|
10384
|
-
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
|
+
};
|
|
10385
10683
|
header?: never;
|
|
10386
10684
|
path?: never;
|
|
10387
10685
|
cookie?: never;
|
|
10388
10686
|
};
|
|
10389
|
-
requestBody?:
|
|
10390
|
-
content: {
|
|
10391
|
-
"application/json": {
|
|
10392
|
-
/**
|
|
10393
|
-
* @description Filter submissions by listing ID.
|
|
10394
|
-
* @example 12
|
|
10395
|
-
*/
|
|
10396
|
-
listing_id?: number | null;
|
|
10397
|
-
/**
|
|
10398
|
-
* @description Filter submissions by tenancy ID.
|
|
10399
|
-
* @example 5
|
|
10400
|
-
*/
|
|
10401
|
-
tenancy_id?: number | null;
|
|
10402
|
-
/**
|
|
10403
|
-
* @description Filter submissions by compliance definition.
|
|
10404
|
-
* @example 3
|
|
10405
|
-
*/
|
|
10406
|
-
compliance_definition_id?: number | null;
|
|
10407
|
-
/**
|
|
10408
|
-
* @description Filter submissions by compliance verification layer key.
|
|
10409
|
-
* @example certificate_upload
|
|
10410
|
-
*/
|
|
10411
|
-
layer_key?: string | null;
|
|
10412
|
-
/**
|
|
10413
|
-
* @description Filter submissions by compliance review status.
|
|
10414
|
-
* @example pending
|
|
10415
|
-
* @enum {string|null}
|
|
10416
|
-
*/
|
|
10417
|
-
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10418
|
-
/**
|
|
10419
|
-
* @description Number of submissions per page. Must be at least 1. Must not be greater than 100.
|
|
10420
|
-
* @example 20
|
|
10421
|
-
*/
|
|
10422
|
-
per_page?: number | null;
|
|
10423
|
-
};
|
|
10424
|
-
};
|
|
10425
|
-
};
|
|
10687
|
+
requestBody?: never;
|
|
10426
10688
|
responses: {
|
|
10689
|
+
/** @description Listing Compliance Submission retrieved successfully */
|
|
10427
10690
|
200: {
|
|
10428
10691
|
headers: {
|
|
10429
10692
|
[name: string]: unknown;
|
|
10430
10693
|
};
|
|
10431
10694
|
content: {
|
|
10432
10695
|
"application/json": {
|
|
10433
|
-
/**
|
|
10434
|
-
|
|
10435
|
-
|
|
10436
|
-
|
|
10437
|
-
* "compliance": {
|
|
10438
|
-
* "id": 1,
|
|
10439
|
-
* "key": "property_ownership",
|
|
10440
|
-
* "name": "Proof of Property Ownership"
|
|
10441
|
-
* },
|
|
10442
|
-
* "verification_layer_key": "email_verified",
|
|
10443
|
-
* "status": "pending",
|
|
10444
|
-
* "submitted_data": [],
|
|
10445
|
-
* "rejection_reason": null,
|
|
10446
|
-
* "reviewed_by": 1,
|
|
10447
|
-
* "reviewed_at": null,
|
|
10448
|
-
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10449
|
-
* },
|
|
10450
|
-
* {
|
|
10451
|
-
* "id": 84,
|
|
10452
|
-
* "compliance": {
|
|
10453
|
-
* "id": 1,
|
|
10454
|
-
* "key": "property_ownership",
|
|
10455
|
-
* "name": "Proof of Property Ownership"
|
|
10456
|
-
* },
|
|
10457
|
-
* "verification_layer_key": "email_verified",
|
|
10458
|
-
* "status": "pending",
|
|
10459
|
-
* "submitted_data": [],
|
|
10460
|
-
* "rejection_reason": null,
|
|
10461
|
-
* "reviewed_by": 1,
|
|
10462
|
-
* "reviewed_at": null,
|
|
10463
|
-
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10464
|
-
* }
|
|
10465
|
-
* ]
|
|
10466
|
-
*/
|
|
10696
|
+
/** @example Listing Compliance Submission retrieved successfully */
|
|
10697
|
+
message?: string;
|
|
10698
|
+
/** @example null */
|
|
10699
|
+
event?: string | null;
|
|
10467
10700
|
data?: {
|
|
10468
|
-
/** @example 83 */
|
|
10469
|
-
id?: number;
|
|
10470
|
-
compliance?: {
|
|
10471
|
-
/** @example 1 */
|
|
10472
|
-
id?: number;
|
|
10473
|
-
/** @example property_ownership */
|
|
10474
|
-
key?: string;
|
|
10475
|
-
/** @example Proof of Property Ownership */
|
|
10476
|
-
name?: string;
|
|
10477
|
-
};
|
|
10478
|
-
/** @example email_verified */
|
|
10479
|
-
verification_layer_key?: string;
|
|
10480
|
-
/** @example pending */
|
|
10481
|
-
status?: string;
|
|
10482
|
-
/** @example [] */
|
|
10483
|
-
submitted_data?: unknown[];
|
|
10484
|
-
/** @example null */
|
|
10485
|
-
rejection_reason?: string | null;
|
|
10486
|
-
/** @example 1 */
|
|
10487
|
-
reviewed_by?: number;
|
|
10488
|
-
/** @example null */
|
|
10489
|
-
reviewed_at?: string | null;
|
|
10490
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10491
|
-
created_at?: string;
|
|
10492
|
-
}[];
|
|
10493
|
-
links?: {
|
|
10494
|
-
/** @example /?page=1 */
|
|
10495
|
-
first?: string;
|
|
10496
|
-
/** @example /?page=1 */
|
|
10497
|
-
last?: string;
|
|
10498
|
-
/** @example null */
|
|
10499
|
-
prev?: string | null;
|
|
10500
|
-
/** @example null */
|
|
10501
|
-
next?: string | null;
|
|
10502
|
-
};
|
|
10503
|
-
meta?: {
|
|
10504
|
-
/** @example 1 */
|
|
10505
|
-
current_page?: number;
|
|
10506
|
-
/** @example 1 */
|
|
10507
|
-
from?: number;
|
|
10508
|
-
/** @example 1 */
|
|
10509
|
-
last_page?: number;
|
|
10510
10701
|
/**
|
|
10511
10702
|
* @example [
|
|
10512
10703
|
* {
|
|
10513
|
-
* "
|
|
10514
|
-
* "
|
|
10515
|
-
*
|
|
10516
|
-
*
|
|
10517
|
-
*
|
|
10518
|
-
*
|
|
10519
|
-
*
|
|
10520
|
-
*
|
|
10521
|
-
*
|
|
10522
|
-
*
|
|
10523
|
-
*
|
|
10524
|
-
*
|
|
10525
|
-
*
|
|
10526
|
-
* "
|
|
10527
|
-
*
|
|
10528
|
-
*
|
|
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"
|
|
10529
10737
|
* }
|
|
10530
10738
|
* ]
|
|
10531
10739
|
*/
|
|
10532
|
-
|
|
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
|
+
};
|
|
10533
10789
|
/** @example null */
|
|
10534
|
-
|
|
10535
|
-
/** @example « Previous */
|
|
10536
|
-
label?: string;
|
|
10790
|
+
rejection_reason?: string | null;
|
|
10537
10791
|
/** @example null */
|
|
10538
|
-
|
|
10539
|
-
/** @example
|
|
10540
|
-
|
|
10792
|
+
reviewed_by?: string | null;
|
|
10793
|
+
/** @example null */
|
|
10794
|
+
reviewed_at?: string | null;
|
|
10795
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10796
|
+
created_at?: string;
|
|
10541
10797
|
}[];
|
|
10542
|
-
|
|
10543
|
-
|
|
10544
|
-
|
|
10545
|
-
|
|
10546
|
-
|
|
10547
|
-
|
|
10548
|
-
|
|
10549
|
-
|
|
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
|
+
};
|
|
10550
10812
|
};
|
|
10551
10813
|
};
|
|
10552
10814
|
};
|
|
@@ -10555,172 +10817,151 @@ export interface operations {
|
|
|
10555
10817
|
};
|
|
10556
10818
|
getTenancyComplianceSubmissions: {
|
|
10557
10819
|
parameters: {
|
|
10558
|
-
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
|
+
};
|
|
10559
10836
|
header?: never;
|
|
10560
10837
|
path?: never;
|
|
10561
10838
|
cookie?: never;
|
|
10562
10839
|
};
|
|
10563
|
-
requestBody?:
|
|
10564
|
-
content: {
|
|
10565
|
-
"application/json": {
|
|
10566
|
-
/**
|
|
10567
|
-
* @description Filter submissions by listing ID.
|
|
10568
|
-
* @example 12
|
|
10569
|
-
*/
|
|
10570
|
-
listing_id?: number | null;
|
|
10571
|
-
/**
|
|
10572
|
-
* @description Filter submissions by tenancy ID.
|
|
10573
|
-
* @example 5
|
|
10574
|
-
*/
|
|
10575
|
-
tenancy_id?: number | null;
|
|
10576
|
-
/**
|
|
10577
|
-
* @description Filter submissions by compliance definition.
|
|
10578
|
-
* @example 3
|
|
10579
|
-
*/
|
|
10580
|
-
compliance_definition_id?: number | null;
|
|
10581
|
-
/**
|
|
10582
|
-
* @description Filter submissions by compliance verification layer key.
|
|
10583
|
-
* @example certificate_upload
|
|
10584
|
-
*/
|
|
10585
|
-
layer_key?: string | null;
|
|
10586
|
-
/**
|
|
10587
|
-
* @description Filter submissions by compliance review status.
|
|
10588
|
-
* @example pending
|
|
10589
|
-
* @enum {string|null}
|
|
10590
|
-
*/
|
|
10591
|
-
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10592
|
-
/**
|
|
10593
|
-
* @description Number of submissions per page. Must be at least 1. Must not be greater than 100.
|
|
10594
|
-
* @example 20
|
|
10595
|
-
*/
|
|
10596
|
-
per_page?: number | null;
|
|
10597
|
-
};
|
|
10598
|
-
};
|
|
10599
|
-
};
|
|
10840
|
+
requestBody?: never;
|
|
10600
10841
|
responses: {
|
|
10842
|
+
/** @description Tenancy Compliance Submission retrieved successfully */
|
|
10601
10843
|
200: {
|
|
10602
10844
|
headers: {
|
|
10603
10845
|
[name: string]: unknown;
|
|
10604
10846
|
};
|
|
10605
10847
|
content: {
|
|
10606
10848
|
"application/json": {
|
|
10607
|
-
/**
|
|
10608
|
-
|
|
10609
|
-
|
|
10610
|
-
|
|
10611
|
-
* "compliance": {
|
|
10612
|
-
* "id": 1,
|
|
10613
|
-
* "key": "property_ownership",
|
|
10614
|
-
* "name": "Proof of Property Ownership"
|
|
10615
|
-
* },
|
|
10616
|
-
* "verification_layer_key": "email_verified",
|
|
10617
|
-
* "status": "not_submitted",
|
|
10618
|
-
* "submitted_data": [],
|
|
10619
|
-
* "rejection_reason": null,
|
|
10620
|
-
* "reviewed_by": 1,
|
|
10621
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10622
|
-
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10623
|
-
* },
|
|
10624
|
-
* {
|
|
10625
|
-
* "id": 90,
|
|
10626
|
-
* "compliance": {
|
|
10627
|
-
* "id": 1,
|
|
10628
|
-
* "key": "property_ownership",
|
|
10629
|
-
* "name": "Proof of Property Ownership"
|
|
10630
|
-
* },
|
|
10631
|
-
* "verification_layer_key": "email_verified",
|
|
10632
|
-
* "status": "not_submitted",
|
|
10633
|
-
* "submitted_data": [],
|
|
10634
|
-
* "rejection_reason": null,
|
|
10635
|
-
* "reviewed_by": 1,
|
|
10636
|
-
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10637
|
-
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10638
|
-
* }
|
|
10639
|
-
* ]
|
|
10640
|
-
*/
|
|
10849
|
+
/** @example Tenancy Compliance Submission retrieved successfully */
|
|
10850
|
+
message?: string;
|
|
10851
|
+
/** @example null */
|
|
10852
|
+
event?: string | null;
|
|
10641
10853
|
data?: {
|
|
10642
|
-
/** @example 89 */
|
|
10643
|
-
id?: number;
|
|
10644
|
-
compliance?: {
|
|
10645
|
-
/** @example 1 */
|
|
10646
|
-
id?: number;
|
|
10647
|
-
/** @example property_ownership */
|
|
10648
|
-
key?: string;
|
|
10649
|
-
/** @example Proof of Property Ownership */
|
|
10650
|
-
name?: string;
|
|
10651
|
-
};
|
|
10652
|
-
/** @example email_verified */
|
|
10653
|
-
verification_layer_key?: string;
|
|
10654
|
-
/** @example not_submitted */
|
|
10655
|
-
status?: string;
|
|
10656
|
-
/** @example [] */
|
|
10657
|
-
submitted_data?: unknown[];
|
|
10658
|
-
/** @example null */
|
|
10659
|
-
rejection_reason?: string | null;
|
|
10660
|
-
/** @example 1 */
|
|
10661
|
-
reviewed_by?: number;
|
|
10662
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10663
|
-
reviewed_at?: string;
|
|
10664
|
-
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10665
|
-
created_at?: string;
|
|
10666
|
-
}[];
|
|
10667
|
-
links?: {
|
|
10668
|
-
/** @example /?page=1 */
|
|
10669
|
-
first?: string;
|
|
10670
|
-
/** @example /?page=1 */
|
|
10671
|
-
last?: string;
|
|
10672
|
-
/** @example null */
|
|
10673
|
-
prev?: string | null;
|
|
10674
|
-
/** @example null */
|
|
10675
|
-
next?: string | null;
|
|
10676
|
-
};
|
|
10677
|
-
meta?: {
|
|
10678
|
-
/** @example 1 */
|
|
10679
|
-
current_page?: number;
|
|
10680
|
-
/** @example 1 */
|
|
10681
|
-
from?: number;
|
|
10682
|
-
/** @example 1 */
|
|
10683
|
-
last_page?: number;
|
|
10684
10854
|
/**
|
|
10685
10855
|
* @example [
|
|
10686
10856
|
* {
|
|
10687
|
-
* "
|
|
10688
|
-
* "
|
|
10689
|
-
*
|
|
10690
|
-
*
|
|
10691
|
-
*
|
|
10692
|
-
*
|
|
10693
|
-
*
|
|
10694
|
-
*
|
|
10695
|
-
*
|
|
10696
|
-
*
|
|
10697
|
-
*
|
|
10698
|
-
*
|
|
10699
|
-
*
|
|
10700
|
-
* "
|
|
10701
|
-
*
|
|
10702
|
-
*
|
|
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"
|
|
10703
10890
|
* }
|
|
10704
10891
|
* ]
|
|
10705
10892
|
*/
|
|
10706
|
-
|
|
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
|
+
};
|
|
10707
10942
|
/** @example null */
|
|
10708
|
-
|
|
10709
|
-
/** @example « Previous */
|
|
10710
|
-
label?: string;
|
|
10943
|
+
rejection_reason?: string | null;
|
|
10711
10944
|
/** @example null */
|
|
10712
|
-
|
|
10713
|
-
/** @example
|
|
10714
|
-
|
|
10945
|
+
reviewed_by?: string | null;
|
|
10946
|
+
/** @example null */
|
|
10947
|
+
reviewed_at?: string | null;
|
|
10948
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10949
|
+
created_at?: string;
|
|
10715
10950
|
}[];
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
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
|
+
};
|
|
10724
10965
|
};
|
|
10725
10966
|
};
|
|
10726
10967
|
};
|
|
@@ -10898,8 +11139,6 @@ export interface operations {
|
|
|
10898
11139
|
query?: never;
|
|
10899
11140
|
header?: never;
|
|
10900
11141
|
path: {
|
|
10901
|
-
/** @description The ID of the plan. */
|
|
10902
|
-
plan_id: string;
|
|
10903
11142
|
/** @description The key of the plan to update. */
|
|
10904
11143
|
plan_key: string;
|
|
10905
11144
|
};
|
|
@@ -10960,13 +11199,13 @@ export interface operations {
|
|
|
10960
11199
|
content: {
|
|
10961
11200
|
"application/json": {
|
|
10962
11201
|
/**
|
|
10963
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10964
|
-
* @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
|
|
10965
11204
|
*/
|
|
10966
11205
|
plan_key: string;
|
|
10967
11206
|
/**
|
|
10968
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10969
|
-
* @example
|
|
11207
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11208
|
+
* @example user_8391ab
|
|
10970
11209
|
*/
|
|
10971
11210
|
user_uid: string;
|
|
10972
11211
|
};
|
|
@@ -10988,13 +11227,13 @@ export interface operations {
|
|
|
10988
11227
|
content: {
|
|
10989
11228
|
"application/json": {
|
|
10990
11229
|
/**
|
|
10991
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10992
|
-
* @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
|
|
10993
11232
|
*/
|
|
10994
11233
|
plan_key: string;
|
|
10995
11234
|
/**
|
|
10996
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10997
|
-
* @example
|
|
11235
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11236
|
+
* @example user_8391ab
|
|
10998
11237
|
*/
|
|
10999
11238
|
user_uid: string;
|
|
11000
11239
|
/**
|
|
@@ -11076,25 +11315,25 @@ export interface operations {
|
|
|
11076
11315
|
/**
|
|
11077
11316
|
* @example [
|
|
11078
11317
|
* {
|
|
11079
|
-
* "key": "
|
|
11080
|
-
* "name": "
|
|
11081
|
-
* "description": "
|
|
11318
|
+
* "key": "illum",
|
|
11319
|
+
* "name": "ea",
|
|
11320
|
+
* "description": "Ut praesentium dolor molestias neque laboriosam sed blanditiis.",
|
|
11082
11321
|
* "value_type": "string"
|
|
11083
11322
|
* },
|
|
11084
11323
|
* {
|
|
11085
|
-
* "key": "
|
|
11086
|
-
* "name": "
|
|
11087
|
-
* "description": "
|
|
11324
|
+
* "key": "voluptas",
|
|
11325
|
+
* "name": "ut",
|
|
11326
|
+
* "description": "Omnis quia quia assumenda hic.",
|
|
11088
11327
|
* "value_type": "string"
|
|
11089
11328
|
* }
|
|
11090
11329
|
* ]
|
|
11091
11330
|
*/
|
|
11092
11331
|
data?: {
|
|
11093
|
-
/** @example
|
|
11332
|
+
/** @example illum */
|
|
11094
11333
|
key?: string;
|
|
11095
|
-
/** @example
|
|
11334
|
+
/** @example ea */
|
|
11096
11335
|
name?: string;
|
|
11097
|
-
/** @example
|
|
11336
|
+
/** @example Ut praesentium dolor molestias neque laboriosam sed blanditiis. */
|
|
11098
11337
|
description?: string;
|
|
11099
11338
|
/** @example string */
|
|
11100
11339
|
value_type?: string;
|
|
@@ -12030,13 +12269,13 @@ export interface operations {
|
|
|
12030
12269
|
content: {
|
|
12031
12270
|
"application/json": {
|
|
12032
12271
|
data?: {
|
|
12033
|
-
/** @example
|
|
12272
|
+
/** @example d3d517c0-7f0c-4bcf-939b-fe8f19306b32 */
|
|
12034
12273
|
uid?: string;
|
|
12035
12274
|
/** @example follow_up */
|
|
12036
12275
|
inspection_type?: string;
|
|
12037
12276
|
/** @example cancelled */
|
|
12038
12277
|
status?: string;
|
|
12039
|
-
/** @example 2026-04-
|
|
12278
|
+
/** @example 2026-04-26T20:36:32.000000Z */
|
|
12040
12279
|
scheduled_date?: string;
|
|
12041
12280
|
/** @example null */
|
|
12042
12281
|
completed_date?: string | null;
|
|
@@ -12044,11 +12283,11 @@ export interface operations {
|
|
|
12044
12283
|
condition_rating?: string;
|
|
12045
12284
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12046
12285
|
summary?: string;
|
|
12047
|
-
/** @example 2026-06-
|
|
12286
|
+
/** @example 2026-06-19T17:25:06.000000Z */
|
|
12048
12287
|
next_inspection_date?: string;
|
|
12049
|
-
/** @example 2026-04-
|
|
12288
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12050
12289
|
created_at?: string;
|
|
12051
|
-
/** @example 2026-04-
|
|
12290
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12052
12291
|
updated_at?: string;
|
|
12053
12292
|
};
|
|
12054
12293
|
};
|
|
@@ -12091,13 +12330,13 @@ export interface operations {
|
|
|
12091
12330
|
content: {
|
|
12092
12331
|
"application/json": {
|
|
12093
12332
|
data?: {
|
|
12094
|
-
/** @example
|
|
12333
|
+
/** @example 6381ffd2-03bb-4c62-92c0-5fa0c1173d0c */
|
|
12095
12334
|
uid?: string;
|
|
12096
12335
|
/** @example follow_up */
|
|
12097
12336
|
inspection_type?: string;
|
|
12098
12337
|
/** @example cancelled */
|
|
12099
12338
|
status?: string;
|
|
12100
|
-
/** @example 2026-04-
|
|
12339
|
+
/** @example 2026-04-14T18:03:05.000000Z */
|
|
12101
12340
|
scheduled_date?: string;
|
|
12102
12341
|
/** @example null */
|
|
12103
12342
|
completed_date?: string | null;
|
|
@@ -12105,11 +12344,11 @@ export interface operations {
|
|
|
12105
12344
|
condition_rating?: string;
|
|
12106
12345
|
/** @example Et animi quos velit et fugiat. */
|
|
12107
12346
|
summary?: string;
|
|
12108
|
-
/** @example 2026-07-
|
|
12347
|
+
/** @example 2026-07-24T01:56:52.000000Z */
|
|
12109
12348
|
next_inspection_date?: string;
|
|
12110
|
-
/** @example 2026-04-
|
|
12349
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12111
12350
|
created_at?: string;
|
|
12112
|
-
/** @example 2026-04-
|
|
12351
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12113
12352
|
updated_at?: string;
|
|
12114
12353
|
};
|
|
12115
12354
|
};
|
|
@@ -12146,13 +12385,13 @@ export interface operations {
|
|
|
12146
12385
|
content: {
|
|
12147
12386
|
"application/json": {
|
|
12148
12387
|
data?: {
|
|
12149
|
-
/** @example
|
|
12388
|
+
/** @example 0e75a35c-28e9-49cf-8cfb-9a3e86d0062b */
|
|
12150
12389
|
uid?: string;
|
|
12151
12390
|
/** @example follow_up */
|
|
12152
12391
|
inspection_type?: string;
|
|
12153
12392
|
/** @example cancelled */
|
|
12154
12393
|
status?: string;
|
|
12155
|
-
/** @example 2026-04-
|
|
12394
|
+
/** @example 2026-04-26T20:36:32.000000Z */
|
|
12156
12395
|
scheduled_date?: string;
|
|
12157
12396
|
/** @example null */
|
|
12158
12397
|
completed_date?: string | null;
|
|
@@ -12160,11 +12399,11 @@ export interface operations {
|
|
|
12160
12399
|
condition_rating?: string;
|
|
12161
12400
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12162
12401
|
summary?: string;
|
|
12163
|
-
/** @example 2026-06-
|
|
12402
|
+
/** @example 2026-06-19T17:25:06.000000Z */
|
|
12164
12403
|
next_inspection_date?: string;
|
|
12165
|
-
/** @example 2026-04-
|
|
12404
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12166
12405
|
created_at?: string;
|
|
12167
|
-
/** @example 2026-04-
|
|
12406
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12168
12407
|
updated_at?: string;
|
|
12169
12408
|
};
|
|
12170
12409
|
};
|
|
@@ -12201,13 +12440,13 @@ export interface operations {
|
|
|
12201
12440
|
content: {
|
|
12202
12441
|
"application/json": {
|
|
12203
12442
|
data?: {
|
|
12204
|
-
/** @example
|
|
12443
|
+
/** @example 2334f872-3a85-4616-9420-9f2febf80909 */
|
|
12205
12444
|
uid?: string;
|
|
12206
12445
|
/** @example follow_up */
|
|
12207
12446
|
inspection_type?: string;
|
|
12208
12447
|
/** @example cancelled */
|
|
12209
12448
|
status?: string;
|
|
12210
|
-
/** @example 2026-04-
|
|
12449
|
+
/** @example 2026-04-14T18:03:05.000000Z */
|
|
12211
12450
|
scheduled_date?: string;
|
|
12212
12451
|
/** @example null */
|
|
12213
12452
|
completed_date?: string | null;
|
|
@@ -12215,11 +12454,11 @@ export interface operations {
|
|
|
12215
12454
|
condition_rating?: string;
|
|
12216
12455
|
/** @example Et animi quos velit et fugiat. */
|
|
12217
12456
|
summary?: string;
|
|
12218
|
-
/** @example 2026-07-
|
|
12457
|
+
/** @example 2026-07-24T01:56:52.000000Z */
|
|
12219
12458
|
next_inspection_date?: string;
|
|
12220
|
-
/** @example 2026-04-
|
|
12459
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12221
12460
|
created_at?: string;
|
|
12222
|
-
/** @example 2026-04-
|
|
12461
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12223
12462
|
updated_at?: string;
|
|
12224
12463
|
};
|
|
12225
12464
|
};
|
|
@@ -12256,7 +12495,7 @@ export interface operations {
|
|
|
12256
12495
|
content: {
|
|
12257
12496
|
"application/json": {
|
|
12258
12497
|
data?: {
|
|
12259
|
-
/** @example
|
|
12498
|
+
/** @example a2c88f9c-b9f6-4544-97dc-36a9fe0a504c */
|
|
12260
12499
|
uid?: string;
|
|
12261
12500
|
/** @example Qui commodi incidunt iure. */
|
|
12262
12501
|
title?: string;
|
|
@@ -12266,17 +12505,17 @@ export interface operations {
|
|
|
12266
12505
|
status?: string;
|
|
12267
12506
|
/** @example low */
|
|
12268
12507
|
priority?: string;
|
|
12269
|
-
/** @example 2026-04-
|
|
12508
|
+
/** @example 2026-04-19T20:06:53.000000Z */
|
|
12270
12509
|
reported_at?: string;
|
|
12271
12510
|
/** @example null */
|
|
12272
12511
|
assigned_at?: string | null;
|
|
12273
12512
|
/** @example null */
|
|
12274
12513
|
completed_at?: string | null;
|
|
12275
|
-
/** @example 2026-04-
|
|
12514
|
+
/** @example 2026-04-22T16:31:19.000000Z */
|
|
12276
12515
|
sla_deadline?: string;
|
|
12277
|
-
/** @example 2026-04-
|
|
12516
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12278
12517
|
created_at?: string;
|
|
12279
|
-
/** @example 2026-04-
|
|
12518
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12280
12519
|
updated_at?: string;
|
|
12281
12520
|
};
|
|
12282
12521
|
};
|
|
@@ -12313,7 +12552,7 @@ export interface operations {
|
|
|
12313
12552
|
content: {
|
|
12314
12553
|
"application/json": {
|
|
12315
12554
|
data?: {
|
|
12316
|
-
/** @example
|
|
12555
|
+
/** @example 9065cc7a-8791-4638-96fa-297291878dc1 */
|
|
12317
12556
|
uid?: string;
|
|
12318
12557
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12319
12558
|
title?: string;
|
|
@@ -12323,17 +12562,17 @@ export interface operations {
|
|
|
12323
12562
|
status?: string;
|
|
12324
12563
|
/** @example emergency */
|
|
12325
12564
|
priority?: string;
|
|
12326
|
-
/** @example 2026-04-
|
|
12565
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12327
12566
|
reported_at?: string;
|
|
12328
|
-
/** @example 2026-04-
|
|
12567
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12329
12568
|
assigned_at?: string;
|
|
12330
12569
|
/** @example null */
|
|
12331
12570
|
completed_at?: string | null;
|
|
12332
|
-
/** @example 2026-04-
|
|
12571
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12333
12572
|
sla_deadline?: string;
|
|
12334
|
-
/** @example 2026-04-
|
|
12573
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12335
12574
|
created_at?: string;
|
|
12336
|
-
/** @example 2026-04-
|
|
12575
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12337
12576
|
updated_at?: string;
|
|
12338
12577
|
};
|
|
12339
12578
|
};
|
|
@@ -12370,7 +12609,7 @@ export interface operations {
|
|
|
12370
12609
|
content: {
|
|
12371
12610
|
"application/json": {
|
|
12372
12611
|
data?: {
|
|
12373
|
-
/** @example
|
|
12612
|
+
/** @example d2691340-88f2-4dde-84e4-3030f1f8c1ae */
|
|
12374
12613
|
uid?: string;
|
|
12375
12614
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12376
12615
|
title?: string;
|
|
@@ -12380,17 +12619,17 @@ export interface operations {
|
|
|
12380
12619
|
status?: string;
|
|
12381
12620
|
/** @example emergency */
|
|
12382
12621
|
priority?: string;
|
|
12383
|
-
/** @example 2026-04-
|
|
12622
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12384
12623
|
reported_at?: string;
|
|
12385
|
-
/** @example 2026-04-
|
|
12624
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12386
12625
|
assigned_at?: string;
|
|
12387
12626
|
/** @example null */
|
|
12388
12627
|
completed_at?: string | null;
|
|
12389
|
-
/** @example 2026-04-
|
|
12628
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12390
12629
|
sla_deadline?: string;
|
|
12391
|
-
/** @example 2026-04-
|
|
12630
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12392
12631
|
created_at?: string;
|
|
12393
|
-
/** @example 2026-04-
|
|
12632
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12394
12633
|
updated_at?: string;
|
|
12395
12634
|
};
|
|
12396
12635
|
};
|
|
@@ -12427,7 +12666,7 @@ export interface operations {
|
|
|
12427
12666
|
content: {
|
|
12428
12667
|
"application/json": {
|
|
12429
12668
|
data?: {
|
|
12430
|
-
/** @example
|
|
12669
|
+
/** @example a1075e1e-191a-4035-926b-090025d12f81 */
|
|
12431
12670
|
uid?: string;
|
|
12432
12671
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12433
12672
|
title?: string;
|
|
@@ -12437,17 +12676,17 @@ export interface operations {
|
|
|
12437
12676
|
status?: string;
|
|
12438
12677
|
/** @example emergency */
|
|
12439
12678
|
priority?: string;
|
|
12440
|
-
/** @example 2026-04-
|
|
12679
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
12441
12680
|
reported_at?: string;
|
|
12442
|
-
/** @example 2026-04-
|
|
12681
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
12443
12682
|
assigned_at?: string;
|
|
12444
12683
|
/** @example null */
|
|
12445
12684
|
completed_at?: string | null;
|
|
12446
|
-
/** @example 2026-04-
|
|
12685
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
12447
12686
|
sla_deadline?: string;
|
|
12448
|
-
/** @example 2026-04-
|
|
12687
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12449
12688
|
created_at?: string;
|
|
12450
|
-
/** @example 2026-04-
|
|
12689
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12451
12690
|
updated_at?: string;
|
|
12452
12691
|
};
|
|
12453
12692
|
};
|
|
@@ -12716,19 +12955,19 @@ export interface operations {
|
|
|
12716
12955
|
content: {
|
|
12717
12956
|
"application/json": {
|
|
12718
12957
|
data?: {
|
|
12719
|
-
/** @example
|
|
12958
|
+
/** @example 50 */
|
|
12720
12959
|
id?: number;
|
|
12721
12960
|
/** @example 2 */
|
|
12722
12961
|
listing_id?: number;
|
|
12723
12962
|
/** @example completed */
|
|
12724
12963
|
status?: string;
|
|
12725
12964
|
scheduled?: {
|
|
12726
|
-
/** @example 1981-11-
|
|
12965
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12727
12966
|
start?: string;
|
|
12728
|
-
/** @example 1979-12-
|
|
12967
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12729
12968
|
end?: string;
|
|
12730
12969
|
};
|
|
12731
|
-
/** @example 2026-04-
|
|
12970
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12732
12971
|
created_at?: string;
|
|
12733
12972
|
};
|
|
12734
12973
|
};
|
|
@@ -12755,19 +12994,19 @@ export interface operations {
|
|
|
12755
12994
|
content: {
|
|
12756
12995
|
"application/json": {
|
|
12757
12996
|
data?: {
|
|
12758
|
-
/** @example
|
|
12997
|
+
/** @example 51 */
|
|
12759
12998
|
id?: number;
|
|
12760
12999
|
/** @example 2 */
|
|
12761
13000
|
listing_id?: number;
|
|
12762
13001
|
/** @example completed */
|
|
12763
13002
|
status?: string;
|
|
12764
13003
|
scheduled?: {
|
|
12765
|
-
/** @example 1981-11-
|
|
13004
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12766
13005
|
start?: string;
|
|
12767
|
-
/** @example 1979-12-
|
|
13006
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12768
13007
|
end?: string;
|
|
12769
13008
|
};
|
|
12770
|
-
/** @example 2026-04-
|
|
13009
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12771
13010
|
created_at?: string;
|
|
12772
13011
|
};
|
|
12773
13012
|
};
|
|
@@ -12793,41 +13032,41 @@ export interface operations {
|
|
|
12793
13032
|
/**
|
|
12794
13033
|
* @example [
|
|
12795
13034
|
* {
|
|
12796
|
-
* "id":
|
|
13035
|
+
* "id": 52,
|
|
12797
13036
|
* "listing_id": 2,
|
|
12798
13037
|
* "status": "completed",
|
|
12799
13038
|
* "scheduled": {
|
|
12800
|
-
* "start": "1981-11-
|
|
12801
|
-
* "end": "1979-12-
|
|
13039
|
+
* "start": "1981-11-19T00:00:00.000000Z",
|
|
13040
|
+
* "end": "1979-12-16T00:00:00.000000Z"
|
|
12802
13041
|
* },
|
|
12803
|
-
* "created_at": "2026-04-
|
|
13042
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
12804
13043
|
* },
|
|
12805
13044
|
* {
|
|
12806
|
-
* "id":
|
|
13045
|
+
* "id": 53,
|
|
12807
13046
|
* "listing_id": 2,
|
|
12808
13047
|
* "status": "completed",
|
|
12809
13048
|
* "scheduled": {
|
|
12810
|
-
* "start": "2006-09-
|
|
13049
|
+
* "start": "2006-09-19T00:00:00.000000Z",
|
|
12811
13050
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12812
13051
|
* },
|
|
12813
|
-
* "created_at": "2026-04-
|
|
13052
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
12814
13053
|
* }
|
|
12815
13054
|
* ]
|
|
12816
13055
|
*/
|
|
12817
13056
|
data?: {
|
|
12818
|
-
/** @example
|
|
13057
|
+
/** @example 52 */
|
|
12819
13058
|
id?: number;
|
|
12820
13059
|
/** @example 2 */
|
|
12821
13060
|
listing_id?: number;
|
|
12822
13061
|
/** @example completed */
|
|
12823
13062
|
status?: string;
|
|
12824
13063
|
scheduled?: {
|
|
12825
|
-
/** @example 1981-11-
|
|
13064
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12826
13065
|
start?: string;
|
|
12827
|
-
/** @example 1979-12-
|
|
13066
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12828
13067
|
end?: string;
|
|
12829
13068
|
};
|
|
12830
|
-
/** @example 2026-04-
|
|
13069
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12831
13070
|
created_at?: string;
|
|
12832
13071
|
}[];
|
|
12833
13072
|
links?: {
|
|
@@ -12927,19 +13166,19 @@ export interface operations {
|
|
|
12927
13166
|
content: {
|
|
12928
13167
|
"application/json": {
|
|
12929
13168
|
data?: {
|
|
12930
|
-
/** @example
|
|
13169
|
+
/** @example 54 */
|
|
12931
13170
|
id?: number;
|
|
12932
13171
|
/** @example 2 */
|
|
12933
13172
|
listing_id?: number;
|
|
12934
13173
|
/** @example completed */
|
|
12935
13174
|
status?: string;
|
|
12936
13175
|
scheduled?: {
|
|
12937
|
-
/** @example 1981-11-
|
|
13176
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12938
13177
|
start?: string;
|
|
12939
|
-
/** @example 1979-12-
|
|
13178
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12940
13179
|
end?: string;
|
|
12941
13180
|
};
|
|
12942
|
-
/** @example 2026-04-
|
|
13181
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12943
13182
|
created_at?: string;
|
|
12944
13183
|
};
|
|
12945
13184
|
};
|
|
@@ -12966,19 +13205,19 @@ export interface operations {
|
|
|
12966
13205
|
content: {
|
|
12967
13206
|
"application/json": {
|
|
12968
13207
|
data?: {
|
|
12969
|
-
/** @example
|
|
13208
|
+
/** @example 55 */
|
|
12970
13209
|
id?: number;
|
|
12971
13210
|
/** @example 2 */
|
|
12972
13211
|
listing_id?: number;
|
|
12973
13212
|
/** @example completed */
|
|
12974
13213
|
status?: string;
|
|
12975
13214
|
scheduled?: {
|
|
12976
|
-
/** @example 1981-11-
|
|
13215
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12977
13216
|
start?: string;
|
|
12978
|
-
/** @example 1979-12-
|
|
13217
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12979
13218
|
end?: string;
|
|
12980
13219
|
};
|
|
12981
|
-
/** @example 2026-04-
|
|
13220
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
12982
13221
|
created_at?: string;
|
|
12983
13222
|
};
|
|
12984
13223
|
};
|
|
@@ -13005,19 +13244,19 @@ export interface operations {
|
|
|
13005
13244
|
content: {
|
|
13006
13245
|
"application/json": {
|
|
13007
13246
|
data?: {
|
|
13008
|
-
/** @example
|
|
13247
|
+
/** @example 56 */
|
|
13009
13248
|
id?: number;
|
|
13010
13249
|
/** @example 2 */
|
|
13011
13250
|
listing_id?: number;
|
|
13012
13251
|
/** @example completed */
|
|
13013
13252
|
status?: string;
|
|
13014
13253
|
scheduled?: {
|
|
13015
|
-
/** @example 1981-11-
|
|
13254
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
13016
13255
|
start?: string;
|
|
13017
|
-
/** @example 1979-12-
|
|
13256
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
13018
13257
|
end?: string;
|
|
13019
13258
|
};
|
|
13020
|
-
/** @example 2026-04-
|
|
13259
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
13021
13260
|
created_at?: string;
|
|
13022
13261
|
};
|
|
13023
13262
|
};
|
|
@@ -14088,7 +14327,7 @@ export interface operations {
|
|
|
14088
14327
|
content: {
|
|
14089
14328
|
"application/json": {
|
|
14090
14329
|
data?: {
|
|
14091
|
-
/** @example
|
|
14330
|
+
/** @example 0afc26af-802e-4b8f-bde8-6d956d19c5d8 */
|
|
14092
14331
|
uid?: string;
|
|
14093
14332
|
/** @example Ms. Audra Crooks II */
|
|
14094
14333
|
username?: string;
|
|
@@ -14118,7 +14357,7 @@ export interface operations {
|
|
|
14118
14357
|
timezone?: string;
|
|
14119
14358
|
/** @example Customer */
|
|
14120
14359
|
user_type?: string;
|
|
14121
|
-
/** @example
|
|
14360
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
14122
14361
|
created?: string;
|
|
14123
14362
|
/** @example 0 seconds ago */
|
|
14124
14363
|
email_verified_at?: string;
|
|
@@ -14587,7 +14826,7 @@ export interface operations {
|
|
|
14587
14826
|
content: {
|
|
14588
14827
|
"application/json": {
|
|
14589
14828
|
data?: {
|
|
14590
|
-
/** @example
|
|
14829
|
+
/** @example 7e4b80fc-eda2-4f60-920f-6dc9c07f7feb */
|
|
14591
14830
|
uid?: string;
|
|
14592
14831
|
/** @example Ms. Audra Crooks II */
|
|
14593
14832
|
username?: string;
|
|
@@ -14617,7 +14856,7 @@ export interface operations {
|
|
|
14617
14856
|
timezone?: string;
|
|
14618
14857
|
/** @example Customer */
|
|
14619
14858
|
user_type?: string;
|
|
14620
|
-
/** @example
|
|
14859
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
14621
14860
|
created?: string;
|
|
14622
14861
|
/** @example 0 seconds ago */
|
|
14623
14862
|
email_verified_at?: string;
|
|
@@ -14738,11 +14977,11 @@ export interface operations {
|
|
|
14738
14977
|
content: {
|
|
14739
14978
|
"application/json": {
|
|
14740
14979
|
data?: {
|
|
14741
|
-
/** @example New For Rent Property draft •
|
|
14980
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
14742
14981
|
draft_name?: string;
|
|
14743
|
-
/** @example LST-PRP-LTR-
|
|
14982
|
+
/** @example LST-PRP-LTR-MO895IT2YFP */
|
|
14744
14983
|
sku?: string;
|
|
14745
|
-
/** @example
|
|
14984
|
+
/** @example 752c88c4-ed7e-4234-b992-ab5c9e95caea */
|
|
14746
14985
|
uid?: string;
|
|
14747
14986
|
/** @example Rent */
|
|
14748
14987
|
listing_type?: string;
|
|
@@ -14866,9 +15105,9 @@ export interface operations {
|
|
|
14866
15105
|
/**
|
|
14867
15106
|
* @example [
|
|
14868
15107
|
* {
|
|
14869
|
-
* "draft_name": "New For Rent Property draft •
|
|
14870
|
-
* "sku": "LST-PRP-LTR-
|
|
14871
|
-
* "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",
|
|
14872
15111
|
* "listing_type": "Rent",
|
|
14873
15112
|
* "vertical": "Property",
|
|
14874
15113
|
* "arrangement_type": "let_to_let",
|
|
@@ -14885,9 +15124,9 @@ export interface operations {
|
|
|
14885
15124
|
* "media": []
|
|
14886
15125
|
* },
|
|
14887
15126
|
* {
|
|
14888
|
-
* "draft_name": "New Short Let Property draft •
|
|
14889
|
-
* "sku": "LST-PRP-SHL-
|
|
14890
|
-
* "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",
|
|
14891
15130
|
* "listing_type": "Short Let",
|
|
14892
15131
|
* "vertical": "Property",
|
|
14893
15132
|
* "arrangement_type": "short_term_managed",
|
|
@@ -14906,11 +15145,11 @@ export interface operations {
|
|
|
14906
15145
|
* ]
|
|
14907
15146
|
*/
|
|
14908
15147
|
data?: {
|
|
14909
|
-
/** @example New For Rent Property draft •
|
|
15148
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
14910
15149
|
draft_name?: string;
|
|
14911
|
-
/** @example LST-PRP-LTR-
|
|
15150
|
+
/** @example LST-PRP-LTR-MO895ITQK0Q */
|
|
14912
15151
|
sku?: string;
|
|
14913
|
-
/** @example
|
|
15152
|
+
/** @example 31eb1d4c-5a83-4474-a38d-1d973775c59a */
|
|
14914
15153
|
uid?: string;
|
|
14915
15154
|
/** @example Rent */
|
|
14916
15155
|
listing_type?: string;
|
|
@@ -15020,9 +15259,9 @@ export interface operations {
|
|
|
15020
15259
|
/**
|
|
15021
15260
|
* @example [
|
|
15022
15261
|
* {
|
|
15023
|
-
* "draft_name": "New For Rent Property draft •
|
|
15024
|
-
* "sku": "LST-PRP-LTR-
|
|
15025
|
-
* "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",
|
|
15026
15265
|
* "listing_type": "Rent",
|
|
15027
15266
|
* "vertical": "Property",
|
|
15028
15267
|
* "arrangement_type": "let_to_let",
|
|
@@ -15039,9 +15278,9 @@ export interface operations {
|
|
|
15039
15278
|
* "media": []
|
|
15040
15279
|
* },
|
|
15041
15280
|
* {
|
|
15042
|
-
* "draft_name": "New Short Let Property draft •
|
|
15043
|
-
* "sku": "LST-PRP-SHL-
|
|
15044
|
-
* "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",
|
|
15045
15284
|
* "listing_type": "Short Let",
|
|
15046
15285
|
* "vertical": "Property",
|
|
15047
15286
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15060,11 +15299,11 @@ export interface operations {
|
|
|
15060
15299
|
* ]
|
|
15061
15300
|
*/
|
|
15062
15301
|
data?: {
|
|
15063
|
-
/** @example New For Rent Property draft •
|
|
15302
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
15064
15303
|
draft_name?: string;
|
|
15065
|
-
/** @example LST-PRP-LTR-
|
|
15304
|
+
/** @example LST-PRP-LTR-MO895IU3LUB */
|
|
15066
15305
|
sku?: string;
|
|
15067
|
-
/** @example
|
|
15306
|
+
/** @example 45e5741a-7bed-4e65-84ba-4546c4c87c9c */
|
|
15068
15307
|
uid?: string;
|
|
15069
15308
|
/** @example Rent */
|
|
15070
15309
|
listing_type?: string;
|
|
@@ -16128,7 +16367,7 @@ export interface operations {
|
|
|
16128
16367
|
content: {
|
|
16129
16368
|
"application/json": {
|
|
16130
16369
|
data?: {
|
|
16131
|
-
/** @example
|
|
16370
|
+
/** @example aea11e33-f633-4056-9058-619f5c6f078d */
|
|
16132
16371
|
uid?: string;
|
|
16133
16372
|
/** @example photo */
|
|
16134
16373
|
media_type?: string;
|
|
@@ -16277,11 +16516,11 @@ export interface operations {
|
|
|
16277
16516
|
content: {
|
|
16278
16517
|
"application/json": {
|
|
16279
16518
|
data?: {
|
|
16280
|
-
/** @example New For Rent Property draft •
|
|
16519
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 6:38 AM */
|
|
16281
16520
|
draft_name?: string;
|
|
16282
|
-
/** @example LST-PRP-LTR-
|
|
16521
|
+
/** @example LST-PRP-LTR-MO895IWGFJE */
|
|
16283
16522
|
sku?: string;
|
|
16284
|
-
/** @example
|
|
16523
|
+
/** @example 5282da37-69c7-47c1-bc41-191bfb1bb971 */
|
|
16285
16524
|
uid?: string;
|
|
16286
16525
|
/** @example Rent */
|
|
16287
16526
|
listing_type?: string;
|
|
@@ -16441,7 +16680,7 @@ export interface operations {
|
|
|
16441
16680
|
content: {
|
|
16442
16681
|
"application/json": {
|
|
16443
16682
|
data?: {
|
|
16444
|
-
/** @example
|
|
16683
|
+
/** @example f8874d74-607e-4208-bc79-bbec989d1cfe */
|
|
16445
16684
|
uid?: string;
|
|
16446
16685
|
/** @example null */
|
|
16447
16686
|
compliances?: string | null;
|
|
@@ -16492,7 +16731,7 @@ export interface operations {
|
|
|
16492
16731
|
content: {
|
|
16493
16732
|
"application/json": {
|
|
16494
16733
|
data?: {
|
|
16495
|
-
/** @example
|
|
16734
|
+
/** @example 91 */
|
|
16496
16735
|
id?: number;
|
|
16497
16736
|
compliance?: {
|
|
16498
16737
|
/** @example 1 */
|
|
@@ -16514,7 +16753,7 @@ export interface operations {
|
|
|
16514
16753
|
reviewed_by?: number;
|
|
16515
16754
|
/** @example null */
|
|
16516
16755
|
reviewed_at?: string | null;
|
|
16517
|
-
/** @example 2026-04-
|
|
16756
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16518
16757
|
created_at?: string;
|
|
16519
16758
|
};
|
|
16520
16759
|
};
|
|
@@ -16569,39 +16808,39 @@ export interface operations {
|
|
|
16569
16808
|
/**
|
|
16570
16809
|
* @example [
|
|
16571
16810
|
* {
|
|
16572
|
-
* "uid": "
|
|
16811
|
+
* "uid": "c2382f72-0abd-4d59-8b93-12cc0683f4bc",
|
|
16573
16812
|
* "listing_id": 1,
|
|
16574
16813
|
* "landlord_id": 2,
|
|
16575
16814
|
* "tenant_id": 2,
|
|
16576
16815
|
* "rent_amount": "4881.50",
|
|
16577
16816
|
* "deposit_amount": "2151.17",
|
|
16578
16817
|
* "state": "offer_accepted",
|
|
16579
|
-
* "start_date": "2025-10-
|
|
16580
|
-
* "end_date": "2026-10-
|
|
16818
|
+
* "start_date": "2025-10-26T00:00:00.000000Z",
|
|
16819
|
+
* "end_date": "2026-10-26T00:00:00.000000Z",
|
|
16581
16820
|
* "is_periodic": false,
|
|
16582
16821
|
* "company_name": null,
|
|
16583
16822
|
* "company_registration_number": null,
|
|
16584
|
-
* "created_at": "2026-04-
|
|
16823
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16585
16824
|
* },
|
|
16586
16825
|
* {
|
|
16587
|
-
* "uid": "
|
|
16826
|
+
* "uid": "be928977-79bf-4d0c-9019-0f5f6f07f55e",
|
|
16588
16827
|
* "listing_id": 1,
|
|
16589
16828
|
* "landlord_id": 2,
|
|
16590
16829
|
* "tenant_id": 2,
|
|
16591
16830
|
* "rent_amount": "3832.26",
|
|
16592
16831
|
* "deposit_amount": "1384.27",
|
|
16593
16832
|
* "state": "terminated",
|
|
16594
|
-
* "start_date": "2025-09-
|
|
16595
|
-
* "end_date": "2026-09-
|
|
16833
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
16834
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16596
16835
|
* "is_periodic": false,
|
|
16597
16836
|
* "company_name": null,
|
|
16598
16837
|
* "company_registration_number": null,
|
|
16599
|
-
* "created_at": "2026-04-
|
|
16838
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16600
16839
|
* }
|
|
16601
16840
|
* ]
|
|
16602
16841
|
*/
|
|
16603
16842
|
data?: {
|
|
16604
|
-
/** @example
|
|
16843
|
+
/** @example c2382f72-0abd-4d59-8b93-12cc0683f4bc */
|
|
16605
16844
|
uid?: string;
|
|
16606
16845
|
/** @example 1 */
|
|
16607
16846
|
listing_id?: number;
|
|
@@ -16615,9 +16854,9 @@ export interface operations {
|
|
|
16615
16854
|
deposit_amount?: string;
|
|
16616
16855
|
/** @example offer_accepted */
|
|
16617
16856
|
state?: string;
|
|
16618
|
-
/** @example 2025-10-
|
|
16857
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
16619
16858
|
start_date?: string;
|
|
16620
|
-
/** @example 2026-10-
|
|
16859
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
16621
16860
|
end_date?: string;
|
|
16622
16861
|
/** @example false */
|
|
16623
16862
|
is_periodic?: boolean;
|
|
@@ -16625,7 +16864,7 @@ export interface operations {
|
|
|
16625
16864
|
company_name?: string | null;
|
|
16626
16865
|
/** @example null */
|
|
16627
16866
|
company_registration_number?: string | null;
|
|
16628
|
-
/** @example 2026-04-
|
|
16867
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16629
16868
|
created_at?: string;
|
|
16630
16869
|
}[];
|
|
16631
16870
|
links?: {
|
|
@@ -16712,39 +16951,39 @@ export interface operations {
|
|
|
16712
16951
|
/**
|
|
16713
16952
|
* @example [
|
|
16714
16953
|
* {
|
|
16715
|
-
* "uid": "
|
|
16954
|
+
* "uid": "a5161072-54c8-4dd2-a567-c8afa759d2a3",
|
|
16716
16955
|
* "listing_id": 1,
|
|
16717
16956
|
* "landlord_id": 2,
|
|
16718
16957
|
* "tenant_id": 2,
|
|
16719
16958
|
* "rent_amount": "4881.50",
|
|
16720
16959
|
* "deposit_amount": "2151.17",
|
|
16721
16960
|
* "state": "offer_accepted",
|
|
16722
|
-
* "start_date": "2025-10-
|
|
16723
|
-
* "end_date": "2026-10-
|
|
16961
|
+
* "start_date": "2025-10-26T00:00:00.000000Z",
|
|
16962
|
+
* "end_date": "2026-10-26T00:00:00.000000Z",
|
|
16724
16963
|
* "is_periodic": false,
|
|
16725
16964
|
* "company_name": null,
|
|
16726
16965
|
* "company_registration_number": null,
|
|
16727
|
-
* "created_at": "2026-04-
|
|
16966
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16728
16967
|
* },
|
|
16729
16968
|
* {
|
|
16730
|
-
* "uid": "
|
|
16969
|
+
* "uid": "c5030593-b3b9-47d5-bfae-7ac2990b626d",
|
|
16731
16970
|
* "listing_id": 1,
|
|
16732
16971
|
* "landlord_id": 2,
|
|
16733
16972
|
* "tenant_id": 2,
|
|
16734
16973
|
* "rent_amount": "3832.26",
|
|
16735
16974
|
* "deposit_amount": "1384.27",
|
|
16736
16975
|
* "state": "terminated",
|
|
16737
|
-
* "start_date": "2025-09-
|
|
16738
|
-
* "end_date": "2026-09-
|
|
16976
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
16977
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16739
16978
|
* "is_periodic": false,
|
|
16740
16979
|
* "company_name": null,
|
|
16741
16980
|
* "company_registration_number": null,
|
|
16742
|
-
* "created_at": "2026-04-
|
|
16981
|
+
* "created_at": "2026-04-21T06:38:09.000000Z"
|
|
16743
16982
|
* }
|
|
16744
16983
|
* ]
|
|
16745
16984
|
*/
|
|
16746
16985
|
data?: {
|
|
16747
|
-
/** @example
|
|
16986
|
+
/** @example a5161072-54c8-4dd2-a567-c8afa759d2a3 */
|
|
16748
16987
|
uid?: string;
|
|
16749
16988
|
/** @example 1 */
|
|
16750
16989
|
listing_id?: number;
|
|
@@ -16758,9 +16997,9 @@ export interface operations {
|
|
|
16758
16997
|
deposit_amount?: string;
|
|
16759
16998
|
/** @example offer_accepted */
|
|
16760
16999
|
state?: string;
|
|
16761
|
-
/** @example 2025-10-
|
|
17000
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
16762
17001
|
start_date?: string;
|
|
16763
|
-
/** @example 2026-10-
|
|
17002
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
16764
17003
|
end_date?: string;
|
|
16765
17004
|
/** @example false */
|
|
16766
17005
|
is_periodic?: boolean;
|
|
@@ -16768,7 +17007,7 @@ export interface operations {
|
|
|
16768
17007
|
company_name?: string | null;
|
|
16769
17008
|
/** @example null */
|
|
16770
17009
|
company_registration_number?: string | null;
|
|
16771
|
-
/** @example 2026-04-
|
|
17010
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16772
17011
|
created_at?: string;
|
|
16773
17012
|
}[];
|
|
16774
17013
|
links?: {
|
|
@@ -16875,7 +17114,7 @@ export interface operations {
|
|
|
16875
17114
|
content: {
|
|
16876
17115
|
"application/json": {
|
|
16877
17116
|
data?: {
|
|
16878
|
-
/** @example
|
|
17117
|
+
/** @example 101 */
|
|
16879
17118
|
id?: number;
|
|
16880
17119
|
compliance?: {
|
|
16881
17120
|
/** @example 1 */
|
|
@@ -16895,9 +17134,9 @@ export interface operations {
|
|
|
16895
17134
|
rejection_reason?: string | null;
|
|
16896
17135
|
/** @example 1 */
|
|
16897
17136
|
reviewed_by?: number;
|
|
16898
|
-
/** @example 2026-04-
|
|
17137
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16899
17138
|
reviewed_at?: string;
|
|
16900
|
-
/** @example 2026-04-
|
|
17139
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16901
17140
|
created_at?: string;
|
|
16902
17141
|
};
|
|
16903
17142
|
};
|
|
@@ -16924,7 +17163,7 @@ export interface operations {
|
|
|
16924
17163
|
content: {
|
|
16925
17164
|
"application/json": {
|
|
16926
17165
|
data?: {
|
|
16927
|
-
/** @example
|
|
17166
|
+
/** @example 102 */
|
|
16928
17167
|
id?: number;
|
|
16929
17168
|
compliance?: {
|
|
16930
17169
|
/** @example 1 */
|
|
@@ -16944,9 +17183,9 @@ export interface operations {
|
|
|
16944
17183
|
rejection_reason?: string | null;
|
|
16945
17184
|
/** @example 1 */
|
|
16946
17185
|
reviewed_by?: number;
|
|
16947
|
-
/** @example 2026-04-
|
|
17186
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16948
17187
|
reviewed_at?: string;
|
|
16949
|
-
/** @example 2026-04-
|
|
17188
|
+
/** @example 2026-04-21T06:38:09.000000Z */
|
|
16950
17189
|
created_at?: string;
|
|
16951
17190
|
};
|
|
16952
17191
|
};
|
|
@@ -17399,7 +17638,7 @@ export interface operations {
|
|
|
17399
17638
|
sku?: string;
|
|
17400
17639
|
/** @example 09 Apr 2026, 11:14 AM */
|
|
17401
17640
|
published_at?: string;
|
|
17402
|
-
/** @example
|
|
17641
|
+
/** @example 1 week ago */
|
|
17403
17642
|
published_since?: string;
|
|
17404
17643
|
details?: {
|
|
17405
17644
|
/** @example New Benin */
|
|
@@ -17968,35 +18207,35 @@ export interface operations {
|
|
|
17968
18207
|
/**
|
|
17969
18208
|
* @example [
|
|
17970
18209
|
* {
|
|
17971
|
-
* "uid": "
|
|
18210
|
+
* "uid": "d4752796-044f-4291-8925-fc40f489e3b1",
|
|
17972
18211
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17973
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.",
|
|
17974
18213
|
* "status": "reported",
|
|
17975
18214
|
* "priority": "emergency",
|
|
17976
|
-
* "reported_at": "2026-04-
|
|
17977
|
-
* "assigned_at": "2026-04-
|
|
18215
|
+
* "reported_at": "2026-04-14T17:51:45.000000Z",
|
|
18216
|
+
* "assigned_at": "2026-04-19T14:11:37.000000Z",
|
|
17978
18217
|
* "completed_at": null,
|
|
17979
|
-
* "sla_deadline": "2026-04-
|
|
17980
|
-
* "created_at": "2026-04-
|
|
17981
|
-
* "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"
|
|
17982
18221
|
* },
|
|
17983
18222
|
* {
|
|
17984
|
-
* "uid": "
|
|
18223
|
+
* "uid": "8dc171c0-05fe-4809-b6e0-b7501dc9113a",
|
|
17985
18224
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17986
18225
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17987
18226
|
* "status": "completed",
|
|
17988
18227
|
* "priority": "normal",
|
|
17989
|
-
* "reported_at": "2026-04-
|
|
18228
|
+
* "reported_at": "2026-04-17T06:30:10.000000Z",
|
|
17990
18229
|
* "assigned_at": null,
|
|
17991
18230
|
* "completed_at": null,
|
|
17992
|
-
* "sla_deadline": "2026-04-
|
|
17993
|
-
* "created_at": "2026-04-
|
|
17994
|
-
* "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"
|
|
17995
18234
|
* }
|
|
17996
18235
|
* ]
|
|
17997
18236
|
*/
|
|
17998
18237
|
data?: {
|
|
17999
|
-
/** @example
|
|
18238
|
+
/** @example d4752796-044f-4291-8925-fc40f489e3b1 */
|
|
18000
18239
|
uid?: string;
|
|
18001
18240
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18002
18241
|
title?: string;
|
|
@@ -18006,17 +18245,17 @@ export interface operations {
|
|
|
18006
18245
|
status?: string;
|
|
18007
18246
|
/** @example emergency */
|
|
18008
18247
|
priority?: string;
|
|
18009
|
-
/** @example 2026-04-
|
|
18248
|
+
/** @example 2026-04-14T17:51:45.000000Z */
|
|
18010
18249
|
reported_at?: string;
|
|
18011
|
-
/** @example 2026-04-
|
|
18250
|
+
/** @example 2026-04-19T14:11:37.000000Z */
|
|
18012
18251
|
assigned_at?: string;
|
|
18013
18252
|
/** @example null */
|
|
18014
18253
|
completed_at?: string | null;
|
|
18015
|
-
/** @example 2026-04-
|
|
18254
|
+
/** @example 2026-04-22T19:34:00.000000Z */
|
|
18016
18255
|
sla_deadline?: string;
|
|
18017
|
-
/** @example 2026-04-
|
|
18256
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18018
18257
|
created_at?: string;
|
|
18019
|
-
/** @example 2026-04-
|
|
18258
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18020
18259
|
updated_at?: string;
|
|
18021
18260
|
}[];
|
|
18022
18261
|
links?: {
|
|
@@ -18111,13 +18350,13 @@ export interface operations {
|
|
|
18111
18350
|
content: {
|
|
18112
18351
|
"application/json": {
|
|
18113
18352
|
data?: {
|
|
18114
|
-
/** @example
|
|
18353
|
+
/** @example de34ce98-1886-4978-9fd9-c18895db2998 */
|
|
18115
18354
|
uid?: string;
|
|
18116
18355
|
/** @example image */
|
|
18117
18356
|
file_type?: string;
|
|
18118
18357
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18119
18358
|
url?: string;
|
|
18120
|
-
/** @example 2026-04-
|
|
18359
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18121
18360
|
created_at?: string;
|
|
18122
18361
|
};
|
|
18123
18362
|
};
|
|
@@ -18162,7 +18401,7 @@ export interface operations {
|
|
|
18162
18401
|
content: {
|
|
18163
18402
|
"application/json": {
|
|
18164
18403
|
data?: {
|
|
18165
|
-
/** @example
|
|
18404
|
+
/** @example 22 */
|
|
18166
18405
|
id?: number;
|
|
18167
18406
|
/** @example property_inquiry */
|
|
18168
18407
|
type?: string;
|
|
@@ -18170,7 +18409,7 @@ export interface operations {
|
|
|
18170
18409
|
listing_id?: number;
|
|
18171
18410
|
/** @example null */
|
|
18172
18411
|
last_message_at?: string | null;
|
|
18173
|
-
/** @example 2026-04-
|
|
18412
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18174
18413
|
created_at?: string;
|
|
18175
18414
|
};
|
|
18176
18415
|
};
|
|
@@ -18196,23 +18435,23 @@ export interface operations {
|
|
|
18196
18435
|
/**
|
|
18197
18436
|
* @example [
|
|
18198
18437
|
* {
|
|
18199
|
-
* "id":
|
|
18438
|
+
* "id": 23,
|
|
18200
18439
|
* "type": "property_inquiry",
|
|
18201
18440
|
* "listing_id": 2,
|
|
18202
18441
|
* "last_message_at": null,
|
|
18203
|
-
* "created_at": "2026-04-
|
|
18442
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18204
18443
|
* },
|
|
18205
18444
|
* {
|
|
18206
|
-
* "id":
|
|
18445
|
+
* "id": 24,
|
|
18207
18446
|
* "type": "property_inquiry",
|
|
18208
18447
|
* "listing_id": 2,
|
|
18209
18448
|
* "last_message_at": null,
|
|
18210
|
-
* "created_at": "2026-04-
|
|
18449
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18211
18450
|
* }
|
|
18212
18451
|
* ]
|
|
18213
18452
|
*/
|
|
18214
18453
|
data?: {
|
|
18215
|
-
/** @example
|
|
18454
|
+
/** @example 23 */
|
|
18216
18455
|
id?: number;
|
|
18217
18456
|
/** @example property_inquiry */
|
|
18218
18457
|
type?: string;
|
|
@@ -18220,7 +18459,7 @@ export interface operations {
|
|
|
18220
18459
|
listing_id?: number;
|
|
18221
18460
|
/** @example null */
|
|
18222
18461
|
last_message_at?: string | null;
|
|
18223
|
-
/** @example 2026-04-
|
|
18462
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18224
18463
|
created_at?: string;
|
|
18225
18464
|
}[];
|
|
18226
18465
|
links?: {
|
|
@@ -18538,27 +18777,27 @@ export interface operations {
|
|
|
18538
18777
|
/**
|
|
18539
18778
|
* @example [
|
|
18540
18779
|
* {
|
|
18541
|
-
* "id": "
|
|
18780
|
+
* "id": "c3eff963-0bef-4fcb-b884-39a20c38cec1",
|
|
18542
18781
|
* "type": "APPOINTMENT_CREATED",
|
|
18543
18782
|
* "title": "faker notification",
|
|
18544
18783
|
* "body": "faker notification body",
|
|
18545
18784
|
* "data": [],
|
|
18546
18785
|
* "read_at": null,
|
|
18547
|
-
* "created_at": "2026-04-
|
|
18786
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18548
18787
|
* },
|
|
18549
18788
|
* {
|
|
18550
|
-
* "id": "
|
|
18789
|
+
* "id": "b55d9003-5dfc-422d-b701-d48ce76c9b51",
|
|
18551
18790
|
* "type": "APPOINTMENT_CREATED",
|
|
18552
18791
|
* "title": "faker notification",
|
|
18553
18792
|
* "body": "faker notification body",
|
|
18554
18793
|
* "data": [],
|
|
18555
18794
|
* "read_at": null,
|
|
18556
|
-
* "created_at": "2026-04-
|
|
18795
|
+
* "created_at": "2026-04-21T06:38:10.000000Z"
|
|
18557
18796
|
* }
|
|
18558
18797
|
* ]
|
|
18559
18798
|
*/
|
|
18560
18799
|
data?: {
|
|
18561
|
-
/** @example
|
|
18800
|
+
/** @example c3eff963-0bef-4fcb-b884-39a20c38cec1 */
|
|
18562
18801
|
id?: string;
|
|
18563
18802
|
/** @example APPOINTMENT_CREATED */
|
|
18564
18803
|
type?: string;
|
|
@@ -18570,7 +18809,7 @@ export interface operations {
|
|
|
18570
18809
|
data?: unknown[];
|
|
18571
18810
|
/** @example null */
|
|
18572
18811
|
read_at?: string | null;
|
|
18573
|
-
/** @example 2026-04-
|
|
18812
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18574
18813
|
created_at?: string;
|
|
18575
18814
|
}[];
|
|
18576
18815
|
links?: {
|
|
@@ -18654,7 +18893,7 @@ export interface operations {
|
|
|
18654
18893
|
};
|
|
18655
18894
|
content: {
|
|
18656
18895
|
"application/json": {
|
|
18657
|
-
/** @example
|
|
18896
|
+
/** @example 3e681170-d3c2-48b0-84f3-dfb5d90feb80 */
|
|
18658
18897
|
id?: string;
|
|
18659
18898
|
/** @example APPOINTMENT_CREATED */
|
|
18660
18899
|
type?: string;
|
|
@@ -18666,7 +18905,7 @@ export interface operations {
|
|
|
18666
18905
|
data?: unknown[];
|
|
18667
18906
|
/** @example null */
|
|
18668
18907
|
read_at?: string | null;
|
|
18669
|
-
/** @example 2026-04-
|
|
18908
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
18670
18909
|
created_at?: string;
|
|
18671
18910
|
};
|
|
18672
18911
|
};
|
|
@@ -18913,31 +19152,31 @@ export interface operations {
|
|
|
18913
19152
|
/**
|
|
18914
19153
|
* @example [
|
|
18915
19154
|
* {
|
|
18916
|
-
* "id":
|
|
19155
|
+
* "id": 43,
|
|
18917
19156
|
* "rating": 1,
|
|
18918
19157
|
* "comment": "Nice Listing",
|
|
18919
19158
|
* "reviewer": {
|
|
18920
19159
|
* "id": 14,
|
|
18921
|
-
* "name": "
|
|
19160
|
+
* "name": "Ray Clark"
|
|
18922
19161
|
* },
|
|
18923
|
-
* "created_at": "2026-04-
|
|
18924
|
-
* "updated_at": "2026-04-
|
|
19162
|
+
* "created_at": "2026-04-21T06:38:10+00:00",
|
|
19163
|
+
* "updated_at": "2026-04-21T06:38:10+00:00"
|
|
18925
19164
|
* },
|
|
18926
19165
|
* {
|
|
18927
|
-
* "id":
|
|
19166
|
+
* "id": 44,
|
|
18928
19167
|
* "rating": 1,
|
|
18929
19168
|
* "comment": "Nice Listing",
|
|
18930
19169
|
* "reviewer": {
|
|
18931
|
-
* "id":
|
|
18932
|
-
* "name": "
|
|
19170
|
+
* "id": 3,
|
|
19171
|
+
* "name": "Teagan King"
|
|
18933
19172
|
* },
|
|
18934
|
-
* "created_at": "2026-04-
|
|
18935
|
-
* "updated_at": "2026-04-
|
|
19173
|
+
* "created_at": "2026-04-21T06:38:10+00:00",
|
|
19174
|
+
* "updated_at": "2026-04-21T06:38:10+00:00"
|
|
18936
19175
|
* }
|
|
18937
19176
|
* ]
|
|
18938
19177
|
*/
|
|
18939
19178
|
data?: {
|
|
18940
|
-
/** @example
|
|
19179
|
+
/** @example 43 */
|
|
18941
19180
|
id?: number;
|
|
18942
19181
|
/** @example 1 */
|
|
18943
19182
|
rating?: number;
|
|
@@ -18946,12 +19185,12 @@ export interface operations {
|
|
|
18946
19185
|
reviewer?: {
|
|
18947
19186
|
/** @example 14 */
|
|
18948
19187
|
id?: number;
|
|
18949
|
-
/** @example
|
|
19188
|
+
/** @example Ray Clark */
|
|
18950
19189
|
name?: string;
|
|
18951
19190
|
};
|
|
18952
|
-
/** @example 2026-04-
|
|
19191
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18953
19192
|
created_at?: string;
|
|
18954
|
-
/** @example 2026-04-
|
|
19193
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
18955
19194
|
updated_at?: string;
|
|
18956
19195
|
}[];
|
|
18957
19196
|
links?: {
|
|
@@ -19105,21 +19344,21 @@ export interface operations {
|
|
|
19105
19344
|
content: {
|
|
19106
19345
|
"application/json": {
|
|
19107
19346
|
data?: {
|
|
19108
|
-
/** @example
|
|
19347
|
+
/** @example 45 */
|
|
19109
19348
|
id?: number;
|
|
19110
19349
|
/** @example 1 */
|
|
19111
19350
|
rating?: number;
|
|
19112
19351
|
/** @example Nice Listing */
|
|
19113
19352
|
comment?: string;
|
|
19114
19353
|
reviewer?: {
|
|
19115
|
-
/** @example
|
|
19354
|
+
/** @example 18 */
|
|
19116
19355
|
id?: number;
|
|
19117
|
-
/** @example
|
|
19356
|
+
/** @example Wayne Davies */
|
|
19118
19357
|
name?: string;
|
|
19119
19358
|
};
|
|
19120
|
-
/** @example 2026-04-
|
|
19359
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19121
19360
|
created_at?: string;
|
|
19122
|
-
/** @example 2026-04-
|
|
19361
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19123
19362
|
updated_at?: string;
|
|
19124
19363
|
};
|
|
19125
19364
|
};
|
|
@@ -19163,7 +19402,7 @@ export interface operations {
|
|
|
19163
19402
|
content: {
|
|
19164
19403
|
"application/json": {
|
|
19165
19404
|
data?: {
|
|
19166
|
-
/** @example
|
|
19405
|
+
/** @example 46 */
|
|
19167
19406
|
id?: number;
|
|
19168
19407
|
/** @example 1 */
|
|
19169
19408
|
rating?: number;
|
|
@@ -19172,12 +19411,12 @@ export interface operations {
|
|
|
19172
19411
|
reviewer?: {
|
|
19173
19412
|
/** @example 5 */
|
|
19174
19413
|
id?: number;
|
|
19175
|
-
/** @example
|
|
19414
|
+
/** @example Mary Hall */
|
|
19176
19415
|
name?: string;
|
|
19177
19416
|
};
|
|
19178
|
-
/** @example 2026-04-
|
|
19417
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19179
19418
|
created_at?: string;
|
|
19180
|
-
/** @example 2026-04-
|
|
19419
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19181
19420
|
updated_at?: string;
|
|
19182
19421
|
};
|
|
19183
19422
|
};
|
|
@@ -19219,21 +19458,21 @@ export interface operations {
|
|
|
19219
19458
|
content: {
|
|
19220
19459
|
"application/json": {
|
|
19221
19460
|
data?: {
|
|
19222
|
-
/** @example
|
|
19461
|
+
/** @example 47 */
|
|
19223
19462
|
id?: number;
|
|
19224
19463
|
/** @example 1 */
|
|
19225
19464
|
rating?: number;
|
|
19226
19465
|
/** @example Nice Listing */
|
|
19227
19466
|
comment?: string;
|
|
19228
19467
|
reviewer?: {
|
|
19229
|
-
/** @example
|
|
19468
|
+
/** @example 19 */
|
|
19230
19469
|
id?: number;
|
|
19231
|
-
/** @example
|
|
19470
|
+
/** @example John Brown */
|
|
19232
19471
|
name?: string;
|
|
19233
19472
|
};
|
|
19234
|
-
/** @example 2026-04-
|
|
19473
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19235
19474
|
created_at?: string;
|
|
19236
|
-
/** @example 2026-04-
|
|
19475
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19237
19476
|
updated_at?: string;
|
|
19238
19477
|
};
|
|
19239
19478
|
};
|
|
@@ -19260,21 +19499,21 @@ export interface operations {
|
|
|
19260
19499
|
content: {
|
|
19261
19500
|
"application/json": {
|
|
19262
19501
|
data?: {
|
|
19263
|
-
/** @example
|
|
19502
|
+
/** @example 48 */
|
|
19264
19503
|
id?: number;
|
|
19265
19504
|
/** @example 1 */
|
|
19266
19505
|
rating?: number;
|
|
19267
19506
|
/** @example Nice Listing */
|
|
19268
19507
|
comment?: string;
|
|
19269
19508
|
reviewer?: {
|
|
19270
|
-
/** @example
|
|
19509
|
+
/** @example 5 */
|
|
19271
19510
|
id?: number;
|
|
19272
|
-
/** @example
|
|
19511
|
+
/** @example Mary Hall */
|
|
19273
19512
|
name?: string;
|
|
19274
19513
|
};
|
|
19275
|
-
/** @example 2026-04-
|
|
19514
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19276
19515
|
created_at?: string;
|
|
19277
|
-
/** @example 2026-04-
|
|
19516
|
+
/** @example 2026-04-21T06:38:10+00:00 */
|
|
19278
19517
|
updated_at?: string;
|
|
19279
19518
|
};
|
|
19280
19519
|
};
|
|
@@ -19301,7 +19540,7 @@ export interface operations {
|
|
|
19301
19540
|
content: {
|
|
19302
19541
|
"application/json": {
|
|
19303
19542
|
data?: {
|
|
19304
|
-
/** @example
|
|
19543
|
+
/** @example 0d3f8dae-b682-45ba-b540-c18e853a51c8 */
|
|
19305
19544
|
uid?: string;
|
|
19306
19545
|
/** @example 1 */
|
|
19307
19546
|
listing_id?: number;
|
|
@@ -19315,9 +19554,9 @@ export interface operations {
|
|
|
19315
19554
|
deposit_amount?: string;
|
|
19316
19555
|
/** @example offer_accepted */
|
|
19317
19556
|
state?: string;
|
|
19318
|
-
/** @example 2025-10-
|
|
19557
|
+
/** @example 2025-10-26T00:00:00.000000Z */
|
|
19319
19558
|
start_date?: string;
|
|
19320
|
-
/** @example 2026-10-
|
|
19559
|
+
/** @example 2026-10-26T00:00:00.000000Z */
|
|
19321
19560
|
end_date?: string;
|
|
19322
19561
|
/** @example false */
|
|
19323
19562
|
is_periodic?: boolean;
|
|
@@ -19325,7 +19564,7 @@ export interface operations {
|
|
|
19325
19564
|
company_name?: string | null;
|
|
19326
19565
|
/** @example null */
|
|
19327
19566
|
company_registration_number?: string | null;
|
|
19328
|
-
/** @example 2026-04-
|
|
19567
|
+
/** @example 2026-04-21T06:38:10.000000Z */
|
|
19329
19568
|
created_at?: string;
|
|
19330
19569
|
/** @example [] */
|
|
19331
19570
|
compliances?: unknown[];
|
|
@@ -19402,7 +19641,7 @@ export interface operations {
|
|
|
19402
19641
|
content: {
|
|
19403
19642
|
"application/json": {
|
|
19404
19643
|
data?: {
|
|
19405
|
-
/** @example
|
|
19644
|
+
/** @example db49948c-5d15-4b47-9c91-2099aebb09b7 */
|
|
19406
19645
|
uid?: string;
|
|
19407
19646
|
/** @example 1 */
|
|
19408
19647
|
listing_id?: number;
|
|
@@ -19416,9 +19655,9 @@ export interface operations {
|
|
|
19416
19655
|
deposit_amount?: string;
|
|
19417
19656
|
/** @example active */
|
|
19418
19657
|
state?: string;
|
|
19419
|
-
/** @example 2025-
|
|
19658
|
+
/** @example 2025-10-06T00:00:00.000000Z */
|
|
19420
19659
|
start_date?: string;
|
|
19421
|
-
/** @example 2026-
|
|
19660
|
+
/** @example 2026-10-06T00:00:00.000000Z */
|
|
19422
19661
|
end_date?: string;
|
|
19423
19662
|
/** @example true */
|
|
19424
19663
|
is_periodic?: boolean;
|
|
@@ -19426,7 +19665,7 @@ export interface operations {
|
|
|
19426
19665
|
company_name?: string | null;
|
|
19427
19666
|
/** @example null */
|
|
19428
19667
|
company_registration_number?: string | null;
|
|
19429
|
-
/** @example 2026-04-
|
|
19668
|
+
/** @example 2026-04-21T06:38:11.000000Z */
|
|
19430
19669
|
created_at?: string;
|
|
19431
19670
|
};
|
|
19432
19671
|
};
|
|
@@ -19718,17 +19957,17 @@ export interface operations {
|
|
|
19718
19957
|
* "from_state": "enquiry",
|
|
19719
19958
|
* "to_state": "pre_move_in_ready",
|
|
19720
19959
|
* "changed_by_user_id": 3,
|
|
19721
|
-
* "changed_by_name": "
|
|
19960
|
+
* "changed_by_name": "Teagan King",
|
|
19722
19961
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19723
|
-
* "created_at": "2025-12-
|
|
19962
|
+
* "created_at": "2025-12-13T17:25:10.000000Z"
|
|
19724
19963
|
* },
|
|
19725
19964
|
* {
|
|
19726
19965
|
* "from_state": "pre_move_in_ready",
|
|
19727
19966
|
* "to_state": "periodic",
|
|
19728
19967
|
* "changed_by_user_id": 3,
|
|
19729
|
-
* "changed_by_name": "
|
|
19968
|
+
* "changed_by_name": "Teagan King",
|
|
19730
19969
|
* "comment": null,
|
|
19731
|
-
* "created_at": "2025-10-
|
|
19970
|
+
* "created_at": "2025-10-30T01:20:50.000000Z"
|
|
19732
19971
|
* }
|
|
19733
19972
|
* ]
|
|
19734
19973
|
*/
|
|
@@ -19739,11 +19978,11 @@ export interface operations {
|
|
|
19739
19978
|
to_state?: string;
|
|
19740
19979
|
/** @example 3 */
|
|
19741
19980
|
changed_by_user_id?: number;
|
|
19742
|
-
/** @example
|
|
19981
|
+
/** @example Teagan King */
|
|
19743
19982
|
changed_by_name?: string;
|
|
19744
19983
|
/** @example Qui commodi incidunt iure odit. */
|
|
19745
19984
|
comment?: string;
|
|
19746
|
-
/** @example 2025-12-
|
|
19985
|
+
/** @example 2025-12-13T17:25:10.000000Z */
|
|
19747
19986
|
created_at?: string;
|
|
19748
19987
|
}[];
|
|
19749
19988
|
};
|
|
@@ -19987,7 +20226,7 @@ export interface operations {
|
|
|
19987
20226
|
content: {
|
|
19988
20227
|
"application/json": {
|
|
19989
20228
|
data?: {
|
|
19990
|
-
/** @example
|
|
20229
|
+
/** @example 9c021b2b-4ece-4310-a12b-e3d6d92a7768 */
|
|
19991
20230
|
uid?: string;
|
|
19992
20231
|
/** @example Ms. Audra Crooks II */
|
|
19993
20232
|
username?: string;
|
|
@@ -20017,7 +20256,7 @@ export interface operations {
|
|
|
20017
20256
|
timezone?: string;
|
|
20018
20257
|
/** @example Customer */
|
|
20019
20258
|
user_type?: string;
|
|
20020
|
-
/** @example
|
|
20259
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20021
20260
|
created?: string;
|
|
20022
20261
|
/** @example 0 seconds ago */
|
|
20023
20262
|
email_verified_at?: string;
|
|
@@ -20116,7 +20355,7 @@ export interface operations {
|
|
|
20116
20355
|
content: {
|
|
20117
20356
|
"application/json": {
|
|
20118
20357
|
data?: {
|
|
20119
|
-
/** @example
|
|
20358
|
+
/** @example 71db98bd-d94c-4bf6-997b-3722d42ef113 */
|
|
20120
20359
|
uid?: string;
|
|
20121
20360
|
/** @example Morgan Hirthe */
|
|
20122
20361
|
username?: string;
|
|
@@ -20146,7 +20385,7 @@ export interface operations {
|
|
|
20146
20385
|
timezone?: string;
|
|
20147
20386
|
/** @example Customer */
|
|
20148
20387
|
user_type?: string;
|
|
20149
|
-
/** @example
|
|
20388
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20150
20389
|
created?: string;
|
|
20151
20390
|
/** @example 0 seconds ago */
|
|
20152
20391
|
email_verified_at?: string;
|
|
@@ -20218,7 +20457,7 @@ export interface operations {
|
|
|
20218
20457
|
content: {
|
|
20219
20458
|
"application/json": {
|
|
20220
20459
|
data?: {
|
|
20221
|
-
/** @example
|
|
20460
|
+
/** @example 9944437a-b270-4718-9ac1-869e5b473411 */
|
|
20222
20461
|
uid?: string;
|
|
20223
20462
|
/** @example Ms. Audra Crooks II */
|
|
20224
20463
|
username?: string;
|
|
@@ -20248,7 +20487,7 @@ export interface operations {
|
|
|
20248
20487
|
timezone?: string;
|
|
20249
20488
|
/** @example Customer */
|
|
20250
20489
|
user_type?: string;
|
|
20251
|
-
/** @example
|
|
20490
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20252
20491
|
created?: string;
|
|
20253
20492
|
/** @example 0 seconds ago */
|
|
20254
20493
|
email_verified_at?: string;
|
|
@@ -20482,13 +20721,13 @@ export interface operations {
|
|
|
20482
20721
|
content: {
|
|
20483
20722
|
"application/json": {
|
|
20484
20723
|
data?: {
|
|
20485
|
-
/** @example
|
|
20724
|
+
/** @example 6 */
|
|
20486
20725
|
current_level?: number;
|
|
20487
20726
|
/** @example 3 */
|
|
20488
20727
|
completed_layers?: number;
|
|
20489
|
-
/** @example
|
|
20728
|
+
/** @example 5 */
|
|
20490
20729
|
pending_layers?: number;
|
|
20491
|
-
/** @example
|
|
20730
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20492
20731
|
last_calculated_at?: string;
|
|
20493
20732
|
};
|
|
20494
20733
|
};
|
|
@@ -20536,7 +20775,7 @@ export interface operations {
|
|
|
20536
20775
|
completed_layers?: number;
|
|
20537
20776
|
/** @example 4 */
|
|
20538
20777
|
pending_layers?: number;
|
|
20539
|
-
/** @example
|
|
20778
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20540
20779
|
last_calculated_at?: string;
|
|
20541
20780
|
};
|
|
20542
20781
|
};
|
|
@@ -20570,14 +20809,14 @@ export interface operations {
|
|
|
20570
20809
|
content: {
|
|
20571
20810
|
"application/json": {
|
|
20572
20811
|
data?: {
|
|
20573
|
-
/** @example
|
|
20812
|
+
/** @example 9a3bee17-da48-419c-9ead-c191ee471960 */
|
|
20574
20813
|
wishlist_uid?: string;
|
|
20575
20814
|
listing?: {
|
|
20576
|
-
/** @example New For Sale Used Item draft •
|
|
20815
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 6:38 AM */
|
|
20577
20816
|
draft_name?: string;
|
|
20578
|
-
/** @example LST-UIT-SAL-
|
|
20817
|
+
/** @example LST-UIT-SAL-MO895JNX8M1 */
|
|
20579
20818
|
sku?: string;
|
|
20580
|
-
/** @example
|
|
20819
|
+
/** @example 9d98f165-7f32-446f-9a82-ec57e8a36e66 */
|
|
20581
20820
|
uid?: string;
|
|
20582
20821
|
/** @example Sale */
|
|
20583
20822
|
listing_type?: string;
|
|
@@ -20661,15 +20900,15 @@ export interface operations {
|
|
|
20661
20900
|
/**
|
|
20662
20901
|
* @example [
|
|
20663
20902
|
* {
|
|
20664
|
-
* "wishlist_uid": "
|
|
20903
|
+
* "wishlist_uid": "3f1b5735-8263-452f-bbe9-c2508266de60"
|
|
20665
20904
|
* },
|
|
20666
20905
|
* {
|
|
20667
|
-
* "wishlist_uid": "
|
|
20906
|
+
* "wishlist_uid": "4aa59f2c-00fe-47bd-9359-874e9be2e5ad"
|
|
20668
20907
|
* }
|
|
20669
20908
|
* ]
|
|
20670
20909
|
*/
|
|
20671
20910
|
data?: {
|
|
20672
|
-
/** @example
|
|
20911
|
+
/** @example 3f1b5735-8263-452f-bbe9-c2508266de60 */
|
|
20673
20912
|
wishlist_uid?: string;
|
|
20674
20913
|
}[];
|
|
20675
20914
|
links?: {
|
|
@@ -20757,7 +20996,7 @@ export interface operations {
|
|
|
20757
20996
|
completed_layers?: number;
|
|
20758
20997
|
/** @example 4 */
|
|
20759
20998
|
pending_layers?: number;
|
|
20760
|
-
/** @example
|
|
20999
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20761
21000
|
last_calculated_at?: string;
|
|
20762
21001
|
};
|
|
20763
21002
|
};
|
|
@@ -20919,7 +21158,7 @@ export interface operations {
|
|
|
20919
21158
|
completed_layers?: number;
|
|
20920
21159
|
/** @example 4 */
|
|
20921
21160
|
pending_layers?: number;
|
|
20922
|
-
/** @example
|
|
21161
|
+
/** @example 21 Apr 2026, 06:38 AM */
|
|
20923
21162
|
last_calculated_at?: string;
|
|
20924
21163
|
};
|
|
20925
21164
|
};
|