@justins-home/types 1.1.68 → 1.1.69
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 +657 -279
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -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 2db1af5e-fba9-4197-8c5e-3b852d5240cc */
|
|
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, 03:19 PM */
|
|
6113
6133
|
created?: string;
|
|
6114
6134
|
/** @example 0 seconds ago */
|
|
6115
6135
|
email_verified_at?: string;
|
|
@@ -6750,12 +6770,12 @@ export interface operations {
|
|
|
6750
6770
|
*/
|
|
6751
6771
|
search?: string | null;
|
|
6752
6772
|
/**
|
|
6753
|
-
* @example
|
|
6773
|
+
* @example converted
|
|
6754
6774
|
* @enum {string|null}
|
|
6755
6775
|
*/
|
|
6756
6776
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
6757
6777
|
/**
|
|
6758
|
-
* @example
|
|
6778
|
+
* @example tenant
|
|
6759
6779
|
* @enum {string|null}
|
|
6760
6780
|
*/
|
|
6761
6781
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -6989,7 +7009,7 @@ export interface operations {
|
|
|
6989
7009
|
content: {
|
|
6990
7010
|
"application/json": {
|
|
6991
7011
|
data?: {
|
|
6992
|
-
/** @example
|
|
7012
|
+
/** @example ee2e06a3-9e94-4373-a53a-7b01cbb1946a */
|
|
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, 03:19 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 8ceb8620-ef6a-4145-95a0-b14740098779 */
|
|
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, 03:19 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 37f0e915-045b-42fb-b5a4-f0958332a95c */
|
|
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, 03:19 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 c573d281-f932-4335-bdc9-08c0f24e61ce */
|
|
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, 03:19 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 7219f497-8686-4270-814d-3e95c23895b9 */
|
|
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, 03:19 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 ba3d4bdf-9e7c-40e8-bc15-33e096bd2c47 */
|
|
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-01T15:19:25.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 62e0b6fb-178b-4010-8acb-386a530957d6 */
|
|
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, 03:19 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, 3:19 PM */
|
|
8172
8192
|
draft_name?: string;
|
|
8173
|
-
/** @example LST-PRP-LTR-
|
|
8193
|
+
/** @example LST-PRP-LTR-MON26E3V3SO */
|
|
8174
8194
|
sku?: string;
|
|
8175
|
-
/** @example
|
|
8195
|
+
/** @example e7122fb9-034b-4ad7-8f2a-9f2b5abc99c1 */
|
|
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 Pending
|
|
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 35c8e297-8fb3-4c60-ac70-338ea93cc297 */
|
|
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, 03:19 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, 3:19 PM */
|
|
10342
10362
|
draft_name?: string;
|
|
10343
|
-
/** @example LST-PRP-LTR-
|
|
10363
|
+
/** @example LST-PRP-LTR-MON26E6GYSY */
|
|
10344
10364
|
sku?: string;
|
|
10345
|
-
/** @example
|
|
10365
|
+
/** @example d836eaa1-cace-4965-8114-0007ec353c6a */
|
|
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 48bc8485-64e2-45f2-ad19-e9c049101d48 */
|
|
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
|
|
11093
|
-
* "sku": "LST-PRP-
|
|
11094
|
-
* "uid": "
|
|
11095
|
-
* "listing_type": "
|
|
11112
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
|
|
11113
|
+
* "sku": "LST-PRP-SHL-MON26E7YEKV",
|
|
11114
|
+
* "uid": "06793f7f-2ef4-4f2e-b6f2-4c7b32087cb2",
|
|
11115
|
+
* "listing_type": "Short Let",
|
|
11096
11116
|
* "vertical": "Property",
|
|
11097
|
-
* "arrangement_type": "
|
|
11098
|
-
* "arrangement_type_label": "
|
|
11117
|
+
* "arrangement_type": "short_term_managed",
|
|
11118
|
+
* "arrangement_type_label": "Short Term Managed",
|
|
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, 3:19 PM",
|
|
11132
|
+
* "sku": "LST-UIT-SAL-MON26E80COX",
|
|
11133
|
+
* "uid": "ead14aff-dfed-49dc-b85e-f99604d41bb0",
|
|
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
|
|
11150
|
+
/** @example New Short Let Property draft • 1 May 2026, 3:19 PM */
|
|
11131
11151
|
draft_name?: string;
|
|
11132
|
-
/** @example LST-PRP-
|
|
11152
|
+
/** @example LST-PRP-SHL-MON26E7YEKV */
|
|
11133
11153
|
sku?: string;
|
|
11134
|
-
/** @example
|
|
11154
|
+
/** @example 06793f7f-2ef4-4f2e-b6f2-4c7b32087cb2 */
|
|
11135
11155
|
uid?: string;
|
|
11136
|
-
/** @example
|
|
11156
|
+
/** @example Short Let */
|
|
11137
11157
|
listing_type?: string;
|
|
11138
11158
|
/** @example Property */
|
|
11139
11159
|
vertical?: string;
|
|
11140
|
-
/** @example
|
|
11160
|
+
/** @example short_term_managed */
|
|
11141
11161
|
arrangement_type?: string;
|
|
11142
|
-
/** @example
|
|
11162
|
+
/** @example Short Term Managed */
|
|
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, 3:19 PM */
|
|
11330
11350
|
draft_name?: string;
|
|
11331
|
-
/** @example LST-PRP-LTR-
|
|
11351
|
+
/** @example LST-PRP-LTR-MON26E88ML6 */
|
|
11332
11352
|
sku?: string;
|
|
11333
|
-
/** @example
|
|
11353
|
+
/** @example b07e9a12-7a36-4685-946f-269a3702102e */
|
|
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, 3:19 PM */
|
|
11397
11417
|
draft_name?: string;
|
|
11398
|
-
/** @example LST-PRP-LTR-
|
|
11418
|
+
/** @example LST-PRP-LTR-MON26E8C1JT */
|
|
11399
11419
|
sku?: string;
|
|
11400
|
-
/** @example
|
|
11420
|
+
/** @example a1e701e0-5151-4388-a31a-8dd4be9cdaf9 */
|
|
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, 3:19 PM */
|
|
11454
11474
|
draft_name?: string;
|
|
11455
|
-
/** @example LST-PRP-LTR-
|
|
11475
|
+
/** @example LST-PRP-LTR-MON26E8IUK0 */
|
|
11456
11476
|
sku?: string;
|
|
11457
|
-
/** @example
|
|
11477
|
+
/** @example 729ef444-2a99-448e-918e-2bc8323999b9 */
|
|
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, 3:19 PM */
|
|
11511
11531
|
draft_name?: string;
|
|
11512
|
-
/** @example LST-PRP-LTR-
|
|
11532
|
+
/** @example LST-PRP-LTR-MON26E8OKCA */
|
|
11513
11533
|
sku?: string;
|
|
11514
|
-
/** @example
|
|
11534
|
+
/** @example 74eb38a7-b820-47ad-b3df-d7b08591ef0d */
|
|
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 316 */
|
|
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 317 */
|
|
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 318 */
|
|
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": 470,
|
|
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": 471,
|
|
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 470 */
|
|
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 472 */
|
|
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 473 */
|
|
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 474 */
|
|
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 199 */
|
|
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-01T15:19:25.000000Z */
|
|
12331
12351
|
created_at?: string;
|
|
12332
|
-
/** @example 2026-05-
|
|
12352
|
+
/** @example 2026-05-01T15:19:25.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 200 */
|
|
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-01T15:19:25.000000Z */
|
|
12407
12427
|
created_at?: string;
|
|
12408
|
-
/** @example 2026-05-
|
|
12428
|
+
/** @example 2026-05-01T15:19:25.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": "voluptatem",
|
|
13695
|
+
* "name": "consequatur",
|
|
13696
|
+
* "description": "Non totam mollitia quia voluptas autem id cum.",
|
|
13677
13697
|
* "value_type": "string"
|
|
13678
13698
|
* },
|
|
13679
13699
|
* {
|
|
13680
|
-
* "key": "
|
|
13681
|
-
* "name": "
|
|
13682
|
-
* "description": "
|
|
13700
|
+
* "key": "laboriosam",
|
|
13701
|
+
* "name": "reiciendis",
|
|
13702
|
+
* "description": "Quis consequatur enim similique consequatur aliquid similique.",
|
|
13683
13703
|
* "value_type": "string"
|
|
13684
13704
|
* }
|
|
13685
13705
|
* ]
|
|
13686
13706
|
*/
|
|
13687
13707
|
data?: {
|
|
13688
|
-
/** @example
|
|
13708
|
+
/** @example voluptatem */
|
|
13689
13709
|
key?: string;
|
|
13690
|
-
/** @example
|
|
13710
|
+
/** @example consequatur */
|
|
13691
13711
|
name?: string;
|
|
13692
|
-
/** @example
|
|
13712
|
+
/** @example Non totam mollitia quia voluptas autem id cum. */
|
|
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 28203d52-8067-4da5-b153-cb5ecb94dab3 */
|
|
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, 05:17 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, 02:06 AM */
|
|
14949
14969
|
next_inspection_date?: string;
|
|
14950
|
-
/** @example 01 May 2026,
|
|
14970
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
14951
14971
|
created_at?: string;
|
|
14952
|
-
/** @example 01 May 2026,
|
|
14972
|
+
/** @example 01 May 2026, 03:19 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 a2328aab-691c-4a71-9f77-9838db4c2ae1 */
|
|
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, 05:17 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, 02:06 AM */
|
|
15022
15042
|
next_inspection_date?: string;
|
|
15023
|
-
/** @example 01 May 2026,
|
|
15043
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15024
15044
|
created_at?: string;
|
|
15025
|
-
/** @example 01 May 2026,
|
|
15045
|
+
/** @example 01 May 2026, 03:19 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 4f86b96c-9d84-47f0-8c47-1d98a2e105c3 */
|
|
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, 02:44 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, 10:38 AM */
|
|
15135
15155
|
next_inspection_date?: string;
|
|
15136
|
-
/** @example 01 May 2026,
|
|
15156
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15137
15157
|
created_at?: string;
|
|
15138
|
-
/** @example 01 May 2026,
|
|
15158
|
+
/** @example 01 May 2026, 03:19 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 67a933f2-7992-4522-a084-4528ab88c041 */
|
|
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, 05:17 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, 02:06 AM */
|
|
15190
15210
|
next_inspection_date?: string;
|
|
15191
|
-
/** @example 01 May 2026,
|
|
15211
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15192
15212
|
created_at?: string;
|
|
15193
|
-
/** @example 01 May 2026,
|
|
15213
|
+
/** @example 01 May 2026, 03:19 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 b2a73371-ac95-471a-8109-8e5a319204a6 */
|
|
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, 02:44 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, 10:38 AM */
|
|
15245
15265
|
next_inspection_date?: string;
|
|
15246
|
-
/** @example 01 May 2026,
|
|
15266
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15247
15267
|
created_at?: string;
|
|
15248
|
-
/** @example 01 May 2026,
|
|
15268
|
+
/** @example 01 May 2026, 03:19 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 610d45fd-20e4-401b-ab58-68f146a8193d */
|
|
15376
15396
|
uid?: string;
|
|
15377
15397
|
/** @example 1 */
|
|
15378
15398
|
tenancy_id?: number;
|
|
15379
|
-
/** @example
|
|
15399
|
+
/** @example Quia eveniet amet et iusto dolores. */
|
|
15380
15400
|
title?: string;
|
|
15381
|
-
/** @example
|
|
15401
|
+
/** @example Eveniet voluptatibus vero error perferendis. Non velit porro ut eaque dolores. Sed possimus laudantium dolore at id. Est dolor et et doloribus. */
|
|
15382
15402
|
description?: string;
|
|
15383
|
-
/** @example
|
|
15403
|
+
/** @example assigned */
|
|
15384
15404
|
status?: string;
|
|
15385
|
-
/** @example
|
|
15405
|
+
/** @example low */
|
|
15386
15406
|
priority?: string;
|
|
15387
|
-
/** @example
|
|
15407
|
+
/** @example 26 Apr 2026, 06:38 PM */
|
|
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
|
|
15413
|
+
/** @example 04 May 2026, 03:43 PM */
|
|
15394
15414
|
sla_deadline?: string;
|
|
15395
|
-
/** @example 01 May 2026,
|
|
15415
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15396
15416
|
created_at?: string;
|
|
15397
|
-
/** @example 01 May 2026,
|
|
15417
|
+
/** @example 01 May 2026, 03:19 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 3ad5d92f-f643-4d92-83de-6622931d2576 */
|
|
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, 04:48 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, 01:12 AM */
|
|
15453
15473
|
sla_deadline?: string;
|
|
15454
|
-
/** @example 01 May 2026,
|
|
15474
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15455
15475
|
created_at?: string;
|
|
15456
|
-
/** @example 01 May 2026,
|
|
15476
|
+
/** @example 01 May 2026, 03:19 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 ef44bd99-a073-4f50-8adc-98395ae937a5 */
|
|
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, 02:33 AM */
|
|
15506
15526
|
reported_at?: string;
|
|
15507
|
-
/** @example 29 Apr 2026,
|
|
15527
|
+
/** @example 29 Apr 2026, 10:52 PM */
|
|
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, 04:15 AM */
|
|
15512
15532
|
sla_deadline?: string;
|
|
15513
|
-
/** @example 01 May 2026,
|
|
15533
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15514
15534
|
created_at?: string;
|
|
15515
|
-
/** @example 01 May 2026,
|
|
15535
|
+
/** @example 01 May 2026, 03:19 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 d0c86eee-04ae-4062-b89e-b5ce72b55dfb */
|
|
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, 02:33 AM */
|
|
15565
15585
|
reported_at?: string;
|
|
15566
|
-
/** @example 29 Apr 2026,
|
|
15586
|
+
/** @example 29 Apr 2026, 10:52 PM */
|
|
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, 04:15 AM */
|
|
15571
15591
|
sla_deadline?: string;
|
|
15572
|
-
/** @example 01 May 2026,
|
|
15592
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15573
15593
|
created_at?: string;
|
|
15574
|
-
/** @example 01 May 2026,
|
|
15594
|
+
/** @example 01 May 2026, 03:19 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 b3bfe235-36b6-4777-90d6-826b53f4cc7a */
|
|
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, 02:33 AM */
|
|
15624
15644
|
reported_at?: string;
|
|
15625
|
-
/** @example 29 Apr 2026,
|
|
15645
|
+
/** @example 29 Apr 2026, 10:52 PM */
|
|
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, 04:15 AM */
|
|
15630
15650
|
sla_deadline?: string;
|
|
15631
|
-
/** @example 01 May 2026,
|
|
15651
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15632
15652
|
created_at?: string;
|
|
15633
|
-
/** @example 01 May 2026,
|
|
15653
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
15634
15654
|
updated_at?: string;
|
|
15635
15655
|
};
|
|
15636
15656
|
};
|
|
@@ -18884,7 +18904,7 @@ export interface operations {
|
|
|
18884
18904
|
content: {
|
|
18885
18905
|
"application/json": {
|
|
18886
18906
|
data?: {
|
|
18887
|
-
/** @example
|
|
18907
|
+
/** @example de8ddcf5-0a5d-40d2-b829-52a56226d38d */
|
|
18888
18908
|
uid?: string;
|
|
18889
18909
|
/** @example Ms. Audra Crooks II */
|
|
18890
18910
|
username?: string;
|
|
@@ -18914,9 +18934,9 @@ 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, 03:19 PM */
|
|
18918
18938
|
created?: string;
|
|
18919
|
-
/** @example
|
|
18939
|
+
/** @example 1 second ago */
|
|
18920
18940
|
email_verified_at?: string;
|
|
18921
18941
|
verification_status?: {
|
|
18922
18942
|
/** @example not_verified */
|
|
@@ -19383,7 +19403,7 @@ export interface operations {
|
|
|
19383
19403
|
content: {
|
|
19384
19404
|
"application/json": {
|
|
19385
19405
|
data?: {
|
|
19386
|
-
/** @example
|
|
19406
|
+
/** @example d8e539b5-c594-4cbe-9c86-c937c111d832 */
|
|
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, 03:19 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,7 +20060,7 @@ export interface operations {
|
|
|
19682
20060
|
*/
|
|
19683
20061
|
search?: string | null;
|
|
19684
20062
|
/**
|
|
19685
|
-
* @example
|
|
20063
|
+
* @example rejected
|
|
19686
20064
|
* @enum {string|null}
|
|
19687
20065
|
*/
|
|
19688
20066
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
@@ -19916,7 +20294,7 @@ export interface operations {
|
|
|
19916
20294
|
content: {
|
|
19917
20295
|
"application/json": {
|
|
19918
20296
|
data?: {
|
|
19919
|
-
/** @example
|
|
20297
|
+
/** @example 76a63067-aef7-4f1b-8d2a-31129032d9b2 */
|
|
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, 03:19 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 a8d85fd4-ed62-485f-b0f7-33801f2bddfd */
|
|
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, 03:19 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 c944a7c5-d497-45ca-979d-eab1510d67d1 */
|
|
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, 03:19 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 ac37dfe9-1993-4a45-8dd5-f1a7ef1b7e93 */
|
|
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-01T15:19:25.000000Z */
|
|
20113
20491
|
created_at?: string;
|
|
20114
20492
|
};
|
|
20115
20493
|
};
|
|
@@ -20156,13 +20534,13 @@ export interface operations {
|
|
|
20156
20534
|
content: {
|
|
20157
20535
|
"application/json": {
|
|
20158
20536
|
data?: {
|
|
20159
|
-
/** @example New For
|
|
20537
|
+
/** @example New For Sale Property draft • 1 May 2026, 3:19 PM */
|
|
20160
20538
|
draft_name?: string;
|
|
20161
|
-
/** @example LST-PRP-
|
|
20539
|
+
/** @example LST-PRP-SAL-MON26DWFCZM */
|
|
20162
20540
|
sku?: string;
|
|
20163
|
-
/** @example
|
|
20541
|
+
/** @example 6c0dae08-08c8-4b1f-b1f8-0dddb7e3fadd */
|
|
20164
20542
|
uid?: string;
|
|
20165
|
-
/** @example
|
|
20543
|
+
/** @example Sale */
|
|
20166
20544
|
listing_type?: string;
|
|
20167
20545
|
/** @example Property */
|
|
20168
20546
|
vertical?: string;
|
|
@@ -20284,9 +20662,9 @@ export interface operations {
|
|
|
20284
20662
|
/**
|
|
20285
20663
|
* @example [
|
|
20286
20664
|
* {
|
|
20287
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20288
|
-
* "sku": "LST-PRP-LTR-
|
|
20289
|
-
* "uid": "
|
|
20665
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 3:19 PM",
|
|
20666
|
+
* "sku": "LST-PRP-LTR-MON26DWZIRK",
|
|
20667
|
+
* "uid": "0993c1f9-f961-4cb9-b393-7d7ead029474",
|
|
20290
20668
|
* "listing_type": "Rent",
|
|
20291
20669
|
* "vertical": "Property",
|
|
20292
20670
|
* "arrangement_type": "let_to_let",
|
|
@@ -20303,9 +20681,9 @@ export interface operations {
|
|
|
20303
20681
|
* "media": []
|
|
20304
20682
|
* },
|
|
20305
20683
|
* {
|
|
20306
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20307
|
-
* "sku": "LST-PRP-SHL-
|
|
20308
|
-
* "uid": "
|
|
20684
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
|
|
20685
|
+
* "sku": "LST-PRP-SHL-MON26DX1ZDU",
|
|
20686
|
+
* "uid": "6f1f758f-e203-48cf-a006-94c290e5e323",
|
|
20309
20687
|
* "listing_type": "Short Let",
|
|
20310
20688
|
* "vertical": "Property",
|
|
20311
20689
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20324,11 +20702,11 @@ export interface operations {
|
|
|
20324
20702
|
* ]
|
|
20325
20703
|
*/
|
|
20326
20704
|
data?: {
|
|
20327
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20705
|
+
/** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
|
|
20328
20706
|
draft_name?: string;
|
|
20329
|
-
/** @example LST-PRP-LTR-
|
|
20707
|
+
/** @example LST-PRP-LTR-MON26DWZIRK */
|
|
20330
20708
|
sku?: string;
|
|
20331
|
-
/** @example
|
|
20709
|
+
/** @example 0993c1f9-f961-4cb9-b393-7d7ead029474 */
|
|
20332
20710
|
uid?: string;
|
|
20333
20711
|
/** @example Rent */
|
|
20334
20712
|
listing_type?: string;
|
|
@@ -20438,9 +20816,9 @@ export interface operations {
|
|
|
20438
20816
|
/**
|
|
20439
20817
|
* @example [
|
|
20440
20818
|
* {
|
|
20441
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20442
|
-
* "sku": "LST-PRP-LTR-
|
|
20443
|
-
* "uid": "
|
|
20819
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 3:19 PM",
|
|
20820
|
+
* "sku": "LST-PRP-LTR-MON26DX9AWA",
|
|
20821
|
+
* "uid": "bbbfe0ee-f658-49c3-a1f5-3fbc0f82d4f2",
|
|
20444
20822
|
* "listing_type": "Rent",
|
|
20445
20823
|
* "vertical": "Property",
|
|
20446
20824
|
* "arrangement_type": "let_to_let",
|
|
@@ -20457,9 +20835,9 @@ export interface operations {
|
|
|
20457
20835
|
* "media": []
|
|
20458
20836
|
* },
|
|
20459
20837
|
* {
|
|
20460
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20461
|
-
* "sku": "LST-PRP-SHL-
|
|
20462
|
-
* "uid": "
|
|
20838
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 3:19 PM",
|
|
20839
|
+
* "sku": "LST-PRP-SHL-MON26DXB9EB",
|
|
20840
|
+
* "uid": "bc8fcb8a-ddcb-4f3a-928c-12d0fd17cb76",
|
|
20463
20841
|
* "listing_type": "Short Let",
|
|
20464
20842
|
* "vertical": "Property",
|
|
20465
20843
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20478,11 +20856,11 @@ export interface operations {
|
|
|
20478
20856
|
* ]
|
|
20479
20857
|
*/
|
|
20480
20858
|
data?: {
|
|
20481
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20859
|
+
/** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
|
|
20482
20860
|
draft_name?: string;
|
|
20483
|
-
/** @example LST-PRP-LTR-
|
|
20861
|
+
/** @example LST-PRP-LTR-MON26DX9AWA */
|
|
20484
20862
|
sku?: string;
|
|
20485
|
-
/** @example
|
|
20863
|
+
/** @example bbbfe0ee-f658-49c3-a1f5-3fbc0f82d4f2 */
|
|
20486
20864
|
uid?: string;
|
|
20487
20865
|
/** @example Rent */
|
|
20488
20866
|
listing_type?: string;
|
|
@@ -21731,7 +22109,7 @@ export interface operations {
|
|
|
21731
22109
|
content: {
|
|
21732
22110
|
"application/json": {
|
|
21733
22111
|
data?: {
|
|
21734
|
-
/** @example
|
|
22112
|
+
/** @example 529c77f6-cb33-468d-8083-b39028d4bea0 */
|
|
21735
22113
|
uid?: string;
|
|
21736
22114
|
/** @example photo */
|
|
21737
22115
|
media_type?: string;
|
|
@@ -21880,11 +22258,11 @@ export interface operations {
|
|
|
21880
22258
|
content: {
|
|
21881
22259
|
"application/json": {
|
|
21882
22260
|
data?: {
|
|
21883
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
22261
|
+
/** @example New For Rent Property draft • 1 May 2026, 3:19 PM */
|
|
21884
22262
|
draft_name?: string;
|
|
21885
|
-
/** @example LST-PRP-LTR-
|
|
22263
|
+
/** @example LST-PRP-LTR-MON26DZGCPO */
|
|
21886
22264
|
sku?: string;
|
|
21887
|
-
/** @example
|
|
22265
|
+
/** @example a17ef350-4e4c-4812-8abd-89b98ab47844 */
|
|
21888
22266
|
uid?: string;
|
|
21889
22267
|
/** @example Rent */
|
|
21890
22268
|
listing_type?: string;
|
|
@@ -22044,7 +22422,7 @@ export interface operations {
|
|
|
22044
22422
|
content: {
|
|
22045
22423
|
"application/json": {
|
|
22046
22424
|
data?: {
|
|
22047
|
-
/** @example
|
|
22425
|
+
/** @example 63ac3fea-6c71-4bc8-9ffb-db165917b9df */
|
|
22048
22426
|
uid?: string;
|
|
22049
22427
|
/** @example null */
|
|
22050
22428
|
compliances?: string | null;
|
|
@@ -22095,7 +22473,7 @@ export interface operations {
|
|
|
22095
22473
|
content: {
|
|
22096
22474
|
"application/json": {
|
|
22097
22475
|
data?: {
|
|
22098
|
-
/** @example
|
|
22476
|
+
/** @example 178 */
|
|
22099
22477
|
id?: number;
|
|
22100
22478
|
compliance?: {
|
|
22101
22479
|
/** @example 1 */
|
|
@@ -22117,7 +22495,7 @@ export interface operations {
|
|
|
22117
22495
|
reviewed_by?: number;
|
|
22118
22496
|
/** @example null */
|
|
22119
22497
|
reviewed_at?: string | null;
|
|
22120
|
-
/** @example 2026-05-
|
|
22498
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22121
22499
|
created_at?: string;
|
|
22122
22500
|
};
|
|
22123
22501
|
};
|
|
@@ -22172,7 +22550,7 @@ export interface operations {
|
|
|
22172
22550
|
/**
|
|
22173
22551
|
* @example [
|
|
22174
22552
|
* {
|
|
22175
|
-
* "uid": "
|
|
22553
|
+
* "uid": "75c137f4-7084-4586-9b6b-7010f84d3f96",
|
|
22176
22554
|
* "rent_amount": "4881.50",
|
|
22177
22555
|
* "deposit_amount": "2151.17",
|
|
22178
22556
|
* "state": "offer_accepted",
|
|
@@ -22181,24 +22559,24 @@ export interface operations {
|
|
|
22181
22559
|
* "is_periodic": false,
|
|
22182
22560
|
* "company_name": null,
|
|
22183
22561
|
* "company_registration_number": null,
|
|
22184
|
-
* "created_at": "2026-05-
|
|
22562
|
+
* "created_at": "2026-05-01T15:19:25.000000Z"
|
|
22185
22563
|
* },
|
|
22186
22564
|
* {
|
|
22187
|
-
* "uid": "
|
|
22565
|
+
* "uid": "891b9552-e0fb-4913-ae55-5715effa4c0e",
|
|
22188
22566
|
* "rent_amount": "3832.26",
|
|
22189
22567
|
* "deposit_amount": "1384.27",
|
|
22190
22568
|
* "state": "terminated",
|
|
22191
|
-
* "start_date": "2025-06-
|
|
22192
|
-
* "end_date": "2026-06-
|
|
22569
|
+
* "start_date": "2025-06-05T00:00:00.000000Z",
|
|
22570
|
+
* "end_date": "2026-06-05T00:00:00.000000Z",
|
|
22193
22571
|
* "is_periodic": false,
|
|
22194
22572
|
* "company_name": null,
|
|
22195
22573
|
* "company_registration_number": null,
|
|
22196
|
-
* "created_at": "2026-05-
|
|
22574
|
+
* "created_at": "2026-05-01T15:19:25.000000Z"
|
|
22197
22575
|
* }
|
|
22198
22576
|
* ]
|
|
22199
22577
|
*/
|
|
22200
22578
|
data?: {
|
|
22201
|
-
/** @example
|
|
22579
|
+
/** @example 75c137f4-7084-4586-9b6b-7010f84d3f96 */
|
|
22202
22580
|
uid?: string;
|
|
22203
22581
|
/** @example 4881.50 */
|
|
22204
22582
|
rent_amount?: string;
|
|
@@ -22216,7 +22594,7 @@ export interface operations {
|
|
|
22216
22594
|
company_name?: string | null;
|
|
22217
22595
|
/** @example null */
|
|
22218
22596
|
company_registration_number?: string | null;
|
|
22219
|
-
/** @example 2026-05-
|
|
22597
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22220
22598
|
created_at?: string;
|
|
22221
22599
|
}[];
|
|
22222
22600
|
links?: {
|
|
@@ -22303,7 +22681,7 @@ export interface operations {
|
|
|
22303
22681
|
/**
|
|
22304
22682
|
* @example [
|
|
22305
22683
|
* {
|
|
22306
|
-
* "uid": "
|
|
22684
|
+
* "uid": "77e91a77-48bd-4735-998c-54dc62e725cd",
|
|
22307
22685
|
* "rent_amount": "4881.50",
|
|
22308
22686
|
* "deposit_amount": "2151.17",
|
|
22309
22687
|
* "state": "offer_accepted",
|
|
@@ -22312,24 +22690,24 @@ export interface operations {
|
|
|
22312
22690
|
* "is_periodic": false,
|
|
22313
22691
|
* "company_name": null,
|
|
22314
22692
|
* "company_registration_number": null,
|
|
22315
|
-
* "created_at": "2026-05-
|
|
22693
|
+
* "created_at": "2026-05-01T15:19:25.000000Z"
|
|
22316
22694
|
* },
|
|
22317
22695
|
* {
|
|
22318
|
-
* "uid": "
|
|
22696
|
+
* "uid": "43bab06f-eff8-47cd-b426-974e156c17d7",
|
|
22319
22697
|
* "rent_amount": "3832.26",
|
|
22320
22698
|
* "deposit_amount": "1384.27",
|
|
22321
22699
|
* "state": "terminated",
|
|
22322
|
-
* "start_date": "2025-06-
|
|
22323
|
-
* "end_date": "2026-06-
|
|
22700
|
+
* "start_date": "2025-06-05T00:00:00.000000Z",
|
|
22701
|
+
* "end_date": "2026-06-05T00:00:00.000000Z",
|
|
22324
22702
|
* "is_periodic": false,
|
|
22325
22703
|
* "company_name": null,
|
|
22326
22704
|
* "company_registration_number": null,
|
|
22327
|
-
* "created_at": "2026-05-
|
|
22705
|
+
* "created_at": "2026-05-01T15:19:25.000000Z"
|
|
22328
22706
|
* }
|
|
22329
22707
|
* ]
|
|
22330
22708
|
*/
|
|
22331
22709
|
data?: {
|
|
22332
|
-
/** @example
|
|
22710
|
+
/** @example 77e91a77-48bd-4735-998c-54dc62e725cd */
|
|
22333
22711
|
uid?: string;
|
|
22334
22712
|
/** @example 4881.50 */
|
|
22335
22713
|
rent_amount?: string;
|
|
@@ -22347,7 +22725,7 @@ export interface operations {
|
|
|
22347
22725
|
company_name?: string | null;
|
|
22348
22726
|
/** @example null */
|
|
22349
22727
|
company_registration_number?: string | null;
|
|
22350
|
-
/** @example 2026-05-
|
|
22728
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22351
22729
|
created_at?: string;
|
|
22352
22730
|
}[];
|
|
22353
22731
|
links?: {
|
|
@@ -22454,7 +22832,7 @@ export interface operations {
|
|
|
22454
22832
|
content: {
|
|
22455
22833
|
"application/json": {
|
|
22456
22834
|
data?: {
|
|
22457
|
-
/** @example
|
|
22835
|
+
/** @example 275 */
|
|
22458
22836
|
id?: number;
|
|
22459
22837
|
compliance?: {
|
|
22460
22838
|
/** @example 1 */
|
|
@@ -22474,9 +22852,9 @@ export interface operations {
|
|
|
22474
22852
|
rejection_reason?: string | null;
|
|
22475
22853
|
/** @example 1 */
|
|
22476
22854
|
reviewed_by?: number;
|
|
22477
|
-
/** @example 2026-05-
|
|
22855
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22478
22856
|
reviewed_at?: string;
|
|
22479
|
-
/** @example 2026-05-
|
|
22857
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22480
22858
|
created_at?: string;
|
|
22481
22859
|
};
|
|
22482
22860
|
};
|
|
@@ -22503,7 +22881,7 @@ export interface operations {
|
|
|
22503
22881
|
content: {
|
|
22504
22882
|
"application/json": {
|
|
22505
22883
|
data?: {
|
|
22506
|
-
/** @example
|
|
22884
|
+
/** @example 276 */
|
|
22507
22885
|
id?: number;
|
|
22508
22886
|
compliance?: {
|
|
22509
22887
|
/** @example 1 */
|
|
@@ -22523,9 +22901,9 @@ export interface operations {
|
|
|
22523
22901
|
rejection_reason?: string | null;
|
|
22524
22902
|
/** @example 1 */
|
|
22525
22903
|
reviewed_by?: number;
|
|
22526
|
-
/** @example 2026-05-
|
|
22904
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22527
22905
|
reviewed_at?: string;
|
|
22528
|
-
/** @example 2026-05-
|
|
22906
|
+
/** @example 2026-05-01T15:19:25.000000Z */
|
|
22529
22907
|
created_at?: string;
|
|
22530
22908
|
};
|
|
22531
22909
|
};
|
|
@@ -23657,37 +24035,37 @@ export interface operations {
|
|
|
23657
24035
|
/**
|
|
23658
24036
|
* @example [
|
|
23659
24037
|
* {
|
|
23660
|
-
* "uid": "
|
|
24038
|
+
* "uid": "1392d367-b097-435f-b667-4b186ca22c27",
|
|
23661
24039
|
* "tenancy_id": 1,
|
|
23662
24040
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
23663
24041
|
* "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
24042
|
* "status": "reported",
|
|
23665
24043
|
* "priority": "emergency",
|
|
23666
|
-
* "reported_at": "25 Apr 2026,
|
|
23667
|
-
* "assigned_at": "29 Apr 2026,
|
|
24044
|
+
* "reported_at": "25 Apr 2026, 02:33 AM",
|
|
24045
|
+
* "assigned_at": "29 Apr 2026, 10:52 PM",
|
|
23668
24046
|
* "completed_at": null,
|
|
23669
|
-
* "sla_deadline": "03 May 2026,
|
|
23670
|
-
* "created_at": "01 May 2026,
|
|
23671
|
-
* "updated_at": "01 May 2026,
|
|
24047
|
+
* "sla_deadline": "03 May 2026, 04:15 AM",
|
|
24048
|
+
* "created_at": "01 May 2026, 03:19 PM",
|
|
24049
|
+
* "updated_at": "01 May 2026, 03:19 PM"
|
|
23672
24050
|
* },
|
|
23673
24051
|
* {
|
|
23674
|
-
* "uid": "
|
|
24052
|
+
* "uid": "0b48cbb3-5b9e-40ac-a9f0-4769585efe20",
|
|
23675
24053
|
* "tenancy_id": 1,
|
|
23676
24054
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
23677
24055
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
23678
24056
|
* "status": "completed",
|
|
23679
24057
|
* "priority": "normal",
|
|
23680
|
-
* "reported_at": "27 Apr 2026,
|
|
24058
|
+
* "reported_at": "27 Apr 2026, 03:11 PM",
|
|
23681
24059
|
* "assigned_at": null,
|
|
23682
24060
|
* "completed_at": null,
|
|
23683
|
-
* "sla_deadline": "04 May 2026,
|
|
23684
|
-
* "created_at": "01 May 2026,
|
|
23685
|
-
* "updated_at": "01 May 2026,
|
|
24061
|
+
* "sla_deadline": "04 May 2026, 12:15 PM",
|
|
24062
|
+
* "created_at": "01 May 2026, 03:19 PM",
|
|
24063
|
+
* "updated_at": "01 May 2026, 03:19 PM"
|
|
23686
24064
|
* }
|
|
23687
24065
|
* ]
|
|
23688
24066
|
*/
|
|
23689
24067
|
data?: {
|
|
23690
|
-
/** @example
|
|
24068
|
+
/** @example 1392d367-b097-435f-b667-4b186ca22c27 */
|
|
23691
24069
|
uid?: string;
|
|
23692
24070
|
/** @example 1 */
|
|
23693
24071
|
tenancy_id?: number;
|
|
@@ -23699,17 +24077,17 @@ export interface operations {
|
|
|
23699
24077
|
status?: string;
|
|
23700
24078
|
/** @example emergency */
|
|
23701
24079
|
priority?: string;
|
|
23702
|
-
/** @example 25 Apr 2026,
|
|
24080
|
+
/** @example 25 Apr 2026, 02:33 AM */
|
|
23703
24081
|
reported_at?: string;
|
|
23704
|
-
/** @example 29 Apr 2026,
|
|
24082
|
+
/** @example 29 Apr 2026, 10:52 PM */
|
|
23705
24083
|
assigned_at?: string;
|
|
23706
24084
|
/** @example null */
|
|
23707
24085
|
completed_at?: string | null;
|
|
23708
|
-
/** @example 03 May 2026,
|
|
24086
|
+
/** @example 03 May 2026, 04:15 AM */
|
|
23709
24087
|
sla_deadline?: string;
|
|
23710
|
-
/** @example 01 May 2026,
|
|
24088
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
23711
24089
|
created_at?: string;
|
|
23712
|
-
/** @example 01 May 2026,
|
|
24090
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
23713
24091
|
updated_at?: string;
|
|
23714
24092
|
}[];
|
|
23715
24093
|
links?: {
|
|
@@ -23825,13 +24203,13 @@ export interface operations {
|
|
|
23825
24203
|
};
|
|
23826
24204
|
} | {
|
|
23827
24205
|
data?: {
|
|
23828
|
-
/** @example
|
|
24206
|
+
/** @example a907d452-684b-424c-90f7-c587a97bd9ad */
|
|
23829
24207
|
uid?: string;
|
|
23830
24208
|
/** @example image */
|
|
23831
24209
|
file_type?: string;
|
|
23832
24210
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
23833
24211
|
url?: string;
|
|
23834
|
-
/** @example 2026-05-
|
|
24212
|
+
/** @example 2026-05-01T15:19:26.000000Z */
|
|
23835
24213
|
created_at?: string;
|
|
23836
24214
|
};
|
|
23837
24215
|
};
|
|
@@ -23876,7 +24254,7 @@ export interface operations {
|
|
|
23876
24254
|
content: {
|
|
23877
24255
|
"application/json": {
|
|
23878
24256
|
data?: {
|
|
23879
|
-
/** @example
|
|
24257
|
+
/** @example 194 */
|
|
23880
24258
|
id?: number;
|
|
23881
24259
|
type?: {
|
|
23882
24260
|
/** @example property_inquiry */
|
|
@@ -23934,7 +24312,7 @@ export interface operations {
|
|
|
23934
24312
|
};
|
|
23935
24313
|
/** @example null */
|
|
23936
24314
|
last_message_at?: string | null;
|
|
23937
|
-
/** @example 01 May 2026,
|
|
24315
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
23938
24316
|
created_at?: string;
|
|
23939
24317
|
};
|
|
23940
24318
|
};
|
|
@@ -24386,7 +24764,7 @@ export interface operations {
|
|
|
24386
24764
|
};
|
|
24387
24765
|
content: {
|
|
24388
24766
|
"application/json": {
|
|
24389
|
-
/** @example
|
|
24767
|
+
/** @example 7b1550da-ddce-4c5f-bfa8-4930973da230 */
|
|
24390
24768
|
id?: string;
|
|
24391
24769
|
/** @example APPOINTMENT_CREATED */
|
|
24392
24770
|
type?: string;
|
|
@@ -24398,7 +24776,7 @@ export interface operations {
|
|
|
24398
24776
|
data?: unknown[];
|
|
24399
24777
|
/** @example null */
|
|
24400
24778
|
read_at?: string | null;
|
|
24401
|
-
/** @example 01 May 2026,
|
|
24779
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
24402
24780
|
created_at?: string;
|
|
24403
24781
|
};
|
|
24404
24782
|
};
|
|
@@ -24504,9 +24882,9 @@ export interface operations {
|
|
|
24504
24882
|
content: {
|
|
24505
24883
|
"application/json": {
|
|
24506
24884
|
data?: {
|
|
24507
|
-
/** @example
|
|
24885
|
+
/** @example sit */
|
|
24508
24886
|
key?: string;
|
|
24509
|
-
/** @example
|
|
24887
|
+
/** @example eos */
|
|
24510
24888
|
name?: string;
|
|
24511
24889
|
/** @example soft */
|
|
24512
24890
|
enforcement_mode?: string;
|
|
@@ -24644,7 +25022,7 @@ export interface operations {
|
|
|
24644
25022
|
content: {
|
|
24645
25023
|
"application/json": {
|
|
24646
25024
|
data?: {
|
|
24647
|
-
/** @example
|
|
25025
|
+
/** @example 43a09b13-3b04-4178-a9a6-19f4fc9d6eac */
|
|
24648
25026
|
uid?: string;
|
|
24649
25027
|
/** @example JH-APP-2026-089432 */
|
|
24650
25028
|
application_ref?: string;
|
|
@@ -24665,7 +25043,7 @@ export interface operations {
|
|
|
24665
25043
|
/** @example null */
|
|
24666
25044
|
rejection_reason?: string | null;
|
|
24667
25045
|
timeline?: {
|
|
24668
|
-
/** @example 2026
|
|
25046
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
24669
25047
|
created_at?: string;
|
|
24670
25048
|
/** @example null */
|
|
24671
25049
|
approved_at?: string | null;
|
|
@@ -24705,7 +25083,7 @@ export interface operations {
|
|
|
24705
25083
|
*/
|
|
24706
25084
|
search?: string | null;
|
|
24707
25085
|
/**
|
|
24708
|
-
* @example
|
|
25086
|
+
* @example withdrawn
|
|
24709
25087
|
* @enum {string|null}
|
|
24710
25088
|
*/
|
|
24711
25089
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
@@ -25028,7 +25406,7 @@ export interface operations {
|
|
|
25028
25406
|
content: {
|
|
25029
25407
|
"application/json": {
|
|
25030
25408
|
data?: {
|
|
25031
|
-
/** @example
|
|
25409
|
+
/** @example 24e27b75-6670-4a96-b3b1-f982384a15c6 */
|
|
25032
25410
|
uid?: string;
|
|
25033
25411
|
/** @example JH-APP-2026-700432 */
|
|
25034
25412
|
application_ref?: string;
|
|
@@ -25049,7 +25427,7 @@ export interface operations {
|
|
|
25049
25427
|
/** @example null */
|
|
25050
25428
|
rejection_reason?: string | null;
|
|
25051
25429
|
timeline?: {
|
|
25052
|
-
/** @example 2026
|
|
25430
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25053
25431
|
created_at?: string;
|
|
25054
25432
|
/** @example null */
|
|
25055
25433
|
approved_at?: string | null;
|
|
@@ -25242,21 +25620,21 @@ export interface operations {
|
|
|
25242
25620
|
content: {
|
|
25243
25621
|
"application/json": {
|
|
25244
25622
|
data?: {
|
|
25245
|
-
/** @example
|
|
25623
|
+
/** @example 461 */
|
|
25246
25624
|
id?: number;
|
|
25247
25625
|
/** @example 1 */
|
|
25248
25626
|
rating?: number;
|
|
25249
25627
|
/** @example Nice Listing */
|
|
25250
25628
|
comment?: string;
|
|
25251
25629
|
reviewer?: {
|
|
25252
|
-
/** @example
|
|
25630
|
+
/** @example 18 */
|
|
25253
25631
|
id?: number;
|
|
25254
|
-
/** @example
|
|
25632
|
+
/** @example Wayne Davies */
|
|
25255
25633
|
name?: string;
|
|
25256
25634
|
};
|
|
25257
|
-
/** @example 01 May 2026,
|
|
25635
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25258
25636
|
created_at?: string;
|
|
25259
|
-
/** @example 01 May 2026,
|
|
25637
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25260
25638
|
updated_at?: string;
|
|
25261
25639
|
};
|
|
25262
25640
|
};
|
|
@@ -25300,21 +25678,21 @@ export interface operations {
|
|
|
25300
25678
|
content: {
|
|
25301
25679
|
"application/json": {
|
|
25302
25680
|
data?: {
|
|
25303
|
-
/** @example
|
|
25681
|
+
/** @example 462 */
|
|
25304
25682
|
id?: number;
|
|
25305
25683
|
/** @example 1 */
|
|
25306
25684
|
rating?: number;
|
|
25307
25685
|
/** @example Nice Listing */
|
|
25308
25686
|
comment?: string;
|
|
25309
25687
|
reviewer?: {
|
|
25310
|
-
/** @example
|
|
25688
|
+
/** @example 11 */
|
|
25311
25689
|
id?: number;
|
|
25312
|
-
/** @example
|
|
25690
|
+
/** @example Paul Brown */
|
|
25313
25691
|
name?: string;
|
|
25314
25692
|
};
|
|
25315
|
-
/** @example 01 May 2026,
|
|
25693
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25316
25694
|
created_at?: string;
|
|
25317
|
-
/** @example 01 May 2026,
|
|
25695
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25318
25696
|
updated_at?: string;
|
|
25319
25697
|
};
|
|
25320
25698
|
};
|
|
@@ -25356,21 +25734,21 @@ export interface operations {
|
|
|
25356
25734
|
content: {
|
|
25357
25735
|
"application/json": {
|
|
25358
25736
|
data?: {
|
|
25359
|
-
/** @example
|
|
25737
|
+
/** @example 463 */
|
|
25360
25738
|
id?: number;
|
|
25361
25739
|
/** @example 1 */
|
|
25362
25740
|
rating?: number;
|
|
25363
25741
|
/** @example Nice Listing */
|
|
25364
25742
|
comment?: string;
|
|
25365
25743
|
reviewer?: {
|
|
25366
|
-
/** @example
|
|
25744
|
+
/** @example 25 */
|
|
25367
25745
|
id?: number;
|
|
25368
|
-
/** @example
|
|
25746
|
+
/** @example Jayden Ward */
|
|
25369
25747
|
name?: string;
|
|
25370
25748
|
};
|
|
25371
|
-
/** @example 01 May 2026,
|
|
25749
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25372
25750
|
created_at?: string;
|
|
25373
|
-
/** @example 01 May 2026,
|
|
25751
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25374
25752
|
updated_at?: string;
|
|
25375
25753
|
};
|
|
25376
25754
|
};
|
|
@@ -25397,21 +25775,21 @@ export interface operations {
|
|
|
25397
25775
|
content: {
|
|
25398
25776
|
"application/json": {
|
|
25399
25777
|
data?: {
|
|
25400
|
-
/** @example
|
|
25778
|
+
/** @example 464 */
|
|
25401
25779
|
id?: number;
|
|
25402
25780
|
/** @example 1 */
|
|
25403
25781
|
rating?: number;
|
|
25404
25782
|
/** @example Nice Listing */
|
|
25405
25783
|
comment?: string;
|
|
25406
25784
|
reviewer?: {
|
|
25407
|
-
/** @example
|
|
25785
|
+
/** @example 7 */
|
|
25408
25786
|
id?: number;
|
|
25409
|
-
/** @example
|
|
25787
|
+
/** @example Sienna Palmer */
|
|
25410
25788
|
name?: string;
|
|
25411
25789
|
};
|
|
25412
|
-
/** @example 01 May 2026,
|
|
25790
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25413
25791
|
created_at?: string;
|
|
25414
|
-
/** @example 01 May 2026,
|
|
25792
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
25415
25793
|
updated_at?: string;
|
|
25416
25794
|
};
|
|
25417
25795
|
};
|
|
@@ -25438,7 +25816,7 @@ export interface operations {
|
|
|
25438
25816
|
content: {
|
|
25439
25817
|
"application/json": {
|
|
25440
25818
|
data?: {
|
|
25441
|
-
/** @example
|
|
25819
|
+
/** @example 24ece3d1-e24c-4093-bbbd-e0249eb3b975 */
|
|
25442
25820
|
uid?: string;
|
|
25443
25821
|
/** @example 4881.50 */
|
|
25444
25822
|
rent_amount?: string;
|
|
@@ -25456,7 +25834,7 @@ export interface operations {
|
|
|
25456
25834
|
company_name?: string | null;
|
|
25457
25835
|
/** @example null */
|
|
25458
25836
|
company_registration_number?: string | null;
|
|
25459
|
-
/** @example 2026-05-
|
|
25837
|
+
/** @example 2026-05-01T15:19:26.000000Z */
|
|
25460
25838
|
created_at?: string;
|
|
25461
25839
|
/** @example [] */
|
|
25462
25840
|
compliances?: unknown[];
|
|
@@ -25533,7 +25911,7 @@ export interface operations {
|
|
|
25533
25911
|
content: {
|
|
25534
25912
|
"application/json": {
|
|
25535
25913
|
data?: {
|
|
25536
|
-
/** @example
|
|
25914
|
+
/** @example c49847c8-b5e9-4ee5-adbd-1c92a6a42f3d */
|
|
25537
25915
|
uid?: string;
|
|
25538
25916
|
/** @example 4978.97 */
|
|
25539
25917
|
rent_amount?: string;
|
|
@@ -25551,7 +25929,7 @@ export interface operations {
|
|
|
25551
25929
|
company_name?: string | null;
|
|
25552
25930
|
/** @example null */
|
|
25553
25931
|
company_registration_number?: string | null;
|
|
25554
|
-
/** @example 2026-05-
|
|
25932
|
+
/** @example 2026-05-01T15:19:26.000000Z */
|
|
25555
25933
|
created_at?: string;
|
|
25556
25934
|
};
|
|
25557
25935
|
};
|
|
@@ -25845,15 +26223,15 @@ export interface operations {
|
|
|
25845
26223
|
* "changed_by_user_id": 3,
|
|
25846
26224
|
* "changed_by_name": "Teagan King",
|
|
25847
26225
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
25848
|
-
* "created_at": "2026-01-
|
|
26226
|
+
* "created_at": "2026-01-09T02:06:25.000000Z"
|
|
25849
26227
|
* },
|
|
25850
26228
|
* {
|
|
25851
|
-
* "from_state": "
|
|
25852
|
-
* "to_state": "
|
|
26229
|
+
* "from_state": "renewal_pending",
|
|
26230
|
+
* "to_state": "agreement_signed",
|
|
25853
26231
|
* "changed_by_user_id": 3,
|
|
25854
26232
|
* "changed_by_name": "Teagan King",
|
|
25855
|
-
* "comment":
|
|
25856
|
-
* "created_at": "
|
|
26233
|
+
* "comment": null,
|
|
26234
|
+
* "created_at": "2026-02-23T06:29:25.000000Z"
|
|
25857
26235
|
* }
|
|
25858
26236
|
* ]
|
|
25859
26237
|
*/
|
|
@@ -25868,7 +26246,7 @@ export interface operations {
|
|
|
25868
26246
|
changed_by_name?: string;
|
|
25869
26247
|
/** @example Qui commodi incidunt iure odit. */
|
|
25870
26248
|
comment?: string;
|
|
25871
|
-
/** @example 2026-01-
|
|
26249
|
+
/** @example 2026-01-09T02:06:25.000000Z */
|
|
25872
26250
|
created_at?: string;
|
|
25873
26251
|
}[];
|
|
25874
26252
|
};
|
|
@@ -26253,7 +26631,7 @@ export interface operations {
|
|
|
26253
26631
|
content: {
|
|
26254
26632
|
"application/json": {
|
|
26255
26633
|
data?: {
|
|
26256
|
-
/** @example
|
|
26634
|
+
/** @example 26f58a10-9943-486a-9271-bda8293f52b9 */
|
|
26257
26635
|
uid?: string;
|
|
26258
26636
|
/** @example Ms. Audra Crooks II */
|
|
26259
26637
|
username?: string;
|
|
@@ -26283,7 +26661,7 @@ export interface operations {
|
|
|
26283
26661
|
timezone?: string;
|
|
26284
26662
|
/** @example Customer */
|
|
26285
26663
|
user_type?: string;
|
|
26286
|
-
/** @example 01 May 2026,
|
|
26664
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
26287
26665
|
created?: string;
|
|
26288
26666
|
/** @example 0 seconds ago */
|
|
26289
26667
|
email_verified_at?: string;
|
|
@@ -26558,7 +26936,7 @@ export interface operations {
|
|
|
26558
26936
|
content: {
|
|
26559
26937
|
"application/json": {
|
|
26560
26938
|
data?: {
|
|
26561
|
-
/** @example
|
|
26939
|
+
/** @example 4ab2dba7-1ec2-49d7-a3c4-ecf3bc114605 */
|
|
26562
26940
|
uid?: string;
|
|
26563
26941
|
/** @example Morgan Hirthe */
|
|
26564
26942
|
username?: string;
|
|
@@ -26588,7 +26966,7 @@ export interface operations {
|
|
|
26588
26966
|
timezone?: string;
|
|
26589
26967
|
/** @example Customer */
|
|
26590
26968
|
user_type?: string;
|
|
26591
|
-
/** @example 01 May 2026,
|
|
26969
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
26592
26970
|
created?: string;
|
|
26593
26971
|
/** @example 0 seconds ago */
|
|
26594
26972
|
email_verified_at?: string;
|
|
@@ -26660,7 +27038,7 @@ export interface operations {
|
|
|
26660
27038
|
content: {
|
|
26661
27039
|
"application/json": {
|
|
26662
27040
|
data?: {
|
|
26663
|
-
/** @example
|
|
27041
|
+
/** @example b435765c-37d4-42a0-9121-555b6747188d */
|
|
26664
27042
|
uid?: string;
|
|
26665
27043
|
/** @example Ms. Audra Crooks II */
|
|
26666
27044
|
username?: string;
|
|
@@ -26690,7 +27068,7 @@ export interface operations {
|
|
|
26690
27068
|
timezone?: string;
|
|
26691
27069
|
/** @example Customer */
|
|
26692
27070
|
user_type?: string;
|
|
26693
|
-
/** @example 01 May 2026,
|
|
27071
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
26694
27072
|
created?: string;
|
|
26695
27073
|
/** @example 0 seconds ago */
|
|
26696
27074
|
email_verified_at?: string;
|
|
@@ -26944,7 +27322,7 @@ export interface operations {
|
|
|
26944
27322
|
completed_layers?: number;
|
|
26945
27323
|
/** @example 4 */
|
|
26946
27324
|
pending_layers?: number;
|
|
26947
|
-
/** @example 01 May 2026,
|
|
27325
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
26948
27326
|
last_calculated_at?: string;
|
|
26949
27327
|
};
|
|
26950
27328
|
};
|
|
@@ -26992,7 +27370,7 @@ export interface operations {
|
|
|
26992
27370
|
completed_layers?: number;
|
|
26993
27371
|
/** @example 4 */
|
|
26994
27372
|
pending_layers?: number;
|
|
26995
|
-
/** @example 01 May 2026,
|
|
27373
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
26996
27374
|
last_calculated_at?: string;
|
|
26997
27375
|
};
|
|
26998
27376
|
};
|
|
@@ -27026,14 +27404,14 @@ export interface operations {
|
|
|
27026
27404
|
content: {
|
|
27027
27405
|
"application/json": {
|
|
27028
27406
|
data?: {
|
|
27029
|
-
/** @example
|
|
27407
|
+
/** @example 48af3fa3-3fe1-4f92-a8d0-57325b73a817 */
|
|
27030
27408
|
wishlist_uid?: string;
|
|
27031
27409
|
listing?: {
|
|
27032
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
27410
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 3:19 PM */
|
|
27033
27411
|
draft_name?: string;
|
|
27034
|
-
/** @example LST-UIT-SAL-
|
|
27412
|
+
/** @example LST-UIT-SAL-MON26EV50T2 */
|
|
27035
27413
|
sku?: string;
|
|
27036
|
-
/** @example
|
|
27414
|
+
/** @example 31d538bc-eb0d-429d-907b-ad3d65e787a4 */
|
|
27037
27415
|
uid?: string;
|
|
27038
27416
|
/** @example Sale */
|
|
27039
27417
|
listing_type?: string;
|
|
@@ -27414,13 +27792,13 @@ export interface operations {
|
|
|
27414
27792
|
content: {
|
|
27415
27793
|
"application/json": {
|
|
27416
27794
|
data?: {
|
|
27417
|
-
/** @example
|
|
27795
|
+
/** @example 0 */
|
|
27418
27796
|
current_level?: number;
|
|
27419
27797
|
/** @example 3 */
|
|
27420
27798
|
completed_layers?: number;
|
|
27421
|
-
/** @example
|
|
27799
|
+
/** @example 4 */
|
|
27422
27800
|
pending_layers?: number;
|
|
27423
|
-
/** @example 01 May 2026,
|
|
27801
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
27424
27802
|
last_calculated_at?: string;
|
|
27425
27803
|
};
|
|
27426
27804
|
};
|
|
@@ -27662,7 +28040,7 @@ export interface operations {
|
|
|
27662
28040
|
completed_layers?: number;
|
|
27663
28041
|
/** @example 4 */
|
|
27664
28042
|
pending_layers?: number;
|
|
27665
|
-
/** @example 01 May 2026,
|
|
28043
|
+
/** @example 01 May 2026, 03:19 PM */
|
|
27666
28044
|
last_calculated_at?: string;
|
|
27667
28045
|
};
|
|
27668
28046
|
};
|