@justins-home/types 1.1.37 → 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 +702 -306
- 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;
|
|
@@ -2176,6 +2199,29 @@ export interface paths {
|
|
|
2176
2199
|
patch?: never;
|
|
2177
2200
|
trace?: never;
|
|
2178
2201
|
};
|
|
2202
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-global": {
|
|
2203
|
+
parameters: {
|
|
2204
|
+
query?: never;
|
|
2205
|
+
header?: never;
|
|
2206
|
+
path: {
|
|
2207
|
+
/** @description The ID of the compliance definition to remove from global scope. */
|
|
2208
|
+
compliance_id: number;
|
|
2209
|
+
};
|
|
2210
|
+
cookie?: never;
|
|
2211
|
+
};
|
|
2212
|
+
get?: never;
|
|
2213
|
+
put?: never;
|
|
2214
|
+
/**
|
|
2215
|
+
* removeComplianceFromGlobal
|
|
2216
|
+
* @description Remove a compliance definition from the global scope.
|
|
2217
|
+
*/
|
|
2218
|
+
post: operations["removeComplianceFromGlobal"];
|
|
2219
|
+
delete?: never;
|
|
2220
|
+
options?: never;
|
|
2221
|
+
head?: never;
|
|
2222
|
+
patch?: never;
|
|
2223
|
+
trace?: never;
|
|
2224
|
+
};
|
|
2179
2225
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-category/{categoryId}": {
|
|
2180
2226
|
parameters: {
|
|
2181
2227
|
query?: never;
|
|
@@ -2201,6 +2247,31 @@ export interface paths {
|
|
|
2201
2247
|
patch?: never;
|
|
2202
2248
|
trace?: never;
|
|
2203
2249
|
};
|
|
2250
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-category/{categoryId}": {
|
|
2251
|
+
parameters: {
|
|
2252
|
+
query?: never;
|
|
2253
|
+
header?: never;
|
|
2254
|
+
path: {
|
|
2255
|
+
/** @description The ID of the compliance definition. */
|
|
2256
|
+
compliance_id: number;
|
|
2257
|
+
/** @description The ID of the listing category. */
|
|
2258
|
+
categoryId: number;
|
|
2259
|
+
};
|
|
2260
|
+
cookie?: never;
|
|
2261
|
+
};
|
|
2262
|
+
get?: never;
|
|
2263
|
+
put?: never;
|
|
2264
|
+
/**
|
|
2265
|
+
* removeComplianceFromCategory
|
|
2266
|
+
* @description Remove a compliance definition from a specific listing category.
|
|
2267
|
+
*/
|
|
2268
|
+
post: operations["removeComplianceFromCategory"];
|
|
2269
|
+
delete?: never;
|
|
2270
|
+
options?: never;
|
|
2271
|
+
head?: never;
|
|
2272
|
+
patch?: never;
|
|
2273
|
+
trace?: never;
|
|
2274
|
+
};
|
|
2204
2275
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{listing_uid}": {
|
|
2205
2276
|
parameters: {
|
|
2206
2277
|
query?: never;
|
|
@@ -2226,6 +2297,31 @@ export interface paths {
|
|
|
2226
2297
|
patch?: never;
|
|
2227
2298
|
trace?: never;
|
|
2228
2299
|
};
|
|
2300
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing/{listing_uid}": {
|
|
2301
|
+
parameters: {
|
|
2302
|
+
query?: never;
|
|
2303
|
+
header?: never;
|
|
2304
|
+
path: {
|
|
2305
|
+
/** @description The ID of the compliance definition. */
|
|
2306
|
+
compliance_id: number;
|
|
2307
|
+
/** @description The UID of the listing to remove the compliance rule from. */
|
|
2308
|
+
listing_uid: string;
|
|
2309
|
+
};
|
|
2310
|
+
cookie?: never;
|
|
2311
|
+
};
|
|
2312
|
+
get?: never;
|
|
2313
|
+
put?: never;
|
|
2314
|
+
/**
|
|
2315
|
+
* removeComplianceFromListing
|
|
2316
|
+
* @description Remove a compliance definition from a specific listing.
|
|
2317
|
+
*/
|
|
2318
|
+
post: operations["removeComplianceFromListing"];
|
|
2319
|
+
delete?: never;
|
|
2320
|
+
options?: never;
|
|
2321
|
+
head?: never;
|
|
2322
|
+
patch?: never;
|
|
2323
|
+
trace?: never;
|
|
2324
|
+
};
|
|
2229
2325
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{tenancy_uid}": {
|
|
2230
2326
|
parameters: {
|
|
2231
2327
|
query?: never;
|
|
@@ -2251,6 +2347,31 @@ export interface paths {
|
|
|
2251
2347
|
patch?: never;
|
|
2252
2348
|
trace?: never;
|
|
2253
2349
|
};
|
|
2350
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-tenancy/{tenancy_uid}": {
|
|
2351
|
+
parameters: {
|
|
2352
|
+
query?: never;
|
|
2353
|
+
header?: never;
|
|
2354
|
+
path: {
|
|
2355
|
+
/** @description The ID of the compliance definition. */
|
|
2356
|
+
compliance_id: number;
|
|
2357
|
+
/** @description The UID of the tenancy to remove the compliance rule from. */
|
|
2358
|
+
tenancy_uid: string;
|
|
2359
|
+
};
|
|
2360
|
+
cookie?: never;
|
|
2361
|
+
};
|
|
2362
|
+
get?: never;
|
|
2363
|
+
put?: never;
|
|
2364
|
+
/**
|
|
2365
|
+
* removeComplianceFromTenancy
|
|
2366
|
+
* @description Remove a compliance definition from a specific tenancy.
|
|
2367
|
+
*/
|
|
2368
|
+
post: operations["removeComplianceFromTenancy"];
|
|
2369
|
+
delete?: never;
|
|
2370
|
+
options?: never;
|
|
2371
|
+
head?: never;
|
|
2372
|
+
patch?: never;
|
|
2373
|
+
trace?: never;
|
|
2374
|
+
};
|
|
2254
2375
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing-vertical": {
|
|
2255
2376
|
parameters: {
|
|
2256
2377
|
query?: never;
|
|
@@ -2274,6 +2395,29 @@ export interface paths {
|
|
|
2274
2395
|
patch?: never;
|
|
2275
2396
|
trace?: never;
|
|
2276
2397
|
};
|
|
2398
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing-vertical": {
|
|
2399
|
+
parameters: {
|
|
2400
|
+
query?: never;
|
|
2401
|
+
header?: never;
|
|
2402
|
+
path: {
|
|
2403
|
+
/** @description The ID of the compliance definition. */
|
|
2404
|
+
compliance_id: number;
|
|
2405
|
+
};
|
|
2406
|
+
cookie?: never;
|
|
2407
|
+
};
|
|
2408
|
+
get?: never;
|
|
2409
|
+
put?: never;
|
|
2410
|
+
/**
|
|
2411
|
+
* removeComplianceFromListingVertical
|
|
2412
|
+
* @description Remove a compliance definition from a specific listing vertical.
|
|
2413
|
+
*/
|
|
2414
|
+
post: operations["removeComplianceFromListingVertical"];
|
|
2415
|
+
delete?: never;
|
|
2416
|
+
options?: never;
|
|
2417
|
+
head?: never;
|
|
2418
|
+
patch?: never;
|
|
2419
|
+
trace?: never;
|
|
2420
|
+
};
|
|
2277
2421
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing-type": {
|
|
2278
2422
|
parameters: {
|
|
2279
2423
|
query?: never;
|
|
@@ -2297,6 +2441,29 @@ export interface paths {
|
|
|
2297
2441
|
patch?: never;
|
|
2298
2442
|
trace?: never;
|
|
2299
2443
|
};
|
|
2444
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing-type": {
|
|
2445
|
+
parameters: {
|
|
2446
|
+
query?: never;
|
|
2447
|
+
header?: never;
|
|
2448
|
+
path: {
|
|
2449
|
+
/** @description The ID of the compliance definition. */
|
|
2450
|
+
compliance_id: number;
|
|
2451
|
+
};
|
|
2452
|
+
cookie?: never;
|
|
2453
|
+
};
|
|
2454
|
+
get?: never;
|
|
2455
|
+
put?: never;
|
|
2456
|
+
/**
|
|
2457
|
+
* removeComplianceFromListingType
|
|
2458
|
+
* @description Remove a compliance definition from a specific listing type.
|
|
2459
|
+
*/
|
|
2460
|
+
post: operations["removeComplianceFromListingType"];
|
|
2461
|
+
delete?: never;
|
|
2462
|
+
options?: never;
|
|
2463
|
+
head?: never;
|
|
2464
|
+
patch?: never;
|
|
2465
|
+
trace?: never;
|
|
2466
|
+
};
|
|
2300
2467
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-arrangement-type": {
|
|
2301
2468
|
parameters: {
|
|
2302
2469
|
query?: never;
|
|
@@ -2320,6 +2487,29 @@ export interface paths {
|
|
|
2320
2487
|
patch?: never;
|
|
2321
2488
|
trace?: never;
|
|
2322
2489
|
};
|
|
2490
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-arrangement-type": {
|
|
2491
|
+
parameters: {
|
|
2492
|
+
query?: never;
|
|
2493
|
+
header?: never;
|
|
2494
|
+
path: {
|
|
2495
|
+
/** @description The ID of the compliance definition. */
|
|
2496
|
+
compliance_id: number;
|
|
2497
|
+
};
|
|
2498
|
+
cookie?: never;
|
|
2499
|
+
};
|
|
2500
|
+
get?: never;
|
|
2501
|
+
put?: never;
|
|
2502
|
+
/**
|
|
2503
|
+
* removeComplianceFromArrangementType
|
|
2504
|
+
* @description Remove a compliance definition from a specific arrangement type.
|
|
2505
|
+
*/
|
|
2506
|
+
post: operations["removeComplianceFromArrangementType"];
|
|
2507
|
+
delete?: never;
|
|
2508
|
+
options?: never;
|
|
2509
|
+
head?: never;
|
|
2510
|
+
patch?: never;
|
|
2511
|
+
trace?: never;
|
|
2512
|
+
};
|
|
2323
2513
|
"/api/v1/portal/admin/inspections/fetch-history/{listing_uid}": {
|
|
2324
2514
|
parameters: {
|
|
2325
2515
|
query?: never;
|
|
@@ -5687,7 +5877,7 @@ export interface operations {
|
|
|
5687
5877
|
content: {
|
|
5688
5878
|
"application/json": {
|
|
5689
5879
|
data?: {
|
|
5690
|
-
/** @example
|
|
5880
|
+
/** @example 5a791888-4276-4d7c-9ac9-fb90a24904df */
|
|
5691
5881
|
uid?: string;
|
|
5692
5882
|
/** @example Ms. Audra Crooks II */
|
|
5693
5883
|
username?: string;
|
|
@@ -5717,7 +5907,7 @@ export interface operations {
|
|
|
5717
5907
|
timezone?: string;
|
|
5718
5908
|
/** @example Customer */
|
|
5719
5909
|
user_type?: string;
|
|
5720
|
-
/** @example 21 Apr 2026,
|
|
5910
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
5721
5911
|
created?: string;
|
|
5722
5912
|
/** @example 0 seconds ago */
|
|
5723
5913
|
email_verified_at?: string;
|
|
@@ -5970,11 +6160,11 @@ export interface operations {
|
|
|
5970
6160
|
content: {
|
|
5971
6161
|
"application/json": {
|
|
5972
6162
|
data?: {
|
|
5973
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
6163
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
5974
6164
|
draft_name?: string;
|
|
5975
|
-
/** @example LST-PRP-LTR-
|
|
6165
|
+
/** @example LST-PRP-LTR-MO8WN4SEIEE */
|
|
5976
6166
|
sku?: string;
|
|
5977
|
-
/** @example
|
|
6167
|
+
/** @example 5ff9e7fe-95b1-4468-8d6b-690e7b72570e */
|
|
5978
6168
|
uid?: string;
|
|
5979
6169
|
/** @example Rent */
|
|
5980
6170
|
listing_type?: string;
|
|
@@ -7386,7 +7576,7 @@ export interface operations {
|
|
|
7386
7576
|
content: {
|
|
7387
7577
|
"application/json": {
|
|
7388
7578
|
/**
|
|
7389
|
-
* @example
|
|
7579
|
+
* @example Unverified
|
|
7390
7580
|
* @enum {string}
|
|
7391
7581
|
*/
|
|
7392
7582
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7401,7 +7591,7 @@ export interface operations {
|
|
|
7401
7591
|
content: {
|
|
7402
7592
|
"application/json": {
|
|
7403
7593
|
data?: {
|
|
7404
|
-
/** @example
|
|
7594
|
+
/** @example 5c0ab7a9-a18e-4210-a9fe-4dbc08a25ec3 */
|
|
7405
7595
|
uid?: string;
|
|
7406
7596
|
/** @example Morgan Hirthe */
|
|
7407
7597
|
username?: string;
|
|
@@ -7431,7 +7621,7 @@ export interface operations {
|
|
|
7431
7621
|
timezone?: string;
|
|
7432
7622
|
/** @example Customer */
|
|
7433
7623
|
user_type?: string;
|
|
7434
|
-
/** @example 21 Apr 2026,
|
|
7624
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
7435
7625
|
created?: string;
|
|
7436
7626
|
/** @example 0 seconds ago */
|
|
7437
7627
|
email_verified_at?: string;
|
|
@@ -8140,11 +8330,11 @@ export interface operations {
|
|
|
8140
8330
|
content: {
|
|
8141
8331
|
"application/json": {
|
|
8142
8332
|
data?: {
|
|
8143
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
8333
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
8144
8334
|
draft_name?: string;
|
|
8145
|
-
/** @example LST-PRP-LTR-
|
|
8335
|
+
/** @example LST-PRP-LTR-MO8WN4WCS3G */
|
|
8146
8336
|
sku?: string;
|
|
8147
|
-
/** @example
|
|
8337
|
+
/** @example 903707e2-9724-4067-a1b4-3424a1462b42 */
|
|
8148
8338
|
uid?: string;
|
|
8149
8339
|
/** @example Rent */
|
|
8150
8340
|
listing_type?: string;
|
|
@@ -8584,7 +8774,7 @@ export interface operations {
|
|
|
8584
8774
|
content: {
|
|
8585
8775
|
"application/json": {
|
|
8586
8776
|
data?: {
|
|
8587
|
-
/** @example
|
|
8777
|
+
/** @example 33b95165-14f4-4c4a-876f-7c16f2d2bc16 */
|
|
8588
8778
|
uid?: string;
|
|
8589
8779
|
/** @example photo */
|
|
8590
8780
|
media_type?: string;
|
|
@@ -8891,13 +9081,13 @@ export interface operations {
|
|
|
8891
9081
|
/**
|
|
8892
9082
|
* @example [
|
|
8893
9083
|
* {
|
|
8894
|
-
* "draft_name": "New
|
|
8895
|
-
* "sku": "LST-PRP-
|
|
8896
|
-
* "uid": "
|
|
8897
|
-
* "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",
|
|
8898
9088
|
* "vertical": "Property",
|
|
8899
|
-
* "arrangement_type": "
|
|
8900
|
-
* "arrangement_type_label": "
|
|
9089
|
+
* "arrangement_type": "company_lease",
|
|
9090
|
+
* "arrangement_type_label": "Company Lease",
|
|
8901
9091
|
* "price": null,
|
|
8902
9092
|
* "state": "draft",
|
|
8903
9093
|
* "published_at": null,
|
|
@@ -8910,40 +9100,38 @@ export interface operations {
|
|
|
8910
9100
|
* "media": []
|
|
8911
9101
|
* },
|
|
8912
9102
|
* {
|
|
8913
|
-
* "draft_name": "New
|
|
8914
|
-
* "sku": "LST-
|
|
8915
|
-
* "uid": "
|
|
8916
|
-
* "listing_type": "
|
|
8917
|
-
* "vertical": "
|
|
8918
|
-
* "arrangement_type":
|
|
8919
|
-
* "arrangement_type_label":
|
|
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",
|
|
9106
|
+
* "listing_type": "Sale",
|
|
9107
|
+
* "vertical": "Used Item",
|
|
9108
|
+
* "arrangement_type": null,
|
|
9109
|
+
* "arrangement_type_label": null,
|
|
8920
9110
|
* "price": null,
|
|
8921
9111
|
* "state": "draft",
|
|
8922
9112
|
* "published_at": null,
|
|
8923
9113
|
* "published_since": null,
|
|
8924
9114
|
* "is_visible": false,
|
|
8925
|
-
* "summary":
|
|
8926
|
-
* "availability": null
|
|
8927
|
-
* },
|
|
9115
|
+
* "summary": [],
|
|
8928
9116
|
* "workflow": [],
|
|
8929
9117
|
* "media": []
|
|
8930
9118
|
* }
|
|
8931
9119
|
* ]
|
|
8932
9120
|
*/
|
|
8933
9121
|
data?: {
|
|
8934
|
-
/** @example New
|
|
9122
|
+
/** @example New Short Let Property draft • 21 Apr 2026, 5:35 PM */
|
|
8935
9123
|
draft_name?: string;
|
|
8936
|
-
/** @example LST-PRP-
|
|
9124
|
+
/** @example LST-PRP-SHL-MO8WN4Y79JD */
|
|
8937
9125
|
sku?: string;
|
|
8938
|
-
/** @example
|
|
9126
|
+
/** @example 9d149d26-bb33-4651-80e6-3e34c07ac449 */
|
|
8939
9127
|
uid?: string;
|
|
8940
|
-
/** @example
|
|
9128
|
+
/** @example Short Let */
|
|
8941
9129
|
listing_type?: string;
|
|
8942
9130
|
/** @example Property */
|
|
8943
9131
|
vertical?: string;
|
|
8944
|
-
/** @example
|
|
9132
|
+
/** @example company_lease */
|
|
8945
9133
|
arrangement_type?: string;
|
|
8946
|
-
/** @example
|
|
9134
|
+
/** @example Company Lease */
|
|
8947
9135
|
arrangement_type_label?: string;
|
|
8948
9136
|
/** @example null */
|
|
8949
9137
|
price?: string | null;
|
|
@@ -9130,11 +9318,11 @@ export interface operations {
|
|
|
9130
9318
|
content: {
|
|
9131
9319
|
"application/json": {
|
|
9132
9320
|
data?: {
|
|
9133
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9321
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9134
9322
|
draft_name?: string;
|
|
9135
|
-
/** @example LST-PRP-LTR-
|
|
9323
|
+
/** @example LST-PRP-LTR-MO8WN4YJUOL */
|
|
9136
9324
|
sku?: string;
|
|
9137
|
-
/** @example
|
|
9325
|
+
/** @example 9372488a-e462-4c57-a6c0-11c13d79e948 */
|
|
9138
9326
|
uid?: string;
|
|
9139
9327
|
/** @example Rent */
|
|
9140
9328
|
listing_type?: string;
|
|
@@ -9197,11 +9385,11 @@ export interface operations {
|
|
|
9197
9385
|
content: {
|
|
9198
9386
|
"application/json": {
|
|
9199
9387
|
data?: {
|
|
9200
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9388
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9201
9389
|
draft_name?: string;
|
|
9202
|
-
/** @example LST-PRP-LTR-
|
|
9390
|
+
/** @example LST-PRP-LTR-MO8WN4YPX2S */
|
|
9203
9391
|
sku?: string;
|
|
9204
|
-
/** @example
|
|
9392
|
+
/** @example bf12bd40-c4f9-42c5-be59-8a1f5f3ea043 */
|
|
9205
9393
|
uid?: string;
|
|
9206
9394
|
/** @example Rent */
|
|
9207
9395
|
listing_type?: string;
|
|
@@ -9254,11 +9442,11 @@ export interface operations {
|
|
|
9254
9442
|
content: {
|
|
9255
9443
|
"application/json": {
|
|
9256
9444
|
data?: {
|
|
9257
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9445
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9258
9446
|
draft_name?: string;
|
|
9259
|
-
/** @example LST-PRP-LTR-
|
|
9447
|
+
/** @example LST-PRP-LTR-MO8WN4YXXP1 */
|
|
9260
9448
|
sku?: string;
|
|
9261
|
-
/** @example
|
|
9449
|
+
/** @example 50578028-2280-4c75-9d72-f45a024c8362 */
|
|
9262
9450
|
uid?: string;
|
|
9263
9451
|
/** @example Rent */
|
|
9264
9452
|
listing_type?: string;
|
|
@@ -9311,11 +9499,11 @@ export interface operations {
|
|
|
9311
9499
|
content: {
|
|
9312
9500
|
"application/json": {
|
|
9313
9501
|
data?: {
|
|
9314
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9502
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
9315
9503
|
draft_name?: string;
|
|
9316
|
-
/** @example LST-PRP-LTR-
|
|
9504
|
+
/** @example LST-PRP-LTR-MO8WN4Z2S6P */
|
|
9317
9505
|
sku?: string;
|
|
9318
|
-
/** @example
|
|
9506
|
+
/** @example 1f3ffb8a-f0b2-4f30-8de2-a94802f6619f */
|
|
9319
9507
|
uid?: string;
|
|
9320
9508
|
/** @example Rent */
|
|
9321
9509
|
listing_type?: string;
|
|
@@ -9509,7 +9697,7 @@ export interface operations {
|
|
|
9509
9697
|
content: {
|
|
9510
9698
|
"application/json": {
|
|
9511
9699
|
data?: {
|
|
9512
|
-
/** @example
|
|
9700
|
+
/** @example 70 */
|
|
9513
9701
|
id?: number;
|
|
9514
9702
|
/** @example 1 */
|
|
9515
9703
|
category_id?: number;
|
|
@@ -9583,7 +9771,7 @@ export interface operations {
|
|
|
9583
9771
|
content: {
|
|
9584
9772
|
"application/json": {
|
|
9585
9773
|
data?: {
|
|
9586
|
-
/** @example
|
|
9774
|
+
/** @example 71 */
|
|
9587
9775
|
id?: number;
|
|
9588
9776
|
/** @example 1 */
|
|
9589
9777
|
category_id?: number;
|
|
@@ -9622,7 +9810,7 @@ export interface operations {
|
|
|
9622
9810
|
content: {
|
|
9623
9811
|
"application/json": {
|
|
9624
9812
|
data?: {
|
|
9625
|
-
/** @example
|
|
9813
|
+
/** @example 72 */
|
|
9626
9814
|
id?: number;
|
|
9627
9815
|
/** @example 1 */
|
|
9628
9816
|
category_id?: number;
|
|
@@ -9660,7 +9848,7 @@ export interface operations {
|
|
|
9660
9848
|
/**
|
|
9661
9849
|
* @example [
|
|
9662
9850
|
* {
|
|
9663
|
-
* "id":
|
|
9851
|
+
* "id": 60,
|
|
9664
9852
|
* "name": "Exterior",
|
|
9665
9853
|
* "description": "For Exterior categories",
|
|
9666
9854
|
* "display_order": 1,
|
|
@@ -9670,7 +9858,7 @@ export interface operations {
|
|
|
9670
9858
|
* "is_active": true
|
|
9671
9859
|
* },
|
|
9672
9860
|
* {
|
|
9673
|
-
* "id":
|
|
9861
|
+
* "id": 61,
|
|
9674
9862
|
* "name": "Exterior",
|
|
9675
9863
|
* "description": "For Exterior categories",
|
|
9676
9864
|
* "display_order": 1,
|
|
@@ -9682,7 +9870,7 @@ export interface operations {
|
|
|
9682
9870
|
* ]
|
|
9683
9871
|
*/
|
|
9684
9872
|
data?: {
|
|
9685
|
-
/** @example
|
|
9873
|
+
/** @example 60 */
|
|
9686
9874
|
id?: number;
|
|
9687
9875
|
/** @example Exterior */
|
|
9688
9876
|
name?: string;
|
|
@@ -9746,7 +9934,7 @@ export interface operations {
|
|
|
9746
9934
|
content: {
|
|
9747
9935
|
"application/json": {
|
|
9748
9936
|
data?: {
|
|
9749
|
-
/** @example
|
|
9937
|
+
/** @example 62 */
|
|
9750
9938
|
id?: number;
|
|
9751
9939
|
/** @example Exterior */
|
|
9752
9940
|
name?: string;
|
|
@@ -9813,7 +10001,7 @@ export interface operations {
|
|
|
9813
10001
|
content: {
|
|
9814
10002
|
"application/json": {
|
|
9815
10003
|
data?: {
|
|
9816
|
-
/** @example
|
|
10004
|
+
/** @example 63 */
|
|
9817
10005
|
id?: number;
|
|
9818
10006
|
/** @example Exterior */
|
|
9819
10007
|
name?: string;
|
|
@@ -9854,7 +10042,7 @@ export interface operations {
|
|
|
9854
10042
|
content: {
|
|
9855
10043
|
"application/json": {
|
|
9856
10044
|
data?: {
|
|
9857
|
-
/** @example
|
|
10045
|
+
/** @example 64 */
|
|
9858
10046
|
id?: number;
|
|
9859
10047
|
/** @example Exterior */
|
|
9860
10048
|
name?: string;
|
|
@@ -10117,7 +10305,7 @@ export interface operations {
|
|
|
10117
10305
|
content: {
|
|
10118
10306
|
"application/json": {
|
|
10119
10307
|
data?: {
|
|
10120
|
-
/** @example
|
|
10308
|
+
/** @example 34 */
|
|
10121
10309
|
id?: number;
|
|
10122
10310
|
/** @example email_fa_0 */
|
|
10123
10311
|
key?: string;
|
|
@@ -10131,9 +10319,9 @@ export interface operations {
|
|
|
10131
10319
|
metadata_schema?: unknown[];
|
|
10132
10320
|
/** @example true */
|
|
10133
10321
|
is_active?: boolean;
|
|
10134
|
-
/** @example 2026-04-
|
|
10322
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10135
10323
|
created_at?: string;
|
|
10136
|
-
/** @example 2026-04-
|
|
10324
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10137
10325
|
updated_at?: string;
|
|
10138
10326
|
};
|
|
10139
10327
|
};
|
|
@@ -10193,7 +10381,7 @@ export interface operations {
|
|
|
10193
10381
|
content: {
|
|
10194
10382
|
"application/json": {
|
|
10195
10383
|
data?: {
|
|
10196
|
-
/** @example
|
|
10384
|
+
/** @example 35 */
|
|
10197
10385
|
id?: number;
|
|
10198
10386
|
/** @example email_fa_0 */
|
|
10199
10387
|
key?: string;
|
|
@@ -10207,9 +10395,9 @@ export interface operations {
|
|
|
10207
10395
|
metadata_schema?: unknown[];
|
|
10208
10396
|
/** @example true */
|
|
10209
10397
|
is_active?: boolean;
|
|
10210
|
-
/** @example 2026-04-
|
|
10398
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10211
10399
|
created_at?: string;
|
|
10212
|
-
/** @example 2026-04-
|
|
10400
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
10213
10401
|
updated_at?: string;
|
|
10214
10402
|
};
|
|
10215
10403
|
};
|
|
@@ -11566,11 +11754,11 @@ export interface operations {
|
|
|
11566
11754
|
content: {
|
|
11567
11755
|
"application/json": {
|
|
11568
11756
|
data?: {
|
|
11569
|
-
/** @example
|
|
11757
|
+
/** @example consequatur */
|
|
11570
11758
|
key?: string;
|
|
11571
|
-
/** @example
|
|
11759
|
+
/** @example ipsam */
|
|
11572
11760
|
name?: string;
|
|
11573
|
-
/** @example
|
|
11761
|
+
/** @example Expedita ea quisquam sapiente et non. */
|
|
11574
11762
|
description?: string;
|
|
11575
11763
|
/** @example string */
|
|
11576
11764
|
value_type?: string;
|
|
@@ -11891,6 +12079,82 @@ export interface operations {
|
|
|
11891
12079
|
};
|
|
11892
12080
|
};
|
|
11893
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
|
+
};
|
|
11894
12158
|
createComplianceDefinition: {
|
|
11895
12159
|
parameters: {
|
|
11896
12160
|
query?: never;
|
|
@@ -12118,6 +12382,19 @@ export interface operations {
|
|
|
12118
12382
|
requestBody?: never;
|
|
12119
12383
|
responses: never;
|
|
12120
12384
|
};
|
|
12385
|
+
removeComplianceFromGlobal: {
|
|
12386
|
+
parameters: {
|
|
12387
|
+
query?: never;
|
|
12388
|
+
header?: never;
|
|
12389
|
+
path: {
|
|
12390
|
+
/** @description The ID of the compliance definition to remove from global scope. */
|
|
12391
|
+
compliance_id: number;
|
|
12392
|
+
};
|
|
12393
|
+
cookie?: never;
|
|
12394
|
+
};
|
|
12395
|
+
requestBody?: never;
|
|
12396
|
+
responses: never;
|
|
12397
|
+
};
|
|
12121
12398
|
assignComplianceToCategory: {
|
|
12122
12399
|
parameters: {
|
|
12123
12400
|
query?: never;
|
|
@@ -12133,6 +12410,21 @@ export interface operations {
|
|
|
12133
12410
|
requestBody?: never;
|
|
12134
12411
|
responses: never;
|
|
12135
12412
|
};
|
|
12413
|
+
removeComplianceFromCategory: {
|
|
12414
|
+
parameters: {
|
|
12415
|
+
query?: never;
|
|
12416
|
+
header?: never;
|
|
12417
|
+
path: {
|
|
12418
|
+
/** @description The ID of the compliance definition. */
|
|
12419
|
+
compliance_id: number;
|
|
12420
|
+
/** @description The ID of the listing category. */
|
|
12421
|
+
categoryId: number;
|
|
12422
|
+
};
|
|
12423
|
+
cookie?: never;
|
|
12424
|
+
};
|
|
12425
|
+
requestBody?: never;
|
|
12426
|
+
responses: never;
|
|
12427
|
+
};
|
|
12136
12428
|
assignComplianceToListing: {
|
|
12137
12429
|
parameters: {
|
|
12138
12430
|
query?: never;
|
|
@@ -12148,6 +12440,21 @@ export interface operations {
|
|
|
12148
12440
|
requestBody?: never;
|
|
12149
12441
|
responses: never;
|
|
12150
12442
|
};
|
|
12443
|
+
removeComplianceFromListing: {
|
|
12444
|
+
parameters: {
|
|
12445
|
+
query?: never;
|
|
12446
|
+
header?: never;
|
|
12447
|
+
path: {
|
|
12448
|
+
/** @description The ID of the compliance definition. */
|
|
12449
|
+
compliance_id: number;
|
|
12450
|
+
/** @description The UID of the listing to remove the compliance rule from. */
|
|
12451
|
+
listing_uid: string;
|
|
12452
|
+
};
|
|
12453
|
+
cookie?: never;
|
|
12454
|
+
};
|
|
12455
|
+
requestBody?: never;
|
|
12456
|
+
responses: never;
|
|
12457
|
+
};
|
|
12151
12458
|
assignComplianceToTenancy: {
|
|
12152
12459
|
parameters: {
|
|
12153
12460
|
query?: never;
|
|
@@ -12163,6 +12470,21 @@ export interface operations {
|
|
|
12163
12470
|
requestBody?: never;
|
|
12164
12471
|
responses: never;
|
|
12165
12472
|
};
|
|
12473
|
+
removeComplianceFromTenancy: {
|
|
12474
|
+
parameters: {
|
|
12475
|
+
query?: never;
|
|
12476
|
+
header?: never;
|
|
12477
|
+
path: {
|
|
12478
|
+
/** @description The ID of the compliance definition. */
|
|
12479
|
+
compliance_id: number;
|
|
12480
|
+
/** @description The UID of the tenancy to remove the compliance rule from. */
|
|
12481
|
+
tenancy_uid: string;
|
|
12482
|
+
};
|
|
12483
|
+
cookie?: never;
|
|
12484
|
+
};
|
|
12485
|
+
requestBody?: never;
|
|
12486
|
+
responses: never;
|
|
12487
|
+
};
|
|
12166
12488
|
assignComplianceToListingVertical: {
|
|
12167
12489
|
parameters: {
|
|
12168
12490
|
query?: never;
|
|
@@ -12187,6 +12509,30 @@ export interface operations {
|
|
|
12187
12509
|
};
|
|
12188
12510
|
responses: never;
|
|
12189
12511
|
};
|
|
12512
|
+
removeComplianceFromListingVertical: {
|
|
12513
|
+
parameters: {
|
|
12514
|
+
query?: never;
|
|
12515
|
+
header?: never;
|
|
12516
|
+
path: {
|
|
12517
|
+
/** @description The ID of the compliance definition. */
|
|
12518
|
+
compliance_id: number;
|
|
12519
|
+
};
|
|
12520
|
+
cookie?: never;
|
|
12521
|
+
};
|
|
12522
|
+
requestBody: {
|
|
12523
|
+
content: {
|
|
12524
|
+
"application/json": {
|
|
12525
|
+
/**
|
|
12526
|
+
* @description The listing vertical where this compliance rule should apply.
|
|
12527
|
+
* @example property
|
|
12528
|
+
* @enum {string}
|
|
12529
|
+
*/
|
|
12530
|
+
listing_vertical: "property" | "used_item";
|
|
12531
|
+
};
|
|
12532
|
+
};
|
|
12533
|
+
};
|
|
12534
|
+
responses: never;
|
|
12535
|
+
};
|
|
12190
12536
|
assignComplianceToListingType: {
|
|
12191
12537
|
parameters: {
|
|
12192
12538
|
query?: never;
|
|
@@ -12211,6 +12557,30 @@ export interface operations {
|
|
|
12211
12557
|
};
|
|
12212
12558
|
responses: never;
|
|
12213
12559
|
};
|
|
12560
|
+
removeComplianceFromListingType: {
|
|
12561
|
+
parameters: {
|
|
12562
|
+
query?: never;
|
|
12563
|
+
header?: never;
|
|
12564
|
+
path: {
|
|
12565
|
+
/** @description The ID of the compliance definition. */
|
|
12566
|
+
compliance_id: number;
|
|
12567
|
+
};
|
|
12568
|
+
cookie?: never;
|
|
12569
|
+
};
|
|
12570
|
+
requestBody: {
|
|
12571
|
+
content: {
|
|
12572
|
+
"application/json": {
|
|
12573
|
+
/**
|
|
12574
|
+
* @description The listing type where this compliance rule should apply.
|
|
12575
|
+
* @example rent
|
|
12576
|
+
* @enum {string}
|
|
12577
|
+
*/
|
|
12578
|
+
listing_type: "sale" | "long_term_rent" | "short_let";
|
|
12579
|
+
};
|
|
12580
|
+
};
|
|
12581
|
+
};
|
|
12582
|
+
responses: never;
|
|
12583
|
+
};
|
|
12214
12584
|
assignComplianceToArrangementType: {
|
|
12215
12585
|
parameters: {
|
|
12216
12586
|
query?: never;
|
|
@@ -12235,6 +12605,30 @@ export interface operations {
|
|
|
12235
12605
|
};
|
|
12236
12606
|
responses: never;
|
|
12237
12607
|
};
|
|
12608
|
+
removeComplianceFromArrangementType: {
|
|
12609
|
+
parameters: {
|
|
12610
|
+
query?: never;
|
|
12611
|
+
header?: never;
|
|
12612
|
+
path: {
|
|
12613
|
+
/** @description The ID of the compliance definition. */
|
|
12614
|
+
compliance_id: number;
|
|
12615
|
+
};
|
|
12616
|
+
cookie?: never;
|
|
12617
|
+
};
|
|
12618
|
+
requestBody: {
|
|
12619
|
+
content: {
|
|
12620
|
+
"application/json": {
|
|
12621
|
+
/**
|
|
12622
|
+
* @description The arrangement type where this compliance rule should apply.
|
|
12623
|
+
* @example company_lease
|
|
12624
|
+
* @enum {string}
|
|
12625
|
+
*/
|
|
12626
|
+
arrangement_type: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
|
|
12627
|
+
};
|
|
12628
|
+
};
|
|
12629
|
+
};
|
|
12630
|
+
responses: never;
|
|
12631
|
+
};
|
|
12238
12632
|
listingHistoryInspectionAdmin: {
|
|
12239
12633
|
parameters: {
|
|
12240
12634
|
query?: {
|
|
@@ -12382,13 +12776,13 @@ export interface operations {
|
|
|
12382
12776
|
content: {
|
|
12383
12777
|
"application/json": {
|
|
12384
12778
|
data?: {
|
|
12385
|
-
/** @example
|
|
12779
|
+
/** @example cfe2c1b6-2e7e-424e-8051-0a0d76a58328 */
|
|
12386
12780
|
uid?: string;
|
|
12387
12781
|
/** @example follow_up */
|
|
12388
12782
|
inspection_type?: string;
|
|
12389
12783
|
/** @example cancelled */
|
|
12390
12784
|
status?: string;
|
|
12391
|
-
/** @example 2026-04-
|
|
12785
|
+
/** @example 2026-04-27T07:34:05.000000Z */
|
|
12392
12786
|
scheduled_date?: string;
|
|
12393
12787
|
/** @example null */
|
|
12394
12788
|
completed_date?: string | null;
|
|
@@ -12396,11 +12790,11 @@ export interface operations {
|
|
|
12396
12790
|
condition_rating?: string;
|
|
12397
12791
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12398
12792
|
summary?: string;
|
|
12399
|
-
/** @example 2026-06-
|
|
12793
|
+
/** @example 2026-06-20T04:22:39.000000Z */
|
|
12400
12794
|
next_inspection_date?: string;
|
|
12401
|
-
/** @example 2026-04-
|
|
12795
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12402
12796
|
created_at?: string;
|
|
12403
|
-
/** @example 2026-04-
|
|
12797
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12404
12798
|
updated_at?: string;
|
|
12405
12799
|
};
|
|
12406
12800
|
};
|
|
@@ -12443,13 +12837,13 @@ export interface operations {
|
|
|
12443
12837
|
content: {
|
|
12444
12838
|
"application/json": {
|
|
12445
12839
|
data?: {
|
|
12446
|
-
/** @example
|
|
12840
|
+
/** @example 4403bc38-8c68-4316-957c-f785fc6d35bf */
|
|
12447
12841
|
uid?: string;
|
|
12448
12842
|
/** @example follow_up */
|
|
12449
12843
|
inspection_type?: string;
|
|
12450
12844
|
/** @example cancelled */
|
|
12451
12845
|
status?: string;
|
|
12452
|
-
/** @example 2026-04-
|
|
12846
|
+
/** @example 2026-04-15T05:00:38.000000Z */
|
|
12453
12847
|
scheduled_date?: string;
|
|
12454
12848
|
/** @example null */
|
|
12455
12849
|
completed_date?: string | null;
|
|
@@ -12457,11 +12851,11 @@ export interface operations {
|
|
|
12457
12851
|
condition_rating?: string;
|
|
12458
12852
|
/** @example Et animi quos velit et fugiat. */
|
|
12459
12853
|
summary?: string;
|
|
12460
|
-
/** @example 2026-07-
|
|
12854
|
+
/** @example 2026-07-24T12:54:25.000000Z */
|
|
12461
12855
|
next_inspection_date?: string;
|
|
12462
|
-
/** @example 2026-04-
|
|
12856
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12463
12857
|
created_at?: string;
|
|
12464
|
-
/** @example 2026-04-
|
|
12858
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12465
12859
|
updated_at?: string;
|
|
12466
12860
|
};
|
|
12467
12861
|
};
|
|
@@ -12498,13 +12892,13 @@ export interface operations {
|
|
|
12498
12892
|
content: {
|
|
12499
12893
|
"application/json": {
|
|
12500
12894
|
data?: {
|
|
12501
|
-
/** @example
|
|
12895
|
+
/** @example defa73bf-776d-43fc-b8e8-8fd3ea34ad79 */
|
|
12502
12896
|
uid?: string;
|
|
12503
12897
|
/** @example follow_up */
|
|
12504
12898
|
inspection_type?: string;
|
|
12505
12899
|
/** @example cancelled */
|
|
12506
12900
|
status?: string;
|
|
12507
|
-
/** @example 2026-04-
|
|
12901
|
+
/** @example 2026-04-27T07:34:05.000000Z */
|
|
12508
12902
|
scheduled_date?: string;
|
|
12509
12903
|
/** @example null */
|
|
12510
12904
|
completed_date?: string | null;
|
|
@@ -12512,11 +12906,11 @@ export interface operations {
|
|
|
12512
12906
|
condition_rating?: string;
|
|
12513
12907
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12514
12908
|
summary?: string;
|
|
12515
|
-
/** @example 2026-06-
|
|
12909
|
+
/** @example 2026-06-20T04:22:39.000000Z */
|
|
12516
12910
|
next_inspection_date?: string;
|
|
12517
|
-
/** @example 2026-04-
|
|
12911
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12518
12912
|
created_at?: string;
|
|
12519
|
-
/** @example 2026-04-
|
|
12913
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12520
12914
|
updated_at?: string;
|
|
12521
12915
|
};
|
|
12522
12916
|
};
|
|
@@ -12553,13 +12947,13 @@ export interface operations {
|
|
|
12553
12947
|
content: {
|
|
12554
12948
|
"application/json": {
|
|
12555
12949
|
data?: {
|
|
12556
|
-
/** @example
|
|
12950
|
+
/** @example 54432ffb-9580-4b3c-8cc8-ec62b7a4aea3 */
|
|
12557
12951
|
uid?: string;
|
|
12558
12952
|
/** @example follow_up */
|
|
12559
12953
|
inspection_type?: string;
|
|
12560
12954
|
/** @example cancelled */
|
|
12561
12955
|
status?: string;
|
|
12562
|
-
/** @example 2026-04-
|
|
12956
|
+
/** @example 2026-04-15T05:00:38.000000Z */
|
|
12563
12957
|
scheduled_date?: string;
|
|
12564
12958
|
/** @example null */
|
|
12565
12959
|
completed_date?: string | null;
|
|
@@ -12567,11 +12961,11 @@ export interface operations {
|
|
|
12567
12961
|
condition_rating?: string;
|
|
12568
12962
|
/** @example Et animi quos velit et fugiat. */
|
|
12569
12963
|
summary?: string;
|
|
12570
|
-
/** @example 2026-07-
|
|
12964
|
+
/** @example 2026-07-24T12:54:25.000000Z */
|
|
12571
12965
|
next_inspection_date?: string;
|
|
12572
|
-
/** @example 2026-04-
|
|
12966
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12573
12967
|
created_at?: string;
|
|
12574
|
-
/** @example 2026-04-
|
|
12968
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12575
12969
|
updated_at?: string;
|
|
12576
12970
|
};
|
|
12577
12971
|
};
|
|
@@ -12608,27 +13002,27 @@ export interface operations {
|
|
|
12608
13002
|
content: {
|
|
12609
13003
|
"application/json": {
|
|
12610
13004
|
data?: {
|
|
12611
|
-
/** @example
|
|
13005
|
+
/** @example 8cdf6ed3-786d-404a-b681-849b63b09332 */
|
|
12612
13006
|
uid?: string;
|
|
12613
|
-
/** @example
|
|
13007
|
+
/** @example Qui commodi incidunt iure. */
|
|
12614
13008
|
title?: string;
|
|
12615
|
-
/** @example
|
|
13009
|
+
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
12616
13010
|
description?: string;
|
|
12617
|
-
/** @example
|
|
13011
|
+
/** @example breach */
|
|
12618
13012
|
status?: string;
|
|
12619
|
-
/** @example
|
|
13013
|
+
/** @example low */
|
|
12620
13014
|
priority?: string;
|
|
12621
|
-
/** @example 2026-04-
|
|
13015
|
+
/** @example 2026-04-20T07:04:26.000000Z */
|
|
12622
13016
|
reported_at?: string;
|
|
12623
13017
|
/** @example null */
|
|
12624
13018
|
assigned_at?: string | null;
|
|
12625
13019
|
/** @example null */
|
|
12626
13020
|
completed_at?: string | null;
|
|
12627
|
-
/** @example 2026-04-
|
|
13021
|
+
/** @example 2026-04-23T03:28:52.000000Z */
|
|
12628
13022
|
sla_deadline?: string;
|
|
12629
|
-
/** @example 2026-04-
|
|
13023
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12630
13024
|
created_at?: string;
|
|
12631
|
-
/** @example 2026-04-
|
|
13025
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12632
13026
|
updated_at?: string;
|
|
12633
13027
|
};
|
|
12634
13028
|
};
|
|
@@ -12665,7 +13059,7 @@ export interface operations {
|
|
|
12665
13059
|
content: {
|
|
12666
13060
|
"application/json": {
|
|
12667
13061
|
data?: {
|
|
12668
|
-
/** @example
|
|
13062
|
+
/** @example 0f4f4291-209a-4e94-b867-f97621a21ca4 */
|
|
12669
13063
|
uid?: string;
|
|
12670
13064
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12671
13065
|
title?: string;
|
|
@@ -12675,17 +13069,17 @@ export interface operations {
|
|
|
12675
13069
|
status?: string;
|
|
12676
13070
|
/** @example emergency */
|
|
12677
13071
|
priority?: string;
|
|
12678
|
-
/** @example 2026-04-
|
|
13072
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
12679
13073
|
reported_at?: string;
|
|
12680
|
-
/** @example 2026-04-
|
|
13074
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
12681
13075
|
assigned_at?: string;
|
|
12682
13076
|
/** @example null */
|
|
12683
13077
|
completed_at?: string | null;
|
|
12684
|
-
/** @example 2026-04-
|
|
13078
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
12685
13079
|
sla_deadline?: string;
|
|
12686
|
-
/** @example 2026-04-
|
|
13080
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12687
13081
|
created_at?: string;
|
|
12688
|
-
/** @example 2026-04-
|
|
13082
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12689
13083
|
updated_at?: string;
|
|
12690
13084
|
};
|
|
12691
13085
|
};
|
|
@@ -12722,7 +13116,7 @@ export interface operations {
|
|
|
12722
13116
|
content: {
|
|
12723
13117
|
"application/json": {
|
|
12724
13118
|
data?: {
|
|
12725
|
-
/** @example
|
|
13119
|
+
/** @example ba1d8698-695d-49f5-abff-cbecbe9efa13 */
|
|
12726
13120
|
uid?: string;
|
|
12727
13121
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12728
13122
|
title?: string;
|
|
@@ -12732,17 +13126,17 @@ export interface operations {
|
|
|
12732
13126
|
status?: string;
|
|
12733
13127
|
/** @example emergency */
|
|
12734
13128
|
priority?: string;
|
|
12735
|
-
/** @example 2026-04-
|
|
13129
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
12736
13130
|
reported_at?: string;
|
|
12737
|
-
/** @example 2026-04-
|
|
13131
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
12738
13132
|
assigned_at?: string;
|
|
12739
13133
|
/** @example null */
|
|
12740
13134
|
completed_at?: string | null;
|
|
12741
|
-
/** @example 2026-04-
|
|
13135
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
12742
13136
|
sla_deadline?: string;
|
|
12743
|
-
/** @example 2026-04-
|
|
13137
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12744
13138
|
created_at?: string;
|
|
12745
|
-
/** @example 2026-04-
|
|
13139
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12746
13140
|
updated_at?: string;
|
|
12747
13141
|
};
|
|
12748
13142
|
};
|
|
@@ -12779,7 +13173,7 @@ export interface operations {
|
|
|
12779
13173
|
content: {
|
|
12780
13174
|
"application/json": {
|
|
12781
13175
|
data?: {
|
|
12782
|
-
/** @example
|
|
13176
|
+
/** @example 8c09c9e2-4d15-45be-8b1a-88e91da3915a */
|
|
12783
13177
|
uid?: string;
|
|
12784
13178
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12785
13179
|
title?: string;
|
|
@@ -12789,17 +13183,17 @@ export interface operations {
|
|
|
12789
13183
|
status?: string;
|
|
12790
13184
|
/** @example emergency */
|
|
12791
13185
|
priority?: string;
|
|
12792
|
-
/** @example 2026-04-
|
|
13186
|
+
/** @example 2026-04-15T04:49:18.000000Z */
|
|
12793
13187
|
reported_at?: string;
|
|
12794
|
-
/** @example 2026-04-
|
|
13188
|
+
/** @example 2026-04-20T01:09:10.000000Z */
|
|
12795
13189
|
assigned_at?: string;
|
|
12796
13190
|
/** @example null */
|
|
12797
13191
|
completed_at?: string | null;
|
|
12798
|
-
/** @example 2026-04-
|
|
13192
|
+
/** @example 2026-04-23T06:31:33.000000Z */
|
|
12799
13193
|
sla_deadline?: string;
|
|
12800
|
-
/** @example 2026-04-
|
|
13194
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12801
13195
|
created_at?: string;
|
|
12802
|
-
/** @example 2026-04-
|
|
13196
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
12803
13197
|
updated_at?: string;
|
|
12804
13198
|
};
|
|
12805
13199
|
};
|
|
@@ -13195,19 +13589,19 @@ export interface operations {
|
|
|
13195
13589
|
content: {
|
|
13196
13590
|
"application/json": {
|
|
13197
13591
|
data?: {
|
|
13198
|
-
/** @example
|
|
13592
|
+
/** @example 71 */
|
|
13199
13593
|
id?: number;
|
|
13200
13594
|
/** @example 2 */
|
|
13201
13595
|
listing_id?: number;
|
|
13202
13596
|
/** @example completed */
|
|
13203
13597
|
status?: string;
|
|
13204
13598
|
scheduled?: {
|
|
13205
|
-
/** @example
|
|
13599
|
+
/** @example 1980-05-21T00:00:00.000000Z */
|
|
13206
13600
|
start?: string;
|
|
13207
|
-
/** @example
|
|
13601
|
+
/** @example 2023-11-28T00:00:00.000000Z */
|
|
13208
13602
|
end?: string;
|
|
13209
13603
|
};
|
|
13210
|
-
/** @example 2026-04-
|
|
13604
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13211
13605
|
created_at?: string;
|
|
13212
13606
|
};
|
|
13213
13607
|
};
|
|
@@ -13234,19 +13628,19 @@ export interface operations {
|
|
|
13234
13628
|
content: {
|
|
13235
13629
|
"application/json": {
|
|
13236
13630
|
data?: {
|
|
13237
|
-
/** @example
|
|
13631
|
+
/** @example 72 */
|
|
13238
13632
|
id?: number;
|
|
13239
13633
|
/** @example 2 */
|
|
13240
13634
|
listing_id?: number;
|
|
13241
13635
|
/** @example completed */
|
|
13242
13636
|
status?: string;
|
|
13243
13637
|
scheduled?: {
|
|
13244
|
-
/** @example 1981-11-
|
|
13638
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13245
13639
|
start?: string;
|
|
13246
|
-
/** @example 1979-12-
|
|
13640
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13247
13641
|
end?: string;
|
|
13248
13642
|
};
|
|
13249
|
-
/** @example 2026-04-
|
|
13643
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13250
13644
|
created_at?: string;
|
|
13251
13645
|
};
|
|
13252
13646
|
};
|
|
@@ -13272,41 +13666,41 @@ export interface operations {
|
|
|
13272
13666
|
/**
|
|
13273
13667
|
* @example [
|
|
13274
13668
|
* {
|
|
13275
|
-
* "id":
|
|
13669
|
+
* "id": 73,
|
|
13276
13670
|
* "listing_id": 2,
|
|
13277
13671
|
* "status": "completed",
|
|
13278
13672
|
* "scheduled": {
|
|
13279
|
-
* "start": "1981-11-
|
|
13280
|
-
* "end": "1979-12-
|
|
13673
|
+
* "start": "1981-11-18T00:00:00.000000Z",
|
|
13674
|
+
* "end": "1979-12-15T00:00:00.000000Z"
|
|
13281
13675
|
* },
|
|
13282
|
-
* "created_at": "2026-04-
|
|
13676
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
13283
13677
|
* },
|
|
13284
13678
|
* {
|
|
13285
|
-
* "id":
|
|
13679
|
+
* "id": 74,
|
|
13286
13680
|
* "listing_id": 2,
|
|
13287
13681
|
* "status": "completed",
|
|
13288
13682
|
* "scheduled": {
|
|
13289
13683
|
* "start": "2006-09-19T00:00:00.000000Z",
|
|
13290
13684
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13291
13685
|
* },
|
|
13292
|
-
* "created_at": "2026-04-
|
|
13686
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
13293
13687
|
* }
|
|
13294
13688
|
* ]
|
|
13295
13689
|
*/
|
|
13296
13690
|
data?: {
|
|
13297
|
-
/** @example
|
|
13691
|
+
/** @example 73 */
|
|
13298
13692
|
id?: number;
|
|
13299
13693
|
/** @example 2 */
|
|
13300
13694
|
listing_id?: number;
|
|
13301
13695
|
/** @example completed */
|
|
13302
13696
|
status?: string;
|
|
13303
13697
|
scheduled?: {
|
|
13304
|
-
/** @example 1981-11-
|
|
13698
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13305
13699
|
start?: string;
|
|
13306
|
-
/** @example 1979-12-
|
|
13700
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13307
13701
|
end?: string;
|
|
13308
13702
|
};
|
|
13309
|
-
/** @example 2026-04-
|
|
13703
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13310
13704
|
created_at?: string;
|
|
13311
13705
|
}[];
|
|
13312
13706
|
links?: {
|
|
@@ -13406,19 +13800,19 @@ export interface operations {
|
|
|
13406
13800
|
content: {
|
|
13407
13801
|
"application/json": {
|
|
13408
13802
|
data?: {
|
|
13409
|
-
/** @example
|
|
13803
|
+
/** @example 75 */
|
|
13410
13804
|
id?: number;
|
|
13411
13805
|
/** @example 2 */
|
|
13412
13806
|
listing_id?: number;
|
|
13413
13807
|
/** @example completed */
|
|
13414
13808
|
status?: string;
|
|
13415
13809
|
scheduled?: {
|
|
13416
|
-
/** @example 1981-11-
|
|
13810
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13417
13811
|
start?: string;
|
|
13418
|
-
/** @example 1979-12-
|
|
13812
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13419
13813
|
end?: string;
|
|
13420
13814
|
};
|
|
13421
|
-
/** @example 2026-04-
|
|
13815
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13422
13816
|
created_at?: string;
|
|
13423
13817
|
};
|
|
13424
13818
|
};
|
|
@@ -13445,19 +13839,19 @@ export interface operations {
|
|
|
13445
13839
|
content: {
|
|
13446
13840
|
"application/json": {
|
|
13447
13841
|
data?: {
|
|
13448
|
-
/** @example
|
|
13842
|
+
/** @example 76 */
|
|
13449
13843
|
id?: number;
|
|
13450
13844
|
/** @example 2 */
|
|
13451
13845
|
listing_id?: number;
|
|
13452
13846
|
/** @example completed */
|
|
13453
13847
|
status?: string;
|
|
13454
13848
|
scheduled?: {
|
|
13455
|
-
/** @example 1981-11-
|
|
13849
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13456
13850
|
start?: string;
|
|
13457
|
-
/** @example 1979-12-
|
|
13851
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13458
13852
|
end?: string;
|
|
13459
13853
|
};
|
|
13460
|
-
/** @example 2026-04-
|
|
13854
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13461
13855
|
created_at?: string;
|
|
13462
13856
|
};
|
|
13463
13857
|
};
|
|
@@ -13484,19 +13878,19 @@ export interface operations {
|
|
|
13484
13878
|
content: {
|
|
13485
13879
|
"application/json": {
|
|
13486
13880
|
data?: {
|
|
13487
|
-
/** @example
|
|
13881
|
+
/** @example 77 */
|
|
13488
13882
|
id?: number;
|
|
13489
13883
|
/** @example 2 */
|
|
13490
13884
|
listing_id?: number;
|
|
13491
13885
|
/** @example completed */
|
|
13492
13886
|
status?: string;
|
|
13493
13887
|
scheduled?: {
|
|
13494
|
-
/** @example 1981-11-
|
|
13888
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13495
13889
|
start?: string;
|
|
13496
|
-
/** @example 1979-12-
|
|
13890
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13497
13891
|
end?: string;
|
|
13498
13892
|
};
|
|
13499
|
-
/** @example 2026-04-
|
|
13893
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
13500
13894
|
created_at?: string;
|
|
13501
13895
|
};
|
|
13502
13896
|
};
|
|
@@ -14567,7 +14961,7 @@ export interface operations {
|
|
|
14567
14961
|
content: {
|
|
14568
14962
|
"application/json": {
|
|
14569
14963
|
data?: {
|
|
14570
|
-
/** @example
|
|
14964
|
+
/** @example db4e5d07-0b14-48c3-9e74-5fc79d405a36 */
|
|
14571
14965
|
uid?: string;
|
|
14572
14966
|
/** @example Ms. Audra Crooks II */
|
|
14573
14967
|
username?: string;
|
|
@@ -14597,9 +14991,9 @@ export interface operations {
|
|
|
14597
14991
|
timezone?: string;
|
|
14598
14992
|
/** @example Customer */
|
|
14599
14993
|
user_type?: string;
|
|
14600
|
-
/** @example 21 Apr 2026,
|
|
14994
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
14601
14995
|
created?: string;
|
|
14602
|
-
/** @example
|
|
14996
|
+
/** @example 1 second ago */
|
|
14603
14997
|
email_verified_at?: string;
|
|
14604
14998
|
verification_status?: {
|
|
14605
14999
|
/** @example not_verified */
|
|
@@ -15066,7 +15460,7 @@ export interface operations {
|
|
|
15066
15460
|
content: {
|
|
15067
15461
|
"application/json": {
|
|
15068
15462
|
data?: {
|
|
15069
|
-
/** @example
|
|
15463
|
+
/** @example 479ef762-aa19-440d-bf5a-b5047f78bdd0 */
|
|
15070
15464
|
uid?: string;
|
|
15071
15465
|
/** @example Ms. Audra Crooks II */
|
|
15072
15466
|
username?: string;
|
|
@@ -15096,7 +15490,7 @@ export interface operations {
|
|
|
15096
15490
|
timezone?: string;
|
|
15097
15491
|
/** @example Customer */
|
|
15098
15492
|
user_type?: string;
|
|
15099
|
-
/** @example 21 Apr 2026,
|
|
15493
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
15100
15494
|
created?: string;
|
|
15101
15495
|
/** @example 0 seconds ago */
|
|
15102
15496
|
email_verified_at?: string;
|
|
@@ -15217,20 +15611,20 @@ export interface operations {
|
|
|
15217
15611
|
content: {
|
|
15218
15612
|
"application/json": {
|
|
15219
15613
|
data?: {
|
|
15220
|
-
/** @example New For
|
|
15614
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15221
15615
|
draft_name?: string;
|
|
15222
|
-
/** @example LST-
|
|
15616
|
+
/** @example LST-PRP-LTR-MO8WN4JWRRZ */
|
|
15223
15617
|
sku?: string;
|
|
15224
|
-
/** @example
|
|
15618
|
+
/** @example 52e77079-2556-4433-8dee-4a78dc2ff938 */
|
|
15225
15619
|
uid?: string;
|
|
15226
|
-
/** @example
|
|
15620
|
+
/** @example Rent */
|
|
15227
15621
|
listing_type?: string;
|
|
15228
|
-
/** @example
|
|
15622
|
+
/** @example Property */
|
|
15229
15623
|
vertical?: string;
|
|
15230
|
-
/** @example
|
|
15231
|
-
arrangement_type?: string
|
|
15232
|
-
/** @example
|
|
15233
|
-
arrangement_type_label?: string
|
|
15624
|
+
/** @example let_to_let */
|
|
15625
|
+
arrangement_type?: string;
|
|
15626
|
+
/** @example Let to Let */
|
|
15627
|
+
arrangement_type_label?: string;
|
|
15234
15628
|
/** @example null */
|
|
15235
15629
|
price?: string | null;
|
|
15236
15630
|
/** @example draft */
|
|
@@ -15241,8 +15635,10 @@ export interface operations {
|
|
|
15241
15635
|
published_since?: string | null;
|
|
15242
15636
|
/** @example false */
|
|
15243
15637
|
is_visible?: boolean;
|
|
15244
|
-
|
|
15245
|
-
|
|
15638
|
+
summary?: {
|
|
15639
|
+
/** @example null */
|
|
15640
|
+
availability?: string | null;
|
|
15641
|
+
};
|
|
15246
15642
|
/** @example [] */
|
|
15247
15643
|
workflow?: unknown[];
|
|
15248
15644
|
/** @example [] */
|
|
@@ -15343,9 +15739,9 @@ export interface operations {
|
|
|
15343
15739
|
/**
|
|
15344
15740
|
* @example [
|
|
15345
15741
|
* {
|
|
15346
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15347
|
-
* "sku": "LST-PRP-LTR-
|
|
15348
|
-
* "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",
|
|
15349
15745
|
* "listing_type": "Rent",
|
|
15350
15746
|
* "vertical": "Property",
|
|
15351
15747
|
* "arrangement_type": "let_to_let",
|
|
@@ -15362,9 +15758,9 @@ export interface operations {
|
|
|
15362
15758
|
* "media": []
|
|
15363
15759
|
* },
|
|
15364
15760
|
* {
|
|
15365
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15366
|
-
* "sku": "LST-PRP-SHL-
|
|
15367
|
-
* "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",
|
|
15368
15764
|
* "listing_type": "Short Let",
|
|
15369
15765
|
* "vertical": "Property",
|
|
15370
15766
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15383,11 +15779,11 @@ export interface operations {
|
|
|
15383
15779
|
* ]
|
|
15384
15780
|
*/
|
|
15385
15781
|
data?: {
|
|
15386
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15782
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15387
15783
|
draft_name?: string;
|
|
15388
|
-
/** @example LST-PRP-LTR-
|
|
15784
|
+
/** @example LST-PRP-LTR-MO8WN4L7DV3 */
|
|
15389
15785
|
sku?: string;
|
|
15390
|
-
/** @example
|
|
15786
|
+
/** @example 49aedac0-862c-4b49-a89f-adaa1ffe0213 */
|
|
15391
15787
|
uid?: string;
|
|
15392
15788
|
/** @example Rent */
|
|
15393
15789
|
listing_type?: string;
|
|
@@ -15497,9 +15893,9 @@ export interface operations {
|
|
|
15497
15893
|
/**
|
|
15498
15894
|
* @example [
|
|
15499
15895
|
* {
|
|
15500
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15501
|
-
* "sku": "LST-PRP-LTR-
|
|
15502
|
-
* "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",
|
|
15503
15899
|
* "listing_type": "Rent",
|
|
15504
15900
|
* "vertical": "Property",
|
|
15505
15901
|
* "arrangement_type": "let_to_let",
|
|
@@ -15516,9 +15912,9 @@ export interface operations {
|
|
|
15516
15912
|
* "media": []
|
|
15517
15913
|
* },
|
|
15518
15914
|
* {
|
|
15519
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15520
|
-
* "sku": "LST-PRP-SHL-
|
|
15521
|
-
* "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",
|
|
15522
15918
|
* "listing_type": "Short Let",
|
|
15523
15919
|
* "vertical": "Property",
|
|
15524
15920
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15537,11 +15933,11 @@ export interface operations {
|
|
|
15537
15933
|
* ]
|
|
15538
15934
|
*/
|
|
15539
15935
|
data?: {
|
|
15540
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15936
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
15541
15937
|
draft_name?: string;
|
|
15542
|
-
/** @example LST-PRP-LTR-
|
|
15938
|
+
/** @example LST-PRP-LTR-MO8WN4LLFLV */
|
|
15543
15939
|
sku?: string;
|
|
15544
|
-
/** @example
|
|
15940
|
+
/** @example 5f05760f-9029-4c2c-9687-74070deecb69 */
|
|
15545
15941
|
uid?: string;
|
|
15546
15942
|
/** @example Rent */
|
|
15547
15943
|
listing_type?: string;
|
|
@@ -16605,7 +17001,7 @@ export interface operations {
|
|
|
16605
17001
|
content: {
|
|
16606
17002
|
"application/json": {
|
|
16607
17003
|
data?: {
|
|
16608
|
-
/** @example
|
|
17004
|
+
/** @example 2f85fae3-01db-48c2-b031-1ca448df424a */
|
|
16609
17005
|
uid?: string;
|
|
16610
17006
|
/** @example photo */
|
|
16611
17007
|
media_type?: string;
|
|
@@ -16754,11 +17150,11 @@ export interface operations {
|
|
|
16754
17150
|
content: {
|
|
16755
17151
|
"application/json": {
|
|
16756
17152
|
data?: {
|
|
16757
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
17153
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 5:35 PM */
|
|
16758
17154
|
draft_name?: string;
|
|
16759
|
-
/** @example LST-PRP-LTR-
|
|
17155
|
+
/** @example LST-PRP-LTR-MO8WN4OBZEY */
|
|
16760
17156
|
sku?: string;
|
|
16761
|
-
/** @example
|
|
17157
|
+
/** @example 5663d31f-1fcb-4374-a3e5-d9d0b44d2fd2 */
|
|
16762
17158
|
uid?: string;
|
|
16763
17159
|
/** @example Rent */
|
|
16764
17160
|
listing_type?: string;
|
|
@@ -16918,7 +17314,7 @@ export interface operations {
|
|
|
16918
17314
|
content: {
|
|
16919
17315
|
"application/json": {
|
|
16920
17316
|
data?: {
|
|
16921
|
-
/** @example
|
|
17317
|
+
/** @example 0e30f287-bbdf-46ad-a69f-4c4f2ad5996c */
|
|
16922
17318
|
uid?: string;
|
|
16923
17319
|
/** @example null */
|
|
16924
17320
|
compliances?: string | null;
|
|
@@ -16969,7 +17365,7 @@ export interface operations {
|
|
|
16969
17365
|
content: {
|
|
16970
17366
|
"application/json": {
|
|
16971
17367
|
data?: {
|
|
16972
|
-
/** @example
|
|
17368
|
+
/** @example 94 */
|
|
16973
17369
|
id?: number;
|
|
16974
17370
|
compliance?: {
|
|
16975
17371
|
/** @example 1 */
|
|
@@ -16991,7 +17387,7 @@ export interface operations {
|
|
|
16991
17387
|
reviewed_by?: number;
|
|
16992
17388
|
/** @example null */
|
|
16993
17389
|
reviewed_at?: string | null;
|
|
16994
|
-
/** @example 2026-04-
|
|
17390
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
16995
17391
|
created_at?: string;
|
|
16996
17392
|
};
|
|
16997
17393
|
};
|
|
@@ -17046,7 +17442,7 @@ export interface operations {
|
|
|
17046
17442
|
/**
|
|
17047
17443
|
* @example [
|
|
17048
17444
|
* {
|
|
17049
|
-
* "uid": "
|
|
17445
|
+
* "uid": "fd7224dc-4c08-4ba6-8547-1f4f5c051d2e",
|
|
17050
17446
|
* "listing_id": 1,
|
|
17051
17447
|
* "landlord_id": 2,
|
|
17052
17448
|
* "tenant_id": 2,
|
|
@@ -17058,27 +17454,27 @@ export interface operations {
|
|
|
17058
17454
|
* "is_periodic": false,
|
|
17059
17455
|
* "company_name": null,
|
|
17060
17456
|
* "company_registration_number": null,
|
|
17061
|
-
* "created_at": "2026-04-
|
|
17457
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17062
17458
|
* },
|
|
17063
17459
|
* {
|
|
17064
|
-
* "uid": "
|
|
17460
|
+
* "uid": "d4dfc2cf-cc82-410c-93c5-52aacc18bcce",
|
|
17065
17461
|
* "listing_id": 1,
|
|
17066
17462
|
* "landlord_id": 2,
|
|
17067
17463
|
* "tenant_id": 2,
|
|
17068
17464
|
* "rent_amount": "3832.26",
|
|
17069
17465
|
* "deposit_amount": "1384.27",
|
|
17070
17466
|
* "state": "terminated",
|
|
17071
|
-
* "start_date": "2025-09-
|
|
17072
|
-
* "end_date": "2026-09-
|
|
17467
|
+
* "start_date": "2025-09-22T00:00:00.000000Z",
|
|
17468
|
+
* "end_date": "2026-09-22T00:00:00.000000Z",
|
|
17073
17469
|
* "is_periodic": false,
|
|
17074
17470
|
* "company_name": null,
|
|
17075
17471
|
* "company_registration_number": null,
|
|
17076
|
-
* "created_at": "2026-04-
|
|
17472
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17077
17473
|
* }
|
|
17078
17474
|
* ]
|
|
17079
17475
|
*/
|
|
17080
17476
|
data?: {
|
|
17081
|
-
/** @example
|
|
17477
|
+
/** @example fd7224dc-4c08-4ba6-8547-1f4f5c051d2e */
|
|
17082
17478
|
uid?: string;
|
|
17083
17479
|
/** @example 1 */
|
|
17084
17480
|
listing_id?: number;
|
|
@@ -17102,7 +17498,7 @@ export interface operations {
|
|
|
17102
17498
|
company_name?: string | null;
|
|
17103
17499
|
/** @example null */
|
|
17104
17500
|
company_registration_number?: string | null;
|
|
17105
|
-
/** @example 2026-04-
|
|
17501
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17106
17502
|
created_at?: string;
|
|
17107
17503
|
}[];
|
|
17108
17504
|
links?: {
|
|
@@ -17189,7 +17585,7 @@ export interface operations {
|
|
|
17189
17585
|
/**
|
|
17190
17586
|
* @example [
|
|
17191
17587
|
* {
|
|
17192
|
-
* "uid": "
|
|
17588
|
+
* "uid": "207959ef-a3b0-4493-ac62-6a779ebcf72d",
|
|
17193
17589
|
* "listing_id": 1,
|
|
17194
17590
|
* "landlord_id": 2,
|
|
17195
17591
|
* "tenant_id": 2,
|
|
@@ -17201,27 +17597,27 @@ export interface operations {
|
|
|
17201
17597
|
* "is_periodic": false,
|
|
17202
17598
|
* "company_name": null,
|
|
17203
17599
|
* "company_registration_number": null,
|
|
17204
|
-
* "created_at": "2026-04-
|
|
17600
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17205
17601
|
* },
|
|
17206
17602
|
* {
|
|
17207
|
-
* "uid": "
|
|
17603
|
+
* "uid": "ac09de74-adc2-45cf-8d15-1c1970b693a2",
|
|
17208
17604
|
* "listing_id": 1,
|
|
17209
17605
|
* "landlord_id": 2,
|
|
17210
17606
|
* "tenant_id": 2,
|
|
17211
17607
|
* "rent_amount": "3832.26",
|
|
17212
17608
|
* "deposit_amount": "1384.27",
|
|
17213
17609
|
* "state": "terminated",
|
|
17214
|
-
* "start_date": "2025-09-
|
|
17215
|
-
* "end_date": "2026-09-
|
|
17610
|
+
* "start_date": "2025-09-22T00:00:00.000000Z",
|
|
17611
|
+
* "end_date": "2026-09-22T00:00:00.000000Z",
|
|
17216
17612
|
* "is_periodic": false,
|
|
17217
17613
|
* "company_name": null,
|
|
17218
17614
|
* "company_registration_number": null,
|
|
17219
|
-
* "created_at": "2026-04-
|
|
17615
|
+
* "created_at": "2026-04-21T17:35:42.000000Z"
|
|
17220
17616
|
* }
|
|
17221
17617
|
* ]
|
|
17222
17618
|
*/
|
|
17223
17619
|
data?: {
|
|
17224
|
-
/** @example
|
|
17620
|
+
/** @example 207959ef-a3b0-4493-ac62-6a779ebcf72d */
|
|
17225
17621
|
uid?: string;
|
|
17226
17622
|
/** @example 1 */
|
|
17227
17623
|
listing_id?: number;
|
|
@@ -17245,7 +17641,7 @@ export interface operations {
|
|
|
17245
17641
|
company_name?: string | null;
|
|
17246
17642
|
/** @example null */
|
|
17247
17643
|
company_registration_number?: string | null;
|
|
17248
|
-
/** @example 2026-04-
|
|
17644
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17249
17645
|
created_at?: string;
|
|
17250
17646
|
}[];
|
|
17251
17647
|
links?: {
|
|
@@ -17352,7 +17748,7 @@ export interface operations {
|
|
|
17352
17748
|
content: {
|
|
17353
17749
|
"application/json": {
|
|
17354
17750
|
data?: {
|
|
17355
|
-
/** @example
|
|
17751
|
+
/** @example 107 */
|
|
17356
17752
|
id?: number;
|
|
17357
17753
|
compliance?: {
|
|
17358
17754
|
/** @example 1 */
|
|
@@ -17372,9 +17768,9 @@ export interface operations {
|
|
|
17372
17768
|
rejection_reason?: string | null;
|
|
17373
17769
|
/** @example 1 */
|
|
17374
17770
|
reviewed_by?: number;
|
|
17375
|
-
/** @example 2026-04-
|
|
17771
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17376
17772
|
reviewed_at?: string;
|
|
17377
|
-
/** @example 2026-04-
|
|
17773
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17378
17774
|
created_at?: string;
|
|
17379
17775
|
};
|
|
17380
17776
|
};
|
|
@@ -17401,7 +17797,7 @@ export interface operations {
|
|
|
17401
17797
|
content: {
|
|
17402
17798
|
"application/json": {
|
|
17403
17799
|
data?: {
|
|
17404
|
-
/** @example
|
|
17800
|
+
/** @example 108 */
|
|
17405
17801
|
id?: number;
|
|
17406
17802
|
compliance?: {
|
|
17407
17803
|
/** @example 1 */
|
|
@@ -17421,9 +17817,9 @@ export interface operations {
|
|
|
17421
17817
|
rejection_reason?: string | null;
|
|
17422
17818
|
/** @example 1 */
|
|
17423
17819
|
reviewed_by?: number;
|
|
17424
|
-
/** @example 2026-04-
|
|
17820
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17425
17821
|
reviewed_at?: string;
|
|
17426
|
-
/** @example 2026-04-
|
|
17822
|
+
/** @example 2026-04-21T17:35:42.000000Z */
|
|
17427
17823
|
created_at?: string;
|
|
17428
17824
|
};
|
|
17429
17825
|
};
|
|
@@ -18445,35 +18841,35 @@ export interface operations {
|
|
|
18445
18841
|
/**
|
|
18446
18842
|
* @example [
|
|
18447
18843
|
* {
|
|
18448
|
-
* "uid": "
|
|
18844
|
+
* "uid": "844486fc-b86c-4b18-be79-68e7af434eb7",
|
|
18449
18845
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18450
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.",
|
|
18451
18847
|
* "status": "reported",
|
|
18452
18848
|
* "priority": "emergency",
|
|
18453
|
-
* "reported_at": "2026-04-
|
|
18454
|
-
* "assigned_at": "2026-04-
|
|
18849
|
+
* "reported_at": "2026-04-15T04:49:19.000000Z",
|
|
18850
|
+
* "assigned_at": "2026-04-20T01:09:11.000000Z",
|
|
18455
18851
|
* "completed_at": null,
|
|
18456
|
-
* "sla_deadline": "2026-04-
|
|
18457
|
-
* "created_at": "2026-04-
|
|
18458
|
-
* "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"
|
|
18459
18855
|
* },
|
|
18460
18856
|
* {
|
|
18461
|
-
* "uid": "
|
|
18857
|
+
* "uid": "2f36f8b1-c55c-4329-bd13-767c404def7e",
|
|
18462
18858
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
18463
18859
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
18464
18860
|
* "status": "completed",
|
|
18465
18861
|
* "priority": "normal",
|
|
18466
|
-
* "reported_at": "2026-04-
|
|
18862
|
+
* "reported_at": "2026-04-17T17:27:44.000000Z",
|
|
18467
18863
|
* "assigned_at": null,
|
|
18468
18864
|
* "completed_at": null,
|
|
18469
|
-
* "sla_deadline": "2026-04-
|
|
18470
|
-
* "created_at": "2026-04-
|
|
18471
|
-
* "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"
|
|
18472
18868
|
* }
|
|
18473
18869
|
* ]
|
|
18474
18870
|
*/
|
|
18475
18871
|
data?: {
|
|
18476
|
-
/** @example
|
|
18872
|
+
/** @example 844486fc-b86c-4b18-be79-68e7af434eb7 */
|
|
18477
18873
|
uid?: string;
|
|
18478
18874
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18479
18875
|
title?: string;
|
|
@@ -18483,17 +18879,17 @@ export interface operations {
|
|
|
18483
18879
|
status?: string;
|
|
18484
18880
|
/** @example emergency */
|
|
18485
18881
|
priority?: string;
|
|
18486
|
-
/** @example 2026-04-
|
|
18882
|
+
/** @example 2026-04-15T04:49:19.000000Z */
|
|
18487
18883
|
reported_at?: string;
|
|
18488
|
-
/** @example 2026-04-
|
|
18884
|
+
/** @example 2026-04-20T01:09:11.000000Z */
|
|
18489
18885
|
assigned_at?: string;
|
|
18490
18886
|
/** @example null */
|
|
18491
18887
|
completed_at?: string | null;
|
|
18492
|
-
/** @example 2026-04-
|
|
18888
|
+
/** @example 2026-04-23T06:31:34.000000Z */
|
|
18493
18889
|
sla_deadline?: string;
|
|
18494
|
-
/** @example 2026-04-
|
|
18890
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18495
18891
|
created_at?: string;
|
|
18496
|
-
/** @example 2026-04-
|
|
18892
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18497
18893
|
updated_at?: string;
|
|
18498
18894
|
}[];
|
|
18499
18895
|
links?: {
|
|
@@ -18588,13 +18984,13 @@ export interface operations {
|
|
|
18588
18984
|
content: {
|
|
18589
18985
|
"application/json": {
|
|
18590
18986
|
data?: {
|
|
18591
|
-
/** @example
|
|
18987
|
+
/** @example 9cb20627-bb66-4c27-a9f4-8388f46b7fba */
|
|
18592
18988
|
uid?: string;
|
|
18593
18989
|
/** @example image */
|
|
18594
18990
|
file_type?: string;
|
|
18595
18991
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18596
18992
|
url?: string;
|
|
18597
|
-
/** @example 2026-04-
|
|
18993
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18598
18994
|
created_at?: string;
|
|
18599
18995
|
};
|
|
18600
18996
|
};
|
|
@@ -18639,7 +19035,7 @@ export interface operations {
|
|
|
18639
19035
|
content: {
|
|
18640
19036
|
"application/json": {
|
|
18641
19037
|
data?: {
|
|
18642
|
-
/** @example
|
|
19038
|
+
/** @example 31 */
|
|
18643
19039
|
id?: number;
|
|
18644
19040
|
/** @example property_inquiry */
|
|
18645
19041
|
type?: string;
|
|
@@ -18647,7 +19043,7 @@ export interface operations {
|
|
|
18647
19043
|
listing_id?: number;
|
|
18648
19044
|
/** @example null */
|
|
18649
19045
|
last_message_at?: string | null;
|
|
18650
|
-
/** @example 2026-04-
|
|
19046
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18651
19047
|
created_at?: string;
|
|
18652
19048
|
};
|
|
18653
19049
|
};
|
|
@@ -18673,23 +19069,23 @@ export interface operations {
|
|
|
18673
19069
|
/**
|
|
18674
19070
|
* @example [
|
|
18675
19071
|
* {
|
|
18676
|
-
* "id":
|
|
19072
|
+
* "id": 32,
|
|
18677
19073
|
* "type": "property_inquiry",
|
|
18678
19074
|
* "listing_id": 2,
|
|
18679
19075
|
* "last_message_at": null,
|
|
18680
|
-
* "created_at": "2026-04-
|
|
19076
|
+
* "created_at": "2026-04-21T17:35:44.000000Z"
|
|
18681
19077
|
* },
|
|
18682
19078
|
* {
|
|
18683
|
-
* "id":
|
|
19079
|
+
* "id": 33,
|
|
18684
19080
|
* "type": "property_inquiry",
|
|
18685
19081
|
* "listing_id": 2,
|
|
18686
19082
|
* "last_message_at": null,
|
|
18687
|
-
* "created_at": "2026-04-
|
|
19083
|
+
* "created_at": "2026-04-21T17:35:44.000000Z"
|
|
18688
19084
|
* }
|
|
18689
19085
|
* ]
|
|
18690
19086
|
*/
|
|
18691
19087
|
data?: {
|
|
18692
|
-
/** @example
|
|
19088
|
+
/** @example 32 */
|
|
18693
19089
|
id?: number;
|
|
18694
19090
|
/** @example property_inquiry */
|
|
18695
19091
|
type?: string;
|
|
@@ -18697,7 +19093,7 @@ export interface operations {
|
|
|
18697
19093
|
listing_id?: number;
|
|
18698
19094
|
/** @example null */
|
|
18699
19095
|
last_message_at?: string | null;
|
|
18700
|
-
/** @example 2026-04-
|
|
19096
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
18701
19097
|
created_at?: string;
|
|
18702
19098
|
}[];
|
|
18703
19099
|
links?: {
|
|
@@ -19015,27 +19411,27 @@ export interface operations {
|
|
|
19015
19411
|
/**
|
|
19016
19412
|
* @example [
|
|
19017
19413
|
* {
|
|
19018
|
-
* "id": "
|
|
19414
|
+
* "id": "f95d1cd3-e60f-4324-befb-bc466379d4cd",
|
|
19019
19415
|
* "type": "APPOINTMENT_CREATED",
|
|
19020
19416
|
* "title": "faker notification",
|
|
19021
19417
|
* "body": "faker notification body",
|
|
19022
19418
|
* "data": [],
|
|
19023
19419
|
* "read_at": null,
|
|
19024
|
-
* "created_at": "2026-04-
|
|
19420
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
19025
19421
|
* },
|
|
19026
19422
|
* {
|
|
19027
|
-
* "id": "
|
|
19423
|
+
* "id": "56bb12c6-ed58-4641-ae2d-1ab0916f2074",
|
|
19028
19424
|
* "type": "APPOINTMENT_CREATED",
|
|
19029
19425
|
* "title": "faker notification",
|
|
19030
19426
|
* "body": "faker notification body",
|
|
19031
19427
|
* "data": [],
|
|
19032
19428
|
* "read_at": null,
|
|
19033
|
-
* "created_at": "2026-04-
|
|
19429
|
+
* "created_at": "2026-04-21T17:35:43.000000Z"
|
|
19034
19430
|
* }
|
|
19035
19431
|
* ]
|
|
19036
19432
|
*/
|
|
19037
19433
|
data?: {
|
|
19038
|
-
/** @example
|
|
19434
|
+
/** @example f95d1cd3-e60f-4324-befb-bc466379d4cd */
|
|
19039
19435
|
id?: string;
|
|
19040
19436
|
/** @example APPOINTMENT_CREATED */
|
|
19041
19437
|
type?: string;
|
|
@@ -19047,7 +19443,7 @@ export interface operations {
|
|
|
19047
19443
|
data?: unknown[];
|
|
19048
19444
|
/** @example null */
|
|
19049
19445
|
read_at?: string | null;
|
|
19050
|
-
/** @example 2026-04-
|
|
19446
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
19051
19447
|
created_at?: string;
|
|
19052
19448
|
}[];
|
|
19053
19449
|
links?: {
|
|
@@ -19131,7 +19527,7 @@ export interface operations {
|
|
|
19131
19527
|
};
|
|
19132
19528
|
content: {
|
|
19133
19529
|
"application/json": {
|
|
19134
|
-
/** @example
|
|
19530
|
+
/** @example c45f8cd8-92ba-4300-bd08-20876d5f7686 */
|
|
19135
19531
|
id?: string;
|
|
19136
19532
|
/** @example APPOINTMENT_CREATED */
|
|
19137
19533
|
type?: string;
|
|
@@ -19143,7 +19539,7 @@ export interface operations {
|
|
|
19143
19539
|
data?: unknown[];
|
|
19144
19540
|
/** @example null */
|
|
19145
19541
|
read_at?: string | null;
|
|
19146
|
-
/** @example 2026-04-
|
|
19542
|
+
/** @example 2026-04-21T17:35:43.000000Z */
|
|
19147
19543
|
created_at?: string;
|
|
19148
19544
|
};
|
|
19149
19545
|
};
|
|
@@ -19390,45 +19786,45 @@ export interface operations {
|
|
|
19390
19786
|
/**
|
|
19391
19787
|
* @example [
|
|
19392
19788
|
* {
|
|
19393
|
-
* "id":
|
|
19789
|
+
* "id": 61,
|
|
19394
19790
|
* "rating": 1,
|
|
19395
19791
|
* "comment": "Nice Listing",
|
|
19396
19792
|
* "reviewer": {
|
|
19397
|
-
* "id":
|
|
19398
|
-
* "name": "
|
|
19793
|
+
* "id": 17,
|
|
19794
|
+
* "name": "Hannah Ross"
|
|
19399
19795
|
* },
|
|
19400
|
-
* "created_at": "2026-04-
|
|
19401
|
-
* "updated_at": "2026-04-
|
|
19796
|
+
* "created_at": "2026-04-21T17:35:43+00:00",
|
|
19797
|
+
* "updated_at": "2026-04-21T17:35:43+00:00"
|
|
19402
19798
|
* },
|
|
19403
19799
|
* {
|
|
19404
|
-
* "id":
|
|
19800
|
+
* "id": 62,
|
|
19405
19801
|
* "rating": 1,
|
|
19406
19802
|
* "comment": "Nice Listing",
|
|
19407
19803
|
* "reviewer": {
|
|
19408
|
-
* "id":
|
|
19409
|
-
* "name": "
|
|
19804
|
+
* "id": 25,
|
|
19805
|
+
* "name": "Jayden Ward"
|
|
19410
19806
|
* },
|
|
19411
|
-
* "created_at": "2026-04-
|
|
19412
|
-
* "updated_at": "2026-04-
|
|
19807
|
+
* "created_at": "2026-04-21T17:35:43+00:00",
|
|
19808
|
+
* "updated_at": "2026-04-21T17:35:43+00:00"
|
|
19413
19809
|
* }
|
|
19414
19810
|
* ]
|
|
19415
19811
|
*/
|
|
19416
19812
|
data?: {
|
|
19417
|
-
/** @example
|
|
19813
|
+
/** @example 61 */
|
|
19418
19814
|
id?: number;
|
|
19419
19815
|
/** @example 1 */
|
|
19420
19816
|
rating?: number;
|
|
19421
19817
|
/** @example Nice Listing */
|
|
19422
19818
|
comment?: string;
|
|
19423
19819
|
reviewer?: {
|
|
19424
|
-
/** @example
|
|
19820
|
+
/** @example 17 */
|
|
19425
19821
|
id?: number;
|
|
19426
|
-
/** @example
|
|
19822
|
+
/** @example Hannah Ross */
|
|
19427
19823
|
name?: string;
|
|
19428
19824
|
};
|
|
19429
|
-
/** @example 2026-04-
|
|
19825
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19430
19826
|
created_at?: string;
|
|
19431
|
-
/** @example 2026-04-
|
|
19827
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19432
19828
|
updated_at?: string;
|
|
19433
19829
|
}[];
|
|
19434
19830
|
links?: {
|
|
@@ -19582,21 +19978,21 @@ export interface operations {
|
|
|
19582
19978
|
content: {
|
|
19583
19979
|
"application/json": {
|
|
19584
19980
|
data?: {
|
|
19585
|
-
/** @example
|
|
19981
|
+
/** @example 63 */
|
|
19586
19982
|
id?: number;
|
|
19587
19983
|
/** @example 1 */
|
|
19588
19984
|
rating?: number;
|
|
19589
19985
|
/** @example Nice Listing */
|
|
19590
19986
|
comment?: string;
|
|
19591
19987
|
reviewer?: {
|
|
19592
|
-
/** @example
|
|
19988
|
+
/** @example 13 */
|
|
19593
19989
|
id?: number;
|
|
19594
|
-
/** @example
|
|
19990
|
+
/** @example Matthew Campbell */
|
|
19595
19991
|
name?: string;
|
|
19596
19992
|
};
|
|
19597
|
-
/** @example 2026-04-
|
|
19993
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19598
19994
|
created_at?: string;
|
|
19599
|
-
/** @example 2026-04-
|
|
19995
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19600
19996
|
updated_at?: string;
|
|
19601
19997
|
};
|
|
19602
19998
|
};
|
|
@@ -19640,21 +20036,21 @@ export interface operations {
|
|
|
19640
20036
|
content: {
|
|
19641
20037
|
"application/json": {
|
|
19642
20038
|
data?: {
|
|
19643
|
-
/** @example
|
|
20039
|
+
/** @example 64 */
|
|
19644
20040
|
id?: number;
|
|
19645
20041
|
/** @example 1 */
|
|
19646
20042
|
rating?: number;
|
|
19647
20043
|
/** @example Nice Listing */
|
|
19648
20044
|
comment?: string;
|
|
19649
20045
|
reviewer?: {
|
|
19650
|
-
/** @example
|
|
20046
|
+
/** @example 22 */
|
|
19651
20047
|
id?: number;
|
|
19652
|
-
/** @example
|
|
20048
|
+
/** @example Theo Ward */
|
|
19653
20049
|
name?: string;
|
|
19654
20050
|
};
|
|
19655
|
-
/** @example 2026-04-
|
|
20051
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19656
20052
|
created_at?: string;
|
|
19657
|
-
/** @example 2026-04-
|
|
20053
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19658
20054
|
updated_at?: string;
|
|
19659
20055
|
};
|
|
19660
20056
|
};
|
|
@@ -19696,21 +20092,21 @@ export interface operations {
|
|
|
19696
20092
|
content: {
|
|
19697
20093
|
"application/json": {
|
|
19698
20094
|
data?: {
|
|
19699
|
-
/** @example
|
|
20095
|
+
/** @example 65 */
|
|
19700
20096
|
id?: number;
|
|
19701
20097
|
/** @example 1 */
|
|
19702
20098
|
rating?: number;
|
|
19703
20099
|
/** @example Nice Listing */
|
|
19704
20100
|
comment?: string;
|
|
19705
20101
|
reviewer?: {
|
|
19706
|
-
/** @example
|
|
20102
|
+
/** @example 23 */
|
|
19707
20103
|
id?: number;
|
|
19708
|
-
/** @example
|
|
20104
|
+
/** @example Anthony Baker */
|
|
19709
20105
|
name?: string;
|
|
19710
20106
|
};
|
|
19711
|
-
/** @example 2026-04-
|
|
20107
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19712
20108
|
created_at?: string;
|
|
19713
|
-
/** @example 2026-04-
|
|
20109
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19714
20110
|
updated_at?: string;
|
|
19715
20111
|
};
|
|
19716
20112
|
};
|
|
@@ -19737,21 +20133,21 @@ export interface operations {
|
|
|
19737
20133
|
content: {
|
|
19738
20134
|
"application/json": {
|
|
19739
20135
|
data?: {
|
|
19740
|
-
/** @example
|
|
20136
|
+
/** @example 66 */
|
|
19741
20137
|
id?: number;
|
|
19742
20138
|
/** @example 1 */
|
|
19743
20139
|
rating?: number;
|
|
19744
20140
|
/** @example Nice Listing */
|
|
19745
20141
|
comment?: string;
|
|
19746
20142
|
reviewer?: {
|
|
19747
|
-
/** @example
|
|
20143
|
+
/** @example 6 */
|
|
19748
20144
|
id?: number;
|
|
19749
|
-
/** @example
|
|
20145
|
+
/** @example Rowena Patel */
|
|
19750
20146
|
name?: string;
|
|
19751
20147
|
};
|
|
19752
|
-
/** @example 2026-04-
|
|
20148
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19753
20149
|
created_at?: string;
|
|
19754
|
-
/** @example 2026-04-
|
|
20150
|
+
/** @example 2026-04-21T17:35:43+00:00 */
|
|
19755
20151
|
updated_at?: string;
|
|
19756
20152
|
};
|
|
19757
20153
|
};
|
|
@@ -19778,7 +20174,7 @@ export interface operations {
|
|
|
19778
20174
|
content: {
|
|
19779
20175
|
"application/json": {
|
|
19780
20176
|
data?: {
|
|
19781
|
-
/** @example
|
|
20177
|
+
/** @example 8e208564-94a5-4e64-8e17-3d443484d83b */
|
|
19782
20178
|
uid?: string;
|
|
19783
20179
|
/** @example 1 */
|
|
19784
20180
|
listing_id?: number;
|
|
@@ -19786,23 +20182,23 @@ export interface operations {
|
|
|
19786
20182
|
landlord_id?: number;
|
|
19787
20183
|
/** @example 2 */
|
|
19788
20184
|
tenant_id?: number;
|
|
19789
|
-
/** @example
|
|
20185
|
+
/** @example 3586.64 */
|
|
19790
20186
|
rent_amount?: string;
|
|
19791
|
-
/** @example
|
|
20187
|
+
/** @example 2764.05 */
|
|
19792
20188
|
deposit_amount?: string;
|
|
19793
|
-
/** @example
|
|
20189
|
+
/** @example renewal_pending */
|
|
19794
20190
|
state?: string;
|
|
19795
|
-
/** @example 2025-
|
|
20191
|
+
/** @example 2025-06-08T00:00:00.000000Z */
|
|
19796
20192
|
start_date?: string;
|
|
19797
|
-
/** @example 2026-
|
|
20193
|
+
/** @example 2026-06-08T00:00:00.000000Z */
|
|
19798
20194
|
end_date?: string;
|
|
19799
|
-
/** @example
|
|
20195
|
+
/** @example true */
|
|
19800
20196
|
is_periodic?: boolean;
|
|
19801
20197
|
/** @example null */
|
|
19802
20198
|
company_name?: string | null;
|
|
19803
20199
|
/** @example null */
|
|
19804
20200
|
company_registration_number?: string | null;
|
|
19805
|
-
/** @example 2026-04-
|
|
20201
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
19806
20202
|
created_at?: string;
|
|
19807
20203
|
/** @example [] */
|
|
19808
20204
|
compliances?: unknown[];
|
|
@@ -19879,7 +20275,7 @@ export interface operations {
|
|
|
19879
20275
|
content: {
|
|
19880
20276
|
"application/json": {
|
|
19881
20277
|
data?: {
|
|
19882
|
-
/** @example
|
|
20278
|
+
/** @example 4fa914fe-d3a3-4d7e-a079-9af417af1422 */
|
|
19883
20279
|
uid?: string;
|
|
19884
20280
|
/** @example 1 */
|
|
19885
20281
|
listing_id?: number;
|
|
@@ -19903,7 +20299,7 @@ export interface operations {
|
|
|
19903
20299
|
company_name?: string | null;
|
|
19904
20300
|
/** @example null */
|
|
19905
20301
|
company_registration_number?: string | null;
|
|
19906
|
-
/** @example 2026-04-
|
|
20302
|
+
/** @example 2026-04-21T17:35:44.000000Z */
|
|
19907
20303
|
created_at?: string;
|
|
19908
20304
|
};
|
|
19909
20305
|
};
|
|
@@ -20197,7 +20593,7 @@ export interface operations {
|
|
|
20197
20593
|
* "changed_by_user_id": 3,
|
|
20198
20594
|
* "changed_by_name": "Teagan King",
|
|
20199
20595
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
20200
|
-
* "created_at": "2025-12-
|
|
20596
|
+
* "created_at": "2025-12-14T04:22:43.000000Z"
|
|
20201
20597
|
* },
|
|
20202
20598
|
* {
|
|
20203
20599
|
* "from_state": "pre_move_in_ready",
|
|
@@ -20205,7 +20601,7 @@ export interface operations {
|
|
|
20205
20601
|
* "changed_by_user_id": 3,
|
|
20206
20602
|
* "changed_by_name": "Teagan King",
|
|
20207
20603
|
* "comment": null,
|
|
20208
|
-
* "created_at": "2025-10-
|
|
20604
|
+
* "created_at": "2025-10-30T12:18:23.000000Z"
|
|
20209
20605
|
* }
|
|
20210
20606
|
* ]
|
|
20211
20607
|
*/
|
|
@@ -20220,7 +20616,7 @@ export interface operations {
|
|
|
20220
20616
|
changed_by_name?: string;
|
|
20221
20617
|
/** @example Qui commodi incidunt iure odit. */
|
|
20222
20618
|
comment?: string;
|
|
20223
|
-
/** @example 2025-12-
|
|
20619
|
+
/** @example 2025-12-14T04:22:43.000000Z */
|
|
20224
20620
|
created_at?: string;
|
|
20225
20621
|
}[];
|
|
20226
20622
|
};
|
|
@@ -20464,7 +20860,7 @@ export interface operations {
|
|
|
20464
20860
|
content: {
|
|
20465
20861
|
"application/json": {
|
|
20466
20862
|
data?: {
|
|
20467
|
-
/** @example
|
|
20863
|
+
/** @example 002d334f-a825-4eb5-81a4-22a4a3e25d05 */
|
|
20468
20864
|
uid?: string;
|
|
20469
20865
|
/** @example Ms. Audra Crooks II */
|
|
20470
20866
|
username?: string;
|
|
@@ -20494,7 +20890,7 @@ export interface operations {
|
|
|
20494
20890
|
timezone?: string;
|
|
20495
20891
|
/** @example Customer */
|
|
20496
20892
|
user_type?: string;
|
|
20497
|
-
/** @example 21 Apr 2026,
|
|
20893
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20498
20894
|
created?: string;
|
|
20499
20895
|
/** @example 0 seconds ago */
|
|
20500
20896
|
email_verified_at?: string;
|
|
@@ -20593,7 +20989,7 @@ export interface operations {
|
|
|
20593
20989
|
content: {
|
|
20594
20990
|
"application/json": {
|
|
20595
20991
|
data?: {
|
|
20596
|
-
/** @example
|
|
20992
|
+
/** @example 2b5bfd44-8034-4878-b4e1-b515d1a64def */
|
|
20597
20993
|
uid?: string;
|
|
20598
20994
|
/** @example Morgan Hirthe */
|
|
20599
20995
|
username?: string;
|
|
@@ -20623,7 +21019,7 @@ export interface operations {
|
|
|
20623
21019
|
timezone?: string;
|
|
20624
21020
|
/** @example Customer */
|
|
20625
21021
|
user_type?: string;
|
|
20626
|
-
/** @example 21 Apr 2026,
|
|
21022
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20627
21023
|
created?: string;
|
|
20628
21024
|
/** @example 0 seconds ago */
|
|
20629
21025
|
email_verified_at?: string;
|
|
@@ -20695,7 +21091,7 @@ export interface operations {
|
|
|
20695
21091
|
content: {
|
|
20696
21092
|
"application/json": {
|
|
20697
21093
|
data?: {
|
|
20698
|
-
/** @example
|
|
21094
|
+
/** @example 8b805dce-872f-436b-8292-ae16afb4ac9e */
|
|
20699
21095
|
uid?: string;
|
|
20700
21096
|
/** @example Ms. Audra Crooks II */
|
|
20701
21097
|
username?: string;
|
|
@@ -20725,7 +21121,7 @@ export interface operations {
|
|
|
20725
21121
|
timezone?: string;
|
|
20726
21122
|
/** @example Customer */
|
|
20727
21123
|
user_type?: string;
|
|
20728
|
-
/** @example 21 Apr 2026,
|
|
21124
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20729
21125
|
created?: string;
|
|
20730
21126
|
/** @example 0 seconds ago */
|
|
20731
21127
|
email_verified_at?: string;
|
|
@@ -20959,13 +21355,13 @@ export interface operations {
|
|
|
20959
21355
|
content: {
|
|
20960
21356
|
"application/json": {
|
|
20961
21357
|
data?: {
|
|
20962
|
-
/** @example
|
|
21358
|
+
/** @example 0 */
|
|
20963
21359
|
current_level?: number;
|
|
20964
21360
|
/** @example 3 */
|
|
20965
21361
|
completed_layers?: number;
|
|
20966
|
-
/** @example
|
|
21362
|
+
/** @example 4 */
|
|
20967
21363
|
pending_layers?: number;
|
|
20968
|
-
/** @example 21 Apr 2026,
|
|
21364
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
20969
21365
|
last_calculated_at?: string;
|
|
20970
21366
|
};
|
|
20971
21367
|
};
|
|
@@ -21013,7 +21409,7 @@ export interface operations {
|
|
|
21013
21409
|
completed_layers?: number;
|
|
21014
21410
|
/** @example 4 */
|
|
21015
21411
|
pending_layers?: number;
|
|
21016
|
-
/** @example 21 Apr 2026,
|
|
21412
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21017
21413
|
last_calculated_at?: string;
|
|
21018
21414
|
};
|
|
21019
21415
|
};
|
|
@@ -21047,14 +21443,14 @@ export interface operations {
|
|
|
21047
21443
|
content: {
|
|
21048
21444
|
"application/json": {
|
|
21049
21445
|
data?: {
|
|
21050
|
-
/** @example
|
|
21446
|
+
/** @example 812589b9-5803-4130-a9e2-14db72af7438 */
|
|
21051
21447
|
wishlist_uid?: string;
|
|
21052
21448
|
listing?: {
|
|
21053
|
-
/** @example New For Sale Used Item draft • 21 Apr 2026,
|
|
21449
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 5:35 PM */
|
|
21054
21450
|
draft_name?: string;
|
|
21055
|
-
/** @example LST-UIT-SAL-
|
|
21451
|
+
/** @example LST-UIT-SAL-MO8WN5X7L6T */
|
|
21056
21452
|
sku?: string;
|
|
21057
|
-
/** @example
|
|
21453
|
+
/** @example 048887ac-18aa-4d6a-8c58-cb6839d6b091 */
|
|
21058
21454
|
uid?: string;
|
|
21059
21455
|
/** @example Sale */
|
|
21060
21456
|
listing_type?: string;
|
|
@@ -21138,15 +21534,15 @@ export interface operations {
|
|
|
21138
21534
|
/**
|
|
21139
21535
|
* @example [
|
|
21140
21536
|
* {
|
|
21141
|
-
* "wishlist_uid": "
|
|
21537
|
+
* "wishlist_uid": "ca5ffa72-328d-4c57-913b-344a0e05394c"
|
|
21142
21538
|
* },
|
|
21143
21539
|
* {
|
|
21144
|
-
* "wishlist_uid": "
|
|
21540
|
+
* "wishlist_uid": "c242e6d0-9aec-4233-ad23-382591bc7100"
|
|
21145
21541
|
* }
|
|
21146
21542
|
* ]
|
|
21147
21543
|
*/
|
|
21148
21544
|
data?: {
|
|
21149
|
-
/** @example
|
|
21545
|
+
/** @example ca5ffa72-328d-4c57-913b-344a0e05394c */
|
|
21150
21546
|
wishlist_uid?: string;
|
|
21151
21547
|
}[];
|
|
21152
21548
|
links?: {
|
|
@@ -21234,7 +21630,7 @@ export interface operations {
|
|
|
21234
21630
|
completed_layers?: number;
|
|
21235
21631
|
/** @example 4 */
|
|
21236
21632
|
pending_layers?: number;
|
|
21237
|
-
/** @example 21 Apr 2026,
|
|
21633
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21238
21634
|
last_calculated_at?: string;
|
|
21239
21635
|
};
|
|
21240
21636
|
};
|
|
@@ -21396,7 +21792,7 @@ export interface operations {
|
|
|
21396
21792
|
completed_layers?: number;
|
|
21397
21793
|
/** @example 4 */
|
|
21398
21794
|
pending_layers?: number;
|
|
21399
|
-
/** @example 21 Apr 2026,
|
|
21795
|
+
/** @example 21 Apr 2026, 05:35 PM */
|
|
21400
21796
|
last_calculated_at?: string;
|
|
21401
21797
|
};
|
|
21402
21798
|
};
|