@justins-home/types 1.1.43 → 1.1.45
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 +296 -290
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -1848,9 +1848,8 @@ export interface paths {
|
|
|
1848
1848
|
query?: never;
|
|
1849
1849
|
header?: never;
|
|
1850
1850
|
path: {
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
plan_id: number;
|
|
1851
|
+
/** @description The key of the plan. */
|
|
1852
|
+
plan_key: string;
|
|
1854
1853
|
};
|
|
1855
1854
|
cookie?: never;
|
|
1856
1855
|
};
|
|
@@ -5934,7 +5933,7 @@ export interface operations {
|
|
|
5934
5933
|
content: {
|
|
5935
5934
|
"application/json": {
|
|
5936
5935
|
data?: {
|
|
5937
|
-
/** @example
|
|
5936
|
+
/** @example fb878aed-6f58-41b9-aee6-4180c702e4a1 */
|
|
5938
5937
|
uid?: string;
|
|
5939
5938
|
/** @example Ms. Audra Crooks II */
|
|
5940
5939
|
username?: string;
|
|
@@ -5964,7 +5963,7 @@ export interface operations {
|
|
|
5964
5963
|
timezone?: string;
|
|
5965
5964
|
/** @example Customer */
|
|
5966
5965
|
user_type?: string;
|
|
5967
|
-
/** @example 22 Apr 2026,
|
|
5966
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
5968
5967
|
created?: string;
|
|
5969
5968
|
/** @example 0 seconds ago */
|
|
5970
5969
|
email_verified_at?: string;
|
|
@@ -6217,11 +6216,11 @@ export interface operations {
|
|
|
6217
6216
|
content: {
|
|
6218
6217
|
"application/json": {
|
|
6219
6218
|
data?: {
|
|
6220
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
6219
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
6221
6220
|
draft_name?: string;
|
|
6222
|
-
/** @example LST-PRP-LTR-
|
|
6221
|
+
/** @example LST-PRP-LTR-MO9TLDRGXO7 */
|
|
6223
6222
|
sku?: string;
|
|
6224
|
-
/** @example
|
|
6223
|
+
/** @example a7253342-f83e-4731-b65d-6c2a8dd82dd1 */
|
|
6225
6224
|
uid?: string;
|
|
6226
6225
|
/** @example Rent */
|
|
6227
6226
|
listing_type?: string;
|
|
@@ -7633,7 +7632,7 @@ export interface operations {
|
|
|
7633
7632
|
content: {
|
|
7634
7633
|
"application/json": {
|
|
7635
7634
|
/**
|
|
7636
|
-
* @example
|
|
7635
|
+
* @example Unverified
|
|
7637
7636
|
* @enum {string}
|
|
7638
7637
|
*/
|
|
7639
7638
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7648,7 +7647,7 @@ export interface operations {
|
|
|
7648
7647
|
content: {
|
|
7649
7648
|
"application/json": {
|
|
7650
7649
|
data?: {
|
|
7651
|
-
/** @example
|
|
7650
|
+
/** @example 1770f97c-3d57-409a-a452-d2e30430b39c */
|
|
7652
7651
|
uid?: string;
|
|
7653
7652
|
/** @example Morgan Hirthe */
|
|
7654
7653
|
username?: string;
|
|
@@ -7678,7 +7677,7 @@ export interface operations {
|
|
|
7678
7677
|
timezone?: string;
|
|
7679
7678
|
/** @example Customer */
|
|
7680
7679
|
user_type?: string;
|
|
7681
|
-
/** @example 22 Apr 2026,
|
|
7680
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
7682
7681
|
created?: string;
|
|
7683
7682
|
/** @example 0 seconds ago */
|
|
7684
7683
|
email_verified_at?: string;
|
|
@@ -8387,11 +8386,11 @@ export interface operations {
|
|
|
8387
8386
|
content: {
|
|
8388
8387
|
"application/json": {
|
|
8389
8388
|
data?: {
|
|
8390
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
8389
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
8391
8390
|
draft_name?: string;
|
|
8392
|
-
/** @example LST-PRP-LTR-
|
|
8391
|
+
/** @example LST-PRP-LTR-MO9TLDUHQZJ */
|
|
8393
8392
|
sku?: string;
|
|
8394
|
-
/** @example
|
|
8393
|
+
/** @example 42f2ab40-b436-4266-ac97-737be899c3d3 */
|
|
8395
8394
|
uid?: string;
|
|
8396
8395
|
/** @example Rent */
|
|
8397
8396
|
listing_type?: string;
|
|
@@ -8831,7 +8830,7 @@ export interface operations {
|
|
|
8831
8830
|
content: {
|
|
8832
8831
|
"application/json": {
|
|
8833
8832
|
data?: {
|
|
8834
|
-
/** @example
|
|
8833
|
+
/** @example a880784b-6764-4c1a-8836-decb1ab33249 */
|
|
8835
8834
|
uid?: string;
|
|
8836
8835
|
/** @example photo */
|
|
8837
8836
|
media_type?: string;
|
|
@@ -9138,28 +9137,26 @@ export interface operations {
|
|
|
9138
9137
|
/**
|
|
9139
9138
|
* @example [
|
|
9140
9139
|
* {
|
|
9141
|
-
* "draft_name": "New For
|
|
9142
|
-
* "sku": "LST-
|
|
9143
|
-
* "uid": "
|
|
9144
|
-
* "listing_type": "
|
|
9145
|
-
* "vertical": "
|
|
9146
|
-
* "arrangement_type":
|
|
9147
|
-
* "arrangement_type_label":
|
|
9140
|
+
* "draft_name": "New For Sale Used Item draft • 22 Apr 2026, 8:58 AM",
|
|
9141
|
+
* "sku": "LST-UIT-SAL-MO9TLDWDMCA",
|
|
9142
|
+
* "uid": "cbef9c63-b1ca-48a8-adcf-0150b4069b92",
|
|
9143
|
+
* "listing_type": "Sale",
|
|
9144
|
+
* "vertical": "Used Item",
|
|
9145
|
+
* "arrangement_type": null,
|
|
9146
|
+
* "arrangement_type_label": null,
|
|
9148
9147
|
* "price": null,
|
|
9149
9148
|
* "state": "draft",
|
|
9150
9149
|
* "published_at": null,
|
|
9151
9150
|
* "published_since": null,
|
|
9152
9151
|
* "is_visible": false,
|
|
9153
|
-
* "summary":
|
|
9154
|
-
* "availability": null
|
|
9155
|
-
* },
|
|
9152
|
+
* "summary": [],
|
|
9156
9153
|
* "workflow": [],
|
|
9157
9154
|
* "media": []
|
|
9158
9155
|
* },
|
|
9159
9156
|
* {
|
|
9160
|
-
* "draft_name": "New For Sale Used Item draft • 22 Apr 2026,
|
|
9161
|
-
* "sku": "LST-UIT-SAL-
|
|
9162
|
-
* "uid": "
|
|
9157
|
+
* "draft_name": "New For Sale Used Item draft • 22 Apr 2026, 8:58 AM",
|
|
9158
|
+
* "sku": "LST-UIT-SAL-MO9TLDWI0LT",
|
|
9159
|
+
* "uid": "4195230f-c0b1-42c7-b593-5b9f451e4181",
|
|
9163
9160
|
* "listing_type": "Sale",
|
|
9164
9161
|
* "vertical": "Used Item",
|
|
9165
9162
|
* "arrangement_type": null,
|
|
@@ -9176,20 +9173,20 @@ export interface operations {
|
|
|
9176
9173
|
* ]
|
|
9177
9174
|
*/
|
|
9178
9175
|
data?: {
|
|
9179
|
-
/** @example New For
|
|
9176
|
+
/** @example New For Sale Used Item draft • 22 Apr 2026, 8:58 AM */
|
|
9180
9177
|
draft_name?: string;
|
|
9181
|
-
/** @example LST-
|
|
9178
|
+
/** @example LST-UIT-SAL-MO9TLDWDMCA */
|
|
9182
9179
|
sku?: string;
|
|
9183
|
-
/** @example
|
|
9180
|
+
/** @example cbef9c63-b1ca-48a8-adcf-0150b4069b92 */
|
|
9184
9181
|
uid?: string;
|
|
9185
|
-
/** @example
|
|
9182
|
+
/** @example Sale */
|
|
9186
9183
|
listing_type?: string;
|
|
9187
|
-
/** @example
|
|
9184
|
+
/** @example Used Item */
|
|
9188
9185
|
vertical?: string;
|
|
9189
|
-
/** @example
|
|
9190
|
-
arrangement_type?: string;
|
|
9191
|
-
/** @example
|
|
9192
|
-
arrangement_type_label?: string;
|
|
9186
|
+
/** @example null */
|
|
9187
|
+
arrangement_type?: string | null;
|
|
9188
|
+
/** @example null */
|
|
9189
|
+
arrangement_type_label?: string | null;
|
|
9193
9190
|
/** @example null */
|
|
9194
9191
|
price?: string | null;
|
|
9195
9192
|
/** @example draft */
|
|
@@ -9200,10 +9197,8 @@ export interface operations {
|
|
|
9200
9197
|
published_since?: string | null;
|
|
9201
9198
|
/** @example false */
|
|
9202
9199
|
is_visible?: boolean;
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
availability?: string | null;
|
|
9206
|
-
};
|
|
9200
|
+
/** @example [] */
|
|
9201
|
+
summary?: unknown[];
|
|
9207
9202
|
/** @example [] */
|
|
9208
9203
|
workflow?: unknown[];
|
|
9209
9204
|
/** @example [] */
|
|
@@ -9375,11 +9370,11 @@ export interface operations {
|
|
|
9375
9370
|
content: {
|
|
9376
9371
|
"application/json": {
|
|
9377
9372
|
data?: {
|
|
9378
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
9373
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
9379
9374
|
draft_name?: string;
|
|
9380
|
-
/** @example LST-PRP-LTR-
|
|
9375
|
+
/** @example LST-PRP-LTR-MO9TLDWUMW2 */
|
|
9381
9376
|
sku?: string;
|
|
9382
|
-
/** @example
|
|
9377
|
+
/** @example 628740a6-b171-4210-a5cb-ddd53e80733e */
|
|
9383
9378
|
uid?: string;
|
|
9384
9379
|
/** @example Rent */
|
|
9385
9380
|
listing_type?: string;
|
|
@@ -9442,11 +9437,11 @@ export interface operations {
|
|
|
9442
9437
|
content: {
|
|
9443
9438
|
"application/json": {
|
|
9444
9439
|
data?: {
|
|
9445
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
9440
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
9446
9441
|
draft_name?: string;
|
|
9447
|
-
/** @example LST-PRP-LTR-
|
|
9442
|
+
/** @example LST-PRP-LTR-MO9TLDX1UNX */
|
|
9448
9443
|
sku?: string;
|
|
9449
|
-
/** @example
|
|
9444
|
+
/** @example 0ae76775-ae39-4dd6-9c38-6a4538dd9503 */
|
|
9450
9445
|
uid?: string;
|
|
9451
9446
|
/** @example Rent */
|
|
9452
9447
|
listing_type?: string;
|
|
@@ -9499,11 +9494,11 @@ export interface operations {
|
|
|
9499
9494
|
content: {
|
|
9500
9495
|
"application/json": {
|
|
9501
9496
|
data?: {
|
|
9502
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
9497
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
9503
9498
|
draft_name?: string;
|
|
9504
|
-
/** @example LST-PRP-LTR-
|
|
9499
|
+
/** @example LST-PRP-LTR-MO9TLDX8BSI */
|
|
9505
9500
|
sku?: string;
|
|
9506
|
-
/** @example
|
|
9501
|
+
/** @example f73a8e36-26bd-4bd0-801a-22634f6228b8 */
|
|
9507
9502
|
uid?: string;
|
|
9508
9503
|
/** @example Rent */
|
|
9509
9504
|
listing_type?: string;
|
|
@@ -9556,11 +9551,11 @@ export interface operations {
|
|
|
9556
9551
|
content: {
|
|
9557
9552
|
"application/json": {
|
|
9558
9553
|
data?: {
|
|
9559
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
9554
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
9560
9555
|
draft_name?: string;
|
|
9561
|
-
/** @example LST-PRP-LTR-
|
|
9556
|
+
/** @example LST-PRP-LTR-MO9TLDXH9H0 */
|
|
9562
9557
|
sku?: string;
|
|
9563
|
-
/** @example
|
|
9558
|
+
/** @example 3d7485dc-9651-459c-ab4a-df6d0ef60a3d */
|
|
9564
9559
|
uid?: string;
|
|
9565
9560
|
/** @example Rent */
|
|
9566
9561
|
listing_type?: string;
|
|
@@ -9754,7 +9749,7 @@ export interface operations {
|
|
|
9754
9749
|
content: {
|
|
9755
9750
|
"application/json": {
|
|
9756
9751
|
data?: {
|
|
9757
|
-
/** @example
|
|
9752
|
+
/** @example 91 */
|
|
9758
9753
|
id?: number;
|
|
9759
9754
|
/** @example 1 */
|
|
9760
9755
|
category_id?: number;
|
|
@@ -9828,7 +9823,7 @@ export interface operations {
|
|
|
9828
9823
|
content: {
|
|
9829
9824
|
"application/json": {
|
|
9830
9825
|
data?: {
|
|
9831
|
-
/** @example
|
|
9826
|
+
/** @example 92 */
|
|
9832
9827
|
id?: number;
|
|
9833
9828
|
/** @example 1 */
|
|
9834
9829
|
category_id?: number;
|
|
@@ -9867,7 +9862,7 @@ export interface operations {
|
|
|
9867
9862
|
content: {
|
|
9868
9863
|
"application/json": {
|
|
9869
9864
|
data?: {
|
|
9870
|
-
/** @example
|
|
9865
|
+
/** @example 93 */
|
|
9871
9866
|
id?: number;
|
|
9872
9867
|
/** @example 1 */
|
|
9873
9868
|
category_id?: number;
|
|
@@ -9905,7 +9900,7 @@ export interface operations {
|
|
|
9905
9900
|
/**
|
|
9906
9901
|
* @example [
|
|
9907
9902
|
* {
|
|
9908
|
-
* "id":
|
|
9903
|
+
* "id": 95,
|
|
9909
9904
|
* "name": "Exterior",
|
|
9910
9905
|
* "description": "For Exterior categories",
|
|
9911
9906
|
* "display_order": 1,
|
|
@@ -9915,7 +9910,7 @@ export interface operations {
|
|
|
9915
9910
|
* "is_active": true
|
|
9916
9911
|
* },
|
|
9917
9912
|
* {
|
|
9918
|
-
* "id":
|
|
9913
|
+
* "id": 96,
|
|
9919
9914
|
* "name": "Exterior",
|
|
9920
9915
|
* "description": "For Exterior categories",
|
|
9921
9916
|
* "display_order": 1,
|
|
@@ -9927,7 +9922,7 @@ export interface operations {
|
|
|
9927
9922
|
* ]
|
|
9928
9923
|
*/
|
|
9929
9924
|
data?: {
|
|
9930
|
-
/** @example
|
|
9925
|
+
/** @example 95 */
|
|
9931
9926
|
id?: number;
|
|
9932
9927
|
/** @example Exterior */
|
|
9933
9928
|
name?: string;
|
|
@@ -9991,7 +9986,7 @@ export interface operations {
|
|
|
9991
9986
|
content: {
|
|
9992
9987
|
"application/json": {
|
|
9993
9988
|
data?: {
|
|
9994
|
-
/** @example
|
|
9989
|
+
/** @example 97 */
|
|
9995
9990
|
id?: number;
|
|
9996
9991
|
/** @example Exterior */
|
|
9997
9992
|
name?: string;
|
|
@@ -10058,7 +10053,7 @@ export interface operations {
|
|
|
10058
10053
|
content: {
|
|
10059
10054
|
"application/json": {
|
|
10060
10055
|
data?: {
|
|
10061
|
-
/** @example
|
|
10056
|
+
/** @example 98 */
|
|
10062
10057
|
id?: number;
|
|
10063
10058
|
/** @example Exterior */
|
|
10064
10059
|
name?: string;
|
|
@@ -10099,7 +10094,7 @@ export interface operations {
|
|
|
10099
10094
|
content: {
|
|
10100
10095
|
"application/json": {
|
|
10101
10096
|
data?: {
|
|
10102
|
-
/** @example
|
|
10097
|
+
/** @example 99 */
|
|
10103
10098
|
id?: number;
|
|
10104
10099
|
/** @example Exterior */
|
|
10105
10100
|
name?: string;
|
|
@@ -10362,7 +10357,7 @@ export interface operations {
|
|
|
10362
10357
|
content: {
|
|
10363
10358
|
"application/json": {
|
|
10364
10359
|
data?: {
|
|
10365
|
-
/** @example
|
|
10360
|
+
/** @example 48 */
|
|
10366
10361
|
id?: number;
|
|
10367
10362
|
/** @example email_fa_0 */
|
|
10368
10363
|
key?: string;
|
|
@@ -10376,9 +10371,9 @@ export interface operations {
|
|
|
10376
10371
|
metadata_schema?: unknown[];
|
|
10377
10372
|
/** @example true */
|
|
10378
10373
|
is_active?: boolean;
|
|
10379
|
-
/** @example 2026-04-
|
|
10374
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
10380
10375
|
created_at?: string;
|
|
10381
|
-
/** @example 2026-04-
|
|
10376
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
10382
10377
|
updated_at?: string;
|
|
10383
10378
|
};
|
|
10384
10379
|
};
|
|
@@ -10438,7 +10433,7 @@ export interface operations {
|
|
|
10438
10433
|
content: {
|
|
10439
10434
|
"application/json": {
|
|
10440
10435
|
data?: {
|
|
10441
|
-
/** @example
|
|
10436
|
+
/** @example 49 */
|
|
10442
10437
|
id?: number;
|
|
10443
10438
|
/** @example email_fa_0 */
|
|
10444
10439
|
key?: string;
|
|
@@ -10452,9 +10447,9 @@ export interface operations {
|
|
|
10452
10447
|
metadata_schema?: unknown[];
|
|
10453
10448
|
/** @example true */
|
|
10454
10449
|
is_active?: boolean;
|
|
10455
|
-
/** @example 2026-04-
|
|
10450
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
10456
10451
|
created_at?: string;
|
|
10457
|
-
/** @example 2026-04-
|
|
10452
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
10458
10453
|
updated_at?: string;
|
|
10459
10454
|
};
|
|
10460
10455
|
};
|
|
@@ -11417,12 +11412,14 @@ export interface operations {
|
|
|
11417
11412
|
* {
|
|
11418
11413
|
* "key": "aut",
|
|
11419
11414
|
* "name": "adipisci",
|
|
11415
|
+
* "enforcement_mode": "soft",
|
|
11420
11416
|
* "user_type": "Landlord",
|
|
11421
11417
|
* "is_active": true
|
|
11422
11418
|
* },
|
|
11423
11419
|
* {
|
|
11424
11420
|
* "key": "quidem",
|
|
11425
11421
|
* "name": "nostrum",
|
|
11422
|
+
* "enforcement_mode": "soft",
|
|
11426
11423
|
* "user_type": "Landlord",
|
|
11427
11424
|
* "is_active": true
|
|
11428
11425
|
* }
|
|
@@ -11433,6 +11430,8 @@ export interface operations {
|
|
|
11433
11430
|
key?: string;
|
|
11434
11431
|
/** @example adipisci */
|
|
11435
11432
|
name?: string;
|
|
11433
|
+
/** @example soft */
|
|
11434
|
+
enforcement_mode?: string;
|
|
11436
11435
|
/** @example Landlord */
|
|
11437
11436
|
user_type?: string;
|
|
11438
11437
|
/** @example true */
|
|
@@ -11466,6 +11465,8 @@ export interface operations {
|
|
|
11466
11465
|
key?: string;
|
|
11467
11466
|
/** @example adipisci */
|
|
11468
11467
|
name?: string;
|
|
11468
|
+
/** @example soft */
|
|
11469
|
+
enforcement_mode?: string;
|
|
11469
11470
|
/** @example Landlord */
|
|
11470
11471
|
user_type?: string;
|
|
11471
11472
|
/** @example true */
|
|
@@ -11528,6 +11529,8 @@ export interface operations {
|
|
|
11528
11529
|
key?: string;
|
|
11529
11530
|
/** @example eius */
|
|
11530
11531
|
name?: string;
|
|
11532
|
+
/** @example soft */
|
|
11533
|
+
enforcement_mode?: string;
|
|
11531
11534
|
/** @example Landlord */
|
|
11532
11535
|
user_type?: string;
|
|
11533
11536
|
/** @example true */
|
|
@@ -11582,6 +11585,8 @@ export interface operations {
|
|
|
11582
11585
|
key?: string;
|
|
11583
11586
|
/** @example eius */
|
|
11584
11587
|
name?: string;
|
|
11588
|
+
/** @example soft */
|
|
11589
|
+
enforcement_mode?: string;
|
|
11585
11590
|
/** @example Landlord */
|
|
11586
11591
|
user_type?: string;
|
|
11587
11592
|
/** @example true */
|
|
@@ -11655,9 +11660,8 @@ export interface operations {
|
|
|
11655
11660
|
query?: never;
|
|
11656
11661
|
header?: never;
|
|
11657
11662
|
path: {
|
|
11658
|
-
|
|
11659
|
-
|
|
11660
|
-
plan_id: number;
|
|
11663
|
+
/** @description The key of the plan. */
|
|
11664
|
+
plan_key: string;
|
|
11661
11665
|
};
|
|
11662
11666
|
cookie?: never;
|
|
11663
11667
|
};
|
|
@@ -11719,25 +11723,25 @@ export interface operations {
|
|
|
11719
11723
|
/**
|
|
11720
11724
|
* @example [
|
|
11721
11725
|
* {
|
|
11722
|
-
* "key": "
|
|
11723
|
-
* "name": "
|
|
11724
|
-
* "description": "
|
|
11726
|
+
* "key": "quia",
|
|
11727
|
+
* "name": "accusantium",
|
|
11728
|
+
* "description": "A nulla possimus sapiente voluptates fugit distinctio esse expedita.",
|
|
11725
11729
|
* "value_type": "string"
|
|
11726
11730
|
* },
|
|
11727
11731
|
* {
|
|
11728
|
-
* "key": "
|
|
11729
|
-
* "name": "
|
|
11730
|
-
* "description": "
|
|
11732
|
+
* "key": "et",
|
|
11733
|
+
* "name": "recusandae",
|
|
11734
|
+
* "description": "Voluptatem qui distinctio saepe aut recusandae.",
|
|
11731
11735
|
* "value_type": "string"
|
|
11732
11736
|
* }
|
|
11733
11737
|
* ]
|
|
11734
11738
|
*/
|
|
11735
11739
|
data?: {
|
|
11736
|
-
/** @example
|
|
11740
|
+
/** @example quia */
|
|
11737
11741
|
key?: string;
|
|
11738
|
-
/** @example
|
|
11742
|
+
/** @example accusantium */
|
|
11739
11743
|
name?: string;
|
|
11740
|
-
/** @example
|
|
11744
|
+
/** @example A nulla possimus sapiente voluptates fugit distinctio esse expedita. */
|
|
11741
11745
|
description?: string;
|
|
11742
11746
|
/** @example string */
|
|
11743
11747
|
value_type?: string;
|
|
@@ -12922,13 +12926,13 @@ export interface operations {
|
|
|
12922
12926
|
content: {
|
|
12923
12927
|
"application/json": {
|
|
12924
12928
|
data?: {
|
|
12925
|
-
/** @example
|
|
12929
|
+
/** @example 677f3eb4-3831-44c4-9ec1-8c851cce7d48 */
|
|
12926
12930
|
uid?: string;
|
|
12927
12931
|
/** @example follow_up */
|
|
12928
12932
|
inspection_type?: string;
|
|
12929
12933
|
/** @example cancelled */
|
|
12930
12934
|
status?: string;
|
|
12931
|
-
/** @example 2026-04-
|
|
12935
|
+
/** @example 2026-04-27T22:56:30.000000Z */
|
|
12932
12936
|
scheduled_date?: string;
|
|
12933
12937
|
/** @example null */
|
|
12934
12938
|
completed_date?: string | null;
|
|
@@ -12936,11 +12940,11 @@ export interface operations {
|
|
|
12936
12940
|
condition_rating?: string;
|
|
12937
12941
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12938
12942
|
summary?: string;
|
|
12939
|
-
/** @example 2026-06-
|
|
12943
|
+
/** @example 2026-06-20T19:45:04.000000Z */
|
|
12940
12944
|
next_inspection_date?: string;
|
|
12941
|
-
/** @example 2026-04-
|
|
12945
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
12942
12946
|
created_at?: string;
|
|
12943
|
-
/** @example 2026-04-
|
|
12947
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
12944
12948
|
updated_at?: string;
|
|
12945
12949
|
};
|
|
12946
12950
|
};
|
|
@@ -12983,13 +12987,13 @@ export interface operations {
|
|
|
12983
12987
|
content: {
|
|
12984
12988
|
"application/json": {
|
|
12985
12989
|
data?: {
|
|
12986
|
-
/** @example
|
|
12990
|
+
/** @example 9dbe55ef-518d-42fc-9a22-1e8d2479ab24 */
|
|
12987
12991
|
uid?: string;
|
|
12988
12992
|
/** @example follow_up */
|
|
12989
12993
|
inspection_type?: string;
|
|
12990
12994
|
/** @example cancelled */
|
|
12991
12995
|
status?: string;
|
|
12992
|
-
/** @example 2026-04-
|
|
12996
|
+
/** @example 2026-04-15T20:23:03.000000Z */
|
|
12993
12997
|
scheduled_date?: string;
|
|
12994
12998
|
/** @example null */
|
|
12995
12999
|
completed_date?: string | null;
|
|
@@ -12997,11 +13001,11 @@ export interface operations {
|
|
|
12997
13001
|
condition_rating?: string;
|
|
12998
13002
|
/** @example Et animi quos velit et fugiat. */
|
|
12999
13003
|
summary?: string;
|
|
13000
|
-
/** @example 2026-07-
|
|
13004
|
+
/** @example 2026-07-25T04:16:50.000000Z */
|
|
13001
13005
|
next_inspection_date?: string;
|
|
13002
|
-
/** @example 2026-04-
|
|
13006
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13003
13007
|
created_at?: string;
|
|
13004
|
-
/** @example 2026-04-
|
|
13008
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13005
13009
|
updated_at?: string;
|
|
13006
13010
|
};
|
|
13007
13011
|
};
|
|
@@ -13038,13 +13042,13 @@ export interface operations {
|
|
|
13038
13042
|
content: {
|
|
13039
13043
|
"application/json": {
|
|
13040
13044
|
data?: {
|
|
13041
|
-
/** @example
|
|
13045
|
+
/** @example e63d388d-00a4-4db3-b402-1e0ea2b94d92 */
|
|
13042
13046
|
uid?: string;
|
|
13043
13047
|
/** @example follow_up */
|
|
13044
13048
|
inspection_type?: string;
|
|
13045
13049
|
/** @example cancelled */
|
|
13046
13050
|
status?: string;
|
|
13047
|
-
/** @example 2026-04-
|
|
13051
|
+
/** @example 2026-04-27T22:56:30.000000Z */
|
|
13048
13052
|
scheduled_date?: string;
|
|
13049
13053
|
/** @example null */
|
|
13050
13054
|
completed_date?: string | null;
|
|
@@ -13052,11 +13056,11 @@ export interface operations {
|
|
|
13052
13056
|
condition_rating?: string;
|
|
13053
13057
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13054
13058
|
summary?: string;
|
|
13055
|
-
/** @example 2026-06-
|
|
13059
|
+
/** @example 2026-06-20T19:45:04.000000Z */
|
|
13056
13060
|
next_inspection_date?: string;
|
|
13057
|
-
/** @example 2026-04-
|
|
13061
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13058
13062
|
created_at?: string;
|
|
13059
|
-
/** @example 2026-04-
|
|
13063
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13060
13064
|
updated_at?: string;
|
|
13061
13065
|
};
|
|
13062
13066
|
};
|
|
@@ -13093,13 +13097,13 @@ export interface operations {
|
|
|
13093
13097
|
content: {
|
|
13094
13098
|
"application/json": {
|
|
13095
13099
|
data?: {
|
|
13096
|
-
/** @example
|
|
13100
|
+
/** @example a9479ee2-3379-4593-8a2f-e9711ad017f0 */
|
|
13097
13101
|
uid?: string;
|
|
13098
13102
|
/** @example follow_up */
|
|
13099
13103
|
inspection_type?: string;
|
|
13100
13104
|
/** @example cancelled */
|
|
13101
13105
|
status?: string;
|
|
13102
|
-
/** @example 2026-04-
|
|
13106
|
+
/** @example 2026-04-15T20:23:03.000000Z */
|
|
13103
13107
|
scheduled_date?: string;
|
|
13104
13108
|
/** @example null */
|
|
13105
13109
|
completed_date?: string | null;
|
|
@@ -13107,11 +13111,11 @@ export interface operations {
|
|
|
13107
13111
|
condition_rating?: string;
|
|
13108
13112
|
/** @example Et animi quos velit et fugiat. */
|
|
13109
13113
|
summary?: string;
|
|
13110
|
-
/** @example 2026-07-
|
|
13114
|
+
/** @example 2026-07-25T04:16:50.000000Z */
|
|
13111
13115
|
next_inspection_date?: string;
|
|
13112
|
-
/** @example 2026-04-
|
|
13116
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13113
13117
|
created_at?: string;
|
|
13114
|
-
/** @example 2026-04-
|
|
13118
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13115
13119
|
updated_at?: string;
|
|
13116
13120
|
};
|
|
13117
13121
|
};
|
|
@@ -13148,7 +13152,7 @@ export interface operations {
|
|
|
13148
13152
|
content: {
|
|
13149
13153
|
"application/json": {
|
|
13150
13154
|
data?: {
|
|
13151
|
-
/** @example
|
|
13155
|
+
/** @example bac52246-7d84-4086-a7dc-a61c8e97686e */
|
|
13152
13156
|
uid?: string;
|
|
13153
13157
|
/** @example Qui commodi incidunt iure. */
|
|
13154
13158
|
title?: string;
|
|
@@ -13158,17 +13162,17 @@ export interface operations {
|
|
|
13158
13162
|
status?: string;
|
|
13159
13163
|
/** @example low */
|
|
13160
13164
|
priority?: string;
|
|
13161
|
-
/** @example 2026-04-
|
|
13165
|
+
/** @example 2026-04-20T22:26:51.000000Z */
|
|
13162
13166
|
reported_at?: string;
|
|
13163
13167
|
/** @example null */
|
|
13164
13168
|
assigned_at?: string | null;
|
|
13165
13169
|
/** @example null */
|
|
13166
13170
|
completed_at?: string | null;
|
|
13167
|
-
/** @example 2026-04-
|
|
13171
|
+
/** @example 2026-04-23T18:51:17.000000Z */
|
|
13168
13172
|
sla_deadline?: string;
|
|
13169
|
-
/** @example 2026-04-
|
|
13173
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13170
13174
|
created_at?: string;
|
|
13171
|
-
/** @example 2026-04-
|
|
13175
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13172
13176
|
updated_at?: string;
|
|
13173
13177
|
};
|
|
13174
13178
|
};
|
|
@@ -13205,7 +13209,7 @@ export interface operations {
|
|
|
13205
13209
|
content: {
|
|
13206
13210
|
"application/json": {
|
|
13207
13211
|
data?: {
|
|
13208
|
-
/** @example
|
|
13212
|
+
/** @example 76240e6a-2b4e-4ba1-b732-1e4089b85186 */
|
|
13209
13213
|
uid?: string;
|
|
13210
13214
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13211
13215
|
title?: string;
|
|
@@ -13215,17 +13219,17 @@ export interface operations {
|
|
|
13215
13219
|
status?: string;
|
|
13216
13220
|
/** @example emergency */
|
|
13217
13221
|
priority?: string;
|
|
13218
|
-
/** @example 2026-04-
|
|
13222
|
+
/** @example 2026-04-15T20:11:43.000000Z */
|
|
13219
13223
|
reported_at?: string;
|
|
13220
|
-
/** @example 2026-04-
|
|
13224
|
+
/** @example 2026-04-20T16:31:35.000000Z */
|
|
13221
13225
|
assigned_at?: string;
|
|
13222
13226
|
/** @example null */
|
|
13223
13227
|
completed_at?: string | null;
|
|
13224
|
-
/** @example 2026-04-
|
|
13228
|
+
/** @example 2026-04-23T21:53:58.000000Z */
|
|
13225
13229
|
sla_deadline?: string;
|
|
13226
|
-
/** @example 2026-04-
|
|
13230
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13227
13231
|
created_at?: string;
|
|
13228
|
-
/** @example 2026-04-
|
|
13232
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
13229
13233
|
updated_at?: string;
|
|
13230
13234
|
};
|
|
13231
13235
|
};
|
|
@@ -13262,7 +13266,7 @@ export interface operations {
|
|
|
13262
13266
|
content: {
|
|
13263
13267
|
"application/json": {
|
|
13264
13268
|
data?: {
|
|
13265
|
-
/** @example
|
|
13269
|
+
/** @example 12cbd98f-da2a-4229-a806-f0e3811babba */
|
|
13266
13270
|
uid?: string;
|
|
13267
13271
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13268
13272
|
title?: string;
|
|
@@ -13272,17 +13276,17 @@ export interface operations {
|
|
|
13272
13276
|
status?: string;
|
|
13273
13277
|
/** @example emergency */
|
|
13274
13278
|
priority?: string;
|
|
13275
|
-
/** @example 2026-04-
|
|
13279
|
+
/** @example 2026-04-15T20:11:44.000000Z */
|
|
13276
13280
|
reported_at?: string;
|
|
13277
|
-
/** @example 2026-04-
|
|
13281
|
+
/** @example 2026-04-20T16:31:36.000000Z */
|
|
13278
13282
|
assigned_at?: string;
|
|
13279
13283
|
/** @example null */
|
|
13280
13284
|
completed_at?: string | null;
|
|
13281
|
-
/** @example 2026-04-
|
|
13285
|
+
/** @example 2026-04-23T21:53:59.000000Z */
|
|
13282
13286
|
sla_deadline?: string;
|
|
13283
|
-
/** @example 2026-04-
|
|
13287
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13284
13288
|
created_at?: string;
|
|
13285
|
-
/** @example 2026-04-
|
|
13289
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13286
13290
|
updated_at?: string;
|
|
13287
13291
|
};
|
|
13288
13292
|
};
|
|
@@ -13319,7 +13323,7 @@ export interface operations {
|
|
|
13319
13323
|
content: {
|
|
13320
13324
|
"application/json": {
|
|
13321
13325
|
data?: {
|
|
13322
|
-
/** @example
|
|
13326
|
+
/** @example 400cdbc0-5c0b-4c94-bd05-d540570c41c2 */
|
|
13323
13327
|
uid?: string;
|
|
13324
13328
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13325
13329
|
title?: string;
|
|
@@ -13329,17 +13333,17 @@ export interface operations {
|
|
|
13329
13333
|
status?: string;
|
|
13330
13334
|
/** @example emergency */
|
|
13331
13335
|
priority?: string;
|
|
13332
|
-
/** @example 2026-04-
|
|
13336
|
+
/** @example 2026-04-15T20:11:44.000000Z */
|
|
13333
13337
|
reported_at?: string;
|
|
13334
|
-
/** @example 2026-04-
|
|
13338
|
+
/** @example 2026-04-20T16:31:36.000000Z */
|
|
13335
13339
|
assigned_at?: string;
|
|
13336
13340
|
/** @example null */
|
|
13337
13341
|
completed_at?: string | null;
|
|
13338
|
-
/** @example 2026-04-
|
|
13342
|
+
/** @example 2026-04-23T21:53:59.000000Z */
|
|
13339
13343
|
sla_deadline?: string;
|
|
13340
|
-
/** @example 2026-04-
|
|
13344
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13341
13345
|
created_at?: string;
|
|
13342
|
-
/** @example 2026-04-
|
|
13346
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13343
13347
|
updated_at?: string;
|
|
13344
13348
|
};
|
|
13345
13349
|
};
|
|
@@ -13735,19 +13739,19 @@ export interface operations {
|
|
|
13735
13739
|
content: {
|
|
13736
13740
|
"application/json": {
|
|
13737
13741
|
data?: {
|
|
13738
|
-
/** @example
|
|
13742
|
+
/** @example 120 */
|
|
13739
13743
|
id?: number;
|
|
13740
13744
|
/** @example 2 */
|
|
13741
13745
|
listing_id?: number;
|
|
13742
13746
|
/** @example completed */
|
|
13743
13747
|
status?: string;
|
|
13744
13748
|
scheduled?: {
|
|
13745
|
-
/** @example
|
|
13749
|
+
/** @example 1993-10-15T00:00:00.000000Z */
|
|
13746
13750
|
start?: string;
|
|
13747
|
-
/** @example
|
|
13751
|
+
/** @example 2015-02-25T00:00:00.000000Z */
|
|
13748
13752
|
end?: string;
|
|
13749
13753
|
};
|
|
13750
|
-
/** @example 2026-04-
|
|
13754
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13751
13755
|
created_at?: string;
|
|
13752
13756
|
};
|
|
13753
13757
|
};
|
|
@@ -13774,7 +13778,7 @@ export interface operations {
|
|
|
13774
13778
|
content: {
|
|
13775
13779
|
"application/json": {
|
|
13776
13780
|
data?: {
|
|
13777
|
-
/** @example
|
|
13781
|
+
/** @example 121 */
|
|
13778
13782
|
id?: number;
|
|
13779
13783
|
/** @example 2 */
|
|
13780
13784
|
listing_id?: number;
|
|
@@ -13786,7 +13790,7 @@ export interface operations {
|
|
|
13786
13790
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13787
13791
|
end?: string;
|
|
13788
13792
|
};
|
|
13789
|
-
/** @example 2026-04-
|
|
13793
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13790
13794
|
created_at?: string;
|
|
13791
13795
|
};
|
|
13792
13796
|
};
|
|
@@ -13812,29 +13816,29 @@ export interface operations {
|
|
|
13812
13816
|
/**
|
|
13813
13817
|
* @example [
|
|
13814
13818
|
* {
|
|
13815
|
-
* "id":
|
|
13819
|
+
* "id": 122,
|
|
13816
13820
|
* "listing_id": 2,
|
|
13817
13821
|
* "status": "completed",
|
|
13818
13822
|
* "scheduled": {
|
|
13819
13823
|
* "start": "1981-11-18T00:00:00.000000Z",
|
|
13820
13824
|
* "end": "1979-12-15T00:00:00.000000Z"
|
|
13821
13825
|
* },
|
|
13822
|
-
* "created_at": "2026-04-
|
|
13826
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
13823
13827
|
* },
|
|
13824
13828
|
* {
|
|
13825
|
-
* "id":
|
|
13829
|
+
* "id": 123,
|
|
13826
13830
|
* "listing_id": 2,
|
|
13827
13831
|
* "status": "completed",
|
|
13828
13832
|
* "scheduled": {
|
|
13829
13833
|
* "start": "2006-09-18T00:00:00.000000Z",
|
|
13830
13834
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13831
13835
|
* },
|
|
13832
|
-
* "created_at": "2026-04-
|
|
13836
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
13833
13837
|
* }
|
|
13834
13838
|
* ]
|
|
13835
13839
|
*/
|
|
13836
13840
|
data?: {
|
|
13837
|
-
/** @example
|
|
13841
|
+
/** @example 122 */
|
|
13838
13842
|
id?: number;
|
|
13839
13843
|
/** @example 2 */
|
|
13840
13844
|
listing_id?: number;
|
|
@@ -13846,7 +13850,7 @@ export interface operations {
|
|
|
13846
13850
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13847
13851
|
end?: string;
|
|
13848
13852
|
};
|
|
13849
|
-
/** @example 2026-04-
|
|
13853
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13850
13854
|
created_at?: string;
|
|
13851
13855
|
}[];
|
|
13852
13856
|
links?: {
|
|
@@ -13946,7 +13950,7 @@ export interface operations {
|
|
|
13946
13950
|
content: {
|
|
13947
13951
|
"application/json": {
|
|
13948
13952
|
data?: {
|
|
13949
|
-
/** @example
|
|
13953
|
+
/** @example 124 */
|
|
13950
13954
|
id?: number;
|
|
13951
13955
|
/** @example 2 */
|
|
13952
13956
|
listing_id?: number;
|
|
@@ -13958,7 +13962,7 @@ export interface operations {
|
|
|
13958
13962
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13959
13963
|
end?: string;
|
|
13960
13964
|
};
|
|
13961
|
-
/** @example 2026-04-
|
|
13965
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
13962
13966
|
created_at?: string;
|
|
13963
13967
|
};
|
|
13964
13968
|
};
|
|
@@ -13985,7 +13989,7 @@ export interface operations {
|
|
|
13985
13989
|
content: {
|
|
13986
13990
|
"application/json": {
|
|
13987
13991
|
data?: {
|
|
13988
|
-
/** @example
|
|
13992
|
+
/** @example 125 */
|
|
13989
13993
|
id?: number;
|
|
13990
13994
|
/** @example 2 */
|
|
13991
13995
|
listing_id?: number;
|
|
@@ -13997,7 +14001,7 @@ export interface operations {
|
|
|
13997
14001
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13998
14002
|
end?: string;
|
|
13999
14003
|
};
|
|
14000
|
-
/** @example 2026-04-
|
|
14004
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
14001
14005
|
created_at?: string;
|
|
14002
14006
|
};
|
|
14003
14007
|
};
|
|
@@ -14024,7 +14028,7 @@ export interface operations {
|
|
|
14024
14028
|
content: {
|
|
14025
14029
|
"application/json": {
|
|
14026
14030
|
data?: {
|
|
14027
|
-
/** @example
|
|
14031
|
+
/** @example 126 */
|
|
14028
14032
|
id?: number;
|
|
14029
14033
|
/** @example 2 */
|
|
14030
14034
|
listing_id?: number;
|
|
@@ -14036,7 +14040,7 @@ export interface operations {
|
|
|
14036
14040
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
14037
14041
|
end?: string;
|
|
14038
14042
|
};
|
|
14039
|
-
/** @example 2026-04-
|
|
14043
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
14040
14044
|
created_at?: string;
|
|
14041
14045
|
};
|
|
14042
14046
|
};
|
|
@@ -15107,7 +15111,7 @@ export interface operations {
|
|
|
15107
15111
|
content: {
|
|
15108
15112
|
"application/json": {
|
|
15109
15113
|
data?: {
|
|
15110
|
-
/** @example
|
|
15114
|
+
/** @example 17ec406d-ed4a-4d4f-97ba-28fe7c68b837 */
|
|
15111
15115
|
uid?: string;
|
|
15112
15116
|
/** @example Ms. Audra Crooks II */
|
|
15113
15117
|
username?: string;
|
|
@@ -15137,7 +15141,7 @@ export interface operations {
|
|
|
15137
15141
|
timezone?: string;
|
|
15138
15142
|
/** @example Customer */
|
|
15139
15143
|
user_type?: string;
|
|
15140
|
-
/** @example 22 Apr 2026,
|
|
15144
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
15141
15145
|
created?: string;
|
|
15142
15146
|
/** @example 0 seconds ago */
|
|
15143
15147
|
email_verified_at?: string;
|
|
@@ -15606,7 +15610,7 @@ export interface operations {
|
|
|
15606
15610
|
content: {
|
|
15607
15611
|
"application/json": {
|
|
15608
15612
|
data?: {
|
|
15609
|
-
/** @example
|
|
15613
|
+
/** @example d229d47c-02fc-4d40-a209-f451afd6d5c5 */
|
|
15610
15614
|
uid?: string;
|
|
15611
15615
|
/** @example Ms. Audra Crooks II */
|
|
15612
15616
|
username?: string;
|
|
@@ -15636,7 +15640,7 @@ export interface operations {
|
|
|
15636
15640
|
timezone?: string;
|
|
15637
15641
|
/** @example Customer */
|
|
15638
15642
|
user_type?: string;
|
|
15639
|
-
/** @example 22 Apr 2026,
|
|
15643
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
15640
15644
|
created?: string;
|
|
15641
15645
|
/** @example 0 seconds ago */
|
|
15642
15646
|
email_verified_at?: string;
|
|
@@ -15757,11 +15761,11 @@ export interface operations {
|
|
|
15757
15761
|
content: {
|
|
15758
15762
|
"application/json": {
|
|
15759
15763
|
data?: {
|
|
15760
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
15764
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
15761
15765
|
draft_name?: string;
|
|
15762
|
-
/** @example LST-PRP-LTR-
|
|
15766
|
+
/** @example LST-PRP-LTR-MO9TLDJ4LRZ */
|
|
15763
15767
|
sku?: string;
|
|
15764
|
-
/** @example
|
|
15768
|
+
/** @example 19bcf74c-d33f-4a3b-9b94-96f5aa24d38a */
|
|
15765
15769
|
uid?: string;
|
|
15766
15770
|
/** @example Rent */
|
|
15767
15771
|
listing_type?: string;
|
|
@@ -15885,9 +15889,9 @@ export interface operations {
|
|
|
15885
15889
|
/**
|
|
15886
15890
|
* @example [
|
|
15887
15891
|
* {
|
|
15888
|
-
* "draft_name": "New For Rent Property draft • 22 Apr 2026,
|
|
15889
|
-
* "sku": "LST-PRP-LTR-
|
|
15890
|
-
* "uid": "
|
|
15892
|
+
* "draft_name": "New For Rent Property draft • 22 Apr 2026, 8:58 AM",
|
|
15893
|
+
* "sku": "LST-PRP-LTR-MO9TLDKEEB4",
|
|
15894
|
+
* "uid": "7cdf6bd8-b252-4672-9cc4-fdf40730e885",
|
|
15891
15895
|
* "listing_type": "Rent",
|
|
15892
15896
|
* "vertical": "Property",
|
|
15893
15897
|
* "arrangement_type": "let_to_let",
|
|
@@ -15904,9 +15908,9 @@ export interface operations {
|
|
|
15904
15908
|
* "media": []
|
|
15905
15909
|
* },
|
|
15906
15910
|
* {
|
|
15907
|
-
* "draft_name": "New Short Let Property draft • 22 Apr 2026,
|
|
15908
|
-
* "sku": "LST-PRP-SHL-
|
|
15909
|
-
* "uid": "
|
|
15911
|
+
* "draft_name": "New Short Let Property draft • 22 Apr 2026, 8:58 AM",
|
|
15912
|
+
* "sku": "LST-PRP-SHL-MO9TLDKGFRL",
|
|
15913
|
+
* "uid": "1bec9f07-c0f7-48f6-b5aa-e48eec1bbf14",
|
|
15910
15914
|
* "listing_type": "Short Let",
|
|
15911
15915
|
* "vertical": "Property",
|
|
15912
15916
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15925,11 +15929,11 @@ export interface operations {
|
|
|
15925
15929
|
* ]
|
|
15926
15930
|
*/
|
|
15927
15931
|
data?: {
|
|
15928
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
15932
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
15929
15933
|
draft_name?: string;
|
|
15930
|
-
/** @example LST-PRP-LTR-
|
|
15934
|
+
/** @example LST-PRP-LTR-MO9TLDKEEB4 */
|
|
15931
15935
|
sku?: string;
|
|
15932
|
-
/** @example
|
|
15936
|
+
/** @example 7cdf6bd8-b252-4672-9cc4-fdf40730e885 */
|
|
15933
15937
|
uid?: string;
|
|
15934
15938
|
/** @example Rent */
|
|
15935
15939
|
listing_type?: string;
|
|
@@ -16039,9 +16043,9 @@ export interface operations {
|
|
|
16039
16043
|
/**
|
|
16040
16044
|
* @example [
|
|
16041
16045
|
* {
|
|
16042
|
-
* "draft_name": "New For Rent Property draft • 22 Apr 2026,
|
|
16043
|
-
* "sku": "LST-PRP-LTR-
|
|
16044
|
-
* "uid": "
|
|
16046
|
+
* "draft_name": "New For Rent Property draft • 22 Apr 2026, 8:58 AM",
|
|
16047
|
+
* "sku": "LST-PRP-LTR-MO9TLDKQRBJ",
|
|
16048
|
+
* "uid": "9246e267-a949-4279-a22a-63023b3143c4",
|
|
16045
16049
|
* "listing_type": "Rent",
|
|
16046
16050
|
* "vertical": "Property",
|
|
16047
16051
|
* "arrangement_type": "let_to_let",
|
|
@@ -16058,9 +16062,9 @@ export interface operations {
|
|
|
16058
16062
|
* "media": []
|
|
16059
16063
|
* },
|
|
16060
16064
|
* {
|
|
16061
|
-
* "draft_name": "New Short Let Property draft • 22 Apr 2026,
|
|
16062
|
-
* "sku": "LST-PRP-SHL-
|
|
16063
|
-
* "uid": "
|
|
16065
|
+
* "draft_name": "New Short Let Property draft • 22 Apr 2026, 8:58 AM",
|
|
16066
|
+
* "sku": "LST-PRP-SHL-MO9TLDKSM88",
|
|
16067
|
+
* "uid": "ca9a20d1-e3fc-4553-82a2-a8ce3c1dee72",
|
|
16064
16068
|
* "listing_type": "Short Let",
|
|
16065
16069
|
* "vertical": "Property",
|
|
16066
16070
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16079,11 +16083,11 @@ export interface operations {
|
|
|
16079
16083
|
* ]
|
|
16080
16084
|
*/
|
|
16081
16085
|
data?: {
|
|
16082
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
16086
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
16083
16087
|
draft_name?: string;
|
|
16084
|
-
/** @example LST-PRP-LTR-
|
|
16088
|
+
/** @example LST-PRP-LTR-MO9TLDKQRBJ */
|
|
16085
16089
|
sku?: string;
|
|
16086
|
-
/** @example
|
|
16090
|
+
/** @example 9246e267-a949-4279-a22a-63023b3143c4 */
|
|
16087
16091
|
uid?: string;
|
|
16088
16092
|
/** @example Rent */
|
|
16089
16093
|
listing_type?: string;
|
|
@@ -17147,7 +17151,7 @@ export interface operations {
|
|
|
17147
17151
|
content: {
|
|
17148
17152
|
"application/json": {
|
|
17149
17153
|
data?: {
|
|
17150
|
-
/** @example
|
|
17154
|
+
/** @example 37f629c3-0e3e-4243-8752-3363d09e442a */
|
|
17151
17155
|
uid?: string;
|
|
17152
17156
|
/** @example photo */
|
|
17153
17157
|
media_type?: string;
|
|
@@ -17296,11 +17300,11 @@ export interface operations {
|
|
|
17296
17300
|
content: {
|
|
17297
17301
|
"application/json": {
|
|
17298
17302
|
data?: {
|
|
17299
|
-
/** @example New For Rent Property draft • 22 Apr 2026,
|
|
17303
|
+
/** @example New For Rent Property draft • 22 Apr 2026, 8:58 AM */
|
|
17300
17304
|
draft_name?: string;
|
|
17301
|
-
/** @example LST-PRP-LTR-
|
|
17305
|
+
/** @example LST-PRP-LTR-MO9TLDNFX5U */
|
|
17302
17306
|
sku?: string;
|
|
17303
|
-
/** @example
|
|
17307
|
+
/** @example bf745940-5150-40a0-aeea-69c19696a133 */
|
|
17304
17308
|
uid?: string;
|
|
17305
17309
|
/** @example Rent */
|
|
17306
17310
|
listing_type?: string;
|
|
@@ -17460,7 +17464,7 @@ export interface operations {
|
|
|
17460
17464
|
content: {
|
|
17461
17465
|
"application/json": {
|
|
17462
17466
|
data?: {
|
|
17463
|
-
/** @example
|
|
17467
|
+
/** @example b58121a3-c72d-4046-9f2e-a16e21df24d9 */
|
|
17464
17468
|
uid?: string;
|
|
17465
17469
|
/** @example null */
|
|
17466
17470
|
compliances?: string | null;
|
|
@@ -17511,7 +17515,7 @@ export interface operations {
|
|
|
17511
17515
|
content: {
|
|
17512
17516
|
"application/json": {
|
|
17513
17517
|
data?: {
|
|
17514
|
-
/** @example
|
|
17518
|
+
/** @example 101 */
|
|
17515
17519
|
id?: number;
|
|
17516
17520
|
compliance?: {
|
|
17517
17521
|
/** @example 1 */
|
|
@@ -17533,7 +17537,7 @@ export interface operations {
|
|
|
17533
17537
|
reviewed_by?: number;
|
|
17534
17538
|
/** @example null */
|
|
17535
17539
|
reviewed_at?: string | null;
|
|
17536
|
-
/** @example 2026-04-
|
|
17540
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17537
17541
|
created_at?: string;
|
|
17538
17542
|
};
|
|
17539
17543
|
};
|
|
@@ -17588,7 +17592,7 @@ export interface operations {
|
|
|
17588
17592
|
/**
|
|
17589
17593
|
* @example [
|
|
17590
17594
|
* {
|
|
17591
|
-
* "uid": "
|
|
17595
|
+
* "uid": "32e486e0-4f2b-4364-b2ea-9ee9645c053f",
|
|
17592
17596
|
* "listing_id": 1,
|
|
17593
17597
|
* "landlord_id": 2,
|
|
17594
17598
|
* "tenant_id": 2,
|
|
@@ -17600,10 +17604,10 @@ export interface operations {
|
|
|
17600
17604
|
* "is_periodic": false,
|
|
17601
17605
|
* "company_name": null,
|
|
17602
17606
|
* "company_registration_number": null,
|
|
17603
|
-
* "created_at": "2026-04-
|
|
17607
|
+
* "created_at": "2026-04-22T08:58:08.000000Z"
|
|
17604
17608
|
* },
|
|
17605
17609
|
* {
|
|
17606
|
-
* "uid": "
|
|
17610
|
+
* "uid": "f6cfded7-dcb8-4619-9fe3-14d749b4ac64",
|
|
17607
17611
|
* "listing_id": 1,
|
|
17608
17612
|
* "landlord_id": 2,
|
|
17609
17613
|
* "tenant_id": 2,
|
|
@@ -17615,12 +17619,12 @@ export interface operations {
|
|
|
17615
17619
|
* "is_periodic": false,
|
|
17616
17620
|
* "company_name": null,
|
|
17617
17621
|
* "company_registration_number": null,
|
|
17618
|
-
* "created_at": "2026-04-
|
|
17622
|
+
* "created_at": "2026-04-22T08:58:08.000000Z"
|
|
17619
17623
|
* }
|
|
17620
17624
|
* ]
|
|
17621
17625
|
*/
|
|
17622
17626
|
data?: {
|
|
17623
|
-
/** @example
|
|
17627
|
+
/** @example 32e486e0-4f2b-4364-b2ea-9ee9645c053f */
|
|
17624
17628
|
uid?: string;
|
|
17625
17629
|
/** @example 1 */
|
|
17626
17630
|
listing_id?: number;
|
|
@@ -17644,7 +17648,7 @@ export interface operations {
|
|
|
17644
17648
|
company_name?: string | null;
|
|
17645
17649
|
/** @example null */
|
|
17646
17650
|
company_registration_number?: string | null;
|
|
17647
|
-
/** @example 2026-04-
|
|
17651
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17648
17652
|
created_at?: string;
|
|
17649
17653
|
}[];
|
|
17650
17654
|
links?: {
|
|
@@ -17731,7 +17735,7 @@ export interface operations {
|
|
|
17731
17735
|
/**
|
|
17732
17736
|
* @example [
|
|
17733
17737
|
* {
|
|
17734
|
-
* "uid": "
|
|
17738
|
+
* "uid": "d955318c-0ed4-419b-a25f-8f6b96911bd4",
|
|
17735
17739
|
* "listing_id": 1,
|
|
17736
17740
|
* "landlord_id": 2,
|
|
17737
17741
|
* "tenant_id": 2,
|
|
@@ -17743,10 +17747,10 @@ export interface operations {
|
|
|
17743
17747
|
* "is_periodic": false,
|
|
17744
17748
|
* "company_name": null,
|
|
17745
17749
|
* "company_registration_number": null,
|
|
17746
|
-
* "created_at": "2026-04-
|
|
17750
|
+
* "created_at": "2026-04-22T08:58:08.000000Z"
|
|
17747
17751
|
* },
|
|
17748
17752
|
* {
|
|
17749
|
-
* "uid": "
|
|
17753
|
+
* "uid": "f4e1bddc-6353-4dc6-a321-c932680038a6",
|
|
17750
17754
|
* "listing_id": 1,
|
|
17751
17755
|
* "landlord_id": 2,
|
|
17752
17756
|
* "tenant_id": 2,
|
|
@@ -17758,12 +17762,12 @@ export interface operations {
|
|
|
17758
17762
|
* "is_periodic": false,
|
|
17759
17763
|
* "company_name": null,
|
|
17760
17764
|
* "company_registration_number": null,
|
|
17761
|
-
* "created_at": "2026-04-
|
|
17765
|
+
* "created_at": "2026-04-22T08:58:08.000000Z"
|
|
17762
17766
|
* }
|
|
17763
17767
|
* ]
|
|
17764
17768
|
*/
|
|
17765
17769
|
data?: {
|
|
17766
|
-
/** @example
|
|
17770
|
+
/** @example d955318c-0ed4-419b-a25f-8f6b96911bd4 */
|
|
17767
17771
|
uid?: string;
|
|
17768
17772
|
/** @example 1 */
|
|
17769
17773
|
listing_id?: number;
|
|
@@ -17787,7 +17791,7 @@ export interface operations {
|
|
|
17787
17791
|
company_name?: string | null;
|
|
17788
17792
|
/** @example null */
|
|
17789
17793
|
company_registration_number?: string | null;
|
|
17790
|
-
/** @example 2026-04-
|
|
17794
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17791
17795
|
created_at?: string;
|
|
17792
17796
|
}[];
|
|
17793
17797
|
links?: {
|
|
@@ -17894,7 +17898,7 @@ export interface operations {
|
|
|
17894
17898
|
content: {
|
|
17895
17899
|
"application/json": {
|
|
17896
17900
|
data?: {
|
|
17897
|
-
/** @example
|
|
17901
|
+
/** @example 121 */
|
|
17898
17902
|
id?: number;
|
|
17899
17903
|
compliance?: {
|
|
17900
17904
|
/** @example 1 */
|
|
@@ -17914,9 +17918,9 @@ export interface operations {
|
|
|
17914
17918
|
rejection_reason?: string | null;
|
|
17915
17919
|
/** @example 1 */
|
|
17916
17920
|
reviewed_by?: number;
|
|
17917
|
-
/** @example 2026-04-
|
|
17921
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17918
17922
|
reviewed_at?: string;
|
|
17919
|
-
/** @example 2026-04-
|
|
17923
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17920
17924
|
created_at?: string;
|
|
17921
17925
|
};
|
|
17922
17926
|
};
|
|
@@ -17943,7 +17947,7 @@ export interface operations {
|
|
|
17943
17947
|
content: {
|
|
17944
17948
|
"application/json": {
|
|
17945
17949
|
data?: {
|
|
17946
|
-
/** @example
|
|
17950
|
+
/** @example 122 */
|
|
17947
17951
|
id?: number;
|
|
17948
17952
|
compliance?: {
|
|
17949
17953
|
/** @example 1 */
|
|
@@ -17963,9 +17967,9 @@ export interface operations {
|
|
|
17963
17967
|
rejection_reason?: string | null;
|
|
17964
17968
|
/** @example 1 */
|
|
17965
17969
|
reviewed_by?: number;
|
|
17966
|
-
/** @example 2026-04-
|
|
17970
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17967
17971
|
reviewed_at?: string;
|
|
17968
|
-
/** @example 2026-04-
|
|
17972
|
+
/** @example 2026-04-22T08:58:08.000000Z */
|
|
17969
17973
|
created_at?: string;
|
|
17970
17974
|
};
|
|
17971
17975
|
};
|
|
@@ -18987,35 +18991,35 @@ export interface operations {
|
|
|
18987
18991
|
/**
|
|
18988
18992
|
* @example [
|
|
18989
18993
|
* {
|
|
18990
|
-
* "uid": "
|
|
18994
|
+
* "uid": "64b87ca7-1a9e-40b1-84ff-56fde4b53bad",
|
|
18991
18995
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18992
18996
|
* "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.",
|
|
18993
18997
|
* "status": "reported",
|
|
18994
18998
|
* "priority": "emergency",
|
|
18995
|
-
* "reported_at": "2026-04-
|
|
18996
|
-
* "assigned_at": "2026-04-
|
|
18999
|
+
* "reported_at": "2026-04-15T20:11:44.000000Z",
|
|
19000
|
+
* "assigned_at": "2026-04-20T16:31:36.000000Z",
|
|
18997
19001
|
* "completed_at": null,
|
|
18998
|
-
* "sla_deadline": "2026-04-
|
|
18999
|
-
* "created_at": "2026-04-
|
|
19000
|
-
* "updated_at": "2026-04-
|
|
19002
|
+
* "sla_deadline": "2026-04-23T21:53:59.000000Z",
|
|
19003
|
+
* "created_at": "2026-04-22T08:58:09.000000Z",
|
|
19004
|
+
* "updated_at": "2026-04-22T08:58:09.000000Z"
|
|
19001
19005
|
* },
|
|
19002
19006
|
* {
|
|
19003
|
-
* "uid": "
|
|
19007
|
+
* "uid": "0a949d07-0cc7-4bbc-b1a2-c364a1ab33f2",
|
|
19004
19008
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
19005
19009
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
19006
19010
|
* "status": "completed",
|
|
19007
19011
|
* "priority": "normal",
|
|
19008
|
-
* "reported_at": "2026-04-
|
|
19012
|
+
* "reported_at": "2026-04-18T08:50:09.000000Z",
|
|
19009
19013
|
* "assigned_at": null,
|
|
19010
19014
|
* "completed_at": null,
|
|
19011
|
-
* "sla_deadline": "2026-04-
|
|
19012
|
-
* "created_at": "2026-04-
|
|
19013
|
-
* "updated_at": "2026-04-
|
|
19015
|
+
* "sla_deadline": "2026-04-25T05:53:56.000000Z",
|
|
19016
|
+
* "created_at": "2026-04-22T08:58:09.000000Z",
|
|
19017
|
+
* "updated_at": "2026-04-22T08:58:09.000000Z"
|
|
19014
19018
|
* }
|
|
19015
19019
|
* ]
|
|
19016
19020
|
*/
|
|
19017
19021
|
data?: {
|
|
19018
|
-
/** @example
|
|
19022
|
+
/** @example 64b87ca7-1a9e-40b1-84ff-56fde4b53bad */
|
|
19019
19023
|
uid?: string;
|
|
19020
19024
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
19021
19025
|
title?: string;
|
|
@@ -19025,17 +19029,17 @@ export interface operations {
|
|
|
19025
19029
|
status?: string;
|
|
19026
19030
|
/** @example emergency */
|
|
19027
19031
|
priority?: string;
|
|
19028
|
-
/** @example 2026-04-
|
|
19032
|
+
/** @example 2026-04-15T20:11:44.000000Z */
|
|
19029
19033
|
reported_at?: string;
|
|
19030
|
-
/** @example 2026-04-
|
|
19034
|
+
/** @example 2026-04-20T16:31:36.000000Z */
|
|
19031
19035
|
assigned_at?: string;
|
|
19032
19036
|
/** @example null */
|
|
19033
19037
|
completed_at?: string | null;
|
|
19034
|
-
/** @example 2026-04-
|
|
19038
|
+
/** @example 2026-04-23T21:53:59.000000Z */
|
|
19035
19039
|
sla_deadline?: string;
|
|
19036
|
-
/** @example 2026-04-
|
|
19040
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19037
19041
|
created_at?: string;
|
|
19038
|
-
/** @example 2026-04-
|
|
19042
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19039
19043
|
updated_at?: string;
|
|
19040
19044
|
}[];
|
|
19041
19045
|
links?: {
|
|
@@ -19130,13 +19134,13 @@ export interface operations {
|
|
|
19130
19134
|
content: {
|
|
19131
19135
|
"application/json": {
|
|
19132
19136
|
data?: {
|
|
19133
|
-
/** @example
|
|
19137
|
+
/** @example 9134ebb6-ff5d-4e99-8a33-db2498c0f74b */
|
|
19134
19138
|
uid?: string;
|
|
19135
19139
|
/** @example image */
|
|
19136
19140
|
file_type?: string;
|
|
19137
19141
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
19138
19142
|
url?: string;
|
|
19139
|
-
/** @example 2026-04-
|
|
19143
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19140
19144
|
created_at?: string;
|
|
19141
19145
|
};
|
|
19142
19146
|
};
|
|
@@ -19181,7 +19185,7 @@ export interface operations {
|
|
|
19181
19185
|
content: {
|
|
19182
19186
|
"application/json": {
|
|
19183
19187
|
data?: {
|
|
19184
|
-
/** @example
|
|
19188
|
+
/** @example 52 */
|
|
19185
19189
|
id?: number;
|
|
19186
19190
|
/** @example property_inquiry */
|
|
19187
19191
|
type?: string;
|
|
@@ -19189,7 +19193,7 @@ export interface operations {
|
|
|
19189
19193
|
listing_id?: number;
|
|
19190
19194
|
/** @example null */
|
|
19191
19195
|
last_message_at?: string | null;
|
|
19192
|
-
/** @example 2026-04-
|
|
19196
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19193
19197
|
created_at?: string;
|
|
19194
19198
|
};
|
|
19195
19199
|
};
|
|
@@ -19215,23 +19219,23 @@ export interface operations {
|
|
|
19215
19219
|
/**
|
|
19216
19220
|
* @example [
|
|
19217
19221
|
* {
|
|
19218
|
-
* "id":
|
|
19222
|
+
* "id": 53,
|
|
19219
19223
|
* "type": "property_inquiry",
|
|
19220
19224
|
* "listing_id": 2,
|
|
19221
19225
|
* "last_message_at": null,
|
|
19222
|
-
* "created_at": "2026-04-
|
|
19226
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
19223
19227
|
* },
|
|
19224
19228
|
* {
|
|
19225
|
-
* "id":
|
|
19229
|
+
* "id": 54,
|
|
19226
19230
|
* "type": "property_inquiry",
|
|
19227
19231
|
* "listing_id": 2,
|
|
19228
19232
|
* "last_message_at": null,
|
|
19229
|
-
* "created_at": "2026-04-
|
|
19233
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
19230
19234
|
* }
|
|
19231
19235
|
* ]
|
|
19232
19236
|
*/
|
|
19233
19237
|
data?: {
|
|
19234
|
-
/** @example
|
|
19238
|
+
/** @example 53 */
|
|
19235
19239
|
id?: number;
|
|
19236
19240
|
/** @example property_inquiry */
|
|
19237
19241
|
type?: string;
|
|
@@ -19239,7 +19243,7 @@ export interface operations {
|
|
|
19239
19243
|
listing_id?: number;
|
|
19240
19244
|
/** @example null */
|
|
19241
19245
|
last_message_at?: string | null;
|
|
19242
|
-
/** @example 2026-04-
|
|
19246
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19243
19247
|
created_at?: string;
|
|
19244
19248
|
}[];
|
|
19245
19249
|
links?: {
|
|
@@ -19557,27 +19561,27 @@ export interface operations {
|
|
|
19557
19561
|
/**
|
|
19558
19562
|
* @example [
|
|
19559
19563
|
* {
|
|
19560
|
-
* "id": "
|
|
19564
|
+
* "id": "56447a8f-ac3b-4f08-bdb8-9d8fa6112c2b",
|
|
19561
19565
|
* "type": "APPOINTMENT_CREATED",
|
|
19562
19566
|
* "title": "faker notification",
|
|
19563
19567
|
* "body": "faker notification body",
|
|
19564
19568
|
* "data": [],
|
|
19565
19569
|
* "read_at": null,
|
|
19566
|
-
* "created_at": "2026-04-
|
|
19570
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
19567
19571
|
* },
|
|
19568
19572
|
* {
|
|
19569
|
-
* "id": "
|
|
19573
|
+
* "id": "52afd3f1-db3b-47d1-ab84-33e899f98e0f",
|
|
19570
19574
|
* "type": "APPOINTMENT_CREATED",
|
|
19571
19575
|
* "title": "faker notification",
|
|
19572
19576
|
* "body": "faker notification body",
|
|
19573
19577
|
* "data": [],
|
|
19574
19578
|
* "read_at": null,
|
|
19575
|
-
* "created_at": "2026-04-
|
|
19579
|
+
* "created_at": "2026-04-22T08:58:09.000000Z"
|
|
19576
19580
|
* }
|
|
19577
19581
|
* ]
|
|
19578
19582
|
*/
|
|
19579
19583
|
data?: {
|
|
19580
|
-
/** @example
|
|
19584
|
+
/** @example 56447a8f-ac3b-4f08-bdb8-9d8fa6112c2b */
|
|
19581
19585
|
id?: string;
|
|
19582
19586
|
/** @example APPOINTMENT_CREATED */
|
|
19583
19587
|
type?: string;
|
|
@@ -19589,7 +19593,7 @@ export interface operations {
|
|
|
19589
19593
|
data?: unknown[];
|
|
19590
19594
|
/** @example null */
|
|
19591
19595
|
read_at?: string | null;
|
|
19592
|
-
/** @example 2026-04-
|
|
19596
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19593
19597
|
created_at?: string;
|
|
19594
19598
|
}[];
|
|
19595
19599
|
links?: {
|
|
@@ -19673,7 +19677,7 @@ export interface operations {
|
|
|
19673
19677
|
};
|
|
19674
19678
|
content: {
|
|
19675
19679
|
"application/json": {
|
|
19676
|
-
/** @example
|
|
19680
|
+
/** @example 8bdefc89-26c8-48b1-88d4-0dd71a0581a3 */
|
|
19677
19681
|
id?: string;
|
|
19678
19682
|
/** @example APPOINTMENT_CREATED */
|
|
19679
19683
|
type?: string;
|
|
@@ -19685,7 +19689,7 @@ export interface operations {
|
|
|
19685
19689
|
data?: unknown[];
|
|
19686
19690
|
/** @example null */
|
|
19687
19691
|
read_at?: string | null;
|
|
19688
|
-
/** @example 2026-04-
|
|
19692
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
19689
19693
|
created_at?: string;
|
|
19690
19694
|
};
|
|
19691
19695
|
};
|
|
@@ -19795,6 +19799,8 @@ export interface operations {
|
|
|
19795
19799
|
key?: string;
|
|
19796
19800
|
/** @example adipisci */
|
|
19797
19801
|
name?: string;
|
|
19802
|
+
/** @example soft */
|
|
19803
|
+
enforcement_mode?: string;
|
|
19798
19804
|
/** @example Landlord */
|
|
19799
19805
|
user_type?: string;
|
|
19800
19806
|
/** @example true */
|
|
@@ -19932,45 +19938,45 @@ export interface operations {
|
|
|
19932
19938
|
/**
|
|
19933
19939
|
* @example [
|
|
19934
19940
|
* {
|
|
19935
|
-
* "id":
|
|
19941
|
+
* "id": 103,
|
|
19936
19942
|
* "rating": 1,
|
|
19937
19943
|
* "comment": "Nice Listing",
|
|
19938
19944
|
* "reviewer": {
|
|
19939
|
-
* "id":
|
|
19940
|
-
* "name": "
|
|
19945
|
+
* "id": 5,
|
|
19946
|
+
* "name": "Mary Hall"
|
|
19941
19947
|
* },
|
|
19942
|
-
* "created_at": "2026-04-
|
|
19943
|
-
* "updated_at": "2026-04-
|
|
19948
|
+
* "created_at": "2026-04-22T08:58:09+00:00",
|
|
19949
|
+
* "updated_at": "2026-04-22T08:58:09+00:00"
|
|
19944
19950
|
* },
|
|
19945
19951
|
* {
|
|
19946
|
-
* "id":
|
|
19952
|
+
* "id": 104,
|
|
19947
19953
|
* "rating": 1,
|
|
19948
19954
|
* "comment": "Nice Listing",
|
|
19949
19955
|
* "reviewer": {
|
|
19950
|
-
* "id":
|
|
19951
|
-
* "name": "
|
|
19956
|
+
* "id": 18,
|
|
19957
|
+
* "name": "Wayne Davies"
|
|
19952
19958
|
* },
|
|
19953
|
-
* "created_at": "2026-04-
|
|
19954
|
-
* "updated_at": "2026-04-
|
|
19959
|
+
* "created_at": "2026-04-22T08:58:09+00:00",
|
|
19960
|
+
* "updated_at": "2026-04-22T08:58:09+00:00"
|
|
19955
19961
|
* }
|
|
19956
19962
|
* ]
|
|
19957
19963
|
*/
|
|
19958
19964
|
data?: {
|
|
19959
|
-
/** @example
|
|
19965
|
+
/** @example 103 */
|
|
19960
19966
|
id?: number;
|
|
19961
19967
|
/** @example 1 */
|
|
19962
19968
|
rating?: number;
|
|
19963
19969
|
/** @example Nice Listing */
|
|
19964
19970
|
comment?: string;
|
|
19965
19971
|
reviewer?: {
|
|
19966
|
-
/** @example
|
|
19972
|
+
/** @example 5 */
|
|
19967
19973
|
id?: number;
|
|
19968
|
-
/** @example
|
|
19974
|
+
/** @example Mary Hall */
|
|
19969
19975
|
name?: string;
|
|
19970
19976
|
};
|
|
19971
|
-
/** @example 2026-04-
|
|
19977
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
19972
19978
|
created_at?: string;
|
|
19973
|
-
/** @example 2026-04-
|
|
19979
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
19974
19980
|
updated_at?: string;
|
|
19975
19981
|
}[];
|
|
19976
19982
|
links?: {
|
|
@@ -20124,21 +20130,21 @@ export interface operations {
|
|
|
20124
20130
|
content: {
|
|
20125
20131
|
"application/json": {
|
|
20126
20132
|
data?: {
|
|
20127
|
-
/** @example
|
|
20133
|
+
/** @example 105 */
|
|
20128
20134
|
id?: number;
|
|
20129
20135
|
/** @example 1 */
|
|
20130
20136
|
rating?: number;
|
|
20131
20137
|
/** @example Nice Listing */
|
|
20132
20138
|
comment?: string;
|
|
20133
20139
|
reviewer?: {
|
|
20134
|
-
/** @example
|
|
20140
|
+
/** @example 13 */
|
|
20135
20141
|
id?: number;
|
|
20136
|
-
/** @example
|
|
20142
|
+
/** @example Matthew Campbell */
|
|
20137
20143
|
name?: string;
|
|
20138
20144
|
};
|
|
20139
|
-
/** @example 2026-04-
|
|
20145
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20140
20146
|
created_at?: string;
|
|
20141
|
-
/** @example 2026-04-
|
|
20147
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20142
20148
|
updated_at?: string;
|
|
20143
20149
|
};
|
|
20144
20150
|
};
|
|
@@ -20182,21 +20188,21 @@ export interface operations {
|
|
|
20182
20188
|
content: {
|
|
20183
20189
|
"application/json": {
|
|
20184
20190
|
data?: {
|
|
20185
|
-
/** @example
|
|
20191
|
+
/** @example 106 */
|
|
20186
20192
|
id?: number;
|
|
20187
20193
|
/** @example 1 */
|
|
20188
20194
|
rating?: number;
|
|
20189
20195
|
/** @example Nice Listing */
|
|
20190
20196
|
comment?: string;
|
|
20191
20197
|
reviewer?: {
|
|
20192
|
-
/** @example
|
|
20198
|
+
/** @example 21 */
|
|
20193
20199
|
id?: number;
|
|
20194
|
-
/** @example
|
|
20200
|
+
/** @example Isla Simpson */
|
|
20195
20201
|
name?: string;
|
|
20196
20202
|
};
|
|
20197
|
-
/** @example 2026-04-
|
|
20203
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20198
20204
|
created_at?: string;
|
|
20199
|
-
/** @example 2026-04-
|
|
20205
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20200
20206
|
updated_at?: string;
|
|
20201
20207
|
};
|
|
20202
20208
|
};
|
|
@@ -20238,21 +20244,21 @@ export interface operations {
|
|
|
20238
20244
|
content: {
|
|
20239
20245
|
"application/json": {
|
|
20240
20246
|
data?: {
|
|
20241
|
-
/** @example
|
|
20247
|
+
/** @example 107 */
|
|
20242
20248
|
id?: number;
|
|
20243
20249
|
/** @example 1 */
|
|
20244
20250
|
rating?: number;
|
|
20245
20251
|
/** @example Nice Listing */
|
|
20246
20252
|
comment?: string;
|
|
20247
20253
|
reviewer?: {
|
|
20248
|
-
/** @example
|
|
20254
|
+
/** @example 13 */
|
|
20249
20255
|
id?: number;
|
|
20250
|
-
/** @example
|
|
20256
|
+
/** @example Matthew Campbell */
|
|
20251
20257
|
name?: string;
|
|
20252
20258
|
};
|
|
20253
|
-
/** @example 2026-04-
|
|
20259
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20254
20260
|
created_at?: string;
|
|
20255
|
-
/** @example 2026-04-
|
|
20261
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20256
20262
|
updated_at?: string;
|
|
20257
20263
|
};
|
|
20258
20264
|
};
|
|
@@ -20279,7 +20285,7 @@ export interface operations {
|
|
|
20279
20285
|
content: {
|
|
20280
20286
|
"application/json": {
|
|
20281
20287
|
data?: {
|
|
20282
|
-
/** @example
|
|
20288
|
+
/** @example 108 */
|
|
20283
20289
|
id?: number;
|
|
20284
20290
|
/** @example 1 */
|
|
20285
20291
|
rating?: number;
|
|
@@ -20291,9 +20297,9 @@ export interface operations {
|
|
|
20291
20297
|
/** @example Jayden Ward */
|
|
20292
20298
|
name?: string;
|
|
20293
20299
|
};
|
|
20294
|
-
/** @example 2026-04-
|
|
20300
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20295
20301
|
created_at?: string;
|
|
20296
|
-
/** @example 2026-04-
|
|
20302
|
+
/** @example 2026-04-22T08:58:09+00:00 */
|
|
20297
20303
|
updated_at?: string;
|
|
20298
20304
|
};
|
|
20299
20305
|
};
|
|
@@ -20320,7 +20326,7 @@ export interface operations {
|
|
|
20320
20326
|
content: {
|
|
20321
20327
|
"application/json": {
|
|
20322
20328
|
data?: {
|
|
20323
|
-
/** @example
|
|
20329
|
+
/** @example 5406cc18-8fce-4413-9b4e-5cdb77a56d52 */
|
|
20324
20330
|
uid?: string;
|
|
20325
20331
|
/** @example 1 */
|
|
20326
20332
|
listing_id?: number;
|
|
@@ -20328,15 +20334,15 @@ export interface operations {
|
|
|
20328
20334
|
landlord_id?: number;
|
|
20329
20335
|
/** @example 2 */
|
|
20330
20336
|
tenant_id?: number;
|
|
20331
|
-
/** @example
|
|
20337
|
+
/** @example 2522.04 */
|
|
20332
20338
|
rent_amount?: string;
|
|
20333
|
-
/** @example
|
|
20339
|
+
/** @example 1725.30 */
|
|
20334
20340
|
deposit_amount?: string;
|
|
20335
|
-
/** @example
|
|
20341
|
+
/** @example terminated */
|
|
20336
20342
|
state?: string;
|
|
20337
|
-
/** @example 2026-
|
|
20343
|
+
/** @example 2026-01-21T00:00:00.000000Z */
|
|
20338
20344
|
start_date?: string;
|
|
20339
|
-
/** @example 2027-
|
|
20345
|
+
/** @example 2027-01-21T00:00:00.000000Z */
|
|
20340
20346
|
end_date?: string;
|
|
20341
20347
|
/** @example false */
|
|
20342
20348
|
is_periodic?: boolean;
|
|
@@ -20344,7 +20350,7 @@ export interface operations {
|
|
|
20344
20350
|
company_name?: string | null;
|
|
20345
20351
|
/** @example null */
|
|
20346
20352
|
company_registration_number?: string | null;
|
|
20347
|
-
/** @example 2026-04-
|
|
20353
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
20348
20354
|
created_at?: string;
|
|
20349
20355
|
/** @example [] */
|
|
20350
20356
|
compliances?: unknown[];
|
|
@@ -20421,7 +20427,7 @@ export interface operations {
|
|
|
20421
20427
|
content: {
|
|
20422
20428
|
"application/json": {
|
|
20423
20429
|
data?: {
|
|
20424
|
-
/** @example
|
|
20430
|
+
/** @example bc0b56c9-5467-41c9-aad8-e1b3deb1baa5 */
|
|
20425
20431
|
uid?: string;
|
|
20426
20432
|
/** @example 1 */
|
|
20427
20433
|
listing_id?: number;
|
|
@@ -20445,7 +20451,7 @@ export interface operations {
|
|
|
20445
20451
|
company_name?: string | null;
|
|
20446
20452
|
/** @example null */
|
|
20447
20453
|
company_registration_number?: string | null;
|
|
20448
|
-
/** @example 2026-04-
|
|
20454
|
+
/** @example 2026-04-22T08:58:09.000000Z */
|
|
20449
20455
|
created_at?: string;
|
|
20450
20456
|
};
|
|
20451
20457
|
};
|
|
@@ -20739,7 +20745,7 @@ export interface operations {
|
|
|
20739
20745
|
* "changed_by_user_id": 3,
|
|
20740
20746
|
* "changed_by_name": "Teagan King",
|
|
20741
20747
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
20742
|
-
* "created_at": "2025-12-
|
|
20748
|
+
* "created_at": "2025-12-14T19:45:08.000000Z"
|
|
20743
20749
|
* },
|
|
20744
20750
|
* {
|
|
20745
20751
|
* "from_state": "pre_move_in_ready",
|
|
@@ -20747,7 +20753,7 @@ export interface operations {
|
|
|
20747
20753
|
* "changed_by_user_id": 3,
|
|
20748
20754
|
* "changed_by_name": "Teagan King",
|
|
20749
20755
|
* "comment": null,
|
|
20750
|
-
* "created_at": "2025-10-
|
|
20756
|
+
* "created_at": "2025-10-31T03:40:48.000000Z"
|
|
20751
20757
|
* }
|
|
20752
20758
|
* ]
|
|
20753
20759
|
*/
|
|
@@ -20762,7 +20768,7 @@ export interface operations {
|
|
|
20762
20768
|
changed_by_name?: string;
|
|
20763
20769
|
/** @example Qui commodi incidunt iure odit. */
|
|
20764
20770
|
comment?: string;
|
|
20765
|
-
/** @example 2025-12-
|
|
20771
|
+
/** @example 2025-12-14T19:45:08.000000Z */
|
|
20766
20772
|
created_at?: string;
|
|
20767
20773
|
}[];
|
|
20768
20774
|
};
|
|
@@ -21006,7 +21012,7 @@ export interface operations {
|
|
|
21006
21012
|
content: {
|
|
21007
21013
|
"application/json": {
|
|
21008
21014
|
data?: {
|
|
21009
|
-
/** @example
|
|
21015
|
+
/** @example 523d5c06-3dad-4188-9213-05f2969e8f65 */
|
|
21010
21016
|
uid?: string;
|
|
21011
21017
|
/** @example Ms. Audra Crooks II */
|
|
21012
21018
|
username?: string;
|
|
@@ -21036,7 +21042,7 @@ export interface operations {
|
|
|
21036
21042
|
timezone?: string;
|
|
21037
21043
|
/** @example Customer */
|
|
21038
21044
|
user_type?: string;
|
|
21039
|
-
/** @example 22 Apr 2026,
|
|
21045
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21040
21046
|
created?: string;
|
|
21041
21047
|
/** @example 0 seconds ago */
|
|
21042
21048
|
email_verified_at?: string;
|
|
@@ -21135,7 +21141,7 @@ export interface operations {
|
|
|
21135
21141
|
content: {
|
|
21136
21142
|
"application/json": {
|
|
21137
21143
|
data?: {
|
|
21138
|
-
/** @example
|
|
21144
|
+
/** @example ffa87fc8-f616-41f8-9a73-befb80791b10 */
|
|
21139
21145
|
uid?: string;
|
|
21140
21146
|
/** @example Morgan Hirthe */
|
|
21141
21147
|
username?: string;
|
|
@@ -21165,7 +21171,7 @@ export interface operations {
|
|
|
21165
21171
|
timezone?: string;
|
|
21166
21172
|
/** @example Customer */
|
|
21167
21173
|
user_type?: string;
|
|
21168
|
-
/** @example 22 Apr 2026,
|
|
21174
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21169
21175
|
created?: string;
|
|
21170
21176
|
/** @example 0 seconds ago */
|
|
21171
21177
|
email_verified_at?: string;
|
|
@@ -21237,7 +21243,7 @@ export interface operations {
|
|
|
21237
21243
|
content: {
|
|
21238
21244
|
"application/json": {
|
|
21239
21245
|
data?: {
|
|
21240
|
-
/** @example
|
|
21246
|
+
/** @example c5ea30db-a890-4139-8910-97acd60751a6 */
|
|
21241
21247
|
uid?: string;
|
|
21242
21248
|
/** @example Ms. Audra Crooks II */
|
|
21243
21249
|
username?: string;
|
|
@@ -21267,7 +21273,7 @@ export interface operations {
|
|
|
21267
21273
|
timezone?: string;
|
|
21268
21274
|
/** @example Customer */
|
|
21269
21275
|
user_type?: string;
|
|
21270
|
-
/** @example 22 Apr 2026,
|
|
21276
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21271
21277
|
created?: string;
|
|
21272
21278
|
/** @example 0 seconds ago */
|
|
21273
21279
|
email_verified_at?: string;
|
|
@@ -21501,13 +21507,13 @@ export interface operations {
|
|
|
21501
21507
|
content: {
|
|
21502
21508
|
"application/json": {
|
|
21503
21509
|
data?: {
|
|
21504
|
-
/** @example
|
|
21510
|
+
/** @example 9 */
|
|
21505
21511
|
current_level?: number;
|
|
21506
21512
|
/** @example 3 */
|
|
21507
21513
|
completed_layers?: number;
|
|
21508
|
-
/** @example
|
|
21514
|
+
/** @example 2 */
|
|
21509
21515
|
pending_layers?: number;
|
|
21510
|
-
/** @example 22 Apr 2026,
|
|
21516
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21511
21517
|
last_calculated_at?: string;
|
|
21512
21518
|
};
|
|
21513
21519
|
};
|
|
@@ -21555,7 +21561,7 @@ export interface operations {
|
|
|
21555
21561
|
completed_layers?: number;
|
|
21556
21562
|
/** @example 4 */
|
|
21557
21563
|
pending_layers?: number;
|
|
21558
|
-
/** @example 22 Apr 2026,
|
|
21564
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21559
21565
|
last_calculated_at?: string;
|
|
21560
21566
|
};
|
|
21561
21567
|
};
|
|
@@ -21589,14 +21595,14 @@ export interface operations {
|
|
|
21589
21595
|
content: {
|
|
21590
21596
|
"application/json": {
|
|
21591
21597
|
data?: {
|
|
21592
|
-
/** @example
|
|
21598
|
+
/** @example 7aa5a010-41dc-4509-9d5b-9c0db181a995 */
|
|
21593
21599
|
wishlist_uid?: string;
|
|
21594
21600
|
listing?: {
|
|
21595
|
-
/** @example New For Sale Used Item draft • 22 Apr 2026,
|
|
21601
|
+
/** @example New For Sale Used Item draft • 22 Apr 2026, 8:58 AM */
|
|
21596
21602
|
draft_name?: string;
|
|
21597
|
-
/** @example LST-UIT-SAL-
|
|
21603
|
+
/** @example LST-UIT-SAL-MO9TLEXW37Z */
|
|
21598
21604
|
sku?: string;
|
|
21599
|
-
/** @example
|
|
21605
|
+
/** @example 7fb861c8-3d57-446d-b803-51582a735868 */
|
|
21600
21606
|
uid?: string;
|
|
21601
21607
|
/** @example Sale */
|
|
21602
21608
|
listing_type?: string;
|
|
@@ -21680,15 +21686,15 @@ export interface operations {
|
|
|
21680
21686
|
/**
|
|
21681
21687
|
* @example [
|
|
21682
21688
|
* {
|
|
21683
|
-
* "wishlist_uid": "
|
|
21689
|
+
* "wishlist_uid": "00ffcf69-6055-4f4c-86aa-8e7f5ffc88d4"
|
|
21684
21690
|
* },
|
|
21685
21691
|
* {
|
|
21686
|
-
* "wishlist_uid": "
|
|
21692
|
+
* "wishlist_uid": "6a2bab81-04cb-450d-b083-32b438082fd6"
|
|
21687
21693
|
* }
|
|
21688
21694
|
* ]
|
|
21689
21695
|
*/
|
|
21690
21696
|
data?: {
|
|
21691
|
-
/** @example
|
|
21697
|
+
/** @example 00ffcf69-6055-4f4c-86aa-8e7f5ffc88d4 */
|
|
21692
21698
|
wishlist_uid?: string;
|
|
21693
21699
|
}[];
|
|
21694
21700
|
links?: {
|
|
@@ -21776,7 +21782,7 @@ export interface operations {
|
|
|
21776
21782
|
completed_layers?: number;
|
|
21777
21783
|
/** @example 4 */
|
|
21778
21784
|
pending_layers?: number;
|
|
21779
|
-
/** @example 22 Apr 2026,
|
|
21785
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21780
21786
|
last_calculated_at?: string;
|
|
21781
21787
|
};
|
|
21782
21788
|
};
|
|
@@ -21938,7 +21944,7 @@ export interface operations {
|
|
|
21938
21944
|
completed_layers?: number;
|
|
21939
21945
|
/** @example 4 */
|
|
21940
21946
|
pending_layers?: number;
|
|
21941
|
-
/** @example 22 Apr 2026,
|
|
21947
|
+
/** @example 22 Apr 2026, 08:58 AM */
|
|
21942
21948
|
last_calculated_at?: string;
|
|
21943
21949
|
};
|
|
21944
21950
|
};
|