@justins-home/types 1.1.29 → 1.1.31
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 +713 -557
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -5513,7 +5513,7 @@ export interface operations {
|
|
|
5513
5513
|
content: {
|
|
5514
5514
|
"application/json": {
|
|
5515
5515
|
data?: {
|
|
5516
|
-
/** @example
|
|
5516
|
+
/** @example 466f513f-ee7e-482c-b4d8-da13f249d610 */
|
|
5517
5517
|
uid?: string;
|
|
5518
5518
|
/** @example Ms. Audra Crooks II */
|
|
5519
5519
|
username?: string;
|
|
@@ -5543,7 +5543,7 @@ export interface operations {
|
|
|
5543
5543
|
timezone?: string;
|
|
5544
5544
|
/** @example Customer */
|
|
5545
5545
|
user_type?: string;
|
|
5546
|
-
/** @example 09 Apr 2026,
|
|
5546
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
5547
5547
|
created?: string;
|
|
5548
5548
|
/** @example 0 seconds ago */
|
|
5549
5549
|
email_verified_at?: string;
|
|
@@ -5794,11 +5794,11 @@ export interface operations {
|
|
|
5794
5794
|
content: {
|
|
5795
5795
|
"application/json": {
|
|
5796
5796
|
data?: {
|
|
5797
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
5797
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
5798
5798
|
draft_name?: string;
|
|
5799
|
-
/** @example LST-PRP-LTR-
|
|
5799
|
+
/** @example LST-PRP-LTR-MNRKKQ6UOSB */
|
|
5800
5800
|
sku?: string;
|
|
5801
|
-
/** @example
|
|
5801
|
+
/** @example f87b92a5-fea1-4305-9160-5afc1a055535 */
|
|
5802
5802
|
uid?: string;
|
|
5803
5803
|
/** @example Rent */
|
|
5804
5804
|
listing_type?: string;
|
|
@@ -7206,7 +7206,7 @@ export interface operations {
|
|
|
7206
7206
|
content: {
|
|
7207
7207
|
"application/json": {
|
|
7208
7208
|
/**
|
|
7209
|
-
* @example
|
|
7209
|
+
* @example Suspended
|
|
7210
7210
|
* @enum {string}
|
|
7211
7211
|
*/
|
|
7212
7212
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7221,7 +7221,7 @@ export interface operations {
|
|
|
7221
7221
|
content: {
|
|
7222
7222
|
"application/json": {
|
|
7223
7223
|
data?: {
|
|
7224
|
-
/** @example
|
|
7224
|
+
/** @example 9b5258f3-8008-4cbd-aee1-a1e04dd6529a */
|
|
7225
7225
|
uid?: string;
|
|
7226
7226
|
/** @example Morgan Hirthe */
|
|
7227
7227
|
username?: string;
|
|
@@ -7251,7 +7251,7 @@ export interface operations {
|
|
|
7251
7251
|
timezone?: string;
|
|
7252
7252
|
/** @example Customer */
|
|
7253
7253
|
user_type?: string;
|
|
7254
|
-
/** @example 09 Apr 2026,
|
|
7254
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
7255
7255
|
created?: string;
|
|
7256
7256
|
/** @example 0 seconds ago */
|
|
7257
7257
|
email_verified_at?: string;
|
|
@@ -7480,78 +7480,160 @@ export interface operations {
|
|
|
7480
7480
|
/** @example null */
|
|
7481
7481
|
event?: string | null;
|
|
7482
7482
|
data?: {
|
|
7483
|
-
/** @example
|
|
7483
|
+
/** @example 5d7ffb11-823a-41e2-b0c6-3ad423e97f10 */
|
|
7484
7484
|
uid?: string;
|
|
7485
7485
|
/** @example null */
|
|
7486
7486
|
draft_name?: string | null;
|
|
7487
|
-
/** @example LST-PRP-SHL-
|
|
7487
|
+
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
7488
7488
|
sku?: string;
|
|
7489
7489
|
details?: {
|
|
7490
|
-
/** @example
|
|
7490
|
+
/** @example New Benin */
|
|
7491
7491
|
title?: string;
|
|
7492
|
-
/** @example
|
|
7493
|
-
description?: string
|
|
7494
|
-
/** @example
|
|
7492
|
+
/** @example this amsas */
|
|
7493
|
+
description?: string;
|
|
7494
|
+
/** @example Benin */
|
|
7495
7495
|
city?: string;
|
|
7496
|
-
/** @example
|
|
7496
|
+
/** @example Warri */
|
|
7497
7497
|
address?: string;
|
|
7498
|
-
/** @example
|
|
7499
|
-
postcode?: string
|
|
7500
|
-
/** @example
|
|
7501
|
-
longitude?: string
|
|
7502
|
-
/** @example
|
|
7503
|
-
latitude?: string
|
|
7504
|
-
/** @example
|
|
7505
|
-
country?: string
|
|
7498
|
+
/** @example 32001 */
|
|
7499
|
+
postcode?: string;
|
|
7500
|
+
/** @example 0.2300000 */
|
|
7501
|
+
longitude?: string;
|
|
7502
|
+
/** @example -23.0000000 */
|
|
7503
|
+
latitude?: string;
|
|
7504
|
+
/** @example United Kingdom */
|
|
7505
|
+
country?: string;
|
|
7506
7506
|
};
|
|
7507
7507
|
/** @example Short Let */
|
|
7508
7508
|
listing_type?: string;
|
|
7509
7509
|
/** @example Property */
|
|
7510
7510
|
vertical?: string;
|
|
7511
7511
|
owner?: {
|
|
7512
|
-
/** @example
|
|
7513
|
-
uid?: string
|
|
7514
|
-
/** @example
|
|
7515
|
-
name?: string
|
|
7516
|
-
/** @example
|
|
7517
|
-
email?: string
|
|
7512
|
+
/** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
|
|
7513
|
+
uid?: string;
|
|
7514
|
+
/** @example Bruce Hunter */
|
|
7515
|
+
name?: string;
|
|
7516
|
+
/** @example landlord3@justinshome.test */
|
|
7517
|
+
email?: string;
|
|
7518
7518
|
/** @example null */
|
|
7519
7519
|
avatar?: string | null;
|
|
7520
7520
|
};
|
|
7521
7521
|
created_by?: {
|
|
7522
|
-
/** @example
|
|
7523
|
-
uid?: string
|
|
7524
|
-
/** @example
|
|
7525
|
-
name?: string
|
|
7522
|
+
/** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
|
|
7523
|
+
uid?: string;
|
|
7524
|
+
/** @example System Admin */
|
|
7525
|
+
name?: string;
|
|
7526
7526
|
};
|
|
7527
|
-
/** @example
|
|
7528
|
-
state?: string
|
|
7529
|
-
/** @example
|
|
7527
|
+
/** @example published */
|
|
7528
|
+
state?: string;
|
|
7529
|
+
/** @example true */
|
|
7530
7530
|
is_visible?: boolean;
|
|
7531
7531
|
price?: {
|
|
7532
|
-
/** @example
|
|
7532
|
+
/** @example 500.00 */
|
|
7533
7533
|
amount?: string;
|
|
7534
7534
|
/** @example GBP */
|
|
7535
7535
|
currency?: string;
|
|
7536
7536
|
/** @example night */
|
|
7537
7537
|
period?: string;
|
|
7538
7538
|
};
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7544
|
-
/** @example
|
|
7545
|
-
|
|
7539
|
+
summary?: {
|
|
7540
|
+
/** @example residential */
|
|
7541
|
+
property_type?: string;
|
|
7542
|
+
/** @example 5 */
|
|
7543
|
+
bedrooms?: number;
|
|
7544
|
+
/** @example 2 */
|
|
7545
|
+
bathrooms?: number;
|
|
7546
7546
|
/** @example null */
|
|
7547
|
-
|
|
7548
|
-
/** @example
|
|
7547
|
+
size?: string | null;
|
|
7548
|
+
/** @example null */
|
|
7549
|
+
availability?: string | null;
|
|
7550
|
+
};
|
|
7551
|
+
workflow?: {
|
|
7552
|
+
/** @example features */
|
|
7553
|
+
current_step?: string;
|
|
7554
|
+
/** @example true */
|
|
7555
|
+
can_submit?: boolean;
|
|
7556
|
+
/**
|
|
7557
|
+
* @example [
|
|
7558
|
+
* "media",
|
|
7559
|
+
* "compliance_documents"
|
|
7560
|
+
* ]
|
|
7561
|
+
*/
|
|
7562
|
+
missing_requirements?: string[];
|
|
7563
|
+
/** @example media */
|
|
7564
|
+
next_step?: string;
|
|
7565
|
+
progress?: {
|
|
7566
|
+
/** @example 8 */
|
|
7567
|
+
completed?: number;
|
|
7568
|
+
/** @example 8 */
|
|
7569
|
+
total?: number;
|
|
7570
|
+
/** @example 100 */
|
|
7571
|
+
percentage?: number;
|
|
7572
|
+
};
|
|
7573
|
+
};
|
|
7574
|
+
media?: {
|
|
7575
|
+
/**
|
|
7576
|
+
* @example [
|
|
7577
|
+
* {
|
|
7578
|
+
* "uid": "136ff64c-41cd-493e-a5f0-125242d62ddd",
|
|
7579
|
+
* "media_type": "photo",
|
|
7580
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png",
|
|
7581
|
+
* "order_index": 1,
|
|
7582
|
+
* "is_cover": true
|
|
7583
|
+
* }
|
|
7584
|
+
* ]
|
|
7585
|
+
*/
|
|
7586
|
+
gallery?: {
|
|
7587
|
+
/** @example 136ff64c-41cd-493e-a5f0-125242d62ddd */
|
|
7588
|
+
uid?: string;
|
|
7589
|
+
/** @example photo */
|
|
7590
|
+
media_type?: string;
|
|
7591
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
7592
|
+
storage_path?: string;
|
|
7593
|
+
/** @example 1 */
|
|
7594
|
+
order_index?: number;
|
|
7595
|
+
/** @example true */
|
|
7596
|
+
is_cover?: boolean;
|
|
7597
|
+
}[];
|
|
7598
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
7599
|
+
cover?: string;
|
|
7600
|
+
/** @example 3 */
|
|
7549
7601
|
count?: number;
|
|
7550
7602
|
};
|
|
7551
|
-
/**
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7603
|
+
/**
|
|
7604
|
+
* @example [
|
|
7605
|
+
* {
|
|
7606
|
+
* "id": 5,
|
|
7607
|
+
* "day": "tuesday",
|
|
7608
|
+
* "start_time": "11:00 AM",
|
|
7609
|
+
* "end_time": "01:00 PM"
|
|
7610
|
+
* }
|
|
7611
|
+
* ]
|
|
7612
|
+
*/
|
|
7613
|
+
viewing_slots?: {
|
|
7614
|
+
/** @example 5 */
|
|
7615
|
+
id?: number;
|
|
7616
|
+
/** @example tuesday */
|
|
7617
|
+
day?: string;
|
|
7618
|
+
/** @example 11:00 AM */
|
|
7619
|
+
start_time?: string;
|
|
7620
|
+
/** @example 01:00 PM */
|
|
7621
|
+
end_time?: string;
|
|
7622
|
+
}[];
|
|
7623
|
+
/**
|
|
7624
|
+
* @example [
|
|
7625
|
+
* {
|
|
7626
|
+
* "key": "pets",
|
|
7627
|
+
* "value": "allowed"
|
|
7628
|
+
* }
|
|
7629
|
+
* ]
|
|
7630
|
+
*/
|
|
7631
|
+
tenant_preferences?: {
|
|
7632
|
+
/** @example pets */
|
|
7633
|
+
key?: string;
|
|
7634
|
+
/** @example allowed */
|
|
7635
|
+
value?: string;
|
|
7636
|
+
}[];
|
|
7555
7637
|
rental?: {
|
|
7556
7638
|
/** @example null */
|
|
7557
7639
|
deposit_amount?: string | null;
|
|
@@ -7561,17 +7643,17 @@ export interface operations {
|
|
|
7561
7643
|
availability_date?: string | null;
|
|
7562
7644
|
};
|
|
7563
7645
|
short_let?: {
|
|
7564
|
-
/** @example
|
|
7646
|
+
/** @example 500.00 */
|
|
7565
7647
|
nightly_price?: string;
|
|
7566
|
-
/** @example
|
|
7648
|
+
/** @example 1 */
|
|
7567
7649
|
minimum_stay_nights?: number;
|
|
7568
|
-
/** @example
|
|
7650
|
+
/** @example 5 */
|
|
7569
7651
|
maximum_stay_nights?: number;
|
|
7570
|
-
/** @example
|
|
7652
|
+
/** @example 80.00 */
|
|
7571
7653
|
cleaning_fee?: string;
|
|
7572
|
-
/** @example
|
|
7654
|
+
/** @example 08:00 AM */
|
|
7573
7655
|
check_in_time?: string;
|
|
7574
|
-
/** @example
|
|
7656
|
+
/** @example 08:00 PM */
|
|
7575
7657
|
check_out_time?: string;
|
|
7576
7658
|
};
|
|
7577
7659
|
item?: {
|
|
@@ -7592,17 +7674,111 @@ export interface operations {
|
|
|
7592
7674
|
/** @example null */
|
|
7593
7675
|
availability_status?: string | null;
|
|
7594
7676
|
};
|
|
7595
|
-
/**
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7600
|
-
|
|
7677
|
+
/**
|
|
7678
|
+
* @example [
|
|
7679
|
+
* {
|
|
7680
|
+
* "id": 1,
|
|
7681
|
+
* "name": "Air Conditioning",
|
|
7682
|
+
* "category": "Interior"
|
|
7683
|
+
* }
|
|
7684
|
+
* ]
|
|
7685
|
+
*/
|
|
7686
|
+
features?: {
|
|
7687
|
+
/** @example 1 */
|
|
7688
|
+
id?: number;
|
|
7689
|
+
/** @example Air Conditioning */
|
|
7690
|
+
name?: string;
|
|
7691
|
+
/** @example Interior */
|
|
7692
|
+
category?: string;
|
|
7693
|
+
}[];
|
|
7694
|
+
active_tenancy?: {
|
|
7695
|
+
/** @example ten_9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
7696
|
+
uid?: string;
|
|
7697
|
+
/** @example 1200.00 */
|
|
7698
|
+
rent_amount?: string;
|
|
7699
|
+
/** @example 1200.00 */
|
|
7700
|
+
deposit_amount?: string;
|
|
7701
|
+
/** @example 2026-04-01 */
|
|
7702
|
+
start_date?: string;
|
|
7703
|
+
/** @example 2027-03-31 */
|
|
7704
|
+
end_date?: string;
|
|
7705
|
+
/** @example active */
|
|
7706
|
+
state?: string;
|
|
7707
|
+
/** @example false */
|
|
7708
|
+
is_periodic?: boolean;
|
|
7709
|
+
tenant?: {
|
|
7710
|
+
/** @example usr_6c4af8e1-6c5a-4ca0-bf3c-8f3fdf41aef2 */
|
|
7711
|
+
uid?: string;
|
|
7712
|
+
/** @example Jane Doe */
|
|
7713
|
+
name?: string;
|
|
7714
|
+
/** @example jane.doe@example.com */
|
|
7715
|
+
email?: string;
|
|
7716
|
+
};
|
|
7717
|
+
};
|
|
7718
|
+
/**
|
|
7719
|
+
* @example [
|
|
7720
|
+
* {
|
|
7721
|
+
* "id": 1,
|
|
7722
|
+
* "compliance_key": "property_ownership",
|
|
7723
|
+
* "name": "Proof of Property Ownership",
|
|
7724
|
+
* "description": "Proof of Property Ownership",
|
|
7725
|
+
* "enforcement_level": "soft",
|
|
7726
|
+
* "validity_type": "non_expiring",
|
|
7727
|
+
* "grace_period_days": null,
|
|
7728
|
+
* "status": "active",
|
|
7729
|
+
* "requirements": [
|
|
7730
|
+
* "ownership_document_upload"
|
|
7731
|
+
* ]
|
|
7732
|
+
* }
|
|
7733
|
+
* ]
|
|
7734
|
+
*/
|
|
7735
|
+
compliances?: {
|
|
7736
|
+
/** @example 1 */
|
|
7737
|
+
id?: number;
|
|
7738
|
+
/** @example property_ownership */
|
|
7739
|
+
compliance_key?: string;
|
|
7740
|
+
/** @example Proof of Property Ownership */
|
|
7741
|
+
name?: string;
|
|
7742
|
+
/** @example Proof of Property Ownership */
|
|
7743
|
+
description?: string;
|
|
7744
|
+
/** @example soft */
|
|
7745
|
+
enforcement_level?: string;
|
|
7746
|
+
/** @example non_expiring */
|
|
7747
|
+
validity_type?: string;
|
|
7748
|
+
/** @example null */
|
|
7749
|
+
grace_period_days?: string | null;
|
|
7750
|
+
/** @example active */
|
|
7751
|
+
status?: string;
|
|
7752
|
+
/**
|
|
7753
|
+
* @example [
|
|
7754
|
+
* "ownership_document_upload"
|
|
7755
|
+
* ]
|
|
7756
|
+
*/
|
|
7757
|
+
requirements?: string[];
|
|
7758
|
+
}[];
|
|
7601
7759
|
compliance_status?: {
|
|
7602
|
-
/** @example
|
|
7760
|
+
/** @example non_compliant */
|
|
7603
7761
|
overall?: string;
|
|
7604
|
-
/**
|
|
7605
|
-
|
|
7762
|
+
/**
|
|
7763
|
+
* @example [
|
|
7764
|
+
* {
|
|
7765
|
+
* "compliance_key": "property_ownership",
|
|
7766
|
+
* "compliance_name": "Proof of Property Ownership",
|
|
7767
|
+
* "state": "pending",
|
|
7768
|
+
* "valid_until": null
|
|
7769
|
+
* }
|
|
7770
|
+
* ]
|
|
7771
|
+
*/
|
|
7772
|
+
breakdown?: {
|
|
7773
|
+
/** @example property_ownership */
|
|
7774
|
+
compliance_key?: string;
|
|
7775
|
+
/** @example Proof of Property Ownership */
|
|
7776
|
+
compliance_name?: string;
|
|
7777
|
+
/** @example pending */
|
|
7778
|
+
state?: string;
|
|
7779
|
+
/** @example null */
|
|
7780
|
+
valid_until?: string | null;
|
|
7781
|
+
}[];
|
|
7606
7782
|
};
|
|
7607
7783
|
};
|
|
7608
7784
|
};
|
|
@@ -7665,11 +7841,11 @@ export interface operations {
|
|
|
7665
7841
|
content: {
|
|
7666
7842
|
"application/json": {
|
|
7667
7843
|
data?: {
|
|
7668
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
7844
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
7669
7845
|
draft_name?: string;
|
|
7670
|
-
/** @example LST-PRP-LTR-
|
|
7846
|
+
/** @example LST-PRP-LTR-MNRKKQ9O0UV */
|
|
7671
7847
|
sku?: string;
|
|
7672
|
-
/** @example
|
|
7848
|
+
/** @example a4873716-2ea7-446e-bb7b-fe8a462bba40 */
|
|
7673
7849
|
uid?: string;
|
|
7674
7850
|
/** @example Rent */
|
|
7675
7851
|
listing_type?: string;
|
|
@@ -8049,7 +8225,7 @@ export interface operations {
|
|
|
8049
8225
|
content: {
|
|
8050
8226
|
"application/json": {
|
|
8051
8227
|
data?: {
|
|
8052
|
-
/** @example
|
|
8228
|
+
/** @example 7d6ff58e-62ba-488e-8706-d0adeca49198 */
|
|
8053
8229
|
uid?: string;
|
|
8054
8230
|
/** @example photo */
|
|
8055
8231
|
media_type?: string;
|
|
@@ -8356,9 +8532,9 @@ export interface operations {
|
|
|
8356
8532
|
/**
|
|
8357
8533
|
* @example [
|
|
8358
8534
|
* {
|
|
8359
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
8360
|
-
* "sku": "LST-PRP-LTR-
|
|
8361
|
-
* "uid": "
|
|
8535
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
|
|
8536
|
+
* "sku": "LST-PRP-LTR-MNRKKQAZTHM",
|
|
8537
|
+
* "uid": "1b8252b2-c8fd-45c0-81bd-6175e6c84786",
|
|
8362
8538
|
* "listing_type": "Rent",
|
|
8363
8539
|
* "vertical": "Property",
|
|
8364
8540
|
* "price": null,
|
|
@@ -8373,9 +8549,9 @@ export interface operations {
|
|
|
8373
8549
|
* "media": []
|
|
8374
8550
|
* },
|
|
8375
8551
|
* {
|
|
8376
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
8377
|
-
* "sku": "LST-UIT-SAL-
|
|
8378
|
-
* "uid": "
|
|
8552
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
|
|
8553
|
+
* "sku": "LST-UIT-SAL-MNRKKQB2EQ5",
|
|
8554
|
+
* "uid": "1c82c3c0-761b-4ec8-915d-567d8305ad5f",
|
|
8379
8555
|
* "listing_type": "Sale",
|
|
8380
8556
|
* "vertical": "Used Item",
|
|
8381
8557
|
* "price": null,
|
|
@@ -8390,11 +8566,11 @@ export interface operations {
|
|
|
8390
8566
|
* ]
|
|
8391
8567
|
*/
|
|
8392
8568
|
data?: {
|
|
8393
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8569
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
8394
8570
|
draft_name?: string;
|
|
8395
|
-
/** @example LST-PRP-LTR-
|
|
8571
|
+
/** @example LST-PRP-LTR-MNRKKQAZTHM */
|
|
8396
8572
|
sku?: string;
|
|
8397
|
-
/** @example
|
|
8573
|
+
/** @example 1b8252b2-c8fd-45c0-81bd-6175e6c84786 */
|
|
8398
8574
|
uid?: string;
|
|
8399
8575
|
/** @example Rent */
|
|
8400
8576
|
listing_type?: string;
|
|
@@ -8585,11 +8761,11 @@ export interface operations {
|
|
|
8585
8761
|
content: {
|
|
8586
8762
|
"application/json": {
|
|
8587
8763
|
data?: {
|
|
8588
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8764
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
8589
8765
|
draft_name?: string;
|
|
8590
|
-
/** @example LST-PRP-LTR-
|
|
8766
|
+
/** @example LST-PRP-LTR-MNRKKQBEYMV */
|
|
8591
8767
|
sku?: string;
|
|
8592
|
-
/** @example
|
|
8768
|
+
/** @example da5f0d4d-8c5e-4882-a30f-f6c534b25c28 */
|
|
8593
8769
|
uid?: string;
|
|
8594
8770
|
/** @example Rent */
|
|
8595
8771
|
listing_type?: string;
|
|
@@ -8648,11 +8824,11 @@ export interface operations {
|
|
|
8648
8824
|
content: {
|
|
8649
8825
|
"application/json": {
|
|
8650
8826
|
data?: {
|
|
8651
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8827
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
8652
8828
|
draft_name?: string;
|
|
8653
|
-
/** @example LST-PRP-LTR-
|
|
8829
|
+
/** @example LST-PRP-LTR-MNRKKQBKQAS */
|
|
8654
8830
|
sku?: string;
|
|
8655
|
-
/** @example
|
|
8831
|
+
/** @example 40611b88-9a6f-4293-8b96-afaf7ef9ad53 */
|
|
8656
8832
|
uid?: string;
|
|
8657
8833
|
/** @example Rent */
|
|
8658
8834
|
listing_type?: string;
|
|
@@ -8701,11 +8877,11 @@ export interface operations {
|
|
|
8701
8877
|
content: {
|
|
8702
8878
|
"application/json": {
|
|
8703
8879
|
data?: {
|
|
8704
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8880
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
8705
8881
|
draft_name?: string;
|
|
8706
|
-
/** @example LST-PRP-LTR-
|
|
8882
|
+
/** @example LST-PRP-LTR-MNRKKQBQE08 */
|
|
8707
8883
|
sku?: string;
|
|
8708
|
-
/** @example
|
|
8884
|
+
/** @example e0b4adba-2f82-4bec-84b8-35cde804ff1d */
|
|
8709
8885
|
uid?: string;
|
|
8710
8886
|
/** @example Rent */
|
|
8711
8887
|
listing_type?: string;
|
|
@@ -8754,11 +8930,11 @@ export interface operations {
|
|
|
8754
8930
|
content: {
|
|
8755
8931
|
"application/json": {
|
|
8756
8932
|
data?: {
|
|
8757
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8933
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
8758
8934
|
draft_name?: string;
|
|
8759
|
-
/** @example LST-PRP-LTR-
|
|
8935
|
+
/** @example LST-PRP-LTR-MNRKKQBWI7C */
|
|
8760
8936
|
sku?: string;
|
|
8761
|
-
/** @example
|
|
8937
|
+
/** @example acc80e37-42b7-4e54-a2f4-61d922cb08d5 */
|
|
8762
8938
|
uid?: string;
|
|
8763
8939
|
/** @example Rent */
|
|
8764
8940
|
listing_type?: string;
|
|
@@ -8948,7 +9124,7 @@ export interface operations {
|
|
|
8948
9124
|
content: {
|
|
8949
9125
|
"application/json": {
|
|
8950
9126
|
data?: {
|
|
8951
|
-
/** @example
|
|
9127
|
+
/** @example 55 */
|
|
8952
9128
|
id?: number;
|
|
8953
9129
|
/** @example 1 */
|
|
8954
9130
|
category_id?: number;
|
|
@@ -9022,7 +9198,7 @@ export interface operations {
|
|
|
9022
9198
|
content: {
|
|
9023
9199
|
"application/json": {
|
|
9024
9200
|
data?: {
|
|
9025
|
-
/** @example
|
|
9201
|
+
/** @example 56 */
|
|
9026
9202
|
id?: number;
|
|
9027
9203
|
/** @example 1 */
|
|
9028
9204
|
category_id?: number;
|
|
@@ -9061,7 +9237,7 @@ export interface operations {
|
|
|
9061
9237
|
content: {
|
|
9062
9238
|
"application/json": {
|
|
9063
9239
|
data?: {
|
|
9064
|
-
/** @example
|
|
9240
|
+
/** @example 57 */
|
|
9065
9241
|
id?: number;
|
|
9066
9242
|
/** @example 1 */
|
|
9067
9243
|
category_id?: number;
|
|
@@ -9099,14 +9275,14 @@ export interface operations {
|
|
|
9099
9275
|
/**
|
|
9100
9276
|
* @example [
|
|
9101
9277
|
* {
|
|
9102
|
-
* "id":
|
|
9278
|
+
* "id": 35,
|
|
9103
9279
|
* "name": "Exterior",
|
|
9104
9280
|
* "description": "For Exterior categories",
|
|
9105
9281
|
* "display_order": 1,
|
|
9106
9282
|
* "is_active": true
|
|
9107
9283
|
* },
|
|
9108
9284
|
* {
|
|
9109
|
-
* "id":
|
|
9285
|
+
* "id": 36,
|
|
9110
9286
|
* "name": "Exterior",
|
|
9111
9287
|
* "description": "For Exterior categories",
|
|
9112
9288
|
* "display_order": 1,
|
|
@@ -9115,7 +9291,7 @@ export interface operations {
|
|
|
9115
9291
|
* ]
|
|
9116
9292
|
*/
|
|
9117
9293
|
data?: {
|
|
9118
|
-
/** @example
|
|
9294
|
+
/** @example 35 */
|
|
9119
9295
|
id?: number;
|
|
9120
9296
|
/** @example Exterior */
|
|
9121
9297
|
name?: string;
|
|
@@ -9167,7 +9343,7 @@ export interface operations {
|
|
|
9167
9343
|
content: {
|
|
9168
9344
|
"application/json": {
|
|
9169
9345
|
data?: {
|
|
9170
|
-
/** @example
|
|
9346
|
+
/** @example 37 */
|
|
9171
9347
|
id?: number;
|
|
9172
9348
|
/** @example Exterior */
|
|
9173
9349
|
name?: string;
|
|
@@ -9222,7 +9398,7 @@ export interface operations {
|
|
|
9222
9398
|
content: {
|
|
9223
9399
|
"application/json": {
|
|
9224
9400
|
data?: {
|
|
9225
|
-
/** @example
|
|
9401
|
+
/** @example 38 */
|
|
9226
9402
|
id?: number;
|
|
9227
9403
|
/** @example Exterior */
|
|
9228
9404
|
name?: string;
|
|
@@ -9257,7 +9433,7 @@ export interface operations {
|
|
|
9257
9433
|
content: {
|
|
9258
9434
|
"application/json": {
|
|
9259
9435
|
data?: {
|
|
9260
|
-
/** @example
|
|
9436
|
+
/** @example 39 */
|
|
9261
9437
|
id?: number;
|
|
9262
9438
|
/** @example Exterior */
|
|
9263
9439
|
name?: string;
|
|
@@ -9291,31 +9467,31 @@ export interface operations {
|
|
|
9291
9467
|
/**
|
|
9292
9468
|
* @example [
|
|
9293
9469
|
* {
|
|
9294
|
-
* "id":
|
|
9470
|
+
* "id": 33,
|
|
9295
9471
|
* "key": "email_fa_0",
|
|
9296
9472
|
* "name": "Clara Cronin V",
|
|
9297
9473
|
* "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
|
|
9298
9474
|
* "requires_review": true,
|
|
9299
9475
|
* "metadata_schema": [],
|
|
9300
9476
|
* "is_active": true,
|
|
9301
|
-
* "created_at": "2026-04-
|
|
9302
|
-
* "updated_at": "2026-04-
|
|
9477
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
9478
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9303
9479
|
* },
|
|
9304
9480
|
* {
|
|
9305
|
-
* "id":
|
|
9481
|
+
* "id": 34,
|
|
9306
9482
|
* "key": "email_fa_6",
|
|
9307
9483
|
* "name": "Myrtis Tromp",
|
|
9308
9484
|
* "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
|
|
9309
9485
|
* "requires_review": true,
|
|
9310
9486
|
* "metadata_schema": [],
|
|
9311
9487
|
* "is_active": true,
|
|
9312
|
-
* "created_at": "2026-04-
|
|
9313
|
-
* "updated_at": "2026-04-
|
|
9488
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
9489
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9314
9490
|
* }
|
|
9315
9491
|
* ]
|
|
9316
9492
|
*/
|
|
9317
9493
|
data?: {
|
|
9318
|
-
/** @example
|
|
9494
|
+
/** @example 33 */
|
|
9319
9495
|
id?: number;
|
|
9320
9496
|
/** @example email_fa_0 */
|
|
9321
9497
|
key?: string;
|
|
@@ -9329,9 +9505,9 @@ export interface operations {
|
|
|
9329
9505
|
metadata_schema?: unknown[];
|
|
9330
9506
|
/** @example true */
|
|
9331
9507
|
is_active?: boolean;
|
|
9332
|
-
/** @example 2026-04-
|
|
9508
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9333
9509
|
created_at?: string;
|
|
9334
|
-
/** @example 2026-04-
|
|
9510
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9335
9511
|
updated_at?: string;
|
|
9336
9512
|
}[];
|
|
9337
9513
|
};
|
|
@@ -9393,7 +9569,7 @@ export interface operations {
|
|
|
9393
9569
|
content: {
|
|
9394
9570
|
"application/json": {
|
|
9395
9571
|
data?: {
|
|
9396
|
-
/** @example
|
|
9572
|
+
/** @example 35 */
|
|
9397
9573
|
id?: number;
|
|
9398
9574
|
/** @example email_fa_0 */
|
|
9399
9575
|
key?: string;
|
|
@@ -9407,9 +9583,9 @@ export interface operations {
|
|
|
9407
9583
|
metadata_schema?: unknown[];
|
|
9408
9584
|
/** @example true */
|
|
9409
9585
|
is_active?: boolean;
|
|
9410
|
-
/** @example 2026-04-
|
|
9586
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9411
9587
|
created_at?: string;
|
|
9412
|
-
/** @example 2026-04-
|
|
9588
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9413
9589
|
updated_at?: string;
|
|
9414
9590
|
};
|
|
9415
9591
|
};
|
|
@@ -9469,7 +9645,7 @@ export interface operations {
|
|
|
9469
9645
|
content: {
|
|
9470
9646
|
"application/json": {
|
|
9471
9647
|
data?: {
|
|
9472
|
-
/** @example
|
|
9648
|
+
/** @example 36 */
|
|
9473
9649
|
id?: number;
|
|
9474
9650
|
/** @example email_fa_0 */
|
|
9475
9651
|
key?: string;
|
|
@@ -9483,9 +9659,9 @@ export interface operations {
|
|
|
9483
9659
|
metadata_schema?: unknown[];
|
|
9484
9660
|
/** @example true */
|
|
9485
9661
|
is_active?: boolean;
|
|
9486
|
-
/** @example 2026-04-
|
|
9662
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9487
9663
|
created_at?: string;
|
|
9488
|
-
/** @example 2026-04-
|
|
9664
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9489
9665
|
updated_at?: string;
|
|
9490
9666
|
};
|
|
9491
9667
|
};
|
|
@@ -9699,29 +9875,29 @@ export interface operations {
|
|
|
9699
9875
|
/**
|
|
9700
9876
|
* @example [
|
|
9701
9877
|
* {
|
|
9702
|
-
* "id":
|
|
9878
|
+
* "id": 21,
|
|
9703
9879
|
* "status": "approved",
|
|
9704
9880
|
* "submitted_data": [],
|
|
9705
9881
|
* "rejection_reason": null,
|
|
9706
9882
|
* "reviewed_by": 1,
|
|
9707
|
-
* "reviewed_at": "2026-04-
|
|
9708
|
-
* "created_at": "2026-04-
|
|
9709
|
-
* "updated_at": "2026-04-
|
|
9883
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
9884
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
9885
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9710
9886
|
* },
|
|
9711
9887
|
* {
|
|
9712
|
-
* "id":
|
|
9888
|
+
* "id": 22,
|
|
9713
9889
|
* "status": "approved",
|
|
9714
9890
|
* "submitted_data": [],
|
|
9715
9891
|
* "rejection_reason": null,
|
|
9716
9892
|
* "reviewed_by": 1,
|
|
9717
|
-
* "reviewed_at": "2026-04-
|
|
9718
|
-
* "created_at": "2026-04-
|
|
9719
|
-
* "updated_at": "2026-04-
|
|
9893
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
9894
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
9895
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9720
9896
|
* }
|
|
9721
9897
|
* ]
|
|
9722
9898
|
*/
|
|
9723
9899
|
data?: {
|
|
9724
|
-
/** @example
|
|
9900
|
+
/** @example 21 */
|
|
9725
9901
|
id?: number;
|
|
9726
9902
|
/** @example approved */
|
|
9727
9903
|
status?: string;
|
|
@@ -9731,11 +9907,11 @@ export interface operations {
|
|
|
9731
9907
|
rejection_reason?: string | null;
|
|
9732
9908
|
/** @example 1 */
|
|
9733
9909
|
reviewed_by?: number;
|
|
9734
|
-
/** @example 2026-04-
|
|
9910
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9735
9911
|
reviewed_at?: string;
|
|
9736
|
-
/** @example 2026-04-
|
|
9912
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9737
9913
|
created_at?: string;
|
|
9738
|
-
/** @example 2026-04-
|
|
9914
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9739
9915
|
updated_at?: string;
|
|
9740
9916
|
}[];
|
|
9741
9917
|
links?: {
|
|
@@ -9822,29 +9998,29 @@ export interface operations {
|
|
|
9822
9998
|
/**
|
|
9823
9999
|
* @example [
|
|
9824
10000
|
* {
|
|
9825
|
-
* "id":
|
|
10001
|
+
* "id": 23,
|
|
9826
10002
|
* "status": "approved",
|
|
9827
10003
|
* "submitted_data": [],
|
|
9828
10004
|
* "rejection_reason": null,
|
|
9829
10005
|
* "reviewed_by": 1,
|
|
9830
|
-
* "reviewed_at": "2026-04-
|
|
9831
|
-
* "created_at": "2026-04-
|
|
9832
|
-
* "updated_at": "2026-04-
|
|
10006
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
10007
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
10008
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9833
10009
|
* },
|
|
9834
10010
|
* {
|
|
9835
|
-
* "id":
|
|
10011
|
+
* "id": 24,
|
|
9836
10012
|
* "status": "approved",
|
|
9837
10013
|
* "submitted_data": [],
|
|
9838
10014
|
* "rejection_reason": null,
|
|
9839
10015
|
* "reviewed_by": 1,
|
|
9840
|
-
* "reviewed_at": "2026-04-
|
|
9841
|
-
* "created_at": "2026-04-
|
|
9842
|
-
* "updated_at": "2026-04-
|
|
10016
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
10017
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
10018
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
9843
10019
|
* }
|
|
9844
10020
|
* ]
|
|
9845
10021
|
*/
|
|
9846
10022
|
data?: {
|
|
9847
|
-
/** @example
|
|
10023
|
+
/** @example 23 */
|
|
9848
10024
|
id?: number;
|
|
9849
10025
|
/** @example approved */
|
|
9850
10026
|
status?: string;
|
|
@@ -9854,11 +10030,11 @@ export interface operations {
|
|
|
9854
10030
|
rejection_reason?: string | null;
|
|
9855
10031
|
/** @example 1 */
|
|
9856
10032
|
reviewed_by?: number;
|
|
9857
|
-
/** @example 2026-04-
|
|
10033
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9858
10034
|
reviewed_at?: string;
|
|
9859
|
-
/** @example 2026-04-
|
|
10035
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9860
10036
|
created_at?: string;
|
|
9861
|
-
/** @example 2026-04-
|
|
10037
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
9862
10038
|
updated_at?: string;
|
|
9863
10039
|
}[];
|
|
9864
10040
|
};
|
|
@@ -9972,7 +10148,7 @@ export interface operations {
|
|
|
9972
10148
|
/**
|
|
9973
10149
|
* @example [
|
|
9974
10150
|
* {
|
|
9975
|
-
* "id":
|
|
10151
|
+
* "id": 92,
|
|
9976
10152
|
* "compliance": {
|
|
9977
10153
|
* "id": 1,
|
|
9978
10154
|
* "key": "property_ownership",
|
|
@@ -9984,10 +10160,10 @@ export interface operations {
|
|
|
9984
10160
|
* "rejection_reason": null,
|
|
9985
10161
|
* "reviewed_by": 1,
|
|
9986
10162
|
* "reviewed_at": null,
|
|
9987
|
-
* "created_at": "2026-04-
|
|
10163
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
9988
10164
|
* },
|
|
9989
10165
|
* {
|
|
9990
|
-
* "id":
|
|
10166
|
+
* "id": 93,
|
|
9991
10167
|
* "compliance": {
|
|
9992
10168
|
* "id": 1,
|
|
9993
10169
|
* "key": "property_ownership",
|
|
@@ -9999,12 +10175,12 @@ export interface operations {
|
|
|
9999
10175
|
* "rejection_reason": null,
|
|
10000
10176
|
* "reviewed_by": 1,
|
|
10001
10177
|
* "reviewed_at": null,
|
|
10002
|
-
* "created_at": "2026-04-
|
|
10178
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
10003
10179
|
* }
|
|
10004
10180
|
* ]
|
|
10005
10181
|
*/
|
|
10006
10182
|
data?: {
|
|
10007
|
-
/** @example
|
|
10183
|
+
/** @example 92 */
|
|
10008
10184
|
id?: number;
|
|
10009
10185
|
compliance?: {
|
|
10010
10186
|
/** @example 1 */
|
|
@@ -10026,7 +10202,7 @@ export interface operations {
|
|
|
10026
10202
|
reviewed_by?: number;
|
|
10027
10203
|
/** @example null */
|
|
10028
10204
|
reviewed_at?: string | null;
|
|
10029
|
-
/** @example 2026-04-
|
|
10205
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
10030
10206
|
created_at?: string;
|
|
10031
10207
|
}[];
|
|
10032
10208
|
links?: {
|
|
@@ -10146,7 +10322,7 @@ export interface operations {
|
|
|
10146
10322
|
/**
|
|
10147
10323
|
* @example [
|
|
10148
10324
|
* {
|
|
10149
|
-
* "id":
|
|
10325
|
+
* "id": 101,
|
|
10150
10326
|
* "compliance": {
|
|
10151
10327
|
* "id": 1,
|
|
10152
10328
|
* "key": "property_ownership",
|
|
@@ -10157,11 +10333,11 @@ export interface operations {
|
|
|
10157
10333
|
* "submitted_data": [],
|
|
10158
10334
|
* "rejection_reason": null,
|
|
10159
10335
|
* "reviewed_by": 1,
|
|
10160
|
-
* "reviewed_at": "2026-04-
|
|
10161
|
-
* "created_at": "2026-04-
|
|
10336
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
10337
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
10162
10338
|
* },
|
|
10163
10339
|
* {
|
|
10164
|
-
* "id":
|
|
10340
|
+
* "id": 102,
|
|
10165
10341
|
* "compliance": {
|
|
10166
10342
|
* "id": 1,
|
|
10167
10343
|
* "key": "property_ownership",
|
|
@@ -10172,13 +10348,13 @@ export interface operations {
|
|
|
10172
10348
|
* "submitted_data": [],
|
|
10173
10349
|
* "rejection_reason": null,
|
|
10174
10350
|
* "reviewed_by": 1,
|
|
10175
|
-
* "reviewed_at": "2026-04-
|
|
10176
|
-
* "created_at": "2026-04-
|
|
10351
|
+
* "reviewed_at": "2026-04-09T14:25:50.000000Z",
|
|
10352
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
10177
10353
|
* }
|
|
10178
10354
|
* ]
|
|
10179
10355
|
*/
|
|
10180
10356
|
data?: {
|
|
10181
|
-
/** @example
|
|
10357
|
+
/** @example 101 */
|
|
10182
10358
|
id?: number;
|
|
10183
10359
|
compliance?: {
|
|
10184
10360
|
/** @example 1 */
|
|
@@ -10198,9 +10374,9 @@ export interface operations {
|
|
|
10198
10374
|
rejection_reason?: string | null;
|
|
10199
10375
|
/** @example 1 */
|
|
10200
10376
|
reviewed_by?: number;
|
|
10201
|
-
/** @example 2026-04-
|
|
10377
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
10202
10378
|
reviewed_at?: string;
|
|
10203
|
-
/** @example 2026-04-
|
|
10379
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
10204
10380
|
created_at?: string;
|
|
10205
10381
|
}[];
|
|
10206
10382
|
links?: {
|
|
@@ -10342,23 +10518,23 @@ export interface operations {
|
|
|
10342
10518
|
/**
|
|
10343
10519
|
* @example [
|
|
10344
10520
|
* {
|
|
10345
|
-
* "key": "
|
|
10346
|
-
* "name": "
|
|
10521
|
+
* "key": "ut",
|
|
10522
|
+
* "name": "quis",
|
|
10347
10523
|
* "user_type": "Landlord",
|
|
10348
10524
|
* "is_active": true
|
|
10349
10525
|
* },
|
|
10350
10526
|
* {
|
|
10351
|
-
* "key": "
|
|
10352
|
-
* "name": "
|
|
10527
|
+
* "key": "ipsum",
|
|
10528
|
+
* "name": "eius",
|
|
10353
10529
|
* "user_type": "Landlord",
|
|
10354
10530
|
* "is_active": true
|
|
10355
10531
|
* }
|
|
10356
10532
|
* ]
|
|
10357
10533
|
*/
|
|
10358
10534
|
data?: {
|
|
10359
|
-
/** @example
|
|
10535
|
+
/** @example ut */
|
|
10360
10536
|
key?: string;
|
|
10361
|
-
/** @example
|
|
10537
|
+
/** @example quis */
|
|
10362
10538
|
name?: string;
|
|
10363
10539
|
/** @example Landlord */
|
|
10364
10540
|
user_type?: string;
|
|
@@ -11511,13 +11687,13 @@ export interface operations {
|
|
|
11511
11687
|
content: {
|
|
11512
11688
|
"application/json": {
|
|
11513
11689
|
data?: {
|
|
11514
|
-
/** @example
|
|
11690
|
+
/** @example fc473488-792a-4d7d-b15e-91bead3da4ac */
|
|
11515
11691
|
uid?: string;
|
|
11516
11692
|
/** @example follow_up */
|
|
11517
11693
|
inspection_type?: string;
|
|
11518
11694
|
/** @example cancelled */
|
|
11519
11695
|
status?: string;
|
|
11520
|
-
/** @example 2026-04-
|
|
11696
|
+
/** @example 2026-04-15T04:24:12.000000Z */
|
|
11521
11697
|
scheduled_date?: string;
|
|
11522
11698
|
/** @example null */
|
|
11523
11699
|
completed_date?: string | null;
|
|
@@ -11525,11 +11701,11 @@ export interface operations {
|
|
|
11525
11701
|
condition_rating?: string;
|
|
11526
11702
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
11527
11703
|
summary?: string;
|
|
11528
|
-
/** @example 2026-06-
|
|
11704
|
+
/** @example 2026-06-08T01:12:46.000000Z */
|
|
11529
11705
|
next_inspection_date?: string;
|
|
11530
|
-
/** @example 2026-04-
|
|
11706
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11531
11707
|
created_at?: string;
|
|
11532
|
-
/** @example 2026-04-
|
|
11708
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11533
11709
|
updated_at?: string;
|
|
11534
11710
|
};
|
|
11535
11711
|
};
|
|
@@ -11572,13 +11748,13 @@ export interface operations {
|
|
|
11572
11748
|
content: {
|
|
11573
11749
|
"application/json": {
|
|
11574
11750
|
data?: {
|
|
11575
|
-
/** @example
|
|
11751
|
+
/** @example c68b8155-6c04-4fa1-9ff2-348fd2a4b5f2 */
|
|
11576
11752
|
uid?: string;
|
|
11577
11753
|
/** @example follow_up */
|
|
11578
11754
|
inspection_type?: string;
|
|
11579
11755
|
/** @example cancelled */
|
|
11580
11756
|
status?: string;
|
|
11581
|
-
/** @example 2026-04-
|
|
11757
|
+
/** @example 2026-04-03T01:50:45.000000Z */
|
|
11582
11758
|
scheduled_date?: string;
|
|
11583
11759
|
/** @example null */
|
|
11584
11760
|
completed_date?: string | null;
|
|
@@ -11586,11 +11762,11 @@ export interface operations {
|
|
|
11586
11762
|
condition_rating?: string;
|
|
11587
11763
|
/** @example Et animi quos velit et fugiat. */
|
|
11588
11764
|
summary?: string;
|
|
11589
|
-
/** @example 2026-07-
|
|
11765
|
+
/** @example 2026-07-12T09:44:32.000000Z */
|
|
11590
11766
|
next_inspection_date?: string;
|
|
11591
|
-
/** @example 2026-04-
|
|
11767
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11592
11768
|
created_at?: string;
|
|
11593
|
-
/** @example 2026-04-
|
|
11769
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11594
11770
|
updated_at?: string;
|
|
11595
11771
|
};
|
|
11596
11772
|
};
|
|
@@ -11627,13 +11803,13 @@ export interface operations {
|
|
|
11627
11803
|
content: {
|
|
11628
11804
|
"application/json": {
|
|
11629
11805
|
data?: {
|
|
11630
|
-
/** @example
|
|
11806
|
+
/** @example b1937704-e90e-482c-b102-de5d65983ad0 */
|
|
11631
11807
|
uid?: string;
|
|
11632
11808
|
/** @example follow_up */
|
|
11633
11809
|
inspection_type?: string;
|
|
11634
11810
|
/** @example cancelled */
|
|
11635
11811
|
status?: string;
|
|
11636
|
-
/** @example 2026-04-
|
|
11812
|
+
/** @example 2026-04-15T04:24:12.000000Z */
|
|
11637
11813
|
scheduled_date?: string;
|
|
11638
11814
|
/** @example null */
|
|
11639
11815
|
completed_date?: string | null;
|
|
@@ -11641,11 +11817,11 @@ export interface operations {
|
|
|
11641
11817
|
condition_rating?: string;
|
|
11642
11818
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
11643
11819
|
summary?: string;
|
|
11644
|
-
/** @example 2026-06-
|
|
11820
|
+
/** @example 2026-06-08T01:12:46.000000Z */
|
|
11645
11821
|
next_inspection_date?: string;
|
|
11646
|
-
/** @example 2026-04-
|
|
11822
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11647
11823
|
created_at?: string;
|
|
11648
|
-
/** @example 2026-04-
|
|
11824
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11649
11825
|
updated_at?: string;
|
|
11650
11826
|
};
|
|
11651
11827
|
};
|
|
@@ -11682,13 +11858,13 @@ export interface operations {
|
|
|
11682
11858
|
content: {
|
|
11683
11859
|
"application/json": {
|
|
11684
11860
|
data?: {
|
|
11685
|
-
/** @example
|
|
11861
|
+
/** @example 6d16db82-60a8-4ecf-a4fa-b8c4642693d3 */
|
|
11686
11862
|
uid?: string;
|
|
11687
11863
|
/** @example follow_up */
|
|
11688
11864
|
inspection_type?: string;
|
|
11689
11865
|
/** @example cancelled */
|
|
11690
11866
|
status?: string;
|
|
11691
|
-
/** @example 2026-04-
|
|
11867
|
+
/** @example 2026-04-03T01:50:45.000000Z */
|
|
11692
11868
|
scheduled_date?: string;
|
|
11693
11869
|
/** @example null */
|
|
11694
11870
|
completed_date?: string | null;
|
|
@@ -11696,11 +11872,11 @@ export interface operations {
|
|
|
11696
11872
|
condition_rating?: string;
|
|
11697
11873
|
/** @example Et animi quos velit et fugiat. */
|
|
11698
11874
|
summary?: string;
|
|
11699
|
-
/** @example 2026-07-
|
|
11875
|
+
/** @example 2026-07-12T09:44:32.000000Z */
|
|
11700
11876
|
next_inspection_date?: string;
|
|
11701
|
-
/** @example 2026-04-
|
|
11877
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11702
11878
|
created_at?: string;
|
|
11703
|
-
/** @example 2026-04-
|
|
11879
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11704
11880
|
updated_at?: string;
|
|
11705
11881
|
};
|
|
11706
11882
|
};
|
|
@@ -11737,7 +11913,7 @@ export interface operations {
|
|
|
11737
11913
|
content: {
|
|
11738
11914
|
"application/json": {
|
|
11739
11915
|
data?: {
|
|
11740
|
-
/** @example
|
|
11916
|
+
/** @example eb79d786-6bcb-4cf4-a470-0228f32b6c4d */
|
|
11741
11917
|
uid?: string;
|
|
11742
11918
|
/** @example Qui commodi incidunt iure. */
|
|
11743
11919
|
title?: string;
|
|
@@ -11747,17 +11923,17 @@ export interface operations {
|
|
|
11747
11923
|
status?: string;
|
|
11748
11924
|
/** @example low */
|
|
11749
11925
|
priority?: string;
|
|
11750
|
-
/** @example 2026-04-
|
|
11926
|
+
/** @example 2026-04-08T03:54:33.000000Z */
|
|
11751
11927
|
reported_at?: string;
|
|
11752
11928
|
/** @example null */
|
|
11753
11929
|
assigned_at?: string | null;
|
|
11754
11930
|
/** @example null */
|
|
11755
11931
|
completed_at?: string | null;
|
|
11756
|
-
/** @example 2026-04-
|
|
11932
|
+
/** @example 2026-04-11T00:18:59.000000Z */
|
|
11757
11933
|
sla_deadline?: string;
|
|
11758
|
-
/** @example 2026-04-
|
|
11934
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11759
11935
|
created_at?: string;
|
|
11760
|
-
/** @example 2026-04-
|
|
11936
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11761
11937
|
updated_at?: string;
|
|
11762
11938
|
};
|
|
11763
11939
|
};
|
|
@@ -11794,7 +11970,7 @@ export interface operations {
|
|
|
11794
11970
|
content: {
|
|
11795
11971
|
"application/json": {
|
|
11796
11972
|
data?: {
|
|
11797
|
-
/** @example
|
|
11973
|
+
/** @example 0811e08e-344f-41e3-a137-d25588691191 */
|
|
11798
11974
|
uid?: string;
|
|
11799
11975
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
11800
11976
|
title?: string;
|
|
@@ -11804,17 +11980,17 @@ export interface operations {
|
|
|
11804
11980
|
status?: string;
|
|
11805
11981
|
/** @example emergency */
|
|
11806
11982
|
priority?: string;
|
|
11807
|
-
/** @example 2026-04-
|
|
11983
|
+
/** @example 2026-04-03T01:39:25.000000Z */
|
|
11808
11984
|
reported_at?: string;
|
|
11809
|
-
/** @example 2026-04-
|
|
11985
|
+
/** @example 2026-04-07T21:59:17.000000Z */
|
|
11810
11986
|
assigned_at?: string;
|
|
11811
11987
|
/** @example null */
|
|
11812
11988
|
completed_at?: string | null;
|
|
11813
|
-
/** @example 2026-04-
|
|
11989
|
+
/** @example 2026-04-11T03:21:40.000000Z */
|
|
11814
11990
|
sla_deadline?: string;
|
|
11815
|
-
/** @example 2026-04-
|
|
11991
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11816
11992
|
created_at?: string;
|
|
11817
|
-
/** @example 2026-04-
|
|
11993
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11818
11994
|
updated_at?: string;
|
|
11819
11995
|
};
|
|
11820
11996
|
};
|
|
@@ -11851,7 +12027,7 @@ export interface operations {
|
|
|
11851
12027
|
content: {
|
|
11852
12028
|
"application/json": {
|
|
11853
12029
|
data?: {
|
|
11854
|
-
/** @example
|
|
12030
|
+
/** @example 05d675c3-b28c-43f6-ab60-00110d3d58db */
|
|
11855
12031
|
uid?: string;
|
|
11856
12032
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
11857
12033
|
title?: string;
|
|
@@ -11861,17 +12037,17 @@ export interface operations {
|
|
|
11861
12037
|
status?: string;
|
|
11862
12038
|
/** @example emergency */
|
|
11863
12039
|
priority?: string;
|
|
11864
|
-
/** @example 2026-04-
|
|
12040
|
+
/** @example 2026-04-03T01:39:25.000000Z */
|
|
11865
12041
|
reported_at?: string;
|
|
11866
|
-
/** @example 2026-04-
|
|
12042
|
+
/** @example 2026-04-07T21:59:17.000000Z */
|
|
11867
12043
|
assigned_at?: string;
|
|
11868
12044
|
/** @example null */
|
|
11869
12045
|
completed_at?: string | null;
|
|
11870
|
-
/** @example 2026-04-
|
|
12046
|
+
/** @example 2026-04-11T03:21:40.000000Z */
|
|
11871
12047
|
sla_deadline?: string;
|
|
11872
|
-
/** @example 2026-04-
|
|
12048
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11873
12049
|
created_at?: string;
|
|
11874
|
-
/** @example 2026-04-
|
|
12050
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11875
12051
|
updated_at?: string;
|
|
11876
12052
|
};
|
|
11877
12053
|
};
|
|
@@ -11908,7 +12084,7 @@ export interface operations {
|
|
|
11908
12084
|
content: {
|
|
11909
12085
|
"application/json": {
|
|
11910
12086
|
data?: {
|
|
11911
|
-
/** @example
|
|
12087
|
+
/** @example 63171d91-42aa-4edd-9cda-3b4d37af5012 */
|
|
11912
12088
|
uid?: string;
|
|
11913
12089
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
11914
12090
|
title?: string;
|
|
@@ -11918,17 +12094,17 @@ export interface operations {
|
|
|
11918
12094
|
status?: string;
|
|
11919
12095
|
/** @example emergency */
|
|
11920
12096
|
priority?: string;
|
|
11921
|
-
/** @example 2026-04-
|
|
12097
|
+
/** @example 2026-04-03T01:39:25.000000Z */
|
|
11922
12098
|
reported_at?: string;
|
|
11923
|
-
/** @example 2026-04-
|
|
12099
|
+
/** @example 2026-04-07T21:59:17.000000Z */
|
|
11924
12100
|
assigned_at?: string;
|
|
11925
12101
|
/** @example null */
|
|
11926
12102
|
completed_at?: string | null;
|
|
11927
|
-
/** @example 2026-04-
|
|
12103
|
+
/** @example 2026-04-11T03:21:40.000000Z */
|
|
11928
12104
|
sla_deadline?: string;
|
|
11929
|
-
/** @example 2026-04-
|
|
12105
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11930
12106
|
created_at?: string;
|
|
11931
|
-
/** @example 2026-04-
|
|
12107
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
11932
12108
|
updated_at?: string;
|
|
11933
12109
|
};
|
|
11934
12110
|
};
|
|
@@ -12197,7 +12373,7 @@ export interface operations {
|
|
|
12197
12373
|
content: {
|
|
12198
12374
|
"application/json": {
|
|
12199
12375
|
data?: {
|
|
12200
|
-
/** @example
|
|
12376
|
+
/** @example 36 */
|
|
12201
12377
|
id?: number;
|
|
12202
12378
|
/** @example 2 */
|
|
12203
12379
|
listing_id?: number;
|
|
@@ -12209,7 +12385,7 @@ export interface operations {
|
|
|
12209
12385
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12210
12386
|
end?: string;
|
|
12211
12387
|
};
|
|
12212
|
-
/** @example 2026-04-
|
|
12388
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12213
12389
|
created_at?: string;
|
|
12214
12390
|
};
|
|
12215
12391
|
};
|
|
@@ -12236,7 +12412,7 @@ export interface operations {
|
|
|
12236
12412
|
content: {
|
|
12237
12413
|
"application/json": {
|
|
12238
12414
|
data?: {
|
|
12239
|
-
/** @example
|
|
12415
|
+
/** @example 37 */
|
|
12240
12416
|
id?: number;
|
|
12241
12417
|
/** @example 2 */
|
|
12242
12418
|
listing_id?: number;
|
|
@@ -12248,7 +12424,7 @@ export interface operations {
|
|
|
12248
12424
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12249
12425
|
end?: string;
|
|
12250
12426
|
};
|
|
12251
|
-
/** @example 2026-04-
|
|
12427
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12252
12428
|
created_at?: string;
|
|
12253
12429
|
};
|
|
12254
12430
|
};
|
|
@@ -12274,29 +12450,29 @@ export interface operations {
|
|
|
12274
12450
|
/**
|
|
12275
12451
|
* @example [
|
|
12276
12452
|
* {
|
|
12277
|
-
* "id":
|
|
12453
|
+
* "id": 38,
|
|
12278
12454
|
* "listing_id": 2,
|
|
12279
12455
|
* "status": "completed",
|
|
12280
12456
|
* "scheduled": {
|
|
12281
12457
|
* "start": "1981-12-01T00:00:00.000000Z",
|
|
12282
12458
|
* "end": "1979-12-28T00:00:00.000000Z"
|
|
12283
12459
|
* },
|
|
12284
|
-
* "created_at": "2026-04-
|
|
12460
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
12285
12461
|
* },
|
|
12286
12462
|
* {
|
|
12287
|
-
* "id":
|
|
12463
|
+
* "id": 39,
|
|
12288
12464
|
* "listing_id": 2,
|
|
12289
12465
|
* "status": "completed",
|
|
12290
12466
|
* "scheduled": {
|
|
12291
12467
|
* "start": "2006-10-01T00:00:00.000000Z",
|
|
12292
12468
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12293
12469
|
* },
|
|
12294
|
-
* "created_at": "2026-04-
|
|
12470
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
12295
12471
|
* }
|
|
12296
12472
|
* ]
|
|
12297
12473
|
*/
|
|
12298
12474
|
data?: {
|
|
12299
|
-
/** @example
|
|
12475
|
+
/** @example 38 */
|
|
12300
12476
|
id?: number;
|
|
12301
12477
|
/** @example 2 */
|
|
12302
12478
|
listing_id?: number;
|
|
@@ -12308,7 +12484,7 @@ export interface operations {
|
|
|
12308
12484
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12309
12485
|
end?: string;
|
|
12310
12486
|
};
|
|
12311
|
-
/** @example 2026-04-
|
|
12487
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12312
12488
|
created_at?: string;
|
|
12313
12489
|
}[];
|
|
12314
12490
|
links?: {
|
|
@@ -12408,7 +12584,7 @@ export interface operations {
|
|
|
12408
12584
|
content: {
|
|
12409
12585
|
"application/json": {
|
|
12410
12586
|
data?: {
|
|
12411
|
-
/** @example
|
|
12587
|
+
/** @example 40 */
|
|
12412
12588
|
id?: number;
|
|
12413
12589
|
/** @example 2 */
|
|
12414
12590
|
listing_id?: number;
|
|
@@ -12420,7 +12596,7 @@ export interface operations {
|
|
|
12420
12596
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12421
12597
|
end?: string;
|
|
12422
12598
|
};
|
|
12423
|
-
/** @example 2026-04-
|
|
12599
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12424
12600
|
created_at?: string;
|
|
12425
12601
|
};
|
|
12426
12602
|
};
|
|
@@ -12447,7 +12623,7 @@ export interface operations {
|
|
|
12447
12623
|
content: {
|
|
12448
12624
|
"application/json": {
|
|
12449
12625
|
data?: {
|
|
12450
|
-
/** @example
|
|
12626
|
+
/** @example 41 */
|
|
12451
12627
|
id?: number;
|
|
12452
12628
|
/** @example 2 */
|
|
12453
12629
|
listing_id?: number;
|
|
@@ -12459,7 +12635,7 @@ export interface operations {
|
|
|
12459
12635
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12460
12636
|
end?: string;
|
|
12461
12637
|
};
|
|
12462
|
-
/** @example 2026-04-
|
|
12638
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12463
12639
|
created_at?: string;
|
|
12464
12640
|
};
|
|
12465
12641
|
};
|
|
@@ -12486,7 +12662,7 @@ export interface operations {
|
|
|
12486
12662
|
content: {
|
|
12487
12663
|
"application/json": {
|
|
12488
12664
|
data?: {
|
|
12489
|
-
/** @example
|
|
12665
|
+
/** @example 42 */
|
|
12490
12666
|
id?: number;
|
|
12491
12667
|
/** @example 2 */
|
|
12492
12668
|
listing_id?: number;
|
|
@@ -12498,7 +12674,7 @@ export interface operations {
|
|
|
12498
12674
|
/** @example 1979-12-28T00:00:00.000000Z */
|
|
12499
12675
|
end?: string;
|
|
12500
12676
|
};
|
|
12501
|
-
/** @example 2026-04-
|
|
12677
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
12502
12678
|
created_at?: string;
|
|
12503
12679
|
};
|
|
12504
12680
|
};
|
|
@@ -13556,7 +13732,7 @@ export interface operations {
|
|
|
13556
13732
|
content: {
|
|
13557
13733
|
"application/json": {
|
|
13558
13734
|
data?: {
|
|
13559
|
-
/** @example
|
|
13735
|
+
/** @example 045dc29c-2cdf-4d83-ba19-4afa97f74a0c */
|
|
13560
13736
|
uid?: string;
|
|
13561
13737
|
/** @example Ms. Audra Crooks II */
|
|
13562
13738
|
username?: string;
|
|
@@ -13586,7 +13762,7 @@ export interface operations {
|
|
|
13586
13762
|
timezone?: string;
|
|
13587
13763
|
/** @example Customer */
|
|
13588
13764
|
user_type?: string;
|
|
13589
|
-
/** @example 09 Apr 2026,
|
|
13765
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
13590
13766
|
created?: string;
|
|
13591
13767
|
/** @example 0 seconds ago */
|
|
13592
13768
|
email_verified_at?: string;
|
|
@@ -14055,7 +14231,7 @@ export interface operations {
|
|
|
14055
14231
|
content: {
|
|
14056
14232
|
"application/json": {
|
|
14057
14233
|
data?: {
|
|
14058
|
-
/** @example
|
|
14234
|
+
/** @example 3b75acea-a8eb-4fa4-9281-0fa8e7837a6a */
|
|
14059
14235
|
uid?: string;
|
|
14060
14236
|
/** @example Ms. Audra Crooks II */
|
|
14061
14237
|
username?: string;
|
|
@@ -14085,7 +14261,7 @@ export interface operations {
|
|
|
14085
14261
|
timezone?: string;
|
|
14086
14262
|
/** @example Customer */
|
|
14087
14263
|
user_type?: string;
|
|
14088
|
-
/** @example 09 Apr 2026,
|
|
14264
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
14089
14265
|
created?: string;
|
|
14090
14266
|
/** @example 0 seconds ago */
|
|
14091
14267
|
email_verified_at?: string;
|
|
@@ -14200,11 +14376,11 @@ export interface operations {
|
|
|
14200
14376
|
content: {
|
|
14201
14377
|
"application/json": {
|
|
14202
14378
|
data?: {
|
|
14203
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14379
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
14204
14380
|
draft_name?: string;
|
|
14205
|
-
/** @example LST-PRP-LTR-
|
|
14381
|
+
/** @example LST-PRP-LTR-MNRKKQ0FAL8 */
|
|
14206
14382
|
sku?: string;
|
|
14207
|
-
/** @example
|
|
14383
|
+
/** @example 2644996e-753a-46bb-9d6d-fdec8031fbaa */
|
|
14208
14384
|
uid?: string;
|
|
14209
14385
|
/** @example Rent */
|
|
14210
14386
|
listing_type?: string;
|
|
@@ -14288,9 +14464,9 @@ export interface operations {
|
|
|
14288
14464
|
/**
|
|
14289
14465
|
* @example [
|
|
14290
14466
|
* {
|
|
14291
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14292
|
-
* "sku": "LST-PRP-LTR-
|
|
14293
|
-
* "uid": "
|
|
14467
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
|
|
14468
|
+
* "sku": "LST-PRP-LTR-MNRKKQ11GHS",
|
|
14469
|
+
* "uid": "6a1c7334-398a-4d7e-813c-d305c3397c92",
|
|
14294
14470
|
* "listing_type": "Rent",
|
|
14295
14471
|
* "vertical": "Property",
|
|
14296
14472
|
* "price": null,
|
|
@@ -14305,9 +14481,9 @@ export interface operations {
|
|
|
14305
14481
|
* "media": []
|
|
14306
14482
|
* },
|
|
14307
14483
|
* {
|
|
14308
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14309
|
-
* "sku": "LST-UIT-SAL-
|
|
14310
|
-
* "uid": "
|
|
14484
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
|
|
14485
|
+
* "sku": "LST-UIT-SAL-MNRKKQ13CFE",
|
|
14486
|
+
* "uid": "ede6ca0b-6519-4129-bb2c-9a3105885453",
|
|
14311
14487
|
* "listing_type": "Sale",
|
|
14312
14488
|
* "vertical": "Used Item",
|
|
14313
14489
|
* "price": null,
|
|
@@ -14322,11 +14498,11 @@ export interface operations {
|
|
|
14322
14498
|
* ]
|
|
14323
14499
|
*/
|
|
14324
14500
|
data?: {
|
|
14325
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14501
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
14326
14502
|
draft_name?: string;
|
|
14327
|
-
/** @example LST-PRP-LTR-
|
|
14503
|
+
/** @example LST-PRP-LTR-MNRKKQ11GHS */
|
|
14328
14504
|
sku?: string;
|
|
14329
|
-
/** @example
|
|
14505
|
+
/** @example 6a1c7334-398a-4d7e-813c-d305c3397c92 */
|
|
14330
14506
|
uid?: string;
|
|
14331
14507
|
/** @example Rent */
|
|
14332
14508
|
listing_type?: string;
|
|
@@ -14432,9 +14608,9 @@ export interface operations {
|
|
|
14432
14608
|
/**
|
|
14433
14609
|
* @example [
|
|
14434
14610
|
* {
|
|
14435
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14436
|
-
* "sku": "LST-PRP-LTR-
|
|
14437
|
-
* "uid": "
|
|
14611
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
|
|
14612
|
+
* "sku": "LST-PRP-LTR-MNRKKQ19SO1",
|
|
14613
|
+
* "uid": "e14c9bee-3cc1-41b0-9e1a-c3573f4cfb01",
|
|
14438
14614
|
* "listing_type": "Rent",
|
|
14439
14615
|
* "vertical": "Property",
|
|
14440
14616
|
* "price": null,
|
|
@@ -14449,9 +14625,9 @@ export interface operations {
|
|
|
14449
14625
|
* "media": []
|
|
14450
14626
|
* },
|
|
14451
14627
|
* {
|
|
14452
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14453
|
-
* "sku": "LST-UIT-SAL-
|
|
14454
|
-
* "uid": "
|
|
14628
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
|
|
14629
|
+
* "sku": "LST-UIT-SAL-MNRKKQ1CI1R",
|
|
14630
|
+
* "uid": "3ac59d3e-a3dc-46d4-9e2b-d43ba95beb4e",
|
|
14455
14631
|
* "listing_type": "Sale",
|
|
14456
14632
|
* "vertical": "Used Item",
|
|
14457
14633
|
* "price": null,
|
|
@@ -14466,11 +14642,11 @@ export interface operations {
|
|
|
14466
14642
|
* ]
|
|
14467
14643
|
*/
|
|
14468
14644
|
data?: {
|
|
14469
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14645
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
14470
14646
|
draft_name?: string;
|
|
14471
|
-
/** @example LST-PRP-LTR-
|
|
14647
|
+
/** @example LST-PRP-LTR-MNRKKQ19SO1 */
|
|
14472
14648
|
sku?: string;
|
|
14473
|
-
/** @example
|
|
14649
|
+
/** @example e14c9bee-3cc1-41b0-9e1a-c3573f4cfb01 */
|
|
14474
14650
|
uid?: string;
|
|
14475
14651
|
/** @example Rent */
|
|
14476
14652
|
listing_type?: string;
|
|
@@ -14576,9 +14752,9 @@ export interface operations {
|
|
|
14576
14752
|
/**
|
|
14577
14753
|
* @example [
|
|
14578
14754
|
* {
|
|
14579
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14580
|
-
* "sku": "LST-PRP-LTR-
|
|
14581
|
-
* "uid": "
|
|
14755
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 2:25 PM",
|
|
14756
|
+
* "sku": "LST-PRP-LTR-MNRKKQ1HRKF",
|
|
14757
|
+
* "uid": "20744782-f865-49ba-9be2-e7e4369f6dbc",
|
|
14582
14758
|
* "listing_type": "Rent",
|
|
14583
14759
|
* "vertical": "Property",
|
|
14584
14760
|
* "price": null,
|
|
@@ -14593,9 +14769,9 @@ export interface operations {
|
|
|
14593
14769
|
* "media": []
|
|
14594
14770
|
* },
|
|
14595
14771
|
* {
|
|
14596
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14597
|
-
* "sku": "LST-UIT-SAL-
|
|
14598
|
-
* "uid": "
|
|
14772
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 2:25 PM",
|
|
14773
|
+
* "sku": "LST-UIT-SAL-MNRKKQ1LYQE",
|
|
14774
|
+
* "uid": "fadb45a3-ed97-4e48-b73a-062ef3e55a05",
|
|
14599
14775
|
* "listing_type": "Sale",
|
|
14600
14776
|
* "vertical": "Used Item",
|
|
14601
14777
|
* "price": null,
|
|
@@ -14610,11 +14786,11 @@ export interface operations {
|
|
|
14610
14786
|
* ]
|
|
14611
14787
|
*/
|
|
14612
14788
|
data?: {
|
|
14613
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14789
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
14614
14790
|
draft_name?: string;
|
|
14615
|
-
/** @example LST-PRP-LTR-
|
|
14791
|
+
/** @example LST-PRP-LTR-MNRKKQ1HRKF */
|
|
14616
14792
|
sku?: string;
|
|
14617
|
-
/** @example
|
|
14793
|
+
/** @example 20744782-f865-49ba-9be2-e7e4369f6dbc */
|
|
14618
14794
|
uid?: string;
|
|
14619
14795
|
/** @example Rent */
|
|
14620
14796
|
listing_type?: string;
|
|
@@ -14721,11 +14897,11 @@ export interface operations {
|
|
|
14721
14897
|
content: {
|
|
14722
14898
|
"application/json": {
|
|
14723
14899
|
data?: {
|
|
14724
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14900
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
14725
14901
|
draft_name?: string;
|
|
14726
|
-
/** @example LST-PRP-LTR-
|
|
14902
|
+
/** @example LST-PRP-LTR-MNRKKQ1RAOV */
|
|
14727
14903
|
sku?: string;
|
|
14728
|
-
/** @example
|
|
14904
|
+
/** @example 3dd02aef-201a-495b-b010-71c61522cf31 */
|
|
14729
14905
|
uid?: string;
|
|
14730
14906
|
/** @example Rent */
|
|
14731
14907
|
listing_type?: string;
|
|
@@ -15332,7 +15508,7 @@ export interface operations {
|
|
|
15332
15508
|
content: {
|
|
15333
15509
|
"application/json": {
|
|
15334
15510
|
data?: {
|
|
15335
|
-
/** @example
|
|
15511
|
+
/** @example 2806d8bd-4dd8-4c51-9037-069090d1b821 */
|
|
15336
15512
|
uid?: string;
|
|
15337
15513
|
/** @example photo */
|
|
15338
15514
|
media_type?: string;
|
|
@@ -15481,11 +15657,11 @@ export interface operations {
|
|
|
15481
15657
|
content: {
|
|
15482
15658
|
"application/json": {
|
|
15483
15659
|
data?: {
|
|
15484
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
15660
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 2:25 PM */
|
|
15485
15661
|
draft_name?: string;
|
|
15486
|
-
/** @example LST-PRP-LTR-
|
|
15662
|
+
/** @example LST-PRP-LTR-MNRKKQ3MQXQ */
|
|
15487
15663
|
sku?: string;
|
|
15488
|
-
/** @example
|
|
15664
|
+
/** @example e4fb178f-1476-4e54-8139-c767273864f5 */
|
|
15489
15665
|
uid?: string;
|
|
15490
15666
|
/** @example Rent */
|
|
15491
15667
|
listing_type?: string;
|
|
@@ -15641,7 +15817,7 @@ export interface operations {
|
|
|
15641
15817
|
content: {
|
|
15642
15818
|
"application/json": {
|
|
15643
15819
|
data?: {
|
|
15644
|
-
/** @example
|
|
15820
|
+
/** @example 45ab580b-2f6f-4a89-939f-f61063d5d108 */
|
|
15645
15821
|
uid?: string;
|
|
15646
15822
|
/** @example null */
|
|
15647
15823
|
compliances?: string | null;
|
|
@@ -15692,7 +15868,7 @@ export interface operations {
|
|
|
15692
15868
|
content: {
|
|
15693
15869
|
"application/json": {
|
|
15694
15870
|
data?: {
|
|
15695
|
-
/** @example
|
|
15871
|
+
/** @example 91 */
|
|
15696
15872
|
id?: number;
|
|
15697
15873
|
compliance?: {
|
|
15698
15874
|
/** @example 1 */
|
|
@@ -15714,7 +15890,7 @@ export interface operations {
|
|
|
15714
15890
|
reviewed_by?: number;
|
|
15715
15891
|
/** @example null */
|
|
15716
15892
|
reviewed_at?: string | null;
|
|
15717
|
-
/** @example 2026-04-
|
|
15893
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
15718
15894
|
created_at?: string;
|
|
15719
15895
|
};
|
|
15720
15896
|
};
|
|
@@ -15769,35 +15945,35 @@ export interface operations {
|
|
|
15769
15945
|
/**
|
|
15770
15946
|
* @example [
|
|
15771
15947
|
* {
|
|
15772
|
-
* "uid": "
|
|
15948
|
+
* "uid": "54ce7b22-f575-4b22-bac1-e6eba34d98ff",
|
|
15773
15949
|
* "listing_id": 1,
|
|
15774
15950
|
* "landlord_id": 2,
|
|
15775
15951
|
* "tenant_id": 2,
|
|
15776
15952
|
* "rent_amount": "4881.50",
|
|
15777
15953
|
* "deposit_amount": "2151.17",
|
|
15778
15954
|
* "state": "offer_accepted",
|
|
15779
|
-
* "start_date": "2025-10-
|
|
15780
|
-
* "end_date": "2026-10-
|
|
15955
|
+
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
15956
|
+
* "end_date": "2026-10-15T00:00:00.000000Z",
|
|
15781
15957
|
* "is_periodic": false,
|
|
15782
|
-
* "created_at": "2026-04-
|
|
15958
|
+
* "created_at": "2026-04-09T14:25:49.000000Z"
|
|
15783
15959
|
* },
|
|
15784
15960
|
* {
|
|
15785
|
-
* "uid": "
|
|
15961
|
+
* "uid": "1aa3675a-2478-4125-9867-c5c82d175448",
|
|
15786
15962
|
* "listing_id": 1,
|
|
15787
15963
|
* "landlord_id": 2,
|
|
15788
15964
|
* "tenant_id": 2,
|
|
15789
15965
|
* "rent_amount": "3832.26",
|
|
15790
15966
|
* "deposit_amount": "1384.27",
|
|
15791
15967
|
* "state": "terminated",
|
|
15792
|
-
* "start_date": "2025-09-
|
|
15793
|
-
* "end_date": "2026-09-
|
|
15968
|
+
* "start_date": "2025-09-10T00:00:00.000000Z",
|
|
15969
|
+
* "end_date": "2026-09-10T00:00:00.000000Z",
|
|
15794
15970
|
* "is_periodic": false,
|
|
15795
|
-
* "created_at": "2026-04-
|
|
15971
|
+
* "created_at": "2026-04-09T14:25:49.000000Z"
|
|
15796
15972
|
* }
|
|
15797
15973
|
* ]
|
|
15798
15974
|
*/
|
|
15799
15975
|
data?: {
|
|
15800
|
-
/** @example
|
|
15976
|
+
/** @example 54ce7b22-f575-4b22-bac1-e6eba34d98ff */
|
|
15801
15977
|
uid?: string;
|
|
15802
15978
|
/** @example 1 */
|
|
15803
15979
|
listing_id?: number;
|
|
@@ -15811,13 +15987,13 @@ export interface operations {
|
|
|
15811
15987
|
deposit_amount?: string;
|
|
15812
15988
|
/** @example offer_accepted */
|
|
15813
15989
|
state?: string;
|
|
15814
|
-
/** @example 2025-10-
|
|
15990
|
+
/** @example 2025-10-15T00:00:00.000000Z */
|
|
15815
15991
|
start_date?: string;
|
|
15816
|
-
/** @example 2026-10-
|
|
15992
|
+
/** @example 2026-10-15T00:00:00.000000Z */
|
|
15817
15993
|
end_date?: string;
|
|
15818
15994
|
/** @example false */
|
|
15819
15995
|
is_periodic?: boolean;
|
|
15820
|
-
/** @example 2026-04-
|
|
15996
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
15821
15997
|
created_at?: string;
|
|
15822
15998
|
}[];
|
|
15823
15999
|
links?: {
|
|
@@ -15904,35 +16080,35 @@ export interface operations {
|
|
|
15904
16080
|
/**
|
|
15905
16081
|
* @example [
|
|
15906
16082
|
* {
|
|
15907
|
-
* "uid": "
|
|
16083
|
+
* "uid": "67179cd4-c754-4368-a9d7-f804d49020c3",
|
|
15908
16084
|
* "listing_id": 1,
|
|
15909
16085
|
* "landlord_id": 2,
|
|
15910
16086
|
* "tenant_id": 2,
|
|
15911
16087
|
* "rent_amount": "4881.50",
|
|
15912
16088
|
* "deposit_amount": "2151.17",
|
|
15913
16089
|
* "state": "offer_accepted",
|
|
15914
|
-
* "start_date": "2025-10-
|
|
15915
|
-
* "end_date": "2026-10-
|
|
16090
|
+
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
16091
|
+
* "end_date": "2026-10-15T00:00:00.000000Z",
|
|
15916
16092
|
* "is_periodic": false,
|
|
15917
|
-
* "created_at": "2026-04-
|
|
16093
|
+
* "created_at": "2026-04-09T14:25:49.000000Z"
|
|
15918
16094
|
* },
|
|
15919
16095
|
* {
|
|
15920
|
-
* "uid": "
|
|
16096
|
+
* "uid": "684a255a-f429-4542-97c3-839d96e7a032",
|
|
15921
16097
|
* "listing_id": 1,
|
|
15922
16098
|
* "landlord_id": 2,
|
|
15923
16099
|
* "tenant_id": 2,
|
|
15924
16100
|
* "rent_amount": "3832.26",
|
|
15925
16101
|
* "deposit_amount": "1384.27",
|
|
15926
16102
|
* "state": "terminated",
|
|
15927
|
-
* "start_date": "2025-09-
|
|
15928
|
-
* "end_date": "2026-09-
|
|
16103
|
+
* "start_date": "2025-09-10T00:00:00.000000Z",
|
|
16104
|
+
* "end_date": "2026-09-10T00:00:00.000000Z",
|
|
15929
16105
|
* "is_periodic": false,
|
|
15930
|
-
* "created_at": "2026-04-
|
|
16106
|
+
* "created_at": "2026-04-09T14:25:49.000000Z"
|
|
15931
16107
|
* }
|
|
15932
16108
|
* ]
|
|
15933
16109
|
*/
|
|
15934
16110
|
data?: {
|
|
15935
|
-
/** @example
|
|
16111
|
+
/** @example 67179cd4-c754-4368-a9d7-f804d49020c3 */
|
|
15936
16112
|
uid?: string;
|
|
15937
16113
|
/** @example 1 */
|
|
15938
16114
|
listing_id?: number;
|
|
@@ -15946,13 +16122,13 @@ export interface operations {
|
|
|
15946
16122
|
deposit_amount?: string;
|
|
15947
16123
|
/** @example offer_accepted */
|
|
15948
16124
|
state?: string;
|
|
15949
|
-
/** @example 2025-10-
|
|
16125
|
+
/** @example 2025-10-15T00:00:00.000000Z */
|
|
15950
16126
|
start_date?: string;
|
|
15951
|
-
/** @example 2026-10-
|
|
16127
|
+
/** @example 2026-10-15T00:00:00.000000Z */
|
|
15952
16128
|
end_date?: string;
|
|
15953
16129
|
/** @example false */
|
|
15954
16130
|
is_periodic?: boolean;
|
|
15955
|
-
/** @example 2026-04-
|
|
16131
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
15956
16132
|
created_at?: string;
|
|
15957
16133
|
}[];
|
|
15958
16134
|
links?: {
|
|
@@ -16059,7 +16235,7 @@ export interface operations {
|
|
|
16059
16235
|
content: {
|
|
16060
16236
|
"application/json": {
|
|
16061
16237
|
data?: {
|
|
16062
|
-
/** @example
|
|
16238
|
+
/** @example 99 */
|
|
16063
16239
|
id?: number;
|
|
16064
16240
|
compliance?: {
|
|
16065
16241
|
/** @example 1 */
|
|
@@ -16079,9 +16255,9 @@ export interface operations {
|
|
|
16079
16255
|
rejection_reason?: string | null;
|
|
16080
16256
|
/** @example 1 */
|
|
16081
16257
|
reviewed_by?: number;
|
|
16082
|
-
/** @example 2026-04-
|
|
16258
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
16083
16259
|
reviewed_at?: string;
|
|
16084
|
-
/** @example 2026-04-
|
|
16260
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
16085
16261
|
created_at?: string;
|
|
16086
16262
|
};
|
|
16087
16263
|
};
|
|
@@ -16108,7 +16284,7 @@ export interface operations {
|
|
|
16108
16284
|
content: {
|
|
16109
16285
|
"application/json": {
|
|
16110
16286
|
data?: {
|
|
16111
|
-
/** @example
|
|
16287
|
+
/** @example 100 */
|
|
16112
16288
|
id?: number;
|
|
16113
16289
|
compliance?: {
|
|
16114
16290
|
/** @example 1 */
|
|
@@ -16128,9 +16304,9 @@ export interface operations {
|
|
|
16128
16304
|
rejection_reason?: string | null;
|
|
16129
16305
|
/** @example 1 */
|
|
16130
16306
|
reviewed_by?: number;
|
|
16131
|
-
/** @example 2026-04-
|
|
16307
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
16132
16308
|
reviewed_at?: string;
|
|
16133
|
-
/** @example 2026-04-
|
|
16309
|
+
/** @example 2026-04-09T14:25:49.000000Z */
|
|
16134
16310
|
created_at?: string;
|
|
16135
16311
|
};
|
|
16136
16312
|
};
|
|
@@ -16346,7 +16522,7 @@ export interface operations {
|
|
|
16346
16522
|
min_price?: number;
|
|
16347
16523
|
/** @description Maximum price filter. */
|
|
16348
16524
|
max_price?: number;
|
|
16349
|
-
/** @description Keyword search. */
|
|
16525
|
+
/** @description Keyword search across listing SKU, address fields, and item details. */
|
|
16350
16526
|
q?: string;
|
|
16351
16527
|
/** @description Filter by nightly_price. */
|
|
16352
16528
|
nightly_price?: string;
|
|
@@ -16554,156 +16730,93 @@ export interface operations {
|
|
|
16554
16730
|
};
|
|
16555
16731
|
content: {
|
|
16556
16732
|
"application/json": {
|
|
16557
|
-
/** @example Listing
|
|
16733
|
+
/** @example Listing fetched */
|
|
16558
16734
|
message?: string;
|
|
16559
16735
|
/** @example null */
|
|
16560
16736
|
event?: string | null;
|
|
16561
16737
|
data?: {
|
|
16562
|
-
/** @example
|
|
16563
|
-
sku?: string;
|
|
16564
|
-
/** @example ed744e99-5d1c-48f1-8dde-189ab8405c43 */
|
|
16738
|
+
/** @example 5d7ffb11-823a-41e2-b0c6-3ad423e97f10 */
|
|
16565
16739
|
uid?: string;
|
|
16740
|
+
/** @example null */
|
|
16741
|
+
draft_name?: string | null;
|
|
16742
|
+
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
16743
|
+
sku?: string;
|
|
16566
16744
|
details?: {
|
|
16567
|
-
/** @example
|
|
16745
|
+
/** @example New Benin */
|
|
16568
16746
|
title?: string;
|
|
16569
|
-
/** @example
|
|
16747
|
+
/** @example this amsas */
|
|
16570
16748
|
description?: string;
|
|
16571
|
-
/** @example
|
|
16749
|
+
/** @example Benin */
|
|
16572
16750
|
city?: string;
|
|
16573
|
-
/** @example
|
|
16751
|
+
/** @example Warri */
|
|
16574
16752
|
address?: string;
|
|
16575
|
-
/** @example
|
|
16753
|
+
/** @example 32001 */
|
|
16576
16754
|
postcode?: string;
|
|
16577
|
-
/** @example
|
|
16755
|
+
/** @example 0.2300000 */
|
|
16578
16756
|
longitude?: string;
|
|
16579
|
-
/** @example -
|
|
16757
|
+
/** @example -23.0000000 */
|
|
16580
16758
|
latitude?: string;
|
|
16581
|
-
/** @example
|
|
16759
|
+
/** @example United Kingdom */
|
|
16582
16760
|
country?: string;
|
|
16583
16761
|
};
|
|
16584
|
-
/** @example
|
|
16762
|
+
/** @example Short Let */
|
|
16585
16763
|
listing_type?: string;
|
|
16586
16764
|
/** @example Property */
|
|
16587
16765
|
vertical?: string;
|
|
16588
|
-
price?: {
|
|
16589
|
-
/** @example 3310.00 */
|
|
16590
|
-
amount?: string;
|
|
16591
|
-
/** @example GBP */
|
|
16592
|
-
currency?: string;
|
|
16593
|
-
/** @example total */
|
|
16594
|
-
period?: string;
|
|
16595
|
-
};
|
|
16596
|
-
/**
|
|
16597
|
-
* @example [
|
|
16598
|
-
* {
|
|
16599
|
-
* "id": 5,
|
|
16600
|
-
* "day": "tuesday",
|
|
16601
|
-
* "start_time": "11:00 AM",
|
|
16602
|
-
* "end_time": "01:00 PM"
|
|
16603
|
-
* },
|
|
16604
|
-
* {
|
|
16605
|
-
* "id": 6,
|
|
16606
|
-
* "day": "thursday",
|
|
16607
|
-
* "start_time": "11:00 AM",
|
|
16608
|
-
* "end_time": "01:00 PM"
|
|
16609
|
-
* }
|
|
16610
|
-
* ]
|
|
16611
|
-
*/
|
|
16612
|
-
viewing_slots?: {
|
|
16613
|
-
/** @example 5 */
|
|
16614
|
-
id?: number;
|
|
16615
|
-
/** @example tuesday */
|
|
16616
|
-
day?: string;
|
|
16617
|
-
/** @example 11:00 AM */
|
|
16618
|
-
start_time?: string;
|
|
16619
|
-
/** @example 01:00 PM */
|
|
16620
|
-
end_time?: string;
|
|
16621
|
-
}[];
|
|
16622
16766
|
owner?: {
|
|
16623
16767
|
/** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
|
|
16624
16768
|
uid?: string;
|
|
16625
16769
|
/** @example Bruce Hunter */
|
|
16626
16770
|
name?: string;
|
|
16627
|
-
/** @example
|
|
16628
|
-
phone?: string;
|
|
16629
|
-
/** @example bruce.hunter@example.com */
|
|
16771
|
+
/** @example landlord3@justinshome.test */
|
|
16630
16772
|
email?: string;
|
|
16631
|
-
/** @example
|
|
16632
|
-
avatar?: string;
|
|
16633
|
-
plan?: {
|
|
16634
|
-
/** @example enterprise_pro */
|
|
16635
|
-
key?: string;
|
|
16636
|
-
/** @example Enterprise Pro */
|
|
16637
|
-
name?: string;
|
|
16638
|
-
/** @example Landlord */
|
|
16639
|
-
user_type?: string;
|
|
16640
|
-
/** @example true */
|
|
16641
|
-
is_active?: boolean;
|
|
16642
|
-
/** @example [] */
|
|
16643
|
-
capabilities?: unknown[];
|
|
16644
|
-
/** @example [] */
|
|
16645
|
-
entitlements?: unknown[];
|
|
16646
|
-
/** @example [] */
|
|
16647
|
-
verification_requirements?: unknown[];
|
|
16648
|
-
};
|
|
16773
|
+
/** @example null */
|
|
16774
|
+
avatar?: string | null;
|
|
16649
16775
|
};
|
|
16650
16776
|
created_by?: {
|
|
16651
|
-
/** @example
|
|
16777
|
+
/** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
|
|
16652
16778
|
uid?: string;
|
|
16653
|
-
/** @example
|
|
16779
|
+
/** @example System Admin */
|
|
16654
16780
|
name?: string;
|
|
16655
|
-
/** @example +44 20 7946 0958 */
|
|
16656
|
-
phone?: string;
|
|
16657
|
-
/** @example bruce.hunter@example.com */
|
|
16658
|
-
email?: string;
|
|
16659
|
-
/** @example https://cdn.example.com/avatars/bruce-hunter.jpg */
|
|
16660
|
-
avatar?: string;
|
|
16661
|
-
plan?: {
|
|
16662
|
-
/** @example enterprise_pro */
|
|
16663
|
-
key?: string;
|
|
16664
|
-
/** @example Enterprise Pro */
|
|
16665
|
-
name?: string;
|
|
16666
|
-
/** @example Landlord */
|
|
16667
|
-
user_type?: string;
|
|
16668
|
-
/** @example true */
|
|
16669
|
-
is_active?: boolean;
|
|
16670
|
-
/** @example [] */
|
|
16671
|
-
capabilities?: unknown[];
|
|
16672
|
-
/** @example [] */
|
|
16673
|
-
entitlements?: unknown[];
|
|
16674
|
-
/** @example [] */
|
|
16675
|
-
verification_requirements?: unknown[];
|
|
16676
|
-
};
|
|
16677
16781
|
};
|
|
16678
16782
|
/** @example published */
|
|
16679
16783
|
state?: string;
|
|
16680
|
-
/** @example 07 Apr 2026, 09:02 PM */
|
|
16681
|
-
published_at?: string;
|
|
16682
|
-
/** @example 1 day ago */
|
|
16683
|
-
published_since?: string;
|
|
16684
16784
|
/** @example true */
|
|
16685
16785
|
is_visible?: boolean;
|
|
16786
|
+
price?: {
|
|
16787
|
+
/** @example 500.00 */
|
|
16788
|
+
amount?: string;
|
|
16789
|
+
/** @example GBP */
|
|
16790
|
+
currency?: string;
|
|
16791
|
+
/** @example night */
|
|
16792
|
+
period?: string;
|
|
16793
|
+
};
|
|
16686
16794
|
summary?: {
|
|
16687
|
-
/** @example
|
|
16795
|
+
/** @example residential */
|
|
16688
16796
|
property_type?: string;
|
|
16689
16797
|
/** @example 5 */
|
|
16690
16798
|
bedrooms?: number;
|
|
16691
|
-
/** @example
|
|
16692
|
-
bathrooms?:
|
|
16799
|
+
/** @example 2 */
|
|
16800
|
+
bathrooms?: number;
|
|
16693
16801
|
/** @example null */
|
|
16694
16802
|
size?: string | null;
|
|
16695
16803
|
/** @example null */
|
|
16696
16804
|
availability?: string | null;
|
|
16697
16805
|
};
|
|
16698
16806
|
workflow?: {
|
|
16699
|
-
/** @example
|
|
16807
|
+
/** @example features */
|
|
16700
16808
|
current_step?: string;
|
|
16701
16809
|
/** @example true */
|
|
16702
16810
|
can_submit?: boolean;
|
|
16703
|
-
/**
|
|
16704
|
-
|
|
16705
|
-
|
|
16706
|
-
|
|
16811
|
+
/**
|
|
16812
|
+
* @example [
|
|
16813
|
+
* "media",
|
|
16814
|
+
* "compliance_documents"
|
|
16815
|
+
* ]
|
|
16816
|
+
*/
|
|
16817
|
+
missing_requirements?: string[];
|
|
16818
|
+
/** @example media */
|
|
16819
|
+
next_step?: string;
|
|
16707
16820
|
progress?: {
|
|
16708
16821
|
/** @example 8 */
|
|
16709
16822
|
completed?: number;
|
|
@@ -16717,38 +16830,57 @@ export interface operations {
|
|
|
16717
16830
|
/**
|
|
16718
16831
|
* @example [
|
|
16719
16832
|
* {
|
|
16720
|
-
* "uid": "
|
|
16721
|
-
* "media_type": "
|
|
16722
|
-
* "storage_path": "
|
|
16723
|
-
* "order_index": 0,
|
|
16724
|
-
* "is_cover": true
|
|
16725
|
-
* },
|
|
16726
|
-
* {
|
|
16727
|
-
* "uid": "f5fdb8a7-31ea-42a1-af22-f75b0a7776f9",
|
|
16728
|
-
* "media_type": "image",
|
|
16729
|
-
* "storage_path": "https://cdn.example.com/listings/property-sale-gallery-2.png",
|
|
16833
|
+
* "uid": "136ff64c-41cd-493e-a5f0-125242d62ddd",
|
|
16834
|
+
* "media_type": "photo",
|
|
16835
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png",
|
|
16730
16836
|
* "order_index": 1,
|
|
16731
|
-
* "is_cover":
|
|
16837
|
+
* "is_cover": true
|
|
16732
16838
|
* }
|
|
16733
16839
|
* ]
|
|
16734
16840
|
*/
|
|
16735
16841
|
gallery?: {
|
|
16736
|
-
/** @example
|
|
16842
|
+
/** @example 136ff64c-41cd-493e-a5f0-125242d62ddd */
|
|
16737
16843
|
uid?: string;
|
|
16738
|
-
/** @example
|
|
16844
|
+
/** @example photo */
|
|
16739
16845
|
media_type?: string;
|
|
16740
|
-
/** @example
|
|
16846
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
16741
16847
|
storage_path?: string;
|
|
16742
|
-
/** @example
|
|
16848
|
+
/** @example 1 */
|
|
16743
16849
|
order_index?: number;
|
|
16744
16850
|
/** @example true */
|
|
16745
16851
|
is_cover?: boolean;
|
|
16746
16852
|
}[];
|
|
16747
|
-
/** @example http://justinshome-backendcore.test/storage/listings/
|
|
16853
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
16748
16854
|
cover?: string;
|
|
16749
|
-
/** @example
|
|
16855
|
+
/** @example 3 */
|
|
16750
16856
|
count?: number;
|
|
16751
16857
|
};
|
|
16858
|
+
/**
|
|
16859
|
+
* @example [
|
|
16860
|
+
* {
|
|
16861
|
+
* "id": 5,
|
|
16862
|
+
* "day": "tuesday",
|
|
16863
|
+
* "start_time": "11:00 AM",
|
|
16864
|
+
* "end_time": "01:00 PM"
|
|
16865
|
+
* },
|
|
16866
|
+
* {
|
|
16867
|
+
* "id": 6,
|
|
16868
|
+
* "day": "thursday",
|
|
16869
|
+
* "start_time": "11:00 AM",
|
|
16870
|
+
* "end_time": "01:00 PM"
|
|
16871
|
+
* }
|
|
16872
|
+
* ]
|
|
16873
|
+
*/
|
|
16874
|
+
viewing_slots?: {
|
|
16875
|
+
/** @example 5 */
|
|
16876
|
+
id?: number;
|
|
16877
|
+
/** @example tuesday */
|
|
16878
|
+
day?: string;
|
|
16879
|
+
/** @example 11:00 AM */
|
|
16880
|
+
start_time?: string;
|
|
16881
|
+
/** @example 01:00 PM */
|
|
16882
|
+
end_time?: string;
|
|
16883
|
+
}[];
|
|
16752
16884
|
/**
|
|
16753
16885
|
* @example [
|
|
16754
16886
|
* {
|
|
@@ -16767,44 +16899,87 @@ export interface operations {
|
|
|
16767
16899
|
/** @example allowed */
|
|
16768
16900
|
value?: string;
|
|
16769
16901
|
}[];
|
|
16902
|
+
rental?: {
|
|
16903
|
+
/** @example null */
|
|
16904
|
+
deposit_amount?: string | null;
|
|
16905
|
+
/** @example null */
|
|
16906
|
+
fixed_term_length?: string | null;
|
|
16907
|
+
/** @example null */
|
|
16908
|
+
availability_date?: string | null;
|
|
16909
|
+
};
|
|
16910
|
+
short_let?: {
|
|
16911
|
+
/** @example 500.00 */
|
|
16912
|
+
nightly_price?: string;
|
|
16913
|
+
/** @example 1 */
|
|
16914
|
+
minimum_stay_nights?: number;
|
|
16915
|
+
/** @example 5 */
|
|
16916
|
+
maximum_stay_nights?: number;
|
|
16917
|
+
/** @example 80.00 */
|
|
16918
|
+
cleaning_fee?: string;
|
|
16919
|
+
/** @example 08:00 AM */
|
|
16920
|
+
check_in_time?: string;
|
|
16921
|
+
/** @example 08:00 PM */
|
|
16922
|
+
check_out_time?: string;
|
|
16923
|
+
};
|
|
16924
|
+
item?: {
|
|
16925
|
+
/** @example null */
|
|
16926
|
+
item_name?: string | null;
|
|
16927
|
+
/** @example null */
|
|
16928
|
+
item_category?: string | null;
|
|
16929
|
+
/** @example null */
|
|
16930
|
+
condition?: string | null;
|
|
16931
|
+
/** @example null */
|
|
16932
|
+
brand?: string | null;
|
|
16933
|
+
/** @example null */
|
|
16934
|
+
dimensions?: string | null;
|
|
16935
|
+
/** @example null */
|
|
16936
|
+
quantity_available?: string | null;
|
|
16937
|
+
/** @example null */
|
|
16938
|
+
is_negotiable?: string | null;
|
|
16939
|
+
/** @example null */
|
|
16940
|
+
availability_status?: string | null;
|
|
16941
|
+
};
|
|
16770
16942
|
/**
|
|
16771
16943
|
* @example [
|
|
16772
16944
|
* {
|
|
16773
16945
|
* "id": 1,
|
|
16774
|
-
* "
|
|
16775
|
-
* "
|
|
16776
|
-
* "description": "Allocated parking space",
|
|
16777
|
-
* "icon": "parking",
|
|
16778
|
-
* "is_active": true,
|
|
16779
|
-
* "is_filterable": true
|
|
16780
|
-
* },
|
|
16781
|
-
* {
|
|
16782
|
-
* "id": 2,
|
|
16783
|
-
* "category_id": 3,
|
|
16784
|
-
* "name": "Balcony",
|
|
16785
|
-
* "description": "Private balcony",
|
|
16786
|
-
* "icon": "balcony",
|
|
16787
|
-
* "is_active": true,
|
|
16788
|
-
* "is_filterable": true
|
|
16946
|
+
* "name": "Air Conditioning",
|
|
16947
|
+
* "category": "Interior"
|
|
16789
16948
|
* }
|
|
16790
16949
|
* ]
|
|
16791
16950
|
*/
|
|
16792
16951
|
features?: {
|
|
16793
16952
|
/** @example 1 */
|
|
16794
16953
|
id?: number;
|
|
16795
|
-
/** @example
|
|
16796
|
-
category_id?: number;
|
|
16797
|
-
/** @example Parking */
|
|
16954
|
+
/** @example Air Conditioning */
|
|
16798
16955
|
name?: string;
|
|
16799
|
-
/** @example
|
|
16800
|
-
|
|
16801
|
-
/** @example parking */
|
|
16802
|
-
icon?: string;
|
|
16803
|
-
/** @example true */
|
|
16804
|
-
is_active?: boolean;
|
|
16805
|
-
/** @example true */
|
|
16806
|
-
is_filterable?: boolean;
|
|
16956
|
+
/** @example Interior */
|
|
16957
|
+
category?: string;
|
|
16807
16958
|
}[];
|
|
16959
|
+
active_tenancy?: {
|
|
16960
|
+
/** @example ten_9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
16961
|
+
uid?: string;
|
|
16962
|
+
/** @example 1200.00 */
|
|
16963
|
+
rent_amount?: string;
|
|
16964
|
+
/** @example 1200.00 */
|
|
16965
|
+
deposit_amount?: string;
|
|
16966
|
+
/** @example 2026-04-01 */
|
|
16967
|
+
start_date?: string;
|
|
16968
|
+
/** @example 2027-03-31 */
|
|
16969
|
+
end_date?: string;
|
|
16970
|
+
/** @example active */
|
|
16971
|
+
state?: string;
|
|
16972
|
+
/** @example false */
|
|
16973
|
+
is_periodic?: boolean;
|
|
16974
|
+
tenant?: {
|
|
16975
|
+
/** @example usr_6c4af8e1-6c5a-4ca0-bf3c-8f3fdf41aef2 */
|
|
16976
|
+
uid?: string;
|
|
16977
|
+
/** @example Jane Doe */
|
|
16978
|
+
name?: string;
|
|
16979
|
+
/** @example jane.doe@example.com */
|
|
16980
|
+
email?: string;
|
|
16981
|
+
};
|
|
16982
|
+
};
|
|
16808
16983
|
/**
|
|
16809
16984
|
* @example [
|
|
16810
16985
|
* {
|
|
@@ -16819,19 +16994,6 @@ export interface operations {
|
|
|
16819
16994
|
* "requirements": [
|
|
16820
16995
|
* "ownership_document_upload"
|
|
16821
16996
|
* ]
|
|
16822
|
-
* },
|
|
16823
|
-
* {
|
|
16824
|
-
* "id": 2,
|
|
16825
|
-
* "compliance_key": "gas_safety",
|
|
16826
|
-
* "name": "Gas Safety Certificate",
|
|
16827
|
-
* "description": "Gas Safety Certificate",
|
|
16828
|
-
* "enforcement_level": "soft",
|
|
16829
|
-
* "validity_type": "non_expiring",
|
|
16830
|
-
* "grace_period_days": null,
|
|
16831
|
-
* "status": "active",
|
|
16832
|
-
* "requirements": [
|
|
16833
|
-
* "gas_safety_certificate"
|
|
16834
|
-
* ]
|
|
16835
16997
|
* }
|
|
16836
16998
|
* ]
|
|
16837
16999
|
*/
|
|
@@ -16869,12 +17031,6 @@ export interface operations {
|
|
|
16869
17031
|
* "compliance_name": "Proof of Property Ownership",
|
|
16870
17032
|
* "state": "pending",
|
|
16871
17033
|
* "valid_until": null
|
|
16872
|
-
* },
|
|
16873
|
-
* {
|
|
16874
|
-
* "compliance_key": "gas_safety",
|
|
16875
|
-
* "compliance_name": "Gas Safety Certificate",
|
|
16876
|
-
* "state": "pending",
|
|
16877
|
-
* "valid_until": null
|
|
16878
17034
|
* }
|
|
16879
17035
|
* ]
|
|
16880
17036
|
*/
|
|
@@ -17117,35 +17273,35 @@ export interface operations {
|
|
|
17117
17273
|
/**
|
|
17118
17274
|
* @example [
|
|
17119
17275
|
* {
|
|
17120
|
-
* "uid": "
|
|
17276
|
+
* "uid": "08e71879-55c5-413a-979f-c38fc62f3ec2",
|
|
17121
17277
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17122
17278
|
* "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.",
|
|
17123
17279
|
* "status": "reported",
|
|
17124
17280
|
* "priority": "emergency",
|
|
17125
|
-
* "reported_at": "2026-04-
|
|
17126
|
-
* "assigned_at": "2026-04-
|
|
17281
|
+
* "reported_at": "2026-04-03T01:39:25.000000Z",
|
|
17282
|
+
* "assigned_at": "2026-04-07T21:59:17.000000Z",
|
|
17127
17283
|
* "completed_at": null,
|
|
17128
|
-
* "sla_deadline": "2026-04-
|
|
17129
|
-
* "created_at": "2026-04-
|
|
17130
|
-
* "updated_at": "2026-04-
|
|
17284
|
+
* "sla_deadline": "2026-04-11T03:21:40.000000Z",
|
|
17285
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
17286
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
17131
17287
|
* },
|
|
17132
17288
|
* {
|
|
17133
|
-
* "uid": "
|
|
17289
|
+
* "uid": "cc8ca160-545d-40fb-9b81-d580f24f1efe",
|
|
17134
17290
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17135
17291
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17136
17292
|
* "status": "completed",
|
|
17137
17293
|
* "priority": "normal",
|
|
17138
|
-
* "reported_at": "2026-04-
|
|
17294
|
+
* "reported_at": "2026-04-05T14:17:50.000000Z",
|
|
17139
17295
|
* "assigned_at": null,
|
|
17140
17296
|
* "completed_at": null,
|
|
17141
|
-
* "sla_deadline": "2026-04-
|
|
17142
|
-
* "created_at": "2026-04-
|
|
17143
|
-
* "updated_at": "2026-04-
|
|
17297
|
+
* "sla_deadline": "2026-04-12T11:21:37.000000Z",
|
|
17298
|
+
* "created_at": "2026-04-09T14:25:50.000000Z",
|
|
17299
|
+
* "updated_at": "2026-04-09T14:25:50.000000Z"
|
|
17144
17300
|
* }
|
|
17145
17301
|
* ]
|
|
17146
17302
|
*/
|
|
17147
17303
|
data?: {
|
|
17148
|
-
/** @example
|
|
17304
|
+
/** @example 08e71879-55c5-413a-979f-c38fc62f3ec2 */
|
|
17149
17305
|
uid?: string;
|
|
17150
17306
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
17151
17307
|
title?: string;
|
|
@@ -17155,17 +17311,17 @@ export interface operations {
|
|
|
17155
17311
|
status?: string;
|
|
17156
17312
|
/** @example emergency */
|
|
17157
17313
|
priority?: string;
|
|
17158
|
-
/** @example 2026-04-
|
|
17314
|
+
/** @example 2026-04-03T01:39:25.000000Z */
|
|
17159
17315
|
reported_at?: string;
|
|
17160
|
-
/** @example 2026-04-
|
|
17316
|
+
/** @example 2026-04-07T21:59:17.000000Z */
|
|
17161
17317
|
assigned_at?: string;
|
|
17162
17318
|
/** @example null */
|
|
17163
17319
|
completed_at?: string | null;
|
|
17164
|
-
/** @example 2026-04-
|
|
17320
|
+
/** @example 2026-04-11T03:21:40.000000Z */
|
|
17165
17321
|
sla_deadline?: string;
|
|
17166
|
-
/** @example 2026-04-
|
|
17322
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17167
17323
|
created_at?: string;
|
|
17168
|
-
/** @example 2026-04-
|
|
17324
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17169
17325
|
updated_at?: string;
|
|
17170
17326
|
}[];
|
|
17171
17327
|
links?: {
|
|
@@ -17260,13 +17416,13 @@ export interface operations {
|
|
|
17260
17416
|
content: {
|
|
17261
17417
|
"application/json": {
|
|
17262
17418
|
data?: {
|
|
17263
|
-
/** @example
|
|
17419
|
+
/** @example 779ae004-b18e-427e-8828-cb74c0344b5e */
|
|
17264
17420
|
uid?: string;
|
|
17265
17421
|
/** @example image */
|
|
17266
17422
|
file_type?: string;
|
|
17267
17423
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
17268
17424
|
url?: string;
|
|
17269
|
-
/** @example 2026-04-
|
|
17425
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17270
17426
|
created_at?: string;
|
|
17271
17427
|
};
|
|
17272
17428
|
};
|
|
@@ -17311,7 +17467,7 @@ export interface operations {
|
|
|
17311
17467
|
content: {
|
|
17312
17468
|
"application/json": {
|
|
17313
17469
|
data?: {
|
|
17314
|
-
/** @example
|
|
17470
|
+
/** @example 16 */
|
|
17315
17471
|
id?: number;
|
|
17316
17472
|
/** @example property_inquiry */
|
|
17317
17473
|
type?: string;
|
|
@@ -17319,7 +17475,7 @@ export interface operations {
|
|
|
17319
17475
|
listing_id?: number;
|
|
17320
17476
|
/** @example null */
|
|
17321
17477
|
last_message_at?: string | null;
|
|
17322
|
-
/** @example 2026-04-
|
|
17478
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17323
17479
|
created_at?: string;
|
|
17324
17480
|
};
|
|
17325
17481
|
};
|
|
@@ -17345,23 +17501,23 @@ export interface operations {
|
|
|
17345
17501
|
/**
|
|
17346
17502
|
* @example [
|
|
17347
17503
|
* {
|
|
17348
|
-
* "id":
|
|
17504
|
+
* "id": 17,
|
|
17349
17505
|
* "type": "property_inquiry",
|
|
17350
17506
|
* "listing_id": 2,
|
|
17351
17507
|
* "last_message_at": null,
|
|
17352
|
-
* "created_at": "2026-04-
|
|
17508
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17353
17509
|
* },
|
|
17354
17510
|
* {
|
|
17355
|
-
* "id":
|
|
17511
|
+
* "id": 18,
|
|
17356
17512
|
* "type": "property_inquiry",
|
|
17357
17513
|
* "listing_id": 2,
|
|
17358
17514
|
* "last_message_at": null,
|
|
17359
|
-
* "created_at": "2026-04-
|
|
17515
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17360
17516
|
* }
|
|
17361
17517
|
* ]
|
|
17362
17518
|
*/
|
|
17363
17519
|
data?: {
|
|
17364
|
-
/** @example
|
|
17520
|
+
/** @example 17 */
|
|
17365
17521
|
id?: number;
|
|
17366
17522
|
/** @example property_inquiry */
|
|
17367
17523
|
type?: string;
|
|
@@ -17369,7 +17525,7 @@ export interface operations {
|
|
|
17369
17525
|
listing_id?: number;
|
|
17370
17526
|
/** @example null */
|
|
17371
17527
|
last_message_at?: string | null;
|
|
17372
|
-
/** @example 2026-04-
|
|
17528
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17373
17529
|
created_at?: string;
|
|
17374
17530
|
}[];
|
|
17375
17531
|
links?: {
|
|
@@ -17687,27 +17843,27 @@ export interface operations {
|
|
|
17687
17843
|
/**
|
|
17688
17844
|
* @example [
|
|
17689
17845
|
* {
|
|
17690
|
-
* "id": "
|
|
17846
|
+
* "id": "93913af0-b9df-4f54-8b04-e6390e093965",
|
|
17691
17847
|
* "type": "APPOINTMENT_CREATED",
|
|
17692
17848
|
* "title": "faker notification",
|
|
17693
17849
|
* "body": "faker notification body",
|
|
17694
17850
|
* "data": [],
|
|
17695
17851
|
* "read_at": null,
|
|
17696
|
-
* "created_at": "2026-04-
|
|
17852
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17697
17853
|
* },
|
|
17698
17854
|
* {
|
|
17699
|
-
* "id": "
|
|
17855
|
+
* "id": "1a35e25e-1cf8-418b-baec-30f5c559b69b",
|
|
17700
17856
|
* "type": "APPOINTMENT_CREATED",
|
|
17701
17857
|
* "title": "faker notification",
|
|
17702
17858
|
* "body": "faker notification body",
|
|
17703
17859
|
* "data": [],
|
|
17704
17860
|
* "read_at": null,
|
|
17705
|
-
* "created_at": "2026-04-
|
|
17861
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17706
17862
|
* }
|
|
17707
17863
|
* ]
|
|
17708
17864
|
*/
|
|
17709
17865
|
data?: {
|
|
17710
|
-
/** @example
|
|
17866
|
+
/** @example 93913af0-b9df-4f54-8b04-e6390e093965 */
|
|
17711
17867
|
id?: string;
|
|
17712
17868
|
/** @example APPOINTMENT_CREATED */
|
|
17713
17869
|
type?: string;
|
|
@@ -17719,7 +17875,7 @@ export interface operations {
|
|
|
17719
17875
|
data?: unknown[];
|
|
17720
17876
|
/** @example null */
|
|
17721
17877
|
read_at?: string | null;
|
|
17722
|
-
/** @example 2026-04-
|
|
17878
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17723
17879
|
created_at?: string;
|
|
17724
17880
|
}[];
|
|
17725
17881
|
links?: {
|
|
@@ -17803,7 +17959,7 @@ export interface operations {
|
|
|
17803
17959
|
};
|
|
17804
17960
|
content: {
|
|
17805
17961
|
"application/json": {
|
|
17806
|
-
/** @example
|
|
17962
|
+
/** @example 4d3aa8f7-09b7-4fba-b66b-1d2205a4edd9 */
|
|
17807
17963
|
id?: string;
|
|
17808
17964
|
/** @example APPOINTMENT_CREATED */
|
|
17809
17965
|
type?: string;
|
|
@@ -17815,7 +17971,7 @@ export interface operations {
|
|
|
17815
17971
|
data?: unknown[];
|
|
17816
17972
|
/** @example null */
|
|
17817
17973
|
read_at?: string | null;
|
|
17818
|
-
/** @example 2026-04-
|
|
17974
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17819
17975
|
created_at?: string;
|
|
17820
17976
|
};
|
|
17821
17977
|
};
|
|
@@ -18062,45 +18218,45 @@ export interface operations {
|
|
|
18062
18218
|
/**
|
|
18063
18219
|
* @example [
|
|
18064
18220
|
* {
|
|
18065
|
-
* "id":
|
|
18221
|
+
* "id": 31,
|
|
18066
18222
|
* "rating": 1,
|
|
18067
18223
|
* "comment": "Nice Listing",
|
|
18068
18224
|
* "reviewer": {
|
|
18069
|
-
* "id":
|
|
18070
|
-
* "name": "
|
|
18225
|
+
* "id": 12,
|
|
18226
|
+
* "name": "Jennifer Young"
|
|
18071
18227
|
* },
|
|
18072
|
-
* "created_at": "2026-04-
|
|
18073
|
-
* "updated_at": "2026-04-
|
|
18228
|
+
* "created_at": "2026-04-09T14:25:50+00:00",
|
|
18229
|
+
* "updated_at": "2026-04-09T14:25:50+00:00"
|
|
18074
18230
|
* },
|
|
18075
18231
|
* {
|
|
18076
|
-
* "id":
|
|
18232
|
+
* "id": 32,
|
|
18077
18233
|
* "rating": 1,
|
|
18078
18234
|
* "comment": "Nice Listing",
|
|
18079
18235
|
* "reviewer": {
|
|
18080
|
-
* "id":
|
|
18081
|
-
* "name": "
|
|
18236
|
+
* "id": 6,
|
|
18237
|
+
* "name": "Jacob Richardson"
|
|
18082
18238
|
* },
|
|
18083
|
-
* "created_at": "2026-04-
|
|
18084
|
-
* "updated_at": "2026-04-
|
|
18239
|
+
* "created_at": "2026-04-09T14:25:50+00:00",
|
|
18240
|
+
* "updated_at": "2026-04-09T14:25:50+00:00"
|
|
18085
18241
|
* }
|
|
18086
18242
|
* ]
|
|
18087
18243
|
*/
|
|
18088
18244
|
data?: {
|
|
18089
|
-
/** @example
|
|
18245
|
+
/** @example 31 */
|
|
18090
18246
|
id?: number;
|
|
18091
18247
|
/** @example 1 */
|
|
18092
18248
|
rating?: number;
|
|
18093
18249
|
/** @example Nice Listing */
|
|
18094
18250
|
comment?: string;
|
|
18095
18251
|
reviewer?: {
|
|
18096
|
-
/** @example
|
|
18252
|
+
/** @example 12 */
|
|
18097
18253
|
id?: number;
|
|
18098
|
-
/** @example
|
|
18254
|
+
/** @example Jennifer Young */
|
|
18099
18255
|
name?: string;
|
|
18100
18256
|
};
|
|
18101
|
-
/** @example 2026-04-
|
|
18257
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18102
18258
|
created_at?: string;
|
|
18103
|
-
/** @example 2026-04-
|
|
18259
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18104
18260
|
updated_at?: string;
|
|
18105
18261
|
}[];
|
|
18106
18262
|
links?: {
|
|
@@ -18254,21 +18410,21 @@ export interface operations {
|
|
|
18254
18410
|
content: {
|
|
18255
18411
|
"application/json": {
|
|
18256
18412
|
data?: {
|
|
18257
|
-
/** @example
|
|
18413
|
+
/** @example 33 */
|
|
18258
18414
|
id?: number;
|
|
18259
18415
|
/** @example 1 */
|
|
18260
18416
|
rating?: number;
|
|
18261
18417
|
/** @example Nice Listing */
|
|
18262
18418
|
comment?: string;
|
|
18263
18419
|
reviewer?: {
|
|
18264
|
-
/** @example
|
|
18420
|
+
/** @example 21 */
|
|
18265
18421
|
id?: number;
|
|
18266
|
-
/** @example
|
|
18422
|
+
/** @example Jordan Green */
|
|
18267
18423
|
name?: string;
|
|
18268
18424
|
};
|
|
18269
|
-
/** @example 2026-04-
|
|
18425
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18270
18426
|
created_at?: string;
|
|
18271
|
-
/** @example 2026-04-
|
|
18427
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18272
18428
|
updated_at?: string;
|
|
18273
18429
|
};
|
|
18274
18430
|
};
|
|
@@ -18312,21 +18468,21 @@ export interface operations {
|
|
|
18312
18468
|
content: {
|
|
18313
18469
|
"application/json": {
|
|
18314
18470
|
data?: {
|
|
18315
|
-
/** @example
|
|
18471
|
+
/** @example 34 */
|
|
18316
18472
|
id?: number;
|
|
18317
18473
|
/** @example 1 */
|
|
18318
18474
|
rating?: number;
|
|
18319
18475
|
/** @example Nice Listing */
|
|
18320
18476
|
comment?: string;
|
|
18321
18477
|
reviewer?: {
|
|
18322
|
-
/** @example
|
|
18478
|
+
/** @example 16 */
|
|
18323
18479
|
id?: number;
|
|
18324
|
-
/** @example
|
|
18480
|
+
/** @example Zach Hughes */
|
|
18325
18481
|
name?: string;
|
|
18326
18482
|
};
|
|
18327
|
-
/** @example 2026-04-
|
|
18483
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18328
18484
|
created_at?: string;
|
|
18329
|
-
/** @example 2026-04-
|
|
18485
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18330
18486
|
updated_at?: string;
|
|
18331
18487
|
};
|
|
18332
18488
|
};
|
|
@@ -18368,21 +18524,21 @@ export interface operations {
|
|
|
18368
18524
|
content: {
|
|
18369
18525
|
"application/json": {
|
|
18370
18526
|
data?: {
|
|
18371
|
-
/** @example
|
|
18527
|
+
/** @example 35 */
|
|
18372
18528
|
id?: number;
|
|
18373
18529
|
/** @example 1 */
|
|
18374
18530
|
rating?: number;
|
|
18375
18531
|
/** @example Nice Listing */
|
|
18376
18532
|
comment?: string;
|
|
18377
18533
|
reviewer?: {
|
|
18378
|
-
/** @example
|
|
18534
|
+
/** @example 26 */
|
|
18379
18535
|
id?: number;
|
|
18380
|
-
/** @example
|
|
18536
|
+
/** @example Alexander Bailey */
|
|
18381
18537
|
name?: string;
|
|
18382
18538
|
};
|
|
18383
|
-
/** @example 2026-04-
|
|
18539
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18384
18540
|
created_at?: string;
|
|
18385
|
-
/** @example 2026-04-
|
|
18541
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18386
18542
|
updated_at?: string;
|
|
18387
18543
|
};
|
|
18388
18544
|
};
|
|
@@ -18409,21 +18565,21 @@ export interface operations {
|
|
|
18409
18565
|
content: {
|
|
18410
18566
|
"application/json": {
|
|
18411
18567
|
data?: {
|
|
18412
|
-
/** @example
|
|
18568
|
+
/** @example 36 */
|
|
18413
18569
|
id?: number;
|
|
18414
18570
|
/** @example 1 */
|
|
18415
18571
|
rating?: number;
|
|
18416
18572
|
/** @example Nice Listing */
|
|
18417
18573
|
comment?: string;
|
|
18418
18574
|
reviewer?: {
|
|
18419
|
-
/** @example
|
|
18575
|
+
/** @example 1 */
|
|
18420
18576
|
id?: number;
|
|
18421
|
-
/** @example
|
|
18577
|
+
/** @example System Admin */
|
|
18422
18578
|
name?: string;
|
|
18423
18579
|
};
|
|
18424
|
-
/** @example 2026-04-
|
|
18580
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18425
18581
|
created_at?: string;
|
|
18426
|
-
/** @example 2026-04-
|
|
18582
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18427
18583
|
updated_at?: string;
|
|
18428
18584
|
};
|
|
18429
18585
|
};
|
|
@@ -18450,7 +18606,7 @@ export interface operations {
|
|
|
18450
18606
|
content: {
|
|
18451
18607
|
"application/json": {
|
|
18452
18608
|
data?: {
|
|
18453
|
-
/** @example
|
|
18609
|
+
/** @example 8550e7bd-1ce5-40e3-98be-d146cf774c70 */
|
|
18454
18610
|
uid?: string;
|
|
18455
18611
|
/** @example 1 */
|
|
18456
18612
|
listing_id?: number;
|
|
@@ -18464,13 +18620,13 @@ export interface operations {
|
|
|
18464
18620
|
deposit_amount?: string;
|
|
18465
18621
|
/** @example offer_accepted */
|
|
18466
18622
|
state?: string;
|
|
18467
|
-
/** @example 2025-10-
|
|
18623
|
+
/** @example 2025-10-15T00:00:00.000000Z */
|
|
18468
18624
|
start_date?: string;
|
|
18469
|
-
/** @example 2026-10-
|
|
18625
|
+
/** @example 2026-10-15T00:00:00.000000Z */
|
|
18470
18626
|
end_date?: string;
|
|
18471
18627
|
/** @example false */
|
|
18472
18628
|
is_periodic?: boolean;
|
|
18473
|
-
/** @example 2026-04-
|
|
18629
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
18474
18630
|
created_at?: string;
|
|
18475
18631
|
/** @example [] */
|
|
18476
18632
|
compliances?: unknown[];
|
|
@@ -18537,7 +18693,7 @@ export interface operations {
|
|
|
18537
18693
|
content: {
|
|
18538
18694
|
"application/json": {
|
|
18539
18695
|
data?: {
|
|
18540
|
-
/** @example
|
|
18696
|
+
/** @example d90f449a-791a-484d-bcbd-e596ea8f4fff */
|
|
18541
18697
|
uid?: string;
|
|
18542
18698
|
/** @example 1 */
|
|
18543
18699
|
listing_id?: number;
|
|
@@ -18551,13 +18707,13 @@ export interface operations {
|
|
|
18551
18707
|
deposit_amount?: string;
|
|
18552
18708
|
/** @example active */
|
|
18553
18709
|
state?: string;
|
|
18554
|
-
/** @example 2025-09-
|
|
18710
|
+
/** @example 2025-09-25T00:00:00.000000Z */
|
|
18555
18711
|
start_date?: string;
|
|
18556
|
-
/** @example 2026-09-
|
|
18712
|
+
/** @example 2026-09-25T00:00:00.000000Z */
|
|
18557
18713
|
end_date?: string;
|
|
18558
18714
|
/** @example true */
|
|
18559
18715
|
is_periodic?: boolean;
|
|
18560
|
-
/** @example 2026-04-
|
|
18716
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
18561
18717
|
created_at?: string;
|
|
18562
18718
|
};
|
|
18563
18719
|
};
|
|
@@ -18851,7 +19007,7 @@ export interface operations {
|
|
|
18851
19007
|
* "changed_by_user_id": 3,
|
|
18852
19008
|
* "changed_by_name": "Elizabeth Thompson",
|
|
18853
19009
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
18854
|
-
* "created_at": "2025-12-
|
|
19010
|
+
* "created_at": "2025-12-02T01:12:50.000000Z"
|
|
18855
19011
|
* },
|
|
18856
19012
|
* {
|
|
18857
19013
|
* "from_state": "pre_move_in_ready",
|
|
@@ -18859,7 +19015,7 @@ export interface operations {
|
|
|
18859
19015
|
* "changed_by_user_id": 3,
|
|
18860
19016
|
* "changed_by_name": "Elizabeth Thompson",
|
|
18861
19017
|
* "comment": null,
|
|
18862
|
-
* "created_at": "2025-10-
|
|
19018
|
+
* "created_at": "2025-10-18T09:08:30.000000Z"
|
|
18863
19019
|
* }
|
|
18864
19020
|
* ]
|
|
18865
19021
|
*/
|
|
@@ -18874,7 +19030,7 @@ export interface operations {
|
|
|
18874
19030
|
changed_by_name?: string;
|
|
18875
19031
|
/** @example Qui commodi incidunt iure odit. */
|
|
18876
19032
|
comment?: string;
|
|
18877
|
-
/** @example 2025-12-
|
|
19033
|
+
/** @example 2025-12-02T01:12:50.000000Z */
|
|
18878
19034
|
created_at?: string;
|
|
18879
19035
|
}[];
|
|
18880
19036
|
};
|
|
@@ -19118,7 +19274,7 @@ export interface operations {
|
|
|
19118
19274
|
content: {
|
|
19119
19275
|
"application/json": {
|
|
19120
19276
|
data?: {
|
|
19121
|
-
/** @example
|
|
19277
|
+
/** @example f51a2446-246f-4ae9-9e53-0b0835f308f1 */
|
|
19122
19278
|
uid?: string;
|
|
19123
19279
|
/** @example Ms. Audra Crooks II */
|
|
19124
19280
|
username?: string;
|
|
@@ -19148,7 +19304,7 @@ export interface operations {
|
|
|
19148
19304
|
timezone?: string;
|
|
19149
19305
|
/** @example Customer */
|
|
19150
19306
|
user_type?: string;
|
|
19151
|
-
/** @example 09 Apr 2026,
|
|
19307
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19152
19308
|
created?: string;
|
|
19153
19309
|
/** @example 0 seconds ago */
|
|
19154
19310
|
email_verified_at?: string;
|
|
@@ -19247,7 +19403,7 @@ export interface operations {
|
|
|
19247
19403
|
content: {
|
|
19248
19404
|
"application/json": {
|
|
19249
19405
|
data?: {
|
|
19250
|
-
/** @example
|
|
19406
|
+
/** @example 46493286-a9fa-4541-a2c7-ec18d9dfb152 */
|
|
19251
19407
|
uid?: string;
|
|
19252
19408
|
/** @example Morgan Hirthe */
|
|
19253
19409
|
username?: string;
|
|
@@ -19277,7 +19433,7 @@ export interface operations {
|
|
|
19277
19433
|
timezone?: string;
|
|
19278
19434
|
/** @example Customer */
|
|
19279
19435
|
user_type?: string;
|
|
19280
|
-
/** @example 09 Apr 2026,
|
|
19436
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19281
19437
|
created?: string;
|
|
19282
19438
|
/** @example 0 seconds ago */
|
|
19283
19439
|
email_verified_at?: string;
|
|
@@ -19349,7 +19505,7 @@ export interface operations {
|
|
|
19349
19505
|
content: {
|
|
19350
19506
|
"application/json": {
|
|
19351
19507
|
data?: {
|
|
19352
|
-
/** @example
|
|
19508
|
+
/** @example 96377194-ccd3-438b-969f-cda4533f529f */
|
|
19353
19509
|
uid?: string;
|
|
19354
19510
|
/** @example Ms. Audra Crooks II */
|
|
19355
19511
|
username?: string;
|
|
@@ -19379,7 +19535,7 @@ export interface operations {
|
|
|
19379
19535
|
timezone?: string;
|
|
19380
19536
|
/** @example Customer */
|
|
19381
19537
|
user_type?: string;
|
|
19382
|
-
/** @example 09 Apr 2026,
|
|
19538
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19383
19539
|
created?: string;
|
|
19384
19540
|
/** @example 0 seconds ago */
|
|
19385
19541
|
email_verified_at?: string;
|
|
@@ -19619,7 +19775,7 @@ export interface operations {
|
|
|
19619
19775
|
completed_layers?: number;
|
|
19620
19776
|
/** @example 4 */
|
|
19621
19777
|
pending_layers?: number;
|
|
19622
|
-
/** @example 09 Apr 2026,
|
|
19778
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19623
19779
|
last_calculated_at?: string;
|
|
19624
19780
|
};
|
|
19625
19781
|
};
|
|
@@ -19667,7 +19823,7 @@ export interface operations {
|
|
|
19667
19823
|
completed_layers?: number;
|
|
19668
19824
|
/** @example 4 */
|
|
19669
19825
|
pending_layers?: number;
|
|
19670
|
-
/** @example 09 Apr 2026,
|
|
19826
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19671
19827
|
last_calculated_at?: string;
|
|
19672
19828
|
};
|
|
19673
19829
|
};
|
|
@@ -19701,14 +19857,14 @@ export interface operations {
|
|
|
19701
19857
|
content: {
|
|
19702
19858
|
"application/json": {
|
|
19703
19859
|
data?: {
|
|
19704
|
-
/** @example
|
|
19860
|
+
/** @example 2df0312c-5da5-4581-92eb-689b52ff7fdd */
|
|
19705
19861
|
wishlist_uid?: string;
|
|
19706
19862
|
listing?: {
|
|
19707
|
-
/** @example New For Sale Used Item draft • 9 Apr 2026,
|
|
19863
|
+
/** @example New For Sale Used Item draft • 9 Apr 2026, 2:25 PM */
|
|
19708
19864
|
draft_name?: string;
|
|
19709
|
-
/** @example LST-UIT-SAL-
|
|
19865
|
+
/** @example LST-UIT-SAL-MNRKKQXHOVL */
|
|
19710
19866
|
sku?: string;
|
|
19711
|
-
/** @example
|
|
19867
|
+
/** @example f39cc44e-2964-4170-a21b-8ee71c88ce62 */
|
|
19712
19868
|
uid?: string;
|
|
19713
19869
|
/** @example Sale */
|
|
19714
19870
|
listing_type?: string;
|
|
@@ -19788,15 +19944,15 @@ export interface operations {
|
|
|
19788
19944
|
/**
|
|
19789
19945
|
* @example [
|
|
19790
19946
|
* {
|
|
19791
|
-
* "wishlist_uid": "
|
|
19947
|
+
* "wishlist_uid": "8de11555-d2a5-4d52-922f-b44f5692839f"
|
|
19792
19948
|
* },
|
|
19793
19949
|
* {
|
|
19794
|
-
* "wishlist_uid": "
|
|
19950
|
+
* "wishlist_uid": "221e5104-77fe-4606-a427-b745ecaf7f74"
|
|
19795
19951
|
* }
|
|
19796
19952
|
* ]
|
|
19797
19953
|
*/
|
|
19798
19954
|
data?: {
|
|
19799
|
-
/** @example
|
|
19955
|
+
/** @example 8de11555-d2a5-4d52-922f-b44f5692839f */
|
|
19800
19956
|
wishlist_uid?: string;
|
|
19801
19957
|
}[];
|
|
19802
19958
|
links?: {
|
|
@@ -19884,7 +20040,7 @@ export interface operations {
|
|
|
19884
20040
|
completed_layers?: number;
|
|
19885
20041
|
/** @example 4 */
|
|
19886
20042
|
pending_layers?: number;
|
|
19887
|
-
/** @example 09 Apr 2026,
|
|
20043
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19888
20044
|
last_calculated_at?: string;
|
|
19889
20045
|
};
|
|
19890
20046
|
};
|
|
@@ -20046,7 +20202,7 @@ export interface operations {
|
|
|
20046
20202
|
completed_layers?: number;
|
|
20047
20203
|
/** @example 4 */
|
|
20048
20204
|
pending_layers?: number;
|
|
20049
|
-
/** @example 09 Apr 2026,
|
|
20205
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
20050
20206
|
last_calculated_at?: string;
|
|
20051
20207
|
};
|
|
20052
20208
|
};
|