@justins-home/types 1.1.61 → 1.1.62
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 +340 -294
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -6079,7 +6079,7 @@ export interface operations {
|
|
|
6079
6079
|
content: {
|
|
6080
6080
|
"application/json": {
|
|
6081
6081
|
data?: {
|
|
6082
|
-
/** @example
|
|
6082
|
+
/** @example d667584f-5269-41d9-b927-63d95d5bdee6 */
|
|
6083
6083
|
uid?: string;
|
|
6084
6084
|
/** @example Ms. Audra Crooks II */
|
|
6085
6085
|
username?: string;
|
|
@@ -6109,7 +6109,7 @@ export interface operations {
|
|
|
6109
6109
|
timezone?: string;
|
|
6110
6110
|
/** @example Customer */
|
|
6111
6111
|
user_type?: string;
|
|
6112
|
-
/** @example 30 Apr 2026, 10:
|
|
6112
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
6113
6113
|
created?: string;
|
|
6114
6114
|
/** @example 0 seconds ago */
|
|
6115
6115
|
email_verified_at?: string;
|
|
@@ -6250,7 +6250,9 @@ export interface operations {
|
|
|
6250
6250
|
* "details": {
|
|
6251
6251
|
* "address": "24 Windsor Court, London, SW1",
|
|
6252
6252
|
* "title": "24 Windsor Court",
|
|
6253
|
-
* "type": "Rent"
|
|
6253
|
+
* "type": "Rent",
|
|
6254
|
+
* "check_in_time": "02:00 PM",
|
|
6255
|
+
* "check_out_time": "11:00 AM"
|
|
6254
6256
|
* }
|
|
6255
6257
|
* },
|
|
6256
6258
|
* "guest": {
|
|
@@ -6265,6 +6267,8 @@ export interface operations {
|
|
|
6265
6267
|
* "email": "alice@example.com",
|
|
6266
6268
|
* "avatar_path": null
|
|
6267
6269
|
* },
|
|
6270
|
+
* "start_date": "10 Jun 2026",
|
|
6271
|
+
* "end_date": "13 Jun 2026",
|
|
6268
6272
|
* "nights": 3,
|
|
6269
6273
|
* "status": "pending",
|
|
6270
6274
|
* "total_price": "450.00"
|
|
@@ -6298,6 +6302,10 @@ export interface operations {
|
|
|
6298
6302
|
title?: string;
|
|
6299
6303
|
/** @example Rent */
|
|
6300
6304
|
type?: string;
|
|
6305
|
+
/** @example 02:00 PM */
|
|
6306
|
+
check_in_time?: string;
|
|
6307
|
+
/** @example 11:00 AM */
|
|
6308
|
+
check_out_time?: string;
|
|
6301
6309
|
};
|
|
6302
6310
|
};
|
|
6303
6311
|
guest?: {
|
|
@@ -6320,6 +6328,10 @@ export interface operations {
|
|
|
6320
6328
|
/** @example null */
|
|
6321
6329
|
avatar_path?: string | null;
|
|
6322
6330
|
};
|
|
6331
|
+
/** @example 10 Jun 2026 */
|
|
6332
|
+
start_date?: string;
|
|
6333
|
+
/** @example 13 Jun 2026 */
|
|
6334
|
+
end_date?: string;
|
|
6323
6335
|
/** @example 3 */
|
|
6324
6336
|
nights?: number;
|
|
6325
6337
|
/** @example pending */
|
|
@@ -6661,7 +6673,7 @@ export interface operations {
|
|
|
6661
6673
|
*/
|
|
6662
6674
|
search?: string | null;
|
|
6663
6675
|
/**
|
|
6664
|
-
* @example
|
|
6676
|
+
* @example approved
|
|
6665
6677
|
* @enum {string|null}
|
|
6666
6678
|
*/
|
|
6667
6679
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
@@ -6900,7 +6912,7 @@ export interface operations {
|
|
|
6900
6912
|
content: {
|
|
6901
6913
|
"application/json": {
|
|
6902
6914
|
data?: {
|
|
6903
|
-
/** @example
|
|
6915
|
+
/** @example 87bdb770-bfe6-459a-9224-a37431cd68d1 */
|
|
6904
6916
|
uid?: string;
|
|
6905
6917
|
/** @example JH-APP-2026-589365 */
|
|
6906
6918
|
application_ref?: string;
|
|
@@ -6921,7 +6933,7 @@ export interface operations {
|
|
|
6921
6933
|
/** @example null */
|
|
6922
6934
|
rejection_reason?: string | null;
|
|
6923
6935
|
timeline?: {
|
|
6924
|
-
/** @example 2026-04-30T10:
|
|
6936
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
6925
6937
|
created_at?: string;
|
|
6926
6938
|
/** @example null */
|
|
6927
6939
|
approved_at?: string | null;
|
|
@@ -6955,7 +6967,7 @@ export interface operations {
|
|
|
6955
6967
|
content: {
|
|
6956
6968
|
"application/json": {
|
|
6957
6969
|
data?: {
|
|
6958
|
-
/** @example
|
|
6970
|
+
/** @example 4cb22cf6-e9f8-440b-bbab-196c7fb626a6 */
|
|
6959
6971
|
uid?: string;
|
|
6960
6972
|
/** @example JH-APP-2026-933724 */
|
|
6961
6973
|
application_ref?: string;
|
|
@@ -6976,7 +6988,7 @@ export interface operations {
|
|
|
6976
6988
|
/** @example null */
|
|
6977
6989
|
rejection_reason?: string | null;
|
|
6978
6990
|
timeline?: {
|
|
6979
|
-
/** @example 2026-04-30T10:
|
|
6991
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
6980
6992
|
created_at?: string;
|
|
6981
6993
|
/** @example null */
|
|
6982
6994
|
approved_at?: string | null;
|
|
@@ -7010,7 +7022,7 @@ export interface operations {
|
|
|
7010
7022
|
content: {
|
|
7011
7023
|
"application/json": {
|
|
7012
7024
|
data?: {
|
|
7013
|
-
/** @example
|
|
7025
|
+
/** @example ba3b6f16-499e-4399-9d44-f3232970c32f */
|
|
7014
7026
|
uid?: string;
|
|
7015
7027
|
/** @example JH-APP-2026-450949 */
|
|
7016
7028
|
application_ref?: string;
|
|
@@ -7031,7 +7043,7 @@ export interface operations {
|
|
|
7031
7043
|
/** @example null */
|
|
7032
7044
|
rejection_reason?: string | null;
|
|
7033
7045
|
timeline?: {
|
|
7034
|
-
/** @example 2026-04-30T10:
|
|
7046
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
7035
7047
|
created_at?: string;
|
|
7036
7048
|
/** @example null */
|
|
7037
7049
|
approved_at?: string | null;
|
|
@@ -7075,7 +7087,7 @@ export interface operations {
|
|
|
7075
7087
|
content: {
|
|
7076
7088
|
"application/json": {
|
|
7077
7089
|
data?: {
|
|
7078
|
-
/** @example
|
|
7090
|
+
/** @example 4adfa405-21c7-4a57-87b2-db6e9e076c0e */
|
|
7079
7091
|
uid?: string;
|
|
7080
7092
|
/** @example JH-APP-2026-026316 */
|
|
7081
7093
|
application_ref?: string;
|
|
@@ -7096,7 +7108,7 @@ export interface operations {
|
|
|
7096
7108
|
/** @example null */
|
|
7097
7109
|
rejection_reason?: string | null;
|
|
7098
7110
|
timeline?: {
|
|
7099
|
-
/** @example 2026-04-30T10:
|
|
7111
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
7100
7112
|
created_at?: string;
|
|
7101
7113
|
/** @example null */
|
|
7102
7114
|
approved_at?: string | null;
|
|
@@ -7140,7 +7152,7 @@ export interface operations {
|
|
|
7140
7152
|
content: {
|
|
7141
7153
|
"application/json": {
|
|
7142
7154
|
data?: {
|
|
7143
|
-
/** @example
|
|
7155
|
+
/** @example c2f3ce93-d94d-44cf-956d-a2bb8a229979 */
|
|
7144
7156
|
uid?: string;
|
|
7145
7157
|
/** @example JH-APP-2026-000564 */
|
|
7146
7158
|
application_ref?: string;
|
|
@@ -7161,7 +7173,7 @@ export interface operations {
|
|
|
7161
7173
|
/** @example null */
|
|
7162
7174
|
rejection_reason?: string | null;
|
|
7163
7175
|
timeline?: {
|
|
7164
|
-
/** @example 2026-04-30T10:
|
|
7176
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
7165
7177
|
created_at?: string;
|
|
7166
7178
|
/** @example null */
|
|
7167
7179
|
approved_at?: string | null;
|
|
@@ -7195,7 +7207,7 @@ export interface operations {
|
|
|
7195
7207
|
content: {
|
|
7196
7208
|
"application/json": {
|
|
7197
7209
|
data?: {
|
|
7198
|
-
/** @example
|
|
7210
|
+
/** @example acf6ba83-3f77-4552-bbdd-12b8aea6e2cc */
|
|
7199
7211
|
uid?: string;
|
|
7200
7212
|
/** @example 1 */
|
|
7201
7213
|
listing_id?: number;
|
|
@@ -7219,7 +7231,7 @@ export interface operations {
|
|
|
7219
7231
|
company_name?: string | null;
|
|
7220
7232
|
/** @example null */
|
|
7221
7233
|
company_registration_number?: string | null;
|
|
7222
|
-
/** @example 2026-04-30T10:
|
|
7234
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
7223
7235
|
created_at?: string;
|
|
7224
7236
|
};
|
|
7225
7237
|
};
|
|
@@ -7665,7 +7677,7 @@ export interface operations {
|
|
|
7665
7677
|
content: {
|
|
7666
7678
|
"application/json": {
|
|
7667
7679
|
data?: {
|
|
7668
|
-
/** @example
|
|
7680
|
+
/** @example 17026fe2-d573-456a-9b90-56dfa33b0d02 */
|
|
7669
7681
|
uid?: string;
|
|
7670
7682
|
/** @example Ms. Audra Crooks II */
|
|
7671
7683
|
username?: string;
|
|
@@ -7695,7 +7707,7 @@ export interface operations {
|
|
|
7695
7707
|
timezone?: string;
|
|
7696
7708
|
/** @example Customer */
|
|
7697
7709
|
user_type?: string;
|
|
7698
|
-
/** @example 30 Apr 2026, 10:
|
|
7710
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
7699
7711
|
created?: string;
|
|
7700
7712
|
/** @example 0 seconds ago */
|
|
7701
7713
|
email_verified_at?: string;
|
|
@@ -8085,11 +8097,11 @@ export interface operations {
|
|
|
8085
8097
|
content: {
|
|
8086
8098
|
"application/json": {
|
|
8087
8099
|
data?: {
|
|
8088
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
8100
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
8089
8101
|
draft_name?: string;
|
|
8090
|
-
/** @example LST-PRP-LTR-
|
|
8102
|
+
/** @example LST-PRP-LTR-MOLDBETKXHY */
|
|
8091
8103
|
sku?: string;
|
|
8092
|
-
/** @example
|
|
8104
|
+
/** @example 53ec376d-d90c-4554-8c4f-8c8401346084 */
|
|
8093
8105
|
uid?: string;
|
|
8094
8106
|
/** @example Rent */
|
|
8095
8107
|
listing_type?: string;
|
|
@@ -9501,7 +9513,7 @@ export interface operations {
|
|
|
9501
9513
|
content: {
|
|
9502
9514
|
"application/json": {
|
|
9503
9515
|
/**
|
|
9504
|
-
* @example
|
|
9516
|
+
* @example Suspended
|
|
9505
9517
|
* @enum {string}
|
|
9506
9518
|
*/
|
|
9507
9519
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -9516,7 +9528,7 @@ export interface operations {
|
|
|
9516
9528
|
content: {
|
|
9517
9529
|
"application/json": {
|
|
9518
9530
|
data?: {
|
|
9519
|
-
/** @example
|
|
9531
|
+
/** @example 1eb4d36e-8f43-4df9-a896-911f17c2bb3b */
|
|
9520
9532
|
uid?: string;
|
|
9521
9533
|
/** @example Morgan Hirthe */
|
|
9522
9534
|
username?: string;
|
|
@@ -9546,7 +9558,7 @@ export interface operations {
|
|
|
9546
9558
|
timezone?: string;
|
|
9547
9559
|
/** @example Customer */
|
|
9548
9560
|
user_type?: string;
|
|
9549
|
-
/** @example 30 Apr 2026, 10:
|
|
9561
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
9550
9562
|
created?: string;
|
|
9551
9563
|
/** @example 0 seconds ago */
|
|
9552
9564
|
email_verified_at?: string;
|
|
@@ -10255,11 +10267,11 @@ export interface operations {
|
|
|
10255
10267
|
content: {
|
|
10256
10268
|
"application/json": {
|
|
10257
10269
|
data?: {
|
|
10258
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
10270
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
10259
10271
|
draft_name?: string;
|
|
10260
|
-
/** @example LST-PRP-LTR-
|
|
10272
|
+
/** @example LST-PRP-LTR-MOLDBEW6WIL */
|
|
10261
10273
|
sku?: string;
|
|
10262
|
-
/** @example
|
|
10274
|
+
/** @example 194f4297-3072-4762-821d-c3ab03d9dc3c */
|
|
10263
10275
|
uid?: string;
|
|
10264
10276
|
/** @example Rent */
|
|
10265
10277
|
listing_type?: string;
|
|
@@ -10699,7 +10711,7 @@ export interface operations {
|
|
|
10699
10711
|
content: {
|
|
10700
10712
|
"application/json": {
|
|
10701
10713
|
data?: {
|
|
10702
|
-
/** @example
|
|
10714
|
+
/** @example 1e7a5470-29b9-48a7-8a03-cc9b1380751b */
|
|
10703
10715
|
uid?: string;
|
|
10704
10716
|
/** @example photo */
|
|
10705
10717
|
media_type?: string;
|
|
@@ -11006,10 +11018,10 @@ export interface operations {
|
|
|
11006
11018
|
/**
|
|
11007
11019
|
* @example [
|
|
11008
11020
|
* {
|
|
11009
|
-
* "draft_name": "New
|
|
11010
|
-
* "sku": "LST-PRP-
|
|
11011
|
-
* "uid": "
|
|
11012
|
-
* "listing_type": "
|
|
11021
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
|
|
11022
|
+
* "sku": "LST-PRP-LTR-MOLDBEXN2YU",
|
|
11023
|
+
* "uid": "5e5971ab-1178-4d12-bc39-8058e2c3f459",
|
|
11024
|
+
* "listing_type": "Rent",
|
|
11013
11025
|
* "vertical": "Property",
|
|
11014
11026
|
* "arrangement_type": "standard_residential",
|
|
11015
11027
|
* "arrangement_type_label": "Standard Residential",
|
|
@@ -11025,9 +11037,9 @@ export interface operations {
|
|
|
11025
11037
|
* "media": []
|
|
11026
11038
|
* },
|
|
11027
11039
|
* {
|
|
11028
|
-
* "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 10:
|
|
11029
|
-
* "sku": "LST-UIT-SAL-
|
|
11030
|
-
* "uid": "
|
|
11040
|
+
* "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 10:55 AM",
|
|
11041
|
+
* "sku": "LST-UIT-SAL-MOLDBEXPPKD",
|
|
11042
|
+
* "uid": "60b0633e-dd8a-4d31-a8c8-804ac714f2d6",
|
|
11031
11043
|
* "listing_type": "Sale",
|
|
11032
11044
|
* "vertical": "Used Item",
|
|
11033
11045
|
* "arrangement_type": null,
|
|
@@ -11044,13 +11056,13 @@ export interface operations {
|
|
|
11044
11056
|
* ]
|
|
11045
11057
|
*/
|
|
11046
11058
|
data?: {
|
|
11047
|
-
/** @example New
|
|
11059
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
11048
11060
|
draft_name?: string;
|
|
11049
|
-
/** @example LST-PRP-
|
|
11061
|
+
/** @example LST-PRP-LTR-MOLDBEXN2YU */
|
|
11050
11062
|
sku?: string;
|
|
11051
|
-
/** @example
|
|
11063
|
+
/** @example 5e5971ab-1178-4d12-bc39-8058e2c3f459 */
|
|
11052
11064
|
uid?: string;
|
|
11053
|
-
/** @example
|
|
11065
|
+
/** @example Rent */
|
|
11054
11066
|
listing_type?: string;
|
|
11055
11067
|
/** @example Property */
|
|
11056
11068
|
vertical?: string;
|
|
@@ -11243,11 +11255,11 @@ export interface operations {
|
|
|
11243
11255
|
content: {
|
|
11244
11256
|
"application/json": {
|
|
11245
11257
|
data?: {
|
|
11246
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
11258
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
11247
11259
|
draft_name?: string;
|
|
11248
|
-
/** @example LST-PRP-LTR-
|
|
11260
|
+
/** @example LST-PRP-LTR-MOLDBEXZGIF */
|
|
11249
11261
|
sku?: string;
|
|
11250
|
-
/** @example
|
|
11262
|
+
/** @example fbf26b3d-a995-44e0-9dc4-2e73ac31bd14 */
|
|
11251
11263
|
uid?: string;
|
|
11252
11264
|
/** @example Rent */
|
|
11253
11265
|
listing_type?: string;
|
|
@@ -11310,11 +11322,11 @@ export interface operations {
|
|
|
11310
11322
|
content: {
|
|
11311
11323
|
"application/json": {
|
|
11312
11324
|
data?: {
|
|
11313
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
11325
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
11314
11326
|
draft_name?: string;
|
|
11315
|
-
/** @example LST-PRP-LTR-
|
|
11327
|
+
/** @example LST-PRP-LTR-MOLDBEY6JXM */
|
|
11316
11328
|
sku?: string;
|
|
11317
|
-
/** @example
|
|
11329
|
+
/** @example 82bcb7b3-15d6-4cb6-8f06-4455f706e65a */
|
|
11318
11330
|
uid?: string;
|
|
11319
11331
|
/** @example Rent */
|
|
11320
11332
|
listing_type?: string;
|
|
@@ -11367,11 +11379,11 @@ export interface operations {
|
|
|
11367
11379
|
content: {
|
|
11368
11380
|
"application/json": {
|
|
11369
11381
|
data?: {
|
|
11370
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
11382
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
11371
11383
|
draft_name?: string;
|
|
11372
|
-
/** @example LST-PRP-LTR-
|
|
11384
|
+
/** @example LST-PRP-LTR-MOLDBEYDK0P */
|
|
11373
11385
|
sku?: string;
|
|
11374
|
-
/** @example
|
|
11386
|
+
/** @example de654d50-7d98-4f00-9785-e34a6b51f8d0 */
|
|
11375
11387
|
uid?: string;
|
|
11376
11388
|
/** @example Rent */
|
|
11377
11389
|
listing_type?: string;
|
|
@@ -11424,11 +11436,11 @@ export interface operations {
|
|
|
11424
11436
|
content: {
|
|
11425
11437
|
"application/json": {
|
|
11426
11438
|
data?: {
|
|
11427
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
11439
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
11428
11440
|
draft_name?: string;
|
|
11429
|
-
/** @example LST-PRP-LTR-
|
|
11441
|
+
/** @example LST-PRP-LTR-MOLDBEYKZWB */
|
|
11430
11442
|
sku?: string;
|
|
11431
|
-
/** @example
|
|
11443
|
+
/** @example ed71ced2-f42b-499d-94ed-374710bc34f3 */
|
|
11432
11444
|
uid?: string;
|
|
11433
11445
|
/** @example Rent */
|
|
11434
11446
|
listing_type?: string;
|
|
@@ -11622,7 +11634,7 @@ export interface operations {
|
|
|
11622
11634
|
content: {
|
|
11623
11635
|
"application/json": {
|
|
11624
11636
|
data?: {
|
|
11625
|
-
/** @example
|
|
11637
|
+
/** @example 274 */
|
|
11626
11638
|
id?: number;
|
|
11627
11639
|
/** @example 1 */
|
|
11628
11640
|
category_id?: number;
|
|
@@ -11696,7 +11708,7 @@ export interface operations {
|
|
|
11696
11708
|
content: {
|
|
11697
11709
|
"application/json": {
|
|
11698
11710
|
data?: {
|
|
11699
|
-
/** @example
|
|
11711
|
+
/** @example 275 */
|
|
11700
11712
|
id?: number;
|
|
11701
11713
|
/** @example 1 */
|
|
11702
11714
|
category_id?: number;
|
|
@@ -11735,7 +11747,7 @@ export interface operations {
|
|
|
11735
11747
|
content: {
|
|
11736
11748
|
"application/json": {
|
|
11737
11749
|
data?: {
|
|
11738
|
-
/** @example
|
|
11750
|
+
/** @example 276 */
|
|
11739
11751
|
id?: number;
|
|
11740
11752
|
/** @example 1 */
|
|
11741
11753
|
category_id?: number;
|
|
@@ -11773,7 +11785,7 @@ export interface operations {
|
|
|
11773
11785
|
/**
|
|
11774
11786
|
* @example [
|
|
11775
11787
|
* {
|
|
11776
|
-
* "id":
|
|
11788
|
+
* "id": 400,
|
|
11777
11789
|
* "name": "Exterior",
|
|
11778
11790
|
* "description": "For Exterior categories",
|
|
11779
11791
|
* "display_order": 1,
|
|
@@ -11783,7 +11795,7 @@ export interface operations {
|
|
|
11783
11795
|
* "is_active": true
|
|
11784
11796
|
* },
|
|
11785
11797
|
* {
|
|
11786
|
-
* "id":
|
|
11798
|
+
* "id": 401,
|
|
11787
11799
|
* "name": "Exterior",
|
|
11788
11800
|
* "description": "For Exterior categories",
|
|
11789
11801
|
* "display_order": 1,
|
|
@@ -11795,7 +11807,7 @@ export interface operations {
|
|
|
11795
11807
|
* ]
|
|
11796
11808
|
*/
|
|
11797
11809
|
data?: {
|
|
11798
|
-
/** @example
|
|
11810
|
+
/** @example 400 */
|
|
11799
11811
|
id?: number;
|
|
11800
11812
|
/** @example Exterior */
|
|
11801
11813
|
name?: string;
|
|
@@ -11859,7 +11871,7 @@ export interface operations {
|
|
|
11859
11871
|
content: {
|
|
11860
11872
|
"application/json": {
|
|
11861
11873
|
data?: {
|
|
11862
|
-
/** @example
|
|
11874
|
+
/** @example 402 */
|
|
11863
11875
|
id?: number;
|
|
11864
11876
|
/** @example Exterior */
|
|
11865
11877
|
name?: string;
|
|
@@ -11926,7 +11938,7 @@ export interface operations {
|
|
|
11926
11938
|
content: {
|
|
11927
11939
|
"application/json": {
|
|
11928
11940
|
data?: {
|
|
11929
|
-
/** @example
|
|
11941
|
+
/** @example 403 */
|
|
11930
11942
|
id?: number;
|
|
11931
11943
|
/** @example Exterior */
|
|
11932
11944
|
name?: string;
|
|
@@ -11967,7 +11979,7 @@ export interface operations {
|
|
|
11967
11979
|
content: {
|
|
11968
11980
|
"application/json": {
|
|
11969
11981
|
data?: {
|
|
11970
|
-
/** @example
|
|
11982
|
+
/** @example 404 */
|
|
11971
11983
|
id?: number;
|
|
11972
11984
|
/** @example Exterior */
|
|
11973
11985
|
name?: string;
|
|
@@ -12230,7 +12242,7 @@ export interface operations {
|
|
|
12230
12242
|
content: {
|
|
12231
12243
|
"application/json": {
|
|
12232
12244
|
data?: {
|
|
12233
|
-
/** @example
|
|
12245
|
+
/** @example 171 */
|
|
12234
12246
|
id?: number;
|
|
12235
12247
|
/** @example email_fa_0 */
|
|
12236
12248
|
key?: string;
|
|
@@ -12244,9 +12256,9 @@ export interface operations {
|
|
|
12244
12256
|
metadata_schema?: unknown[];
|
|
12245
12257
|
/** @example true */
|
|
12246
12258
|
is_active?: boolean;
|
|
12247
|
-
/** @example 2026-04-30T10:
|
|
12259
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
12248
12260
|
created_at?: string;
|
|
12249
|
-
/** @example 2026-04-30T10:
|
|
12261
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
12250
12262
|
updated_at?: string;
|
|
12251
12263
|
};
|
|
12252
12264
|
};
|
|
@@ -12306,7 +12318,7 @@ export interface operations {
|
|
|
12306
12318
|
content: {
|
|
12307
12319
|
"application/json": {
|
|
12308
12320
|
data?: {
|
|
12309
|
-
/** @example
|
|
12321
|
+
/** @example 172 */
|
|
12310
12322
|
id?: number;
|
|
12311
12323
|
/** @example email_fa_0 */
|
|
12312
12324
|
key?: string;
|
|
@@ -12320,9 +12332,9 @@ export interface operations {
|
|
|
12320
12332
|
metadata_schema?: unknown[];
|
|
12321
12333
|
/** @example true */
|
|
12322
12334
|
is_active?: boolean;
|
|
12323
|
-
/** @example 2026-04-30T10:
|
|
12335
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
12324
12336
|
created_at?: string;
|
|
12325
|
-
/** @example 2026-04-30T10:
|
|
12337
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
12326
12338
|
updated_at?: string;
|
|
12327
12339
|
};
|
|
12328
12340
|
};
|
|
@@ -13588,25 +13600,25 @@ export interface operations {
|
|
|
13588
13600
|
/**
|
|
13589
13601
|
* @example [
|
|
13590
13602
|
* {
|
|
13591
|
-
* "key": "
|
|
13592
|
-
* "name": "
|
|
13593
|
-
* "description": "
|
|
13603
|
+
* "key": "aut",
|
|
13604
|
+
* "name": "animi",
|
|
13605
|
+
* "description": "Cumque possimus porro et ut deleniti velit eum.",
|
|
13594
13606
|
* "value_type": "string"
|
|
13595
13607
|
* },
|
|
13596
13608
|
* {
|
|
13597
|
-
* "key": "
|
|
13598
|
-
* "name": "
|
|
13599
|
-
* "description": "
|
|
13609
|
+
* "key": "molestiae",
|
|
13610
|
+
* "name": "aut",
|
|
13611
|
+
* "description": "Sed sit officiis sit et autem fugiat.",
|
|
13600
13612
|
* "value_type": "string"
|
|
13601
13613
|
* }
|
|
13602
13614
|
* ]
|
|
13603
13615
|
*/
|
|
13604
13616
|
data?: {
|
|
13605
|
-
/** @example
|
|
13617
|
+
/** @example aut */
|
|
13606
13618
|
key?: string;
|
|
13607
|
-
/** @example
|
|
13619
|
+
/** @example animi */
|
|
13608
13620
|
name?: string;
|
|
13609
|
-
/** @example
|
|
13621
|
+
/** @example Cumque possimus porro et ut deleniti velit eum. */
|
|
13610
13622
|
description?: string;
|
|
13611
13623
|
/** @example string */
|
|
13612
13624
|
value_type?: string;
|
|
@@ -14848,13 +14860,13 @@ export interface operations {
|
|
|
14848
14860
|
};
|
|
14849
14861
|
} | {
|
|
14850
14862
|
data?: {
|
|
14851
|
-
/** @example
|
|
14863
|
+
/** @example 48c060ad-6dd5-4fcf-88ef-7edd296426b4 */
|
|
14852
14864
|
uid?: string;
|
|
14853
14865
|
/** @example follow_up */
|
|
14854
14866
|
inspection_type?: string;
|
|
14855
14867
|
/** @example cancelled */
|
|
14856
14868
|
status?: string;
|
|
14857
|
-
/** @example
|
|
14869
|
+
/** @example 06 May 2026, 12:54 AM */
|
|
14858
14870
|
scheduled_date?: string;
|
|
14859
14871
|
/** @example null */
|
|
14860
14872
|
completed_date?: string | null;
|
|
@@ -14862,11 +14874,11 @@ export interface operations {
|
|
|
14862
14874
|
condition_rating?: string;
|
|
14863
14875
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14864
14876
|
summary?: string;
|
|
14865
|
-
/** @example 28 Jun 2026,
|
|
14877
|
+
/** @example 28 Jun 2026, 09:42 PM */
|
|
14866
14878
|
next_inspection_date?: string;
|
|
14867
|
-
/** @example 30 Apr 2026, 10:
|
|
14879
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
14868
14880
|
created_at?: string;
|
|
14869
|
-
/** @example 30 Apr 2026, 10:
|
|
14881
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
14870
14882
|
updated_at?: string;
|
|
14871
14883
|
};
|
|
14872
14884
|
};
|
|
@@ -14921,13 +14933,13 @@ export interface operations {
|
|
|
14921
14933
|
content: {
|
|
14922
14934
|
"application/json": {
|
|
14923
14935
|
data?: {
|
|
14924
|
-
/** @example
|
|
14936
|
+
/** @example 34b5dfd4-33b5-439c-ba65-6d87f20cbcba */
|
|
14925
14937
|
uid?: string;
|
|
14926
14938
|
/** @example follow_up */
|
|
14927
14939
|
inspection_type?: string;
|
|
14928
14940
|
/** @example cancelled */
|
|
14929
14941
|
status?: string;
|
|
14930
|
-
/** @example
|
|
14942
|
+
/** @example 06 May 2026, 12:54 AM */
|
|
14931
14943
|
scheduled_date?: string;
|
|
14932
14944
|
/** @example null */
|
|
14933
14945
|
completed_date?: string | null;
|
|
@@ -14935,11 +14947,11 @@ export interface operations {
|
|
|
14935
14947
|
condition_rating?: string;
|
|
14936
14948
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14937
14949
|
summary?: string;
|
|
14938
|
-
/** @example 28 Jun 2026,
|
|
14950
|
+
/** @example 28 Jun 2026, 09:42 PM */
|
|
14939
14951
|
next_inspection_date?: string;
|
|
14940
|
-
/** @example 30 Apr 2026, 10:
|
|
14952
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
14941
14953
|
created_at?: string;
|
|
14942
|
-
/** @example 30 Apr 2026, 10:
|
|
14954
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
14943
14955
|
updated_at?: string;
|
|
14944
14956
|
};
|
|
14945
14957
|
};
|
|
@@ -15034,13 +15046,13 @@ export interface operations {
|
|
|
15034
15046
|
content: {
|
|
15035
15047
|
"application/json": {
|
|
15036
15048
|
data?: {
|
|
15037
|
-
/** @example
|
|
15049
|
+
/** @example a3619e3c-7783-4675-a721-8de338fe12b9 */
|
|
15038
15050
|
uid?: string;
|
|
15039
15051
|
/** @example follow_up */
|
|
15040
15052
|
inspection_type?: string;
|
|
15041
15053
|
/** @example cancelled */
|
|
15042
15054
|
status?: string;
|
|
15043
|
-
/** @example 23 Apr 2026,
|
|
15055
|
+
/** @example 23 Apr 2026, 10:20 PM */
|
|
15044
15056
|
scheduled_date?: string;
|
|
15045
15057
|
/** @example null */
|
|
15046
15058
|
completed_date?: string | null;
|
|
@@ -15048,11 +15060,11 @@ export interface operations {
|
|
|
15048
15060
|
condition_rating?: string;
|
|
15049
15061
|
/** @example Et animi quos velit et fugiat. */
|
|
15050
15062
|
summary?: string;
|
|
15051
|
-
/** @example 02 Aug 2026,
|
|
15063
|
+
/** @example 02 Aug 2026, 06:14 AM */
|
|
15052
15064
|
next_inspection_date?: string;
|
|
15053
|
-
/** @example 30 Apr 2026, 10:
|
|
15065
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15054
15066
|
created_at?: string;
|
|
15055
|
-
/** @example 30 Apr 2026, 10:
|
|
15067
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15056
15068
|
updated_at?: string;
|
|
15057
15069
|
};
|
|
15058
15070
|
};
|
|
@@ -15089,13 +15101,13 @@ export interface operations {
|
|
|
15089
15101
|
content: {
|
|
15090
15102
|
"application/json": {
|
|
15091
15103
|
data?: {
|
|
15092
|
-
/** @example
|
|
15104
|
+
/** @example c80f505f-d03b-4fec-96f9-a3874d70ae18 */
|
|
15093
15105
|
uid?: string;
|
|
15094
15106
|
/** @example follow_up */
|
|
15095
15107
|
inspection_type?: string;
|
|
15096
15108
|
/** @example cancelled */
|
|
15097
15109
|
status?: string;
|
|
15098
|
-
/** @example
|
|
15110
|
+
/** @example 06 May 2026, 12:54 AM */
|
|
15099
15111
|
scheduled_date?: string;
|
|
15100
15112
|
/** @example null */
|
|
15101
15113
|
completed_date?: string | null;
|
|
@@ -15103,11 +15115,11 @@ export interface operations {
|
|
|
15103
15115
|
condition_rating?: string;
|
|
15104
15116
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15105
15117
|
summary?: string;
|
|
15106
|
-
/** @example 28 Jun 2026,
|
|
15118
|
+
/** @example 28 Jun 2026, 09:42 PM */
|
|
15107
15119
|
next_inspection_date?: string;
|
|
15108
|
-
/** @example 30 Apr 2026, 10:
|
|
15120
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15109
15121
|
created_at?: string;
|
|
15110
|
-
/** @example 30 Apr 2026, 10:
|
|
15122
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15111
15123
|
updated_at?: string;
|
|
15112
15124
|
};
|
|
15113
15125
|
};
|
|
@@ -15144,13 +15156,13 @@ export interface operations {
|
|
|
15144
15156
|
content: {
|
|
15145
15157
|
"application/json": {
|
|
15146
15158
|
data?: {
|
|
15147
|
-
/** @example
|
|
15159
|
+
/** @example 6bbcd895-ebea-4912-a36d-b7bf5a6d247a */
|
|
15148
15160
|
uid?: string;
|
|
15149
15161
|
/** @example follow_up */
|
|
15150
15162
|
inspection_type?: string;
|
|
15151
15163
|
/** @example cancelled */
|
|
15152
15164
|
status?: string;
|
|
15153
|
-
/** @example 23 Apr 2026,
|
|
15165
|
+
/** @example 23 Apr 2026, 10:20 PM */
|
|
15154
15166
|
scheduled_date?: string;
|
|
15155
15167
|
/** @example null */
|
|
15156
15168
|
completed_date?: string | null;
|
|
@@ -15158,11 +15170,11 @@ export interface operations {
|
|
|
15158
15170
|
condition_rating?: string;
|
|
15159
15171
|
/** @example Et animi quos velit et fugiat. */
|
|
15160
15172
|
summary?: string;
|
|
15161
|
-
/** @example 02 Aug 2026,
|
|
15173
|
+
/** @example 02 Aug 2026, 06:14 AM */
|
|
15162
15174
|
next_inspection_date?: string;
|
|
15163
|
-
/** @example 30 Apr 2026, 10:
|
|
15175
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15164
15176
|
created_at?: string;
|
|
15165
|
-
/** @example 30 Apr 2026, 10:
|
|
15177
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15166
15178
|
updated_at?: string;
|
|
15167
15179
|
};
|
|
15168
15180
|
};
|
|
@@ -15289,29 +15301,29 @@ export interface operations {
|
|
|
15289
15301
|
};
|
|
15290
15302
|
} | {
|
|
15291
15303
|
data?: {
|
|
15292
|
-
/** @example
|
|
15304
|
+
/** @example 1705ee75-d02c-4db2-b668-72cc89d8447d */
|
|
15293
15305
|
uid?: string;
|
|
15294
15306
|
/** @example 1 */
|
|
15295
15307
|
tenancy_id?: number;
|
|
15296
|
-
/** @example
|
|
15308
|
+
/** @example Quia et animi repudiandae architecto. */
|
|
15297
15309
|
title?: string;
|
|
15298
|
-
/** @example
|
|
15310
|
+
/** @example Consequatur odio molestiae atque consectetur aut repudiandae. Voluptas esse libero eum quas ut. Incidunt minus omnis eaque magni. Pariatur consequatur unde voluptas ad quibusdam eaque illum. */
|
|
15299
15311
|
description?: string;
|
|
15300
15312
|
/** @example reported */
|
|
15301
15313
|
status?: string;
|
|
15302
|
-
/** @example
|
|
15314
|
+
/** @example emergency */
|
|
15303
15315
|
priority?: string;
|
|
15304
|
-
/** @example 27 Apr 2026,
|
|
15316
|
+
/** @example 27 Apr 2026, 04:15 PM */
|
|
15305
15317
|
reported_at?: string;
|
|
15306
|
-
/** @example
|
|
15307
|
-
assigned_at?: string
|
|
15318
|
+
/** @example 29 Apr 2026, 04:17 PM */
|
|
15319
|
+
assigned_at?: string;
|
|
15308
15320
|
/** @example null */
|
|
15309
15321
|
completed_at?: string | null;
|
|
15310
|
-
/** @example
|
|
15322
|
+
/** @example 02 May 2026, 02:53 AM */
|
|
15311
15323
|
sla_deadline?: string;
|
|
15312
|
-
/** @example 30 Apr 2026, 10:
|
|
15324
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15313
15325
|
created_at?: string;
|
|
15314
|
-
/** @example 30 Apr 2026, 10:
|
|
15326
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15315
15327
|
updated_at?: string;
|
|
15316
15328
|
};
|
|
15317
15329
|
};
|
|
@@ -15348,7 +15360,7 @@ export interface operations {
|
|
|
15348
15360
|
content: {
|
|
15349
15361
|
"application/json": {
|
|
15350
15362
|
data?: {
|
|
15351
|
-
/** @example
|
|
15363
|
+
/** @example 80abd602-cd8d-4735-9b6f-6201703d5ac8 */
|
|
15352
15364
|
uid?: string;
|
|
15353
15365
|
/** @example 1 */
|
|
15354
15366
|
tenancy_id?: number;
|
|
@@ -15360,17 +15372,17 @@ export interface operations {
|
|
|
15360
15372
|
status?: string;
|
|
15361
15373
|
/** @example low */
|
|
15362
15374
|
priority?: string;
|
|
15363
|
-
/** @example
|
|
15375
|
+
/** @example 29 Apr 2026, 12:24 AM */
|
|
15364
15376
|
reported_at?: string;
|
|
15365
15377
|
/** @example null */
|
|
15366
15378
|
assigned_at?: string | null;
|
|
15367
15379
|
/** @example null */
|
|
15368
15380
|
completed_at?: string | null;
|
|
15369
|
-
/** @example 01 May 2026,
|
|
15381
|
+
/** @example 01 May 2026, 08:48 PM */
|
|
15370
15382
|
sla_deadline?: string;
|
|
15371
|
-
/** @example 30 Apr 2026, 10:
|
|
15383
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15372
15384
|
created_at?: string;
|
|
15373
|
-
/** @example 30 Apr 2026, 10:
|
|
15385
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15374
15386
|
updated_at?: string;
|
|
15375
15387
|
};
|
|
15376
15388
|
};
|
|
@@ -15407,7 +15419,7 @@ export interface operations {
|
|
|
15407
15419
|
content: {
|
|
15408
15420
|
"application/json": {
|
|
15409
15421
|
data?: {
|
|
15410
|
-
/** @example
|
|
15422
|
+
/** @example 5558e402-fe52-4a8f-8f23-4f3479a1f7d3 */
|
|
15411
15423
|
uid?: string;
|
|
15412
15424
|
/** @example 1 */
|
|
15413
15425
|
tenancy_id?: number;
|
|
@@ -15419,17 +15431,17 @@ export interface operations {
|
|
|
15419
15431
|
status?: string;
|
|
15420
15432
|
/** @example emergency */
|
|
15421
15433
|
priority?: string;
|
|
15422
|
-
/** @example 23 Apr 2026, 09
|
|
15434
|
+
/** @example 23 Apr 2026, 10:09 PM */
|
|
15423
15435
|
reported_at?: string;
|
|
15424
|
-
/** @example 28 Apr 2026,
|
|
15436
|
+
/** @example 28 Apr 2026, 06:29 PM */
|
|
15425
15437
|
assigned_at?: string;
|
|
15426
15438
|
/** @example null */
|
|
15427
15439
|
completed_at?: string | null;
|
|
15428
|
-
/** @example 01 May 2026,
|
|
15440
|
+
/** @example 01 May 2026, 11:51 PM */
|
|
15429
15441
|
sla_deadline?: string;
|
|
15430
|
-
/** @example 30 Apr 2026, 10:
|
|
15442
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15431
15443
|
created_at?: string;
|
|
15432
|
-
/** @example 30 Apr 2026, 10:
|
|
15444
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15433
15445
|
updated_at?: string;
|
|
15434
15446
|
};
|
|
15435
15447
|
};
|
|
@@ -15466,7 +15478,7 @@ export interface operations {
|
|
|
15466
15478
|
content: {
|
|
15467
15479
|
"application/json": {
|
|
15468
15480
|
data?: {
|
|
15469
|
-
/** @example
|
|
15481
|
+
/** @example 9868cd93-849e-4049-8b03-9557ed030ece */
|
|
15470
15482
|
uid?: string;
|
|
15471
15483
|
/** @example 1 */
|
|
15472
15484
|
tenancy_id?: number;
|
|
@@ -15478,17 +15490,17 @@ export interface operations {
|
|
|
15478
15490
|
status?: string;
|
|
15479
15491
|
/** @example emergency */
|
|
15480
15492
|
priority?: string;
|
|
15481
|
-
/** @example 23 Apr 2026, 09
|
|
15493
|
+
/** @example 23 Apr 2026, 10:09 PM */
|
|
15482
15494
|
reported_at?: string;
|
|
15483
|
-
/** @example 28 Apr 2026,
|
|
15495
|
+
/** @example 28 Apr 2026, 06:29 PM */
|
|
15484
15496
|
assigned_at?: string;
|
|
15485
15497
|
/** @example null */
|
|
15486
15498
|
completed_at?: string | null;
|
|
15487
|
-
/** @example 01 May 2026,
|
|
15499
|
+
/** @example 01 May 2026, 11:51 PM */
|
|
15488
15500
|
sla_deadline?: string;
|
|
15489
|
-
/** @example 30 Apr 2026, 10:
|
|
15501
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15490
15502
|
created_at?: string;
|
|
15491
|
-
/** @example 30 Apr 2026, 10:
|
|
15503
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15492
15504
|
updated_at?: string;
|
|
15493
15505
|
};
|
|
15494
15506
|
};
|
|
@@ -15525,7 +15537,7 @@ export interface operations {
|
|
|
15525
15537
|
content: {
|
|
15526
15538
|
"application/json": {
|
|
15527
15539
|
data?: {
|
|
15528
|
-
/** @example
|
|
15540
|
+
/** @example b336e6de-ca9d-401b-a2be-73c54480e54c */
|
|
15529
15541
|
uid?: string;
|
|
15530
15542
|
/** @example 1 */
|
|
15531
15543
|
tenancy_id?: number;
|
|
@@ -15537,17 +15549,17 @@ export interface operations {
|
|
|
15537
15549
|
status?: string;
|
|
15538
15550
|
/** @example emergency */
|
|
15539
15551
|
priority?: string;
|
|
15540
|
-
/** @example 23 Apr 2026, 09
|
|
15552
|
+
/** @example 23 Apr 2026, 10:09 PM */
|
|
15541
15553
|
reported_at?: string;
|
|
15542
|
-
/** @example 28 Apr 2026,
|
|
15554
|
+
/** @example 28 Apr 2026, 06:29 PM */
|
|
15543
15555
|
assigned_at?: string;
|
|
15544
15556
|
/** @example null */
|
|
15545
15557
|
completed_at?: string | null;
|
|
15546
|
-
/** @example 01 May 2026,
|
|
15558
|
+
/** @example 01 May 2026, 11:51 PM */
|
|
15547
15559
|
sla_deadline?: string;
|
|
15548
|
-
/** @example 30 Apr 2026, 10:
|
|
15560
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15549
15561
|
created_at?: string;
|
|
15550
|
-
/** @example 30 Apr 2026, 10:
|
|
15562
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
15551
15563
|
updated_at?: string;
|
|
15552
15564
|
};
|
|
15553
15565
|
};
|
|
@@ -16257,9 +16269,9 @@ export interface operations {
|
|
|
16257
16269
|
content: {
|
|
16258
16270
|
"application/json": {
|
|
16259
16271
|
data?: {
|
|
16260
|
-
/** @example
|
|
16272
|
+
/** @example 485 */
|
|
16261
16273
|
id?: number;
|
|
16262
|
-
/** @example APT-20260430-
|
|
16274
|
+
/** @example APT-20260430-P0YTV5 */
|
|
16263
16275
|
appointment_ref?: string;
|
|
16264
16276
|
/** @example Property viewing */
|
|
16265
16277
|
title?: string;
|
|
@@ -16323,7 +16335,7 @@ export interface operations {
|
|
|
16323
16335
|
/** @example dogunfx */
|
|
16324
16336
|
name?: string;
|
|
16325
16337
|
};
|
|
16326
|
-
/** @example 2026-04-30T10:
|
|
16338
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
16327
16339
|
created_at?: string;
|
|
16328
16340
|
};
|
|
16329
16341
|
};
|
|
@@ -16350,9 +16362,9 @@ export interface operations {
|
|
|
16350
16362
|
content: {
|
|
16351
16363
|
"application/json": {
|
|
16352
16364
|
data?: {
|
|
16353
|
-
/** @example
|
|
16365
|
+
/** @example 486 */
|
|
16354
16366
|
id?: number;
|
|
16355
|
-
/** @example APT-20260430-
|
|
16367
|
+
/** @example APT-20260430-B02R6S */
|
|
16356
16368
|
appointment_ref?: string;
|
|
16357
16369
|
/** @example Property viewing */
|
|
16358
16370
|
title?: string;
|
|
@@ -16416,7 +16428,7 @@ export interface operations {
|
|
|
16416
16428
|
/** @example dogunfx */
|
|
16417
16429
|
name?: string;
|
|
16418
16430
|
};
|
|
16419
|
-
/** @example 2026-04-30T10:
|
|
16431
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
16420
16432
|
created_at?: string;
|
|
16421
16433
|
};
|
|
16422
16434
|
};
|
|
@@ -16749,9 +16761,9 @@ export interface operations {
|
|
|
16749
16761
|
content: {
|
|
16750
16762
|
"application/json": {
|
|
16751
16763
|
data?: {
|
|
16752
|
-
/** @example
|
|
16764
|
+
/** @example 487 */
|
|
16753
16765
|
id?: number;
|
|
16754
|
-
/** @example APT-20260430-
|
|
16766
|
+
/** @example APT-20260430-VJKO6I */
|
|
16755
16767
|
appointment_ref?: string;
|
|
16756
16768
|
/** @example Property viewing */
|
|
16757
16769
|
title?: string;
|
|
@@ -16815,7 +16827,7 @@ export interface operations {
|
|
|
16815
16827
|
/** @example dogunfx */
|
|
16816
16828
|
name?: string;
|
|
16817
16829
|
};
|
|
16818
|
-
/** @example 2026-04-30T10:
|
|
16830
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
16819
16831
|
created_at?: string;
|
|
16820
16832
|
};
|
|
16821
16833
|
};
|
|
@@ -16842,9 +16854,9 @@ export interface operations {
|
|
|
16842
16854
|
content: {
|
|
16843
16855
|
"application/json": {
|
|
16844
16856
|
data?: {
|
|
16845
|
-
/** @example
|
|
16857
|
+
/** @example 488 */
|
|
16846
16858
|
id?: number;
|
|
16847
|
-
/** @example APT-20260430-
|
|
16859
|
+
/** @example APT-20260430-UCCHSR */
|
|
16848
16860
|
appointment_ref?: string;
|
|
16849
16861
|
/** @example Property viewing */
|
|
16850
16862
|
title?: string;
|
|
@@ -16908,7 +16920,7 @@ export interface operations {
|
|
|
16908
16920
|
/** @example dogunfx */
|
|
16909
16921
|
name?: string;
|
|
16910
16922
|
};
|
|
16911
|
-
/** @example 2026-04-30T10:
|
|
16923
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
16912
16924
|
created_at?: string;
|
|
16913
16925
|
};
|
|
16914
16926
|
};
|
|
@@ -16935,9 +16947,9 @@ export interface operations {
|
|
|
16935
16947
|
content: {
|
|
16936
16948
|
"application/json": {
|
|
16937
16949
|
data?: {
|
|
16938
|
-
/** @example
|
|
16950
|
+
/** @example 489 */
|
|
16939
16951
|
id?: number;
|
|
16940
|
-
/** @example APT-20260430-
|
|
16952
|
+
/** @example APT-20260430-JXPKVQ */
|
|
16941
16953
|
appointment_ref?: string;
|
|
16942
16954
|
/** @example Property viewing */
|
|
16943
16955
|
title?: string;
|
|
@@ -17001,7 +17013,7 @@ export interface operations {
|
|
|
17001
17013
|
/** @example dogunfx */
|
|
17002
17014
|
name?: string;
|
|
17003
17015
|
};
|
|
17004
|
-
/** @example 2026-04-30T10:
|
|
17016
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
17005
17017
|
created_at?: string;
|
|
17006
17018
|
};
|
|
17007
17019
|
};
|
|
@@ -17573,6 +17585,10 @@ export interface operations {
|
|
|
17573
17585
|
title?: string;
|
|
17574
17586
|
/** @example Rent */
|
|
17575
17587
|
type?: string;
|
|
17588
|
+
/** @example 02:00 PM */
|
|
17589
|
+
check_in_time?: string;
|
|
17590
|
+
/** @example 11:00 AM */
|
|
17591
|
+
check_out_time?: string;
|
|
17576
17592
|
};
|
|
17577
17593
|
};
|
|
17578
17594
|
guest?: {
|
|
@@ -17595,6 +17611,10 @@ export interface operations {
|
|
|
17595
17611
|
/** @example null */
|
|
17596
17612
|
avatar_path?: string | null;
|
|
17597
17613
|
};
|
|
17614
|
+
/** @example 10 Jun 2026 */
|
|
17615
|
+
start_date?: string;
|
|
17616
|
+
/** @example 13 Jun 2026 */
|
|
17617
|
+
end_date?: string;
|
|
17598
17618
|
/** @example 3 */
|
|
17599
17619
|
nights?: number;
|
|
17600
17620
|
/** @example pending */
|
|
@@ -18056,7 +18076,7 @@ export interface operations {
|
|
|
18056
18076
|
content: {
|
|
18057
18077
|
"application/json": {
|
|
18058
18078
|
data?: {
|
|
18059
|
-
/** @example
|
|
18079
|
+
/** @example e60a529b-8dc3-482f-b2ee-693f7a3419a1 */
|
|
18060
18080
|
uid?: string;
|
|
18061
18081
|
/** @example Ms. Audra Crooks II */
|
|
18062
18082
|
username?: string;
|
|
@@ -18086,7 +18106,7 @@ export interface operations {
|
|
|
18086
18106
|
timezone?: string;
|
|
18087
18107
|
/** @example Customer */
|
|
18088
18108
|
user_type?: string;
|
|
18089
|
-
/** @example 30 Apr 2026, 10:
|
|
18109
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
18090
18110
|
created?: string;
|
|
18091
18111
|
/** @example 0 seconds ago */
|
|
18092
18112
|
email_verified_at?: string;
|
|
@@ -18555,7 +18575,7 @@ export interface operations {
|
|
|
18555
18575
|
content: {
|
|
18556
18576
|
"application/json": {
|
|
18557
18577
|
data?: {
|
|
18558
|
-
/** @example
|
|
18578
|
+
/** @example 0e6afb0c-aedf-4db7-8d86-53c44218b10c */
|
|
18559
18579
|
uid?: string;
|
|
18560
18580
|
/** @example Ms. Audra Crooks II */
|
|
18561
18581
|
username?: string;
|
|
@@ -18585,7 +18605,7 @@ export interface operations {
|
|
|
18585
18605
|
timezone?: string;
|
|
18586
18606
|
/** @example Customer */
|
|
18587
18607
|
user_type?: string;
|
|
18588
|
-
/** @example 30 Apr 2026, 10:
|
|
18608
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
18589
18609
|
created?: string;
|
|
18590
18610
|
/** @example 0 seconds ago */
|
|
18591
18611
|
email_verified_at?: string;
|
|
@@ -18718,7 +18738,9 @@ export interface operations {
|
|
|
18718
18738
|
* "details": {
|
|
18719
18739
|
* "address": "24 Windsor Court, London, SW1",
|
|
18720
18740
|
* "title": "24 Windsor Court",
|
|
18721
|
-
* "type": "Rent"
|
|
18741
|
+
* "type": "Rent",
|
|
18742
|
+
* "check_in_time": "02:00 PM",
|
|
18743
|
+
* "check_out_time": "11:00 AM"
|
|
18722
18744
|
* }
|
|
18723
18745
|
* },
|
|
18724
18746
|
* "guest": {
|
|
@@ -18733,6 +18755,8 @@ export interface operations {
|
|
|
18733
18755
|
* "email": "alice@example.com",
|
|
18734
18756
|
* "avatar_path": null
|
|
18735
18757
|
* },
|
|
18758
|
+
* "start_date": "10 Jun 2026",
|
|
18759
|
+
* "end_date": "13 Jun 2026",
|
|
18736
18760
|
* "nights": 3,
|
|
18737
18761
|
* "status": "pending",
|
|
18738
18762
|
* "total_price": "450.00"
|
|
@@ -18766,6 +18790,10 @@ export interface operations {
|
|
|
18766
18790
|
title?: string;
|
|
18767
18791
|
/** @example Rent */
|
|
18768
18792
|
type?: string;
|
|
18793
|
+
/** @example 02:00 PM */
|
|
18794
|
+
check_in_time?: string;
|
|
18795
|
+
/** @example 11:00 AM */
|
|
18796
|
+
check_out_time?: string;
|
|
18769
18797
|
};
|
|
18770
18798
|
};
|
|
18771
18799
|
guest?: {
|
|
@@ -18788,6 +18816,10 @@ export interface operations {
|
|
|
18788
18816
|
/** @example null */
|
|
18789
18817
|
avatar_path?: string | null;
|
|
18790
18818
|
};
|
|
18819
|
+
/** @example 10 Jun 2026 */
|
|
18820
|
+
start_date?: string;
|
|
18821
|
+
/** @example 13 Jun 2026 */
|
|
18822
|
+
end_date?: string;
|
|
18791
18823
|
/** @example 3 */
|
|
18792
18824
|
nights?: number;
|
|
18793
18825
|
/** @example pending */
|
|
@@ -18842,12 +18874,12 @@ export interface operations {
|
|
|
18842
18874
|
*/
|
|
18843
18875
|
search?: string | null;
|
|
18844
18876
|
/**
|
|
18845
|
-
* @example
|
|
18877
|
+
* @example approved
|
|
18846
18878
|
* @enum {string|null}
|
|
18847
18879
|
*/
|
|
18848
18880
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
18849
18881
|
/**
|
|
18850
|
-
* @example
|
|
18882
|
+
* @example landlord
|
|
18851
18883
|
* @enum {string|null}
|
|
18852
18884
|
*/
|
|
18853
18885
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -19076,7 +19108,7 @@ export interface operations {
|
|
|
19076
19108
|
content: {
|
|
19077
19109
|
"application/json": {
|
|
19078
19110
|
data?: {
|
|
19079
|
-
/** @example
|
|
19111
|
+
/** @example 471faec3-4ab5-4930-9630-7ab38e282645 */
|
|
19080
19112
|
uid?: string;
|
|
19081
19113
|
/** @example JH-APP-2026-936806 */
|
|
19082
19114
|
application_ref?: string;
|
|
@@ -19097,7 +19129,7 @@ export interface operations {
|
|
|
19097
19129
|
/** @example null */
|
|
19098
19130
|
rejection_reason?: string | null;
|
|
19099
19131
|
timeline?: {
|
|
19100
|
-
/** @example 2026-04-30T10:
|
|
19132
|
+
/** @example 2026-04-30T10:55:42.000000Z */
|
|
19101
19133
|
created_at?: string;
|
|
19102
19134
|
/** @example null */
|
|
19103
19135
|
approved_at?: string | null;
|
|
@@ -19131,7 +19163,7 @@ export interface operations {
|
|
|
19131
19163
|
content: {
|
|
19132
19164
|
"application/json": {
|
|
19133
19165
|
data?: {
|
|
19134
|
-
/** @example
|
|
19166
|
+
/** @example 725ec381-6744-4234-9742-fbe45b475ee8 */
|
|
19135
19167
|
uid?: string;
|
|
19136
19168
|
/** @example JH-APP-2026-757680 */
|
|
19137
19169
|
application_ref?: string;
|
|
@@ -19152,7 +19184,7 @@ export interface operations {
|
|
|
19152
19184
|
/** @example null */
|
|
19153
19185
|
rejection_reason?: string | null;
|
|
19154
19186
|
timeline?: {
|
|
19155
|
-
/** @example 2026-04-30T10:
|
|
19187
|
+
/** @example 2026-04-30T10:55:42.000000Z */
|
|
19156
19188
|
created_at?: string;
|
|
19157
19189
|
/** @example null */
|
|
19158
19190
|
approved_at?: string | null;
|
|
@@ -19196,7 +19228,7 @@ export interface operations {
|
|
|
19196
19228
|
content: {
|
|
19197
19229
|
"application/json": {
|
|
19198
19230
|
data?: {
|
|
19199
|
-
/** @example
|
|
19231
|
+
/** @example 56226f06-b824-4d75-91b4-7a72c94fbd59 */
|
|
19200
19232
|
uid?: string;
|
|
19201
19233
|
/** @example JH-APP-2026-449171 */
|
|
19202
19234
|
application_ref?: string;
|
|
@@ -19217,7 +19249,7 @@ export interface operations {
|
|
|
19217
19249
|
/** @example null */
|
|
19218
19250
|
rejection_reason?: string | null;
|
|
19219
19251
|
timeline?: {
|
|
19220
|
-
/** @example 2026-04-30T10:
|
|
19252
|
+
/** @example 2026-04-30T10:55:42.000000Z */
|
|
19221
19253
|
created_at?: string;
|
|
19222
19254
|
/** @example null */
|
|
19223
19255
|
approved_at?: string | null;
|
|
@@ -19251,7 +19283,7 @@ export interface operations {
|
|
|
19251
19283
|
content: {
|
|
19252
19284
|
"application/json": {
|
|
19253
19285
|
data?: {
|
|
19254
|
-
/** @example
|
|
19286
|
+
/** @example b33923f6-44de-490c-963a-bfe74ab28fbe */
|
|
19255
19287
|
uid?: string;
|
|
19256
19288
|
/** @example 1 */
|
|
19257
19289
|
listing_id?: number;
|
|
@@ -19275,7 +19307,7 @@ export interface operations {
|
|
|
19275
19307
|
company_name?: string | null;
|
|
19276
19308
|
/** @example null */
|
|
19277
19309
|
company_registration_number?: string | null;
|
|
19278
|
-
/** @example 2026-04-30T10:
|
|
19310
|
+
/** @example 2026-04-30T10:55:42.000000Z */
|
|
19279
19311
|
created_at?: string;
|
|
19280
19312
|
};
|
|
19281
19313
|
};
|
|
@@ -19322,20 +19354,20 @@ export interface operations {
|
|
|
19322
19354
|
content: {
|
|
19323
19355
|
"application/json": {
|
|
19324
19356
|
data?: {
|
|
19325
|
-
/** @example New
|
|
19357
|
+
/** @example New Short Let Property draft • 30 Apr 2026, 10:55 AM */
|
|
19326
19358
|
draft_name?: string;
|
|
19327
|
-
/** @example LST-
|
|
19359
|
+
/** @example LST-PRP-SHL-MOLDBEKFPFE */
|
|
19328
19360
|
sku?: string;
|
|
19329
|
-
/** @example
|
|
19361
|
+
/** @example 7713d766-ca76-4f72-bbce-95434a49dde3 */
|
|
19330
19362
|
uid?: string;
|
|
19331
|
-
/** @example
|
|
19363
|
+
/** @example Short Let */
|
|
19332
19364
|
listing_type?: string;
|
|
19333
|
-
/** @example
|
|
19365
|
+
/** @example Property */
|
|
19334
19366
|
vertical?: string;
|
|
19335
|
-
/** @example
|
|
19336
|
-
arrangement_type?: string
|
|
19337
|
-
/** @example
|
|
19338
|
-
arrangement_type_label?: string
|
|
19367
|
+
/** @example standard_residential */
|
|
19368
|
+
arrangement_type?: string;
|
|
19369
|
+
/** @example Standard Residential */
|
|
19370
|
+
arrangement_type_label?: string;
|
|
19339
19371
|
/** @example null */
|
|
19340
19372
|
price?: string | null;
|
|
19341
19373
|
/** @example draft */
|
|
@@ -19346,8 +19378,10 @@ export interface operations {
|
|
|
19346
19378
|
published_since?: string | null;
|
|
19347
19379
|
/** @example false */
|
|
19348
19380
|
is_visible?: boolean;
|
|
19349
|
-
|
|
19350
|
-
|
|
19381
|
+
summary?: {
|
|
19382
|
+
/** @example null */
|
|
19383
|
+
availability?: string | null;
|
|
19384
|
+
};
|
|
19351
19385
|
/** @example [] */
|
|
19352
19386
|
workflow?: unknown[];
|
|
19353
19387
|
/** @example [] */
|
|
@@ -19448,9 +19482,9 @@ export interface operations {
|
|
|
19448
19482
|
/**
|
|
19449
19483
|
* @example [
|
|
19450
19484
|
* {
|
|
19451
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:
|
|
19452
|
-
* "sku": "LST-PRP-LTR-
|
|
19453
|
-
* "uid": "
|
|
19485
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
|
|
19486
|
+
* "sku": "LST-PRP-LTR-MOLDBEL6FAL",
|
|
19487
|
+
* "uid": "4b73d0d2-9ff1-4220-aa1b-f596164c844c",
|
|
19454
19488
|
* "listing_type": "Rent",
|
|
19455
19489
|
* "vertical": "Property",
|
|
19456
19490
|
* "arrangement_type": "let_to_let",
|
|
@@ -19467,9 +19501,9 @@ export interface operations {
|
|
|
19467
19501
|
* "media": []
|
|
19468
19502
|
* },
|
|
19469
19503
|
* {
|
|
19470
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:
|
|
19471
|
-
* "sku": "LST-PRP-SHL-
|
|
19472
|
-
* "uid": "
|
|
19504
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:55 AM",
|
|
19505
|
+
* "sku": "LST-PRP-SHL-MOLDBEL9SGA",
|
|
19506
|
+
* "uid": "e55a3100-b576-4faf-b9d7-f57f7bb251de",
|
|
19473
19507
|
* "listing_type": "Short Let",
|
|
19474
19508
|
* "vertical": "Property",
|
|
19475
19509
|
* "arrangement_type": "short_term_managed",
|
|
@@ -19488,11 +19522,11 @@ export interface operations {
|
|
|
19488
19522
|
* ]
|
|
19489
19523
|
*/
|
|
19490
19524
|
data?: {
|
|
19491
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
19525
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
19492
19526
|
draft_name?: string;
|
|
19493
|
-
/** @example LST-PRP-LTR-
|
|
19527
|
+
/** @example LST-PRP-LTR-MOLDBEL6FAL */
|
|
19494
19528
|
sku?: string;
|
|
19495
|
-
/** @example
|
|
19529
|
+
/** @example 4b73d0d2-9ff1-4220-aa1b-f596164c844c */
|
|
19496
19530
|
uid?: string;
|
|
19497
19531
|
/** @example Rent */
|
|
19498
19532
|
listing_type?: string;
|
|
@@ -19602,9 +19636,9 @@ export interface operations {
|
|
|
19602
19636
|
/**
|
|
19603
19637
|
* @example [
|
|
19604
19638
|
* {
|
|
19605
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:
|
|
19606
|
-
* "sku": "LST-PRP-LTR-
|
|
19607
|
-
* "uid": "
|
|
19639
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 10:55 AM",
|
|
19640
|
+
* "sku": "LST-PRP-LTR-MOLDBELGA8M",
|
|
19641
|
+
* "uid": "87fe95e0-658e-420f-978a-bddaf63c8a2d",
|
|
19608
19642
|
* "listing_type": "Rent",
|
|
19609
19643
|
* "vertical": "Property",
|
|
19610
19644
|
* "arrangement_type": "let_to_let",
|
|
@@ -19621,9 +19655,9 @@ export interface operations {
|
|
|
19621
19655
|
* "media": []
|
|
19622
19656
|
* },
|
|
19623
19657
|
* {
|
|
19624
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:
|
|
19625
|
-
* "sku": "LST-PRP-SHL-
|
|
19626
|
-
* "uid": "
|
|
19658
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 10:55 AM",
|
|
19659
|
+
* "sku": "LST-PRP-SHL-MOLDBELISSZ",
|
|
19660
|
+
* "uid": "ee2d402f-4d05-4c4b-9cfe-98a2f380b4aa",
|
|
19627
19661
|
* "listing_type": "Short Let",
|
|
19628
19662
|
* "vertical": "Property",
|
|
19629
19663
|
* "arrangement_type": "short_term_managed",
|
|
@@ -19642,11 +19676,11 @@ export interface operations {
|
|
|
19642
19676
|
* ]
|
|
19643
19677
|
*/
|
|
19644
19678
|
data?: {
|
|
19645
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
19679
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
19646
19680
|
draft_name?: string;
|
|
19647
|
-
/** @example LST-PRP-LTR-
|
|
19681
|
+
/** @example LST-PRP-LTR-MOLDBELGA8M */
|
|
19648
19682
|
sku?: string;
|
|
19649
|
-
/** @example
|
|
19683
|
+
/** @example 87fe95e0-658e-420f-978a-bddaf63c8a2d */
|
|
19650
19684
|
uid?: string;
|
|
19651
19685
|
/** @example Rent */
|
|
19652
19686
|
listing_type?: string;
|
|
@@ -20895,7 +20929,7 @@ export interface operations {
|
|
|
20895
20929
|
content: {
|
|
20896
20930
|
"application/json": {
|
|
20897
20931
|
data?: {
|
|
20898
|
-
/** @example
|
|
20932
|
+
/** @example d9ffa500-17f3-498e-8806-b0e701abfcc4 */
|
|
20899
20933
|
uid?: string;
|
|
20900
20934
|
/** @example photo */
|
|
20901
20935
|
media_type?: string;
|
|
@@ -21044,11 +21078,11 @@ export interface operations {
|
|
|
21044
21078
|
content: {
|
|
21045
21079
|
"application/json": {
|
|
21046
21080
|
data?: {
|
|
21047
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 10:
|
|
21081
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 10:55 AM */
|
|
21048
21082
|
draft_name?: string;
|
|
21049
|
-
/** @example LST-PRP-LTR-
|
|
21083
|
+
/** @example LST-PRP-LTR-MOLDBENRTON */
|
|
21050
21084
|
sku?: string;
|
|
21051
|
-
/** @example
|
|
21085
|
+
/** @example 6a78208e-4ace-4d9c-8446-a3f3500e893d */
|
|
21052
21086
|
uid?: string;
|
|
21053
21087
|
/** @example Rent */
|
|
21054
21088
|
listing_type?: string;
|
|
@@ -21208,7 +21242,7 @@ export interface operations {
|
|
|
21208
21242
|
content: {
|
|
21209
21243
|
"application/json": {
|
|
21210
21244
|
data?: {
|
|
21211
|
-
/** @example
|
|
21245
|
+
/** @example 571b1d8c-f877-45cf-9882-06dba7ccebac */
|
|
21212
21246
|
uid?: string;
|
|
21213
21247
|
/** @example null */
|
|
21214
21248
|
compliances?: string | null;
|
|
@@ -21259,7 +21293,7 @@ export interface operations {
|
|
|
21259
21293
|
content: {
|
|
21260
21294
|
"application/json": {
|
|
21261
21295
|
data?: {
|
|
21262
|
-
/** @example
|
|
21296
|
+
/** @example 164 */
|
|
21263
21297
|
id?: number;
|
|
21264
21298
|
compliance?: {
|
|
21265
21299
|
/** @example 1 */
|
|
@@ -21281,7 +21315,7 @@ export interface operations {
|
|
|
21281
21315
|
reviewed_by?: number;
|
|
21282
21316
|
/** @example null */
|
|
21283
21317
|
reviewed_at?: string | null;
|
|
21284
|
-
/** @example 2026-04-30T10:
|
|
21318
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21285
21319
|
created_at?: string;
|
|
21286
21320
|
};
|
|
21287
21321
|
};
|
|
@@ -21336,7 +21370,7 @@ export interface operations {
|
|
|
21336
21370
|
/**
|
|
21337
21371
|
* @example [
|
|
21338
21372
|
* {
|
|
21339
|
-
* "uid": "
|
|
21373
|
+
* "uid": "66ea3f98-3497-4274-8e62-b00518fbc4f7",
|
|
21340
21374
|
* "listing_id": 1,
|
|
21341
21375
|
* "landlord_id": 2,
|
|
21342
21376
|
* "tenant_id": 2,
|
|
@@ -21348,10 +21382,10 @@ export interface operations {
|
|
|
21348
21382
|
* "is_periodic": false,
|
|
21349
21383
|
* "company_name": null,
|
|
21350
21384
|
* "company_registration_number": null,
|
|
21351
|
-
* "created_at": "2026-04-30T10:
|
|
21385
|
+
* "created_at": "2026-04-30T10:55:43.000000Z"
|
|
21352
21386
|
* },
|
|
21353
21387
|
* {
|
|
21354
|
-
* "uid": "
|
|
21388
|
+
* "uid": "e6f79ce0-afa9-4260-98c6-c52d1a3f854e",
|
|
21355
21389
|
* "listing_id": 1,
|
|
21356
21390
|
* "landlord_id": 2,
|
|
21357
21391
|
* "tenant_id": 2,
|
|
@@ -21363,12 +21397,12 @@ export interface operations {
|
|
|
21363
21397
|
* "is_periodic": false,
|
|
21364
21398
|
* "company_name": null,
|
|
21365
21399
|
* "company_registration_number": null,
|
|
21366
|
-
* "created_at": "2026-04-30T10:
|
|
21400
|
+
* "created_at": "2026-04-30T10:55:43.000000Z"
|
|
21367
21401
|
* }
|
|
21368
21402
|
* ]
|
|
21369
21403
|
*/
|
|
21370
21404
|
data?: {
|
|
21371
|
-
/** @example
|
|
21405
|
+
/** @example 66ea3f98-3497-4274-8e62-b00518fbc4f7 */
|
|
21372
21406
|
uid?: string;
|
|
21373
21407
|
/** @example 1 */
|
|
21374
21408
|
listing_id?: number;
|
|
@@ -21392,7 +21426,7 @@ export interface operations {
|
|
|
21392
21426
|
company_name?: string | null;
|
|
21393
21427
|
/** @example null */
|
|
21394
21428
|
company_registration_number?: string | null;
|
|
21395
|
-
/** @example 2026-04-30T10:
|
|
21429
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21396
21430
|
created_at?: string;
|
|
21397
21431
|
}[];
|
|
21398
21432
|
links?: {
|
|
@@ -21479,7 +21513,7 @@ export interface operations {
|
|
|
21479
21513
|
/**
|
|
21480
21514
|
* @example [
|
|
21481
21515
|
* {
|
|
21482
|
-
* "uid": "
|
|
21516
|
+
* "uid": "cf5ea42d-9b3a-4781-97d9-e2a42d28b120",
|
|
21483
21517
|
* "listing_id": 1,
|
|
21484
21518
|
* "landlord_id": 2,
|
|
21485
21519
|
* "tenant_id": 2,
|
|
@@ -21491,10 +21525,10 @@ export interface operations {
|
|
|
21491
21525
|
* "is_periodic": false,
|
|
21492
21526
|
* "company_name": null,
|
|
21493
21527
|
* "company_registration_number": null,
|
|
21494
|
-
* "created_at": "2026-04-30T10:
|
|
21528
|
+
* "created_at": "2026-04-30T10:55:43.000000Z"
|
|
21495
21529
|
* },
|
|
21496
21530
|
* {
|
|
21497
|
-
* "uid": "
|
|
21531
|
+
* "uid": "5c65cfb8-439b-48cc-8dc0-ebc9051d9b08",
|
|
21498
21532
|
* "listing_id": 1,
|
|
21499
21533
|
* "landlord_id": 2,
|
|
21500
21534
|
* "tenant_id": 2,
|
|
@@ -21506,12 +21540,12 @@ export interface operations {
|
|
|
21506
21540
|
* "is_periodic": false,
|
|
21507
21541
|
* "company_name": null,
|
|
21508
21542
|
* "company_registration_number": null,
|
|
21509
|
-
* "created_at": "2026-04-30T10:
|
|
21543
|
+
* "created_at": "2026-04-30T10:55:43.000000Z"
|
|
21510
21544
|
* }
|
|
21511
21545
|
* ]
|
|
21512
21546
|
*/
|
|
21513
21547
|
data?: {
|
|
21514
|
-
/** @example
|
|
21548
|
+
/** @example cf5ea42d-9b3a-4781-97d9-e2a42d28b120 */
|
|
21515
21549
|
uid?: string;
|
|
21516
21550
|
/** @example 1 */
|
|
21517
21551
|
listing_id?: number;
|
|
@@ -21535,7 +21569,7 @@ export interface operations {
|
|
|
21535
21569
|
company_name?: string | null;
|
|
21536
21570
|
/** @example null */
|
|
21537
21571
|
company_registration_number?: string | null;
|
|
21538
|
-
/** @example 2026-04-30T10:
|
|
21572
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21539
21573
|
created_at?: string;
|
|
21540
21574
|
}[];
|
|
21541
21575
|
links?: {
|
|
@@ -21642,7 +21676,7 @@ export interface operations {
|
|
|
21642
21676
|
content: {
|
|
21643
21677
|
"application/json": {
|
|
21644
21678
|
data?: {
|
|
21645
|
-
/** @example
|
|
21679
|
+
/** @example 247 */
|
|
21646
21680
|
id?: number;
|
|
21647
21681
|
compliance?: {
|
|
21648
21682
|
/** @example 1 */
|
|
@@ -21662,9 +21696,9 @@ export interface operations {
|
|
|
21662
21696
|
rejection_reason?: string | null;
|
|
21663
21697
|
/** @example 1 */
|
|
21664
21698
|
reviewed_by?: number;
|
|
21665
|
-
/** @example 2026-04-30T10:
|
|
21699
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21666
21700
|
reviewed_at?: string;
|
|
21667
|
-
/** @example 2026-04-30T10:
|
|
21701
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21668
21702
|
created_at?: string;
|
|
21669
21703
|
};
|
|
21670
21704
|
};
|
|
@@ -21691,7 +21725,7 @@ export interface operations {
|
|
|
21691
21725
|
content: {
|
|
21692
21726
|
"application/json": {
|
|
21693
21727
|
data?: {
|
|
21694
|
-
/** @example
|
|
21728
|
+
/** @example 248 */
|
|
21695
21729
|
id?: number;
|
|
21696
21730
|
compliance?: {
|
|
21697
21731
|
/** @example 1 */
|
|
@@ -21711,9 +21745,9 @@ export interface operations {
|
|
|
21711
21745
|
rejection_reason?: string | null;
|
|
21712
21746
|
/** @example 1 */
|
|
21713
21747
|
reviewed_by?: number;
|
|
21714
|
-
/** @example 2026-04-30T10:
|
|
21748
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21715
21749
|
reviewed_at?: string;
|
|
21716
|
-
/** @example 2026-04-30T10:
|
|
21750
|
+
/** @example 2026-04-30T10:55:43.000000Z */
|
|
21717
21751
|
created_at?: string;
|
|
21718
21752
|
};
|
|
21719
21753
|
};
|
|
@@ -22845,37 +22879,37 @@ export interface operations {
|
|
|
22845
22879
|
/**
|
|
22846
22880
|
* @example [
|
|
22847
22881
|
* {
|
|
22848
|
-
* "uid": "
|
|
22882
|
+
* "uid": "f14b2e75-5b2e-48bd-9311-02e27ebb6e65",
|
|
22849
22883
|
* "tenancy_id": 1,
|
|
22850
22884
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
22851
22885
|
* "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.",
|
|
22852
22886
|
* "status": "reported",
|
|
22853
22887
|
* "priority": "emergency",
|
|
22854
|
-
* "reported_at": "23 Apr 2026, 09
|
|
22855
|
-
* "assigned_at": "28 Apr 2026,
|
|
22888
|
+
* "reported_at": "23 Apr 2026, 10:09 PM",
|
|
22889
|
+
* "assigned_at": "28 Apr 2026, 06:29 PM",
|
|
22856
22890
|
* "completed_at": null,
|
|
22857
|
-
* "sla_deadline": "01 May 2026,
|
|
22858
|
-
* "created_at": "30 Apr 2026, 10:
|
|
22859
|
-
* "updated_at": "30 Apr 2026, 10:
|
|
22891
|
+
* "sla_deadline": "01 May 2026, 11:51 PM",
|
|
22892
|
+
* "created_at": "30 Apr 2026, 10:55 AM",
|
|
22893
|
+
* "updated_at": "30 Apr 2026, 10:55 AM"
|
|
22860
22894
|
* },
|
|
22861
22895
|
* {
|
|
22862
|
-
* "uid": "
|
|
22896
|
+
* "uid": "14dff8e2-f7e8-4707-9269-72e7d41e963f",
|
|
22863
22897
|
* "tenancy_id": 1,
|
|
22864
22898
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
22865
22899
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
22866
22900
|
* "status": "completed",
|
|
22867
22901
|
* "priority": "normal",
|
|
22868
|
-
* "reported_at": "26 Apr 2026,
|
|
22902
|
+
* "reported_at": "26 Apr 2026, 10:47 AM",
|
|
22869
22903
|
* "assigned_at": null,
|
|
22870
22904
|
* "completed_at": null,
|
|
22871
|
-
* "sla_deadline": "03 May 2026,
|
|
22872
|
-
* "created_at": "30 Apr 2026, 10:
|
|
22873
|
-
* "updated_at": "30 Apr 2026, 10:
|
|
22905
|
+
* "sla_deadline": "03 May 2026, 07:51 AM",
|
|
22906
|
+
* "created_at": "30 Apr 2026, 10:55 AM",
|
|
22907
|
+
* "updated_at": "30 Apr 2026, 10:55 AM"
|
|
22874
22908
|
* }
|
|
22875
22909
|
* ]
|
|
22876
22910
|
*/
|
|
22877
22911
|
data?: {
|
|
22878
|
-
/** @example
|
|
22912
|
+
/** @example f14b2e75-5b2e-48bd-9311-02e27ebb6e65 */
|
|
22879
22913
|
uid?: string;
|
|
22880
22914
|
/** @example 1 */
|
|
22881
22915
|
tenancy_id?: number;
|
|
@@ -22887,17 +22921,17 @@ export interface operations {
|
|
|
22887
22921
|
status?: string;
|
|
22888
22922
|
/** @example emergency */
|
|
22889
22923
|
priority?: string;
|
|
22890
|
-
/** @example 23 Apr 2026, 09
|
|
22924
|
+
/** @example 23 Apr 2026, 10:09 PM */
|
|
22891
22925
|
reported_at?: string;
|
|
22892
|
-
/** @example 28 Apr 2026,
|
|
22926
|
+
/** @example 28 Apr 2026, 06:29 PM */
|
|
22893
22927
|
assigned_at?: string;
|
|
22894
22928
|
/** @example null */
|
|
22895
22929
|
completed_at?: string | null;
|
|
22896
|
-
/** @example 01 May 2026,
|
|
22930
|
+
/** @example 01 May 2026, 11:51 PM */
|
|
22897
22931
|
sla_deadline?: string;
|
|
22898
|
-
/** @example 30 Apr 2026, 10:
|
|
22932
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
22899
22933
|
created_at?: string;
|
|
22900
|
-
/** @example 30 Apr 2026, 10:
|
|
22934
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
22901
22935
|
updated_at?: string;
|
|
22902
22936
|
}[];
|
|
22903
22937
|
links?: {
|
|
@@ -23013,13 +23047,13 @@ export interface operations {
|
|
|
23013
23047
|
};
|
|
23014
23048
|
} | {
|
|
23015
23049
|
data?: {
|
|
23016
|
-
/** @example
|
|
23050
|
+
/** @example 9705eeb3-d0f8-45cb-9ae4-fb428337cf4d */
|
|
23017
23051
|
uid?: string;
|
|
23018
23052
|
/** @example image */
|
|
23019
23053
|
file_type?: string;
|
|
23020
23054
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
23021
23055
|
url?: string;
|
|
23022
|
-
/** @example 2026-04-30T10:
|
|
23056
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
23023
23057
|
created_at?: string;
|
|
23024
23058
|
};
|
|
23025
23059
|
};
|
|
@@ -23064,7 +23098,7 @@ export interface operations {
|
|
|
23064
23098
|
content: {
|
|
23065
23099
|
"application/json": {
|
|
23066
23100
|
data?: {
|
|
23067
|
-
/** @example
|
|
23101
|
+
/** @example 172 */
|
|
23068
23102
|
id?: number;
|
|
23069
23103
|
/** @example property_inquiry */
|
|
23070
23104
|
type?: string;
|
|
@@ -23080,7 +23114,7 @@ export interface operations {
|
|
|
23080
23114
|
};
|
|
23081
23115
|
/** @example null */
|
|
23082
23116
|
last_message_at?: string | null;
|
|
23083
|
-
/** @example 2026-04-30T10:
|
|
23117
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
23084
23118
|
created_at?: string;
|
|
23085
23119
|
};
|
|
23086
23120
|
};
|
|
@@ -23491,7 +23525,7 @@ export interface operations {
|
|
|
23491
23525
|
};
|
|
23492
23526
|
content: {
|
|
23493
23527
|
"application/json": {
|
|
23494
|
-
/** @example
|
|
23528
|
+
/** @example f383abc2-56e3-4a4f-96e0-425a30681d35 */
|
|
23495
23529
|
id?: string;
|
|
23496
23530
|
/** @example APPOINTMENT_CREATED */
|
|
23497
23531
|
type?: string;
|
|
@@ -23503,7 +23537,7 @@ export interface operations {
|
|
|
23503
23537
|
data?: unknown[];
|
|
23504
23538
|
/** @example null */
|
|
23505
23539
|
read_at?: string | null;
|
|
23506
|
-
/** @example 2026-04-30T10:
|
|
23540
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
23507
23541
|
created_at?: string;
|
|
23508
23542
|
};
|
|
23509
23543
|
};
|
|
@@ -23609,9 +23643,9 @@ export interface operations {
|
|
|
23609
23643
|
content: {
|
|
23610
23644
|
"application/json": {
|
|
23611
23645
|
data?: {
|
|
23612
|
-
/** @example
|
|
23646
|
+
/** @example unde */
|
|
23613
23647
|
key?: string;
|
|
23614
|
-
/** @example
|
|
23648
|
+
/** @example ipsam */
|
|
23615
23649
|
name?: string;
|
|
23616
23650
|
/** @example soft */
|
|
23617
23651
|
enforcement_mode?: string;
|
|
@@ -23749,7 +23783,7 @@ export interface operations {
|
|
|
23749
23783
|
content: {
|
|
23750
23784
|
"application/json": {
|
|
23751
23785
|
data?: {
|
|
23752
|
-
/** @example
|
|
23786
|
+
/** @example 2cb7a6ba-4e5c-4fbc-acd6-428cf663f321 */
|
|
23753
23787
|
uid?: string;
|
|
23754
23788
|
/** @example JH-APP-2026-089432 */
|
|
23755
23789
|
application_ref?: string;
|
|
@@ -23770,7 +23804,7 @@ export interface operations {
|
|
|
23770
23804
|
/** @example null */
|
|
23771
23805
|
rejection_reason?: string | null;
|
|
23772
23806
|
timeline?: {
|
|
23773
|
-
/** @example 2026-04-30T10:
|
|
23807
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
23774
23808
|
created_at?: string;
|
|
23775
23809
|
/** @example null */
|
|
23776
23810
|
approved_at?: string | null;
|
|
@@ -23810,12 +23844,12 @@ export interface operations {
|
|
|
23810
23844
|
*/
|
|
23811
23845
|
search?: string | null;
|
|
23812
23846
|
/**
|
|
23813
|
-
* @example
|
|
23847
|
+
* @example cancelled
|
|
23814
23848
|
* @enum {string|null}
|
|
23815
23849
|
*/
|
|
23816
23850
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
23817
23851
|
/**
|
|
23818
|
-
* @example
|
|
23852
|
+
* @example admin
|
|
23819
23853
|
* @enum {string|null}
|
|
23820
23854
|
*/
|
|
23821
23855
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -24027,7 +24061,7 @@ export interface operations {
|
|
|
24027
24061
|
content: {
|
|
24028
24062
|
"application/json": {
|
|
24029
24063
|
data?: {
|
|
24030
|
-
/** @example
|
|
24064
|
+
/** @example 93d38c15-84d6-46e2-a0df-60ae8ed919b5 */
|
|
24031
24065
|
uid?: string;
|
|
24032
24066
|
/** @example JH-APP-2026-700432 */
|
|
24033
24067
|
application_ref?: string;
|
|
@@ -24048,7 +24082,7 @@ export interface operations {
|
|
|
24048
24082
|
/** @example null */
|
|
24049
24083
|
rejection_reason?: string | null;
|
|
24050
24084
|
timeline?: {
|
|
24051
|
-
/** @example 2026-04-30T10:
|
|
24085
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
24052
24086
|
created_at?: string;
|
|
24053
24087
|
/** @example null */
|
|
24054
24088
|
approved_at?: string | null;
|
|
@@ -24082,7 +24116,7 @@ export interface operations {
|
|
|
24082
24116
|
content: {
|
|
24083
24117
|
"application/json": {
|
|
24084
24118
|
data?: {
|
|
24085
|
-
/** @example
|
|
24119
|
+
/** @example 7369cabc-6977-4f73-ac0f-b6ead46ac284 */
|
|
24086
24120
|
uid?: string;
|
|
24087
24121
|
/** @example JH-APP-2026-031881 */
|
|
24088
24122
|
application_ref?: string;
|
|
@@ -24103,7 +24137,7 @@ export interface operations {
|
|
|
24103
24137
|
/** @example null */
|
|
24104
24138
|
rejection_reason?: string | null;
|
|
24105
24139
|
timeline?: {
|
|
24106
|
-
/** @example 2026-04-30T10:
|
|
24140
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
24107
24141
|
created_at?: string;
|
|
24108
24142
|
/** @example null */
|
|
24109
24143
|
approved_at?: string | null;
|
|
@@ -24296,21 +24330,21 @@ export interface operations {
|
|
|
24296
24330
|
content: {
|
|
24297
24331
|
"application/json": {
|
|
24298
24332
|
data?: {
|
|
24299
|
-
/** @example
|
|
24333
|
+
/** @example 405 */
|
|
24300
24334
|
id?: number;
|
|
24301
24335
|
/** @example 1 */
|
|
24302
24336
|
rating?: number;
|
|
24303
24337
|
/** @example Nice Listing */
|
|
24304
24338
|
comment?: string;
|
|
24305
24339
|
reviewer?: {
|
|
24306
|
-
/** @example
|
|
24340
|
+
/** @example 26 */
|
|
24307
24341
|
id?: number;
|
|
24308
|
-
/** @example
|
|
24342
|
+
/** @example Arthur Reid */
|
|
24309
24343
|
name?: string;
|
|
24310
24344
|
};
|
|
24311
|
-
/** @example 30 Apr 2026, 10:
|
|
24345
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24312
24346
|
created_at?: string;
|
|
24313
|
-
/** @example 30 Apr 2026, 10:
|
|
24347
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24314
24348
|
updated_at?: string;
|
|
24315
24349
|
};
|
|
24316
24350
|
};
|
|
@@ -24354,21 +24388,21 @@ export interface operations {
|
|
|
24354
24388
|
content: {
|
|
24355
24389
|
"application/json": {
|
|
24356
24390
|
data?: {
|
|
24357
|
-
/** @example
|
|
24391
|
+
/** @example 406 */
|
|
24358
24392
|
id?: number;
|
|
24359
24393
|
/** @example 1 */
|
|
24360
24394
|
rating?: number;
|
|
24361
24395
|
/** @example Nice Listing */
|
|
24362
24396
|
comment?: string;
|
|
24363
24397
|
reviewer?: {
|
|
24364
|
-
/** @example
|
|
24398
|
+
/** @example 5 */
|
|
24365
24399
|
id?: number;
|
|
24366
|
-
/** @example
|
|
24400
|
+
/** @example Mary Hall */
|
|
24367
24401
|
name?: string;
|
|
24368
24402
|
};
|
|
24369
|
-
/** @example 30 Apr 2026, 10:
|
|
24403
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24370
24404
|
created_at?: string;
|
|
24371
|
-
/** @example 30 Apr 2026, 10:
|
|
24405
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24372
24406
|
updated_at?: string;
|
|
24373
24407
|
};
|
|
24374
24408
|
};
|
|
@@ -24410,21 +24444,21 @@ export interface operations {
|
|
|
24410
24444
|
content: {
|
|
24411
24445
|
"application/json": {
|
|
24412
24446
|
data?: {
|
|
24413
|
-
/** @example
|
|
24447
|
+
/** @example 407 */
|
|
24414
24448
|
id?: number;
|
|
24415
24449
|
/** @example 1 */
|
|
24416
24450
|
rating?: number;
|
|
24417
24451
|
/** @example Nice Listing */
|
|
24418
24452
|
comment?: string;
|
|
24419
24453
|
reviewer?: {
|
|
24420
|
-
/** @example
|
|
24454
|
+
/** @example 19 */
|
|
24421
24455
|
id?: number;
|
|
24422
|
-
/** @example
|
|
24456
|
+
/** @example John Brown */
|
|
24423
24457
|
name?: string;
|
|
24424
24458
|
};
|
|
24425
|
-
/** @example 30 Apr 2026, 10:
|
|
24459
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24426
24460
|
created_at?: string;
|
|
24427
|
-
/** @example 30 Apr 2026, 10:
|
|
24461
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24428
24462
|
updated_at?: string;
|
|
24429
24463
|
};
|
|
24430
24464
|
};
|
|
@@ -24451,21 +24485,21 @@ export interface operations {
|
|
|
24451
24485
|
content: {
|
|
24452
24486
|
"application/json": {
|
|
24453
24487
|
data?: {
|
|
24454
|
-
/** @example
|
|
24488
|
+
/** @example 408 */
|
|
24455
24489
|
id?: number;
|
|
24456
24490
|
/** @example 1 */
|
|
24457
24491
|
rating?: number;
|
|
24458
24492
|
/** @example Nice Listing */
|
|
24459
24493
|
comment?: string;
|
|
24460
24494
|
reviewer?: {
|
|
24461
|
-
/** @example
|
|
24495
|
+
/** @example 26 */
|
|
24462
24496
|
id?: number;
|
|
24463
|
-
/** @example
|
|
24497
|
+
/** @example Arthur Reid */
|
|
24464
24498
|
name?: string;
|
|
24465
24499
|
};
|
|
24466
|
-
/** @example 30 Apr 2026, 10:
|
|
24500
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24467
24501
|
created_at?: string;
|
|
24468
|
-
/** @example 30 Apr 2026, 10:
|
|
24502
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
24469
24503
|
updated_at?: string;
|
|
24470
24504
|
};
|
|
24471
24505
|
};
|
|
@@ -24492,7 +24526,7 @@ export interface operations {
|
|
|
24492
24526
|
content: {
|
|
24493
24527
|
"application/json": {
|
|
24494
24528
|
data?: {
|
|
24495
|
-
/** @example
|
|
24529
|
+
/** @example c2ff3bca-1fb4-456f-a30d-f0b481a7c0a1 */
|
|
24496
24530
|
uid?: string;
|
|
24497
24531
|
/** @example 1 */
|
|
24498
24532
|
listing_id?: number;
|
|
@@ -24516,7 +24550,7 @@ export interface operations {
|
|
|
24516
24550
|
company_name?: string | null;
|
|
24517
24551
|
/** @example null */
|
|
24518
24552
|
company_registration_number?: string | null;
|
|
24519
|
-
/** @example 2026-04-30T10:
|
|
24553
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
24520
24554
|
created_at?: string;
|
|
24521
24555
|
/** @example [] */
|
|
24522
24556
|
compliances?: unknown[];
|
|
@@ -24593,7 +24627,7 @@ export interface operations {
|
|
|
24593
24627
|
content: {
|
|
24594
24628
|
"application/json": {
|
|
24595
24629
|
data?: {
|
|
24596
|
-
/** @example
|
|
24630
|
+
/** @example a0112344-2733-4c3a-95bf-8965c738d55d */
|
|
24597
24631
|
uid?: string;
|
|
24598
24632
|
/** @example 1 */
|
|
24599
24633
|
listing_id?: number;
|
|
@@ -24617,7 +24651,7 @@ export interface operations {
|
|
|
24617
24651
|
company_name?: string | null;
|
|
24618
24652
|
/** @example null */
|
|
24619
24653
|
company_registration_number?: string | null;
|
|
24620
|
-
/** @example 2026-04-30T10:
|
|
24654
|
+
/** @example 2026-04-30T10:55:44.000000Z */
|
|
24621
24655
|
created_at?: string;
|
|
24622
24656
|
};
|
|
24623
24657
|
};
|
|
@@ -24911,7 +24945,7 @@ export interface operations {
|
|
|
24911
24945
|
* "changed_by_user_id": 3,
|
|
24912
24946
|
* "changed_by_name": "Teagan King",
|
|
24913
24947
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
24914
|
-
* "created_at": "2025-12-
|
|
24948
|
+
* "created_at": "2025-12-22T21:42:43.000000Z"
|
|
24915
24949
|
* },
|
|
24916
24950
|
* {
|
|
24917
24951
|
* "from_state": "pre_move_in_ready",
|
|
@@ -24919,7 +24953,7 @@ export interface operations {
|
|
|
24919
24953
|
* "changed_by_user_id": 3,
|
|
24920
24954
|
* "changed_by_name": "Teagan King",
|
|
24921
24955
|
* "comment": null,
|
|
24922
|
-
* "created_at": "2025-11-
|
|
24956
|
+
* "created_at": "2025-11-08T05:38:23.000000Z"
|
|
24923
24957
|
* }
|
|
24924
24958
|
* ]
|
|
24925
24959
|
*/
|
|
@@ -24934,7 +24968,7 @@ export interface operations {
|
|
|
24934
24968
|
changed_by_name?: string;
|
|
24935
24969
|
/** @example Qui commodi incidunt iure odit. */
|
|
24936
24970
|
comment?: string;
|
|
24937
|
-
/** @example 2025-12-
|
|
24971
|
+
/** @example 2025-12-22T21:42:43.000000Z */
|
|
24938
24972
|
created_at?: string;
|
|
24939
24973
|
}[];
|
|
24940
24974
|
};
|
|
@@ -25319,7 +25353,7 @@ export interface operations {
|
|
|
25319
25353
|
content: {
|
|
25320
25354
|
"application/json": {
|
|
25321
25355
|
data?: {
|
|
25322
|
-
/** @example
|
|
25356
|
+
/** @example 276a2506-7a01-4816-90ae-94b4fa15aafe */
|
|
25323
25357
|
uid?: string;
|
|
25324
25358
|
/** @example Ms. Audra Crooks II */
|
|
25325
25359
|
username?: string;
|
|
@@ -25349,7 +25383,7 @@ export interface operations {
|
|
|
25349
25383
|
timezone?: string;
|
|
25350
25384
|
/** @example Customer */
|
|
25351
25385
|
user_type?: string;
|
|
25352
|
-
/** @example 30 Apr 2026, 10:
|
|
25386
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
25353
25387
|
created?: string;
|
|
25354
25388
|
/** @example 0 seconds ago */
|
|
25355
25389
|
email_verified_at?: string;
|
|
@@ -25462,7 +25496,9 @@ export interface operations {
|
|
|
25462
25496
|
* "details": {
|
|
25463
25497
|
* "address": "24 Windsor Court, London, SW1",
|
|
25464
25498
|
* "title": "24 Windsor Court",
|
|
25465
|
-
* "type": "Rent"
|
|
25499
|
+
* "type": "Rent",
|
|
25500
|
+
* "check_in_time": "02:00 PM",
|
|
25501
|
+
* "check_out_time": "11:00 AM"
|
|
25466
25502
|
* }
|
|
25467
25503
|
* },
|
|
25468
25504
|
* "guest": {
|
|
@@ -25477,6 +25513,8 @@ export interface operations {
|
|
|
25477
25513
|
* "email": "alice@example.com",
|
|
25478
25514
|
* "avatar_path": null
|
|
25479
25515
|
* },
|
|
25516
|
+
* "start_date": "10 Jun 2026",
|
|
25517
|
+
* "end_date": "13 Jun 2026",
|
|
25480
25518
|
* "nights": 3,
|
|
25481
25519
|
* "status": "pending",
|
|
25482
25520
|
* "total_price": "450.00"
|
|
@@ -25510,6 +25548,10 @@ export interface operations {
|
|
|
25510
25548
|
title?: string;
|
|
25511
25549
|
/** @example Rent */
|
|
25512
25550
|
type?: string;
|
|
25551
|
+
/** @example 02:00 PM */
|
|
25552
|
+
check_in_time?: string;
|
|
25553
|
+
/** @example 11:00 AM */
|
|
25554
|
+
check_out_time?: string;
|
|
25513
25555
|
};
|
|
25514
25556
|
};
|
|
25515
25557
|
guest?: {
|
|
@@ -25532,6 +25574,10 @@ export interface operations {
|
|
|
25532
25574
|
/** @example null */
|
|
25533
25575
|
avatar_path?: string | null;
|
|
25534
25576
|
};
|
|
25577
|
+
/** @example 10 Jun 2026 */
|
|
25578
|
+
start_date?: string;
|
|
25579
|
+
/** @example 13 Jun 2026 */
|
|
25580
|
+
end_date?: string;
|
|
25535
25581
|
/** @example 3 */
|
|
25536
25582
|
nights?: number;
|
|
25537
25583
|
/** @example pending */
|
|
@@ -25612,7 +25658,7 @@ export interface operations {
|
|
|
25612
25658
|
content: {
|
|
25613
25659
|
"application/json": {
|
|
25614
25660
|
data?: {
|
|
25615
|
-
/** @example
|
|
25661
|
+
/** @example 94d22abc-c404-44a8-b7ea-2b64d2c69ae4 */
|
|
25616
25662
|
uid?: string;
|
|
25617
25663
|
/** @example Morgan Hirthe */
|
|
25618
25664
|
username?: string;
|
|
@@ -25642,7 +25688,7 @@ export interface operations {
|
|
|
25642
25688
|
timezone?: string;
|
|
25643
25689
|
/** @example Customer */
|
|
25644
25690
|
user_type?: string;
|
|
25645
|
-
/** @example 30 Apr 2026, 10:
|
|
25691
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
25646
25692
|
created?: string;
|
|
25647
25693
|
/** @example 0 seconds ago */
|
|
25648
25694
|
email_verified_at?: string;
|
|
@@ -25714,7 +25760,7 @@ export interface operations {
|
|
|
25714
25760
|
content: {
|
|
25715
25761
|
"application/json": {
|
|
25716
25762
|
data?: {
|
|
25717
|
-
/** @example
|
|
25763
|
+
/** @example 239ac7ff-1a56-48d2-9515-37d6641252e4 */
|
|
25718
25764
|
uid?: string;
|
|
25719
25765
|
/** @example Ms. Audra Crooks II */
|
|
25720
25766
|
username?: string;
|
|
@@ -25744,7 +25790,7 @@ export interface operations {
|
|
|
25744
25790
|
timezone?: string;
|
|
25745
25791
|
/** @example Customer */
|
|
25746
25792
|
user_type?: string;
|
|
25747
|
-
/** @example 30 Apr 2026, 10:
|
|
25793
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
25748
25794
|
created?: string;
|
|
25749
25795
|
/** @example 0 seconds ago */
|
|
25750
25796
|
email_verified_at?: string;
|
|
@@ -25984,7 +26030,7 @@ export interface operations {
|
|
|
25984
26030
|
completed_layers?: number;
|
|
25985
26031
|
/** @example 4 */
|
|
25986
26032
|
pending_layers?: number;
|
|
25987
|
-
/** @example 30 Apr 2026, 10:
|
|
26033
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
25988
26034
|
last_calculated_at?: string;
|
|
25989
26035
|
};
|
|
25990
26036
|
};
|
|
@@ -26032,7 +26078,7 @@ export interface operations {
|
|
|
26032
26078
|
completed_layers?: number;
|
|
26033
26079
|
/** @example 4 */
|
|
26034
26080
|
pending_layers?: number;
|
|
26035
|
-
/** @example 30 Apr 2026, 10:
|
|
26081
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
26036
26082
|
last_calculated_at?: string;
|
|
26037
26083
|
};
|
|
26038
26084
|
};
|
|
@@ -26066,14 +26112,14 @@ export interface operations {
|
|
|
26066
26112
|
content: {
|
|
26067
26113
|
"application/json": {
|
|
26068
26114
|
data?: {
|
|
26069
|
-
/** @example
|
|
26115
|
+
/** @example 1d2cb978-1c29-448b-9e74-7c82070babb2 */
|
|
26070
26116
|
wishlist_uid?: string;
|
|
26071
26117
|
listing?: {
|
|
26072
|
-
/** @example New For Sale Used Item draft • 30 Apr 2026, 10:
|
|
26118
|
+
/** @example New For Sale Used Item draft • 30 Apr 2026, 10:55 AM */
|
|
26073
26119
|
draft_name?: string;
|
|
26074
|
-
/** @example LST-UIT-SAL-
|
|
26120
|
+
/** @example LST-UIT-SAL-MOLDBFOISLV */
|
|
26075
26121
|
sku?: string;
|
|
26076
|
-
/** @example
|
|
26122
|
+
/** @example 29050f21-1d0f-484c-b2d9-07004fc9ae32 */
|
|
26077
26123
|
uid?: string;
|
|
26078
26124
|
/** @example Sale */
|
|
26079
26125
|
listing_type?: string;
|
|
@@ -26454,13 +26500,13 @@ export interface operations {
|
|
|
26454
26500
|
content: {
|
|
26455
26501
|
"application/json": {
|
|
26456
26502
|
data?: {
|
|
26457
|
-
/** @example
|
|
26503
|
+
/** @example 9 */
|
|
26458
26504
|
current_level?: number;
|
|
26459
26505
|
/** @example 3 */
|
|
26460
26506
|
completed_layers?: number;
|
|
26461
|
-
/** @example
|
|
26507
|
+
/** @example 2 */
|
|
26462
26508
|
pending_layers?: number;
|
|
26463
|
-
/** @example 30 Apr 2026, 10:
|
|
26509
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
26464
26510
|
last_calculated_at?: string;
|
|
26465
26511
|
};
|
|
26466
26512
|
};
|
|
@@ -26702,7 +26748,7 @@ export interface operations {
|
|
|
26702
26748
|
completed_layers?: number;
|
|
26703
26749
|
/** @example 4 */
|
|
26704
26750
|
pending_layers?: number;
|
|
26705
|
-
/** @example 30 Apr 2026, 10:
|
|
26751
|
+
/** @example 30 Apr 2026, 10:55 AM */
|
|
26706
26752
|
last_calculated_at?: string;
|
|
26707
26753
|
};
|
|
26708
26754
|
};
|