@justins-home/types 1.1.30 → 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 +645 -402
- 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;
|
|
@@ -10615,25 +10791,25 @@ export interface operations {
|
|
|
10615
10791
|
/**
|
|
10616
10792
|
* @example [
|
|
10617
10793
|
* {
|
|
10618
|
-
* "key": "
|
|
10619
|
-
* "name": "
|
|
10620
|
-
* "description": "
|
|
10794
|
+
* "key": "aut",
|
|
10795
|
+
* "name": "adipisci",
|
|
10796
|
+
* "description": "Nostrum qui commodi incidunt iure.",
|
|
10621
10797
|
* "value_type": "string"
|
|
10622
10798
|
* },
|
|
10623
10799
|
* {
|
|
10624
|
-
* "key": "
|
|
10625
|
-
* "name": "
|
|
10626
|
-
* "description": "
|
|
10800
|
+
* "key": "odit",
|
|
10801
|
+
* "name": "et",
|
|
10802
|
+
* "description": "Modi ipsum nostrum omnis autem et.",
|
|
10627
10803
|
* "value_type": "string"
|
|
10628
10804
|
* }
|
|
10629
10805
|
* ]
|
|
10630
10806
|
*/
|
|
10631
10807
|
data?: {
|
|
10632
|
-
/** @example
|
|
10808
|
+
/** @example aut */
|
|
10633
10809
|
key?: string;
|
|
10634
|
-
/** @example
|
|
10810
|
+
/** @example adipisci */
|
|
10635
10811
|
name?: string;
|
|
10636
|
-
/** @example
|
|
10812
|
+
/** @example Nostrum qui commodi incidunt iure. */
|
|
10637
10813
|
description?: string;
|
|
10638
10814
|
/** @example string */
|
|
10639
10815
|
value_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,9 +13762,9 @@ 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
|
-
/** @example
|
|
13767
|
+
/** @example 0 seconds ago */
|
|
13592
13768
|
email_verified_at?: string;
|
|
13593
13769
|
verification_status?: {
|
|
13594
13770
|
/** @example not_verified */
|
|
@@ -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,7 +15945,7 @@ 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,
|
|
@@ -15779,25 +15955,25 @@ export interface operations {
|
|
|
15779
15955
|
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
15780
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;
|
|
@@ -15817,7 +15993,7 @@ export interface operations {
|
|
|
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,7 +16080,7 @@ 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,
|
|
@@ -15914,25 +16090,25 @@ export interface operations {
|
|
|
15914
16090
|
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
15915
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;
|
|
@@ -15952,7 +16128,7 @@ export interface operations {
|
|
|
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
|
};
|
|
@@ -16632,8 +16808,13 @@ export interface operations {
|
|
|
16632
16808
|
current_step?: string;
|
|
16633
16809
|
/** @example true */
|
|
16634
16810
|
can_submit?: boolean;
|
|
16635
|
-
/**
|
|
16636
|
-
|
|
16811
|
+
/**
|
|
16812
|
+
* @example [
|
|
16813
|
+
* "media",
|
|
16814
|
+
* "compliance_documents"
|
|
16815
|
+
* ]
|
|
16816
|
+
*/
|
|
16817
|
+
missing_requirements?: string[];
|
|
16637
16818
|
/** @example media */
|
|
16638
16819
|
next_step?: string;
|
|
16639
16820
|
progress?: {
|
|
@@ -16674,10 +16855,50 @@ export interface operations {
|
|
|
16674
16855
|
/** @example 3 */
|
|
16675
16856
|
count?: number;
|
|
16676
16857
|
};
|
|
16677
|
-
/**
|
|
16678
|
-
|
|
16679
|
-
|
|
16680
|
-
|
|
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
|
+
}[];
|
|
16884
|
+
/**
|
|
16885
|
+
* @example [
|
|
16886
|
+
* {
|
|
16887
|
+
* "key": "pets",
|
|
16888
|
+
* "value": "allowed"
|
|
16889
|
+
* },
|
|
16890
|
+
* {
|
|
16891
|
+
* "key": "smoking",
|
|
16892
|
+
* "value": "not_allowed"
|
|
16893
|
+
* }
|
|
16894
|
+
* ]
|
|
16895
|
+
*/
|
|
16896
|
+
tenant_preferences?: {
|
|
16897
|
+
/** @example pets */
|
|
16898
|
+
key?: string;
|
|
16899
|
+
/** @example allowed */
|
|
16900
|
+
value?: string;
|
|
16901
|
+
}[];
|
|
16681
16902
|
rental?: {
|
|
16682
16903
|
/** @example null */
|
|
16683
16904
|
deposit_amount?: string | null;
|
|
@@ -16695,9 +16916,9 @@ export interface operations {
|
|
|
16695
16916
|
maximum_stay_nights?: number;
|
|
16696
16917
|
/** @example 80.00 */
|
|
16697
16918
|
cleaning_fee?: string;
|
|
16698
|
-
/** @example 08:00 */
|
|
16919
|
+
/** @example 08:00 AM */
|
|
16699
16920
|
check_in_time?: string;
|
|
16700
|
-
/** @example
|
|
16921
|
+
/** @example 08:00 PM */
|
|
16701
16922
|
check_out_time?: string;
|
|
16702
16923
|
};
|
|
16703
16924
|
item?: {
|
|
@@ -16735,8 +16956,30 @@ export interface operations {
|
|
|
16735
16956
|
/** @example Interior */
|
|
16736
16957
|
category?: string;
|
|
16737
16958
|
}[];
|
|
16738
|
-
|
|
16739
|
-
|
|
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
|
+
};
|
|
16740
16983
|
/**
|
|
16741
16984
|
* @example [
|
|
16742
16985
|
* {
|
|
@@ -17030,35 +17273,35 @@ export interface operations {
|
|
|
17030
17273
|
/**
|
|
17031
17274
|
* @example [
|
|
17032
17275
|
* {
|
|
17033
|
-
* "uid": "
|
|
17276
|
+
* "uid": "08e71879-55c5-413a-979f-c38fc62f3ec2",
|
|
17034
17277
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17035
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.",
|
|
17036
17279
|
* "status": "reported",
|
|
17037
17280
|
* "priority": "emergency",
|
|
17038
|
-
* "reported_at": "2026-04-
|
|
17039
|
-
* "assigned_at": "2026-04-
|
|
17281
|
+
* "reported_at": "2026-04-03T01:39:25.000000Z",
|
|
17282
|
+
* "assigned_at": "2026-04-07T21:59:17.000000Z",
|
|
17040
17283
|
* "completed_at": null,
|
|
17041
|
-
* "sla_deadline": "2026-04-
|
|
17042
|
-
* "created_at": "2026-04-
|
|
17043
|
-
* "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"
|
|
17044
17287
|
* },
|
|
17045
17288
|
* {
|
|
17046
|
-
* "uid": "
|
|
17289
|
+
* "uid": "cc8ca160-545d-40fb-9b81-d580f24f1efe",
|
|
17047
17290
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17048
17291
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17049
17292
|
* "status": "completed",
|
|
17050
17293
|
* "priority": "normal",
|
|
17051
|
-
* "reported_at": "2026-04-
|
|
17294
|
+
* "reported_at": "2026-04-05T14:17:50.000000Z",
|
|
17052
17295
|
* "assigned_at": null,
|
|
17053
17296
|
* "completed_at": null,
|
|
17054
|
-
* "sla_deadline": "2026-04-
|
|
17055
|
-
* "created_at": "2026-04-
|
|
17056
|
-
* "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"
|
|
17057
17300
|
* }
|
|
17058
17301
|
* ]
|
|
17059
17302
|
*/
|
|
17060
17303
|
data?: {
|
|
17061
|
-
/** @example
|
|
17304
|
+
/** @example 08e71879-55c5-413a-979f-c38fc62f3ec2 */
|
|
17062
17305
|
uid?: string;
|
|
17063
17306
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
17064
17307
|
title?: string;
|
|
@@ -17068,17 +17311,17 @@ export interface operations {
|
|
|
17068
17311
|
status?: string;
|
|
17069
17312
|
/** @example emergency */
|
|
17070
17313
|
priority?: string;
|
|
17071
|
-
/** @example 2026-04-
|
|
17314
|
+
/** @example 2026-04-03T01:39:25.000000Z */
|
|
17072
17315
|
reported_at?: string;
|
|
17073
|
-
/** @example 2026-04-
|
|
17316
|
+
/** @example 2026-04-07T21:59:17.000000Z */
|
|
17074
17317
|
assigned_at?: string;
|
|
17075
17318
|
/** @example null */
|
|
17076
17319
|
completed_at?: string | null;
|
|
17077
|
-
/** @example 2026-04-
|
|
17320
|
+
/** @example 2026-04-11T03:21:40.000000Z */
|
|
17078
17321
|
sla_deadline?: string;
|
|
17079
|
-
/** @example 2026-04-
|
|
17322
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17080
17323
|
created_at?: string;
|
|
17081
|
-
/** @example 2026-04-
|
|
17324
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17082
17325
|
updated_at?: string;
|
|
17083
17326
|
}[];
|
|
17084
17327
|
links?: {
|
|
@@ -17173,13 +17416,13 @@ export interface operations {
|
|
|
17173
17416
|
content: {
|
|
17174
17417
|
"application/json": {
|
|
17175
17418
|
data?: {
|
|
17176
|
-
/** @example
|
|
17419
|
+
/** @example 779ae004-b18e-427e-8828-cb74c0344b5e */
|
|
17177
17420
|
uid?: string;
|
|
17178
17421
|
/** @example image */
|
|
17179
17422
|
file_type?: string;
|
|
17180
17423
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
17181
17424
|
url?: string;
|
|
17182
|
-
/** @example 2026-04-
|
|
17425
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17183
17426
|
created_at?: string;
|
|
17184
17427
|
};
|
|
17185
17428
|
};
|
|
@@ -17224,7 +17467,7 @@ export interface operations {
|
|
|
17224
17467
|
content: {
|
|
17225
17468
|
"application/json": {
|
|
17226
17469
|
data?: {
|
|
17227
|
-
/** @example
|
|
17470
|
+
/** @example 16 */
|
|
17228
17471
|
id?: number;
|
|
17229
17472
|
/** @example property_inquiry */
|
|
17230
17473
|
type?: string;
|
|
@@ -17232,7 +17475,7 @@ export interface operations {
|
|
|
17232
17475
|
listing_id?: number;
|
|
17233
17476
|
/** @example null */
|
|
17234
17477
|
last_message_at?: string | null;
|
|
17235
|
-
/** @example 2026-04-
|
|
17478
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17236
17479
|
created_at?: string;
|
|
17237
17480
|
};
|
|
17238
17481
|
};
|
|
@@ -17258,23 +17501,23 @@ export interface operations {
|
|
|
17258
17501
|
/**
|
|
17259
17502
|
* @example [
|
|
17260
17503
|
* {
|
|
17261
|
-
* "id":
|
|
17504
|
+
* "id": 17,
|
|
17262
17505
|
* "type": "property_inquiry",
|
|
17263
17506
|
* "listing_id": 2,
|
|
17264
17507
|
* "last_message_at": null,
|
|
17265
|
-
* "created_at": "2026-04-
|
|
17508
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17266
17509
|
* },
|
|
17267
17510
|
* {
|
|
17268
|
-
* "id":
|
|
17511
|
+
* "id": 18,
|
|
17269
17512
|
* "type": "property_inquiry",
|
|
17270
17513
|
* "listing_id": 2,
|
|
17271
17514
|
* "last_message_at": null,
|
|
17272
|
-
* "created_at": "2026-04-
|
|
17515
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17273
17516
|
* }
|
|
17274
17517
|
* ]
|
|
17275
17518
|
*/
|
|
17276
17519
|
data?: {
|
|
17277
|
-
/** @example
|
|
17520
|
+
/** @example 17 */
|
|
17278
17521
|
id?: number;
|
|
17279
17522
|
/** @example property_inquiry */
|
|
17280
17523
|
type?: string;
|
|
@@ -17282,7 +17525,7 @@ export interface operations {
|
|
|
17282
17525
|
listing_id?: number;
|
|
17283
17526
|
/** @example null */
|
|
17284
17527
|
last_message_at?: string | null;
|
|
17285
|
-
/** @example 2026-04-
|
|
17528
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17286
17529
|
created_at?: string;
|
|
17287
17530
|
}[];
|
|
17288
17531
|
links?: {
|
|
@@ -17600,27 +17843,27 @@ export interface operations {
|
|
|
17600
17843
|
/**
|
|
17601
17844
|
* @example [
|
|
17602
17845
|
* {
|
|
17603
|
-
* "id": "
|
|
17846
|
+
* "id": "93913af0-b9df-4f54-8b04-e6390e093965",
|
|
17604
17847
|
* "type": "APPOINTMENT_CREATED",
|
|
17605
17848
|
* "title": "faker notification",
|
|
17606
17849
|
* "body": "faker notification body",
|
|
17607
17850
|
* "data": [],
|
|
17608
17851
|
* "read_at": null,
|
|
17609
|
-
* "created_at": "2026-04-
|
|
17852
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17610
17853
|
* },
|
|
17611
17854
|
* {
|
|
17612
|
-
* "id": "
|
|
17855
|
+
* "id": "1a35e25e-1cf8-418b-baec-30f5c559b69b",
|
|
17613
17856
|
* "type": "APPOINTMENT_CREATED",
|
|
17614
17857
|
* "title": "faker notification",
|
|
17615
17858
|
* "body": "faker notification body",
|
|
17616
17859
|
* "data": [],
|
|
17617
17860
|
* "read_at": null,
|
|
17618
|
-
* "created_at": "2026-04-
|
|
17861
|
+
* "created_at": "2026-04-09T14:25:50.000000Z"
|
|
17619
17862
|
* }
|
|
17620
17863
|
* ]
|
|
17621
17864
|
*/
|
|
17622
17865
|
data?: {
|
|
17623
|
-
/** @example
|
|
17866
|
+
/** @example 93913af0-b9df-4f54-8b04-e6390e093965 */
|
|
17624
17867
|
id?: string;
|
|
17625
17868
|
/** @example APPOINTMENT_CREATED */
|
|
17626
17869
|
type?: string;
|
|
@@ -17632,7 +17875,7 @@ export interface operations {
|
|
|
17632
17875
|
data?: unknown[];
|
|
17633
17876
|
/** @example null */
|
|
17634
17877
|
read_at?: string | null;
|
|
17635
|
-
/** @example 2026-04-
|
|
17878
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17636
17879
|
created_at?: string;
|
|
17637
17880
|
}[];
|
|
17638
17881
|
links?: {
|
|
@@ -17716,7 +17959,7 @@ export interface operations {
|
|
|
17716
17959
|
};
|
|
17717
17960
|
content: {
|
|
17718
17961
|
"application/json": {
|
|
17719
|
-
/** @example
|
|
17962
|
+
/** @example 4d3aa8f7-09b7-4fba-b66b-1d2205a4edd9 */
|
|
17720
17963
|
id?: string;
|
|
17721
17964
|
/** @example APPOINTMENT_CREATED */
|
|
17722
17965
|
type?: string;
|
|
@@ -17728,7 +17971,7 @@ export interface operations {
|
|
|
17728
17971
|
data?: unknown[];
|
|
17729
17972
|
/** @example null */
|
|
17730
17973
|
read_at?: string | null;
|
|
17731
|
-
/** @example 2026-04-
|
|
17974
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
17732
17975
|
created_at?: string;
|
|
17733
17976
|
};
|
|
17734
17977
|
};
|
|
@@ -17975,45 +18218,45 @@ export interface operations {
|
|
|
17975
18218
|
/**
|
|
17976
18219
|
* @example [
|
|
17977
18220
|
* {
|
|
17978
|
-
* "id":
|
|
18221
|
+
* "id": 31,
|
|
17979
18222
|
* "rating": 1,
|
|
17980
18223
|
* "comment": "Nice Listing",
|
|
17981
18224
|
* "reviewer": {
|
|
17982
|
-
* "id":
|
|
17983
|
-
* "name": "
|
|
18225
|
+
* "id": 12,
|
|
18226
|
+
* "name": "Jennifer Young"
|
|
17984
18227
|
* },
|
|
17985
|
-
* "created_at": "2026-04-
|
|
17986
|
-
* "updated_at": "2026-04-
|
|
18228
|
+
* "created_at": "2026-04-09T14:25:50+00:00",
|
|
18229
|
+
* "updated_at": "2026-04-09T14:25:50+00:00"
|
|
17987
18230
|
* },
|
|
17988
18231
|
* {
|
|
17989
|
-
* "id":
|
|
18232
|
+
* "id": 32,
|
|
17990
18233
|
* "rating": 1,
|
|
17991
18234
|
* "comment": "Nice Listing",
|
|
17992
18235
|
* "reviewer": {
|
|
17993
|
-
* "id":
|
|
17994
|
-
* "name": "
|
|
18236
|
+
* "id": 6,
|
|
18237
|
+
* "name": "Jacob Richardson"
|
|
17995
18238
|
* },
|
|
17996
|
-
* "created_at": "2026-04-
|
|
17997
|
-
* "updated_at": "2026-04-
|
|
18239
|
+
* "created_at": "2026-04-09T14:25:50+00:00",
|
|
18240
|
+
* "updated_at": "2026-04-09T14:25:50+00:00"
|
|
17998
18241
|
* }
|
|
17999
18242
|
* ]
|
|
18000
18243
|
*/
|
|
18001
18244
|
data?: {
|
|
18002
|
-
/** @example
|
|
18245
|
+
/** @example 31 */
|
|
18003
18246
|
id?: number;
|
|
18004
18247
|
/** @example 1 */
|
|
18005
18248
|
rating?: number;
|
|
18006
18249
|
/** @example Nice Listing */
|
|
18007
18250
|
comment?: string;
|
|
18008
18251
|
reviewer?: {
|
|
18009
|
-
/** @example
|
|
18252
|
+
/** @example 12 */
|
|
18010
18253
|
id?: number;
|
|
18011
|
-
/** @example
|
|
18254
|
+
/** @example Jennifer Young */
|
|
18012
18255
|
name?: string;
|
|
18013
18256
|
};
|
|
18014
|
-
/** @example 2026-04-
|
|
18257
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18015
18258
|
created_at?: string;
|
|
18016
|
-
/** @example 2026-04-
|
|
18259
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18017
18260
|
updated_at?: string;
|
|
18018
18261
|
}[];
|
|
18019
18262
|
links?: {
|
|
@@ -18167,21 +18410,21 @@ export interface operations {
|
|
|
18167
18410
|
content: {
|
|
18168
18411
|
"application/json": {
|
|
18169
18412
|
data?: {
|
|
18170
|
-
/** @example
|
|
18413
|
+
/** @example 33 */
|
|
18171
18414
|
id?: number;
|
|
18172
18415
|
/** @example 1 */
|
|
18173
18416
|
rating?: number;
|
|
18174
18417
|
/** @example Nice Listing */
|
|
18175
18418
|
comment?: string;
|
|
18176
18419
|
reviewer?: {
|
|
18177
|
-
/** @example
|
|
18420
|
+
/** @example 21 */
|
|
18178
18421
|
id?: number;
|
|
18179
|
-
/** @example
|
|
18422
|
+
/** @example Jordan Green */
|
|
18180
18423
|
name?: string;
|
|
18181
18424
|
};
|
|
18182
|
-
/** @example 2026-04-
|
|
18425
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18183
18426
|
created_at?: string;
|
|
18184
|
-
/** @example 2026-04-
|
|
18427
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18185
18428
|
updated_at?: string;
|
|
18186
18429
|
};
|
|
18187
18430
|
};
|
|
@@ -18225,21 +18468,21 @@ export interface operations {
|
|
|
18225
18468
|
content: {
|
|
18226
18469
|
"application/json": {
|
|
18227
18470
|
data?: {
|
|
18228
|
-
/** @example
|
|
18471
|
+
/** @example 34 */
|
|
18229
18472
|
id?: number;
|
|
18230
18473
|
/** @example 1 */
|
|
18231
18474
|
rating?: number;
|
|
18232
18475
|
/** @example Nice Listing */
|
|
18233
18476
|
comment?: string;
|
|
18234
18477
|
reviewer?: {
|
|
18235
|
-
/** @example
|
|
18478
|
+
/** @example 16 */
|
|
18236
18479
|
id?: number;
|
|
18237
|
-
/** @example
|
|
18480
|
+
/** @example Zach Hughes */
|
|
18238
18481
|
name?: string;
|
|
18239
18482
|
};
|
|
18240
|
-
/** @example 2026-04-
|
|
18483
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18241
18484
|
created_at?: string;
|
|
18242
|
-
/** @example 2026-04-
|
|
18485
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18243
18486
|
updated_at?: string;
|
|
18244
18487
|
};
|
|
18245
18488
|
};
|
|
@@ -18281,21 +18524,21 @@ export interface operations {
|
|
|
18281
18524
|
content: {
|
|
18282
18525
|
"application/json": {
|
|
18283
18526
|
data?: {
|
|
18284
|
-
/** @example
|
|
18527
|
+
/** @example 35 */
|
|
18285
18528
|
id?: number;
|
|
18286
18529
|
/** @example 1 */
|
|
18287
18530
|
rating?: number;
|
|
18288
18531
|
/** @example Nice Listing */
|
|
18289
18532
|
comment?: string;
|
|
18290
18533
|
reviewer?: {
|
|
18291
|
-
/** @example
|
|
18534
|
+
/** @example 26 */
|
|
18292
18535
|
id?: number;
|
|
18293
|
-
/** @example
|
|
18536
|
+
/** @example Alexander Bailey */
|
|
18294
18537
|
name?: string;
|
|
18295
18538
|
};
|
|
18296
|
-
/** @example 2026-04-
|
|
18539
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18297
18540
|
created_at?: string;
|
|
18298
|
-
/** @example 2026-04-
|
|
18541
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18299
18542
|
updated_at?: string;
|
|
18300
18543
|
};
|
|
18301
18544
|
};
|
|
@@ -18322,21 +18565,21 @@ export interface operations {
|
|
|
18322
18565
|
content: {
|
|
18323
18566
|
"application/json": {
|
|
18324
18567
|
data?: {
|
|
18325
|
-
/** @example
|
|
18568
|
+
/** @example 36 */
|
|
18326
18569
|
id?: number;
|
|
18327
18570
|
/** @example 1 */
|
|
18328
18571
|
rating?: number;
|
|
18329
18572
|
/** @example Nice Listing */
|
|
18330
18573
|
comment?: string;
|
|
18331
18574
|
reviewer?: {
|
|
18332
|
-
/** @example
|
|
18575
|
+
/** @example 1 */
|
|
18333
18576
|
id?: number;
|
|
18334
|
-
/** @example
|
|
18577
|
+
/** @example System Admin */
|
|
18335
18578
|
name?: string;
|
|
18336
18579
|
};
|
|
18337
|
-
/** @example 2026-04-
|
|
18580
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18338
18581
|
created_at?: string;
|
|
18339
|
-
/** @example 2026-04-
|
|
18582
|
+
/** @example 2026-04-09T14:25:50+00:00 */
|
|
18340
18583
|
updated_at?: string;
|
|
18341
18584
|
};
|
|
18342
18585
|
};
|
|
@@ -18363,7 +18606,7 @@ export interface operations {
|
|
|
18363
18606
|
content: {
|
|
18364
18607
|
"application/json": {
|
|
18365
18608
|
data?: {
|
|
18366
|
-
/** @example
|
|
18609
|
+
/** @example 8550e7bd-1ce5-40e3-98be-d146cf774c70 */
|
|
18367
18610
|
uid?: string;
|
|
18368
18611
|
/** @example 1 */
|
|
18369
18612
|
listing_id?: number;
|
|
@@ -18383,7 +18626,7 @@ export interface operations {
|
|
|
18383
18626
|
end_date?: string;
|
|
18384
18627
|
/** @example false */
|
|
18385
18628
|
is_periodic?: boolean;
|
|
18386
|
-
/** @example 2026-04-
|
|
18629
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
18387
18630
|
created_at?: string;
|
|
18388
18631
|
/** @example [] */
|
|
18389
18632
|
compliances?: unknown[];
|
|
@@ -18450,7 +18693,7 @@ export interface operations {
|
|
|
18450
18693
|
content: {
|
|
18451
18694
|
"application/json": {
|
|
18452
18695
|
data?: {
|
|
18453
|
-
/** @example
|
|
18696
|
+
/** @example d90f449a-791a-484d-bcbd-e596ea8f4fff */
|
|
18454
18697
|
uid?: string;
|
|
18455
18698
|
/** @example 1 */
|
|
18456
18699
|
listing_id?: number;
|
|
@@ -18464,13 +18707,13 @@ export interface operations {
|
|
|
18464
18707
|
deposit_amount?: string;
|
|
18465
18708
|
/** @example active */
|
|
18466
18709
|
state?: string;
|
|
18467
|
-
/** @example 2025-09-
|
|
18710
|
+
/** @example 2025-09-25T00:00:00.000000Z */
|
|
18468
18711
|
start_date?: string;
|
|
18469
|
-
/** @example 2026-09-
|
|
18712
|
+
/** @example 2026-09-25T00:00:00.000000Z */
|
|
18470
18713
|
end_date?: string;
|
|
18471
18714
|
/** @example true */
|
|
18472
18715
|
is_periodic?: boolean;
|
|
18473
|
-
/** @example 2026-04-
|
|
18716
|
+
/** @example 2026-04-09T14:25:50.000000Z */
|
|
18474
18717
|
created_at?: string;
|
|
18475
18718
|
};
|
|
18476
18719
|
};
|
|
@@ -18764,7 +19007,7 @@ export interface operations {
|
|
|
18764
19007
|
* "changed_by_user_id": 3,
|
|
18765
19008
|
* "changed_by_name": "Elizabeth Thompson",
|
|
18766
19009
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
18767
|
-
* "created_at": "2025-12-
|
|
19010
|
+
* "created_at": "2025-12-02T01:12:50.000000Z"
|
|
18768
19011
|
* },
|
|
18769
19012
|
* {
|
|
18770
19013
|
* "from_state": "pre_move_in_ready",
|
|
@@ -18772,7 +19015,7 @@ export interface operations {
|
|
|
18772
19015
|
* "changed_by_user_id": 3,
|
|
18773
19016
|
* "changed_by_name": "Elizabeth Thompson",
|
|
18774
19017
|
* "comment": null,
|
|
18775
|
-
* "created_at": "2025-10-
|
|
19018
|
+
* "created_at": "2025-10-18T09:08:30.000000Z"
|
|
18776
19019
|
* }
|
|
18777
19020
|
* ]
|
|
18778
19021
|
*/
|
|
@@ -18787,7 +19030,7 @@ export interface operations {
|
|
|
18787
19030
|
changed_by_name?: string;
|
|
18788
19031
|
/** @example Qui commodi incidunt iure odit. */
|
|
18789
19032
|
comment?: string;
|
|
18790
|
-
/** @example 2025-12-
|
|
19033
|
+
/** @example 2025-12-02T01:12:50.000000Z */
|
|
18791
19034
|
created_at?: string;
|
|
18792
19035
|
}[];
|
|
18793
19036
|
};
|
|
@@ -19031,7 +19274,7 @@ export interface operations {
|
|
|
19031
19274
|
content: {
|
|
19032
19275
|
"application/json": {
|
|
19033
19276
|
data?: {
|
|
19034
|
-
/** @example
|
|
19277
|
+
/** @example f51a2446-246f-4ae9-9e53-0b0835f308f1 */
|
|
19035
19278
|
uid?: string;
|
|
19036
19279
|
/** @example Ms. Audra Crooks II */
|
|
19037
19280
|
username?: string;
|
|
@@ -19061,7 +19304,7 @@ export interface operations {
|
|
|
19061
19304
|
timezone?: string;
|
|
19062
19305
|
/** @example Customer */
|
|
19063
19306
|
user_type?: string;
|
|
19064
|
-
/** @example 09 Apr 2026,
|
|
19307
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19065
19308
|
created?: string;
|
|
19066
19309
|
/** @example 0 seconds ago */
|
|
19067
19310
|
email_verified_at?: string;
|
|
@@ -19160,7 +19403,7 @@ export interface operations {
|
|
|
19160
19403
|
content: {
|
|
19161
19404
|
"application/json": {
|
|
19162
19405
|
data?: {
|
|
19163
|
-
/** @example
|
|
19406
|
+
/** @example 46493286-a9fa-4541-a2c7-ec18d9dfb152 */
|
|
19164
19407
|
uid?: string;
|
|
19165
19408
|
/** @example Morgan Hirthe */
|
|
19166
19409
|
username?: string;
|
|
@@ -19190,7 +19433,7 @@ export interface operations {
|
|
|
19190
19433
|
timezone?: string;
|
|
19191
19434
|
/** @example Customer */
|
|
19192
19435
|
user_type?: string;
|
|
19193
|
-
/** @example 09 Apr 2026,
|
|
19436
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19194
19437
|
created?: string;
|
|
19195
19438
|
/** @example 0 seconds ago */
|
|
19196
19439
|
email_verified_at?: string;
|
|
@@ -19262,7 +19505,7 @@ export interface operations {
|
|
|
19262
19505
|
content: {
|
|
19263
19506
|
"application/json": {
|
|
19264
19507
|
data?: {
|
|
19265
|
-
/** @example
|
|
19508
|
+
/** @example 96377194-ccd3-438b-969f-cda4533f529f */
|
|
19266
19509
|
uid?: string;
|
|
19267
19510
|
/** @example Ms. Audra Crooks II */
|
|
19268
19511
|
username?: string;
|
|
@@ -19292,7 +19535,7 @@ export interface operations {
|
|
|
19292
19535
|
timezone?: string;
|
|
19293
19536
|
/** @example Customer */
|
|
19294
19537
|
user_type?: string;
|
|
19295
|
-
/** @example 09 Apr 2026,
|
|
19538
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19296
19539
|
created?: string;
|
|
19297
19540
|
/** @example 0 seconds ago */
|
|
19298
19541
|
email_verified_at?: string;
|
|
@@ -19526,13 +19769,13 @@ export interface operations {
|
|
|
19526
19769
|
content: {
|
|
19527
19770
|
"application/json": {
|
|
19528
19771
|
data?: {
|
|
19529
|
-
/** @example
|
|
19772
|
+
/** @example 0 */
|
|
19530
19773
|
current_level?: number;
|
|
19531
19774
|
/** @example 3 */
|
|
19532
19775
|
completed_layers?: number;
|
|
19533
|
-
/** @example
|
|
19776
|
+
/** @example 4 */
|
|
19534
19777
|
pending_layers?: number;
|
|
19535
|
-
/** @example 09 Apr 2026,
|
|
19778
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19536
19779
|
last_calculated_at?: string;
|
|
19537
19780
|
};
|
|
19538
19781
|
};
|
|
@@ -19580,7 +19823,7 @@ export interface operations {
|
|
|
19580
19823
|
completed_layers?: number;
|
|
19581
19824
|
/** @example 4 */
|
|
19582
19825
|
pending_layers?: number;
|
|
19583
|
-
/** @example 09 Apr 2026,
|
|
19826
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19584
19827
|
last_calculated_at?: string;
|
|
19585
19828
|
};
|
|
19586
19829
|
};
|
|
@@ -19614,14 +19857,14 @@ export interface operations {
|
|
|
19614
19857
|
content: {
|
|
19615
19858
|
"application/json": {
|
|
19616
19859
|
data?: {
|
|
19617
|
-
/** @example
|
|
19860
|
+
/** @example 2df0312c-5da5-4581-92eb-689b52ff7fdd */
|
|
19618
19861
|
wishlist_uid?: string;
|
|
19619
19862
|
listing?: {
|
|
19620
|
-
/** @example New For Sale Used Item draft • 9 Apr 2026,
|
|
19863
|
+
/** @example New For Sale Used Item draft • 9 Apr 2026, 2:25 PM */
|
|
19621
19864
|
draft_name?: string;
|
|
19622
|
-
/** @example LST-UIT-SAL-
|
|
19865
|
+
/** @example LST-UIT-SAL-MNRKKQXHOVL */
|
|
19623
19866
|
sku?: string;
|
|
19624
|
-
/** @example
|
|
19867
|
+
/** @example f39cc44e-2964-4170-a21b-8ee71c88ce62 */
|
|
19625
19868
|
uid?: string;
|
|
19626
19869
|
/** @example Sale */
|
|
19627
19870
|
listing_type?: string;
|
|
@@ -19701,15 +19944,15 @@ export interface operations {
|
|
|
19701
19944
|
/**
|
|
19702
19945
|
* @example [
|
|
19703
19946
|
* {
|
|
19704
|
-
* "wishlist_uid": "
|
|
19947
|
+
* "wishlist_uid": "8de11555-d2a5-4d52-922f-b44f5692839f"
|
|
19705
19948
|
* },
|
|
19706
19949
|
* {
|
|
19707
|
-
* "wishlist_uid": "
|
|
19950
|
+
* "wishlist_uid": "221e5104-77fe-4606-a427-b745ecaf7f74"
|
|
19708
19951
|
* }
|
|
19709
19952
|
* ]
|
|
19710
19953
|
*/
|
|
19711
19954
|
data?: {
|
|
19712
|
-
/** @example
|
|
19955
|
+
/** @example 8de11555-d2a5-4d52-922f-b44f5692839f */
|
|
19713
19956
|
wishlist_uid?: string;
|
|
19714
19957
|
}[];
|
|
19715
19958
|
links?: {
|
|
@@ -19797,7 +20040,7 @@ export interface operations {
|
|
|
19797
20040
|
completed_layers?: number;
|
|
19798
20041
|
/** @example 4 */
|
|
19799
20042
|
pending_layers?: number;
|
|
19800
|
-
/** @example 09 Apr 2026,
|
|
20043
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19801
20044
|
last_calculated_at?: string;
|
|
19802
20045
|
};
|
|
19803
20046
|
};
|
|
@@ -19959,7 +20202,7 @@ export interface operations {
|
|
|
19959
20202
|
completed_layers?: number;
|
|
19960
20203
|
/** @example 4 */
|
|
19961
20204
|
pending_layers?: number;
|
|
19962
|
-
/** @example 09 Apr 2026,
|
|
20205
|
+
/** @example 09 Apr 2026, 02:25 PM */
|
|
19963
20206
|
last_calculated_at?: string;
|
|
19964
20207
|
};
|
|
19965
20208
|
};
|