@justins-home/types 1.1.38 → 1.1.39
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 +367 -268
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -2087,6 +2087,29 @@ export interface paths {
|
|
|
2087
2087
|
patch?: never;
|
|
2088
2088
|
trace?: never;
|
|
2089
2089
|
};
|
|
2090
|
+
"/api/v1/portal/admin/compliances/fetch-one/{compliance_id}": {
|
|
2091
|
+
parameters: {
|
|
2092
|
+
query?: never;
|
|
2093
|
+
header?: never;
|
|
2094
|
+
path: {
|
|
2095
|
+
/** @description The ID of the compliance definition. */
|
|
2096
|
+
compliance_id: number;
|
|
2097
|
+
};
|
|
2098
|
+
cookie?: never;
|
|
2099
|
+
};
|
|
2100
|
+
/**
|
|
2101
|
+
* getComplianceDefinition
|
|
2102
|
+
* @description Retrieve a single compliance definition with requirements and assignments.
|
|
2103
|
+
*/
|
|
2104
|
+
get: operations["getComplianceDefinition"];
|
|
2105
|
+
put?: never;
|
|
2106
|
+
post?: never;
|
|
2107
|
+
delete?: never;
|
|
2108
|
+
options?: never;
|
|
2109
|
+
head?: never;
|
|
2110
|
+
patch?: never;
|
|
2111
|
+
trace?: never;
|
|
2112
|
+
};
|
|
2090
2113
|
"/api/v1/portal/admin/compliances/create": {
|
|
2091
2114
|
parameters: {
|
|
2092
2115
|
query?: never;
|
|
@@ -5854,7 +5877,7 @@ export interface operations {
|
|
|
5854
5877
|
content: {
|
|
5855
5878
|
"application/json": {
|
|
5856
5879
|
data?: {
|
|
5857
|
-
/** @example
|
|
5880
|
+
/** @example 5a791888-4276-4d7c-9ac9-fb90a24904df */
|
|
5858
5881
|
uid?: string;
|
|
5859
5882
|
/** @example Ms. Audra Crooks II */
|
|
5860
5883
|
username?: string;
|
|
@@ -5884,7 +5907,7 @@ export interface operations {
|
|
|
5884
5907
|
timezone?: string;
|
|
5885
5908
|
/** @example Customer */
|
|
5886
5909
|
user_type?: string;
|
|
5887
|
-
/** @example 21 Apr 2026,
|
|
5910
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
5888
5911
|
created?: string;
|
|
5889
5912
|
/** @example 0 seconds ago */
|
|
5890
5913
|
email_verified_at?: string;
|
|
@@ -6137,11 +6160,11 @@ export interface operations {
|
|
|
6137
6160
|
content: {
|
|
6138
6161
|
"application/json": {
|
|
6139
6162
|
data?: {
|
|
6140
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
6163
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
6141
6164
|
draft_name?: string;
|
|
6142
|
-
/** @example LST-PRP-LTR-
|
|
6165
|
+
/** @example LST-PRP-LTR-MO8WN4SEIEE */
|
|
6143
6166
|
sku?: string;
|
|
6144
|
-
/** @example
|
|
6167
|
+
/** @example 5ff9e7fe-95b1-4468-8d6b-690e7b72570e */
|
|
6145
6168
|
uid?: string;
|
|
6146
6169
|
/** @example Rent */
|
|
6147
6170
|
listing_type?: string;
|
|
@@ -7553,7 +7576,7 @@ export interface operations {
|
|
|
7553
7576
|
content: {
|
|
7554
7577
|
"application/json": {
|
|
7555
7578
|
/**
|
|
7556
|
-
* @example
|
|
7579
|
+
* @example Unverified
|
|
7557
7580
|
* @enum {string}
|
|
7558
7581
|
*/
|
|
7559
7582
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7568,7 +7591,7 @@ export interface operations {
|
|
|
7568
7591
|
content: {
|
|
7569
7592
|
"application/json": {
|
|
7570
7593
|
data?: {
|
|
7571
|
-
/** @example
|
|
7594
|
+
/** @example 5c0ab7a9-a18e-4210-a9fe-4dbc08a25ec3 */
|
|
7572
7595
|
uid?: string;
|
|
7573
7596
|
/** @example Morgan Hirthe */
|
|
7574
7597
|
username?: string;
|
|
@@ -7598,7 +7621,7 @@ export interface operations {
|
|
|
7598
7621
|
timezone?: string;
|
|
7599
7622
|
/** @example Customer */
|
|
7600
7623
|
user_type?: string;
|
|
7601
|
-
/** @example 21 Apr 2026,
|
|
7624
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
7602
7625
|
created?: string;
|
|
7603
7626
|
/** @example 0 seconds ago */
|
|
7604
7627
|
email_verified_at?: string;
|
|
@@ -8307,11 +8330,11 @@ export interface operations {
|
|
|
8307
8330
|
content: {
|
|
8308
8331
|
"application/json": {
|
|
8309
8332
|
data?: {
|
|
8310
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
8333
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
8311
8334
|
draft_name?: string;
|
|
8312
|
-
/** @example LST-PRP-LTR-
|
|
8335
|
+
/** @example LST-PRP-LTR-MO8WN4WCS3G */
|
|
8313
8336
|
sku?: string;
|
|
8314
|
-
/** @example
|
|
8337
|
+
/** @example 903707e2-9724-4067-a1b4-3424a1462b42 */
|
|
8315
8338
|
uid?: string;
|
|
8316
8339
|
/** @example Rent */
|
|
8317
8340
|
listing_type?: string;
|
|
@@ -8751,7 +8774,7 @@ export interface operations {
|
|
|
8751
8774
|
content: {
|
|
8752
8775
|
"application/json": {
|
|
8753
8776
|
data?: {
|
|
8754
|
-
/** @example
|
|
8777
|
+
/** @example 33b95165-14f4-4c4a-876f-7c16f2d2bc16 */
|
|
8755
8778
|
uid?: string;
|
|
8756
8779
|
/** @example photo */
|
|
8757
8780
|
media_type?: string;
|
|
@@ -9058,13 +9081,13 @@ export interface operations {
|
|
|
9058
9081
|
/**
|
|
9059
9082
|
* @example [
|
|
9060
9083
|
* {
|
|
9061
|
-
* "draft_name": "New
|
|
9062
|
-
* "sku": "LST-PRP-
|
|
9063
|
-
* "uid": "
|
|
9064
|
-
* "listing_type": "
|
|
9084
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
|
|
9085
|
+
* "sku": "LST-PRP-SHL-MO8WN4Y79JD",
|
|
9086
|
+
* "uid": "9d149d26-bb33-4651-80e6-3e34c07ac449",
|
|
9087
|
+
* "listing_type": "Short Let",
|
|
9065
9088
|
* "vertical": "Property",
|
|
9066
|
-
* "arrangement_type": "
|
|
9067
|
-
* "arrangement_type_label": "
|
|
9089
|
+
* "arrangement_type": "company_lease",
|
|
9090
|
+
* "arrangement_type_label": "Company Lease",
|
|
9068
9091
|
* "price": null,
|
|
9069
9092
|
* "state": "draft",
|
|
9070
9093
|
* "published_at": null,
|
|
@@ -9077,9 +9100,9 @@ export interface operations {
|
|
|
9077
9100
|
* "media": []
|
|
9078
9101
|
* },
|
|
9079
9102
|
* {
|
|
9080
|
-
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026,
|
|
9081
|
-
* "sku": "LST-UIT-SAL-
|
|
9082
|
-
* "uid": "
|
|
9103
|
+
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 5:35 PM",
|
|
9104
|
+
* "sku": "LST-UIT-SAL-MO8WN4YACIO",
|
|
9105
|
+
* "uid": "02d29482-2fe4-4fde-bcdd-5c6b51e8bc6c",
|
|
9083
9106
|
* "listing_type": "Sale",
|
|
9084
9107
|
* "vertical": "Used Item",
|
|
9085
9108
|
* "arrangement_type": null,
|
|
@@ -9096,19 +9119,19 @@ export interface operations {
|
|
|
9096
9119
|
* ]
|
|
9097
9120
|
*/
|
|
9098
9121
|
data?: {
|
|
9099
|
-
/** @example New
|
|
9122
|
+
/** @example New Short Let Property draft • 21 Apr 2026, 5:35 PM */
|
|
9100
9123
|
draft_name?: string;
|
|
9101
|
-
/** @example LST-PRP-
|
|
9124
|
+
/** @example LST-PRP-SHL-MO8WN4Y79JD */
|
|
9102
9125
|
sku?: string;
|
|
9103
|
-
/** @example
|
|
9126
|
+
/** @example 9d149d26-bb33-4651-80e6-3e34c07ac449 */
|
|
9104
9127
|
uid?: string;
|
|
9105
|
-
/** @example
|
|
9128
|
+
/** @example Short Let */
|
|
9106
9129
|
listing_type?: string;
|
|
9107
9130
|
/** @example Property */
|
|
9108
9131
|
vertical?: string;
|
|
9109
|
-
/** @example
|
|
9132
|
+
/** @example company_lease */
|
|
9110
9133
|
arrangement_type?: string;
|
|
9111
|
-
/** @example
|
|
9134
|
+
/** @example Company Lease */
|
|
9112
9135
|
arrangement_type_label?: string;
|
|
9113
9136
|
/** @example null */
|
|
9114
9137
|
price?: string | null;
|
|
@@ -9295,11 +9318,11 @@ export interface operations {
|
|
|
9295
9318
|
content: {
|
|
9296
9319
|
"application/json": {
|
|
9297
9320
|
data?: {
|
|
9298
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9321
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9299
9322
|
draft_name?: string;
|
|
9300
|
-
/** @example LST-PRP-LTR-
|
|
9323
|
+
/** @example LST-PRP-LTR-MO8WN4YJUOL */
|
|
9301
9324
|
sku?: string;
|
|
9302
|
-
/** @example
|
|
9325
|
+
/** @example 9372488a-e462-4c57-a6c0-11c13d79e948 */
|
|
9303
9326
|
uid?: string;
|
|
9304
9327
|
/** @example Rent */
|
|
9305
9328
|
listing_type?: string;
|
|
@@ -9362,11 +9385,11 @@ export interface operations {
|
|
|
9362
9385
|
content: {
|
|
9363
9386
|
"application/json": {
|
|
9364
9387
|
data?: {
|
|
9365
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9388
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9366
9389
|
draft_name?: string;
|
|
9367
|
-
/** @example LST-PRP-LTR-
|
|
9390
|
+
/** @example LST-PRP-LTR-MO8WN4YPX2S */
|
|
9368
9391
|
sku?: string;
|
|
9369
|
-
/** @example
|
|
9392
|
+
/** @example bf12bd40-c4f9-42c5-be59-8a1f5f3ea043 */
|
|
9370
9393
|
uid?: string;
|
|
9371
9394
|
/** @example Rent */
|
|
9372
9395
|
listing_type?: string;
|
|
@@ -9419,11 +9442,11 @@ export interface operations {
|
|
|
9419
9442
|
content: {
|
|
9420
9443
|
"application/json": {
|
|
9421
9444
|
data?: {
|
|
9422
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9445
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9423
9446
|
draft_name?: string;
|
|
9424
|
-
/** @example LST-PRP-LTR-
|
|
9447
|
+
/** @example LST-PRP-LTR-MO8WN4YXXP1 */
|
|
9425
9448
|
sku?: string;
|
|
9426
|
-
/** @example
|
|
9449
|
+
/** @example 50578028-2280-4c75-9d72-f45a024c8362 */
|
|
9427
9450
|
uid?: string;
|
|
9428
9451
|
/** @example Rent */
|
|
9429
9452
|
listing_type?: string;
|
|
@@ -9476,11 +9499,11 @@ export interface operations {
|
|
|
9476
9499
|
content: {
|
|
9477
9500
|
"application/json": {
|
|
9478
9501
|
data?: {
|
|
9479
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9502
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9480
9503
|
draft_name?: string;
|
|
9481
|
-
/** @example LST-PRP-LTR-
|
|
9504
|
+
/** @example LST-PRP-LTR-MO8WN4Z2S6P */
|
|
9482
9505
|
sku?: string;
|
|
9483
|
-
/** @example
|
|
9506
|
+
/** @example 1f3ffb8a-f0b2-4f30-8de2-a94802f6619f */
|
|
9484
9507
|
uid?: string;
|
|
9485
9508
|
/** @example Rent */
|
|
9486
9509
|
listing_type?: string;
|
|
@@ -9674,7 +9697,7 @@ export interface operations {
|
|
|
9674
9697
|
content: {
|
|
9675
9698
|
"application/json": {
|
|
9676
9699
|
data?: {
|
|
9677
|
-
/** @example
|
|
9700
|
+
/** @example 70 */
|
|
9678
9701
|
id?: number;
|
|
9679
9702
|
/** @example 1 */
|
|
9680
9703
|
category_id?: number;
|
|
@@ -9748,7 +9771,7 @@ export interface operations {
|
|
|
9748
9771
|
content: {
|
|
9749
9772
|
"application/json": {
|
|
9750
9773
|
data?: {
|
|
9751
|
-
/** @example
|
|
9774
|
+
/** @example 71 */
|
|
9752
9775
|
id?: number;
|
|
9753
9776
|
/** @example 1 */
|
|
9754
9777
|
category_id?: number;
|
|
@@ -9787,7 +9810,7 @@ export interface operations {
|
|
|
9787
9810
|
content: {
|
|
9788
9811
|
"application/json": {
|
|
9789
9812
|
data?: {
|
|
9790
|
-
/** @example
|
|
9813
|
+
/** @example 72 */
|
|
9791
9814
|
id?: number;
|
|
9792
9815
|
/** @example 1 */
|
|
9793
9816
|
category_id?: number;
|
|
@@ -9825,7 +9848,7 @@ export interface operations {
|
|
|
9825
9848
|
/**
|
|
9826
9849
|
* @example [
|
|
9827
9850
|
* {
|
|
9828
|
-
* "id":
|
|
9851
|
+
* "id": 60,
|
|
9829
9852
|
* "name": "Exterior",
|
|
9830
9853
|
* "description": "For Exterior categories",
|
|
9831
9854
|
* "display_order": 1,
|
|
@@ -9835,7 +9858,7 @@ export interface operations {
|
|
|
9835
9858
|
* "is_active": true
|
|
9836
9859
|
* },
|
|
9837
9860
|
* {
|
|
9838
|
-
* "id":
|
|
9861
|
+
* "id": 61,
|
|
9839
9862
|
* "name": "Exterior",
|
|
9840
9863
|
* "description": "For Exterior categories",
|
|
9841
9864
|
* "display_order": 1,
|
|
@@ -9847,7 +9870,7 @@ export interface operations {
|
|
|
9847
9870
|
* ]
|
|
9848
9871
|
*/
|
|
9849
9872
|
data?: {
|
|
9850
|
-
/** @example
|
|
9873
|
+
/** @example 60 */
|
|
9851
9874
|
id?: number;
|
|
9852
9875
|
/** @example Exterior */
|
|
9853
9876
|
name?: string;
|
|
@@ -9911,7 +9934,7 @@ export interface operations {
|
|
|
9911
9934
|
content: {
|
|
9912
9935
|
"application/json": {
|
|
9913
9936
|
data?: {
|
|
9914
|
-
/** @example
|
|
9937
|
+
/** @example 62 */
|
|
9915
9938
|
id?: number;
|
|
9916
9939
|
/** @example Exterior */
|
|
9917
9940
|
name?: string;
|
|
@@ -9978,7 +10001,7 @@ export interface operations {
|
|
|
9978
10001
|
content: {
|
|
9979
10002
|
"application/json": {
|
|
9980
10003
|
data?: {
|
|
9981
|
-
/** @example
|
|
10004
|
+
/** @example 63 */
|
|
9982
10005
|
id?: number;
|
|
9983
10006
|
/** @example Exterior */
|
|
9984
10007
|
name?: string;
|
|
@@ -10019,7 +10042,7 @@ export interface operations {
|
|
|
10019
10042
|
content: {
|
|
10020
10043
|
"application/json": {
|
|
10021
10044
|
data?: {
|
|
10022
|
-
/** @example
|
|
10045
|
+
/** @example 64 */
|
|
10023
10046
|
id?: number;
|
|
10024
10047
|
/** @example Exterior */
|
|
10025
10048
|
name?: string;
|
|
@@ -10282,7 +10305,7 @@ export interface operations {
|
|
|
10282
10305
|
content: {
|
|
10283
10306
|
"application/json": {
|
|
10284
10307
|
data?: {
|
|
10285
|
-
/** @example
|
|
10308
|
+
/** @example 34 */
|
|
10286
10309
|
id?: number;
|
|
10287
10310
|
/** @example email_fa_0 */
|
|
10288
10311
|
key?: string;
|
|
@@ -10296,9 +10319,9 @@ export interface operations {
|
|
|
10296
10319
|
metadata_schema?: unknown[];
|
|
10297
10320
|
/** @example true */
|
|
10298
10321
|
is_active?: boolean;
|
|
10299
|
-
/** @example 2026-04-
|
|
10322
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10300
10323
|
created_at?: string;
|
|
10301
|
-
/** @example 2026-04-
|
|
10324
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10302
10325
|
updated_at?: string;
|
|
10303
10326
|
};
|
|
10304
10327
|
};
|
|
@@ -10358,7 +10381,7 @@ export interface operations {
|
|
|
10358
10381
|
content: {
|
|
10359
10382
|
"application/json": {
|
|
10360
10383
|
data?: {
|
|
10361
|
-
/** @example
|
|
10384
|
+
/** @example 35 */
|
|
10362
10385
|
id?: number;
|
|
10363
10386
|
/** @example email_fa_0 */
|
|
10364
10387
|
key?: string;
|
|
@@ -10372,9 +10395,9 @@ export interface operations {
|
|
|
10372
10395
|
metadata_schema?: unknown[];
|
|
10373
10396
|
/** @example true */
|
|
10374
10397
|
is_active?: boolean;
|
|
10375
|
-
/** @example 2026-04-
|
|
10398
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10376
10399
|
created_at?: string;
|
|
10377
|
-
/** @example 2026-04-
|
|
10400
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10378
10401
|
updated_at?: string;
|
|
10379
10402
|
};
|
|
10380
10403
|
};
|
|
@@ -11731,11 +11754,11 @@ export interface operations {
|
|
|
11731
11754
|
content: {
|
|
11732
11755
|
"application/json": {
|
|
11733
11756
|
data?: {
|
|
11734
|
-
/** @example
|
|
11757
|
+
/** @example consequatur */
|
|
11735
11758
|
key?: string;
|
|
11736
|
-
/** @example
|
|
11759
|
+
/** @example ipsam */
|
|
11737
11760
|
name?: string;
|
|
11738
|
-
/** @example
|
|
11761
|
+
/** @example Expedita ea quisquam sapiente et non. */
|
|
11739
11762
|
description?: string;
|
|
11740
11763
|
/** @example string */
|
|
11741
11764
|
value_type?: string;
|
|
@@ -12056,6 +12079,82 @@ export interface operations {
|
|
|
12056
12079
|
};
|
|
12057
12080
|
};
|
|
12058
12081
|
};
|
|
12082
|
+
getComplianceDefinition: {
|
|
12083
|
+
parameters: {
|
|
12084
|
+
query?: never;
|
|
12085
|
+
header?: never;
|
|
12086
|
+
path: {
|
|
12087
|
+
/** @description The ID of the compliance definition. */
|
|
12088
|
+
compliance_id: number;
|
|
12089
|
+
};
|
|
12090
|
+
cookie?: never;
|
|
12091
|
+
};
|
|
12092
|
+
requestBody?: never;
|
|
12093
|
+
responses: {
|
|
12094
|
+
/** @description Compliance fetched successfully */
|
|
12095
|
+
200: {
|
|
12096
|
+
headers: {
|
|
12097
|
+
[name: string]: unknown;
|
|
12098
|
+
};
|
|
12099
|
+
content: {
|
|
12100
|
+
"application/json": {
|
|
12101
|
+
/** @example Compliance fetched successfully */
|
|
12102
|
+
message?: string;
|
|
12103
|
+
/** @example null */
|
|
12104
|
+
event?: string | null;
|
|
12105
|
+
data?: {
|
|
12106
|
+
/** @example 1 */
|
|
12107
|
+
id?: number;
|
|
12108
|
+
/** @example gas_safety */
|
|
12109
|
+
compliance_key?: string;
|
|
12110
|
+
/** @example Gas Safety */
|
|
12111
|
+
name?: string;
|
|
12112
|
+
/** @example Gas safety compliance for property */
|
|
12113
|
+
description?: string;
|
|
12114
|
+
/** @example soft */
|
|
12115
|
+
enforcement_level?: string;
|
|
12116
|
+
/** @example non_expiring */
|
|
12117
|
+
validity_type?: string;
|
|
12118
|
+
/** @example 10 */
|
|
12119
|
+
grace_period_days?: number;
|
|
12120
|
+
/** @example active */
|
|
12121
|
+
status?: string;
|
|
12122
|
+
/** @example landlord */
|
|
12123
|
+
responsible_party?: string;
|
|
12124
|
+
/** @example Landlord */
|
|
12125
|
+
responsible_party_label?: string;
|
|
12126
|
+
/** @example false */
|
|
12127
|
+
liability_exclusion_flag?: boolean;
|
|
12128
|
+
/**
|
|
12129
|
+
* @example [
|
|
12130
|
+
* "gas_certificate",
|
|
12131
|
+
* "emergency_alarm"
|
|
12132
|
+
* ]
|
|
12133
|
+
*/
|
|
12134
|
+
requirements?: string[];
|
|
12135
|
+
/**
|
|
12136
|
+
* @example [
|
|
12137
|
+
* {
|
|
12138
|
+
* "scope_type": "GLOBAL",
|
|
12139
|
+
* "scope_id": null,
|
|
12140
|
+
* "uid": "5cc44e8e-171e-4b99-b7f3-78600ab4b31e"
|
|
12141
|
+
* }
|
|
12142
|
+
* ]
|
|
12143
|
+
*/
|
|
12144
|
+
assignments?: {
|
|
12145
|
+
/** @example GLOBAL */
|
|
12146
|
+
scope_type?: string;
|
|
12147
|
+
/** @example null */
|
|
12148
|
+
scope_id?: string | null;
|
|
12149
|
+
/** @example 5cc44e8e-171e-4b99-b7f3-78600ab4b31e */
|
|
12150
|
+
uid?: string;
|
|
12151
|
+
}[];
|
|
12152
|
+
};
|
|
12153
|
+
};
|
|
12154
|
+
};
|
|
12155
|
+
};
|
|
12156
|
+
};
|
|
12157
|
+
};
|
|
12059
12158
|
createComplianceDefinition: {
|
|
12060
12159
|
parameters: {
|
|
12061
12160
|
query?: never;
|
|
@@ -12677,13 +12776,13 @@ export interface operations {
|
|
|
12677
12776
|
content: {
|
|
12678
12777
|
"application/json": {
|
|
12679
12778
|
data?: {
|
|
12680
|
-
/** @example
|
|
12779
|
+
/** @example cfe2c1b6-2e7e-424e-8051-0a0d76a58328 */
|
|
12681
12780
|
uid?: string;
|
|
12682
12781
|
/** @example follow_up */
|
|
12683
12782
|
inspection_type?: string;
|
|
12684
12783
|
/** @example cancelled */
|
|
12685
12784
|
status?: string;
|
|
12686
|
-
/** @example 2026-04-
|
|
12785
|
+
/** @example 2026-04-27T07:34:05.000000Z */
|
|
12687
12786
|
scheduled_date?: string;
|
|
12688
12787
|
/** @example null */
|
|
12689
12788
|
completed_date?: string | null;
|
|
@@ -12691,11 +12790,11 @@ export interface operations {
|
|
|
12691
12790
|
condition_rating?: string;
|
|
12692
12791
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12693
12792
|
summary?: string;
|
|
12694
|
-
/** @example 2026-06-
|
|
12793
|
+
/** @example 2026-06-20T04:22:39.000000Z */
|
|
12695
12794
|
next_inspection_date?: string;
|
|
12696
|
-
/** @example 2026-04-
|
|
12795
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12697
12796
|
created_at?: string;
|
|
12698
|
-
/** @example 2026-04-
|
|
12797
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12699
12798
|
updated_at?: string;
|
|
12700
12799
|
};
|
|
12701
12800
|
};
|
|
@@ -12738,13 +12837,13 @@ export interface operations {
|
|
|
12738
12837
|
content: {
|
|
12739
12838
|
"application/json": {
|
|
12740
12839
|
data?: {
|
|
12741
|
-
/** @example
|
|
12840
|
+
/** @example 4403bc38-8c68-4316-957c-f785fc6d35bf */
|
|
12742
12841
|
uid?: string;
|
|
12743
12842
|
/** @example follow_up */
|
|
12744
12843
|
inspection_type?: string;
|
|
12745
12844
|
/** @example cancelled */
|
|
12746
12845
|
status?: string;
|
|
12747
|
-
/** @example 2026-04-
|
|
12846
|
+
/** @example 2026-04-15T05:00:38.000000Z */
|
|
12748
12847
|
scheduled_date?: string;
|
|
12749
12848
|
/** @example null */
|
|
12750
12849
|
completed_date?: string | null;
|
|
@@ -12752,11 +12851,11 @@ export interface operations {
|
|
|
12752
12851
|
condition_rating?: string;
|
|
12753
12852
|
/** @example Et animi quos velit et fugiat. */
|
|
12754
12853
|
summary?: string;
|
|
12755
|
-
/** @example 2026-07-
|
|
12854
|
+
/** @example 2026-07-24T12:54:25.000000Z */
|
|
12756
12855
|
next_inspection_date?: string;
|
|
12757
|
-
/** @example 2026-04-
|
|
12856
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12758
12857
|
created_at?: string;
|
|
12759
|
-
/** @example 2026-04-
|
|
12858
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12760
12859
|
updated_at?: string;
|
|
12761
12860
|
};
|
|
12762
12861
|
};
|
|
@@ -12793,13 +12892,13 @@ export interface operations {
|
|
|
12793
12892
|
content: {
|
|
12794
12893
|
"application/json": {
|
|
12795
12894
|
data?: {
|
|
12796
|
-
/** @example
|
|
12895
|
+
/** @example defa73bf-776d-43fc-b8e8-8fd3ea34ad79 */
|
|
12797
12896
|
uid?: string;
|
|
12798
12897
|
/** @example follow_up */
|
|
12799
12898
|
inspection_type?: string;
|
|
12800
12899
|
/** @example cancelled */
|
|
12801
12900
|
status?: string;
|
|
12802
|
-
/** @example 2026-04-
|
|
12901
|
+
/** @example 2026-04-27T07:34:05.000000Z */
|
|
12803
12902
|
scheduled_date?: string;
|
|
12804
12903
|
/** @example null */
|
|
12805
12904
|
completed_date?: string | null;
|
|
@@ -12807,11 +12906,11 @@ export interface operations {
|
|
|
12807
12906
|
condition_rating?: string;
|
|
12808
12907
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12809
12908
|
summary?: string;
|
|
12810
|
-
/** @example 2026-06-
|
|
12909
|
+
/** @example 2026-06-20T04:22:39.000000Z */
|
|
12811
12910
|
next_inspection_date?: string;
|
|
12812
|
-
/** @example 2026-04-
|
|
12911
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12813
12912
|
created_at?: string;
|
|
12814
|
-
/** @example 2026-04-
|
|
12913
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12815
12914
|
updated_at?: string;
|
|
12816
12915
|
};
|
|
12817
12916
|
};
|
|
@@ -12848,13 +12947,13 @@ export interface operations {
|
|
|
12848
12947
|
content: {
|
|
12849
12948
|
"application/json": {
|
|
12850
12949
|
data?: {
|
|
12851
|
-
/** @example
|
|
12950
|
+
/** @example 54432ffb-9580-4b3c-8cc8-ec62b7a4aea3 */
|
|
12852
12951
|
uid?: string;
|
|
12853
12952
|
/** @example follow_up */
|
|
12854
12953
|
inspection_type?: string;
|
|
12855
12954
|
/** @example cancelled */
|
|
12856
12955
|
status?: string;
|
|
12857
|
-
/** @example 2026-04-
|
|
12956
|
+
/** @example 2026-04-15T05:00:38.000000Z */
|
|
12858
12957
|
scheduled_date?: string;
|
|
12859
12958
|
/** @example null */
|
|
12860
12959
|
completed_date?: string | null;
|
|
@@ -12862,11 +12961,11 @@ export interface operations {
|
|
|
12862
12961
|
condition_rating?: string;
|
|
12863
12962
|
/** @example Et animi quos velit et fugiat. */
|
|
12864
12963
|
summary?: string;
|
|
12865
|
-
/** @example 2026-07-
|
|
12964
|
+
/** @example 2026-07-24T12:54:25.000000Z */
|
|
12866
12965
|
next_inspection_date?: string;
|
|
12867
|
-
/** @example 2026-04-
|
|
12966
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12868
12967
|
created_at?: string;
|
|
12869
|
-
/** @example 2026-04-
|
|
12968
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12870
12969
|
updated_at?: string;
|
|
12871
12970
|
};
|
|
12872
12971
|
};
|
|
@@ -12903,7 +13002,7 @@ export interface operations {
|
|
|
12903
13002
|
content: {
|
|
12904
13003
|
"application/json": {
|
|
12905
13004
|
data?: {
|
|
12906
|
-
/** @example
|
|
13005
|
+
/** @example 8cdf6ed3-786d-404a-b681-849b63b09332 */
|
|
12907
13006
|
uid?: string;
|
|
12908
13007
|
/** @example Qui commodi incidunt iure. */
|
|
12909
13008
|
title?: string;
|
|
@@ -12913,17 +13012,17 @@ export interface operations {
|
|
|
12913
13012
|
status?: string;
|
|
12914
13013
|
/** @example low */
|
|
12915
13014
|
priority?: string;
|
|
12916
|
-
/** @example 2026-04-
|
|
13015
|
+
/** @example 2026-04-20T07:04:26.000000Z */
|
|
12917
13016
|
reported_at?: string;
|
|
12918
13017
|
/** @example null */
|
|
12919
13018
|
assigned_at?: string | null;
|
|
12920
13019
|
/** @example null */
|
|
12921
13020
|
completed_at?: string | null;
|
|
12922
|
-
/** @example 2026-04-
|
|
13021
|
+
/** @example 2026-04-23T03:28:52.000000Z */
|
|
12923
13022
|
sla_deadline?: string;
|
|
12924
|
-
/** @example 2026-04-
|
|
13023
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12925
13024
|
created_at?: string;
|
|
12926
|
-
/** @example 2026-04-
|
|
13025
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12927
13026
|
updated_at?: string;
|
|
12928
13027
|
};
|
|
12929
13028
|
};
|
|
@@ -12960,7 +13059,7 @@ export interface operations {
|
|
|
12960
13059
|
content: {
|
|
12961
13060
|
"application/json": {
|
|
12962
13061
|
data?: {
|
|
12963
|
-
/** @example
|
|
13062
|
+
/** @example 0f4f4291-209a-4e94-b867-f97621a21ca4 */
|
|
12964
13063
|
uid?: string;
|
|
12965
13064
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12966
13065
|
title?: string;
|
|
@@ -12970,17 +13069,17 @@ export interface operations {
|
|
|
12970
13069
|
status?: string;
|
|
12971
13070
|
/** @example emergency */
|
|
12972
13071
|
priority?: string;
|
|
12973
|
-
/** @example 2026-04-
|
|
13072
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
12974
13073
|
reported_at?: string;
|
|
12975
|
-
/** @example 2026-04-
|
|
13074
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
12976
13075
|
assigned_at?: string;
|
|
12977
13076
|
/** @example null */
|
|
12978
13077
|
completed_at?: string | null;
|
|
12979
|
-
/** @example 2026-04-
|
|
13078
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
12980
13079
|
sla_deadline?: string;
|
|
12981
|
-
/** @example 2026-04-
|
|
13080
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12982
13081
|
created_at?: string;
|
|
12983
|
-
/** @example 2026-04-
|
|
13082
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12984
13083
|
updated_at?: string;
|
|
12985
13084
|
};
|
|
12986
13085
|
};
|
|
@@ -13017,7 +13116,7 @@ export interface operations {
|
|
|
13017
13116
|
content: {
|
|
13018
13117
|
"application/json": {
|
|
13019
13118
|
data?: {
|
|
13020
|
-
/** @example
|
|
13119
|
+
/** @example ba1d8698-695d-49f5-abff-cbecbe9efa13 */
|
|
13021
13120
|
uid?: string;
|
|
13022
13121
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13023
13122
|
title?: string;
|
|
@@ -13027,17 +13126,17 @@ export interface operations {
|
|
|
13027
13126
|
status?: string;
|
|
13028
13127
|
/** @example emergency */
|
|
13029
13128
|
priority?: string;
|
|
13030
|
-
/** @example 2026-04-
|
|
13129
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
13031
13130
|
reported_at?: string;
|
|
13032
|
-
/** @example 2026-04-
|
|
13131
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
13033
13132
|
assigned_at?: string;
|
|
13034
13133
|
/** @example null */
|
|
13035
13134
|
completed_at?: string | null;
|
|
13036
|
-
/** @example 2026-04-
|
|
13135
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
13037
13136
|
sla_deadline?: string;
|
|
13038
|
-
/** @example 2026-04-
|
|
13137
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13039
13138
|
created_at?: string;
|
|
13040
|
-
/** @example 2026-04-
|
|
13139
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13041
13140
|
updated_at?: string;
|
|
13042
13141
|
};
|
|
13043
13142
|
};
|
|
@@ -13074,7 +13173,7 @@ export interface operations {
|
|
|
13074
13173
|
content: {
|
|
13075
13174
|
"application/json": {
|
|
13076
13175
|
data?: {
|
|
13077
|
-
/** @example
|
|
13176
|
+
/** @example 8c09c9e2-4d15-45be-8b1a-88e91da3915a */
|
|
13078
13177
|
uid?: string;
|
|
13079
13178
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13080
13179
|
title?: string;
|
|
@@ -13084,17 +13183,17 @@ export interface operations {
|
|
|
13084
13183
|
status?: string;
|
|
13085
13184
|
/** @example emergency */
|
|
13086
13185
|
priority?: string;
|
|
13087
|
-
/** @example 2026-04-
|
|
13186
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
13088
13187
|
reported_at?: string;
|
|
13089
|
-
/** @example 2026-04-
|
|
13188
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
13090
13189
|
assigned_at?: string;
|
|
13091
13190
|
/** @example null */
|
|
13092
13191
|
completed_at?: string | null;
|
|
13093
|
-
/** @example 2026-04-
|
|
13192
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
13094
13193
|
sla_deadline?: string;
|
|
13095
|
-
/** @example 2026-04-
|
|
13194
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13096
13195
|
created_at?: string;
|
|
13097
|
-
/** @example 2026-04-
|
|
13196
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13098
13197
|
updated_at?: string;
|
|
13099
13198
|
};
|
|
13100
13199
|
};
|
|
@@ -13490,19 +13589,19 @@ export interface operations {
|
|
|
13490
13589
|
content: {
|
|
13491
13590
|
"application/json": {
|
|
13492
13591
|
data?: {
|
|
13493
|
-
/** @example
|
|
13592
|
+
/** @example 71 */
|
|
13494
13593
|
id?: number;
|
|
13495
13594
|
/** @example 2 */
|
|
13496
13595
|
listing_id?: number;
|
|
13497
13596
|
/** @example completed */
|
|
13498
13597
|
status?: string;
|
|
13499
13598
|
scheduled?: {
|
|
13500
|
-
/** @example
|
|
13599
|
+
/** @example 1980-05-21T00:00:00.000000Z */
|
|
13501
13600
|
start?: string;
|
|
13502
|
-
/** @example
|
|
13601
|
+
/** @example 2023-11-28T00:00:00.000000Z */
|
|
13503
13602
|
end?: string;
|
|
13504
13603
|
};
|
|
13505
|
-
/** @example 2026-04-
|
|
13604
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13506
13605
|
created_at?: string;
|
|
13507
13606
|
};
|
|
13508
13607
|
};
|
|
@@ -13529,7 +13628,7 @@ export interface operations {
|
|
|
13529
13628
|
content: {
|
|
13530
13629
|
"application/json": {
|
|
13531
13630
|
data?: {
|
|
13532
|
-
/** @example
|
|
13631
|
+
/** @example 72 */
|
|
13533
13632
|
id?: number;
|
|
13534
13633
|
/** @example 2 */
|
|
13535
13634
|
listing_id?: number;
|
|
@@ -13541,7 +13640,7 @@ export interface operations {
|
|
|
13541
13640
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13542
13641
|
end?: string;
|
|
13543
13642
|
};
|
|
13544
|
-
/** @example 2026-04-
|
|
13643
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13545
13644
|
created_at?: string;
|
|
13546
13645
|
};
|
|
13547
13646
|
};
|
|
@@ -13567,29 +13666,29 @@ export interface operations {
|
|
|
13567
13666
|
/**
|
|
13568
13667
|
* @example [
|
|
13569
13668
|
* {
|
|
13570
|
-
* "id":
|
|
13669
|
+
* "id": 73,
|
|
13571
13670
|
* "listing_id": 2,
|
|
13572
13671
|
* "status": "completed",
|
|
13573
13672
|
* "scheduled": {
|
|
13574
13673
|
* "start": "1981-11-18T00:00:00.000000Z",
|
|
13575
13674
|
* "end": "1979-12-15T00:00:00.000000Z"
|
|
13576
13675
|
* },
|
|
13577
|
-
* "created_at": "2026-04-
|
|
13676
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
13578
13677
|
* },
|
|
13579
13678
|
* {
|
|
13580
|
-
* "id":
|
|
13679
|
+
* "id": 74,
|
|
13581
13680
|
* "listing_id": 2,
|
|
13582
13681
|
* "status": "completed",
|
|
13583
13682
|
* "scheduled": {
|
|
13584
13683
|
* "start": "2006-09-19T00:00:00.000000Z",
|
|
13585
13684
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13586
13685
|
* },
|
|
13587
|
-
* "created_at": "2026-04-
|
|
13686
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
13588
13687
|
* }
|
|
13589
13688
|
* ]
|
|
13590
13689
|
*/
|
|
13591
13690
|
data?: {
|
|
13592
|
-
/** @example
|
|
13691
|
+
/** @example 73 */
|
|
13593
13692
|
id?: number;
|
|
13594
13693
|
/** @example 2 */
|
|
13595
13694
|
listing_id?: number;
|
|
@@ -13601,7 +13700,7 @@ export interface operations {
|
|
|
13601
13700
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13602
13701
|
end?: string;
|
|
13603
13702
|
};
|
|
13604
|
-
/** @example 2026-04-
|
|
13703
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13605
13704
|
created_at?: string;
|
|
13606
13705
|
}[];
|
|
13607
13706
|
links?: {
|
|
@@ -13701,7 +13800,7 @@ export interface operations {
|
|
|
13701
13800
|
content: {
|
|
13702
13801
|
"application/json": {
|
|
13703
13802
|
data?: {
|
|
13704
|
-
/** @example
|
|
13803
|
+
/** @example 75 */
|
|
13705
13804
|
id?: number;
|
|
13706
13805
|
/** @example 2 */
|
|
13707
13806
|
listing_id?: number;
|
|
@@ -13713,7 +13812,7 @@ export interface operations {
|
|
|
13713
13812
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13714
13813
|
end?: string;
|
|
13715
13814
|
};
|
|
13716
|
-
/** @example 2026-04-
|
|
13815
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13717
13816
|
created_at?: string;
|
|
13718
13817
|
};
|
|
13719
13818
|
};
|
|
@@ -13740,7 +13839,7 @@ export interface operations {
|
|
|
13740
13839
|
content: {
|
|
13741
13840
|
"application/json": {
|
|
13742
13841
|
data?: {
|
|
13743
|
-
/** @example
|
|
13842
|
+
/** @example 76 */
|
|
13744
13843
|
id?: number;
|
|
13745
13844
|
/** @example 2 */
|
|
13746
13845
|
listing_id?: number;
|
|
@@ -13752,7 +13851,7 @@ export interface operations {
|
|
|
13752
13851
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13753
13852
|
end?: string;
|
|
13754
13853
|
};
|
|
13755
|
-
/** @example 2026-04-
|
|
13854
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13756
13855
|
created_at?: string;
|
|
13757
13856
|
};
|
|
13758
13857
|
};
|
|
@@ -13779,7 +13878,7 @@ export interface operations {
|
|
|
13779
13878
|
content: {
|
|
13780
13879
|
"application/json": {
|
|
13781
13880
|
data?: {
|
|
13782
|
-
/** @example
|
|
13881
|
+
/** @example 77 */
|
|
13783
13882
|
id?: number;
|
|
13784
13883
|
/** @example 2 */
|
|
13785
13884
|
listing_id?: number;
|
|
@@ -13791,7 +13890,7 @@ export interface operations {
|
|
|
13791
13890
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13792
13891
|
end?: string;
|
|
13793
13892
|
};
|
|
13794
|
-
/** @example 2026-04-
|
|
13893
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13795
13894
|
created_at?: string;
|
|
13796
13895
|
};
|
|
13797
13896
|
};
|
|
@@ -14862,7 +14961,7 @@ export interface operations {
|
|
|
14862
14961
|
content: {
|
|
14863
14962
|
"application/json": {
|
|
14864
14963
|
data?: {
|
|
14865
|
-
/** @example
|
|
14964
|
+
/** @example db4e5d07-0b14-48c3-9e74-5fc79d405a36 */
|
|
14866
14965
|
uid?: string;
|
|
14867
14966
|
/** @example Ms. Audra Crooks II */
|
|
14868
14967
|
username?: string;
|
|
@@ -14892,7 +14991,7 @@ export interface operations {
|
|
|
14892
14991
|
timezone?: string;
|
|
14893
14992
|
/** @example Customer */
|
|
14894
14993
|
user_type?: string;
|
|
14895
|
-
/** @example 21 Apr 2026,
|
|
14994
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
14896
14995
|
created?: string;
|
|
14897
14996
|
/** @example 1 second ago */
|
|
14898
14997
|
email_verified_at?: string;
|
|
@@ -15361,7 +15460,7 @@ export interface operations {
|
|
|
15361
15460
|
content: {
|
|
15362
15461
|
"application/json": {
|
|
15363
15462
|
data?: {
|
|
15364
|
-
/** @example
|
|
15463
|
+
/** @example 479ef762-aa19-440d-bf5a-b5047f78bdd0 */
|
|
15365
15464
|
uid?: string;
|
|
15366
15465
|
/** @example Ms. Audra Crooks II */
|
|
15367
15466
|
username?: string;
|
|
@@ -15391,7 +15490,7 @@ export interface operations {
|
|
|
15391
15490
|
timezone?: string;
|
|
15392
15491
|
/** @example Customer */
|
|
15393
15492
|
user_type?: string;
|
|
15394
|
-
/** @example 21 Apr 2026,
|
|
15493
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
15395
15494
|
created?: string;
|
|
15396
15495
|
/** @example 0 seconds ago */
|
|
15397
15496
|
email_verified_at?: string;
|
|
@@ -15512,11 +15611,11 @@ export interface operations {
|
|
|
15512
15611
|
content: {
|
|
15513
15612
|
"application/json": {
|
|
15514
15613
|
data?: {
|
|
15515
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15614
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15516
15615
|
draft_name?: string;
|
|
15517
|
-
/** @example LST-PRP-LTR-
|
|
15616
|
+
/** @example LST-PRP-LTR-MO8WN4JWRRZ */
|
|
15518
15617
|
sku?: string;
|
|
15519
|
-
/** @example
|
|
15618
|
+
/** @example 52e77079-2556-4433-8dee-4a78dc2ff938 */
|
|
15520
15619
|
uid?: string;
|
|
15521
15620
|
/** @example Rent */
|
|
15522
15621
|
listing_type?: string;
|
|
@@ -15640,9 +15739,9 @@ export interface operations {
|
|
|
15640
15739
|
/**
|
|
15641
15740
|
* @example [
|
|
15642
15741
|
* {
|
|
15643
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15644
|
-
* "sku": "LST-PRP-LTR-
|
|
15645
|
-
* "uid": "
|
|
15742
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 5:35 PM",
|
|
15743
|
+
* "sku": "LST-PRP-LTR-MO8WN4L7DV3",
|
|
15744
|
+
* "uid": "49aedac0-862c-4b49-a89f-adaa1ffe0213",
|
|
15646
15745
|
* "listing_type": "Rent",
|
|
15647
15746
|
* "vertical": "Property",
|
|
15648
15747
|
* "arrangement_type": "let_to_let",
|
|
@@ -15659,9 +15758,9 @@ export interface operations {
|
|
|
15659
15758
|
* "media": []
|
|
15660
15759
|
* },
|
|
15661
15760
|
* {
|
|
15662
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15663
|
-
* "sku": "LST-PRP-SHL-
|
|
15664
|
-
* "uid": "
|
|
15761
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
|
|
15762
|
+
* "sku": "LST-PRP-SHL-MO8WN4LA1LG",
|
|
15763
|
+
* "uid": "163041e4-8864-4191-9976-c4c51ffa8f2a",
|
|
15665
15764
|
* "listing_type": "Short Let",
|
|
15666
15765
|
* "vertical": "Property",
|
|
15667
15766
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15680,11 +15779,11 @@ export interface operations {
|
|
|
15680
15779
|
* ]
|
|
15681
15780
|
*/
|
|
15682
15781
|
data?: {
|
|
15683
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15782
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15684
15783
|
draft_name?: string;
|
|
15685
|
-
/** @example LST-PRP-LTR-
|
|
15784
|
+
/** @example LST-PRP-LTR-MO8WN4L7DV3 */
|
|
15686
15785
|
sku?: string;
|
|
15687
|
-
/** @example
|
|
15786
|
+
/** @example 49aedac0-862c-4b49-a89f-adaa1ffe0213 */
|
|
15688
15787
|
uid?: string;
|
|
15689
15788
|
/** @example Rent */
|
|
15690
15789
|
listing_type?: string;
|
|
@@ -15794,9 +15893,9 @@ export interface operations {
|
|
|
15794
15893
|
/**
|
|
15795
15894
|
* @example [
|
|
15796
15895
|
* {
|
|
15797
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15798
|
-
* "sku": "LST-PRP-LTR-
|
|
15799
|
-
* "uid": "
|
|
15896
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 5:35 PM",
|
|
15897
|
+
* "sku": "LST-PRP-LTR-MO8WN4LLFLV",
|
|
15898
|
+
* "uid": "5f05760f-9029-4c2c-9687-74070deecb69",
|
|
15800
15899
|
* "listing_type": "Rent",
|
|
15801
15900
|
* "vertical": "Property",
|
|
15802
15901
|
* "arrangement_type": "let_to_let",
|
|
@@ -15813,9 +15912,9 @@ export interface operations {
|
|
|
15813
15912
|
* "media": []
|
|
15814
15913
|
* },
|
|
15815
15914
|
* {
|
|
15816
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15817
|
-
* "sku": "LST-PRP-SHL-
|
|
15818
|
-
* "uid": "
|
|
15915
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 5:35 PM",
|
|
15916
|
+
* "sku": "LST-PRP-SHL-MO8WN4LOPW3",
|
|
15917
|
+
* "uid": "d8f6278b-c3e0-4053-8eac-3807b382feda",
|
|
15819
15918
|
* "listing_type": "Short Let",
|
|
15820
15919
|
* "vertical": "Property",
|
|
15821
15920
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15834,11 +15933,11 @@ export interface operations {
|
|
|
15834
15933
|
* ]
|
|
15835
15934
|
*/
|
|
15836
15935
|
data?: {
|
|
15837
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15936
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15838
15937
|
draft_name?: string;
|
|
15839
|
-
/** @example LST-PRP-LTR-
|
|
15938
|
+
/** @example LST-PRP-LTR-MO8WN4LLFLV */
|
|
15840
15939
|
sku?: string;
|
|
15841
|
-
/** @example
|
|
15940
|
+
/** @example 5f05760f-9029-4c2c-9687-74070deecb69 */
|
|
15842
15941
|
uid?: string;
|
|
15843
15942
|
/** @example Rent */
|
|
15844
15943
|
listing_type?: string;
|
|
@@ -16902,7 +17001,7 @@ export interface operations {
|
|
|
16902
17001
|
content: {
|
|
16903
17002
|
"application/json": {
|
|
16904
17003
|
data?: {
|
|
16905
|
-
/** @example
|
|
17004
|
+
/** @example 2f85fae3-01db-48c2-b031-1ca448df424a */
|
|
16906
17005
|
uid?: string;
|
|
16907
17006
|
/** @example photo */
|
|
16908
17007
|
media_type?: string;
|
|
@@ -17051,11 +17150,11 @@ export interface operations {
|
|
|
17051
17150
|
content: {
|
|
17052
17151
|
"application/json": {
|
|
17053
17152
|
data?: {
|
|
17054
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
17153
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
17055
17154
|
draft_name?: string;
|
|
17056
|
-
/** @example LST-PRP-LTR-
|
|
17155
|
+
/** @example LST-PRP-LTR-MO8WN4OBZEY */
|
|
17057
17156
|
sku?: string;
|
|
17058
|
-
/** @example
|
|
17157
|
+
/** @example 5663d31f-1fcb-4374-a3e5-d9d0b44d2fd2 */
|
|
17059
17158
|
uid?: string;
|
|
17060
17159
|
/** @example Rent */
|
|
17061
17160
|
listing_type?: string;
|
|
@@ -17215,7 +17314,7 @@ export interface operations {
|
|
|
17215
17314
|
content: {
|
|
17216
17315
|
"application/json": {
|
|
17217
17316
|
data?: {
|
|
17218
|
-
/** @example
|
|
17317
|
+
/** @example 0e30f287-bbdf-46ad-a69f-4c4f2ad5996c */
|
|
17219
17318
|
uid?: string;
|
|
17220
17319
|
/** @example null */
|
|
17221
17320
|
compliances?: string | null;
|
|
@@ -17266,7 +17365,7 @@ export interface operations {
|
|
|
17266
17365
|
content: {
|
|
17267
17366
|
"application/json": {
|
|
17268
17367
|
data?: {
|
|
17269
|
-
/** @example
|
|
17368
|
+
/** @example 94 */
|
|
17270
17369
|
id?: number;
|
|
17271
17370
|
compliance?: {
|
|
17272
17371
|
/** @example 1 */
|
|
@@ -17288,7 +17387,7 @@ export interface operations {
|
|
|
17288
17387
|
reviewed_by?: number;
|
|
17289
17388
|
/** @example null */
|
|
17290
17389
|
reviewed_at?: string | null;
|
|
17291
|
-
/** @example 2026-04-
|
|
17390
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17292
17391
|
created_at?: string;
|
|
17293
17392
|
};
|
|
17294
17393
|
};
|
|
@@ -17343,7 +17442,7 @@ export interface operations {
|
|
|
17343
17442
|
/**
|
|
17344
17443
|
* @example [
|
|
17345
17444
|
* {
|
|
17346
|
-
* "uid": "
|
|
17445
|
+
* "uid": "fd7224dc-4c08-4ba6-8547-1f4f5c051d2e",
|
|
17347
17446
|
* "listing_id": 1,
|
|
17348
17447
|
* "landlord_id": 2,
|
|
17349
17448
|
* "tenant_id": 2,
|
|
@@ -17355,10 +17454,10 @@ export interface operations {
|
|
|
17355
17454
|
* "is_periodic": false,
|
|
17356
17455
|
* "company_name": null,
|
|
17357
17456
|
* "company_registration_number": null,
|
|
17358
|
-
* "created_at": "2026-04-
|
|
17457
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17359
17458
|
* },
|
|
17360
17459
|
* {
|
|
17361
|
-
* "uid": "
|
|
17460
|
+
* "uid": "d4dfc2cf-cc82-410c-93c5-52aacc18bcce",
|
|
17362
17461
|
* "listing_id": 1,
|
|
17363
17462
|
* "landlord_id": 2,
|
|
17364
17463
|
* "tenant_id": 2,
|
|
@@ -17370,12 +17469,12 @@ export interface operations {
|
|
|
17370
17469
|
* "is_periodic": false,
|
|
17371
17470
|
* "company_name": null,
|
|
17372
17471
|
* "company_registration_number": null,
|
|
17373
|
-
* "created_at": "2026-04-
|
|
17472
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17374
17473
|
* }
|
|
17375
17474
|
* ]
|
|
17376
17475
|
*/
|
|
17377
17476
|
data?: {
|
|
17378
|
-
/** @example
|
|
17477
|
+
/** @example fd7224dc-4c08-4ba6-8547-1f4f5c051d2e */
|
|
17379
17478
|
uid?: string;
|
|
17380
17479
|
/** @example 1 */
|
|
17381
17480
|
listing_id?: number;
|
|
@@ -17399,7 +17498,7 @@ export interface operations {
|
|
|
17399
17498
|
company_name?: string | null;
|
|
17400
17499
|
/** @example null */
|
|
17401
17500
|
company_registration_number?: string | null;
|
|
17402
|
-
/** @example 2026-04-
|
|
17501
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17403
17502
|
created_at?: string;
|
|
17404
17503
|
}[];
|
|
17405
17504
|
links?: {
|
|
@@ -17486,7 +17585,7 @@ export interface operations {
|
|
|
17486
17585
|
/**
|
|
17487
17586
|
* @example [
|
|
17488
17587
|
* {
|
|
17489
|
-
* "uid": "
|
|
17588
|
+
* "uid": "207959ef-a3b0-4493-ac62-6a779ebcf72d",
|
|
17490
17589
|
* "listing_id": 1,
|
|
17491
17590
|
* "landlord_id": 2,
|
|
17492
17591
|
* "tenant_id": 2,
|
|
@@ -17498,10 +17597,10 @@ export interface operations {
|
|
|
17498
17597
|
* "is_periodic": false,
|
|
17499
17598
|
* "company_name": null,
|
|
17500
17599
|
* "company_registration_number": null,
|
|
17501
|
-
* "created_at": "2026-04-
|
|
17600
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17502
17601
|
* },
|
|
17503
17602
|
* {
|
|
17504
|
-
* "uid": "
|
|
17603
|
+
* "uid": "ac09de74-adc2-45cf-8d15-1c1970b693a2",
|
|
17505
17604
|
* "listing_id": 1,
|
|
17506
17605
|
* "landlord_id": 2,
|
|
17507
17606
|
* "tenant_id": 2,
|
|
@@ -17513,12 +17612,12 @@ export interface operations {
|
|
|
17513
17612
|
* "is_periodic": false,
|
|
17514
17613
|
* "company_name": null,
|
|
17515
17614
|
* "company_registration_number": null,
|
|
17516
|
-
* "created_at": "2026-04-
|
|
17615
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17517
17616
|
* }
|
|
17518
17617
|
* ]
|
|
17519
17618
|
*/
|
|
17520
17619
|
data?: {
|
|
17521
|
-
/** @example
|
|
17620
|
+
/** @example 207959ef-a3b0-4493-ac62-6a779ebcf72d */
|
|
17522
17621
|
uid?: string;
|
|
17523
17622
|
/** @example 1 */
|
|
17524
17623
|
listing_id?: number;
|
|
@@ -17542,7 +17641,7 @@ export interface operations {
|
|
|
17542
17641
|
company_name?: string | null;
|
|
17543
17642
|
/** @example null */
|
|
17544
17643
|
company_registration_number?: string | null;
|
|
17545
|
-
/** @example 2026-04-
|
|
17644
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17546
17645
|
created_at?: string;
|
|
17547
17646
|
}[];
|
|
17548
17647
|
links?: {
|
|
@@ -17649,7 +17748,7 @@ export interface operations {
|
|
|
17649
17748
|
content: {
|
|
17650
17749
|
"application/json": {
|
|
17651
17750
|
data?: {
|
|
17652
|
-
/** @example
|
|
17751
|
+
/** @example 107 */
|
|
17653
17752
|
id?: number;
|
|
17654
17753
|
compliance?: {
|
|
17655
17754
|
/** @example 1 */
|
|
@@ -17669,9 +17768,9 @@ export interface operations {
|
|
|
17669
17768
|
rejection_reason?: string | null;
|
|
17670
17769
|
/** @example 1 */
|
|
17671
17770
|
reviewed_by?: number;
|
|
17672
|
-
/** @example 2026-04-
|
|
17771
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17673
17772
|
reviewed_at?: string;
|
|
17674
|
-
/** @example 2026-04-
|
|
17773
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17675
17774
|
created_at?: string;
|
|
17676
17775
|
};
|
|
17677
17776
|
};
|
|
@@ -17698,7 +17797,7 @@ export interface operations {
|
|
|
17698
17797
|
content: {
|
|
17699
17798
|
"application/json": {
|
|
17700
17799
|
data?: {
|
|
17701
|
-
/** @example
|
|
17800
|
+
/** @example 108 */
|
|
17702
17801
|
id?: number;
|
|
17703
17802
|
compliance?: {
|
|
17704
17803
|
/** @example 1 */
|
|
@@ -17718,9 +17817,9 @@ export interface operations {
|
|
|
17718
17817
|
rejection_reason?: string | null;
|
|
17719
17818
|
/** @example 1 */
|
|
17720
17819
|
reviewed_by?: number;
|
|
17721
|
-
/** @example 2026-04-
|
|
17820
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17722
17821
|
reviewed_at?: string;
|
|
17723
|
-
/** @example 2026-04-
|
|
17822
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17724
17823
|
created_at?: string;
|
|
17725
17824
|
};
|
|
17726
17825
|
};
|
|
@@ -18742,35 +18841,35 @@ export interface operations {
|
|
|
18742
18841
|
/**
|
|
18743
18842
|
* @example [
|
|
18744
18843
|
* {
|
|
18745
|
-
* "uid": "
|
|
18844
|
+
* "uid": "844486fc-b86c-4b18-be79-68e7af434eb7",
|
|
18746
18845
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18747
18846
|
* "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.",
|
|
18748
18847
|
* "status": "reported",
|
|
18749
18848
|
* "priority": "emergency",
|
|
18750
|
-
* "reported_at": "2026-04-
|
|
18751
|
-
* "assigned_at": "2026-04-
|
|
18849
|
+
* "reported_at": "2026-04-15T04:49:19.000000Z",
|
|
18850
|
+
* "assigned_at": "2026-04-20T01:09:11.000000Z",
|
|
18752
18851
|
* "completed_at": null,
|
|
18753
|
-
* "sla_deadline": "2026-04-
|
|
18754
|
-
* "created_at": "2026-04-
|
|
18755
|
-
* "updated_at": "2026-04-
|
|
18852
|
+
* "sla_deadline": "2026-04-23T06:31:34.000000Z",
|
|
18853
|
+
* "created_at": "2026-04-21T17:35:44.000000Z",
|
|
18854
|
+
* "updated_at": "2026-04-21T17:35:44.000000Z"
|
|
18756
18855
|
* },
|
|
18757
18856
|
* {
|
|
18758
|
-
* "uid": "
|
|
18857
|
+
* "uid": "2f36f8b1-c55c-4329-bd13-767c404def7e",
|
|
18759
18858
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
18760
18859
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
18761
18860
|
* "status": "completed",
|
|
18762
18861
|
* "priority": "normal",
|
|
18763
|
-
* "reported_at": "2026-04-
|
|
18862
|
+
* "reported_at": "2026-04-17T17:27:44.000000Z",
|
|
18764
18863
|
* "assigned_at": null,
|
|
18765
18864
|
* "completed_at": null,
|
|
18766
|
-
* "sla_deadline": "2026-04-
|
|
18767
|
-
* "created_at": "2026-04-
|
|
18768
|
-
* "updated_at": "2026-04-
|
|
18865
|
+
* "sla_deadline": "2026-04-24T14:31:31.000000Z",
|
|
18866
|
+
* "created_at": "2026-04-21T17:35:44.000000Z",
|
|
18867
|
+
* "updated_at": "2026-04-21T17:35:44.000000Z"
|
|
18769
18868
|
* }
|
|
18770
18869
|
* ]
|
|
18771
18870
|
*/
|
|
18772
18871
|
data?: {
|
|
18773
|
-
/** @example
|
|
18872
|
+
/** @example 844486fc-b86c-4b18-be79-68e7af434eb7 */
|
|
18774
18873
|
uid?: string;
|
|
18775
18874
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18776
18875
|
title?: string;
|
|
@@ -18780,17 +18879,17 @@ export interface operations {
|
|
|
18780
18879
|
status?: string;
|
|
18781
18880
|
/** @example emergency */
|
|
18782
18881
|
priority?: string;
|
|
18783
|
-
/** @example 2026-04-
|
|
18882
|
+
/** @example 2026-04-15T04:49:19.000000Z */
|
|
18784
18883
|
reported_at?: string;
|
|
18785
|
-
/** @example 2026-04-
|
|
18884
|
+
/** @example 2026-04-20T01:09:11.000000Z */
|
|
18786
18885
|
assigned_at?: string;
|
|
18787
18886
|
/** @example null */
|
|
18788
18887
|
completed_at?: string | null;
|
|
18789
|
-
/** @example 2026-04-
|
|
18888
|
+
/** @example 2026-04-23T06:31:34.000000Z */
|
|
18790
18889
|
sla_deadline?: string;
|
|
18791
|
-
/** @example 2026-04-
|
|
18890
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18792
18891
|
created_at?: string;
|
|
18793
|
-
/** @example 2026-04-
|
|
18892
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18794
18893
|
updated_at?: string;
|
|
18795
18894
|
}[];
|
|
18796
18895
|
links?: {
|
|
@@ -18885,13 +18984,13 @@ export interface operations {
|
|
|
18885
18984
|
content: {
|
|
18886
18985
|
"application/json": {
|
|
18887
18986
|
data?: {
|
|
18888
|
-
/** @example
|
|
18987
|
+
/** @example 9cb20627-bb66-4c27-a9f4-8388f46b7fba */
|
|
18889
18988
|
uid?: string;
|
|
18890
18989
|
/** @example image */
|
|
18891
18990
|
file_type?: string;
|
|
18892
18991
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18893
18992
|
url?: string;
|
|
18894
|
-
/** @example 2026-04-
|
|
18993
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18895
18994
|
created_at?: string;
|
|
18896
18995
|
};
|
|
18897
18996
|
};
|
|
@@ -18936,7 +19035,7 @@ export interface operations {
|
|
|
18936
19035
|
content: {
|
|
18937
19036
|
"application/json": {
|
|
18938
19037
|
data?: {
|
|
18939
|
-
/** @example
|
|
19038
|
+
/** @example 31 */
|
|
18940
19039
|
id?: number;
|
|
18941
19040
|
/** @example property_inquiry */
|
|
18942
19041
|
type?: string;
|
|
@@ -18944,7 +19043,7 @@ export interface operations {
|
|
|
18944
19043
|
listing_id?: number;
|
|
18945
19044
|
/** @example null */
|
|
18946
19045
|
last_message_at?: string | null;
|
|
18947
|
-
/** @example 2026-04-
|
|
19046
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18948
19047
|
created_at?: string;
|
|
18949
19048
|
};
|
|
18950
19049
|
};
|
|
@@ -18970,23 +19069,23 @@ export interface operations {
|
|
|
18970
19069
|
/**
|
|
18971
19070
|
* @example [
|
|
18972
19071
|
* {
|
|
18973
|
-
* "id":
|
|
19072
|
+
* "id": 32,
|
|
18974
19073
|
* "type": "property_inquiry",
|
|
18975
19074
|
* "listing_id": 2,
|
|
18976
19075
|
* "last_message_at": null,
|
|
18977
|
-
* "created_at": "2026-04-
|
|
19076
|
+
* "created_at": "2026-04-21T17:35:44.000000Z"
|
|
18978
19077
|
* },
|
|
18979
19078
|
* {
|
|
18980
|
-
* "id":
|
|
19079
|
+
* "id": 33,
|
|
18981
19080
|
* "type": "property_inquiry",
|
|
18982
19081
|
* "listing_id": 2,
|
|
18983
19082
|
* "last_message_at": null,
|
|
18984
|
-
* "created_at": "2026-04-
|
|
19083
|
+
* "created_at": "2026-04-21T17:35:44.000000Z"
|
|
18985
19084
|
* }
|
|
18986
19085
|
* ]
|
|
18987
19086
|
*/
|
|
18988
19087
|
data?: {
|
|
18989
|
-
/** @example
|
|
19088
|
+
/** @example 32 */
|
|
18990
19089
|
id?: number;
|
|
18991
19090
|
/** @example property_inquiry */
|
|
18992
19091
|
type?: string;
|
|
@@ -18994,7 +19093,7 @@ export interface operations {
|
|
|
18994
19093
|
listing_id?: number;
|
|
18995
19094
|
/** @example null */
|
|
18996
19095
|
last_message_at?: string | null;
|
|
18997
|
-
/** @example 2026-04-
|
|
19096
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18998
19097
|
created_at?: string;
|
|
18999
19098
|
}[];
|
|
19000
19099
|
links?: {
|
|
@@ -19312,27 +19411,27 @@ export interface operations {
|
|
|
19312
19411
|
/**
|
|
19313
19412
|
* @example [
|
|
19314
19413
|
* {
|
|
19315
|
-
* "id": "
|
|
19414
|
+
* "id": "f95d1cd3-e60f-4324-befb-bc466379d4cd",
|
|
19316
19415
|
* "type": "APPOINTMENT_CREATED",
|
|
19317
19416
|
* "title": "faker notification",
|
|
19318
19417
|
* "body": "faker notification body",
|
|
19319
19418
|
* "data": [],
|
|
19320
19419
|
* "read_at": null,
|
|
19321
|
-
* "created_at": "2026-04-
|
|
19420
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
19322
19421
|
* },
|
|
19323
19422
|
* {
|
|
19324
|
-
* "id": "
|
|
19423
|
+
* "id": "56bb12c6-ed58-4641-ae2d-1ab0916f2074",
|
|
19325
19424
|
* "type": "APPOINTMENT_CREATED",
|
|
19326
19425
|
* "title": "faker notification",
|
|
19327
19426
|
* "body": "faker notification body",
|
|
19328
19427
|
* "data": [],
|
|
19329
19428
|
* "read_at": null,
|
|
19330
|
-
* "created_at": "2026-04-
|
|
19429
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
19331
19430
|
* }
|
|
19332
19431
|
* ]
|
|
19333
19432
|
*/
|
|
19334
19433
|
data?: {
|
|
19335
|
-
/** @example
|
|
19434
|
+
/** @example f95d1cd3-e60f-4324-befb-bc466379d4cd */
|
|
19336
19435
|
id?: string;
|
|
19337
19436
|
/** @example APPOINTMENT_CREATED */
|
|
19338
19437
|
type?: string;
|
|
@@ -19344,7 +19443,7 @@ export interface operations {
|
|
|
19344
19443
|
data?: unknown[];
|
|
19345
19444
|
/** @example null */
|
|
19346
19445
|
read_at?: string | null;
|
|
19347
|
-
/** @example 2026-04-
|
|
19446
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
19348
19447
|
created_at?: string;
|
|
19349
19448
|
}[];
|
|
19350
19449
|
links?: {
|
|
@@ -19428,7 +19527,7 @@ export interface operations {
|
|
|
19428
19527
|
};
|
|
19429
19528
|
content: {
|
|
19430
19529
|
"application/json": {
|
|
19431
|
-
/** @example
|
|
19530
|
+
/** @example c45f8cd8-92ba-4300-bd08-20876d5f7686 */
|
|
19432
19531
|
id?: string;
|
|
19433
19532
|
/** @example APPOINTMENT_CREATED */
|
|
19434
19533
|
type?: string;
|
|
@@ -19440,7 +19539,7 @@ export interface operations {
|
|
|
19440
19539
|
data?: unknown[];
|
|
19441
19540
|
/** @example null */
|
|
19442
19541
|
read_at?: string | null;
|
|
19443
|
-
/** @example 2026-04-
|
|
19542
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
19444
19543
|
created_at?: string;
|
|
19445
19544
|
};
|
|
19446
19545
|
};
|
|
@@ -19687,45 +19786,45 @@ export interface operations {
|
|
|
19687
19786
|
/**
|
|
19688
19787
|
* @example [
|
|
19689
19788
|
* {
|
|
19690
|
-
* "id":
|
|
19789
|
+
* "id": 61,
|
|
19691
19790
|
* "rating": 1,
|
|
19692
19791
|
* "comment": "Nice Listing",
|
|
19693
19792
|
* "reviewer": {
|
|
19694
|
-
* "id":
|
|
19695
|
-
* "name": "
|
|
19793
|
+
* "id": 17,
|
|
19794
|
+
* "name": "Hannah Ross"
|
|
19696
19795
|
* },
|
|
19697
|
-
* "created_at": "2026-04-
|
|
19698
|
-
* "updated_at": "2026-04-
|
|
19796
|
+
* "created_at": "2026-04-21T17:35:43+00:00",
|
|
19797
|
+
* "updated_at": "2026-04-21T17:35:43+00:00"
|
|
19699
19798
|
* },
|
|
19700
19799
|
* {
|
|
19701
|
-
* "id":
|
|
19800
|
+
* "id": 62,
|
|
19702
19801
|
* "rating": 1,
|
|
19703
19802
|
* "comment": "Nice Listing",
|
|
19704
19803
|
* "reviewer": {
|
|
19705
|
-
* "id":
|
|
19706
|
-
* "name": "
|
|
19804
|
+
* "id": 25,
|
|
19805
|
+
* "name": "Jayden Ward"
|
|
19707
19806
|
* },
|
|
19708
|
-
* "created_at": "2026-04-
|
|
19709
|
-
* "updated_at": "2026-04-
|
|
19807
|
+
* "created_at": "2026-04-21T17:35:43+00:00",
|
|
19808
|
+
* "updated_at": "2026-04-21T17:35:43+00:00"
|
|
19710
19809
|
* }
|
|
19711
19810
|
* ]
|
|
19712
19811
|
*/
|
|
19713
19812
|
data?: {
|
|
19714
|
-
/** @example
|
|
19813
|
+
/** @example 61 */
|
|
19715
19814
|
id?: number;
|
|
19716
19815
|
/** @example 1 */
|
|
19717
19816
|
rating?: number;
|
|
19718
19817
|
/** @example Nice Listing */
|
|
19719
19818
|
comment?: string;
|
|
19720
19819
|
reviewer?: {
|
|
19721
|
-
/** @example
|
|
19820
|
+
/** @example 17 */
|
|
19722
19821
|
id?: number;
|
|
19723
|
-
/** @example
|
|
19822
|
+
/** @example Hannah Ross */
|
|
19724
19823
|
name?: string;
|
|
19725
19824
|
};
|
|
19726
|
-
/** @example 2026-04-
|
|
19825
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19727
19826
|
created_at?: string;
|
|
19728
|
-
/** @example 2026-04-
|
|
19827
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19729
19828
|
updated_at?: string;
|
|
19730
19829
|
}[];
|
|
19731
19830
|
links?: {
|
|
@@ -19879,21 +19978,21 @@ export interface operations {
|
|
|
19879
19978
|
content: {
|
|
19880
19979
|
"application/json": {
|
|
19881
19980
|
data?: {
|
|
19882
|
-
/** @example
|
|
19981
|
+
/** @example 63 */
|
|
19883
19982
|
id?: number;
|
|
19884
19983
|
/** @example 1 */
|
|
19885
19984
|
rating?: number;
|
|
19886
19985
|
/** @example Nice Listing */
|
|
19887
19986
|
comment?: string;
|
|
19888
19987
|
reviewer?: {
|
|
19889
|
-
/** @example
|
|
19988
|
+
/** @example 13 */
|
|
19890
19989
|
id?: number;
|
|
19891
|
-
/** @example
|
|
19990
|
+
/** @example Matthew Campbell */
|
|
19892
19991
|
name?: string;
|
|
19893
19992
|
};
|
|
19894
|
-
/** @example 2026-04-
|
|
19993
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19895
19994
|
created_at?: string;
|
|
19896
|
-
/** @example 2026-04-
|
|
19995
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19897
19996
|
updated_at?: string;
|
|
19898
19997
|
};
|
|
19899
19998
|
};
|
|
@@ -19937,21 +20036,21 @@ export interface operations {
|
|
|
19937
20036
|
content: {
|
|
19938
20037
|
"application/json": {
|
|
19939
20038
|
data?: {
|
|
19940
|
-
/** @example
|
|
20039
|
+
/** @example 64 */
|
|
19941
20040
|
id?: number;
|
|
19942
20041
|
/** @example 1 */
|
|
19943
20042
|
rating?: number;
|
|
19944
20043
|
/** @example Nice Listing */
|
|
19945
20044
|
comment?: string;
|
|
19946
20045
|
reviewer?: {
|
|
19947
|
-
/** @example
|
|
20046
|
+
/** @example 22 */
|
|
19948
20047
|
id?: number;
|
|
19949
|
-
/** @example
|
|
20048
|
+
/** @example Theo Ward */
|
|
19950
20049
|
name?: string;
|
|
19951
20050
|
};
|
|
19952
|
-
/** @example 2026-04-
|
|
20051
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19953
20052
|
created_at?: string;
|
|
19954
|
-
/** @example 2026-04-
|
|
20053
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19955
20054
|
updated_at?: string;
|
|
19956
20055
|
};
|
|
19957
20056
|
};
|
|
@@ -19993,21 +20092,21 @@ export interface operations {
|
|
|
19993
20092
|
content: {
|
|
19994
20093
|
"application/json": {
|
|
19995
20094
|
data?: {
|
|
19996
|
-
/** @example
|
|
20095
|
+
/** @example 65 */
|
|
19997
20096
|
id?: number;
|
|
19998
20097
|
/** @example 1 */
|
|
19999
20098
|
rating?: number;
|
|
20000
20099
|
/** @example Nice Listing */
|
|
20001
20100
|
comment?: string;
|
|
20002
20101
|
reviewer?: {
|
|
20003
|
-
/** @example
|
|
20102
|
+
/** @example 23 */
|
|
20004
20103
|
id?: number;
|
|
20005
|
-
/** @example
|
|
20104
|
+
/** @example Anthony Baker */
|
|
20006
20105
|
name?: string;
|
|
20007
20106
|
};
|
|
20008
|
-
/** @example 2026-04-
|
|
20107
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
20009
20108
|
created_at?: string;
|
|
20010
|
-
/** @example 2026-04-
|
|
20109
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
20011
20110
|
updated_at?: string;
|
|
20012
20111
|
};
|
|
20013
20112
|
};
|
|
@@ -20034,21 +20133,21 @@ export interface operations {
|
|
|
20034
20133
|
content: {
|
|
20035
20134
|
"application/json": {
|
|
20036
20135
|
data?: {
|
|
20037
|
-
/** @example
|
|
20136
|
+
/** @example 66 */
|
|
20038
20137
|
id?: number;
|
|
20039
20138
|
/** @example 1 */
|
|
20040
20139
|
rating?: number;
|
|
20041
20140
|
/** @example Nice Listing */
|
|
20042
20141
|
comment?: string;
|
|
20043
20142
|
reviewer?: {
|
|
20044
|
-
/** @example
|
|
20143
|
+
/** @example 6 */
|
|
20045
20144
|
id?: number;
|
|
20046
|
-
/** @example
|
|
20145
|
+
/** @example Rowena Patel */
|
|
20047
20146
|
name?: string;
|
|
20048
20147
|
};
|
|
20049
|
-
/** @example 2026-04-
|
|
20148
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
20050
20149
|
created_at?: string;
|
|
20051
|
-
/** @example 2026-04-
|
|
20150
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
20052
20151
|
updated_at?: string;
|
|
20053
20152
|
};
|
|
20054
20153
|
};
|
|
@@ -20075,7 +20174,7 @@ export interface operations {
|
|
|
20075
20174
|
content: {
|
|
20076
20175
|
"application/json": {
|
|
20077
20176
|
data?: {
|
|
20078
|
-
/** @example
|
|
20177
|
+
/** @example 8e208564-94a5-4e64-8e17-3d443484d83b */
|
|
20079
20178
|
uid?: string;
|
|
20080
20179
|
/** @example 1 */
|
|
20081
20180
|
listing_id?: number;
|
|
@@ -20083,23 +20182,23 @@ export interface operations {
|
|
|
20083
20182
|
landlord_id?: number;
|
|
20084
20183
|
/** @example 2 */
|
|
20085
20184
|
tenant_id?: number;
|
|
20086
|
-
/** @example
|
|
20185
|
+
/** @example 3586.64 */
|
|
20087
20186
|
rent_amount?: string;
|
|
20088
|
-
/** @example
|
|
20187
|
+
/** @example 2764.05 */
|
|
20089
20188
|
deposit_amount?: string;
|
|
20090
|
-
/** @example
|
|
20189
|
+
/** @example renewal_pending */
|
|
20091
20190
|
state?: string;
|
|
20092
|
-
/** @example 2025-
|
|
20191
|
+
/** @example 2025-06-08T00:00:00.000000Z */
|
|
20093
20192
|
start_date?: string;
|
|
20094
|
-
/** @example 2026-
|
|
20193
|
+
/** @example 2026-06-08T00:00:00.000000Z */
|
|
20095
20194
|
end_date?: string;
|
|
20096
|
-
/** @example
|
|
20195
|
+
/** @example true */
|
|
20097
20196
|
is_periodic?: boolean;
|
|
20098
20197
|
/** @example null */
|
|
20099
20198
|
company_name?: string | null;
|
|
20100
20199
|
/** @example null */
|
|
20101
20200
|
company_registration_number?: string | null;
|
|
20102
|
-
/** @example 2026-04-
|
|
20201
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
20103
20202
|
created_at?: string;
|
|
20104
20203
|
/** @example [] */
|
|
20105
20204
|
compliances?: unknown[];
|
|
@@ -20176,7 +20275,7 @@ export interface operations {
|
|
|
20176
20275
|
content: {
|
|
20177
20276
|
"application/json": {
|
|
20178
20277
|
data?: {
|
|
20179
|
-
/** @example
|
|
20278
|
+
/** @example 4fa914fe-d3a3-4d7e-a079-9af417af1422 */
|
|
20180
20279
|
uid?: string;
|
|
20181
20280
|
/** @example 1 */
|
|
20182
20281
|
listing_id?: number;
|
|
@@ -20200,7 +20299,7 @@ export interface operations {
|
|
|
20200
20299
|
company_name?: string | null;
|
|
20201
20300
|
/** @example null */
|
|
20202
20301
|
company_registration_number?: string | null;
|
|
20203
|
-
/** @example 2026-04-
|
|
20302
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
20204
20303
|
created_at?: string;
|
|
20205
20304
|
};
|
|
20206
20305
|
};
|
|
@@ -20494,7 +20593,7 @@ export interface operations {
|
|
|
20494
20593
|
* "changed_by_user_id": 3,
|
|
20495
20594
|
* "changed_by_name": "Teagan King",
|
|
20496
20595
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
20497
|
-
* "created_at": "2025-12-
|
|
20596
|
+
* "created_at": "2025-12-14T04:22:43.000000Z"
|
|
20498
20597
|
* },
|
|
20499
20598
|
* {
|
|
20500
20599
|
* "from_state": "pre_move_in_ready",
|
|
@@ -20502,7 +20601,7 @@ export interface operations {
|
|
|
20502
20601
|
* "changed_by_user_id": 3,
|
|
20503
20602
|
* "changed_by_name": "Teagan King",
|
|
20504
20603
|
* "comment": null,
|
|
20505
|
-
* "created_at": "2025-10-
|
|
20604
|
+
* "created_at": "2025-10-30T12:18:23.000000Z"
|
|
20506
20605
|
* }
|
|
20507
20606
|
* ]
|
|
20508
20607
|
*/
|
|
@@ -20517,7 +20616,7 @@ export interface operations {
|
|
|
20517
20616
|
changed_by_name?: string;
|
|
20518
20617
|
/** @example Qui commodi incidunt iure odit. */
|
|
20519
20618
|
comment?: string;
|
|
20520
|
-
/** @example 2025-12-
|
|
20619
|
+
/** @example 2025-12-14T04:22:43.000000Z */
|
|
20521
20620
|
created_at?: string;
|
|
20522
20621
|
}[];
|
|
20523
20622
|
};
|
|
@@ -20761,7 +20860,7 @@ export interface operations {
|
|
|
20761
20860
|
content: {
|
|
20762
20861
|
"application/json": {
|
|
20763
20862
|
data?: {
|
|
20764
|
-
/** @example
|
|
20863
|
+
/** @example 002d334f-a825-4eb5-81a4-22a4a3e25d05 */
|
|
20765
20864
|
uid?: string;
|
|
20766
20865
|
/** @example Ms. Audra Crooks II */
|
|
20767
20866
|
username?: string;
|
|
@@ -20791,7 +20890,7 @@ export interface operations {
|
|
|
20791
20890
|
timezone?: string;
|
|
20792
20891
|
/** @example Customer */
|
|
20793
20892
|
user_type?: string;
|
|
20794
|
-
/** @example 21 Apr 2026,
|
|
20893
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20795
20894
|
created?: string;
|
|
20796
20895
|
/** @example 0 seconds ago */
|
|
20797
20896
|
email_verified_at?: string;
|
|
@@ -20890,7 +20989,7 @@ export interface operations {
|
|
|
20890
20989
|
content: {
|
|
20891
20990
|
"application/json": {
|
|
20892
20991
|
data?: {
|
|
20893
|
-
/** @example
|
|
20992
|
+
/** @example 2b5bfd44-8034-4878-b4e1-b515d1a64def */
|
|
20894
20993
|
uid?: string;
|
|
20895
20994
|
/** @example Morgan Hirthe */
|
|
20896
20995
|
username?: string;
|
|
@@ -20920,7 +21019,7 @@ export interface operations {
|
|
|
20920
21019
|
timezone?: string;
|
|
20921
21020
|
/** @example Customer */
|
|
20922
21021
|
user_type?: string;
|
|
20923
|
-
/** @example 21 Apr 2026,
|
|
21022
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20924
21023
|
created?: string;
|
|
20925
21024
|
/** @example 0 seconds ago */
|
|
20926
21025
|
email_verified_at?: string;
|
|
@@ -20992,7 +21091,7 @@ export interface operations {
|
|
|
20992
21091
|
content: {
|
|
20993
21092
|
"application/json": {
|
|
20994
21093
|
data?: {
|
|
20995
|
-
/** @example
|
|
21094
|
+
/** @example 8b805dce-872f-436b-8292-ae16afb4ac9e */
|
|
20996
21095
|
uid?: string;
|
|
20997
21096
|
/** @example Ms. Audra Crooks II */
|
|
20998
21097
|
username?: string;
|
|
@@ -21022,7 +21121,7 @@ export interface operations {
|
|
|
21022
21121
|
timezone?: string;
|
|
21023
21122
|
/** @example Customer */
|
|
21024
21123
|
user_type?: string;
|
|
21025
|
-
/** @example 21 Apr 2026,
|
|
21124
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21026
21125
|
created?: string;
|
|
21027
21126
|
/** @example 0 seconds ago */
|
|
21028
21127
|
email_verified_at?: string;
|
|
@@ -21262,7 +21361,7 @@ export interface operations {
|
|
|
21262
21361
|
completed_layers?: number;
|
|
21263
21362
|
/** @example 4 */
|
|
21264
21363
|
pending_layers?: number;
|
|
21265
|
-
/** @example 21 Apr 2026,
|
|
21364
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21266
21365
|
last_calculated_at?: string;
|
|
21267
21366
|
};
|
|
21268
21367
|
};
|
|
@@ -21310,7 +21409,7 @@ export interface operations {
|
|
|
21310
21409
|
completed_layers?: number;
|
|
21311
21410
|
/** @example 4 */
|
|
21312
21411
|
pending_layers?: number;
|
|
21313
|
-
/** @example 21 Apr 2026,
|
|
21412
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21314
21413
|
last_calculated_at?: string;
|
|
21315
21414
|
};
|
|
21316
21415
|
};
|
|
@@ -21344,14 +21443,14 @@ export interface operations {
|
|
|
21344
21443
|
content: {
|
|
21345
21444
|
"application/json": {
|
|
21346
21445
|
data?: {
|
|
21347
|
-
/** @example
|
|
21446
|
+
/** @example 812589b9-5803-4130-a9e2-14db72af7438 */
|
|
21348
21447
|
wishlist_uid?: string;
|
|
21349
21448
|
listing?: {
|
|
21350
|
-
/** @example New For Sale Used Item draft • 21 Apr 2026,
|
|
21449
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 5:35 PM */
|
|
21351
21450
|
draft_name?: string;
|
|
21352
|
-
/** @example LST-UIT-SAL-
|
|
21451
|
+
/** @example LST-UIT-SAL-MO8WN5X7L6T */
|
|
21353
21452
|
sku?: string;
|
|
21354
|
-
/** @example
|
|
21453
|
+
/** @example 048887ac-18aa-4d6a-8c58-cb6839d6b091 */
|
|
21355
21454
|
uid?: string;
|
|
21356
21455
|
/** @example Sale */
|
|
21357
21456
|
listing_type?: string;
|
|
@@ -21435,15 +21534,15 @@ export interface operations {
|
|
|
21435
21534
|
/**
|
|
21436
21535
|
* @example [
|
|
21437
21536
|
* {
|
|
21438
|
-
* "wishlist_uid": "
|
|
21537
|
+
* "wishlist_uid": "ca5ffa72-328d-4c57-913b-344a0e05394c"
|
|
21439
21538
|
* },
|
|
21440
21539
|
* {
|
|
21441
|
-
* "wishlist_uid": "
|
|
21540
|
+
* "wishlist_uid": "c242e6d0-9aec-4233-ad23-382591bc7100"
|
|
21442
21541
|
* }
|
|
21443
21542
|
* ]
|
|
21444
21543
|
*/
|
|
21445
21544
|
data?: {
|
|
21446
|
-
/** @example
|
|
21545
|
+
/** @example ca5ffa72-328d-4c57-913b-344a0e05394c */
|
|
21447
21546
|
wishlist_uid?: string;
|
|
21448
21547
|
}[];
|
|
21449
21548
|
links?: {
|
|
@@ -21531,7 +21630,7 @@ export interface operations {
|
|
|
21531
21630
|
completed_layers?: number;
|
|
21532
21631
|
/** @example 4 */
|
|
21533
21632
|
pending_layers?: number;
|
|
21534
|
-
/** @example 21 Apr 2026,
|
|
21633
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21535
21634
|
last_calculated_at?: string;
|
|
21536
21635
|
};
|
|
21537
21636
|
};
|
|
@@ -21693,7 +21792,7 @@ export interface operations {
|
|
|
21693
21792
|
completed_layers?: number;
|
|
21694
21793
|
/** @example 4 */
|
|
21695
21794
|
pending_layers?: number;
|
|
21696
|
-
/** @example 21 Apr 2026,
|
|
21795
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21697
21796
|
last_calculated_at?: string;
|
|
21698
21797
|
};
|
|
21699
21798
|
};
|