@justins-home/types 1.1.46 → 1.1.47
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 +966 -314
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -2586,6 +2586,29 @@ export interface paths {
|
|
|
2586
2586
|
patch?: never;
|
|
2587
2587
|
trace?: never;
|
|
2588
2588
|
};
|
|
2589
|
+
"/api/v1/portal/admin/inspections/fetch-one/{uid}": {
|
|
2590
|
+
parameters: {
|
|
2591
|
+
query?: never;
|
|
2592
|
+
header?: never;
|
|
2593
|
+
path: {
|
|
2594
|
+
/** @description The unique UID of the inspection. */
|
|
2595
|
+
uid: string;
|
|
2596
|
+
};
|
|
2597
|
+
cookie?: never;
|
|
2598
|
+
};
|
|
2599
|
+
/**
|
|
2600
|
+
* fetchInspectionAdmin
|
|
2601
|
+
* @description Fetch a single inspection by UID.
|
|
2602
|
+
*/
|
|
2603
|
+
get: operations["fetchInspectionAdmin"];
|
|
2604
|
+
put?: never;
|
|
2605
|
+
post?: never;
|
|
2606
|
+
delete?: never;
|
|
2607
|
+
options?: never;
|
|
2608
|
+
head?: never;
|
|
2609
|
+
patch?: never;
|
|
2610
|
+
trace?: never;
|
|
2611
|
+
};
|
|
2589
2612
|
"/api/v1/portal/admin/inspections/schedule": {
|
|
2590
2613
|
parameters: {
|
|
2591
2614
|
query?: never;
|
|
@@ -2606,6 +2629,29 @@ export interface paths {
|
|
|
2606
2629
|
patch?: never;
|
|
2607
2630
|
trace?: never;
|
|
2608
2631
|
};
|
|
2632
|
+
"/api/v1/portal/admin/inspections/{uid}/attachments": {
|
|
2633
|
+
parameters: {
|
|
2634
|
+
query?: never;
|
|
2635
|
+
header?: never;
|
|
2636
|
+
path: {
|
|
2637
|
+
/** @description The unique UID of the inspection. */
|
|
2638
|
+
uid: string;
|
|
2639
|
+
};
|
|
2640
|
+
cookie?: never;
|
|
2641
|
+
};
|
|
2642
|
+
get?: never;
|
|
2643
|
+
put?: never;
|
|
2644
|
+
/**
|
|
2645
|
+
* uploadInspectionAttachment
|
|
2646
|
+
* @description Upload an attachment for a specific inspection.
|
|
2647
|
+
*/
|
|
2648
|
+
post: operations["uploadInspectionAttachment"];
|
|
2649
|
+
delete?: never;
|
|
2650
|
+
options?: never;
|
|
2651
|
+
head?: never;
|
|
2652
|
+
patch?: never;
|
|
2653
|
+
trace?: never;
|
|
2654
|
+
};
|
|
2609
2655
|
"/api/v1/portal/admin/inspections/{uid}/complete": {
|
|
2610
2656
|
parameters: {
|
|
2611
2657
|
query?: never;
|
|
@@ -2675,6 +2721,29 @@ export interface paths {
|
|
|
2675
2721
|
patch?: never;
|
|
2676
2722
|
trace?: never;
|
|
2677
2723
|
};
|
|
2724
|
+
"/api/v1/portal/admin/maintenance/fetch-one/{uid}": {
|
|
2725
|
+
parameters: {
|
|
2726
|
+
query?: never;
|
|
2727
|
+
header?: never;
|
|
2728
|
+
path: {
|
|
2729
|
+
/** @description The UID of the maintenance request. */
|
|
2730
|
+
uid: string;
|
|
2731
|
+
};
|
|
2732
|
+
cookie?: never;
|
|
2733
|
+
};
|
|
2734
|
+
/**
|
|
2735
|
+
* fetchMaintenanceRequestAdmin
|
|
2736
|
+
* @description Fetch a single maintenance request by UID.
|
|
2737
|
+
*/
|
|
2738
|
+
get: operations["fetchMaintenanceRequestAdmin"];
|
|
2739
|
+
put?: never;
|
|
2740
|
+
post?: never;
|
|
2741
|
+
delete?: never;
|
|
2742
|
+
options?: never;
|
|
2743
|
+
head?: never;
|
|
2744
|
+
patch?: never;
|
|
2745
|
+
trace?: never;
|
|
2746
|
+
};
|
|
2678
2747
|
"/api/v1/portal/admin/maintenance/{uid}/assign": {
|
|
2679
2748
|
parameters: {
|
|
2680
2749
|
query?: never;
|
|
@@ -4347,6 +4416,30 @@ export interface paths {
|
|
|
4347
4416
|
patch?: never;
|
|
4348
4417
|
trace?: never;
|
|
4349
4418
|
};
|
|
4419
|
+
"/api/v1/portal/admin/maintenance/{uid}/updates": {
|
|
4420
|
+
parameters: {
|
|
4421
|
+
query?: never;
|
|
4422
|
+
header?: never;
|
|
4423
|
+
path: {
|
|
4424
|
+
uid: string;
|
|
4425
|
+
/** @description The UID of the maintenance request. */
|
|
4426
|
+
maintenance_uid: string;
|
|
4427
|
+
};
|
|
4428
|
+
cookie?: never;
|
|
4429
|
+
};
|
|
4430
|
+
get?: never;
|
|
4431
|
+
put?: never;
|
|
4432
|
+
/**
|
|
4433
|
+
* addMaintenanceUpdateAdmin
|
|
4434
|
+
* @description Add a note/update to a maintenance request.
|
|
4435
|
+
*/
|
|
4436
|
+
post: operations["addMaintenanceUpdateAdmin"];
|
|
4437
|
+
delete?: never;
|
|
4438
|
+
options?: never;
|
|
4439
|
+
head?: never;
|
|
4440
|
+
patch?: never;
|
|
4441
|
+
trace?: never;
|
|
4442
|
+
};
|
|
4350
4443
|
"/api/v1/public/maintenance/listing/{listing_uid}": {
|
|
4351
4444
|
parameters: {
|
|
4352
4445
|
query?: never;
|
|
@@ -5353,6 +5446,29 @@ export interface paths {
|
|
|
5353
5446
|
patch?: never;
|
|
5354
5447
|
trace?: never;
|
|
5355
5448
|
};
|
|
5449
|
+
"/api/v1/public/maintenance/{maintenance_uid}/updates": {
|
|
5450
|
+
parameters: {
|
|
5451
|
+
query?: never;
|
|
5452
|
+
header?: never;
|
|
5453
|
+
path: {
|
|
5454
|
+
/** @description The UID of the maintenance request. */
|
|
5455
|
+
maintenance_uid: string;
|
|
5456
|
+
};
|
|
5457
|
+
cookie?: never;
|
|
5458
|
+
};
|
|
5459
|
+
get?: never;
|
|
5460
|
+
put?: never;
|
|
5461
|
+
/**
|
|
5462
|
+
* addMaintenanceUpdate
|
|
5463
|
+
* @description Add a note/update to a maintenance request.
|
|
5464
|
+
*/
|
|
5465
|
+
post: operations["addMaintenanceUpdate"];
|
|
5466
|
+
delete?: never;
|
|
5467
|
+
options?: never;
|
|
5468
|
+
head?: never;
|
|
5469
|
+
patch?: never;
|
|
5470
|
+
trace?: never;
|
|
5471
|
+
};
|
|
5356
5472
|
"/api/v1/public/userverification/fetch-flow": {
|
|
5357
5473
|
parameters: {
|
|
5358
5474
|
query?: never;
|
|
@@ -5930,7 +6046,7 @@ export interface operations {
|
|
|
5930
6046
|
content: {
|
|
5931
6047
|
"application/json": {
|
|
5932
6048
|
data?: {
|
|
5933
|
-
/** @example
|
|
6049
|
+
/** @example 42afad1d-7950-4dce-8600-90c073595b88 */
|
|
5934
6050
|
uid?: string;
|
|
5935
6051
|
/** @example Ms. Audra Crooks II */
|
|
5936
6052
|
username?: string;
|
|
@@ -5960,7 +6076,7 @@ export interface operations {
|
|
|
5960
6076
|
timezone?: string;
|
|
5961
6077
|
/** @example Customer */
|
|
5962
6078
|
user_type?: string;
|
|
5963
|
-
/** @example
|
|
6079
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
5964
6080
|
created?: string;
|
|
5965
6081
|
/** @example 0 seconds ago */
|
|
5966
6082
|
email_verified_at?: string;
|
|
@@ -6213,11 +6329,11 @@ export interface operations {
|
|
|
6213
6329
|
content: {
|
|
6214
6330
|
"application/json": {
|
|
6215
6331
|
data?: {
|
|
6216
|
-
/** @example New For Rent Property draft •
|
|
6332
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
6217
6333
|
draft_name?: string;
|
|
6218
|
-
/** @example LST-PRP-LTR-
|
|
6334
|
+
/** @example LST-PRP-LTR-MOCW3LKE7HM */
|
|
6219
6335
|
sku?: string;
|
|
6220
|
-
/** @example
|
|
6336
|
+
/** @example e3de811b-0ff0-40af-87e6-33c1d803bec9 */
|
|
6221
6337
|
uid?: string;
|
|
6222
6338
|
/** @example Rent */
|
|
6223
6339
|
listing_type?: string;
|
|
@@ -7629,7 +7745,7 @@ export interface operations {
|
|
|
7629
7745
|
content: {
|
|
7630
7746
|
"application/json": {
|
|
7631
7747
|
/**
|
|
7632
|
-
* @example
|
|
7748
|
+
* @example Suspended
|
|
7633
7749
|
* @enum {string}
|
|
7634
7750
|
*/
|
|
7635
7751
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7644,7 +7760,7 @@ export interface operations {
|
|
|
7644
7760
|
content: {
|
|
7645
7761
|
"application/json": {
|
|
7646
7762
|
data?: {
|
|
7647
|
-
/** @example
|
|
7763
|
+
/** @example 2c859797-e790-4a9f-a72f-dd1ae3444136 */
|
|
7648
7764
|
uid?: string;
|
|
7649
7765
|
/** @example Morgan Hirthe */
|
|
7650
7766
|
username?: string;
|
|
@@ -7674,7 +7790,7 @@ export interface operations {
|
|
|
7674
7790
|
timezone?: string;
|
|
7675
7791
|
/** @example Customer */
|
|
7676
7792
|
user_type?: string;
|
|
7677
|
-
/** @example
|
|
7793
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
7678
7794
|
created?: string;
|
|
7679
7795
|
/** @example 0 seconds ago */
|
|
7680
7796
|
email_verified_at?: string;
|
|
@@ -8383,11 +8499,11 @@ export interface operations {
|
|
|
8383
8499
|
content: {
|
|
8384
8500
|
"application/json": {
|
|
8385
8501
|
data?: {
|
|
8386
|
-
/** @example New For Rent Property draft •
|
|
8502
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
8387
8503
|
draft_name?: string;
|
|
8388
|
-
/** @example LST-PRP-LTR-
|
|
8504
|
+
/** @example LST-PRP-LTR-MOCW3LNFQX8 */
|
|
8389
8505
|
sku?: string;
|
|
8390
|
-
/** @example
|
|
8506
|
+
/** @example d64bf538-898d-4f1e-a6b7-74bf9e4b9b3c */
|
|
8391
8507
|
uid?: string;
|
|
8392
8508
|
/** @example Rent */
|
|
8393
8509
|
listing_type?: string;
|
|
@@ -8827,7 +8943,7 @@ export interface operations {
|
|
|
8827
8943
|
content: {
|
|
8828
8944
|
"application/json": {
|
|
8829
8945
|
data?: {
|
|
8830
|
-
/** @example
|
|
8946
|
+
/** @example 16000ce4-84ef-45b6-b29d-2b80eb61c8ac */
|
|
8831
8947
|
uid?: string;
|
|
8832
8948
|
/** @example photo */
|
|
8833
8949
|
media_type?: string;
|
|
@@ -9134,9 +9250,9 @@ export interface operations {
|
|
|
9134
9250
|
/**
|
|
9135
9251
|
* @example [
|
|
9136
9252
|
* {
|
|
9137
|
-
* "draft_name": "New For Sale Used Item draft •
|
|
9138
|
-
* "sku": "LST-UIT-SAL-
|
|
9139
|
-
* "uid": "
|
|
9253
|
+
* "draft_name": "New For Sale Used Item draft • 24 Apr 2026, 12:31 PM",
|
|
9254
|
+
* "sku": "LST-UIT-SAL-MOCW3LOVILI",
|
|
9255
|
+
* "uid": "94a0b091-3e8b-4d0d-a525-f18d5ee25f26",
|
|
9140
9256
|
* "listing_type": "Sale",
|
|
9141
9257
|
* "vertical": "Used Item",
|
|
9142
9258
|
* "arrangement_type": null,
|
|
@@ -9151,32 +9267,30 @@ export interface operations {
|
|
|
9151
9267
|
* "media": []
|
|
9152
9268
|
* },
|
|
9153
9269
|
* {
|
|
9154
|
-
* "draft_name": "New For Sale
|
|
9155
|
-
* "sku": "LST-
|
|
9156
|
-
* "uid": "
|
|
9270
|
+
* "draft_name": "New For Sale Used Item draft • 24 Apr 2026, 12:31 PM",
|
|
9271
|
+
* "sku": "LST-UIT-SAL-MOCW3LOXURH",
|
|
9272
|
+
* "uid": "6d83a67c-6baa-4cee-912f-f54039a8d834",
|
|
9157
9273
|
* "listing_type": "Sale",
|
|
9158
|
-
* "vertical": "
|
|
9159
|
-
* "arrangement_type":
|
|
9160
|
-
* "arrangement_type_label":
|
|
9274
|
+
* "vertical": "Used Item",
|
|
9275
|
+
* "arrangement_type": null,
|
|
9276
|
+
* "arrangement_type_label": null,
|
|
9161
9277
|
* "price": null,
|
|
9162
9278
|
* "state": "draft",
|
|
9163
9279
|
* "published_at": null,
|
|
9164
9280
|
* "published_since": null,
|
|
9165
9281
|
* "is_visible": false,
|
|
9166
|
-
* "summary":
|
|
9167
|
-
* "availability": null
|
|
9168
|
-
* },
|
|
9282
|
+
* "summary": [],
|
|
9169
9283
|
* "workflow": [],
|
|
9170
9284
|
* "media": []
|
|
9171
9285
|
* }
|
|
9172
9286
|
* ]
|
|
9173
9287
|
*/
|
|
9174
9288
|
data?: {
|
|
9175
|
-
/** @example New For Sale Used Item draft •
|
|
9289
|
+
/** @example New For Sale Used Item draft • 24 Apr 2026, 12:31 PM */
|
|
9176
9290
|
draft_name?: string;
|
|
9177
|
-
/** @example LST-UIT-SAL-
|
|
9291
|
+
/** @example LST-UIT-SAL-MOCW3LOVILI */
|
|
9178
9292
|
sku?: string;
|
|
9179
|
-
/** @example
|
|
9293
|
+
/** @example 94a0b091-3e8b-4d0d-a525-f18d5ee25f26 */
|
|
9180
9294
|
uid?: string;
|
|
9181
9295
|
/** @example Sale */
|
|
9182
9296
|
listing_type?: string;
|
|
@@ -9369,11 +9483,11 @@ export interface operations {
|
|
|
9369
9483
|
content: {
|
|
9370
9484
|
"application/json": {
|
|
9371
9485
|
data?: {
|
|
9372
|
-
/** @example New For Rent Property draft •
|
|
9486
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
9373
9487
|
draft_name?: string;
|
|
9374
|
-
/** @example LST-PRP-LTR-
|
|
9488
|
+
/** @example LST-PRP-LTR-MOCW3LP55YG */
|
|
9375
9489
|
sku?: string;
|
|
9376
|
-
/** @example
|
|
9490
|
+
/** @example 395a3c74-c8b1-4804-9508-977e7ebeb845 */
|
|
9377
9491
|
uid?: string;
|
|
9378
9492
|
/** @example Rent */
|
|
9379
9493
|
listing_type?: string;
|
|
@@ -9436,11 +9550,11 @@ export interface operations {
|
|
|
9436
9550
|
content: {
|
|
9437
9551
|
"application/json": {
|
|
9438
9552
|
data?: {
|
|
9439
|
-
/** @example New For Rent Property draft •
|
|
9553
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
9440
9554
|
draft_name?: string;
|
|
9441
|
-
/** @example LST-PRP-LTR-
|
|
9555
|
+
/** @example LST-PRP-LTR-MOCW3LP91TR */
|
|
9442
9556
|
sku?: string;
|
|
9443
|
-
/** @example
|
|
9557
|
+
/** @example b120a4c2-5d42-468a-8e21-039a582f7f97 */
|
|
9444
9558
|
uid?: string;
|
|
9445
9559
|
/** @example Rent */
|
|
9446
9560
|
listing_type?: string;
|
|
@@ -9493,11 +9607,11 @@ export interface operations {
|
|
|
9493
9607
|
content: {
|
|
9494
9608
|
"application/json": {
|
|
9495
9609
|
data?: {
|
|
9496
|
-
/** @example New For Rent Property draft •
|
|
9610
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
9497
9611
|
draft_name?: string;
|
|
9498
|
-
/** @example LST-PRP-LTR-
|
|
9612
|
+
/** @example LST-PRP-LTR-MOCW3LPFTUJ */
|
|
9499
9613
|
sku?: string;
|
|
9500
|
-
/** @example
|
|
9614
|
+
/** @example 65bf62ff-39e0-4daa-a2ad-df855272c7a7 */
|
|
9501
9615
|
uid?: string;
|
|
9502
9616
|
/** @example Rent */
|
|
9503
9617
|
listing_type?: string;
|
|
@@ -9550,11 +9664,11 @@ export interface operations {
|
|
|
9550
9664
|
content: {
|
|
9551
9665
|
"application/json": {
|
|
9552
9666
|
data?: {
|
|
9553
|
-
/** @example New For Rent Property draft •
|
|
9667
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
9554
9668
|
draft_name?: string;
|
|
9555
|
-
/** @example LST-PRP-LTR-
|
|
9669
|
+
/** @example LST-PRP-LTR-MOCW3LPKJCP */
|
|
9556
9670
|
sku?: string;
|
|
9557
|
-
/** @example
|
|
9671
|
+
/** @example b15aca8f-b257-4c2f-b3e8-e0d7c2bbc874 */
|
|
9558
9672
|
uid?: string;
|
|
9559
9673
|
/** @example Rent */
|
|
9560
9674
|
listing_type?: string;
|
|
@@ -9748,7 +9862,7 @@ export interface operations {
|
|
|
9748
9862
|
content: {
|
|
9749
9863
|
"application/json": {
|
|
9750
9864
|
data?: {
|
|
9751
|
-
/** @example
|
|
9865
|
+
/** @example 100 */
|
|
9752
9866
|
id?: number;
|
|
9753
9867
|
/** @example 1 */
|
|
9754
9868
|
category_id?: number;
|
|
@@ -9822,7 +9936,7 @@ export interface operations {
|
|
|
9822
9936
|
content: {
|
|
9823
9937
|
"application/json": {
|
|
9824
9938
|
data?: {
|
|
9825
|
-
/** @example
|
|
9939
|
+
/** @example 101 */
|
|
9826
9940
|
id?: number;
|
|
9827
9941
|
/** @example 1 */
|
|
9828
9942
|
category_id?: number;
|
|
@@ -9861,7 +9975,7 @@ export interface operations {
|
|
|
9861
9975
|
content: {
|
|
9862
9976
|
"application/json": {
|
|
9863
9977
|
data?: {
|
|
9864
|
-
/** @example
|
|
9978
|
+
/** @example 102 */
|
|
9865
9979
|
id?: number;
|
|
9866
9980
|
/** @example 1 */
|
|
9867
9981
|
category_id?: number;
|
|
@@ -9899,7 +10013,7 @@ export interface operations {
|
|
|
9899
10013
|
/**
|
|
9900
10014
|
* @example [
|
|
9901
10015
|
* {
|
|
9902
|
-
* "id":
|
|
10016
|
+
* "id": 110,
|
|
9903
10017
|
* "name": "Exterior",
|
|
9904
10018
|
* "description": "For Exterior categories",
|
|
9905
10019
|
* "display_order": 1,
|
|
@@ -9909,7 +10023,7 @@ export interface operations {
|
|
|
9909
10023
|
* "is_active": true
|
|
9910
10024
|
* },
|
|
9911
10025
|
* {
|
|
9912
|
-
* "id":
|
|
10026
|
+
* "id": 111,
|
|
9913
10027
|
* "name": "Exterior",
|
|
9914
10028
|
* "description": "For Exterior categories",
|
|
9915
10029
|
* "display_order": 1,
|
|
@@ -9921,7 +10035,7 @@ export interface operations {
|
|
|
9921
10035
|
* ]
|
|
9922
10036
|
*/
|
|
9923
10037
|
data?: {
|
|
9924
|
-
/** @example
|
|
10038
|
+
/** @example 110 */
|
|
9925
10039
|
id?: number;
|
|
9926
10040
|
/** @example Exterior */
|
|
9927
10041
|
name?: string;
|
|
@@ -9985,7 +10099,7 @@ export interface operations {
|
|
|
9985
10099
|
content: {
|
|
9986
10100
|
"application/json": {
|
|
9987
10101
|
data?: {
|
|
9988
|
-
/** @example
|
|
10102
|
+
/** @example 112 */
|
|
9989
10103
|
id?: number;
|
|
9990
10104
|
/** @example Exterior */
|
|
9991
10105
|
name?: string;
|
|
@@ -10052,7 +10166,7 @@ export interface operations {
|
|
|
10052
10166
|
content: {
|
|
10053
10167
|
"application/json": {
|
|
10054
10168
|
data?: {
|
|
10055
|
-
/** @example
|
|
10169
|
+
/** @example 113 */
|
|
10056
10170
|
id?: number;
|
|
10057
10171
|
/** @example Exterior */
|
|
10058
10172
|
name?: string;
|
|
@@ -10093,7 +10207,7 @@ export interface operations {
|
|
|
10093
10207
|
content: {
|
|
10094
10208
|
"application/json": {
|
|
10095
10209
|
data?: {
|
|
10096
|
-
/** @example
|
|
10210
|
+
/** @example 114 */
|
|
10097
10211
|
id?: number;
|
|
10098
10212
|
/** @example Exterior */
|
|
10099
10213
|
name?: string;
|
|
@@ -10356,7 +10470,7 @@ export interface operations {
|
|
|
10356
10470
|
content: {
|
|
10357
10471
|
"application/json": {
|
|
10358
10472
|
data?: {
|
|
10359
|
-
/** @example
|
|
10473
|
+
/** @example 55 */
|
|
10360
10474
|
id?: number;
|
|
10361
10475
|
/** @example email_fa_0 */
|
|
10362
10476
|
key?: string;
|
|
@@ -10370,9 +10484,9 @@ export interface operations {
|
|
|
10370
10484
|
metadata_schema?: unknown[];
|
|
10371
10485
|
/** @example true */
|
|
10372
10486
|
is_active?: boolean;
|
|
10373
|
-
/** @example 2026-04-
|
|
10487
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
10374
10488
|
created_at?: string;
|
|
10375
|
-
/** @example 2026-04-
|
|
10489
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
10376
10490
|
updated_at?: string;
|
|
10377
10491
|
};
|
|
10378
10492
|
};
|
|
@@ -10432,7 +10546,7 @@ export interface operations {
|
|
|
10432
10546
|
content: {
|
|
10433
10547
|
"application/json": {
|
|
10434
10548
|
data?: {
|
|
10435
|
-
/** @example
|
|
10549
|
+
/** @example 56 */
|
|
10436
10550
|
id?: number;
|
|
10437
10551
|
/** @example email_fa_0 */
|
|
10438
10552
|
key?: string;
|
|
@@ -10446,9 +10560,9 @@ export interface operations {
|
|
|
10446
10560
|
metadata_schema?: unknown[];
|
|
10447
10561
|
/** @example true */
|
|
10448
10562
|
is_active?: boolean;
|
|
10449
|
-
/** @example 2026-04-
|
|
10563
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
10450
10564
|
created_at?: string;
|
|
10451
|
-
/** @example 2026-04-
|
|
10565
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
10452
10566
|
updated_at?: string;
|
|
10453
10567
|
};
|
|
10454
10568
|
};
|
|
@@ -11714,25 +11828,25 @@ export interface operations {
|
|
|
11714
11828
|
/**
|
|
11715
11829
|
* @example [
|
|
11716
11830
|
* {
|
|
11717
|
-
* "key": "
|
|
11718
|
-
* "name": "
|
|
11719
|
-
* "description": "
|
|
11831
|
+
* "key": "et",
|
|
11832
|
+
* "name": "vel",
|
|
11833
|
+
* "description": "Et autem excepturi hic magni.",
|
|
11720
11834
|
* "value_type": "string"
|
|
11721
11835
|
* },
|
|
11722
11836
|
* {
|
|
11723
|
-
* "key": "
|
|
11724
|
-
* "name": "
|
|
11725
|
-
* "description": "
|
|
11837
|
+
* "key": "nihil",
|
|
11838
|
+
* "name": "voluptatum",
|
|
11839
|
+
* "description": "Ut id soluta autem et illo.",
|
|
11726
11840
|
* "value_type": "string"
|
|
11727
11841
|
* }
|
|
11728
11842
|
* ]
|
|
11729
11843
|
*/
|
|
11730
11844
|
data?: {
|
|
11731
|
-
/** @example
|
|
11845
|
+
/** @example et */
|
|
11732
11846
|
key?: string;
|
|
11733
|
-
/** @example
|
|
11847
|
+
/** @example vel */
|
|
11734
11848
|
name?: string;
|
|
11735
|
-
/** @example
|
|
11849
|
+
/** @example Et autem excepturi hic magni. */
|
|
11736
11850
|
description?: string;
|
|
11737
11851
|
/** @example string */
|
|
11738
11852
|
value_type?: string;
|
|
@@ -12814,7 +12928,15 @@ export interface operations {
|
|
|
12814
12928
|
* "id": 12,
|
|
12815
12929
|
* "name": "Inspector Jane Doe"
|
|
12816
12930
|
* },
|
|
12817
|
-
* "media": [
|
|
12931
|
+
* "media": [
|
|
12932
|
+
* {
|
|
12933
|
+
* "uid": "ism_34fda1",
|
|
12934
|
+
* "file_type": "image/jpeg",
|
|
12935
|
+
* "caption": "Kitchen leak evidence",
|
|
12936
|
+
* "path": "insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
12937
|
+
* "url": "http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg"
|
|
12938
|
+
* }
|
|
12939
|
+
* ],
|
|
12818
12940
|
* "created_at": "2026-04-01T09:00:00Z",
|
|
12819
12941
|
* "updated_at": "2026-04-01T09:00:00Z"
|
|
12820
12942
|
* }
|
|
@@ -12843,8 +12965,29 @@ export interface operations {
|
|
|
12843
12965
|
/** @example Inspector Jane Doe */
|
|
12844
12966
|
name?: string;
|
|
12845
12967
|
};
|
|
12846
|
-
/**
|
|
12847
|
-
|
|
12968
|
+
/**
|
|
12969
|
+
* @example [
|
|
12970
|
+
* {
|
|
12971
|
+
* "uid": "ism_34fda1",
|
|
12972
|
+
* "file_type": "image/jpeg",
|
|
12973
|
+
* "caption": "Kitchen leak evidence",
|
|
12974
|
+
* "path": "insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
12975
|
+
* "url": "http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg"
|
|
12976
|
+
* }
|
|
12977
|
+
* ]
|
|
12978
|
+
*/
|
|
12979
|
+
media?: {
|
|
12980
|
+
/** @example ism_34fda1 */
|
|
12981
|
+
uid?: string;
|
|
12982
|
+
/** @example image/jpeg */
|
|
12983
|
+
file_type?: string;
|
|
12984
|
+
/** @example Kitchen leak evidence */
|
|
12985
|
+
caption?: string;
|
|
12986
|
+
/** @example insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
12987
|
+
path?: string;
|
|
12988
|
+
/** @example http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
12989
|
+
url?: string;
|
|
12990
|
+
}[];
|
|
12848
12991
|
/** @example 2026-04-01T09:00:00Z */
|
|
12849
12992
|
created_at?: string;
|
|
12850
12993
|
/** @example 2026-04-01T09:00:00Z */
|
|
@@ -12870,6 +13013,107 @@ export interface operations {
|
|
|
12870
13013
|
};
|
|
12871
13014
|
};
|
|
12872
13015
|
};
|
|
13016
|
+
fetchInspectionAdmin: {
|
|
13017
|
+
parameters: {
|
|
13018
|
+
query?: never;
|
|
13019
|
+
header?: never;
|
|
13020
|
+
path: {
|
|
13021
|
+
/** @description The unique UID of the inspection. */
|
|
13022
|
+
uid: string;
|
|
13023
|
+
};
|
|
13024
|
+
cookie?: never;
|
|
13025
|
+
};
|
|
13026
|
+
requestBody?: never;
|
|
13027
|
+
responses: {
|
|
13028
|
+
200: {
|
|
13029
|
+
headers: {
|
|
13030
|
+
[name: string]: unknown;
|
|
13031
|
+
};
|
|
13032
|
+
content: {
|
|
13033
|
+
"application/json": {
|
|
13034
|
+
/** @example Inspection fetched successfully */
|
|
13035
|
+
message?: string;
|
|
13036
|
+
/** @example null */
|
|
13037
|
+
event?: string | null;
|
|
13038
|
+
data?: {
|
|
13039
|
+
/** @example insp_34fda1 */
|
|
13040
|
+
uid?: string;
|
|
13041
|
+
/** @example routine */
|
|
13042
|
+
inspection_type?: string;
|
|
13043
|
+
/** @example scheduled */
|
|
13044
|
+
status?: string;
|
|
13045
|
+
/** @example 2026-04-10T10:30:00Z */
|
|
13046
|
+
scheduled_date?: string;
|
|
13047
|
+
/** @example null */
|
|
13048
|
+
completed_date?: string | null;
|
|
13049
|
+
/** @example null */
|
|
13050
|
+
condition_rating?: string | null;
|
|
13051
|
+
/** @example null */
|
|
13052
|
+
summary?: string | null;
|
|
13053
|
+
/** @example 2026-06-10T10:30:00Z */
|
|
13054
|
+
next_inspection_date?: string;
|
|
13055
|
+
inspector?: {
|
|
13056
|
+
/** @example 12 */
|
|
13057
|
+
id?: number;
|
|
13058
|
+
/** @example Inspector Jane Doe */
|
|
13059
|
+
name?: string;
|
|
13060
|
+
};
|
|
13061
|
+
/**
|
|
13062
|
+
* @example [
|
|
13063
|
+
* {
|
|
13064
|
+
* "uid": "ism_34fda1",
|
|
13065
|
+
* "file_type": "image/jpeg",
|
|
13066
|
+
* "caption": "Kitchen leak evidence",
|
|
13067
|
+
* "path": "insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
13068
|
+
* "url": "http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg"
|
|
13069
|
+
* }
|
|
13070
|
+
* ]
|
|
13071
|
+
*/
|
|
13072
|
+
media?: {
|
|
13073
|
+
/** @example ism_34fda1 */
|
|
13074
|
+
uid?: string;
|
|
13075
|
+
/** @example image/jpeg */
|
|
13076
|
+
file_type?: string;
|
|
13077
|
+
/** @example Kitchen leak evidence */
|
|
13078
|
+
caption?: string;
|
|
13079
|
+
/** @example insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
13080
|
+
path?: string;
|
|
13081
|
+
/** @example http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
13082
|
+
url?: string;
|
|
13083
|
+
}[];
|
|
13084
|
+
/** @example 2026-04-01T09:00:00Z */
|
|
13085
|
+
created_at?: string;
|
|
13086
|
+
/** @example 2026-04-01T09:00:00Z */
|
|
13087
|
+
updated_at?: string;
|
|
13088
|
+
};
|
|
13089
|
+
} | {
|
|
13090
|
+
data?: {
|
|
13091
|
+
/** @example 0ce55532-6020-48f6-80ae-406e410e99d5 */
|
|
13092
|
+
uid?: string;
|
|
13093
|
+
/** @example follow_up */
|
|
13094
|
+
inspection_type?: string;
|
|
13095
|
+
/** @example cancelled */
|
|
13096
|
+
status?: string;
|
|
13097
|
+
/** @example 30 Apr 2026, 02:29 AM */
|
|
13098
|
+
scheduled_date?: string;
|
|
13099
|
+
/** @example null */
|
|
13100
|
+
completed_date?: string | null;
|
|
13101
|
+
/** @example attention_required */
|
|
13102
|
+
condition_rating?: string;
|
|
13103
|
+
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13104
|
+
summary?: string;
|
|
13105
|
+
/** @example 22 Jun 2026, 11:18 PM */
|
|
13106
|
+
next_inspection_date?: string;
|
|
13107
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13108
|
+
created_at?: string;
|
|
13109
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13110
|
+
updated_at?: string;
|
|
13111
|
+
};
|
|
13112
|
+
};
|
|
13113
|
+
};
|
|
13114
|
+
};
|
|
13115
|
+
};
|
|
13116
|
+
};
|
|
12873
13117
|
scheduleInspection: {
|
|
12874
13118
|
parameters: {
|
|
12875
13119
|
query?: never;
|
|
@@ -12917,13 +13161,13 @@ export interface operations {
|
|
|
12917
13161
|
content: {
|
|
12918
13162
|
"application/json": {
|
|
12919
13163
|
data?: {
|
|
12920
|
-
/** @example
|
|
13164
|
+
/** @example 9f96e2e9-e4a7-4b77-97d8-ed632c5016b5 */
|
|
12921
13165
|
uid?: string;
|
|
12922
13166
|
/** @example follow_up */
|
|
12923
13167
|
inspection_type?: string;
|
|
12924
13168
|
/** @example cancelled */
|
|
12925
13169
|
status?: string;
|
|
12926
|
-
/** @example 2026
|
|
13170
|
+
/** @example 30 Apr 2026, 02:29 AM */
|
|
12927
13171
|
scheduled_date?: string;
|
|
12928
13172
|
/** @example null */
|
|
12929
13173
|
completed_date?: string | null;
|
|
@@ -12931,11 +13175,11 @@ export interface operations {
|
|
|
12931
13175
|
condition_rating?: string;
|
|
12932
13176
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12933
13177
|
summary?: string;
|
|
12934
|
-
/** @example 2026
|
|
13178
|
+
/** @example 22 Jun 2026, 11:18 PM */
|
|
12935
13179
|
next_inspection_date?: string;
|
|
12936
|
-
/** @example 2026
|
|
13180
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
12937
13181
|
created_at?: string;
|
|
12938
|
-
/** @example 2026
|
|
13182
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
12939
13183
|
updated_at?: string;
|
|
12940
13184
|
};
|
|
12941
13185
|
};
|
|
@@ -12943,6 +13187,58 @@ export interface operations {
|
|
|
12943
13187
|
};
|
|
12944
13188
|
};
|
|
12945
13189
|
};
|
|
13190
|
+
uploadInspectionAttachment: {
|
|
13191
|
+
parameters: {
|
|
13192
|
+
query?: never;
|
|
13193
|
+
header?: never;
|
|
13194
|
+
path: {
|
|
13195
|
+
/** @description The unique UID of the inspection. */
|
|
13196
|
+
uid: string;
|
|
13197
|
+
};
|
|
13198
|
+
cookie?: never;
|
|
13199
|
+
};
|
|
13200
|
+
requestBody: {
|
|
13201
|
+
content: {
|
|
13202
|
+
"multipart/form-data": {
|
|
13203
|
+
/**
|
|
13204
|
+
* Format: binary
|
|
13205
|
+
* @description File to attach to the inspection. Accepted formats: jpg, jpeg, png, pdf. Maximum size: 10MB. Must be a file. Must not be greater than 10240 kilobytes.
|
|
13206
|
+
*/
|
|
13207
|
+
file: string;
|
|
13208
|
+
/**
|
|
13209
|
+
* @description Optional caption for the uploaded inspection attachment. Must not be greater than 255 characters.
|
|
13210
|
+
* @example b
|
|
13211
|
+
*/
|
|
13212
|
+
caption?: string | null;
|
|
13213
|
+
};
|
|
13214
|
+
};
|
|
13215
|
+
};
|
|
13216
|
+
responses: {
|
|
13217
|
+
200: {
|
|
13218
|
+
headers: {
|
|
13219
|
+
[name: string]: unknown;
|
|
13220
|
+
};
|
|
13221
|
+
content: {
|
|
13222
|
+
"application/json": {
|
|
13223
|
+
data?: {
|
|
13224
|
+
/** @example a7efe096-a742-4215-bb95-62a61c6265d7 */
|
|
13225
|
+
uid?: string;
|
|
13226
|
+
/** @example application/octet-stream */
|
|
13227
|
+
file_type?: string;
|
|
13228
|
+
/** @example licking pipe */
|
|
13229
|
+
caption?: string;
|
|
13230
|
+
/** @example 5c4154a1-b8d2-411d-b653-54fd110d4ef1/c07aa2f4-65bd-4cae-b8f0-7e55958bea6d.png */
|
|
13231
|
+
storage_path?: string;
|
|
13232
|
+
/** @example http://justinshome-backendcore.test/inspection-media/5c4154a1-b8d2-411d-b653-54fd110d4ef1/c07aa2f4-65bd-4cae-b8f0-7e55958bea6d.png */
|
|
13233
|
+
url?: string;
|
|
13234
|
+
/** @example 2026-04-24T07:37:18.000000Z */
|
|
13235
|
+
created_at?: string;
|
|
13236
|
+
};
|
|
13237
|
+
};
|
|
13238
|
+
};
|
|
13239
|
+
};
|
|
13240
|
+
};
|
|
13241
|
+
};
|
|
12946
13242
|
completeInspection: {
|
|
12947
13243
|
parameters: {
|
|
12948
13244
|
query?: never;
|
|
@@ -12978,13 +13274,13 @@ export interface operations {
|
|
|
12978
13274
|
content: {
|
|
12979
13275
|
"application/json": {
|
|
12980
13276
|
data?: {
|
|
12981
|
-
/** @example
|
|
13277
|
+
/** @example ad385829-2951-4327-bfcc-7f001d4d46fb */
|
|
12982
13278
|
uid?: string;
|
|
12983
13279
|
/** @example follow_up */
|
|
12984
13280
|
inspection_type?: string;
|
|
12985
13281
|
/** @example cancelled */
|
|
12986
13282
|
status?: string;
|
|
12987
|
-
/** @example 2026
|
|
13283
|
+
/** @example 17 Apr 2026, 11:56 PM */
|
|
12988
13284
|
scheduled_date?: string;
|
|
12989
13285
|
/** @example null */
|
|
12990
13286
|
completed_date?: string | null;
|
|
@@ -12992,11 +13288,11 @@ export interface operations {
|
|
|
12992
13288
|
condition_rating?: string;
|
|
12993
13289
|
/** @example Et animi quos velit et fugiat. */
|
|
12994
13290
|
summary?: string;
|
|
12995
|
-
/** @example 2026
|
|
13291
|
+
/** @example 27 Jul 2026, 07:50 AM */
|
|
12996
13292
|
next_inspection_date?: string;
|
|
12997
|
-
/** @example 2026
|
|
13293
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
12998
13294
|
created_at?: string;
|
|
12999
|
-
/** @example 2026
|
|
13295
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13000
13296
|
updated_at?: string;
|
|
13001
13297
|
};
|
|
13002
13298
|
};
|
|
@@ -13033,13 +13329,13 @@ export interface operations {
|
|
|
13033
13329
|
content: {
|
|
13034
13330
|
"application/json": {
|
|
13035
13331
|
data?: {
|
|
13036
|
-
/** @example
|
|
13332
|
+
/** @example 97feda56-561e-4aee-bf5d-c5f21882dcfb */
|
|
13037
13333
|
uid?: string;
|
|
13038
13334
|
/** @example follow_up */
|
|
13039
13335
|
inspection_type?: string;
|
|
13040
13336
|
/** @example cancelled */
|
|
13041
13337
|
status?: string;
|
|
13042
|
-
/** @example 2026
|
|
13338
|
+
/** @example 30 Apr 2026, 02:29 AM */
|
|
13043
13339
|
scheduled_date?: string;
|
|
13044
13340
|
/** @example null */
|
|
13045
13341
|
completed_date?: string | null;
|
|
@@ -13047,11 +13343,11 @@ export interface operations {
|
|
|
13047
13343
|
condition_rating?: string;
|
|
13048
13344
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13049
13345
|
summary?: string;
|
|
13050
|
-
/** @example 2026
|
|
13346
|
+
/** @example 22 Jun 2026, 11:18 PM */
|
|
13051
13347
|
next_inspection_date?: string;
|
|
13052
|
-
/** @example 2026
|
|
13348
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13053
13349
|
created_at?: string;
|
|
13054
|
-
/** @example 2026
|
|
13350
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13055
13351
|
updated_at?: string;
|
|
13056
13352
|
};
|
|
13057
13353
|
};
|
|
@@ -13088,13 +13384,13 @@ export interface operations {
|
|
|
13088
13384
|
content: {
|
|
13089
13385
|
"application/json": {
|
|
13090
13386
|
data?: {
|
|
13091
|
-
/** @example
|
|
13387
|
+
/** @example 61451521-1f6a-4a46-9dc0-023a9c8aa098 */
|
|
13092
13388
|
uid?: string;
|
|
13093
13389
|
/** @example follow_up */
|
|
13094
13390
|
inspection_type?: string;
|
|
13095
13391
|
/** @example cancelled */
|
|
13096
13392
|
status?: string;
|
|
13097
|
-
/** @example 2026
|
|
13393
|
+
/** @example 17 Apr 2026, 11:56 PM */
|
|
13098
13394
|
scheduled_date?: string;
|
|
13099
13395
|
/** @example null */
|
|
13100
13396
|
completed_date?: string | null;
|
|
@@ -13102,11 +13398,158 @@ export interface operations {
|
|
|
13102
13398
|
condition_rating?: string;
|
|
13103
13399
|
/** @example Et animi quos velit et fugiat. */
|
|
13104
13400
|
summary?: string;
|
|
13105
|
-
/** @example 2026
|
|
13401
|
+
/** @example 27 Jul 2026, 07:50 AM */
|
|
13106
13402
|
next_inspection_date?: string;
|
|
13107
|
-
/** @example 2026
|
|
13403
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13108
13404
|
created_at?: string;
|
|
13109
|
-
/** @example 2026
|
|
13405
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13406
|
+
updated_at?: string;
|
|
13407
|
+
};
|
|
13408
|
+
};
|
|
13409
|
+
};
|
|
13410
|
+
};
|
|
13411
|
+
};
|
|
13412
|
+
};
|
|
13413
|
+
fetchMaintenanceRequestAdmin: {
|
|
13414
|
+
parameters: {
|
|
13415
|
+
query?: never;
|
|
13416
|
+
header?: never;
|
|
13417
|
+
path: {
|
|
13418
|
+
/** @description The UID of the maintenance request. */
|
|
13419
|
+
uid: string;
|
|
13420
|
+
};
|
|
13421
|
+
cookie?: never;
|
|
13422
|
+
};
|
|
13423
|
+
requestBody?: never;
|
|
13424
|
+
responses: {
|
|
13425
|
+
200: {
|
|
13426
|
+
headers: {
|
|
13427
|
+
[name: string]: unknown;
|
|
13428
|
+
};
|
|
13429
|
+
content: {
|
|
13430
|
+
"application/json": {
|
|
13431
|
+
/** @example Maintenance request fetched successfully */
|
|
13432
|
+
message?: string;
|
|
13433
|
+
/** @example null */
|
|
13434
|
+
event?: string | null;
|
|
13435
|
+
data?: {
|
|
13436
|
+
/** @example maint_83fd12 */
|
|
13437
|
+
uid?: string;
|
|
13438
|
+
/** @example Leaking kitchen sink */
|
|
13439
|
+
title?: string;
|
|
13440
|
+
/** @example Water has been dripping continuously under the sink cabinet. */
|
|
13441
|
+
description?: string;
|
|
13442
|
+
/** @example reported */
|
|
13443
|
+
status?: string;
|
|
13444
|
+
/** @example urgent */
|
|
13445
|
+
priority?: string;
|
|
13446
|
+
/** @example 2026-04-01T10:00:00Z */
|
|
13447
|
+
reported_at?: string;
|
|
13448
|
+
/** @example null */
|
|
13449
|
+
assigned_at?: string | null;
|
|
13450
|
+
/** @example null */
|
|
13451
|
+
completed_at?: string | null;
|
|
13452
|
+
/** @example 2026-04-02T10:00:00Z */
|
|
13453
|
+
sla_deadline?: string;
|
|
13454
|
+
listing?: {
|
|
13455
|
+
/** @example 7 */
|
|
13456
|
+
id?: number;
|
|
13457
|
+
/** @example 54c1fd9b-8720-43e6-be3d-d4283477f38b */
|
|
13458
|
+
uid?: string;
|
|
13459
|
+
};
|
|
13460
|
+
reporter?: {
|
|
13461
|
+
/** @example usr_123 */
|
|
13462
|
+
id?: string;
|
|
13463
|
+
/** @example Jane Doe */
|
|
13464
|
+
name?: string;
|
|
13465
|
+
};
|
|
13466
|
+
/** @example null */
|
|
13467
|
+
technician?: string | null;
|
|
13468
|
+
/**
|
|
13469
|
+
* @example [
|
|
13470
|
+
* {
|
|
13471
|
+
* "uid": "mu_34fda1",
|
|
13472
|
+
* "note": "Inspection visit scheduled.",
|
|
13473
|
+
* "user": {
|
|
13474
|
+
* "id": 12,
|
|
13475
|
+
* "name": "Inspector Jane Doe"
|
|
13476
|
+
* },
|
|
13477
|
+
* "created_at": "2026-04-01T09:30:00Z"
|
|
13478
|
+
* }
|
|
13479
|
+
* ]
|
|
13480
|
+
*/
|
|
13481
|
+
updates?: {
|
|
13482
|
+
/** @example mu_34fda1 */
|
|
13483
|
+
uid?: string;
|
|
13484
|
+
/** @example Inspection visit scheduled. */
|
|
13485
|
+
note?: string;
|
|
13486
|
+
user?: {
|
|
13487
|
+
/** @example 12 */
|
|
13488
|
+
id?: number;
|
|
13489
|
+
/** @example Inspector Jane Doe */
|
|
13490
|
+
name?: string;
|
|
13491
|
+
};
|
|
13492
|
+
/** @example 2026-04-01T09:30:00Z */
|
|
13493
|
+
created_at?: string;
|
|
13494
|
+
}[];
|
|
13495
|
+
/**
|
|
13496
|
+
* @example [
|
|
13497
|
+
* {
|
|
13498
|
+
* "uid": "mnt_34fda1",
|
|
13499
|
+
* "file_type": "image/jpeg",
|
|
13500
|
+
* "url": "http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
13501
|
+
* "uploaded_by": {
|
|
13502
|
+
* "id": 12,
|
|
13503
|
+
* "name": "Inspector Jane Doe"
|
|
13504
|
+
* },
|
|
13505
|
+
* "created_at": "2026-04-01T09:15:00Z"
|
|
13506
|
+
* }
|
|
13507
|
+
* ]
|
|
13508
|
+
*/
|
|
13509
|
+
attachments?: {
|
|
13510
|
+
/** @example mnt_34fda1 */
|
|
13511
|
+
uid?: string;
|
|
13512
|
+
/** @example image/jpeg */
|
|
13513
|
+
file_type?: string;
|
|
13514
|
+
/** @example http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
13515
|
+
url?: string;
|
|
13516
|
+
uploaded_by?: {
|
|
13517
|
+
/** @example 12 */
|
|
13518
|
+
id?: number;
|
|
13519
|
+
/** @example Inspector Jane Doe */
|
|
13520
|
+
name?: string;
|
|
13521
|
+
};
|
|
13522
|
+
/** @example 2026-04-01T09:15:00Z */
|
|
13523
|
+
created_at?: string;
|
|
13524
|
+
}[];
|
|
13525
|
+
/** @example 2026-04-01T10:00:00Z */
|
|
13526
|
+
created_at?: string;
|
|
13527
|
+
/** @example 2026-04-01T10:00:00Z */
|
|
13528
|
+
updated_at?: string;
|
|
13529
|
+
};
|
|
13530
|
+
} | {
|
|
13531
|
+
data?: {
|
|
13532
|
+
/** @example f3eae042-8719-4dba-9bfb-0ce28b5e8094 */
|
|
13533
|
+
uid?: string;
|
|
13534
|
+
/** @example Qui commodi incidunt iure. */
|
|
13535
|
+
title?: string;
|
|
13536
|
+
/** @example Et modi ipsum nostrum omnis autem et consequatur. Dolores enim non facere tempora. Voluptatem laboriosam praesentium quis adipisci. */
|
|
13537
|
+
description?: string;
|
|
13538
|
+
/** @example breach */
|
|
13539
|
+
status?: string;
|
|
13540
|
+
/** @example low */
|
|
13541
|
+
priority?: string;
|
|
13542
|
+
/** @example 23 Apr 2026, 02:00 AM */
|
|
13543
|
+
reported_at?: string;
|
|
13544
|
+
/** @example null */
|
|
13545
|
+
assigned_at?: string | null;
|
|
13546
|
+
/** @example null */
|
|
13547
|
+
completed_at?: string | null;
|
|
13548
|
+
/** @example 25 Apr 2026, 10:24 PM */
|
|
13549
|
+
sla_deadline?: string;
|
|
13550
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13551
|
+
created_at?: string;
|
|
13552
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13110
13553
|
updated_at?: string;
|
|
13111
13554
|
};
|
|
13112
13555
|
};
|
|
@@ -13143,7 +13586,7 @@ export interface operations {
|
|
|
13143
13586
|
content: {
|
|
13144
13587
|
"application/json": {
|
|
13145
13588
|
data?: {
|
|
13146
|
-
/** @example
|
|
13589
|
+
/** @example a7579d39-811b-46a6-9057-f3adb46d85b2 */
|
|
13147
13590
|
uid?: string;
|
|
13148
13591
|
/** @example Qui commodi incidunt iure. */
|
|
13149
13592
|
title?: string;
|
|
@@ -13153,17 +13596,17 @@ export interface operations {
|
|
|
13153
13596
|
status?: string;
|
|
13154
13597
|
/** @example low */
|
|
13155
13598
|
priority?: string;
|
|
13156
|
-
/** @example 2026
|
|
13599
|
+
/** @example 23 Apr 2026, 02:00 AM */
|
|
13157
13600
|
reported_at?: string;
|
|
13158
13601
|
/** @example null */
|
|
13159
13602
|
assigned_at?: string | null;
|
|
13160
13603
|
/** @example null */
|
|
13161
13604
|
completed_at?: string | null;
|
|
13162
|
-
/** @example 2026
|
|
13605
|
+
/** @example 25 Apr 2026, 10:24 PM */
|
|
13163
13606
|
sla_deadline?: string;
|
|
13164
|
-
/** @example 2026
|
|
13607
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13165
13608
|
created_at?: string;
|
|
13166
|
-
/** @example 2026
|
|
13609
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13167
13610
|
updated_at?: string;
|
|
13168
13611
|
};
|
|
13169
13612
|
};
|
|
@@ -13200,7 +13643,7 @@ export interface operations {
|
|
|
13200
13643
|
content: {
|
|
13201
13644
|
"application/json": {
|
|
13202
13645
|
data?: {
|
|
13203
|
-
/** @example
|
|
13646
|
+
/** @example 75cd02bc-9db5-47f4-a208-c3bd17c052cc */
|
|
13204
13647
|
uid?: string;
|
|
13205
13648
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13206
13649
|
title?: string;
|
|
@@ -13210,17 +13653,17 @@ export interface operations {
|
|
|
13210
13653
|
status?: string;
|
|
13211
13654
|
/** @example emergency */
|
|
13212
13655
|
priority?: string;
|
|
13213
|
-
/** @example 2026
|
|
13656
|
+
/** @example 17 Apr 2026, 11:45 PM */
|
|
13214
13657
|
reported_at?: string;
|
|
13215
|
-
/** @example 2026
|
|
13658
|
+
/** @example 22 Apr 2026, 08:05 PM */
|
|
13216
13659
|
assigned_at?: string;
|
|
13217
13660
|
/** @example null */
|
|
13218
13661
|
completed_at?: string | null;
|
|
13219
|
-
/** @example 2026
|
|
13662
|
+
/** @example 26 Apr 2026, 01:27 AM */
|
|
13220
13663
|
sla_deadline?: string;
|
|
13221
|
-
/** @example 2026
|
|
13664
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13222
13665
|
created_at?: string;
|
|
13223
|
-
/** @example 2026
|
|
13666
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13224
13667
|
updated_at?: string;
|
|
13225
13668
|
};
|
|
13226
13669
|
};
|
|
@@ -13257,7 +13700,7 @@ export interface operations {
|
|
|
13257
13700
|
content: {
|
|
13258
13701
|
"application/json": {
|
|
13259
13702
|
data?: {
|
|
13260
|
-
/** @example
|
|
13703
|
+
/** @example c16c9e6f-8e41-49ea-a036-baecd8844d6c */
|
|
13261
13704
|
uid?: string;
|
|
13262
13705
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13263
13706
|
title?: string;
|
|
@@ -13267,17 +13710,17 @@ export interface operations {
|
|
|
13267
13710
|
status?: string;
|
|
13268
13711
|
/** @example emergency */
|
|
13269
13712
|
priority?: string;
|
|
13270
|
-
/** @example 2026
|
|
13713
|
+
/** @example 17 Apr 2026, 11:45 PM */
|
|
13271
13714
|
reported_at?: string;
|
|
13272
|
-
/** @example 2026
|
|
13715
|
+
/** @example 22 Apr 2026, 08:05 PM */
|
|
13273
13716
|
assigned_at?: string;
|
|
13274
13717
|
/** @example null */
|
|
13275
13718
|
completed_at?: string | null;
|
|
13276
|
-
/** @example 2026
|
|
13719
|
+
/** @example 26 Apr 2026, 01:27 AM */
|
|
13277
13720
|
sla_deadline?: string;
|
|
13278
|
-
/** @example 2026
|
|
13721
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13279
13722
|
created_at?: string;
|
|
13280
|
-
/** @example 2026
|
|
13723
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13281
13724
|
updated_at?: string;
|
|
13282
13725
|
};
|
|
13283
13726
|
};
|
|
@@ -13314,7 +13757,7 @@ export interface operations {
|
|
|
13314
13757
|
content: {
|
|
13315
13758
|
"application/json": {
|
|
13316
13759
|
data?: {
|
|
13317
|
-
/** @example
|
|
13760
|
+
/** @example ca7e7d59-146f-449c-839e-237d33fe9a66 */
|
|
13318
13761
|
uid?: string;
|
|
13319
13762
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13320
13763
|
title?: string;
|
|
@@ -13324,17 +13767,17 @@ export interface operations {
|
|
|
13324
13767
|
status?: string;
|
|
13325
13768
|
/** @example emergency */
|
|
13326
13769
|
priority?: string;
|
|
13327
|
-
/** @example 2026
|
|
13770
|
+
/** @example 17 Apr 2026, 11:45 PM */
|
|
13328
13771
|
reported_at?: string;
|
|
13329
|
-
/** @example 2026
|
|
13772
|
+
/** @example 22 Apr 2026, 08:05 PM */
|
|
13330
13773
|
assigned_at?: string;
|
|
13331
13774
|
/** @example null */
|
|
13332
13775
|
completed_at?: string | null;
|
|
13333
|
-
/** @example 2026
|
|
13776
|
+
/** @example 26 Apr 2026, 01:27 AM */
|
|
13334
13777
|
sla_deadline?: string;
|
|
13335
|
-
/** @example 2026
|
|
13778
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13336
13779
|
created_at?: string;
|
|
13337
|
-
/** @example 2026
|
|
13780
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
13338
13781
|
updated_at?: string;
|
|
13339
13782
|
};
|
|
13340
13783
|
};
|
|
@@ -13730,19 +14173,19 @@ export interface operations {
|
|
|
13730
14173
|
content: {
|
|
13731
14174
|
"application/json": {
|
|
13732
14175
|
data?: {
|
|
13733
|
-
/** @example
|
|
14176
|
+
/** @example 141 */
|
|
13734
14177
|
id?: number;
|
|
13735
14178
|
/** @example 2 */
|
|
13736
14179
|
listing_id?: number;
|
|
13737
14180
|
/** @example completed */
|
|
13738
14181
|
status?: string;
|
|
13739
14182
|
scheduled?: {
|
|
13740
|
-
/** @example
|
|
14183
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
13741
14184
|
start?: string;
|
|
13742
|
-
/** @example
|
|
14185
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
13743
14186
|
end?: string;
|
|
13744
14187
|
};
|
|
13745
|
-
/** @example 2026-04-
|
|
14188
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
13746
14189
|
created_at?: string;
|
|
13747
14190
|
};
|
|
13748
14191
|
};
|
|
@@ -13769,19 +14212,19 @@ export interface operations {
|
|
|
13769
14212
|
content: {
|
|
13770
14213
|
"application/json": {
|
|
13771
14214
|
data?: {
|
|
13772
|
-
/** @example
|
|
14215
|
+
/** @example 142 */
|
|
13773
14216
|
id?: number;
|
|
13774
14217
|
/** @example 2 */
|
|
13775
14218
|
listing_id?: number;
|
|
13776
14219
|
/** @example completed */
|
|
13777
14220
|
status?: string;
|
|
13778
14221
|
scheduled?: {
|
|
13779
|
-
/** @example 1981-11-
|
|
14222
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
13780
14223
|
start?: string;
|
|
13781
|
-
/** @example 1979-12-
|
|
14224
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
13782
14225
|
end?: string;
|
|
13783
14226
|
};
|
|
13784
|
-
/** @example 2026-04-
|
|
14227
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
13785
14228
|
created_at?: string;
|
|
13786
14229
|
};
|
|
13787
14230
|
};
|
|
@@ -13807,41 +14250,41 @@ export interface operations {
|
|
|
13807
14250
|
/**
|
|
13808
14251
|
* @example [
|
|
13809
14252
|
* {
|
|
13810
|
-
* "id":
|
|
14253
|
+
* "id": 143,
|
|
13811
14254
|
* "listing_id": 2,
|
|
13812
14255
|
* "status": "completed",
|
|
13813
14256
|
* "scheduled": {
|
|
13814
|
-
* "start": "1981-11-
|
|
13815
|
-
* "end": "1979-12-
|
|
14257
|
+
* "start": "1981-11-16T00:00:00.000000Z",
|
|
14258
|
+
* "end": "1979-12-13T00:00:00.000000Z"
|
|
13816
14259
|
* },
|
|
13817
|
-
* "created_at": "2026-04-
|
|
14260
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
13818
14261
|
* },
|
|
13819
14262
|
* {
|
|
13820
|
-
* "id":
|
|
14263
|
+
* "id": 144,
|
|
13821
14264
|
* "listing_id": 2,
|
|
13822
14265
|
* "status": "completed",
|
|
13823
14266
|
* "scheduled": {
|
|
13824
|
-
* "start": "2006-09-
|
|
14267
|
+
* "start": "2006-09-16T00:00:00.000000Z",
|
|
13825
14268
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13826
14269
|
* },
|
|
13827
|
-
* "created_at": "2026-04-
|
|
14270
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
13828
14271
|
* }
|
|
13829
14272
|
* ]
|
|
13830
14273
|
*/
|
|
13831
14274
|
data?: {
|
|
13832
|
-
/** @example
|
|
14275
|
+
/** @example 143 */
|
|
13833
14276
|
id?: number;
|
|
13834
14277
|
/** @example 2 */
|
|
13835
14278
|
listing_id?: number;
|
|
13836
14279
|
/** @example completed */
|
|
13837
14280
|
status?: string;
|
|
13838
14281
|
scheduled?: {
|
|
13839
|
-
/** @example 1981-11-
|
|
14282
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
13840
14283
|
start?: string;
|
|
13841
|
-
/** @example 1979-12-
|
|
14284
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
13842
14285
|
end?: string;
|
|
13843
14286
|
};
|
|
13844
|
-
/** @example 2026-04-
|
|
14287
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
13845
14288
|
created_at?: string;
|
|
13846
14289
|
}[];
|
|
13847
14290
|
links?: {
|
|
@@ -13941,19 +14384,19 @@ export interface operations {
|
|
|
13941
14384
|
content: {
|
|
13942
14385
|
"application/json": {
|
|
13943
14386
|
data?: {
|
|
13944
|
-
/** @example
|
|
14387
|
+
/** @example 145 */
|
|
13945
14388
|
id?: number;
|
|
13946
14389
|
/** @example 2 */
|
|
13947
14390
|
listing_id?: number;
|
|
13948
14391
|
/** @example completed */
|
|
13949
14392
|
status?: string;
|
|
13950
14393
|
scheduled?: {
|
|
13951
|
-
/** @example 1981-11-
|
|
14394
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
13952
14395
|
start?: string;
|
|
13953
|
-
/** @example 1979-12-
|
|
14396
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
13954
14397
|
end?: string;
|
|
13955
14398
|
};
|
|
13956
|
-
/** @example 2026-04-
|
|
14399
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
13957
14400
|
created_at?: string;
|
|
13958
14401
|
};
|
|
13959
14402
|
};
|
|
@@ -13980,19 +14423,19 @@ export interface operations {
|
|
|
13980
14423
|
content: {
|
|
13981
14424
|
"application/json": {
|
|
13982
14425
|
data?: {
|
|
13983
|
-
/** @example
|
|
14426
|
+
/** @example 146 */
|
|
13984
14427
|
id?: number;
|
|
13985
14428
|
/** @example 2 */
|
|
13986
14429
|
listing_id?: number;
|
|
13987
14430
|
/** @example completed */
|
|
13988
14431
|
status?: string;
|
|
13989
14432
|
scheduled?: {
|
|
13990
|
-
/** @example 1981-11-
|
|
14433
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
13991
14434
|
start?: string;
|
|
13992
|
-
/** @example 1979-12-
|
|
14435
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
13993
14436
|
end?: string;
|
|
13994
14437
|
};
|
|
13995
|
-
/** @example 2026-04-
|
|
14438
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
13996
14439
|
created_at?: string;
|
|
13997
14440
|
};
|
|
13998
14441
|
};
|
|
@@ -14019,19 +14462,19 @@ export interface operations {
|
|
|
14019
14462
|
content: {
|
|
14020
14463
|
"application/json": {
|
|
14021
14464
|
data?: {
|
|
14022
|
-
/** @example
|
|
14465
|
+
/** @example 147 */
|
|
14023
14466
|
id?: number;
|
|
14024
14467
|
/** @example 2 */
|
|
14025
14468
|
listing_id?: number;
|
|
14026
14469
|
/** @example completed */
|
|
14027
14470
|
status?: string;
|
|
14028
14471
|
scheduled?: {
|
|
14029
|
-
/** @example 1981-11-
|
|
14472
|
+
/** @example 1981-11-16T00:00:00.000000Z */
|
|
14030
14473
|
start?: string;
|
|
14031
|
-
/** @example 1979-12-
|
|
14474
|
+
/** @example 1979-12-13T00:00:00.000000Z */
|
|
14032
14475
|
end?: string;
|
|
14033
14476
|
};
|
|
14034
|
-
/** @example 2026-04-
|
|
14477
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
14035
14478
|
created_at?: string;
|
|
14036
14479
|
};
|
|
14037
14480
|
};
|
|
@@ -14990,7 +15433,15 @@ export interface operations {
|
|
|
14990
15433
|
* "id": 12,
|
|
14991
15434
|
* "name": "Inspector Jane Doe"
|
|
14992
15435
|
* },
|
|
14993
|
-
* "media": [
|
|
15436
|
+
* "media": [
|
|
15437
|
+
* {
|
|
15438
|
+
* "uid": "ism_34fda1",
|
|
15439
|
+
* "file_type": "image/jpeg",
|
|
15440
|
+
* "caption": "Kitchen leak evidence",
|
|
15441
|
+
* "path": "insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
15442
|
+
* "url": "http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg"
|
|
15443
|
+
* }
|
|
15444
|
+
* ],
|
|
14994
15445
|
* "created_at": "2026-04-01T09:00:00Z",
|
|
14995
15446
|
* "updated_at": "2026-04-01T09:00:00Z"
|
|
14996
15447
|
* }
|
|
@@ -15019,8 +15470,29 @@ export interface operations {
|
|
|
15019
15470
|
/** @example Inspector Jane Doe */
|
|
15020
15471
|
name?: string;
|
|
15021
15472
|
};
|
|
15022
|
-
/**
|
|
15023
|
-
|
|
15473
|
+
/**
|
|
15474
|
+
* @example [
|
|
15475
|
+
* {
|
|
15476
|
+
* "uid": "ism_34fda1",
|
|
15477
|
+
* "file_type": "image/jpeg",
|
|
15478
|
+
* "caption": "Kitchen leak evidence",
|
|
15479
|
+
* "path": "insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
15480
|
+
* "url": "http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg"
|
|
15481
|
+
* }
|
|
15482
|
+
* ]
|
|
15483
|
+
*/
|
|
15484
|
+
media?: {
|
|
15485
|
+
/** @example ism_34fda1 */
|
|
15486
|
+
uid?: string;
|
|
15487
|
+
/** @example image/jpeg */
|
|
15488
|
+
file_type?: string;
|
|
15489
|
+
/** @example Kitchen leak evidence */
|
|
15490
|
+
caption?: string;
|
|
15491
|
+
/** @example insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
15492
|
+
path?: string;
|
|
15493
|
+
/** @example http://app.justinshome-backendcore.test/inspection-media/insp_34fda1/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
15494
|
+
url?: string;
|
|
15495
|
+
}[];
|
|
15024
15496
|
/** @example 2026-04-01T09:00:00Z */
|
|
15025
15497
|
created_at?: string;
|
|
15026
15498
|
/** @example 2026-04-01T09:00:00Z */
|
|
@@ -15102,7 +15574,7 @@ export interface operations {
|
|
|
15102
15574
|
content: {
|
|
15103
15575
|
"application/json": {
|
|
15104
15576
|
data?: {
|
|
15105
|
-
/** @example
|
|
15577
|
+
/** @example 4d9fc994-4f6b-4390-801b-e3a15976b638 */
|
|
15106
15578
|
uid?: string;
|
|
15107
15579
|
/** @example Ms. Audra Crooks II */
|
|
15108
15580
|
username?: string;
|
|
@@ -15132,9 +15604,9 @@ export interface operations {
|
|
|
15132
15604
|
timezone?: string;
|
|
15133
15605
|
/** @example Customer */
|
|
15134
15606
|
user_type?: string;
|
|
15135
|
-
/** @example
|
|
15607
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
15136
15608
|
created?: string;
|
|
15137
|
-
/** @example
|
|
15609
|
+
/** @example 0 seconds ago */
|
|
15138
15610
|
email_verified_at?: string;
|
|
15139
15611
|
verification_status?: {
|
|
15140
15612
|
/** @example not_verified */
|
|
@@ -15601,7 +16073,7 @@ export interface operations {
|
|
|
15601
16073
|
content: {
|
|
15602
16074
|
"application/json": {
|
|
15603
16075
|
data?: {
|
|
15604
|
-
/** @example
|
|
16076
|
+
/** @example c0807862-82c4-4dec-84a6-cf9856209218 */
|
|
15605
16077
|
uid?: string;
|
|
15606
16078
|
/** @example Ms. Audra Crooks II */
|
|
15607
16079
|
username?: string;
|
|
@@ -15631,7 +16103,7 @@ export interface operations {
|
|
|
15631
16103
|
timezone?: string;
|
|
15632
16104
|
/** @example Customer */
|
|
15633
16105
|
user_type?: string;
|
|
15634
|
-
/** @example
|
|
16106
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
15635
16107
|
created?: string;
|
|
15636
16108
|
/** @example 0 seconds ago */
|
|
15637
16109
|
email_verified_at?: string;
|
|
@@ -15752,11 +16224,11 @@ export interface operations {
|
|
|
15752
16224
|
content: {
|
|
15753
16225
|
"application/json": {
|
|
15754
16226
|
data?: {
|
|
15755
|
-
/** @example New For Rent Property draft •
|
|
16227
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
15756
16228
|
draft_name?: string;
|
|
15757
|
-
/** @example LST-PRP-LTR-
|
|
16229
|
+
/** @example LST-PRP-LTR-MOCW3LC8SEG */
|
|
15758
16230
|
sku?: string;
|
|
15759
|
-
/** @example
|
|
16231
|
+
/** @example 3c99f326-a8c3-4129-b449-267d50af6bb1 */
|
|
15760
16232
|
uid?: string;
|
|
15761
16233
|
/** @example Rent */
|
|
15762
16234
|
listing_type?: string;
|
|
@@ -15880,9 +16352,9 @@ export interface operations {
|
|
|
15880
16352
|
/**
|
|
15881
16353
|
* @example [
|
|
15882
16354
|
* {
|
|
15883
|
-
* "draft_name": "New For Rent Property draft •
|
|
15884
|
-
* "sku": "LST-PRP-LTR-
|
|
15885
|
-
* "uid": "
|
|
16355
|
+
* "draft_name": "New For Rent Property draft • 24 Apr 2026, 12:31 PM",
|
|
16356
|
+
* "sku": "LST-PRP-LTR-MOCW3LCSFLH",
|
|
16357
|
+
* "uid": "5f6b2237-6442-4120-8331-b5b970f19722",
|
|
15886
16358
|
* "listing_type": "Rent",
|
|
15887
16359
|
* "vertical": "Property",
|
|
15888
16360
|
* "arrangement_type": "let_to_let",
|
|
@@ -15899,9 +16371,9 @@ export interface operations {
|
|
|
15899
16371
|
* "media": []
|
|
15900
16372
|
* },
|
|
15901
16373
|
* {
|
|
15902
|
-
* "draft_name": "New Short Let Property draft •
|
|
15903
|
-
* "sku": "LST-PRP-SHL-
|
|
15904
|
-
* "uid": "
|
|
16374
|
+
* "draft_name": "New Short Let Property draft • 24 Apr 2026, 12:31 PM",
|
|
16375
|
+
* "sku": "LST-PRP-SHL-MOCW3LCUEWY",
|
|
16376
|
+
* "uid": "eeb80249-a298-4cb4-a019-ea815fe4eda6",
|
|
15905
16377
|
* "listing_type": "Short Let",
|
|
15906
16378
|
* "vertical": "Property",
|
|
15907
16379
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15920,11 +16392,11 @@ export interface operations {
|
|
|
15920
16392
|
* ]
|
|
15921
16393
|
*/
|
|
15922
16394
|
data?: {
|
|
15923
|
-
/** @example New For Rent Property draft •
|
|
16395
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
15924
16396
|
draft_name?: string;
|
|
15925
|
-
/** @example LST-PRP-LTR-
|
|
16397
|
+
/** @example LST-PRP-LTR-MOCW3LCSFLH */
|
|
15926
16398
|
sku?: string;
|
|
15927
|
-
/** @example
|
|
16399
|
+
/** @example 5f6b2237-6442-4120-8331-b5b970f19722 */
|
|
15928
16400
|
uid?: string;
|
|
15929
16401
|
/** @example Rent */
|
|
15930
16402
|
listing_type?: string;
|
|
@@ -16034,9 +16506,9 @@ export interface operations {
|
|
|
16034
16506
|
/**
|
|
16035
16507
|
* @example [
|
|
16036
16508
|
* {
|
|
16037
|
-
* "draft_name": "New For Rent Property draft •
|
|
16038
|
-
* "sku": "LST-PRP-LTR-
|
|
16039
|
-
* "uid": "
|
|
16509
|
+
* "draft_name": "New For Rent Property draft • 24 Apr 2026, 12:31 PM",
|
|
16510
|
+
* "sku": "LST-PRP-LTR-MOCW3LDNCPV",
|
|
16511
|
+
* "uid": "fe065d04-8046-4495-929e-d9f9aa0d8758",
|
|
16040
16512
|
* "listing_type": "Rent",
|
|
16041
16513
|
* "vertical": "Property",
|
|
16042
16514
|
* "arrangement_type": "let_to_let",
|
|
@@ -16053,9 +16525,9 @@ export interface operations {
|
|
|
16053
16525
|
* "media": []
|
|
16054
16526
|
* },
|
|
16055
16527
|
* {
|
|
16056
|
-
* "draft_name": "New Short Let Property draft •
|
|
16057
|
-
* "sku": "LST-PRP-SHL-
|
|
16058
|
-
* "uid": "
|
|
16528
|
+
* "draft_name": "New Short Let Property draft • 24 Apr 2026, 12:31 PM",
|
|
16529
|
+
* "sku": "LST-PRP-SHL-MOCW3LE5PKW",
|
|
16530
|
+
* "uid": "f6228d14-c2e5-4328-b99a-be34958c23ac",
|
|
16059
16531
|
* "listing_type": "Short Let",
|
|
16060
16532
|
* "vertical": "Property",
|
|
16061
16533
|
* "arrangement_type": "short_term_managed",
|
|
@@ -16074,11 +16546,11 @@ export interface operations {
|
|
|
16074
16546
|
* ]
|
|
16075
16547
|
*/
|
|
16076
16548
|
data?: {
|
|
16077
|
-
/** @example New For Rent Property draft •
|
|
16549
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
16078
16550
|
draft_name?: string;
|
|
16079
|
-
/** @example LST-PRP-LTR-
|
|
16551
|
+
/** @example LST-PRP-LTR-MOCW3LDNCPV */
|
|
16080
16552
|
sku?: string;
|
|
16081
|
-
/** @example
|
|
16553
|
+
/** @example fe065d04-8046-4495-929e-d9f9aa0d8758 */
|
|
16082
16554
|
uid?: string;
|
|
16083
16555
|
/** @example Rent */
|
|
16084
16556
|
listing_type?: string;
|
|
@@ -17142,7 +17614,7 @@ export interface operations {
|
|
|
17142
17614
|
content: {
|
|
17143
17615
|
"application/json": {
|
|
17144
17616
|
data?: {
|
|
17145
|
-
/** @example
|
|
17617
|
+
/** @example a7c13241-74d4-474b-ac3c-24eb1f71af10 */
|
|
17146
17618
|
uid?: string;
|
|
17147
17619
|
/** @example photo */
|
|
17148
17620
|
media_type?: string;
|
|
@@ -17291,11 +17763,11 @@ export interface operations {
|
|
|
17291
17763
|
content: {
|
|
17292
17764
|
"application/json": {
|
|
17293
17765
|
data?: {
|
|
17294
|
-
/** @example New For Rent Property draft •
|
|
17766
|
+
/** @example New For Rent Property draft • 24 Apr 2026, 12:31 PM */
|
|
17295
17767
|
draft_name?: string;
|
|
17296
|
-
/** @example LST-PRP-LTR-
|
|
17768
|
+
/** @example LST-PRP-LTR-MOCW3LH7HG2 */
|
|
17297
17769
|
sku?: string;
|
|
17298
|
-
/** @example
|
|
17770
|
+
/** @example e7dd82d5-4a34-4910-a8cd-b6e6119b9fce */
|
|
17299
17771
|
uid?: string;
|
|
17300
17772
|
/** @example Rent */
|
|
17301
17773
|
listing_type?: string;
|
|
@@ -17455,7 +17927,7 @@ export interface operations {
|
|
|
17455
17927
|
content: {
|
|
17456
17928
|
"application/json": {
|
|
17457
17929
|
data?: {
|
|
17458
|
-
/** @example
|
|
17930
|
+
/** @example c47cfa72-95b9-4000-a104-2049e34e7764 */
|
|
17459
17931
|
uid?: string;
|
|
17460
17932
|
/** @example null */
|
|
17461
17933
|
compliances?: string | null;
|
|
@@ -17506,7 +17978,7 @@ export interface operations {
|
|
|
17506
17978
|
content: {
|
|
17507
17979
|
"application/json": {
|
|
17508
17980
|
data?: {
|
|
17509
|
-
/** @example
|
|
17981
|
+
/** @example 104 */
|
|
17510
17982
|
id?: number;
|
|
17511
17983
|
compliance?: {
|
|
17512
17984
|
/** @example 1 */
|
|
@@ -17528,7 +18000,7 @@ export interface operations {
|
|
|
17528
18000
|
reviewed_by?: number;
|
|
17529
18001
|
/** @example null */
|
|
17530
18002
|
reviewed_at?: string | null;
|
|
17531
|
-
/** @example 2026-04-
|
|
18003
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17532
18004
|
created_at?: string;
|
|
17533
18005
|
};
|
|
17534
18006
|
};
|
|
@@ -17583,39 +18055,39 @@ export interface operations {
|
|
|
17583
18055
|
/**
|
|
17584
18056
|
* @example [
|
|
17585
18057
|
* {
|
|
17586
|
-
* "uid": "
|
|
18058
|
+
* "uid": "96478bfb-1834-43bc-b5cd-e879a1b32b09",
|
|
17587
18059
|
* "listing_id": 1,
|
|
17588
18060
|
* "landlord_id": 2,
|
|
17589
18061
|
* "tenant_id": 2,
|
|
17590
18062
|
* "rent_amount": "4881.50",
|
|
17591
18063
|
* "deposit_amount": "2151.17",
|
|
17592
18064
|
* "state": "offer_accepted",
|
|
17593
|
-
* "start_date": "2025-10-
|
|
17594
|
-
* "end_date": "2026-10-
|
|
18065
|
+
* "start_date": "2025-10-30T00:00:00.000000Z",
|
|
18066
|
+
* "end_date": "2026-10-30T00:00:00.000000Z",
|
|
17595
18067
|
* "is_periodic": false,
|
|
17596
18068
|
* "company_name": null,
|
|
17597
18069
|
* "company_registration_number": null,
|
|
17598
|
-
* "created_at": "2026-04-
|
|
18070
|
+
* "created_at": "2026-04-24T12:31:35.000000Z"
|
|
17599
18071
|
* },
|
|
17600
18072
|
* {
|
|
17601
|
-
* "uid": "
|
|
18073
|
+
* "uid": "5ffeb71d-d5b6-4afb-8506-c95b50480aad",
|
|
17602
18074
|
* "listing_id": 1,
|
|
17603
18075
|
* "landlord_id": 2,
|
|
17604
18076
|
* "tenant_id": 2,
|
|
17605
18077
|
* "rent_amount": "3832.26",
|
|
17606
18078
|
* "deposit_amount": "1384.27",
|
|
17607
18079
|
* "state": "terminated",
|
|
17608
|
-
* "start_date": "2025-09-
|
|
17609
|
-
* "end_date": "2026-09-
|
|
18080
|
+
* "start_date": "2025-09-24T00:00:00.000000Z",
|
|
18081
|
+
* "end_date": "2026-09-24T00:00:00.000000Z",
|
|
17610
18082
|
* "is_periodic": false,
|
|
17611
18083
|
* "company_name": null,
|
|
17612
18084
|
* "company_registration_number": null,
|
|
17613
|
-
* "created_at": "2026-04-
|
|
18085
|
+
* "created_at": "2026-04-24T12:31:35.000000Z"
|
|
17614
18086
|
* }
|
|
17615
18087
|
* ]
|
|
17616
18088
|
*/
|
|
17617
18089
|
data?: {
|
|
17618
|
-
/** @example
|
|
18090
|
+
/** @example 96478bfb-1834-43bc-b5cd-e879a1b32b09 */
|
|
17619
18091
|
uid?: string;
|
|
17620
18092
|
/** @example 1 */
|
|
17621
18093
|
listing_id?: number;
|
|
@@ -17629,9 +18101,9 @@ export interface operations {
|
|
|
17629
18101
|
deposit_amount?: string;
|
|
17630
18102
|
/** @example offer_accepted */
|
|
17631
18103
|
state?: string;
|
|
17632
|
-
/** @example 2025-10-
|
|
18104
|
+
/** @example 2025-10-30T00:00:00.000000Z */
|
|
17633
18105
|
start_date?: string;
|
|
17634
|
-
/** @example 2026-10-
|
|
18106
|
+
/** @example 2026-10-30T00:00:00.000000Z */
|
|
17635
18107
|
end_date?: string;
|
|
17636
18108
|
/** @example false */
|
|
17637
18109
|
is_periodic?: boolean;
|
|
@@ -17639,7 +18111,7 @@ export interface operations {
|
|
|
17639
18111
|
company_name?: string | null;
|
|
17640
18112
|
/** @example null */
|
|
17641
18113
|
company_registration_number?: string | null;
|
|
17642
|
-
/** @example 2026-04-
|
|
18114
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17643
18115
|
created_at?: string;
|
|
17644
18116
|
}[];
|
|
17645
18117
|
links?: {
|
|
@@ -17726,39 +18198,39 @@ export interface operations {
|
|
|
17726
18198
|
/**
|
|
17727
18199
|
* @example [
|
|
17728
18200
|
* {
|
|
17729
|
-
* "uid": "
|
|
18201
|
+
* "uid": "557fa1eb-26b9-4ba9-a349-66597f82b317",
|
|
17730
18202
|
* "listing_id": 1,
|
|
17731
18203
|
* "landlord_id": 2,
|
|
17732
18204
|
* "tenant_id": 2,
|
|
17733
18205
|
* "rent_amount": "4881.50",
|
|
17734
18206
|
* "deposit_amount": "2151.17",
|
|
17735
18207
|
* "state": "offer_accepted",
|
|
17736
|
-
* "start_date": "2025-10-
|
|
17737
|
-
* "end_date": "2026-10-
|
|
18208
|
+
* "start_date": "2025-10-30T00:00:00.000000Z",
|
|
18209
|
+
* "end_date": "2026-10-30T00:00:00.000000Z",
|
|
17738
18210
|
* "is_periodic": false,
|
|
17739
18211
|
* "company_name": null,
|
|
17740
18212
|
* "company_registration_number": null,
|
|
17741
|
-
* "created_at": "2026-04-
|
|
18213
|
+
* "created_at": "2026-04-24T12:31:35.000000Z"
|
|
17742
18214
|
* },
|
|
17743
18215
|
* {
|
|
17744
|
-
* "uid": "
|
|
18216
|
+
* "uid": "cae33bdc-6740-4d8c-abe1-9a2b6c07d420",
|
|
17745
18217
|
* "listing_id": 1,
|
|
17746
18218
|
* "landlord_id": 2,
|
|
17747
18219
|
* "tenant_id": 2,
|
|
17748
18220
|
* "rent_amount": "3832.26",
|
|
17749
18221
|
* "deposit_amount": "1384.27",
|
|
17750
18222
|
* "state": "terminated",
|
|
17751
|
-
* "start_date": "2025-09-
|
|
17752
|
-
* "end_date": "2026-09-
|
|
18223
|
+
* "start_date": "2025-09-24T00:00:00.000000Z",
|
|
18224
|
+
* "end_date": "2026-09-24T00:00:00.000000Z",
|
|
17753
18225
|
* "is_periodic": false,
|
|
17754
18226
|
* "company_name": null,
|
|
17755
18227
|
* "company_registration_number": null,
|
|
17756
|
-
* "created_at": "2026-04-
|
|
18228
|
+
* "created_at": "2026-04-24T12:31:35.000000Z"
|
|
17757
18229
|
* }
|
|
17758
18230
|
* ]
|
|
17759
18231
|
*/
|
|
17760
18232
|
data?: {
|
|
17761
|
-
/** @example
|
|
18233
|
+
/** @example 557fa1eb-26b9-4ba9-a349-66597f82b317 */
|
|
17762
18234
|
uid?: string;
|
|
17763
18235
|
/** @example 1 */
|
|
17764
18236
|
listing_id?: number;
|
|
@@ -17772,9 +18244,9 @@ export interface operations {
|
|
|
17772
18244
|
deposit_amount?: string;
|
|
17773
18245
|
/** @example offer_accepted */
|
|
17774
18246
|
state?: string;
|
|
17775
|
-
/** @example 2025-10-
|
|
18247
|
+
/** @example 2025-10-30T00:00:00.000000Z */
|
|
17776
18248
|
start_date?: string;
|
|
17777
|
-
/** @example 2026-10-
|
|
18249
|
+
/** @example 2026-10-30T00:00:00.000000Z */
|
|
17778
18250
|
end_date?: string;
|
|
17779
18251
|
/** @example false */
|
|
17780
18252
|
is_periodic?: boolean;
|
|
@@ -17782,7 +18254,7 @@ export interface operations {
|
|
|
17782
18254
|
company_name?: string | null;
|
|
17783
18255
|
/** @example null */
|
|
17784
18256
|
company_registration_number?: string | null;
|
|
17785
|
-
/** @example 2026-04-
|
|
18257
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17786
18258
|
created_at?: string;
|
|
17787
18259
|
}[];
|
|
17788
18260
|
links?: {
|
|
@@ -17889,7 +18361,7 @@ export interface operations {
|
|
|
17889
18361
|
content: {
|
|
17890
18362
|
"application/json": {
|
|
17891
18363
|
data?: {
|
|
17892
|
-
/** @example
|
|
18364
|
+
/** @example 127 */
|
|
17893
18365
|
id?: number;
|
|
17894
18366
|
compliance?: {
|
|
17895
18367
|
/** @example 1 */
|
|
@@ -17909,9 +18381,9 @@ export interface operations {
|
|
|
17909
18381
|
rejection_reason?: string | null;
|
|
17910
18382
|
/** @example 1 */
|
|
17911
18383
|
reviewed_by?: number;
|
|
17912
|
-
/** @example 2026-04-
|
|
18384
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17913
18385
|
reviewed_at?: string;
|
|
17914
|
-
/** @example 2026-04-
|
|
18386
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17915
18387
|
created_at?: string;
|
|
17916
18388
|
};
|
|
17917
18389
|
};
|
|
@@ -17938,7 +18410,7 @@ export interface operations {
|
|
|
17938
18410
|
content: {
|
|
17939
18411
|
"application/json": {
|
|
17940
18412
|
data?: {
|
|
17941
|
-
/** @example
|
|
18413
|
+
/** @example 128 */
|
|
17942
18414
|
id?: number;
|
|
17943
18415
|
compliance?: {
|
|
17944
18416
|
/** @example 1 */
|
|
@@ -17958,9 +18430,9 @@ export interface operations {
|
|
|
17958
18430
|
rejection_reason?: string | null;
|
|
17959
18431
|
/** @example 1 */
|
|
17960
18432
|
reviewed_by?: number;
|
|
17961
|
-
/** @example 2026-04-
|
|
18433
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17962
18434
|
reviewed_at?: string;
|
|
17963
|
-
/** @example 2026-04-
|
|
18435
|
+
/** @example 2026-04-24T12:31:35.000000Z */
|
|
17964
18436
|
created_at?: string;
|
|
17965
18437
|
};
|
|
17966
18438
|
};
|
|
@@ -18413,7 +18885,7 @@ export interface operations {
|
|
|
18413
18885
|
sku?: string;
|
|
18414
18886
|
/** @example 09 Apr 2026, 11:14 AM */
|
|
18415
18887
|
published_at?: string;
|
|
18416
|
-
/** @example
|
|
18888
|
+
/** @example 2 weeks ago */
|
|
18417
18889
|
published_since?: string;
|
|
18418
18890
|
details?: {
|
|
18419
18891
|
/** @example New Benin */
|
|
@@ -18814,6 +19286,54 @@ export interface operations {
|
|
|
18814
19286
|
};
|
|
18815
19287
|
};
|
|
18816
19288
|
};
|
|
19289
|
+
addMaintenanceUpdateAdmin: {
|
|
19290
|
+
parameters: {
|
|
19291
|
+
query?: never;
|
|
19292
|
+
header?: never;
|
|
19293
|
+
path: {
|
|
19294
|
+
uid: string;
|
|
19295
|
+
/** @description The UID of the maintenance request. */
|
|
19296
|
+
maintenance_uid: string;
|
|
19297
|
+
};
|
|
19298
|
+
cookie?: never;
|
|
19299
|
+
};
|
|
19300
|
+
requestBody: {
|
|
19301
|
+
content: {
|
|
19302
|
+
"application/json": {
|
|
19303
|
+
/**
|
|
19304
|
+
* @description Update note for the maintenance request. Must not be greater than 2000 characters.
|
|
19305
|
+
* @example b
|
|
19306
|
+
*/
|
|
19307
|
+
note: string;
|
|
19308
|
+
};
|
|
19309
|
+
};
|
|
19310
|
+
};
|
|
19311
|
+
responses: {
|
|
19312
|
+
200: {
|
|
19313
|
+
headers: {
|
|
19314
|
+
[name: string]: unknown;
|
|
19315
|
+
};
|
|
19316
|
+
content: {
|
|
19317
|
+
"application/json": {
|
|
19318
|
+
data?: {
|
|
19319
|
+
/** @example 0dd08e9c-2b6f-4c31-acea-399984c1f537 */
|
|
19320
|
+
uid?: string;
|
|
19321
|
+
/** @example Accusantium aut suscipit ea suscipit illo ea doloribus neque. */
|
|
19322
|
+
note?: string;
|
|
19323
|
+
user?: {
|
|
19324
|
+
/** @example 20 */
|
|
19325
|
+
id?: number;
|
|
19326
|
+
/** @example Suzanne Morgan */
|
|
19327
|
+
name?: string;
|
|
19328
|
+
};
|
|
19329
|
+
/** @example 2026-04-18 03:00:21 */
|
|
19330
|
+
created_at?: string;
|
|
19331
|
+
};
|
|
19332
|
+
};
|
|
19333
|
+
};
|
|
19334
|
+
};
|
|
19335
|
+
};
|
|
19336
|
+
};
|
|
18817
19337
|
listingHistoryMaintenance: {
|
|
18818
19338
|
parameters: {
|
|
18819
19339
|
query?: {
|
|
@@ -18864,8 +19384,26 @@ export interface operations {
|
|
|
18864
19384
|
* "name": "Jane Doe"
|
|
18865
19385
|
* },
|
|
18866
19386
|
* "technician": null,
|
|
18867
|
-
* "updates": [
|
|
18868
|
-
*
|
|
19387
|
+
* "updates": [
|
|
19388
|
+
* {
|
|
19389
|
+
* "id": 1,
|
|
19390
|
+
* "note": "Inspection visit scheduled.",
|
|
19391
|
+
* "created_at": "2026-04-01T09:30:00Z",
|
|
19392
|
+
* "updated_at": "2026-04-01T09:30:00Z"
|
|
19393
|
+
* }
|
|
19394
|
+
* ],
|
|
19395
|
+
* "attachments": [
|
|
19396
|
+
* {
|
|
19397
|
+
* "uid": "mnt_34fda1",
|
|
19398
|
+
* "file_type": "image/jpeg",
|
|
19399
|
+
* "url": "http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
19400
|
+
* "uploaded_by": {
|
|
19401
|
+
* "id": 12,
|
|
19402
|
+
* "name": "Inspector Jane Doe"
|
|
19403
|
+
* },
|
|
19404
|
+
* "created_at": "2026-04-01T09:15:00Z"
|
|
19405
|
+
* }
|
|
19406
|
+
* ],
|
|
18869
19407
|
* "created_at": "2026-04-01T10:00:00Z",
|
|
18870
19408
|
* "updated_at": "2026-04-01T10:00:00Z"
|
|
18871
19409
|
* }
|
|
@@ -18904,10 +19442,56 @@ export interface operations {
|
|
|
18904
19442
|
};
|
|
18905
19443
|
/** @example null */
|
|
18906
19444
|
technician?: string | null;
|
|
18907
|
-
/**
|
|
18908
|
-
|
|
18909
|
-
|
|
18910
|
-
|
|
19445
|
+
/**
|
|
19446
|
+
* @example [
|
|
19447
|
+
* {
|
|
19448
|
+
* "id": 1,
|
|
19449
|
+
* "note": "Inspection visit scheduled.",
|
|
19450
|
+
* "created_at": "2026-04-01T09:30:00Z",
|
|
19451
|
+
* "updated_at": "2026-04-01T09:30:00Z"
|
|
19452
|
+
* }
|
|
19453
|
+
* ]
|
|
19454
|
+
*/
|
|
19455
|
+
updates?: {
|
|
19456
|
+
/** @example 1 */
|
|
19457
|
+
id?: number;
|
|
19458
|
+
/** @example Inspection visit scheduled. */
|
|
19459
|
+
note?: string;
|
|
19460
|
+
/** @example 2026-04-01T09:30:00Z */
|
|
19461
|
+
created_at?: string;
|
|
19462
|
+
/** @example 2026-04-01T09:30:00Z */
|
|
19463
|
+
updated_at?: string;
|
|
19464
|
+
}[];
|
|
19465
|
+
/**
|
|
19466
|
+
* @example [
|
|
19467
|
+
* {
|
|
19468
|
+
* "uid": "mnt_34fda1",
|
|
19469
|
+
* "file_type": "image/jpeg",
|
|
19470
|
+
* "url": "http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg",
|
|
19471
|
+
* "uploaded_by": {
|
|
19472
|
+
* "id": 12,
|
|
19473
|
+
* "name": "Inspector Jane Doe"
|
|
19474
|
+
* },
|
|
19475
|
+
* "created_at": "2026-04-01T09:15:00Z"
|
|
19476
|
+
* }
|
|
19477
|
+
* ]
|
|
19478
|
+
*/
|
|
19479
|
+
attachments?: {
|
|
19480
|
+
/** @example mnt_34fda1 */
|
|
19481
|
+
uid?: string;
|
|
19482
|
+
/** @example image/jpeg */
|
|
19483
|
+
file_type?: string;
|
|
19484
|
+
/** @example http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
19485
|
+
url?: string;
|
|
19486
|
+
uploaded_by?: {
|
|
19487
|
+
/** @example 12 */
|
|
19488
|
+
id?: number;
|
|
19489
|
+
/** @example Inspector Jane Doe */
|
|
19490
|
+
name?: string;
|
|
19491
|
+
};
|
|
19492
|
+
/** @example 2026-04-01T09:15:00Z */
|
|
19493
|
+
created_at?: string;
|
|
19494
|
+
}[];
|
|
18911
19495
|
/** @example 2026-04-01T10:00:00Z */
|
|
18912
19496
|
created_at?: string;
|
|
18913
19497
|
/** @example 2026-04-01T10:00:00Z */
|
|
@@ -18982,35 +19566,35 @@ export interface operations {
|
|
|
18982
19566
|
/**
|
|
18983
19567
|
* @example [
|
|
18984
19568
|
* {
|
|
18985
|
-
* "uid": "
|
|
19569
|
+
* "uid": "6aa6e5e4-7ca5-464a-85fc-9ca2f8aec9af",
|
|
18986
19570
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18987
19571
|
* "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.",
|
|
18988
19572
|
* "status": "reported",
|
|
18989
19573
|
* "priority": "emergency",
|
|
18990
|
-
* "reported_at": "2026
|
|
18991
|
-
* "assigned_at": "2026
|
|
19574
|
+
* "reported_at": "17 Apr 2026, 11:45 PM",
|
|
19575
|
+
* "assigned_at": "22 Apr 2026, 08:05 PM",
|
|
18992
19576
|
* "completed_at": null,
|
|
18993
|
-
* "sla_deadline": "2026
|
|
18994
|
-
* "created_at": "2026
|
|
18995
|
-
* "updated_at": "2026
|
|
19577
|
+
* "sla_deadline": "26 Apr 2026, 01:27 AM",
|
|
19578
|
+
* "created_at": "24 Apr 2026, 12:31 PM",
|
|
19579
|
+
* "updated_at": "24 Apr 2026, 12:31 PM"
|
|
18996
19580
|
* },
|
|
18997
19581
|
* {
|
|
18998
|
-
* "uid": "
|
|
19582
|
+
* "uid": "aaf3b7e2-ec9b-41b8-8a44-85ab0c1b8b09",
|
|
18999
19583
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
19000
19584
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
19001
19585
|
* "status": "completed",
|
|
19002
19586
|
* "priority": "normal",
|
|
19003
|
-
* "reported_at": "2026
|
|
19587
|
+
* "reported_at": "20 Apr 2026, 12:23 PM",
|
|
19004
19588
|
* "assigned_at": null,
|
|
19005
19589
|
* "completed_at": null,
|
|
19006
|
-
* "sla_deadline": "2026
|
|
19007
|
-
* "created_at": "2026
|
|
19008
|
-
* "updated_at": "2026
|
|
19590
|
+
* "sla_deadline": "27 Apr 2026, 09:27 AM",
|
|
19591
|
+
* "created_at": "24 Apr 2026, 12:31 PM",
|
|
19592
|
+
* "updated_at": "24 Apr 2026, 12:31 PM"
|
|
19009
19593
|
* }
|
|
19010
19594
|
* ]
|
|
19011
19595
|
*/
|
|
19012
19596
|
data?: {
|
|
19013
|
-
/** @example
|
|
19597
|
+
/** @example 6aa6e5e4-7ca5-464a-85fc-9ca2f8aec9af */
|
|
19014
19598
|
uid?: string;
|
|
19015
19599
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
19016
19600
|
title?: string;
|
|
@@ -19020,17 +19604,17 @@ export interface operations {
|
|
|
19020
19604
|
status?: string;
|
|
19021
19605
|
/** @example emergency */
|
|
19022
19606
|
priority?: string;
|
|
19023
|
-
/** @example 2026
|
|
19607
|
+
/** @example 17 Apr 2026, 11:45 PM */
|
|
19024
19608
|
reported_at?: string;
|
|
19025
|
-
/** @example 2026
|
|
19609
|
+
/** @example 22 Apr 2026, 08:05 PM */
|
|
19026
19610
|
assigned_at?: string;
|
|
19027
19611
|
/** @example null */
|
|
19028
19612
|
completed_at?: string | null;
|
|
19029
|
-
/** @example 2026
|
|
19613
|
+
/** @example 26 Apr 2026, 01:27 AM */
|
|
19030
19614
|
sla_deadline?: string;
|
|
19031
|
-
/** @example 2026
|
|
19615
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
19032
19616
|
created_at?: string;
|
|
19033
|
-
/** @example 2026
|
|
19617
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
19034
19618
|
updated_at?: string;
|
|
19035
19619
|
}[];
|
|
19036
19620
|
links?: {
|
|
@@ -19124,14 +19708,35 @@ export interface operations {
|
|
|
19124
19708
|
};
|
|
19125
19709
|
content: {
|
|
19126
19710
|
"application/json": {
|
|
19711
|
+
/** @example Attachment added */
|
|
19712
|
+
message?: string;
|
|
19713
|
+
/** @example null */
|
|
19714
|
+
event?: string | null;
|
|
19127
19715
|
data?: {
|
|
19128
|
-
/** @example
|
|
19716
|
+
/** @example mnt_34fda1 */
|
|
19717
|
+
uid?: string;
|
|
19718
|
+
/** @example image/jpeg */
|
|
19719
|
+
file_type?: string;
|
|
19720
|
+
/** @example http://app.justinshome-backendcore.test/maintenance-attachments/maint_83fd12/2a7f4c3f-5f6b-4b4e-bb7a-7f6d0a9d3a11.jpg */
|
|
19721
|
+
url?: string;
|
|
19722
|
+
uploaded_by?: {
|
|
19723
|
+
/** @example 12 */
|
|
19724
|
+
id?: number;
|
|
19725
|
+
/** @example Inspector Jane Doe */
|
|
19726
|
+
name?: string;
|
|
19727
|
+
};
|
|
19728
|
+
/** @example 2026-04-01T09:15:00Z */
|
|
19729
|
+
created_at?: string;
|
|
19730
|
+
};
|
|
19731
|
+
} | {
|
|
19732
|
+
data?: {
|
|
19733
|
+
/** @example 0400d8fa-10f4-4322-9935-83c946afb044 */
|
|
19129
19734
|
uid?: string;
|
|
19130
19735
|
/** @example image */
|
|
19131
19736
|
file_type?: string;
|
|
19132
|
-
/** @example /
|
|
19737
|
+
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
19133
19738
|
url?: string;
|
|
19134
|
-
/** @example 2026-04-
|
|
19739
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
19135
19740
|
created_at?: string;
|
|
19136
19741
|
};
|
|
19137
19742
|
};
|
|
@@ -19176,7 +19781,7 @@ export interface operations {
|
|
|
19176
19781
|
content: {
|
|
19177
19782
|
"application/json": {
|
|
19178
19783
|
data?: {
|
|
19179
|
-
/** @example
|
|
19784
|
+
/** @example 61 */
|
|
19180
19785
|
id?: number;
|
|
19181
19786
|
/** @example property_inquiry */
|
|
19182
19787
|
type?: string;
|
|
@@ -19184,7 +19789,7 @@ export interface operations {
|
|
|
19184
19789
|
listing_id?: number;
|
|
19185
19790
|
/** @example null */
|
|
19186
19791
|
last_message_at?: string | null;
|
|
19187
|
-
/** @example 2026-04-
|
|
19792
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
19188
19793
|
created_at?: string;
|
|
19189
19794
|
};
|
|
19190
19795
|
};
|
|
@@ -19210,23 +19815,23 @@ export interface operations {
|
|
|
19210
19815
|
/**
|
|
19211
19816
|
* @example [
|
|
19212
19817
|
* {
|
|
19213
|
-
* "id":
|
|
19818
|
+
* "id": 62,
|
|
19214
19819
|
* "type": "property_inquiry",
|
|
19215
19820
|
* "listing_id": 2,
|
|
19216
19821
|
* "last_message_at": null,
|
|
19217
|
-
* "created_at": "2026-04-
|
|
19822
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
19218
19823
|
* },
|
|
19219
19824
|
* {
|
|
19220
|
-
* "id":
|
|
19825
|
+
* "id": 63,
|
|
19221
19826
|
* "type": "property_inquiry",
|
|
19222
19827
|
* "listing_id": 2,
|
|
19223
19828
|
* "last_message_at": null,
|
|
19224
|
-
* "created_at": "2026-04-
|
|
19829
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
19225
19830
|
* }
|
|
19226
19831
|
* ]
|
|
19227
19832
|
*/
|
|
19228
19833
|
data?: {
|
|
19229
|
-
/** @example
|
|
19834
|
+
/** @example 62 */
|
|
19230
19835
|
id?: number;
|
|
19231
19836
|
/** @example property_inquiry */
|
|
19232
19837
|
type?: string;
|
|
@@ -19234,7 +19839,7 @@ export interface operations {
|
|
|
19234
19839
|
listing_id?: number;
|
|
19235
19840
|
/** @example null */
|
|
19236
19841
|
last_message_at?: string | null;
|
|
19237
|
-
/** @example 2026-04-
|
|
19842
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
19238
19843
|
created_at?: string;
|
|
19239
19844
|
}[];
|
|
19240
19845
|
links?: {
|
|
@@ -19552,27 +20157,27 @@ export interface operations {
|
|
|
19552
20157
|
/**
|
|
19553
20158
|
* @example [
|
|
19554
20159
|
* {
|
|
19555
|
-
* "id": "
|
|
20160
|
+
* "id": "ee170a5d-b707-4ad6-a39f-8909f510a2e3",
|
|
19556
20161
|
* "type": "APPOINTMENT_CREATED",
|
|
19557
20162
|
* "title": "faker notification",
|
|
19558
20163
|
* "body": "faker notification body",
|
|
19559
20164
|
* "data": [],
|
|
19560
20165
|
* "read_at": null,
|
|
19561
|
-
* "created_at": "2026-04-
|
|
20166
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
19562
20167
|
* },
|
|
19563
20168
|
* {
|
|
19564
|
-
* "id": "
|
|
20169
|
+
* "id": "e54dccbf-81b8-453c-aa0c-3ecdfad0ef27",
|
|
19565
20170
|
* "type": "APPOINTMENT_CREATED",
|
|
19566
20171
|
* "title": "faker notification",
|
|
19567
20172
|
* "body": "faker notification body",
|
|
19568
20173
|
* "data": [],
|
|
19569
20174
|
* "read_at": null,
|
|
19570
|
-
* "created_at": "2026-04-
|
|
20175
|
+
* "created_at": "2026-04-24T12:31:36.000000Z"
|
|
19571
20176
|
* }
|
|
19572
20177
|
* ]
|
|
19573
20178
|
*/
|
|
19574
20179
|
data?: {
|
|
19575
|
-
/** @example
|
|
20180
|
+
/** @example ee170a5d-b707-4ad6-a39f-8909f510a2e3 */
|
|
19576
20181
|
id?: string;
|
|
19577
20182
|
/** @example APPOINTMENT_CREATED */
|
|
19578
20183
|
type?: string;
|
|
@@ -19584,7 +20189,7 @@ export interface operations {
|
|
|
19584
20189
|
data?: unknown[];
|
|
19585
20190
|
/** @example null */
|
|
19586
20191
|
read_at?: string | null;
|
|
19587
|
-
/** @example 2026-04-
|
|
20192
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
19588
20193
|
created_at?: string;
|
|
19589
20194
|
}[];
|
|
19590
20195
|
links?: {
|
|
@@ -19668,7 +20273,7 @@ export interface operations {
|
|
|
19668
20273
|
};
|
|
19669
20274
|
content: {
|
|
19670
20275
|
"application/json": {
|
|
19671
|
-
/** @example
|
|
20276
|
+
/** @example 3730c90e-9965-41db-b6d2-47afd8fcd317 */
|
|
19672
20277
|
id?: string;
|
|
19673
20278
|
/** @example APPOINTMENT_CREATED */
|
|
19674
20279
|
type?: string;
|
|
@@ -19680,7 +20285,7 @@ export interface operations {
|
|
|
19680
20285
|
data?: unknown[];
|
|
19681
20286
|
/** @example null */
|
|
19682
20287
|
read_at?: string | null;
|
|
19683
|
-
/** @example 2026-04-
|
|
20288
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
19684
20289
|
created_at?: string;
|
|
19685
20290
|
};
|
|
19686
20291
|
};
|
|
@@ -19929,45 +20534,45 @@ export interface operations {
|
|
|
19929
20534
|
/**
|
|
19930
20535
|
* @example [
|
|
19931
20536
|
* {
|
|
19932
|
-
* "id":
|
|
20537
|
+
* "id": 121,
|
|
19933
20538
|
* "rating": 1,
|
|
19934
20539
|
* "comment": "Nice Listing",
|
|
19935
20540
|
* "reviewer": {
|
|
19936
|
-
* "id":
|
|
19937
|
-
* "name": "
|
|
20541
|
+
* "id": 25,
|
|
20542
|
+
* "name": "Jayden Ward"
|
|
19938
20543
|
* },
|
|
19939
|
-
* "created_at": "2026-04-
|
|
19940
|
-
* "updated_at": "2026-04-
|
|
20544
|
+
* "created_at": "2026-04-24T12:31:36+00:00",
|
|
20545
|
+
* "updated_at": "2026-04-24T12:31:36+00:00"
|
|
19941
20546
|
* },
|
|
19942
20547
|
* {
|
|
19943
|
-
* "id":
|
|
20548
|
+
* "id": 122,
|
|
19944
20549
|
* "rating": 1,
|
|
19945
20550
|
* "comment": "Nice Listing",
|
|
19946
20551
|
* "reviewer": {
|
|
19947
20552
|
* "id": 2,
|
|
19948
20553
|
* "name": "dogunfx"
|
|
19949
20554
|
* },
|
|
19950
|
-
* "created_at": "2026-04-
|
|
19951
|
-
* "updated_at": "2026-04-
|
|
20555
|
+
* "created_at": "2026-04-24T12:31:36+00:00",
|
|
20556
|
+
* "updated_at": "2026-04-24T12:31:36+00:00"
|
|
19952
20557
|
* }
|
|
19953
20558
|
* ]
|
|
19954
20559
|
*/
|
|
19955
20560
|
data?: {
|
|
19956
|
-
/** @example
|
|
20561
|
+
/** @example 121 */
|
|
19957
20562
|
id?: number;
|
|
19958
20563
|
/** @example 1 */
|
|
19959
20564
|
rating?: number;
|
|
19960
20565
|
/** @example Nice Listing */
|
|
19961
20566
|
comment?: string;
|
|
19962
20567
|
reviewer?: {
|
|
19963
|
-
/** @example
|
|
20568
|
+
/** @example 25 */
|
|
19964
20569
|
id?: number;
|
|
19965
|
-
/** @example
|
|
20570
|
+
/** @example Jayden Ward */
|
|
19966
20571
|
name?: string;
|
|
19967
20572
|
};
|
|
19968
|
-
/** @example 2026-04-
|
|
20573
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
19969
20574
|
created_at?: string;
|
|
19970
|
-
/** @example 2026-04-
|
|
20575
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
19971
20576
|
updated_at?: string;
|
|
19972
20577
|
}[];
|
|
19973
20578
|
links?: {
|
|
@@ -20121,21 +20726,21 @@ export interface operations {
|
|
|
20121
20726
|
content: {
|
|
20122
20727
|
"application/json": {
|
|
20123
20728
|
data?: {
|
|
20124
|
-
/** @example
|
|
20729
|
+
/** @example 123 */
|
|
20125
20730
|
id?: number;
|
|
20126
20731
|
/** @example 1 */
|
|
20127
20732
|
rating?: number;
|
|
20128
20733
|
/** @example Nice Listing */
|
|
20129
20734
|
comment?: string;
|
|
20130
20735
|
reviewer?: {
|
|
20131
|
-
/** @example
|
|
20736
|
+
/** @example 12 */
|
|
20132
20737
|
id?: number;
|
|
20133
|
-
/** @example
|
|
20738
|
+
/** @example Tara Marshall */
|
|
20134
20739
|
name?: string;
|
|
20135
20740
|
};
|
|
20136
|
-
/** @example 2026-04-
|
|
20741
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20137
20742
|
created_at?: string;
|
|
20138
|
-
/** @example 2026-04-
|
|
20743
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20139
20744
|
updated_at?: string;
|
|
20140
20745
|
};
|
|
20141
20746
|
};
|
|
@@ -20179,21 +20784,21 @@ export interface operations {
|
|
|
20179
20784
|
content: {
|
|
20180
20785
|
"application/json": {
|
|
20181
20786
|
data?: {
|
|
20182
|
-
/** @example
|
|
20787
|
+
/** @example 124 */
|
|
20183
20788
|
id?: number;
|
|
20184
20789
|
/** @example 1 */
|
|
20185
20790
|
rating?: number;
|
|
20186
20791
|
/** @example Nice Listing */
|
|
20187
20792
|
comment?: string;
|
|
20188
20793
|
reviewer?: {
|
|
20189
|
-
/** @example
|
|
20794
|
+
/** @example 1 */
|
|
20190
20795
|
id?: number;
|
|
20191
|
-
/** @example
|
|
20796
|
+
/** @example System Admin */
|
|
20192
20797
|
name?: string;
|
|
20193
20798
|
};
|
|
20194
|
-
/** @example 2026-04-
|
|
20799
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20195
20800
|
created_at?: string;
|
|
20196
|
-
/** @example 2026-04-
|
|
20801
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20197
20802
|
updated_at?: string;
|
|
20198
20803
|
};
|
|
20199
20804
|
};
|
|
@@ -20235,21 +20840,21 @@ export interface operations {
|
|
|
20235
20840
|
content: {
|
|
20236
20841
|
"application/json": {
|
|
20237
20842
|
data?: {
|
|
20238
|
-
/** @example
|
|
20843
|
+
/** @example 125 */
|
|
20239
20844
|
id?: number;
|
|
20240
20845
|
/** @example 1 */
|
|
20241
20846
|
rating?: number;
|
|
20242
20847
|
/** @example Nice Listing */
|
|
20243
20848
|
comment?: string;
|
|
20244
20849
|
reviewer?: {
|
|
20245
|
-
/** @example
|
|
20850
|
+
/** @example 25 */
|
|
20246
20851
|
id?: number;
|
|
20247
|
-
/** @example
|
|
20852
|
+
/** @example Jayden Ward */
|
|
20248
20853
|
name?: string;
|
|
20249
20854
|
};
|
|
20250
|
-
/** @example 2026-04-
|
|
20855
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20251
20856
|
created_at?: string;
|
|
20252
|
-
/** @example 2026-04-
|
|
20857
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20253
20858
|
updated_at?: string;
|
|
20254
20859
|
};
|
|
20255
20860
|
};
|
|
@@ -20276,21 +20881,21 @@ export interface operations {
|
|
|
20276
20881
|
content: {
|
|
20277
20882
|
"application/json": {
|
|
20278
20883
|
data?: {
|
|
20279
|
-
/** @example
|
|
20884
|
+
/** @example 126 */
|
|
20280
20885
|
id?: number;
|
|
20281
20886
|
/** @example 1 */
|
|
20282
20887
|
rating?: number;
|
|
20283
20888
|
/** @example Nice Listing */
|
|
20284
20889
|
comment?: string;
|
|
20285
20890
|
reviewer?: {
|
|
20286
|
-
/** @example
|
|
20891
|
+
/** @example 12 */
|
|
20287
20892
|
id?: number;
|
|
20288
|
-
/** @example
|
|
20893
|
+
/** @example Tara Marshall */
|
|
20289
20894
|
name?: string;
|
|
20290
20895
|
};
|
|
20291
|
-
/** @example 2026-04-
|
|
20896
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20292
20897
|
created_at?: string;
|
|
20293
|
-
/** @example 2026-04-
|
|
20898
|
+
/** @example 2026-04-24T12:31:36+00:00 */
|
|
20294
20899
|
updated_at?: string;
|
|
20295
20900
|
};
|
|
20296
20901
|
};
|
|
@@ -20317,7 +20922,7 @@ export interface operations {
|
|
|
20317
20922
|
content: {
|
|
20318
20923
|
"application/json": {
|
|
20319
20924
|
data?: {
|
|
20320
|
-
/** @example
|
|
20925
|
+
/** @example 02962982-f89f-40da-ac21-0bebebd01f38 */
|
|
20321
20926
|
uid?: string;
|
|
20322
20927
|
/** @example 1 */
|
|
20323
20928
|
listing_id?: number;
|
|
@@ -20325,15 +20930,15 @@ export interface operations {
|
|
|
20325
20930
|
landlord_id?: number;
|
|
20326
20931
|
/** @example 2 */
|
|
20327
20932
|
tenant_id?: number;
|
|
20328
|
-
/** @example
|
|
20933
|
+
/** @example 4881.50 */
|
|
20329
20934
|
rent_amount?: string;
|
|
20330
|
-
/** @example
|
|
20935
|
+
/** @example 2151.17 */
|
|
20331
20936
|
deposit_amount?: string;
|
|
20332
20937
|
/** @example offer_accepted */
|
|
20333
20938
|
state?: string;
|
|
20334
|
-
/** @example
|
|
20939
|
+
/** @example 2025-10-30T00:00:00.000000Z */
|
|
20335
20940
|
start_date?: string;
|
|
20336
|
-
/** @example
|
|
20941
|
+
/** @example 2026-10-30T00:00:00.000000Z */
|
|
20337
20942
|
end_date?: string;
|
|
20338
20943
|
/** @example false */
|
|
20339
20944
|
is_periodic?: boolean;
|
|
@@ -20341,7 +20946,7 @@ export interface operations {
|
|
|
20341
20946
|
company_name?: string | null;
|
|
20342
20947
|
/** @example null */
|
|
20343
20948
|
company_registration_number?: string | null;
|
|
20344
|
-
/** @example 2026-04-
|
|
20949
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
20345
20950
|
created_at?: string;
|
|
20346
20951
|
/** @example [] */
|
|
20347
20952
|
compliances?: unknown[];
|
|
@@ -20418,7 +21023,7 @@ export interface operations {
|
|
|
20418
21023
|
content: {
|
|
20419
21024
|
"application/json": {
|
|
20420
21025
|
data?: {
|
|
20421
|
-
/** @example
|
|
21026
|
+
/** @example 9bfc4ffc-c247-4b24-8d72-a6f627b26cf9 */
|
|
20422
21027
|
uid?: string;
|
|
20423
21028
|
/** @example 1 */
|
|
20424
21029
|
listing_id?: number;
|
|
@@ -20432,9 +21037,9 @@ export interface operations {
|
|
|
20432
21037
|
deposit_amount?: string;
|
|
20433
21038
|
/** @example active */
|
|
20434
21039
|
state?: string;
|
|
20435
|
-
/** @example 2025-10-
|
|
21040
|
+
/** @example 2025-10-10T00:00:00.000000Z */
|
|
20436
21041
|
start_date?: string;
|
|
20437
|
-
/** @example 2026-10-
|
|
21042
|
+
/** @example 2026-10-10T00:00:00.000000Z */
|
|
20438
21043
|
end_date?: string;
|
|
20439
21044
|
/** @example true */
|
|
20440
21045
|
is_periodic?: boolean;
|
|
@@ -20442,7 +21047,7 @@ export interface operations {
|
|
|
20442
21047
|
company_name?: string | null;
|
|
20443
21048
|
/** @example null */
|
|
20444
21049
|
company_registration_number?: string | null;
|
|
20445
|
-
/** @example 2026-04-
|
|
21050
|
+
/** @example 2026-04-24T12:31:36.000000Z */
|
|
20446
21051
|
created_at?: string;
|
|
20447
21052
|
};
|
|
20448
21053
|
};
|
|
@@ -20736,7 +21341,7 @@ export interface operations {
|
|
|
20736
21341
|
* "changed_by_user_id": 3,
|
|
20737
21342
|
* "changed_by_name": "Teagan King",
|
|
20738
21343
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
20739
|
-
* "created_at": "2025-12-
|
|
21344
|
+
* "created_at": "2025-12-16T23:18:35.000000Z"
|
|
20740
21345
|
* },
|
|
20741
21346
|
* {
|
|
20742
21347
|
* "from_state": "pre_move_in_ready",
|
|
@@ -20744,7 +21349,7 @@ export interface operations {
|
|
|
20744
21349
|
* "changed_by_user_id": 3,
|
|
20745
21350
|
* "changed_by_name": "Teagan King",
|
|
20746
21351
|
* "comment": null,
|
|
20747
|
-
* "created_at": "2025-
|
|
21352
|
+
* "created_at": "2025-11-02T07:14:15.000000Z"
|
|
20748
21353
|
* }
|
|
20749
21354
|
* ]
|
|
20750
21355
|
*/
|
|
@@ -20759,7 +21364,7 @@ export interface operations {
|
|
|
20759
21364
|
changed_by_name?: string;
|
|
20760
21365
|
/** @example Qui commodi incidunt iure odit. */
|
|
20761
21366
|
comment?: string;
|
|
20762
|
-
/** @example 2025-12-
|
|
21367
|
+
/** @example 2025-12-16T23:18:35.000000Z */
|
|
20763
21368
|
created_at?: string;
|
|
20764
21369
|
}[];
|
|
20765
21370
|
};
|
|
@@ -21003,7 +21608,7 @@ export interface operations {
|
|
|
21003
21608
|
content: {
|
|
21004
21609
|
"application/json": {
|
|
21005
21610
|
data?: {
|
|
21006
|
-
/** @example
|
|
21611
|
+
/** @example b5c8cfcb-aba3-4be3-b546-d01facc98258 */
|
|
21007
21612
|
uid?: string;
|
|
21008
21613
|
/** @example Ms. Audra Crooks II */
|
|
21009
21614
|
username?: string;
|
|
@@ -21033,7 +21638,7 @@ export interface operations {
|
|
|
21033
21638
|
timezone?: string;
|
|
21034
21639
|
/** @example Customer */
|
|
21035
21640
|
user_type?: string;
|
|
21036
|
-
/** @example
|
|
21641
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21037
21642
|
created?: string;
|
|
21038
21643
|
/** @example 0 seconds ago */
|
|
21039
21644
|
email_verified_at?: string;
|
|
@@ -21132,7 +21737,7 @@ export interface operations {
|
|
|
21132
21737
|
content: {
|
|
21133
21738
|
"application/json": {
|
|
21134
21739
|
data?: {
|
|
21135
|
-
/** @example
|
|
21740
|
+
/** @example fa0cb90d-8336-4745-ae53-7019aa57aeaa */
|
|
21136
21741
|
uid?: string;
|
|
21137
21742
|
/** @example Morgan Hirthe */
|
|
21138
21743
|
username?: string;
|
|
@@ -21162,7 +21767,7 @@ export interface operations {
|
|
|
21162
21767
|
timezone?: string;
|
|
21163
21768
|
/** @example Customer */
|
|
21164
21769
|
user_type?: string;
|
|
21165
|
-
/** @example
|
|
21770
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21166
21771
|
created?: string;
|
|
21167
21772
|
/** @example 0 seconds ago */
|
|
21168
21773
|
email_verified_at?: string;
|
|
@@ -21234,7 +21839,7 @@ export interface operations {
|
|
|
21234
21839
|
content: {
|
|
21235
21840
|
"application/json": {
|
|
21236
21841
|
data?: {
|
|
21237
|
-
/** @example
|
|
21842
|
+
/** @example d32027b8-2f40-4392-a3a5-979e953487e0 */
|
|
21238
21843
|
uid?: string;
|
|
21239
21844
|
/** @example Ms. Audra Crooks II */
|
|
21240
21845
|
username?: string;
|
|
@@ -21264,7 +21869,7 @@ export interface operations {
|
|
|
21264
21869
|
timezone?: string;
|
|
21265
21870
|
/** @example Customer */
|
|
21266
21871
|
user_type?: string;
|
|
21267
|
-
/** @example
|
|
21872
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21268
21873
|
created?: string;
|
|
21269
21874
|
/** @example 0 seconds ago */
|
|
21270
21875
|
email_verified_at?: string;
|
|
@@ -21504,7 +22109,7 @@ export interface operations {
|
|
|
21504
22109
|
completed_layers?: number;
|
|
21505
22110
|
/** @example 4 */
|
|
21506
22111
|
pending_layers?: number;
|
|
21507
|
-
/** @example
|
|
22112
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21508
22113
|
last_calculated_at?: string;
|
|
21509
22114
|
};
|
|
21510
22115
|
};
|
|
@@ -21552,7 +22157,7 @@ export interface operations {
|
|
|
21552
22157
|
completed_layers?: number;
|
|
21553
22158
|
/** @example 4 */
|
|
21554
22159
|
pending_layers?: number;
|
|
21555
|
-
/** @example
|
|
22160
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21556
22161
|
last_calculated_at?: string;
|
|
21557
22162
|
};
|
|
21558
22163
|
};
|
|
@@ -21586,14 +22191,14 @@ export interface operations {
|
|
|
21586
22191
|
content: {
|
|
21587
22192
|
"application/json": {
|
|
21588
22193
|
data?: {
|
|
21589
|
-
/** @example
|
|
22194
|
+
/** @example 279b2b8d-caa9-4bbb-9adc-6547d4199b55 */
|
|
21590
22195
|
wishlist_uid?: string;
|
|
21591
22196
|
listing?: {
|
|
21592
|
-
/** @example New For Sale Used Item draft •
|
|
22197
|
+
/** @example New For Sale Used Item draft • 24 Apr 2026, 12:31 PM */
|
|
21593
22198
|
draft_name?: string;
|
|
21594
|
-
/** @example LST-UIT-SAL-
|
|
22199
|
+
/** @example LST-UIT-SAL-MOCW3M82AXB */
|
|
21595
22200
|
sku?: string;
|
|
21596
|
-
/** @example
|
|
22201
|
+
/** @example 4e1ddc87-ee47-4c0a-b639-ec7ef07eb49a */
|
|
21597
22202
|
uid?: string;
|
|
21598
22203
|
/** @example Sale */
|
|
21599
22204
|
listing_type?: string;
|
|
@@ -21677,15 +22282,15 @@ export interface operations {
|
|
|
21677
22282
|
/**
|
|
21678
22283
|
* @example [
|
|
21679
22284
|
* {
|
|
21680
|
-
* "wishlist_uid": "
|
|
22285
|
+
* "wishlist_uid": "6ceaeade-1a2e-434c-977e-14aaa87f4d2d"
|
|
21681
22286
|
* },
|
|
21682
22287
|
* {
|
|
21683
|
-
* "wishlist_uid": "
|
|
22288
|
+
* "wishlist_uid": "262f5058-0709-49d9-9e71-cc6f37b1dc1d"
|
|
21684
22289
|
* }
|
|
21685
22290
|
* ]
|
|
21686
22291
|
*/
|
|
21687
22292
|
data?: {
|
|
21688
|
-
/** @example
|
|
22293
|
+
/** @example 6ceaeade-1a2e-434c-977e-14aaa87f4d2d */
|
|
21689
22294
|
wishlist_uid?: string;
|
|
21690
22295
|
}[];
|
|
21691
22296
|
links?: {
|
|
@@ -21751,6 +22356,53 @@ export interface operations {
|
|
|
21751
22356
|
};
|
|
21752
22357
|
};
|
|
21753
22358
|
};
|
|
22359
|
+
addMaintenanceUpdate: {
|
|
22360
|
+
parameters: {
|
|
22361
|
+
query?: never;
|
|
22362
|
+
header?: never;
|
|
22363
|
+
path: {
|
|
22364
|
+
/** @description The UID of the maintenance request. */
|
|
22365
|
+
maintenance_uid: string;
|
|
22366
|
+
};
|
|
22367
|
+
cookie?: never;
|
|
22368
|
+
};
|
|
22369
|
+
requestBody: {
|
|
22370
|
+
content: {
|
|
22371
|
+
"application/json": {
|
|
22372
|
+
/**
|
|
22373
|
+
* @description Update note for the maintenance request. Must not be greater than 2000 characters.
|
|
22374
|
+
* @example b
|
|
22375
|
+
*/
|
|
22376
|
+
note: string;
|
|
22377
|
+
};
|
|
22378
|
+
};
|
|
22379
|
+
};
|
|
22380
|
+
responses: {
|
|
22381
|
+
200: {
|
|
22382
|
+
headers: {
|
|
22383
|
+
[name: string]: unknown;
|
|
22384
|
+
};
|
|
22385
|
+
content: {
|
|
22386
|
+
"application/json": {
|
|
22387
|
+
data?: {
|
|
22388
|
+
/** @example 0dd08e9c-2b6f-4c31-acea-399984c1f537 */
|
|
22389
|
+
uid?: string;
|
|
22390
|
+
/** @example Accusantium aut suscipit ea suscipit illo ea doloribus neque. */
|
|
22391
|
+
note?: string;
|
|
22392
|
+
user?: {
|
|
22393
|
+
/** @example 20 */
|
|
22394
|
+
id?: number;
|
|
22395
|
+
/** @example Suzanne Morgan */
|
|
22396
|
+
name?: string;
|
|
22397
|
+
};
|
|
22398
|
+
/** @example 2026-04-18 03:00:21 */
|
|
22399
|
+
created_at?: string;
|
|
22400
|
+
};
|
|
22401
|
+
};
|
|
22402
|
+
};
|
|
22403
|
+
};
|
|
22404
|
+
};
|
|
22405
|
+
};
|
|
21754
22406
|
fetchFlowUserVerification: {
|
|
21755
22407
|
parameters: {
|
|
21756
22408
|
query?: never;
|
|
@@ -21767,13 +22419,13 @@ export interface operations {
|
|
|
21767
22419
|
content: {
|
|
21768
22420
|
"application/json": {
|
|
21769
22421
|
data?: {
|
|
21770
|
-
/** @example
|
|
22422
|
+
/** @example 0 */
|
|
21771
22423
|
current_level?: number;
|
|
21772
22424
|
/** @example 3 */
|
|
21773
22425
|
completed_layers?: number;
|
|
21774
|
-
/** @example
|
|
22426
|
+
/** @example 4 */
|
|
21775
22427
|
pending_layers?: number;
|
|
21776
|
-
/** @example
|
|
22428
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21777
22429
|
last_calculated_at?: string;
|
|
21778
22430
|
};
|
|
21779
22431
|
};
|
|
@@ -21935,7 +22587,7 @@ export interface operations {
|
|
|
21935
22587
|
completed_layers?: number;
|
|
21936
22588
|
/** @example 4 */
|
|
21937
22589
|
pending_layers?: number;
|
|
21938
|
-
/** @example
|
|
22590
|
+
/** @example 24 Apr 2026, 12:31 PM */
|
|
21939
22591
|
last_calculated_at?: string;
|
|
21940
22592
|
};
|
|
21941
22593
|
};
|