@justins-home/types 1.1.31 → 1.1.32
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 +385 -335
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -5513,7 +5513,7 @@ export interface operations {
|
|
|
5513
5513
|
content: {
|
|
5514
5514
|
"application/json": {
|
|
5515
5515
|
data?: {
|
|
5516
|
-
/** @example
|
|
5516
|
+
/** @example b6fa4e40-9225-4d43-8bbe-b5ae92caad14 */
|
|
5517
5517
|
uid?: string;
|
|
5518
5518
|
/** @example Ms. Audra Crooks II */
|
|
5519
5519
|
username?: string;
|
|
@@ -5543,7 +5543,7 @@ export interface operations {
|
|
|
5543
5543
|
timezone?: string;
|
|
5544
5544
|
/** @example Customer */
|
|
5545
5545
|
user_type?: string;
|
|
5546
|
-
/** @example 09 Apr 2026,
|
|
5546
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
5547
5547
|
created?: string;
|
|
5548
5548
|
/** @example 0 seconds ago */
|
|
5549
5549
|
email_verified_at?: string;
|
|
@@ -5794,11 +5794,11 @@ export interface operations {
|
|
|
5794
5794
|
content: {
|
|
5795
5795
|
"application/json": {
|
|
5796
5796
|
data?: {
|
|
5797
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
5797
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
5798
5798
|
draft_name?: string;
|
|
5799
|
-
/** @example LST-PRP-LTR-
|
|
5799
|
+
/** @example LST-PRP-LTR-MNRNXPY2IAZ */
|
|
5800
5800
|
sku?: string;
|
|
5801
|
-
/** @example
|
|
5801
|
+
/** @example 524412af-7521-41b4-aed4-a52d6b1c375c */
|
|
5802
5802
|
uid?: string;
|
|
5803
5803
|
/** @example Rent */
|
|
5804
5804
|
listing_type?: string;
|
|
@@ -7206,7 +7206,7 @@ export interface operations {
|
|
|
7206
7206
|
content: {
|
|
7207
7207
|
"application/json": {
|
|
7208
7208
|
/**
|
|
7209
|
-
* @example
|
|
7209
|
+
* @example Unverified
|
|
7210
7210
|
* @enum {string}
|
|
7211
7211
|
*/
|
|
7212
7212
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7221,7 +7221,7 @@ export interface operations {
|
|
|
7221
7221
|
content: {
|
|
7222
7222
|
"application/json": {
|
|
7223
7223
|
data?: {
|
|
7224
|
-
/** @example
|
|
7224
|
+
/** @example 58260fd1-34ce-4954-b4a3-73219faa5b9f */
|
|
7225
7225
|
uid?: string;
|
|
7226
7226
|
/** @example Morgan Hirthe */
|
|
7227
7227
|
username?: string;
|
|
@@ -7251,7 +7251,7 @@ export interface operations {
|
|
|
7251
7251
|
timezone?: string;
|
|
7252
7252
|
/** @example Customer */
|
|
7253
7253
|
user_type?: string;
|
|
7254
|
-
/** @example 09 Apr 2026,
|
|
7254
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
7255
7255
|
created?: string;
|
|
7256
7256
|
/** @example 0 seconds ago */
|
|
7257
7257
|
email_verified_at?: string;
|
|
@@ -7486,6 +7486,10 @@ export interface operations {
|
|
|
7486
7486
|
draft_name?: string | null;
|
|
7487
7487
|
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
7488
7488
|
sku?: string;
|
|
7489
|
+
/** @example null */
|
|
7490
|
+
published_at?: string | null;
|
|
7491
|
+
/** @example null */
|
|
7492
|
+
published_since?: string | null;
|
|
7489
7493
|
details?: {
|
|
7490
7494
|
/** @example New Benin */
|
|
7491
7495
|
title?: string;
|
|
@@ -7841,11 +7845,11 @@ export interface operations {
|
|
|
7841
7845
|
content: {
|
|
7842
7846
|
"application/json": {
|
|
7843
7847
|
data?: {
|
|
7844
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
7848
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
7845
7849
|
draft_name?: string;
|
|
7846
|
-
/** @example LST-PRP-LTR-
|
|
7850
|
+
/** @example LST-PRP-LTR-MNRNXQ0SOHF */
|
|
7847
7851
|
sku?: string;
|
|
7848
|
-
/** @example
|
|
7852
|
+
/** @example 44882a44-e1ee-493f-83be-62ddb757fc64 */
|
|
7849
7853
|
uid?: string;
|
|
7850
7854
|
/** @example Rent */
|
|
7851
7855
|
listing_type?: string;
|
|
@@ -8225,7 +8229,7 @@ export interface operations {
|
|
|
8225
8229
|
content: {
|
|
8226
8230
|
"application/json": {
|
|
8227
8231
|
data?: {
|
|
8228
|
-
/** @example
|
|
8232
|
+
/** @example bea269f7-7548-47ff-8696-25eda5bf162c */
|
|
8229
8233
|
uid?: string;
|
|
8230
8234
|
/** @example photo */
|
|
8231
8235
|
media_type?: string;
|
|
@@ -8532,9 +8536,9 @@ export interface operations {
|
|
|
8532
8536
|
/**
|
|
8533
8537
|
* @example [
|
|
8534
8538
|
* {
|
|
8535
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
8536
|
-
* "sku": "LST-PRP-LTR-
|
|
8537
|
-
* "uid": "
|
|
8539
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 3:59 PM",
|
|
8540
|
+
* "sku": "LST-PRP-LTR-MNRNXQ2LMZB",
|
|
8541
|
+
* "uid": "f68dbb34-03fd-4922-97b3-7e2b2b037b9b",
|
|
8538
8542
|
* "listing_type": "Rent",
|
|
8539
8543
|
* "vertical": "Property",
|
|
8540
8544
|
* "price": null,
|
|
@@ -8549,9 +8553,9 @@ export interface operations {
|
|
|
8549
8553
|
* "media": []
|
|
8550
8554
|
* },
|
|
8551
8555
|
* {
|
|
8552
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
8553
|
-
* "sku": "LST-UIT-SAL-
|
|
8554
|
-
* "uid": "
|
|
8556
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 3:59 PM",
|
|
8557
|
+
* "sku": "LST-UIT-SAL-MNRNXQ3XA9K",
|
|
8558
|
+
* "uid": "8a695683-4302-4d86-882b-bc8ff8ba3e73",
|
|
8555
8559
|
* "listing_type": "Sale",
|
|
8556
8560
|
* "vertical": "Used Item",
|
|
8557
8561
|
* "price": null,
|
|
@@ -8566,11 +8570,11 @@ export interface operations {
|
|
|
8566
8570
|
* ]
|
|
8567
8571
|
*/
|
|
8568
8572
|
data?: {
|
|
8569
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8573
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
8570
8574
|
draft_name?: string;
|
|
8571
|
-
/** @example LST-PRP-LTR-
|
|
8575
|
+
/** @example LST-PRP-LTR-MNRNXQ2LMZB */
|
|
8572
8576
|
sku?: string;
|
|
8573
|
-
/** @example
|
|
8577
|
+
/** @example f68dbb34-03fd-4922-97b3-7e2b2b037b9b */
|
|
8574
8578
|
uid?: string;
|
|
8575
8579
|
/** @example Rent */
|
|
8576
8580
|
listing_type?: string;
|
|
@@ -8761,11 +8765,11 @@ export interface operations {
|
|
|
8761
8765
|
content: {
|
|
8762
8766
|
"application/json": {
|
|
8763
8767
|
data?: {
|
|
8764
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8768
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
8765
8769
|
draft_name?: string;
|
|
8766
|
-
/** @example LST-PRP-LTR-
|
|
8770
|
+
/** @example LST-PRP-LTR-MNRNXQ6FUOW */
|
|
8767
8771
|
sku?: string;
|
|
8768
|
-
/** @example
|
|
8772
|
+
/** @example f50a3569-19d9-4e6f-9c21-3e2b853a1c58 */
|
|
8769
8773
|
uid?: string;
|
|
8770
8774
|
/** @example Rent */
|
|
8771
8775
|
listing_type?: string;
|
|
@@ -8824,11 +8828,11 @@ export interface operations {
|
|
|
8824
8828
|
content: {
|
|
8825
8829
|
"application/json": {
|
|
8826
8830
|
data?: {
|
|
8827
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8831
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
8828
8832
|
draft_name?: string;
|
|
8829
|
-
/** @example LST-PRP-LTR-
|
|
8833
|
+
/** @example LST-PRP-LTR-MNRNXQ7RA4C */
|
|
8830
8834
|
sku?: string;
|
|
8831
|
-
/** @example
|
|
8835
|
+
/** @example 7d543068-307a-41a4-9ba0-377e33c3a8d9 */
|
|
8832
8836
|
uid?: string;
|
|
8833
8837
|
/** @example Rent */
|
|
8834
8838
|
listing_type?: string;
|
|
@@ -8877,11 +8881,11 @@ export interface operations {
|
|
|
8877
8881
|
content: {
|
|
8878
8882
|
"application/json": {
|
|
8879
8883
|
data?: {
|
|
8880
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8884
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
8881
8885
|
draft_name?: string;
|
|
8882
|
-
/** @example LST-PRP-LTR-
|
|
8886
|
+
/** @example LST-PRP-LTR-MNRNXQ7XPJT */
|
|
8883
8887
|
sku?: string;
|
|
8884
|
-
/** @example
|
|
8888
|
+
/** @example 02af24b0-b90b-423e-8257-a35ea8c4dc81 */
|
|
8885
8889
|
uid?: string;
|
|
8886
8890
|
/** @example Rent */
|
|
8887
8891
|
listing_type?: string;
|
|
@@ -8930,11 +8934,11 @@ export interface operations {
|
|
|
8930
8934
|
content: {
|
|
8931
8935
|
"application/json": {
|
|
8932
8936
|
data?: {
|
|
8933
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
8937
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
8934
8938
|
draft_name?: string;
|
|
8935
|
-
/** @example LST-PRP-LTR-
|
|
8939
|
+
/** @example LST-PRP-LTR-MNRNXQ865PP */
|
|
8936
8940
|
sku?: string;
|
|
8937
|
-
/** @example
|
|
8941
|
+
/** @example 986bf31f-1da8-4851-a4f4-af94e7d9f2dc */
|
|
8938
8942
|
uid?: string;
|
|
8939
8943
|
/** @example Rent */
|
|
8940
8944
|
listing_type?: string;
|
|
@@ -9124,7 +9128,7 @@ export interface operations {
|
|
|
9124
9128
|
content: {
|
|
9125
9129
|
"application/json": {
|
|
9126
9130
|
data?: {
|
|
9127
|
-
/** @example
|
|
9131
|
+
/** @example 58 */
|
|
9128
9132
|
id?: number;
|
|
9129
9133
|
/** @example 1 */
|
|
9130
9134
|
category_id?: number;
|
|
@@ -9198,7 +9202,7 @@ export interface operations {
|
|
|
9198
9202
|
content: {
|
|
9199
9203
|
"application/json": {
|
|
9200
9204
|
data?: {
|
|
9201
|
-
/** @example
|
|
9205
|
+
/** @example 59 */
|
|
9202
9206
|
id?: number;
|
|
9203
9207
|
/** @example 1 */
|
|
9204
9208
|
category_id?: number;
|
|
@@ -9237,7 +9241,7 @@ export interface operations {
|
|
|
9237
9241
|
content: {
|
|
9238
9242
|
"application/json": {
|
|
9239
9243
|
data?: {
|
|
9240
|
-
/** @example
|
|
9244
|
+
/** @example 60 */
|
|
9241
9245
|
id?: number;
|
|
9242
9246
|
/** @example 1 */
|
|
9243
9247
|
category_id?: number;
|
|
@@ -9275,23 +9279,29 @@ export interface operations {
|
|
|
9275
9279
|
/**
|
|
9276
9280
|
* @example [
|
|
9277
9281
|
* {
|
|
9278
|
-
* "id":
|
|
9282
|
+
* "id": 42,
|
|
9279
9283
|
* "name": "Exterior",
|
|
9280
9284
|
* "description": "For Exterior categories",
|
|
9281
9285
|
* "display_order": 1,
|
|
9286
|
+
* "applicable_verticals": [
|
|
9287
|
+
* "property"
|
|
9288
|
+
* ],
|
|
9282
9289
|
* "is_active": true
|
|
9283
9290
|
* },
|
|
9284
9291
|
* {
|
|
9285
|
-
* "id":
|
|
9292
|
+
* "id": 43,
|
|
9286
9293
|
* "name": "Exterior",
|
|
9287
9294
|
* "description": "For Exterior categories",
|
|
9288
9295
|
* "display_order": 1,
|
|
9296
|
+
* "applicable_verticals": [
|
|
9297
|
+
* "property"
|
|
9298
|
+
* ],
|
|
9289
9299
|
* "is_active": true
|
|
9290
9300
|
* }
|
|
9291
9301
|
* ]
|
|
9292
9302
|
*/
|
|
9293
9303
|
data?: {
|
|
9294
|
-
/** @example
|
|
9304
|
+
/** @example 42 */
|
|
9295
9305
|
id?: number;
|
|
9296
9306
|
/** @example Exterior */
|
|
9297
9307
|
name?: string;
|
|
@@ -9299,6 +9309,12 @@ export interface operations {
|
|
|
9299
9309
|
description?: string;
|
|
9300
9310
|
/** @example 1 */
|
|
9301
9311
|
display_order?: number;
|
|
9312
|
+
/**
|
|
9313
|
+
* @example [
|
|
9314
|
+
* "property"
|
|
9315
|
+
* ]
|
|
9316
|
+
*/
|
|
9317
|
+
applicable_verticals?: string[];
|
|
9302
9318
|
/** @example true */
|
|
9303
9319
|
is_active?: boolean;
|
|
9304
9320
|
}[];
|
|
@@ -9332,6 +9348,12 @@ export interface operations {
|
|
|
9332
9348
|
* @example 3
|
|
9333
9349
|
*/
|
|
9334
9350
|
display_order: number;
|
|
9351
|
+
/**
|
|
9352
|
+
* @example [
|
|
9353
|
+
* "architecto"
|
|
9354
|
+
* ]
|
|
9355
|
+
*/
|
|
9356
|
+
applicable_verticals?: ("property" | "used_item")[];
|
|
9335
9357
|
};
|
|
9336
9358
|
};
|
|
9337
9359
|
};
|
|
@@ -9343,7 +9365,7 @@ export interface operations {
|
|
|
9343
9365
|
content: {
|
|
9344
9366
|
"application/json": {
|
|
9345
9367
|
data?: {
|
|
9346
|
-
/** @example
|
|
9368
|
+
/** @example 44 */
|
|
9347
9369
|
id?: number;
|
|
9348
9370
|
/** @example Exterior */
|
|
9349
9371
|
name?: string;
|
|
@@ -9351,6 +9373,12 @@ export interface operations {
|
|
|
9351
9373
|
description?: string;
|
|
9352
9374
|
/** @example 1 */
|
|
9353
9375
|
display_order?: number;
|
|
9376
|
+
/**
|
|
9377
|
+
* @example [
|
|
9378
|
+
* "property"
|
|
9379
|
+
* ]
|
|
9380
|
+
*/
|
|
9381
|
+
applicable_verticals?: string[];
|
|
9354
9382
|
/** @example true */
|
|
9355
9383
|
is_active?: boolean;
|
|
9356
9384
|
};
|
|
@@ -9369,24 +9397,30 @@ export interface operations {
|
|
|
9369
9397
|
};
|
|
9370
9398
|
cookie?: never;
|
|
9371
9399
|
};
|
|
9372
|
-
requestBody
|
|
9400
|
+
requestBody?: {
|
|
9373
9401
|
content: {
|
|
9374
9402
|
"application/json": {
|
|
9375
9403
|
/**
|
|
9376
9404
|
* @description Updated name of the property feature category. Must not be greater than 255 characters.
|
|
9377
9405
|
* @example Security Features
|
|
9378
9406
|
*/
|
|
9379
|
-
name
|
|
9407
|
+
name?: string;
|
|
9380
9408
|
/**
|
|
9381
9409
|
* @description Updated description of the feature category. Must not be greater than 1000 characters.
|
|
9382
9410
|
* @example Security related features such as CCTV, alarms and surveillance systems.
|
|
9383
9411
|
*/
|
|
9384
|
-
description
|
|
9412
|
+
description?: string;
|
|
9385
9413
|
/**
|
|
9386
9414
|
* @description Display order of the category when shown in the UI. Must be at least 1.
|
|
9387
9415
|
* @example 2
|
|
9388
9416
|
*/
|
|
9389
|
-
display_order
|
|
9417
|
+
display_order?: number;
|
|
9418
|
+
/**
|
|
9419
|
+
* @example [
|
|
9420
|
+
* "architecto"
|
|
9421
|
+
* ]
|
|
9422
|
+
*/
|
|
9423
|
+
applicable_verticals?: ("property" | "used_item")[];
|
|
9390
9424
|
};
|
|
9391
9425
|
};
|
|
9392
9426
|
};
|
|
@@ -9398,7 +9432,7 @@ export interface operations {
|
|
|
9398
9432
|
content: {
|
|
9399
9433
|
"application/json": {
|
|
9400
9434
|
data?: {
|
|
9401
|
-
/** @example
|
|
9435
|
+
/** @example 45 */
|
|
9402
9436
|
id?: number;
|
|
9403
9437
|
/** @example Exterior */
|
|
9404
9438
|
name?: string;
|
|
@@ -9406,6 +9440,12 @@ export interface operations {
|
|
|
9406
9440
|
description?: string;
|
|
9407
9441
|
/** @example 1 */
|
|
9408
9442
|
display_order?: number;
|
|
9443
|
+
/**
|
|
9444
|
+
* @example [
|
|
9445
|
+
* "property"
|
|
9446
|
+
* ]
|
|
9447
|
+
*/
|
|
9448
|
+
applicable_verticals?: string[];
|
|
9409
9449
|
/** @example true */
|
|
9410
9450
|
is_active?: boolean;
|
|
9411
9451
|
};
|
|
@@ -9433,7 +9473,7 @@ export interface operations {
|
|
|
9433
9473
|
content: {
|
|
9434
9474
|
"application/json": {
|
|
9435
9475
|
data?: {
|
|
9436
|
-
/** @example
|
|
9476
|
+
/** @example 46 */
|
|
9437
9477
|
id?: number;
|
|
9438
9478
|
/** @example Exterior */
|
|
9439
9479
|
name?: string;
|
|
@@ -9441,6 +9481,12 @@ export interface operations {
|
|
|
9441
9481
|
description?: string;
|
|
9442
9482
|
/** @example 1 */
|
|
9443
9483
|
display_order?: number;
|
|
9484
|
+
/**
|
|
9485
|
+
* @example [
|
|
9486
|
+
* "property"
|
|
9487
|
+
* ]
|
|
9488
|
+
*/
|
|
9489
|
+
applicable_verticals?: string[];
|
|
9444
9490
|
/** @example true */
|
|
9445
9491
|
is_active?: boolean;
|
|
9446
9492
|
};
|
|
@@ -9467,31 +9513,31 @@ export interface operations {
|
|
|
9467
9513
|
/**
|
|
9468
9514
|
* @example [
|
|
9469
9515
|
* {
|
|
9470
|
-
* "id":
|
|
9516
|
+
* "id": 37,
|
|
9471
9517
|
* "key": "email_fa_0",
|
|
9472
9518
|
* "name": "Clara Cronin V",
|
|
9473
9519
|
* "description": "Incidunt iure odit et et modi ipsum nostrum omnis.",
|
|
9474
9520
|
* "requires_review": true,
|
|
9475
9521
|
* "metadata_schema": [],
|
|
9476
9522
|
* "is_active": true,
|
|
9477
|
-
* "created_at": "2026-04-
|
|
9478
|
-
* "updated_at": "2026-04-
|
|
9523
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
9524
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
9479
9525
|
* },
|
|
9480
9526
|
* {
|
|
9481
|
-
* "id":
|
|
9527
|
+
* "id": 38,
|
|
9482
9528
|
* "key": "email_fa_6",
|
|
9483
9529
|
* "name": "Myrtis Tromp",
|
|
9484
9530
|
* "description": "Enim non facere tempora ex voluptatem laboriosam praesentium quis adipisci molestias.",
|
|
9485
9531
|
* "requires_review": true,
|
|
9486
9532
|
* "metadata_schema": [],
|
|
9487
9533
|
* "is_active": true,
|
|
9488
|
-
* "created_at": "2026-04-
|
|
9489
|
-
* "updated_at": "2026-04-
|
|
9534
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
9535
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
9490
9536
|
* }
|
|
9491
9537
|
* ]
|
|
9492
9538
|
*/
|
|
9493
9539
|
data?: {
|
|
9494
|
-
/** @example
|
|
9540
|
+
/** @example 37 */
|
|
9495
9541
|
id?: number;
|
|
9496
9542
|
/** @example email_fa_0 */
|
|
9497
9543
|
key?: string;
|
|
@@ -9505,9 +9551,9 @@ export interface operations {
|
|
|
9505
9551
|
metadata_schema?: unknown[];
|
|
9506
9552
|
/** @example true */
|
|
9507
9553
|
is_active?: boolean;
|
|
9508
|
-
/** @example 2026-04-
|
|
9554
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9509
9555
|
created_at?: string;
|
|
9510
|
-
/** @example 2026-04-
|
|
9556
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9511
9557
|
updated_at?: string;
|
|
9512
9558
|
}[];
|
|
9513
9559
|
};
|
|
@@ -9569,7 +9615,7 @@ export interface operations {
|
|
|
9569
9615
|
content: {
|
|
9570
9616
|
"application/json": {
|
|
9571
9617
|
data?: {
|
|
9572
|
-
/** @example
|
|
9618
|
+
/** @example 39 */
|
|
9573
9619
|
id?: number;
|
|
9574
9620
|
/** @example email_fa_0 */
|
|
9575
9621
|
key?: string;
|
|
@@ -9583,9 +9629,9 @@ export interface operations {
|
|
|
9583
9629
|
metadata_schema?: unknown[];
|
|
9584
9630
|
/** @example true */
|
|
9585
9631
|
is_active?: boolean;
|
|
9586
|
-
/** @example 2026-04-
|
|
9632
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9587
9633
|
created_at?: string;
|
|
9588
|
-
/** @example 2026-04-
|
|
9634
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9589
9635
|
updated_at?: string;
|
|
9590
9636
|
};
|
|
9591
9637
|
};
|
|
@@ -9645,7 +9691,7 @@ export interface operations {
|
|
|
9645
9691
|
content: {
|
|
9646
9692
|
"application/json": {
|
|
9647
9693
|
data?: {
|
|
9648
|
-
/** @example
|
|
9694
|
+
/** @example 40 */
|
|
9649
9695
|
id?: number;
|
|
9650
9696
|
/** @example email_fa_0 */
|
|
9651
9697
|
key?: string;
|
|
@@ -9659,9 +9705,9 @@ export interface operations {
|
|
|
9659
9705
|
metadata_schema?: unknown[];
|
|
9660
9706
|
/** @example true */
|
|
9661
9707
|
is_active?: boolean;
|
|
9662
|
-
/** @example 2026-04-
|
|
9708
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9663
9709
|
created_at?: string;
|
|
9664
|
-
/** @example 2026-04-
|
|
9710
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9665
9711
|
updated_at?: string;
|
|
9666
9712
|
};
|
|
9667
9713
|
};
|
|
@@ -9875,29 +9921,29 @@ export interface operations {
|
|
|
9875
9921
|
/**
|
|
9876
9922
|
* @example [
|
|
9877
9923
|
* {
|
|
9878
|
-
* "id":
|
|
9924
|
+
* "id": 25,
|
|
9879
9925
|
* "status": "approved",
|
|
9880
9926
|
* "submitted_data": [],
|
|
9881
9927
|
* "rejection_reason": null,
|
|
9882
9928
|
* "reviewed_by": 1,
|
|
9883
|
-
* "reviewed_at": "2026-04-
|
|
9884
|
-
* "created_at": "2026-04-
|
|
9885
|
-
* "updated_at": "2026-04-
|
|
9929
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
9930
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
9931
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
9886
9932
|
* },
|
|
9887
9933
|
* {
|
|
9888
|
-
* "id":
|
|
9934
|
+
* "id": 26,
|
|
9889
9935
|
* "status": "approved",
|
|
9890
9936
|
* "submitted_data": [],
|
|
9891
9937
|
* "rejection_reason": null,
|
|
9892
9938
|
* "reviewed_by": 1,
|
|
9893
|
-
* "reviewed_at": "2026-04-
|
|
9894
|
-
* "created_at": "2026-04-
|
|
9895
|
-
* "updated_at": "2026-04-
|
|
9939
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
9940
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
9941
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
9896
9942
|
* }
|
|
9897
9943
|
* ]
|
|
9898
9944
|
*/
|
|
9899
9945
|
data?: {
|
|
9900
|
-
/** @example
|
|
9946
|
+
/** @example 25 */
|
|
9901
9947
|
id?: number;
|
|
9902
9948
|
/** @example approved */
|
|
9903
9949
|
status?: string;
|
|
@@ -9907,11 +9953,11 @@ export interface operations {
|
|
|
9907
9953
|
rejection_reason?: string | null;
|
|
9908
9954
|
/** @example 1 */
|
|
9909
9955
|
reviewed_by?: number;
|
|
9910
|
-
/** @example 2026-04-
|
|
9956
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9911
9957
|
reviewed_at?: string;
|
|
9912
|
-
/** @example 2026-04-
|
|
9958
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9913
9959
|
created_at?: string;
|
|
9914
|
-
/** @example 2026-04-
|
|
9960
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
9915
9961
|
updated_at?: string;
|
|
9916
9962
|
}[];
|
|
9917
9963
|
links?: {
|
|
@@ -9998,29 +10044,29 @@ export interface operations {
|
|
|
9998
10044
|
/**
|
|
9999
10045
|
* @example [
|
|
10000
10046
|
* {
|
|
10001
|
-
* "id":
|
|
10047
|
+
* "id": 27,
|
|
10002
10048
|
* "status": "approved",
|
|
10003
10049
|
* "submitted_data": [],
|
|
10004
10050
|
* "rejection_reason": null,
|
|
10005
10051
|
* "reviewed_by": 1,
|
|
10006
|
-
* "reviewed_at": "2026-04-
|
|
10007
|
-
* "created_at": "2026-04-
|
|
10008
|
-
* "updated_at": "2026-04-
|
|
10052
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
10053
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
10054
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
10009
10055
|
* },
|
|
10010
10056
|
* {
|
|
10011
|
-
* "id":
|
|
10057
|
+
* "id": 28,
|
|
10012
10058
|
* "status": "approved",
|
|
10013
10059
|
* "submitted_data": [],
|
|
10014
10060
|
* "rejection_reason": null,
|
|
10015
10061
|
* "reviewed_by": 1,
|
|
10016
|
-
* "reviewed_at": "2026-04-
|
|
10017
|
-
* "created_at": "2026-04-
|
|
10018
|
-
* "updated_at": "2026-04-
|
|
10062
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
10063
|
+
* "created_at": "2026-04-09T15:59:55.000000Z",
|
|
10064
|
+
* "updated_at": "2026-04-09T15:59:55.000000Z"
|
|
10019
10065
|
* }
|
|
10020
10066
|
* ]
|
|
10021
10067
|
*/
|
|
10022
10068
|
data?: {
|
|
10023
|
-
/** @example
|
|
10069
|
+
/** @example 27 */
|
|
10024
10070
|
id?: number;
|
|
10025
10071
|
/** @example approved */
|
|
10026
10072
|
status?: string;
|
|
@@ -10030,11 +10076,11 @@ export interface operations {
|
|
|
10030
10076
|
rejection_reason?: string | null;
|
|
10031
10077
|
/** @example 1 */
|
|
10032
10078
|
reviewed_by?: number;
|
|
10033
|
-
/** @example 2026-04-
|
|
10079
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10034
10080
|
reviewed_at?: string;
|
|
10035
|
-
/** @example 2026-04-
|
|
10081
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10036
10082
|
created_at?: string;
|
|
10037
|
-
/** @example 2026-04-
|
|
10083
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10038
10084
|
updated_at?: string;
|
|
10039
10085
|
}[];
|
|
10040
10086
|
};
|
|
@@ -10148,7 +10194,7 @@ export interface operations {
|
|
|
10148
10194
|
/**
|
|
10149
10195
|
* @example [
|
|
10150
10196
|
* {
|
|
10151
|
-
* "id":
|
|
10197
|
+
* "id": 95,
|
|
10152
10198
|
* "compliance": {
|
|
10153
10199
|
* "id": 1,
|
|
10154
10200
|
* "key": "property_ownership",
|
|
@@ -10160,10 +10206,10 @@ export interface operations {
|
|
|
10160
10206
|
* "rejection_reason": null,
|
|
10161
10207
|
* "reviewed_by": 1,
|
|
10162
10208
|
* "reviewed_at": null,
|
|
10163
|
-
* "created_at": "2026-04-
|
|
10209
|
+
* "created_at": "2026-04-09T15:59:55.000000Z"
|
|
10164
10210
|
* },
|
|
10165
10211
|
* {
|
|
10166
|
-
* "id":
|
|
10212
|
+
* "id": 96,
|
|
10167
10213
|
* "compliance": {
|
|
10168
10214
|
* "id": 1,
|
|
10169
10215
|
* "key": "property_ownership",
|
|
@@ -10175,12 +10221,12 @@ export interface operations {
|
|
|
10175
10221
|
* "rejection_reason": null,
|
|
10176
10222
|
* "reviewed_by": 1,
|
|
10177
10223
|
* "reviewed_at": null,
|
|
10178
|
-
* "created_at": "2026-04-
|
|
10224
|
+
* "created_at": "2026-04-09T15:59:55.000000Z"
|
|
10179
10225
|
* }
|
|
10180
10226
|
* ]
|
|
10181
10227
|
*/
|
|
10182
10228
|
data?: {
|
|
10183
|
-
/** @example
|
|
10229
|
+
/** @example 95 */
|
|
10184
10230
|
id?: number;
|
|
10185
10231
|
compliance?: {
|
|
10186
10232
|
/** @example 1 */
|
|
@@ -10202,7 +10248,7 @@ export interface operations {
|
|
|
10202
10248
|
reviewed_by?: number;
|
|
10203
10249
|
/** @example null */
|
|
10204
10250
|
reviewed_at?: string | null;
|
|
10205
|
-
/** @example 2026-04-
|
|
10251
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10206
10252
|
created_at?: string;
|
|
10207
10253
|
}[];
|
|
10208
10254
|
links?: {
|
|
@@ -10322,7 +10368,7 @@ export interface operations {
|
|
|
10322
10368
|
/**
|
|
10323
10369
|
* @example [
|
|
10324
10370
|
* {
|
|
10325
|
-
* "id":
|
|
10371
|
+
* "id": 105,
|
|
10326
10372
|
* "compliance": {
|
|
10327
10373
|
* "id": 1,
|
|
10328
10374
|
* "key": "property_ownership",
|
|
@@ -10333,11 +10379,11 @@ export interface operations {
|
|
|
10333
10379
|
* "submitted_data": [],
|
|
10334
10380
|
* "rejection_reason": null,
|
|
10335
10381
|
* "reviewed_by": 1,
|
|
10336
|
-
* "reviewed_at": "2026-04-
|
|
10337
|
-
* "created_at": "2026-04-
|
|
10382
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
10383
|
+
* "created_at": "2026-04-09T15:59:55.000000Z"
|
|
10338
10384
|
* },
|
|
10339
10385
|
* {
|
|
10340
|
-
* "id":
|
|
10386
|
+
* "id": 106,
|
|
10341
10387
|
* "compliance": {
|
|
10342
10388
|
* "id": 1,
|
|
10343
10389
|
* "key": "property_ownership",
|
|
@@ -10348,13 +10394,13 @@ export interface operations {
|
|
|
10348
10394
|
* "submitted_data": [],
|
|
10349
10395
|
* "rejection_reason": null,
|
|
10350
10396
|
* "reviewed_by": 1,
|
|
10351
|
-
* "reviewed_at": "2026-04-
|
|
10352
|
-
* "created_at": "2026-04-
|
|
10397
|
+
* "reviewed_at": "2026-04-09T15:59:55.000000Z",
|
|
10398
|
+
* "created_at": "2026-04-09T15:59:55.000000Z"
|
|
10353
10399
|
* }
|
|
10354
10400
|
* ]
|
|
10355
10401
|
*/
|
|
10356
10402
|
data?: {
|
|
10357
|
-
/** @example
|
|
10403
|
+
/** @example 105 */
|
|
10358
10404
|
id?: number;
|
|
10359
10405
|
compliance?: {
|
|
10360
10406
|
/** @example 1 */
|
|
@@ -10374,9 +10420,9 @@ export interface operations {
|
|
|
10374
10420
|
rejection_reason?: string | null;
|
|
10375
10421
|
/** @example 1 */
|
|
10376
10422
|
reviewed_by?: number;
|
|
10377
|
-
/** @example 2026-04-
|
|
10423
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10378
10424
|
reviewed_at?: string;
|
|
10379
|
-
/** @example 2026-04-
|
|
10425
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
10380
10426
|
created_at?: string;
|
|
10381
10427
|
}[];
|
|
10382
10428
|
links?: {
|
|
@@ -10518,23 +10564,23 @@ export interface operations {
|
|
|
10518
10564
|
/**
|
|
10519
10565
|
* @example [
|
|
10520
10566
|
* {
|
|
10521
|
-
* "key": "
|
|
10522
|
-
* "name": "
|
|
10567
|
+
* "key": "dolores",
|
|
10568
|
+
* "name": "omnis",
|
|
10523
10569
|
* "user_type": "Landlord",
|
|
10524
10570
|
* "is_active": true
|
|
10525
10571
|
* },
|
|
10526
10572
|
* {
|
|
10527
|
-
* "key": "
|
|
10528
|
-
* "name": "
|
|
10573
|
+
* "key": "quia",
|
|
10574
|
+
* "name": "id",
|
|
10529
10575
|
* "user_type": "Landlord",
|
|
10530
10576
|
* "is_active": true
|
|
10531
10577
|
* }
|
|
10532
10578
|
* ]
|
|
10533
10579
|
*/
|
|
10534
10580
|
data?: {
|
|
10535
|
-
/** @example
|
|
10581
|
+
/** @example dolores */
|
|
10536
10582
|
key?: string;
|
|
10537
|
-
/** @example
|
|
10583
|
+
/** @example omnis */
|
|
10538
10584
|
name?: string;
|
|
10539
10585
|
/** @example Landlord */
|
|
10540
10586
|
user_type?: string;
|
|
@@ -11687,13 +11733,13 @@ export interface operations {
|
|
|
11687
11733
|
content: {
|
|
11688
11734
|
"application/json": {
|
|
11689
11735
|
data?: {
|
|
11690
|
-
/** @example
|
|
11736
|
+
/** @example 7cf616df-8d4a-47a9-a761-169c4129686b */
|
|
11691
11737
|
uid?: string;
|
|
11692
11738
|
/** @example follow_up */
|
|
11693
11739
|
inspection_type?: string;
|
|
11694
11740
|
/** @example cancelled */
|
|
11695
11741
|
status?: string;
|
|
11696
|
-
/** @example 2026-04-
|
|
11742
|
+
/** @example 2026-04-15T05:58:17.000000Z */
|
|
11697
11743
|
scheduled_date?: string;
|
|
11698
11744
|
/** @example null */
|
|
11699
11745
|
completed_date?: string | null;
|
|
@@ -11701,11 +11747,11 @@ export interface operations {
|
|
|
11701
11747
|
condition_rating?: string;
|
|
11702
11748
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
11703
11749
|
summary?: string;
|
|
11704
|
-
/** @example 2026-06-
|
|
11750
|
+
/** @example 2026-06-08T02:46:51.000000Z */
|
|
11705
11751
|
next_inspection_date?: string;
|
|
11706
|
-
/** @example 2026-04-
|
|
11752
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11707
11753
|
created_at?: string;
|
|
11708
|
-
/** @example 2026-04-
|
|
11754
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11709
11755
|
updated_at?: string;
|
|
11710
11756
|
};
|
|
11711
11757
|
};
|
|
@@ -11748,13 +11794,13 @@ export interface operations {
|
|
|
11748
11794
|
content: {
|
|
11749
11795
|
"application/json": {
|
|
11750
11796
|
data?: {
|
|
11751
|
-
/** @example
|
|
11797
|
+
/** @example 734a1521-41cb-4561-977a-4d2027f85fc1 */
|
|
11752
11798
|
uid?: string;
|
|
11753
11799
|
/** @example follow_up */
|
|
11754
11800
|
inspection_type?: string;
|
|
11755
11801
|
/** @example cancelled */
|
|
11756
11802
|
status?: string;
|
|
11757
|
-
/** @example 2026-04-
|
|
11803
|
+
/** @example 2026-04-03T03:24:50.000000Z */
|
|
11758
11804
|
scheduled_date?: string;
|
|
11759
11805
|
/** @example null */
|
|
11760
11806
|
completed_date?: string | null;
|
|
@@ -11762,11 +11808,11 @@ export interface operations {
|
|
|
11762
11808
|
condition_rating?: string;
|
|
11763
11809
|
/** @example Et animi quos velit et fugiat. */
|
|
11764
11810
|
summary?: string;
|
|
11765
|
-
/** @example 2026-07-
|
|
11811
|
+
/** @example 2026-07-12T11:18:37.000000Z */
|
|
11766
11812
|
next_inspection_date?: string;
|
|
11767
|
-
/** @example 2026-04-
|
|
11813
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11768
11814
|
created_at?: string;
|
|
11769
|
-
/** @example 2026-04-
|
|
11815
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11770
11816
|
updated_at?: string;
|
|
11771
11817
|
};
|
|
11772
11818
|
};
|
|
@@ -11803,13 +11849,13 @@ export interface operations {
|
|
|
11803
11849
|
content: {
|
|
11804
11850
|
"application/json": {
|
|
11805
11851
|
data?: {
|
|
11806
|
-
/** @example
|
|
11852
|
+
/** @example 2a3b5bfa-4d7b-4486-9fe6-63ba2c89eec2 */
|
|
11807
11853
|
uid?: string;
|
|
11808
11854
|
/** @example follow_up */
|
|
11809
11855
|
inspection_type?: string;
|
|
11810
11856
|
/** @example cancelled */
|
|
11811
11857
|
status?: string;
|
|
11812
|
-
/** @example 2026-04-
|
|
11858
|
+
/** @example 2026-04-15T05:58:17.000000Z */
|
|
11813
11859
|
scheduled_date?: string;
|
|
11814
11860
|
/** @example null */
|
|
11815
11861
|
completed_date?: string | null;
|
|
@@ -11817,11 +11863,11 @@ export interface operations {
|
|
|
11817
11863
|
condition_rating?: string;
|
|
11818
11864
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
11819
11865
|
summary?: string;
|
|
11820
|
-
/** @example 2026-06-
|
|
11866
|
+
/** @example 2026-06-08T02:46:51.000000Z */
|
|
11821
11867
|
next_inspection_date?: string;
|
|
11822
|
-
/** @example 2026-04-
|
|
11868
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11823
11869
|
created_at?: string;
|
|
11824
|
-
/** @example 2026-04-
|
|
11870
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11825
11871
|
updated_at?: string;
|
|
11826
11872
|
};
|
|
11827
11873
|
};
|
|
@@ -11858,13 +11904,13 @@ export interface operations {
|
|
|
11858
11904
|
content: {
|
|
11859
11905
|
"application/json": {
|
|
11860
11906
|
data?: {
|
|
11861
|
-
/** @example
|
|
11907
|
+
/** @example cb05b8c4-5061-4207-9fa0-b93a4e03aa9d */
|
|
11862
11908
|
uid?: string;
|
|
11863
11909
|
/** @example follow_up */
|
|
11864
11910
|
inspection_type?: string;
|
|
11865
11911
|
/** @example cancelled */
|
|
11866
11912
|
status?: string;
|
|
11867
|
-
/** @example 2026-04-
|
|
11913
|
+
/** @example 2026-04-03T03:24:50.000000Z */
|
|
11868
11914
|
scheduled_date?: string;
|
|
11869
11915
|
/** @example null */
|
|
11870
11916
|
completed_date?: string | null;
|
|
@@ -11872,11 +11918,11 @@ export interface operations {
|
|
|
11872
11918
|
condition_rating?: string;
|
|
11873
11919
|
/** @example Et animi quos velit et fugiat. */
|
|
11874
11920
|
summary?: string;
|
|
11875
|
-
/** @example 2026-07-
|
|
11921
|
+
/** @example 2026-07-12T11:18:37.000000Z */
|
|
11876
11922
|
next_inspection_date?: string;
|
|
11877
|
-
/** @example 2026-04-
|
|
11923
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11878
11924
|
created_at?: string;
|
|
11879
|
-
/** @example 2026-04-
|
|
11925
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11880
11926
|
updated_at?: string;
|
|
11881
11927
|
};
|
|
11882
11928
|
};
|
|
@@ -11913,7 +11959,7 @@ export interface operations {
|
|
|
11913
11959
|
content: {
|
|
11914
11960
|
"application/json": {
|
|
11915
11961
|
data?: {
|
|
11916
|
-
/** @example
|
|
11962
|
+
/** @example 91113373-112b-4ed3-aa3b-07cb5378bd64 */
|
|
11917
11963
|
uid?: string;
|
|
11918
11964
|
/** @example Qui commodi incidunt iure. */
|
|
11919
11965
|
title?: string;
|
|
@@ -11923,17 +11969,17 @@ export interface operations {
|
|
|
11923
11969
|
status?: string;
|
|
11924
11970
|
/** @example low */
|
|
11925
11971
|
priority?: string;
|
|
11926
|
-
/** @example 2026-04-
|
|
11972
|
+
/** @example 2026-04-08T05:28:38.000000Z */
|
|
11927
11973
|
reported_at?: string;
|
|
11928
11974
|
/** @example null */
|
|
11929
11975
|
assigned_at?: string | null;
|
|
11930
11976
|
/** @example null */
|
|
11931
11977
|
completed_at?: string | null;
|
|
11932
|
-
/** @example 2026-04-
|
|
11978
|
+
/** @example 2026-04-11T01:53:04.000000Z */
|
|
11933
11979
|
sla_deadline?: string;
|
|
11934
|
-
/** @example 2026-04-
|
|
11980
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11935
11981
|
created_at?: string;
|
|
11936
|
-
/** @example 2026-04-
|
|
11982
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11937
11983
|
updated_at?: string;
|
|
11938
11984
|
};
|
|
11939
11985
|
};
|
|
@@ -11970,7 +12016,7 @@ export interface operations {
|
|
|
11970
12016
|
content: {
|
|
11971
12017
|
"application/json": {
|
|
11972
12018
|
data?: {
|
|
11973
|
-
/** @example
|
|
12019
|
+
/** @example e3449e6b-2bc5-4ace-8512-ce553f4b8b58 */
|
|
11974
12020
|
uid?: string;
|
|
11975
12021
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
11976
12022
|
title?: string;
|
|
@@ -11980,17 +12026,17 @@ export interface operations {
|
|
|
11980
12026
|
status?: string;
|
|
11981
12027
|
/** @example emergency */
|
|
11982
12028
|
priority?: string;
|
|
11983
|
-
/** @example 2026-04-
|
|
12029
|
+
/** @example 2026-04-03T03:13:30.000000Z */
|
|
11984
12030
|
reported_at?: string;
|
|
11985
|
-
/** @example 2026-04-
|
|
12031
|
+
/** @example 2026-04-07T23:33:22.000000Z */
|
|
11986
12032
|
assigned_at?: string;
|
|
11987
12033
|
/** @example null */
|
|
11988
12034
|
completed_at?: string | null;
|
|
11989
|
-
/** @example 2026-04-
|
|
12035
|
+
/** @example 2026-04-11T04:55:45.000000Z */
|
|
11990
12036
|
sla_deadline?: string;
|
|
11991
|
-
/** @example 2026-04-
|
|
12037
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11992
12038
|
created_at?: string;
|
|
11993
|
-
/** @example 2026-04-
|
|
12039
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
11994
12040
|
updated_at?: string;
|
|
11995
12041
|
};
|
|
11996
12042
|
};
|
|
@@ -12027,7 +12073,7 @@ export interface operations {
|
|
|
12027
12073
|
content: {
|
|
12028
12074
|
"application/json": {
|
|
12029
12075
|
data?: {
|
|
12030
|
-
/** @example
|
|
12076
|
+
/** @example 03e2279f-f348-4115-813d-8c49d53e20a9 */
|
|
12031
12077
|
uid?: string;
|
|
12032
12078
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12033
12079
|
title?: string;
|
|
@@ -12037,17 +12083,17 @@ export interface operations {
|
|
|
12037
12083
|
status?: string;
|
|
12038
12084
|
/** @example emergency */
|
|
12039
12085
|
priority?: string;
|
|
12040
|
-
/** @example 2026-04-
|
|
12086
|
+
/** @example 2026-04-03T03:13:30.000000Z */
|
|
12041
12087
|
reported_at?: string;
|
|
12042
|
-
/** @example 2026-04-
|
|
12088
|
+
/** @example 2026-04-07T23:33:22.000000Z */
|
|
12043
12089
|
assigned_at?: string;
|
|
12044
12090
|
/** @example null */
|
|
12045
12091
|
completed_at?: string | null;
|
|
12046
|
-
/** @example 2026-04-
|
|
12092
|
+
/** @example 2026-04-11T04:55:45.000000Z */
|
|
12047
12093
|
sla_deadline?: string;
|
|
12048
|
-
/** @example 2026-04-
|
|
12094
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
12049
12095
|
created_at?: string;
|
|
12050
|
-
/** @example 2026-04-
|
|
12096
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
12051
12097
|
updated_at?: string;
|
|
12052
12098
|
};
|
|
12053
12099
|
};
|
|
@@ -12084,7 +12130,7 @@ export interface operations {
|
|
|
12084
12130
|
content: {
|
|
12085
12131
|
"application/json": {
|
|
12086
12132
|
data?: {
|
|
12087
|
-
/** @example
|
|
12133
|
+
/** @example 506f82c8-d01f-4ece-b261-5b6336c6d732 */
|
|
12088
12134
|
uid?: string;
|
|
12089
12135
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12090
12136
|
title?: string;
|
|
@@ -12094,17 +12140,17 @@ export interface operations {
|
|
|
12094
12140
|
status?: string;
|
|
12095
12141
|
/** @example emergency */
|
|
12096
12142
|
priority?: string;
|
|
12097
|
-
/** @example 2026-04-
|
|
12143
|
+
/** @example 2026-04-03T03:13:30.000000Z */
|
|
12098
12144
|
reported_at?: string;
|
|
12099
|
-
/** @example 2026-04-
|
|
12145
|
+
/** @example 2026-04-07T23:33:22.000000Z */
|
|
12100
12146
|
assigned_at?: string;
|
|
12101
12147
|
/** @example null */
|
|
12102
12148
|
completed_at?: string | null;
|
|
12103
|
-
/** @example 2026-04-
|
|
12149
|
+
/** @example 2026-04-11T04:55:45.000000Z */
|
|
12104
12150
|
sla_deadline?: string;
|
|
12105
|
-
/** @example 2026-04-
|
|
12151
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
12106
12152
|
created_at?: string;
|
|
12107
|
-
/** @example 2026-04-
|
|
12153
|
+
/** @example 2026-04-09T15:59:55.000000Z */
|
|
12108
12154
|
updated_at?: string;
|
|
12109
12155
|
};
|
|
12110
12156
|
};
|
|
@@ -12373,19 +12419,19 @@ export interface operations {
|
|
|
12373
12419
|
content: {
|
|
12374
12420
|
"application/json": {
|
|
12375
12421
|
data?: {
|
|
12376
|
-
/** @example
|
|
12422
|
+
/** @example 43 */
|
|
12377
12423
|
id?: number;
|
|
12378
12424
|
/** @example 2 */
|
|
12379
12425
|
listing_id?: number;
|
|
12380
12426
|
/** @example completed */
|
|
12381
12427
|
status?: string;
|
|
12382
12428
|
scheduled?: {
|
|
12383
|
-
/** @example 1981-
|
|
12429
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12384
12430
|
start?: string;
|
|
12385
|
-
/** @example 1979-12-
|
|
12431
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12386
12432
|
end?: string;
|
|
12387
12433
|
};
|
|
12388
|
-
/** @example 2026-04-
|
|
12434
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12389
12435
|
created_at?: string;
|
|
12390
12436
|
};
|
|
12391
12437
|
};
|
|
@@ -12412,19 +12458,19 @@ export interface operations {
|
|
|
12412
12458
|
content: {
|
|
12413
12459
|
"application/json": {
|
|
12414
12460
|
data?: {
|
|
12415
|
-
/** @example
|
|
12461
|
+
/** @example 44 */
|
|
12416
12462
|
id?: number;
|
|
12417
12463
|
/** @example 2 */
|
|
12418
12464
|
listing_id?: number;
|
|
12419
12465
|
/** @example completed */
|
|
12420
12466
|
status?: string;
|
|
12421
12467
|
scheduled?: {
|
|
12422
|
-
/** @example 1981-
|
|
12468
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12423
12469
|
start?: string;
|
|
12424
|
-
/** @example 1979-12-
|
|
12470
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12425
12471
|
end?: string;
|
|
12426
12472
|
};
|
|
12427
|
-
/** @example 2026-04-
|
|
12473
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12428
12474
|
created_at?: string;
|
|
12429
12475
|
};
|
|
12430
12476
|
};
|
|
@@ -12450,41 +12496,41 @@ export interface operations {
|
|
|
12450
12496
|
/**
|
|
12451
12497
|
* @example [
|
|
12452
12498
|
* {
|
|
12453
|
-
* "id":
|
|
12499
|
+
* "id": 45,
|
|
12454
12500
|
* "listing_id": 2,
|
|
12455
12501
|
* "status": "completed",
|
|
12456
12502
|
* "scheduled": {
|
|
12457
|
-
* "start": "1981-
|
|
12458
|
-
* "end": "1979-12-
|
|
12503
|
+
* "start": "1981-11-30T00:00:00.000000Z",
|
|
12504
|
+
* "end": "1979-12-27T00:00:00.000000Z"
|
|
12459
12505
|
* },
|
|
12460
|
-
* "created_at": "2026-04-
|
|
12506
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
12461
12507
|
* },
|
|
12462
12508
|
* {
|
|
12463
|
-
* "id":
|
|
12509
|
+
* "id": 46,
|
|
12464
12510
|
* "listing_id": 2,
|
|
12465
12511
|
* "status": "completed",
|
|
12466
12512
|
* "scheduled": {
|
|
12467
12513
|
* "start": "2006-10-01T00:00:00.000000Z",
|
|
12468
12514
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
12469
12515
|
* },
|
|
12470
|
-
* "created_at": "2026-04-
|
|
12516
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
12471
12517
|
* }
|
|
12472
12518
|
* ]
|
|
12473
12519
|
*/
|
|
12474
12520
|
data?: {
|
|
12475
|
-
/** @example
|
|
12521
|
+
/** @example 45 */
|
|
12476
12522
|
id?: number;
|
|
12477
12523
|
/** @example 2 */
|
|
12478
12524
|
listing_id?: number;
|
|
12479
12525
|
/** @example completed */
|
|
12480
12526
|
status?: string;
|
|
12481
12527
|
scheduled?: {
|
|
12482
|
-
/** @example 1981-
|
|
12528
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12483
12529
|
start?: string;
|
|
12484
|
-
/** @example 1979-12-
|
|
12530
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12485
12531
|
end?: string;
|
|
12486
12532
|
};
|
|
12487
|
-
/** @example 2026-04-
|
|
12533
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12488
12534
|
created_at?: string;
|
|
12489
12535
|
}[];
|
|
12490
12536
|
links?: {
|
|
@@ -12584,19 +12630,19 @@ export interface operations {
|
|
|
12584
12630
|
content: {
|
|
12585
12631
|
"application/json": {
|
|
12586
12632
|
data?: {
|
|
12587
|
-
/** @example
|
|
12633
|
+
/** @example 47 */
|
|
12588
12634
|
id?: number;
|
|
12589
12635
|
/** @example 2 */
|
|
12590
12636
|
listing_id?: number;
|
|
12591
12637
|
/** @example completed */
|
|
12592
12638
|
status?: string;
|
|
12593
12639
|
scheduled?: {
|
|
12594
|
-
/** @example 1981-
|
|
12640
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12595
12641
|
start?: string;
|
|
12596
|
-
/** @example 1979-12-
|
|
12642
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12597
12643
|
end?: string;
|
|
12598
12644
|
};
|
|
12599
|
-
/** @example 2026-04-
|
|
12645
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12600
12646
|
created_at?: string;
|
|
12601
12647
|
};
|
|
12602
12648
|
};
|
|
@@ -12623,19 +12669,19 @@ export interface operations {
|
|
|
12623
12669
|
content: {
|
|
12624
12670
|
"application/json": {
|
|
12625
12671
|
data?: {
|
|
12626
|
-
/** @example
|
|
12672
|
+
/** @example 48 */
|
|
12627
12673
|
id?: number;
|
|
12628
12674
|
/** @example 2 */
|
|
12629
12675
|
listing_id?: number;
|
|
12630
12676
|
/** @example completed */
|
|
12631
12677
|
status?: string;
|
|
12632
12678
|
scheduled?: {
|
|
12633
|
-
/** @example 1981-
|
|
12679
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12634
12680
|
start?: string;
|
|
12635
|
-
/** @example 1979-12-
|
|
12681
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12636
12682
|
end?: string;
|
|
12637
12683
|
};
|
|
12638
|
-
/** @example 2026-04-
|
|
12684
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12639
12685
|
created_at?: string;
|
|
12640
12686
|
};
|
|
12641
12687
|
};
|
|
@@ -12662,19 +12708,19 @@ export interface operations {
|
|
|
12662
12708
|
content: {
|
|
12663
12709
|
"application/json": {
|
|
12664
12710
|
data?: {
|
|
12665
|
-
/** @example
|
|
12711
|
+
/** @example 49 */
|
|
12666
12712
|
id?: number;
|
|
12667
12713
|
/** @example 2 */
|
|
12668
12714
|
listing_id?: number;
|
|
12669
12715
|
/** @example completed */
|
|
12670
12716
|
status?: string;
|
|
12671
12717
|
scheduled?: {
|
|
12672
|
-
/** @example 1981-
|
|
12718
|
+
/** @example 1981-11-30T00:00:00.000000Z */
|
|
12673
12719
|
start?: string;
|
|
12674
|
-
/** @example 1979-12-
|
|
12720
|
+
/** @example 1979-12-27T00:00:00.000000Z */
|
|
12675
12721
|
end?: string;
|
|
12676
12722
|
};
|
|
12677
|
-
/** @example 2026-04-
|
|
12723
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
12678
12724
|
created_at?: string;
|
|
12679
12725
|
};
|
|
12680
12726
|
};
|
|
@@ -13732,7 +13778,7 @@ export interface operations {
|
|
|
13732
13778
|
content: {
|
|
13733
13779
|
"application/json": {
|
|
13734
13780
|
data?: {
|
|
13735
|
-
/** @example
|
|
13781
|
+
/** @example f0124231-b008-47ff-a9f3-ecd106467429 */
|
|
13736
13782
|
uid?: string;
|
|
13737
13783
|
/** @example Ms. Audra Crooks II */
|
|
13738
13784
|
username?: string;
|
|
@@ -13762,7 +13808,7 @@ export interface operations {
|
|
|
13762
13808
|
timezone?: string;
|
|
13763
13809
|
/** @example Customer */
|
|
13764
13810
|
user_type?: string;
|
|
13765
|
-
/** @example 09 Apr 2026,
|
|
13811
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
13766
13812
|
created?: string;
|
|
13767
13813
|
/** @example 0 seconds ago */
|
|
13768
13814
|
email_verified_at?: string;
|
|
@@ -14231,7 +14277,7 @@ export interface operations {
|
|
|
14231
14277
|
content: {
|
|
14232
14278
|
"application/json": {
|
|
14233
14279
|
data?: {
|
|
14234
|
-
/** @example
|
|
14280
|
+
/** @example 046f7f14-f2dc-4067-b3aa-96cfe413fc3f */
|
|
14235
14281
|
uid?: string;
|
|
14236
14282
|
/** @example Ms. Audra Crooks II */
|
|
14237
14283
|
username?: string;
|
|
@@ -14261,7 +14307,7 @@ export interface operations {
|
|
|
14261
14307
|
timezone?: string;
|
|
14262
14308
|
/** @example Customer */
|
|
14263
14309
|
user_type?: string;
|
|
14264
|
-
/** @example 09 Apr 2026,
|
|
14310
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
14265
14311
|
created?: string;
|
|
14266
14312
|
/** @example 0 seconds ago */
|
|
14267
14313
|
email_verified_at?: string;
|
|
@@ -14376,11 +14422,11 @@ export interface operations {
|
|
|
14376
14422
|
content: {
|
|
14377
14423
|
"application/json": {
|
|
14378
14424
|
data?: {
|
|
14379
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14425
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
14380
14426
|
draft_name?: string;
|
|
14381
|
-
/** @example LST-PRP-LTR-
|
|
14427
|
+
/** @example LST-PRP-LTR-MNRNXPQCYQB */
|
|
14382
14428
|
sku?: string;
|
|
14383
|
-
/** @example
|
|
14429
|
+
/** @example 45a69d58-dc83-4849-9185-04d67d6225aa */
|
|
14384
14430
|
uid?: string;
|
|
14385
14431
|
/** @example Rent */
|
|
14386
14432
|
listing_type?: string;
|
|
@@ -14464,9 +14510,9 @@ export interface operations {
|
|
|
14464
14510
|
/**
|
|
14465
14511
|
* @example [
|
|
14466
14512
|
* {
|
|
14467
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14468
|
-
* "sku": "LST-PRP-LTR-
|
|
14469
|
-
* "uid": "
|
|
14513
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 3:59 PM",
|
|
14514
|
+
* "sku": "LST-PRP-LTR-MNRNXPRANVR",
|
|
14515
|
+
* "uid": "18bca7f8-4ad0-4b65-8f9f-33ab8100256f",
|
|
14470
14516
|
* "listing_type": "Rent",
|
|
14471
14517
|
* "vertical": "Property",
|
|
14472
14518
|
* "price": null,
|
|
@@ -14481,9 +14527,9 @@ export interface operations {
|
|
|
14481
14527
|
* "media": []
|
|
14482
14528
|
* },
|
|
14483
14529
|
* {
|
|
14484
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14485
|
-
* "sku": "LST-UIT-SAL-
|
|
14486
|
-
* "uid": "
|
|
14530
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 3:59 PM",
|
|
14531
|
+
* "sku": "LST-UIT-SAL-MNRNXPRDGMN",
|
|
14532
|
+
* "uid": "29fc3ca2-9017-4fa3-908c-f2c9959e1caf",
|
|
14487
14533
|
* "listing_type": "Sale",
|
|
14488
14534
|
* "vertical": "Used Item",
|
|
14489
14535
|
* "price": null,
|
|
@@ -14498,11 +14544,11 @@ export interface operations {
|
|
|
14498
14544
|
* ]
|
|
14499
14545
|
*/
|
|
14500
14546
|
data?: {
|
|
14501
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14547
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
14502
14548
|
draft_name?: string;
|
|
14503
|
-
/** @example LST-PRP-LTR-
|
|
14549
|
+
/** @example LST-PRP-LTR-MNRNXPRANVR */
|
|
14504
14550
|
sku?: string;
|
|
14505
|
-
/** @example
|
|
14551
|
+
/** @example 18bca7f8-4ad0-4b65-8f9f-33ab8100256f */
|
|
14506
14552
|
uid?: string;
|
|
14507
14553
|
/** @example Rent */
|
|
14508
14554
|
listing_type?: string;
|
|
@@ -14608,9 +14654,9 @@ export interface operations {
|
|
|
14608
14654
|
/**
|
|
14609
14655
|
* @example [
|
|
14610
14656
|
* {
|
|
14611
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14612
|
-
* "sku": "LST-PRP-LTR-
|
|
14613
|
-
* "uid": "
|
|
14657
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 3:59 PM",
|
|
14658
|
+
* "sku": "LST-PRP-LTR-MNRNXPROYD5",
|
|
14659
|
+
* "uid": "16e0a825-0510-4366-8fda-5d0857793886",
|
|
14614
14660
|
* "listing_type": "Rent",
|
|
14615
14661
|
* "vertical": "Property",
|
|
14616
14662
|
* "price": null,
|
|
@@ -14625,9 +14671,9 @@ export interface operations {
|
|
|
14625
14671
|
* "media": []
|
|
14626
14672
|
* },
|
|
14627
14673
|
* {
|
|
14628
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14629
|
-
* "sku": "LST-UIT-SAL-
|
|
14630
|
-
* "uid": "
|
|
14674
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 3:59 PM",
|
|
14675
|
+
* "sku": "LST-UIT-SAL-MNRNXPRQIRP",
|
|
14676
|
+
* "uid": "655a0483-205a-4615-aec9-5f79eee27fc1",
|
|
14631
14677
|
* "listing_type": "Sale",
|
|
14632
14678
|
* "vertical": "Used Item",
|
|
14633
14679
|
* "price": null,
|
|
@@ -14642,11 +14688,11 @@ export interface operations {
|
|
|
14642
14688
|
* ]
|
|
14643
14689
|
*/
|
|
14644
14690
|
data?: {
|
|
14645
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14691
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
14646
14692
|
draft_name?: string;
|
|
14647
|
-
/** @example LST-PRP-LTR-
|
|
14693
|
+
/** @example LST-PRP-LTR-MNRNXPROYD5 */
|
|
14648
14694
|
sku?: string;
|
|
14649
|
-
/** @example
|
|
14695
|
+
/** @example 16e0a825-0510-4366-8fda-5d0857793886 */
|
|
14650
14696
|
uid?: string;
|
|
14651
14697
|
/** @example Rent */
|
|
14652
14698
|
listing_type?: string;
|
|
@@ -14752,9 +14798,9 @@ export interface operations {
|
|
|
14752
14798
|
/**
|
|
14753
14799
|
* @example [
|
|
14754
14800
|
* {
|
|
14755
|
-
* "draft_name": "New For Rent Property draft • 9 Apr 2026,
|
|
14756
|
-
* "sku": "LST-PRP-LTR-
|
|
14757
|
-
* "uid": "
|
|
14801
|
+
* "draft_name": "New For Rent Property draft • 9 Apr 2026, 3:59 PM",
|
|
14802
|
+
* "sku": "LST-PRP-LTR-MNRNXPRVMFR",
|
|
14803
|
+
* "uid": "151ca821-4ca2-4ac9-9a2b-3cf64954f383",
|
|
14758
14804
|
* "listing_type": "Rent",
|
|
14759
14805
|
* "vertical": "Property",
|
|
14760
14806
|
* "price": null,
|
|
@@ -14769,9 +14815,9 @@ export interface operations {
|
|
|
14769
14815
|
* "media": []
|
|
14770
14816
|
* },
|
|
14771
14817
|
* {
|
|
14772
|
-
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026,
|
|
14773
|
-
* "sku": "LST-UIT-SAL-
|
|
14774
|
-
* "uid": "
|
|
14818
|
+
* "draft_name": "New For Sale Used Item draft • 9 Apr 2026, 3:59 PM",
|
|
14819
|
+
* "sku": "LST-UIT-SAL-MNRNXPRXPAJ",
|
|
14820
|
+
* "uid": "70453459-8ad5-488b-a212-9e422674e04f",
|
|
14775
14821
|
* "listing_type": "Sale",
|
|
14776
14822
|
* "vertical": "Used Item",
|
|
14777
14823
|
* "price": null,
|
|
@@ -14786,11 +14832,11 @@ export interface operations {
|
|
|
14786
14832
|
* ]
|
|
14787
14833
|
*/
|
|
14788
14834
|
data?: {
|
|
14789
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14835
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
14790
14836
|
draft_name?: string;
|
|
14791
|
-
/** @example LST-PRP-LTR-
|
|
14837
|
+
/** @example LST-PRP-LTR-MNRNXPRVMFR */
|
|
14792
14838
|
sku?: string;
|
|
14793
|
-
/** @example
|
|
14839
|
+
/** @example 151ca821-4ca2-4ac9-9a2b-3cf64954f383 */
|
|
14794
14840
|
uid?: string;
|
|
14795
14841
|
/** @example Rent */
|
|
14796
14842
|
listing_type?: string;
|
|
@@ -14897,11 +14943,11 @@ export interface operations {
|
|
|
14897
14943
|
content: {
|
|
14898
14944
|
"application/json": {
|
|
14899
14945
|
data?: {
|
|
14900
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
14946
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
14901
14947
|
draft_name?: string;
|
|
14902
|
-
/** @example LST-PRP-LTR-
|
|
14948
|
+
/** @example LST-PRP-LTR-MNRNXPS2RG0 */
|
|
14903
14949
|
sku?: string;
|
|
14904
|
-
/** @example
|
|
14950
|
+
/** @example 77ae43bf-01c5-4065-af65-89a5f7e4dc0b */
|
|
14905
14951
|
uid?: string;
|
|
14906
14952
|
/** @example Rent */
|
|
14907
14953
|
listing_type?: string;
|
|
@@ -15508,7 +15554,7 @@ export interface operations {
|
|
|
15508
15554
|
content: {
|
|
15509
15555
|
"application/json": {
|
|
15510
15556
|
data?: {
|
|
15511
|
-
/** @example
|
|
15557
|
+
/** @example f1630fa2-ad0c-4333-bfe0-0e992364a7d4 */
|
|
15512
15558
|
uid?: string;
|
|
15513
15559
|
/** @example photo */
|
|
15514
15560
|
media_type?: string;
|
|
@@ -15657,11 +15703,11 @@ export interface operations {
|
|
|
15657
15703
|
content: {
|
|
15658
15704
|
"application/json": {
|
|
15659
15705
|
data?: {
|
|
15660
|
-
/** @example New For Rent Property draft • 9 Apr 2026,
|
|
15706
|
+
/** @example New For Rent Property draft • 9 Apr 2026, 3:59 PM */
|
|
15661
15707
|
draft_name?: string;
|
|
15662
|
-
/** @example LST-PRP-LTR-
|
|
15708
|
+
/** @example LST-PRP-LTR-MNRNXPU6ZZ0 */
|
|
15663
15709
|
sku?: string;
|
|
15664
|
-
/** @example
|
|
15710
|
+
/** @example f09a435a-8ec5-4f45-bb7d-0c9d9cd057b9 */
|
|
15665
15711
|
uid?: string;
|
|
15666
15712
|
/** @example Rent */
|
|
15667
15713
|
listing_type?: string;
|
|
@@ -15817,7 +15863,7 @@ export interface operations {
|
|
|
15817
15863
|
content: {
|
|
15818
15864
|
"application/json": {
|
|
15819
15865
|
data?: {
|
|
15820
|
-
/** @example
|
|
15866
|
+
/** @example 829c3303-6975-45ce-a9b5-173b8048c4ec */
|
|
15821
15867
|
uid?: string;
|
|
15822
15868
|
/** @example null */
|
|
15823
15869
|
compliances?: string | null;
|
|
@@ -15868,7 +15914,7 @@ export interface operations {
|
|
|
15868
15914
|
content: {
|
|
15869
15915
|
"application/json": {
|
|
15870
15916
|
data?: {
|
|
15871
|
-
/** @example
|
|
15917
|
+
/** @example 94 */
|
|
15872
15918
|
id?: number;
|
|
15873
15919
|
compliance?: {
|
|
15874
15920
|
/** @example 1 */
|
|
@@ -15890,7 +15936,7 @@ export interface operations {
|
|
|
15890
15936
|
reviewed_by?: number;
|
|
15891
15937
|
/** @example null */
|
|
15892
15938
|
reviewed_at?: string | null;
|
|
15893
|
-
/** @example 2026-04-
|
|
15939
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
15894
15940
|
created_at?: string;
|
|
15895
15941
|
};
|
|
15896
15942
|
};
|
|
@@ -15945,7 +15991,7 @@ export interface operations {
|
|
|
15945
15991
|
/**
|
|
15946
15992
|
* @example [
|
|
15947
15993
|
* {
|
|
15948
|
-
* "uid": "
|
|
15994
|
+
* "uid": "02a0f87f-ea3a-4896-86b9-a0a7152a8a33",
|
|
15949
15995
|
* "listing_id": 1,
|
|
15950
15996
|
* "landlord_id": 2,
|
|
15951
15997
|
* "tenant_id": 2,
|
|
@@ -15955,10 +16001,10 @@ export interface operations {
|
|
|
15955
16001
|
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
15956
16002
|
* "end_date": "2026-10-15T00:00:00.000000Z",
|
|
15957
16003
|
* "is_periodic": false,
|
|
15958
|
-
* "created_at": "2026-04-
|
|
16004
|
+
* "created_at": "2026-04-09T15:59:54.000000Z"
|
|
15959
16005
|
* },
|
|
15960
16006
|
* {
|
|
15961
|
-
* "uid": "
|
|
16007
|
+
* "uid": "411fed03-53f6-4c09-a00f-2e040997e996",
|
|
15962
16008
|
* "listing_id": 1,
|
|
15963
16009
|
* "landlord_id": 2,
|
|
15964
16010
|
* "tenant_id": 2,
|
|
@@ -15968,12 +16014,12 @@ export interface operations {
|
|
|
15968
16014
|
* "start_date": "2025-09-10T00:00:00.000000Z",
|
|
15969
16015
|
* "end_date": "2026-09-10T00:00:00.000000Z",
|
|
15970
16016
|
* "is_periodic": false,
|
|
15971
|
-
* "created_at": "2026-04-
|
|
16017
|
+
* "created_at": "2026-04-09T15:59:54.000000Z"
|
|
15972
16018
|
* }
|
|
15973
16019
|
* ]
|
|
15974
16020
|
*/
|
|
15975
16021
|
data?: {
|
|
15976
|
-
/** @example
|
|
16022
|
+
/** @example 02a0f87f-ea3a-4896-86b9-a0a7152a8a33 */
|
|
15977
16023
|
uid?: string;
|
|
15978
16024
|
/** @example 1 */
|
|
15979
16025
|
listing_id?: number;
|
|
@@ -15993,7 +16039,7 @@ export interface operations {
|
|
|
15993
16039
|
end_date?: string;
|
|
15994
16040
|
/** @example false */
|
|
15995
16041
|
is_periodic?: boolean;
|
|
15996
|
-
/** @example 2026-04-
|
|
16042
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
15997
16043
|
created_at?: string;
|
|
15998
16044
|
}[];
|
|
15999
16045
|
links?: {
|
|
@@ -16080,7 +16126,7 @@ export interface operations {
|
|
|
16080
16126
|
/**
|
|
16081
16127
|
* @example [
|
|
16082
16128
|
* {
|
|
16083
|
-
* "uid": "
|
|
16129
|
+
* "uid": "61a92405-fc39-4941-9ee8-ec641d201514",
|
|
16084
16130
|
* "listing_id": 1,
|
|
16085
16131
|
* "landlord_id": 2,
|
|
16086
16132
|
* "tenant_id": 2,
|
|
@@ -16090,10 +16136,10 @@ export interface operations {
|
|
|
16090
16136
|
* "start_date": "2025-10-15T00:00:00.000000Z",
|
|
16091
16137
|
* "end_date": "2026-10-15T00:00:00.000000Z",
|
|
16092
16138
|
* "is_periodic": false,
|
|
16093
|
-
* "created_at": "2026-04-
|
|
16139
|
+
* "created_at": "2026-04-09T15:59:54.000000Z"
|
|
16094
16140
|
* },
|
|
16095
16141
|
* {
|
|
16096
|
-
* "uid": "
|
|
16142
|
+
* "uid": "0eee388e-6c99-48a4-8696-244259603017",
|
|
16097
16143
|
* "listing_id": 1,
|
|
16098
16144
|
* "landlord_id": 2,
|
|
16099
16145
|
* "tenant_id": 2,
|
|
@@ -16103,12 +16149,12 @@ export interface operations {
|
|
|
16103
16149
|
* "start_date": "2025-09-10T00:00:00.000000Z",
|
|
16104
16150
|
* "end_date": "2026-09-10T00:00:00.000000Z",
|
|
16105
16151
|
* "is_periodic": false,
|
|
16106
|
-
* "created_at": "2026-04-
|
|
16152
|
+
* "created_at": "2026-04-09T15:59:54.000000Z"
|
|
16107
16153
|
* }
|
|
16108
16154
|
* ]
|
|
16109
16155
|
*/
|
|
16110
16156
|
data?: {
|
|
16111
|
-
/** @example
|
|
16157
|
+
/** @example 61a92405-fc39-4941-9ee8-ec641d201514 */
|
|
16112
16158
|
uid?: string;
|
|
16113
16159
|
/** @example 1 */
|
|
16114
16160
|
listing_id?: number;
|
|
@@ -16128,7 +16174,7 @@ export interface operations {
|
|
|
16128
16174
|
end_date?: string;
|
|
16129
16175
|
/** @example false */
|
|
16130
16176
|
is_periodic?: boolean;
|
|
16131
|
-
/** @example 2026-04-
|
|
16177
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
16132
16178
|
created_at?: string;
|
|
16133
16179
|
}[];
|
|
16134
16180
|
links?: {
|
|
@@ -16235,7 +16281,7 @@ export interface operations {
|
|
|
16235
16281
|
content: {
|
|
16236
16282
|
"application/json": {
|
|
16237
16283
|
data?: {
|
|
16238
|
-
/** @example
|
|
16284
|
+
/** @example 103 */
|
|
16239
16285
|
id?: number;
|
|
16240
16286
|
compliance?: {
|
|
16241
16287
|
/** @example 1 */
|
|
@@ -16255,9 +16301,9 @@ export interface operations {
|
|
|
16255
16301
|
rejection_reason?: string | null;
|
|
16256
16302
|
/** @example 1 */
|
|
16257
16303
|
reviewed_by?: number;
|
|
16258
|
-
/** @example 2026-04-
|
|
16304
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
16259
16305
|
reviewed_at?: string;
|
|
16260
|
-
/** @example 2026-04-
|
|
16306
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
16261
16307
|
created_at?: string;
|
|
16262
16308
|
};
|
|
16263
16309
|
};
|
|
@@ -16284,7 +16330,7 @@ export interface operations {
|
|
|
16284
16330
|
content: {
|
|
16285
16331
|
"application/json": {
|
|
16286
16332
|
data?: {
|
|
16287
|
-
/** @example
|
|
16333
|
+
/** @example 104 */
|
|
16288
16334
|
id?: number;
|
|
16289
16335
|
compliance?: {
|
|
16290
16336
|
/** @example 1 */
|
|
@@ -16304,9 +16350,9 @@ export interface operations {
|
|
|
16304
16350
|
rejection_reason?: string | null;
|
|
16305
16351
|
/** @example 1 */
|
|
16306
16352
|
reviewed_by?: number;
|
|
16307
|
-
/** @example 2026-04-
|
|
16353
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
16308
16354
|
reviewed_at?: string;
|
|
16309
|
-
/** @example 2026-04-
|
|
16355
|
+
/** @example 2026-04-09T15:59:54.000000Z */
|
|
16310
16356
|
created_at?: string;
|
|
16311
16357
|
};
|
|
16312
16358
|
};
|
|
@@ -16741,6 +16787,10 @@ export interface operations {
|
|
|
16741
16787
|
draft_name?: string | null;
|
|
16742
16788
|
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
16743
16789
|
sku?: string;
|
|
16790
|
+
/** @example 09 Apr 2026, 11:14 AM */
|
|
16791
|
+
published_at?: string;
|
|
16792
|
+
/** @example 4 hours ago */
|
|
16793
|
+
published_since?: string;
|
|
16744
16794
|
details?: {
|
|
16745
16795
|
/** @example New Benin */
|
|
16746
16796
|
title?: string;
|
|
@@ -17273,35 +17323,35 @@ export interface operations {
|
|
|
17273
17323
|
/**
|
|
17274
17324
|
* @example [
|
|
17275
17325
|
* {
|
|
17276
|
-
* "uid": "
|
|
17326
|
+
* "uid": "b13fc84a-764d-41d9-a9df-5b100738e7de",
|
|
17277
17327
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
17278
17328
|
* "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.",
|
|
17279
17329
|
* "status": "reported",
|
|
17280
17330
|
* "priority": "emergency",
|
|
17281
|
-
* "reported_at": "2026-04-
|
|
17282
|
-
* "assigned_at": "2026-04-
|
|
17331
|
+
* "reported_at": "2026-04-03T03:13:31.000000Z",
|
|
17332
|
+
* "assigned_at": "2026-04-07T23:33:23.000000Z",
|
|
17283
17333
|
* "completed_at": null,
|
|
17284
|
-
* "sla_deadline": "2026-04-
|
|
17285
|
-
* "created_at": "2026-04-
|
|
17286
|
-
* "updated_at": "2026-04-
|
|
17334
|
+
* "sla_deadline": "2026-04-11T04:55:46.000000Z",
|
|
17335
|
+
* "created_at": "2026-04-09T15:59:56.000000Z",
|
|
17336
|
+
* "updated_at": "2026-04-09T15:59:56.000000Z"
|
|
17287
17337
|
* },
|
|
17288
17338
|
* {
|
|
17289
|
-
* "uid": "
|
|
17339
|
+
* "uid": "7591a5b9-9bdb-48e5-a029-e854f0775b63",
|
|
17290
17340
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
17291
17341
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
17292
17342
|
* "status": "completed",
|
|
17293
17343
|
* "priority": "normal",
|
|
17294
|
-
* "reported_at": "2026-04-
|
|
17344
|
+
* "reported_at": "2026-04-05T15:51:56.000000Z",
|
|
17295
17345
|
* "assigned_at": null,
|
|
17296
17346
|
* "completed_at": null,
|
|
17297
|
-
* "sla_deadline": "2026-04-
|
|
17298
|
-
* "created_at": "2026-04-
|
|
17299
|
-
* "updated_at": "2026-04-
|
|
17347
|
+
* "sla_deadline": "2026-04-12T12:55:43.000000Z",
|
|
17348
|
+
* "created_at": "2026-04-09T15:59:56.000000Z",
|
|
17349
|
+
* "updated_at": "2026-04-09T15:59:56.000000Z"
|
|
17300
17350
|
* }
|
|
17301
17351
|
* ]
|
|
17302
17352
|
*/
|
|
17303
17353
|
data?: {
|
|
17304
|
-
/** @example
|
|
17354
|
+
/** @example b13fc84a-764d-41d9-a9df-5b100738e7de */
|
|
17305
17355
|
uid?: string;
|
|
17306
17356
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
17307
17357
|
title?: string;
|
|
@@ -17311,17 +17361,17 @@ export interface operations {
|
|
|
17311
17361
|
status?: string;
|
|
17312
17362
|
/** @example emergency */
|
|
17313
17363
|
priority?: string;
|
|
17314
|
-
/** @example 2026-04-
|
|
17364
|
+
/** @example 2026-04-03T03:13:31.000000Z */
|
|
17315
17365
|
reported_at?: string;
|
|
17316
|
-
/** @example 2026-04-
|
|
17366
|
+
/** @example 2026-04-07T23:33:23.000000Z */
|
|
17317
17367
|
assigned_at?: string;
|
|
17318
17368
|
/** @example null */
|
|
17319
17369
|
completed_at?: string | null;
|
|
17320
|
-
/** @example 2026-04-
|
|
17370
|
+
/** @example 2026-04-11T04:55:46.000000Z */
|
|
17321
17371
|
sla_deadline?: string;
|
|
17322
|
-
/** @example 2026-04-
|
|
17372
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17323
17373
|
created_at?: string;
|
|
17324
|
-
/** @example 2026-04-
|
|
17374
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17325
17375
|
updated_at?: string;
|
|
17326
17376
|
}[];
|
|
17327
17377
|
links?: {
|
|
@@ -17416,13 +17466,13 @@ export interface operations {
|
|
|
17416
17466
|
content: {
|
|
17417
17467
|
"application/json": {
|
|
17418
17468
|
data?: {
|
|
17419
|
-
/** @example
|
|
17469
|
+
/** @example ad06d372-14be-4d4b-88fc-90598ab02617 */
|
|
17420
17470
|
uid?: string;
|
|
17421
17471
|
/** @example image */
|
|
17422
17472
|
file_type?: string;
|
|
17423
17473
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
17424
17474
|
url?: string;
|
|
17425
|
-
/** @example 2026-04-
|
|
17475
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17426
17476
|
created_at?: string;
|
|
17427
17477
|
};
|
|
17428
17478
|
};
|
|
@@ -17467,7 +17517,7 @@ export interface operations {
|
|
|
17467
17517
|
content: {
|
|
17468
17518
|
"application/json": {
|
|
17469
17519
|
data?: {
|
|
17470
|
-
/** @example
|
|
17520
|
+
/** @example 19 */
|
|
17471
17521
|
id?: number;
|
|
17472
17522
|
/** @example property_inquiry */
|
|
17473
17523
|
type?: string;
|
|
@@ -17475,7 +17525,7 @@ export interface operations {
|
|
|
17475
17525
|
listing_id?: number;
|
|
17476
17526
|
/** @example null */
|
|
17477
17527
|
last_message_at?: string | null;
|
|
17478
|
-
/** @example 2026-04-
|
|
17528
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17479
17529
|
created_at?: string;
|
|
17480
17530
|
};
|
|
17481
17531
|
};
|
|
@@ -17501,23 +17551,23 @@ export interface operations {
|
|
|
17501
17551
|
/**
|
|
17502
17552
|
* @example [
|
|
17503
17553
|
* {
|
|
17504
|
-
* "id":
|
|
17554
|
+
* "id": 20,
|
|
17505
17555
|
* "type": "property_inquiry",
|
|
17506
17556
|
* "listing_id": 2,
|
|
17507
17557
|
* "last_message_at": null,
|
|
17508
|
-
* "created_at": "2026-04-
|
|
17558
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
17509
17559
|
* },
|
|
17510
17560
|
* {
|
|
17511
|
-
* "id":
|
|
17561
|
+
* "id": 21,
|
|
17512
17562
|
* "type": "property_inquiry",
|
|
17513
17563
|
* "listing_id": 2,
|
|
17514
17564
|
* "last_message_at": null,
|
|
17515
|
-
* "created_at": "2026-04-
|
|
17565
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
17516
17566
|
* }
|
|
17517
17567
|
* ]
|
|
17518
17568
|
*/
|
|
17519
17569
|
data?: {
|
|
17520
|
-
/** @example
|
|
17570
|
+
/** @example 20 */
|
|
17521
17571
|
id?: number;
|
|
17522
17572
|
/** @example property_inquiry */
|
|
17523
17573
|
type?: string;
|
|
@@ -17525,7 +17575,7 @@ export interface operations {
|
|
|
17525
17575
|
listing_id?: number;
|
|
17526
17576
|
/** @example null */
|
|
17527
17577
|
last_message_at?: string | null;
|
|
17528
|
-
/** @example 2026-04-
|
|
17578
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17529
17579
|
created_at?: string;
|
|
17530
17580
|
}[];
|
|
17531
17581
|
links?: {
|
|
@@ -17843,27 +17893,27 @@ export interface operations {
|
|
|
17843
17893
|
/**
|
|
17844
17894
|
* @example [
|
|
17845
17895
|
* {
|
|
17846
|
-
* "id": "
|
|
17896
|
+
* "id": "a53ef41d-f2a1-4cca-a21a-cfbd7d5a6443",
|
|
17847
17897
|
* "type": "APPOINTMENT_CREATED",
|
|
17848
17898
|
* "title": "faker notification",
|
|
17849
17899
|
* "body": "faker notification body",
|
|
17850
17900
|
* "data": [],
|
|
17851
17901
|
* "read_at": null,
|
|
17852
|
-
* "created_at": "2026-04-
|
|
17902
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
17853
17903
|
* },
|
|
17854
17904
|
* {
|
|
17855
|
-
* "id": "
|
|
17905
|
+
* "id": "7a76bf71-dda2-4276-a225-d8a7de4e0ef1",
|
|
17856
17906
|
* "type": "APPOINTMENT_CREATED",
|
|
17857
17907
|
* "title": "faker notification",
|
|
17858
17908
|
* "body": "faker notification body",
|
|
17859
17909
|
* "data": [],
|
|
17860
17910
|
* "read_at": null,
|
|
17861
|
-
* "created_at": "2026-04-
|
|
17911
|
+
* "created_at": "2026-04-09T15:59:56.000000Z"
|
|
17862
17912
|
* }
|
|
17863
17913
|
* ]
|
|
17864
17914
|
*/
|
|
17865
17915
|
data?: {
|
|
17866
|
-
/** @example
|
|
17916
|
+
/** @example a53ef41d-f2a1-4cca-a21a-cfbd7d5a6443 */
|
|
17867
17917
|
id?: string;
|
|
17868
17918
|
/** @example APPOINTMENT_CREATED */
|
|
17869
17919
|
type?: string;
|
|
@@ -17875,7 +17925,7 @@ export interface operations {
|
|
|
17875
17925
|
data?: unknown[];
|
|
17876
17926
|
/** @example null */
|
|
17877
17927
|
read_at?: string | null;
|
|
17878
|
-
/** @example 2026-04-
|
|
17928
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17879
17929
|
created_at?: string;
|
|
17880
17930
|
}[];
|
|
17881
17931
|
links?: {
|
|
@@ -17959,7 +18009,7 @@ export interface operations {
|
|
|
17959
18009
|
};
|
|
17960
18010
|
content: {
|
|
17961
18011
|
"application/json": {
|
|
17962
|
-
/** @example
|
|
18012
|
+
/** @example b10aae0e-9127-4188-9ab7-73257306b8ac */
|
|
17963
18013
|
id?: string;
|
|
17964
18014
|
/** @example APPOINTMENT_CREATED */
|
|
17965
18015
|
type?: string;
|
|
@@ -17971,7 +18021,7 @@ export interface operations {
|
|
|
17971
18021
|
data?: unknown[];
|
|
17972
18022
|
/** @example null */
|
|
17973
18023
|
read_at?: string | null;
|
|
17974
|
-
/** @example 2026-04-
|
|
18024
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
17975
18025
|
created_at?: string;
|
|
17976
18026
|
};
|
|
17977
18027
|
};
|
|
@@ -18218,45 +18268,45 @@ export interface operations {
|
|
|
18218
18268
|
/**
|
|
18219
18269
|
* @example [
|
|
18220
18270
|
* {
|
|
18221
|
-
* "id":
|
|
18271
|
+
* "id": 37,
|
|
18222
18272
|
* "rating": 1,
|
|
18223
18273
|
* "comment": "Nice Listing",
|
|
18224
18274
|
* "reviewer": {
|
|
18225
|
-
* "id":
|
|
18226
|
-
* "name": "Jennifer
|
|
18275
|
+
* "id": 5,
|
|
18276
|
+
* "name": "Jennifer Cook"
|
|
18227
18277
|
* },
|
|
18228
|
-
* "created_at": "2026-04-
|
|
18229
|
-
* "updated_at": "2026-04-
|
|
18278
|
+
* "created_at": "2026-04-09T15:59:55+00:00",
|
|
18279
|
+
* "updated_at": "2026-04-09T15:59:55+00:00"
|
|
18230
18280
|
* },
|
|
18231
18281
|
* {
|
|
18232
|
-
* "id":
|
|
18282
|
+
* "id": 38,
|
|
18233
18283
|
* "rating": 1,
|
|
18234
18284
|
* "comment": "Nice Listing",
|
|
18235
18285
|
* "reviewer": {
|
|
18236
|
-
* "id":
|
|
18237
|
-
* "name": "
|
|
18286
|
+
* "id": 25,
|
|
18287
|
+
* "name": "Duncan Knight"
|
|
18238
18288
|
* },
|
|
18239
|
-
* "created_at": "2026-04-
|
|
18240
|
-
* "updated_at": "2026-04-
|
|
18289
|
+
* "created_at": "2026-04-09T15:59:55+00:00",
|
|
18290
|
+
* "updated_at": "2026-04-09T15:59:55+00:00"
|
|
18241
18291
|
* }
|
|
18242
18292
|
* ]
|
|
18243
18293
|
*/
|
|
18244
18294
|
data?: {
|
|
18245
|
-
/** @example
|
|
18295
|
+
/** @example 37 */
|
|
18246
18296
|
id?: number;
|
|
18247
18297
|
/** @example 1 */
|
|
18248
18298
|
rating?: number;
|
|
18249
18299
|
/** @example Nice Listing */
|
|
18250
18300
|
comment?: string;
|
|
18251
18301
|
reviewer?: {
|
|
18252
|
-
/** @example
|
|
18302
|
+
/** @example 5 */
|
|
18253
18303
|
id?: number;
|
|
18254
|
-
/** @example Jennifer
|
|
18304
|
+
/** @example Jennifer Cook */
|
|
18255
18305
|
name?: string;
|
|
18256
18306
|
};
|
|
18257
|
-
/** @example 2026-04-
|
|
18307
|
+
/** @example 2026-04-09T15:59:55+00:00 */
|
|
18258
18308
|
created_at?: string;
|
|
18259
|
-
/** @example 2026-04-
|
|
18309
|
+
/** @example 2026-04-09T15:59:55+00:00 */
|
|
18260
18310
|
updated_at?: string;
|
|
18261
18311
|
}[];
|
|
18262
18312
|
links?: {
|
|
@@ -18410,21 +18460,21 @@ export interface operations {
|
|
|
18410
18460
|
content: {
|
|
18411
18461
|
"application/json": {
|
|
18412
18462
|
data?: {
|
|
18413
|
-
/** @example
|
|
18463
|
+
/** @example 39 */
|
|
18414
18464
|
id?: number;
|
|
18415
18465
|
/** @example 1 */
|
|
18416
18466
|
rating?: number;
|
|
18417
18467
|
/** @example Nice Listing */
|
|
18418
18468
|
comment?: string;
|
|
18419
18469
|
reviewer?: {
|
|
18420
|
-
/** @example
|
|
18470
|
+
/** @example 23 */
|
|
18421
18471
|
id?: number;
|
|
18422
|
-
/** @example
|
|
18472
|
+
/** @example Finley Anderson */
|
|
18423
18473
|
name?: string;
|
|
18424
18474
|
};
|
|
18425
|
-
/** @example 2026-04-
|
|
18475
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18426
18476
|
created_at?: string;
|
|
18427
|
-
/** @example 2026-04-
|
|
18477
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18428
18478
|
updated_at?: string;
|
|
18429
18479
|
};
|
|
18430
18480
|
};
|
|
@@ -18468,21 +18518,21 @@ export interface operations {
|
|
|
18468
18518
|
content: {
|
|
18469
18519
|
"application/json": {
|
|
18470
18520
|
data?: {
|
|
18471
|
-
/** @example
|
|
18521
|
+
/** @example 40 */
|
|
18472
18522
|
id?: number;
|
|
18473
18523
|
/** @example 1 */
|
|
18474
18524
|
rating?: number;
|
|
18475
18525
|
/** @example Nice Listing */
|
|
18476
18526
|
comment?: string;
|
|
18477
18527
|
reviewer?: {
|
|
18478
|
-
/** @example
|
|
18528
|
+
/** @example 10 */
|
|
18479
18529
|
id?: number;
|
|
18480
|
-
/** @example
|
|
18530
|
+
/** @example Tracy Bell */
|
|
18481
18531
|
name?: string;
|
|
18482
18532
|
};
|
|
18483
|
-
/** @example 2026-04-
|
|
18533
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18484
18534
|
created_at?: string;
|
|
18485
|
-
/** @example 2026-04-
|
|
18535
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18486
18536
|
updated_at?: string;
|
|
18487
18537
|
};
|
|
18488
18538
|
};
|
|
@@ -18524,21 +18574,21 @@ export interface operations {
|
|
|
18524
18574
|
content: {
|
|
18525
18575
|
"application/json": {
|
|
18526
18576
|
data?: {
|
|
18527
|
-
/** @example
|
|
18577
|
+
/** @example 41 */
|
|
18528
18578
|
id?: number;
|
|
18529
18579
|
/** @example 1 */
|
|
18530
18580
|
rating?: number;
|
|
18531
18581
|
/** @example Nice Listing */
|
|
18532
18582
|
comment?: string;
|
|
18533
18583
|
reviewer?: {
|
|
18534
|
-
/** @example
|
|
18584
|
+
/** @example 17 */
|
|
18535
18585
|
id?: number;
|
|
18536
|
-
/** @example
|
|
18586
|
+
/** @example Luke Bailey */
|
|
18537
18587
|
name?: string;
|
|
18538
18588
|
};
|
|
18539
|
-
/** @example 2026-04-
|
|
18589
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18540
18590
|
created_at?: string;
|
|
18541
|
-
/** @example 2026-04-
|
|
18591
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18542
18592
|
updated_at?: string;
|
|
18543
18593
|
};
|
|
18544
18594
|
};
|
|
@@ -18565,21 +18615,21 @@ export interface operations {
|
|
|
18565
18615
|
content: {
|
|
18566
18616
|
"application/json": {
|
|
18567
18617
|
data?: {
|
|
18568
|
-
/** @example
|
|
18618
|
+
/** @example 42 */
|
|
18569
18619
|
id?: number;
|
|
18570
18620
|
/** @example 1 */
|
|
18571
18621
|
rating?: number;
|
|
18572
18622
|
/** @example Nice Listing */
|
|
18573
18623
|
comment?: string;
|
|
18574
18624
|
reviewer?: {
|
|
18575
|
-
/** @example
|
|
18625
|
+
/** @example 13 */
|
|
18576
18626
|
id?: number;
|
|
18577
|
-
/** @example
|
|
18627
|
+
/** @example George Collins */
|
|
18578
18628
|
name?: string;
|
|
18579
18629
|
};
|
|
18580
|
-
/** @example 2026-04-
|
|
18630
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18581
18631
|
created_at?: string;
|
|
18582
|
-
/** @example 2026-04-
|
|
18632
|
+
/** @example 2026-04-09T15:59:56+00:00 */
|
|
18583
18633
|
updated_at?: string;
|
|
18584
18634
|
};
|
|
18585
18635
|
};
|
|
@@ -18606,7 +18656,7 @@ export interface operations {
|
|
|
18606
18656
|
content: {
|
|
18607
18657
|
"application/json": {
|
|
18608
18658
|
data?: {
|
|
18609
|
-
/** @example
|
|
18659
|
+
/** @example fa38bdd5-8f4c-4f37-8d45-b9c23884bd05 */
|
|
18610
18660
|
uid?: string;
|
|
18611
18661
|
/** @example 1 */
|
|
18612
18662
|
listing_id?: number;
|
|
@@ -18626,7 +18676,7 @@ export interface operations {
|
|
|
18626
18676
|
end_date?: string;
|
|
18627
18677
|
/** @example false */
|
|
18628
18678
|
is_periodic?: boolean;
|
|
18629
|
-
/** @example 2026-04-
|
|
18679
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
18630
18680
|
created_at?: string;
|
|
18631
18681
|
/** @example [] */
|
|
18632
18682
|
compliances?: unknown[];
|
|
@@ -18693,7 +18743,7 @@ export interface operations {
|
|
|
18693
18743
|
content: {
|
|
18694
18744
|
"application/json": {
|
|
18695
18745
|
data?: {
|
|
18696
|
-
/** @example
|
|
18746
|
+
/** @example daaa7398-99c3-40b3-b9d8-a190a0e65659 */
|
|
18697
18747
|
uid?: string;
|
|
18698
18748
|
/** @example 1 */
|
|
18699
18749
|
listing_id?: number;
|
|
@@ -18713,7 +18763,7 @@ export interface operations {
|
|
|
18713
18763
|
end_date?: string;
|
|
18714
18764
|
/** @example true */
|
|
18715
18765
|
is_periodic?: boolean;
|
|
18716
|
-
/** @example 2026-04-
|
|
18766
|
+
/** @example 2026-04-09T15:59:56.000000Z */
|
|
18717
18767
|
created_at?: string;
|
|
18718
18768
|
};
|
|
18719
18769
|
};
|
|
@@ -19007,7 +19057,7 @@ export interface operations {
|
|
|
19007
19057
|
* "changed_by_user_id": 3,
|
|
19008
19058
|
* "changed_by_name": "Elizabeth Thompson",
|
|
19009
19059
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19010
|
-
* "created_at": "2025-12-
|
|
19060
|
+
* "created_at": "2025-12-02T02:46:55.000000Z"
|
|
19011
19061
|
* },
|
|
19012
19062
|
* {
|
|
19013
19063
|
* "from_state": "pre_move_in_ready",
|
|
@@ -19015,7 +19065,7 @@ export interface operations {
|
|
|
19015
19065
|
* "changed_by_user_id": 3,
|
|
19016
19066
|
* "changed_by_name": "Elizabeth Thompson",
|
|
19017
19067
|
* "comment": null,
|
|
19018
|
-
* "created_at": "2025-10-
|
|
19068
|
+
* "created_at": "2025-10-18T10:42:35.000000Z"
|
|
19019
19069
|
* }
|
|
19020
19070
|
* ]
|
|
19021
19071
|
*/
|
|
@@ -19030,7 +19080,7 @@ export interface operations {
|
|
|
19030
19080
|
changed_by_name?: string;
|
|
19031
19081
|
/** @example Qui commodi incidunt iure odit. */
|
|
19032
19082
|
comment?: string;
|
|
19033
|
-
/** @example 2025-12-
|
|
19083
|
+
/** @example 2025-12-02T02:46:55.000000Z */
|
|
19034
19084
|
created_at?: string;
|
|
19035
19085
|
}[];
|
|
19036
19086
|
};
|
|
@@ -19274,7 +19324,7 @@ export interface operations {
|
|
|
19274
19324
|
content: {
|
|
19275
19325
|
"application/json": {
|
|
19276
19326
|
data?: {
|
|
19277
|
-
/** @example
|
|
19327
|
+
/** @example 2419df26-0154-4328-96bf-82262eb850d0 */
|
|
19278
19328
|
uid?: string;
|
|
19279
19329
|
/** @example Ms. Audra Crooks II */
|
|
19280
19330
|
username?: string;
|
|
@@ -19304,7 +19354,7 @@ export interface operations {
|
|
|
19304
19354
|
timezone?: string;
|
|
19305
19355
|
/** @example Customer */
|
|
19306
19356
|
user_type?: string;
|
|
19307
|
-
/** @example 09 Apr 2026,
|
|
19357
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
19308
19358
|
created?: string;
|
|
19309
19359
|
/** @example 0 seconds ago */
|
|
19310
19360
|
email_verified_at?: string;
|
|
@@ -19403,7 +19453,7 @@ export interface operations {
|
|
|
19403
19453
|
content: {
|
|
19404
19454
|
"application/json": {
|
|
19405
19455
|
data?: {
|
|
19406
|
-
/** @example
|
|
19456
|
+
/** @example 6473e5b0-98a5-4595-8078-375539568efa */
|
|
19407
19457
|
uid?: string;
|
|
19408
19458
|
/** @example Morgan Hirthe */
|
|
19409
19459
|
username?: string;
|
|
@@ -19433,7 +19483,7 @@ export interface operations {
|
|
|
19433
19483
|
timezone?: string;
|
|
19434
19484
|
/** @example Customer */
|
|
19435
19485
|
user_type?: string;
|
|
19436
|
-
/** @example 09 Apr 2026,
|
|
19486
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
19437
19487
|
created?: string;
|
|
19438
19488
|
/** @example 0 seconds ago */
|
|
19439
19489
|
email_verified_at?: string;
|
|
@@ -19505,7 +19555,7 @@ export interface operations {
|
|
|
19505
19555
|
content: {
|
|
19506
19556
|
"application/json": {
|
|
19507
19557
|
data?: {
|
|
19508
|
-
/** @example
|
|
19558
|
+
/** @example eebec4fc-dba9-4277-8ef3-4f73229a9ad6 */
|
|
19509
19559
|
uid?: string;
|
|
19510
19560
|
/** @example Ms. Audra Crooks II */
|
|
19511
19561
|
username?: string;
|
|
@@ -19535,7 +19585,7 @@ export interface operations {
|
|
|
19535
19585
|
timezone?: string;
|
|
19536
19586
|
/** @example Customer */
|
|
19537
19587
|
user_type?: string;
|
|
19538
|
-
/** @example 09 Apr 2026,
|
|
19588
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
19539
19589
|
created?: string;
|
|
19540
19590
|
/** @example 0 seconds ago */
|
|
19541
19591
|
email_verified_at?: string;
|
|
@@ -19775,7 +19825,7 @@ export interface operations {
|
|
|
19775
19825
|
completed_layers?: number;
|
|
19776
19826
|
/** @example 4 */
|
|
19777
19827
|
pending_layers?: number;
|
|
19778
|
-
/** @example 09 Apr 2026,
|
|
19828
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
19779
19829
|
last_calculated_at?: string;
|
|
19780
19830
|
};
|
|
19781
19831
|
};
|
|
@@ -19823,7 +19873,7 @@ export interface operations {
|
|
|
19823
19873
|
completed_layers?: number;
|
|
19824
19874
|
/** @example 4 */
|
|
19825
19875
|
pending_layers?: number;
|
|
19826
|
-
/** @example 09 Apr 2026,
|
|
19876
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
19827
19877
|
last_calculated_at?: string;
|
|
19828
19878
|
};
|
|
19829
19879
|
};
|
|
@@ -19857,14 +19907,14 @@ export interface operations {
|
|
|
19857
19907
|
content: {
|
|
19858
19908
|
"application/json": {
|
|
19859
19909
|
data?: {
|
|
19860
|
-
/** @example
|
|
19910
|
+
/** @example d8031822-2b86-460b-bd08-649b269e2171 */
|
|
19861
19911
|
wishlist_uid?: string;
|
|
19862
19912
|
listing?: {
|
|
19863
|
-
/** @example New For Sale Used Item draft • 9 Apr 2026,
|
|
19913
|
+
/** @example New For Sale Used Item draft • 9 Apr 2026, 3:59 PM */
|
|
19864
19914
|
draft_name?: string;
|
|
19865
|
-
/** @example LST-UIT-SAL-
|
|
19915
|
+
/** @example LST-UIT-SAL-MNRNXQU9VRA */
|
|
19866
19916
|
sku?: string;
|
|
19867
|
-
/** @example
|
|
19917
|
+
/** @example 30882935-234e-4203-aa45-e8276eb42516 */
|
|
19868
19918
|
uid?: string;
|
|
19869
19919
|
/** @example Sale */
|
|
19870
19920
|
listing_type?: string;
|
|
@@ -19944,15 +19994,15 @@ export interface operations {
|
|
|
19944
19994
|
/**
|
|
19945
19995
|
* @example [
|
|
19946
19996
|
* {
|
|
19947
|
-
* "wishlist_uid": "
|
|
19997
|
+
* "wishlist_uid": "14567656-001e-48a9-8206-ea3a05966cdb"
|
|
19948
19998
|
* },
|
|
19949
19999
|
* {
|
|
19950
|
-
* "wishlist_uid": "
|
|
20000
|
+
* "wishlist_uid": "4ef000be-431e-4159-a3ed-f272bb7c350f"
|
|
19951
20001
|
* }
|
|
19952
20002
|
* ]
|
|
19953
20003
|
*/
|
|
19954
20004
|
data?: {
|
|
19955
|
-
/** @example
|
|
20005
|
+
/** @example 14567656-001e-48a9-8206-ea3a05966cdb */
|
|
19956
20006
|
wishlist_uid?: string;
|
|
19957
20007
|
}[];
|
|
19958
20008
|
links?: {
|
|
@@ -20040,7 +20090,7 @@ export interface operations {
|
|
|
20040
20090
|
completed_layers?: number;
|
|
20041
20091
|
/** @example 4 */
|
|
20042
20092
|
pending_layers?: number;
|
|
20043
|
-
/** @example 09 Apr 2026,
|
|
20093
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
20044
20094
|
last_calculated_at?: string;
|
|
20045
20095
|
};
|
|
20046
20096
|
};
|
|
@@ -20202,7 +20252,7 @@ export interface operations {
|
|
|
20202
20252
|
completed_layers?: number;
|
|
20203
20253
|
/** @example 4 */
|
|
20204
20254
|
pending_layers?: number;
|
|
20205
|
-
/** @example 09 Apr 2026,
|
|
20255
|
+
/** @example 09 Apr 2026, 03:59 PM */
|
|
20206
20256
|
last_calculated_at?: string;
|
|
20207
20257
|
};
|
|
20208
20258
|
};
|