@justins-home/types 1.1.36 → 1.1.38
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 +913 -378
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -607,6 +607,26 @@ export interface paths {
|
|
|
607
607
|
patch?: never;
|
|
608
608
|
trace?: never;
|
|
609
609
|
};
|
|
610
|
+
"/api/v1/portal/admin/listing/fetch-all-no-pagination": {
|
|
611
|
+
parameters: {
|
|
612
|
+
query?: never;
|
|
613
|
+
header?: never;
|
|
614
|
+
path?: never;
|
|
615
|
+
cookie?: never;
|
|
616
|
+
};
|
|
617
|
+
/**
|
|
618
|
+
* fetchListingListAdminNoPagination
|
|
619
|
+
* @description Retrieve listings for the admin dashboard table without pagination.
|
|
620
|
+
*/
|
|
621
|
+
get: operations["fetchListingListAdminNoPagination"];
|
|
622
|
+
put?: never;
|
|
623
|
+
post?: never;
|
|
624
|
+
delete?: never;
|
|
625
|
+
options?: never;
|
|
626
|
+
head?: never;
|
|
627
|
+
patch?: never;
|
|
628
|
+
trace?: never;
|
|
629
|
+
};
|
|
610
630
|
"/api/v1/portal/admin/listing/fetch-one/{listing_uid}": {
|
|
611
631
|
parameters: {
|
|
612
632
|
query?: never;
|
|
@@ -2156,6 +2176,29 @@ export interface paths {
|
|
|
2156
2176
|
patch?: never;
|
|
2157
2177
|
trace?: never;
|
|
2158
2178
|
};
|
|
2179
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-global": {
|
|
2180
|
+
parameters: {
|
|
2181
|
+
query?: never;
|
|
2182
|
+
header?: never;
|
|
2183
|
+
path: {
|
|
2184
|
+
/** @description The ID of the compliance definition to remove from global scope. */
|
|
2185
|
+
compliance_id: number;
|
|
2186
|
+
};
|
|
2187
|
+
cookie?: never;
|
|
2188
|
+
};
|
|
2189
|
+
get?: never;
|
|
2190
|
+
put?: never;
|
|
2191
|
+
/**
|
|
2192
|
+
* removeComplianceFromGlobal
|
|
2193
|
+
* @description Remove a compliance definition from the global scope.
|
|
2194
|
+
*/
|
|
2195
|
+
post: operations["removeComplianceFromGlobal"];
|
|
2196
|
+
delete?: never;
|
|
2197
|
+
options?: never;
|
|
2198
|
+
head?: never;
|
|
2199
|
+
patch?: never;
|
|
2200
|
+
trace?: never;
|
|
2201
|
+
};
|
|
2159
2202
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-category/{categoryId}": {
|
|
2160
2203
|
parameters: {
|
|
2161
2204
|
query?: never;
|
|
@@ -2181,15 +2224,40 @@ export interface paths {
|
|
|
2181
2224
|
patch?: never;
|
|
2182
2225
|
trace?: never;
|
|
2183
2226
|
};
|
|
2184
|
-
"/api/v1/portal/admin/compliances/{compliance_id}/
|
|
2227
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-category/{categoryId}": {
|
|
2228
|
+
parameters: {
|
|
2229
|
+
query?: never;
|
|
2230
|
+
header?: never;
|
|
2231
|
+
path: {
|
|
2232
|
+
/** @description The ID of the compliance definition. */
|
|
2233
|
+
compliance_id: number;
|
|
2234
|
+
/** @description The ID of the listing category. */
|
|
2235
|
+
categoryId: number;
|
|
2236
|
+
};
|
|
2237
|
+
cookie?: never;
|
|
2238
|
+
};
|
|
2239
|
+
get?: never;
|
|
2240
|
+
put?: never;
|
|
2241
|
+
/**
|
|
2242
|
+
* removeComplianceFromCategory
|
|
2243
|
+
* @description Remove a compliance definition from a specific listing category.
|
|
2244
|
+
*/
|
|
2245
|
+
post: operations["removeComplianceFromCategory"];
|
|
2246
|
+
delete?: never;
|
|
2247
|
+
options?: never;
|
|
2248
|
+
head?: never;
|
|
2249
|
+
patch?: never;
|
|
2250
|
+
trace?: never;
|
|
2251
|
+
};
|
|
2252
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing/{listing_uid}": {
|
|
2185
2253
|
parameters: {
|
|
2186
2254
|
query?: never;
|
|
2187
2255
|
header?: never;
|
|
2188
2256
|
path: {
|
|
2189
2257
|
/** @description The ID of the compliance definition. */
|
|
2190
2258
|
compliance_id: number;
|
|
2191
|
-
/** @description The
|
|
2192
|
-
|
|
2259
|
+
/** @description The UID of the listing to apply the compliance rule to. */
|
|
2260
|
+
listing_uid: string;
|
|
2193
2261
|
};
|
|
2194
2262
|
cookie?: never;
|
|
2195
2263
|
};
|
|
@@ -2206,15 +2274,40 @@ export interface paths {
|
|
|
2206
2274
|
patch?: never;
|
|
2207
2275
|
trace?: never;
|
|
2208
2276
|
};
|
|
2209
|
-
"/api/v1/portal/admin/compliances/{compliance_id}/
|
|
2277
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing/{listing_uid}": {
|
|
2210
2278
|
parameters: {
|
|
2211
2279
|
query?: never;
|
|
2212
2280
|
header?: never;
|
|
2213
2281
|
path: {
|
|
2214
2282
|
/** @description The ID of the compliance definition. */
|
|
2215
2283
|
compliance_id: number;
|
|
2216
|
-
/** @description The
|
|
2217
|
-
|
|
2284
|
+
/** @description The UID of the listing to remove the compliance rule from. */
|
|
2285
|
+
listing_uid: string;
|
|
2286
|
+
};
|
|
2287
|
+
cookie?: never;
|
|
2288
|
+
};
|
|
2289
|
+
get?: never;
|
|
2290
|
+
put?: never;
|
|
2291
|
+
/**
|
|
2292
|
+
* removeComplianceFromListing
|
|
2293
|
+
* @description Remove a compliance definition from a specific listing.
|
|
2294
|
+
*/
|
|
2295
|
+
post: operations["removeComplianceFromListing"];
|
|
2296
|
+
delete?: never;
|
|
2297
|
+
options?: never;
|
|
2298
|
+
head?: never;
|
|
2299
|
+
patch?: never;
|
|
2300
|
+
trace?: never;
|
|
2301
|
+
};
|
|
2302
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-tenancy/{tenancy_uid}": {
|
|
2303
|
+
parameters: {
|
|
2304
|
+
query?: never;
|
|
2305
|
+
header?: never;
|
|
2306
|
+
path: {
|
|
2307
|
+
/** @description The ID of the compliance definition. */
|
|
2308
|
+
compliance_id: number;
|
|
2309
|
+
/** @description The UID of the tenancy to apply the compliance rule to. */
|
|
2310
|
+
tenancy_uid: string;
|
|
2218
2311
|
};
|
|
2219
2312
|
cookie?: never;
|
|
2220
2313
|
};
|
|
@@ -2231,6 +2324,31 @@ export interface paths {
|
|
|
2231
2324
|
patch?: never;
|
|
2232
2325
|
trace?: never;
|
|
2233
2326
|
};
|
|
2327
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-tenancy/{tenancy_uid}": {
|
|
2328
|
+
parameters: {
|
|
2329
|
+
query?: never;
|
|
2330
|
+
header?: never;
|
|
2331
|
+
path: {
|
|
2332
|
+
/** @description The ID of the compliance definition. */
|
|
2333
|
+
compliance_id: number;
|
|
2334
|
+
/** @description The UID of the tenancy to remove the compliance rule from. */
|
|
2335
|
+
tenancy_uid: string;
|
|
2336
|
+
};
|
|
2337
|
+
cookie?: never;
|
|
2338
|
+
};
|
|
2339
|
+
get?: never;
|
|
2340
|
+
put?: never;
|
|
2341
|
+
/**
|
|
2342
|
+
* removeComplianceFromTenancy
|
|
2343
|
+
* @description Remove a compliance definition from a specific tenancy.
|
|
2344
|
+
*/
|
|
2345
|
+
post: operations["removeComplianceFromTenancy"];
|
|
2346
|
+
delete?: never;
|
|
2347
|
+
options?: never;
|
|
2348
|
+
head?: never;
|
|
2349
|
+
patch?: never;
|
|
2350
|
+
trace?: never;
|
|
2351
|
+
};
|
|
2234
2352
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing-vertical": {
|
|
2235
2353
|
parameters: {
|
|
2236
2354
|
query?: never;
|
|
@@ -2254,6 +2372,29 @@ export interface paths {
|
|
|
2254
2372
|
patch?: never;
|
|
2255
2373
|
trace?: never;
|
|
2256
2374
|
};
|
|
2375
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing-vertical": {
|
|
2376
|
+
parameters: {
|
|
2377
|
+
query?: never;
|
|
2378
|
+
header?: never;
|
|
2379
|
+
path: {
|
|
2380
|
+
/** @description The ID of the compliance definition. */
|
|
2381
|
+
compliance_id: number;
|
|
2382
|
+
};
|
|
2383
|
+
cookie?: never;
|
|
2384
|
+
};
|
|
2385
|
+
get?: never;
|
|
2386
|
+
put?: never;
|
|
2387
|
+
/**
|
|
2388
|
+
* removeComplianceFromListingVertical
|
|
2389
|
+
* @description Remove a compliance definition from a specific listing vertical.
|
|
2390
|
+
*/
|
|
2391
|
+
post: operations["removeComplianceFromListingVertical"];
|
|
2392
|
+
delete?: never;
|
|
2393
|
+
options?: never;
|
|
2394
|
+
head?: never;
|
|
2395
|
+
patch?: never;
|
|
2396
|
+
trace?: never;
|
|
2397
|
+
};
|
|
2257
2398
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-listing-type": {
|
|
2258
2399
|
parameters: {
|
|
2259
2400
|
query?: never;
|
|
@@ -2277,6 +2418,29 @@ export interface paths {
|
|
|
2277
2418
|
patch?: never;
|
|
2278
2419
|
trace?: never;
|
|
2279
2420
|
};
|
|
2421
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-listing-type": {
|
|
2422
|
+
parameters: {
|
|
2423
|
+
query?: never;
|
|
2424
|
+
header?: never;
|
|
2425
|
+
path: {
|
|
2426
|
+
/** @description The ID of the compliance definition. */
|
|
2427
|
+
compliance_id: number;
|
|
2428
|
+
};
|
|
2429
|
+
cookie?: never;
|
|
2430
|
+
};
|
|
2431
|
+
get?: never;
|
|
2432
|
+
put?: never;
|
|
2433
|
+
/**
|
|
2434
|
+
* removeComplianceFromListingType
|
|
2435
|
+
* @description Remove a compliance definition from a specific listing type.
|
|
2436
|
+
*/
|
|
2437
|
+
post: operations["removeComplianceFromListingType"];
|
|
2438
|
+
delete?: never;
|
|
2439
|
+
options?: never;
|
|
2440
|
+
head?: never;
|
|
2441
|
+
patch?: never;
|
|
2442
|
+
trace?: never;
|
|
2443
|
+
};
|
|
2280
2444
|
"/api/v1/portal/admin/compliances/{compliance_id}/assign-to-arrangement-type": {
|
|
2281
2445
|
parameters: {
|
|
2282
2446
|
query?: never;
|
|
@@ -2300,6 +2464,29 @@ export interface paths {
|
|
|
2300
2464
|
patch?: never;
|
|
2301
2465
|
trace?: never;
|
|
2302
2466
|
};
|
|
2467
|
+
"/api/v1/portal/admin/compliances/{compliance_id}/remove-from-arrangement-type": {
|
|
2468
|
+
parameters: {
|
|
2469
|
+
query?: never;
|
|
2470
|
+
header?: never;
|
|
2471
|
+
path: {
|
|
2472
|
+
/** @description The ID of the compliance definition. */
|
|
2473
|
+
compliance_id: number;
|
|
2474
|
+
};
|
|
2475
|
+
cookie?: never;
|
|
2476
|
+
};
|
|
2477
|
+
get?: never;
|
|
2478
|
+
put?: never;
|
|
2479
|
+
/**
|
|
2480
|
+
* removeComplianceFromArrangementType
|
|
2481
|
+
* @description Remove a compliance definition from a specific arrangement type.
|
|
2482
|
+
*/
|
|
2483
|
+
post: operations["removeComplianceFromArrangementType"];
|
|
2484
|
+
delete?: never;
|
|
2485
|
+
options?: never;
|
|
2486
|
+
head?: never;
|
|
2487
|
+
patch?: never;
|
|
2488
|
+
trace?: never;
|
|
2489
|
+
};
|
|
2303
2490
|
"/api/v1/portal/admin/inspections/fetch-history/{listing_uid}": {
|
|
2304
2491
|
parameters: {
|
|
2305
2492
|
query?: never;
|
|
@@ -2524,6 +2711,26 @@ export interface paths {
|
|
|
2524
2711
|
patch?: never;
|
|
2525
2712
|
trace?: never;
|
|
2526
2713
|
};
|
|
2714
|
+
"/api/v1/portal/admin/tenancies/fetch-all-no-pagination": {
|
|
2715
|
+
parameters: {
|
|
2716
|
+
query?: never;
|
|
2717
|
+
header?: never;
|
|
2718
|
+
path?: never;
|
|
2719
|
+
cookie?: never;
|
|
2720
|
+
};
|
|
2721
|
+
/**
|
|
2722
|
+
* fetchTenancyListAdminNoPagination
|
|
2723
|
+
* @description Retrieve all tenancies for the admin dashboard table without pagination.
|
|
2724
|
+
*/
|
|
2725
|
+
get: operations["fetchTenancyListAdminNoPagination"];
|
|
2726
|
+
put?: never;
|
|
2727
|
+
post?: never;
|
|
2728
|
+
delete?: never;
|
|
2729
|
+
options?: never;
|
|
2730
|
+
head?: never;
|
|
2731
|
+
patch?: never;
|
|
2732
|
+
trace?: never;
|
|
2733
|
+
};
|
|
2527
2734
|
"/api/v1/portal/admin/tenancies/{tenancy_uid}/compliance-documents": {
|
|
2528
2735
|
parameters: {
|
|
2529
2736
|
query?: never;
|
|
@@ -5647,7 +5854,7 @@ export interface operations {
|
|
|
5647
5854
|
content: {
|
|
5648
5855
|
"application/json": {
|
|
5649
5856
|
data?: {
|
|
5650
|
-
/** @example
|
|
5857
|
+
/** @example aef63d00-21af-4ba3-915d-ffcd51174b07 */
|
|
5651
5858
|
uid?: string;
|
|
5652
5859
|
/** @example Ms. Audra Crooks II */
|
|
5653
5860
|
username?: string;
|
|
@@ -5677,7 +5884,7 @@ export interface operations {
|
|
|
5677
5884
|
timezone?: string;
|
|
5678
5885
|
/** @example Customer */
|
|
5679
5886
|
user_type?: string;
|
|
5680
|
-
/** @example 21 Apr 2026,
|
|
5887
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
5681
5888
|
created?: string;
|
|
5682
5889
|
/** @example 0 seconds ago */
|
|
5683
5890
|
email_verified_at?: string;
|
|
@@ -5930,11 +6137,11 @@ export interface operations {
|
|
|
5930
6137
|
content: {
|
|
5931
6138
|
"application/json": {
|
|
5932
6139
|
data?: {
|
|
5933
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
6140
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
5934
6141
|
draft_name?: string;
|
|
5935
|
-
/** @example LST-PRP-LTR-
|
|
6142
|
+
/** @example LST-PRP-LTR-MO8UBUFG03L */
|
|
5936
6143
|
sku?: string;
|
|
5937
|
-
/** @example
|
|
6144
|
+
/** @example 69d2a846-0595-406f-857e-dbd48fff888f */
|
|
5938
6145
|
uid?: string;
|
|
5939
6146
|
/** @example Rent */
|
|
5940
6147
|
listing_type?: string;
|
|
@@ -7346,7 +7553,7 @@ export interface operations {
|
|
|
7346
7553
|
content: {
|
|
7347
7554
|
"application/json": {
|
|
7348
7555
|
/**
|
|
7349
|
-
* @example
|
|
7556
|
+
* @example Dormant
|
|
7350
7557
|
* @enum {string}
|
|
7351
7558
|
*/
|
|
7352
7559
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7361,7 +7568,7 @@ export interface operations {
|
|
|
7361
7568
|
content: {
|
|
7362
7569
|
"application/json": {
|
|
7363
7570
|
data?: {
|
|
7364
|
-
/** @example
|
|
7571
|
+
/** @example 54f61983-1adc-4b79-bf82-f94e5fae1056 */
|
|
7365
7572
|
uid?: string;
|
|
7366
7573
|
/** @example Morgan Hirthe */
|
|
7367
7574
|
username?: string;
|
|
@@ -7391,7 +7598,7 @@ export interface operations {
|
|
|
7391
7598
|
timezone?: string;
|
|
7392
7599
|
/** @example Customer */
|
|
7393
7600
|
user_type?: string;
|
|
7394
|
-
/** @example 21 Apr 2026,
|
|
7601
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
7395
7602
|
created?: string;
|
|
7396
7603
|
/** @example 0 seconds ago */
|
|
7397
7604
|
email_verified_at?: string;
|
|
@@ -7596,6 +7803,86 @@ export interface operations {
|
|
|
7596
7803
|
};
|
|
7597
7804
|
};
|
|
7598
7805
|
};
|
|
7806
|
+
fetchListingListAdminNoPagination: {
|
|
7807
|
+
parameters: {
|
|
7808
|
+
query?: {
|
|
7809
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
7810
|
+
title?: string | null;
|
|
7811
|
+
/** @description Filter by listing type. */
|
|
7812
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
7813
|
+
/** @description Filter by listing vertical. */
|
|
7814
|
+
vertical?: "property" | "used_item" | null;
|
|
7815
|
+
/** @description Filter by listing owner UID. Must not be greater than 255 characters. */
|
|
7816
|
+
owner_uid?: string | null;
|
|
7817
|
+
/** @description Filter by listing state. */
|
|
7818
|
+
state?: "draft" | "submitted" | "published" | "rejected" | "unpublished" | "archived" | null;
|
|
7819
|
+
/** @description Filter by active tenancy presence. */
|
|
7820
|
+
active_tenancy?: "true" | "false" | "1" | "0" | null;
|
|
7821
|
+
/** @description Filter by listing compliance status. */
|
|
7822
|
+
compliance_status?: "compliant" | "non_compliant" | null;
|
|
7823
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
7824
|
+
per_page?: number | null;
|
|
7825
|
+
/** @description Current page number. Must be at least 1. */
|
|
7826
|
+
page?: number | null;
|
|
7827
|
+
};
|
|
7828
|
+
header?: never;
|
|
7829
|
+
path?: never;
|
|
7830
|
+
cookie?: never;
|
|
7831
|
+
};
|
|
7832
|
+
requestBody?: never;
|
|
7833
|
+
responses: {
|
|
7834
|
+
/** @description Retrieve listings for admin table without pagination */
|
|
7835
|
+
200: {
|
|
7836
|
+
headers: {
|
|
7837
|
+
[name: string]: unknown;
|
|
7838
|
+
};
|
|
7839
|
+
content: {
|
|
7840
|
+
"application/json": {
|
|
7841
|
+
/** @example Listings fetched */
|
|
7842
|
+
message?: string;
|
|
7843
|
+
/** @example null */
|
|
7844
|
+
event?: string | null;
|
|
7845
|
+
data?: {
|
|
7846
|
+
/**
|
|
7847
|
+
* @example [
|
|
7848
|
+
* {
|
|
7849
|
+
* "listing_uid": "eb5eed63-f76c-476a-b3f0-02a84803b7c9",
|
|
7850
|
+
* "details": {
|
|
7851
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
7852
|
+
* "title": "24 Windsor Court",
|
|
7853
|
+
* "type": "Rent"
|
|
7854
|
+
* },
|
|
7855
|
+
* "owner": {
|
|
7856
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
7857
|
+
* "name": "Alice Taylor"
|
|
7858
|
+
* }
|
|
7859
|
+
* }
|
|
7860
|
+
* ]
|
|
7861
|
+
*/
|
|
7862
|
+
items?: {
|
|
7863
|
+
/** @example eb5eed63-f76c-476a-b3f0-02a84803b7c9 */
|
|
7864
|
+
listing_uid?: string;
|
|
7865
|
+
details?: {
|
|
7866
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
7867
|
+
address?: string;
|
|
7868
|
+
/** @example 24 Windsor Court */
|
|
7869
|
+
title?: string;
|
|
7870
|
+
/** @example Rent */
|
|
7871
|
+
type?: string;
|
|
7872
|
+
};
|
|
7873
|
+
owner?: {
|
|
7874
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
7875
|
+
uid?: string;
|
|
7876
|
+
/** @example Alice Taylor */
|
|
7877
|
+
name?: string;
|
|
7878
|
+
};
|
|
7879
|
+
}[];
|
|
7880
|
+
};
|
|
7881
|
+
};
|
|
7882
|
+
};
|
|
7883
|
+
};
|
|
7884
|
+
};
|
|
7885
|
+
};
|
|
7599
7886
|
fetchOneListingAdmin: {
|
|
7600
7887
|
parameters: {
|
|
7601
7888
|
query?: never;
|
|
@@ -8020,11 +8307,11 @@ export interface operations {
|
|
|
8020
8307
|
content: {
|
|
8021
8308
|
"application/json": {
|
|
8022
8309
|
data?: {
|
|
8023
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
8310
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
8024
8311
|
draft_name?: string;
|
|
8025
|
-
/** @example LST-PRP-LTR-
|
|
8312
|
+
/** @example LST-PRP-LTR-MO8UBUIURYX */
|
|
8026
8313
|
sku?: string;
|
|
8027
|
-
/** @example
|
|
8314
|
+
/** @example 45ed3afd-3771-43ac-ab70-d7c94b11acd9 */
|
|
8028
8315
|
uid?: string;
|
|
8029
8316
|
/** @example Rent */
|
|
8030
8317
|
listing_type?: string;
|
|
@@ -8464,7 +8751,7 @@ export interface operations {
|
|
|
8464
8751
|
content: {
|
|
8465
8752
|
"application/json": {
|
|
8466
8753
|
data?: {
|
|
8467
|
-
/** @example
|
|
8754
|
+
/** @example 769073e9-ba40-4e1e-85e3-900410a5abf5 */
|
|
8468
8755
|
uid?: string;
|
|
8469
8756
|
/** @example photo */
|
|
8470
8757
|
media_type?: string;
|
|
@@ -8771,26 +9058,28 @@ export interface operations {
|
|
|
8771
9058
|
/**
|
|
8772
9059
|
* @example [
|
|
8773
9060
|
* {
|
|
8774
|
-
* "draft_name": "New For
|
|
8775
|
-
* "sku": "LST-
|
|
8776
|
-
* "uid": "
|
|
8777
|
-
* "listing_type": "
|
|
8778
|
-
* "vertical": "
|
|
8779
|
-
* "arrangement_type":
|
|
8780
|
-
* "arrangement_type_label":
|
|
9061
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 4:30 PM",
|
|
9062
|
+
* "sku": "LST-PRP-LTR-MO8UBUKQQ5T",
|
|
9063
|
+
* "uid": "4fc5a87b-add2-4aff-9b0c-2558a5e20016",
|
|
9064
|
+
* "listing_type": "Rent",
|
|
9065
|
+
* "vertical": "Property",
|
|
9066
|
+
* "arrangement_type": "standard_residential",
|
|
9067
|
+
* "arrangement_type_label": "Standard Residential",
|
|
8781
9068
|
* "price": null,
|
|
8782
9069
|
* "state": "draft",
|
|
8783
9070
|
* "published_at": null,
|
|
8784
9071
|
* "published_since": null,
|
|
8785
9072
|
* "is_visible": false,
|
|
8786
|
-
* "summary":
|
|
9073
|
+
* "summary": {
|
|
9074
|
+
* "availability": null
|
|
9075
|
+
* },
|
|
8787
9076
|
* "workflow": [],
|
|
8788
9077
|
* "media": []
|
|
8789
9078
|
* },
|
|
8790
9079
|
* {
|
|
8791
|
-
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026,
|
|
8792
|
-
* "sku": "LST-UIT-SAL-
|
|
8793
|
-
* "uid": "
|
|
9080
|
+
* "draft_name": "New For Sale Used Item draft • 21 Apr 2026, 4:30 PM",
|
|
9081
|
+
* "sku": "LST-UIT-SAL-MO8UBUKTEQC",
|
|
9082
|
+
* "uid": "222b3ace-c88f-4d9f-948e-f1ed0bcc3430",
|
|
8794
9083
|
* "listing_type": "Sale",
|
|
8795
9084
|
* "vertical": "Used Item",
|
|
8796
9085
|
* "arrangement_type": null,
|
|
@@ -8807,20 +9096,20 @@ export interface operations {
|
|
|
8807
9096
|
* ]
|
|
8808
9097
|
*/
|
|
8809
9098
|
data?: {
|
|
8810
|
-
/** @example New For
|
|
9099
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
8811
9100
|
draft_name?: string;
|
|
8812
|
-
/** @example LST-
|
|
9101
|
+
/** @example LST-PRP-LTR-MO8UBUKQQ5T */
|
|
8813
9102
|
sku?: string;
|
|
8814
|
-
/** @example
|
|
9103
|
+
/** @example 4fc5a87b-add2-4aff-9b0c-2558a5e20016 */
|
|
8815
9104
|
uid?: string;
|
|
8816
|
-
/** @example
|
|
9105
|
+
/** @example Rent */
|
|
8817
9106
|
listing_type?: string;
|
|
8818
|
-
/** @example
|
|
9107
|
+
/** @example Property */
|
|
8819
9108
|
vertical?: string;
|
|
8820
|
-
/** @example
|
|
8821
|
-
arrangement_type?: string
|
|
8822
|
-
/** @example
|
|
8823
|
-
arrangement_type_label?: string
|
|
9109
|
+
/** @example standard_residential */
|
|
9110
|
+
arrangement_type?: string;
|
|
9111
|
+
/** @example Standard Residential */
|
|
9112
|
+
arrangement_type_label?: string;
|
|
8824
9113
|
/** @example null */
|
|
8825
9114
|
price?: string | null;
|
|
8826
9115
|
/** @example draft */
|
|
@@ -8831,8 +9120,10 @@ export interface operations {
|
|
|
8831
9120
|
published_since?: string | null;
|
|
8832
9121
|
/** @example false */
|
|
8833
9122
|
is_visible?: boolean;
|
|
8834
|
-
|
|
8835
|
-
|
|
9123
|
+
summary?: {
|
|
9124
|
+
/** @example null */
|
|
9125
|
+
availability?: string | null;
|
|
9126
|
+
};
|
|
8836
9127
|
/** @example [] */
|
|
8837
9128
|
workflow?: unknown[];
|
|
8838
9129
|
/** @example [] */
|
|
@@ -9004,11 +9295,11 @@ export interface operations {
|
|
|
9004
9295
|
content: {
|
|
9005
9296
|
"application/json": {
|
|
9006
9297
|
data?: {
|
|
9007
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9298
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
9008
9299
|
draft_name?: string;
|
|
9009
|
-
/** @example LST-PRP-LTR-
|
|
9300
|
+
/** @example LST-PRP-LTR-MO8UBUNCISK */
|
|
9010
9301
|
sku?: string;
|
|
9011
|
-
/** @example
|
|
9302
|
+
/** @example 1678c9d9-9f84-4bd6-858a-f39519e4e36a */
|
|
9012
9303
|
uid?: string;
|
|
9013
9304
|
/** @example Rent */
|
|
9014
9305
|
listing_type?: string;
|
|
@@ -9071,11 +9362,11 @@ export interface operations {
|
|
|
9071
9362
|
content: {
|
|
9072
9363
|
"application/json": {
|
|
9073
9364
|
data?: {
|
|
9074
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9365
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
9075
9366
|
draft_name?: string;
|
|
9076
|
-
/** @example LST-PRP-LTR-
|
|
9367
|
+
/** @example LST-PRP-LTR-MO8UBUOHF6E */
|
|
9077
9368
|
sku?: string;
|
|
9078
|
-
/** @example
|
|
9369
|
+
/** @example 0f533411-1fd5-41a7-bddf-5661065abbb9 */
|
|
9079
9370
|
uid?: string;
|
|
9080
9371
|
/** @example Rent */
|
|
9081
9372
|
listing_type?: string;
|
|
@@ -9128,11 +9419,11 @@ export interface operations {
|
|
|
9128
9419
|
content: {
|
|
9129
9420
|
"application/json": {
|
|
9130
9421
|
data?: {
|
|
9131
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9422
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
9132
9423
|
draft_name?: string;
|
|
9133
|
-
/** @example LST-PRP-LTR-
|
|
9424
|
+
/** @example LST-PRP-LTR-MO8UBUP0UMJ */
|
|
9134
9425
|
sku?: string;
|
|
9135
|
-
/** @example
|
|
9426
|
+
/** @example fad78e3b-0241-4c2b-b280-9caca5ce6c08 */
|
|
9136
9427
|
uid?: string;
|
|
9137
9428
|
/** @example Rent */
|
|
9138
9429
|
listing_type?: string;
|
|
@@ -9185,11 +9476,11 @@ export interface operations {
|
|
|
9185
9476
|
content: {
|
|
9186
9477
|
"application/json": {
|
|
9187
9478
|
data?: {
|
|
9188
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9479
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
9189
9480
|
draft_name?: string;
|
|
9190
|
-
/** @example LST-PRP-LTR-
|
|
9481
|
+
/** @example LST-PRP-LTR-MO8UBUQ1MRJ */
|
|
9191
9482
|
sku?: string;
|
|
9192
|
-
/** @example
|
|
9483
|
+
/** @example c293c382-e427-4e86-835f-e85f7f0e311a */
|
|
9193
9484
|
uid?: string;
|
|
9194
9485
|
/** @example Rent */
|
|
9195
9486
|
listing_type?: string;
|
|
@@ -9383,7 +9674,7 @@ export interface operations {
|
|
|
9383
9674
|
content: {
|
|
9384
9675
|
"application/json": {
|
|
9385
9676
|
data?: {
|
|
9386
|
-
/** @example
|
|
9677
|
+
/** @example 67 */
|
|
9387
9678
|
id?: number;
|
|
9388
9679
|
/** @example 1 */
|
|
9389
9680
|
category_id?: number;
|
|
@@ -9457,7 +9748,7 @@ export interface operations {
|
|
|
9457
9748
|
content: {
|
|
9458
9749
|
"application/json": {
|
|
9459
9750
|
data?: {
|
|
9460
|
-
/** @example
|
|
9751
|
+
/** @example 68 */
|
|
9461
9752
|
id?: number;
|
|
9462
9753
|
/** @example 1 */
|
|
9463
9754
|
category_id?: number;
|
|
@@ -9496,7 +9787,7 @@ export interface operations {
|
|
|
9496
9787
|
content: {
|
|
9497
9788
|
"application/json": {
|
|
9498
9789
|
data?: {
|
|
9499
|
-
/** @example
|
|
9790
|
+
/** @example 69 */
|
|
9500
9791
|
id?: number;
|
|
9501
9792
|
/** @example 1 */
|
|
9502
9793
|
category_id?: number;
|
|
@@ -9534,7 +9825,7 @@ export interface operations {
|
|
|
9534
9825
|
/**
|
|
9535
9826
|
* @example [
|
|
9536
9827
|
* {
|
|
9537
|
-
* "id":
|
|
9828
|
+
* "id": 55,
|
|
9538
9829
|
* "name": "Exterior",
|
|
9539
9830
|
* "description": "For Exterior categories",
|
|
9540
9831
|
* "display_order": 1,
|
|
@@ -9544,7 +9835,7 @@ export interface operations {
|
|
|
9544
9835
|
* "is_active": true
|
|
9545
9836
|
* },
|
|
9546
9837
|
* {
|
|
9547
|
-
* "id":
|
|
9838
|
+
* "id": 56,
|
|
9548
9839
|
* "name": "Exterior",
|
|
9549
9840
|
* "description": "For Exterior categories",
|
|
9550
9841
|
* "display_order": 1,
|
|
@@ -9556,7 +9847,7 @@ export interface operations {
|
|
|
9556
9847
|
* ]
|
|
9557
9848
|
*/
|
|
9558
9849
|
data?: {
|
|
9559
|
-
/** @example
|
|
9850
|
+
/** @example 55 */
|
|
9560
9851
|
id?: number;
|
|
9561
9852
|
/** @example Exterior */
|
|
9562
9853
|
name?: string;
|
|
@@ -9620,7 +9911,7 @@ export interface operations {
|
|
|
9620
9911
|
content: {
|
|
9621
9912
|
"application/json": {
|
|
9622
9913
|
data?: {
|
|
9623
|
-
/** @example
|
|
9914
|
+
/** @example 57 */
|
|
9624
9915
|
id?: number;
|
|
9625
9916
|
/** @example Exterior */
|
|
9626
9917
|
name?: string;
|
|
@@ -9687,7 +9978,7 @@ export interface operations {
|
|
|
9687
9978
|
content: {
|
|
9688
9979
|
"application/json": {
|
|
9689
9980
|
data?: {
|
|
9690
|
-
/** @example
|
|
9981
|
+
/** @example 58 */
|
|
9691
9982
|
id?: number;
|
|
9692
9983
|
/** @example Exterior */
|
|
9693
9984
|
name?: string;
|
|
@@ -9728,7 +10019,7 @@ export interface operations {
|
|
|
9728
10019
|
content: {
|
|
9729
10020
|
"application/json": {
|
|
9730
10021
|
data?: {
|
|
9731
|
-
/** @example
|
|
10022
|
+
/** @example 59 */
|
|
9732
10023
|
id?: number;
|
|
9733
10024
|
/** @example Exterior */
|
|
9734
10025
|
name?: string;
|
|
@@ -9991,7 +10282,7 @@ export interface operations {
|
|
|
9991
10282
|
content: {
|
|
9992
10283
|
"application/json": {
|
|
9993
10284
|
data?: {
|
|
9994
|
-
/** @example
|
|
10285
|
+
/** @example 32 */
|
|
9995
10286
|
id?: number;
|
|
9996
10287
|
/** @example email_fa_0 */
|
|
9997
10288
|
key?: string;
|
|
@@ -10005,9 +10296,9 @@ export interface operations {
|
|
|
10005
10296
|
metadata_schema?: unknown[];
|
|
10006
10297
|
/** @example true */
|
|
10007
10298
|
is_active?: boolean;
|
|
10008
|
-
/** @example 2026-04-
|
|
10299
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
10009
10300
|
created_at?: string;
|
|
10010
|
-
/** @example 2026-04-
|
|
10301
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
10011
10302
|
updated_at?: string;
|
|
10012
10303
|
};
|
|
10013
10304
|
};
|
|
@@ -10067,7 +10358,7 @@ export interface operations {
|
|
|
10067
10358
|
content: {
|
|
10068
10359
|
"application/json": {
|
|
10069
10360
|
data?: {
|
|
10070
|
-
/** @example
|
|
10361
|
+
/** @example 33 */
|
|
10071
10362
|
id?: number;
|
|
10072
10363
|
/** @example email_fa_0 */
|
|
10073
10364
|
key?: string;
|
|
@@ -10081,9 +10372,9 @@ export interface operations {
|
|
|
10081
10372
|
metadata_schema?: unknown[];
|
|
10082
10373
|
/** @example true */
|
|
10083
10374
|
is_active?: boolean;
|
|
10084
|
-
/** @example 2026-04-
|
|
10375
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
10085
10376
|
created_at?: string;
|
|
10086
|
-
/** @example 2026-04-
|
|
10377
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
10087
10378
|
updated_at?: string;
|
|
10088
10379
|
};
|
|
10089
10380
|
};
|
|
@@ -11315,25 +11606,25 @@ export interface operations {
|
|
|
11315
11606
|
/**
|
|
11316
11607
|
* @example [
|
|
11317
11608
|
* {
|
|
11318
|
-
* "key": "
|
|
11319
|
-
* "name": "
|
|
11320
|
-
* "description": "
|
|
11609
|
+
* "key": "aut",
|
|
11610
|
+
* "name": "adipisci",
|
|
11611
|
+
* "description": "Nostrum qui commodi incidunt iure.",
|
|
11321
11612
|
* "value_type": "string"
|
|
11322
11613
|
* },
|
|
11323
11614
|
* {
|
|
11324
|
-
* "key": "
|
|
11325
|
-
* "name": "
|
|
11326
|
-
* "description": "
|
|
11615
|
+
* "key": "odit",
|
|
11616
|
+
* "name": "et",
|
|
11617
|
+
* "description": "Modi ipsum nostrum omnis autem et.",
|
|
11327
11618
|
* "value_type": "string"
|
|
11328
11619
|
* }
|
|
11329
11620
|
* ]
|
|
11330
11621
|
*/
|
|
11331
11622
|
data?: {
|
|
11332
|
-
/** @example
|
|
11623
|
+
/** @example aut */
|
|
11333
11624
|
key?: string;
|
|
11334
|
-
/** @example
|
|
11625
|
+
/** @example adipisci */
|
|
11335
11626
|
name?: string;
|
|
11336
|
-
/** @example
|
|
11627
|
+
/** @example Nostrum qui commodi incidunt iure. */
|
|
11337
11628
|
description?: string;
|
|
11338
11629
|
/** @example string */
|
|
11339
11630
|
value_type?: string;
|
|
@@ -11440,11 +11731,11 @@ export interface operations {
|
|
|
11440
11731
|
content: {
|
|
11441
11732
|
"application/json": {
|
|
11442
11733
|
data?: {
|
|
11443
|
-
/** @example
|
|
11734
|
+
/** @example quaerat */
|
|
11444
11735
|
key?: string;
|
|
11445
|
-
/** @example
|
|
11736
|
+
/** @example distinctio */
|
|
11446
11737
|
name?: string;
|
|
11447
|
-
/** @example
|
|
11738
|
+
/** @example Doloremque similique eos laboriosam deserunt quaerat modi et. */
|
|
11448
11739
|
description?: string;
|
|
11449
11740
|
/** @example string */
|
|
11450
11741
|
value_type?: string;
|
|
@@ -11711,53 +12002,27 @@ export interface operations {
|
|
|
11711
12002
|
/**
|
|
11712
12003
|
* @example [
|
|
11713
12004
|
* {
|
|
12005
|
+
* "id": 1,
|
|
11714
12006
|
* "compliance_key": "gas_safety",
|
|
11715
12007
|
* "name": "Gas Safety",
|
|
11716
12008
|
* "description": "Gas safety compliance for property",
|
|
11717
12009
|
* "enforcement_level": "soft",
|
|
11718
12010
|
* "validity_type": "non_expiring",
|
|
11719
12011
|
* "grace_period_days": 10,
|
|
11720
|
-
* "status": "active"
|
|
11721
|
-
*
|
|
11722
|
-
*
|
|
11723
|
-
* "
|
|
11724
|
-
* "
|
|
11725
|
-
*
|
|
11726
|
-
*
|
|
11727
|
-
*
|
|
11728
|
-
* "grace_period_days": 10,
|
|
11729
|
-
* "status": "active"
|
|
11730
|
-
* },
|
|
11731
|
-
* {
|
|
11732
|
-
* "compliance_key": "electrical_safety",
|
|
11733
|
-
* "name": "Electrical Safety",
|
|
11734
|
-
* "description": "Electrical installation condition report",
|
|
11735
|
-
* "enforcement_level": "soft",
|
|
11736
|
-
* "validity_type": "non_expiring",
|
|
11737
|
-
* "grace_period_days": 10,
|
|
11738
|
-
* "status": "active"
|
|
11739
|
-
* },
|
|
11740
|
-
* {
|
|
11741
|
-
* "compliance_key": "epc",
|
|
11742
|
-
* "name": "Energy Performance Certificate",
|
|
11743
|
-
* "description": "Energy efficiency rating compliance",
|
|
11744
|
-
* "enforcement_level": "soft",
|
|
11745
|
-
* "validity_type": "non_expiring",
|
|
11746
|
-
* "grace_period_days": 10,
|
|
11747
|
-
* "status": "active"
|
|
11748
|
-
* },
|
|
11749
|
-
* {
|
|
11750
|
-
* "compliance_key": "deposit_protection",
|
|
11751
|
-
* "name": "Fire Safety",
|
|
11752
|
-
* "description": "Fire safety compliance requirements",
|
|
11753
|
-
* "enforcement_level": "soft",
|
|
11754
|
-
* "validity_type": "non_expiring",
|
|
11755
|
-
* "grace_period_days": 10,
|
|
11756
|
-
* "status": "active"
|
|
12012
|
+
* "status": "active",
|
|
12013
|
+
* "responsible_party": "landlord",
|
|
12014
|
+
* "responsible_party_label": "Landlord",
|
|
12015
|
+
* "liability_exclusion_flag": false,
|
|
12016
|
+
* "requirements": [
|
|
12017
|
+
* "gas_certificate",
|
|
12018
|
+
* "emergency_alarm"
|
|
12019
|
+
* ]
|
|
11757
12020
|
* }
|
|
11758
12021
|
* ]
|
|
11759
12022
|
*/
|
|
11760
12023
|
data?: {
|
|
12024
|
+
/** @example 1 */
|
|
12025
|
+
id?: number;
|
|
11761
12026
|
/** @example gas_safety */
|
|
11762
12027
|
compliance_key?: string;
|
|
11763
12028
|
/** @example Gas Safety */
|
|
@@ -11772,6 +12037,19 @@ export interface operations {
|
|
|
11772
12037
|
grace_period_days?: number;
|
|
11773
12038
|
/** @example active */
|
|
11774
12039
|
status?: string;
|
|
12040
|
+
/** @example landlord */
|
|
12041
|
+
responsible_party?: string;
|
|
12042
|
+
/** @example Landlord */
|
|
12043
|
+
responsible_party_label?: string;
|
|
12044
|
+
/** @example false */
|
|
12045
|
+
liability_exclusion_flag?: boolean;
|
|
12046
|
+
/**
|
|
12047
|
+
* @example [
|
|
12048
|
+
* "gas_certificate",
|
|
12049
|
+
* "emergency_alarm"
|
|
12050
|
+
* ]
|
|
12051
|
+
*/
|
|
12052
|
+
requirements?: string[];
|
|
11775
12053
|
}[];
|
|
11776
12054
|
};
|
|
11777
12055
|
};
|
|
@@ -11967,83 +12245,141 @@ export interface operations {
|
|
|
11967
12245
|
};
|
|
11968
12246
|
};
|
|
11969
12247
|
};
|
|
11970
|
-
syncComplianceRequirements: {
|
|
12248
|
+
syncComplianceRequirements: {
|
|
12249
|
+
parameters: {
|
|
12250
|
+
query?: never;
|
|
12251
|
+
header?: never;
|
|
12252
|
+
path: {
|
|
12253
|
+
/** @description The ID of the compliance definition. */
|
|
12254
|
+
compliance_id: number;
|
|
12255
|
+
};
|
|
12256
|
+
cookie?: never;
|
|
12257
|
+
};
|
|
12258
|
+
requestBody?: {
|
|
12259
|
+
content: {
|
|
12260
|
+
"application/json": {
|
|
12261
|
+
/**
|
|
12262
|
+
* @description Verification layer key.
|
|
12263
|
+
* @example [
|
|
12264
|
+
* "certificate_upload"
|
|
12265
|
+
* ]
|
|
12266
|
+
*/
|
|
12267
|
+
verification_layer_keys?: string[];
|
|
12268
|
+
};
|
|
12269
|
+
};
|
|
12270
|
+
};
|
|
12271
|
+
responses: never;
|
|
12272
|
+
};
|
|
12273
|
+
assignGlobalCompliance: {
|
|
12274
|
+
parameters: {
|
|
12275
|
+
query?: never;
|
|
12276
|
+
header?: never;
|
|
12277
|
+
path: {
|
|
12278
|
+
/** @description The ID of the compliance definition to assign globally. */
|
|
12279
|
+
compliance_id: number;
|
|
12280
|
+
};
|
|
12281
|
+
cookie?: never;
|
|
12282
|
+
};
|
|
12283
|
+
requestBody?: never;
|
|
12284
|
+
responses: never;
|
|
12285
|
+
};
|
|
12286
|
+
removeComplianceFromGlobal: {
|
|
12287
|
+
parameters: {
|
|
12288
|
+
query?: never;
|
|
12289
|
+
header?: never;
|
|
12290
|
+
path: {
|
|
12291
|
+
/** @description The ID of the compliance definition to remove from global scope. */
|
|
12292
|
+
compliance_id: number;
|
|
12293
|
+
};
|
|
12294
|
+
cookie?: never;
|
|
12295
|
+
};
|
|
12296
|
+
requestBody?: never;
|
|
12297
|
+
responses: never;
|
|
12298
|
+
};
|
|
12299
|
+
assignComplianceToCategory: {
|
|
11971
12300
|
parameters: {
|
|
11972
12301
|
query?: never;
|
|
11973
12302
|
header?: never;
|
|
11974
12303
|
path: {
|
|
11975
12304
|
/** @description The ID of the compliance definition. */
|
|
11976
12305
|
compliance_id: number;
|
|
12306
|
+
/** @description The ID of the listing category. */
|
|
12307
|
+
categoryId: number;
|
|
11977
12308
|
};
|
|
11978
12309
|
cookie?: never;
|
|
11979
12310
|
};
|
|
11980
|
-
requestBody?:
|
|
11981
|
-
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
|
|
11987
|
-
|
|
11988
|
-
|
|
11989
|
-
|
|
11990
|
-
|
|
12311
|
+
requestBody?: never;
|
|
12312
|
+
responses: never;
|
|
12313
|
+
};
|
|
12314
|
+
removeComplianceFromCategory: {
|
|
12315
|
+
parameters: {
|
|
12316
|
+
query?: never;
|
|
12317
|
+
header?: never;
|
|
12318
|
+
path: {
|
|
12319
|
+
/** @description The ID of the compliance definition. */
|
|
12320
|
+
compliance_id: number;
|
|
12321
|
+
/** @description The ID of the listing category. */
|
|
12322
|
+
categoryId: number;
|
|
11991
12323
|
};
|
|
12324
|
+
cookie?: never;
|
|
11992
12325
|
};
|
|
12326
|
+
requestBody?: never;
|
|
11993
12327
|
responses: never;
|
|
11994
12328
|
};
|
|
11995
|
-
|
|
12329
|
+
assignComplianceToListing: {
|
|
11996
12330
|
parameters: {
|
|
11997
12331
|
query?: never;
|
|
11998
12332
|
header?: never;
|
|
11999
12333
|
path: {
|
|
12000
|
-
/** @description The ID of the compliance definition
|
|
12334
|
+
/** @description The ID of the compliance definition. */
|
|
12001
12335
|
compliance_id: number;
|
|
12336
|
+
/** @description The UID of the listing to apply the compliance rule to. */
|
|
12337
|
+
listing_uid: string;
|
|
12002
12338
|
};
|
|
12003
12339
|
cookie?: never;
|
|
12004
12340
|
};
|
|
12005
12341
|
requestBody?: never;
|
|
12006
12342
|
responses: never;
|
|
12007
12343
|
};
|
|
12008
|
-
|
|
12344
|
+
removeComplianceFromListing: {
|
|
12009
12345
|
parameters: {
|
|
12010
12346
|
query?: never;
|
|
12011
12347
|
header?: never;
|
|
12012
12348
|
path: {
|
|
12013
12349
|
/** @description The ID of the compliance definition. */
|
|
12014
12350
|
compliance_id: number;
|
|
12015
|
-
/** @description The
|
|
12016
|
-
|
|
12351
|
+
/** @description The UID of the listing to remove the compliance rule from. */
|
|
12352
|
+
listing_uid: string;
|
|
12017
12353
|
};
|
|
12018
12354
|
cookie?: never;
|
|
12019
12355
|
};
|
|
12020
12356
|
requestBody?: never;
|
|
12021
12357
|
responses: never;
|
|
12022
12358
|
};
|
|
12023
|
-
|
|
12359
|
+
assignComplianceToTenancy: {
|
|
12024
12360
|
parameters: {
|
|
12025
12361
|
query?: never;
|
|
12026
12362
|
header?: never;
|
|
12027
12363
|
path: {
|
|
12028
12364
|
/** @description The ID of the compliance definition. */
|
|
12029
12365
|
compliance_id: number;
|
|
12030
|
-
/** @description The
|
|
12031
|
-
|
|
12366
|
+
/** @description The UID of the tenancy to apply the compliance rule to. */
|
|
12367
|
+
tenancy_uid: string;
|
|
12032
12368
|
};
|
|
12033
12369
|
cookie?: never;
|
|
12034
12370
|
};
|
|
12035
12371
|
requestBody?: never;
|
|
12036
12372
|
responses: never;
|
|
12037
12373
|
};
|
|
12038
|
-
|
|
12374
|
+
removeComplianceFromTenancy: {
|
|
12039
12375
|
parameters: {
|
|
12040
12376
|
query?: never;
|
|
12041
12377
|
header?: never;
|
|
12042
12378
|
path: {
|
|
12043
12379
|
/** @description The ID of the compliance definition. */
|
|
12044
12380
|
compliance_id: number;
|
|
12045
|
-
/** @description The
|
|
12046
|
-
|
|
12381
|
+
/** @description The UID of the tenancy to remove the compliance rule from. */
|
|
12382
|
+
tenancy_uid: string;
|
|
12047
12383
|
};
|
|
12048
12384
|
cookie?: never;
|
|
12049
12385
|
};
|
|
@@ -12074,6 +12410,30 @@ export interface operations {
|
|
|
12074
12410
|
};
|
|
12075
12411
|
responses: never;
|
|
12076
12412
|
};
|
|
12413
|
+
removeComplianceFromListingVertical: {
|
|
12414
|
+
parameters: {
|
|
12415
|
+
query?: never;
|
|
12416
|
+
header?: never;
|
|
12417
|
+
path: {
|
|
12418
|
+
/** @description The ID of the compliance definition. */
|
|
12419
|
+
compliance_id: number;
|
|
12420
|
+
};
|
|
12421
|
+
cookie?: never;
|
|
12422
|
+
};
|
|
12423
|
+
requestBody: {
|
|
12424
|
+
content: {
|
|
12425
|
+
"application/json": {
|
|
12426
|
+
/**
|
|
12427
|
+
* @description The listing vertical where this compliance rule should apply.
|
|
12428
|
+
* @example property
|
|
12429
|
+
* @enum {string}
|
|
12430
|
+
*/
|
|
12431
|
+
listing_vertical: "property" | "used_item";
|
|
12432
|
+
};
|
|
12433
|
+
};
|
|
12434
|
+
};
|
|
12435
|
+
responses: never;
|
|
12436
|
+
};
|
|
12077
12437
|
assignComplianceToListingType: {
|
|
12078
12438
|
parameters: {
|
|
12079
12439
|
query?: never;
|
|
@@ -12098,6 +12458,30 @@ export interface operations {
|
|
|
12098
12458
|
};
|
|
12099
12459
|
responses: never;
|
|
12100
12460
|
};
|
|
12461
|
+
removeComplianceFromListingType: {
|
|
12462
|
+
parameters: {
|
|
12463
|
+
query?: never;
|
|
12464
|
+
header?: never;
|
|
12465
|
+
path: {
|
|
12466
|
+
/** @description The ID of the compliance definition. */
|
|
12467
|
+
compliance_id: number;
|
|
12468
|
+
};
|
|
12469
|
+
cookie?: never;
|
|
12470
|
+
};
|
|
12471
|
+
requestBody: {
|
|
12472
|
+
content: {
|
|
12473
|
+
"application/json": {
|
|
12474
|
+
/**
|
|
12475
|
+
* @description The listing type where this compliance rule should apply.
|
|
12476
|
+
* @example rent
|
|
12477
|
+
* @enum {string}
|
|
12478
|
+
*/
|
|
12479
|
+
listing_type: "sale" | "long_term_rent" | "short_let";
|
|
12480
|
+
};
|
|
12481
|
+
};
|
|
12482
|
+
};
|
|
12483
|
+
responses: never;
|
|
12484
|
+
};
|
|
12101
12485
|
assignComplianceToArrangementType: {
|
|
12102
12486
|
parameters: {
|
|
12103
12487
|
query?: never;
|
|
@@ -12122,6 +12506,30 @@ export interface operations {
|
|
|
12122
12506
|
};
|
|
12123
12507
|
responses: never;
|
|
12124
12508
|
};
|
|
12509
|
+
removeComplianceFromArrangementType: {
|
|
12510
|
+
parameters: {
|
|
12511
|
+
query?: never;
|
|
12512
|
+
header?: never;
|
|
12513
|
+
path: {
|
|
12514
|
+
/** @description The ID of the compliance definition. */
|
|
12515
|
+
compliance_id: number;
|
|
12516
|
+
};
|
|
12517
|
+
cookie?: never;
|
|
12518
|
+
};
|
|
12519
|
+
requestBody: {
|
|
12520
|
+
content: {
|
|
12521
|
+
"application/json": {
|
|
12522
|
+
/**
|
|
12523
|
+
* @description The arrangement type where this compliance rule should apply.
|
|
12524
|
+
* @example company_lease
|
|
12525
|
+
* @enum {string}
|
|
12526
|
+
*/
|
|
12527
|
+
arrangement_type: "standard_residential" | "let_to_let" | "company_lease" | "short_term_managed";
|
|
12528
|
+
};
|
|
12529
|
+
};
|
|
12530
|
+
};
|
|
12531
|
+
responses: never;
|
|
12532
|
+
};
|
|
12125
12533
|
listingHistoryInspectionAdmin: {
|
|
12126
12534
|
parameters: {
|
|
12127
12535
|
query?: {
|
|
@@ -12269,13 +12677,13 @@ export interface operations {
|
|
|
12269
12677
|
content: {
|
|
12270
12678
|
"application/json": {
|
|
12271
12679
|
data?: {
|
|
12272
|
-
/** @example
|
|
12680
|
+
/** @example 3c6154e4-3946-49af-90cb-1deda6a925a5 */
|
|
12273
12681
|
uid?: string;
|
|
12274
12682
|
/** @example follow_up */
|
|
12275
12683
|
inspection_type?: string;
|
|
12276
12684
|
/** @example cancelled */
|
|
12277
12685
|
status?: string;
|
|
12278
|
-
/** @example 2026-04-
|
|
12686
|
+
/** @example 2026-04-27T06:29:19.000000Z */
|
|
12279
12687
|
scheduled_date?: string;
|
|
12280
12688
|
/** @example null */
|
|
12281
12689
|
completed_date?: string | null;
|
|
@@ -12283,11 +12691,11 @@ export interface operations {
|
|
|
12283
12691
|
condition_rating?: string;
|
|
12284
12692
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12285
12693
|
summary?: string;
|
|
12286
|
-
/** @example 2026-06-
|
|
12694
|
+
/** @example 2026-06-20T03:17:53.000000Z */
|
|
12287
12695
|
next_inspection_date?: string;
|
|
12288
|
-
/** @example 2026-04-
|
|
12696
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12289
12697
|
created_at?: string;
|
|
12290
|
-
/** @example 2026-04-
|
|
12698
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12291
12699
|
updated_at?: string;
|
|
12292
12700
|
};
|
|
12293
12701
|
};
|
|
@@ -12330,13 +12738,13 @@ export interface operations {
|
|
|
12330
12738
|
content: {
|
|
12331
12739
|
"application/json": {
|
|
12332
12740
|
data?: {
|
|
12333
|
-
/** @example
|
|
12741
|
+
/** @example 64519cd2-e269-485d-8415-d9fc1497ec76 */
|
|
12334
12742
|
uid?: string;
|
|
12335
12743
|
/** @example follow_up */
|
|
12336
12744
|
inspection_type?: string;
|
|
12337
12745
|
/** @example cancelled */
|
|
12338
12746
|
status?: string;
|
|
12339
|
-
/** @example 2026-04-
|
|
12747
|
+
/** @example 2026-04-15T03:55:52.000000Z */
|
|
12340
12748
|
scheduled_date?: string;
|
|
12341
12749
|
/** @example null */
|
|
12342
12750
|
completed_date?: string | null;
|
|
@@ -12344,11 +12752,11 @@ export interface operations {
|
|
|
12344
12752
|
condition_rating?: string;
|
|
12345
12753
|
/** @example Et animi quos velit et fugiat. */
|
|
12346
12754
|
summary?: string;
|
|
12347
|
-
/** @example 2026-07-
|
|
12755
|
+
/** @example 2026-07-24T11:49:39.000000Z */
|
|
12348
12756
|
next_inspection_date?: string;
|
|
12349
|
-
/** @example 2026-04-
|
|
12757
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12350
12758
|
created_at?: string;
|
|
12351
|
-
/** @example 2026-04-
|
|
12759
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12352
12760
|
updated_at?: string;
|
|
12353
12761
|
};
|
|
12354
12762
|
};
|
|
@@ -12385,13 +12793,13 @@ export interface operations {
|
|
|
12385
12793
|
content: {
|
|
12386
12794
|
"application/json": {
|
|
12387
12795
|
data?: {
|
|
12388
|
-
/** @example
|
|
12796
|
+
/** @example 4411765c-c1af-4895-9646-c6fbe217e0a4 */
|
|
12389
12797
|
uid?: string;
|
|
12390
12798
|
/** @example follow_up */
|
|
12391
12799
|
inspection_type?: string;
|
|
12392
12800
|
/** @example cancelled */
|
|
12393
12801
|
status?: string;
|
|
12394
|
-
/** @example 2026-04-
|
|
12802
|
+
/** @example 2026-04-27T06:29:19.000000Z */
|
|
12395
12803
|
scheduled_date?: string;
|
|
12396
12804
|
/** @example null */
|
|
12397
12805
|
completed_date?: string | null;
|
|
@@ -12399,11 +12807,11 @@ export interface operations {
|
|
|
12399
12807
|
condition_rating?: string;
|
|
12400
12808
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12401
12809
|
summary?: string;
|
|
12402
|
-
/** @example 2026-06-
|
|
12810
|
+
/** @example 2026-06-20T03:17:53.000000Z */
|
|
12403
12811
|
next_inspection_date?: string;
|
|
12404
|
-
/** @example 2026-04-
|
|
12812
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12405
12813
|
created_at?: string;
|
|
12406
|
-
/** @example 2026-04-
|
|
12814
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12407
12815
|
updated_at?: string;
|
|
12408
12816
|
};
|
|
12409
12817
|
};
|
|
@@ -12440,13 +12848,13 @@ export interface operations {
|
|
|
12440
12848
|
content: {
|
|
12441
12849
|
"application/json": {
|
|
12442
12850
|
data?: {
|
|
12443
|
-
/** @example
|
|
12851
|
+
/** @example b06ae721-ae4d-409b-b7be-f4de3ae42b20 */
|
|
12444
12852
|
uid?: string;
|
|
12445
12853
|
/** @example follow_up */
|
|
12446
12854
|
inspection_type?: string;
|
|
12447
12855
|
/** @example cancelled */
|
|
12448
12856
|
status?: string;
|
|
12449
|
-
/** @example 2026-04-
|
|
12857
|
+
/** @example 2026-04-15T03:55:52.000000Z */
|
|
12450
12858
|
scheduled_date?: string;
|
|
12451
12859
|
/** @example null */
|
|
12452
12860
|
completed_date?: string | null;
|
|
@@ -12454,11 +12862,11 @@ export interface operations {
|
|
|
12454
12862
|
condition_rating?: string;
|
|
12455
12863
|
/** @example Et animi quos velit et fugiat. */
|
|
12456
12864
|
summary?: string;
|
|
12457
|
-
/** @example 2026-07-
|
|
12865
|
+
/** @example 2026-07-24T11:49:39.000000Z */
|
|
12458
12866
|
next_inspection_date?: string;
|
|
12459
|
-
/** @example 2026-04-
|
|
12867
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12460
12868
|
created_at?: string;
|
|
12461
|
-
/** @example 2026-04-
|
|
12869
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12462
12870
|
updated_at?: string;
|
|
12463
12871
|
};
|
|
12464
12872
|
};
|
|
@@ -12495,7 +12903,7 @@ export interface operations {
|
|
|
12495
12903
|
content: {
|
|
12496
12904
|
"application/json": {
|
|
12497
12905
|
data?: {
|
|
12498
|
-
/** @example
|
|
12906
|
+
/** @example 40a0490d-ace4-4d1b-8a3b-24d53f074479 */
|
|
12499
12907
|
uid?: string;
|
|
12500
12908
|
/** @example Qui commodi incidunt iure. */
|
|
12501
12909
|
title?: string;
|
|
@@ -12505,17 +12913,17 @@ export interface operations {
|
|
|
12505
12913
|
status?: string;
|
|
12506
12914
|
/** @example low */
|
|
12507
12915
|
priority?: string;
|
|
12508
|
-
/** @example 2026-04-
|
|
12916
|
+
/** @example 2026-04-20T05:59:40.000000Z */
|
|
12509
12917
|
reported_at?: string;
|
|
12510
12918
|
/** @example null */
|
|
12511
12919
|
assigned_at?: string | null;
|
|
12512
12920
|
/** @example null */
|
|
12513
12921
|
completed_at?: string | null;
|
|
12514
|
-
/** @example 2026-04-
|
|
12922
|
+
/** @example 2026-04-23T02:24:06.000000Z */
|
|
12515
12923
|
sla_deadline?: string;
|
|
12516
|
-
/** @example 2026-04-
|
|
12924
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12517
12925
|
created_at?: string;
|
|
12518
|
-
/** @example 2026-04-
|
|
12926
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12519
12927
|
updated_at?: string;
|
|
12520
12928
|
};
|
|
12521
12929
|
};
|
|
@@ -12552,7 +12960,7 @@ export interface operations {
|
|
|
12552
12960
|
content: {
|
|
12553
12961
|
"application/json": {
|
|
12554
12962
|
data?: {
|
|
12555
|
-
/** @example
|
|
12963
|
+
/** @example 3b8a8b23-955a-40c0-a89f-8b316b9fd371 */
|
|
12556
12964
|
uid?: string;
|
|
12557
12965
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12558
12966
|
title?: string;
|
|
@@ -12562,17 +12970,17 @@ export interface operations {
|
|
|
12562
12970
|
status?: string;
|
|
12563
12971
|
/** @example emergency */
|
|
12564
12972
|
priority?: string;
|
|
12565
|
-
/** @example 2026-04-
|
|
12973
|
+
/** @example 2026-04-15T03:44:32.000000Z */
|
|
12566
12974
|
reported_at?: string;
|
|
12567
|
-
/** @example 2026-04-
|
|
12975
|
+
/** @example 2026-04-20T00:04:24.000000Z */
|
|
12568
12976
|
assigned_at?: string;
|
|
12569
12977
|
/** @example null */
|
|
12570
12978
|
completed_at?: string | null;
|
|
12571
|
-
/** @example 2026-04-
|
|
12979
|
+
/** @example 2026-04-23T05:26:47.000000Z */
|
|
12572
12980
|
sla_deadline?: string;
|
|
12573
|
-
/** @example 2026-04-
|
|
12981
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12574
12982
|
created_at?: string;
|
|
12575
|
-
/** @example 2026-04-
|
|
12983
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12576
12984
|
updated_at?: string;
|
|
12577
12985
|
};
|
|
12578
12986
|
};
|
|
@@ -12609,7 +13017,7 @@ export interface operations {
|
|
|
12609
13017
|
content: {
|
|
12610
13018
|
"application/json": {
|
|
12611
13019
|
data?: {
|
|
12612
|
-
/** @example
|
|
13020
|
+
/** @example 73e9f203-52be-4a0b-823e-0eff9780939e */
|
|
12613
13021
|
uid?: string;
|
|
12614
13022
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12615
13023
|
title?: string;
|
|
@@ -12619,17 +13027,17 @@ export interface operations {
|
|
|
12619
13027
|
status?: string;
|
|
12620
13028
|
/** @example emergency */
|
|
12621
13029
|
priority?: string;
|
|
12622
|
-
/** @example 2026-04-
|
|
13030
|
+
/** @example 2026-04-15T03:44:32.000000Z */
|
|
12623
13031
|
reported_at?: string;
|
|
12624
|
-
/** @example 2026-04-
|
|
13032
|
+
/** @example 2026-04-20T00:04:24.000000Z */
|
|
12625
13033
|
assigned_at?: string;
|
|
12626
13034
|
/** @example null */
|
|
12627
13035
|
completed_at?: string | null;
|
|
12628
|
-
/** @example 2026-04-
|
|
13036
|
+
/** @example 2026-04-23T05:26:47.000000Z */
|
|
12629
13037
|
sla_deadline?: string;
|
|
12630
|
-
/** @example 2026-04-
|
|
13038
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12631
13039
|
created_at?: string;
|
|
12632
|
-
/** @example 2026-04-
|
|
13040
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12633
13041
|
updated_at?: string;
|
|
12634
13042
|
};
|
|
12635
13043
|
};
|
|
@@ -12666,7 +13074,7 @@ export interface operations {
|
|
|
12666
13074
|
content: {
|
|
12667
13075
|
"application/json": {
|
|
12668
13076
|
data?: {
|
|
12669
|
-
/** @example
|
|
13077
|
+
/** @example 042a7ebc-88da-47d1-8983-97972d5643cc */
|
|
12670
13078
|
uid?: string;
|
|
12671
13079
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12672
13080
|
title?: string;
|
|
@@ -12676,17 +13084,17 @@ export interface operations {
|
|
|
12676
13084
|
status?: string;
|
|
12677
13085
|
/** @example emergency */
|
|
12678
13086
|
priority?: string;
|
|
12679
|
-
/** @example 2026-04-
|
|
13087
|
+
/** @example 2026-04-15T03:44:32.000000Z */
|
|
12680
13088
|
reported_at?: string;
|
|
12681
|
-
/** @example 2026-04-
|
|
13089
|
+
/** @example 2026-04-20T00:04:24.000000Z */
|
|
12682
13090
|
assigned_at?: string;
|
|
12683
13091
|
/** @example null */
|
|
12684
13092
|
completed_at?: string | null;
|
|
12685
|
-
/** @example 2026-04-
|
|
13093
|
+
/** @example 2026-04-23T05:26:47.000000Z */
|
|
12686
13094
|
sla_deadline?: string;
|
|
12687
|
-
/** @example 2026-04-
|
|
13095
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12688
13096
|
created_at?: string;
|
|
12689
|
-
/** @example 2026-04-
|
|
13097
|
+
/** @example 2026-04-21T16:30:57.000000Z */
|
|
12690
13098
|
updated_at?: string;
|
|
12691
13099
|
};
|
|
12692
13100
|
};
|
|
@@ -12835,6 +13243,133 @@ export interface operations {
|
|
|
12835
13243
|
};
|
|
12836
13244
|
};
|
|
12837
13245
|
};
|
|
13246
|
+
fetchTenancyListAdminNoPagination: {
|
|
13247
|
+
parameters: {
|
|
13248
|
+
query?: {
|
|
13249
|
+
/** @description Filter by listing title. Must not be greater than 255 characters. */
|
|
13250
|
+
title?: string | null;
|
|
13251
|
+
/** @description Filter by listing type. */
|
|
13252
|
+
type?: "sale" | "long_term_rent" | "short_let" | null;
|
|
13253
|
+
/** @description Filter by listing owner UID. Must not be greater than 255 characters. */
|
|
13254
|
+
owner_uid?: string | null;
|
|
13255
|
+
/** @description Filter by tenant UID. Must not be greater than 255 characters. */
|
|
13256
|
+
tenant_uid?: string | null;
|
|
13257
|
+
/** @description Filter by tenancy state. */
|
|
13258
|
+
state?: "enquiry" | "offer_pending" | "offer_accepted" | "agreement_signed" | "pre_move_in_ready" | "active" | "renewal_pending" | "periodic" | "notice_served" | "terminated" | null;
|
|
13259
|
+
/** @description Filter by tenancy compliance status. */
|
|
13260
|
+
compliance_status?: "pending" | "compliant" | "non_compliant" | null;
|
|
13261
|
+
/** @description Number of records per page. Must be at least 1. Must not be greater than 100. */
|
|
13262
|
+
per_page?: number | null;
|
|
13263
|
+
/** @description Current page number. Must be at least 1. */
|
|
13264
|
+
page?: number | null;
|
|
13265
|
+
};
|
|
13266
|
+
header?: never;
|
|
13267
|
+
path?: never;
|
|
13268
|
+
cookie?: never;
|
|
13269
|
+
};
|
|
13270
|
+
requestBody?: never;
|
|
13271
|
+
responses: {
|
|
13272
|
+
/** @description Retrieve tenancies for admin table without pagination */
|
|
13273
|
+
200: {
|
|
13274
|
+
headers: {
|
|
13275
|
+
[name: string]: unknown;
|
|
13276
|
+
};
|
|
13277
|
+
content: {
|
|
13278
|
+
"application/json": {
|
|
13279
|
+
/** @example Tenancies fetched */
|
|
13280
|
+
message?: string;
|
|
13281
|
+
/** @example null */
|
|
13282
|
+
event?: string | null;
|
|
13283
|
+
data?: {
|
|
13284
|
+
/**
|
|
13285
|
+
* @example [
|
|
13286
|
+
* {
|
|
13287
|
+
* "tenancy_uid": "9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a",
|
|
13288
|
+
* "listing": {
|
|
13289
|
+
* "details": {
|
|
13290
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
13291
|
+
* "title": "24 Windsor Court",
|
|
13292
|
+
* "type": "Rent"
|
|
13293
|
+
* },
|
|
13294
|
+
* "owner": {
|
|
13295
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
13296
|
+
* "name": "Alice Taylor"
|
|
13297
|
+
* }
|
|
13298
|
+
* },
|
|
13299
|
+
* "rent_amount": "1500.00",
|
|
13300
|
+
* "deposit_amount": "1500.00",
|
|
13301
|
+
* "tenant": {
|
|
13302
|
+
* "uid": "c2d9f2cf-6279-4370-9924-5f5dcb0f40df",
|
|
13303
|
+
* "name": "Sarah Jenkins",
|
|
13304
|
+
* "email": "sarah@example.com"
|
|
13305
|
+
* },
|
|
13306
|
+
* "compliance_status": {
|
|
13307
|
+
* "overall": "compliant",
|
|
13308
|
+
* "label": "Compliant"
|
|
13309
|
+
* },
|
|
13310
|
+
* "state": {
|
|
13311
|
+
* "value": "active",
|
|
13312
|
+
* "label": "Active"
|
|
13313
|
+
* },
|
|
13314
|
+
* "start_date": "2026-03-01",
|
|
13315
|
+
* "end_date": "2027-02-28"
|
|
13316
|
+
* }
|
|
13317
|
+
* ]
|
|
13318
|
+
*/
|
|
13319
|
+
items?: {
|
|
13320
|
+
/** @example 9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
13321
|
+
tenancy_uid?: string;
|
|
13322
|
+
listing?: {
|
|
13323
|
+
details?: {
|
|
13324
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
13325
|
+
address?: string;
|
|
13326
|
+
/** @example 24 Windsor Court */
|
|
13327
|
+
title?: string;
|
|
13328
|
+
/** @example Rent */
|
|
13329
|
+
type?: string;
|
|
13330
|
+
};
|
|
13331
|
+
owner?: {
|
|
13332
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
13333
|
+
uid?: string;
|
|
13334
|
+
/** @example Alice Taylor */
|
|
13335
|
+
name?: string;
|
|
13336
|
+
};
|
|
13337
|
+
};
|
|
13338
|
+
/** @example 1500.00 */
|
|
13339
|
+
rent_amount?: string;
|
|
13340
|
+
/** @example 1500.00 */
|
|
13341
|
+
deposit_amount?: string;
|
|
13342
|
+
tenant?: {
|
|
13343
|
+
/** @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df */
|
|
13344
|
+
uid?: string;
|
|
13345
|
+
/** @example Sarah Jenkins */
|
|
13346
|
+
name?: string;
|
|
13347
|
+
/** @example sarah@example.com */
|
|
13348
|
+
email?: string;
|
|
13349
|
+
};
|
|
13350
|
+
compliance_status?: {
|
|
13351
|
+
/** @example compliant */
|
|
13352
|
+
overall?: string;
|
|
13353
|
+
/** @example Compliant */
|
|
13354
|
+
label?: string;
|
|
13355
|
+
};
|
|
13356
|
+
state?: {
|
|
13357
|
+
/** @example active */
|
|
13358
|
+
value?: string;
|
|
13359
|
+
/** @example Active */
|
|
13360
|
+
label?: string;
|
|
13361
|
+
};
|
|
13362
|
+
/** @example 2026-03-01 */
|
|
13363
|
+
start_date?: string;
|
|
13364
|
+
/** @example 2027-02-28 */
|
|
13365
|
+
end_date?: string;
|
|
13366
|
+
}[];
|
|
13367
|
+
};
|
|
13368
|
+
};
|
|
13369
|
+
};
|
|
13370
|
+
};
|
|
13371
|
+
};
|
|
13372
|
+
};
|
|
12838
13373
|
fetchTenancyComplianceDocumentsAdmin: {
|
|
12839
13374
|
parameters: {
|
|
12840
13375
|
query?: {
|
|
@@ -12955,19 +13490,19 @@ export interface operations {
|
|
|
12955
13490
|
content: {
|
|
12956
13491
|
"application/json": {
|
|
12957
13492
|
data?: {
|
|
12958
|
-
/** @example
|
|
13493
|
+
/** @example 64 */
|
|
12959
13494
|
id?: number;
|
|
12960
13495
|
/** @example 2 */
|
|
12961
13496
|
listing_id?: number;
|
|
12962
13497
|
/** @example completed */
|
|
12963
13498
|
status?: string;
|
|
12964
13499
|
scheduled?: {
|
|
12965
|
-
/** @example
|
|
13500
|
+
/** @example 1990-09-04T00:00:00.000000Z */
|
|
12966
13501
|
start?: string;
|
|
12967
|
-
/** @example
|
|
13502
|
+
/** @example 1981-06-10T00:00:00.000000Z */
|
|
12968
13503
|
end?: string;
|
|
12969
13504
|
};
|
|
12970
|
-
/** @example 2026-04-
|
|
13505
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
12971
13506
|
created_at?: string;
|
|
12972
13507
|
};
|
|
12973
13508
|
};
|
|
@@ -12994,19 +13529,19 @@ export interface operations {
|
|
|
12994
13529
|
content: {
|
|
12995
13530
|
"application/json": {
|
|
12996
13531
|
data?: {
|
|
12997
|
-
/** @example
|
|
13532
|
+
/** @example 65 */
|
|
12998
13533
|
id?: number;
|
|
12999
13534
|
/** @example 2 */
|
|
13000
13535
|
listing_id?: number;
|
|
13001
13536
|
/** @example completed */
|
|
13002
13537
|
status?: string;
|
|
13003
13538
|
scheduled?: {
|
|
13004
|
-
/** @example 1981-11-
|
|
13539
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13005
13540
|
start?: string;
|
|
13006
|
-
/** @example 1979-12-
|
|
13541
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13007
13542
|
end?: string;
|
|
13008
13543
|
};
|
|
13009
|
-
/** @example 2026-04-
|
|
13544
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
13010
13545
|
created_at?: string;
|
|
13011
13546
|
};
|
|
13012
13547
|
};
|
|
@@ -13032,41 +13567,41 @@ export interface operations {
|
|
|
13032
13567
|
/**
|
|
13033
13568
|
* @example [
|
|
13034
13569
|
* {
|
|
13035
|
-
* "id":
|
|
13570
|
+
* "id": 66,
|
|
13036
13571
|
* "listing_id": 2,
|
|
13037
13572
|
* "status": "completed",
|
|
13038
13573
|
* "scheduled": {
|
|
13039
|
-
* "start": "1981-11-
|
|
13040
|
-
* "end": "1979-12-
|
|
13574
|
+
* "start": "1981-11-18T00:00:00.000000Z",
|
|
13575
|
+
* "end": "1979-12-15T00:00:00.000000Z"
|
|
13041
13576
|
* },
|
|
13042
|
-
* "created_at": "2026-04-
|
|
13577
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
13043
13578
|
* },
|
|
13044
13579
|
* {
|
|
13045
|
-
* "id":
|
|
13580
|
+
* "id": 67,
|
|
13046
13581
|
* "listing_id": 2,
|
|
13047
13582
|
* "status": "completed",
|
|
13048
13583
|
* "scheduled": {
|
|
13049
13584
|
* "start": "2006-09-19T00:00:00.000000Z",
|
|
13050
13585
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13051
13586
|
* },
|
|
13052
|
-
* "created_at": "2026-04-
|
|
13587
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
13053
13588
|
* }
|
|
13054
13589
|
* ]
|
|
13055
13590
|
*/
|
|
13056
13591
|
data?: {
|
|
13057
|
-
/** @example
|
|
13592
|
+
/** @example 66 */
|
|
13058
13593
|
id?: number;
|
|
13059
13594
|
/** @example 2 */
|
|
13060
13595
|
listing_id?: number;
|
|
13061
13596
|
/** @example completed */
|
|
13062
13597
|
status?: string;
|
|
13063
13598
|
scheduled?: {
|
|
13064
|
-
/** @example 1981-11-
|
|
13599
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13065
13600
|
start?: string;
|
|
13066
|
-
/** @example 1979-12-
|
|
13601
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13067
13602
|
end?: string;
|
|
13068
13603
|
};
|
|
13069
|
-
/** @example 2026-04-
|
|
13604
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
13070
13605
|
created_at?: string;
|
|
13071
13606
|
}[];
|
|
13072
13607
|
links?: {
|
|
@@ -13166,19 +13701,19 @@ export interface operations {
|
|
|
13166
13701
|
content: {
|
|
13167
13702
|
"application/json": {
|
|
13168
13703
|
data?: {
|
|
13169
|
-
/** @example
|
|
13704
|
+
/** @example 68 */
|
|
13170
13705
|
id?: number;
|
|
13171
13706
|
/** @example 2 */
|
|
13172
13707
|
listing_id?: number;
|
|
13173
13708
|
/** @example completed */
|
|
13174
13709
|
status?: string;
|
|
13175
13710
|
scheduled?: {
|
|
13176
|
-
/** @example 1981-11-
|
|
13711
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13177
13712
|
start?: string;
|
|
13178
|
-
/** @example 1979-12-
|
|
13713
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13179
13714
|
end?: string;
|
|
13180
13715
|
};
|
|
13181
|
-
/** @example 2026-04-
|
|
13716
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
13182
13717
|
created_at?: string;
|
|
13183
13718
|
};
|
|
13184
13719
|
};
|
|
@@ -13205,19 +13740,19 @@ export interface operations {
|
|
|
13205
13740
|
content: {
|
|
13206
13741
|
"application/json": {
|
|
13207
13742
|
data?: {
|
|
13208
|
-
/** @example
|
|
13743
|
+
/** @example 69 */
|
|
13209
13744
|
id?: number;
|
|
13210
13745
|
/** @example 2 */
|
|
13211
13746
|
listing_id?: number;
|
|
13212
13747
|
/** @example completed */
|
|
13213
13748
|
status?: string;
|
|
13214
13749
|
scheduled?: {
|
|
13215
|
-
/** @example 1981-11-
|
|
13750
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13216
13751
|
start?: string;
|
|
13217
|
-
/** @example 1979-12-
|
|
13752
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13218
13753
|
end?: string;
|
|
13219
13754
|
};
|
|
13220
|
-
/** @example 2026-04-
|
|
13755
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
13221
13756
|
created_at?: string;
|
|
13222
13757
|
};
|
|
13223
13758
|
};
|
|
@@ -13244,19 +13779,19 @@ export interface operations {
|
|
|
13244
13779
|
content: {
|
|
13245
13780
|
"application/json": {
|
|
13246
13781
|
data?: {
|
|
13247
|
-
/** @example
|
|
13782
|
+
/** @example 70 */
|
|
13248
13783
|
id?: number;
|
|
13249
13784
|
/** @example 2 */
|
|
13250
13785
|
listing_id?: number;
|
|
13251
13786
|
/** @example completed */
|
|
13252
13787
|
status?: string;
|
|
13253
13788
|
scheduled?: {
|
|
13254
|
-
/** @example 1981-11-
|
|
13789
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13255
13790
|
start?: string;
|
|
13256
|
-
/** @example 1979-12-
|
|
13791
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13257
13792
|
end?: string;
|
|
13258
13793
|
};
|
|
13259
|
-
/** @example 2026-04-
|
|
13794
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
13260
13795
|
created_at?: string;
|
|
13261
13796
|
};
|
|
13262
13797
|
};
|
|
@@ -14327,7 +14862,7 @@ export interface operations {
|
|
|
14327
14862
|
content: {
|
|
14328
14863
|
"application/json": {
|
|
14329
14864
|
data?: {
|
|
14330
|
-
/** @example
|
|
14865
|
+
/** @example 0d194118-7a80-4a7f-8740-46a97acf11f6 */
|
|
14331
14866
|
uid?: string;
|
|
14332
14867
|
/** @example Ms. Audra Crooks II */
|
|
14333
14868
|
username?: string;
|
|
@@ -14357,9 +14892,9 @@ export interface operations {
|
|
|
14357
14892
|
timezone?: string;
|
|
14358
14893
|
/** @example Customer */
|
|
14359
14894
|
user_type?: string;
|
|
14360
|
-
/** @example 21 Apr 2026,
|
|
14895
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
14361
14896
|
created?: string;
|
|
14362
|
-
/** @example
|
|
14897
|
+
/** @example 1 second ago */
|
|
14363
14898
|
email_verified_at?: string;
|
|
14364
14899
|
verification_status?: {
|
|
14365
14900
|
/** @example not_verified */
|
|
@@ -14826,7 +15361,7 @@ export interface operations {
|
|
|
14826
15361
|
content: {
|
|
14827
15362
|
"application/json": {
|
|
14828
15363
|
data?: {
|
|
14829
|
-
/** @example
|
|
15364
|
+
/** @example dbc08658-44a5-444b-afe8-7ddc50513821 */
|
|
14830
15365
|
uid?: string;
|
|
14831
15366
|
/** @example Ms. Audra Crooks II */
|
|
14832
15367
|
username?: string;
|
|
@@ -14856,7 +15391,7 @@ export interface operations {
|
|
|
14856
15391
|
timezone?: string;
|
|
14857
15392
|
/** @example Customer */
|
|
14858
15393
|
user_type?: string;
|
|
14859
|
-
/** @example 21 Apr 2026,
|
|
15394
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
14860
15395
|
created?: string;
|
|
14861
15396
|
/** @example 0 seconds ago */
|
|
14862
15397
|
email_verified_at?: string;
|
|
@@ -14977,11 +15512,11 @@ export interface operations {
|
|
|
14977
15512
|
content: {
|
|
14978
15513
|
"application/json": {
|
|
14979
15514
|
data?: {
|
|
14980
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15515
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
14981
15516
|
draft_name?: string;
|
|
14982
|
-
/** @example LST-PRP-LTR-
|
|
15517
|
+
/** @example LST-PRP-LTR-MO8UBU5WOUK */
|
|
14983
15518
|
sku?: string;
|
|
14984
|
-
/** @example
|
|
15519
|
+
/** @example 1820e19d-24ac-4c40-98f9-af1c0687c3f8 */
|
|
14985
15520
|
uid?: string;
|
|
14986
15521
|
/** @example Rent */
|
|
14987
15522
|
listing_type?: string;
|
|
@@ -15105,9 +15640,9 @@ export interface operations {
|
|
|
15105
15640
|
/**
|
|
15106
15641
|
* @example [
|
|
15107
15642
|
* {
|
|
15108
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15109
|
-
* "sku": "LST-PRP-LTR-
|
|
15110
|
-
* "uid": "
|
|
15643
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 4:30 PM",
|
|
15644
|
+
* "sku": "LST-PRP-LTR-MO8UBU7EIGL",
|
|
15645
|
+
* "uid": "7c893cdc-9251-4944-98f3-8ea83e1787e6",
|
|
15111
15646
|
* "listing_type": "Rent",
|
|
15112
15647
|
* "vertical": "Property",
|
|
15113
15648
|
* "arrangement_type": "let_to_let",
|
|
@@ -15124,9 +15659,9 @@ export interface operations {
|
|
|
15124
15659
|
* "media": []
|
|
15125
15660
|
* },
|
|
15126
15661
|
* {
|
|
15127
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15128
|
-
* "sku": "LST-PRP-SHL-
|
|
15129
|
-
* "uid": "
|
|
15662
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 4:30 PM",
|
|
15663
|
+
* "sku": "LST-PRP-SHL-MO8UBU7IB6M",
|
|
15664
|
+
* "uid": "73dfc252-8075-48f9-a81d-35b1e585bcf0",
|
|
15130
15665
|
* "listing_type": "Short Let",
|
|
15131
15666
|
* "vertical": "Property",
|
|
15132
15667
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15145,11 +15680,11 @@ export interface operations {
|
|
|
15145
15680
|
* ]
|
|
15146
15681
|
*/
|
|
15147
15682
|
data?: {
|
|
15148
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15683
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
15149
15684
|
draft_name?: string;
|
|
15150
|
-
/** @example LST-PRP-LTR-
|
|
15685
|
+
/** @example LST-PRP-LTR-MO8UBU7EIGL */
|
|
15151
15686
|
sku?: string;
|
|
15152
|
-
/** @example
|
|
15687
|
+
/** @example 7c893cdc-9251-4944-98f3-8ea83e1787e6 */
|
|
15153
15688
|
uid?: string;
|
|
15154
15689
|
/** @example Rent */
|
|
15155
15690
|
listing_type?: string;
|
|
@@ -15259,9 +15794,9 @@ export interface operations {
|
|
|
15259
15794
|
/**
|
|
15260
15795
|
* @example [
|
|
15261
15796
|
* {
|
|
15262
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15263
|
-
* "sku": "LST-PRP-LTR-
|
|
15264
|
-
* "uid": "
|
|
15797
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 4:30 PM",
|
|
15798
|
+
* "sku": "LST-PRP-LTR-MO8UBU7RLYB",
|
|
15799
|
+
* "uid": "d06d4898-4309-4287-bb21-1b293acc6432",
|
|
15265
15800
|
* "listing_type": "Rent",
|
|
15266
15801
|
* "vertical": "Property",
|
|
15267
15802
|
* "arrangement_type": "let_to_let",
|
|
@@ -15278,9 +15813,9 @@ export interface operations {
|
|
|
15278
15813
|
* "media": []
|
|
15279
15814
|
* },
|
|
15280
15815
|
* {
|
|
15281
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15282
|
-
* "sku": "LST-PRP-SHL-
|
|
15283
|
-
* "uid": "
|
|
15816
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 4:30 PM",
|
|
15817
|
+
* "sku": "LST-PRP-SHL-MO8UBU7UFRS",
|
|
15818
|
+
* "uid": "5b6fd51a-c09b-4c9a-946e-3c8b221cc4e4",
|
|
15284
15819
|
* "listing_type": "Short Let",
|
|
15285
15820
|
* "vertical": "Property",
|
|
15286
15821
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15299,11 +15834,11 @@ export interface operations {
|
|
|
15299
15834
|
* ]
|
|
15300
15835
|
*/
|
|
15301
15836
|
data?: {
|
|
15302
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15837
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
15303
15838
|
draft_name?: string;
|
|
15304
|
-
/** @example LST-PRP-LTR-
|
|
15839
|
+
/** @example LST-PRP-LTR-MO8UBU7RLYB */
|
|
15305
15840
|
sku?: string;
|
|
15306
|
-
/** @example
|
|
15841
|
+
/** @example d06d4898-4309-4287-bb21-1b293acc6432 */
|
|
15307
15842
|
uid?: string;
|
|
15308
15843
|
/** @example Rent */
|
|
15309
15844
|
listing_type?: string;
|
|
@@ -16367,7 +16902,7 @@ export interface operations {
|
|
|
16367
16902
|
content: {
|
|
16368
16903
|
"application/json": {
|
|
16369
16904
|
data?: {
|
|
16370
|
-
/** @example
|
|
16905
|
+
/** @example 8b762bea-1808-461c-928f-cd9783d7f05f */
|
|
16371
16906
|
uid?: string;
|
|
16372
16907
|
/** @example photo */
|
|
16373
16908
|
media_type?: string;
|
|
@@ -16516,11 +17051,11 @@ export interface operations {
|
|
|
16516
17051
|
content: {
|
|
16517
17052
|
"application/json": {
|
|
16518
17053
|
data?: {
|
|
16519
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
17054
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 4:30 PM */
|
|
16520
17055
|
draft_name?: string;
|
|
16521
|
-
/** @example LST-PRP-LTR-
|
|
17056
|
+
/** @example LST-PRP-LTR-MO8UBUATPFI */
|
|
16522
17057
|
sku?: string;
|
|
16523
|
-
/** @example
|
|
17058
|
+
/** @example 08209e85-2042-4fc5-89a4-3d67d5aee129 */
|
|
16524
17059
|
uid?: string;
|
|
16525
17060
|
/** @example Rent */
|
|
16526
17061
|
listing_type?: string;
|
|
@@ -16680,7 +17215,7 @@ export interface operations {
|
|
|
16680
17215
|
content: {
|
|
16681
17216
|
"application/json": {
|
|
16682
17217
|
data?: {
|
|
16683
|
-
/** @example
|
|
17218
|
+
/** @example 118b50f8-39a0-498c-8ef8-78dd13142c6c */
|
|
16684
17219
|
uid?: string;
|
|
16685
17220
|
/** @example null */
|
|
16686
17221
|
compliances?: string | null;
|
|
@@ -16731,7 +17266,7 @@ export interface operations {
|
|
|
16731
17266
|
content: {
|
|
16732
17267
|
"application/json": {
|
|
16733
17268
|
data?: {
|
|
16734
|
-
/** @example
|
|
17269
|
+
/** @example 93 */
|
|
16735
17270
|
id?: number;
|
|
16736
17271
|
compliance?: {
|
|
16737
17272
|
/** @example 1 */
|
|
@@ -16753,7 +17288,7 @@ export interface operations {
|
|
|
16753
17288
|
reviewed_by?: number;
|
|
16754
17289
|
/** @example null */
|
|
16755
17290
|
reviewed_at?: string | null;
|
|
16756
|
-
/** @example 2026-04-
|
|
17291
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
16757
17292
|
created_at?: string;
|
|
16758
17293
|
};
|
|
16759
17294
|
};
|
|
@@ -16808,39 +17343,39 @@ export interface operations {
|
|
|
16808
17343
|
/**
|
|
16809
17344
|
* @example [
|
|
16810
17345
|
* {
|
|
16811
|
-
* "uid": "
|
|
17346
|
+
* "uid": "acd75d42-0b9f-4822-8e6b-ecd1f895437e",
|
|
16812
17347
|
* "listing_id": 1,
|
|
16813
17348
|
* "landlord_id": 2,
|
|
16814
17349
|
* "tenant_id": 2,
|
|
16815
17350
|
* "rent_amount": "4881.50",
|
|
16816
17351
|
* "deposit_amount": "2151.17",
|
|
16817
17352
|
* "state": "offer_accepted",
|
|
16818
|
-
* "start_date": "2025-10-
|
|
16819
|
-
* "end_date": "2026-10-
|
|
17353
|
+
* "start_date": "2025-10-27T00:00:00.000000Z",
|
|
17354
|
+
* "end_date": "2026-10-27T00:00:00.000000Z",
|
|
16820
17355
|
* "is_periodic": false,
|
|
16821
17356
|
* "company_name": null,
|
|
16822
17357
|
* "company_registration_number": null,
|
|
16823
|
-
* "created_at": "2026-04-
|
|
17358
|
+
* "created_at": "2026-04-21T16:30:56.000000Z"
|
|
16824
17359
|
* },
|
|
16825
17360
|
* {
|
|
16826
|
-
* "uid": "
|
|
17361
|
+
* "uid": "ec2539fd-a79d-456b-9d47-e7184540d781",
|
|
16827
17362
|
* "listing_id": 1,
|
|
16828
17363
|
* "landlord_id": 2,
|
|
16829
17364
|
* "tenant_id": 2,
|
|
16830
17365
|
* "rent_amount": "3832.26",
|
|
16831
17366
|
* "deposit_amount": "1384.27",
|
|
16832
17367
|
* "state": "terminated",
|
|
16833
|
-
* "start_date": "2025-09-
|
|
16834
|
-
* "end_date": "2026-09-
|
|
17368
|
+
* "start_date": "2025-09-22T00:00:00.000000Z",
|
|
17369
|
+
* "end_date": "2026-09-22T00:00:00.000000Z",
|
|
16835
17370
|
* "is_periodic": false,
|
|
16836
17371
|
* "company_name": null,
|
|
16837
17372
|
* "company_registration_number": null,
|
|
16838
|
-
* "created_at": "2026-04-
|
|
17373
|
+
* "created_at": "2026-04-21T16:30:56.000000Z"
|
|
16839
17374
|
* }
|
|
16840
17375
|
* ]
|
|
16841
17376
|
*/
|
|
16842
17377
|
data?: {
|
|
16843
|
-
/** @example
|
|
17378
|
+
/** @example acd75d42-0b9f-4822-8e6b-ecd1f895437e */
|
|
16844
17379
|
uid?: string;
|
|
16845
17380
|
/** @example 1 */
|
|
16846
17381
|
listing_id?: number;
|
|
@@ -16854,9 +17389,9 @@ export interface operations {
|
|
|
16854
17389
|
deposit_amount?: string;
|
|
16855
17390
|
/** @example offer_accepted */
|
|
16856
17391
|
state?: string;
|
|
16857
|
-
/** @example 2025-10-
|
|
17392
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
16858
17393
|
start_date?: string;
|
|
16859
|
-
/** @example 2026-10-
|
|
17394
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
16860
17395
|
end_date?: string;
|
|
16861
17396
|
/** @example false */
|
|
16862
17397
|
is_periodic?: boolean;
|
|
@@ -16864,7 +17399,7 @@ export interface operations {
|
|
|
16864
17399
|
company_name?: string | null;
|
|
16865
17400
|
/** @example null */
|
|
16866
17401
|
company_registration_number?: string | null;
|
|
16867
|
-
/** @example 2026-04-
|
|
17402
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
16868
17403
|
created_at?: string;
|
|
16869
17404
|
}[];
|
|
16870
17405
|
links?: {
|
|
@@ -16951,39 +17486,39 @@ export interface operations {
|
|
|
16951
17486
|
/**
|
|
16952
17487
|
* @example [
|
|
16953
17488
|
* {
|
|
16954
|
-
* "uid": "
|
|
17489
|
+
* "uid": "e41cd8f0-fb58-4246-bf3b-f33fbd05c629",
|
|
16955
17490
|
* "listing_id": 1,
|
|
16956
17491
|
* "landlord_id": 2,
|
|
16957
17492
|
* "tenant_id": 2,
|
|
16958
17493
|
* "rent_amount": "4881.50",
|
|
16959
17494
|
* "deposit_amount": "2151.17",
|
|
16960
17495
|
* "state": "offer_accepted",
|
|
16961
|
-
* "start_date": "2025-10-
|
|
16962
|
-
* "end_date": "2026-10-
|
|
17496
|
+
* "start_date": "2025-10-27T00:00:00.000000Z",
|
|
17497
|
+
* "end_date": "2026-10-27T00:00:00.000000Z",
|
|
16963
17498
|
* "is_periodic": false,
|
|
16964
17499
|
* "company_name": null,
|
|
16965
17500
|
* "company_registration_number": null,
|
|
16966
|
-
* "created_at": "2026-04-
|
|
17501
|
+
* "created_at": "2026-04-21T16:30:56.000000Z"
|
|
16967
17502
|
* },
|
|
16968
17503
|
* {
|
|
16969
|
-
* "uid": "
|
|
17504
|
+
* "uid": "853f48e7-9151-496b-ab78-ca8ae53a73e2",
|
|
16970
17505
|
* "listing_id": 1,
|
|
16971
17506
|
* "landlord_id": 2,
|
|
16972
17507
|
* "tenant_id": 2,
|
|
16973
17508
|
* "rent_amount": "3832.26",
|
|
16974
17509
|
* "deposit_amount": "1384.27",
|
|
16975
17510
|
* "state": "terminated",
|
|
16976
|
-
* "start_date": "2025-09-
|
|
16977
|
-
* "end_date": "2026-09-
|
|
17511
|
+
* "start_date": "2025-09-22T00:00:00.000000Z",
|
|
17512
|
+
* "end_date": "2026-09-22T00:00:00.000000Z",
|
|
16978
17513
|
* "is_periodic": false,
|
|
16979
17514
|
* "company_name": null,
|
|
16980
17515
|
* "company_registration_number": null,
|
|
16981
|
-
* "created_at": "2026-04-
|
|
17516
|
+
* "created_at": "2026-04-21T16:30:56.000000Z"
|
|
16982
17517
|
* }
|
|
16983
17518
|
* ]
|
|
16984
17519
|
*/
|
|
16985
17520
|
data?: {
|
|
16986
|
-
/** @example
|
|
17521
|
+
/** @example e41cd8f0-fb58-4246-bf3b-f33fbd05c629 */
|
|
16987
17522
|
uid?: string;
|
|
16988
17523
|
/** @example 1 */
|
|
16989
17524
|
listing_id?: number;
|
|
@@ -16997,9 +17532,9 @@ export interface operations {
|
|
|
16997
17532
|
deposit_amount?: string;
|
|
16998
17533
|
/** @example offer_accepted */
|
|
16999
17534
|
state?: string;
|
|
17000
|
-
/** @example 2025-10-
|
|
17535
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
17001
17536
|
start_date?: string;
|
|
17002
|
-
/** @example 2026-10-
|
|
17537
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
17003
17538
|
end_date?: string;
|
|
17004
17539
|
/** @example false */
|
|
17005
17540
|
is_periodic?: boolean;
|
|
@@ -17007,7 +17542,7 @@ export interface operations {
|
|
|
17007
17542
|
company_name?: string | null;
|
|
17008
17543
|
/** @example null */
|
|
17009
17544
|
company_registration_number?: string | null;
|
|
17010
|
-
/** @example 2026-04-
|
|
17545
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
17011
17546
|
created_at?: string;
|
|
17012
17547
|
}[];
|
|
17013
17548
|
links?: {
|
|
@@ -17114,7 +17649,7 @@ export interface operations {
|
|
|
17114
17649
|
content: {
|
|
17115
17650
|
"application/json": {
|
|
17116
17651
|
data?: {
|
|
17117
|
-
/** @example
|
|
17652
|
+
/** @example 105 */
|
|
17118
17653
|
id?: number;
|
|
17119
17654
|
compliance?: {
|
|
17120
17655
|
/** @example 1 */
|
|
@@ -17134,9 +17669,9 @@ export interface operations {
|
|
|
17134
17669
|
rejection_reason?: string | null;
|
|
17135
17670
|
/** @example 1 */
|
|
17136
17671
|
reviewed_by?: number;
|
|
17137
|
-
/** @example 2026-04-
|
|
17672
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
17138
17673
|
reviewed_at?: string;
|
|
17139
|
-
/** @example 2026-04-
|
|
17674
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
17140
17675
|
created_at?: string;
|
|
17141
17676
|
};
|
|
17142
17677
|
};
|
|
@@ -17163,7 +17698,7 @@ export interface operations {
|
|
|
17163
17698
|
content: {
|
|
17164
17699
|
"application/json": {
|
|
17165
17700
|
data?: {
|
|
17166
|
-
/** @example
|
|
17701
|
+
/** @example 106 */
|
|
17167
17702
|
id?: number;
|
|
17168
17703
|
compliance?: {
|
|
17169
17704
|
/** @example 1 */
|
|
@@ -17183,9 +17718,9 @@ export interface operations {
|
|
|
17183
17718
|
rejection_reason?: string | null;
|
|
17184
17719
|
/** @example 1 */
|
|
17185
17720
|
reviewed_by?: number;
|
|
17186
|
-
/** @example 2026-04-
|
|
17721
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
17187
17722
|
reviewed_at?: string;
|
|
17188
|
-
/** @example 2026-04-
|
|
17723
|
+
/** @example 2026-04-21T16:30:56.000000Z */
|
|
17189
17724
|
created_at?: string;
|
|
17190
17725
|
};
|
|
17191
17726
|
};
|
|
@@ -18207,35 +18742,35 @@ export interface operations {
|
|
|
18207
18742
|
/**
|
|
18208
18743
|
* @example [
|
|
18209
18744
|
* {
|
|
18210
|
-
* "uid": "
|
|
18745
|
+
* "uid": "b2a60143-a3d3-4c14-a044-a353883f912d",
|
|
18211
18746
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18212
18747
|
* "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.",
|
|
18213
18748
|
* "status": "reported",
|
|
18214
18749
|
* "priority": "emergency",
|
|
18215
|
-
* "reported_at": "2026-04-
|
|
18216
|
-
* "assigned_at": "2026-04-
|
|
18750
|
+
* "reported_at": "2026-04-15T03:44:33.000000Z",
|
|
18751
|
+
* "assigned_at": "2026-04-20T00:04:25.000000Z",
|
|
18217
18752
|
* "completed_at": null,
|
|
18218
|
-
* "sla_deadline": "2026-04-
|
|
18219
|
-
* "created_at": "2026-04-
|
|
18220
|
-
* "updated_at": "2026-04-
|
|
18753
|
+
* "sla_deadline": "2026-04-23T05:26:48.000000Z",
|
|
18754
|
+
* "created_at": "2026-04-21T16:30:58.000000Z",
|
|
18755
|
+
* "updated_at": "2026-04-21T16:30:58.000000Z"
|
|
18221
18756
|
* },
|
|
18222
18757
|
* {
|
|
18223
|
-
* "uid": "
|
|
18758
|
+
* "uid": "0bfb3eb5-c7f2-4bc0-89fa-0ffe387a4a4d",
|
|
18224
18759
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
18225
18760
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
18226
18761
|
* "status": "completed",
|
|
18227
18762
|
* "priority": "normal",
|
|
18228
|
-
* "reported_at": "2026-04-
|
|
18763
|
+
* "reported_at": "2026-04-17T16:22:58.000000Z",
|
|
18229
18764
|
* "assigned_at": null,
|
|
18230
18765
|
* "completed_at": null,
|
|
18231
|
-
* "sla_deadline": "2026-04-
|
|
18232
|
-
* "created_at": "2026-04-
|
|
18233
|
-
* "updated_at": "2026-04-
|
|
18766
|
+
* "sla_deadline": "2026-04-24T13:26:45.000000Z",
|
|
18767
|
+
* "created_at": "2026-04-21T16:30:58.000000Z",
|
|
18768
|
+
* "updated_at": "2026-04-21T16:30:58.000000Z"
|
|
18234
18769
|
* }
|
|
18235
18770
|
* ]
|
|
18236
18771
|
*/
|
|
18237
18772
|
data?: {
|
|
18238
|
-
/** @example
|
|
18773
|
+
/** @example b2a60143-a3d3-4c14-a044-a353883f912d */
|
|
18239
18774
|
uid?: string;
|
|
18240
18775
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18241
18776
|
title?: string;
|
|
@@ -18245,17 +18780,17 @@ export interface operations {
|
|
|
18245
18780
|
status?: string;
|
|
18246
18781
|
/** @example emergency */
|
|
18247
18782
|
priority?: string;
|
|
18248
|
-
/** @example 2026-04-
|
|
18783
|
+
/** @example 2026-04-15T03:44:33.000000Z */
|
|
18249
18784
|
reported_at?: string;
|
|
18250
|
-
/** @example 2026-04-
|
|
18785
|
+
/** @example 2026-04-20T00:04:25.000000Z */
|
|
18251
18786
|
assigned_at?: string;
|
|
18252
18787
|
/** @example null */
|
|
18253
18788
|
completed_at?: string | null;
|
|
18254
|
-
/** @example 2026-04-
|
|
18789
|
+
/** @example 2026-04-23T05:26:48.000000Z */
|
|
18255
18790
|
sla_deadline?: string;
|
|
18256
|
-
/** @example 2026-04-
|
|
18791
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18257
18792
|
created_at?: string;
|
|
18258
|
-
/** @example 2026-04-
|
|
18793
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18259
18794
|
updated_at?: string;
|
|
18260
18795
|
}[];
|
|
18261
18796
|
links?: {
|
|
@@ -18350,13 +18885,13 @@ export interface operations {
|
|
|
18350
18885
|
content: {
|
|
18351
18886
|
"application/json": {
|
|
18352
18887
|
data?: {
|
|
18353
|
-
/** @example
|
|
18888
|
+
/** @example aa3087e4-3306-4c8c-9ddf-89c9e1c2252c */
|
|
18354
18889
|
uid?: string;
|
|
18355
18890
|
/** @example image */
|
|
18356
18891
|
file_type?: string;
|
|
18357
18892
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18358
18893
|
url?: string;
|
|
18359
|
-
/** @example 2026-04-
|
|
18894
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18360
18895
|
created_at?: string;
|
|
18361
18896
|
};
|
|
18362
18897
|
};
|
|
@@ -18401,7 +18936,7 @@ export interface operations {
|
|
|
18401
18936
|
content: {
|
|
18402
18937
|
"application/json": {
|
|
18403
18938
|
data?: {
|
|
18404
|
-
/** @example
|
|
18939
|
+
/** @example 28 */
|
|
18405
18940
|
id?: number;
|
|
18406
18941
|
/** @example property_inquiry */
|
|
18407
18942
|
type?: string;
|
|
@@ -18409,7 +18944,7 @@ export interface operations {
|
|
|
18409
18944
|
listing_id?: number;
|
|
18410
18945
|
/** @example null */
|
|
18411
18946
|
last_message_at?: string | null;
|
|
18412
|
-
/** @example 2026-04-
|
|
18947
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18413
18948
|
created_at?: string;
|
|
18414
18949
|
};
|
|
18415
18950
|
};
|
|
@@ -18435,23 +18970,23 @@ export interface operations {
|
|
|
18435
18970
|
/**
|
|
18436
18971
|
* @example [
|
|
18437
18972
|
* {
|
|
18438
|
-
* "id":
|
|
18973
|
+
* "id": 29,
|
|
18439
18974
|
* "type": "property_inquiry",
|
|
18440
18975
|
* "listing_id": 2,
|
|
18441
18976
|
* "last_message_at": null,
|
|
18442
|
-
* "created_at": "2026-04-
|
|
18977
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
18443
18978
|
* },
|
|
18444
18979
|
* {
|
|
18445
|
-
* "id":
|
|
18980
|
+
* "id": 30,
|
|
18446
18981
|
* "type": "property_inquiry",
|
|
18447
18982
|
* "listing_id": 2,
|
|
18448
18983
|
* "last_message_at": null,
|
|
18449
|
-
* "created_at": "2026-04-
|
|
18984
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
18450
18985
|
* }
|
|
18451
18986
|
* ]
|
|
18452
18987
|
*/
|
|
18453
18988
|
data?: {
|
|
18454
|
-
/** @example
|
|
18989
|
+
/** @example 29 */
|
|
18455
18990
|
id?: number;
|
|
18456
18991
|
/** @example property_inquiry */
|
|
18457
18992
|
type?: string;
|
|
@@ -18459,7 +18994,7 @@ export interface operations {
|
|
|
18459
18994
|
listing_id?: number;
|
|
18460
18995
|
/** @example null */
|
|
18461
18996
|
last_message_at?: string | null;
|
|
18462
|
-
/** @example 2026-04-
|
|
18997
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18463
18998
|
created_at?: string;
|
|
18464
18999
|
}[];
|
|
18465
19000
|
links?: {
|
|
@@ -18777,27 +19312,27 @@ export interface operations {
|
|
|
18777
19312
|
/**
|
|
18778
19313
|
* @example [
|
|
18779
19314
|
* {
|
|
18780
|
-
* "id": "
|
|
19315
|
+
* "id": "ba8d617e-c5fb-4e16-8b0f-f4ac39617d8f",
|
|
18781
19316
|
* "type": "APPOINTMENT_CREATED",
|
|
18782
19317
|
* "title": "faker notification",
|
|
18783
19318
|
* "body": "faker notification body",
|
|
18784
19319
|
* "data": [],
|
|
18785
19320
|
* "read_at": null,
|
|
18786
|
-
* "created_at": "2026-04-
|
|
19321
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
18787
19322
|
* },
|
|
18788
19323
|
* {
|
|
18789
|
-
* "id": "
|
|
19324
|
+
* "id": "2acc2ea7-ad9d-43e8-bfec-ccabc4eff7f8",
|
|
18790
19325
|
* "type": "APPOINTMENT_CREATED",
|
|
18791
19326
|
* "title": "faker notification",
|
|
18792
19327
|
* "body": "faker notification body",
|
|
18793
19328
|
* "data": [],
|
|
18794
19329
|
* "read_at": null,
|
|
18795
|
-
* "created_at": "2026-04-
|
|
19330
|
+
* "created_at": "2026-04-21T16:30:58.000000Z"
|
|
18796
19331
|
* }
|
|
18797
19332
|
* ]
|
|
18798
19333
|
*/
|
|
18799
19334
|
data?: {
|
|
18800
|
-
/** @example
|
|
19335
|
+
/** @example ba8d617e-c5fb-4e16-8b0f-f4ac39617d8f */
|
|
18801
19336
|
id?: string;
|
|
18802
19337
|
/** @example APPOINTMENT_CREATED */
|
|
18803
19338
|
type?: string;
|
|
@@ -18809,7 +19344,7 @@ export interface operations {
|
|
|
18809
19344
|
data?: unknown[];
|
|
18810
19345
|
/** @example null */
|
|
18811
19346
|
read_at?: string | null;
|
|
18812
|
-
/** @example 2026-04-
|
|
19347
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18813
19348
|
created_at?: string;
|
|
18814
19349
|
}[];
|
|
18815
19350
|
links?: {
|
|
@@ -18893,7 +19428,7 @@ export interface operations {
|
|
|
18893
19428
|
};
|
|
18894
19429
|
content: {
|
|
18895
19430
|
"application/json": {
|
|
18896
|
-
/** @example
|
|
19431
|
+
/** @example f7d1d93a-f722-40dd-b2b4-81f4b7cf4205 */
|
|
18897
19432
|
id?: string;
|
|
18898
19433
|
/** @example APPOINTMENT_CREATED */
|
|
18899
19434
|
type?: string;
|
|
@@ -18905,7 +19440,7 @@ export interface operations {
|
|
|
18905
19440
|
data?: unknown[];
|
|
18906
19441
|
/** @example null */
|
|
18907
19442
|
read_at?: string | null;
|
|
18908
|
-
/** @example 2026-04-
|
|
19443
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
18909
19444
|
created_at?: string;
|
|
18910
19445
|
};
|
|
18911
19446
|
};
|
|
@@ -19152,45 +19687,45 @@ export interface operations {
|
|
|
19152
19687
|
/**
|
|
19153
19688
|
* @example [
|
|
19154
19689
|
* {
|
|
19155
|
-
* "id":
|
|
19690
|
+
* "id": 55,
|
|
19156
19691
|
* "rating": 1,
|
|
19157
19692
|
* "comment": "Nice Listing",
|
|
19158
19693
|
* "reviewer": {
|
|
19159
|
-
* "id":
|
|
19160
|
-
* "name": "
|
|
19694
|
+
* "id": 21,
|
|
19695
|
+
* "name": "Isla Simpson"
|
|
19161
19696
|
* },
|
|
19162
|
-
* "created_at": "2026-04-
|
|
19163
|
-
* "updated_at": "2026-04-
|
|
19697
|
+
* "created_at": "2026-04-21T16:30:57+00:00",
|
|
19698
|
+
* "updated_at": "2026-04-21T16:30:57+00:00"
|
|
19164
19699
|
* },
|
|
19165
19700
|
* {
|
|
19166
|
-
* "id":
|
|
19701
|
+
* "id": 56,
|
|
19167
19702
|
* "rating": 1,
|
|
19168
19703
|
* "comment": "Nice Listing",
|
|
19169
19704
|
* "reviewer": {
|
|
19170
|
-
* "id":
|
|
19171
|
-
* "name": "
|
|
19705
|
+
* "id": 24,
|
|
19706
|
+
* "name": "Ethan Green"
|
|
19172
19707
|
* },
|
|
19173
|
-
* "created_at": "2026-04-
|
|
19174
|
-
* "updated_at": "2026-04-
|
|
19708
|
+
* "created_at": "2026-04-21T16:30:57+00:00",
|
|
19709
|
+
* "updated_at": "2026-04-21T16:30:57+00:00"
|
|
19175
19710
|
* }
|
|
19176
19711
|
* ]
|
|
19177
19712
|
*/
|
|
19178
19713
|
data?: {
|
|
19179
|
-
/** @example
|
|
19714
|
+
/** @example 55 */
|
|
19180
19715
|
id?: number;
|
|
19181
19716
|
/** @example 1 */
|
|
19182
19717
|
rating?: number;
|
|
19183
19718
|
/** @example Nice Listing */
|
|
19184
19719
|
comment?: string;
|
|
19185
19720
|
reviewer?: {
|
|
19186
|
-
/** @example
|
|
19721
|
+
/** @example 21 */
|
|
19187
19722
|
id?: number;
|
|
19188
|
-
/** @example
|
|
19723
|
+
/** @example Isla Simpson */
|
|
19189
19724
|
name?: string;
|
|
19190
19725
|
};
|
|
19191
|
-
/** @example 2026-04-
|
|
19726
|
+
/** @example 2026-04-21T16:30:57+00:00 */
|
|
19192
19727
|
created_at?: string;
|
|
19193
|
-
/** @example 2026-04-
|
|
19728
|
+
/** @example 2026-04-21T16:30:57+00:00 */
|
|
19194
19729
|
updated_at?: string;
|
|
19195
19730
|
}[];
|
|
19196
19731
|
links?: {
|
|
@@ -19344,21 +19879,21 @@ export interface operations {
|
|
|
19344
19879
|
content: {
|
|
19345
19880
|
"application/json": {
|
|
19346
19881
|
data?: {
|
|
19347
|
-
/** @example
|
|
19882
|
+
/** @example 57 */
|
|
19348
19883
|
id?: number;
|
|
19349
19884
|
/** @example 1 */
|
|
19350
19885
|
rating?: number;
|
|
19351
19886
|
/** @example Nice Listing */
|
|
19352
19887
|
comment?: string;
|
|
19353
19888
|
reviewer?: {
|
|
19354
|
-
/** @example
|
|
19889
|
+
/** @example 2 */
|
|
19355
19890
|
id?: number;
|
|
19356
|
-
/** @example
|
|
19891
|
+
/** @example dogunfx */
|
|
19357
19892
|
name?: string;
|
|
19358
19893
|
};
|
|
19359
|
-
/** @example 2026-04-
|
|
19894
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19360
19895
|
created_at?: string;
|
|
19361
|
-
/** @example 2026-04-
|
|
19896
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19362
19897
|
updated_at?: string;
|
|
19363
19898
|
};
|
|
19364
19899
|
};
|
|
@@ -19402,21 +19937,21 @@ export interface operations {
|
|
|
19402
19937
|
content: {
|
|
19403
19938
|
"application/json": {
|
|
19404
19939
|
data?: {
|
|
19405
|
-
/** @example
|
|
19940
|
+
/** @example 58 */
|
|
19406
19941
|
id?: number;
|
|
19407
19942
|
/** @example 1 */
|
|
19408
19943
|
rating?: number;
|
|
19409
19944
|
/** @example Nice Listing */
|
|
19410
19945
|
comment?: string;
|
|
19411
19946
|
reviewer?: {
|
|
19412
|
-
/** @example
|
|
19947
|
+
/** @example 6 */
|
|
19413
19948
|
id?: number;
|
|
19414
|
-
/** @example
|
|
19949
|
+
/** @example Rowena Patel */
|
|
19415
19950
|
name?: string;
|
|
19416
19951
|
};
|
|
19417
|
-
/** @example 2026-04-
|
|
19952
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19418
19953
|
created_at?: string;
|
|
19419
|
-
/** @example 2026-04-
|
|
19954
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19420
19955
|
updated_at?: string;
|
|
19421
19956
|
};
|
|
19422
19957
|
};
|
|
@@ -19458,21 +19993,21 @@ export interface operations {
|
|
|
19458
19993
|
content: {
|
|
19459
19994
|
"application/json": {
|
|
19460
19995
|
data?: {
|
|
19461
|
-
/** @example
|
|
19996
|
+
/** @example 59 */
|
|
19462
19997
|
id?: number;
|
|
19463
19998
|
/** @example 1 */
|
|
19464
19999
|
rating?: number;
|
|
19465
20000
|
/** @example Nice Listing */
|
|
19466
20001
|
comment?: string;
|
|
19467
20002
|
reviewer?: {
|
|
19468
|
-
/** @example
|
|
20003
|
+
/** @example 9 */
|
|
19469
20004
|
id?: number;
|
|
19470
|
-
/** @example
|
|
20005
|
+
/** @example Dominic Thomas */
|
|
19471
20006
|
name?: string;
|
|
19472
20007
|
};
|
|
19473
|
-
/** @example 2026-04-
|
|
20008
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19474
20009
|
created_at?: string;
|
|
19475
|
-
/** @example 2026-04-
|
|
20010
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19476
20011
|
updated_at?: string;
|
|
19477
20012
|
};
|
|
19478
20013
|
};
|
|
@@ -19499,21 +20034,21 @@ export interface operations {
|
|
|
19499
20034
|
content: {
|
|
19500
20035
|
"application/json": {
|
|
19501
20036
|
data?: {
|
|
19502
|
-
/** @example
|
|
20037
|
+
/** @example 60 */
|
|
19503
20038
|
id?: number;
|
|
19504
20039
|
/** @example 1 */
|
|
19505
20040
|
rating?: number;
|
|
19506
20041
|
/** @example Nice Listing */
|
|
19507
20042
|
comment?: string;
|
|
19508
20043
|
reviewer?: {
|
|
19509
|
-
/** @example
|
|
20044
|
+
/** @example 23 */
|
|
19510
20045
|
id?: number;
|
|
19511
|
-
/** @example
|
|
20046
|
+
/** @example Anthony Baker */
|
|
19512
20047
|
name?: string;
|
|
19513
20048
|
};
|
|
19514
|
-
/** @example 2026-04-
|
|
20049
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19515
20050
|
created_at?: string;
|
|
19516
|
-
/** @example 2026-04-
|
|
20051
|
+
/** @example 2026-04-21T16:30:58+00:00 */
|
|
19517
20052
|
updated_at?: string;
|
|
19518
20053
|
};
|
|
19519
20054
|
};
|
|
@@ -19540,7 +20075,7 @@ export interface operations {
|
|
|
19540
20075
|
content: {
|
|
19541
20076
|
"application/json": {
|
|
19542
20077
|
data?: {
|
|
19543
|
-
/** @example
|
|
20078
|
+
/** @example afe5fde0-308d-48fd-9090-a74df12b3f5d */
|
|
19544
20079
|
uid?: string;
|
|
19545
20080
|
/** @example 1 */
|
|
19546
20081
|
listing_id?: number;
|
|
@@ -19548,15 +20083,15 @@ export interface operations {
|
|
|
19548
20083
|
landlord_id?: number;
|
|
19549
20084
|
/** @example 2 */
|
|
19550
20085
|
tenant_id?: number;
|
|
19551
|
-
/** @example
|
|
20086
|
+
/** @example 4758.26 */
|
|
19552
20087
|
rent_amount?: string;
|
|
19553
|
-
/** @example
|
|
20088
|
+
/** @example 3662.48 */
|
|
19554
20089
|
deposit_amount?: string;
|
|
19555
|
-
/** @example
|
|
20090
|
+
/** @example offer_pending */
|
|
19556
20091
|
state?: string;
|
|
19557
|
-
/** @example 2025-
|
|
20092
|
+
/** @example 2025-05-22T00:00:00.000000Z */
|
|
19558
20093
|
start_date?: string;
|
|
19559
|
-
/** @example 2026-
|
|
20094
|
+
/** @example 2026-05-22T00:00:00.000000Z */
|
|
19560
20095
|
end_date?: string;
|
|
19561
20096
|
/** @example false */
|
|
19562
20097
|
is_periodic?: boolean;
|
|
@@ -19564,7 +20099,7 @@ export interface operations {
|
|
|
19564
20099
|
company_name?: string | null;
|
|
19565
20100
|
/** @example null */
|
|
19566
20101
|
company_registration_number?: string | null;
|
|
19567
|
-
/** @example 2026-04-
|
|
20102
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
19568
20103
|
created_at?: string;
|
|
19569
20104
|
/** @example [] */
|
|
19570
20105
|
compliances?: unknown[];
|
|
@@ -19641,7 +20176,7 @@ export interface operations {
|
|
|
19641
20176
|
content: {
|
|
19642
20177
|
"application/json": {
|
|
19643
20178
|
data?: {
|
|
19644
|
-
/** @example
|
|
20179
|
+
/** @example 665d06a2-a60c-4fc4-9251-8eb1efcf94bb */
|
|
19645
20180
|
uid?: string;
|
|
19646
20181
|
/** @example 1 */
|
|
19647
20182
|
listing_id?: number;
|
|
@@ -19655,9 +20190,9 @@ export interface operations {
|
|
|
19655
20190
|
deposit_amount?: string;
|
|
19656
20191
|
/** @example active */
|
|
19657
20192
|
state?: string;
|
|
19658
|
-
/** @example 2025-10-
|
|
20193
|
+
/** @example 2025-10-07T00:00:00.000000Z */
|
|
19659
20194
|
start_date?: string;
|
|
19660
|
-
/** @example 2026-10-
|
|
20195
|
+
/** @example 2026-10-07T00:00:00.000000Z */
|
|
19661
20196
|
end_date?: string;
|
|
19662
20197
|
/** @example true */
|
|
19663
20198
|
is_periodic?: boolean;
|
|
@@ -19665,7 +20200,7 @@ export interface operations {
|
|
|
19665
20200
|
company_name?: string | null;
|
|
19666
20201
|
/** @example null */
|
|
19667
20202
|
company_registration_number?: string | null;
|
|
19668
|
-
/** @example 2026-04-
|
|
20203
|
+
/** @example 2026-04-21T16:30:58.000000Z */
|
|
19669
20204
|
created_at?: string;
|
|
19670
20205
|
};
|
|
19671
20206
|
};
|
|
@@ -19959,7 +20494,7 @@ export interface operations {
|
|
|
19959
20494
|
* "changed_by_user_id": 3,
|
|
19960
20495
|
* "changed_by_name": "Teagan King",
|
|
19961
20496
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
19962
|
-
* "created_at": "2025-12-
|
|
20497
|
+
* "created_at": "2025-12-14T03:17:57.000000Z"
|
|
19963
20498
|
* },
|
|
19964
20499
|
* {
|
|
19965
20500
|
* "from_state": "pre_move_in_ready",
|
|
@@ -19967,7 +20502,7 @@ export interface operations {
|
|
|
19967
20502
|
* "changed_by_user_id": 3,
|
|
19968
20503
|
* "changed_by_name": "Teagan King",
|
|
19969
20504
|
* "comment": null,
|
|
19970
|
-
* "created_at": "2025-10-
|
|
20505
|
+
* "created_at": "2025-10-30T11:13:37.000000Z"
|
|
19971
20506
|
* }
|
|
19972
20507
|
* ]
|
|
19973
20508
|
*/
|
|
@@ -19982,7 +20517,7 @@ export interface operations {
|
|
|
19982
20517
|
changed_by_name?: string;
|
|
19983
20518
|
/** @example Qui commodi incidunt iure odit. */
|
|
19984
20519
|
comment?: string;
|
|
19985
|
-
/** @example 2025-12-
|
|
20520
|
+
/** @example 2025-12-14T03:17:57.000000Z */
|
|
19986
20521
|
created_at?: string;
|
|
19987
20522
|
}[];
|
|
19988
20523
|
};
|
|
@@ -20226,7 +20761,7 @@ export interface operations {
|
|
|
20226
20761
|
content: {
|
|
20227
20762
|
"application/json": {
|
|
20228
20763
|
data?: {
|
|
20229
|
-
/** @example
|
|
20764
|
+
/** @example 2137d99c-2048-4db3-9d49-6cfde69bc9b5 */
|
|
20230
20765
|
uid?: string;
|
|
20231
20766
|
/** @example Ms. Audra Crooks II */
|
|
20232
20767
|
username?: string;
|
|
@@ -20256,7 +20791,7 @@ export interface operations {
|
|
|
20256
20791
|
timezone?: string;
|
|
20257
20792
|
/** @example Customer */
|
|
20258
20793
|
user_type?: string;
|
|
20259
|
-
/** @example 21 Apr 2026,
|
|
20794
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
20260
20795
|
created?: string;
|
|
20261
20796
|
/** @example 0 seconds ago */
|
|
20262
20797
|
email_verified_at?: string;
|
|
@@ -20355,7 +20890,7 @@ export interface operations {
|
|
|
20355
20890
|
content: {
|
|
20356
20891
|
"application/json": {
|
|
20357
20892
|
data?: {
|
|
20358
|
-
/** @example
|
|
20893
|
+
/** @example 48d14b47-f1d9-47f4-b7da-1634e3f7441f */
|
|
20359
20894
|
uid?: string;
|
|
20360
20895
|
/** @example Morgan Hirthe */
|
|
20361
20896
|
username?: string;
|
|
@@ -20385,7 +20920,7 @@ export interface operations {
|
|
|
20385
20920
|
timezone?: string;
|
|
20386
20921
|
/** @example Customer */
|
|
20387
20922
|
user_type?: string;
|
|
20388
|
-
/** @example 21 Apr 2026,
|
|
20923
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
20389
20924
|
created?: string;
|
|
20390
20925
|
/** @example 0 seconds ago */
|
|
20391
20926
|
email_verified_at?: string;
|
|
@@ -20457,7 +20992,7 @@ export interface operations {
|
|
|
20457
20992
|
content: {
|
|
20458
20993
|
"application/json": {
|
|
20459
20994
|
data?: {
|
|
20460
|
-
/** @example
|
|
20995
|
+
/** @example 29218733-39a4-45cf-836b-c2c6fd7af4ea */
|
|
20461
20996
|
uid?: string;
|
|
20462
20997
|
/** @example Ms. Audra Crooks II */
|
|
20463
20998
|
username?: string;
|
|
@@ -20487,7 +21022,7 @@ export interface operations {
|
|
|
20487
21022
|
timezone?: string;
|
|
20488
21023
|
/** @example Customer */
|
|
20489
21024
|
user_type?: string;
|
|
20490
|
-
/** @example 21 Apr 2026,
|
|
21025
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
20491
21026
|
created?: string;
|
|
20492
21027
|
/** @example 0 seconds ago */
|
|
20493
21028
|
email_verified_at?: string;
|
|
@@ -20721,13 +21256,13 @@ export interface operations {
|
|
|
20721
21256
|
content: {
|
|
20722
21257
|
"application/json": {
|
|
20723
21258
|
data?: {
|
|
20724
|
-
/** @example
|
|
21259
|
+
/** @example 0 */
|
|
20725
21260
|
current_level?: number;
|
|
20726
21261
|
/** @example 3 */
|
|
20727
21262
|
completed_layers?: number;
|
|
20728
|
-
/** @example
|
|
21263
|
+
/** @example 4 */
|
|
20729
21264
|
pending_layers?: number;
|
|
20730
|
-
/** @example 21 Apr 2026,
|
|
21265
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
20731
21266
|
last_calculated_at?: string;
|
|
20732
21267
|
};
|
|
20733
21268
|
};
|
|
@@ -20775,7 +21310,7 @@ export interface operations {
|
|
|
20775
21310
|
completed_layers?: number;
|
|
20776
21311
|
/** @example 4 */
|
|
20777
21312
|
pending_layers?: number;
|
|
20778
|
-
/** @example 21 Apr 2026,
|
|
21313
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
20779
21314
|
last_calculated_at?: string;
|
|
20780
21315
|
};
|
|
20781
21316
|
};
|
|
@@ -20809,14 +21344,14 @@ export interface operations {
|
|
|
20809
21344
|
content: {
|
|
20810
21345
|
"application/json": {
|
|
20811
21346
|
data?: {
|
|
20812
|
-
/** @example
|
|
21347
|
+
/** @example 753e7bf2-5b3e-49b1-b0d8-1c45b0547fee */
|
|
20813
21348
|
wishlist_uid?: string;
|
|
20814
21349
|
listing?: {
|
|
20815
|
-
/** @example New For Sale Used Item draft • 21 Apr 2026,
|
|
21350
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 4:30 PM */
|
|
20816
21351
|
draft_name?: string;
|
|
20817
|
-
/** @example LST-UIT-SAL-
|
|
21352
|
+
/** @example LST-UIT-SAL-MO8UBVLECCV */
|
|
20818
21353
|
sku?: string;
|
|
20819
|
-
/** @example
|
|
21354
|
+
/** @example 0c5f458e-2a87-46b8-97cd-22e6b1c06637 */
|
|
20820
21355
|
uid?: string;
|
|
20821
21356
|
/** @example Sale */
|
|
20822
21357
|
listing_type?: string;
|
|
@@ -20900,15 +21435,15 @@ export interface operations {
|
|
|
20900
21435
|
/**
|
|
20901
21436
|
* @example [
|
|
20902
21437
|
* {
|
|
20903
|
-
* "wishlist_uid": "
|
|
21438
|
+
* "wishlist_uid": "eeb9dad5-1191-4547-9935-f232f1a6cb75"
|
|
20904
21439
|
* },
|
|
20905
21440
|
* {
|
|
20906
|
-
* "wishlist_uid": "
|
|
21441
|
+
* "wishlist_uid": "798f81b8-651d-4703-8b83-6f44e64f1113"
|
|
20907
21442
|
* }
|
|
20908
21443
|
* ]
|
|
20909
21444
|
*/
|
|
20910
21445
|
data?: {
|
|
20911
|
-
/** @example
|
|
21446
|
+
/** @example eeb9dad5-1191-4547-9935-f232f1a6cb75 */
|
|
20912
21447
|
wishlist_uid?: string;
|
|
20913
21448
|
}[];
|
|
20914
21449
|
links?: {
|
|
@@ -20996,7 +21531,7 @@ export interface operations {
|
|
|
20996
21531
|
completed_layers?: number;
|
|
20997
21532
|
/** @example 4 */
|
|
20998
21533
|
pending_layers?: number;
|
|
20999
|
-
/** @example 21 Apr 2026,
|
|
21534
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
21000
21535
|
last_calculated_at?: string;
|
|
21001
21536
|
};
|
|
21002
21537
|
};
|
|
@@ -21158,7 +21693,7 @@ export interface operations {
|
|
|
21158
21693
|
completed_layers?: number;
|
|
21159
21694
|
/** @example 4 */
|
|
21160
21695
|
pending_layers?: number;
|
|
21161
|
-
/** @example 21 Apr 2026,
|
|
21696
|
+
/** @example 21 Apr 2026, 04:30 PM */
|
|
21162
21697
|
last_calculated_at?: string;
|
|
21163
21698
|
};
|
|
21164
21699
|
};
|