@justins-home/types 1.1.68 → 1.1.70
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 +668 -292
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -3260,10 +3260,10 @@ export interface paths {
|
|
|
3260
3260
|
get?: never;
|
|
3261
3261
|
put?: never;
|
|
3262
3262
|
/**
|
|
3263
|
-
*
|
|
3263
|
+
* confirmAppointment
|
|
3264
3264
|
* @description cancel an appointment proposal for a listing.
|
|
3265
3265
|
*/
|
|
3266
|
-
post: operations["
|
|
3266
|
+
post: operations["confirmAppointment"];
|
|
3267
3267
|
delete?: never;
|
|
3268
3268
|
options?: never;
|
|
3269
3269
|
head?: never;
|
|
@@ -3283,10 +3283,10 @@ export interface paths {
|
|
|
3283
3283
|
get?: never;
|
|
3284
3284
|
put?: never;
|
|
3285
3285
|
/**
|
|
3286
|
-
*
|
|
3286
|
+
* cancelAppointment
|
|
3287
3287
|
* @description Confirms an appointment proposal for a listing.
|
|
3288
3288
|
*/
|
|
3289
|
-
post: operations["
|
|
3289
|
+
post: operations["cancelAppointment"];
|
|
3290
3290
|
delete?: never;
|
|
3291
3291
|
options?: never;
|
|
3292
3292
|
head?: never;
|
|
@@ -3854,6 +3854,26 @@ export interface paths {
|
|
|
3854
3854
|
patch?: never;
|
|
3855
3855
|
trace?: never;
|
|
3856
3856
|
};
|
|
3857
|
+
"/api/v1/portal/landlord/appointments/fetch-all": {
|
|
3858
|
+
parameters: {
|
|
3859
|
+
query?: never;
|
|
3860
|
+
header?: never;
|
|
3861
|
+
path?: never;
|
|
3862
|
+
cookie?: never;
|
|
3863
|
+
};
|
|
3864
|
+
/**
|
|
3865
|
+
* fetchAllAppointmentLandlord
|
|
3866
|
+
* @description Retrieve all appointments belonging to the authenticated landlord.
|
|
3867
|
+
*/
|
|
3868
|
+
get: operations["fetchAllAppointmentLandlord"];
|
|
3869
|
+
put?: never;
|
|
3870
|
+
post?: never;
|
|
3871
|
+
delete?: never;
|
|
3872
|
+
options?: never;
|
|
3873
|
+
head?: never;
|
|
3874
|
+
patch?: never;
|
|
3875
|
+
trace?: never;
|
|
3876
|
+
};
|
|
3857
3877
|
"/api/v1/portal/landlord/rental-applications": {
|
|
3858
3878
|
parameters: {
|
|
3859
3879
|
query?: never;
|
|
@@ -6079,7 +6099,7 @@ export interface operations {
|
|
|
6079
6099
|
content: {
|
|
6080
6100
|
"application/json": {
|
|
6081
6101
|
data?: {
|
|
6082
|
-
/** @example
|
|
6102
|
+
/** @example 9bf6a94c-38ee-4276-95f6-659b2cfa8d86 */
|
|
6083
6103
|
uid?: string;
|
|
6084
6104
|
/** @example Ms. Audra Crooks II */
|
|
6085
6105
|
username?: string;
|
|
@@ -6109,7 +6129,7 @@ export interface operations {
|
|
|
6109
6129
|
timezone?: string;
|
|
6110
6130
|
/** @example Customer */
|
|
6111
6131
|
user_type?: string;
|
|
6112
|
-
/** @example 01 May 2026,
|
|
6132
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
6113
6133
|
created?: string;
|
|
6114
6134
|
/** @example 0 seconds ago */
|
|
6115
6135
|
email_verified_at?: string;
|
|
@@ -6750,7 +6770,7 @@ export interface operations {
|
|
|
6750
6770
|
*/
|
|
6751
6771
|
search?: string | null;
|
|
6752
6772
|
/**
|
|
6753
|
-
* @example
|
|
6773
|
+
* @example rejected
|
|
6754
6774
|
* @enum {string|null}
|
|
6755
6775
|
*/
|
|
6756
6776
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
@@ -6989,7 +7009,7 @@ export interface operations {
|
|
|
6989
7009
|
content: {
|
|
6990
7010
|
"application/json": {
|
|
6991
7011
|
data?: {
|
|
6992
|
-
/** @example
|
|
7012
|
+
/** @example c9cec102-f13e-44f8-8ea3-bdf197014d75 */
|
|
6993
7013
|
uid?: string;
|
|
6994
7014
|
/** @example JH-APP-2026-589365 */
|
|
6995
7015
|
application_ref?: string;
|
|
@@ -7010,7 +7030,7 @@ export interface operations {
|
|
|
7010
7030
|
/** @example null */
|
|
7011
7031
|
rejection_reason?: string | null;
|
|
7012
7032
|
timeline?: {
|
|
7013
|
-
/** @example 2026
|
|
7033
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7014
7034
|
created_at?: string;
|
|
7015
7035
|
/** @example null */
|
|
7016
7036
|
approved_at?: string | null;
|
|
@@ -7044,7 +7064,7 @@ export interface operations {
|
|
|
7044
7064
|
content: {
|
|
7045
7065
|
"application/json": {
|
|
7046
7066
|
data?: {
|
|
7047
|
-
/** @example
|
|
7067
|
+
/** @example c1938c13-ca6c-480c-8ea5-fdd82474202e */
|
|
7048
7068
|
uid?: string;
|
|
7049
7069
|
/** @example JH-APP-2026-933724 */
|
|
7050
7070
|
application_ref?: string;
|
|
@@ -7065,7 +7085,7 @@ export interface operations {
|
|
|
7065
7085
|
/** @example null */
|
|
7066
7086
|
rejection_reason?: string | null;
|
|
7067
7087
|
timeline?: {
|
|
7068
|
-
/** @example 2026
|
|
7088
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7069
7089
|
created_at?: string;
|
|
7070
7090
|
/** @example null */
|
|
7071
7091
|
approved_at?: string | null;
|
|
@@ -7099,7 +7119,7 @@ export interface operations {
|
|
|
7099
7119
|
content: {
|
|
7100
7120
|
"application/json": {
|
|
7101
7121
|
data?: {
|
|
7102
|
-
/** @example
|
|
7122
|
+
/** @example 3a32d333-9926-4a9d-816d-0f2c9b781063 */
|
|
7103
7123
|
uid?: string;
|
|
7104
7124
|
/** @example JH-APP-2026-450949 */
|
|
7105
7125
|
application_ref?: string;
|
|
@@ -7120,7 +7140,7 @@ export interface operations {
|
|
|
7120
7140
|
/** @example null */
|
|
7121
7141
|
rejection_reason?: string | null;
|
|
7122
7142
|
timeline?: {
|
|
7123
|
-
/** @example 2026
|
|
7143
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7124
7144
|
created_at?: string;
|
|
7125
7145
|
/** @example null */
|
|
7126
7146
|
approved_at?: string | null;
|
|
@@ -7164,7 +7184,7 @@ export interface operations {
|
|
|
7164
7184
|
content: {
|
|
7165
7185
|
"application/json": {
|
|
7166
7186
|
data?: {
|
|
7167
|
-
/** @example
|
|
7187
|
+
/** @example e48d8094-aa0d-43aa-94c8-45a7c04bef23 */
|
|
7168
7188
|
uid?: string;
|
|
7169
7189
|
/** @example JH-APP-2026-026316 */
|
|
7170
7190
|
application_ref?: string;
|
|
@@ -7185,7 +7205,7 @@ export interface operations {
|
|
|
7185
7205
|
/** @example null */
|
|
7186
7206
|
rejection_reason?: string | null;
|
|
7187
7207
|
timeline?: {
|
|
7188
|
-
/** @example 2026
|
|
7208
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7189
7209
|
created_at?: string;
|
|
7190
7210
|
/** @example null */
|
|
7191
7211
|
approved_at?: string | null;
|
|
@@ -7229,7 +7249,7 @@ export interface operations {
|
|
|
7229
7249
|
content: {
|
|
7230
7250
|
"application/json": {
|
|
7231
7251
|
data?: {
|
|
7232
|
-
/** @example
|
|
7252
|
+
/** @example fdba56d6-aae6-4acf-a96f-09b79b614f21 */
|
|
7233
7253
|
uid?: string;
|
|
7234
7254
|
/** @example JH-APP-2026-000564 */
|
|
7235
7255
|
application_ref?: string;
|
|
@@ -7250,7 +7270,7 @@ export interface operations {
|
|
|
7250
7270
|
/** @example null */
|
|
7251
7271
|
rejection_reason?: string | null;
|
|
7252
7272
|
timeline?: {
|
|
7253
|
-
/** @example 2026
|
|
7273
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7254
7274
|
created_at?: string;
|
|
7255
7275
|
/** @example null */
|
|
7256
7276
|
approved_at?: string | null;
|
|
@@ -7284,7 +7304,7 @@ export interface operations {
|
|
|
7284
7304
|
content: {
|
|
7285
7305
|
"application/json": {
|
|
7286
7306
|
data?: {
|
|
7287
|
-
/** @example
|
|
7307
|
+
/** @example f35ab3ec-930a-47b2-b64c-1156bd7c1dc7 */
|
|
7288
7308
|
uid?: string;
|
|
7289
7309
|
/** @example 4881.50 */
|
|
7290
7310
|
rent_amount?: string;
|
|
@@ -7302,7 +7322,7 @@ export interface operations {
|
|
|
7302
7322
|
company_name?: string | null;
|
|
7303
7323
|
/** @example null */
|
|
7304
7324
|
company_registration_number?: string | null;
|
|
7305
|
-
/** @example 2026-05-
|
|
7325
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
7306
7326
|
created_at?: string;
|
|
7307
7327
|
};
|
|
7308
7328
|
};
|
|
@@ -7748,7 +7768,7 @@ export interface operations {
|
|
|
7748
7768
|
content: {
|
|
7749
7769
|
"application/json": {
|
|
7750
7770
|
data?: {
|
|
7751
|
-
/** @example
|
|
7771
|
+
/** @example 605c210a-221a-47c0-9a94-03efd20c181d */
|
|
7752
7772
|
uid?: string;
|
|
7753
7773
|
/** @example Ms. Audra Crooks II */
|
|
7754
7774
|
username?: string;
|
|
@@ -7778,7 +7798,7 @@ export interface operations {
|
|
|
7778
7798
|
timezone?: string;
|
|
7779
7799
|
/** @example Customer */
|
|
7780
7800
|
user_type?: string;
|
|
7781
|
-
/** @example 01 May 2026,
|
|
7801
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7782
7802
|
created?: string;
|
|
7783
7803
|
/** @example 0 seconds ago */
|
|
7784
7804
|
email_verified_at?: string;
|
|
@@ -8168,11 +8188,11 @@ export interface operations {
|
|
|
8168
8188
|
content: {
|
|
8169
8189
|
"application/json": {
|
|
8170
8190
|
data?: {
|
|
8171
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
8191
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
8172
8192
|
draft_name?: string;
|
|
8173
|
-
/** @example LST-PRP-LTR-
|
|
8193
|
+
/** @example LST-PRP-LTR-MONCIXPK6SK */
|
|
8174
8194
|
sku?: string;
|
|
8175
|
-
/** @example
|
|
8195
|
+
/** @example ae2de3b1-b5d1-4bcd-b5de-ea28fee99e79 */
|
|
8176
8196
|
uid?: string;
|
|
8177
8197
|
/** @example Rent */
|
|
8178
8198
|
listing_type?: string;
|
|
@@ -9584,7 +9604,7 @@ export interface operations {
|
|
|
9584
9604
|
content: {
|
|
9585
9605
|
"application/json": {
|
|
9586
9606
|
/**
|
|
9587
|
-
* @example
|
|
9607
|
+
* @example Dormant
|
|
9588
9608
|
* @enum {string}
|
|
9589
9609
|
*/
|
|
9590
9610
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -9599,7 +9619,7 @@ export interface operations {
|
|
|
9599
9619
|
content: {
|
|
9600
9620
|
"application/json": {
|
|
9601
9621
|
data?: {
|
|
9602
|
-
/** @example
|
|
9622
|
+
/** @example 5754e443-19b1-4254-81aa-247d00bb8a25 */
|
|
9603
9623
|
uid?: string;
|
|
9604
9624
|
/** @example Morgan Hirthe */
|
|
9605
9625
|
username?: string;
|
|
@@ -9629,7 +9649,7 @@ export interface operations {
|
|
|
9629
9649
|
timezone?: string;
|
|
9630
9650
|
/** @example Customer */
|
|
9631
9651
|
user_type?: string;
|
|
9632
|
-
/** @example 01 May 2026,
|
|
9652
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
9633
9653
|
created?: string;
|
|
9634
9654
|
/** @example 0 seconds ago */
|
|
9635
9655
|
email_verified_at?: string;
|
|
@@ -10338,11 +10358,11 @@ export interface operations {
|
|
|
10338
10358
|
content: {
|
|
10339
10359
|
"application/json": {
|
|
10340
10360
|
data?: {
|
|
10341
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
10361
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
10342
10362
|
draft_name?: string;
|
|
10343
|
-
/** @example LST-PRP-LTR-
|
|
10363
|
+
/** @example LST-PRP-LTR-MONCIXS8KQQ */
|
|
10344
10364
|
sku?: string;
|
|
10345
|
-
/** @example
|
|
10365
|
+
/** @example 3c055c0a-6bce-4ad8-91b4-d5a212d39be2 */
|
|
10346
10366
|
uid?: string;
|
|
10347
10367
|
/** @example Rent */
|
|
10348
10368
|
listing_type?: string;
|
|
@@ -10782,7 +10802,7 @@ export interface operations {
|
|
|
10782
10802
|
content: {
|
|
10783
10803
|
"application/json": {
|
|
10784
10804
|
data?: {
|
|
10785
|
-
/** @example
|
|
10805
|
+
/** @example c851be87-890f-4cc8-9e6e-365bf3c8c003 */
|
|
10786
10806
|
uid?: string;
|
|
10787
10807
|
/** @example photo */
|
|
10788
10808
|
media_type?: string;
|
|
@@ -11089,13 +11109,13 @@ export interface operations {
|
|
|
11089
11109
|
/**
|
|
11090
11110
|
* @example [
|
|
11091
11111
|
* {
|
|
11092
|
-
* "draft_name": "New For
|
|
11093
|
-
* "sku": "LST-PRP-
|
|
11094
|
-
* "uid": "
|
|
11095
|
-
* "listing_type": "
|
|
11112
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
11113
|
+
* "sku": "LST-PRP-LTR-MONCIXTM63N",
|
|
11114
|
+
* "uid": "e1362b75-5bf6-4430-b9e5-1c083bb20fe8",
|
|
11115
|
+
* "listing_type": "Rent",
|
|
11096
11116
|
* "vertical": "Property",
|
|
11097
|
-
* "arrangement_type": "
|
|
11098
|
-
* "arrangement_type_label": "
|
|
11117
|
+
* "arrangement_type": "standard_residential",
|
|
11118
|
+
* "arrangement_type_label": "Standard Residential",
|
|
11099
11119
|
* "price": null,
|
|
11100
11120
|
* "state": "draft",
|
|
11101
11121
|
* "published_at": null,
|
|
@@ -11108,9 +11128,9 @@ export interface operations {
|
|
|
11108
11128
|
* "media": []
|
|
11109
11129
|
* },
|
|
11110
11130
|
* {
|
|
11111
|
-
* "draft_name": "New For Sale Used Item draft • 1 May 2026,
|
|
11112
|
-
* "sku": "LST-UIT-SAL-
|
|
11113
|
-
* "uid": "
|
|
11131
|
+
* "draft_name": "New For Sale Used Item draft • 1 May 2026, 8:09 PM",
|
|
11132
|
+
* "sku": "LST-UIT-SAL-MONCIXTOZ6G",
|
|
11133
|
+
* "uid": "a6090b0d-e41f-4777-86d3-a4046205d539",
|
|
11114
11134
|
* "listing_type": "Sale",
|
|
11115
11135
|
* "vertical": "Used Item",
|
|
11116
11136
|
* "arrangement_type": null,
|
|
@@ -11127,19 +11147,19 @@ export interface operations {
|
|
|
11127
11147
|
* ]
|
|
11128
11148
|
*/
|
|
11129
11149
|
data?: {
|
|
11130
|
-
/** @example New For
|
|
11150
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11131
11151
|
draft_name?: string;
|
|
11132
|
-
/** @example LST-PRP-
|
|
11152
|
+
/** @example LST-PRP-LTR-MONCIXTM63N */
|
|
11133
11153
|
sku?: string;
|
|
11134
|
-
/** @example
|
|
11154
|
+
/** @example e1362b75-5bf6-4430-b9e5-1c083bb20fe8 */
|
|
11135
11155
|
uid?: string;
|
|
11136
|
-
/** @example
|
|
11156
|
+
/** @example Rent */
|
|
11137
11157
|
listing_type?: string;
|
|
11138
11158
|
/** @example Property */
|
|
11139
11159
|
vertical?: string;
|
|
11140
|
-
/** @example
|
|
11160
|
+
/** @example standard_residential */
|
|
11141
11161
|
arrangement_type?: string;
|
|
11142
|
-
/** @example
|
|
11162
|
+
/** @example Standard Residential */
|
|
11143
11163
|
arrangement_type_label?: string;
|
|
11144
11164
|
/** @example null */
|
|
11145
11165
|
price?: string | null;
|
|
@@ -11326,11 +11346,11 @@ export interface operations {
|
|
|
11326
11346
|
content: {
|
|
11327
11347
|
"application/json": {
|
|
11328
11348
|
data?: {
|
|
11329
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11349
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11330
11350
|
draft_name?: string;
|
|
11331
|
-
/** @example LST-PRP-LTR-
|
|
11351
|
+
/** @example LST-PRP-LTR-MONCIXTW2IX */
|
|
11332
11352
|
sku?: string;
|
|
11333
|
-
/** @example
|
|
11353
|
+
/** @example 6ee2e64a-42bc-4707-ab78-69c8401d4adf */
|
|
11334
11354
|
uid?: string;
|
|
11335
11355
|
/** @example Rent */
|
|
11336
11356
|
listing_type?: string;
|
|
@@ -11393,11 +11413,11 @@ export interface operations {
|
|
|
11393
11413
|
content: {
|
|
11394
11414
|
"application/json": {
|
|
11395
11415
|
data?: {
|
|
11396
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11416
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11397
11417
|
draft_name?: string;
|
|
11398
|
-
/** @example LST-PRP-LTR-
|
|
11418
|
+
/** @example LST-PRP-LTR-MONCIXU1KLQ */
|
|
11399
11419
|
sku?: string;
|
|
11400
|
-
/** @example
|
|
11420
|
+
/** @example 0744d6bf-fc84-4de3-b177-c238f058b6df */
|
|
11401
11421
|
uid?: string;
|
|
11402
11422
|
/** @example Rent */
|
|
11403
11423
|
listing_type?: string;
|
|
@@ -11450,11 +11470,11 @@ export interface operations {
|
|
|
11450
11470
|
content: {
|
|
11451
11471
|
"application/json": {
|
|
11452
11472
|
data?: {
|
|
11453
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11473
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11454
11474
|
draft_name?: string;
|
|
11455
|
-
/** @example LST-PRP-LTR-
|
|
11475
|
+
/** @example LST-PRP-LTR-MONCIXU5Z17 */
|
|
11456
11476
|
sku?: string;
|
|
11457
|
-
/** @example
|
|
11477
|
+
/** @example d584d1d9-88da-4f38-8ddf-b3ee74e547dc */
|
|
11458
11478
|
uid?: string;
|
|
11459
11479
|
/** @example Rent */
|
|
11460
11480
|
listing_type?: string;
|
|
@@ -11507,11 +11527,11 @@ export interface operations {
|
|
|
11507
11527
|
content: {
|
|
11508
11528
|
"application/json": {
|
|
11509
11529
|
data?: {
|
|
11510
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11530
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11511
11531
|
draft_name?: string;
|
|
11512
|
-
/** @example LST-PRP-LTR-
|
|
11532
|
+
/** @example LST-PRP-LTR-MONCIXUAWJN */
|
|
11513
11533
|
sku?: string;
|
|
11514
|
-
/** @example
|
|
11534
|
+
/** @example 968a75f0-d473-4eac-992d-b71e19e29ac3 */
|
|
11515
11535
|
uid?: string;
|
|
11516
11536
|
/** @example Rent */
|
|
11517
11537
|
listing_type?: string;
|
|
@@ -11705,7 +11725,7 @@ export interface operations {
|
|
|
11705
11725
|
content: {
|
|
11706
11726
|
"application/json": {
|
|
11707
11727
|
data?: {
|
|
11708
|
-
/** @example
|
|
11728
|
+
/** @example 319 */
|
|
11709
11729
|
id?: number;
|
|
11710
11730
|
/** @example 1 */
|
|
11711
11731
|
category_id?: number;
|
|
@@ -11779,7 +11799,7 @@ export interface operations {
|
|
|
11779
11799
|
content: {
|
|
11780
11800
|
"application/json": {
|
|
11781
11801
|
data?: {
|
|
11782
|
-
/** @example
|
|
11802
|
+
/** @example 320 */
|
|
11783
11803
|
id?: number;
|
|
11784
11804
|
/** @example 1 */
|
|
11785
11805
|
category_id?: number;
|
|
@@ -11818,7 +11838,7 @@ export interface operations {
|
|
|
11818
11838
|
content: {
|
|
11819
11839
|
"application/json": {
|
|
11820
11840
|
data?: {
|
|
11821
|
-
/** @example
|
|
11841
|
+
/** @example 321 */
|
|
11822
11842
|
id?: number;
|
|
11823
11843
|
/** @example 1 */
|
|
11824
11844
|
category_id?: number;
|
|
@@ -11856,7 +11876,7 @@ export interface operations {
|
|
|
11856
11876
|
/**
|
|
11857
11877
|
* @example [
|
|
11858
11878
|
* {
|
|
11859
|
-
* "id":
|
|
11879
|
+
* "id": 475,
|
|
11860
11880
|
* "name": "Exterior",
|
|
11861
11881
|
* "description": "For Exterior categories",
|
|
11862
11882
|
* "display_order": 1,
|
|
@@ -11866,7 +11886,7 @@ export interface operations {
|
|
|
11866
11886
|
* "is_active": true
|
|
11867
11887
|
* },
|
|
11868
11888
|
* {
|
|
11869
|
-
* "id":
|
|
11889
|
+
* "id": 476,
|
|
11870
11890
|
* "name": "Exterior",
|
|
11871
11891
|
* "description": "For Exterior categories",
|
|
11872
11892
|
* "display_order": 1,
|
|
@@ -11878,7 +11898,7 @@ export interface operations {
|
|
|
11878
11898
|
* ]
|
|
11879
11899
|
*/
|
|
11880
11900
|
data?: {
|
|
11881
|
-
/** @example
|
|
11901
|
+
/** @example 475 */
|
|
11882
11902
|
id?: number;
|
|
11883
11903
|
/** @example Exterior */
|
|
11884
11904
|
name?: string;
|
|
@@ -11942,7 +11962,7 @@ export interface operations {
|
|
|
11942
11962
|
content: {
|
|
11943
11963
|
"application/json": {
|
|
11944
11964
|
data?: {
|
|
11945
|
-
/** @example
|
|
11965
|
+
/** @example 477 */
|
|
11946
11966
|
id?: number;
|
|
11947
11967
|
/** @example Exterior */
|
|
11948
11968
|
name?: string;
|
|
@@ -12009,7 +12029,7 @@ export interface operations {
|
|
|
12009
12029
|
content: {
|
|
12010
12030
|
"application/json": {
|
|
12011
12031
|
data?: {
|
|
12012
|
-
/** @example
|
|
12032
|
+
/** @example 478 */
|
|
12013
12033
|
id?: number;
|
|
12014
12034
|
/** @example Exterior */
|
|
12015
12035
|
name?: string;
|
|
@@ -12050,7 +12070,7 @@ export interface operations {
|
|
|
12050
12070
|
content: {
|
|
12051
12071
|
"application/json": {
|
|
12052
12072
|
data?: {
|
|
12053
|
-
/** @example
|
|
12073
|
+
/** @example 479 */
|
|
12054
12074
|
id?: number;
|
|
12055
12075
|
/** @example Exterior */
|
|
12056
12076
|
name?: string;
|
|
@@ -12313,7 +12333,7 @@ export interface operations {
|
|
|
12313
12333
|
content: {
|
|
12314
12334
|
"application/json": {
|
|
12315
12335
|
data?: {
|
|
12316
|
-
/** @example
|
|
12336
|
+
/** @example 201 */
|
|
12317
12337
|
id?: number;
|
|
12318
12338
|
/** @example email_fa_0 */
|
|
12319
12339
|
key?: string;
|
|
@@ -12327,9 +12347,9 @@ export interface operations {
|
|
|
12327
12347
|
metadata_schema?: unknown[];
|
|
12328
12348
|
/** @example true */
|
|
12329
12349
|
is_active?: boolean;
|
|
12330
|
-
/** @example 2026-05-
|
|
12350
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12331
12351
|
created_at?: string;
|
|
12332
|
-
/** @example 2026-05-
|
|
12352
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12333
12353
|
updated_at?: string;
|
|
12334
12354
|
};
|
|
12335
12355
|
};
|
|
@@ -12389,7 +12409,7 @@ export interface operations {
|
|
|
12389
12409
|
content: {
|
|
12390
12410
|
"application/json": {
|
|
12391
12411
|
data?: {
|
|
12392
|
-
/** @example
|
|
12412
|
+
/** @example 202 */
|
|
12393
12413
|
id?: number;
|
|
12394
12414
|
/** @example email_fa_0 */
|
|
12395
12415
|
key?: string;
|
|
@@ -12403,9 +12423,9 @@ export interface operations {
|
|
|
12403
12423
|
metadata_schema?: unknown[];
|
|
12404
12424
|
/** @example true */
|
|
12405
12425
|
is_active?: boolean;
|
|
12406
|
-
/** @example 2026-05-
|
|
12426
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12407
12427
|
created_at?: string;
|
|
12408
|
-
/** @example 2026-05-
|
|
12428
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12409
12429
|
updated_at?: string;
|
|
12410
12430
|
};
|
|
12411
12431
|
};
|
|
@@ -13671,25 +13691,25 @@ export interface operations {
|
|
|
13671
13691
|
/**
|
|
13672
13692
|
* @example [
|
|
13673
13693
|
* {
|
|
13674
|
-
* "key": "
|
|
13675
|
-
* "name": "
|
|
13676
|
-
* "description": "
|
|
13694
|
+
* "key": "officiis",
|
|
13695
|
+
* "name": "officia",
|
|
13696
|
+
* "description": "Numquam rerum inventore debitis totam.",
|
|
13677
13697
|
* "value_type": "string"
|
|
13678
13698
|
* },
|
|
13679
13699
|
* {
|
|
13680
|
-
* "key": "
|
|
13681
|
-
* "name": "
|
|
13682
|
-
* "description": "
|
|
13700
|
+
* "key": "officia",
|
|
13701
|
+
* "name": "ut",
|
|
13702
|
+
* "description": "Voluptatibus qui minima recusandae repellendus.",
|
|
13683
13703
|
* "value_type": "string"
|
|
13684
13704
|
* }
|
|
13685
13705
|
* ]
|
|
13686
13706
|
*/
|
|
13687
13707
|
data?: {
|
|
13688
|
-
/** @example
|
|
13708
|
+
/** @example officiis */
|
|
13689
13709
|
key?: string;
|
|
13690
|
-
/** @example
|
|
13710
|
+
/** @example officia */
|
|
13691
13711
|
name?: string;
|
|
13692
|
-
/** @example
|
|
13712
|
+
/** @example Numquam rerum inventore debitis totam. */
|
|
13693
13713
|
description?: string;
|
|
13694
13714
|
/** @example string */
|
|
13695
13715
|
value_type?: string;
|
|
@@ -14931,13 +14951,13 @@ export interface operations {
|
|
|
14931
14951
|
};
|
|
14932
14952
|
} | {
|
|
14933
14953
|
data?: {
|
|
14934
|
-
/** @example
|
|
14954
|
+
/** @example b071d9d6-b2cd-47c4-a8dc-0c13b886c013 */
|
|
14935
14955
|
uid?: string;
|
|
14936
14956
|
/** @example follow_up */
|
|
14937
14957
|
inspection_type?: string;
|
|
14938
14958
|
/** @example cancelled */
|
|
14939
14959
|
status?: string;
|
|
14940
|
-
/** @example 07 May 2026,
|
|
14960
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
14941
14961
|
scheduled_date?: string;
|
|
14942
14962
|
/** @example null */
|
|
14943
14963
|
completed_date?: string | null;
|
|
@@ -14945,11 +14965,11 @@ export interface operations {
|
|
|
14945
14965
|
condition_rating?: string;
|
|
14946
14966
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14947
14967
|
summary?: string;
|
|
14948
|
-
/** @example 01 Jul 2026,
|
|
14968
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
14949
14969
|
next_inspection_date?: string;
|
|
14950
|
-
/** @example 01 May 2026,
|
|
14970
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
14951
14971
|
created_at?: string;
|
|
14952
|
-
/** @example 01 May 2026,
|
|
14972
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
14953
14973
|
updated_at?: string;
|
|
14954
14974
|
};
|
|
14955
14975
|
};
|
|
@@ -15004,13 +15024,13 @@ export interface operations {
|
|
|
15004
15024
|
content: {
|
|
15005
15025
|
"application/json": {
|
|
15006
15026
|
data?: {
|
|
15007
|
-
/** @example
|
|
15027
|
+
/** @example 33149980-744c-4c49-87e0-74fc9deff673 */
|
|
15008
15028
|
uid?: string;
|
|
15009
15029
|
/** @example follow_up */
|
|
15010
15030
|
inspection_type?: string;
|
|
15011
15031
|
/** @example cancelled */
|
|
15012
15032
|
status?: string;
|
|
15013
|
-
/** @example 07 May 2026,
|
|
15033
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
15014
15034
|
scheduled_date?: string;
|
|
15015
15035
|
/** @example null */
|
|
15016
15036
|
completed_date?: string | null;
|
|
@@ -15018,11 +15038,11 @@ export interface operations {
|
|
|
15018
15038
|
condition_rating?: string;
|
|
15019
15039
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15020
15040
|
summary?: string;
|
|
15021
|
-
/** @example 01 Jul 2026,
|
|
15041
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
15022
15042
|
next_inspection_date?: string;
|
|
15023
|
-
/** @example 01 May 2026,
|
|
15043
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15024
15044
|
created_at?: string;
|
|
15025
|
-
/** @example 01 May 2026,
|
|
15045
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15026
15046
|
updated_at?: string;
|
|
15027
15047
|
};
|
|
15028
15048
|
};
|
|
@@ -15117,13 +15137,13 @@ export interface operations {
|
|
|
15117
15137
|
content: {
|
|
15118
15138
|
"application/json": {
|
|
15119
15139
|
data?: {
|
|
15120
|
-
/** @example
|
|
15140
|
+
/** @example ccc2d3eb-4458-4a9e-83a8-cc2127e1e8a1 */
|
|
15121
15141
|
uid?: string;
|
|
15122
15142
|
/** @example follow_up */
|
|
15123
15143
|
inspection_type?: string;
|
|
15124
15144
|
/** @example cancelled */
|
|
15125
15145
|
status?: string;
|
|
15126
|
-
/** @example 25 Apr 2026,
|
|
15146
|
+
/** @example 25 Apr 2026, 07:34 AM */
|
|
15127
15147
|
scheduled_date?: string;
|
|
15128
15148
|
/** @example null */
|
|
15129
15149
|
completed_date?: string | null;
|
|
@@ -15131,11 +15151,11 @@ export interface operations {
|
|
|
15131
15151
|
condition_rating?: string;
|
|
15132
15152
|
/** @example Et animi quos velit et fugiat. */
|
|
15133
15153
|
summary?: string;
|
|
15134
|
-
/** @example 04 Aug 2026,
|
|
15154
|
+
/** @example 04 Aug 2026, 03:27 PM */
|
|
15135
15155
|
next_inspection_date?: string;
|
|
15136
|
-
/** @example 01 May 2026,
|
|
15156
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15137
15157
|
created_at?: string;
|
|
15138
|
-
/** @example 01 May 2026,
|
|
15158
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15139
15159
|
updated_at?: string;
|
|
15140
15160
|
};
|
|
15141
15161
|
};
|
|
@@ -15172,13 +15192,13 @@ export interface operations {
|
|
|
15172
15192
|
content: {
|
|
15173
15193
|
"application/json": {
|
|
15174
15194
|
data?: {
|
|
15175
|
-
/** @example
|
|
15195
|
+
/** @example 7dc35a75-4563-448d-967e-dfd231089b57 */
|
|
15176
15196
|
uid?: string;
|
|
15177
15197
|
/** @example follow_up */
|
|
15178
15198
|
inspection_type?: string;
|
|
15179
15199
|
/** @example cancelled */
|
|
15180
15200
|
status?: string;
|
|
15181
|
-
/** @example 07 May 2026,
|
|
15201
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
15182
15202
|
scheduled_date?: string;
|
|
15183
15203
|
/** @example null */
|
|
15184
15204
|
completed_date?: string | null;
|
|
@@ -15186,11 +15206,11 @@ export interface operations {
|
|
|
15186
15206
|
condition_rating?: string;
|
|
15187
15207
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15188
15208
|
summary?: string;
|
|
15189
|
-
/** @example 01 Jul 2026,
|
|
15209
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
15190
15210
|
next_inspection_date?: string;
|
|
15191
|
-
/** @example 01 May 2026,
|
|
15211
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15192
15212
|
created_at?: string;
|
|
15193
|
-
/** @example 01 May 2026,
|
|
15213
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15194
15214
|
updated_at?: string;
|
|
15195
15215
|
};
|
|
15196
15216
|
};
|
|
@@ -15227,13 +15247,13 @@ export interface operations {
|
|
|
15227
15247
|
content: {
|
|
15228
15248
|
"application/json": {
|
|
15229
15249
|
data?: {
|
|
15230
|
-
/** @example
|
|
15250
|
+
/** @example ddb2b71b-6cda-46ce-a9ab-c45b09b3292d */
|
|
15231
15251
|
uid?: string;
|
|
15232
15252
|
/** @example follow_up */
|
|
15233
15253
|
inspection_type?: string;
|
|
15234
15254
|
/** @example cancelled */
|
|
15235
15255
|
status?: string;
|
|
15236
|
-
/** @example 25 Apr 2026,
|
|
15256
|
+
/** @example 25 Apr 2026, 07:34 AM */
|
|
15237
15257
|
scheduled_date?: string;
|
|
15238
15258
|
/** @example null */
|
|
15239
15259
|
completed_date?: string | null;
|
|
@@ -15241,11 +15261,11 @@ export interface operations {
|
|
|
15241
15261
|
condition_rating?: string;
|
|
15242
15262
|
/** @example Et animi quos velit et fugiat. */
|
|
15243
15263
|
summary?: string;
|
|
15244
|
-
/** @example 04 Aug 2026,
|
|
15264
|
+
/** @example 04 Aug 2026, 03:27 PM */
|
|
15245
15265
|
next_inspection_date?: string;
|
|
15246
|
-
/** @example 01 May 2026,
|
|
15266
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15247
15267
|
created_at?: string;
|
|
15248
|
-
/** @example 01 May 2026,
|
|
15268
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15249
15269
|
updated_at?: string;
|
|
15250
15270
|
};
|
|
15251
15271
|
};
|
|
@@ -15372,29 +15392,29 @@ export interface operations {
|
|
|
15372
15392
|
};
|
|
15373
15393
|
} | {
|
|
15374
15394
|
data?: {
|
|
15375
|
-
/** @example
|
|
15395
|
+
/** @example 52b52d1b-7285-4fd7-b53e-3450ebb312f2 */
|
|
15376
15396
|
uid?: string;
|
|
15377
15397
|
/** @example 1 */
|
|
15378
15398
|
tenancy_id?: number;
|
|
15379
|
-
/** @example
|
|
15399
|
+
/** @example Quod saepe pariatur animi dolorum ut. */
|
|
15380
15400
|
title?: string;
|
|
15381
|
-
/** @example
|
|
15401
|
+
/** @example Quia aut aliquam inventore. Et blanditiis ipsum eveniet saepe atque ut blanditiis. Nesciunt amet assumenda molestiae error. Illum harum explicabo molestiae unde enim. Tenetur dolor non sed mollitia fugiat iusto. */
|
|
15382
15402
|
description?: string;
|
|
15383
|
-
/** @example
|
|
15403
|
+
/** @example in_progress */
|
|
15384
15404
|
status?: string;
|
|
15385
|
-
/** @example
|
|
15405
|
+
/** @example urgent */
|
|
15386
15406
|
priority?: string;
|
|
15387
|
-
/** @example
|
|
15407
|
+
/** @example 28 Apr 2026, 09:18 AM */
|
|
15388
15408
|
reported_at?: string;
|
|
15389
|
-
/** @example
|
|
15390
|
-
assigned_at?: string;
|
|
15409
|
+
/** @example null */
|
|
15410
|
+
assigned_at?: string | null;
|
|
15391
15411
|
/** @example null */
|
|
15392
15412
|
completed_at?: string | null;
|
|
15393
|
-
/** @example 03 May 2026,
|
|
15413
|
+
/** @example 03 May 2026, 08:07 AM */
|
|
15394
15414
|
sla_deadline?: string;
|
|
15395
|
-
/** @example 01 May 2026,
|
|
15415
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15396
15416
|
created_at?: string;
|
|
15397
|
-
/** @example 01 May 2026,
|
|
15417
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15398
15418
|
updated_at?: string;
|
|
15399
15419
|
};
|
|
15400
15420
|
};
|
|
@@ -15431,7 +15451,7 @@ export interface operations {
|
|
|
15431
15451
|
content: {
|
|
15432
15452
|
"application/json": {
|
|
15433
15453
|
data?: {
|
|
15434
|
-
/** @example
|
|
15454
|
+
/** @example d029c4d1-8efa-4c6b-aa18-e6732a5c8c8b */
|
|
15435
15455
|
uid?: string;
|
|
15436
15456
|
/** @example 1 */
|
|
15437
15457
|
tenancy_id?: number;
|
|
@@ -15443,17 +15463,17 @@ export interface operations {
|
|
|
15443
15463
|
status?: string;
|
|
15444
15464
|
/** @example low */
|
|
15445
15465
|
priority?: string;
|
|
15446
|
-
/** @example 30 Apr 2026,
|
|
15466
|
+
/** @example 30 Apr 2026, 09:37 AM */
|
|
15447
15467
|
reported_at?: string;
|
|
15448
15468
|
/** @example null */
|
|
15449
15469
|
assigned_at?: string | null;
|
|
15450
15470
|
/** @example null */
|
|
15451
15471
|
completed_at?: string | null;
|
|
15452
|
-
/** @example
|
|
15472
|
+
/** @example 03 May 2026, 06:02 AM */
|
|
15453
15473
|
sla_deadline?: string;
|
|
15454
|
-
/** @example 01 May 2026,
|
|
15474
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15455
15475
|
created_at?: string;
|
|
15456
|
-
/** @example 01 May 2026,
|
|
15476
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15457
15477
|
updated_at?: string;
|
|
15458
15478
|
};
|
|
15459
15479
|
};
|
|
@@ -15490,7 +15510,7 @@ export interface operations {
|
|
|
15490
15510
|
content: {
|
|
15491
15511
|
"application/json": {
|
|
15492
15512
|
data?: {
|
|
15493
|
-
/** @example
|
|
15513
|
+
/** @example adeec1e4-0069-42c5-8b98-3eb1b6d083e2 */
|
|
15494
15514
|
uid?: string;
|
|
15495
15515
|
/** @example 1 */
|
|
15496
15516
|
tenancy_id?: number;
|
|
@@ -15502,17 +15522,17 @@ export interface operations {
|
|
|
15502
15522
|
status?: string;
|
|
15503
15523
|
/** @example emergency */
|
|
15504
15524
|
priority?: string;
|
|
15505
|
-
/** @example 25 Apr 2026,
|
|
15525
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15506
15526
|
reported_at?: string;
|
|
15507
|
-
/** @example
|
|
15527
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15508
15528
|
assigned_at?: string;
|
|
15509
15529
|
/** @example null */
|
|
15510
15530
|
completed_at?: string | null;
|
|
15511
|
-
/** @example 03 May 2026,
|
|
15531
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15512
15532
|
sla_deadline?: string;
|
|
15513
|
-
/** @example 01 May 2026,
|
|
15533
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15514
15534
|
created_at?: string;
|
|
15515
|
-
/** @example 01 May 2026,
|
|
15535
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15516
15536
|
updated_at?: string;
|
|
15517
15537
|
};
|
|
15518
15538
|
};
|
|
@@ -15549,7 +15569,7 @@ export interface operations {
|
|
|
15549
15569
|
content: {
|
|
15550
15570
|
"application/json": {
|
|
15551
15571
|
data?: {
|
|
15552
|
-
/** @example
|
|
15572
|
+
/** @example a3c04333-417b-408c-b03a-4f6d93ab92fd */
|
|
15553
15573
|
uid?: string;
|
|
15554
15574
|
/** @example 1 */
|
|
15555
15575
|
tenancy_id?: number;
|
|
@@ -15561,17 +15581,17 @@ export interface operations {
|
|
|
15561
15581
|
status?: string;
|
|
15562
15582
|
/** @example emergency */
|
|
15563
15583
|
priority?: string;
|
|
15564
|
-
/** @example 25 Apr 2026,
|
|
15584
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15565
15585
|
reported_at?: string;
|
|
15566
|
-
/** @example
|
|
15586
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15567
15587
|
assigned_at?: string;
|
|
15568
15588
|
/** @example null */
|
|
15569
15589
|
completed_at?: string | null;
|
|
15570
|
-
/** @example 03 May 2026,
|
|
15590
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15571
15591
|
sla_deadline?: string;
|
|
15572
|
-
/** @example 01 May 2026,
|
|
15592
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15573
15593
|
created_at?: string;
|
|
15574
|
-
/** @example 01 May 2026,
|
|
15594
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15575
15595
|
updated_at?: string;
|
|
15576
15596
|
};
|
|
15577
15597
|
};
|
|
@@ -15608,7 +15628,7 @@ export interface operations {
|
|
|
15608
15628
|
content: {
|
|
15609
15629
|
"application/json": {
|
|
15610
15630
|
data?: {
|
|
15611
|
-
/** @example
|
|
15631
|
+
/** @example f22ee376-b58a-4894-b9e3-68ab877f98bf */
|
|
15612
15632
|
uid?: string;
|
|
15613
15633
|
/** @example 1 */
|
|
15614
15634
|
tenancy_id?: number;
|
|
@@ -15620,17 +15640,17 @@ export interface operations {
|
|
|
15620
15640
|
status?: string;
|
|
15621
15641
|
/** @example emergency */
|
|
15622
15642
|
priority?: string;
|
|
15623
|
-
/** @example 25 Apr 2026,
|
|
15643
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15624
15644
|
reported_at?: string;
|
|
15625
|
-
/** @example
|
|
15645
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15626
15646
|
assigned_at?: string;
|
|
15627
15647
|
/** @example null */
|
|
15628
15648
|
completed_at?: string | null;
|
|
15629
|
-
/** @example 03 May 2026,
|
|
15649
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15630
15650
|
sla_deadline?: string;
|
|
15631
|
-
/** @example 01 May 2026,
|
|
15651
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15632
15652
|
created_at?: string;
|
|
15633
|
-
/** @example 01 May 2026,
|
|
15653
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15634
15654
|
updated_at?: string;
|
|
15635
15655
|
};
|
|
15636
15656
|
};
|
|
@@ -17379,7 +17399,7 @@ export interface operations {
|
|
|
17379
17399
|
};
|
|
17380
17400
|
};
|
|
17381
17401
|
};
|
|
17382
|
-
|
|
17402
|
+
confirmAppointment: {
|
|
17383
17403
|
parameters: {
|
|
17384
17404
|
query?: never;
|
|
17385
17405
|
header?: never;
|
|
@@ -17604,7 +17624,7 @@ export interface operations {
|
|
|
17604
17624
|
};
|
|
17605
17625
|
};
|
|
17606
17626
|
};
|
|
17607
|
-
|
|
17627
|
+
cancelAppointment: {
|
|
17608
17628
|
parameters: {
|
|
17609
17629
|
query?: never;
|
|
17610
17630
|
header?: never;
|
|
@@ -18884,7 +18904,7 @@ export interface operations {
|
|
|
18884
18904
|
content: {
|
|
18885
18905
|
"application/json": {
|
|
18886
18906
|
data?: {
|
|
18887
|
-
/** @example
|
|
18907
|
+
/** @example 8c67c889-e167-4f85-918d-0b0e493a21c8 */
|
|
18888
18908
|
uid?: string;
|
|
18889
18909
|
/** @example Ms. Audra Crooks II */
|
|
18890
18910
|
username?: string;
|
|
@@ -18914,7 +18934,7 @@ export interface operations {
|
|
|
18914
18934
|
timezone?: string;
|
|
18915
18935
|
/** @example Customer */
|
|
18916
18936
|
user_type?: string;
|
|
18917
|
-
/** @example 01 May 2026,
|
|
18937
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
18918
18938
|
created?: string;
|
|
18919
18939
|
/** @example 0 seconds ago */
|
|
18920
18940
|
email_verified_at?: string;
|
|
@@ -19383,7 +19403,7 @@ export interface operations {
|
|
|
19383
19403
|
content: {
|
|
19384
19404
|
"application/json": {
|
|
19385
19405
|
data?: {
|
|
19386
|
-
/** @example
|
|
19406
|
+
/** @example 1898d092-f3fd-44d3-b227-6d2dd5b2d2e8 */
|
|
19387
19407
|
uid?: string;
|
|
19388
19408
|
/** @example Ms. Audra Crooks II */
|
|
19389
19409
|
username?: string;
|
|
@@ -19413,7 +19433,7 @@ export interface operations {
|
|
|
19413
19433
|
timezone?: string;
|
|
19414
19434
|
/** @example Customer */
|
|
19415
19435
|
user_type?: string;
|
|
19416
|
-
/** @example 01 May 2026,
|
|
19436
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
19417
19437
|
created?: string;
|
|
19418
19438
|
/** @example 0 seconds ago */
|
|
19419
19439
|
email_verified_at?: string;
|
|
@@ -19655,6 +19675,364 @@ export interface operations {
|
|
|
19655
19675
|
};
|
|
19656
19676
|
};
|
|
19657
19677
|
};
|
|
19678
|
+
fetchAllAppointmentLandlord: {
|
|
19679
|
+
parameters: {
|
|
19680
|
+
query?: {
|
|
19681
|
+
/** @description Number of appointments per page. */
|
|
19682
|
+
per_page?: number;
|
|
19683
|
+
/** @description Page number. */
|
|
19684
|
+
page?: number;
|
|
19685
|
+
};
|
|
19686
|
+
header?: never;
|
|
19687
|
+
path?: never;
|
|
19688
|
+
cookie?: never;
|
|
19689
|
+
};
|
|
19690
|
+
requestBody?: never;
|
|
19691
|
+
responses: {
|
|
19692
|
+
/** @description Retrieve all appointments for the authenticated landlord */
|
|
19693
|
+
200: {
|
|
19694
|
+
headers: {
|
|
19695
|
+
[name: string]: unknown;
|
|
19696
|
+
};
|
|
19697
|
+
content: {
|
|
19698
|
+
"application/json": {
|
|
19699
|
+
/** @example Appointments retrieve successfully */
|
|
19700
|
+
message?: string;
|
|
19701
|
+
/** @example null */
|
|
19702
|
+
event?: string | null;
|
|
19703
|
+
data?: {
|
|
19704
|
+
/**
|
|
19705
|
+
* @example [
|
|
19706
|
+
* {
|
|
19707
|
+
* "id": 12,
|
|
19708
|
+
* "appointment_ref": "APT-20260430-ABC123",
|
|
19709
|
+
* "title": "Viewing for Riverside Flat",
|
|
19710
|
+
* "appointment_type": {
|
|
19711
|
+
* "value": "property_viewing",
|
|
19712
|
+
* "label": "Property Viewing"
|
|
19713
|
+
* },
|
|
19714
|
+
* "listing_id": 32,
|
|
19715
|
+
* "listing": {
|
|
19716
|
+
* "sku": "LST-PRP-LTR-260405-A1B2",
|
|
19717
|
+
* "uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
19718
|
+
* "details": {
|
|
19719
|
+
* "title": "24 Windsor Court",
|
|
19720
|
+
* "description": "Modern two-bedroom apartment close to transport links.",
|
|
19721
|
+
* "city": "London",
|
|
19722
|
+
* "address": "24 Windsor Court, London, SW1",
|
|
19723
|
+
* "postcode": "SW1A 1AA",
|
|
19724
|
+
* "longitude": "-0.1412000",
|
|
19725
|
+
* "latitude": "51.5014000",
|
|
19726
|
+
* "country": "United Kingdom"
|
|
19727
|
+
* },
|
|
19728
|
+
* "listing_type": "Rent",
|
|
19729
|
+
* "vertical": "Property",
|
|
19730
|
+
* "arrangement_type": "entire_place",
|
|
19731
|
+
* "arrangement_type_label": "Entire Place",
|
|
19732
|
+
* "price": {
|
|
19733
|
+
* "amount": "2500.00",
|
|
19734
|
+
* "currency": "GBP",
|
|
19735
|
+
* "period": "month"
|
|
19736
|
+
* },
|
|
19737
|
+
* "listing_policy": {
|
|
19738
|
+
* "max_occupants": 4,
|
|
19739
|
+
* "allowed_use_type": "residential",
|
|
19740
|
+
* "allowed_use_type_label": "Residential",
|
|
19741
|
+
* "is_subletting_allowed": false,
|
|
19742
|
+
* "requires_permission_for_subletting": true,
|
|
19743
|
+
* "event_permission_required": true,
|
|
19744
|
+
* "no_party_policy": true,
|
|
19745
|
+
* "commercial_use_flag": false
|
|
19746
|
+
* },
|
|
19747
|
+
* "viewing_slots": [],
|
|
19748
|
+
* "tenant_preferences": [],
|
|
19749
|
+
* "features": [],
|
|
19750
|
+
* "owner": {
|
|
19751
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
19752
|
+
* "name": "Alice Taylor",
|
|
19753
|
+
* "phone": "+2348012345678",
|
|
19754
|
+
* "email": "alice@example.com",
|
|
19755
|
+
* "avatar": null,
|
|
19756
|
+
* "plan": null
|
|
19757
|
+
* },
|
|
19758
|
+
* "created_by": {
|
|
19759
|
+
* "uid": "b4afc948-66b3-415c-8287-b5f1a0728e22",
|
|
19760
|
+
* "name": "System Admin",
|
|
19761
|
+
* "phone": null,
|
|
19762
|
+
* "email": "admin@example.com",
|
|
19763
|
+
* "avatar": null,
|
|
19764
|
+
* "plan": null
|
|
19765
|
+
* },
|
|
19766
|
+
* "state": "published",
|
|
19767
|
+
* "published_at": "30 Apr 2026, 10:00 AM",
|
|
19768
|
+
* "published_since": "2 days ago",
|
|
19769
|
+
* "is_visible": true,
|
|
19770
|
+
* "summary": {
|
|
19771
|
+
* "property_type": "residential",
|
|
19772
|
+
* "bedrooms": 2,
|
|
19773
|
+
* "bathrooms": 1,
|
|
19774
|
+
* "size": "85 sqm",
|
|
19775
|
+
* "availability": "available"
|
|
19776
|
+
* },
|
|
19777
|
+
* "workflow": {
|
|
19778
|
+
* "current_step": "media",
|
|
19779
|
+
* "can_submit": true,
|
|
19780
|
+
* "missing_requirements": [],
|
|
19781
|
+
* "next_step": "publish",
|
|
19782
|
+
* "progress": {
|
|
19783
|
+
* "completed": 8,
|
|
19784
|
+
* "total": 8,
|
|
19785
|
+
* "percentage": 100
|
|
19786
|
+
* }
|
|
19787
|
+
* },
|
|
19788
|
+
* "media": {
|
|
19789
|
+
* "gallery": [
|
|
19790
|
+
* {
|
|
19791
|
+
* "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
|
|
19792
|
+
* "media_type": "photo",
|
|
19793
|
+
* "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
|
|
19794
|
+
* "order_index": 0,
|
|
19795
|
+
* "is_cover": true
|
|
19796
|
+
* }
|
|
19797
|
+
* ],
|
|
19798
|
+
* "cover": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
|
|
19799
|
+
* "count": 1
|
|
19800
|
+
* }
|
|
19801
|
+
* },
|
|
19802
|
+
* "status": "proposed",
|
|
19803
|
+
* "scheduled": {
|
|
19804
|
+
* "start": "01 May 2026, 09:00 AM",
|
|
19805
|
+
* "end": "01 May 2026, 10:00 AM"
|
|
19806
|
+
* },
|
|
19807
|
+
* "customer": {
|
|
19808
|
+
* "uid": "7ab6715f-e121-4e47-9f90-1a709adccd13",
|
|
19809
|
+
* "name": "Dominic Thomas"
|
|
19810
|
+
* },
|
|
19811
|
+
* "landlord": {
|
|
19812
|
+
* "uid": "e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105",
|
|
19813
|
+
* "name": "Alice Taylor"
|
|
19814
|
+
* },
|
|
19815
|
+
* "created_at": "2026-04-30T00:00:00.000000Z"
|
|
19816
|
+
* }
|
|
19817
|
+
* ]
|
|
19818
|
+
*/
|
|
19819
|
+
items?: {
|
|
19820
|
+
/** @example 12 */
|
|
19821
|
+
id?: number;
|
|
19822
|
+
/** @example APT-20260430-ABC123 */
|
|
19823
|
+
appointment_ref?: string;
|
|
19824
|
+
/** @example Viewing for Riverside Flat */
|
|
19825
|
+
title?: string;
|
|
19826
|
+
appointment_type?: {
|
|
19827
|
+
/** @example property_viewing */
|
|
19828
|
+
value?: string;
|
|
19829
|
+
/** @example Property Viewing */
|
|
19830
|
+
label?: string;
|
|
19831
|
+
};
|
|
19832
|
+
/** @example 32 */
|
|
19833
|
+
listing_id?: number;
|
|
19834
|
+
listing?: {
|
|
19835
|
+
/** @example LST-PRP-LTR-260405-A1B2 */
|
|
19836
|
+
sku?: string;
|
|
19837
|
+
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
19838
|
+
uid?: string;
|
|
19839
|
+
details?: {
|
|
19840
|
+
/** @example 24 Windsor Court */
|
|
19841
|
+
title?: string;
|
|
19842
|
+
/** @example Modern two-bedroom apartment close to transport links. */
|
|
19843
|
+
description?: string;
|
|
19844
|
+
/** @example London */
|
|
19845
|
+
city?: string;
|
|
19846
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
19847
|
+
address?: string;
|
|
19848
|
+
/** @example SW1A 1AA */
|
|
19849
|
+
postcode?: string;
|
|
19850
|
+
/** @example -0.1412000 */
|
|
19851
|
+
longitude?: string;
|
|
19852
|
+
/** @example 51.5014000 */
|
|
19853
|
+
latitude?: string;
|
|
19854
|
+
/** @example United Kingdom */
|
|
19855
|
+
country?: string;
|
|
19856
|
+
};
|
|
19857
|
+
/** @example Rent */
|
|
19858
|
+
listing_type?: string;
|
|
19859
|
+
/** @example Property */
|
|
19860
|
+
vertical?: string;
|
|
19861
|
+
/** @example entire_place */
|
|
19862
|
+
arrangement_type?: string;
|
|
19863
|
+
/** @example Entire Place */
|
|
19864
|
+
arrangement_type_label?: string;
|
|
19865
|
+
price?: {
|
|
19866
|
+
/** @example 2500.00 */
|
|
19867
|
+
amount?: string;
|
|
19868
|
+
/** @example GBP */
|
|
19869
|
+
currency?: string;
|
|
19870
|
+
/** @example month */
|
|
19871
|
+
period?: string;
|
|
19872
|
+
};
|
|
19873
|
+
listing_policy?: {
|
|
19874
|
+
/** @example 4 */
|
|
19875
|
+
max_occupants?: number;
|
|
19876
|
+
/** @example residential */
|
|
19877
|
+
allowed_use_type?: string;
|
|
19878
|
+
/** @example Residential */
|
|
19879
|
+
allowed_use_type_label?: string;
|
|
19880
|
+
/** @example false */
|
|
19881
|
+
is_subletting_allowed?: boolean;
|
|
19882
|
+
/** @example true */
|
|
19883
|
+
requires_permission_for_subletting?: boolean;
|
|
19884
|
+
/** @example true */
|
|
19885
|
+
event_permission_required?: boolean;
|
|
19886
|
+
/** @example true */
|
|
19887
|
+
no_party_policy?: boolean;
|
|
19888
|
+
/** @example false */
|
|
19889
|
+
commercial_use_flag?: boolean;
|
|
19890
|
+
};
|
|
19891
|
+
/** @example [] */
|
|
19892
|
+
viewing_slots?: unknown[];
|
|
19893
|
+
/** @example [] */
|
|
19894
|
+
tenant_preferences?: unknown[];
|
|
19895
|
+
/** @example [] */
|
|
19896
|
+
features?: unknown[];
|
|
19897
|
+
owner?: {
|
|
19898
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
19899
|
+
uid?: string;
|
|
19900
|
+
/** @example Alice Taylor */
|
|
19901
|
+
name?: string;
|
|
19902
|
+
/** @example +2348012345678 */
|
|
19903
|
+
phone?: string;
|
|
19904
|
+
/** @example alice@example.com */
|
|
19905
|
+
email?: string;
|
|
19906
|
+
/** @example null */
|
|
19907
|
+
avatar?: string | null;
|
|
19908
|
+
/** @example null */
|
|
19909
|
+
plan?: string | null;
|
|
19910
|
+
};
|
|
19911
|
+
created_by?: {
|
|
19912
|
+
/** @example b4afc948-66b3-415c-8287-b5f1a0728e22 */
|
|
19913
|
+
uid?: string;
|
|
19914
|
+
/** @example System Admin */
|
|
19915
|
+
name?: string;
|
|
19916
|
+
/** @example null */
|
|
19917
|
+
phone?: string | null;
|
|
19918
|
+
/** @example admin@example.com */
|
|
19919
|
+
email?: string;
|
|
19920
|
+
/** @example null */
|
|
19921
|
+
avatar?: string | null;
|
|
19922
|
+
/** @example null */
|
|
19923
|
+
plan?: string | null;
|
|
19924
|
+
};
|
|
19925
|
+
/** @example published */
|
|
19926
|
+
state?: string;
|
|
19927
|
+
/** @example 30 Apr 2026, 10:00 AM */
|
|
19928
|
+
published_at?: string;
|
|
19929
|
+
/** @example 2 days ago */
|
|
19930
|
+
published_since?: string;
|
|
19931
|
+
/** @example true */
|
|
19932
|
+
is_visible?: boolean;
|
|
19933
|
+
summary?: {
|
|
19934
|
+
/** @example residential */
|
|
19935
|
+
property_type?: string;
|
|
19936
|
+
/** @example 2 */
|
|
19937
|
+
bedrooms?: number;
|
|
19938
|
+
/** @example 1 */
|
|
19939
|
+
bathrooms?: number;
|
|
19940
|
+
/** @example 85 sqm */
|
|
19941
|
+
size?: string;
|
|
19942
|
+
/** @example available */
|
|
19943
|
+
availability?: string;
|
|
19944
|
+
};
|
|
19945
|
+
workflow?: {
|
|
19946
|
+
/** @example media */
|
|
19947
|
+
current_step?: string;
|
|
19948
|
+
/** @example true */
|
|
19949
|
+
can_submit?: boolean;
|
|
19950
|
+
/** @example [] */
|
|
19951
|
+
missing_requirements?: unknown[];
|
|
19952
|
+
/** @example publish */
|
|
19953
|
+
next_step?: string;
|
|
19954
|
+
progress?: {
|
|
19955
|
+
/** @example 8 */
|
|
19956
|
+
completed?: number;
|
|
19957
|
+
/** @example 8 */
|
|
19958
|
+
total?: number;
|
|
19959
|
+
/** @example 100 */
|
|
19960
|
+
percentage?: number;
|
|
19961
|
+
};
|
|
19962
|
+
};
|
|
19963
|
+
media?: {
|
|
19964
|
+
/**
|
|
19965
|
+
* @example [
|
|
19966
|
+
* {
|
|
19967
|
+
* "uid": "b7b1d7a0-8e20-4d11-a991-1b88c4f78c41",
|
|
19968
|
+
* "media_type": "photo",
|
|
19969
|
+
* "storage_path": "http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg",
|
|
19970
|
+
* "order_index": 0,
|
|
19971
|
+
* "is_cover": true
|
|
19972
|
+
* }
|
|
19973
|
+
* ]
|
|
19974
|
+
*/
|
|
19975
|
+
gallery?: {
|
|
19976
|
+
/** @example b7b1d7a0-8e20-4d11-a991-1b88c4f78c41 */
|
|
19977
|
+
uid?: string;
|
|
19978
|
+
/** @example photo */
|
|
19979
|
+
media_type?: string;
|
|
19980
|
+
/** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
|
|
19981
|
+
storage_path?: string;
|
|
19982
|
+
/** @example 0 */
|
|
19983
|
+
order_index?: number;
|
|
19984
|
+
/** @example true */
|
|
19985
|
+
is_cover?: boolean;
|
|
19986
|
+
}[];
|
|
19987
|
+
/** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
|
|
19988
|
+
cover?: string;
|
|
19989
|
+
/** @example 1 */
|
|
19990
|
+
count?: number;
|
|
19991
|
+
};
|
|
19992
|
+
};
|
|
19993
|
+
/** @example proposed */
|
|
19994
|
+
status?: string;
|
|
19995
|
+
scheduled?: {
|
|
19996
|
+
/** @example 01 May 2026, 09:00 AM */
|
|
19997
|
+
start?: string;
|
|
19998
|
+
/** @example 01 May 2026, 10:00 AM */
|
|
19999
|
+
end?: string;
|
|
20000
|
+
};
|
|
20001
|
+
customer?: {
|
|
20002
|
+
/** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
|
|
20003
|
+
uid?: string;
|
|
20004
|
+
/** @example Dominic Thomas */
|
|
20005
|
+
name?: string;
|
|
20006
|
+
};
|
|
20007
|
+
landlord?: {
|
|
20008
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
20009
|
+
uid?: string;
|
|
20010
|
+
/** @example Alice Taylor */
|
|
20011
|
+
name?: string;
|
|
20012
|
+
};
|
|
20013
|
+
/** @example 2026-04-30T00:00:00.000000Z */
|
|
20014
|
+
created_at?: string;
|
|
20015
|
+
}[];
|
|
20016
|
+
pagination?: {
|
|
20017
|
+
/** @example 1 */
|
|
20018
|
+
current_page?: number;
|
|
20019
|
+
/** @example 15 */
|
|
20020
|
+
per_page?: number;
|
|
20021
|
+
/** @example 1 */
|
|
20022
|
+
total?: number;
|
|
20023
|
+
/** @example 1 */
|
|
20024
|
+
last_page?: number;
|
|
20025
|
+
/** @example 1 */
|
|
20026
|
+
from?: number;
|
|
20027
|
+
/** @example 1 */
|
|
20028
|
+
to?: number;
|
|
20029
|
+
};
|
|
20030
|
+
};
|
|
20031
|
+
};
|
|
20032
|
+
};
|
|
20033
|
+
};
|
|
20034
|
+
};
|
|
20035
|
+
};
|
|
19658
20036
|
listLandlordRentalApplications: {
|
|
19659
20037
|
parameters: {
|
|
19660
20038
|
query?: {
|
|
@@ -19682,12 +20060,12 @@ export interface operations {
|
|
|
19682
20060
|
*/
|
|
19683
20061
|
search?: string | null;
|
|
19684
20062
|
/**
|
|
19685
|
-
* @example
|
|
20063
|
+
* @example withdrawn
|
|
19686
20064
|
* @enum {string|null}
|
|
19687
20065
|
*/
|
|
19688
20066
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
19689
20067
|
/**
|
|
19690
|
-
* @example
|
|
20068
|
+
* @example admin
|
|
19691
20069
|
* @enum {string|null}
|
|
19692
20070
|
*/
|
|
19693
20071
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -19916,7 +20294,7 @@ export interface operations {
|
|
|
19916
20294
|
content: {
|
|
19917
20295
|
"application/json": {
|
|
19918
20296
|
data?: {
|
|
19919
|
-
/** @example
|
|
20297
|
+
/** @example d0516047-29c1-4aff-bb55-2a5f54dc21d1 */
|
|
19920
20298
|
uid?: string;
|
|
19921
20299
|
/** @example JH-APP-2026-936806 */
|
|
19922
20300
|
application_ref?: string;
|
|
@@ -19937,7 +20315,7 @@ export interface operations {
|
|
|
19937
20315
|
/** @example null */
|
|
19938
20316
|
rejection_reason?: string | null;
|
|
19939
20317
|
timeline?: {
|
|
19940
|
-
/** @example 2026
|
|
20318
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
19941
20319
|
created_at?: string;
|
|
19942
20320
|
/** @example null */
|
|
19943
20321
|
approved_at?: string | null;
|
|
@@ -19971,7 +20349,7 @@ export interface operations {
|
|
|
19971
20349
|
content: {
|
|
19972
20350
|
"application/json": {
|
|
19973
20351
|
data?: {
|
|
19974
|
-
/** @example
|
|
20352
|
+
/** @example 05933703-b390-49fe-b87a-fbc8a574db23 */
|
|
19975
20353
|
uid?: string;
|
|
19976
20354
|
/** @example JH-APP-2026-757680 */
|
|
19977
20355
|
application_ref?: string;
|
|
@@ -19992,7 +20370,7 @@ export interface operations {
|
|
|
19992
20370
|
/** @example null */
|
|
19993
20371
|
rejection_reason?: string | null;
|
|
19994
20372
|
timeline?: {
|
|
19995
|
-
/** @example 2026
|
|
20373
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
19996
20374
|
created_at?: string;
|
|
19997
20375
|
/** @example null */
|
|
19998
20376
|
approved_at?: string | null;
|
|
@@ -20036,7 +20414,7 @@ export interface operations {
|
|
|
20036
20414
|
content: {
|
|
20037
20415
|
"application/json": {
|
|
20038
20416
|
data?: {
|
|
20039
|
-
/** @example
|
|
20417
|
+
/** @example 08d6fc04-2240-40a9-ae59-094113b01131 */
|
|
20040
20418
|
uid?: string;
|
|
20041
20419
|
/** @example JH-APP-2026-449171 */
|
|
20042
20420
|
application_ref?: string;
|
|
@@ -20057,7 +20435,7 @@ export interface operations {
|
|
|
20057
20435
|
/** @example null */
|
|
20058
20436
|
rejection_reason?: string | null;
|
|
20059
20437
|
timeline?: {
|
|
20060
|
-
/** @example 2026
|
|
20438
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
20061
20439
|
created_at?: string;
|
|
20062
20440
|
/** @example null */
|
|
20063
20441
|
approved_at?: string | null;
|
|
@@ -20091,7 +20469,7 @@ export interface operations {
|
|
|
20091
20469
|
content: {
|
|
20092
20470
|
"application/json": {
|
|
20093
20471
|
data?: {
|
|
20094
|
-
/** @example
|
|
20472
|
+
/** @example 69cf5a2a-f680-4a81-a30a-4dc47e08568f */
|
|
20095
20473
|
uid?: string;
|
|
20096
20474
|
/** @example 4881.50 */
|
|
20097
20475
|
rent_amount?: string;
|
|
@@ -20109,7 +20487,7 @@ export interface operations {
|
|
|
20109
20487
|
company_name?: string | null;
|
|
20110
20488
|
/** @example null */
|
|
20111
20489
|
company_registration_number?: string | null;
|
|
20112
|
-
/** @example 2026-05-
|
|
20490
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
20113
20491
|
created_at?: string;
|
|
20114
20492
|
};
|
|
20115
20493
|
};
|
|
@@ -20156,20 +20534,20 @@ export interface operations {
|
|
|
20156
20534
|
content: {
|
|
20157
20535
|
"application/json": {
|
|
20158
20536
|
data?: {
|
|
20159
|
-
/** @example New For
|
|
20537
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 8:09 PM */
|
|
20160
20538
|
draft_name?: string;
|
|
20161
|
-
/** @example LST-
|
|
20539
|
+
/** @example LST-UIT-SAL-MONCIXIHQTR */
|
|
20162
20540
|
sku?: string;
|
|
20163
|
-
/** @example
|
|
20541
|
+
/** @example cacd547c-4379-471c-9ed7-03a5f61c59ac */
|
|
20164
20542
|
uid?: string;
|
|
20165
|
-
/** @example
|
|
20543
|
+
/** @example Sale */
|
|
20166
20544
|
listing_type?: string;
|
|
20167
|
-
/** @example
|
|
20545
|
+
/** @example Used Item */
|
|
20168
20546
|
vertical?: string;
|
|
20169
|
-
/** @example
|
|
20170
|
-
arrangement_type?: string;
|
|
20171
|
-
/** @example
|
|
20172
|
-
arrangement_type_label?: string;
|
|
20547
|
+
/** @example null */
|
|
20548
|
+
arrangement_type?: string | null;
|
|
20549
|
+
/** @example null */
|
|
20550
|
+
arrangement_type_label?: string | null;
|
|
20173
20551
|
/** @example null */
|
|
20174
20552
|
price?: string | null;
|
|
20175
20553
|
/** @example draft */
|
|
@@ -20180,10 +20558,8 @@ export interface operations {
|
|
|
20180
20558
|
published_since?: string | null;
|
|
20181
20559
|
/** @example false */
|
|
20182
20560
|
is_visible?: boolean;
|
|
20183
|
-
|
|
20184
|
-
|
|
20185
|
-
availability?: string | null;
|
|
20186
|
-
};
|
|
20561
|
+
/** @example [] */
|
|
20562
|
+
summary?: unknown[];
|
|
20187
20563
|
/** @example [] */
|
|
20188
20564
|
workflow?: unknown[];
|
|
20189
20565
|
/** @example [] */
|
|
@@ -20284,9 +20660,9 @@ export interface operations {
|
|
|
20284
20660
|
/**
|
|
20285
20661
|
* @example [
|
|
20286
20662
|
* {
|
|
20287
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20288
|
-
* "sku": "LST-PRP-LTR-
|
|
20289
|
-
* "uid": "
|
|
20663
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
20664
|
+
* "sku": "LST-PRP-LTR-MONCIXJ0MH7",
|
|
20665
|
+
* "uid": "f62db274-6382-49ab-8752-4b88e9ba1fd3",
|
|
20290
20666
|
* "listing_type": "Rent",
|
|
20291
20667
|
* "vertical": "Property",
|
|
20292
20668
|
* "arrangement_type": "let_to_let",
|
|
@@ -20303,9 +20679,9 @@ export interface operations {
|
|
|
20303
20679
|
* "media": []
|
|
20304
20680
|
* },
|
|
20305
20681
|
* {
|
|
20306
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20307
|
-
* "sku": "LST-PRP-SHL-
|
|
20308
|
-
* "uid": "
|
|
20682
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 8:09 PM",
|
|
20683
|
+
* "sku": "LST-PRP-SHL-MONCIXJ3KLE",
|
|
20684
|
+
* "uid": "3652f9a6-2412-4923-ba16-f3ba1eb3b580",
|
|
20309
20685
|
* "listing_type": "Short Let",
|
|
20310
20686
|
* "vertical": "Property",
|
|
20311
20687
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20324,11 +20700,11 @@ export interface operations {
|
|
|
20324
20700
|
* ]
|
|
20325
20701
|
*/
|
|
20326
20702
|
data?: {
|
|
20327
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20703
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
20328
20704
|
draft_name?: string;
|
|
20329
|
-
/** @example LST-PRP-LTR-
|
|
20705
|
+
/** @example LST-PRP-LTR-MONCIXJ0MH7 */
|
|
20330
20706
|
sku?: string;
|
|
20331
|
-
/** @example
|
|
20707
|
+
/** @example f62db274-6382-49ab-8752-4b88e9ba1fd3 */
|
|
20332
20708
|
uid?: string;
|
|
20333
20709
|
/** @example Rent */
|
|
20334
20710
|
listing_type?: string;
|
|
@@ -20438,9 +20814,9 @@ export interface operations {
|
|
|
20438
20814
|
/**
|
|
20439
20815
|
* @example [
|
|
20440
20816
|
* {
|
|
20441
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20442
|
-
* "sku": "LST-PRP-LTR-
|
|
20443
|
-
* "uid": "
|
|
20817
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
20818
|
+
* "sku": "LST-PRP-LTR-MONCIXJAG9J",
|
|
20819
|
+
* "uid": "eaf9fb00-e127-40b5-ad36-c6a588b36000",
|
|
20444
20820
|
* "listing_type": "Rent",
|
|
20445
20821
|
* "vertical": "Property",
|
|
20446
20822
|
* "arrangement_type": "let_to_let",
|
|
@@ -20457,9 +20833,9 @@ export interface operations {
|
|
|
20457
20833
|
* "media": []
|
|
20458
20834
|
* },
|
|
20459
20835
|
* {
|
|
20460
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20461
|
-
* "sku": "LST-PRP-SHL-
|
|
20462
|
-
* "uid": "
|
|
20836
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 8:09 PM",
|
|
20837
|
+
* "sku": "LST-PRP-SHL-MONCIXJCJ9O",
|
|
20838
|
+
* "uid": "ac777487-5f1e-47e2-afb8-23645844e0dd",
|
|
20463
20839
|
* "listing_type": "Short Let",
|
|
20464
20840
|
* "vertical": "Property",
|
|
20465
20841
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20478,11 +20854,11 @@ export interface operations {
|
|
|
20478
20854
|
* ]
|
|
20479
20855
|
*/
|
|
20480
20856
|
data?: {
|
|
20481
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20857
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
20482
20858
|
draft_name?: string;
|
|
20483
|
-
/** @example LST-PRP-LTR-
|
|
20859
|
+
/** @example LST-PRP-LTR-MONCIXJAG9J */
|
|
20484
20860
|
sku?: string;
|
|
20485
|
-
/** @example
|
|
20861
|
+
/** @example eaf9fb00-e127-40b5-ad36-c6a588b36000 */
|
|
20486
20862
|
uid?: string;
|
|
20487
20863
|
/** @example Rent */
|
|
20488
20864
|
listing_type?: string;
|
|
@@ -21731,7 +22107,7 @@ export interface operations {
|
|
|
21731
22107
|
content: {
|
|
21732
22108
|
"application/json": {
|
|
21733
22109
|
data?: {
|
|
21734
|
-
/** @example
|
|
22110
|
+
/** @example 2ee08487-c839-4162-a690-fb37c8d16bd8 */
|
|
21735
22111
|
uid?: string;
|
|
21736
22112
|
/** @example photo */
|
|
21737
22113
|
media_type?: string;
|
|
@@ -21880,11 +22256,11 @@ export interface operations {
|
|
|
21880
22256
|
content: {
|
|
21881
22257
|
"application/json": {
|
|
21882
22258
|
data?: {
|
|
21883
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
22259
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
21884
22260
|
draft_name?: string;
|
|
21885
|
-
/** @example LST-PRP-LTR-
|
|
22261
|
+
/** @example LST-PRP-LTR-MONCIXLDFAI */
|
|
21886
22262
|
sku?: string;
|
|
21887
|
-
/** @example
|
|
22263
|
+
/** @example 1fcc041d-c104-463f-b56f-82f3ebbe1d73 */
|
|
21888
22264
|
uid?: string;
|
|
21889
22265
|
/** @example Rent */
|
|
21890
22266
|
listing_type?: string;
|
|
@@ -22044,7 +22420,7 @@ export interface operations {
|
|
|
22044
22420
|
content: {
|
|
22045
22421
|
"application/json": {
|
|
22046
22422
|
data?: {
|
|
22047
|
-
/** @example
|
|
22423
|
+
/** @example cbae8c95-a4dc-45b2-a06e-76fca383f680 */
|
|
22048
22424
|
uid?: string;
|
|
22049
22425
|
/** @example null */
|
|
22050
22426
|
compliances?: string | null;
|
|
@@ -22095,7 +22471,7 @@ export interface operations {
|
|
|
22095
22471
|
content: {
|
|
22096
22472
|
"application/json": {
|
|
22097
22473
|
data?: {
|
|
22098
|
-
/** @example
|
|
22474
|
+
/** @example 179 */
|
|
22099
22475
|
id?: number;
|
|
22100
22476
|
compliance?: {
|
|
22101
22477
|
/** @example 1 */
|
|
@@ -22117,7 +22493,7 @@ export interface operations {
|
|
|
22117
22493
|
reviewed_by?: number;
|
|
22118
22494
|
/** @example null */
|
|
22119
22495
|
reviewed_at?: string | null;
|
|
22120
|
-
/** @example 2026-05-
|
|
22496
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
22121
22497
|
created_at?: string;
|
|
22122
22498
|
};
|
|
22123
22499
|
};
|
|
@@ -22172,7 +22548,7 @@ export interface operations {
|
|
|
22172
22548
|
/**
|
|
22173
22549
|
* @example [
|
|
22174
22550
|
* {
|
|
22175
|
-
* "uid": "
|
|
22551
|
+
* "uid": "cded9829-09b6-4309-9667-eb281402416f",
|
|
22176
22552
|
* "rent_amount": "4881.50",
|
|
22177
22553
|
* "deposit_amount": "2151.17",
|
|
22178
22554
|
* "state": "offer_accepted",
|
|
@@ -22181,24 +22557,24 @@ export interface operations {
|
|
|
22181
22557
|
* "is_periodic": false,
|
|
22182
22558
|
* "company_name": null,
|
|
22183
22559
|
* "company_registration_number": null,
|
|
22184
|
-
* "created_at": "2026-05-
|
|
22560
|
+
* "created_at": "2026-05-01T20:09:06.000000Z"
|
|
22185
22561
|
* },
|
|
22186
22562
|
* {
|
|
22187
|
-
* "uid": "
|
|
22563
|
+
* "uid": "570b2693-6eaf-498f-966f-d1397ee5a56c",
|
|
22188
22564
|
* "rent_amount": "3832.26",
|
|
22189
22565
|
* "deposit_amount": "1384.27",
|
|
22190
22566
|
* "state": "terminated",
|
|
22191
|
-
* "start_date": "2025-06-
|
|
22192
|
-
* "end_date": "2026-06-
|
|
22567
|
+
* "start_date": "2025-06-05T00:00:00.000000Z",
|
|
22568
|
+
* "end_date": "2026-06-05T00:00:00.000000Z",
|
|
22193
22569
|
* "is_periodic": false,
|
|
22194
22570
|
* "company_name": null,
|
|
22195
22571
|
* "company_registration_number": null,
|
|
22196
|
-
* "created_at": "2026-05-
|
|
22572
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22197
22573
|
* }
|
|
22198
22574
|
* ]
|
|
22199
22575
|
*/
|
|
22200
22576
|
data?: {
|
|
22201
|
-
/** @example
|
|
22577
|
+
/** @example cded9829-09b6-4309-9667-eb281402416f */
|
|
22202
22578
|
uid?: string;
|
|
22203
22579
|
/** @example 4881.50 */
|
|
22204
22580
|
rent_amount?: string;
|
|
@@ -22216,7 +22592,7 @@ export interface operations {
|
|
|
22216
22592
|
company_name?: string | null;
|
|
22217
22593
|
/** @example null */
|
|
22218
22594
|
company_registration_number?: string | null;
|
|
22219
|
-
/** @example 2026-05-
|
|
22595
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
22220
22596
|
created_at?: string;
|
|
22221
22597
|
}[];
|
|
22222
22598
|
links?: {
|
|
@@ -22303,7 +22679,7 @@ export interface operations {
|
|
|
22303
22679
|
/**
|
|
22304
22680
|
* @example [
|
|
22305
22681
|
* {
|
|
22306
|
-
* "uid": "
|
|
22682
|
+
* "uid": "083c4836-9564-493c-9e67-afc7520d8efe",
|
|
22307
22683
|
* "rent_amount": "4881.50",
|
|
22308
22684
|
* "deposit_amount": "2151.17",
|
|
22309
22685
|
* "state": "offer_accepted",
|
|
@@ -22312,24 +22688,24 @@ export interface operations {
|
|
|
22312
22688
|
* "is_periodic": false,
|
|
22313
22689
|
* "company_name": null,
|
|
22314
22690
|
* "company_registration_number": null,
|
|
22315
|
-
* "created_at": "2026-05-
|
|
22691
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22316
22692
|
* },
|
|
22317
22693
|
* {
|
|
22318
|
-
* "uid": "
|
|
22694
|
+
* "uid": "e465bcad-53f1-40f5-90f6-493fec23f94f",
|
|
22319
22695
|
* "rent_amount": "3832.26",
|
|
22320
22696
|
* "deposit_amount": "1384.27",
|
|
22321
22697
|
* "state": "terminated",
|
|
22322
|
-
* "start_date": "2025-06-
|
|
22323
|
-
* "end_date": "2026-06-
|
|
22698
|
+
* "start_date": "2025-06-05T00:00:00.000000Z",
|
|
22699
|
+
* "end_date": "2026-06-05T00:00:00.000000Z",
|
|
22324
22700
|
* "is_periodic": false,
|
|
22325
22701
|
* "company_name": null,
|
|
22326
22702
|
* "company_registration_number": null,
|
|
22327
|
-
* "created_at": "2026-05-
|
|
22703
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22328
22704
|
* }
|
|
22329
22705
|
* ]
|
|
22330
22706
|
*/
|
|
22331
22707
|
data?: {
|
|
22332
|
-
/** @example
|
|
22708
|
+
/** @example 083c4836-9564-493c-9e67-afc7520d8efe */
|
|
22333
22709
|
uid?: string;
|
|
22334
22710
|
/** @example 4881.50 */
|
|
22335
22711
|
rent_amount?: string;
|
|
@@ -22347,7 +22723,7 @@ export interface operations {
|
|
|
22347
22723
|
company_name?: string | null;
|
|
22348
22724
|
/** @example null */
|
|
22349
22725
|
company_registration_number?: string | null;
|
|
22350
|
-
/** @example 2026-05-
|
|
22726
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22351
22727
|
created_at?: string;
|
|
22352
22728
|
}[];
|
|
22353
22729
|
links?: {
|
|
@@ -22454,7 +22830,7 @@ export interface operations {
|
|
|
22454
22830
|
content: {
|
|
22455
22831
|
"application/json": {
|
|
22456
22832
|
data?: {
|
|
22457
|
-
/** @example
|
|
22833
|
+
/** @example 277 */
|
|
22458
22834
|
id?: number;
|
|
22459
22835
|
compliance?: {
|
|
22460
22836
|
/** @example 1 */
|
|
@@ -22474,9 +22850,9 @@ export interface operations {
|
|
|
22474
22850
|
rejection_reason?: string | null;
|
|
22475
22851
|
/** @example 1 */
|
|
22476
22852
|
reviewed_by?: number;
|
|
22477
|
-
/** @example 2026-05-
|
|
22853
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22478
22854
|
reviewed_at?: string;
|
|
22479
|
-
/** @example 2026-05-
|
|
22855
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22480
22856
|
created_at?: string;
|
|
22481
22857
|
};
|
|
22482
22858
|
};
|
|
@@ -22503,7 +22879,7 @@ export interface operations {
|
|
|
22503
22879
|
content: {
|
|
22504
22880
|
"application/json": {
|
|
22505
22881
|
data?: {
|
|
22506
|
-
/** @example
|
|
22882
|
+
/** @example 278 */
|
|
22507
22883
|
id?: number;
|
|
22508
22884
|
compliance?: {
|
|
22509
22885
|
/** @example 1 */
|
|
@@ -22523,9 +22899,9 @@ export interface operations {
|
|
|
22523
22899
|
rejection_reason?: string | null;
|
|
22524
22900
|
/** @example 1 */
|
|
22525
22901
|
reviewed_by?: number;
|
|
22526
|
-
/** @example 2026-05-
|
|
22902
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22527
22903
|
reviewed_at?: string;
|
|
22528
|
-
/** @example 2026-05-
|
|
22904
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22529
22905
|
created_at?: string;
|
|
22530
22906
|
};
|
|
22531
22907
|
};
|
|
@@ -23657,37 +24033,37 @@ export interface operations {
|
|
|
23657
24033
|
/**
|
|
23658
24034
|
* @example [
|
|
23659
24035
|
* {
|
|
23660
|
-
* "uid": "
|
|
24036
|
+
* "uid": "dc3a221b-a992-4cad-a2e7-85e9fd610644",
|
|
23661
24037
|
* "tenancy_id": 1,
|
|
23662
24038
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
23663
24039
|
* "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.",
|
|
23664
24040
|
* "status": "reported",
|
|
23665
24041
|
* "priority": "emergency",
|
|
23666
|
-
* "reported_at": "25 Apr 2026,
|
|
23667
|
-
* "assigned_at": "
|
|
24042
|
+
* "reported_at": "25 Apr 2026, 07:22 AM",
|
|
24043
|
+
* "assigned_at": "30 Apr 2026, 03:42 AM",
|
|
23668
24044
|
* "completed_at": null,
|
|
23669
|
-
* "sla_deadline": "03 May 2026,
|
|
23670
|
-
* "created_at": "01 May 2026,
|
|
23671
|
-
* "updated_at": "01 May 2026,
|
|
24045
|
+
* "sla_deadline": "03 May 2026, 09:04 AM",
|
|
24046
|
+
* "created_at": "01 May 2026, 08:09 PM",
|
|
24047
|
+
* "updated_at": "01 May 2026, 08:09 PM"
|
|
23672
24048
|
* },
|
|
23673
24049
|
* {
|
|
23674
|
-
* "uid": "
|
|
24050
|
+
* "uid": "8445fba5-b568-4700-bb28-e2ec902e757d",
|
|
23675
24051
|
* "tenancy_id": 1,
|
|
23676
24052
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
23677
24053
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
23678
24054
|
* "status": "completed",
|
|
23679
24055
|
* "priority": "normal",
|
|
23680
|
-
* "reported_at": "27 Apr 2026, 01
|
|
24056
|
+
* "reported_at": "27 Apr 2026, 08:01 PM",
|
|
23681
24057
|
* "assigned_at": null,
|
|
23682
24058
|
* "completed_at": null,
|
|
23683
|
-
* "sla_deadline": "04 May 2026,
|
|
23684
|
-
* "created_at": "01 May 2026,
|
|
23685
|
-
* "updated_at": "01 May 2026,
|
|
24059
|
+
* "sla_deadline": "04 May 2026, 05:04 PM",
|
|
24060
|
+
* "created_at": "01 May 2026, 08:09 PM",
|
|
24061
|
+
* "updated_at": "01 May 2026, 08:09 PM"
|
|
23686
24062
|
* }
|
|
23687
24063
|
* ]
|
|
23688
24064
|
*/
|
|
23689
24065
|
data?: {
|
|
23690
|
-
/** @example
|
|
24066
|
+
/** @example dc3a221b-a992-4cad-a2e7-85e9fd610644 */
|
|
23691
24067
|
uid?: string;
|
|
23692
24068
|
/** @example 1 */
|
|
23693
24069
|
tenancy_id?: number;
|
|
@@ -23699,17 +24075,17 @@ export interface operations {
|
|
|
23699
24075
|
status?: string;
|
|
23700
24076
|
/** @example emergency */
|
|
23701
24077
|
priority?: string;
|
|
23702
|
-
/** @example 25 Apr 2026,
|
|
24078
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
23703
24079
|
reported_at?: string;
|
|
23704
|
-
/** @example
|
|
24080
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
23705
24081
|
assigned_at?: string;
|
|
23706
24082
|
/** @example null */
|
|
23707
24083
|
completed_at?: string | null;
|
|
23708
|
-
/** @example 03 May 2026,
|
|
24084
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
23709
24085
|
sla_deadline?: string;
|
|
23710
|
-
/** @example 01 May 2026,
|
|
24086
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
23711
24087
|
created_at?: string;
|
|
23712
|
-
/** @example 01 May 2026,
|
|
24088
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
23713
24089
|
updated_at?: string;
|
|
23714
24090
|
}[];
|
|
23715
24091
|
links?: {
|
|
@@ -23825,13 +24201,13 @@ export interface operations {
|
|
|
23825
24201
|
};
|
|
23826
24202
|
} | {
|
|
23827
24203
|
data?: {
|
|
23828
|
-
/** @example
|
|
24204
|
+
/** @example 6870302a-124c-45e3-8236-0977ef6a22d5 */
|
|
23829
24205
|
uid?: string;
|
|
23830
24206
|
/** @example image */
|
|
23831
24207
|
file_type?: string;
|
|
23832
24208
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
23833
24209
|
url?: string;
|
|
23834
|
-
/** @example 2026-05-
|
|
24210
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
23835
24211
|
created_at?: string;
|
|
23836
24212
|
};
|
|
23837
24213
|
};
|
|
@@ -23876,7 +24252,7 @@ export interface operations {
|
|
|
23876
24252
|
content: {
|
|
23877
24253
|
"application/json": {
|
|
23878
24254
|
data?: {
|
|
23879
|
-
/** @example
|
|
24255
|
+
/** @example 195 */
|
|
23880
24256
|
id?: number;
|
|
23881
24257
|
type?: {
|
|
23882
24258
|
/** @example property_inquiry */
|
|
@@ -23934,7 +24310,7 @@ export interface operations {
|
|
|
23934
24310
|
};
|
|
23935
24311
|
/** @example null */
|
|
23936
24312
|
last_message_at?: string | null;
|
|
23937
|
-
/** @example 01 May 2026,
|
|
24313
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
23938
24314
|
created_at?: string;
|
|
23939
24315
|
};
|
|
23940
24316
|
};
|
|
@@ -24386,7 +24762,7 @@ export interface operations {
|
|
|
24386
24762
|
};
|
|
24387
24763
|
content: {
|
|
24388
24764
|
"application/json": {
|
|
24389
|
-
/** @example
|
|
24765
|
+
/** @example 9c142a22-d7de-47a1-bf9c-b7e8c65173ef */
|
|
24390
24766
|
id?: string;
|
|
24391
24767
|
/** @example APPOINTMENT_CREATED */
|
|
24392
24768
|
type?: string;
|
|
@@ -24398,7 +24774,7 @@ export interface operations {
|
|
|
24398
24774
|
data?: unknown[];
|
|
24399
24775
|
/** @example null */
|
|
24400
24776
|
read_at?: string | null;
|
|
24401
|
-
/** @example 01 May 2026,
|
|
24777
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24402
24778
|
created_at?: string;
|
|
24403
24779
|
};
|
|
24404
24780
|
};
|
|
@@ -24504,9 +24880,9 @@ export interface operations {
|
|
|
24504
24880
|
content: {
|
|
24505
24881
|
"application/json": {
|
|
24506
24882
|
data?: {
|
|
24507
|
-
/** @example
|
|
24883
|
+
/** @example at */
|
|
24508
24884
|
key?: string;
|
|
24509
|
-
/** @example
|
|
24885
|
+
/** @example id */
|
|
24510
24886
|
name?: string;
|
|
24511
24887
|
/** @example soft */
|
|
24512
24888
|
enforcement_mode?: string;
|
|
@@ -24644,7 +25020,7 @@ export interface operations {
|
|
|
24644
25020
|
content: {
|
|
24645
25021
|
"application/json": {
|
|
24646
25022
|
data?: {
|
|
24647
|
-
/** @example
|
|
25023
|
+
/** @example e0fccb6a-401b-47b1-9798-058d00334cf3 */
|
|
24648
25024
|
uid?: string;
|
|
24649
25025
|
/** @example JH-APP-2026-089432 */
|
|
24650
25026
|
application_ref?: string;
|
|
@@ -24665,7 +25041,7 @@ export interface operations {
|
|
|
24665
25041
|
/** @example null */
|
|
24666
25042
|
rejection_reason?: string | null;
|
|
24667
25043
|
timeline?: {
|
|
24668
|
-
/** @example 2026
|
|
25044
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24669
25045
|
created_at?: string;
|
|
24670
25046
|
/** @example null */
|
|
24671
25047
|
approved_at?: string | null;
|
|
@@ -24705,12 +25081,12 @@ export interface operations {
|
|
|
24705
25081
|
*/
|
|
24706
25082
|
search?: string | null;
|
|
24707
25083
|
/**
|
|
24708
|
-
* @example
|
|
25084
|
+
* @example pending
|
|
24709
25085
|
* @enum {string|null}
|
|
24710
25086
|
*/
|
|
24711
25087
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
24712
25088
|
/**
|
|
24713
|
-
* @example
|
|
25089
|
+
* @example admin
|
|
24714
25090
|
* @enum {string|null}
|
|
24715
25091
|
*/
|
|
24716
25092
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -25028,7 +25404,7 @@ export interface operations {
|
|
|
25028
25404
|
content: {
|
|
25029
25405
|
"application/json": {
|
|
25030
25406
|
data?: {
|
|
25031
|
-
/** @example
|
|
25407
|
+
/** @example 2c22f606-c99d-4167-9b42-14bc0f6e22e8 */
|
|
25032
25408
|
uid?: string;
|
|
25033
25409
|
/** @example JH-APP-2026-700432 */
|
|
25034
25410
|
application_ref?: string;
|
|
@@ -25049,7 +25425,7 @@ export interface operations {
|
|
|
25049
25425
|
/** @example null */
|
|
25050
25426
|
rejection_reason?: string | null;
|
|
25051
25427
|
timeline?: {
|
|
25052
|
-
/** @example 2026
|
|
25428
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25053
25429
|
created_at?: string;
|
|
25054
25430
|
/** @example null */
|
|
25055
25431
|
approved_at?: string | null;
|
|
@@ -25242,21 +25618,21 @@ export interface operations {
|
|
|
25242
25618
|
content: {
|
|
25243
25619
|
"application/json": {
|
|
25244
25620
|
data?: {
|
|
25245
|
-
/** @example
|
|
25621
|
+
/** @example 465 */
|
|
25246
25622
|
id?: number;
|
|
25247
25623
|
/** @example 1 */
|
|
25248
25624
|
rating?: number;
|
|
25249
25625
|
/** @example Nice Listing */
|
|
25250
25626
|
comment?: string;
|
|
25251
25627
|
reviewer?: {
|
|
25252
|
-
/** @example
|
|
25628
|
+
/** @example 17 */
|
|
25253
25629
|
id?: number;
|
|
25254
|
-
/** @example
|
|
25630
|
+
/** @example Hannah Ross */
|
|
25255
25631
|
name?: string;
|
|
25256
25632
|
};
|
|
25257
|
-
/** @example 01 May 2026,
|
|
25633
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25258
25634
|
created_at?: string;
|
|
25259
|
-
/** @example 01 May 2026,
|
|
25635
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25260
25636
|
updated_at?: string;
|
|
25261
25637
|
};
|
|
25262
25638
|
};
|
|
@@ -25300,21 +25676,21 @@ export interface operations {
|
|
|
25300
25676
|
content: {
|
|
25301
25677
|
"application/json": {
|
|
25302
25678
|
data?: {
|
|
25303
|
-
/** @example
|
|
25679
|
+
/** @example 466 */
|
|
25304
25680
|
id?: number;
|
|
25305
25681
|
/** @example 1 */
|
|
25306
25682
|
rating?: number;
|
|
25307
25683
|
/** @example Nice Listing */
|
|
25308
25684
|
comment?: string;
|
|
25309
25685
|
reviewer?: {
|
|
25310
|
-
/** @example
|
|
25686
|
+
/** @example 5 */
|
|
25311
25687
|
id?: number;
|
|
25312
|
-
/** @example
|
|
25688
|
+
/** @example Mary Hall */
|
|
25313
25689
|
name?: string;
|
|
25314
25690
|
};
|
|
25315
|
-
/** @example 01 May 2026,
|
|
25691
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25316
25692
|
created_at?: string;
|
|
25317
|
-
/** @example 01 May 2026,
|
|
25693
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25318
25694
|
updated_at?: string;
|
|
25319
25695
|
};
|
|
25320
25696
|
};
|
|
@@ -25356,21 +25732,21 @@ export interface operations {
|
|
|
25356
25732
|
content: {
|
|
25357
25733
|
"application/json": {
|
|
25358
25734
|
data?: {
|
|
25359
|
-
/** @example
|
|
25735
|
+
/** @example 467 */
|
|
25360
25736
|
id?: number;
|
|
25361
25737
|
/** @example 1 */
|
|
25362
25738
|
rating?: number;
|
|
25363
25739
|
/** @example Nice Listing */
|
|
25364
25740
|
comment?: string;
|
|
25365
25741
|
reviewer?: {
|
|
25366
|
-
/** @example
|
|
25742
|
+
/** @example 8 */
|
|
25367
25743
|
id?: number;
|
|
25368
|
-
/** @example
|
|
25744
|
+
/** @example Kyle Matthews */
|
|
25369
25745
|
name?: string;
|
|
25370
25746
|
};
|
|
25371
|
-
/** @example 01 May 2026,
|
|
25747
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25372
25748
|
created_at?: string;
|
|
25373
|
-
/** @example 01 May 2026,
|
|
25749
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25374
25750
|
updated_at?: string;
|
|
25375
25751
|
};
|
|
25376
25752
|
};
|
|
@@ -25397,21 +25773,21 @@ export interface operations {
|
|
|
25397
25773
|
content: {
|
|
25398
25774
|
"application/json": {
|
|
25399
25775
|
data?: {
|
|
25400
|
-
/** @example
|
|
25776
|
+
/** @example 468 */
|
|
25401
25777
|
id?: number;
|
|
25402
25778
|
/** @example 1 */
|
|
25403
25779
|
rating?: number;
|
|
25404
25780
|
/** @example Nice Listing */
|
|
25405
25781
|
comment?: string;
|
|
25406
25782
|
reviewer?: {
|
|
25407
|
-
/** @example
|
|
25783
|
+
/** @example 4 */
|
|
25408
25784
|
id?: number;
|
|
25409
|
-
/** @example
|
|
25785
|
+
/** @example Lola Holmes */
|
|
25410
25786
|
name?: string;
|
|
25411
25787
|
};
|
|
25412
|
-
/** @example 01 May 2026,
|
|
25788
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25413
25789
|
created_at?: string;
|
|
25414
|
-
/** @example 01 May 2026,
|
|
25790
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25415
25791
|
updated_at?: string;
|
|
25416
25792
|
};
|
|
25417
25793
|
};
|
|
@@ -25438,7 +25814,7 @@ export interface operations {
|
|
|
25438
25814
|
content: {
|
|
25439
25815
|
"application/json": {
|
|
25440
25816
|
data?: {
|
|
25441
|
-
/** @example
|
|
25817
|
+
/** @example cec24490-3159-4f8a-ad83-983b9ff68b0f */
|
|
25442
25818
|
uid?: string;
|
|
25443
25819
|
/** @example 4881.50 */
|
|
25444
25820
|
rent_amount?: string;
|
|
@@ -25456,7 +25832,7 @@ export interface operations {
|
|
|
25456
25832
|
company_name?: string | null;
|
|
25457
25833
|
/** @example null */
|
|
25458
25834
|
company_registration_number?: string | null;
|
|
25459
|
-
/** @example 2026-05-
|
|
25835
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
25460
25836
|
created_at?: string;
|
|
25461
25837
|
/** @example [] */
|
|
25462
25838
|
compliances?: unknown[];
|
|
@@ -25533,7 +25909,7 @@ export interface operations {
|
|
|
25533
25909
|
content: {
|
|
25534
25910
|
"application/json": {
|
|
25535
25911
|
data?: {
|
|
25536
|
-
/** @example
|
|
25912
|
+
/** @example 63c2e7fb-6e7c-4c71-8fbe-6086644cb30e */
|
|
25537
25913
|
uid?: string;
|
|
25538
25914
|
/** @example 4978.97 */
|
|
25539
25915
|
rent_amount?: string;
|
|
@@ -25551,7 +25927,7 @@ export interface operations {
|
|
|
25551
25927
|
company_name?: string | null;
|
|
25552
25928
|
/** @example null */
|
|
25553
25929
|
company_registration_number?: string | null;
|
|
25554
|
-
/** @example 2026-05-
|
|
25930
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
25555
25931
|
created_at?: string;
|
|
25556
25932
|
};
|
|
25557
25933
|
};
|
|
@@ -25845,15 +26221,15 @@ export interface operations {
|
|
|
25845
26221
|
* "changed_by_user_id": 3,
|
|
25846
26222
|
* "changed_by_name": "Teagan King",
|
|
25847
26223
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
25848
|
-
* "created_at": "2026-01-
|
|
26224
|
+
* "created_at": "2026-01-09T06:56:07.000000Z"
|
|
25849
26225
|
* },
|
|
25850
26226
|
* {
|
|
25851
|
-
* "from_state": "
|
|
25852
|
-
* "to_state": "
|
|
26227
|
+
* "from_state": "offer_pending",
|
|
26228
|
+
* "to_state": "offer_accepted",
|
|
25853
26229
|
* "changed_by_user_id": 3,
|
|
25854
26230
|
* "changed_by_name": "Teagan King",
|
|
25855
|
-
* "comment": "
|
|
25856
|
-
* "created_at": "2025-11-
|
|
26231
|
+
* "comment": "Esse in velit maiores eos eveniet odio eaque.",
|
|
26232
|
+
* "created_at": "2025-11-02T04:55:43.000000Z"
|
|
25857
26233
|
* }
|
|
25858
26234
|
* ]
|
|
25859
26235
|
*/
|
|
@@ -25868,7 +26244,7 @@ export interface operations {
|
|
|
25868
26244
|
changed_by_name?: string;
|
|
25869
26245
|
/** @example Qui commodi incidunt iure odit. */
|
|
25870
26246
|
comment?: string;
|
|
25871
|
-
/** @example 2026-01-
|
|
26247
|
+
/** @example 2026-01-09T06:56:07.000000Z */
|
|
25872
26248
|
created_at?: string;
|
|
25873
26249
|
}[];
|
|
25874
26250
|
};
|
|
@@ -26253,7 +26629,7 @@ export interface operations {
|
|
|
26253
26629
|
content: {
|
|
26254
26630
|
"application/json": {
|
|
26255
26631
|
data?: {
|
|
26256
|
-
/** @example
|
|
26632
|
+
/** @example 3868f164-f16f-4c2d-afc4-6e3d1a4c9536 */
|
|
26257
26633
|
uid?: string;
|
|
26258
26634
|
/** @example Ms. Audra Crooks II */
|
|
26259
26635
|
username?: string;
|
|
@@ -26283,7 +26659,7 @@ export interface operations {
|
|
|
26283
26659
|
timezone?: string;
|
|
26284
26660
|
/** @example Customer */
|
|
26285
26661
|
user_type?: string;
|
|
26286
|
-
/** @example 01 May 2026,
|
|
26662
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26287
26663
|
created?: string;
|
|
26288
26664
|
/** @example 0 seconds ago */
|
|
26289
26665
|
email_verified_at?: string;
|
|
@@ -26558,7 +26934,7 @@ export interface operations {
|
|
|
26558
26934
|
content: {
|
|
26559
26935
|
"application/json": {
|
|
26560
26936
|
data?: {
|
|
26561
|
-
/** @example
|
|
26937
|
+
/** @example 3b07f124-3176-4bad-9a0a-3f8f3796de17 */
|
|
26562
26938
|
uid?: string;
|
|
26563
26939
|
/** @example Morgan Hirthe */
|
|
26564
26940
|
username?: string;
|
|
@@ -26588,7 +26964,7 @@ export interface operations {
|
|
|
26588
26964
|
timezone?: string;
|
|
26589
26965
|
/** @example Customer */
|
|
26590
26966
|
user_type?: string;
|
|
26591
|
-
/** @example 01 May 2026,
|
|
26967
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26592
26968
|
created?: string;
|
|
26593
26969
|
/** @example 0 seconds ago */
|
|
26594
26970
|
email_verified_at?: string;
|
|
@@ -26660,7 +27036,7 @@ export interface operations {
|
|
|
26660
27036
|
content: {
|
|
26661
27037
|
"application/json": {
|
|
26662
27038
|
data?: {
|
|
26663
|
-
/** @example
|
|
27039
|
+
/** @example ca2b69ed-d994-46be-a919-4a86cc97fc33 */
|
|
26664
27040
|
uid?: string;
|
|
26665
27041
|
/** @example Ms. Audra Crooks II */
|
|
26666
27042
|
username?: string;
|
|
@@ -26690,7 +27066,7 @@ export interface operations {
|
|
|
26690
27066
|
timezone?: string;
|
|
26691
27067
|
/** @example Customer */
|
|
26692
27068
|
user_type?: string;
|
|
26693
|
-
/** @example 01 May 2026,
|
|
27069
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26694
27070
|
created?: string;
|
|
26695
27071
|
/** @example 0 seconds ago */
|
|
26696
27072
|
email_verified_at?: string;
|
|
@@ -26944,7 +27320,7 @@ export interface operations {
|
|
|
26944
27320
|
completed_layers?: number;
|
|
26945
27321
|
/** @example 4 */
|
|
26946
27322
|
pending_layers?: number;
|
|
26947
|
-
/** @example 01 May 2026,
|
|
27323
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26948
27324
|
last_calculated_at?: string;
|
|
26949
27325
|
};
|
|
26950
27326
|
};
|
|
@@ -26992,7 +27368,7 @@ export interface operations {
|
|
|
26992
27368
|
completed_layers?: number;
|
|
26993
27369
|
/** @example 4 */
|
|
26994
27370
|
pending_layers?: number;
|
|
26995
|
-
/** @example 01 May 2026,
|
|
27371
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26996
27372
|
last_calculated_at?: string;
|
|
26997
27373
|
};
|
|
26998
27374
|
};
|
|
@@ -27026,14 +27402,14 @@ export interface operations {
|
|
|
27026
27402
|
content: {
|
|
27027
27403
|
"application/json": {
|
|
27028
27404
|
data?: {
|
|
27029
|
-
/** @example
|
|
27405
|
+
/** @example aab16be9-5c56-43cc-8317-f9bed1015e03 */
|
|
27030
27406
|
wishlist_uid?: string;
|
|
27031
27407
|
listing?: {
|
|
27032
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
27408
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 8:09 PM */
|
|
27033
27409
|
draft_name?: string;
|
|
27034
|
-
/** @example LST-UIT-SAL-
|
|
27410
|
+
/** @example LST-UIT-SAL-MONCIYFAM6P */
|
|
27035
27411
|
sku?: string;
|
|
27036
|
-
/** @example
|
|
27412
|
+
/** @example fcff3915-576a-4af0-8629-77d65184626a */
|
|
27037
27413
|
uid?: string;
|
|
27038
27414
|
/** @example Sale */
|
|
27039
27415
|
listing_type?: string;
|
|
@@ -27420,7 +27796,7 @@ export interface operations {
|
|
|
27420
27796
|
completed_layers?: number;
|
|
27421
27797
|
/** @example 2 */
|
|
27422
27798
|
pending_layers?: number;
|
|
27423
|
-
/** @example 01 May 2026,
|
|
27799
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27424
27800
|
last_calculated_at?: string;
|
|
27425
27801
|
};
|
|
27426
27802
|
};
|
|
@@ -27662,7 +28038,7 @@ export interface operations {
|
|
|
27662
28038
|
completed_layers?: number;
|
|
27663
28039
|
/** @example 4 */
|
|
27664
28040
|
pending_layers?: number;
|
|
27665
|
-
/** @example 01 May 2026,
|
|
28041
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27666
28042
|
last_calculated_at?: string;
|
|
27667
28043
|
};
|
|
27668
28044
|
};
|