@justins-home/types 1.1.33 → 1.1.35
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 +642 -499
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -3399,7 +3399,8 @@ export interface paths {
|
|
|
3399
3399
|
};
|
|
3400
3400
|
/**
|
|
3401
3401
|
* getOwnerListings
|
|
3402
|
-
* @description Retrieve all listings owned by the authenticated landlord
|
|
3402
|
+
* @description Retrieve all listings owned by the authenticated landlord with
|
|
3403
|
+
* caching, pagination metadata, and admin-style filters.
|
|
3403
3404
|
*/
|
|
3404
3405
|
get: operations["getOwnerListings"];
|
|
3405
3406
|
put?: never;
|
|
@@ -5628,7 +5629,7 @@ export interface operations {
|
|
|
5628
5629
|
content: {
|
|
5629
5630
|
"application/json": {
|
|
5630
5631
|
data?: {
|
|
5631
|
-
/** @example
|
|
5632
|
+
/** @example f38e7e27-7d91-497e-adb0-cabb850da768 */
|
|
5632
5633
|
uid?: string;
|
|
5633
5634
|
/** @example Ms. Audra Crooks II */
|
|
5634
5635
|
username?: string;
|
|
@@ -5658,7 +5659,7 @@ export interface operations {
|
|
|
5658
5659
|
timezone?: string;
|
|
5659
5660
|
/** @example Customer */
|
|
5660
5661
|
user_type?: string;
|
|
5661
|
-
/** @example
|
|
5662
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
5662
5663
|
created?: string;
|
|
5663
5664
|
/** @example 0 seconds ago */
|
|
5664
5665
|
email_verified_at?: string;
|
|
@@ -5911,11 +5912,11 @@ export interface operations {
|
|
|
5911
5912
|
content: {
|
|
5912
5913
|
"application/json": {
|
|
5913
5914
|
data?: {
|
|
5914
|
-
/** @example New For Rent Property draft •
|
|
5915
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
5915
5916
|
draft_name?: string;
|
|
5916
|
-
/** @example LST-PRP-LTR-
|
|
5917
|
+
/** @example LST-PRP-LTR-MNXG26IU0DV */
|
|
5917
5918
|
sku?: string;
|
|
5918
|
-
/** @example
|
|
5919
|
+
/** @example a6da7e2a-5633-4447-8f7a-9a5f868efc49 */
|
|
5919
5920
|
uid?: string;
|
|
5920
5921
|
/** @example Rent */
|
|
5921
5922
|
listing_type?: string;
|
|
@@ -7327,7 +7328,7 @@ export interface operations {
|
|
|
7327
7328
|
content: {
|
|
7328
7329
|
"application/json": {
|
|
7329
7330
|
/**
|
|
7330
|
-
* @example
|
|
7331
|
+
* @example Unverified
|
|
7331
7332
|
* @enum {string}
|
|
7332
7333
|
*/
|
|
7333
7334
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7342,7 +7343,7 @@ export interface operations {
|
|
|
7342
7343
|
content: {
|
|
7343
7344
|
"application/json": {
|
|
7344
7345
|
data?: {
|
|
7345
|
-
/** @example
|
|
7346
|
+
/** @example a38373c7-afb9-4dda-a4b6-1af667ac1a3a */
|
|
7346
7347
|
uid?: string;
|
|
7347
7348
|
/** @example Morgan Hirthe */
|
|
7348
7349
|
username?: string;
|
|
@@ -7372,7 +7373,7 @@ export interface operations {
|
|
|
7372
7373
|
timezone?: string;
|
|
7373
7374
|
/** @example Customer */
|
|
7374
7375
|
user_type?: string;
|
|
7375
|
-
/** @example
|
|
7376
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
7376
7377
|
created?: string;
|
|
7377
7378
|
/** @example 0 seconds ago */
|
|
7378
7379
|
email_verified_at?: string;
|
|
@@ -8001,11 +8002,11 @@ export interface operations {
|
|
|
8001
8002
|
content: {
|
|
8002
8003
|
"application/json": {
|
|
8003
8004
|
data?: {
|
|
8004
|
-
/** @example New For Rent Property draft •
|
|
8005
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
8005
8006
|
draft_name?: string;
|
|
8006
|
-
/** @example LST-PRP-LTR-
|
|
8007
|
+
/** @example LST-PRP-LTR-MNXG26LM7FY */
|
|
8007
8008
|
sku?: string;
|
|
8008
|
-
/** @example
|
|
8009
|
+
/** @example d4d8e445-823e-419c-b24a-505a3941d674 */
|
|
8009
8010
|
uid?: string;
|
|
8010
8011
|
/** @example Rent */
|
|
8011
8012
|
listing_type?: string;
|
|
@@ -8445,7 +8446,7 @@ export interface operations {
|
|
|
8445
8446
|
content: {
|
|
8446
8447
|
"application/json": {
|
|
8447
8448
|
data?: {
|
|
8448
|
-
/** @example
|
|
8449
|
+
/** @example 5149e212-7145-4268-9f18-d6affebc93d2 */
|
|
8449
8450
|
uid?: string;
|
|
8450
8451
|
/** @example photo */
|
|
8451
8452
|
media_type?: string;
|
|
@@ -8752,58 +8753,58 @@ export interface operations {
|
|
|
8752
8753
|
/**
|
|
8753
8754
|
* @example [
|
|
8754
8755
|
* {
|
|
8755
|
-
* "draft_name": "New
|
|
8756
|
-
* "sku": "LST-
|
|
8757
|
-
* "uid": "
|
|
8758
|
-
* "listing_type": "
|
|
8759
|
-
* "vertical": "
|
|
8760
|
-
* "arrangement_type":
|
|
8761
|
-
* "arrangement_type_label":
|
|
8756
|
+
* "draft_name": "New For Sale Used Item draft • 13 Apr 2026, 5:06 PM",
|
|
8757
|
+
* "sku": "LST-UIT-SAL-MNXG26N2X7Q",
|
|
8758
|
+
* "uid": "80e2b3ec-9995-4c05-aaed-f509734ea511",
|
|
8759
|
+
* "listing_type": "Sale",
|
|
8760
|
+
* "vertical": "Used Item",
|
|
8761
|
+
* "arrangement_type": null,
|
|
8762
|
+
* "arrangement_type_label": null,
|
|
8762
8763
|
* "price": null,
|
|
8763
8764
|
* "state": "draft",
|
|
8764
8765
|
* "published_at": null,
|
|
8765
8766
|
* "published_since": null,
|
|
8766
8767
|
* "is_visible": false,
|
|
8767
|
-
* "summary":
|
|
8768
|
-
* "availability": null
|
|
8769
|
-
* },
|
|
8768
|
+
* "summary": [],
|
|
8770
8769
|
* "workflow": [],
|
|
8771
8770
|
* "media": []
|
|
8772
8771
|
* },
|
|
8773
8772
|
* {
|
|
8774
|
-
* "draft_name": "New For Sale
|
|
8775
|
-
* "sku": "LST-
|
|
8776
|
-
* "uid": "
|
|
8773
|
+
* "draft_name": "New For Sale Property draft • 13 Apr 2026, 5:06 PM",
|
|
8774
|
+
* "sku": "LST-PRP-SAL-MNXG26N5ZOX",
|
|
8775
|
+
* "uid": "504d41ce-a59d-4354-9ea7-3188696cdaf8",
|
|
8777
8776
|
* "listing_type": "Sale",
|
|
8778
|
-
* "vertical": "
|
|
8779
|
-
* "arrangement_type":
|
|
8780
|
-
* "arrangement_type_label":
|
|
8777
|
+
* "vertical": "Property",
|
|
8778
|
+
* "arrangement_type": "let_to_let",
|
|
8779
|
+
* "arrangement_type_label": "Let to Let",
|
|
8781
8780
|
* "price": null,
|
|
8782
8781
|
* "state": "draft",
|
|
8783
8782
|
* "published_at": null,
|
|
8784
8783
|
* "published_since": null,
|
|
8785
8784
|
* "is_visible": false,
|
|
8786
|
-
* "summary":
|
|
8785
|
+
* "summary": {
|
|
8786
|
+
* "availability": null
|
|
8787
|
+
* },
|
|
8787
8788
|
* "workflow": [],
|
|
8788
8789
|
* "media": []
|
|
8789
8790
|
* }
|
|
8790
8791
|
* ]
|
|
8791
8792
|
*/
|
|
8792
8793
|
data?: {
|
|
8793
|
-
/** @example New
|
|
8794
|
+
/** @example New For Sale Used Item draft • 13 Apr 2026, 5:06 PM */
|
|
8794
8795
|
draft_name?: string;
|
|
8795
|
-
/** @example LST-
|
|
8796
|
+
/** @example LST-UIT-SAL-MNXG26N2X7Q */
|
|
8796
8797
|
sku?: string;
|
|
8797
|
-
/** @example
|
|
8798
|
+
/** @example 80e2b3ec-9995-4c05-aaed-f509734ea511 */
|
|
8798
8799
|
uid?: string;
|
|
8799
|
-
/** @example
|
|
8800
|
+
/** @example Sale */
|
|
8800
8801
|
listing_type?: string;
|
|
8801
|
-
/** @example
|
|
8802
|
+
/** @example Used Item */
|
|
8802
8803
|
vertical?: string;
|
|
8803
|
-
/** @example
|
|
8804
|
-
arrangement_type?: string;
|
|
8805
|
-
/** @example
|
|
8806
|
-
arrangement_type_label?: string;
|
|
8804
|
+
/** @example null */
|
|
8805
|
+
arrangement_type?: string | null;
|
|
8806
|
+
/** @example null */
|
|
8807
|
+
arrangement_type_label?: string | null;
|
|
8807
8808
|
/** @example null */
|
|
8808
8809
|
price?: string | null;
|
|
8809
8810
|
/** @example draft */
|
|
@@ -8814,10 +8815,8 @@ export interface operations {
|
|
|
8814
8815
|
published_since?: string | null;
|
|
8815
8816
|
/** @example false */
|
|
8816
8817
|
is_visible?: boolean;
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
availability?: string | null;
|
|
8820
|
-
};
|
|
8818
|
+
/** @example [] */
|
|
8819
|
+
summary?: unknown[];
|
|
8821
8820
|
/** @example [] */
|
|
8822
8821
|
workflow?: unknown[];
|
|
8823
8822
|
/** @example [] */
|
|
@@ -8989,11 +8988,11 @@ export interface operations {
|
|
|
8989
8988
|
content: {
|
|
8990
8989
|
"application/json": {
|
|
8991
8990
|
data?: {
|
|
8992
|
-
/** @example New For Rent Property draft •
|
|
8991
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
8993
8992
|
draft_name?: string;
|
|
8994
|
-
/** @example LST-PRP-LTR-
|
|
8993
|
+
/** @example LST-PRP-LTR-MNXG26NEY5R */
|
|
8995
8994
|
sku?: string;
|
|
8996
|
-
/** @example
|
|
8995
|
+
/** @example 01a3599d-f3f3-43e9-b378-43b7de66d1ff */
|
|
8997
8996
|
uid?: string;
|
|
8998
8997
|
/** @example Rent */
|
|
8999
8998
|
listing_type?: string;
|
|
@@ -9056,11 +9055,11 @@ export interface operations {
|
|
|
9056
9055
|
content: {
|
|
9057
9056
|
"application/json": {
|
|
9058
9057
|
data?: {
|
|
9059
|
-
/** @example New For Rent Property draft •
|
|
9058
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
9060
9059
|
draft_name?: string;
|
|
9061
|
-
/** @example LST-PRP-LTR-
|
|
9060
|
+
/** @example LST-PRP-LTR-MNXG26NJKHG */
|
|
9062
9061
|
sku?: string;
|
|
9063
|
-
/** @example
|
|
9062
|
+
/** @example 81eff509-07e1-4dac-b06a-a7ee41e23e97 */
|
|
9064
9063
|
uid?: string;
|
|
9065
9064
|
/** @example Rent */
|
|
9066
9065
|
listing_type?: string;
|
|
@@ -9113,11 +9112,11 @@ export interface operations {
|
|
|
9113
9112
|
content: {
|
|
9114
9113
|
"application/json": {
|
|
9115
9114
|
data?: {
|
|
9116
|
-
/** @example New For Rent Property draft •
|
|
9115
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
9117
9116
|
draft_name?: string;
|
|
9118
|
-
/** @example LST-PRP-LTR-
|
|
9117
|
+
/** @example LST-PRP-LTR-MNXG26NPPFT */
|
|
9119
9118
|
sku?: string;
|
|
9120
|
-
/** @example
|
|
9119
|
+
/** @example 12e8f4ee-67b8-42b3-9fe6-9ad2894ba3ce */
|
|
9121
9120
|
uid?: string;
|
|
9122
9121
|
/** @example Rent */
|
|
9123
9122
|
listing_type?: string;
|
|
@@ -9170,11 +9169,11 @@ export interface operations {
|
|
|
9170
9169
|
content: {
|
|
9171
9170
|
"application/json": {
|
|
9172
9171
|
data?: {
|
|
9173
|
-
/** @example New For Rent Property draft •
|
|
9172
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
9174
9173
|
draft_name?: string;
|
|
9175
|
-
/** @example LST-PRP-LTR-
|
|
9174
|
+
/** @example LST-PRP-LTR-MNXG26NUQWW */
|
|
9176
9175
|
sku?: string;
|
|
9177
|
-
/** @example
|
|
9176
|
+
/** @example f48a8527-f9b9-4dab-829e-ee1fc5956630 */
|
|
9178
9177
|
uid?: string;
|
|
9179
9178
|
/** @example Rent */
|
|
9180
9179
|
listing_type?: string;
|
|
@@ -9368,7 +9367,7 @@ export interface operations {
|
|
|
9368
9367
|
content: {
|
|
9369
9368
|
"application/json": {
|
|
9370
9369
|
data?: {
|
|
9371
|
-
/** @example
|
|
9370
|
+
/** @example 46 */
|
|
9372
9371
|
id?: number;
|
|
9373
9372
|
/** @example 1 */
|
|
9374
9373
|
category_id?: number;
|
|
@@ -9442,7 +9441,7 @@ export interface operations {
|
|
|
9442
9441
|
content: {
|
|
9443
9442
|
"application/json": {
|
|
9444
9443
|
data?: {
|
|
9445
|
-
/** @example
|
|
9444
|
+
/** @example 47 */
|
|
9446
9445
|
id?: number;
|
|
9447
9446
|
/** @example 1 */
|
|
9448
9447
|
category_id?: number;
|
|
@@ -9481,7 +9480,7 @@ export interface operations {
|
|
|
9481
9480
|
content: {
|
|
9482
9481
|
"application/json": {
|
|
9483
9482
|
data?: {
|
|
9484
|
-
/** @example
|
|
9483
|
+
/** @example 48 */
|
|
9485
9484
|
id?: number;
|
|
9486
9485
|
/** @example 1 */
|
|
9487
9486
|
category_id?: number;
|
|
@@ -9519,7 +9518,7 @@ export interface operations {
|
|
|
9519
9518
|
/**
|
|
9520
9519
|
* @example [
|
|
9521
9520
|
* {
|
|
9522
|
-
* "id":
|
|
9521
|
+
* "id": 20,
|
|
9523
9522
|
* "name": "Exterior",
|
|
9524
9523
|
* "description": "For Exterior categories",
|
|
9525
9524
|
* "display_order": 1,
|
|
@@ -9529,7 +9528,7 @@ export interface operations {
|
|
|
9529
9528
|
* "is_active": true
|
|
9530
9529
|
* },
|
|
9531
9530
|
* {
|
|
9532
|
-
* "id":
|
|
9531
|
+
* "id": 21,
|
|
9533
9532
|
* "name": "Exterior",
|
|
9534
9533
|
* "description": "For Exterior categories",
|
|
9535
9534
|
* "display_order": 1,
|
|
@@ -9541,7 +9540,7 @@ export interface operations {
|
|
|
9541
9540
|
* ]
|
|
9542
9541
|
*/
|
|
9543
9542
|
data?: {
|
|
9544
|
-
/** @example
|
|
9543
|
+
/** @example 20 */
|
|
9545
9544
|
id?: number;
|
|
9546
9545
|
/** @example Exterior */
|
|
9547
9546
|
name?: string;
|
|
@@ -9605,7 +9604,7 @@ export interface operations {
|
|
|
9605
9604
|
content: {
|
|
9606
9605
|
"application/json": {
|
|
9607
9606
|
data?: {
|
|
9608
|
-
/** @example
|
|
9607
|
+
/** @example 22 */
|
|
9609
9608
|
id?: number;
|
|
9610
9609
|
/** @example Exterior */
|
|
9611
9610
|
name?: string;
|
|
@@ -9672,7 +9671,7 @@ export interface operations {
|
|
|
9672
9671
|
content: {
|
|
9673
9672
|
"application/json": {
|
|
9674
9673
|
data?: {
|
|
9675
|
-
/** @example
|
|
9674
|
+
/** @example 23 */
|
|
9676
9675
|
id?: number;
|
|
9677
9676
|
/** @example Exterior */
|
|
9678
9677
|
name?: string;
|
|
@@ -9713,7 +9712,7 @@ export interface operations {
|
|
|
9713
9712
|
content: {
|
|
9714
9713
|
"application/json": {
|
|
9715
9714
|
data?: {
|
|
9716
|
-
/** @example
|
|
9715
|
+
/** @example 24 */
|
|
9717
9716
|
id?: number;
|
|
9718
9717
|
/** @example Exterior */
|
|
9719
9718
|
name?: string;
|
|
@@ -9753,31 +9752,31 @@ export interface operations {
|
|
|
9753
9752
|
/**
|
|
9754
9753
|
* @example [
|
|
9755
9754
|
* {
|
|
9756
|
-
* "id":
|
|
9755
|
+
* "id": 21,
|
|
9757
9756
|
* "key": "email_fa_0",
|
|
9758
9757
|
* "name": "Clara Cronin V",
|
|
9759
9758
|
* "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
|
|
9760
9759
|
* "requires_review": true,
|
|
9761
9760
|
* "metadata_schema": [],
|
|
9762
9761
|
* "is_active": true,
|
|
9763
|
-
* "created_at": "2026-04-
|
|
9764
|
-
* "updated_at": "2026-04-
|
|
9762
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
9763
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
9765
9764
|
* },
|
|
9766
9765
|
* {
|
|
9767
|
-
* "id":
|
|
9766
|
+
* "id": 22,
|
|
9768
9767
|
* "key": "email_fa_6",
|
|
9769
9768
|
* "name": "Myrtis Tromp",
|
|
9770
9769
|
* "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
|
|
9771
9770
|
* "requires_review": true,
|
|
9772
9771
|
* "metadata_schema": [],
|
|
9773
9772
|
* "is_active": true,
|
|
9774
|
-
* "created_at": "2026-04-
|
|
9775
|
-
* "updated_at": "2026-04-
|
|
9773
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
9774
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
9776
9775
|
* }
|
|
9777
9776
|
* ]
|
|
9778
9777
|
*/
|
|
9779
9778
|
data?: {
|
|
9780
|
-
/** @example
|
|
9779
|
+
/** @example 21 */
|
|
9781
9780
|
id?: number;
|
|
9782
9781
|
/** @example email_fa_0 */
|
|
9783
9782
|
key?: string;
|
|
@@ -9791,9 +9790,9 @@ export interface operations {
|
|
|
9791
9790
|
metadata_schema?: unknown[];
|
|
9792
9791
|
/** @example true */
|
|
9793
9792
|
is_active?: boolean;
|
|
9794
|
-
/** @example 2026-04-
|
|
9793
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9795
9794
|
created_at?: string;
|
|
9796
|
-
/** @example 2026-04-
|
|
9795
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9797
9796
|
updated_at?: string;
|
|
9798
9797
|
}[];
|
|
9799
9798
|
};
|
|
@@ -9855,7 +9854,7 @@ export interface operations {
|
|
|
9855
9854
|
content: {
|
|
9856
9855
|
"application/json": {
|
|
9857
9856
|
data?: {
|
|
9858
|
-
/** @example
|
|
9857
|
+
/** @example 23 */
|
|
9859
9858
|
id?: number;
|
|
9860
9859
|
/** @example email_fa_0 */
|
|
9861
9860
|
key?: string;
|
|
@@ -9869,9 +9868,9 @@ export interface operations {
|
|
|
9869
9868
|
metadata_schema?: unknown[];
|
|
9870
9869
|
/** @example true */
|
|
9871
9870
|
is_active?: boolean;
|
|
9872
|
-
/** @example 2026-04-
|
|
9871
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9873
9872
|
created_at?: string;
|
|
9874
|
-
/** @example 2026-04-
|
|
9873
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9875
9874
|
updated_at?: string;
|
|
9876
9875
|
};
|
|
9877
9876
|
};
|
|
@@ -9931,7 +9930,7 @@ export interface operations {
|
|
|
9931
9930
|
content: {
|
|
9932
9931
|
"application/json": {
|
|
9933
9932
|
data?: {
|
|
9934
|
-
/** @example
|
|
9933
|
+
/** @example 24 */
|
|
9935
9934
|
id?: number;
|
|
9936
9935
|
/** @example email_fa_0 */
|
|
9937
9936
|
key?: string;
|
|
@@ -9945,9 +9944,9 @@ export interface operations {
|
|
|
9945
9944
|
metadata_schema?: unknown[];
|
|
9946
9945
|
/** @example true */
|
|
9947
9946
|
is_active?: boolean;
|
|
9948
|
-
/** @example 2026-04-
|
|
9947
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9949
9948
|
created_at?: string;
|
|
9950
|
-
/** @example 2026-04-
|
|
9949
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
9951
9950
|
updated_at?: string;
|
|
9952
9951
|
};
|
|
9953
9952
|
};
|
|
@@ -10161,29 +10160,29 @@ export interface operations {
|
|
|
10161
10160
|
/**
|
|
10162
10161
|
* @example [
|
|
10163
10162
|
* {
|
|
10164
|
-
* "id":
|
|
10163
|
+
* "id": 9,
|
|
10165
10164
|
* "status": "approved",
|
|
10166
10165
|
* "submitted_data": [],
|
|
10167
10166
|
* "rejection_reason": null,
|
|
10168
10167
|
* "reviewed_by": 1,
|
|
10169
|
-
* "reviewed_at": "2026-04-
|
|
10170
|
-
* "created_at": "2026-04-
|
|
10171
|
-
* "updated_at": "2026-04-
|
|
10168
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10169
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10170
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10172
10171
|
* },
|
|
10173
10172
|
* {
|
|
10174
|
-
* "id":
|
|
10173
|
+
* "id": 10,
|
|
10175
10174
|
* "status": "approved",
|
|
10176
10175
|
* "submitted_data": [],
|
|
10177
10176
|
* "rejection_reason": null,
|
|
10178
10177
|
* "reviewed_by": 1,
|
|
10179
|
-
* "reviewed_at": "2026-04-
|
|
10180
|
-
* "created_at": "2026-04-
|
|
10181
|
-
* "updated_at": "2026-04-
|
|
10178
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10179
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10180
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10182
10181
|
* }
|
|
10183
10182
|
* ]
|
|
10184
10183
|
*/
|
|
10185
10184
|
data?: {
|
|
10186
|
-
/** @example
|
|
10185
|
+
/** @example 9 */
|
|
10187
10186
|
id?: number;
|
|
10188
10187
|
/** @example approved */
|
|
10189
10188
|
status?: string;
|
|
@@ -10193,11 +10192,11 @@ export interface operations {
|
|
|
10193
10192
|
rejection_reason?: string | null;
|
|
10194
10193
|
/** @example 1 */
|
|
10195
10194
|
reviewed_by?: number;
|
|
10196
|
-
/** @example 2026-04-
|
|
10195
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10197
10196
|
reviewed_at?: string;
|
|
10198
|
-
/** @example 2026-04-
|
|
10197
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10199
10198
|
created_at?: string;
|
|
10200
|
-
/** @example 2026-04-
|
|
10199
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10201
10200
|
updated_at?: string;
|
|
10202
10201
|
}[];
|
|
10203
10202
|
links?: {
|
|
@@ -10284,29 +10283,29 @@ export interface operations {
|
|
|
10284
10283
|
/**
|
|
10285
10284
|
* @example [
|
|
10286
10285
|
* {
|
|
10287
|
-
* "id":
|
|
10286
|
+
* "id": 11,
|
|
10288
10287
|
* "status": "approved",
|
|
10289
10288
|
* "submitted_data": [],
|
|
10290
10289
|
* "rejection_reason": null,
|
|
10291
10290
|
* "reviewed_by": 1,
|
|
10292
|
-
* "reviewed_at": "2026-04-
|
|
10293
|
-
* "created_at": "2026-04-
|
|
10294
|
-
* "updated_at": "2026-04-
|
|
10291
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10292
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10293
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10295
10294
|
* },
|
|
10296
10295
|
* {
|
|
10297
|
-
* "id":
|
|
10296
|
+
* "id": 12,
|
|
10298
10297
|
* "status": "approved",
|
|
10299
10298
|
* "submitted_data": [],
|
|
10300
10299
|
* "rejection_reason": null,
|
|
10301
10300
|
* "reviewed_by": 1,
|
|
10302
|
-
* "reviewed_at": "2026-04-
|
|
10303
|
-
* "created_at": "2026-04-
|
|
10304
|
-
* "updated_at": "2026-04-
|
|
10301
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10302
|
+
* "created_at": "2026-04-13T17:06:03.000000Z",
|
|
10303
|
+
* "updated_at": "2026-04-13T17:06:03.000000Z"
|
|
10305
10304
|
* }
|
|
10306
10305
|
* ]
|
|
10307
10306
|
*/
|
|
10308
10307
|
data?: {
|
|
10309
|
-
/** @example
|
|
10308
|
+
/** @example 11 */
|
|
10310
10309
|
id?: number;
|
|
10311
10310
|
/** @example approved */
|
|
10312
10311
|
status?: string;
|
|
@@ -10316,11 +10315,11 @@ export interface operations {
|
|
|
10316
10315
|
rejection_reason?: string | null;
|
|
10317
10316
|
/** @example 1 */
|
|
10318
10317
|
reviewed_by?: number;
|
|
10319
|
-
/** @example 2026-04-
|
|
10318
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10320
10319
|
reviewed_at?: string;
|
|
10321
|
-
/** @example 2026-04-
|
|
10320
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10322
10321
|
created_at?: string;
|
|
10323
|
-
/** @example 2026-04-
|
|
10322
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10324
10323
|
updated_at?: string;
|
|
10325
10324
|
}[];
|
|
10326
10325
|
};
|
|
@@ -10434,7 +10433,7 @@ export interface operations {
|
|
|
10434
10433
|
/**
|
|
10435
10434
|
* @example [
|
|
10436
10435
|
* {
|
|
10437
|
-
* "id":
|
|
10436
|
+
* "id": 83,
|
|
10438
10437
|
* "compliance": {
|
|
10439
10438
|
* "id": 1,
|
|
10440
10439
|
* "key": "property_ownership",
|
|
@@ -10446,10 +10445,10 @@ export interface operations {
|
|
|
10446
10445
|
* "rejection_reason": null,
|
|
10447
10446
|
* "reviewed_by": 1,
|
|
10448
10447
|
* "reviewed_at": null,
|
|
10449
|
-
* "created_at": "2026-04-
|
|
10448
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10450
10449
|
* },
|
|
10451
10450
|
* {
|
|
10452
|
-
* "id":
|
|
10451
|
+
* "id": 84,
|
|
10453
10452
|
* "compliance": {
|
|
10454
10453
|
* "id": 1,
|
|
10455
10454
|
* "key": "property_ownership",
|
|
@@ -10461,12 +10460,12 @@ export interface operations {
|
|
|
10461
10460
|
* "rejection_reason": null,
|
|
10462
10461
|
* "reviewed_by": 1,
|
|
10463
10462
|
* "reviewed_at": null,
|
|
10464
|
-
* "created_at": "2026-04-
|
|
10463
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10465
10464
|
* }
|
|
10466
10465
|
* ]
|
|
10467
10466
|
*/
|
|
10468
10467
|
data?: {
|
|
10469
|
-
/** @example
|
|
10468
|
+
/** @example 83 */
|
|
10470
10469
|
id?: number;
|
|
10471
10470
|
compliance?: {
|
|
10472
10471
|
/** @example 1 */
|
|
@@ -10488,7 +10487,7 @@ export interface operations {
|
|
|
10488
10487
|
reviewed_by?: number;
|
|
10489
10488
|
/** @example null */
|
|
10490
10489
|
reviewed_at?: string | null;
|
|
10491
|
-
/** @example 2026-04-
|
|
10490
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10492
10491
|
created_at?: string;
|
|
10493
10492
|
}[];
|
|
10494
10493
|
links?: {
|
|
@@ -10608,7 +10607,7 @@ export interface operations {
|
|
|
10608
10607
|
/**
|
|
10609
10608
|
* @example [
|
|
10610
10609
|
* {
|
|
10611
|
-
* "id":
|
|
10610
|
+
* "id": 89,
|
|
10612
10611
|
* "compliance": {
|
|
10613
10612
|
* "id": 1,
|
|
10614
10613
|
* "key": "property_ownership",
|
|
@@ -10619,11 +10618,11 @@ export interface operations {
|
|
|
10619
10618
|
* "submitted_data": [],
|
|
10620
10619
|
* "rejection_reason": null,
|
|
10621
10620
|
* "reviewed_by": 1,
|
|
10622
|
-
* "reviewed_at": "2026-04-
|
|
10623
|
-
* "created_at": "2026-04-
|
|
10621
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10622
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10624
10623
|
* },
|
|
10625
10624
|
* {
|
|
10626
|
-
* "id":
|
|
10625
|
+
* "id": 90,
|
|
10627
10626
|
* "compliance": {
|
|
10628
10627
|
* "id": 1,
|
|
10629
10628
|
* "key": "property_ownership",
|
|
@@ -10634,13 +10633,13 @@ export interface operations {
|
|
|
10634
10633
|
* "submitted_data": [],
|
|
10635
10634
|
* "rejection_reason": null,
|
|
10636
10635
|
* "reviewed_by": 1,
|
|
10637
|
-
* "reviewed_at": "2026-04-
|
|
10638
|
-
* "created_at": "2026-04-
|
|
10636
|
+
* "reviewed_at": "2026-04-13T17:06:03.000000Z",
|
|
10637
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
10639
10638
|
* }
|
|
10640
10639
|
* ]
|
|
10641
10640
|
*/
|
|
10642
10641
|
data?: {
|
|
10643
|
-
/** @example
|
|
10642
|
+
/** @example 89 */
|
|
10644
10643
|
id?: number;
|
|
10645
10644
|
compliance?: {
|
|
10646
10645
|
/** @example 1 */
|
|
@@ -10660,9 +10659,9 @@ export interface operations {
|
|
|
10660
10659
|
rejection_reason?: string | null;
|
|
10661
10660
|
/** @example 1 */
|
|
10662
10661
|
reviewed_by?: number;
|
|
10663
|
-
/** @example 2026-04-
|
|
10662
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10664
10663
|
reviewed_at?: string;
|
|
10665
|
-
/** @example 2026-04-
|
|
10664
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
10666
10665
|
created_at?: string;
|
|
10667
10666
|
}[];
|
|
10668
10667
|
links?: {
|
|
@@ -12031,13 +12030,13 @@ export interface operations {
|
|
|
12031
12030
|
content: {
|
|
12032
12031
|
"application/json": {
|
|
12033
12032
|
data?: {
|
|
12034
|
-
/** @example
|
|
12033
|
+
/** @example b9744788-7afa-4d0a-80e4-4b7ccec05017 */
|
|
12035
12034
|
uid?: string;
|
|
12036
12035
|
/** @example follow_up */
|
|
12037
12036
|
inspection_type?: string;
|
|
12038
12037
|
/** @example cancelled */
|
|
12039
12038
|
status?: string;
|
|
12040
|
-
/** @example 2026-04-
|
|
12039
|
+
/** @example 2026-04-19T07:04:25.000000Z */
|
|
12041
12040
|
scheduled_date?: string;
|
|
12042
12041
|
/** @example null */
|
|
12043
12042
|
completed_date?: string | null;
|
|
@@ -12045,11 +12044,11 @@ export interface operations {
|
|
|
12045
12044
|
condition_rating?: string;
|
|
12046
12045
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12047
12046
|
summary?: string;
|
|
12048
|
-
/** @example 2026-06-
|
|
12047
|
+
/** @example 2026-06-12T03:52:59.000000Z */
|
|
12049
12048
|
next_inspection_date?: string;
|
|
12050
|
-
/** @example 2026-04-
|
|
12049
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12051
12050
|
created_at?: string;
|
|
12052
|
-
/** @example 2026-04-
|
|
12051
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12053
12052
|
updated_at?: string;
|
|
12054
12053
|
};
|
|
12055
12054
|
};
|
|
@@ -12092,13 +12091,13 @@ export interface operations {
|
|
|
12092
12091
|
content: {
|
|
12093
12092
|
"application/json": {
|
|
12094
12093
|
data?: {
|
|
12095
|
-
/** @example
|
|
12094
|
+
/** @example 20fc7c0c-1b7e-42ab-8b94-ba256d7bbbba */
|
|
12096
12095
|
uid?: string;
|
|
12097
12096
|
/** @example follow_up */
|
|
12098
12097
|
inspection_type?: string;
|
|
12099
12098
|
/** @example cancelled */
|
|
12100
12099
|
status?: string;
|
|
12101
|
-
/** @example 2026-04-
|
|
12100
|
+
/** @example 2026-04-07T04:30:58.000000Z */
|
|
12102
12101
|
scheduled_date?: string;
|
|
12103
12102
|
/** @example null */
|
|
12104
12103
|
completed_date?: string | null;
|
|
@@ -12106,11 +12105,11 @@ export interface operations {
|
|
|
12106
12105
|
condition_rating?: string;
|
|
12107
12106
|
/** @example Et animi quos velit et fugiat. */
|
|
12108
12107
|
summary?: string;
|
|
12109
|
-
/** @example 2026-07-
|
|
12108
|
+
/** @example 2026-07-16T12:24:45.000000Z */
|
|
12110
12109
|
next_inspection_date?: string;
|
|
12111
|
-
/** @example 2026-04-
|
|
12110
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12112
12111
|
created_at?: string;
|
|
12113
|
-
/** @example 2026-04-
|
|
12112
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12114
12113
|
updated_at?: string;
|
|
12115
12114
|
};
|
|
12116
12115
|
};
|
|
@@ -12147,13 +12146,13 @@ export interface operations {
|
|
|
12147
12146
|
content: {
|
|
12148
12147
|
"application/json": {
|
|
12149
12148
|
data?: {
|
|
12150
|
-
/** @example
|
|
12149
|
+
/** @example c544a8e7-ba12-470d-90f3-19261487ef62 */
|
|
12151
12150
|
uid?: string;
|
|
12152
12151
|
/** @example follow_up */
|
|
12153
12152
|
inspection_type?: string;
|
|
12154
12153
|
/** @example cancelled */
|
|
12155
12154
|
status?: string;
|
|
12156
|
-
/** @example 2026-04-
|
|
12155
|
+
/** @example 2026-04-19T07:04:25.000000Z */
|
|
12157
12156
|
scheduled_date?: string;
|
|
12158
12157
|
/** @example null */
|
|
12159
12158
|
completed_date?: string | null;
|
|
@@ -12161,11 +12160,11 @@ export interface operations {
|
|
|
12161
12160
|
condition_rating?: string;
|
|
12162
12161
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12163
12162
|
summary?: string;
|
|
12164
|
-
/** @example 2026-06-
|
|
12163
|
+
/** @example 2026-06-12T03:52:59.000000Z */
|
|
12165
12164
|
next_inspection_date?: string;
|
|
12166
|
-
/** @example 2026-04-
|
|
12165
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12167
12166
|
created_at?: string;
|
|
12168
|
-
/** @example 2026-04-
|
|
12167
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12169
12168
|
updated_at?: string;
|
|
12170
12169
|
};
|
|
12171
12170
|
};
|
|
@@ -12202,13 +12201,13 @@ export interface operations {
|
|
|
12202
12201
|
content: {
|
|
12203
12202
|
"application/json": {
|
|
12204
12203
|
data?: {
|
|
12205
|
-
/** @example
|
|
12204
|
+
/** @example 6e7af0e1-aad5-4267-aaeb-04ef3b79d587 */
|
|
12206
12205
|
uid?: string;
|
|
12207
12206
|
/** @example follow_up */
|
|
12208
12207
|
inspection_type?: string;
|
|
12209
12208
|
/** @example cancelled */
|
|
12210
12209
|
status?: string;
|
|
12211
|
-
/** @example 2026-04-
|
|
12210
|
+
/** @example 2026-04-07T04:30:58.000000Z */
|
|
12212
12211
|
scheduled_date?: string;
|
|
12213
12212
|
/** @example null */
|
|
12214
12213
|
completed_date?: string | null;
|
|
@@ -12216,11 +12215,11 @@ export interface operations {
|
|
|
12216
12215
|
condition_rating?: string;
|
|
12217
12216
|
/** @example Et animi quos velit et fugiat. */
|
|
12218
12217
|
summary?: string;
|
|
12219
|
-
/** @example 2026-07-
|
|
12218
|
+
/** @example 2026-07-16T12:24:45.000000Z */
|
|
12220
12219
|
next_inspection_date?: string;
|
|
12221
|
-
/** @example 2026-04-
|
|
12220
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12222
12221
|
created_at?: string;
|
|
12223
|
-
/** @example 2026-04-
|
|
12222
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12224
12223
|
updated_at?: string;
|
|
12225
12224
|
};
|
|
12226
12225
|
};
|
|
@@ -12257,7 +12256,7 @@ export interface operations {
|
|
|
12257
12256
|
content: {
|
|
12258
12257
|
"application/json": {
|
|
12259
12258
|
data?: {
|
|
12260
|
-
/** @example
|
|
12259
|
+
/** @example b6be3fa2-5448-41ed-ad21-cbc9665728f7 */
|
|
12261
12260
|
uid?: string;
|
|
12262
12261
|
/** @example Qui commodi incidunt iure. */
|
|
12263
12262
|
title?: string;
|
|
@@ -12267,17 +12266,17 @@ export interface operations {
|
|
|
12267
12266
|
status?: string;
|
|
12268
12267
|
/** @example low */
|
|
12269
12268
|
priority?: string;
|
|
12270
|
-
/** @example 2026-04-
|
|
12269
|
+
/** @example 2026-04-12T06:34:46.000000Z */
|
|
12271
12270
|
reported_at?: string;
|
|
12272
12271
|
/** @example null */
|
|
12273
12272
|
assigned_at?: string | null;
|
|
12274
12273
|
/** @example null */
|
|
12275
12274
|
completed_at?: string | null;
|
|
12276
|
-
/** @example 2026-04-
|
|
12275
|
+
/** @example 2026-04-15T02:59:12.000000Z */
|
|
12277
12276
|
sla_deadline?: string;
|
|
12278
|
-
/** @example 2026-04-
|
|
12277
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12279
12278
|
created_at?: string;
|
|
12280
|
-
/** @example 2026-04-
|
|
12279
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12281
12280
|
updated_at?: string;
|
|
12282
12281
|
};
|
|
12283
12282
|
};
|
|
@@ -12314,7 +12313,7 @@ export interface operations {
|
|
|
12314
12313
|
content: {
|
|
12315
12314
|
"application/json": {
|
|
12316
12315
|
data?: {
|
|
12317
|
-
/** @example
|
|
12316
|
+
/** @example 6e76261a-a32c-494d-afc5-b3fd23ea0ff7 */
|
|
12318
12317
|
uid?: string;
|
|
12319
12318
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12320
12319
|
title?: string;
|
|
@@ -12324,17 +12323,17 @@ export interface operations {
|
|
|
12324
12323
|
status?: string;
|
|
12325
12324
|
/** @example emergency */
|
|
12326
12325
|
priority?: string;
|
|
12327
|
-
/** @example 2026-04-
|
|
12326
|
+
/** @example 2026-04-07T04:19:38.000000Z */
|
|
12328
12327
|
reported_at?: string;
|
|
12329
|
-
/** @example 2026-04-
|
|
12328
|
+
/** @example 2026-04-12T00:39:30.000000Z */
|
|
12330
12329
|
assigned_at?: string;
|
|
12331
12330
|
/** @example null */
|
|
12332
12331
|
completed_at?: string | null;
|
|
12333
|
-
/** @example 2026-04-
|
|
12332
|
+
/** @example 2026-04-15T06:01:53.000000Z */
|
|
12334
12333
|
sla_deadline?: string;
|
|
12335
|
-
/** @example 2026-04-
|
|
12334
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12336
12335
|
created_at?: string;
|
|
12337
|
-
/** @example 2026-04-
|
|
12336
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12338
12337
|
updated_at?: string;
|
|
12339
12338
|
};
|
|
12340
12339
|
};
|
|
@@ -12371,7 +12370,7 @@ export interface operations {
|
|
|
12371
12370
|
content: {
|
|
12372
12371
|
"application/json": {
|
|
12373
12372
|
data?: {
|
|
12374
|
-
/** @example
|
|
12373
|
+
/** @example f327b0b2-0c17-4288-93db-d9a38af4666a */
|
|
12375
12374
|
uid?: string;
|
|
12376
12375
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12377
12376
|
title?: string;
|
|
@@ -12381,17 +12380,17 @@ export interface operations {
|
|
|
12381
12380
|
status?: string;
|
|
12382
12381
|
/** @example emergency */
|
|
12383
12382
|
priority?: string;
|
|
12384
|
-
/** @example 2026-04-
|
|
12383
|
+
/** @example 2026-04-07T04:19:38.000000Z */
|
|
12385
12384
|
reported_at?: string;
|
|
12386
|
-
/** @example 2026-04-
|
|
12385
|
+
/** @example 2026-04-12T00:39:30.000000Z */
|
|
12387
12386
|
assigned_at?: string;
|
|
12388
12387
|
/** @example null */
|
|
12389
12388
|
completed_at?: string | null;
|
|
12390
|
-
/** @example 2026-04-
|
|
12389
|
+
/** @example 2026-04-15T06:01:53.000000Z */
|
|
12391
12390
|
sla_deadline?: string;
|
|
12392
|
-
/** @example 2026-04-
|
|
12391
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12393
12392
|
created_at?: string;
|
|
12394
|
-
/** @example 2026-04-
|
|
12393
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12395
12394
|
updated_at?: string;
|
|
12396
12395
|
};
|
|
12397
12396
|
};
|
|
@@ -12428,7 +12427,7 @@ export interface operations {
|
|
|
12428
12427
|
content: {
|
|
12429
12428
|
"application/json": {
|
|
12430
12429
|
data?: {
|
|
12431
|
-
/** @example
|
|
12430
|
+
/** @example a9918c4d-4649-40ab-aa87-1d2dca15daa7 */
|
|
12432
12431
|
uid?: string;
|
|
12433
12432
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12434
12433
|
title?: string;
|
|
@@ -12438,17 +12437,17 @@ export interface operations {
|
|
|
12438
12437
|
status?: string;
|
|
12439
12438
|
/** @example emergency */
|
|
12440
12439
|
priority?: string;
|
|
12441
|
-
/** @example 2026-04-
|
|
12440
|
+
/** @example 2026-04-07T04:19:38.000000Z */
|
|
12442
12441
|
reported_at?: string;
|
|
12443
|
-
/** @example 2026-04-
|
|
12442
|
+
/** @example 2026-04-12T00:39:30.000000Z */
|
|
12444
12443
|
assigned_at?: string;
|
|
12445
12444
|
/** @example null */
|
|
12446
12445
|
completed_at?: string | null;
|
|
12447
|
-
/** @example 2026-04-
|
|
12446
|
+
/** @example 2026-04-15T06:01:53.000000Z */
|
|
12448
12447
|
sla_deadline?: string;
|
|
12449
|
-
/** @example 2026-04-
|
|
12448
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12450
12449
|
created_at?: string;
|
|
12451
|
-
/** @example 2026-04-
|
|
12450
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
12452
12451
|
updated_at?: string;
|
|
12453
12452
|
};
|
|
12454
12453
|
};
|
|
@@ -12717,19 +12716,19 @@ export interface operations {
|
|
|
12717
12716
|
content: {
|
|
12718
12717
|
"application/json": {
|
|
12719
12718
|
data?: {
|
|
12720
|
-
/** @example
|
|
12719
|
+
/** @example 15 */
|
|
12721
12720
|
id?: number;
|
|
12722
12721
|
/** @example 2 */
|
|
12723
12722
|
listing_id?: number;
|
|
12724
12723
|
/** @example completed */
|
|
12725
12724
|
status?: string;
|
|
12726
12725
|
scheduled?: {
|
|
12727
|
-
/** @example
|
|
12726
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
12728
12727
|
start?: string;
|
|
12729
|
-
/** @example
|
|
12728
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
12730
12729
|
end?: string;
|
|
12731
12730
|
};
|
|
12732
|
-
/** @example 2026-04-
|
|
12731
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
12733
12732
|
created_at?: string;
|
|
12734
12733
|
};
|
|
12735
12734
|
};
|
|
@@ -12756,19 +12755,19 @@ export interface operations {
|
|
|
12756
12755
|
content: {
|
|
12757
12756
|
"application/json": {
|
|
12758
12757
|
data?: {
|
|
12759
|
-
/** @example
|
|
12758
|
+
/** @example 16 */
|
|
12760
12759
|
id?: number;
|
|
12761
12760
|
/** @example 2 */
|
|
12762
12761
|
listing_id?: number;
|
|
12763
12762
|
/** @example completed */
|
|
12764
12763
|
status?: string;
|
|
12765
12764
|
scheduled?: {
|
|
12766
|
-
/** @example 1981-11-
|
|
12765
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
12767
12766
|
start?: string;
|
|
12768
|
-
/** @example 1979-12-
|
|
12767
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
12769
12768
|
end?: string;
|
|
12770
12769
|
};
|
|
12771
|
-
/** @example 2026-04-
|
|
12770
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
12772
12771
|
created_at?: string;
|
|
12773
12772
|
};
|
|
12774
12773
|
};
|
|
@@ -12794,41 +12793,41 @@ export interface operations {
|
|
|
12794
12793
|
/**
|
|
12795
12794
|
* @example [
|
|
12796
12795
|
* {
|
|
12797
|
-
* "id":
|
|
12796
|
+
* "id": 17,
|
|
12798
12797
|
* "listing_id": 2,
|
|
12799
12798
|
* "status": "completed",
|
|
12800
12799
|
* "scheduled": {
|
|
12801
|
-
* "start": "1981-11-
|
|
12802
|
-
* "end": "1979-12-
|
|
12800
|
+
* "start": "1981-11-26T00:00:00.000000Z",
|
|
12801
|
+
* "end": "1979-12-23T00:00:00.000000Z"
|
|
12803
12802
|
* },
|
|
12804
|
-
* "created_at": "2026-04-
|
|
12803
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
12805
12804
|
* },
|
|
12806
12805
|
* {
|
|
12807
|
-
* "id":
|
|
12806
|
+
* "id": 18,
|
|
12808
12807
|
* "listing_id": 2,
|
|
12809
12808
|
* "status": "completed",
|
|
12810
12809
|
* "scheduled": {
|
|
12811
|
-
* "start": "2006-09-
|
|
12810
|
+
* "start": "2006-09-27T00:00:00.000000Z",
|
|
12812
12811
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12813
12812
|
* },
|
|
12814
|
-
* "created_at": "2026-04-
|
|
12813
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
12815
12814
|
* }
|
|
12816
12815
|
* ]
|
|
12817
12816
|
*/
|
|
12818
12817
|
data?: {
|
|
12819
|
-
/** @example
|
|
12818
|
+
/** @example 17 */
|
|
12820
12819
|
id?: number;
|
|
12821
12820
|
/** @example 2 */
|
|
12822
12821
|
listing_id?: number;
|
|
12823
12822
|
/** @example completed */
|
|
12824
12823
|
status?: string;
|
|
12825
12824
|
scheduled?: {
|
|
12826
|
-
/** @example 1981-11-
|
|
12825
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
12827
12826
|
start?: string;
|
|
12828
|
-
/** @example 1979-12-
|
|
12827
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
12829
12828
|
end?: string;
|
|
12830
12829
|
};
|
|
12831
|
-
/** @example 2026-04-
|
|
12830
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
12832
12831
|
created_at?: string;
|
|
12833
12832
|
}[];
|
|
12834
12833
|
links?: {
|
|
@@ -12928,19 +12927,19 @@ export interface operations {
|
|
|
12928
12927
|
content: {
|
|
12929
12928
|
"application/json": {
|
|
12930
12929
|
data?: {
|
|
12931
|
-
/** @example
|
|
12930
|
+
/** @example 19 */
|
|
12932
12931
|
id?: number;
|
|
12933
12932
|
/** @example 2 */
|
|
12934
12933
|
listing_id?: number;
|
|
12935
12934
|
/** @example completed */
|
|
12936
12935
|
status?: string;
|
|
12937
12936
|
scheduled?: {
|
|
12938
|
-
/** @example 1981-11-
|
|
12937
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
12939
12938
|
start?: string;
|
|
12940
|
-
/** @example 1979-12-
|
|
12939
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
12941
12940
|
end?: string;
|
|
12942
12941
|
};
|
|
12943
|
-
/** @example 2026-04-
|
|
12942
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
12944
12943
|
created_at?: string;
|
|
12945
12944
|
};
|
|
12946
12945
|
};
|
|
@@ -12967,19 +12966,19 @@ export interface operations {
|
|
|
12967
12966
|
content: {
|
|
12968
12967
|
"application/json": {
|
|
12969
12968
|
data?: {
|
|
12970
|
-
/** @example
|
|
12969
|
+
/** @example 20 */
|
|
12971
12970
|
id?: number;
|
|
12972
12971
|
/** @example 2 */
|
|
12973
12972
|
listing_id?: number;
|
|
12974
12973
|
/** @example completed */
|
|
12975
12974
|
status?: string;
|
|
12976
12975
|
scheduled?: {
|
|
12977
|
-
/** @example 1981-11-
|
|
12976
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
12978
12977
|
start?: string;
|
|
12979
|
-
/** @example 1979-12-
|
|
12978
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
12980
12979
|
end?: string;
|
|
12981
12980
|
};
|
|
12982
|
-
/** @example 2026-04-
|
|
12981
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
12983
12982
|
created_at?: string;
|
|
12984
12983
|
};
|
|
12985
12984
|
};
|
|
@@ -13006,19 +13005,19 @@ export interface operations {
|
|
|
13006
13005
|
content: {
|
|
13007
13006
|
"application/json": {
|
|
13008
13007
|
data?: {
|
|
13009
|
-
/** @example
|
|
13008
|
+
/** @example 21 */
|
|
13010
13009
|
id?: number;
|
|
13011
13010
|
/** @example 2 */
|
|
13012
13011
|
listing_id?: number;
|
|
13013
13012
|
/** @example completed */
|
|
13014
13013
|
status?: string;
|
|
13015
13014
|
scheduled?: {
|
|
13016
|
-
/** @example 1981-11-
|
|
13015
|
+
/** @example 1981-11-26T00:00:00.000000Z */
|
|
13017
13016
|
start?: string;
|
|
13018
|
-
/** @example 1979-12-
|
|
13017
|
+
/** @example 1979-12-23T00:00:00.000000Z */
|
|
13019
13018
|
end?: string;
|
|
13020
13019
|
};
|
|
13021
|
-
/** @example 2026-04-
|
|
13020
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
13022
13021
|
created_at?: string;
|
|
13023
13022
|
};
|
|
13024
13023
|
};
|
|
@@ -14089,7 +14088,7 @@ export interface operations {
|
|
|
14089
14088
|
content: {
|
|
14090
14089
|
"application/json": {
|
|
14091
14090
|
data?: {
|
|
14092
|
-
/** @example
|
|
14091
|
+
/** @example 5b4a0500-5949-45f2-8b4e-9d5531cb266e */
|
|
14093
14092
|
uid?: string;
|
|
14094
14093
|
/** @example Ms. Audra Crooks II */
|
|
14095
14094
|
username?: string;
|
|
@@ -14119,7 +14118,7 @@ export interface operations {
|
|
|
14119
14118
|
timezone?: string;
|
|
14120
14119
|
/** @example Customer */
|
|
14121
14120
|
user_type?: string;
|
|
14122
|
-
/** @example
|
|
14121
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
14123
14122
|
created?: string;
|
|
14124
14123
|
/** @example 0 seconds ago */
|
|
14125
14124
|
email_verified_at?: string;
|
|
@@ -14588,7 +14587,7 @@ export interface operations {
|
|
|
14588
14587
|
content: {
|
|
14589
14588
|
"application/json": {
|
|
14590
14589
|
data?: {
|
|
14591
|
-
/** @example
|
|
14590
|
+
/** @example 223270c9-7925-4e45-8f36-c74cc9555510 */
|
|
14592
14591
|
uid?: string;
|
|
14593
14592
|
/** @example Ms. Audra Crooks II */
|
|
14594
14593
|
username?: string;
|
|
@@ -14618,7 +14617,7 @@ export interface operations {
|
|
|
14618
14617
|
timezone?: string;
|
|
14619
14618
|
/** @example Customer */
|
|
14620
14619
|
user_type?: string;
|
|
14621
|
-
/** @example
|
|
14620
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
14622
14621
|
created?: string;
|
|
14623
14622
|
/** @example 0 seconds ago */
|
|
14624
14623
|
email_verified_at?: string;
|
|
@@ -14739,11 +14738,11 @@ export interface operations {
|
|
|
14739
14738
|
content: {
|
|
14740
14739
|
"application/json": {
|
|
14741
14740
|
data?: {
|
|
14742
|
-
/** @example New For Rent Property draft •
|
|
14741
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
14743
14742
|
draft_name?: string;
|
|
14744
|
-
/** @example LST-PRP-LTR-
|
|
14743
|
+
/** @example LST-PRP-LTR-MNXG26CAPWX */
|
|
14745
14744
|
sku?: string;
|
|
14746
|
-
/** @example
|
|
14745
|
+
/** @example 73b4f135-4a7a-4769-9b9a-e33d2bb8049a */
|
|
14747
14746
|
uid?: string;
|
|
14748
14747
|
/** @example Rent */
|
|
14749
14748
|
listing_type?: string;
|
|
@@ -14867,9 +14866,9 @@ export interface operations {
|
|
|
14867
14866
|
/**
|
|
14868
14867
|
* @example [
|
|
14869
14868
|
* {
|
|
14870
|
-
* "draft_name": "New For Rent Property draft •
|
|
14871
|
-
* "sku": "LST-PRP-LTR-
|
|
14872
|
-
* "uid": "
|
|
14869
|
+
* "draft_name": "New For Rent Property draft • 13 Apr 2026, 5:06 PM",
|
|
14870
|
+
* "sku": "LST-PRP-LTR-MNXG26CZH12",
|
|
14871
|
+
* "uid": "29c1d36d-b154-40ca-be65-cc7f9c6dcaf3",
|
|
14873
14872
|
* "listing_type": "Rent",
|
|
14874
14873
|
* "vertical": "Property",
|
|
14875
14874
|
* "arrangement_type": "let_to_let",
|
|
@@ -14886,9 +14885,9 @@ export interface operations {
|
|
|
14886
14885
|
* "media": []
|
|
14887
14886
|
* },
|
|
14888
14887
|
* {
|
|
14889
|
-
* "draft_name": "New Short Let Property draft •
|
|
14890
|
-
* "sku": "LST-PRP-SHL-
|
|
14891
|
-
* "uid": "
|
|
14888
|
+
* "draft_name": "New Short Let Property draft • 13 Apr 2026, 5:06 PM",
|
|
14889
|
+
* "sku": "LST-PRP-SHL-MNXG26D1LYJ",
|
|
14890
|
+
* "uid": "1770d248-f1e3-410a-aeaa-b03baf04d671",
|
|
14892
14891
|
* "listing_type": "Short Let",
|
|
14893
14892
|
* "vertical": "Property",
|
|
14894
14893
|
* "arrangement_type": "short_term_managed",
|
|
@@ -14907,11 +14906,11 @@ export interface operations {
|
|
|
14907
14906
|
* ]
|
|
14908
14907
|
*/
|
|
14909
14908
|
data?: {
|
|
14910
|
-
/** @example New For Rent Property draft •
|
|
14909
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
14911
14910
|
draft_name?: string;
|
|
14912
|
-
/** @example LST-PRP-LTR-
|
|
14911
|
+
/** @example LST-PRP-LTR-MNXG26CZH12 */
|
|
14913
14912
|
sku?: string;
|
|
14914
|
-
/** @example
|
|
14913
|
+
/** @example 29c1d36d-b154-40ca-be65-cc7f9c6dcaf3 */
|
|
14915
14914
|
uid?: string;
|
|
14916
14915
|
/** @example Rent */
|
|
14917
14916
|
listing_type?: string;
|
|
@@ -15021,9 +15020,9 @@ export interface operations {
|
|
|
15021
15020
|
/**
|
|
15022
15021
|
* @example [
|
|
15023
15022
|
* {
|
|
15024
|
-
* "draft_name": "New For Rent Property draft •
|
|
15025
|
-
* "sku": "LST-PRP-LTR-
|
|
15026
|
-
* "uid": "
|
|
15023
|
+
* "draft_name": "New For Rent Property draft • 13 Apr 2026, 5:06 PM",
|
|
15024
|
+
* "sku": "LST-PRP-LTR-MNXG26D6PIA",
|
|
15025
|
+
* "uid": "f5bf8af1-0ac7-4487-b957-9df146c400fb",
|
|
15027
15026
|
* "listing_type": "Rent",
|
|
15028
15027
|
* "vertical": "Property",
|
|
15029
15028
|
* "arrangement_type": "let_to_let",
|
|
@@ -15040,9 +15039,9 @@ export interface operations {
|
|
|
15040
15039
|
* "media": []
|
|
15041
15040
|
* },
|
|
15042
15041
|
* {
|
|
15043
|
-
* "draft_name": "New Short Let Property draft •
|
|
15044
|
-
* "sku": "LST-PRP-SHL-
|
|
15045
|
-
* "uid": "
|
|
15042
|
+
* "draft_name": "New Short Let Property draft • 13 Apr 2026, 5:06 PM",
|
|
15043
|
+
* "sku": "LST-PRP-SHL-MNXG26D9Y5M",
|
|
15044
|
+
* "uid": "38835c15-ab5f-4b2a-97f1-0210cad1f9ad",
|
|
15046
15045
|
* "listing_type": "Short Let",
|
|
15047
15046
|
* "vertical": "Property",
|
|
15048
15047
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15061,11 +15060,11 @@ export interface operations {
|
|
|
15061
15060
|
* ]
|
|
15062
15061
|
*/
|
|
15063
15062
|
data?: {
|
|
15064
|
-
/** @example New For Rent Property draft •
|
|
15063
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
15065
15064
|
draft_name?: string;
|
|
15066
|
-
/** @example LST-PRP-LTR-
|
|
15065
|
+
/** @example LST-PRP-LTR-MNXG26D6PIA */
|
|
15067
15066
|
sku?: string;
|
|
15068
|
-
/** @example
|
|
15067
|
+
/** @example f5bf8af1-0ac7-4487-b957-9df146c400fb */
|
|
15069
15068
|
uid?: string;
|
|
15070
15069
|
/** @example Rent */
|
|
15071
15070
|
listing_type?: string;
|
|
@@ -15159,152 +15158,155 @@ export interface operations {
|
|
|
15159
15158
|
};
|
|
15160
15159
|
getOwnerListings: {
|
|
15161
15160
|
parameters: {
|
|
15162
|
-
query?:
|
|
15161
|
+
query?: {
|
|
15162
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
15163
|
+
title?: string | null;
|
|
15164
|
+
/** @description Filter by listing type. */
|
|
15165
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
15166
|
+
/** @description Filter by listing vertical. */
|
|
15167
|
+
vertical?: "property" | "used_item" | null;
|
|
15168
|
+
/** @description Filter by listing state. */
|
|
15169
|
+
state?: "draft" | "submitted" | "published" | "rejected" | "unpublished" | "archived" | null;
|
|
15170
|
+
/** @description Filter by active tenancy presence. */
|
|
15171
|
+
active_tenancy?: "true" | "false" | "1" | "0" | null;
|
|
15172
|
+
/** @description Filter by listing compliance status. */
|
|
15173
|
+
compliance_status?: "compliant" | "non_compliant" | null;
|
|
15174
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
15175
|
+
per_page?: number | null;
|
|
15176
|
+
/** @description Current page number. Must be at least 1. */
|
|
15177
|
+
page?: number | null;
|
|
15178
|
+
};
|
|
15163
15179
|
header?: never;
|
|
15164
15180
|
path?: never;
|
|
15165
15181
|
cookie?: never;
|
|
15166
15182
|
};
|
|
15167
15183
|
requestBody?: never;
|
|
15168
15184
|
responses: {
|
|
15185
|
+
/** @description Retrieve listings for landlord table */
|
|
15169
15186
|
200: {
|
|
15170
15187
|
headers: {
|
|
15171
15188
|
[name: string]: unknown;
|
|
15172
15189
|
};
|
|
15173
15190
|
content: {
|
|
15174
15191
|
"application/json": {
|
|
15175
|
-
/**
|
|
15176
|
-
|
|
15177
|
-
|
|
15178
|
-
|
|
15179
|
-
* "sku": "LST-PRP-LTR-MNTB8JB4CBJ",
|
|
15180
|
-
* "uid": "b23025df-2cab-4cb0-9096-88159d4f6b45",
|
|
15181
|
-
* "listing_type": "Rent",
|
|
15182
|
-
* "vertical": "Property",
|
|
15183
|
-
* "arrangement_type": "let_to_let",
|
|
15184
|
-
* "arrangement_type_label": "Let to Let",
|
|
15185
|
-
* "price": null,
|
|
15186
|
-
* "state": "draft",
|
|
15187
|
-
* "published_at": null,
|
|
15188
|
-
* "published_since": null,
|
|
15189
|
-
* "is_visible": false,
|
|
15190
|
-
* "summary": {
|
|
15191
|
-
* "availability": null
|
|
15192
|
-
* },
|
|
15193
|
-
* "workflow": [],
|
|
15194
|
-
* "media": []
|
|
15195
|
-
* },
|
|
15196
|
-
* {
|
|
15197
|
-
* "draft_name": "New Short Let Property draft • 10 Apr 2026, 7:39 PM",
|
|
15198
|
-
* "sku": "LST-PRP-SHL-MNTB8JB79Y5",
|
|
15199
|
-
* "uid": "6a792192-7c56-4c5a-b8bc-8c6c9f5913e8",
|
|
15200
|
-
* "listing_type": "Short Let",
|
|
15201
|
-
* "vertical": "Property",
|
|
15202
|
-
* "arrangement_type": "short_term_managed",
|
|
15203
|
-
* "arrangement_type_label": "Short Term Managed",
|
|
15204
|
-
* "price": null,
|
|
15205
|
-
* "state": "draft",
|
|
15206
|
-
* "published_at": null,
|
|
15207
|
-
* "published_since": null,
|
|
15208
|
-
* "is_visible": false,
|
|
15209
|
-
* "summary": {
|
|
15210
|
-
* "availability": null
|
|
15211
|
-
* },
|
|
15212
|
-
* "workflow": [],
|
|
15213
|
-
* "media": []
|
|
15214
|
-
* }
|
|
15215
|
-
* ]
|
|
15216
|
-
*/
|
|
15192
|
+
/** @example Listings fetched */
|
|
15193
|
+
message?: string;
|
|
15194
|
+
/** @example null */
|
|
15195
|
+
event?: string | null;
|
|
15217
15196
|
data?: {
|
|
15218
|
-
/** @example New For Rent Property draft • 10 Apr 2026, 7:39 PM */
|
|
15219
|
-
draft_name?: string;
|
|
15220
|
-
/** @example LST-PRP-LTR-MNTB8JB4CBJ */
|
|
15221
|
-
sku?: string;
|
|
15222
|
-
/** @example b23025df-2cab-4cb0-9096-88159d4f6b45 */
|
|
15223
|
-
uid?: string;
|
|
15224
|
-
/** @example Rent */
|
|
15225
|
-
listing_type?: string;
|
|
15226
|
-
/** @example Property */
|
|
15227
|
-
vertical?: string;
|
|
15228
|
-
/** @example let_to_let */
|
|
15229
|
-
arrangement_type?: string;
|
|
15230
|
-
/** @example Let to Let */
|
|
15231
|
-
arrangement_type_label?: string;
|
|
15232
|
-
/** @example null */
|
|
15233
|
-
price?: string | null;
|
|
15234
|
-
/** @example draft */
|
|
15235
|
-
state?: string;
|
|
15236
|
-
/** @example null */
|
|
15237
|
-
published_at?: string | null;
|
|
15238
|
-
/** @example null */
|
|
15239
|
-
published_since?: string | null;
|
|
15240
|
-
/** @example false */
|
|
15241
|
-
is_visible?: boolean;
|
|
15242
|
-
summary?: {
|
|
15243
|
-
/** @example null */
|
|
15244
|
-
availability?: string | null;
|
|
15245
|
-
};
|
|
15246
|
-
/** @example [] */
|
|
15247
|
-
workflow?: unknown[];
|
|
15248
|
-
/** @example [] */
|
|
15249
|
-
media?: unknown[];
|
|
15250
|
-
}[];
|
|
15251
|
-
links?: {
|
|
15252
|
-
/** @example /?page=1 */
|
|
15253
|
-
first?: string;
|
|
15254
|
-
/** @example /?page=1 */
|
|
15255
|
-
last?: string;
|
|
15256
|
-
/** @example null */
|
|
15257
|
-
prev?: string | null;
|
|
15258
|
-
/** @example null */
|
|
15259
|
-
next?: string | null;
|
|
15260
|
-
};
|
|
15261
|
-
meta?: {
|
|
15262
|
-
/** @example 1 */
|
|
15263
|
-
current_page?: number;
|
|
15264
|
-
/** @example 1 */
|
|
15265
|
-
from?: number;
|
|
15266
|
-
/** @example 1 */
|
|
15267
|
-
last_page?: number;
|
|
15268
15197
|
/**
|
|
15269
15198
|
* @example [
|
|
15270
15199
|
* {
|
|
15271
|
-
* "
|
|
15272
|
-
* "
|
|
15273
|
-
* "
|
|
15274
|
-
*
|
|
15275
|
-
*
|
|
15276
|
-
*
|
|
15277
|
-
*
|
|
15278
|
-
*
|
|
15279
|
-
*
|
|
15280
|
-
* "
|
|
15281
|
-
*
|
|
15282
|
-
*
|
|
15283
|
-
*
|
|
15284
|
-
*
|
|
15285
|
-
* "
|
|
15286
|
-
*
|
|
15200
|
+
* "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
|
|
15201
|
+
* "sku": "LST-PRP-LTR-260405-A1B2",
|
|
15202
|
+
* "cover": {
|
|
15203
|
+
* "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
|
|
15204
|
+
* "media_type": "image",
|
|
15205
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/https://cdn.example.com/listings/cover.jpg",
|
|
15206
|
+
* "order_index": 0,
|
|
15207
|
+
* "is_cover": true
|
|
15208
|
+
* },
|
|
15209
|
+
* "details": {
|
|
15210
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
15211
|
+
* "title": "24 Windsor Court",
|
|
15212
|
+
* "type": "Rent"
|
|
15213
|
+
* },
|
|
15214
|
+
* "vertical": {
|
|
15215
|
+
* "value": "property",
|
|
15216
|
+
* "label": "Property"
|
|
15217
|
+
* },
|
|
15218
|
+
* "owner": {
|
|
15219
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
15220
|
+
* "name": "Alice Taylor",
|
|
15221
|
+
* "avatar": null
|
|
15222
|
+
* },
|
|
15223
|
+
* "compliance_status": {
|
|
15224
|
+
* "overall": "non_compliant",
|
|
15225
|
+
* "label": "Non Compliant"
|
|
15226
|
+
* },
|
|
15227
|
+
* "active_tenancy": {
|
|
15228
|
+
* "has_active_tenancy": true,
|
|
15229
|
+
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a"
|
|
15230
|
+
* },
|
|
15231
|
+
* "state": {
|
|
15232
|
+
* "value": "published",
|
|
15233
|
+
* "label": "Published"
|
|
15234
|
+
* }
|
|
15287
15235
|
* }
|
|
15288
15236
|
* ]
|
|
15289
15237
|
*/
|
|
15290
|
-
|
|
15291
|
-
/** @example
|
|
15292
|
-
|
|
15293
|
-
/** @example
|
|
15294
|
-
|
|
15295
|
-
|
|
15296
|
-
|
|
15297
|
-
|
|
15298
|
-
|
|
15238
|
+
items?: {
|
|
15239
|
+
/** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
|
|
15240
|
+
listing_uid?: string;
|
|
15241
|
+
/** @example LST-PRP-LTR-260405-A1B2 */
|
|
15242
|
+
sku?: string;
|
|
15243
|
+
cover?: {
|
|
15244
|
+
/** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
|
|
15245
|
+
uid?: string;
|
|
15246
|
+
/** @example image */
|
|
15247
|
+
media_type?: string;
|
|
15248
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/https://cdn.example.com/listings/cover.jpg */
|
|
15249
|
+
storage_path?: string;
|
|
15250
|
+
/** @example 0 */
|
|
15251
|
+
order_index?: number;
|
|
15252
|
+
/** @example true */
|
|
15253
|
+
is_cover?: boolean;
|
|
15254
|
+
};
|
|
15255
|
+
details?: {
|
|
15256
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
15257
|
+
address?: string;
|
|
15258
|
+
/** @example 24 Windsor Court */
|
|
15259
|
+
title?: string;
|
|
15260
|
+
/** @example Rent */
|
|
15261
|
+
type?: string;
|
|
15262
|
+
};
|
|
15263
|
+
vertical?: {
|
|
15264
|
+
/** @example property */
|
|
15265
|
+
value?: string;
|
|
15266
|
+
/** @example Property */
|
|
15267
|
+
label?: string;
|
|
15268
|
+
};
|
|
15269
|
+
owner?: {
|
|
15270
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
15271
|
+
uid?: string;
|
|
15272
|
+
/** @example Alice Taylor */
|
|
15273
|
+
name?: string;
|
|
15274
|
+
/** @example null */
|
|
15275
|
+
avatar?: string | null;
|
|
15276
|
+
};
|
|
15277
|
+
compliance_status?: {
|
|
15278
|
+
/** @example non_compliant */
|
|
15279
|
+
overall?: string;
|
|
15280
|
+
/** @example Non Compliant */
|
|
15281
|
+
label?: string;
|
|
15282
|
+
};
|
|
15283
|
+
active_tenancy?: {
|
|
15284
|
+
/** @example true */
|
|
15285
|
+
has_active_tenancy?: boolean;
|
|
15286
|
+
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
15287
|
+
tenancy_uid?: string;
|
|
15288
|
+
};
|
|
15289
|
+
state?: {
|
|
15290
|
+
/** @example published */
|
|
15291
|
+
value?: string;
|
|
15292
|
+
/** @example Published */
|
|
15293
|
+
label?: string;
|
|
15294
|
+
};
|
|
15299
15295
|
}[];
|
|
15300
|
-
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
15304
|
-
|
|
15305
|
-
|
|
15306
|
-
|
|
15307
|
-
|
|
15296
|
+
pagination?: {
|
|
15297
|
+
/** @example 1 */
|
|
15298
|
+
current_page?: number;
|
|
15299
|
+
/** @example 15 */
|
|
15300
|
+
per_page?: number;
|
|
15301
|
+
/** @example 1240 */
|
|
15302
|
+
total?: number;
|
|
15303
|
+
/** @example 83 */
|
|
15304
|
+
last_page?: number;
|
|
15305
|
+
/** @example 1 */
|
|
15306
|
+
from?: number;
|
|
15307
|
+
/** @example 15 */
|
|
15308
|
+
to?: number;
|
|
15309
|
+
};
|
|
15308
15310
|
};
|
|
15309
15311
|
};
|
|
15310
15312
|
};
|
|
@@ -15323,45 +15325,174 @@ export interface operations {
|
|
|
15323
15325
|
};
|
|
15324
15326
|
requestBody?: never;
|
|
15325
15327
|
responses: {
|
|
15328
|
+
/** @description Retrieve listing overview for landlord */
|
|
15326
15329
|
200: {
|
|
15327
15330
|
headers: {
|
|
15328
15331
|
[name: string]: unknown;
|
|
15329
15332
|
};
|
|
15330
15333
|
content: {
|
|
15331
15334
|
"application/json": {
|
|
15335
|
+
/** @example Listing fetched */
|
|
15336
|
+
message?: string;
|
|
15337
|
+
/** @example null */
|
|
15338
|
+
event?: string | null;
|
|
15332
15339
|
data?: {
|
|
15333
|
-
/** @example
|
|
15334
|
-
draft_name?: string;
|
|
15335
|
-
/** @example LST-PRP-LTR-MNTB8JBESNV */
|
|
15336
|
-
sku?: string;
|
|
15337
|
-
/** @example 48b90a4b-bd0f-48e3-8149-0850a53c166e */
|
|
15340
|
+
/** @example 5d7ffb11-823a-41e2-b0c6-3ad423e97f10 */
|
|
15338
15341
|
uid?: string;
|
|
15339
|
-
/** @example
|
|
15342
|
+
/** @example null */
|
|
15343
|
+
draft_name?: string | null;
|
|
15344
|
+
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
15345
|
+
sku?: string;
|
|
15346
|
+
/** @example null */
|
|
15347
|
+
published_at?: string | null;
|
|
15348
|
+
/** @example null */
|
|
15349
|
+
published_since?: string | null;
|
|
15350
|
+
details?: {
|
|
15351
|
+
/** @example New Benin */
|
|
15352
|
+
title?: string;
|
|
15353
|
+
/** @example this amsas */
|
|
15354
|
+
description?: string;
|
|
15355
|
+
/** @example Benin */
|
|
15356
|
+
city?: string;
|
|
15357
|
+
/** @example Warri */
|
|
15358
|
+
address?: string;
|
|
15359
|
+
/** @example 32001 */
|
|
15360
|
+
postcode?: string;
|
|
15361
|
+
/** @example 0.2300000 */
|
|
15362
|
+
longitude?: string;
|
|
15363
|
+
/** @example -23.0000000 */
|
|
15364
|
+
latitude?: string;
|
|
15365
|
+
/** @example United Kingdom */
|
|
15366
|
+
country?: string;
|
|
15367
|
+
};
|
|
15368
|
+
/** @example Short Let */
|
|
15340
15369
|
listing_type?: string;
|
|
15341
15370
|
/** @example Property */
|
|
15342
15371
|
vertical?: string;
|
|
15343
|
-
/** @example
|
|
15372
|
+
/** @example short_term_managed */
|
|
15344
15373
|
arrangement_type?: string;
|
|
15345
|
-
/** @example
|
|
15374
|
+
/** @example Short Term Managed */
|
|
15346
15375
|
arrangement_type_label?: string;
|
|
15347
|
-
|
|
15348
|
-
|
|
15349
|
-
|
|
15376
|
+
owner?: {
|
|
15377
|
+
/** @example 995bab94-174a-4a7c-a8ed-65c951f0198f */
|
|
15378
|
+
uid?: string;
|
|
15379
|
+
/** @example Bruce Hunter */
|
|
15380
|
+
name?: string;
|
|
15381
|
+
/** @example landlord3@justinshome.test */
|
|
15382
|
+
email?: string;
|
|
15383
|
+
/** @example null */
|
|
15384
|
+
avatar?: string | null;
|
|
15385
|
+
};
|
|
15386
|
+
created_by?: {
|
|
15387
|
+
/** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
|
|
15388
|
+
uid?: string;
|
|
15389
|
+
/** @example System Admin */
|
|
15390
|
+
name?: string;
|
|
15391
|
+
};
|
|
15392
|
+
/** @example published */
|
|
15350
15393
|
state?: string;
|
|
15351
|
-
/** @example
|
|
15352
|
-
published_at?: string | null;
|
|
15353
|
-
/** @example null */
|
|
15354
|
-
published_since?: string | null;
|
|
15355
|
-
/** @example false */
|
|
15394
|
+
/** @example true */
|
|
15356
15395
|
is_visible?: boolean;
|
|
15396
|
+
price?: {
|
|
15397
|
+
/** @example 500.00 */
|
|
15398
|
+
amount?: string;
|
|
15399
|
+
/** @example GBP */
|
|
15400
|
+
currency?: string;
|
|
15401
|
+
/** @example night */
|
|
15402
|
+
period?: string;
|
|
15403
|
+
};
|
|
15357
15404
|
summary?: {
|
|
15405
|
+
/** @example residential */
|
|
15406
|
+
property_type?: string;
|
|
15407
|
+
/** @example 5 */
|
|
15408
|
+
bedrooms?: number;
|
|
15409
|
+
/** @example 2 */
|
|
15410
|
+
bathrooms?: number;
|
|
15411
|
+
/** @example null */
|
|
15412
|
+
size?: string | null;
|
|
15358
15413
|
/** @example null */
|
|
15359
15414
|
availability?: string | null;
|
|
15360
15415
|
};
|
|
15361
15416
|
/** @example [] */
|
|
15362
15417
|
workflow?: unknown[];
|
|
15418
|
+
media?: {
|
|
15419
|
+
/** @example [] */
|
|
15420
|
+
gallery?: unknown[];
|
|
15421
|
+
/** @example null */
|
|
15422
|
+
cover?: string | null;
|
|
15423
|
+
/** @example 0 */
|
|
15424
|
+
count?: number;
|
|
15425
|
+
};
|
|
15363
15426
|
/** @example [] */
|
|
15364
|
-
|
|
15427
|
+
viewing_slots?: unknown[];
|
|
15428
|
+
/** @example [] */
|
|
15429
|
+
tenant_preferences?: unknown[];
|
|
15430
|
+
rental?: {
|
|
15431
|
+
/** @example null */
|
|
15432
|
+
deposit_amount?: string | null;
|
|
15433
|
+
/** @example null */
|
|
15434
|
+
fixed_term_length?: string | null;
|
|
15435
|
+
/** @example null */
|
|
15436
|
+
availability_date?: string | null;
|
|
15437
|
+
/** @example false */
|
|
15438
|
+
is_company_lease?: boolean;
|
|
15439
|
+
/** @example false */
|
|
15440
|
+
is_subletting_permitted?: boolean;
|
|
15441
|
+
};
|
|
15442
|
+
listing_policy?: {
|
|
15443
|
+
/** @example null */
|
|
15444
|
+
max_occupants?: string | null;
|
|
15445
|
+
/** @example null */
|
|
15446
|
+
allowed_use_type?: string | null;
|
|
15447
|
+
/** @example null */
|
|
15448
|
+
allowed_use_type_label?: string | null;
|
|
15449
|
+
/** @example false */
|
|
15450
|
+
is_subletting_allowed?: boolean;
|
|
15451
|
+
/** @example false */
|
|
15452
|
+
requires_permission_for_subletting?: boolean;
|
|
15453
|
+
/** @example false */
|
|
15454
|
+
event_permission_required?: boolean;
|
|
15455
|
+
/** @example false */
|
|
15456
|
+
no_party_policy?: boolean;
|
|
15457
|
+
/** @example false */
|
|
15458
|
+
commercial_use_flag?: boolean;
|
|
15459
|
+
};
|
|
15460
|
+
short_let?: {
|
|
15461
|
+
/** @example null */
|
|
15462
|
+
nightly_price?: string | null;
|
|
15463
|
+
/** @example null */
|
|
15464
|
+
minimum_stay_nights?: string | null;
|
|
15465
|
+
/** @example null */
|
|
15466
|
+
maximum_stay_nights?: string | null;
|
|
15467
|
+
/** @example null */
|
|
15468
|
+
cleaning_fee?: string | null;
|
|
15469
|
+
/** @example null */
|
|
15470
|
+
check_in_time?: string | null;
|
|
15471
|
+
/** @example null */
|
|
15472
|
+
check_out_time?: string | null;
|
|
15473
|
+
};
|
|
15474
|
+
item?: {
|
|
15475
|
+
/** @example null */
|
|
15476
|
+
item_name?: string | null;
|
|
15477
|
+
/** @example null */
|
|
15478
|
+
item_category?: string | null;
|
|
15479
|
+
/** @example null */
|
|
15480
|
+
condition?: string | null;
|
|
15481
|
+
/** @example null */
|
|
15482
|
+
brand?: string | null;
|
|
15483
|
+
/** @example null */
|
|
15484
|
+
dimensions?: string | null;
|
|
15485
|
+
/** @example null */
|
|
15486
|
+
quantity_available?: string | null;
|
|
15487
|
+
/** @example null */
|
|
15488
|
+
is_negotiable?: string | null;
|
|
15489
|
+
/** @example null */
|
|
15490
|
+
availability_status?: string | null;
|
|
15491
|
+
};
|
|
15492
|
+
/** @example [] */
|
|
15493
|
+
features?: unknown[];
|
|
15494
|
+
/** @example null */
|
|
15495
|
+
active_tenancy?: string | null;
|
|
15365
15496
|
/** @example [] */
|
|
15366
15497
|
compliances?: unknown[];
|
|
15367
15498
|
compliance_status?: {
|
|
@@ -15997,7 +16128,7 @@ export interface operations {
|
|
|
15997
16128
|
content: {
|
|
15998
16129
|
"application/json": {
|
|
15999
16130
|
data?: {
|
|
16000
|
-
/** @example
|
|
16131
|
+
/** @example a493779d-6e55-476a-8738-6dc2d25939b6 */
|
|
16001
16132
|
uid?: string;
|
|
16002
16133
|
/** @example photo */
|
|
16003
16134
|
media_type?: string;
|
|
@@ -16146,11 +16277,11 @@ export interface operations {
|
|
|
16146
16277
|
content: {
|
|
16147
16278
|
"application/json": {
|
|
16148
16279
|
data?: {
|
|
16149
|
-
/** @example New For Rent Property draft •
|
|
16280
|
+
/** @example New For Rent Property draft • 13 Apr 2026, 5:06 PM */
|
|
16150
16281
|
draft_name?: string;
|
|
16151
|
-
/** @example LST-PRP-LTR-
|
|
16282
|
+
/** @example LST-PRP-LTR-MNXG26FEYDA */
|
|
16152
16283
|
sku?: string;
|
|
16153
|
-
/** @example
|
|
16284
|
+
/** @example b64dcd17-06b7-4cbe-8eb6-f89f894a6b99 */
|
|
16154
16285
|
uid?: string;
|
|
16155
16286
|
/** @example Rent */
|
|
16156
16287
|
listing_type?: string;
|
|
@@ -16310,7 +16441,7 @@ export interface operations {
|
|
|
16310
16441
|
content: {
|
|
16311
16442
|
"application/json": {
|
|
16312
16443
|
data?: {
|
|
16313
|
-
/** @example
|
|
16444
|
+
/** @example 42e0c1b4-82a8-4a0f-8d11-53e37194fc21 */
|
|
16314
16445
|
uid?: string;
|
|
16315
16446
|
/** @example null */
|
|
16316
16447
|
compliances?: string | null;
|
|
@@ -16361,7 +16492,7 @@ export interface operations {
|
|
|
16361
16492
|
content: {
|
|
16362
16493
|
"application/json": {
|
|
16363
16494
|
data?: {
|
|
16364
|
-
/** @example
|
|
16495
|
+
/** @example 82 */
|
|
16365
16496
|
id?: number;
|
|
16366
16497
|
compliance?: {
|
|
16367
16498
|
/** @example 1 */
|
|
@@ -16383,7 +16514,7 @@ export interface operations {
|
|
|
16383
16514
|
reviewed_by?: number;
|
|
16384
16515
|
/** @example null */
|
|
16385
16516
|
reviewed_at?: string | null;
|
|
16386
|
-
/** @example 2026-04-
|
|
16517
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16387
16518
|
created_at?: string;
|
|
16388
16519
|
};
|
|
16389
16520
|
};
|
|
@@ -16438,39 +16569,39 @@ export interface operations {
|
|
|
16438
16569
|
/**
|
|
16439
16570
|
* @example [
|
|
16440
16571
|
* {
|
|
16441
|
-
* "uid": "
|
|
16572
|
+
* "uid": "8007b7a7-be38-4916-a97c-bcc4a474a792",
|
|
16442
16573
|
* "listing_id": 1,
|
|
16443
16574
|
* "landlord_id": 2,
|
|
16444
16575
|
* "tenant_id": 2,
|
|
16445
16576
|
* "rent_amount": "4881.50",
|
|
16446
16577
|
* "deposit_amount": "2151.17",
|
|
16447
16578
|
* "state": "offer_accepted",
|
|
16448
|
-
* "start_date": "2025-10-
|
|
16449
|
-
* "end_date": "2026-10-
|
|
16579
|
+
* "start_date": "2025-10-19T00:00:00.000000Z",
|
|
16580
|
+
* "end_date": "2026-10-19T00:00:00.000000Z",
|
|
16450
16581
|
* "is_periodic": false,
|
|
16451
16582
|
* "company_name": null,
|
|
16452
16583
|
* "company_registration_number": null,
|
|
16453
|
-
* "created_at": "2026-04-
|
|
16584
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
16454
16585
|
* },
|
|
16455
16586
|
* {
|
|
16456
|
-
* "uid": "
|
|
16587
|
+
* "uid": "48448d18-d572-46ef-8757-752853030b3c",
|
|
16457
16588
|
* "listing_id": 1,
|
|
16458
16589
|
* "landlord_id": 2,
|
|
16459
16590
|
* "tenant_id": 2,
|
|
16460
16591
|
* "rent_amount": "3832.26",
|
|
16461
16592
|
* "deposit_amount": "1384.27",
|
|
16462
16593
|
* "state": "terminated",
|
|
16463
|
-
* "start_date": "2025-09-
|
|
16464
|
-
* "end_date": "2026-09-
|
|
16594
|
+
* "start_date": "2025-09-14T00:00:00.000000Z",
|
|
16595
|
+
* "end_date": "2026-09-14T00:00:00.000000Z",
|
|
16465
16596
|
* "is_periodic": false,
|
|
16466
16597
|
* "company_name": null,
|
|
16467
16598
|
* "company_registration_number": null,
|
|
16468
|
-
* "created_at": "2026-04-
|
|
16599
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
16469
16600
|
* }
|
|
16470
16601
|
* ]
|
|
16471
16602
|
*/
|
|
16472
16603
|
data?: {
|
|
16473
|
-
/** @example
|
|
16604
|
+
/** @example 8007b7a7-be38-4916-a97c-bcc4a474a792 */
|
|
16474
16605
|
uid?: string;
|
|
16475
16606
|
/** @example 1 */
|
|
16476
16607
|
listing_id?: number;
|
|
@@ -16484,9 +16615,9 @@ export interface operations {
|
|
|
16484
16615
|
deposit_amount?: string;
|
|
16485
16616
|
/** @example offer_accepted */
|
|
16486
16617
|
state?: string;
|
|
16487
|
-
/** @example 2025-10-
|
|
16618
|
+
/** @example 2025-10-19T00:00:00.000000Z */
|
|
16488
16619
|
start_date?: string;
|
|
16489
|
-
/** @example 2026-10-
|
|
16620
|
+
/** @example 2026-10-19T00:00:00.000000Z */
|
|
16490
16621
|
end_date?: string;
|
|
16491
16622
|
/** @example false */
|
|
16492
16623
|
is_periodic?: boolean;
|
|
@@ -16494,7 +16625,7 @@ export interface operations {
|
|
|
16494
16625
|
company_name?: string | null;
|
|
16495
16626
|
/** @example null */
|
|
16496
16627
|
company_registration_number?: string | null;
|
|
16497
|
-
/** @example 2026-04-
|
|
16628
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16498
16629
|
created_at?: string;
|
|
16499
16630
|
}[];
|
|
16500
16631
|
links?: {
|
|
@@ -16581,39 +16712,39 @@ export interface operations {
|
|
|
16581
16712
|
/**
|
|
16582
16713
|
* @example [
|
|
16583
16714
|
* {
|
|
16584
|
-
* "uid": "
|
|
16715
|
+
* "uid": "68721bb5-13a3-44eb-8265-fff659c69210",
|
|
16585
16716
|
* "listing_id": 1,
|
|
16586
16717
|
* "landlord_id": 2,
|
|
16587
16718
|
* "tenant_id": 2,
|
|
16588
16719
|
* "rent_amount": "4881.50",
|
|
16589
16720
|
* "deposit_amount": "2151.17",
|
|
16590
16721
|
* "state": "offer_accepted",
|
|
16591
|
-
* "start_date": "2025-10-
|
|
16592
|
-
* "end_date": "2026-10-
|
|
16722
|
+
* "start_date": "2025-10-19T00:00:00.000000Z",
|
|
16723
|
+
* "end_date": "2026-10-19T00:00:00.000000Z",
|
|
16593
16724
|
* "is_periodic": false,
|
|
16594
16725
|
* "company_name": null,
|
|
16595
16726
|
* "company_registration_number": null,
|
|
16596
|
-
* "created_at": "2026-04-
|
|
16727
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
16597
16728
|
* },
|
|
16598
16729
|
* {
|
|
16599
|
-
* "uid": "
|
|
16730
|
+
* "uid": "4c770f10-a01b-4a67-95ce-127d030b8cfc",
|
|
16600
16731
|
* "listing_id": 1,
|
|
16601
16732
|
* "landlord_id": 2,
|
|
16602
16733
|
* "tenant_id": 2,
|
|
16603
16734
|
* "rent_amount": "3832.26",
|
|
16604
16735
|
* "deposit_amount": "1384.27",
|
|
16605
16736
|
* "state": "terminated",
|
|
16606
|
-
* "start_date": "2025-09-
|
|
16607
|
-
* "end_date": "2026-09-
|
|
16737
|
+
* "start_date": "2025-09-14T00:00:00.000000Z",
|
|
16738
|
+
* "end_date": "2026-09-14T00:00:00.000000Z",
|
|
16608
16739
|
* "is_periodic": false,
|
|
16609
16740
|
* "company_name": null,
|
|
16610
16741
|
* "company_registration_number": null,
|
|
16611
|
-
* "created_at": "2026-04-
|
|
16742
|
+
* "created_at": "2026-04-13T17:06:03.000000Z"
|
|
16612
16743
|
* }
|
|
16613
16744
|
* ]
|
|
16614
16745
|
*/
|
|
16615
16746
|
data?: {
|
|
16616
|
-
/** @example
|
|
16747
|
+
/** @example 68721bb5-13a3-44eb-8265-fff659c69210 */
|
|
16617
16748
|
uid?: string;
|
|
16618
16749
|
/** @example 1 */
|
|
16619
16750
|
listing_id?: number;
|
|
@@ -16627,9 +16758,9 @@ export interface operations {
|
|
|
16627
16758
|
deposit_amount?: string;
|
|
16628
16759
|
/** @example offer_accepted */
|
|
16629
16760
|
state?: string;
|
|
16630
|
-
/** @example 2025-10-
|
|
16761
|
+
/** @example 2025-10-19T00:00:00.000000Z */
|
|
16631
16762
|
start_date?: string;
|
|
16632
|
-
/** @example 2026-10-
|
|
16763
|
+
/** @example 2026-10-19T00:00:00.000000Z */
|
|
16633
16764
|
end_date?: string;
|
|
16634
16765
|
/** @example false */
|
|
16635
16766
|
is_periodic?: boolean;
|
|
@@ -16637,7 +16768,7 @@ export interface operations {
|
|
|
16637
16768
|
company_name?: string | null;
|
|
16638
16769
|
/** @example null */
|
|
16639
16770
|
company_registration_number?: string | null;
|
|
16640
|
-
/** @example 2026-04-
|
|
16771
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16641
16772
|
created_at?: string;
|
|
16642
16773
|
}[];
|
|
16643
16774
|
links?: {
|
|
@@ -16744,7 +16875,7 @@ export interface operations {
|
|
|
16744
16875
|
content: {
|
|
16745
16876
|
"application/json": {
|
|
16746
16877
|
data?: {
|
|
16747
|
-
/** @example
|
|
16878
|
+
/** @example 87 */
|
|
16748
16879
|
id?: number;
|
|
16749
16880
|
compliance?: {
|
|
16750
16881
|
/** @example 1 */
|
|
@@ -16764,9 +16895,9 @@ export interface operations {
|
|
|
16764
16895
|
rejection_reason?: string | null;
|
|
16765
16896
|
/** @example 1 */
|
|
16766
16897
|
reviewed_by?: number;
|
|
16767
|
-
/** @example 2026-04-
|
|
16898
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16768
16899
|
reviewed_at?: string;
|
|
16769
|
-
/** @example 2026-04-
|
|
16900
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16770
16901
|
created_at?: string;
|
|
16771
16902
|
};
|
|
16772
16903
|
};
|
|
@@ -16793,7 +16924,7 @@ export interface operations {
|
|
|
16793
16924
|
content: {
|
|
16794
16925
|
"application/json": {
|
|
16795
16926
|
data?: {
|
|
16796
|
-
/** @example
|
|
16927
|
+
/** @example 88 */
|
|
16797
16928
|
id?: number;
|
|
16798
16929
|
compliance?: {
|
|
16799
16930
|
/** @example 1 */
|
|
@@ -16813,9 +16944,9 @@ export interface operations {
|
|
|
16813
16944
|
rejection_reason?: string | null;
|
|
16814
16945
|
/** @example 1 */
|
|
16815
16946
|
reviewed_by?: number;
|
|
16816
|
-
/** @example 2026-04-
|
|
16947
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16817
16948
|
reviewed_at?: string;
|
|
16818
|
-
/** @example 2026-04-
|
|
16949
|
+
/** @example 2026-04-13T17:06:03.000000Z */
|
|
16819
16950
|
created_at?: string;
|
|
16820
16951
|
};
|
|
16821
16952
|
};
|
|
@@ -16874,6 +17005,8 @@ export interface operations {
|
|
|
16874
17005
|
* },
|
|
16875
17006
|
* "listing_type": "Rent",
|
|
16876
17007
|
* "vertical": "Property",
|
|
17008
|
+
* "arrangement_type": "company_lease",
|
|
17009
|
+
* "arrangement_type_label": "Company Lease",
|
|
16877
17010
|
* "price": {
|
|
16878
17011
|
* "amount": "250000.00",
|
|
16879
17012
|
* "currency": "NGN",
|
|
@@ -16937,6 +17070,10 @@ export interface operations {
|
|
|
16937
17070
|
listing_type?: string;
|
|
16938
17071
|
/** @example Property */
|
|
16939
17072
|
vertical?: string;
|
|
17073
|
+
/** @example company_lease */
|
|
17074
|
+
arrangement_type?: string;
|
|
17075
|
+
/** @example Company Lease */
|
|
17076
|
+
arrangement_type_label?: string;
|
|
16940
17077
|
price?: {
|
|
16941
17078
|
/** @example 250000.00 */
|
|
16942
17079
|
amount?: string;
|
|
@@ -17088,6 +17225,8 @@ export interface operations {
|
|
|
17088
17225
|
* },
|
|
17089
17226
|
* "listing_type": "Rent",
|
|
17090
17227
|
* "vertical": "Property",
|
|
17228
|
+
* "arrangement_type": "company_lease",
|
|
17229
|
+
* "arrangement_type_label": "Company Lease",
|
|
17091
17230
|
* "price": {
|
|
17092
17231
|
* "amount": "250000.00",
|
|
17093
17232
|
* "currency": "NGN",
|
|
@@ -17151,6 +17290,10 @@ export interface operations {
|
|
|
17151
17290
|
listing_type?: string;
|
|
17152
17291
|
/** @example Property */
|
|
17153
17292
|
vertical?: string;
|
|
17293
|
+
/** @example company_lease */
|
|
17294
|
+
arrangement_type?: string;
|
|
17295
|
+
/** @example Company Lease */
|
|
17296
|
+
arrangement_type_label?: string;
|
|
17154
17297
|
price?: {
|
|
17155
17298
|
/** @example 250000.00 */
|
|
17156
17299
|
amount?: string;
|
|
@@ -17256,7 +17399,7 @@ export interface operations {
|
|
|
17256
17399
|
sku?: string;
|
|
17257
17400
|
/** @example 09 Apr 2026, 11:14 AM */
|
|
17258
17401
|
published_at?: string;
|
|
17259
|
-
/** @example
|
|
17402
|
+
/** @example 4 days ago */
|
|
17260
17403
|
published_since?: string;
|
|
17261
17404
|
details?: {
|
|
17262
17405
|
/** @example New Benin */
|
|
@@ -17825,35 +17968,35 @@ export interface operations {
|
|
|
17825
17968
|
/**
|
|
17826
17969
|
* @example [
|
|
17827
17970
|
* {
|
|
17828
|
-
* "uid": "
|
|
17971
|
+
* "uid": "c3d4250d-0eeb-4915-857b-b6221f740be4",
|
|
17829
17972
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17830
17973
|
* "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.",
|
|
17831
17974
|
* "status": "reported",
|
|
17832
17975
|
* "priority": "emergency",
|
|
17833
|
-
* "reported_at": "2026-04-
|
|
17834
|
-
* "assigned_at": "2026-04-
|
|
17976
|
+
* "reported_at": "2026-04-07T04:19:39.000000Z",
|
|
17977
|
+
* "assigned_at": "2026-04-12T00:39:31.000000Z",
|
|
17835
17978
|
* "completed_at": null,
|
|
17836
|
-
* "sla_deadline": "2026-04-
|
|
17837
|
-
* "created_at": "2026-04-
|
|
17838
|
-
* "updated_at": "2026-04-
|
|
17979
|
+
* "sla_deadline": "2026-04-15T06:01:54.000000Z",
|
|
17980
|
+
* "created_at": "2026-04-13T17:06:04.000000Z",
|
|
17981
|
+
* "updated_at": "2026-04-13T17:06:04.000000Z"
|
|
17839
17982
|
* },
|
|
17840
17983
|
* {
|
|
17841
|
-
* "uid": "
|
|
17984
|
+
* "uid": "b9c8ae58-fd4e-43ed-930b-7873657c69ea",
|
|
17842
17985
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17843
17986
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17844
17987
|
* "status": "completed",
|
|
17845
17988
|
* "priority": "normal",
|
|
17846
|
-
* "reported_at": "2026-04-
|
|
17989
|
+
* "reported_at": "2026-04-09T16:58:04.000000Z",
|
|
17847
17990
|
* "assigned_at": null,
|
|
17848
17991
|
* "completed_at": null,
|
|
17849
|
-
* "sla_deadline": "2026-04-
|
|
17850
|
-
* "created_at": "2026-04-
|
|
17851
|
-
* "updated_at": "2026-04-
|
|
17992
|
+
* "sla_deadline": "2026-04-16T14:01:51.000000Z",
|
|
17993
|
+
* "created_at": "2026-04-13T17:06:04.000000Z",
|
|
17994
|
+
* "updated_at": "2026-04-13T17:06:04.000000Z"
|
|
17852
17995
|
* }
|
|
17853
17996
|
* ]
|
|
17854
17997
|
*/
|
|
17855
17998
|
data?: {
|
|
17856
|
-
/** @example
|
|
17999
|
+
/** @example c3d4250d-0eeb-4915-857b-b6221f740be4 */
|
|
17857
18000
|
uid?: string;
|
|
17858
18001
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
17859
18002
|
title?: string;
|
|
@@ -17863,17 +18006,17 @@ export interface operations {
|
|
|
17863
18006
|
status?: string;
|
|
17864
18007
|
/** @example emergency */
|
|
17865
18008
|
priority?: string;
|
|
17866
|
-
/** @example 2026-04-
|
|
18009
|
+
/** @example 2026-04-07T04:19:39.000000Z */
|
|
17867
18010
|
reported_at?: string;
|
|
17868
|
-
/** @example 2026-04-
|
|
18011
|
+
/** @example 2026-04-12T00:39:31.000000Z */
|
|
17869
18012
|
assigned_at?: string;
|
|
17870
18013
|
/** @example null */
|
|
17871
18014
|
completed_at?: string | null;
|
|
17872
|
-
/** @example 2026-04-
|
|
18015
|
+
/** @example 2026-04-15T06:01:54.000000Z */
|
|
17873
18016
|
sla_deadline?: string;
|
|
17874
|
-
/** @example 2026-04-
|
|
18017
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
17875
18018
|
created_at?: string;
|
|
17876
|
-
/** @example 2026-04-
|
|
18019
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
17877
18020
|
updated_at?: string;
|
|
17878
18021
|
}[];
|
|
17879
18022
|
links?: {
|
|
@@ -17968,13 +18111,13 @@ export interface operations {
|
|
|
17968
18111
|
content: {
|
|
17969
18112
|
"application/json": {
|
|
17970
18113
|
data?: {
|
|
17971
|
-
/** @example
|
|
18114
|
+
/** @example 0b8c0ea5-dca8-42be-9835-d4890549c649 */
|
|
17972
18115
|
uid?: string;
|
|
17973
18116
|
/** @example image */
|
|
17974
18117
|
file_type?: string;
|
|
17975
18118
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
17976
18119
|
url?: string;
|
|
17977
|
-
/** @example 2026-04-
|
|
18120
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
17978
18121
|
created_at?: string;
|
|
17979
18122
|
};
|
|
17980
18123
|
};
|
|
@@ -18019,7 +18162,7 @@ export interface operations {
|
|
|
18019
18162
|
content: {
|
|
18020
18163
|
"application/json": {
|
|
18021
18164
|
data?: {
|
|
18022
|
-
/** @example
|
|
18165
|
+
/** @example 7 */
|
|
18023
18166
|
id?: number;
|
|
18024
18167
|
/** @example property_inquiry */
|
|
18025
18168
|
type?: string;
|
|
@@ -18027,7 +18170,7 @@ export interface operations {
|
|
|
18027
18170
|
listing_id?: number;
|
|
18028
18171
|
/** @example null */
|
|
18029
18172
|
last_message_at?: string | null;
|
|
18030
|
-
/** @example 2026-04-
|
|
18173
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
18031
18174
|
created_at?: string;
|
|
18032
18175
|
};
|
|
18033
18176
|
};
|
|
@@ -18053,23 +18196,23 @@ export interface operations {
|
|
|
18053
18196
|
/**
|
|
18054
18197
|
* @example [
|
|
18055
18198
|
* {
|
|
18056
|
-
* "id":
|
|
18199
|
+
* "id": 8,
|
|
18057
18200
|
* "type": "property_inquiry",
|
|
18058
18201
|
* "listing_id": 2,
|
|
18059
18202
|
* "last_message_at": null,
|
|
18060
|
-
* "created_at": "2026-04-
|
|
18203
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
18061
18204
|
* },
|
|
18062
18205
|
* {
|
|
18063
|
-
* "id":
|
|
18206
|
+
* "id": 9,
|
|
18064
18207
|
* "type": "property_inquiry",
|
|
18065
18208
|
* "listing_id": 2,
|
|
18066
18209
|
* "last_message_at": null,
|
|
18067
|
-
* "created_at": "2026-04-
|
|
18210
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
18068
18211
|
* }
|
|
18069
18212
|
* ]
|
|
18070
18213
|
*/
|
|
18071
18214
|
data?: {
|
|
18072
|
-
/** @example
|
|
18215
|
+
/** @example 8 */
|
|
18073
18216
|
id?: number;
|
|
18074
18217
|
/** @example property_inquiry */
|
|
18075
18218
|
type?: string;
|
|
@@ -18077,7 +18220,7 @@ export interface operations {
|
|
|
18077
18220
|
listing_id?: number;
|
|
18078
18221
|
/** @example null */
|
|
18079
18222
|
last_message_at?: string | null;
|
|
18080
|
-
/** @example 2026-04-
|
|
18223
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
18081
18224
|
created_at?: string;
|
|
18082
18225
|
}[];
|
|
18083
18226
|
links?: {
|
|
@@ -18395,27 +18538,27 @@ export interface operations {
|
|
|
18395
18538
|
/**
|
|
18396
18539
|
* @example [
|
|
18397
18540
|
* {
|
|
18398
|
-
* "id": "
|
|
18541
|
+
* "id": "ba568fd4-fca0-48e1-af06-945ca0a96b11",
|
|
18399
18542
|
* "type": "APPOINTMENT_CREATED",
|
|
18400
18543
|
* "title": "faker notification",
|
|
18401
18544
|
* "body": "faker notification body",
|
|
18402
18545
|
* "data": [],
|
|
18403
18546
|
* "read_at": null,
|
|
18404
|
-
* "created_at": "2026-04-
|
|
18547
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
18405
18548
|
* },
|
|
18406
18549
|
* {
|
|
18407
|
-
* "id": "
|
|
18550
|
+
* "id": "918757ba-651e-4e75-b123-166cfe1f9189",
|
|
18408
18551
|
* "type": "APPOINTMENT_CREATED",
|
|
18409
18552
|
* "title": "faker notification",
|
|
18410
18553
|
* "body": "faker notification body",
|
|
18411
18554
|
* "data": [],
|
|
18412
18555
|
* "read_at": null,
|
|
18413
|
-
* "created_at": "2026-04-
|
|
18556
|
+
* "created_at": "2026-04-13T17:06:04.000000Z"
|
|
18414
18557
|
* }
|
|
18415
18558
|
* ]
|
|
18416
18559
|
*/
|
|
18417
18560
|
data?: {
|
|
18418
|
-
/** @example
|
|
18561
|
+
/** @example ba568fd4-fca0-48e1-af06-945ca0a96b11 */
|
|
18419
18562
|
id?: string;
|
|
18420
18563
|
/** @example APPOINTMENT_CREATED */
|
|
18421
18564
|
type?: string;
|
|
@@ -18427,7 +18570,7 @@ export interface operations {
|
|
|
18427
18570
|
data?: unknown[];
|
|
18428
18571
|
/** @example null */
|
|
18429
18572
|
read_at?: string | null;
|
|
18430
|
-
/** @example 2026-04-
|
|
18573
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
18431
18574
|
created_at?: string;
|
|
18432
18575
|
}[];
|
|
18433
18576
|
links?: {
|
|
@@ -18511,7 +18654,7 @@ export interface operations {
|
|
|
18511
18654
|
};
|
|
18512
18655
|
content: {
|
|
18513
18656
|
"application/json": {
|
|
18514
|
-
/** @example
|
|
18657
|
+
/** @example f097252c-dda1-4b69-bb16-24476b8bcad2 */
|
|
18515
18658
|
id?: string;
|
|
18516
18659
|
/** @example APPOINTMENT_CREATED */
|
|
18517
18660
|
type?: string;
|
|
@@ -18523,7 +18666,7 @@ export interface operations {
|
|
|
18523
18666
|
data?: unknown[];
|
|
18524
18667
|
/** @example null */
|
|
18525
18668
|
read_at?: string | null;
|
|
18526
|
-
/** @example 2026-04-
|
|
18669
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
18527
18670
|
created_at?: string;
|
|
18528
18671
|
};
|
|
18529
18672
|
};
|
|
@@ -18770,45 +18913,45 @@ export interface operations {
|
|
|
18770
18913
|
/**
|
|
18771
18914
|
* @example [
|
|
18772
18915
|
* {
|
|
18773
|
-
* "id":
|
|
18916
|
+
* "id": 13,
|
|
18774
18917
|
* "rating": 1,
|
|
18775
18918
|
* "comment": "Nice Listing",
|
|
18776
18919
|
* "reviewer": {
|
|
18777
|
-
* "id":
|
|
18778
|
-
* "name": "
|
|
18920
|
+
* "id": 14,
|
|
18921
|
+
* "name": "Isabel Bailey"
|
|
18779
18922
|
* },
|
|
18780
|
-
* "created_at": "2026-04-
|
|
18781
|
-
* "updated_at": "2026-04-
|
|
18923
|
+
* "created_at": "2026-04-13T17:06:03+00:00",
|
|
18924
|
+
* "updated_at": "2026-04-13T17:06:03+00:00"
|
|
18782
18925
|
* },
|
|
18783
18926
|
* {
|
|
18784
|
-
* "id":
|
|
18927
|
+
* "id": 14,
|
|
18785
18928
|
* "rating": 1,
|
|
18786
18929
|
* "comment": "Nice Listing",
|
|
18787
18930
|
* "reviewer": {
|
|
18788
|
-
* "id":
|
|
18789
|
-
* "name": "
|
|
18931
|
+
* "id": 15,
|
|
18932
|
+
* "name": "Fred Gray"
|
|
18790
18933
|
* },
|
|
18791
|
-
* "created_at": "2026-04-
|
|
18792
|
-
* "updated_at": "2026-04-
|
|
18934
|
+
* "created_at": "2026-04-13T17:06:03+00:00",
|
|
18935
|
+
* "updated_at": "2026-04-13T17:06:03+00:00"
|
|
18793
18936
|
* }
|
|
18794
18937
|
* ]
|
|
18795
18938
|
*/
|
|
18796
18939
|
data?: {
|
|
18797
|
-
/** @example
|
|
18940
|
+
/** @example 13 */
|
|
18798
18941
|
id?: number;
|
|
18799
18942
|
/** @example 1 */
|
|
18800
18943
|
rating?: number;
|
|
18801
18944
|
/** @example Nice Listing */
|
|
18802
18945
|
comment?: string;
|
|
18803
18946
|
reviewer?: {
|
|
18804
|
-
/** @example
|
|
18947
|
+
/** @example 14 */
|
|
18805
18948
|
id?: number;
|
|
18806
|
-
/** @example
|
|
18949
|
+
/** @example Isabel Bailey */
|
|
18807
18950
|
name?: string;
|
|
18808
18951
|
};
|
|
18809
|
-
/** @example 2026-04-
|
|
18952
|
+
/** @example 2026-04-13T17:06:03+00:00 */
|
|
18810
18953
|
created_at?: string;
|
|
18811
|
-
/** @example 2026-04-
|
|
18954
|
+
/** @example 2026-04-13T17:06:03+00:00 */
|
|
18812
18955
|
updated_at?: string;
|
|
18813
18956
|
}[];
|
|
18814
18957
|
links?: {
|
|
@@ -18962,21 +19105,21 @@ export interface operations {
|
|
|
18962
19105
|
content: {
|
|
18963
19106
|
"application/json": {
|
|
18964
19107
|
data?: {
|
|
18965
|
-
/** @example
|
|
19108
|
+
/** @example 15 */
|
|
18966
19109
|
id?: number;
|
|
18967
19110
|
/** @example 1 */
|
|
18968
19111
|
rating?: number;
|
|
18969
19112
|
/** @example Nice Listing */
|
|
18970
19113
|
comment?: string;
|
|
18971
19114
|
reviewer?: {
|
|
18972
|
-
/** @example
|
|
19115
|
+
/** @example 8 */
|
|
18973
19116
|
id?: number;
|
|
18974
|
-
/** @example
|
|
19117
|
+
/** @example Eleanor Russell */
|
|
18975
19118
|
name?: string;
|
|
18976
19119
|
};
|
|
18977
|
-
/** @example 2026-04-
|
|
19120
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
18978
19121
|
created_at?: string;
|
|
18979
|
-
/** @example 2026-04-
|
|
19122
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
18980
19123
|
updated_at?: string;
|
|
18981
19124
|
};
|
|
18982
19125
|
};
|
|
@@ -19020,21 +19163,21 @@ export interface operations {
|
|
|
19020
19163
|
content: {
|
|
19021
19164
|
"application/json": {
|
|
19022
19165
|
data?: {
|
|
19023
|
-
/** @example
|
|
19166
|
+
/** @example 16 */
|
|
19024
19167
|
id?: number;
|
|
19025
19168
|
/** @example 1 */
|
|
19026
19169
|
rating?: number;
|
|
19027
19170
|
/** @example Nice Listing */
|
|
19028
19171
|
comment?: string;
|
|
19029
19172
|
reviewer?: {
|
|
19030
|
-
/** @example
|
|
19173
|
+
/** @example 5 */
|
|
19031
19174
|
id?: number;
|
|
19032
|
-
/** @example
|
|
19175
|
+
/** @example Linda Hall */
|
|
19033
19176
|
name?: string;
|
|
19034
19177
|
};
|
|
19035
|
-
/** @example 2026-04-
|
|
19178
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19036
19179
|
created_at?: string;
|
|
19037
|
-
/** @example 2026-04-
|
|
19180
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19038
19181
|
updated_at?: string;
|
|
19039
19182
|
};
|
|
19040
19183
|
};
|
|
@@ -19076,21 +19219,21 @@ export interface operations {
|
|
|
19076
19219
|
content: {
|
|
19077
19220
|
"application/json": {
|
|
19078
19221
|
data?: {
|
|
19079
|
-
/** @example
|
|
19222
|
+
/** @example 17 */
|
|
19080
19223
|
id?: number;
|
|
19081
19224
|
/** @example 1 */
|
|
19082
19225
|
rating?: number;
|
|
19083
19226
|
/** @example Nice Listing */
|
|
19084
19227
|
comment?: string;
|
|
19085
19228
|
reviewer?: {
|
|
19086
|
-
/** @example
|
|
19229
|
+
/** @example 11 */
|
|
19087
19230
|
id?: number;
|
|
19088
|
-
/** @example
|
|
19231
|
+
/** @example Dean Evans */
|
|
19089
19232
|
name?: string;
|
|
19090
19233
|
};
|
|
19091
|
-
/** @example 2026-04-
|
|
19234
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19092
19235
|
created_at?: string;
|
|
19093
|
-
/** @example 2026-04-
|
|
19236
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19094
19237
|
updated_at?: string;
|
|
19095
19238
|
};
|
|
19096
19239
|
};
|
|
@@ -19117,21 +19260,21 @@ export interface operations {
|
|
|
19117
19260
|
content: {
|
|
19118
19261
|
"application/json": {
|
|
19119
19262
|
data?: {
|
|
19120
|
-
/** @example
|
|
19263
|
+
/** @example 18 */
|
|
19121
19264
|
id?: number;
|
|
19122
19265
|
/** @example 1 */
|
|
19123
19266
|
rating?: number;
|
|
19124
19267
|
/** @example Nice Listing */
|
|
19125
19268
|
comment?: string;
|
|
19126
19269
|
reviewer?: {
|
|
19127
|
-
/** @example
|
|
19270
|
+
/** @example 4 */
|
|
19128
19271
|
id?: number;
|
|
19129
|
-
/** @example
|
|
19272
|
+
/** @example Eileen Thompson */
|
|
19130
19273
|
name?: string;
|
|
19131
19274
|
};
|
|
19132
|
-
/** @example 2026-04-
|
|
19275
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19133
19276
|
created_at?: string;
|
|
19134
|
-
/** @example 2026-04-
|
|
19277
|
+
/** @example 2026-04-13T17:06:04+00:00 */
|
|
19135
19278
|
updated_at?: string;
|
|
19136
19279
|
};
|
|
19137
19280
|
};
|
|
@@ -19158,7 +19301,7 @@ export interface operations {
|
|
|
19158
19301
|
content: {
|
|
19159
19302
|
"application/json": {
|
|
19160
19303
|
data?: {
|
|
19161
|
-
/** @example
|
|
19304
|
+
/** @example 34fcdf4b-ec1f-47d6-a2c7-4bdf6c52ac00 */
|
|
19162
19305
|
uid?: string;
|
|
19163
19306
|
/** @example 1 */
|
|
19164
19307
|
listing_id?: number;
|
|
@@ -19166,15 +19309,15 @@ export interface operations {
|
|
|
19166
19309
|
landlord_id?: number;
|
|
19167
19310
|
/** @example 2 */
|
|
19168
19311
|
tenant_id?: number;
|
|
19169
|
-
/** @example
|
|
19312
|
+
/** @example 4881.50 */
|
|
19170
19313
|
rent_amount?: string;
|
|
19171
|
-
/** @example
|
|
19314
|
+
/** @example 2151.17 */
|
|
19172
19315
|
deposit_amount?: string;
|
|
19173
|
-
/** @example
|
|
19316
|
+
/** @example offer_accepted */
|
|
19174
19317
|
state?: string;
|
|
19175
|
-
/** @example
|
|
19318
|
+
/** @example 2025-10-19T00:00:00.000000Z */
|
|
19176
19319
|
start_date?: string;
|
|
19177
|
-
/** @example
|
|
19320
|
+
/** @example 2026-10-19T00:00:00.000000Z */
|
|
19178
19321
|
end_date?: string;
|
|
19179
19322
|
/** @example false */
|
|
19180
19323
|
is_periodic?: boolean;
|
|
@@ -19182,7 +19325,7 @@ export interface operations {
|
|
|
19182
19325
|
company_name?: string | null;
|
|
19183
19326
|
/** @example null */
|
|
19184
19327
|
company_registration_number?: string | null;
|
|
19185
|
-
/** @example 2026-04-
|
|
19328
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
19186
19329
|
created_at?: string;
|
|
19187
19330
|
/** @example [] */
|
|
19188
19331
|
compliances?: unknown[];
|
|
@@ -19259,7 +19402,7 @@ export interface operations {
|
|
|
19259
19402
|
content: {
|
|
19260
19403
|
"application/json": {
|
|
19261
19404
|
data?: {
|
|
19262
|
-
/** @example
|
|
19405
|
+
/** @example aa796470-8da2-4922-b810-726c140af82e */
|
|
19263
19406
|
uid?: string;
|
|
19264
19407
|
/** @example 1 */
|
|
19265
19408
|
listing_id?: number;
|
|
@@ -19273,9 +19416,9 @@ export interface operations {
|
|
|
19273
19416
|
deposit_amount?: string;
|
|
19274
19417
|
/** @example active */
|
|
19275
19418
|
state?: string;
|
|
19276
|
-
/** @example 2025-09-
|
|
19419
|
+
/** @example 2025-09-29T00:00:00.000000Z */
|
|
19277
19420
|
start_date?: string;
|
|
19278
|
-
/** @example 2026-09-
|
|
19421
|
+
/** @example 2026-09-29T00:00:00.000000Z */
|
|
19279
19422
|
end_date?: string;
|
|
19280
19423
|
/** @example true */
|
|
19281
19424
|
is_periodic?: boolean;
|
|
@@ -19283,7 +19426,7 @@ export interface operations {
|
|
|
19283
19426
|
company_name?: string | null;
|
|
19284
19427
|
/** @example null */
|
|
19285
19428
|
company_registration_number?: string | null;
|
|
19286
|
-
/** @example 2026-04-
|
|
19429
|
+
/** @example 2026-04-13T17:06:04.000000Z */
|
|
19287
19430
|
created_at?: string;
|
|
19288
19431
|
};
|
|
19289
19432
|
};
|
|
@@ -19577,7 +19720,7 @@ export interface operations {
|
|
|
19577
19720
|
* "changed_by_user_id": 3,
|
|
19578
19721
|
* "changed_by_name": "Vicky Harris",
|
|
19579
19722
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19580
|
-
* "created_at": "2025-12-
|
|
19723
|
+
* "created_at": "2025-12-06T03:53:03.000000Z"
|
|
19581
19724
|
* },
|
|
19582
19725
|
* {
|
|
19583
19726
|
* "from_state": "pre_move_in_ready",
|
|
@@ -19585,7 +19728,7 @@ export interface operations {
|
|
|
19585
19728
|
* "changed_by_user_id": 3,
|
|
19586
19729
|
* "changed_by_name": "Vicky Harris",
|
|
19587
19730
|
* "comment": null,
|
|
19588
|
-
* "created_at": "2025-10-
|
|
19731
|
+
* "created_at": "2025-10-22T11:48:43.000000Z"
|
|
19589
19732
|
* }
|
|
19590
19733
|
* ]
|
|
19591
19734
|
*/
|
|
@@ -19600,7 +19743,7 @@ export interface operations {
|
|
|
19600
19743
|
changed_by_name?: string;
|
|
19601
19744
|
/** @example Qui commodi incidunt iure odit. */
|
|
19602
19745
|
comment?: string;
|
|
19603
|
-
/** @example 2025-12-
|
|
19746
|
+
/** @example 2025-12-06T03:53:03.000000Z */
|
|
19604
19747
|
created_at?: string;
|
|
19605
19748
|
}[];
|
|
19606
19749
|
};
|
|
@@ -19844,7 +19987,7 @@ export interface operations {
|
|
|
19844
19987
|
content: {
|
|
19845
19988
|
"application/json": {
|
|
19846
19989
|
data?: {
|
|
19847
|
-
/** @example
|
|
19990
|
+
/** @example 4fa7d511-42da-4e36-a82e-4e02f99a08a4 */
|
|
19848
19991
|
uid?: string;
|
|
19849
19992
|
/** @example Ms. Audra Crooks II */
|
|
19850
19993
|
username?: string;
|
|
@@ -19874,7 +20017,7 @@ export interface operations {
|
|
|
19874
20017
|
timezone?: string;
|
|
19875
20018
|
/** @example Customer */
|
|
19876
20019
|
user_type?: string;
|
|
19877
|
-
/** @example
|
|
20020
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
19878
20021
|
created?: string;
|
|
19879
20022
|
/** @example 0 seconds ago */
|
|
19880
20023
|
email_verified_at?: string;
|
|
@@ -19973,7 +20116,7 @@ export interface operations {
|
|
|
19973
20116
|
content: {
|
|
19974
20117
|
"application/json": {
|
|
19975
20118
|
data?: {
|
|
19976
|
-
/** @example
|
|
20119
|
+
/** @example 150e9513-d253-47ac-974a-a92cb1758dad */
|
|
19977
20120
|
uid?: string;
|
|
19978
20121
|
/** @example Morgan Hirthe */
|
|
19979
20122
|
username?: string;
|
|
@@ -20003,7 +20146,7 @@ export interface operations {
|
|
|
20003
20146
|
timezone?: string;
|
|
20004
20147
|
/** @example Customer */
|
|
20005
20148
|
user_type?: string;
|
|
20006
|
-
/** @example
|
|
20149
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20007
20150
|
created?: string;
|
|
20008
20151
|
/** @example 0 seconds ago */
|
|
20009
20152
|
email_verified_at?: string;
|
|
@@ -20075,7 +20218,7 @@ export interface operations {
|
|
|
20075
20218
|
content: {
|
|
20076
20219
|
"application/json": {
|
|
20077
20220
|
data?: {
|
|
20078
|
-
/** @example
|
|
20221
|
+
/** @example d178d781-da65-4682-a1fd-ed1561d53020 */
|
|
20079
20222
|
uid?: string;
|
|
20080
20223
|
/** @example Ms. Audra Crooks II */
|
|
20081
20224
|
username?: string;
|
|
@@ -20105,7 +20248,7 @@ export interface operations {
|
|
|
20105
20248
|
timezone?: string;
|
|
20106
20249
|
/** @example Customer */
|
|
20107
20250
|
user_type?: string;
|
|
20108
|
-
/** @example
|
|
20251
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20109
20252
|
created?: string;
|
|
20110
20253
|
/** @example 0 seconds ago */
|
|
20111
20254
|
email_verified_at?: string;
|
|
@@ -20345,7 +20488,7 @@ export interface operations {
|
|
|
20345
20488
|
completed_layers?: number;
|
|
20346
20489
|
/** @example 4 */
|
|
20347
20490
|
pending_layers?: number;
|
|
20348
|
-
/** @example
|
|
20491
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20349
20492
|
last_calculated_at?: string;
|
|
20350
20493
|
};
|
|
20351
20494
|
};
|
|
@@ -20393,7 +20536,7 @@ export interface operations {
|
|
|
20393
20536
|
completed_layers?: number;
|
|
20394
20537
|
/** @example 4 */
|
|
20395
20538
|
pending_layers?: number;
|
|
20396
|
-
/** @example
|
|
20539
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20397
20540
|
last_calculated_at?: string;
|
|
20398
20541
|
};
|
|
20399
20542
|
};
|
|
@@ -20427,14 +20570,14 @@ export interface operations {
|
|
|
20427
20570
|
content: {
|
|
20428
20571
|
"application/json": {
|
|
20429
20572
|
data?: {
|
|
20430
|
-
/** @example
|
|
20573
|
+
/** @example 52f94dda-5358-40b3-9486-9fac108a0213 */
|
|
20431
20574
|
wishlist_uid?: string;
|
|
20432
20575
|
listing?: {
|
|
20433
|
-
/** @example New For Sale Used Item draft •
|
|
20576
|
+
/** @example New For Sale Used Item draft • 13 Apr 2026, 5:06 PM */
|
|
20434
20577
|
draft_name?: string;
|
|
20435
|
-
/** @example LST-UIT-SAL-
|
|
20578
|
+
/** @example LST-UIT-SAL-MNXG2785NWL */
|
|
20436
20579
|
sku?: string;
|
|
20437
|
-
/** @example
|
|
20580
|
+
/** @example e510a3b0-22e0-4263-a3a6-015b8137b3ba */
|
|
20438
20581
|
uid?: string;
|
|
20439
20582
|
/** @example Sale */
|
|
20440
20583
|
listing_type?: string;
|
|
@@ -20518,15 +20661,15 @@ export interface operations {
|
|
|
20518
20661
|
/**
|
|
20519
20662
|
* @example [
|
|
20520
20663
|
* {
|
|
20521
|
-
* "wishlist_uid": "
|
|
20664
|
+
* "wishlist_uid": "15f6889e-6b47-436f-add8-ed12f6b51835"
|
|
20522
20665
|
* },
|
|
20523
20666
|
* {
|
|
20524
|
-
* "wishlist_uid": "
|
|
20667
|
+
* "wishlist_uid": "cf76c278-4e8a-46b1-a69c-2c098d727120"
|
|
20525
20668
|
* }
|
|
20526
20669
|
* ]
|
|
20527
20670
|
*/
|
|
20528
20671
|
data?: {
|
|
20529
|
-
/** @example
|
|
20672
|
+
/** @example 15f6889e-6b47-436f-add8-ed12f6b51835 */
|
|
20530
20673
|
wishlist_uid?: string;
|
|
20531
20674
|
}[];
|
|
20532
20675
|
links?: {
|
|
@@ -20614,7 +20757,7 @@ export interface operations {
|
|
|
20614
20757
|
completed_layers?: number;
|
|
20615
20758
|
/** @example 4 */
|
|
20616
20759
|
pending_layers?: number;
|
|
20617
|
-
/** @example
|
|
20760
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20618
20761
|
last_calculated_at?: string;
|
|
20619
20762
|
};
|
|
20620
20763
|
};
|
|
@@ -20776,7 +20919,7 @@ export interface operations {
|
|
|
20776
20919
|
completed_layers?: number;
|
|
20777
20920
|
/** @example 4 */
|
|
20778
20921
|
pending_layers?: number;
|
|
20779
|
-
/** @example
|
|
20922
|
+
/** @example 13 Apr 2026, 05:06 PM */
|
|
20780
20923
|
last_calculated_at?: string;
|
|
20781
20924
|
};
|
|
20782
20925
|
};
|