@justins-home/types 1.1.50 → 1.1.52
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 +649 -363
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -5570,6 +5570,29 @@ export interface paths {
|
|
|
5570
5570
|
patch?: never;
|
|
5571
5571
|
trace?: never;
|
|
5572
5572
|
};
|
|
5573
|
+
"/api/v1/public/userverification/fetch-one/{layerKey}": {
|
|
5574
|
+
parameters: {
|
|
5575
|
+
query?: never;
|
|
5576
|
+
header?: never;
|
|
5577
|
+
path: {
|
|
5578
|
+
/** @description The verification key of the layer. */
|
|
5579
|
+
layerKey: string;
|
|
5580
|
+
};
|
|
5581
|
+
cookie?: never;
|
|
5582
|
+
};
|
|
5583
|
+
/**
|
|
5584
|
+
* fetchUserVerificationLayer
|
|
5585
|
+
* @description Fetch a single verification layer by its verification key.
|
|
5586
|
+
*/
|
|
5587
|
+
get: operations["fetchUserVerificationLayer"];
|
|
5588
|
+
put?: never;
|
|
5589
|
+
post?: never;
|
|
5590
|
+
delete?: never;
|
|
5591
|
+
options?: never;
|
|
5592
|
+
head?: never;
|
|
5593
|
+
patch?: never;
|
|
5594
|
+
trace?: never;
|
|
5595
|
+
};
|
|
5573
5596
|
"/api/v1/public/userverification/summary": {
|
|
5574
5597
|
parameters: {
|
|
5575
5598
|
query?: never;
|
|
@@ -5698,7 +5721,7 @@ export interface operations {
|
|
|
5698
5721
|
content: {
|
|
5699
5722
|
"application/json": {
|
|
5700
5723
|
data?: {
|
|
5701
|
-
/** @example
|
|
5724
|
+
/** @example 76adf99c-0713-4f4a-b5bc-18c502ba8870 */
|
|
5702
5725
|
uid?: string;
|
|
5703
5726
|
/** @example Ms. Audra Crooks II */
|
|
5704
5727
|
username?: string;
|
|
@@ -5728,7 +5751,7 @@ export interface operations {
|
|
|
5728
5751
|
timezone?: string;
|
|
5729
5752
|
/** @example Customer */
|
|
5730
5753
|
user_type?: string;
|
|
5731
|
-
/** @example
|
|
5754
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
5732
5755
|
created?: string;
|
|
5733
5756
|
/** @example 0 seconds ago */
|
|
5734
5757
|
email_verified_at?: string;
|
|
@@ -6256,7 +6279,7 @@ export interface operations {
|
|
|
6256
6279
|
content: {
|
|
6257
6280
|
"application/json": {
|
|
6258
6281
|
data?: {
|
|
6259
|
-
/** @example
|
|
6282
|
+
/** @example bdb5239e-00ca-41f8-baf6-6e9caa4a8ff7 */
|
|
6260
6283
|
uid?: string;
|
|
6261
6284
|
/** @example Ms. Audra Crooks II */
|
|
6262
6285
|
username?: string;
|
|
@@ -6286,7 +6309,7 @@ export interface operations {
|
|
|
6286
6309
|
timezone?: string;
|
|
6287
6310
|
/** @example Customer */
|
|
6288
6311
|
user_type?: string;
|
|
6289
|
-
/** @example
|
|
6312
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
6290
6313
|
created?: string;
|
|
6291
6314
|
/** @example 0 seconds ago */
|
|
6292
6315
|
email_verified_at?: string;
|
|
@@ -6676,11 +6699,11 @@ export interface operations {
|
|
|
6676
6699
|
content: {
|
|
6677
6700
|
"application/json": {
|
|
6678
6701
|
data?: {
|
|
6679
|
-
/** @example New For Rent Property draft •
|
|
6702
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
6680
6703
|
draft_name?: string;
|
|
6681
|
-
/** @example LST-PRP-LTR-
|
|
6704
|
+
/** @example LST-PRP-LTR-MOH8FACEVBZ */
|
|
6682
6705
|
sku?: string;
|
|
6683
|
-
/** @example
|
|
6706
|
+
/** @example 16086711-d00f-4a75-ac27-af42c754c441 */
|
|
6684
6707
|
uid?: string;
|
|
6685
6708
|
/** @example Rent */
|
|
6686
6709
|
listing_type?: string;
|
|
@@ -8092,7 +8115,7 @@ export interface operations {
|
|
|
8092
8115
|
content: {
|
|
8093
8116
|
"application/json": {
|
|
8094
8117
|
/**
|
|
8095
|
-
* @example
|
|
8118
|
+
* @example Dormant
|
|
8096
8119
|
* @enum {string}
|
|
8097
8120
|
*/
|
|
8098
8121
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -8107,7 +8130,7 @@ export interface operations {
|
|
|
8107
8130
|
content: {
|
|
8108
8131
|
"application/json": {
|
|
8109
8132
|
data?: {
|
|
8110
|
-
/** @example
|
|
8133
|
+
/** @example 631f7704-c5c3-4899-a789-a73bce0940b2 */
|
|
8111
8134
|
uid?: string;
|
|
8112
8135
|
/** @example Morgan Hirthe */
|
|
8113
8136
|
username?: string;
|
|
@@ -8137,7 +8160,7 @@ export interface operations {
|
|
|
8137
8160
|
timezone?: string;
|
|
8138
8161
|
/** @example Customer */
|
|
8139
8162
|
user_type?: string;
|
|
8140
|
-
/** @example
|
|
8163
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
8141
8164
|
created?: string;
|
|
8142
8165
|
/** @example 0 seconds ago */
|
|
8143
8166
|
email_verified_at?: string;
|
|
@@ -8846,11 +8869,11 @@ export interface operations {
|
|
|
8846
8869
|
content: {
|
|
8847
8870
|
"application/json": {
|
|
8848
8871
|
data?: {
|
|
8849
|
-
/** @example New For Rent Property draft •
|
|
8872
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
8850
8873
|
draft_name?: string;
|
|
8851
|
-
/** @example LST-PRP-LTR-
|
|
8874
|
+
/** @example LST-PRP-LTR-MOH8FAFEOPF */
|
|
8852
8875
|
sku?: string;
|
|
8853
|
-
/** @example
|
|
8876
|
+
/** @example 38f00ae2-8912-4691-b0c1-d4310e1afb1f */
|
|
8854
8877
|
uid?: string;
|
|
8855
8878
|
/** @example Rent */
|
|
8856
8879
|
listing_type?: string;
|
|
@@ -9290,7 +9313,7 @@ export interface operations {
|
|
|
9290
9313
|
content: {
|
|
9291
9314
|
"application/json": {
|
|
9292
9315
|
data?: {
|
|
9293
|
-
/** @example
|
|
9316
|
+
/** @example 4ad088b8-3074-418f-93e7-3ec083cc7fbb */
|
|
9294
9317
|
uid?: string;
|
|
9295
9318
|
/** @example photo */
|
|
9296
9319
|
media_type?: string;
|
|
@@ -9597,13 +9620,13 @@ export interface operations {
|
|
|
9597
9620
|
/**
|
|
9598
9621
|
* @example [
|
|
9599
9622
|
* {
|
|
9600
|
-
* "draft_name": "New
|
|
9601
|
-
* "sku": "LST-PRP-
|
|
9602
|
-
* "uid": "
|
|
9603
|
-
* "listing_type": "
|
|
9623
|
+
* "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
|
|
9624
|
+
* "sku": "LST-PRP-SHL-MOH8FAGZIUX",
|
|
9625
|
+
* "uid": "326f49b4-2a2e-4605-9a51-baf31a4be804",
|
|
9626
|
+
* "listing_type": "Short Let",
|
|
9604
9627
|
* "vertical": "Property",
|
|
9605
|
-
* "arrangement_type": "
|
|
9606
|
-
* "arrangement_type_label": "
|
|
9628
|
+
* "arrangement_type": "let_to_let",
|
|
9629
|
+
* "arrangement_type_label": "Let to Let",
|
|
9607
9630
|
* "price": null,
|
|
9608
9631
|
* "state": "draft",
|
|
9609
9632
|
* "published_at": null,
|
|
@@ -9616,40 +9639,38 @@ export interface operations {
|
|
|
9616
9639
|
* "media": []
|
|
9617
9640
|
* },
|
|
9618
9641
|
* {
|
|
9619
|
-
* "draft_name": "New For Sale
|
|
9620
|
-
* "sku": "LST-
|
|
9621
|
-
* "uid": "
|
|
9642
|
+
* "draft_name": "New For Sale Used Item draft • 27 Apr 2026, 1:27 PM",
|
|
9643
|
+
* "sku": "LST-UIT-SAL-MOH8FAH20L5",
|
|
9644
|
+
* "uid": "d59214af-45df-4e10-9719-c9e45746eb84",
|
|
9622
9645
|
* "listing_type": "Sale",
|
|
9623
|
-
* "vertical": "
|
|
9624
|
-
* "arrangement_type":
|
|
9625
|
-
* "arrangement_type_label":
|
|
9646
|
+
* "vertical": "Used Item",
|
|
9647
|
+
* "arrangement_type": null,
|
|
9648
|
+
* "arrangement_type_label": null,
|
|
9626
9649
|
* "price": null,
|
|
9627
9650
|
* "state": "draft",
|
|
9628
9651
|
* "published_at": null,
|
|
9629
9652
|
* "published_since": null,
|
|
9630
9653
|
* "is_visible": false,
|
|
9631
|
-
* "summary":
|
|
9632
|
-
* "availability": null
|
|
9633
|
-
* },
|
|
9654
|
+
* "summary": [],
|
|
9634
9655
|
* "workflow": [],
|
|
9635
9656
|
* "media": []
|
|
9636
9657
|
* }
|
|
9637
9658
|
* ]
|
|
9638
9659
|
*/
|
|
9639
9660
|
data?: {
|
|
9640
|
-
/** @example New
|
|
9661
|
+
/** @example New Short Let Property draft • 27 Apr 2026, 1:27 PM */
|
|
9641
9662
|
draft_name?: string;
|
|
9642
|
-
/** @example LST-PRP-
|
|
9663
|
+
/** @example LST-PRP-SHL-MOH8FAGZIUX */
|
|
9643
9664
|
sku?: string;
|
|
9644
|
-
/** @example
|
|
9665
|
+
/** @example 326f49b4-2a2e-4605-9a51-baf31a4be804 */
|
|
9645
9666
|
uid?: string;
|
|
9646
|
-
/** @example
|
|
9667
|
+
/** @example Short Let */
|
|
9647
9668
|
listing_type?: string;
|
|
9648
9669
|
/** @example Property */
|
|
9649
9670
|
vertical?: string;
|
|
9650
|
-
/** @example
|
|
9671
|
+
/** @example let_to_let */
|
|
9651
9672
|
arrangement_type?: string;
|
|
9652
|
-
/** @example
|
|
9673
|
+
/** @example Let to Let */
|
|
9653
9674
|
arrangement_type_label?: string;
|
|
9654
9675
|
/** @example null */
|
|
9655
9676
|
price?: string | null;
|
|
@@ -9836,11 +9857,11 @@ export interface operations {
|
|
|
9836
9857
|
content: {
|
|
9837
9858
|
"application/json": {
|
|
9838
9859
|
data?: {
|
|
9839
|
-
/** @example New For Rent Property draft •
|
|
9860
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
9840
9861
|
draft_name?: string;
|
|
9841
|
-
/** @example LST-PRP-LTR-
|
|
9862
|
+
/** @example LST-PRP-LTR-MOH8FAHBOOT */
|
|
9842
9863
|
sku?: string;
|
|
9843
|
-
/** @example
|
|
9864
|
+
/** @example 75a35f7b-57b6-4be3-a54a-99c405177cb5 */
|
|
9844
9865
|
uid?: string;
|
|
9845
9866
|
/** @example Rent */
|
|
9846
9867
|
listing_type?: string;
|
|
@@ -9903,11 +9924,11 @@ export interface operations {
|
|
|
9903
9924
|
content: {
|
|
9904
9925
|
"application/json": {
|
|
9905
9926
|
data?: {
|
|
9906
|
-
/** @example New For Rent Property draft •
|
|
9927
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
9907
9928
|
draft_name?: string;
|
|
9908
|
-
/** @example LST-PRP-LTR-
|
|
9929
|
+
/** @example LST-PRP-LTR-MOH8FAHGTBU */
|
|
9909
9930
|
sku?: string;
|
|
9910
|
-
/** @example
|
|
9931
|
+
/** @example d9c399f2-6123-4da2-a53e-30089cc1e324 */
|
|
9911
9932
|
uid?: string;
|
|
9912
9933
|
/** @example Rent */
|
|
9913
9934
|
listing_type?: string;
|
|
@@ -9960,11 +9981,11 @@ export interface operations {
|
|
|
9960
9981
|
content: {
|
|
9961
9982
|
"application/json": {
|
|
9962
9983
|
data?: {
|
|
9963
|
-
/** @example New For Rent Property draft •
|
|
9984
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
9964
9985
|
draft_name?: string;
|
|
9965
|
-
/** @example LST-PRP-LTR-
|
|
9986
|
+
/** @example LST-PRP-LTR-MOH8FAHNEXW */
|
|
9966
9987
|
sku?: string;
|
|
9967
|
-
/** @example
|
|
9988
|
+
/** @example 23062676-f8f0-4a81-b8c7-0f0a19a99b52 */
|
|
9968
9989
|
uid?: string;
|
|
9969
9990
|
/** @example Rent */
|
|
9970
9991
|
listing_type?: string;
|
|
@@ -10017,11 +10038,11 @@ export interface operations {
|
|
|
10017
10038
|
content: {
|
|
10018
10039
|
"application/json": {
|
|
10019
10040
|
data?: {
|
|
10020
|
-
/** @example New For Rent Property draft •
|
|
10041
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
10021
10042
|
draft_name?: string;
|
|
10022
|
-
/** @example LST-PRP-LTR-
|
|
10043
|
+
/** @example LST-PRP-LTR-MOH8FAHRBVK */
|
|
10023
10044
|
sku?: string;
|
|
10024
|
-
/** @example
|
|
10045
|
+
/** @example 18e12279-fac0-4bd9-81d8-2f9fbce19b3d */
|
|
10025
10046
|
uid?: string;
|
|
10026
10047
|
/** @example Rent */
|
|
10027
10048
|
listing_type?: string;
|
|
@@ -10215,7 +10236,7 @@ export interface operations {
|
|
|
10215
10236
|
content: {
|
|
10216
10237
|
"application/json": {
|
|
10217
10238
|
data?: {
|
|
10218
|
-
/** @example
|
|
10239
|
+
/** @example 175 */
|
|
10219
10240
|
id?: number;
|
|
10220
10241
|
/** @example 1 */
|
|
10221
10242
|
category_id?: number;
|
|
@@ -10289,7 +10310,7 @@ export interface operations {
|
|
|
10289
10310
|
content: {
|
|
10290
10311
|
"application/json": {
|
|
10291
10312
|
data?: {
|
|
10292
|
-
/** @example
|
|
10313
|
+
/** @example 176 */
|
|
10293
10314
|
id?: number;
|
|
10294
10315
|
/** @example 1 */
|
|
10295
10316
|
category_id?: number;
|
|
@@ -10328,7 +10349,7 @@ export interface operations {
|
|
|
10328
10349
|
content: {
|
|
10329
10350
|
"application/json": {
|
|
10330
10351
|
data?: {
|
|
10331
|
-
/** @example
|
|
10352
|
+
/** @example 177 */
|
|
10332
10353
|
id?: number;
|
|
10333
10354
|
/** @example 1 */
|
|
10334
10355
|
category_id?: number;
|
|
@@ -10366,7 +10387,7 @@ export interface operations {
|
|
|
10366
10387
|
/**
|
|
10367
10388
|
* @example [
|
|
10368
10389
|
* {
|
|
10369
|
-
* "id":
|
|
10390
|
+
* "id": 235,
|
|
10370
10391
|
* "name": "Exterior",
|
|
10371
10392
|
* "description": "For Exterior categories",
|
|
10372
10393
|
* "display_order": 1,
|
|
@@ -10376,7 +10397,7 @@ export interface operations {
|
|
|
10376
10397
|
* "is_active": true
|
|
10377
10398
|
* },
|
|
10378
10399
|
* {
|
|
10379
|
-
* "id":
|
|
10400
|
+
* "id": 236,
|
|
10380
10401
|
* "name": "Exterior",
|
|
10381
10402
|
* "description": "For Exterior categories",
|
|
10382
10403
|
* "display_order": 1,
|
|
@@ -10388,7 +10409,7 @@ export interface operations {
|
|
|
10388
10409
|
* ]
|
|
10389
10410
|
*/
|
|
10390
10411
|
data?: {
|
|
10391
|
-
/** @example
|
|
10412
|
+
/** @example 235 */
|
|
10392
10413
|
id?: number;
|
|
10393
10414
|
/** @example Exterior */
|
|
10394
10415
|
name?: string;
|
|
@@ -10452,7 +10473,7 @@ export interface operations {
|
|
|
10452
10473
|
content: {
|
|
10453
10474
|
"application/json": {
|
|
10454
10475
|
data?: {
|
|
10455
|
-
/** @example
|
|
10476
|
+
/** @example 237 */
|
|
10456
10477
|
id?: number;
|
|
10457
10478
|
/** @example Exterior */
|
|
10458
10479
|
name?: string;
|
|
@@ -10519,7 +10540,7 @@ export interface operations {
|
|
|
10519
10540
|
content: {
|
|
10520
10541
|
"application/json": {
|
|
10521
10542
|
data?: {
|
|
10522
|
-
/** @example
|
|
10543
|
+
/** @example 238 */
|
|
10523
10544
|
id?: number;
|
|
10524
10545
|
/** @example Exterior */
|
|
10525
10546
|
name?: string;
|
|
@@ -10560,7 +10581,7 @@ export interface operations {
|
|
|
10560
10581
|
content: {
|
|
10561
10582
|
"application/json": {
|
|
10562
10583
|
data?: {
|
|
10563
|
-
/** @example
|
|
10584
|
+
/** @example 239 */
|
|
10564
10585
|
id?: number;
|
|
10565
10586
|
/** @example Exterior */
|
|
10566
10587
|
name?: string;
|
|
@@ -10823,7 +10844,7 @@ export interface operations {
|
|
|
10823
10844
|
content: {
|
|
10824
10845
|
"application/json": {
|
|
10825
10846
|
data?: {
|
|
10826
|
-
/** @example
|
|
10847
|
+
/** @example 105 */
|
|
10827
10848
|
id?: number;
|
|
10828
10849
|
/** @example email_fa_0 */
|
|
10829
10850
|
key?: string;
|
|
@@ -10837,9 +10858,9 @@ export interface operations {
|
|
|
10837
10858
|
metadata_schema?: unknown[];
|
|
10838
10859
|
/** @example true */
|
|
10839
10860
|
is_active?: boolean;
|
|
10840
|
-
/** @example 2026-04-
|
|
10861
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
10841
10862
|
created_at?: string;
|
|
10842
|
-
/** @example 2026-04-
|
|
10863
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
10843
10864
|
updated_at?: string;
|
|
10844
10865
|
};
|
|
10845
10866
|
};
|
|
@@ -10899,7 +10920,7 @@ export interface operations {
|
|
|
10899
10920
|
content: {
|
|
10900
10921
|
"application/json": {
|
|
10901
10922
|
data?: {
|
|
10902
|
-
/** @example
|
|
10923
|
+
/** @example 106 */
|
|
10903
10924
|
id?: number;
|
|
10904
10925
|
/** @example email_fa_0 */
|
|
10905
10926
|
key?: string;
|
|
@@ -10913,9 +10934,9 @@ export interface operations {
|
|
|
10913
10934
|
metadata_schema?: unknown[];
|
|
10914
10935
|
/** @example true */
|
|
10915
10936
|
is_active?: boolean;
|
|
10916
|
-
/** @example 2026-04-
|
|
10937
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
10917
10938
|
created_at?: string;
|
|
10918
|
-
/** @example 2026-04-
|
|
10939
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
10919
10940
|
updated_at?: string;
|
|
10920
10941
|
};
|
|
10921
10942
|
};
|
|
@@ -12181,25 +12202,25 @@ export interface operations {
|
|
|
12181
12202
|
/**
|
|
12182
12203
|
* @example [
|
|
12183
12204
|
* {
|
|
12184
|
-
* "key": "
|
|
12185
|
-
* "name": "
|
|
12186
|
-
* "description": "
|
|
12205
|
+
* "key": "eveniet",
|
|
12206
|
+
* "name": "omnis",
|
|
12207
|
+
* "description": "Rerum voluptatem porro ut consequuntur.",
|
|
12187
12208
|
* "value_type": "string"
|
|
12188
12209
|
* },
|
|
12189
12210
|
* {
|
|
12190
|
-
* "key": "
|
|
12191
|
-
* "name": "
|
|
12192
|
-
* "description": "
|
|
12211
|
+
* "key": "deleniti",
|
|
12212
|
+
* "name": "id",
|
|
12213
|
+
* "description": "Amet non occaecati dignissimos qui totam architecto.",
|
|
12193
12214
|
* "value_type": "string"
|
|
12194
12215
|
* }
|
|
12195
12216
|
* ]
|
|
12196
12217
|
*/
|
|
12197
12218
|
data?: {
|
|
12198
|
-
/** @example qui */
|
|
12199
|
-
key?: string;
|
|
12200
12219
|
/** @example eveniet */
|
|
12220
|
+
key?: string;
|
|
12221
|
+
/** @example omnis */
|
|
12201
12222
|
name?: string;
|
|
12202
|
-
/** @example
|
|
12223
|
+
/** @example Rerum voluptatem porro ut consequuntur. */
|
|
12203
12224
|
description?: string;
|
|
12204
12225
|
/** @example string */
|
|
12205
12226
|
value_type?: string;
|
|
@@ -13441,13 +13462,13 @@ export interface operations {
|
|
|
13441
13462
|
};
|
|
13442
13463
|
} | {
|
|
13443
13464
|
data?: {
|
|
13444
|
-
/** @example
|
|
13465
|
+
/** @example 48f77bce-bba5-4c7f-825b-3b4436d34397 */
|
|
13445
13466
|
uid?: string;
|
|
13446
13467
|
/** @example follow_up */
|
|
13447
13468
|
inspection_type?: string;
|
|
13448
13469
|
/** @example cancelled */
|
|
13449
13470
|
status?: string;
|
|
13450
|
-
/** @example
|
|
13471
|
+
/** @example 03 May 2026, 03:26 AM */
|
|
13451
13472
|
scheduled_date?: string;
|
|
13452
13473
|
/** @example null */
|
|
13453
13474
|
completed_date?: string | null;
|
|
@@ -13455,11 +13476,11 @@ export interface operations {
|
|
|
13455
13476
|
condition_rating?: string;
|
|
13456
13477
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13457
13478
|
summary?: string;
|
|
13458
|
-
/** @example
|
|
13479
|
+
/** @example 26 Jun 2026, 12:14 AM */
|
|
13459
13480
|
next_inspection_date?: string;
|
|
13460
|
-
/** @example
|
|
13481
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13461
13482
|
created_at?: string;
|
|
13462
|
-
/** @example
|
|
13483
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13463
13484
|
updated_at?: string;
|
|
13464
13485
|
};
|
|
13465
13486
|
};
|
|
@@ -13514,13 +13535,13 @@ export interface operations {
|
|
|
13514
13535
|
content: {
|
|
13515
13536
|
"application/json": {
|
|
13516
13537
|
data?: {
|
|
13517
|
-
/** @example
|
|
13538
|
+
/** @example 0a871f28-e5c5-4408-9293-162209b4eda3 */
|
|
13518
13539
|
uid?: string;
|
|
13519
13540
|
/** @example follow_up */
|
|
13520
13541
|
inspection_type?: string;
|
|
13521
13542
|
/** @example cancelled */
|
|
13522
13543
|
status?: string;
|
|
13523
|
-
/** @example
|
|
13544
|
+
/** @example 03 May 2026, 03:26 AM */
|
|
13524
13545
|
scheduled_date?: string;
|
|
13525
13546
|
/** @example null */
|
|
13526
13547
|
completed_date?: string | null;
|
|
@@ -13528,11 +13549,11 @@ export interface operations {
|
|
|
13528
13549
|
condition_rating?: string;
|
|
13529
13550
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13530
13551
|
summary?: string;
|
|
13531
|
-
/** @example
|
|
13552
|
+
/** @example 26 Jun 2026, 12:14 AM */
|
|
13532
13553
|
next_inspection_date?: string;
|
|
13533
|
-
/** @example
|
|
13554
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13534
13555
|
created_at?: string;
|
|
13535
|
-
/** @example
|
|
13556
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13536
13557
|
updated_at?: string;
|
|
13537
13558
|
};
|
|
13538
13559
|
};
|
|
@@ -13627,13 +13648,13 @@ export interface operations {
|
|
|
13627
13648
|
content: {
|
|
13628
13649
|
"application/json": {
|
|
13629
13650
|
data?: {
|
|
13630
|
-
/** @example
|
|
13651
|
+
/** @example 2e92a063-4285-4d8c-b4ee-22a9470717e9 */
|
|
13631
13652
|
uid?: string;
|
|
13632
13653
|
/** @example follow_up */
|
|
13633
13654
|
inspection_type?: string;
|
|
13634
13655
|
/** @example cancelled */
|
|
13635
13656
|
status?: string;
|
|
13636
|
-
/** @example
|
|
13657
|
+
/** @example 21 Apr 2026, 12:52 AM */
|
|
13637
13658
|
scheduled_date?: string;
|
|
13638
13659
|
/** @example null */
|
|
13639
13660
|
completed_date?: string | null;
|
|
@@ -13641,11 +13662,11 @@ export interface operations {
|
|
|
13641
13662
|
condition_rating?: string;
|
|
13642
13663
|
/** @example Et animi quos velit et fugiat. */
|
|
13643
13664
|
summary?: string;
|
|
13644
|
-
/** @example
|
|
13665
|
+
/** @example 30 Jul 2026, 08:46 AM */
|
|
13645
13666
|
next_inspection_date?: string;
|
|
13646
|
-
/** @example
|
|
13667
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13647
13668
|
created_at?: string;
|
|
13648
|
-
/** @example
|
|
13669
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13649
13670
|
updated_at?: string;
|
|
13650
13671
|
};
|
|
13651
13672
|
};
|
|
@@ -13682,13 +13703,13 @@ export interface operations {
|
|
|
13682
13703
|
content: {
|
|
13683
13704
|
"application/json": {
|
|
13684
13705
|
data?: {
|
|
13685
|
-
/** @example
|
|
13706
|
+
/** @example 3e7460dc-a980-47e2-9be5-60d87f667ba2 */
|
|
13686
13707
|
uid?: string;
|
|
13687
13708
|
/** @example follow_up */
|
|
13688
13709
|
inspection_type?: string;
|
|
13689
13710
|
/** @example cancelled */
|
|
13690
13711
|
status?: string;
|
|
13691
|
-
/** @example
|
|
13712
|
+
/** @example 03 May 2026, 03:26 AM */
|
|
13692
13713
|
scheduled_date?: string;
|
|
13693
13714
|
/** @example null */
|
|
13694
13715
|
completed_date?: string | null;
|
|
@@ -13696,11 +13717,11 @@ export interface operations {
|
|
|
13696
13717
|
condition_rating?: string;
|
|
13697
13718
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13698
13719
|
summary?: string;
|
|
13699
|
-
/** @example
|
|
13720
|
+
/** @example 26 Jun 2026, 12:14 AM */
|
|
13700
13721
|
next_inspection_date?: string;
|
|
13701
|
-
/** @example
|
|
13722
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13702
13723
|
created_at?: string;
|
|
13703
|
-
/** @example
|
|
13724
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13704
13725
|
updated_at?: string;
|
|
13705
13726
|
};
|
|
13706
13727
|
};
|
|
@@ -13737,13 +13758,13 @@ export interface operations {
|
|
|
13737
13758
|
content: {
|
|
13738
13759
|
"application/json": {
|
|
13739
13760
|
data?: {
|
|
13740
|
-
/** @example
|
|
13761
|
+
/** @example 88584a19-4b70-4b80-96aa-1faeeafc68ca */
|
|
13741
13762
|
uid?: string;
|
|
13742
13763
|
/** @example follow_up */
|
|
13743
13764
|
inspection_type?: string;
|
|
13744
13765
|
/** @example cancelled */
|
|
13745
13766
|
status?: string;
|
|
13746
|
-
/** @example
|
|
13767
|
+
/** @example 21 Apr 2026, 12:52 AM */
|
|
13747
13768
|
scheduled_date?: string;
|
|
13748
13769
|
/** @example null */
|
|
13749
13770
|
completed_date?: string | null;
|
|
@@ -13751,11 +13772,11 @@ export interface operations {
|
|
|
13751
13772
|
condition_rating?: string;
|
|
13752
13773
|
/** @example Et animi quos velit et fugiat. */
|
|
13753
13774
|
summary?: string;
|
|
13754
|
-
/** @example
|
|
13775
|
+
/** @example 30 Jul 2026, 08:46 AM */
|
|
13755
13776
|
next_inspection_date?: string;
|
|
13756
|
-
/** @example
|
|
13777
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13757
13778
|
created_at?: string;
|
|
13758
|
-
/** @example
|
|
13779
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13759
13780
|
updated_at?: string;
|
|
13760
13781
|
};
|
|
13761
13782
|
};
|
|
@@ -13882,7 +13903,7 @@ export interface operations {
|
|
|
13882
13903
|
};
|
|
13883
13904
|
} | {
|
|
13884
13905
|
data?: {
|
|
13885
|
-
/** @example
|
|
13906
|
+
/** @example 8e6cb6fb-e3a0-4194-9b39-8f39cd299435 */
|
|
13886
13907
|
uid?: string;
|
|
13887
13908
|
/** @example 1 */
|
|
13888
13909
|
tenancy_id?: number;
|
|
@@ -13894,17 +13915,17 @@ export interface operations {
|
|
|
13894
13915
|
status?: string;
|
|
13895
13916
|
/** @example low */
|
|
13896
13917
|
priority?: string;
|
|
13897
|
-
/** @example
|
|
13918
|
+
/** @example 26 Apr 2026, 02:56 AM */
|
|
13898
13919
|
reported_at?: string;
|
|
13899
13920
|
/** @example null */
|
|
13900
13921
|
assigned_at?: string | null;
|
|
13901
13922
|
/** @example null */
|
|
13902
13923
|
completed_at?: string | null;
|
|
13903
|
-
/** @example
|
|
13924
|
+
/** @example 28 Apr 2026, 11:20 PM */
|
|
13904
13925
|
sla_deadline?: string;
|
|
13905
|
-
/** @example
|
|
13926
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13906
13927
|
created_at?: string;
|
|
13907
|
-
/** @example
|
|
13928
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13908
13929
|
updated_at?: string;
|
|
13909
13930
|
};
|
|
13910
13931
|
};
|
|
@@ -13941,7 +13962,7 @@ export interface operations {
|
|
|
13941
13962
|
content: {
|
|
13942
13963
|
"application/json": {
|
|
13943
13964
|
data?: {
|
|
13944
|
-
/** @example
|
|
13965
|
+
/** @example b920d76f-66d3-48e4-8608-2b665a56266d */
|
|
13945
13966
|
uid?: string;
|
|
13946
13967
|
/** @example 1 */
|
|
13947
13968
|
tenancy_id?: number;
|
|
@@ -13953,17 +13974,17 @@ export interface operations {
|
|
|
13953
13974
|
status?: string;
|
|
13954
13975
|
/** @example low */
|
|
13955
13976
|
priority?: string;
|
|
13956
|
-
/** @example
|
|
13977
|
+
/** @example 26 Apr 2026, 02:56 AM */
|
|
13957
13978
|
reported_at?: string;
|
|
13958
13979
|
/** @example null */
|
|
13959
13980
|
assigned_at?: string | null;
|
|
13960
13981
|
/** @example null */
|
|
13961
13982
|
completed_at?: string | null;
|
|
13962
|
-
/** @example
|
|
13983
|
+
/** @example 28 Apr 2026, 11:20 PM */
|
|
13963
13984
|
sla_deadline?: string;
|
|
13964
|
-
/** @example
|
|
13985
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13965
13986
|
created_at?: string;
|
|
13966
|
-
/** @example
|
|
13987
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
13967
13988
|
updated_at?: string;
|
|
13968
13989
|
};
|
|
13969
13990
|
};
|
|
@@ -14000,7 +14021,7 @@ export interface operations {
|
|
|
14000
14021
|
content: {
|
|
14001
14022
|
"application/json": {
|
|
14002
14023
|
data?: {
|
|
14003
|
-
/** @example
|
|
14024
|
+
/** @example 127a01f5-cecd-4f87-b565-e104c60d148b */
|
|
14004
14025
|
uid?: string;
|
|
14005
14026
|
/** @example 1 */
|
|
14006
14027
|
tenancy_id?: number;
|
|
@@ -14012,17 +14033,17 @@ export interface operations {
|
|
|
14012
14033
|
status?: string;
|
|
14013
14034
|
/** @example emergency */
|
|
14014
14035
|
priority?: string;
|
|
14015
|
-
/** @example
|
|
14036
|
+
/** @example 21 Apr 2026, 12:41 AM */
|
|
14016
14037
|
reported_at?: string;
|
|
14017
|
-
/** @example
|
|
14038
|
+
/** @example 25 Apr 2026, 09:01 PM */
|
|
14018
14039
|
assigned_at?: string;
|
|
14019
14040
|
/** @example null */
|
|
14020
14041
|
completed_at?: string | null;
|
|
14021
|
-
/** @example
|
|
14042
|
+
/** @example 29 Apr 2026, 02:23 AM */
|
|
14022
14043
|
sla_deadline?: string;
|
|
14023
|
-
/** @example
|
|
14044
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14024
14045
|
created_at?: string;
|
|
14025
|
-
/** @example
|
|
14046
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14026
14047
|
updated_at?: string;
|
|
14027
14048
|
};
|
|
14028
14049
|
};
|
|
@@ -14059,7 +14080,7 @@ export interface operations {
|
|
|
14059
14080
|
content: {
|
|
14060
14081
|
"application/json": {
|
|
14061
14082
|
data?: {
|
|
14062
|
-
/** @example
|
|
14083
|
+
/** @example 159cfa6d-42f4-47fe-82fd-f9a9e91c9f27 */
|
|
14063
14084
|
uid?: string;
|
|
14064
14085
|
/** @example 1 */
|
|
14065
14086
|
tenancy_id?: number;
|
|
@@ -14071,17 +14092,17 @@ export interface operations {
|
|
|
14071
14092
|
status?: string;
|
|
14072
14093
|
/** @example emergency */
|
|
14073
14094
|
priority?: string;
|
|
14074
|
-
/** @example
|
|
14095
|
+
/** @example 21 Apr 2026, 12:41 AM */
|
|
14075
14096
|
reported_at?: string;
|
|
14076
|
-
/** @example
|
|
14097
|
+
/** @example 25 Apr 2026, 09:01 PM */
|
|
14077
14098
|
assigned_at?: string;
|
|
14078
14099
|
/** @example null */
|
|
14079
14100
|
completed_at?: string | null;
|
|
14080
|
-
/** @example
|
|
14101
|
+
/** @example 29 Apr 2026, 02:23 AM */
|
|
14081
14102
|
sla_deadline?: string;
|
|
14082
|
-
/** @example
|
|
14103
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14083
14104
|
created_at?: string;
|
|
14084
|
-
/** @example
|
|
14105
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14085
14106
|
updated_at?: string;
|
|
14086
14107
|
};
|
|
14087
14108
|
};
|
|
@@ -14118,7 +14139,7 @@ export interface operations {
|
|
|
14118
14139
|
content: {
|
|
14119
14140
|
"application/json": {
|
|
14120
14141
|
data?: {
|
|
14121
|
-
/** @example
|
|
14142
|
+
/** @example ad281da1-6342-491a-b1ca-e09ab4cceb06 */
|
|
14122
14143
|
uid?: string;
|
|
14123
14144
|
/** @example 1 */
|
|
14124
14145
|
tenancy_id?: number;
|
|
@@ -14130,17 +14151,17 @@ export interface operations {
|
|
|
14130
14151
|
status?: string;
|
|
14131
14152
|
/** @example emergency */
|
|
14132
14153
|
priority?: string;
|
|
14133
|
-
/** @example
|
|
14154
|
+
/** @example 21 Apr 2026, 12:41 AM */
|
|
14134
14155
|
reported_at?: string;
|
|
14135
|
-
/** @example
|
|
14156
|
+
/** @example 25 Apr 2026, 09:01 PM */
|
|
14136
14157
|
assigned_at?: string;
|
|
14137
14158
|
/** @example null */
|
|
14138
14159
|
completed_at?: string | null;
|
|
14139
|
-
/** @example
|
|
14160
|
+
/** @example 29 Apr 2026, 02:23 AM */
|
|
14140
14161
|
sla_deadline?: string;
|
|
14141
|
-
/** @example
|
|
14162
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14142
14163
|
created_at?: string;
|
|
14143
|
-
/** @example
|
|
14164
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
14144
14165
|
updated_at?: string;
|
|
14145
14166
|
};
|
|
14146
14167
|
};
|
|
@@ -14840,19 +14861,19 @@ export interface operations {
|
|
|
14840
14861
|
content: {
|
|
14841
14862
|
"application/json": {
|
|
14842
14863
|
data?: {
|
|
14843
|
-
/** @example
|
|
14864
|
+
/** @example 316 */
|
|
14844
14865
|
id?: number;
|
|
14845
14866
|
/** @example 2 */
|
|
14846
14867
|
listing_id?: number;
|
|
14847
14868
|
/** @example completed */
|
|
14848
14869
|
status?: string;
|
|
14849
14870
|
scheduled?: {
|
|
14850
|
-
/** @example 1981-11-
|
|
14871
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
14851
14872
|
start?: string;
|
|
14852
|
-
/** @example 1979-12-
|
|
14873
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
14853
14874
|
end?: string;
|
|
14854
14875
|
};
|
|
14855
|
-
/** @example 2026-04-
|
|
14876
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
14856
14877
|
created_at?: string;
|
|
14857
14878
|
};
|
|
14858
14879
|
};
|
|
@@ -14879,19 +14900,19 @@ export interface operations {
|
|
|
14879
14900
|
content: {
|
|
14880
14901
|
"application/json": {
|
|
14881
14902
|
data?: {
|
|
14882
|
-
/** @example
|
|
14903
|
+
/** @example 317 */
|
|
14883
14904
|
id?: number;
|
|
14884
14905
|
/** @example 2 */
|
|
14885
14906
|
listing_id?: number;
|
|
14886
14907
|
/** @example completed */
|
|
14887
14908
|
status?: string;
|
|
14888
14909
|
scheduled?: {
|
|
14889
|
-
/** @example 1981-11-
|
|
14910
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
14890
14911
|
start?: string;
|
|
14891
|
-
/** @example 1979-12-
|
|
14912
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
14892
14913
|
end?: string;
|
|
14893
14914
|
};
|
|
14894
|
-
/** @example 2026-04-
|
|
14915
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
14895
14916
|
created_at?: string;
|
|
14896
14917
|
};
|
|
14897
14918
|
};
|
|
@@ -14917,41 +14938,41 @@ export interface operations {
|
|
|
14917
14938
|
/**
|
|
14918
14939
|
* @example [
|
|
14919
14940
|
* {
|
|
14920
|
-
* "id":
|
|
14941
|
+
* "id": 318,
|
|
14921
14942
|
* "listing_id": 2,
|
|
14922
14943
|
* "status": "completed",
|
|
14923
14944
|
* "scheduled": {
|
|
14924
|
-
* "start": "1981-11-
|
|
14925
|
-
* "end": "1979-12-
|
|
14945
|
+
* "start": "1981-11-13T00:00:00.000000Z",
|
|
14946
|
+
* "end": "1979-12-10T00:00:00.000000Z"
|
|
14926
14947
|
* },
|
|
14927
|
-
* "created_at": "2026-04-
|
|
14948
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
14928
14949
|
* },
|
|
14929
14950
|
* {
|
|
14930
|
-
* "id":
|
|
14951
|
+
* "id": 319,
|
|
14931
14952
|
* "listing_id": 2,
|
|
14932
14953
|
* "status": "completed",
|
|
14933
14954
|
* "scheduled": {
|
|
14934
|
-
* "start": "2006-09-
|
|
14955
|
+
* "start": "2006-09-13T00:00:00.000000Z",
|
|
14935
14956
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
14936
14957
|
* },
|
|
14937
|
-
* "created_at": "2026-04-
|
|
14958
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
14938
14959
|
* }
|
|
14939
14960
|
* ]
|
|
14940
14961
|
*/
|
|
14941
14962
|
data?: {
|
|
14942
|
-
/** @example
|
|
14963
|
+
/** @example 318 */
|
|
14943
14964
|
id?: number;
|
|
14944
14965
|
/** @example 2 */
|
|
14945
14966
|
listing_id?: number;
|
|
14946
14967
|
/** @example completed */
|
|
14947
14968
|
status?: string;
|
|
14948
14969
|
scheduled?: {
|
|
14949
|
-
/** @example 1981-11-
|
|
14970
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
14950
14971
|
start?: string;
|
|
14951
|
-
/** @example 1979-12-
|
|
14972
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
14952
14973
|
end?: string;
|
|
14953
14974
|
};
|
|
14954
|
-
/** @example 2026-04-
|
|
14975
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
14955
14976
|
created_at?: string;
|
|
14956
14977
|
}[];
|
|
14957
14978
|
links?: {
|
|
@@ -15051,19 +15072,19 @@ export interface operations {
|
|
|
15051
15072
|
content: {
|
|
15052
15073
|
"application/json": {
|
|
15053
15074
|
data?: {
|
|
15054
|
-
/** @example
|
|
15075
|
+
/** @example 320 */
|
|
15055
15076
|
id?: number;
|
|
15056
15077
|
/** @example 2 */
|
|
15057
15078
|
listing_id?: number;
|
|
15058
15079
|
/** @example completed */
|
|
15059
15080
|
status?: string;
|
|
15060
15081
|
scheduled?: {
|
|
15061
|
-
/** @example 1981-11-
|
|
15082
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
15062
15083
|
start?: string;
|
|
15063
|
-
/** @example 1979-12-
|
|
15084
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
15064
15085
|
end?: string;
|
|
15065
15086
|
};
|
|
15066
|
-
/** @example 2026-04-
|
|
15087
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
15067
15088
|
created_at?: string;
|
|
15068
15089
|
};
|
|
15069
15090
|
};
|
|
@@ -15090,19 +15111,19 @@ export interface operations {
|
|
|
15090
15111
|
content: {
|
|
15091
15112
|
"application/json": {
|
|
15092
15113
|
data?: {
|
|
15093
|
-
/** @example
|
|
15114
|
+
/** @example 321 */
|
|
15094
15115
|
id?: number;
|
|
15095
15116
|
/** @example 2 */
|
|
15096
15117
|
listing_id?: number;
|
|
15097
15118
|
/** @example completed */
|
|
15098
15119
|
status?: string;
|
|
15099
15120
|
scheduled?: {
|
|
15100
|
-
/** @example 1981-11-
|
|
15121
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
15101
15122
|
start?: string;
|
|
15102
|
-
/** @example 1979-12-
|
|
15123
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
15103
15124
|
end?: string;
|
|
15104
15125
|
};
|
|
15105
|
-
/** @example 2026-04-
|
|
15126
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
15106
15127
|
created_at?: string;
|
|
15107
15128
|
};
|
|
15108
15129
|
};
|
|
@@ -15129,19 +15150,19 @@ export interface operations {
|
|
|
15129
15150
|
content: {
|
|
15130
15151
|
"application/json": {
|
|
15131
15152
|
data?: {
|
|
15132
|
-
/** @example
|
|
15153
|
+
/** @example 322 */
|
|
15133
15154
|
id?: number;
|
|
15134
15155
|
/** @example 2 */
|
|
15135
15156
|
listing_id?: number;
|
|
15136
15157
|
/** @example completed */
|
|
15137
15158
|
status?: string;
|
|
15138
15159
|
scheduled?: {
|
|
15139
|
-
/** @example 1981-11-
|
|
15160
|
+
/** @example 1981-11-13T00:00:00.000000Z */
|
|
15140
15161
|
start?: string;
|
|
15141
|
-
/** @example 1979-12-
|
|
15162
|
+
/** @example 1979-12-10T00:00:00.000000Z */
|
|
15142
15163
|
end?: string;
|
|
15143
15164
|
};
|
|
15144
|
-
/** @example 2026-04-
|
|
15165
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
15145
15166
|
created_at?: string;
|
|
15146
15167
|
};
|
|
15147
15168
|
};
|
|
@@ -16241,7 +16262,7 @@ export interface operations {
|
|
|
16241
16262
|
content: {
|
|
16242
16263
|
"application/json": {
|
|
16243
16264
|
data?: {
|
|
16244
|
-
/** @example
|
|
16265
|
+
/** @example dc78826c-7b49-475c-ad78-a74b32e0281c */
|
|
16245
16266
|
uid?: string;
|
|
16246
16267
|
/** @example Ms. Audra Crooks II */
|
|
16247
16268
|
username?: string;
|
|
@@ -16271,7 +16292,7 @@ export interface operations {
|
|
|
16271
16292
|
timezone?: string;
|
|
16272
16293
|
/** @example Customer */
|
|
16273
16294
|
user_type?: string;
|
|
16274
|
-
/** @example
|
|
16295
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
16275
16296
|
created?: string;
|
|
16276
16297
|
/** @example 0 seconds ago */
|
|
16277
16298
|
email_verified_at?: string;
|
|
@@ -16740,7 +16761,7 @@ export interface operations {
|
|
|
16740
16761
|
content: {
|
|
16741
16762
|
"application/json": {
|
|
16742
16763
|
data?: {
|
|
16743
|
-
/** @example
|
|
16764
|
+
/** @example ff6ba9c5-2433-4fa5-9ed7-2b8724777a29 */
|
|
16744
16765
|
uid?: string;
|
|
16745
16766
|
/** @example Ms. Audra Crooks II */
|
|
16746
16767
|
username?: string;
|
|
@@ -16770,7 +16791,7 @@ export interface operations {
|
|
|
16770
16791
|
timezone?: string;
|
|
16771
16792
|
/** @example Customer */
|
|
16772
16793
|
user_type?: string;
|
|
16773
|
-
/** @example
|
|
16794
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
16774
16795
|
created?: string;
|
|
16775
16796
|
/** @example 0 seconds ago */
|
|
16776
16797
|
email_verified_at?: string;
|
|
@@ -16864,10 +16885,10 @@ export interface operations {
|
|
|
16864
16885
|
"application/json": {
|
|
16865
16886
|
/**
|
|
16866
16887
|
* @description Type of listing being created.
|
|
16867
|
-
* @example
|
|
16888
|
+
* @example long_term_rent
|
|
16868
16889
|
* @enum {string}
|
|
16869
16890
|
*/
|
|
16870
|
-
listing_type: "sale" | "
|
|
16891
|
+
listing_type: "sale" | "long_term_rent" | "short_let";
|
|
16871
16892
|
/**
|
|
16872
16893
|
* @description Listing vertical category.
|
|
16873
16894
|
* @example property
|
|
@@ -16891,11 +16912,11 @@ export interface operations {
|
|
|
16891
16912
|
content: {
|
|
16892
16913
|
"application/json": {
|
|
16893
16914
|
data?: {
|
|
16894
|
-
/** @example New For Rent Property draft •
|
|
16915
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
16895
16916
|
draft_name?: string;
|
|
16896
|
-
/** @example LST-PRP-LTR-
|
|
16917
|
+
/** @example LST-PRP-LTR-MOH8FA4DWBL */
|
|
16897
16918
|
sku?: string;
|
|
16898
|
-
/** @example
|
|
16919
|
+
/** @example e15a7a4e-2310-4f2b-aab0-4f9864dcf465 */
|
|
16899
16920
|
uid?: string;
|
|
16900
16921
|
/** @example Rent */
|
|
16901
16922
|
listing_type?: string;
|
|
@@ -17019,9 +17040,9 @@ export interface operations {
|
|
|
17019
17040
|
/**
|
|
17020
17041
|
* @example [
|
|
17021
17042
|
* {
|
|
17022
|
-
* "draft_name": "New For Rent Property draft •
|
|
17023
|
-
* "sku": "LST-PRP-LTR-
|
|
17024
|
-
* "uid": "
|
|
17043
|
+
* "draft_name": "New For Rent Property draft • 27 Apr 2026, 1:27 PM",
|
|
17044
|
+
* "sku": "LST-PRP-LTR-MOH8FA5IVQD",
|
|
17045
|
+
* "uid": "81292514-53cd-4c34-9d9c-584750f0365c",
|
|
17025
17046
|
* "listing_type": "Rent",
|
|
17026
17047
|
* "vertical": "Property",
|
|
17027
17048
|
* "arrangement_type": "let_to_let",
|
|
@@ -17038,9 +17059,9 @@ export interface operations {
|
|
|
17038
17059
|
* "media": []
|
|
17039
17060
|
* },
|
|
17040
17061
|
* {
|
|
17041
|
-
* "draft_name": "New Short Let Property draft •
|
|
17042
|
-
* "sku": "LST-PRP-SHL-
|
|
17043
|
-
* "uid": "
|
|
17062
|
+
* "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
|
|
17063
|
+
* "sku": "LST-PRP-SHL-MOH8FA5LOXC",
|
|
17064
|
+
* "uid": "1977b356-cc16-4636-8eee-b09f68ffa30d",
|
|
17044
17065
|
* "listing_type": "Short Let",
|
|
17045
17066
|
* "vertical": "Property",
|
|
17046
17067
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17059,11 +17080,11 @@ export interface operations {
|
|
|
17059
17080
|
* ]
|
|
17060
17081
|
*/
|
|
17061
17082
|
data?: {
|
|
17062
|
-
/** @example New For Rent Property draft •
|
|
17083
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
17063
17084
|
draft_name?: string;
|
|
17064
|
-
/** @example LST-PRP-LTR-
|
|
17085
|
+
/** @example LST-PRP-LTR-MOH8FA5IVQD */
|
|
17065
17086
|
sku?: string;
|
|
17066
|
-
/** @example
|
|
17087
|
+
/** @example 81292514-53cd-4c34-9d9c-584750f0365c */
|
|
17067
17088
|
uid?: string;
|
|
17068
17089
|
/** @example Rent */
|
|
17069
17090
|
listing_type?: string;
|
|
@@ -17173,9 +17194,9 @@ export interface operations {
|
|
|
17173
17194
|
/**
|
|
17174
17195
|
* @example [
|
|
17175
17196
|
* {
|
|
17176
|
-
* "draft_name": "New For Rent Property draft •
|
|
17177
|
-
* "sku": "LST-PRP-LTR-
|
|
17178
|
-
* "uid": "
|
|
17197
|
+
* "draft_name": "New For Rent Property draft • 27 Apr 2026, 1:27 PM",
|
|
17198
|
+
* "sku": "LST-PRP-LTR-MOH8FA5TZMR",
|
|
17199
|
+
* "uid": "05ad81e9-c3e0-4ab4-bab1-e2cc88639e39",
|
|
17179
17200
|
* "listing_type": "Rent",
|
|
17180
17201
|
* "vertical": "Property",
|
|
17181
17202
|
* "arrangement_type": "let_to_let",
|
|
@@ -17192,9 +17213,9 @@ export interface operations {
|
|
|
17192
17213
|
* "media": []
|
|
17193
17214
|
* },
|
|
17194
17215
|
* {
|
|
17195
|
-
* "draft_name": "New Short Let Property draft •
|
|
17196
|
-
* "sku": "LST-PRP-SHL-
|
|
17197
|
-
* "uid": "
|
|
17216
|
+
* "draft_name": "New Short Let Property draft • 27 Apr 2026, 1:27 PM",
|
|
17217
|
+
* "sku": "LST-PRP-SHL-MOH8FA5VWV6",
|
|
17218
|
+
* "uid": "b6f1be1e-c454-43cd-84eb-7315dbf42ccb",
|
|
17198
17219
|
* "listing_type": "Short Let",
|
|
17199
17220
|
* "vertical": "Property",
|
|
17200
17221
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17213,11 +17234,11 @@ export interface operations {
|
|
|
17213
17234
|
* ]
|
|
17214
17235
|
*/
|
|
17215
17236
|
data?: {
|
|
17216
|
-
/** @example New For Rent Property draft •
|
|
17237
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
17217
17238
|
draft_name?: string;
|
|
17218
|
-
/** @example LST-PRP-LTR-
|
|
17239
|
+
/** @example LST-PRP-LTR-MOH8FA5TZMR */
|
|
17219
17240
|
sku?: string;
|
|
17220
|
-
/** @example
|
|
17241
|
+
/** @example 05ad81e9-c3e0-4ab4-bab1-e2cc88639e39 */
|
|
17221
17242
|
uid?: string;
|
|
17222
17243
|
/** @example Rent */
|
|
17223
17244
|
listing_type?: string;
|
|
@@ -17478,7 +17499,7 @@ export interface operations {
|
|
|
17478
17499
|
};
|
|
17479
17500
|
requestBody?: never;
|
|
17480
17501
|
responses: {
|
|
17481
|
-
/** @description Retrieve
|
|
17502
|
+
/** @description Listing Retrieve Successfully */
|
|
17482
17503
|
200: {
|
|
17483
17504
|
headers: {
|
|
17484
17505
|
[name: string]: unknown;
|
|
@@ -17496,10 +17517,10 @@ export interface operations {
|
|
|
17496
17517
|
draft_name?: string | null;
|
|
17497
17518
|
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
17498
17519
|
sku?: string;
|
|
17499
|
-
/** @example
|
|
17500
|
-
published_at?: string
|
|
17501
|
-
/** @example
|
|
17502
|
-
published_since?: string
|
|
17520
|
+
/** @example 09 Apr 2026, 11:14 AM */
|
|
17521
|
+
published_at?: string;
|
|
17522
|
+
/** @example 2 weeks ago */
|
|
17523
|
+
published_since?: string;
|
|
17503
17524
|
details?: {
|
|
17504
17525
|
/** @example New Benin */
|
|
17505
17526
|
title?: string;
|
|
@@ -17566,20 +17587,102 @@ export interface operations {
|
|
|
17566
17587
|
/** @example null */
|
|
17567
17588
|
availability?: string | null;
|
|
17568
17589
|
};
|
|
17569
|
-
|
|
17570
|
-
|
|
17590
|
+
workflow?: {
|
|
17591
|
+
/** @example features */
|
|
17592
|
+
current_step?: string;
|
|
17593
|
+
/** @example true */
|
|
17594
|
+
can_submit?: boolean;
|
|
17595
|
+
/**
|
|
17596
|
+
* @example [
|
|
17597
|
+
* "media",
|
|
17598
|
+
* "compliance_documents"
|
|
17599
|
+
* ]
|
|
17600
|
+
*/
|
|
17601
|
+
missing_requirements?: string[];
|
|
17602
|
+
/** @example media */
|
|
17603
|
+
next_step?: string;
|
|
17604
|
+
progress?: {
|
|
17605
|
+
/** @example 8 */
|
|
17606
|
+
completed?: number;
|
|
17607
|
+
/** @example 8 */
|
|
17608
|
+
total?: number;
|
|
17609
|
+
/** @example 100 */
|
|
17610
|
+
percentage?: number;
|
|
17611
|
+
};
|
|
17612
|
+
};
|
|
17571
17613
|
media?: {
|
|
17572
|
-
/**
|
|
17573
|
-
|
|
17574
|
-
|
|
17575
|
-
|
|
17576
|
-
|
|
17614
|
+
/**
|
|
17615
|
+
* @example [
|
|
17616
|
+
* {
|
|
17617
|
+
* "uid": "136ff64c-41cd-493e-a5f0-125242d62ddd",
|
|
17618
|
+
* "media_type": "photo",
|
|
17619
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png",
|
|
17620
|
+
* "order_index": 1,
|
|
17621
|
+
* "is_cover": true
|
|
17622
|
+
* }
|
|
17623
|
+
* ]
|
|
17624
|
+
*/
|
|
17625
|
+
gallery?: {
|
|
17626
|
+
/** @example 136ff64c-41cd-493e-a5f0-125242d62ddd */
|
|
17627
|
+
uid?: string;
|
|
17628
|
+
/** @example photo */
|
|
17629
|
+
media_type?: string;
|
|
17630
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
17631
|
+
storage_path?: string;
|
|
17632
|
+
/** @example 1 */
|
|
17633
|
+
order_index?: number;
|
|
17634
|
+
/** @example true */
|
|
17635
|
+
is_cover?: boolean;
|
|
17636
|
+
}[];
|
|
17637
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
17638
|
+
cover?: string;
|
|
17639
|
+
/** @example 3 */
|
|
17577
17640
|
count?: number;
|
|
17578
17641
|
};
|
|
17579
|
-
/**
|
|
17580
|
-
|
|
17581
|
-
|
|
17582
|
-
|
|
17642
|
+
/**
|
|
17643
|
+
* @example [
|
|
17644
|
+
* {
|
|
17645
|
+
* "id": 5,
|
|
17646
|
+
* "day": "tuesday",
|
|
17647
|
+
* "start_time": "11:00 AM",
|
|
17648
|
+
* "end_time": "01:00 PM"
|
|
17649
|
+
* },
|
|
17650
|
+
* {
|
|
17651
|
+
* "id": 6,
|
|
17652
|
+
* "day": "thursday",
|
|
17653
|
+
* "start_time": "11:00 AM",
|
|
17654
|
+
* "end_time": "01:00 PM"
|
|
17655
|
+
* }
|
|
17656
|
+
* ]
|
|
17657
|
+
*/
|
|
17658
|
+
viewing_slots?: {
|
|
17659
|
+
/** @example 5 */
|
|
17660
|
+
id?: number;
|
|
17661
|
+
/** @example tuesday */
|
|
17662
|
+
day?: string;
|
|
17663
|
+
/** @example 11:00 AM */
|
|
17664
|
+
start_time?: string;
|
|
17665
|
+
/** @example 01:00 PM */
|
|
17666
|
+
end_time?: string;
|
|
17667
|
+
}[];
|
|
17668
|
+
/**
|
|
17669
|
+
* @example [
|
|
17670
|
+
* {
|
|
17671
|
+
* "key": "pets",
|
|
17672
|
+
* "value": "allowed"
|
|
17673
|
+
* },
|
|
17674
|
+
* {
|
|
17675
|
+
* "key": "smoking",
|
|
17676
|
+
* "value": "not_allowed"
|
|
17677
|
+
* }
|
|
17678
|
+
* ]
|
|
17679
|
+
*/
|
|
17680
|
+
tenant_preferences?: {
|
|
17681
|
+
/** @example pets */
|
|
17682
|
+
key?: string;
|
|
17683
|
+
/** @example allowed */
|
|
17684
|
+
value?: string;
|
|
17685
|
+
}[];
|
|
17583
17686
|
rental?: {
|
|
17584
17687
|
/** @example null */
|
|
17585
17688
|
deposit_amount?: string | null;
|
|
@@ -17593,36 +17696,36 @@ export interface operations {
|
|
|
17593
17696
|
is_subletting_permitted?: boolean;
|
|
17594
17697
|
};
|
|
17595
17698
|
listing_policy?: {
|
|
17596
|
-
/** @example
|
|
17597
|
-
max_occupants?:
|
|
17598
|
-
/** @example
|
|
17599
|
-
allowed_use_type?: string
|
|
17600
|
-
/** @example
|
|
17601
|
-
allowed_use_type_label?: string
|
|
17699
|
+
/** @example 4 */
|
|
17700
|
+
max_occupants?: number;
|
|
17701
|
+
/** @example short_stay */
|
|
17702
|
+
allowed_use_type?: string;
|
|
17703
|
+
/** @example Short Stay */
|
|
17704
|
+
allowed_use_type_label?: string;
|
|
17602
17705
|
/** @example false */
|
|
17603
17706
|
is_subletting_allowed?: boolean;
|
|
17604
|
-
/** @example
|
|
17707
|
+
/** @example true */
|
|
17605
17708
|
requires_permission_for_subletting?: boolean;
|
|
17606
|
-
/** @example
|
|
17709
|
+
/** @example true */
|
|
17607
17710
|
event_permission_required?: boolean;
|
|
17608
|
-
/** @example
|
|
17711
|
+
/** @example true */
|
|
17609
17712
|
no_party_policy?: boolean;
|
|
17610
17713
|
/** @example false */
|
|
17611
17714
|
commercial_use_flag?: boolean;
|
|
17612
17715
|
};
|
|
17613
17716
|
short_let?: {
|
|
17614
|
-
/** @example
|
|
17615
|
-
nightly_price?: string
|
|
17616
|
-
/** @example
|
|
17617
|
-
minimum_stay_nights?:
|
|
17618
|
-
/** @example
|
|
17619
|
-
maximum_stay_nights?:
|
|
17620
|
-
/** @example
|
|
17621
|
-
cleaning_fee?: string
|
|
17622
|
-
/** @example
|
|
17623
|
-
check_in_time?: string
|
|
17624
|
-
/** @example
|
|
17625
|
-
check_out_time?: string
|
|
17717
|
+
/** @example 500.00 */
|
|
17718
|
+
nightly_price?: string;
|
|
17719
|
+
/** @example 1 */
|
|
17720
|
+
minimum_stay_nights?: number;
|
|
17721
|
+
/** @example 5 */
|
|
17722
|
+
maximum_stay_nights?: number;
|
|
17723
|
+
/** @example 80.00 */
|
|
17724
|
+
cleaning_fee?: string;
|
|
17725
|
+
/** @example 08:00 AM */
|
|
17726
|
+
check_in_time?: string;
|
|
17727
|
+
/** @example 08:00 PM */
|
|
17728
|
+
check_out_time?: string;
|
|
17626
17729
|
};
|
|
17627
17730
|
item?: {
|
|
17628
17731
|
/** @example null */
|
|
@@ -17642,17 +17745,120 @@ export interface operations {
|
|
|
17642
17745
|
/** @example null */
|
|
17643
17746
|
availability_status?: string | null;
|
|
17644
17747
|
};
|
|
17645
|
-
/**
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17748
|
+
/**
|
|
17749
|
+
* @example [
|
|
17750
|
+
* {
|
|
17751
|
+
* "id": 1,
|
|
17752
|
+
* "name": "Air Conditioning",
|
|
17753
|
+
* "category": "Interior"
|
|
17754
|
+
* }
|
|
17755
|
+
* ]
|
|
17756
|
+
*/
|
|
17757
|
+
features?: {
|
|
17758
|
+
/** @example 1 */
|
|
17759
|
+
id?: number;
|
|
17760
|
+
/** @example Air Conditioning */
|
|
17761
|
+
name?: string;
|
|
17762
|
+
/** @example Interior */
|
|
17763
|
+
category?: string;
|
|
17764
|
+
}[];
|
|
17765
|
+
active_tenancy?: {
|
|
17766
|
+
/** @example ten_9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
17767
|
+
uid?: string;
|
|
17768
|
+
/** @example 1200.00 */
|
|
17769
|
+
rent_amount?: string;
|
|
17770
|
+
/** @example 1200.00 */
|
|
17771
|
+
deposit_amount?: string;
|
|
17772
|
+
/** @example 2026-04-01 */
|
|
17773
|
+
start_date?: string;
|
|
17774
|
+
/** @example 2027-03-31 */
|
|
17775
|
+
end_date?: string;
|
|
17776
|
+
/** @example active */
|
|
17777
|
+
state?: string;
|
|
17778
|
+
/** @example false */
|
|
17779
|
+
is_periodic?: boolean;
|
|
17780
|
+
tenant?: {
|
|
17781
|
+
/** @example usr_6c4af8e1-6c5a-4ca0-bf3c-8f3fdf41aef2 */
|
|
17782
|
+
uid?: string;
|
|
17783
|
+
/** @example Jane Doe */
|
|
17784
|
+
name?: string;
|
|
17785
|
+
/** @example jane.doe@example.com */
|
|
17786
|
+
email?: string;
|
|
17787
|
+
};
|
|
17788
|
+
};
|
|
17789
|
+
/**
|
|
17790
|
+
* @example [
|
|
17791
|
+
* {
|
|
17792
|
+
* "id": 1,
|
|
17793
|
+
* "compliance_key": "property_ownership",
|
|
17794
|
+
* "name": "Proof of Property Ownership",
|
|
17795
|
+
* "description": "Proof of Property Ownership",
|
|
17796
|
+
* "enforcement_level": "soft",
|
|
17797
|
+
* "validity_type": "non_expiring",
|
|
17798
|
+
* "grace_period_days": null,
|
|
17799
|
+
* "status": "active",
|
|
17800
|
+
* "responsible_party": "landlord",
|
|
17801
|
+
* "responsible_party_label": "Landlord",
|
|
17802
|
+
* "liability_exclusion_flag": false,
|
|
17803
|
+
* "requirements": [
|
|
17804
|
+
* "ownership_document_upload"
|
|
17805
|
+
* ]
|
|
17806
|
+
* }
|
|
17807
|
+
* ]
|
|
17808
|
+
*/
|
|
17809
|
+
compliances?: {
|
|
17810
|
+
/** @example 1 */
|
|
17811
|
+
id?: number;
|
|
17812
|
+
/** @example property_ownership */
|
|
17813
|
+
compliance_key?: string;
|
|
17814
|
+
/** @example Proof of Property Ownership */
|
|
17815
|
+
name?: string;
|
|
17816
|
+
/** @example Proof of Property Ownership */
|
|
17817
|
+
description?: string;
|
|
17818
|
+
/** @example soft */
|
|
17819
|
+
enforcement_level?: string;
|
|
17820
|
+
/** @example non_expiring */
|
|
17821
|
+
validity_type?: string;
|
|
17822
|
+
/** @example null */
|
|
17823
|
+
grace_period_days?: string | null;
|
|
17824
|
+
/** @example active */
|
|
17825
|
+
status?: string;
|
|
17826
|
+
/** @example landlord */
|
|
17827
|
+
responsible_party?: string;
|
|
17828
|
+
/** @example Landlord */
|
|
17829
|
+
responsible_party_label?: string;
|
|
17830
|
+
/** @example false */
|
|
17831
|
+
liability_exclusion_flag?: boolean;
|
|
17832
|
+
/**
|
|
17833
|
+
* @example [
|
|
17834
|
+
* "ownership_document_upload"
|
|
17835
|
+
* ]
|
|
17836
|
+
*/
|
|
17837
|
+
requirements?: string[];
|
|
17838
|
+
}[];
|
|
17651
17839
|
compliance_status?: {
|
|
17652
|
-
/** @example
|
|
17840
|
+
/** @example non_compliant */
|
|
17653
17841
|
overall?: string;
|
|
17654
|
-
/**
|
|
17655
|
-
|
|
17842
|
+
/**
|
|
17843
|
+
* @example [
|
|
17844
|
+
* {
|
|
17845
|
+
* "compliance_key": "property_ownership",
|
|
17846
|
+
* "compliance_name": "Proof of Property Ownership",
|
|
17847
|
+
* "state": "pending",
|
|
17848
|
+
* "valid_until": null
|
|
17849
|
+
* }
|
|
17850
|
+
* ]
|
|
17851
|
+
*/
|
|
17852
|
+
breakdown?: {
|
|
17853
|
+
/** @example property_ownership */
|
|
17854
|
+
compliance_key?: string;
|
|
17855
|
+
/** @example Proof of Property Ownership */
|
|
17856
|
+
compliance_name?: string;
|
|
17857
|
+
/** @example pending */
|
|
17858
|
+
state?: string;
|
|
17859
|
+
/** @example null */
|
|
17860
|
+
valid_until?: string | null;
|
|
17861
|
+
}[];
|
|
17656
17862
|
};
|
|
17657
17863
|
};
|
|
17658
17864
|
};
|
|
@@ -18281,7 +18487,7 @@ export interface operations {
|
|
|
18281
18487
|
content: {
|
|
18282
18488
|
"application/json": {
|
|
18283
18489
|
data?: {
|
|
18284
|
-
/** @example
|
|
18490
|
+
/** @example bc4a19af-730d-447c-947c-d3a994d06222 */
|
|
18285
18491
|
uid?: string;
|
|
18286
18492
|
/** @example photo */
|
|
18287
18493
|
media_type?: string;
|
|
@@ -18430,11 +18636,11 @@ export interface operations {
|
|
|
18430
18636
|
content: {
|
|
18431
18637
|
"application/json": {
|
|
18432
18638
|
data?: {
|
|
18433
|
-
/** @example New For Rent Property draft •
|
|
18639
|
+
/** @example New For Rent Property draft • 27 Apr 2026, 1:27 PM */
|
|
18434
18640
|
draft_name?: string;
|
|
18435
|
-
/** @example LST-PRP-LTR-
|
|
18641
|
+
/** @example LST-PRP-LTR-MOH8FA83MXS */
|
|
18436
18642
|
sku?: string;
|
|
18437
|
-
/** @example
|
|
18643
|
+
/** @example f4e496d9-4470-4287-ae39-048959d9be43 */
|
|
18438
18644
|
uid?: string;
|
|
18439
18645
|
/** @example Rent */
|
|
18440
18646
|
listing_type?: string;
|
|
@@ -18594,7 +18800,7 @@ export interface operations {
|
|
|
18594
18800
|
content: {
|
|
18595
18801
|
"application/json": {
|
|
18596
18802
|
data?: {
|
|
18597
|
-
/** @example
|
|
18803
|
+
/** @example aa97fa0d-dfea-48cf-ad38-81719d0ff3aa */
|
|
18598
18804
|
uid?: string;
|
|
18599
18805
|
/** @example null */
|
|
18600
18806
|
compliances?: string | null;
|
|
@@ -18645,7 +18851,7 @@ export interface operations {
|
|
|
18645
18851
|
content: {
|
|
18646
18852
|
"application/json": {
|
|
18647
18853
|
data?: {
|
|
18648
|
-
/** @example
|
|
18854
|
+
/** @example 131 */
|
|
18649
18855
|
id?: number;
|
|
18650
18856
|
compliance?: {
|
|
18651
18857
|
/** @example 1 */
|
|
@@ -18667,7 +18873,7 @@ export interface operations {
|
|
|
18667
18873
|
reviewed_by?: number;
|
|
18668
18874
|
/** @example null */
|
|
18669
18875
|
reviewed_at?: string | null;
|
|
18670
|
-
/** @example 2026-04-
|
|
18876
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
18671
18877
|
created_at?: string;
|
|
18672
18878
|
};
|
|
18673
18879
|
};
|
|
@@ -18722,39 +18928,39 @@ export interface operations {
|
|
|
18722
18928
|
/**
|
|
18723
18929
|
* @example [
|
|
18724
18930
|
* {
|
|
18725
|
-
* "uid": "
|
|
18931
|
+
* "uid": "9a3cd237-5052-4cda-a7f8-299f03b557fa",
|
|
18726
18932
|
* "listing_id": 1,
|
|
18727
18933
|
* "landlord_id": 2,
|
|
18728
18934
|
* "tenant_id": 2,
|
|
18729
18935
|
* "rent_amount": "4881.50",
|
|
18730
18936
|
* "deposit_amount": "2151.17",
|
|
18731
18937
|
* "state": "offer_accepted",
|
|
18732
|
-
* "start_date": "2025-
|
|
18733
|
-
* "end_date": "2026-
|
|
18938
|
+
* "start_date": "2025-11-02T00:00:00.000000Z",
|
|
18939
|
+
* "end_date": "2026-11-02T00:00:00.000000Z",
|
|
18734
18940
|
* "is_periodic": false,
|
|
18735
18941
|
* "company_name": null,
|
|
18736
18942
|
* "company_registration_number": null,
|
|
18737
|
-
* "created_at": "2026-04-
|
|
18943
|
+
* "created_at": "2026-04-27T13:27:41.000000Z"
|
|
18738
18944
|
* },
|
|
18739
18945
|
* {
|
|
18740
|
-
* "uid": "
|
|
18946
|
+
* "uid": "9482d8f3-5ce0-4651-98e4-d911c0ee7a88",
|
|
18741
18947
|
* "listing_id": 1,
|
|
18742
18948
|
* "landlord_id": 2,
|
|
18743
18949
|
* "tenant_id": 2,
|
|
18744
18950
|
* "rent_amount": "3832.26",
|
|
18745
18951
|
* "deposit_amount": "1384.27",
|
|
18746
18952
|
* "state": "terminated",
|
|
18747
|
-
* "start_date": "2025-09-
|
|
18748
|
-
* "end_date": "2026-09-
|
|
18953
|
+
* "start_date": "2025-09-27T00:00:00.000000Z",
|
|
18954
|
+
* "end_date": "2026-09-27T00:00:00.000000Z",
|
|
18749
18955
|
* "is_periodic": false,
|
|
18750
18956
|
* "company_name": null,
|
|
18751
18957
|
* "company_registration_number": null,
|
|
18752
|
-
* "created_at": "2026-04-
|
|
18958
|
+
* "created_at": "2026-04-27T13:27:41.000000Z"
|
|
18753
18959
|
* }
|
|
18754
18960
|
* ]
|
|
18755
18961
|
*/
|
|
18756
18962
|
data?: {
|
|
18757
|
-
/** @example
|
|
18963
|
+
/** @example 9a3cd237-5052-4cda-a7f8-299f03b557fa */
|
|
18758
18964
|
uid?: string;
|
|
18759
18965
|
/** @example 1 */
|
|
18760
18966
|
listing_id?: number;
|
|
@@ -18768,9 +18974,9 @@ export interface operations {
|
|
|
18768
18974
|
deposit_amount?: string;
|
|
18769
18975
|
/** @example offer_accepted */
|
|
18770
18976
|
state?: string;
|
|
18771
|
-
/** @example 2025-
|
|
18977
|
+
/** @example 2025-11-02T00:00:00.000000Z */
|
|
18772
18978
|
start_date?: string;
|
|
18773
|
-
/** @example 2026-
|
|
18979
|
+
/** @example 2026-11-02T00:00:00.000000Z */
|
|
18774
18980
|
end_date?: string;
|
|
18775
18981
|
/** @example false */
|
|
18776
18982
|
is_periodic?: boolean;
|
|
@@ -18778,7 +18984,7 @@ export interface operations {
|
|
|
18778
18984
|
company_name?: string | null;
|
|
18779
18985
|
/** @example null */
|
|
18780
18986
|
company_registration_number?: string | null;
|
|
18781
|
-
/** @example 2026-04-
|
|
18987
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
18782
18988
|
created_at?: string;
|
|
18783
18989
|
}[];
|
|
18784
18990
|
links?: {
|
|
@@ -18865,39 +19071,39 @@ export interface operations {
|
|
|
18865
19071
|
/**
|
|
18866
19072
|
* @example [
|
|
18867
19073
|
* {
|
|
18868
|
-
* "uid": "
|
|
19074
|
+
* "uid": "68eb42e4-f410-40b1-bd87-601db1dfaa0d",
|
|
18869
19075
|
* "listing_id": 1,
|
|
18870
19076
|
* "landlord_id": 2,
|
|
18871
19077
|
* "tenant_id": 2,
|
|
18872
19078
|
* "rent_amount": "4881.50",
|
|
18873
19079
|
* "deposit_amount": "2151.17",
|
|
18874
19080
|
* "state": "offer_accepted",
|
|
18875
|
-
* "start_date": "2025-
|
|
18876
|
-
* "end_date": "2026-
|
|
19081
|
+
* "start_date": "2025-11-02T00:00:00.000000Z",
|
|
19082
|
+
* "end_date": "2026-11-02T00:00:00.000000Z",
|
|
18877
19083
|
* "is_periodic": false,
|
|
18878
19084
|
* "company_name": null,
|
|
18879
19085
|
* "company_registration_number": null,
|
|
18880
|
-
* "created_at": "2026-04-
|
|
19086
|
+
* "created_at": "2026-04-27T13:27:41.000000Z"
|
|
18881
19087
|
* },
|
|
18882
19088
|
* {
|
|
18883
|
-
* "uid": "
|
|
19089
|
+
* "uid": "5e8f05b4-353c-4651-bfa3-7e9594c1ae32",
|
|
18884
19090
|
* "listing_id": 1,
|
|
18885
19091
|
* "landlord_id": 2,
|
|
18886
19092
|
* "tenant_id": 2,
|
|
18887
19093
|
* "rent_amount": "3832.26",
|
|
18888
19094
|
* "deposit_amount": "1384.27",
|
|
18889
19095
|
* "state": "terminated",
|
|
18890
|
-
* "start_date": "2025-09-
|
|
18891
|
-
* "end_date": "2026-09-
|
|
19096
|
+
* "start_date": "2025-09-27T00:00:00.000000Z",
|
|
19097
|
+
* "end_date": "2026-09-27T00:00:00.000000Z",
|
|
18892
19098
|
* "is_periodic": false,
|
|
18893
19099
|
* "company_name": null,
|
|
18894
19100
|
* "company_registration_number": null,
|
|
18895
|
-
* "created_at": "2026-04-
|
|
19101
|
+
* "created_at": "2026-04-27T13:27:41.000000Z"
|
|
18896
19102
|
* }
|
|
18897
19103
|
* ]
|
|
18898
19104
|
*/
|
|
18899
19105
|
data?: {
|
|
18900
|
-
/** @example
|
|
19106
|
+
/** @example 68eb42e4-f410-40b1-bd87-601db1dfaa0d */
|
|
18901
19107
|
uid?: string;
|
|
18902
19108
|
/** @example 1 */
|
|
18903
19109
|
listing_id?: number;
|
|
@@ -18911,9 +19117,9 @@ export interface operations {
|
|
|
18911
19117
|
deposit_amount?: string;
|
|
18912
19118
|
/** @example offer_accepted */
|
|
18913
19119
|
state?: string;
|
|
18914
|
-
/** @example 2025-
|
|
19120
|
+
/** @example 2025-11-02T00:00:00.000000Z */
|
|
18915
19121
|
start_date?: string;
|
|
18916
|
-
/** @example 2026-
|
|
19122
|
+
/** @example 2026-11-02T00:00:00.000000Z */
|
|
18917
19123
|
end_date?: string;
|
|
18918
19124
|
/** @example false */
|
|
18919
19125
|
is_periodic?: boolean;
|
|
@@ -18921,7 +19127,7 @@ export interface operations {
|
|
|
18921
19127
|
company_name?: string | null;
|
|
18922
19128
|
/** @example null */
|
|
18923
19129
|
company_registration_number?: string | null;
|
|
18924
|
-
/** @example 2026-04-
|
|
19130
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
18925
19131
|
created_at?: string;
|
|
18926
19132
|
}[];
|
|
18927
19133
|
links?: {
|
|
@@ -19028,7 +19234,7 @@ export interface operations {
|
|
|
19028
19234
|
content: {
|
|
19029
19235
|
"application/json": {
|
|
19030
19236
|
data?: {
|
|
19031
|
-
/** @example
|
|
19237
|
+
/** @example 181 */
|
|
19032
19238
|
id?: number;
|
|
19033
19239
|
compliance?: {
|
|
19034
19240
|
/** @example 1 */
|
|
@@ -19048,9 +19254,9 @@ export interface operations {
|
|
|
19048
19254
|
rejection_reason?: string | null;
|
|
19049
19255
|
/** @example 1 */
|
|
19050
19256
|
reviewed_by?: number;
|
|
19051
|
-
/** @example 2026-04-
|
|
19257
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
19052
19258
|
reviewed_at?: string;
|
|
19053
|
-
/** @example 2026-04-
|
|
19259
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
19054
19260
|
created_at?: string;
|
|
19055
19261
|
};
|
|
19056
19262
|
};
|
|
@@ -19077,7 +19283,7 @@ export interface operations {
|
|
|
19077
19283
|
content: {
|
|
19078
19284
|
"application/json": {
|
|
19079
19285
|
data?: {
|
|
19080
|
-
/** @example
|
|
19286
|
+
/** @example 182 */
|
|
19081
19287
|
id?: number;
|
|
19082
19288
|
compliance?: {
|
|
19083
19289
|
/** @example 1 */
|
|
@@ -19097,9 +19303,9 @@ export interface operations {
|
|
|
19097
19303
|
rejection_reason?: string | null;
|
|
19098
19304
|
/** @example 1 */
|
|
19099
19305
|
reviewed_by?: number;
|
|
19100
|
-
/** @example 2026-04-
|
|
19306
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
19101
19307
|
reviewed_at?: string;
|
|
19102
|
-
/** @example 2026-04-
|
|
19308
|
+
/** @example 2026-04-27T13:27:41.000000Z */
|
|
19103
19309
|
created_at?: string;
|
|
19104
19310
|
};
|
|
19105
19311
|
};
|
|
@@ -20231,37 +20437,37 @@ export interface operations {
|
|
|
20231
20437
|
/**
|
|
20232
20438
|
* @example [
|
|
20233
20439
|
* {
|
|
20234
|
-
* "uid": "
|
|
20440
|
+
* "uid": "a93c9e2c-5583-44fd-ba05-1d1138136854",
|
|
20235
20441
|
* "tenancy_id": 1,
|
|
20236
20442
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
20237
20443
|
* "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.",
|
|
20238
20444
|
* "status": "reported",
|
|
20239
20445
|
* "priority": "emergency",
|
|
20240
|
-
* "reported_at": "
|
|
20241
|
-
* "assigned_at": "
|
|
20446
|
+
* "reported_at": "21 Apr 2026, 12:41 AM",
|
|
20447
|
+
* "assigned_at": "25 Apr 2026, 09:01 PM",
|
|
20242
20448
|
* "completed_at": null,
|
|
20243
|
-
* "sla_deadline": "
|
|
20244
|
-
* "created_at": "
|
|
20245
|
-
* "updated_at": "
|
|
20449
|
+
* "sla_deadline": "29 Apr 2026, 02:23 AM",
|
|
20450
|
+
* "created_at": "27 Apr 2026, 01:27 PM",
|
|
20451
|
+
* "updated_at": "27 Apr 2026, 01:27 PM"
|
|
20246
20452
|
* },
|
|
20247
20453
|
* {
|
|
20248
|
-
* "uid": "
|
|
20454
|
+
* "uid": "6d3a7dc4-ba18-4271-a14e-ca732c74e26a",
|
|
20249
20455
|
* "tenancy_id": 1,
|
|
20250
20456
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
20251
20457
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
20252
20458
|
* "status": "completed",
|
|
20253
20459
|
* "priority": "normal",
|
|
20254
|
-
* "reported_at": "
|
|
20460
|
+
* "reported_at": "23 Apr 2026, 01:19 PM",
|
|
20255
20461
|
* "assigned_at": null,
|
|
20256
20462
|
* "completed_at": null,
|
|
20257
|
-
* "sla_deadline": "
|
|
20258
|
-
* "created_at": "
|
|
20259
|
-
* "updated_at": "
|
|
20463
|
+
* "sla_deadline": "30 Apr 2026, 10:23 AM",
|
|
20464
|
+
* "created_at": "27 Apr 2026, 01:27 PM",
|
|
20465
|
+
* "updated_at": "27 Apr 2026, 01:27 PM"
|
|
20260
20466
|
* }
|
|
20261
20467
|
* ]
|
|
20262
20468
|
*/
|
|
20263
20469
|
data?: {
|
|
20264
|
-
/** @example
|
|
20470
|
+
/** @example a93c9e2c-5583-44fd-ba05-1d1138136854 */
|
|
20265
20471
|
uid?: string;
|
|
20266
20472
|
/** @example 1 */
|
|
20267
20473
|
tenancy_id?: number;
|
|
@@ -20273,17 +20479,17 @@ export interface operations {
|
|
|
20273
20479
|
status?: string;
|
|
20274
20480
|
/** @example emergency */
|
|
20275
20481
|
priority?: string;
|
|
20276
|
-
/** @example
|
|
20482
|
+
/** @example 21 Apr 2026, 12:41 AM */
|
|
20277
20483
|
reported_at?: string;
|
|
20278
|
-
/** @example
|
|
20484
|
+
/** @example 25 Apr 2026, 09:01 PM */
|
|
20279
20485
|
assigned_at?: string;
|
|
20280
20486
|
/** @example null */
|
|
20281
20487
|
completed_at?: string | null;
|
|
20282
|
-
/** @example
|
|
20488
|
+
/** @example 29 Apr 2026, 02:23 AM */
|
|
20283
20489
|
sla_deadline?: string;
|
|
20284
|
-
/** @example
|
|
20490
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
20285
20491
|
created_at?: string;
|
|
20286
|
-
/** @example
|
|
20492
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
20287
20493
|
updated_at?: string;
|
|
20288
20494
|
}[];
|
|
20289
20495
|
links?: {
|
|
@@ -20399,13 +20605,13 @@ export interface operations {
|
|
|
20399
20605
|
};
|
|
20400
20606
|
} | {
|
|
20401
20607
|
data?: {
|
|
20402
|
-
/** @example
|
|
20608
|
+
/** @example bf1df753-e4be-4710-9985-abdd7bc9dd5e */
|
|
20403
20609
|
uid?: string;
|
|
20404
20610
|
/** @example image */
|
|
20405
20611
|
file_type?: string;
|
|
20406
20612
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
20407
20613
|
url?: string;
|
|
20408
|
-
/** @example 2026-04-
|
|
20614
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
20409
20615
|
created_at?: string;
|
|
20410
20616
|
};
|
|
20411
20617
|
};
|
|
@@ -20450,7 +20656,7 @@ export interface operations {
|
|
|
20450
20656
|
content: {
|
|
20451
20657
|
"application/json": {
|
|
20452
20658
|
data?: {
|
|
20453
|
-
/** @example
|
|
20659
|
+
/** @example 136 */
|
|
20454
20660
|
id?: number;
|
|
20455
20661
|
/** @example property_inquiry */
|
|
20456
20662
|
type?: string;
|
|
@@ -20458,7 +20664,7 @@ export interface operations {
|
|
|
20458
20664
|
listing_id?: number;
|
|
20459
20665
|
/** @example null */
|
|
20460
20666
|
last_message_at?: string | null;
|
|
20461
|
-
/** @example 2026-04-
|
|
20667
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
20462
20668
|
created_at?: string;
|
|
20463
20669
|
};
|
|
20464
20670
|
};
|
|
@@ -20484,23 +20690,23 @@ export interface operations {
|
|
|
20484
20690
|
/**
|
|
20485
20691
|
* @example [
|
|
20486
20692
|
* {
|
|
20487
|
-
* "id":
|
|
20693
|
+
* "id": 137,
|
|
20488
20694
|
* "type": "property_inquiry",
|
|
20489
20695
|
* "listing_id": 2,
|
|
20490
20696
|
* "last_message_at": null,
|
|
20491
|
-
* "created_at": "2026-04-
|
|
20697
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
20492
20698
|
* },
|
|
20493
20699
|
* {
|
|
20494
|
-
* "id":
|
|
20700
|
+
* "id": 138,
|
|
20495
20701
|
* "type": "property_inquiry",
|
|
20496
20702
|
* "listing_id": 2,
|
|
20497
20703
|
* "last_message_at": null,
|
|
20498
|
-
* "created_at": "2026-04-
|
|
20704
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
20499
20705
|
* }
|
|
20500
20706
|
* ]
|
|
20501
20707
|
*/
|
|
20502
20708
|
data?: {
|
|
20503
|
-
/** @example
|
|
20709
|
+
/** @example 137 */
|
|
20504
20710
|
id?: number;
|
|
20505
20711
|
/** @example property_inquiry */
|
|
20506
20712
|
type?: string;
|
|
@@ -20508,7 +20714,7 @@ export interface operations {
|
|
|
20508
20714
|
listing_id?: number;
|
|
20509
20715
|
/** @example null */
|
|
20510
20716
|
last_message_at?: string | null;
|
|
20511
|
-
/** @example 2026-04-
|
|
20717
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
20512
20718
|
created_at?: string;
|
|
20513
20719
|
}[];
|
|
20514
20720
|
links?: {
|
|
@@ -20826,27 +21032,27 @@ export interface operations {
|
|
|
20826
21032
|
/**
|
|
20827
21033
|
* @example [
|
|
20828
21034
|
* {
|
|
20829
|
-
* "id": "
|
|
21035
|
+
* "id": "7b4f9c62-f0c6-44e8-906b-28c871f5c918",
|
|
20830
21036
|
* "type": "APPOINTMENT_CREATED",
|
|
20831
21037
|
* "title": "faker notification",
|
|
20832
21038
|
* "body": "faker notification body",
|
|
20833
21039
|
* "data": [],
|
|
20834
21040
|
* "read_at": null,
|
|
20835
|
-
* "created_at": "2026-04-
|
|
21041
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
20836
21042
|
* },
|
|
20837
21043
|
* {
|
|
20838
|
-
* "id": "
|
|
21044
|
+
* "id": "33dfff40-d7ed-44e9-baf9-1da9d7b70226",
|
|
20839
21045
|
* "type": "APPOINTMENT_CREATED",
|
|
20840
21046
|
* "title": "faker notification",
|
|
20841
21047
|
* "body": "faker notification body",
|
|
20842
21048
|
* "data": [],
|
|
20843
21049
|
* "read_at": null,
|
|
20844
|
-
* "created_at": "2026-04-
|
|
21050
|
+
* "created_at": "2026-04-27T13:27:42.000000Z"
|
|
20845
21051
|
* }
|
|
20846
21052
|
* ]
|
|
20847
21053
|
*/
|
|
20848
21054
|
data?: {
|
|
20849
|
-
/** @example
|
|
21055
|
+
/** @example 7b4f9c62-f0c6-44e8-906b-28c871f5c918 */
|
|
20850
21056
|
id?: string;
|
|
20851
21057
|
/** @example APPOINTMENT_CREATED */
|
|
20852
21058
|
type?: string;
|
|
@@ -20858,7 +21064,7 @@ export interface operations {
|
|
|
20858
21064
|
data?: unknown[];
|
|
20859
21065
|
/** @example null */
|
|
20860
21066
|
read_at?: string | null;
|
|
20861
|
-
/** @example 2026-04-
|
|
21067
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
20862
21068
|
created_at?: string;
|
|
20863
21069
|
}[];
|
|
20864
21070
|
links?: {
|
|
@@ -20942,7 +21148,7 @@ export interface operations {
|
|
|
20942
21148
|
};
|
|
20943
21149
|
content: {
|
|
20944
21150
|
"application/json": {
|
|
20945
|
-
/** @example
|
|
21151
|
+
/** @example 343ba0af-6285-418b-b542-a864fd7fdd9e */
|
|
20946
21152
|
id?: string;
|
|
20947
21153
|
/** @example APPOINTMENT_CREATED */
|
|
20948
21154
|
type?: string;
|
|
@@ -20954,7 +21160,7 @@ export interface operations {
|
|
|
20954
21160
|
data?: unknown[];
|
|
20955
21161
|
/** @example null */
|
|
20956
21162
|
read_at?: string | null;
|
|
20957
|
-
/** @example 2026-04-
|
|
21163
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
20958
21164
|
created_at?: string;
|
|
20959
21165
|
};
|
|
20960
21166
|
};
|
|
@@ -21203,45 +21409,45 @@ export interface operations {
|
|
|
21203
21409
|
/**
|
|
21204
21410
|
* @example [
|
|
21205
21411
|
* {
|
|
21206
|
-
* "id":
|
|
21412
|
+
* "id": 271,
|
|
21207
21413
|
* "rating": 1,
|
|
21208
21414
|
* "comment": "Nice Listing",
|
|
21209
21415
|
* "reviewer": {
|
|
21210
|
-
* "id":
|
|
21211
|
-
* "name": "
|
|
21416
|
+
* "id": 9,
|
|
21417
|
+
* "name": "Dominic Thomas"
|
|
21212
21418
|
* },
|
|
21213
|
-
* "created_at": "2026-04-
|
|
21214
|
-
* "updated_at": "2026-04-
|
|
21419
|
+
* "created_at": "2026-04-27T13:27:42+00:00",
|
|
21420
|
+
* "updated_at": "2026-04-27T13:27:42+00:00"
|
|
21215
21421
|
* },
|
|
21216
21422
|
* {
|
|
21217
|
-
* "id":
|
|
21423
|
+
* "id": 272,
|
|
21218
21424
|
* "rating": 1,
|
|
21219
21425
|
* "comment": "Nice Listing",
|
|
21220
21426
|
* "reviewer": {
|
|
21221
|
-
* "id":
|
|
21222
|
-
* "name": "
|
|
21427
|
+
* "id": 14,
|
|
21428
|
+
* "name": "Ray Clark"
|
|
21223
21429
|
* },
|
|
21224
|
-
* "created_at": "2026-04-
|
|
21225
|
-
* "updated_at": "2026-04-
|
|
21430
|
+
* "created_at": "2026-04-27T13:27:42+00:00",
|
|
21431
|
+
* "updated_at": "2026-04-27T13:27:42+00:00"
|
|
21226
21432
|
* }
|
|
21227
21433
|
* ]
|
|
21228
21434
|
*/
|
|
21229
21435
|
data?: {
|
|
21230
|
-
/** @example
|
|
21436
|
+
/** @example 271 */
|
|
21231
21437
|
id?: number;
|
|
21232
21438
|
/** @example 1 */
|
|
21233
21439
|
rating?: number;
|
|
21234
21440
|
/** @example Nice Listing */
|
|
21235
21441
|
comment?: string;
|
|
21236
21442
|
reviewer?: {
|
|
21237
|
-
/** @example
|
|
21443
|
+
/** @example 9 */
|
|
21238
21444
|
id?: number;
|
|
21239
|
-
/** @example
|
|
21445
|
+
/** @example Dominic Thomas */
|
|
21240
21446
|
name?: string;
|
|
21241
21447
|
};
|
|
21242
|
-
/** @example 2026-04-
|
|
21448
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21243
21449
|
created_at?: string;
|
|
21244
|
-
/** @example 2026-04-
|
|
21450
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21245
21451
|
updated_at?: string;
|
|
21246
21452
|
}[];
|
|
21247
21453
|
links?: {
|
|
@@ -21395,21 +21601,21 @@ export interface operations {
|
|
|
21395
21601
|
content: {
|
|
21396
21602
|
"application/json": {
|
|
21397
21603
|
data?: {
|
|
21398
|
-
/** @example
|
|
21604
|
+
/** @example 273 */
|
|
21399
21605
|
id?: number;
|
|
21400
21606
|
/** @example 1 */
|
|
21401
21607
|
rating?: number;
|
|
21402
21608
|
/** @example Nice Listing */
|
|
21403
21609
|
comment?: string;
|
|
21404
21610
|
reviewer?: {
|
|
21405
|
-
/** @example
|
|
21611
|
+
/** @example 2 */
|
|
21406
21612
|
id?: number;
|
|
21407
|
-
/** @example
|
|
21613
|
+
/** @example dogunfx */
|
|
21408
21614
|
name?: string;
|
|
21409
21615
|
};
|
|
21410
|
-
/** @example 2026-04-
|
|
21616
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21411
21617
|
created_at?: string;
|
|
21412
|
-
/** @example 2026-04-
|
|
21618
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21413
21619
|
updated_at?: string;
|
|
21414
21620
|
};
|
|
21415
21621
|
};
|
|
@@ -21453,21 +21659,21 @@ export interface operations {
|
|
|
21453
21659
|
content: {
|
|
21454
21660
|
"application/json": {
|
|
21455
21661
|
data?: {
|
|
21456
|
-
/** @example
|
|
21662
|
+
/** @example 274 */
|
|
21457
21663
|
id?: number;
|
|
21458
21664
|
/** @example 1 */
|
|
21459
21665
|
rating?: number;
|
|
21460
21666
|
/** @example Nice Listing */
|
|
21461
21667
|
comment?: string;
|
|
21462
21668
|
reviewer?: {
|
|
21463
|
-
/** @example
|
|
21669
|
+
/** @example 17 */
|
|
21464
21670
|
id?: number;
|
|
21465
|
-
/** @example
|
|
21671
|
+
/** @example Hannah Ross */
|
|
21466
21672
|
name?: string;
|
|
21467
21673
|
};
|
|
21468
|
-
/** @example 2026-04-
|
|
21674
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21469
21675
|
created_at?: string;
|
|
21470
|
-
/** @example 2026-04-
|
|
21676
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21471
21677
|
updated_at?: string;
|
|
21472
21678
|
};
|
|
21473
21679
|
};
|
|
@@ -21509,21 +21715,21 @@ export interface operations {
|
|
|
21509
21715
|
content: {
|
|
21510
21716
|
"application/json": {
|
|
21511
21717
|
data?: {
|
|
21512
|
-
/** @example
|
|
21718
|
+
/** @example 275 */
|
|
21513
21719
|
id?: number;
|
|
21514
21720
|
/** @example 1 */
|
|
21515
21721
|
rating?: number;
|
|
21516
21722
|
/** @example Nice Listing */
|
|
21517
21723
|
comment?: string;
|
|
21518
21724
|
reviewer?: {
|
|
21519
|
-
/** @example
|
|
21725
|
+
/** @example 15 */
|
|
21520
21726
|
id?: number;
|
|
21521
|
-
/** @example
|
|
21727
|
+
/** @example Sabrina Owen */
|
|
21522
21728
|
name?: string;
|
|
21523
21729
|
};
|
|
21524
|
-
/** @example 2026-04-
|
|
21730
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21525
21731
|
created_at?: string;
|
|
21526
|
-
/** @example 2026-04-
|
|
21732
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21527
21733
|
updated_at?: string;
|
|
21528
21734
|
};
|
|
21529
21735
|
};
|
|
@@ -21550,21 +21756,21 @@ export interface operations {
|
|
|
21550
21756
|
content: {
|
|
21551
21757
|
"application/json": {
|
|
21552
21758
|
data?: {
|
|
21553
|
-
/** @example
|
|
21759
|
+
/** @example 276 */
|
|
21554
21760
|
id?: number;
|
|
21555
21761
|
/** @example 1 */
|
|
21556
21762
|
rating?: number;
|
|
21557
21763
|
/** @example Nice Listing */
|
|
21558
21764
|
comment?: string;
|
|
21559
21765
|
reviewer?: {
|
|
21560
|
-
/** @example
|
|
21766
|
+
/** @example 7 */
|
|
21561
21767
|
id?: number;
|
|
21562
|
-
/** @example
|
|
21768
|
+
/** @example Sienna Palmer */
|
|
21563
21769
|
name?: string;
|
|
21564
21770
|
};
|
|
21565
|
-
/** @example 2026-04-
|
|
21771
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21566
21772
|
created_at?: string;
|
|
21567
|
-
/** @example 2026-04-
|
|
21773
|
+
/** @example 2026-04-27T13:27:42+00:00 */
|
|
21568
21774
|
updated_at?: string;
|
|
21569
21775
|
};
|
|
21570
21776
|
};
|
|
@@ -21591,7 +21797,7 @@ export interface operations {
|
|
|
21591
21797
|
content: {
|
|
21592
21798
|
"application/json": {
|
|
21593
21799
|
data?: {
|
|
21594
|
-
/** @example
|
|
21800
|
+
/** @example 797d14d9-f217-48ca-9cb6-47b3f673c3f0 */
|
|
21595
21801
|
uid?: string;
|
|
21596
21802
|
/** @example 1 */
|
|
21597
21803
|
listing_id?: number;
|
|
@@ -21605,9 +21811,9 @@ export interface operations {
|
|
|
21605
21811
|
deposit_amount?: string;
|
|
21606
21812
|
/** @example offer_accepted */
|
|
21607
21813
|
state?: string;
|
|
21608
|
-
/** @example 2025-
|
|
21814
|
+
/** @example 2025-11-02T00:00:00.000000Z */
|
|
21609
21815
|
start_date?: string;
|
|
21610
|
-
/** @example 2026-
|
|
21816
|
+
/** @example 2026-11-02T00:00:00.000000Z */
|
|
21611
21817
|
end_date?: string;
|
|
21612
21818
|
/** @example false */
|
|
21613
21819
|
is_periodic?: boolean;
|
|
@@ -21615,7 +21821,7 @@ export interface operations {
|
|
|
21615
21821
|
company_name?: string | null;
|
|
21616
21822
|
/** @example null */
|
|
21617
21823
|
company_registration_number?: string | null;
|
|
21618
|
-
/** @example 2026-04-
|
|
21824
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
21619
21825
|
created_at?: string;
|
|
21620
21826
|
/** @example [] */
|
|
21621
21827
|
compliances?: unknown[];
|
|
@@ -21692,7 +21898,7 @@ export interface operations {
|
|
|
21692
21898
|
content: {
|
|
21693
21899
|
"application/json": {
|
|
21694
21900
|
data?: {
|
|
21695
|
-
/** @example
|
|
21901
|
+
/** @example 1da96f2c-1662-4d83-8b52-246570a6963a */
|
|
21696
21902
|
uid?: string;
|
|
21697
21903
|
/** @example 1 */
|
|
21698
21904
|
listing_id?: number;
|
|
@@ -21706,9 +21912,9 @@ export interface operations {
|
|
|
21706
21912
|
deposit_amount?: string;
|
|
21707
21913
|
/** @example active */
|
|
21708
21914
|
state?: string;
|
|
21709
|
-
/** @example 2025-10-
|
|
21915
|
+
/** @example 2025-10-13T00:00:00.000000Z */
|
|
21710
21916
|
start_date?: string;
|
|
21711
|
-
/** @example 2026-10-
|
|
21917
|
+
/** @example 2026-10-13T00:00:00.000000Z */
|
|
21712
21918
|
end_date?: string;
|
|
21713
21919
|
/** @example true */
|
|
21714
21920
|
is_periodic?: boolean;
|
|
@@ -21716,7 +21922,7 @@ export interface operations {
|
|
|
21716
21922
|
company_name?: string | null;
|
|
21717
21923
|
/** @example null */
|
|
21718
21924
|
company_registration_number?: string | null;
|
|
21719
|
-
/** @example 2026-04-
|
|
21925
|
+
/** @example 2026-04-27T13:27:42.000000Z */
|
|
21720
21926
|
created_at?: string;
|
|
21721
21927
|
};
|
|
21722
21928
|
};
|
|
@@ -22010,7 +22216,7 @@ export interface operations {
|
|
|
22010
22216
|
* "changed_by_user_id": 3,
|
|
22011
22217
|
* "changed_by_name": "Teagan King",
|
|
22012
22218
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
22013
|
-
* "created_at": "2025-12-
|
|
22219
|
+
* "created_at": "2025-12-20T00:14:41.000000Z"
|
|
22014
22220
|
* },
|
|
22015
22221
|
* {
|
|
22016
22222
|
* "from_state": "pre_move_in_ready",
|
|
@@ -22018,7 +22224,7 @@ export interface operations {
|
|
|
22018
22224
|
* "changed_by_user_id": 3,
|
|
22019
22225
|
* "changed_by_name": "Teagan King",
|
|
22020
22226
|
* "comment": null,
|
|
22021
|
-
* "created_at": "2025-11-
|
|
22227
|
+
* "created_at": "2025-11-05T08:10:21.000000Z"
|
|
22022
22228
|
* }
|
|
22023
22229
|
* ]
|
|
22024
22230
|
*/
|
|
@@ -22033,7 +22239,7 @@ export interface operations {
|
|
|
22033
22239
|
changed_by_name?: string;
|
|
22034
22240
|
/** @example Qui commodi incidunt iure odit. */
|
|
22035
22241
|
comment?: string;
|
|
22036
|
-
/** @example 2025-12-
|
|
22242
|
+
/** @example 2025-12-20T00:14:41.000000Z */
|
|
22037
22243
|
created_at?: string;
|
|
22038
22244
|
}[];
|
|
22039
22245
|
};
|
|
@@ -22277,7 +22483,7 @@ export interface operations {
|
|
|
22277
22483
|
content: {
|
|
22278
22484
|
"application/json": {
|
|
22279
22485
|
data?: {
|
|
22280
|
-
/** @example
|
|
22486
|
+
/** @example d4a83821-77f6-431b-b2de-10b1a2b04105 */
|
|
22281
22487
|
uid?: string;
|
|
22282
22488
|
/** @example Ms. Audra Crooks II */
|
|
22283
22489
|
username?: string;
|
|
@@ -22307,7 +22513,7 @@ export interface operations {
|
|
|
22307
22513
|
timezone?: string;
|
|
22308
22514
|
/** @example Customer */
|
|
22309
22515
|
user_type?: string;
|
|
22310
|
-
/** @example
|
|
22516
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
22311
22517
|
created?: string;
|
|
22312
22518
|
/** @example 0 seconds ago */
|
|
22313
22519
|
email_verified_at?: string;
|
|
@@ -22406,7 +22612,7 @@ export interface operations {
|
|
|
22406
22612
|
content: {
|
|
22407
22613
|
"application/json": {
|
|
22408
22614
|
data?: {
|
|
22409
|
-
/** @example
|
|
22615
|
+
/** @example ce340689-b2ec-4c38-abf3-ac74fc7da30e */
|
|
22410
22616
|
uid?: string;
|
|
22411
22617
|
/** @example Morgan Hirthe */
|
|
22412
22618
|
username?: string;
|
|
@@ -22436,7 +22642,7 @@ export interface operations {
|
|
|
22436
22642
|
timezone?: string;
|
|
22437
22643
|
/** @example Customer */
|
|
22438
22644
|
user_type?: string;
|
|
22439
|
-
/** @example
|
|
22645
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
22440
22646
|
created?: string;
|
|
22441
22647
|
/** @example 0 seconds ago */
|
|
22442
22648
|
email_verified_at?: string;
|
|
@@ -22508,7 +22714,7 @@ export interface operations {
|
|
|
22508
22714
|
content: {
|
|
22509
22715
|
"application/json": {
|
|
22510
22716
|
data?: {
|
|
22511
|
-
/** @example
|
|
22717
|
+
/** @example 29d45896-ba1d-4fc9-a933-cc730c0d1e39 */
|
|
22512
22718
|
uid?: string;
|
|
22513
22719
|
/** @example Ms. Audra Crooks II */
|
|
22514
22720
|
username?: string;
|
|
@@ -22538,7 +22744,7 @@ export interface operations {
|
|
|
22538
22744
|
timezone?: string;
|
|
22539
22745
|
/** @example Customer */
|
|
22540
22746
|
user_type?: string;
|
|
22541
|
-
/** @example
|
|
22747
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
22542
22748
|
created?: string;
|
|
22543
22749
|
/** @example 0 seconds ago */
|
|
22544
22750
|
email_verified_at?: string;
|
|
@@ -22778,7 +22984,7 @@ export interface operations {
|
|
|
22778
22984
|
completed_layers?: number;
|
|
22779
22985
|
/** @example 4 */
|
|
22780
22986
|
pending_layers?: number;
|
|
22781
|
-
/** @example
|
|
22987
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
22782
22988
|
last_calculated_at?: string;
|
|
22783
22989
|
};
|
|
22784
22990
|
};
|
|
@@ -22826,7 +23032,7 @@ export interface operations {
|
|
|
22826
23032
|
completed_layers?: number;
|
|
22827
23033
|
/** @example 4 */
|
|
22828
23034
|
pending_layers?: number;
|
|
22829
|
-
/** @example
|
|
23035
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
22830
23036
|
last_calculated_at?: string;
|
|
22831
23037
|
};
|
|
22832
23038
|
};
|
|
@@ -22860,14 +23066,14 @@ export interface operations {
|
|
|
22860
23066
|
content: {
|
|
22861
23067
|
"application/json": {
|
|
22862
23068
|
data?: {
|
|
22863
|
-
/** @example
|
|
23069
|
+
/** @example 34d00214-b4e3-45a2-809a-80d57effe146 */
|
|
22864
23070
|
wishlist_uid?: string;
|
|
22865
23071
|
listing?: {
|
|
22866
|
-
/** @example New For Sale Used Item draft •
|
|
23072
|
+
/** @example New For Sale Used Item draft • 27 Apr 2026, 1:27 PM */
|
|
22867
23073
|
draft_name?: string;
|
|
22868
|
-
/** @example LST-UIT-SAL-
|
|
23074
|
+
/** @example LST-UIT-SAL-MOH8FB6BZUU */
|
|
22869
23075
|
sku?: string;
|
|
22870
|
-
/** @example
|
|
23076
|
+
/** @example 5ccaf1aa-df2a-4cf1-a12c-01e55c8536ae */
|
|
22871
23077
|
uid?: string;
|
|
22872
23078
|
/** @example Sale */
|
|
22873
23079
|
listing_type?: string;
|
|
@@ -22951,15 +23157,15 @@ export interface operations {
|
|
|
22951
23157
|
/**
|
|
22952
23158
|
* @example [
|
|
22953
23159
|
* {
|
|
22954
|
-
* "wishlist_uid": "
|
|
23160
|
+
* "wishlist_uid": "85fa83f5-46c8-4773-a0e7-78bdc15749fa"
|
|
22955
23161
|
* },
|
|
22956
23162
|
* {
|
|
22957
|
-
* "wishlist_uid": "
|
|
23163
|
+
* "wishlist_uid": "7a8300f3-4365-4992-ba95-ccbc934b1dfa"
|
|
22958
23164
|
* }
|
|
22959
23165
|
* ]
|
|
22960
23166
|
*/
|
|
22961
23167
|
data?: {
|
|
22962
|
-
/** @example
|
|
23168
|
+
/** @example 85fa83f5-46c8-4773-a0e7-78bdc15749fa */
|
|
22963
23169
|
wishlist_uid?: string;
|
|
22964
23170
|
}[];
|
|
22965
23171
|
links?: {
|
|
@@ -23094,7 +23300,7 @@ export interface operations {
|
|
|
23094
23300
|
completed_layers?: number;
|
|
23095
23301
|
/** @example 4 */
|
|
23096
23302
|
pending_layers?: number;
|
|
23097
|
-
/** @example
|
|
23303
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
23098
23304
|
last_calculated_at?: string;
|
|
23099
23305
|
};
|
|
23100
23306
|
};
|
|
@@ -23102,6 +23308,86 @@ export interface operations {
|
|
|
23102
23308
|
};
|
|
23103
23309
|
};
|
|
23104
23310
|
};
|
|
23311
|
+
fetchUserVerificationLayer: {
|
|
23312
|
+
parameters: {
|
|
23313
|
+
query?: never;
|
|
23314
|
+
header?: never;
|
|
23315
|
+
path: {
|
|
23316
|
+
/** @description The verification key of the layer. */
|
|
23317
|
+
layerKey: string;
|
|
23318
|
+
};
|
|
23319
|
+
cookie?: never;
|
|
23320
|
+
};
|
|
23321
|
+
requestBody?: never;
|
|
23322
|
+
responses: {
|
|
23323
|
+
/** @description Verification layer retrieved successfully */
|
|
23324
|
+
200: {
|
|
23325
|
+
headers: {
|
|
23326
|
+
[name: string]: unknown;
|
|
23327
|
+
};
|
|
23328
|
+
content: {
|
|
23329
|
+
"application/json": {
|
|
23330
|
+
/** @example Verification layer retrieved successfully */
|
|
23331
|
+
message?: string;
|
|
23332
|
+
/** @example null */
|
|
23333
|
+
event?: string | null;
|
|
23334
|
+
data?: {
|
|
23335
|
+
/** @example 1 */
|
|
23336
|
+
id?: number;
|
|
23337
|
+
/** @example email_verified */
|
|
23338
|
+
key?: string;
|
|
23339
|
+
/** @example Email Verification */
|
|
23340
|
+
name?: string;
|
|
23341
|
+
/** @example Verify your email address to continue. */
|
|
23342
|
+
description?: string;
|
|
23343
|
+
/** @example false */
|
|
23344
|
+
requires_review?: boolean;
|
|
23345
|
+
metadata_schema?: {
|
|
23346
|
+
/** @example object */
|
|
23347
|
+
type?: string;
|
|
23348
|
+
/**
|
|
23349
|
+
* @example [
|
|
23350
|
+
* {
|
|
23351
|
+
* "name": "full_name",
|
|
23352
|
+
* "type": "string"
|
|
23353
|
+
* },
|
|
23354
|
+
* {
|
|
23355
|
+
* "name": "age",
|
|
23356
|
+
* "type": "integer"
|
|
23357
|
+
* },
|
|
23358
|
+
* {
|
|
23359
|
+
* "name": "is_resident",
|
|
23360
|
+
* "type": "boolean"
|
|
23361
|
+
* },
|
|
23362
|
+
* {
|
|
23363
|
+
* "name": "document",
|
|
23364
|
+
* "type": "file"
|
|
23365
|
+
* },
|
|
23366
|
+
* {
|
|
23367
|
+
* "name": "issued_at",
|
|
23368
|
+
* "type": "date"
|
|
23369
|
+
* }
|
|
23370
|
+
* ]
|
|
23371
|
+
*/
|
|
23372
|
+
fields?: {
|
|
23373
|
+
/** @example full_name */
|
|
23374
|
+
name?: string;
|
|
23375
|
+
/** @example string */
|
|
23376
|
+
type?: string;
|
|
23377
|
+
}[];
|
|
23378
|
+
};
|
|
23379
|
+
/** @example true */
|
|
23380
|
+
is_active?: boolean;
|
|
23381
|
+
/** @example 2026-04-27T09:00:00Z */
|
|
23382
|
+
created_at?: string;
|
|
23383
|
+
/** @example 2026-04-27T09:00:00Z */
|
|
23384
|
+
updated_at?: string;
|
|
23385
|
+
};
|
|
23386
|
+
};
|
|
23387
|
+
};
|
|
23388
|
+
};
|
|
23389
|
+
};
|
|
23390
|
+
};
|
|
23105
23391
|
dashboardCardUserVerification: {
|
|
23106
23392
|
parameters: {
|
|
23107
23393
|
query?: never;
|
|
@@ -23256,7 +23542,7 @@ export interface operations {
|
|
|
23256
23542
|
completed_layers?: number;
|
|
23257
23543
|
/** @example 4 */
|
|
23258
23544
|
pending_layers?: number;
|
|
23259
|
-
/** @example
|
|
23545
|
+
/** @example 27 Apr 2026, 01:27 PM */
|
|
23260
23546
|
last_calculated_at?: string;
|
|
23261
23547
|
};
|
|
23262
23548
|
};
|