@justins-home/types 1.1.35 → 1.1.37
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 +1386 -909
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -607,6 +607,26 @@ export interface paths {
|
|
|
607
607
|
patch?: never;
|
|
608
608
|
trace?: never;
|
|
609
609
|
};
|
|
610
|
+
"/api/v1/portal/admin/listing/fetch-all-no-pagination": {
|
|
611
|
+
parameters: {
|
|
612
|
+
query?: never;
|
|
613
|
+
header?: never;
|
|
614
|
+
path?: never;
|
|
615
|
+
cookie?: never;
|
|
616
|
+
};
|
|
617
|
+
/**
|
|
618
|
+
* fetchListingListAdminNoPagination
|
|
619
|
+
* @description Retrieve listings for the admin dashboard table without pagination.
|
|
620
|
+
*/
|
|
621
|
+
get: operations["fetchListingListAdminNoPagination"];
|
|
622
|
+
put?: never;
|
|
623
|
+
post?: never;
|
|
624
|
+
delete?: never;
|
|
625
|
+
options?: never;
|
|
626
|
+
head?: never;
|
|
627
|
+
patch?: never;
|
|
628
|
+
trace?: never;
|
|
629
|
+
};
|
|
610
630
|
"/api/v1/portal/admin/listing/fetch-one/{listing_uid}": {
|
|
611
631
|
parameters: {
|
|
612
632
|
query?: never;
|
|
@@ -1396,6 +1416,26 @@ export interface paths {
|
|
|
1396
1416
|
patch?: never;
|
|
1397
1417
|
trace?: never;
|
|
1398
1418
|
};
|
|
1419
|
+
"/api/v1/portal/admin/verification/layers/fetch-all-no-pagination": {
|
|
1420
|
+
parameters: {
|
|
1421
|
+
query?: never;
|
|
1422
|
+
header?: never;
|
|
1423
|
+
path?: never;
|
|
1424
|
+
cookie?: never;
|
|
1425
|
+
};
|
|
1426
|
+
/**
|
|
1427
|
+
* listVerificationLayers
|
|
1428
|
+
* @description Retrieve all verification layers without pagination.
|
|
1429
|
+
*/
|
|
1430
|
+
get: operations["listVerificationLayers"];
|
|
1431
|
+
put?: never;
|
|
1432
|
+
post?: never;
|
|
1433
|
+
delete?: never;
|
|
1434
|
+
options?: never;
|
|
1435
|
+
head?: never;
|
|
1436
|
+
patch?: never;
|
|
1437
|
+
trace?: never;
|
|
1438
|
+
};
|
|
1399
1439
|
"/api/v1/portal/admin/verification/layers/create": {
|
|
1400
1440
|
parameters: {
|
|
1401
1441
|
query?: never;
|
|
@@ -1714,13 +1754,11 @@ export interface paths {
|
|
|
1714
1754
|
patch?: never;
|
|
1715
1755
|
trace?: never;
|
|
1716
1756
|
};
|
|
1717
|
-
"/api/v1/portal/admin/plans/update/{
|
|
1757
|
+
"/api/v1/portal/admin/plans/update/{plan_key}": {
|
|
1718
1758
|
parameters: {
|
|
1719
1759
|
query?: never;
|
|
1720
1760
|
header?: never;
|
|
1721
1761
|
path: {
|
|
1722
|
-
/** @description The ID of the plan. */
|
|
1723
|
-
plan_id: string;
|
|
1724
1762
|
/** @description The key of the plan to update. */
|
|
1725
1763
|
plan_key: string;
|
|
1726
1764
|
};
|
|
@@ -2163,15 +2201,15 @@ export interface paths {
|
|
|
2163
2201
|
patch?: never;
|
|
2164
2202
|
trace?: never;
|
|
2165
2203
|
};
|
|
2166
|
-
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{
|
|
2204
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{listing_uid}": {
|
|
2167
2205
|
parameters: {
|
|
2168
2206
|
query?: never;
|
|
2169
2207
|
header?: never;
|
|
2170
2208
|
path: {
|
|
2171
2209
|
/** @description The ID of the compliance definition. */
|
|
2172
2210
|
compliance_id: number;
|
|
2173
|
-
/** @description The
|
|
2174
|
-
|
|
2211
|
+
/** @description The UID of the listing to apply the compliance rule to. */
|
|
2212
|
+
listing_uid: string;
|
|
2175
2213
|
};
|
|
2176
2214
|
cookie?: never;
|
|
2177
2215
|
};
|
|
@@ -2188,15 +2226,15 @@ export interface paths {
|
|
|
2188
2226
|
patch?: never;
|
|
2189
2227
|
trace?: never;
|
|
2190
2228
|
};
|
|
2191
|
-
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{
|
|
2229
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{tenancy_uid}": {
|
|
2192
2230
|
parameters: {
|
|
2193
2231
|
query?: never;
|
|
2194
2232
|
header?: never;
|
|
2195
2233
|
path: {
|
|
2196
2234
|
/** @description The ID of the compliance definition. */
|
|
2197
2235
|
compliance_id: number;
|
|
2198
|
-
/** @description The
|
|
2199
|
-
|
|
2236
|
+
/** @description The UID of the tenancy to apply the compliance rule to. */
|
|
2237
|
+
tenancy_uid: string;
|
|
2200
2238
|
};
|
|
2201
2239
|
cookie?: never;
|
|
2202
2240
|
};
|
|
@@ -2506,6 +2544,26 @@ export interface paths {
|
|
|
2506
2544
|
patch?: never;
|
|
2507
2545
|
trace?: never;
|
|
2508
2546
|
};
|
|
2547
|
+
"/api/v1/portal/admin/tenancies/fetch-all-no-pagination": {
|
|
2548
|
+
parameters: {
|
|
2549
|
+
query?: never;
|
|
2550
|
+
header?: never;
|
|
2551
|
+
path?: never;
|
|
2552
|
+
cookie?: never;
|
|
2553
|
+
};
|
|
2554
|
+
/**
|
|
2555
|
+
* fetchTenancyListAdminNoPagination
|
|
2556
|
+
* @description Retrieve all tenancies for the admin dashboard table without pagination.
|
|
2557
|
+
*/
|
|
2558
|
+
get: operations["fetchTenancyListAdminNoPagination"];
|
|
2559
|
+
put?: never;
|
|
2560
|
+
post?: never;
|
|
2561
|
+
delete?: never;
|
|
2562
|
+
options?: never;
|
|
2563
|
+
head?: never;
|
|
2564
|
+
patch?: never;
|
|
2565
|
+
trace?: never;
|
|
2566
|
+
};
|
|
2509
2567
|
"/api/v1/portal/admin/tenancies/{tenancy_uid}/compliance-documents": {
|
|
2510
2568
|
parameters: {
|
|
2511
2569
|
query?: never;
|
|
@@ -5629,7 +5687,7 @@ export interface operations {
|
|
|
5629
5687
|
content: {
|
|
5630
5688
|
"application/json": {
|
|
5631
5689
|
data?: {
|
|
5632
|
-
/** @example
|
|
5690
|
+
/** @example dab3702f-f4fe-44c6-9733-f47e3268c252 */
|
|
5633
5691
|
uid?: string;
|
|
5634
5692
|
/** @example Ms. Audra Crooks II */
|
|
5635
5693
|
username?: string;
|
|
@@ -5659,7 +5717,7 @@ export interface operations {
|
|
|
5659
5717
|
timezone?: string;
|
|
5660
5718
|
/** @example Customer */
|
|
5661
5719
|
user_type?: string;
|
|
5662
|
-
/** @example
|
|
5720
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
5663
5721
|
created?: string;
|
|
5664
5722
|
/** @example 0 seconds ago */
|
|
5665
5723
|
email_verified_at?: string;
|
|
@@ -5912,11 +5970,11 @@ export interface operations {
|
|
|
5912
5970
|
content: {
|
|
5913
5971
|
"application/json": {
|
|
5914
5972
|
data?: {
|
|
5915
|
-
/** @example New For Rent Property draft •
|
|
5973
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
5916
5974
|
draft_name?: string;
|
|
5917
|
-
/** @example LST-PRP-LTR-
|
|
5975
|
+
/** @example LST-PRP-LTR-MO8OBB8GF1S */
|
|
5918
5976
|
sku?: string;
|
|
5919
|
-
/** @example
|
|
5977
|
+
/** @example 7d0a4784-b5cf-4d75-8dc8-91375c84ee6f */
|
|
5920
5978
|
uid?: string;
|
|
5921
5979
|
/** @example Rent */
|
|
5922
5980
|
listing_type?: string;
|
|
@@ -7328,7 +7386,7 @@ export interface operations {
|
|
|
7328
7386
|
content: {
|
|
7329
7387
|
"application/json": {
|
|
7330
7388
|
/**
|
|
7331
|
-
* @example
|
|
7389
|
+
* @example Dormant
|
|
7332
7390
|
* @enum {string}
|
|
7333
7391
|
*/
|
|
7334
7392
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7343,7 +7401,7 @@ export interface operations {
|
|
|
7343
7401
|
content: {
|
|
7344
7402
|
"application/json": {
|
|
7345
7403
|
data?: {
|
|
7346
|
-
/** @example
|
|
7404
|
+
/** @example 8b08e1f2-545e-40f9-9180-cdbf4f9f70b1 */
|
|
7347
7405
|
uid?: string;
|
|
7348
7406
|
/** @example Morgan Hirthe */
|
|
7349
7407
|
username?: string;
|
|
@@ -7373,7 +7431,7 @@ export interface operations {
|
|
|
7373
7431
|
timezone?: string;
|
|
7374
7432
|
/** @example Customer */
|
|
7375
7433
|
user_type?: string;
|
|
7376
|
-
/** @example
|
|
7434
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
7377
7435
|
created?: string;
|
|
7378
7436
|
/** @example 0 seconds ago */
|
|
7379
7437
|
email_verified_at?: string;
|
|
@@ -7578,6 +7636,86 @@ export interface operations {
|
|
|
7578
7636
|
};
|
|
7579
7637
|
};
|
|
7580
7638
|
};
|
|
7639
|
+
fetchListingListAdminNoPagination: {
|
|
7640
|
+
parameters: {
|
|
7641
|
+
query?: {
|
|
7642
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
7643
|
+
title?: string | null;
|
|
7644
|
+
/** @description Filter by listing type. */
|
|
7645
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
7646
|
+
/** @description Filter by listing vertical. */
|
|
7647
|
+
vertical?: "property" | "used_item" | null;
|
|
7648
|
+
/** @description Filter by listing owner UID. Must not be greater than 255 characters. */
|
|
7649
|
+
owner_uid?: string | null;
|
|
7650
|
+
/** @description Filter by listing state. */
|
|
7651
|
+
state?: "draft" | "submitted" | "published" | "rejected" | "unpublished" | "archived" | null;
|
|
7652
|
+
/** @description Filter by active tenancy presence. */
|
|
7653
|
+
active_tenancy?: "true" | "false" | "1" | "0" | null;
|
|
7654
|
+
/** @description Filter by listing compliance status. */
|
|
7655
|
+
compliance_status?: "compliant" | "non_compliant" | null;
|
|
7656
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
7657
|
+
per_page?: number | null;
|
|
7658
|
+
/** @description Current page number. Must be at least 1. */
|
|
7659
|
+
page?: number | null;
|
|
7660
|
+
};
|
|
7661
|
+
header?: never;
|
|
7662
|
+
path?: never;
|
|
7663
|
+
cookie?: never;
|
|
7664
|
+
};
|
|
7665
|
+
requestBody?: never;
|
|
7666
|
+
responses: {
|
|
7667
|
+
/** @description Retrieve listings for admin table without pagination */
|
|
7668
|
+
200: {
|
|
7669
|
+
headers: {
|
|
7670
|
+
[name: string]: unknown;
|
|
7671
|
+
};
|
|
7672
|
+
content: {
|
|
7673
|
+
"application/json": {
|
|
7674
|
+
/** @example Listings fetched */
|
|
7675
|
+
message?: string;
|
|
7676
|
+
/** @example null */
|
|
7677
|
+
event?: string | null;
|
|
7678
|
+
data?: {
|
|
7679
|
+
/**
|
|
7680
|
+
* @example [
|
|
7681
|
+
* {
|
|
7682
|
+
* "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
|
|
7683
|
+
* "details": {
|
|
7684
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
7685
|
+
* "title": "24 Windsor Court",
|
|
7686
|
+
* "type": "Rent"
|
|
7687
|
+
* },
|
|
7688
|
+
* "owner": {
|
|
7689
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
7690
|
+
* "name": "Alice Taylor"
|
|
7691
|
+
* }
|
|
7692
|
+
* }
|
|
7693
|
+
* ]
|
|
7694
|
+
*/
|
|
7695
|
+
items?: {
|
|
7696
|
+
/** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
|
|
7697
|
+
listing_uid?: string;
|
|
7698
|
+
details?: {
|
|
7699
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
7700
|
+
address?: string;
|
|
7701
|
+
/** @example 24 Windsor Court */
|
|
7702
|
+
title?: string;
|
|
7703
|
+
/** @example Rent */
|
|
7704
|
+
type?: string;
|
|
7705
|
+
};
|
|
7706
|
+
owner?: {
|
|
7707
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
7708
|
+
uid?: string;
|
|
7709
|
+
/** @example Alice Taylor */
|
|
7710
|
+
name?: string;
|
|
7711
|
+
};
|
|
7712
|
+
}[];
|
|
7713
|
+
};
|
|
7714
|
+
};
|
|
7715
|
+
};
|
|
7716
|
+
};
|
|
7717
|
+
};
|
|
7718
|
+
};
|
|
7581
7719
|
fetchOneListingAdmin: {
|
|
7582
7720
|
parameters: {
|
|
7583
7721
|
query?: never;
|
|
@@ -8002,11 +8140,11 @@ export interface operations {
|
|
|
8002
8140
|
content: {
|
|
8003
8141
|
"application/json": {
|
|
8004
8142
|
data?: {
|
|
8005
|
-
/** @example New For Rent Property draft •
|
|
8143
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
8006
8144
|
draft_name?: string;
|
|
8007
|
-
/** @example LST-PRP-LTR-
|
|
8145
|
+
/** @example LST-PRP-LTR-MO8OBBBFVEV */
|
|
8008
8146
|
sku?: string;
|
|
8009
|
-
/** @example
|
|
8147
|
+
/** @example 17042663-ac76-457f-8ef1-ac3ab0f0fb0b */
|
|
8010
8148
|
uid?: string;
|
|
8011
8149
|
/** @example Rent */
|
|
8012
8150
|
listing_type?: string;
|
|
@@ -8446,7 +8584,7 @@ export interface operations {
|
|
|
8446
8584
|
content: {
|
|
8447
8585
|
"application/json": {
|
|
8448
8586
|
data?: {
|
|
8449
|
-
/** @example
|
|
8587
|
+
/** @example c2f95f76-85f3-4abd-b670-910ae6bba617 */
|
|
8450
8588
|
uid?: string;
|
|
8451
8589
|
/** @example photo */
|
|
8452
8590
|
media_type?: string;
|
|
@@ -8753,30 +8891,32 @@ export interface operations {
|
|
|
8753
8891
|
/**
|
|
8754
8892
|
* @example [
|
|
8755
8893
|
* {
|
|
8756
|
-
* "draft_name": "New For
|
|
8757
|
-
* "sku": "LST-
|
|
8758
|
-
* "uid": "
|
|
8759
|
-
* "listing_type": "
|
|
8760
|
-
* "vertical": "
|
|
8761
|
-
* "arrangement_type":
|
|
8762
|
-
* "arrangement_type_label":
|
|
8894
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
|
|
8895
|
+
* "sku": "LST-PRP-LTR-MO8OBBD8E2T",
|
|
8896
|
+
* "uid": "89648162-d54b-40b9-b479-88badca53709",
|
|
8897
|
+
* "listing_type": "Rent",
|
|
8898
|
+
* "vertical": "Property",
|
|
8899
|
+
* "arrangement_type": "let_to_let",
|
|
8900
|
+
* "arrangement_type_label": "Let to Let",
|
|
8763
8901
|
* "price": null,
|
|
8764
8902
|
* "state": "draft",
|
|
8765
8903
|
* "published_at": null,
|
|
8766
8904
|
* "published_since": null,
|
|
8767
8905
|
* "is_visible": false,
|
|
8768
|
-
* "summary":
|
|
8906
|
+
* "summary": {
|
|
8907
|
+
* "availability": null
|
|
8908
|
+
* },
|
|
8769
8909
|
* "workflow": [],
|
|
8770
8910
|
* "media": []
|
|
8771
8911
|
* },
|
|
8772
8912
|
* {
|
|
8773
|
-
* "draft_name": "New
|
|
8774
|
-
* "sku": "LST-PRP-
|
|
8775
|
-
* "uid": "
|
|
8776
|
-
* "listing_type": "
|
|
8913
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
|
|
8914
|
+
* "sku": "LST-PRP-SHL-MO8OBBDCARD",
|
|
8915
|
+
* "uid": "46f19f01-3ef6-4e95-abc6-cf35b202d28a",
|
|
8916
|
+
* "listing_type": "Short Let",
|
|
8777
8917
|
* "vertical": "Property",
|
|
8778
|
-
* "arrangement_type": "
|
|
8779
|
-
* "arrangement_type_label": "
|
|
8918
|
+
* "arrangement_type": "short_term_managed",
|
|
8919
|
+
* "arrangement_type_label": "Short Term Managed",
|
|
8780
8920
|
* "price": null,
|
|
8781
8921
|
* "state": "draft",
|
|
8782
8922
|
* "published_at": null,
|
|
@@ -8791,20 +8931,20 @@ export interface operations {
|
|
|
8791
8931
|
* ]
|
|
8792
8932
|
*/
|
|
8793
8933
|
data?: {
|
|
8794
|
-
/** @example New For
|
|
8934
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
8795
8935
|
draft_name?: string;
|
|
8796
|
-
/** @example LST-
|
|
8936
|
+
/** @example LST-PRP-LTR-MO8OBBD8E2T */
|
|
8797
8937
|
sku?: string;
|
|
8798
|
-
/** @example
|
|
8938
|
+
/** @example 89648162-d54b-40b9-b479-88badca53709 */
|
|
8799
8939
|
uid?: string;
|
|
8800
|
-
/** @example
|
|
8940
|
+
/** @example Rent */
|
|
8801
8941
|
listing_type?: string;
|
|
8802
|
-
/** @example
|
|
8942
|
+
/** @example Property */
|
|
8803
8943
|
vertical?: string;
|
|
8804
|
-
/** @example
|
|
8805
|
-
arrangement_type?: string
|
|
8806
|
-
/** @example
|
|
8807
|
-
arrangement_type_label?: string
|
|
8944
|
+
/** @example let_to_let */
|
|
8945
|
+
arrangement_type?: string;
|
|
8946
|
+
/** @example Let to Let */
|
|
8947
|
+
arrangement_type_label?: string;
|
|
8808
8948
|
/** @example null */
|
|
8809
8949
|
price?: string | null;
|
|
8810
8950
|
/** @example draft */
|
|
@@ -8815,8 +8955,10 @@ export interface operations {
|
|
|
8815
8955
|
published_since?: string | null;
|
|
8816
8956
|
/** @example false */
|
|
8817
8957
|
is_visible?: boolean;
|
|
8818
|
-
|
|
8819
|
-
|
|
8958
|
+
summary?: {
|
|
8959
|
+
/** @example null */
|
|
8960
|
+
availability?: string | null;
|
|
8961
|
+
};
|
|
8820
8962
|
/** @example [] */
|
|
8821
8963
|
workflow?: unknown[];
|
|
8822
8964
|
/** @example [] */
|
|
@@ -8988,11 +9130,11 @@ export interface operations {
|
|
|
8988
9130
|
content: {
|
|
8989
9131
|
"application/json": {
|
|
8990
9132
|
data?: {
|
|
8991
|
-
/** @example New For Rent Property draft •
|
|
9133
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
8992
9134
|
draft_name?: string;
|
|
8993
|
-
/** @example LST-PRP-LTR-
|
|
9135
|
+
/** @example LST-PRP-LTR-MO8OBBDLBAR */
|
|
8994
9136
|
sku?: string;
|
|
8995
|
-
/** @example
|
|
9137
|
+
/** @example 0b377090-c874-4b09-9666-2651d889dff7 */
|
|
8996
9138
|
uid?: string;
|
|
8997
9139
|
/** @example Rent */
|
|
8998
9140
|
listing_type?: string;
|
|
@@ -9055,11 +9197,11 @@ export interface operations {
|
|
|
9055
9197
|
content: {
|
|
9056
9198
|
"application/json": {
|
|
9057
9199
|
data?: {
|
|
9058
|
-
/** @example New For Rent Property draft •
|
|
9200
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
9059
9201
|
draft_name?: string;
|
|
9060
|
-
/** @example LST-PRP-LTR-
|
|
9202
|
+
/** @example LST-PRP-LTR-MO8OBBDSZGC */
|
|
9061
9203
|
sku?: string;
|
|
9062
|
-
/** @example
|
|
9204
|
+
/** @example 1e0ba633-ceb0-4f62-b8a1-1916d768dca1 */
|
|
9063
9205
|
uid?: string;
|
|
9064
9206
|
/** @example Rent */
|
|
9065
9207
|
listing_type?: string;
|
|
@@ -9112,11 +9254,11 @@ export interface operations {
|
|
|
9112
9254
|
content: {
|
|
9113
9255
|
"application/json": {
|
|
9114
9256
|
data?: {
|
|
9115
|
-
/** @example New For Rent Property draft •
|
|
9257
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
9116
9258
|
draft_name?: string;
|
|
9117
|
-
/** @example LST-PRP-LTR-
|
|
9259
|
+
/** @example LST-PRP-LTR-MO8OBBDZGUQ */
|
|
9118
9260
|
sku?: string;
|
|
9119
|
-
/** @example
|
|
9261
|
+
/** @example f6604364-9def-4641-b599-d59a5a2de093 */
|
|
9120
9262
|
uid?: string;
|
|
9121
9263
|
/** @example Rent */
|
|
9122
9264
|
listing_type?: string;
|
|
@@ -9169,11 +9311,11 @@ export interface operations {
|
|
|
9169
9311
|
content: {
|
|
9170
9312
|
"application/json": {
|
|
9171
9313
|
data?: {
|
|
9172
|
-
/** @example New For Rent Property draft •
|
|
9314
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
9173
9315
|
draft_name?: string;
|
|
9174
|
-
/** @example LST-PRP-LTR-
|
|
9316
|
+
/** @example LST-PRP-LTR-MO8OBBE4FRO */
|
|
9175
9317
|
sku?: string;
|
|
9176
|
-
/** @example
|
|
9318
|
+
/** @example 41c97b8a-bb60-4ead-b9da-de29728eecdc */
|
|
9177
9319
|
uid?: string;
|
|
9178
9320
|
/** @example Rent */
|
|
9179
9321
|
listing_type?: string;
|
|
@@ -9367,7 +9509,7 @@ export interface operations {
|
|
|
9367
9509
|
content: {
|
|
9368
9510
|
"application/json": {
|
|
9369
9511
|
data?: {
|
|
9370
|
-
/** @example
|
|
9512
|
+
/** @example 64 */
|
|
9371
9513
|
id?: number;
|
|
9372
9514
|
/** @example 1 */
|
|
9373
9515
|
category_id?: number;
|
|
@@ -9441,7 +9583,7 @@ export interface operations {
|
|
|
9441
9583
|
content: {
|
|
9442
9584
|
"application/json": {
|
|
9443
9585
|
data?: {
|
|
9444
|
-
/** @example
|
|
9586
|
+
/** @example 65 */
|
|
9445
9587
|
id?: number;
|
|
9446
9588
|
/** @example 1 */
|
|
9447
9589
|
category_id?: number;
|
|
@@ -9480,7 +9622,7 @@ export interface operations {
|
|
|
9480
9622
|
content: {
|
|
9481
9623
|
"application/json": {
|
|
9482
9624
|
data?: {
|
|
9483
|
-
/** @example
|
|
9625
|
+
/** @example 66 */
|
|
9484
9626
|
id?: number;
|
|
9485
9627
|
/** @example 1 */
|
|
9486
9628
|
category_id?: number;
|
|
@@ -9518,7 +9660,7 @@ export interface operations {
|
|
|
9518
9660
|
/**
|
|
9519
9661
|
* @example [
|
|
9520
9662
|
* {
|
|
9521
|
-
* "id":
|
|
9663
|
+
* "id": 50,
|
|
9522
9664
|
* "name": "Exterior",
|
|
9523
9665
|
* "description": "For Exterior categories",
|
|
9524
9666
|
* "display_order": 1,
|
|
@@ -9528,7 +9670,7 @@ export interface operations {
|
|
|
9528
9670
|
* "is_active": true
|
|
9529
9671
|
* },
|
|
9530
9672
|
* {
|
|
9531
|
-
* "id":
|
|
9673
|
+
* "id": 51,
|
|
9532
9674
|
* "name": "Exterior",
|
|
9533
9675
|
* "description": "For Exterior categories",
|
|
9534
9676
|
* "display_order": 1,
|
|
@@ -9540,7 +9682,7 @@ export interface operations {
|
|
|
9540
9682
|
* ]
|
|
9541
9683
|
*/
|
|
9542
9684
|
data?: {
|
|
9543
|
-
/** @example
|
|
9685
|
+
/** @example 50 */
|
|
9544
9686
|
id?: number;
|
|
9545
9687
|
/** @example Exterior */
|
|
9546
9688
|
name?: string;
|
|
@@ -9604,7 +9746,7 @@ export interface operations {
|
|
|
9604
9746
|
content: {
|
|
9605
9747
|
"application/json": {
|
|
9606
9748
|
data?: {
|
|
9607
|
-
/** @example
|
|
9749
|
+
/** @example 52 */
|
|
9608
9750
|
id?: number;
|
|
9609
9751
|
/** @example Exterior */
|
|
9610
9752
|
name?: string;
|
|
@@ -9671,7 +9813,7 @@ export interface operations {
|
|
|
9671
9813
|
content: {
|
|
9672
9814
|
"application/json": {
|
|
9673
9815
|
data?: {
|
|
9674
|
-
/** @example
|
|
9816
|
+
/** @example 53 */
|
|
9675
9817
|
id?: number;
|
|
9676
9818
|
/** @example Exterior */
|
|
9677
9819
|
name?: string;
|
|
@@ -9712,7 +9854,7 @@ export interface operations {
|
|
|
9712
9854
|
content: {
|
|
9713
9855
|
"application/json": {
|
|
9714
9856
|
data?: {
|
|
9715
|
-
/** @example
|
|
9857
|
+
/** @example 54 */
|
|
9716
9858
|
id?: number;
|
|
9717
9859
|
/** @example Exterior */
|
|
9718
9860
|
name?: string;
|
|
@@ -9736,93 +9878,214 @@ export interface operations {
|
|
|
9736
9878
|
};
|
|
9737
9879
|
getVerificationLayers: {
|
|
9738
9880
|
parameters: {
|
|
9739
|
-
query?:
|
|
9881
|
+
query?: {
|
|
9882
|
+
/** @description Number of verification layers per page. Must be at least 1. Must not be greater than 100. */
|
|
9883
|
+
per_page?: number | null;
|
|
9884
|
+
/** @description The current page number. Must be at least 1. */
|
|
9885
|
+
page?: number | null;
|
|
9886
|
+
};
|
|
9740
9887
|
header?: never;
|
|
9741
9888
|
path?: never;
|
|
9742
9889
|
cookie?: never;
|
|
9743
9890
|
};
|
|
9744
9891
|
requestBody?: never;
|
|
9745
9892
|
responses: {
|
|
9893
|
+
/** @description Retrieve verification layers for admin table */
|
|
9746
9894
|
200: {
|
|
9747
9895
|
headers: {
|
|
9748
9896
|
[name: string]: unknown;
|
|
9749
9897
|
};
|
|
9750
9898
|
content: {
|
|
9751
9899
|
"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
|
-
*/
|
|
9900
|
+
/** @example Layers retrieved successfully */
|
|
9901
|
+
message?: string;
|
|
9902
|
+
/** @example null */
|
|
9903
|
+
event?: string | null;
|
|
9778
9904
|
data?: {
|
|
9779
|
-
/**
|
|
9780
|
-
|
|
9781
|
-
|
|
9782
|
-
|
|
9783
|
-
|
|
9784
|
-
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9905
|
+
/**
|
|
9906
|
+
* @example [
|
|
9907
|
+
* {
|
|
9908
|
+
* "id": 1,
|
|
9909
|
+
* "key": "identity_document",
|
|
9910
|
+
* "name": "Identity Document",
|
|
9911
|
+
* "description": "Upload a government issued identity document.",
|
|
9912
|
+
* "requires_review": true,
|
|
9913
|
+
* "metadata_schema": {
|
|
9914
|
+
* "fields": {
|
|
9915
|
+
* "document_file": "file",
|
|
9916
|
+
* "document_type": "string"
|
|
9917
|
+
* },
|
|
9918
|
+
* "required_profile_fields": [
|
|
9919
|
+
* "legal_fullname",
|
|
9920
|
+
* "dob"
|
|
9921
|
+
* ]
|
|
9922
|
+
* },
|
|
9923
|
+
* "is_active": true,
|
|
9924
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
9925
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
9926
|
+
* }
|
|
9927
|
+
* ]
|
|
9928
|
+
*/
|
|
9929
|
+
items?: {
|
|
9930
|
+
/** @example 1 */
|
|
9931
|
+
id?: number;
|
|
9932
|
+
/** @example identity_document */
|
|
9933
|
+
key?: string;
|
|
9934
|
+
/** @example Identity Document */
|
|
9935
|
+
name?: string;
|
|
9936
|
+
/** @example Upload a government issued identity document. */
|
|
9937
|
+
description?: string;
|
|
9938
|
+
/** @example true */
|
|
9939
|
+
requires_review?: boolean;
|
|
9940
|
+
metadata_schema?: {
|
|
9941
|
+
fields?: {
|
|
9942
|
+
/** @example file */
|
|
9943
|
+
document_file?: string;
|
|
9944
|
+
/** @example string */
|
|
9945
|
+
document_type?: string;
|
|
9946
|
+
};
|
|
9947
|
+
/**
|
|
9948
|
+
* @example [
|
|
9949
|
+
* "legal_fullname",
|
|
9950
|
+
* "dob"
|
|
9951
|
+
* ]
|
|
9952
|
+
*/
|
|
9953
|
+
required_profile_fields?: string[];
|
|
9954
|
+
};
|
|
9955
|
+
/** @example true */
|
|
9956
|
+
is_active?: boolean;
|
|
9957
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9958
|
+
created_at?: string;
|
|
9959
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
9960
|
+
updated_at?: string;
|
|
9961
|
+
}[];
|
|
9962
|
+
pagination?: {
|
|
9963
|
+
/** @example 1 */
|
|
9964
|
+
current_page?: number;
|
|
9965
|
+
/** @example 15 */
|
|
9966
|
+
per_page?: number;
|
|
9967
|
+
/** @example 1 */
|
|
9968
|
+
total?: number;
|
|
9969
|
+
/** @example 1 */
|
|
9970
|
+
last_page?: number;
|
|
9971
|
+
/** @example 1 */
|
|
9972
|
+
from?: number;
|
|
9973
|
+
/** @example 1 */
|
|
9974
|
+
to?: number;
|
|
9975
|
+
};
|
|
9976
|
+
};
|
|
9798
9977
|
};
|
|
9799
9978
|
};
|
|
9800
9979
|
};
|
|
9801
9980
|
};
|
|
9802
9981
|
};
|
|
9803
|
-
|
|
9982
|
+
listVerificationLayers: {
|
|
9804
9983
|
parameters: {
|
|
9805
9984
|
query?: never;
|
|
9806
9985
|
header?: never;
|
|
9807
9986
|
path?: never;
|
|
9808
9987
|
cookie?: never;
|
|
9809
9988
|
};
|
|
9810
|
-
requestBody
|
|
9811
|
-
|
|
9812
|
-
|
|
9813
|
-
|
|
9814
|
-
|
|
9815
|
-
|
|
9816
|
-
|
|
9817
|
-
|
|
9818
|
-
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
|
|
9989
|
+
requestBody?: never;
|
|
9990
|
+
responses: {
|
|
9991
|
+
/** @description Retrieve all verification layers without pagination */
|
|
9992
|
+
200: {
|
|
9993
|
+
headers: {
|
|
9994
|
+
[name: string]: unknown;
|
|
9995
|
+
};
|
|
9996
|
+
content: {
|
|
9997
|
+
"application/json": {
|
|
9998
|
+
/** @example Layers retrieved successfully */
|
|
9999
|
+
message?: string;
|
|
10000
|
+
/** @example null */
|
|
10001
|
+
event?: string | null;
|
|
10002
|
+
data?: {
|
|
10003
|
+
/**
|
|
10004
|
+
* @example [
|
|
10005
|
+
* {
|
|
10006
|
+
* "id": 1,
|
|
10007
|
+
* "key": "identity_document",
|
|
10008
|
+
* "name": "Identity Document",
|
|
10009
|
+
* "description": "Upload a government issued identity document.",
|
|
10010
|
+
* "requires_review": true,
|
|
10011
|
+
* "metadata_schema": {
|
|
10012
|
+
* "fields": {
|
|
10013
|
+
* "document_file": "file",
|
|
10014
|
+
* "document_type": "string"
|
|
10015
|
+
* },
|
|
10016
|
+
* "required_profile_fields": [
|
|
10017
|
+
* "legal_fullname",
|
|
10018
|
+
* "dob"
|
|
10019
|
+
* ]
|
|
10020
|
+
* },
|
|
10021
|
+
* "is_active": true,
|
|
10022
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10023
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10024
|
+
* }
|
|
10025
|
+
* ]
|
|
10026
|
+
*/
|
|
10027
|
+
items?: {
|
|
10028
|
+
/** @example 1 */
|
|
10029
|
+
id?: number;
|
|
10030
|
+
/** @example identity_document */
|
|
10031
|
+
key?: string;
|
|
10032
|
+
/** @example Identity Document */
|
|
10033
|
+
name?: string;
|
|
10034
|
+
/** @example Upload a government issued identity document. */
|
|
10035
|
+
description?: string;
|
|
10036
|
+
/** @example true */
|
|
10037
|
+
requires_review?: boolean;
|
|
10038
|
+
metadata_schema?: {
|
|
10039
|
+
fields?: {
|
|
10040
|
+
/** @example file */
|
|
10041
|
+
document_file?: string;
|
|
10042
|
+
/** @example string */
|
|
10043
|
+
document_type?: string;
|
|
10044
|
+
};
|
|
10045
|
+
/**
|
|
10046
|
+
* @example [
|
|
10047
|
+
* "legal_fullname",
|
|
10048
|
+
* "dob"
|
|
10049
|
+
* ]
|
|
10050
|
+
*/
|
|
10051
|
+
required_profile_fields?: string[];
|
|
10052
|
+
};
|
|
10053
|
+
/** @example true */
|
|
10054
|
+
is_active?: boolean;
|
|
10055
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10056
|
+
created_at?: string;
|
|
10057
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10058
|
+
updated_at?: string;
|
|
10059
|
+
}[];
|
|
10060
|
+
};
|
|
10061
|
+
};
|
|
10062
|
+
};
|
|
10063
|
+
};
|
|
10064
|
+
};
|
|
10065
|
+
};
|
|
10066
|
+
createVerificationLayer: {
|
|
10067
|
+
parameters: {
|
|
10068
|
+
query?: never;
|
|
10069
|
+
header?: never;
|
|
10070
|
+
path?: never;
|
|
10071
|
+
cookie?: never;
|
|
10072
|
+
};
|
|
10073
|
+
requestBody: {
|
|
10074
|
+
content: {
|
|
10075
|
+
"application/json": {
|
|
10076
|
+
/**
|
|
10077
|
+
* @description Unique identifier for the verification layer.
|
|
10078
|
+
* @example certificate_upload
|
|
10079
|
+
*/
|
|
10080
|
+
key: string;
|
|
10081
|
+
/**
|
|
10082
|
+
* @description Human readable name of the verification layer.
|
|
10083
|
+
* @example Certificate Upload
|
|
10084
|
+
*/
|
|
10085
|
+
name: string;
|
|
10086
|
+
/**
|
|
10087
|
+
* @description Optional description explaining what the verification layer does.
|
|
10088
|
+
* @example Upload a government issued compliance certificate.
|
|
9826
10089
|
*/
|
|
9827
10090
|
description?: string | null;
|
|
9828
10091
|
/**
|
|
@@ -9854,7 +10117,7 @@ export interface operations {
|
|
|
9854
10117
|
content: {
|
|
9855
10118
|
"application/json": {
|
|
9856
10119
|
data?: {
|
|
9857
|
-
/** @example
|
|
10120
|
+
/** @example 30 */
|
|
9858
10121
|
id?: number;
|
|
9859
10122
|
/** @example email_fa_0 */
|
|
9860
10123
|
key?: string;
|
|
@@ -9868,9 +10131,9 @@ export interface operations {
|
|
|
9868
10131
|
metadata_schema?: unknown[];
|
|
9869
10132
|
/** @example true */
|
|
9870
10133
|
is_active?: boolean;
|
|
9871
|
-
/** @example 2026-04-
|
|
10134
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
9872
10135
|
created_at?: string;
|
|
9873
|
-
/** @example 2026-04-
|
|
10136
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
9874
10137
|
updated_at?: string;
|
|
9875
10138
|
};
|
|
9876
10139
|
};
|
|
@@ -9930,7 +10193,7 @@ export interface operations {
|
|
|
9930
10193
|
content: {
|
|
9931
10194
|
"application/json": {
|
|
9932
10195
|
data?: {
|
|
9933
|
-
/** @example
|
|
10196
|
+
/** @example 31 */
|
|
9934
10197
|
id?: number;
|
|
9935
10198
|
/** @example email_fa_0 */
|
|
9936
10199
|
key?: string;
|
|
@@ -9944,9 +10207,9 @@ export interface operations {
|
|
|
9944
10207
|
metadata_schema?: unknown[];
|
|
9945
10208
|
/** @example true */
|
|
9946
10209
|
is_active?: boolean;
|
|
9947
|
-
/** @example 2026-04-
|
|
10210
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
9948
10211
|
created_at?: string;
|
|
9949
|
-
/** @example 2026-04-
|
|
10212
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
9950
10213
|
updated_at?: string;
|
|
9951
10214
|
};
|
|
9952
10215
|
};
|
|
@@ -9963,56 +10226,81 @@ export interface operations {
|
|
|
9963
10226
|
};
|
|
9964
10227
|
requestBody?: never;
|
|
9965
10228
|
responses: {
|
|
10229
|
+
/** @description Verification flow retrieved successfully */
|
|
9966
10230
|
200: {
|
|
9967
10231
|
headers: {
|
|
9968
10232
|
[name: string]: unknown;
|
|
9969
10233
|
};
|
|
9970
10234
|
content: {
|
|
9971
10235
|
"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
|
-
*/
|
|
10236
|
+
/** @example Verification flow retrieved successfully */
|
|
10237
|
+
message?: string;
|
|
10238
|
+
/** @example null */
|
|
10239
|
+
event?: string | null;
|
|
9996
10240
|
data?: {
|
|
9997
|
-
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
-
|
|
10241
|
+
"App\\Models\\Landlord"?: {
|
|
10242
|
+
/** @example Landlord */
|
|
10243
|
+
user_type?: string;
|
|
10244
|
+
/** @example App\Models\Landlord */
|
|
10245
|
+
user_type_class?: string;
|
|
10246
|
+
/**
|
|
10247
|
+
* @example [
|
|
10248
|
+
* {
|
|
10249
|
+
* "order": 1,
|
|
10250
|
+
* "is_required": true,
|
|
10251
|
+
* "layer": {
|
|
10252
|
+
* "id": 1,
|
|
10253
|
+
* "key": "identity_document",
|
|
10254
|
+
* "name": "Identity Document",
|
|
10255
|
+
* "description": "Upload a government issued identity document.",
|
|
10256
|
+
* "requires_review": true,
|
|
10257
|
+
* "metadata_schema": {
|
|
10258
|
+
* "fields": {
|
|
10259
|
+
* "document_file": "file",
|
|
10260
|
+
* "document_type": "string"
|
|
10261
|
+
* }
|
|
10262
|
+
* },
|
|
10263
|
+
* "is_active": true,
|
|
10264
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10265
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10266
|
+
* }
|
|
10267
|
+
* }
|
|
10268
|
+
* ]
|
|
10269
|
+
*/
|
|
10270
|
+
layers?: {
|
|
10271
|
+
/** @example 1 */
|
|
10272
|
+
order?: number;
|
|
10273
|
+
/** @example true */
|
|
10274
|
+
is_required?: boolean;
|
|
10275
|
+
layer?: {
|
|
10276
|
+
/** @example 1 */
|
|
10277
|
+
id?: number;
|
|
10278
|
+
/** @example identity_document */
|
|
10279
|
+
key?: string;
|
|
10280
|
+
/** @example Identity Document */
|
|
10281
|
+
name?: string;
|
|
10282
|
+
/** @example Upload a government issued identity document. */
|
|
10283
|
+
description?: string;
|
|
10284
|
+
/** @example true */
|
|
10285
|
+
requires_review?: boolean;
|
|
10286
|
+
metadata_schema?: {
|
|
10287
|
+
fields?: {
|
|
10288
|
+
/** @example file */
|
|
10289
|
+
document_file?: string;
|
|
10290
|
+
/** @example string */
|
|
10291
|
+
document_type?: string;
|
|
10292
|
+
};
|
|
10293
|
+
};
|
|
10294
|
+
/** @example true */
|
|
10295
|
+
is_active?: boolean;
|
|
10296
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10297
|
+
created_at?: string;
|
|
10298
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10299
|
+
updated_at?: string;
|
|
10300
|
+
};
|
|
10301
|
+
}[];
|
|
10302
|
+
};
|
|
10303
|
+
};
|
|
10016
10304
|
};
|
|
10017
10305
|
};
|
|
10018
10306
|
};
|
|
@@ -10137,13 +10425,15 @@ export interface operations {
|
|
|
10137
10425
|
parameters: {
|
|
10138
10426
|
query?: {
|
|
10139
10427
|
/** @description optional Filter verifications by status. */
|
|
10140
|
-
status?: string;
|
|
10141
|
-
/** @description optional Filter verifications by user
|
|
10142
|
-
|
|
10428
|
+
status?: string | null;
|
|
10429
|
+
/** @description optional Filter verifications by user UID. */
|
|
10430
|
+
user_uid?: string | null;
|
|
10143
10431
|
/** @description optional Filter by verification layer ID. */
|
|
10144
|
-
layer_id?: number;
|
|
10432
|
+
layer_id?: number | null;
|
|
10145
10433
|
/** @description optional Number of results per page. */
|
|
10146
|
-
per_page?: number;
|
|
10434
|
+
per_page?: number | null;
|
|
10435
|
+
/** @description optional The current page number. */
|
|
10436
|
+
page?: number | null;
|
|
10147
10437
|
};
|
|
10148
10438
|
header?: never;
|
|
10149
10439
|
path?: never;
|
|
@@ -10151,111 +10441,139 @@ export interface operations {
|
|
|
10151
10441
|
};
|
|
10152
10442
|
requestBody?: never;
|
|
10153
10443
|
responses: {
|
|
10444
|
+
/** @description User verifications retrieved */
|
|
10154
10445
|
200: {
|
|
10155
10446
|
headers: {
|
|
10156
10447
|
[name: string]: unknown;
|
|
10157
10448
|
};
|
|
10158
10449
|
content: {
|
|
10159
10450
|
"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
|
-
*/
|
|
10451
|
+
/** @example User verifications retrieved */
|
|
10452
|
+
message?: string;
|
|
10453
|
+
/** @example null */
|
|
10454
|
+
event?: string | null;
|
|
10184
10455
|
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
10456
|
/**
|
|
10220
10457
|
* @example [
|
|
10221
10458
|
* {
|
|
10222
|
-
* "
|
|
10223
|
-
* "
|
|
10224
|
-
* "
|
|
10225
|
-
*
|
|
10226
|
-
*
|
|
10227
|
-
*
|
|
10228
|
-
*
|
|
10229
|
-
*
|
|
10230
|
-
*
|
|
10231
|
-
*
|
|
10232
|
-
*
|
|
10233
|
-
*
|
|
10234
|
-
* "
|
|
10235
|
-
*
|
|
10236
|
-
*
|
|
10237
|
-
*
|
|
10459
|
+
* "id": 15,
|
|
10460
|
+
* "status": "pending",
|
|
10461
|
+
* "submitted_data": {
|
|
10462
|
+
* "document": {
|
|
10463
|
+
* "file_name": "passport.pdf",
|
|
10464
|
+
* "storage_path": "verification/system/passport.pdf",
|
|
10465
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10466
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10467
|
+
* "disk": "verification_documents"
|
|
10468
|
+
* }
|
|
10469
|
+
* },
|
|
10470
|
+
* "rejection_reason": null,
|
|
10471
|
+
* "user": {
|
|
10472
|
+
* "id": 22,
|
|
10473
|
+
* "uid": "user_12kk23",
|
|
10474
|
+
* "name": "Jane Doe",
|
|
10475
|
+
* "email": "jane@example.com"
|
|
10476
|
+
* },
|
|
10477
|
+
* "layer": {
|
|
10478
|
+
* "id": 3,
|
|
10479
|
+
* "key": "identity_document",
|
|
10480
|
+
* "name": "Identity Document",
|
|
10481
|
+
* "description": "Upload a government issued identity document.",
|
|
10482
|
+
* "requires_review": true,
|
|
10483
|
+
* "metadata_schema": {
|
|
10484
|
+
* "fields": {
|
|
10485
|
+
* "document_file": "file"
|
|
10486
|
+
* }
|
|
10487
|
+
* },
|
|
10488
|
+
* "is_active": true,
|
|
10489
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10490
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10491
|
+
* },
|
|
10492
|
+
* "reviewed_by": null,
|
|
10493
|
+
* "reviewed_at": null,
|
|
10494
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10495
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10238
10496
|
* }
|
|
10239
10497
|
* ]
|
|
10240
10498
|
*/
|
|
10241
|
-
|
|
10499
|
+
items?: {
|
|
10500
|
+
/** @example 15 */
|
|
10501
|
+
id?: number;
|
|
10502
|
+
/** @example pending */
|
|
10503
|
+
status?: string;
|
|
10504
|
+
submitted_data?: {
|
|
10505
|
+
document?: {
|
|
10506
|
+
/** @example passport.pdf */
|
|
10507
|
+
file_name?: string;
|
|
10508
|
+
/** @example verification/system/passport.pdf */
|
|
10509
|
+
storage_path?: string;
|
|
10510
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10511
|
+
view_url?: string;
|
|
10512
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10513
|
+
download_url?: string;
|
|
10514
|
+
/** @example verification_documents */
|
|
10515
|
+
disk?: string;
|
|
10516
|
+
};
|
|
10517
|
+
};
|
|
10242
10518
|
/** @example null */
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
10519
|
+
rejection_reason?: string | null;
|
|
10520
|
+
user?: {
|
|
10521
|
+
/** @example 22 */
|
|
10522
|
+
id?: number;
|
|
10523
|
+
/** @example user_12kk23 */
|
|
10524
|
+
uid?: string;
|
|
10525
|
+
/** @example Jane Doe */
|
|
10526
|
+
name?: string;
|
|
10527
|
+
/** @example jane@example.com */
|
|
10528
|
+
email?: string;
|
|
10529
|
+
};
|
|
10530
|
+
layer?: {
|
|
10531
|
+
/** @example 3 */
|
|
10532
|
+
id?: number;
|
|
10533
|
+
/** @example identity_document */
|
|
10534
|
+
key?: string;
|
|
10535
|
+
/** @example Identity Document */
|
|
10536
|
+
name?: string;
|
|
10537
|
+
/** @example Upload a government issued identity document. */
|
|
10538
|
+
description?: string;
|
|
10539
|
+
/** @example true */
|
|
10540
|
+
requires_review?: boolean;
|
|
10541
|
+
metadata_schema?: {
|
|
10542
|
+
fields?: {
|
|
10543
|
+
/** @example file */
|
|
10544
|
+
document_file?: string;
|
|
10545
|
+
};
|
|
10546
|
+
};
|
|
10547
|
+
/** @example true */
|
|
10548
|
+
is_active?: boolean;
|
|
10549
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10550
|
+
created_at?: string;
|
|
10551
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10552
|
+
updated_at?: string;
|
|
10553
|
+
};
|
|
10246
10554
|
/** @example null */
|
|
10247
|
-
|
|
10248
|
-
/** @example
|
|
10249
|
-
|
|
10555
|
+
reviewed_by?: string | null;
|
|
10556
|
+
/** @example null */
|
|
10557
|
+
reviewed_at?: string | null;
|
|
10558
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10559
|
+
created_at?: string;
|
|
10560
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10561
|
+
updated_at?: string;
|
|
10250
10562
|
}[];
|
|
10251
|
-
|
|
10252
|
-
|
|
10253
|
-
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
|
|
10563
|
+
pagination?: {
|
|
10564
|
+
/** @example 1 */
|
|
10565
|
+
current_page?: number;
|
|
10566
|
+
/** @example 10 */
|
|
10567
|
+
per_page?: number;
|
|
10568
|
+
/** @example 1 */
|
|
10569
|
+
total?: number;
|
|
10570
|
+
/** @example 1 */
|
|
10571
|
+
last_page?: number;
|
|
10572
|
+
/** @example 1 */
|
|
10573
|
+
from?: number;
|
|
10574
|
+
/** @example 1 */
|
|
10575
|
+
to?: number;
|
|
10576
|
+
};
|
|
10259
10577
|
};
|
|
10260
10578
|
};
|
|
10261
10579
|
};
|
|
@@ -10264,7 +10582,12 @@ export interface operations {
|
|
|
10264
10582
|
};
|
|
10265
10583
|
getUserVerificationHistory: {
|
|
10266
10584
|
parameters: {
|
|
10267
|
-
query?:
|
|
10585
|
+
query?: {
|
|
10586
|
+
/** @description Number of results per page. Must be at least 1. Must not be greater than 100. */
|
|
10587
|
+
per_page?: number | null;
|
|
10588
|
+
/** @description The current page number. Must be at least 1. */
|
|
10589
|
+
page?: number | null;
|
|
10590
|
+
};
|
|
10268
10591
|
header?: never;
|
|
10269
10592
|
path: {
|
|
10270
10593
|
/** @description The UID of the user whose verification submissions should be retrieved. */
|
|
@@ -10274,54 +10597,140 @@ export interface operations {
|
|
|
10274
10597
|
};
|
|
10275
10598
|
requestBody?: never;
|
|
10276
10599
|
responses: {
|
|
10600
|
+
/** @description User verification history retrieved */
|
|
10277
10601
|
200: {
|
|
10278
10602
|
headers: {
|
|
10279
10603
|
[name: string]: unknown;
|
|
10280
10604
|
};
|
|
10281
10605
|
content: {
|
|
10282
10606
|
"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
|
-
*/
|
|
10607
|
+
/** @example User verifications retrieved */
|
|
10608
|
+
message?: string;
|
|
10609
|
+
/** @example null */
|
|
10610
|
+
event?: string | null;
|
|
10307
10611
|
data?: {
|
|
10308
|
-
/**
|
|
10309
|
-
|
|
10310
|
-
|
|
10311
|
-
|
|
10312
|
-
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
|
|
10318
|
-
|
|
10319
|
-
|
|
10320
|
-
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
|
|
10612
|
+
/**
|
|
10613
|
+
* @example [
|
|
10614
|
+
* {
|
|
10615
|
+
* "id": 15,
|
|
10616
|
+
* "status": "pending",
|
|
10617
|
+
* "submitted_data": {
|
|
10618
|
+
* "document": {
|
|
10619
|
+
* "file_name": "passport.pdf",
|
|
10620
|
+
* "storage_path": "verification/system/passport.pdf",
|
|
10621
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10622
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10623
|
+
* "disk": "verification_documents"
|
|
10624
|
+
* }
|
|
10625
|
+
* },
|
|
10626
|
+
* "rejection_reason": null,
|
|
10627
|
+
* "user": {
|
|
10628
|
+
* "id": 22,
|
|
10629
|
+
* "uid": "user_12kk23",
|
|
10630
|
+
* "name": "Jane Doe",
|
|
10631
|
+
* "email": "jane@example.com"
|
|
10632
|
+
* },
|
|
10633
|
+
* "layer": {
|
|
10634
|
+
* "id": 3,
|
|
10635
|
+
* "key": "identity_document",
|
|
10636
|
+
* "name": "Identity Document",
|
|
10637
|
+
* "description": "Upload a government issued identity document.",
|
|
10638
|
+
* "requires_review": true,
|
|
10639
|
+
* "metadata_schema": {
|
|
10640
|
+
* "fields": {
|
|
10641
|
+
* "document_file": "file"
|
|
10642
|
+
* }
|
|
10643
|
+
* },
|
|
10644
|
+
* "is_active": true,
|
|
10645
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10646
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10647
|
+
* },
|
|
10648
|
+
* "reviewed_by": null,
|
|
10649
|
+
* "reviewed_at": null,
|
|
10650
|
+
* "created_at": "2026-04-21T10:00:00Z",
|
|
10651
|
+
* "updated_at": "2026-04-21T10:00:00Z"
|
|
10652
|
+
* }
|
|
10653
|
+
* ]
|
|
10654
|
+
*/
|
|
10655
|
+
items?: {
|
|
10656
|
+
/** @example 15 */
|
|
10657
|
+
id?: number;
|
|
10658
|
+
/** @example pending */
|
|
10659
|
+
status?: string;
|
|
10660
|
+
submitted_data?: {
|
|
10661
|
+
document?: {
|
|
10662
|
+
/** @example passport.pdf */
|
|
10663
|
+
file_name?: string;
|
|
10664
|
+
/** @example verification/system/passport.pdf */
|
|
10665
|
+
storage_path?: string;
|
|
10666
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10667
|
+
view_url?: string;
|
|
10668
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10669
|
+
download_url?: string;
|
|
10670
|
+
/** @example verification_documents */
|
|
10671
|
+
disk?: string;
|
|
10672
|
+
};
|
|
10673
|
+
};
|
|
10674
|
+
/** @example null */
|
|
10675
|
+
rejection_reason?: string | null;
|
|
10676
|
+
user?: {
|
|
10677
|
+
/** @example 22 */
|
|
10678
|
+
id?: number;
|
|
10679
|
+
/** @example user_12kk23 */
|
|
10680
|
+
uid?: string;
|
|
10681
|
+
/** @example Jane Doe */
|
|
10682
|
+
name?: string;
|
|
10683
|
+
/** @example jane@example.com */
|
|
10684
|
+
email?: string;
|
|
10685
|
+
};
|
|
10686
|
+
layer?: {
|
|
10687
|
+
/** @example 3 */
|
|
10688
|
+
id?: number;
|
|
10689
|
+
/** @example identity_document */
|
|
10690
|
+
key?: string;
|
|
10691
|
+
/** @example Identity Document */
|
|
10692
|
+
name?: string;
|
|
10693
|
+
/** @example Upload a government issued identity document. */
|
|
10694
|
+
description?: string;
|
|
10695
|
+
/** @example true */
|
|
10696
|
+
requires_review?: boolean;
|
|
10697
|
+
metadata_schema?: {
|
|
10698
|
+
fields?: {
|
|
10699
|
+
/** @example file */
|
|
10700
|
+
document_file?: string;
|
|
10701
|
+
};
|
|
10702
|
+
};
|
|
10703
|
+
/** @example true */
|
|
10704
|
+
is_active?: boolean;
|
|
10705
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10706
|
+
created_at?: string;
|
|
10707
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10708
|
+
updated_at?: string;
|
|
10709
|
+
};
|
|
10710
|
+
/** @example null */
|
|
10711
|
+
reviewed_by?: string | null;
|
|
10712
|
+
/** @example null */
|
|
10713
|
+
reviewed_at?: string | null;
|
|
10714
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10715
|
+
created_at?: string;
|
|
10716
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10717
|
+
updated_at?: string;
|
|
10718
|
+
}[];
|
|
10719
|
+
pagination?: {
|
|
10720
|
+
/** @example 1 */
|
|
10721
|
+
current_page?: number;
|
|
10722
|
+
/** @example 15 */
|
|
10723
|
+
per_page?: number;
|
|
10724
|
+
/** @example 1 */
|
|
10725
|
+
total?: number;
|
|
10726
|
+
/** @example 1 */
|
|
10727
|
+
last_page?: number;
|
|
10728
|
+
/** @example 1 */
|
|
10729
|
+
from?: number;
|
|
10730
|
+
/** @example 1 */
|
|
10731
|
+
to?: number;
|
|
10732
|
+
};
|
|
10733
|
+
};
|
|
10325
10734
|
};
|
|
10326
10735
|
};
|
|
10327
10736
|
};
|
|
@@ -10381,172 +10790,151 @@ export interface operations {
|
|
|
10381
10790
|
};
|
|
10382
10791
|
getListingComplianceSubmissions: {
|
|
10383
10792
|
parameters: {
|
|
10384
|
-
query?:
|
|
10793
|
+
query?: {
|
|
10794
|
+
/** @description Filter submissions by listing UID. Must not be greater than 255 characters. */
|
|
10795
|
+
listing_uid?: string | null;
|
|
10796
|
+
/** @description Filter submissions by tenancy UID. Must not be greater than 255 characters. */
|
|
10797
|
+
tenancy_uid?: string | null;
|
|
10798
|
+
/** @description Filter submissions by compliance definition. */
|
|
10799
|
+
compliance_definition_id?: number | null;
|
|
10800
|
+
/** @description Filter submissions by compliance verification layer key. */
|
|
10801
|
+
layer_key?: string | null;
|
|
10802
|
+
/** @description Filter submissions by compliance review status. */
|
|
10803
|
+
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10804
|
+
/** @description Number of submissions per page. Must be at least 1. Must not be greater than 100. */
|
|
10805
|
+
per_page?: number | null;
|
|
10806
|
+
/** @description The current page number. Must be at least 1. */
|
|
10807
|
+
page?: number | null;
|
|
10808
|
+
};
|
|
10385
10809
|
header?: never;
|
|
10386
10810
|
path?: never;
|
|
10387
10811
|
cookie?: never;
|
|
10388
10812
|
};
|
|
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
|
-
};
|
|
10813
|
+
requestBody?: never;
|
|
10426
10814
|
responses: {
|
|
10815
|
+
/** @description Listing Compliance Submission retrieved successfully */
|
|
10427
10816
|
200: {
|
|
10428
10817
|
headers: {
|
|
10429
10818
|
[name: string]: unknown;
|
|
10430
10819
|
};
|
|
10431
10820
|
content: {
|
|
10432
10821
|
"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
|
-
*/
|
|
10822
|
+
/** @example Listing Compliance Submission retrieved successfully */
|
|
10823
|
+
message?: string;
|
|
10824
|
+
/** @example null */
|
|
10825
|
+
event?: string | null;
|
|
10467
10826
|
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
10827
|
/**
|
|
10511
10828
|
* @example [
|
|
10512
10829
|
* {
|
|
10513
|
-
* "
|
|
10514
|
-
* "
|
|
10515
|
-
*
|
|
10516
|
-
*
|
|
10517
|
-
*
|
|
10518
|
-
*
|
|
10519
|
-
*
|
|
10520
|
-
*
|
|
10521
|
-
*
|
|
10522
|
-
*
|
|
10523
|
-
*
|
|
10524
|
-
*
|
|
10525
|
-
*
|
|
10526
|
-
* "
|
|
10527
|
-
*
|
|
10528
|
-
*
|
|
10830
|
+
* "id": 12,
|
|
10831
|
+
* "listing": {
|
|
10832
|
+
* "id": 41,
|
|
10833
|
+
* "uid": "listing_9xk21",
|
|
10834
|
+
* "details": {
|
|
10835
|
+
* "title": "Modern 2 Bedroom Flat",
|
|
10836
|
+
* "description": "A bright apartment in the city center.",
|
|
10837
|
+
* "city": "Lagos",
|
|
10838
|
+
* "address": "12 Admiralty Way",
|
|
10839
|
+
* "postcode": "106104",
|
|
10840
|
+
* "country": "Nigeria"
|
|
10841
|
+
* }
|
|
10842
|
+
* },
|
|
10843
|
+
* "compliance": {
|
|
10844
|
+
* "id": 3,
|
|
10845
|
+
* "key": "gas_safety",
|
|
10846
|
+
* "name": "Gas Safety Certificate"
|
|
10847
|
+
* },
|
|
10848
|
+
* "verification_layer_key": "gas_safety",
|
|
10849
|
+
* "status": "pending",
|
|
10850
|
+
* "submitted_data": {
|
|
10851
|
+
* "document": {
|
|
10852
|
+
* "file_name": "gas-safety.pdf",
|
|
10853
|
+
* "storage_path": "compliance/system/gas-safety.pdf",
|
|
10854
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
10855
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
10856
|
+
* "disk": "verification_documents"
|
|
10857
|
+
* }
|
|
10858
|
+
* },
|
|
10859
|
+
* "rejection_reason": null,
|
|
10860
|
+
* "reviewed_by": null,
|
|
10861
|
+
* "reviewed_at": null,
|
|
10862
|
+
* "created_at": "2026-04-21T10:00:00Z"
|
|
10529
10863
|
* }
|
|
10530
10864
|
* ]
|
|
10531
10865
|
*/
|
|
10532
|
-
|
|
10866
|
+
items?: {
|
|
10867
|
+
/** @example 12 */
|
|
10868
|
+
id?: number;
|
|
10869
|
+
listing?: {
|
|
10870
|
+
/** @example 41 */
|
|
10871
|
+
id?: number;
|
|
10872
|
+
/** @example listing_9xk21 */
|
|
10873
|
+
uid?: string;
|
|
10874
|
+
details?: {
|
|
10875
|
+
/** @example Modern 2 Bedroom Flat */
|
|
10876
|
+
title?: string;
|
|
10877
|
+
/** @example A bright apartment in the city center. */
|
|
10878
|
+
description?: string;
|
|
10879
|
+
/** @example Lagos */
|
|
10880
|
+
city?: string;
|
|
10881
|
+
/** @example 12 Admiralty Way */
|
|
10882
|
+
address?: string;
|
|
10883
|
+
/** @example 106104 */
|
|
10884
|
+
postcode?: string;
|
|
10885
|
+
/** @example Nigeria */
|
|
10886
|
+
country?: string;
|
|
10887
|
+
};
|
|
10888
|
+
};
|
|
10889
|
+
compliance?: {
|
|
10890
|
+
/** @example 3 */
|
|
10891
|
+
id?: number;
|
|
10892
|
+
/** @example gas_safety */
|
|
10893
|
+
key?: string;
|
|
10894
|
+
/** @example Gas Safety Certificate */
|
|
10895
|
+
name?: string;
|
|
10896
|
+
};
|
|
10897
|
+
/** @example gas_safety */
|
|
10898
|
+
verification_layer_key?: string;
|
|
10899
|
+
/** @example pending */
|
|
10900
|
+
status?: string;
|
|
10901
|
+
submitted_data?: {
|
|
10902
|
+
document?: {
|
|
10903
|
+
/** @example gas-safety.pdf */
|
|
10904
|
+
file_name?: string;
|
|
10905
|
+
/** @example compliance/system/gas-safety.pdf */
|
|
10906
|
+
storage_path?: string;
|
|
10907
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
10908
|
+
view_url?: string;
|
|
10909
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
10910
|
+
download_url?: string;
|
|
10911
|
+
/** @example verification_documents */
|
|
10912
|
+
disk?: string;
|
|
10913
|
+
};
|
|
10914
|
+
};
|
|
10533
10915
|
/** @example null */
|
|
10534
|
-
|
|
10535
|
-
/** @example « Previous */
|
|
10536
|
-
label?: string;
|
|
10916
|
+
rejection_reason?: string | null;
|
|
10537
10917
|
/** @example null */
|
|
10538
|
-
|
|
10539
|
-
/** @example
|
|
10540
|
-
|
|
10918
|
+
reviewed_by?: string | null;
|
|
10919
|
+
/** @example null */
|
|
10920
|
+
reviewed_at?: string | null;
|
|
10921
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
10922
|
+
created_at?: string;
|
|
10541
10923
|
}[];
|
|
10542
|
-
|
|
10543
|
-
|
|
10544
|
-
|
|
10545
|
-
|
|
10546
|
-
|
|
10547
|
-
|
|
10548
|
-
|
|
10549
|
-
|
|
10924
|
+
pagination?: {
|
|
10925
|
+
/** @example 1 */
|
|
10926
|
+
current_page?: number;
|
|
10927
|
+
/** @example 20 */
|
|
10928
|
+
per_page?: number;
|
|
10929
|
+
/** @example 1 */
|
|
10930
|
+
total?: number;
|
|
10931
|
+
/** @example 1 */
|
|
10932
|
+
last_page?: number;
|
|
10933
|
+
/** @example 1 */
|
|
10934
|
+
from?: number;
|
|
10935
|
+
/** @example 1 */
|
|
10936
|
+
to?: number;
|
|
10937
|
+
};
|
|
10550
10938
|
};
|
|
10551
10939
|
};
|
|
10552
10940
|
};
|
|
@@ -10555,172 +10943,151 @@ export interface operations {
|
|
|
10555
10943
|
};
|
|
10556
10944
|
getTenancyComplianceSubmissions: {
|
|
10557
10945
|
parameters: {
|
|
10558
|
-
query?:
|
|
10946
|
+
query?: {
|
|
10947
|
+
/** @description Filter submissions by listing UID. Must not be greater than 255 characters. */
|
|
10948
|
+
listing_uid?: string | null;
|
|
10949
|
+
/** @description Filter submissions by tenancy UID. Must not be greater than 255 characters. */
|
|
10950
|
+
tenancy_uid?: string | null;
|
|
10951
|
+
/** @description Filter submissions by compliance definition. */
|
|
10952
|
+
compliance_definition_id?: number | null;
|
|
10953
|
+
/** @description Filter submissions by compliance verification layer key. */
|
|
10954
|
+
layer_key?: string | null;
|
|
10955
|
+
/** @description Filter submissions by compliance review status. */
|
|
10956
|
+
status?: "not_submitted" | "pending" | "approved" | "rejected" | null;
|
|
10957
|
+
/** @description Number of submissions per page. Must be at least 1. Must not be greater than 100. */
|
|
10958
|
+
per_page?: number | null;
|
|
10959
|
+
/** @description The current page number. Must be at least 1. */
|
|
10960
|
+
page?: number | null;
|
|
10961
|
+
};
|
|
10559
10962
|
header?: never;
|
|
10560
10963
|
path?: never;
|
|
10561
10964
|
cookie?: never;
|
|
10562
10965
|
};
|
|
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
|
-
};
|
|
10966
|
+
requestBody?: never;
|
|
10600
10967
|
responses: {
|
|
10968
|
+
/** @description Tenancy Compliance Submission retrieved successfully */
|
|
10601
10969
|
200: {
|
|
10602
10970
|
headers: {
|
|
10603
10971
|
[name: string]: unknown;
|
|
10604
10972
|
};
|
|
10605
10973
|
content: {
|
|
10606
10974
|
"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
|
-
*/
|
|
10975
|
+
/** @example Tenancy Compliance Submission retrieved successfully */
|
|
10976
|
+
message?: string;
|
|
10977
|
+
/** @example null */
|
|
10978
|
+
event?: string | null;
|
|
10641
10979
|
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
10980
|
/**
|
|
10685
10981
|
* @example [
|
|
10686
10982
|
* {
|
|
10687
|
-
* "
|
|
10688
|
-
* "
|
|
10689
|
-
*
|
|
10690
|
-
*
|
|
10691
|
-
*
|
|
10692
|
-
*
|
|
10693
|
-
*
|
|
10694
|
-
*
|
|
10695
|
-
*
|
|
10696
|
-
*
|
|
10697
|
-
*
|
|
10698
|
-
*
|
|
10699
|
-
*
|
|
10700
|
-
* "
|
|
10701
|
-
*
|
|
10702
|
-
*
|
|
10983
|
+
* "id": 9,
|
|
10984
|
+
* "listing": {
|
|
10985
|
+
* "id": 41,
|
|
10986
|
+
* "uid": "listing_9xk21",
|
|
10987
|
+
* "details": {
|
|
10988
|
+
* "title": "Modern 2 Bedroom Flat",
|
|
10989
|
+
* "description": "A bright apartment in the city center.",
|
|
10990
|
+
* "city": "Lagos",
|
|
10991
|
+
* "address": "12 Admiralty Way",
|
|
10992
|
+
* "postcode": "106104",
|
|
10993
|
+
* "country": "Nigeria"
|
|
10994
|
+
* }
|
|
10995
|
+
* },
|
|
10996
|
+
* "compliance": {
|
|
10997
|
+
* "id": 4,
|
|
10998
|
+
* "key": "right_to_rent",
|
|
10999
|
+
* "name": "Right To Rent"
|
|
11000
|
+
* },
|
|
11001
|
+
* "verification_layer_key": "right_to_rent",
|
|
11002
|
+
* "status": "pending",
|
|
11003
|
+
* "submitted_data": {
|
|
11004
|
+
* "document": {
|
|
11005
|
+
* "file_name": "right-to-rent.pdf",
|
|
11006
|
+
* "storage_path": "compliance/system/right-to-rent.pdf",
|
|
11007
|
+
* "view_url": "https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc",
|
|
11008
|
+
* "download_url": "https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc",
|
|
11009
|
+
* "disk": "verification_documents"
|
|
11010
|
+
* }
|
|
11011
|
+
* },
|
|
11012
|
+
* "rejection_reason": null,
|
|
11013
|
+
* "reviewed_by": null,
|
|
11014
|
+
* "reviewed_at": null,
|
|
11015
|
+
* "created_at": "2026-04-21T10:00:00Z"
|
|
10703
11016
|
* }
|
|
10704
11017
|
* ]
|
|
10705
11018
|
*/
|
|
10706
|
-
|
|
11019
|
+
items?: {
|
|
11020
|
+
/** @example 9 */
|
|
11021
|
+
id?: number;
|
|
11022
|
+
listing?: {
|
|
11023
|
+
/** @example 41 */
|
|
11024
|
+
id?: number;
|
|
11025
|
+
/** @example listing_9xk21 */
|
|
11026
|
+
uid?: string;
|
|
11027
|
+
details?: {
|
|
11028
|
+
/** @example Modern 2 Bedroom Flat */
|
|
11029
|
+
title?: string;
|
|
11030
|
+
/** @example A bright apartment in the city center. */
|
|
11031
|
+
description?: string;
|
|
11032
|
+
/** @example Lagos */
|
|
11033
|
+
city?: string;
|
|
11034
|
+
/** @example 12 Admiralty Way */
|
|
11035
|
+
address?: string;
|
|
11036
|
+
/** @example 106104 */
|
|
11037
|
+
postcode?: string;
|
|
11038
|
+
/** @example Nigeria */
|
|
11039
|
+
country?: string;
|
|
11040
|
+
};
|
|
11041
|
+
};
|
|
11042
|
+
compliance?: {
|
|
11043
|
+
/** @example 4 */
|
|
11044
|
+
id?: number;
|
|
11045
|
+
/** @example right_to_rent */
|
|
11046
|
+
key?: string;
|
|
11047
|
+
/** @example Right To Rent */
|
|
11048
|
+
name?: string;
|
|
11049
|
+
};
|
|
11050
|
+
/** @example right_to_rent */
|
|
11051
|
+
verification_layer_key?: string;
|
|
11052
|
+
/** @example pending */
|
|
11053
|
+
status?: string;
|
|
11054
|
+
submitted_data?: {
|
|
11055
|
+
document?: {
|
|
11056
|
+
/** @example right-to-rent.pdf */
|
|
11057
|
+
file_name?: string;
|
|
11058
|
+
/** @example compliance/system/right-to-rent.pdf */
|
|
11059
|
+
storage_path?: string;
|
|
11060
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/view?expires=1774863000&signature=abc */
|
|
11061
|
+
view_url?: string;
|
|
11062
|
+
/** @example https://api.example.com/api/v1/portal/admin/documents/download?expires=1774863000&signature=abc */
|
|
11063
|
+
download_url?: string;
|
|
11064
|
+
/** @example verification_documents */
|
|
11065
|
+
disk?: string;
|
|
11066
|
+
};
|
|
11067
|
+
};
|
|
10707
11068
|
/** @example null */
|
|
10708
|
-
|
|
10709
|
-
/** @example « Previous */
|
|
10710
|
-
label?: string;
|
|
11069
|
+
rejection_reason?: string | null;
|
|
10711
11070
|
/** @example null */
|
|
10712
|
-
|
|
10713
|
-
/** @example
|
|
10714
|
-
|
|
11071
|
+
reviewed_by?: string | null;
|
|
11072
|
+
/** @example null */
|
|
11073
|
+
reviewed_at?: string | null;
|
|
11074
|
+
/** @example 2026-04-21T10:00:00Z */
|
|
11075
|
+
created_at?: string;
|
|
10715
11076
|
}[];
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
11077
|
+
pagination?: {
|
|
11078
|
+
/** @example 1 */
|
|
11079
|
+
current_page?: number;
|
|
11080
|
+
/** @example 20 */
|
|
11081
|
+
per_page?: number;
|
|
11082
|
+
/** @example 1 */
|
|
11083
|
+
total?: number;
|
|
11084
|
+
/** @example 1 */
|
|
11085
|
+
last_page?: number;
|
|
11086
|
+
/** @example 1 */
|
|
11087
|
+
from?: number;
|
|
11088
|
+
/** @example 1 */
|
|
11089
|
+
to?: number;
|
|
11090
|
+
};
|
|
10724
11091
|
};
|
|
10725
11092
|
};
|
|
10726
11093
|
};
|
|
@@ -10898,8 +11265,6 @@ export interface operations {
|
|
|
10898
11265
|
query?: never;
|
|
10899
11266
|
header?: never;
|
|
10900
11267
|
path: {
|
|
10901
|
-
/** @description The ID of the plan. */
|
|
10902
|
-
plan_id: string;
|
|
10903
11268
|
/** @description The key of the plan to update. */
|
|
10904
11269
|
plan_key: string;
|
|
10905
11270
|
};
|
|
@@ -10960,13 +11325,13 @@ export interface operations {
|
|
|
10960
11325
|
content: {
|
|
10961
11326
|
"application/json": {
|
|
10962
11327
|
/**
|
|
10963
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10964
|
-
* @example
|
|
11328
|
+
* @description The key of the plan to assign or deactivate. The <code>key</code> of an existing record in the plans table.
|
|
11329
|
+
* @example starter_plan
|
|
10965
11330
|
*/
|
|
10966
11331
|
plan_key: string;
|
|
10967
11332
|
/**
|
|
10968
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10969
|
-
* @example
|
|
11333
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11334
|
+
* @example user_8391ab
|
|
10970
11335
|
*/
|
|
10971
11336
|
user_uid: string;
|
|
10972
11337
|
};
|
|
@@ -10988,13 +11353,13 @@ export interface operations {
|
|
|
10988
11353
|
content: {
|
|
10989
11354
|
"application/json": {
|
|
10990
11355
|
/**
|
|
10991
|
-
* @description The <code>key</code> of an existing record in the plans table.
|
|
10992
|
-
* @example
|
|
11356
|
+
* @description The key of the plan to assign or deactivate. The <code>key</code> of an existing record in the plans table.
|
|
11357
|
+
* @example starter_plan
|
|
10993
11358
|
*/
|
|
10994
11359
|
plan_key: string;
|
|
10995
11360
|
/**
|
|
10996
|
-
* @description The <code>uid</code> of an existing record in the users table.
|
|
10997
|
-
* @example
|
|
11361
|
+
* @description The UID of the user. The <code>uid</code> of an existing record in the users table.
|
|
11362
|
+
* @example user_8391ab
|
|
10998
11363
|
*/
|
|
10999
11364
|
user_uid: string;
|
|
11000
11365
|
/**
|
|
@@ -11472,53 +11837,27 @@ export interface operations {
|
|
|
11472
11837
|
/**
|
|
11473
11838
|
* @example [
|
|
11474
11839
|
* {
|
|
11840
|
+
* "id": 1,
|
|
11475
11841
|
* "compliance_key": "gas_safety",
|
|
11476
11842
|
* "name": "Gas Safety",
|
|
11477
11843
|
* "description": "Gas safety compliance for property",
|
|
11478
11844
|
* "enforcement_level": "soft",
|
|
11479
11845
|
* "validity_type": "non_expiring",
|
|
11480
11846
|
* "grace_period_days": 10,
|
|
11481
|
-
* "status": "active"
|
|
11482
|
-
*
|
|
11483
|
-
*
|
|
11484
|
-
* "
|
|
11485
|
-
* "
|
|
11486
|
-
*
|
|
11487
|
-
*
|
|
11488
|
-
*
|
|
11489
|
-
* "grace_period_days": 10,
|
|
11490
|
-
* "status": "active"
|
|
11491
|
-
* },
|
|
11492
|
-
* {
|
|
11493
|
-
* "compliance_key": "electrical_safety",
|
|
11494
|
-
* "name": "Electrical Safety",
|
|
11495
|
-
* "description": "Electrical installation condition report",
|
|
11496
|
-
* "enforcement_level": "soft",
|
|
11497
|
-
* "validity_type": "non_expiring",
|
|
11498
|
-
* "grace_period_days": 10,
|
|
11499
|
-
* "status": "active"
|
|
11500
|
-
* },
|
|
11501
|
-
* {
|
|
11502
|
-
* "compliance_key": "epc",
|
|
11503
|
-
* "name": "Energy Performance Certificate",
|
|
11504
|
-
* "description": "Energy efficiency rating compliance",
|
|
11505
|
-
* "enforcement_level": "soft",
|
|
11506
|
-
* "validity_type": "non_expiring",
|
|
11507
|
-
* "grace_period_days": 10,
|
|
11508
|
-
* "status": "active"
|
|
11509
|
-
* },
|
|
11510
|
-
* {
|
|
11511
|
-
* "compliance_key": "deposit_protection",
|
|
11512
|
-
* "name": "Fire Safety",
|
|
11513
|
-
* "description": "Fire safety compliance requirements",
|
|
11514
|
-
* "enforcement_level": "soft",
|
|
11515
|
-
* "validity_type": "non_expiring",
|
|
11516
|
-
* "grace_period_days": 10,
|
|
11517
|
-
* "status": "active"
|
|
11847
|
+
* "status": "active",
|
|
11848
|
+
* "responsible_party": "landlord",
|
|
11849
|
+
* "responsible_party_label": "Landlord",
|
|
11850
|
+
* "liability_exclusion_flag": false,
|
|
11851
|
+
* "requirements": [
|
|
11852
|
+
* "gas_certificate",
|
|
11853
|
+
* "emergency_alarm"
|
|
11854
|
+
* ]
|
|
11518
11855
|
* }
|
|
11519
11856
|
* ]
|
|
11520
11857
|
*/
|
|
11521
11858
|
data?: {
|
|
11859
|
+
/** @example 1 */
|
|
11860
|
+
id?: number;
|
|
11522
11861
|
/** @example gas_safety */
|
|
11523
11862
|
compliance_key?: string;
|
|
11524
11863
|
/** @example Gas Safety */
|
|
@@ -11533,6 +11872,19 @@ export interface operations {
|
|
|
11533
11872
|
grace_period_days?: number;
|
|
11534
11873
|
/** @example active */
|
|
11535
11874
|
status?: string;
|
|
11875
|
+
/** @example landlord */
|
|
11876
|
+
responsible_party?: string;
|
|
11877
|
+
/** @example Landlord */
|
|
11878
|
+
responsible_party_label?: string;
|
|
11879
|
+
/** @example false */
|
|
11880
|
+
liability_exclusion_flag?: boolean;
|
|
11881
|
+
/**
|
|
11882
|
+
* @example [
|
|
11883
|
+
* "gas_certificate",
|
|
11884
|
+
* "emergency_alarm"
|
|
11885
|
+
* ]
|
|
11886
|
+
*/
|
|
11887
|
+
requirements?: string[];
|
|
11536
11888
|
}[];
|
|
11537
11889
|
};
|
|
11538
11890
|
};
|
|
@@ -11788,8 +12140,8 @@ export interface operations {
|
|
|
11788
12140
|
path: {
|
|
11789
12141
|
/** @description The ID of the compliance definition. */
|
|
11790
12142
|
compliance_id: number;
|
|
11791
|
-
/** @description The
|
|
11792
|
-
|
|
12143
|
+
/** @description The UID of the listing to apply the compliance rule to. */
|
|
12144
|
+
listing_uid: string;
|
|
11793
12145
|
};
|
|
11794
12146
|
cookie?: never;
|
|
11795
12147
|
};
|
|
@@ -11803,8 +12155,8 @@ export interface operations {
|
|
|
11803
12155
|
path: {
|
|
11804
12156
|
/** @description The ID of the compliance definition. */
|
|
11805
12157
|
compliance_id: number;
|
|
11806
|
-
/** @description The
|
|
11807
|
-
|
|
12158
|
+
/** @description The UID of the tenancy to apply the compliance rule to. */
|
|
12159
|
+
tenancy_uid: string;
|
|
11808
12160
|
};
|
|
11809
12161
|
cookie?: never;
|
|
11810
12162
|
};
|
|
@@ -12030,13 +12382,13 @@ export interface operations {
|
|
|
12030
12382
|
content: {
|
|
12031
12383
|
"application/json": {
|
|
12032
12384
|
data?: {
|
|
12033
|
-
/** @example
|
|
12385
|
+
/** @example 2ec113ac-74c6-43c0-aca5-1dc8fb9a4378 */
|
|
12034
12386
|
uid?: string;
|
|
12035
12387
|
/** @example follow_up */
|
|
12036
12388
|
inspection_type?: string;
|
|
12037
12389
|
/** @example cancelled */
|
|
12038
12390
|
status?: string;
|
|
12039
|
-
/** @example 2026-04-
|
|
12391
|
+
/** @example 2026-04-27T03:40:56.000000Z */
|
|
12040
12392
|
scheduled_date?: string;
|
|
12041
12393
|
/** @example null */
|
|
12042
12394
|
completed_date?: string | null;
|
|
@@ -12044,11 +12396,11 @@ export interface operations {
|
|
|
12044
12396
|
condition_rating?: string;
|
|
12045
12397
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12046
12398
|
summary?: string;
|
|
12047
|
-
/** @example 2026-06-
|
|
12399
|
+
/** @example 2026-06-20T00:29:30.000000Z */
|
|
12048
12400
|
next_inspection_date?: string;
|
|
12049
|
-
/** @example 2026-04-
|
|
12401
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12050
12402
|
created_at?: string;
|
|
12051
|
-
/** @example 2026-04-
|
|
12403
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12052
12404
|
updated_at?: string;
|
|
12053
12405
|
};
|
|
12054
12406
|
};
|
|
@@ -12091,13 +12443,13 @@ export interface operations {
|
|
|
12091
12443
|
content: {
|
|
12092
12444
|
"application/json": {
|
|
12093
12445
|
data?: {
|
|
12094
|
-
/** @example
|
|
12446
|
+
/** @example cd06ca83-0cfa-45f8-a4c2-f79977146011 */
|
|
12095
12447
|
uid?: string;
|
|
12096
12448
|
/** @example follow_up */
|
|
12097
12449
|
inspection_type?: string;
|
|
12098
12450
|
/** @example cancelled */
|
|
12099
12451
|
status?: string;
|
|
12100
|
-
/** @example 2026-04-
|
|
12452
|
+
/** @example 2026-04-15T01:07:29.000000Z */
|
|
12101
12453
|
scheduled_date?: string;
|
|
12102
12454
|
/** @example null */
|
|
12103
12455
|
completed_date?: string | null;
|
|
@@ -12105,11 +12457,11 @@ export interface operations {
|
|
|
12105
12457
|
condition_rating?: string;
|
|
12106
12458
|
/** @example Et animi quos velit et fugiat. */
|
|
12107
12459
|
summary?: string;
|
|
12108
|
-
/** @example 2026-07-
|
|
12460
|
+
/** @example 2026-07-24T09:01:16.000000Z */
|
|
12109
12461
|
next_inspection_date?: string;
|
|
12110
|
-
/** @example 2026-04-
|
|
12462
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12111
12463
|
created_at?: string;
|
|
12112
|
-
/** @example 2026-04-
|
|
12464
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12113
12465
|
updated_at?: string;
|
|
12114
12466
|
};
|
|
12115
12467
|
};
|
|
@@ -12146,13 +12498,13 @@ export interface operations {
|
|
|
12146
12498
|
content: {
|
|
12147
12499
|
"application/json": {
|
|
12148
12500
|
data?: {
|
|
12149
|
-
/** @example
|
|
12501
|
+
/** @example 6b169fe8-2552-46dd-8fae-38dc04a7a505 */
|
|
12150
12502
|
uid?: string;
|
|
12151
12503
|
/** @example follow_up */
|
|
12152
12504
|
inspection_type?: string;
|
|
12153
12505
|
/** @example cancelled */
|
|
12154
12506
|
status?: string;
|
|
12155
|
-
/** @example 2026-04-
|
|
12507
|
+
/** @example 2026-04-27T03:40:56.000000Z */
|
|
12156
12508
|
scheduled_date?: string;
|
|
12157
12509
|
/** @example null */
|
|
12158
12510
|
completed_date?: string | null;
|
|
@@ -12160,11 +12512,11 @@ export interface operations {
|
|
|
12160
12512
|
condition_rating?: string;
|
|
12161
12513
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12162
12514
|
summary?: string;
|
|
12163
|
-
/** @example 2026-06-
|
|
12515
|
+
/** @example 2026-06-20T00:29:30.000000Z */
|
|
12164
12516
|
next_inspection_date?: string;
|
|
12165
|
-
/** @example 2026-04-
|
|
12517
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12166
12518
|
created_at?: string;
|
|
12167
|
-
/** @example 2026-04-
|
|
12519
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12168
12520
|
updated_at?: string;
|
|
12169
12521
|
};
|
|
12170
12522
|
};
|
|
@@ -12201,13 +12553,13 @@ export interface operations {
|
|
|
12201
12553
|
content: {
|
|
12202
12554
|
"application/json": {
|
|
12203
12555
|
data?: {
|
|
12204
|
-
/** @example
|
|
12556
|
+
/** @example fb70e76f-7f5f-4afe-bf0d-832dd8936116 */
|
|
12205
12557
|
uid?: string;
|
|
12206
12558
|
/** @example follow_up */
|
|
12207
12559
|
inspection_type?: string;
|
|
12208
12560
|
/** @example cancelled */
|
|
12209
12561
|
status?: string;
|
|
12210
|
-
/** @example 2026-04-
|
|
12562
|
+
/** @example 2026-04-15T01:07:29.000000Z */
|
|
12211
12563
|
scheduled_date?: string;
|
|
12212
12564
|
/** @example null */
|
|
12213
12565
|
completed_date?: string | null;
|
|
@@ -12215,11 +12567,11 @@ export interface operations {
|
|
|
12215
12567
|
condition_rating?: string;
|
|
12216
12568
|
/** @example Et animi quos velit et fugiat. */
|
|
12217
12569
|
summary?: string;
|
|
12218
|
-
/** @example 2026-07-
|
|
12570
|
+
/** @example 2026-07-24T09:01:16.000000Z */
|
|
12219
12571
|
next_inspection_date?: string;
|
|
12220
|
-
/** @example 2026-04-
|
|
12572
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12221
12573
|
created_at?: string;
|
|
12222
|
-
/** @example 2026-04-
|
|
12574
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12223
12575
|
updated_at?: string;
|
|
12224
12576
|
};
|
|
12225
12577
|
};
|
|
@@ -12256,27 +12608,27 @@ export interface operations {
|
|
|
12256
12608
|
content: {
|
|
12257
12609
|
"application/json": {
|
|
12258
12610
|
data?: {
|
|
12259
|
-
/** @example
|
|
12611
|
+
/** @example 8461b78a-7ca0-45a9-b1e7-2fedf254255c */
|
|
12260
12612
|
uid?: string;
|
|
12261
|
-
/** @example
|
|
12613
|
+
/** @example Odit necessitatibus iusto voluptatem. */
|
|
12262
12614
|
title?: string;
|
|
12263
|
-
/** @example
|
|
12615
|
+
/** @example Nesciunt perspiciatis autem distinctio rerum autem delectus deleniti. Qui natus aut animi qui commodi in ut. Vel voluptas quidem dolores aut minus porro tempore magnam. */
|
|
12264
12616
|
description?: string;
|
|
12265
|
-
/** @example
|
|
12617
|
+
/** @example in_progress */
|
|
12266
12618
|
status?: string;
|
|
12267
|
-
/** @example
|
|
12619
|
+
/** @example urgent */
|
|
12268
12620
|
priority?: string;
|
|
12269
|
-
/** @example 2026-04-
|
|
12621
|
+
/** @example 2026-04-20T14:50:58.000000Z */
|
|
12270
12622
|
reported_at?: string;
|
|
12271
12623
|
/** @example null */
|
|
12272
12624
|
assigned_at?: string | null;
|
|
12273
12625
|
/** @example null */
|
|
12274
12626
|
completed_at?: string | null;
|
|
12275
|
-
/** @example 2026-04-
|
|
12627
|
+
/** @example 2026-04-26T10:14:36.000000Z */
|
|
12276
12628
|
sla_deadline?: string;
|
|
12277
|
-
/** @example 2026-04-
|
|
12629
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12278
12630
|
created_at?: string;
|
|
12279
|
-
/** @example 2026-04-
|
|
12631
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12280
12632
|
updated_at?: string;
|
|
12281
12633
|
};
|
|
12282
12634
|
};
|
|
@@ -12313,7 +12665,7 @@ export interface operations {
|
|
|
12313
12665
|
content: {
|
|
12314
12666
|
"application/json": {
|
|
12315
12667
|
data?: {
|
|
12316
|
-
/** @example
|
|
12668
|
+
/** @example 5c618739-5bba-42da-8b83-dc874fbb3262 */
|
|
12317
12669
|
uid?: string;
|
|
12318
12670
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12319
12671
|
title?: string;
|
|
@@ -12323,17 +12675,17 @@ export interface operations {
|
|
|
12323
12675
|
status?: string;
|
|
12324
12676
|
/** @example emergency */
|
|
12325
12677
|
priority?: string;
|
|
12326
|
-
/** @example 2026-04-
|
|
12678
|
+
/** @example 2026-04-15T00:56:09.000000Z */
|
|
12327
12679
|
reported_at?: string;
|
|
12328
|
-
/** @example 2026-04-
|
|
12680
|
+
/** @example 2026-04-19T21:16:01.000000Z */
|
|
12329
12681
|
assigned_at?: string;
|
|
12330
12682
|
/** @example null */
|
|
12331
12683
|
completed_at?: string | null;
|
|
12332
|
-
/** @example 2026-04-
|
|
12684
|
+
/** @example 2026-04-23T02:38:24.000000Z */
|
|
12333
12685
|
sla_deadline?: string;
|
|
12334
|
-
/** @example 2026-04-
|
|
12686
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12335
12687
|
created_at?: string;
|
|
12336
|
-
/** @example 2026-04-
|
|
12688
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12337
12689
|
updated_at?: string;
|
|
12338
12690
|
};
|
|
12339
12691
|
};
|
|
@@ -12370,7 +12722,7 @@ export interface operations {
|
|
|
12370
12722
|
content: {
|
|
12371
12723
|
"application/json": {
|
|
12372
12724
|
data?: {
|
|
12373
|
-
/** @example
|
|
12725
|
+
/** @example 78cde7d3-6b0c-4d30-8f2b-702457d9c292 */
|
|
12374
12726
|
uid?: string;
|
|
12375
12727
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12376
12728
|
title?: string;
|
|
@@ -12380,17 +12732,17 @@ export interface operations {
|
|
|
12380
12732
|
status?: string;
|
|
12381
12733
|
/** @example emergency */
|
|
12382
12734
|
priority?: string;
|
|
12383
|
-
/** @example 2026-04-
|
|
12735
|
+
/** @example 2026-04-15T00:56:09.000000Z */
|
|
12384
12736
|
reported_at?: string;
|
|
12385
|
-
/** @example 2026-04-
|
|
12737
|
+
/** @example 2026-04-19T21:16:01.000000Z */
|
|
12386
12738
|
assigned_at?: string;
|
|
12387
12739
|
/** @example null */
|
|
12388
12740
|
completed_at?: string | null;
|
|
12389
|
-
/** @example 2026-04-
|
|
12741
|
+
/** @example 2026-04-23T02:38:24.000000Z */
|
|
12390
12742
|
sla_deadline?: string;
|
|
12391
|
-
/** @example 2026-04-
|
|
12743
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12392
12744
|
created_at?: string;
|
|
12393
|
-
/** @example 2026-04-
|
|
12745
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12394
12746
|
updated_at?: string;
|
|
12395
12747
|
};
|
|
12396
12748
|
};
|
|
@@ -12427,7 +12779,7 @@ export interface operations {
|
|
|
12427
12779
|
content: {
|
|
12428
12780
|
"application/json": {
|
|
12429
12781
|
data?: {
|
|
12430
|
-
/** @example
|
|
12782
|
+
/** @example 09fb1abe-255b-4141-8815-7f6bbc57b7c1 */
|
|
12431
12783
|
uid?: string;
|
|
12432
12784
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12433
12785
|
title?: string;
|
|
@@ -12437,17 +12789,17 @@ export interface operations {
|
|
|
12437
12789
|
status?: string;
|
|
12438
12790
|
/** @example emergency */
|
|
12439
12791
|
priority?: string;
|
|
12440
|
-
/** @example 2026-04-
|
|
12792
|
+
/** @example 2026-04-15T00:56:09.000000Z */
|
|
12441
12793
|
reported_at?: string;
|
|
12442
|
-
/** @example 2026-04-
|
|
12794
|
+
/** @example 2026-04-19T21:16:01.000000Z */
|
|
12443
12795
|
assigned_at?: string;
|
|
12444
12796
|
/** @example null */
|
|
12445
12797
|
completed_at?: string | null;
|
|
12446
|
-
/** @example 2026-04-
|
|
12798
|
+
/** @example 2026-04-23T02:38:24.000000Z */
|
|
12447
12799
|
sla_deadline?: string;
|
|
12448
|
-
/** @example 2026-04-
|
|
12800
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12449
12801
|
created_at?: string;
|
|
12450
|
-
/** @example 2026-04-
|
|
12802
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
12451
12803
|
updated_at?: string;
|
|
12452
12804
|
};
|
|
12453
12805
|
};
|
|
@@ -12596,6 +12948,133 @@ export interface operations {
|
|
|
12596
12948
|
};
|
|
12597
12949
|
};
|
|
12598
12950
|
};
|
|
12951
|
+
fetchTenancyListAdminNoPagination: {
|
|
12952
|
+
parameters: {
|
|
12953
|
+
query?: {
|
|
12954
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
12955
|
+
title?: string | null;
|
|
12956
|
+
/** @description Filter by listing type. */
|
|
12957
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
12958
|
+
/** @description Filter by listing owner UID. Must not be greater than 255 characters. */
|
|
12959
|
+
owner_uid?: string | null;
|
|
12960
|
+
/** @description Filter by tenant UID. Must not be greater than 255 characters. */
|
|
12961
|
+
tenant_uid?: string | null;
|
|
12962
|
+
/** @description Filter by tenancy state. */
|
|
12963
|
+
state?: "enquiry" | "offer_pending" | "offer_accepted" | "agreement_signed" | "pre_move_in_ready" | "active" | "renewal_pending" | "periodic" | "notice_served" | "terminated" | null;
|
|
12964
|
+
/** @description Filter by tenancy compliance status. */
|
|
12965
|
+
compliance_status?: "pending" | "compliant" | "non_compliant" | null;
|
|
12966
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
12967
|
+
per_page?: number | null;
|
|
12968
|
+
/** @description Current page number. Must be at least 1. */
|
|
12969
|
+
page?: number | null;
|
|
12970
|
+
};
|
|
12971
|
+
header?: never;
|
|
12972
|
+
path?: never;
|
|
12973
|
+
cookie?: never;
|
|
12974
|
+
};
|
|
12975
|
+
requestBody?: never;
|
|
12976
|
+
responses: {
|
|
12977
|
+
/** @description Retrieve tenancies for admin table without pagination */
|
|
12978
|
+
200: {
|
|
12979
|
+
headers: {
|
|
12980
|
+
[name: string]: unknown;
|
|
12981
|
+
};
|
|
12982
|
+
content: {
|
|
12983
|
+
"application/json": {
|
|
12984
|
+
/** @example Tenancies fetched */
|
|
12985
|
+
message?: string;
|
|
12986
|
+
/** @example null */
|
|
12987
|
+
event?: string | null;
|
|
12988
|
+
data?: {
|
|
12989
|
+
/**
|
|
12990
|
+
* @example [
|
|
12991
|
+
* {
|
|
12992
|
+
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
12993
|
+
* "listing": {
|
|
12994
|
+
* "details": {
|
|
12995
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
12996
|
+
* "title": "24 Windsor Court",
|
|
12997
|
+
* "type": "Rent"
|
|
12998
|
+
* },
|
|
12999
|
+
* "owner": {
|
|
13000
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
13001
|
+
* "name": "Alice Taylor"
|
|
13002
|
+
* }
|
|
13003
|
+
* },
|
|
13004
|
+
* "rent_amount": "1500.00",
|
|
13005
|
+
* "deposit_amount": "1500.00",
|
|
13006
|
+
* "tenant": {
|
|
13007
|
+
* "uid": "c2d9f2cf-6279-4370-9924-5f5dcb0f40df",
|
|
13008
|
+
* "name": "Sarah Jenkins",
|
|
13009
|
+
* "email": "sarah@example.com"
|
|
13010
|
+
* },
|
|
13011
|
+
* "compliance_status": {
|
|
13012
|
+
* "overall": "compliant",
|
|
13013
|
+
* "label": "Compliant"
|
|
13014
|
+
* },
|
|
13015
|
+
* "state": {
|
|
13016
|
+
* "value": "active",
|
|
13017
|
+
* "label": "Active"
|
|
13018
|
+
* },
|
|
13019
|
+
* "start_date": "2026-03-01",
|
|
13020
|
+
* "end_date": "2027-02-28"
|
|
13021
|
+
* }
|
|
13022
|
+
* ]
|
|
13023
|
+
*/
|
|
13024
|
+
items?: {
|
|
13025
|
+
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
13026
|
+
tenancy_uid?: string;
|
|
13027
|
+
listing?: {
|
|
13028
|
+
details?: {
|
|
13029
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
13030
|
+
address?: string;
|
|
13031
|
+
/** @example 24 Windsor Court */
|
|
13032
|
+
title?: string;
|
|
13033
|
+
/** @example Rent */
|
|
13034
|
+
type?: string;
|
|
13035
|
+
};
|
|
13036
|
+
owner?: {
|
|
13037
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
13038
|
+
uid?: string;
|
|
13039
|
+
/** @example Alice Taylor */
|
|
13040
|
+
name?: string;
|
|
13041
|
+
};
|
|
13042
|
+
};
|
|
13043
|
+
/** @example 1500.00 */
|
|
13044
|
+
rent_amount?: string;
|
|
13045
|
+
/** @example 1500.00 */
|
|
13046
|
+
deposit_amount?: string;
|
|
13047
|
+
tenant?: {
|
|
13048
|
+
/** @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df */
|
|
13049
|
+
uid?: string;
|
|
13050
|
+
/** @example Sarah Jenkins */
|
|
13051
|
+
name?: string;
|
|
13052
|
+
/** @example sarah@example.com */
|
|
13053
|
+
email?: string;
|
|
13054
|
+
};
|
|
13055
|
+
compliance_status?: {
|
|
13056
|
+
/** @example compliant */
|
|
13057
|
+
overall?: string;
|
|
13058
|
+
/** @example Compliant */
|
|
13059
|
+
label?: string;
|
|
13060
|
+
};
|
|
13061
|
+
state?: {
|
|
13062
|
+
/** @example active */
|
|
13063
|
+
value?: string;
|
|
13064
|
+
/** @example Active */
|
|
13065
|
+
label?: string;
|
|
13066
|
+
};
|
|
13067
|
+
/** @example 2026-03-01 */
|
|
13068
|
+
start_date?: string;
|
|
13069
|
+
/** @example 2027-02-28 */
|
|
13070
|
+
end_date?: string;
|
|
13071
|
+
}[];
|
|
13072
|
+
};
|
|
13073
|
+
};
|
|
13074
|
+
};
|
|
13075
|
+
};
|
|
13076
|
+
};
|
|
13077
|
+
};
|
|
12599
13078
|
fetchTenancyComplianceDocumentsAdmin: {
|
|
12600
13079
|
parameters: {
|
|
12601
13080
|
query?: {
|
|
@@ -12716,19 +13195,19 @@ export interface operations {
|
|
|
12716
13195
|
content: {
|
|
12717
13196
|
"application/json": {
|
|
12718
13197
|
data?: {
|
|
12719
|
-
/** @example
|
|
13198
|
+
/** @example 57 */
|
|
12720
13199
|
id?: number;
|
|
12721
13200
|
/** @example 2 */
|
|
12722
13201
|
listing_id?: number;
|
|
12723
13202
|
/** @example completed */
|
|
12724
13203
|
status?: string;
|
|
12725
13204
|
scheduled?: {
|
|
12726
|
-
/** @example 1981-11-
|
|
13205
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12727
13206
|
start?: string;
|
|
12728
|
-
/** @example 1979-12-
|
|
13207
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12729
13208
|
end?: string;
|
|
12730
13209
|
};
|
|
12731
|
-
/** @example 2026-04-
|
|
13210
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
12732
13211
|
created_at?: string;
|
|
12733
13212
|
};
|
|
12734
13213
|
};
|
|
@@ -12755,19 +13234,19 @@ export interface operations {
|
|
|
12755
13234
|
content: {
|
|
12756
13235
|
"application/json": {
|
|
12757
13236
|
data?: {
|
|
12758
|
-
/** @example
|
|
13237
|
+
/** @example 58 */
|
|
12759
13238
|
id?: number;
|
|
12760
13239
|
/** @example 2 */
|
|
12761
13240
|
listing_id?: number;
|
|
12762
13241
|
/** @example completed */
|
|
12763
13242
|
status?: string;
|
|
12764
13243
|
scheduled?: {
|
|
12765
|
-
/** @example 1981-11-
|
|
13244
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12766
13245
|
start?: string;
|
|
12767
|
-
/** @example 1979-12-
|
|
13246
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12768
13247
|
end?: string;
|
|
12769
13248
|
};
|
|
12770
|
-
/** @example 2026-04-
|
|
13249
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
12771
13250
|
created_at?: string;
|
|
12772
13251
|
};
|
|
12773
13252
|
};
|
|
@@ -12793,41 +13272,41 @@ export interface operations {
|
|
|
12793
13272
|
/**
|
|
12794
13273
|
* @example [
|
|
12795
13274
|
* {
|
|
12796
|
-
* "id":
|
|
13275
|
+
* "id": 59,
|
|
12797
13276
|
* "listing_id": 2,
|
|
12798
13277
|
* "status": "completed",
|
|
12799
13278
|
* "scheduled": {
|
|
12800
|
-
* "start": "1981-11-
|
|
12801
|
-
* "end": "1979-12-
|
|
13279
|
+
* "start": "1981-11-19T00:00:00.000000Z",
|
|
13280
|
+
* "end": "1979-12-16T00:00:00.000000Z"
|
|
12802
13281
|
* },
|
|
12803
|
-
* "created_at": "2026-04-
|
|
13282
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
12804
13283
|
* },
|
|
12805
13284
|
* {
|
|
12806
|
-
* "id":
|
|
13285
|
+
* "id": 60,
|
|
12807
13286
|
* "listing_id": 2,
|
|
12808
13287
|
* "status": "completed",
|
|
12809
13288
|
* "scheduled": {
|
|
12810
|
-
* "start": "2006-09-
|
|
13289
|
+
* "start": "2006-09-19T00:00:00.000000Z",
|
|
12811
13290
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12812
13291
|
* },
|
|
12813
|
-
* "created_at": "2026-04-
|
|
13292
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
12814
13293
|
* }
|
|
12815
13294
|
* ]
|
|
12816
13295
|
*/
|
|
12817
13296
|
data?: {
|
|
12818
|
-
/** @example
|
|
13297
|
+
/** @example 59 */
|
|
12819
13298
|
id?: number;
|
|
12820
13299
|
/** @example 2 */
|
|
12821
13300
|
listing_id?: number;
|
|
12822
13301
|
/** @example completed */
|
|
12823
13302
|
status?: string;
|
|
12824
13303
|
scheduled?: {
|
|
12825
|
-
/** @example 1981-11-
|
|
13304
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12826
13305
|
start?: string;
|
|
12827
|
-
/** @example 1979-12-
|
|
13306
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12828
13307
|
end?: string;
|
|
12829
13308
|
};
|
|
12830
|
-
/** @example 2026-04-
|
|
13309
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
12831
13310
|
created_at?: string;
|
|
12832
13311
|
}[];
|
|
12833
13312
|
links?: {
|
|
@@ -12927,19 +13406,19 @@ export interface operations {
|
|
|
12927
13406
|
content: {
|
|
12928
13407
|
"application/json": {
|
|
12929
13408
|
data?: {
|
|
12930
|
-
/** @example
|
|
13409
|
+
/** @example 61 */
|
|
12931
13410
|
id?: number;
|
|
12932
13411
|
/** @example 2 */
|
|
12933
13412
|
listing_id?: number;
|
|
12934
13413
|
/** @example completed */
|
|
12935
13414
|
status?: string;
|
|
12936
13415
|
scheduled?: {
|
|
12937
|
-
/** @example 1981-11-
|
|
13416
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12938
13417
|
start?: string;
|
|
12939
|
-
/** @example 1979-12-
|
|
13418
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12940
13419
|
end?: string;
|
|
12941
13420
|
};
|
|
12942
|
-
/** @example 2026-04-
|
|
13421
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
12943
13422
|
created_at?: string;
|
|
12944
13423
|
};
|
|
12945
13424
|
};
|
|
@@ -12966,19 +13445,19 @@ export interface operations {
|
|
|
12966
13445
|
content: {
|
|
12967
13446
|
"application/json": {
|
|
12968
13447
|
data?: {
|
|
12969
|
-
/** @example
|
|
13448
|
+
/** @example 62 */
|
|
12970
13449
|
id?: number;
|
|
12971
13450
|
/** @example 2 */
|
|
12972
13451
|
listing_id?: number;
|
|
12973
13452
|
/** @example completed */
|
|
12974
13453
|
status?: string;
|
|
12975
13454
|
scheduled?: {
|
|
12976
|
-
/** @example 1981-11-
|
|
13455
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
12977
13456
|
start?: string;
|
|
12978
|
-
/** @example 1979-12-
|
|
13457
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
12979
13458
|
end?: string;
|
|
12980
13459
|
};
|
|
12981
|
-
/** @example 2026-04-
|
|
13460
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
12982
13461
|
created_at?: string;
|
|
12983
13462
|
};
|
|
12984
13463
|
};
|
|
@@ -13005,19 +13484,19 @@ export interface operations {
|
|
|
13005
13484
|
content: {
|
|
13006
13485
|
"application/json": {
|
|
13007
13486
|
data?: {
|
|
13008
|
-
/** @example
|
|
13487
|
+
/** @example 63 */
|
|
13009
13488
|
id?: number;
|
|
13010
13489
|
/** @example 2 */
|
|
13011
13490
|
listing_id?: number;
|
|
13012
13491
|
/** @example completed */
|
|
13013
13492
|
status?: string;
|
|
13014
13493
|
scheduled?: {
|
|
13015
|
-
/** @example 1981-11-
|
|
13494
|
+
/** @example 1981-11-19T00:00:00.000000Z */
|
|
13016
13495
|
start?: string;
|
|
13017
|
-
/** @example 1979-12-
|
|
13496
|
+
/** @example 1979-12-16T00:00:00.000000Z */
|
|
13018
13497
|
end?: string;
|
|
13019
13498
|
};
|
|
13020
|
-
/** @example 2026-04-
|
|
13499
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
13021
13500
|
created_at?: string;
|
|
13022
13501
|
};
|
|
13023
13502
|
};
|
|
@@ -14088,7 +14567,7 @@ export interface operations {
|
|
|
14088
14567
|
content: {
|
|
14089
14568
|
"application/json": {
|
|
14090
14569
|
data?: {
|
|
14091
|
-
/** @example
|
|
14570
|
+
/** @example 2b9c4612-9cc2-49e3-b0e7-47918dfbbfa4 */
|
|
14092
14571
|
uid?: string;
|
|
14093
14572
|
/** @example Ms. Audra Crooks II */
|
|
14094
14573
|
username?: string;
|
|
@@ -14118,7 +14597,7 @@ export interface operations {
|
|
|
14118
14597
|
timezone?: string;
|
|
14119
14598
|
/** @example Customer */
|
|
14120
14599
|
user_type?: string;
|
|
14121
|
-
/** @example
|
|
14600
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
14122
14601
|
created?: string;
|
|
14123
14602
|
/** @example 0 seconds ago */
|
|
14124
14603
|
email_verified_at?: string;
|
|
@@ -14587,7 +15066,7 @@ export interface operations {
|
|
|
14587
15066
|
content: {
|
|
14588
15067
|
"application/json": {
|
|
14589
15068
|
data?: {
|
|
14590
|
-
/** @example
|
|
15069
|
+
/** @example 8fe221fe-c33b-4095-b883-fb451c5f7632 */
|
|
14591
15070
|
uid?: string;
|
|
14592
15071
|
/** @example Ms. Audra Crooks II */
|
|
14593
15072
|
username?: string;
|
|
@@ -14617,7 +15096,7 @@ export interface operations {
|
|
|
14617
15096
|
timezone?: string;
|
|
14618
15097
|
/** @example Customer */
|
|
14619
15098
|
user_type?: string;
|
|
14620
|
-
/** @example
|
|
15099
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
14621
15100
|
created?: string;
|
|
14622
15101
|
/** @example 0 seconds ago */
|
|
14623
15102
|
email_verified_at?: string;
|
|
@@ -14738,20 +15217,20 @@ export interface operations {
|
|
|
14738
15217
|
content: {
|
|
14739
15218
|
"application/json": {
|
|
14740
15219
|
data?: {
|
|
14741
|
-
/** @example New For
|
|
15220
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 1:42 PM */
|
|
14742
15221
|
draft_name?: string;
|
|
14743
|
-
/** @example LST-
|
|
15222
|
+
/** @example LST-UIT-SAL-MO8OBB02CUB */
|
|
14744
15223
|
sku?: string;
|
|
14745
|
-
/** @example
|
|
15224
|
+
/** @example 4b57de63-32ee-4114-9500-3078b8c70ca7 */
|
|
14746
15225
|
uid?: string;
|
|
14747
|
-
/** @example
|
|
15226
|
+
/** @example Sale */
|
|
14748
15227
|
listing_type?: string;
|
|
14749
|
-
/** @example
|
|
15228
|
+
/** @example Used Item */
|
|
14750
15229
|
vertical?: string;
|
|
14751
|
-
/** @example
|
|
14752
|
-
arrangement_type?: string;
|
|
14753
|
-
/** @example
|
|
14754
|
-
arrangement_type_label?: string;
|
|
15230
|
+
/** @example null */
|
|
15231
|
+
arrangement_type?: string | null;
|
|
15232
|
+
/** @example null */
|
|
15233
|
+
arrangement_type_label?: string | null;
|
|
14755
15234
|
/** @example null */
|
|
14756
15235
|
price?: string | null;
|
|
14757
15236
|
/** @example draft */
|
|
@@ -14762,10 +15241,8 @@ export interface operations {
|
|
|
14762
15241
|
published_since?: string | null;
|
|
14763
15242
|
/** @example false */
|
|
14764
15243
|
is_visible?: boolean;
|
|
14765
|
-
|
|
14766
|
-
|
|
14767
|
-
availability?: string | null;
|
|
14768
|
-
};
|
|
15244
|
+
/** @example [] */
|
|
15245
|
+
summary?: unknown[];
|
|
14769
15246
|
/** @example [] */
|
|
14770
15247
|
workflow?: unknown[];
|
|
14771
15248
|
/** @example [] */
|
|
@@ -14866,9 +15343,9 @@ export interface operations {
|
|
|
14866
15343
|
/**
|
|
14867
15344
|
* @example [
|
|
14868
15345
|
* {
|
|
14869
|
-
* "draft_name": "New For Rent Property draft •
|
|
14870
|
-
* "sku": "LST-PRP-LTR-
|
|
14871
|
-
* "uid": "
|
|
15346
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
|
|
15347
|
+
* "sku": "LST-PRP-LTR-MO8OBB0ZE2M",
|
|
15348
|
+
* "uid": "dcf4f095-555b-41c6-8b72-e723c016e2a2",
|
|
14872
15349
|
* "listing_type": "Rent",
|
|
14873
15350
|
* "vertical": "Property",
|
|
14874
15351
|
* "arrangement_type": "let_to_let",
|
|
@@ -14885,9 +15362,9 @@ export interface operations {
|
|
|
14885
15362
|
* "media": []
|
|
14886
15363
|
* },
|
|
14887
15364
|
* {
|
|
14888
|
-
* "draft_name": "New Short Let Property draft •
|
|
14889
|
-
* "sku": "LST-PRP-SHL-
|
|
14890
|
-
* "uid": "
|
|
15365
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
|
|
15366
|
+
* "sku": "LST-PRP-SHL-MO8OBB134ZL",
|
|
15367
|
+
* "uid": "5341df00-bfe9-4fa9-bf1c-68b85e6c2fd2",
|
|
14891
15368
|
* "listing_type": "Short Let",
|
|
14892
15369
|
* "vertical": "Property",
|
|
14893
15370
|
* "arrangement_type": "short_term_managed",
|
|
@@ -14906,11 +15383,11 @@ export interface operations {
|
|
|
14906
15383
|
* ]
|
|
14907
15384
|
*/
|
|
14908
15385
|
data?: {
|
|
14909
|
-
/** @example New For Rent Property draft •
|
|
15386
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
14910
15387
|
draft_name?: string;
|
|
14911
|
-
/** @example LST-PRP-LTR-
|
|
15388
|
+
/** @example LST-PRP-LTR-MO8OBB0ZE2M */
|
|
14912
15389
|
sku?: string;
|
|
14913
|
-
/** @example
|
|
15390
|
+
/** @example dcf4f095-555b-41c6-8b72-e723c016e2a2 */
|
|
14914
15391
|
uid?: string;
|
|
14915
15392
|
/** @example Rent */
|
|
14916
15393
|
listing_type?: string;
|
|
@@ -15020,9 +15497,9 @@ export interface operations {
|
|
|
15020
15497
|
/**
|
|
15021
15498
|
* @example [
|
|
15022
15499
|
* {
|
|
15023
|
-
* "draft_name": "New For Rent Property draft •
|
|
15024
|
-
* "sku": "LST-PRP-LTR-
|
|
15025
|
-
* "uid": "
|
|
15500
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 1:42 PM",
|
|
15501
|
+
* "sku": "LST-PRP-LTR-MO8OBB1DVHP",
|
|
15502
|
+
* "uid": "b2e512b0-218d-4acb-894c-f2706e1ef9e9",
|
|
15026
15503
|
* "listing_type": "Rent",
|
|
15027
15504
|
* "vertical": "Property",
|
|
15028
15505
|
* "arrangement_type": "let_to_let",
|
|
@@ -15039,9 +15516,9 @@ export interface operations {
|
|
|
15039
15516
|
* "media": []
|
|
15040
15517
|
* },
|
|
15041
15518
|
* {
|
|
15042
|
-
* "draft_name": "New Short Let Property draft •
|
|
15043
|
-
* "sku": "LST-PRP-SHL-
|
|
15044
|
-
* "uid": "
|
|
15519
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 1:42 PM",
|
|
15520
|
+
* "sku": "LST-PRP-SHL-MO8OBB1GUTO",
|
|
15521
|
+
* "uid": "b7625bf2-af1c-4764-b026-420e0152cdcf",
|
|
15045
15522
|
* "listing_type": "Short Let",
|
|
15046
15523
|
* "vertical": "Property",
|
|
15047
15524
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15060,11 +15537,11 @@ export interface operations {
|
|
|
15060
15537
|
* ]
|
|
15061
15538
|
*/
|
|
15062
15539
|
data?: {
|
|
15063
|
-
/** @example New For Rent Property draft •
|
|
15540
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
15064
15541
|
draft_name?: string;
|
|
15065
|
-
/** @example LST-PRP-LTR-
|
|
15542
|
+
/** @example LST-PRP-LTR-MO8OBB1DVHP */
|
|
15066
15543
|
sku?: string;
|
|
15067
|
-
/** @example
|
|
15544
|
+
/** @example b2e512b0-218d-4acb-894c-f2706e1ef9e9 */
|
|
15068
15545
|
uid?: string;
|
|
15069
15546
|
/** @example Rent */
|
|
15070
15547
|
listing_type?: string;
|
|
@@ -16128,7 +16605,7 @@ export interface operations {
|
|
|
16128
16605
|
content: {
|
|
16129
16606
|
"application/json": {
|
|
16130
16607
|
data?: {
|
|
16131
|
-
/** @example
|
|
16608
|
+
/** @example f6676e2e-36d0-4e67-965d-1d5963008d90 */
|
|
16132
16609
|
uid?: string;
|
|
16133
16610
|
/** @example photo */
|
|
16134
16611
|
media_type?: string;
|
|
@@ -16277,11 +16754,11 @@ export interface operations {
|
|
|
16277
16754
|
content: {
|
|
16278
16755
|
"application/json": {
|
|
16279
16756
|
data?: {
|
|
16280
|
-
/** @example New For Rent Property draft •
|
|
16757
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 1:42 PM */
|
|
16281
16758
|
draft_name?: string;
|
|
16282
|
-
/** @example LST-PRP-LTR-
|
|
16759
|
+
/** @example LST-PRP-LTR-MO8OBB41FVZ */
|
|
16283
16760
|
sku?: string;
|
|
16284
|
-
/** @example
|
|
16761
|
+
/** @example de365905-20a7-4e2c-a858-96edad014566 */
|
|
16285
16762
|
uid?: string;
|
|
16286
16763
|
/** @example Rent */
|
|
16287
16764
|
listing_type?: string;
|
|
@@ -16441,7 +16918,7 @@ export interface operations {
|
|
|
16441
16918
|
content: {
|
|
16442
16919
|
"application/json": {
|
|
16443
16920
|
data?: {
|
|
16444
|
-
/** @example
|
|
16921
|
+
/** @example 27111afe-0842-4fb9-91b9-e6cdb0ea761c */
|
|
16445
16922
|
uid?: string;
|
|
16446
16923
|
/** @example null */
|
|
16447
16924
|
compliances?: string | null;
|
|
@@ -16492,7 +16969,7 @@ export interface operations {
|
|
|
16492
16969
|
content: {
|
|
16493
16970
|
"application/json": {
|
|
16494
16971
|
data?: {
|
|
16495
|
-
/** @example
|
|
16972
|
+
/** @example 92 */
|
|
16496
16973
|
id?: number;
|
|
16497
16974
|
compliance?: {
|
|
16498
16975
|
/** @example 1 */
|
|
@@ -16514,7 +16991,7 @@ export interface operations {
|
|
|
16514
16991
|
reviewed_by?: number;
|
|
16515
16992
|
/** @example null */
|
|
16516
16993
|
reviewed_at?: string | null;
|
|
16517
|
-
/** @example 2026-04-
|
|
16994
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16518
16995
|
created_at?: string;
|
|
16519
16996
|
};
|
|
16520
16997
|
};
|
|
@@ -16569,39 +17046,39 @@ export interface operations {
|
|
|
16569
17046
|
/**
|
|
16570
17047
|
* @example [
|
|
16571
17048
|
* {
|
|
16572
|
-
* "uid": "
|
|
17049
|
+
* "uid": "e39e22b7-89fc-4d0d-84e1-fddf277903d5",
|
|
16573
17050
|
* "listing_id": 1,
|
|
16574
17051
|
* "landlord_id": 2,
|
|
16575
17052
|
* "tenant_id": 2,
|
|
16576
17053
|
* "rent_amount": "4881.50",
|
|
16577
17054
|
* "deposit_amount": "2151.17",
|
|
16578
17055
|
* "state": "offer_accepted",
|
|
16579
|
-
* "start_date": "2025-10-
|
|
16580
|
-
* "end_date": "2026-10-
|
|
17056
|
+
* "start_date": "2025-10-27T00:00:00.000000Z",
|
|
17057
|
+
* "end_date": "2026-10-27T00:00:00.000000Z",
|
|
16581
17058
|
* "is_periodic": false,
|
|
16582
17059
|
* "company_name": null,
|
|
16583
17060
|
* "company_registration_number": null,
|
|
16584
|
-
* "created_at": "2026-04-
|
|
17061
|
+
* "created_at": "2026-04-21T13:42:34.000000Z"
|
|
16585
17062
|
* },
|
|
16586
17063
|
* {
|
|
16587
|
-
* "uid": "
|
|
17064
|
+
* "uid": "42159ec8-467b-4d92-8dd7-cd9f5f3da4e6",
|
|
16588
17065
|
* "listing_id": 1,
|
|
16589
17066
|
* "landlord_id": 2,
|
|
16590
17067
|
* "tenant_id": 2,
|
|
16591
17068
|
* "rent_amount": "3832.26",
|
|
16592
17069
|
* "deposit_amount": "1384.27",
|
|
16593
17070
|
* "state": "terminated",
|
|
16594
|
-
* "start_date": "2025-09-
|
|
16595
|
-
* "end_date": "2026-09-
|
|
17071
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
17072
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16596
17073
|
* "is_periodic": false,
|
|
16597
17074
|
* "company_name": null,
|
|
16598
17075
|
* "company_registration_number": null,
|
|
16599
|
-
* "created_at": "2026-04-
|
|
17076
|
+
* "created_at": "2026-04-21T13:42:34.000000Z"
|
|
16600
17077
|
* }
|
|
16601
17078
|
* ]
|
|
16602
17079
|
*/
|
|
16603
17080
|
data?: {
|
|
16604
|
-
/** @example
|
|
17081
|
+
/** @example e39e22b7-89fc-4d0d-84e1-fddf277903d5 */
|
|
16605
17082
|
uid?: string;
|
|
16606
17083
|
/** @example 1 */
|
|
16607
17084
|
listing_id?: number;
|
|
@@ -16615,9 +17092,9 @@ export interface operations {
|
|
|
16615
17092
|
deposit_amount?: string;
|
|
16616
17093
|
/** @example offer_accepted */
|
|
16617
17094
|
state?: string;
|
|
16618
|
-
/** @example 2025-10-
|
|
17095
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
16619
17096
|
start_date?: string;
|
|
16620
|
-
/** @example 2026-10-
|
|
17097
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
16621
17098
|
end_date?: string;
|
|
16622
17099
|
/** @example false */
|
|
16623
17100
|
is_periodic?: boolean;
|
|
@@ -16625,7 +17102,7 @@ export interface operations {
|
|
|
16625
17102
|
company_name?: string | null;
|
|
16626
17103
|
/** @example null */
|
|
16627
17104
|
company_registration_number?: string | null;
|
|
16628
|
-
/** @example 2026-04-
|
|
17105
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16629
17106
|
created_at?: string;
|
|
16630
17107
|
}[];
|
|
16631
17108
|
links?: {
|
|
@@ -16712,39 +17189,39 @@ export interface operations {
|
|
|
16712
17189
|
/**
|
|
16713
17190
|
* @example [
|
|
16714
17191
|
* {
|
|
16715
|
-
* "uid": "
|
|
17192
|
+
* "uid": "cf1f8924-00cf-44a6-a7e4-821100a988cb",
|
|
16716
17193
|
* "listing_id": 1,
|
|
16717
17194
|
* "landlord_id": 2,
|
|
16718
17195
|
* "tenant_id": 2,
|
|
16719
17196
|
* "rent_amount": "4881.50",
|
|
16720
17197
|
* "deposit_amount": "2151.17",
|
|
16721
17198
|
* "state": "offer_accepted",
|
|
16722
|
-
* "start_date": "2025-10-
|
|
16723
|
-
* "end_date": "2026-10-
|
|
17199
|
+
* "start_date": "2025-10-27T00:00:00.000000Z",
|
|
17200
|
+
* "end_date": "2026-10-27T00:00:00.000000Z",
|
|
16724
17201
|
* "is_periodic": false,
|
|
16725
17202
|
* "company_name": null,
|
|
16726
17203
|
* "company_registration_number": null,
|
|
16727
|
-
* "created_at": "2026-04-
|
|
17204
|
+
* "created_at": "2026-04-21T13:42:34.000000Z"
|
|
16728
17205
|
* },
|
|
16729
17206
|
* {
|
|
16730
|
-
* "uid": "
|
|
17207
|
+
* "uid": "c8e848de-6506-4e96-8bdf-d9299f9a3cc3",
|
|
16731
17208
|
* "listing_id": 1,
|
|
16732
17209
|
* "landlord_id": 2,
|
|
16733
17210
|
* "tenant_id": 2,
|
|
16734
17211
|
* "rent_amount": "3832.26",
|
|
16735
17212
|
* "deposit_amount": "1384.27",
|
|
16736
17213
|
* "state": "terminated",
|
|
16737
|
-
* "start_date": "2025-09-
|
|
16738
|
-
* "end_date": "2026-09-
|
|
17214
|
+
* "start_date": "2025-09-21T00:00:00.000000Z",
|
|
17215
|
+
* "end_date": "2026-09-21T00:00:00.000000Z",
|
|
16739
17216
|
* "is_periodic": false,
|
|
16740
17217
|
* "company_name": null,
|
|
16741
17218
|
* "company_registration_number": null,
|
|
16742
|
-
* "created_at": "2026-04-
|
|
17219
|
+
* "created_at": "2026-04-21T13:42:34.000000Z"
|
|
16743
17220
|
* }
|
|
16744
17221
|
* ]
|
|
16745
17222
|
*/
|
|
16746
17223
|
data?: {
|
|
16747
|
-
/** @example
|
|
17224
|
+
/** @example cf1f8924-00cf-44a6-a7e4-821100a988cb */
|
|
16748
17225
|
uid?: string;
|
|
16749
17226
|
/** @example 1 */
|
|
16750
17227
|
listing_id?: number;
|
|
@@ -16758,9 +17235,9 @@ export interface operations {
|
|
|
16758
17235
|
deposit_amount?: string;
|
|
16759
17236
|
/** @example offer_accepted */
|
|
16760
17237
|
state?: string;
|
|
16761
|
-
/** @example 2025-10-
|
|
17238
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
16762
17239
|
start_date?: string;
|
|
16763
|
-
/** @example 2026-10-
|
|
17240
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
16764
17241
|
end_date?: string;
|
|
16765
17242
|
/** @example false */
|
|
16766
17243
|
is_periodic?: boolean;
|
|
@@ -16768,7 +17245,7 @@ export interface operations {
|
|
|
16768
17245
|
company_name?: string | null;
|
|
16769
17246
|
/** @example null */
|
|
16770
17247
|
company_registration_number?: string | null;
|
|
16771
|
-
/** @example 2026-04-
|
|
17248
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16772
17249
|
created_at?: string;
|
|
16773
17250
|
}[];
|
|
16774
17251
|
links?: {
|
|
@@ -16875,7 +17352,7 @@ export interface operations {
|
|
|
16875
17352
|
content: {
|
|
16876
17353
|
"application/json": {
|
|
16877
17354
|
data?: {
|
|
16878
|
-
/** @example
|
|
17355
|
+
/** @example 103 */
|
|
16879
17356
|
id?: number;
|
|
16880
17357
|
compliance?: {
|
|
16881
17358
|
/** @example 1 */
|
|
@@ -16895,9 +17372,9 @@ export interface operations {
|
|
|
16895
17372
|
rejection_reason?: string | null;
|
|
16896
17373
|
/** @example 1 */
|
|
16897
17374
|
reviewed_by?: number;
|
|
16898
|
-
/** @example 2026-04-
|
|
17375
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16899
17376
|
reviewed_at?: string;
|
|
16900
|
-
/** @example 2026-04-
|
|
17377
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16901
17378
|
created_at?: string;
|
|
16902
17379
|
};
|
|
16903
17380
|
};
|
|
@@ -16924,7 +17401,7 @@ export interface operations {
|
|
|
16924
17401
|
content: {
|
|
16925
17402
|
"application/json": {
|
|
16926
17403
|
data?: {
|
|
16927
|
-
/** @example
|
|
17404
|
+
/** @example 104 */
|
|
16928
17405
|
id?: number;
|
|
16929
17406
|
compliance?: {
|
|
16930
17407
|
/** @example 1 */
|
|
@@ -16944,9 +17421,9 @@ export interface operations {
|
|
|
16944
17421
|
rejection_reason?: string | null;
|
|
16945
17422
|
/** @example 1 */
|
|
16946
17423
|
reviewed_by?: number;
|
|
16947
|
-
/** @example 2026-04-
|
|
17424
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16948
17425
|
reviewed_at?: string;
|
|
16949
|
-
/** @example 2026-04-
|
|
17426
|
+
/** @example 2026-04-21T13:42:34.000000Z */
|
|
16950
17427
|
created_at?: string;
|
|
16951
17428
|
};
|
|
16952
17429
|
};
|
|
@@ -17399,7 +17876,7 @@ export interface operations {
|
|
|
17399
17876
|
sku?: string;
|
|
17400
17877
|
/** @example 09 Apr 2026, 11:14 AM */
|
|
17401
17878
|
published_at?: string;
|
|
17402
|
-
/** @example
|
|
17879
|
+
/** @example 1 week ago */
|
|
17403
17880
|
published_since?: string;
|
|
17404
17881
|
details?: {
|
|
17405
17882
|
/** @example New Benin */
|
|
@@ -17968,35 +18445,35 @@ export interface operations {
|
|
|
17968
18445
|
/**
|
|
17969
18446
|
* @example [
|
|
17970
18447
|
* {
|
|
17971
|
-
* "uid": "
|
|
18448
|
+
* "uid": "be44c291-74b2-419f-bb0b-4435f11cd7a5",
|
|
17972
18449
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17973
18450
|
* "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
18451
|
* "status": "reported",
|
|
17975
18452
|
* "priority": "emergency",
|
|
17976
|
-
* "reported_at": "2026-04-
|
|
17977
|
-
* "assigned_at": "2026-04-
|
|
18453
|
+
* "reported_at": "2026-04-15T00:56:10.000000Z",
|
|
18454
|
+
* "assigned_at": "2026-04-19T21:16:02.000000Z",
|
|
17978
18455
|
* "completed_at": null,
|
|
17979
|
-
* "sla_deadline": "2026-04-
|
|
17980
|
-
* "created_at": "2026-04-
|
|
17981
|
-
* "updated_at": "2026-04-
|
|
18456
|
+
* "sla_deadline": "2026-04-23T02:38:25.000000Z",
|
|
18457
|
+
* "created_at": "2026-04-21T13:42:35.000000Z",
|
|
18458
|
+
* "updated_at": "2026-04-21T13:42:35.000000Z"
|
|
17982
18459
|
* },
|
|
17983
18460
|
* {
|
|
17984
|
-
* "uid": "
|
|
18461
|
+
* "uid": "fabe3192-119c-45d4-9c9c-633def28c41b",
|
|
17985
18462
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17986
18463
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17987
18464
|
* "status": "completed",
|
|
17988
18465
|
* "priority": "normal",
|
|
17989
|
-
* "reported_at": "2026-04-
|
|
18466
|
+
* "reported_at": "2026-04-17T13:34:35.000000Z",
|
|
17990
18467
|
* "assigned_at": null,
|
|
17991
18468
|
* "completed_at": null,
|
|
17992
|
-
* "sla_deadline": "2026-04-
|
|
17993
|
-
* "created_at": "2026-04-
|
|
17994
|
-
* "updated_at": "2026-04-
|
|
18469
|
+
* "sla_deadline": "2026-04-24T10:38:22.000000Z",
|
|
18470
|
+
* "created_at": "2026-04-21T13:42:35.000000Z",
|
|
18471
|
+
* "updated_at": "2026-04-21T13:42:35.000000Z"
|
|
17995
18472
|
* }
|
|
17996
18473
|
* ]
|
|
17997
18474
|
*/
|
|
17998
18475
|
data?: {
|
|
17999
|
-
/** @example
|
|
18476
|
+
/** @example be44c291-74b2-419f-bb0b-4435f11cd7a5 */
|
|
18000
18477
|
uid?: string;
|
|
18001
18478
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18002
18479
|
title?: string;
|
|
@@ -18006,17 +18483,17 @@ export interface operations {
|
|
|
18006
18483
|
status?: string;
|
|
18007
18484
|
/** @example emergency */
|
|
18008
18485
|
priority?: string;
|
|
18009
|
-
/** @example 2026-04-
|
|
18486
|
+
/** @example 2026-04-15T00:56:10.000000Z */
|
|
18010
18487
|
reported_at?: string;
|
|
18011
|
-
/** @example 2026-04-
|
|
18488
|
+
/** @example 2026-04-19T21:16:02.000000Z */
|
|
18012
18489
|
assigned_at?: string;
|
|
18013
18490
|
/** @example null */
|
|
18014
18491
|
completed_at?: string | null;
|
|
18015
|
-
/** @example 2026-04-
|
|
18492
|
+
/** @example 2026-04-23T02:38:25.000000Z */
|
|
18016
18493
|
sla_deadline?: string;
|
|
18017
|
-
/** @example 2026-04-
|
|
18494
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18018
18495
|
created_at?: string;
|
|
18019
|
-
/** @example 2026-04-
|
|
18496
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18020
18497
|
updated_at?: string;
|
|
18021
18498
|
}[];
|
|
18022
18499
|
links?: {
|
|
@@ -18111,13 +18588,13 @@ export interface operations {
|
|
|
18111
18588
|
content: {
|
|
18112
18589
|
"application/json": {
|
|
18113
18590
|
data?: {
|
|
18114
|
-
/** @example
|
|
18591
|
+
/** @example 891b4664-0daa-4f9c-b0f4-7d87093ea55b */
|
|
18115
18592
|
uid?: string;
|
|
18116
18593
|
/** @example image */
|
|
18117
18594
|
file_type?: string;
|
|
18118
18595
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18119
18596
|
url?: string;
|
|
18120
|
-
/** @example 2026-04-
|
|
18597
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18121
18598
|
created_at?: string;
|
|
18122
18599
|
};
|
|
18123
18600
|
};
|
|
@@ -18162,7 +18639,7 @@ export interface operations {
|
|
|
18162
18639
|
content: {
|
|
18163
18640
|
"application/json": {
|
|
18164
18641
|
data?: {
|
|
18165
|
-
/** @example
|
|
18642
|
+
/** @example 25 */
|
|
18166
18643
|
id?: number;
|
|
18167
18644
|
/** @example property_inquiry */
|
|
18168
18645
|
type?: string;
|
|
@@ -18170,7 +18647,7 @@ export interface operations {
|
|
|
18170
18647
|
listing_id?: number;
|
|
18171
18648
|
/** @example null */
|
|
18172
18649
|
last_message_at?: string | null;
|
|
18173
|
-
/** @example 2026-04-
|
|
18650
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18174
18651
|
created_at?: string;
|
|
18175
18652
|
};
|
|
18176
18653
|
};
|
|
@@ -18196,23 +18673,23 @@ export interface operations {
|
|
|
18196
18673
|
/**
|
|
18197
18674
|
* @example [
|
|
18198
18675
|
* {
|
|
18199
|
-
* "id":
|
|
18676
|
+
* "id": 26,
|
|
18200
18677
|
* "type": "property_inquiry",
|
|
18201
18678
|
* "listing_id": 2,
|
|
18202
18679
|
* "last_message_at": null,
|
|
18203
|
-
* "created_at": "2026-04-
|
|
18680
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
18204
18681
|
* },
|
|
18205
18682
|
* {
|
|
18206
|
-
* "id":
|
|
18683
|
+
* "id": 27,
|
|
18207
18684
|
* "type": "property_inquiry",
|
|
18208
18685
|
* "listing_id": 2,
|
|
18209
18686
|
* "last_message_at": null,
|
|
18210
|
-
* "created_at": "2026-04-
|
|
18687
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
18211
18688
|
* }
|
|
18212
18689
|
* ]
|
|
18213
18690
|
*/
|
|
18214
18691
|
data?: {
|
|
18215
|
-
/** @example
|
|
18692
|
+
/** @example 26 */
|
|
18216
18693
|
id?: number;
|
|
18217
18694
|
/** @example property_inquiry */
|
|
18218
18695
|
type?: string;
|
|
@@ -18220,7 +18697,7 @@ export interface operations {
|
|
|
18220
18697
|
listing_id?: number;
|
|
18221
18698
|
/** @example null */
|
|
18222
18699
|
last_message_at?: string | null;
|
|
18223
|
-
/** @example 2026-04-
|
|
18700
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18224
18701
|
created_at?: string;
|
|
18225
18702
|
}[];
|
|
18226
18703
|
links?: {
|
|
@@ -18538,27 +19015,27 @@ export interface operations {
|
|
|
18538
19015
|
/**
|
|
18539
19016
|
* @example [
|
|
18540
19017
|
* {
|
|
18541
|
-
* "id": "
|
|
19018
|
+
* "id": "05119fe9-3628-4467-a31d-8d2664a7b086",
|
|
18542
19019
|
* "type": "APPOINTMENT_CREATED",
|
|
18543
19020
|
* "title": "faker notification",
|
|
18544
19021
|
* "body": "faker notification body",
|
|
18545
19022
|
* "data": [],
|
|
18546
19023
|
* "read_at": null,
|
|
18547
|
-
* "created_at": "2026-04-
|
|
19024
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
18548
19025
|
* },
|
|
18549
19026
|
* {
|
|
18550
|
-
* "id": "
|
|
19027
|
+
* "id": "23cc0eee-1f53-4565-aede-46a04eea4dc1",
|
|
18551
19028
|
* "type": "APPOINTMENT_CREATED",
|
|
18552
19029
|
* "title": "faker notification",
|
|
18553
19030
|
* "body": "faker notification body",
|
|
18554
19031
|
* "data": [],
|
|
18555
19032
|
* "read_at": null,
|
|
18556
|
-
* "created_at": "2026-04-
|
|
19033
|
+
* "created_at": "2026-04-21T13:42:35.000000Z"
|
|
18557
19034
|
* }
|
|
18558
19035
|
* ]
|
|
18559
19036
|
*/
|
|
18560
19037
|
data?: {
|
|
18561
|
-
/** @example
|
|
19038
|
+
/** @example 05119fe9-3628-4467-a31d-8d2664a7b086 */
|
|
18562
19039
|
id?: string;
|
|
18563
19040
|
/** @example APPOINTMENT_CREATED */
|
|
18564
19041
|
type?: string;
|
|
@@ -18570,7 +19047,7 @@ export interface operations {
|
|
|
18570
19047
|
data?: unknown[];
|
|
18571
19048
|
/** @example null */
|
|
18572
19049
|
read_at?: string | null;
|
|
18573
|
-
/** @example 2026-04-
|
|
19050
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18574
19051
|
created_at?: string;
|
|
18575
19052
|
}[];
|
|
18576
19053
|
links?: {
|
|
@@ -18654,7 +19131,7 @@ export interface operations {
|
|
|
18654
19131
|
};
|
|
18655
19132
|
content: {
|
|
18656
19133
|
"application/json": {
|
|
18657
|
-
/** @example
|
|
19134
|
+
/** @example 3b4db790-7967-4b5d-bdaa-8aa88ca9f4c9 */
|
|
18658
19135
|
id?: string;
|
|
18659
19136
|
/** @example APPOINTMENT_CREATED */
|
|
18660
19137
|
type?: string;
|
|
@@ -18666,7 +19143,7 @@ export interface operations {
|
|
|
18666
19143
|
data?: unknown[];
|
|
18667
19144
|
/** @example null */
|
|
18668
19145
|
read_at?: string | null;
|
|
18669
|
-
/** @example 2026-04-
|
|
19146
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
18670
19147
|
created_at?: string;
|
|
18671
19148
|
};
|
|
18672
19149
|
};
|
|
@@ -18913,45 +19390,45 @@ export interface operations {
|
|
|
18913
19390
|
/**
|
|
18914
19391
|
* @example [
|
|
18915
19392
|
* {
|
|
18916
|
-
* "id":
|
|
19393
|
+
* "id": 49,
|
|
18917
19394
|
* "rating": 1,
|
|
18918
19395
|
* "comment": "Nice Listing",
|
|
18919
19396
|
* "reviewer": {
|
|
18920
|
-
* "id":
|
|
18921
|
-
* "name": "
|
|
19397
|
+
* "id": 15,
|
|
19398
|
+
* "name": "Sabrina Owen"
|
|
18922
19399
|
* },
|
|
18923
|
-
* "created_at": "2026-04-
|
|
18924
|
-
* "updated_at": "2026-04-
|
|
19400
|
+
* "created_at": "2026-04-21T13:42:35+00:00",
|
|
19401
|
+
* "updated_at": "2026-04-21T13:42:35+00:00"
|
|
18925
19402
|
* },
|
|
18926
19403
|
* {
|
|
18927
|
-
* "id":
|
|
19404
|
+
* "id": 50,
|
|
18928
19405
|
* "rating": 1,
|
|
18929
19406
|
* "comment": "Nice Listing",
|
|
18930
19407
|
* "reviewer": {
|
|
18931
|
-
* "id":
|
|
18932
|
-
* "name": "
|
|
19408
|
+
* "id": 14,
|
|
19409
|
+
* "name": "Ray Clark"
|
|
18933
19410
|
* },
|
|
18934
|
-
* "created_at": "2026-04-
|
|
18935
|
-
* "updated_at": "2026-04-
|
|
19411
|
+
* "created_at": "2026-04-21T13:42:35+00:00",
|
|
19412
|
+
* "updated_at": "2026-04-21T13:42:35+00:00"
|
|
18936
19413
|
* }
|
|
18937
19414
|
* ]
|
|
18938
19415
|
*/
|
|
18939
19416
|
data?: {
|
|
18940
|
-
/** @example
|
|
19417
|
+
/** @example 49 */
|
|
18941
19418
|
id?: number;
|
|
18942
19419
|
/** @example 1 */
|
|
18943
19420
|
rating?: number;
|
|
18944
19421
|
/** @example Nice Listing */
|
|
18945
19422
|
comment?: string;
|
|
18946
19423
|
reviewer?: {
|
|
18947
|
-
/** @example
|
|
19424
|
+
/** @example 15 */
|
|
18948
19425
|
id?: number;
|
|
18949
|
-
/** @example
|
|
19426
|
+
/** @example Sabrina Owen */
|
|
18950
19427
|
name?: string;
|
|
18951
19428
|
};
|
|
18952
|
-
/** @example 2026-04-
|
|
19429
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
18953
19430
|
created_at?: string;
|
|
18954
|
-
/** @example 2026-04-
|
|
19431
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
18955
19432
|
updated_at?: string;
|
|
18956
19433
|
}[];
|
|
18957
19434
|
links?: {
|
|
@@ -19105,21 +19582,21 @@ export interface operations {
|
|
|
19105
19582
|
content: {
|
|
19106
19583
|
"application/json": {
|
|
19107
19584
|
data?: {
|
|
19108
|
-
/** @example
|
|
19585
|
+
/** @example 51 */
|
|
19109
19586
|
id?: number;
|
|
19110
19587
|
/** @example 1 */
|
|
19111
19588
|
rating?: number;
|
|
19112
19589
|
/** @example Nice Listing */
|
|
19113
19590
|
comment?: string;
|
|
19114
19591
|
reviewer?: {
|
|
19115
|
-
/** @example
|
|
19592
|
+
/** @example 2 */
|
|
19116
19593
|
id?: number;
|
|
19117
|
-
/** @example
|
|
19594
|
+
/** @example dogunfx */
|
|
19118
19595
|
name?: string;
|
|
19119
19596
|
};
|
|
19120
|
-
/** @example 2026-04-
|
|
19597
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19121
19598
|
created_at?: string;
|
|
19122
|
-
/** @example 2026-04-
|
|
19599
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19123
19600
|
updated_at?: string;
|
|
19124
19601
|
};
|
|
19125
19602
|
};
|
|
@@ -19163,21 +19640,21 @@ export interface operations {
|
|
|
19163
19640
|
content: {
|
|
19164
19641
|
"application/json": {
|
|
19165
19642
|
data?: {
|
|
19166
|
-
/** @example
|
|
19643
|
+
/** @example 52 */
|
|
19167
19644
|
id?: number;
|
|
19168
19645
|
/** @example 1 */
|
|
19169
19646
|
rating?: number;
|
|
19170
19647
|
/** @example Nice Listing */
|
|
19171
19648
|
comment?: string;
|
|
19172
19649
|
reviewer?: {
|
|
19173
|
-
/** @example
|
|
19650
|
+
/** @example 21 */
|
|
19174
19651
|
id?: number;
|
|
19175
|
-
/** @example
|
|
19652
|
+
/** @example Isla Simpson */
|
|
19176
19653
|
name?: string;
|
|
19177
19654
|
};
|
|
19178
|
-
/** @example 2026-04-
|
|
19655
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19179
19656
|
created_at?: string;
|
|
19180
|
-
/** @example 2026-04-
|
|
19657
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19181
19658
|
updated_at?: string;
|
|
19182
19659
|
};
|
|
19183
19660
|
};
|
|
@@ -19219,7 +19696,7 @@ export interface operations {
|
|
|
19219
19696
|
content: {
|
|
19220
19697
|
"application/json": {
|
|
19221
19698
|
data?: {
|
|
19222
|
-
/** @example
|
|
19699
|
+
/** @example 53 */
|
|
19223
19700
|
id?: number;
|
|
19224
19701
|
/** @example 1 */
|
|
19225
19702
|
rating?: number;
|
|
@@ -19228,12 +19705,12 @@ export interface operations {
|
|
|
19228
19705
|
reviewer?: {
|
|
19229
19706
|
/** @example 11 */
|
|
19230
19707
|
id?: number;
|
|
19231
|
-
/** @example
|
|
19708
|
+
/** @example Paul Brown */
|
|
19232
19709
|
name?: string;
|
|
19233
19710
|
};
|
|
19234
|
-
/** @example 2026-04-
|
|
19711
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19235
19712
|
created_at?: string;
|
|
19236
|
-
/** @example 2026-04-
|
|
19713
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19237
19714
|
updated_at?: string;
|
|
19238
19715
|
};
|
|
19239
19716
|
};
|
|
@@ -19260,21 +19737,21 @@ export interface operations {
|
|
|
19260
19737
|
content: {
|
|
19261
19738
|
"application/json": {
|
|
19262
19739
|
data?: {
|
|
19263
|
-
/** @example
|
|
19740
|
+
/** @example 54 */
|
|
19264
19741
|
id?: number;
|
|
19265
19742
|
/** @example 1 */
|
|
19266
19743
|
rating?: number;
|
|
19267
19744
|
/** @example Nice Listing */
|
|
19268
19745
|
comment?: string;
|
|
19269
19746
|
reviewer?: {
|
|
19270
|
-
/** @example
|
|
19747
|
+
/** @example 14 */
|
|
19271
19748
|
id?: number;
|
|
19272
|
-
/** @example
|
|
19749
|
+
/** @example Ray Clark */
|
|
19273
19750
|
name?: string;
|
|
19274
19751
|
};
|
|
19275
|
-
/** @example 2026-04-
|
|
19752
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19276
19753
|
created_at?: string;
|
|
19277
|
-
/** @example 2026-04-
|
|
19754
|
+
/** @example 2026-04-21T13:42:35+00:00 */
|
|
19278
19755
|
updated_at?: string;
|
|
19279
19756
|
};
|
|
19280
19757
|
};
|
|
@@ -19301,7 +19778,7 @@ export interface operations {
|
|
|
19301
19778
|
content: {
|
|
19302
19779
|
"application/json": {
|
|
19303
19780
|
data?: {
|
|
19304
|
-
/** @example
|
|
19781
|
+
/** @example 833b2686-e610-4f20-b96b-15f31794f99e */
|
|
19305
19782
|
uid?: string;
|
|
19306
19783
|
/** @example 1 */
|
|
19307
19784
|
listing_id?: number;
|
|
@@ -19315,9 +19792,9 @@ export interface operations {
|
|
|
19315
19792
|
deposit_amount?: string;
|
|
19316
19793
|
/** @example offer_accepted */
|
|
19317
19794
|
state?: string;
|
|
19318
|
-
/** @example 2025-10-
|
|
19795
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
19319
19796
|
start_date?: string;
|
|
19320
|
-
/** @example 2026-10-
|
|
19797
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
19321
19798
|
end_date?: string;
|
|
19322
19799
|
/** @example false */
|
|
19323
19800
|
is_periodic?: boolean;
|
|
@@ -19325,7 +19802,7 @@ export interface operations {
|
|
|
19325
19802
|
company_name?: string | null;
|
|
19326
19803
|
/** @example null */
|
|
19327
19804
|
company_registration_number?: string | null;
|
|
19328
|
-
/** @example 2026-04-
|
|
19805
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
19329
19806
|
created_at?: string;
|
|
19330
19807
|
/** @example [] */
|
|
19331
19808
|
compliances?: unknown[];
|
|
@@ -19402,7 +19879,7 @@ export interface operations {
|
|
|
19402
19879
|
content: {
|
|
19403
19880
|
"application/json": {
|
|
19404
19881
|
data?: {
|
|
19405
|
-
/** @example
|
|
19882
|
+
/** @example aabee54b-b329-46b2-9855-c30804bc6c42 */
|
|
19406
19883
|
uid?: string;
|
|
19407
19884
|
/** @example 1 */
|
|
19408
19885
|
listing_id?: number;
|
|
@@ -19416,9 +19893,9 @@ export interface operations {
|
|
|
19416
19893
|
deposit_amount?: string;
|
|
19417
19894
|
/** @example active */
|
|
19418
19895
|
state?: string;
|
|
19419
|
-
/** @example 2025-
|
|
19896
|
+
/** @example 2025-10-07T00:00:00.000000Z */
|
|
19420
19897
|
start_date?: string;
|
|
19421
|
-
/** @example 2026-
|
|
19898
|
+
/** @example 2026-10-07T00:00:00.000000Z */
|
|
19422
19899
|
end_date?: string;
|
|
19423
19900
|
/** @example true */
|
|
19424
19901
|
is_periodic?: boolean;
|
|
@@ -19426,7 +19903,7 @@ export interface operations {
|
|
|
19426
19903
|
company_name?: string | null;
|
|
19427
19904
|
/** @example null */
|
|
19428
19905
|
company_registration_number?: string | null;
|
|
19429
|
-
/** @example 2026-04-
|
|
19906
|
+
/** @example 2026-04-21T13:42:35.000000Z */
|
|
19430
19907
|
created_at?: string;
|
|
19431
19908
|
};
|
|
19432
19909
|
};
|
|
@@ -19718,17 +20195,17 @@ export interface operations {
|
|
|
19718
20195
|
* "from_state": "enquiry",
|
|
19719
20196
|
* "to_state": "pre_move_in_ready",
|
|
19720
20197
|
* "changed_by_user_id": 3,
|
|
19721
|
-
* "changed_by_name": "
|
|
20198
|
+
* "changed_by_name": "Teagan King",
|
|
19722
20199
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19723
|
-
* "created_at": "2025-12-
|
|
20200
|
+
* "created_at": "2025-12-14T00:29:34.000000Z"
|
|
19724
20201
|
* },
|
|
19725
20202
|
* {
|
|
19726
20203
|
* "from_state": "pre_move_in_ready",
|
|
19727
20204
|
* "to_state": "periodic",
|
|
19728
20205
|
* "changed_by_user_id": 3,
|
|
19729
|
-
* "changed_by_name": "
|
|
20206
|
+
* "changed_by_name": "Teagan King",
|
|
19730
20207
|
* "comment": null,
|
|
19731
|
-
* "created_at": "2025-10-
|
|
20208
|
+
* "created_at": "2025-10-30T08:25:14.000000Z"
|
|
19732
20209
|
* }
|
|
19733
20210
|
* ]
|
|
19734
20211
|
*/
|
|
@@ -19739,11 +20216,11 @@ export interface operations {
|
|
|
19739
20216
|
to_state?: string;
|
|
19740
20217
|
/** @example 3 */
|
|
19741
20218
|
changed_by_user_id?: number;
|
|
19742
|
-
/** @example
|
|
20219
|
+
/** @example Teagan King */
|
|
19743
20220
|
changed_by_name?: string;
|
|
19744
20221
|
/** @example Qui commodi incidunt iure odit. */
|
|
19745
20222
|
comment?: string;
|
|
19746
|
-
/** @example 2025-12-
|
|
20223
|
+
/** @example 2025-12-14T00:29:34.000000Z */
|
|
19747
20224
|
created_at?: string;
|
|
19748
20225
|
}[];
|
|
19749
20226
|
};
|
|
@@ -19987,7 +20464,7 @@ export interface operations {
|
|
|
19987
20464
|
content: {
|
|
19988
20465
|
"application/json": {
|
|
19989
20466
|
data?: {
|
|
19990
|
-
/** @example
|
|
20467
|
+
/** @example d767f564-9832-473e-8a27-6fb4ee1f62ee */
|
|
19991
20468
|
uid?: string;
|
|
19992
20469
|
/** @example Ms. Audra Crooks II */
|
|
19993
20470
|
username?: string;
|
|
@@ -20017,7 +20494,7 @@ export interface operations {
|
|
|
20017
20494
|
timezone?: string;
|
|
20018
20495
|
/** @example Customer */
|
|
20019
20496
|
user_type?: string;
|
|
20020
|
-
/** @example
|
|
20497
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20021
20498
|
created?: string;
|
|
20022
20499
|
/** @example 0 seconds ago */
|
|
20023
20500
|
email_verified_at?: string;
|
|
@@ -20116,7 +20593,7 @@ export interface operations {
|
|
|
20116
20593
|
content: {
|
|
20117
20594
|
"application/json": {
|
|
20118
20595
|
data?: {
|
|
20119
|
-
/** @example
|
|
20596
|
+
/** @example 5629016f-d0d3-4a85-abd0-6ebf23884d3e */
|
|
20120
20597
|
uid?: string;
|
|
20121
20598
|
/** @example Morgan Hirthe */
|
|
20122
20599
|
username?: string;
|
|
@@ -20146,7 +20623,7 @@ export interface operations {
|
|
|
20146
20623
|
timezone?: string;
|
|
20147
20624
|
/** @example Customer */
|
|
20148
20625
|
user_type?: string;
|
|
20149
|
-
/** @example
|
|
20626
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20150
20627
|
created?: string;
|
|
20151
20628
|
/** @example 0 seconds ago */
|
|
20152
20629
|
email_verified_at?: string;
|
|
@@ -20218,7 +20695,7 @@ export interface operations {
|
|
|
20218
20695
|
content: {
|
|
20219
20696
|
"application/json": {
|
|
20220
20697
|
data?: {
|
|
20221
|
-
/** @example
|
|
20698
|
+
/** @example 64bde2da-9b6c-4555-9249-a9d2685d1767 */
|
|
20222
20699
|
uid?: string;
|
|
20223
20700
|
/** @example Ms. Audra Crooks II */
|
|
20224
20701
|
username?: string;
|
|
@@ -20248,7 +20725,7 @@ export interface operations {
|
|
|
20248
20725
|
timezone?: string;
|
|
20249
20726
|
/** @example Customer */
|
|
20250
20727
|
user_type?: string;
|
|
20251
|
-
/** @example
|
|
20728
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20252
20729
|
created?: string;
|
|
20253
20730
|
/** @example 0 seconds ago */
|
|
20254
20731
|
email_verified_at?: string;
|
|
@@ -20482,13 +20959,13 @@ export interface operations {
|
|
|
20482
20959
|
content: {
|
|
20483
20960
|
"application/json": {
|
|
20484
20961
|
data?: {
|
|
20485
|
-
/** @example
|
|
20962
|
+
/** @example 9 */
|
|
20486
20963
|
current_level?: number;
|
|
20487
20964
|
/** @example 3 */
|
|
20488
20965
|
completed_layers?: number;
|
|
20489
|
-
/** @example
|
|
20966
|
+
/** @example 3 */
|
|
20490
20967
|
pending_layers?: number;
|
|
20491
|
-
/** @example
|
|
20968
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20492
20969
|
last_calculated_at?: string;
|
|
20493
20970
|
};
|
|
20494
20971
|
};
|
|
@@ -20536,7 +21013,7 @@ export interface operations {
|
|
|
20536
21013
|
completed_layers?: number;
|
|
20537
21014
|
/** @example 4 */
|
|
20538
21015
|
pending_layers?: number;
|
|
20539
|
-
/** @example
|
|
21016
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20540
21017
|
last_calculated_at?: string;
|
|
20541
21018
|
};
|
|
20542
21019
|
};
|
|
@@ -20570,14 +21047,14 @@ export interface operations {
|
|
|
20570
21047
|
content: {
|
|
20571
21048
|
"application/json": {
|
|
20572
21049
|
data?: {
|
|
20573
|
-
/** @example
|
|
21050
|
+
/** @example da0b5dde-b35c-4248-8c6b-9de56fca417d */
|
|
20574
21051
|
wishlist_uid?: string;
|
|
20575
21052
|
listing?: {
|
|
20576
|
-
/** @example New For Sale Used Item draft •
|
|
21053
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 1:42 PM */
|
|
20577
21054
|
draft_name?: string;
|
|
20578
|
-
/** @example LST-UIT-SAL-
|
|
21055
|
+
/** @example LST-UIT-SAL-MO8OBC3XERJ */
|
|
20579
21056
|
sku?: string;
|
|
20580
|
-
/** @example
|
|
21057
|
+
/** @example c87cd2d4-cc14-46c3-be2c-74f47f8959e4 */
|
|
20581
21058
|
uid?: string;
|
|
20582
21059
|
/** @example Sale */
|
|
20583
21060
|
listing_type?: string;
|
|
@@ -20661,15 +21138,15 @@ export interface operations {
|
|
|
20661
21138
|
/**
|
|
20662
21139
|
* @example [
|
|
20663
21140
|
* {
|
|
20664
|
-
* "wishlist_uid": "
|
|
21141
|
+
* "wishlist_uid": "aeaa3091-c0cf-4075-b930-41e1c506041d"
|
|
20665
21142
|
* },
|
|
20666
21143
|
* {
|
|
20667
|
-
* "wishlist_uid": "
|
|
21144
|
+
* "wishlist_uid": "94e983b8-e2af-49cf-a586-298f3d23d1fb"
|
|
20668
21145
|
* }
|
|
20669
21146
|
* ]
|
|
20670
21147
|
*/
|
|
20671
21148
|
data?: {
|
|
20672
|
-
/** @example
|
|
21149
|
+
/** @example aeaa3091-c0cf-4075-b930-41e1c506041d */
|
|
20673
21150
|
wishlist_uid?: string;
|
|
20674
21151
|
}[];
|
|
20675
21152
|
links?: {
|
|
@@ -20757,7 +21234,7 @@ export interface operations {
|
|
|
20757
21234
|
completed_layers?: number;
|
|
20758
21235
|
/** @example 4 */
|
|
20759
21236
|
pending_layers?: number;
|
|
20760
|
-
/** @example
|
|
21237
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20761
21238
|
last_calculated_at?: string;
|
|
20762
21239
|
};
|
|
20763
21240
|
};
|
|
@@ -20919,7 +21396,7 @@ export interface operations {
|
|
|
20919
21396
|
completed_layers?: number;
|
|
20920
21397
|
/** @example 4 */
|
|
20921
21398
|
pending_layers?: number;
|
|
20922
|
-
/** @example
|
|
21399
|
+
/** @example 21 Apr 2026, 01:42 PM */
|
|
20923
21400
|
last_calculated_at?: string;
|
|
20924
21401
|
};
|
|
20925
21402
|
};
|