@justins-home/types 1.1.51 → 1.1.53
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 +1044 -773
- 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 47817d70-3aab-413c-b8a7-c330956f4416 */
|
|
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 28 Apr 2026, 01:29 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 aa64fdab-a459-4bd1-bb6a-acb201f18b8b */
|
|
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 28 Apr 2026, 01:29 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 • 28 Apr 2026, 1:29 PM */
|
|
6680
6703
|
draft_name?: string;
|
|
6681
|
-
/** @example LST-PRP-LTR-
|
|
6704
|
+
/** @example LST-PRP-LTR-MOINXOQDHWK */
|
|
6682
6705
|
sku?: string;
|
|
6683
|
-
/** @example
|
|
6706
|
+
/** @example c36ef851-61c5-4f15-a2c3-13b286b200a9 */
|
|
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 Active
|
|
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 63d2f343-74e4-4523-bd41-1ed62ab9b071 */
|
|
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 28 Apr 2026, 01:29 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 • 28 Apr 2026, 1:29 PM */
|
|
8850
8873
|
draft_name?: string;
|
|
8851
|
-
/** @example LST-PRP-LTR-
|
|
8874
|
+
/** @example LST-PRP-LTR-MOINXOTG0EB */
|
|
8852
8875
|
sku?: string;
|
|
8853
|
-
/** @example
|
|
8876
|
+
/** @example 67d2469b-385d-4863-b1d5-b8195812ca54 */
|
|
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 c19f194d-0637-473a-b173-a4aca00392ba */
|
|
9294
9317
|
uid?: string;
|
|
9295
9318
|
/** @example photo */
|
|
9296
9319
|
media_type?: string;
|
|
@@ -9597,9 +9620,9 @@ export interface operations {
|
|
|
9597
9620
|
/**
|
|
9598
9621
|
* @example [
|
|
9599
9622
|
* {
|
|
9600
|
-
* "draft_name": "New For Sale Property draft •
|
|
9601
|
-
* "sku": "LST-PRP-SAL-
|
|
9602
|
-
* "uid": "
|
|
9623
|
+
* "draft_name": "New For Sale Property draft • 28 Apr 2026, 1:29 PM",
|
|
9624
|
+
* "sku": "LST-PRP-SAL-MOINXOUZQSO",
|
|
9625
|
+
* "uid": "324f01b2-0327-4789-b416-8e8bfb2066c9",
|
|
9603
9626
|
* "listing_type": "Sale",
|
|
9604
9627
|
* "vertical": "Property",
|
|
9605
9628
|
* "arrangement_type": "let_to_let",
|
|
@@ -9616,30 +9639,32 @@ 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 Property draft • 28 Apr 2026, 1:29 PM",
|
|
9643
|
+
* "sku": "LST-PRP-SAL-MOINXOV1BDK",
|
|
9644
|
+
* "uid": "9af4017c-54e8-43d2-84d7-da1557c74b76",
|
|
9622
9645
|
* "listing_type": "Sale",
|
|
9623
|
-
* "vertical": "
|
|
9624
|
-
* "arrangement_type":
|
|
9625
|
-
* "arrangement_type_label":
|
|
9646
|
+
* "vertical": "Property",
|
|
9647
|
+
* "arrangement_type": "standard_residential",
|
|
9648
|
+
* "arrangement_type_label": "Standard Residential",
|
|
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":
|
|
9654
|
+
* "summary": {
|
|
9655
|
+
* "availability": null
|
|
9656
|
+
* },
|
|
9632
9657
|
* "workflow": [],
|
|
9633
9658
|
* "media": []
|
|
9634
9659
|
* }
|
|
9635
9660
|
* ]
|
|
9636
9661
|
*/
|
|
9637
9662
|
data?: {
|
|
9638
|
-
/** @example New For Sale Property draft •
|
|
9663
|
+
/** @example New For Sale Property draft • 28 Apr 2026, 1:29 PM */
|
|
9639
9664
|
draft_name?: string;
|
|
9640
|
-
/** @example LST-PRP-SAL-
|
|
9665
|
+
/** @example LST-PRP-SAL-MOINXOUZQSO */
|
|
9641
9666
|
sku?: string;
|
|
9642
|
-
/** @example
|
|
9667
|
+
/** @example 324f01b2-0327-4789-b416-8e8bfb2066c9 */
|
|
9643
9668
|
uid?: string;
|
|
9644
9669
|
/** @example Sale */
|
|
9645
9670
|
listing_type?: string;
|
|
@@ -9834,11 +9859,11 @@ export interface operations {
|
|
|
9834
9859
|
content: {
|
|
9835
9860
|
"application/json": {
|
|
9836
9861
|
data?: {
|
|
9837
|
-
/** @example New For Rent Property draft •
|
|
9862
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
9838
9863
|
draft_name?: string;
|
|
9839
|
-
/** @example LST-PRP-LTR-
|
|
9864
|
+
/** @example LST-PRP-LTR-MOINXOVCOJ3 */
|
|
9840
9865
|
sku?: string;
|
|
9841
|
-
/** @example
|
|
9866
|
+
/** @example 9c292fe3-1ac7-4492-9831-a853f158f24a */
|
|
9842
9867
|
uid?: string;
|
|
9843
9868
|
/** @example Rent */
|
|
9844
9869
|
listing_type?: string;
|
|
@@ -9901,11 +9926,11 @@ export interface operations {
|
|
|
9901
9926
|
content: {
|
|
9902
9927
|
"application/json": {
|
|
9903
9928
|
data?: {
|
|
9904
|
-
/** @example New For Rent Property draft •
|
|
9929
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
9905
9930
|
draft_name?: string;
|
|
9906
|
-
/** @example LST-PRP-LTR-
|
|
9931
|
+
/** @example LST-PRP-LTR-MOINXOVISTB */
|
|
9907
9932
|
sku?: string;
|
|
9908
|
-
/** @example
|
|
9933
|
+
/** @example ae1b4f5d-9008-441c-8114-7f9087852d40 */
|
|
9909
9934
|
uid?: string;
|
|
9910
9935
|
/** @example Rent */
|
|
9911
9936
|
listing_type?: string;
|
|
@@ -9958,11 +9983,11 @@ export interface operations {
|
|
|
9958
9983
|
content: {
|
|
9959
9984
|
"application/json": {
|
|
9960
9985
|
data?: {
|
|
9961
|
-
/** @example New For Rent Property draft •
|
|
9986
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
9962
9987
|
draft_name?: string;
|
|
9963
|
-
/** @example LST-PRP-LTR-
|
|
9988
|
+
/** @example LST-PRP-LTR-MOINXOVNTBJ */
|
|
9964
9989
|
sku?: string;
|
|
9965
|
-
/** @example
|
|
9990
|
+
/** @example e45f4f22-e0eb-434b-93fd-e5247eb64997 */
|
|
9966
9991
|
uid?: string;
|
|
9967
9992
|
/** @example Rent */
|
|
9968
9993
|
listing_type?: string;
|
|
@@ -10015,11 +10040,11 @@ export interface operations {
|
|
|
10015
10040
|
content: {
|
|
10016
10041
|
"application/json": {
|
|
10017
10042
|
data?: {
|
|
10018
|
-
/** @example New For Rent Property draft •
|
|
10043
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
10019
10044
|
draft_name?: string;
|
|
10020
|
-
/** @example LST-PRP-LTR-
|
|
10045
|
+
/** @example LST-PRP-LTR-MOINXOVTSSC */
|
|
10021
10046
|
sku?: string;
|
|
10022
|
-
/** @example
|
|
10047
|
+
/** @example 70fc581a-d299-4feb-b35d-d97c2681604f */
|
|
10023
10048
|
uid?: string;
|
|
10024
10049
|
/** @example Rent */
|
|
10025
10050
|
listing_type?: string;
|
|
@@ -10213,7 +10238,7 @@ export interface operations {
|
|
|
10213
10238
|
content: {
|
|
10214
10239
|
"application/json": {
|
|
10215
10240
|
data?: {
|
|
10216
|
-
/** @example
|
|
10241
|
+
/** @example 178 */
|
|
10217
10242
|
id?: number;
|
|
10218
10243
|
/** @example 1 */
|
|
10219
10244
|
category_id?: number;
|
|
@@ -10287,7 +10312,7 @@ export interface operations {
|
|
|
10287
10312
|
content: {
|
|
10288
10313
|
"application/json": {
|
|
10289
10314
|
data?: {
|
|
10290
|
-
/** @example
|
|
10315
|
+
/** @example 179 */
|
|
10291
10316
|
id?: number;
|
|
10292
10317
|
/** @example 1 */
|
|
10293
10318
|
category_id?: number;
|
|
@@ -10326,7 +10351,7 @@ export interface operations {
|
|
|
10326
10351
|
content: {
|
|
10327
10352
|
"application/json": {
|
|
10328
10353
|
data?: {
|
|
10329
|
-
/** @example
|
|
10354
|
+
/** @example 180 */
|
|
10330
10355
|
id?: number;
|
|
10331
10356
|
/** @example 1 */
|
|
10332
10357
|
category_id?: number;
|
|
@@ -10364,7 +10389,7 @@ export interface operations {
|
|
|
10364
10389
|
/**
|
|
10365
10390
|
* @example [
|
|
10366
10391
|
* {
|
|
10367
|
-
* "id":
|
|
10392
|
+
* "id": 240,
|
|
10368
10393
|
* "name": "Exterior",
|
|
10369
10394
|
* "description": "For Exterior categories",
|
|
10370
10395
|
* "display_order": 1,
|
|
@@ -10374,7 +10399,7 @@ export interface operations {
|
|
|
10374
10399
|
* "is_active": true
|
|
10375
10400
|
* },
|
|
10376
10401
|
* {
|
|
10377
|
-
* "id":
|
|
10402
|
+
* "id": 241,
|
|
10378
10403
|
* "name": "Exterior",
|
|
10379
10404
|
* "description": "For Exterior categories",
|
|
10380
10405
|
* "display_order": 1,
|
|
@@ -10386,7 +10411,7 @@ export interface operations {
|
|
|
10386
10411
|
* ]
|
|
10387
10412
|
*/
|
|
10388
10413
|
data?: {
|
|
10389
|
-
/** @example
|
|
10414
|
+
/** @example 240 */
|
|
10390
10415
|
id?: number;
|
|
10391
10416
|
/** @example Exterior */
|
|
10392
10417
|
name?: string;
|
|
@@ -10450,7 +10475,7 @@ export interface operations {
|
|
|
10450
10475
|
content: {
|
|
10451
10476
|
"application/json": {
|
|
10452
10477
|
data?: {
|
|
10453
|
-
/** @example
|
|
10478
|
+
/** @example 242 */
|
|
10454
10479
|
id?: number;
|
|
10455
10480
|
/** @example Exterior */
|
|
10456
10481
|
name?: string;
|
|
@@ -10517,7 +10542,7 @@ export interface operations {
|
|
|
10517
10542
|
content: {
|
|
10518
10543
|
"application/json": {
|
|
10519
10544
|
data?: {
|
|
10520
|
-
/** @example
|
|
10545
|
+
/** @example 243 */
|
|
10521
10546
|
id?: number;
|
|
10522
10547
|
/** @example Exterior */
|
|
10523
10548
|
name?: string;
|
|
@@ -10558,7 +10583,7 @@ export interface operations {
|
|
|
10558
10583
|
content: {
|
|
10559
10584
|
"application/json": {
|
|
10560
10585
|
data?: {
|
|
10561
|
-
/** @example
|
|
10586
|
+
/** @example 244 */
|
|
10562
10587
|
id?: number;
|
|
10563
10588
|
/** @example Exterior */
|
|
10564
10589
|
name?: string;
|
|
@@ -10821,7 +10846,7 @@ export interface operations {
|
|
|
10821
10846
|
content: {
|
|
10822
10847
|
"application/json": {
|
|
10823
10848
|
data?: {
|
|
10824
|
-
/** @example
|
|
10849
|
+
/** @example 107 */
|
|
10825
10850
|
id?: number;
|
|
10826
10851
|
/** @example email_fa_0 */
|
|
10827
10852
|
key?: string;
|
|
@@ -10835,9 +10860,9 @@ export interface operations {
|
|
|
10835
10860
|
metadata_schema?: unknown[];
|
|
10836
10861
|
/** @example true */
|
|
10837
10862
|
is_active?: boolean;
|
|
10838
|
-
/** @example 2026-04-
|
|
10863
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
10839
10864
|
created_at?: string;
|
|
10840
|
-
/** @example 2026-04-
|
|
10865
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
10841
10866
|
updated_at?: string;
|
|
10842
10867
|
};
|
|
10843
10868
|
};
|
|
@@ -10897,7 +10922,7 @@ export interface operations {
|
|
|
10897
10922
|
content: {
|
|
10898
10923
|
"application/json": {
|
|
10899
10924
|
data?: {
|
|
10900
|
-
/** @example
|
|
10925
|
+
/** @example 108 */
|
|
10901
10926
|
id?: number;
|
|
10902
10927
|
/** @example email_fa_0 */
|
|
10903
10928
|
key?: string;
|
|
@@ -10911,9 +10936,9 @@ export interface operations {
|
|
|
10911
10936
|
metadata_schema?: unknown[];
|
|
10912
10937
|
/** @example true */
|
|
10913
10938
|
is_active?: boolean;
|
|
10914
|
-
/** @example 2026-04-
|
|
10939
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
10915
10940
|
created_at?: string;
|
|
10916
|
-
/** @example 2026-04-
|
|
10941
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
10917
10942
|
updated_at?: string;
|
|
10918
10943
|
};
|
|
10919
10944
|
};
|
|
@@ -12179,25 +12204,25 @@ export interface operations {
|
|
|
12179
12204
|
/**
|
|
12180
12205
|
* @example [
|
|
12181
12206
|
* {
|
|
12182
|
-
* "key": "
|
|
12183
|
-
* "name": "
|
|
12184
|
-
* "description": "
|
|
12207
|
+
* "key": "officia",
|
|
12208
|
+
* "name": "molestiae",
|
|
12209
|
+
* "description": "Molestiae rerum eveniet animi dolorem quia dolorum dicta.",
|
|
12185
12210
|
* "value_type": "string"
|
|
12186
12211
|
* },
|
|
12187
12212
|
* {
|
|
12188
|
-
* "key": "
|
|
12189
|
-
* "name": "
|
|
12190
|
-
* "description": "
|
|
12213
|
+
* "key": "delectus",
|
|
12214
|
+
* "name": "molestias",
|
|
12215
|
+
* "description": "Velit enim id saepe qui cum natus.",
|
|
12191
12216
|
* "value_type": "string"
|
|
12192
12217
|
* }
|
|
12193
12218
|
* ]
|
|
12194
12219
|
*/
|
|
12195
12220
|
data?: {
|
|
12196
|
-
/** @example
|
|
12221
|
+
/** @example officia */
|
|
12197
12222
|
key?: string;
|
|
12198
|
-
/** @example
|
|
12223
|
+
/** @example molestiae */
|
|
12199
12224
|
name?: string;
|
|
12200
|
-
/** @example
|
|
12225
|
+
/** @example Molestiae rerum eveniet animi dolorem quia dolorum dicta. */
|
|
12201
12226
|
description?: string;
|
|
12202
12227
|
/** @example string */
|
|
12203
12228
|
value_type?: string;
|
|
@@ -13439,13 +13464,13 @@ export interface operations {
|
|
|
13439
13464
|
};
|
|
13440
13465
|
} | {
|
|
13441
13466
|
data?: {
|
|
13442
|
-
/** @example
|
|
13467
|
+
/** @example 4cb12e86-7953-4dbf-a22b-806055ba8f8f */
|
|
13443
13468
|
uid?: string;
|
|
13444
13469
|
/** @example follow_up */
|
|
13445
13470
|
inspection_type?: string;
|
|
13446
13471
|
/** @example cancelled */
|
|
13447
13472
|
status?: string;
|
|
13448
|
-
/** @example
|
|
13473
|
+
/** @example 04 May 2026, 03:28 AM */
|
|
13449
13474
|
scheduled_date?: string;
|
|
13450
13475
|
/** @example null */
|
|
13451
13476
|
completed_date?: string | null;
|
|
@@ -13453,11 +13478,11 @@ export interface operations {
|
|
|
13453
13478
|
condition_rating?: string;
|
|
13454
13479
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13455
13480
|
summary?: string;
|
|
13456
|
-
/** @example
|
|
13481
|
+
/** @example 27 Jun 2026, 12:16 AM */
|
|
13457
13482
|
next_inspection_date?: string;
|
|
13458
|
-
/** @example
|
|
13483
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13459
13484
|
created_at?: string;
|
|
13460
|
-
/** @example
|
|
13485
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13461
13486
|
updated_at?: string;
|
|
13462
13487
|
};
|
|
13463
13488
|
};
|
|
@@ -13512,13 +13537,13 @@ export interface operations {
|
|
|
13512
13537
|
content: {
|
|
13513
13538
|
"application/json": {
|
|
13514
13539
|
data?: {
|
|
13515
|
-
/** @example
|
|
13540
|
+
/** @example 4d0aab81-b6e6-4a9a-8b7a-530086a37eb9 */
|
|
13516
13541
|
uid?: string;
|
|
13517
13542
|
/** @example follow_up */
|
|
13518
13543
|
inspection_type?: string;
|
|
13519
13544
|
/** @example cancelled */
|
|
13520
13545
|
status?: string;
|
|
13521
|
-
/** @example
|
|
13546
|
+
/** @example 04 May 2026, 03:28 AM */
|
|
13522
13547
|
scheduled_date?: string;
|
|
13523
13548
|
/** @example null */
|
|
13524
13549
|
completed_date?: string | null;
|
|
@@ -13526,11 +13551,11 @@ export interface operations {
|
|
|
13526
13551
|
condition_rating?: string;
|
|
13527
13552
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13528
13553
|
summary?: string;
|
|
13529
|
-
/** @example
|
|
13554
|
+
/** @example 27 Jun 2026, 12:16 AM */
|
|
13530
13555
|
next_inspection_date?: string;
|
|
13531
|
-
/** @example
|
|
13556
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13532
13557
|
created_at?: string;
|
|
13533
|
-
/** @example
|
|
13558
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13534
13559
|
updated_at?: string;
|
|
13535
13560
|
};
|
|
13536
13561
|
};
|
|
@@ -13625,13 +13650,13 @@ export interface operations {
|
|
|
13625
13650
|
content: {
|
|
13626
13651
|
"application/json": {
|
|
13627
13652
|
data?: {
|
|
13628
|
-
/** @example
|
|
13653
|
+
/** @example 84ca5f88-04e0-4004-af07-b9a6a4d0e0fd */
|
|
13629
13654
|
uid?: string;
|
|
13630
13655
|
/** @example follow_up */
|
|
13631
13656
|
inspection_type?: string;
|
|
13632
13657
|
/** @example cancelled */
|
|
13633
13658
|
status?: string;
|
|
13634
|
-
/** @example
|
|
13659
|
+
/** @example 22 Apr 2026, 12:54 AM */
|
|
13635
13660
|
scheduled_date?: string;
|
|
13636
13661
|
/** @example null */
|
|
13637
13662
|
completed_date?: string | null;
|
|
@@ -13639,11 +13664,11 @@ export interface operations {
|
|
|
13639
13664
|
condition_rating?: string;
|
|
13640
13665
|
/** @example Et animi quos velit et fugiat. */
|
|
13641
13666
|
summary?: string;
|
|
13642
|
-
/** @example
|
|
13667
|
+
/** @example 31 Jul 2026, 08:48 AM */
|
|
13643
13668
|
next_inspection_date?: string;
|
|
13644
|
-
/** @example
|
|
13669
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13645
13670
|
created_at?: string;
|
|
13646
|
-
/** @example
|
|
13671
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13647
13672
|
updated_at?: string;
|
|
13648
13673
|
};
|
|
13649
13674
|
};
|
|
@@ -13680,13 +13705,13 @@ export interface operations {
|
|
|
13680
13705
|
content: {
|
|
13681
13706
|
"application/json": {
|
|
13682
13707
|
data?: {
|
|
13683
|
-
/** @example
|
|
13708
|
+
/** @example 404c9fb7-9ee7-4b4c-a3a3-290e86a65bbc */
|
|
13684
13709
|
uid?: string;
|
|
13685
13710
|
/** @example follow_up */
|
|
13686
13711
|
inspection_type?: string;
|
|
13687
13712
|
/** @example cancelled */
|
|
13688
13713
|
status?: string;
|
|
13689
|
-
/** @example
|
|
13714
|
+
/** @example 04 May 2026, 03:28 AM */
|
|
13690
13715
|
scheduled_date?: string;
|
|
13691
13716
|
/** @example null */
|
|
13692
13717
|
completed_date?: string | null;
|
|
@@ -13694,11 +13719,11 @@ export interface operations {
|
|
|
13694
13719
|
condition_rating?: string;
|
|
13695
13720
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13696
13721
|
summary?: string;
|
|
13697
|
-
/** @example
|
|
13722
|
+
/** @example 27 Jun 2026, 12:16 AM */
|
|
13698
13723
|
next_inspection_date?: string;
|
|
13699
|
-
/** @example
|
|
13724
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13700
13725
|
created_at?: string;
|
|
13701
|
-
/** @example
|
|
13726
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13702
13727
|
updated_at?: string;
|
|
13703
13728
|
};
|
|
13704
13729
|
};
|
|
@@ -13735,13 +13760,13 @@ export interface operations {
|
|
|
13735
13760
|
content: {
|
|
13736
13761
|
"application/json": {
|
|
13737
13762
|
data?: {
|
|
13738
|
-
/** @example
|
|
13763
|
+
/** @example 4a674046-dae2-4d9a-8906-09f162dcd062 */
|
|
13739
13764
|
uid?: string;
|
|
13740
13765
|
/** @example follow_up */
|
|
13741
13766
|
inspection_type?: string;
|
|
13742
13767
|
/** @example cancelled */
|
|
13743
13768
|
status?: string;
|
|
13744
|
-
/** @example
|
|
13769
|
+
/** @example 22 Apr 2026, 12:54 AM */
|
|
13745
13770
|
scheduled_date?: string;
|
|
13746
13771
|
/** @example null */
|
|
13747
13772
|
completed_date?: string | null;
|
|
@@ -13749,11 +13774,11 @@ export interface operations {
|
|
|
13749
13774
|
condition_rating?: string;
|
|
13750
13775
|
/** @example Et animi quos velit et fugiat. */
|
|
13751
13776
|
summary?: string;
|
|
13752
|
-
/** @example
|
|
13777
|
+
/** @example 31 Jul 2026, 08:48 AM */
|
|
13753
13778
|
next_inspection_date?: string;
|
|
13754
|
-
/** @example
|
|
13779
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13755
13780
|
created_at?: string;
|
|
13756
|
-
/** @example
|
|
13781
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13757
13782
|
updated_at?: string;
|
|
13758
13783
|
};
|
|
13759
13784
|
};
|
|
@@ -13880,7 +13905,7 @@ export interface operations {
|
|
|
13880
13905
|
};
|
|
13881
13906
|
} | {
|
|
13882
13907
|
data?: {
|
|
13883
|
-
/** @example
|
|
13908
|
+
/** @example f659e114-c333-43f4-a91d-6ac8227d25e4 */
|
|
13884
13909
|
uid?: string;
|
|
13885
13910
|
/** @example 1 */
|
|
13886
13911
|
tenancy_id?: number;
|
|
@@ -13892,17 +13917,17 @@ export interface operations {
|
|
|
13892
13917
|
status?: string;
|
|
13893
13918
|
/** @example low */
|
|
13894
13919
|
priority?: string;
|
|
13895
|
-
/** @example
|
|
13920
|
+
/** @example 27 Apr 2026, 02:58 AM */
|
|
13896
13921
|
reported_at?: string;
|
|
13897
13922
|
/** @example null */
|
|
13898
13923
|
assigned_at?: string | null;
|
|
13899
13924
|
/** @example null */
|
|
13900
13925
|
completed_at?: string | null;
|
|
13901
|
-
/** @example
|
|
13926
|
+
/** @example 29 Apr 2026, 11:22 PM */
|
|
13902
13927
|
sla_deadline?: string;
|
|
13903
|
-
/** @example
|
|
13928
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13904
13929
|
created_at?: string;
|
|
13905
|
-
/** @example
|
|
13930
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13906
13931
|
updated_at?: string;
|
|
13907
13932
|
};
|
|
13908
13933
|
};
|
|
@@ -13939,7 +13964,7 @@ export interface operations {
|
|
|
13939
13964
|
content: {
|
|
13940
13965
|
"application/json": {
|
|
13941
13966
|
data?: {
|
|
13942
|
-
/** @example
|
|
13967
|
+
/** @example 802fa03c-287a-453c-ab21-ec9db387efe4 */
|
|
13943
13968
|
uid?: string;
|
|
13944
13969
|
/** @example 1 */
|
|
13945
13970
|
tenancy_id?: number;
|
|
@@ -13951,17 +13976,17 @@ export interface operations {
|
|
|
13951
13976
|
status?: string;
|
|
13952
13977
|
/** @example low */
|
|
13953
13978
|
priority?: string;
|
|
13954
|
-
/** @example
|
|
13979
|
+
/** @example 27 Apr 2026, 02:58 AM */
|
|
13955
13980
|
reported_at?: string;
|
|
13956
13981
|
/** @example null */
|
|
13957
13982
|
assigned_at?: string | null;
|
|
13958
13983
|
/** @example null */
|
|
13959
13984
|
completed_at?: string | null;
|
|
13960
|
-
/** @example
|
|
13985
|
+
/** @example 29 Apr 2026, 11:22 PM */
|
|
13961
13986
|
sla_deadline?: string;
|
|
13962
|
-
/** @example
|
|
13987
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13963
13988
|
created_at?: string;
|
|
13964
|
-
/** @example
|
|
13989
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
13965
13990
|
updated_at?: string;
|
|
13966
13991
|
};
|
|
13967
13992
|
};
|
|
@@ -13998,7 +14023,7 @@ export interface operations {
|
|
|
13998
14023
|
content: {
|
|
13999
14024
|
"application/json": {
|
|
14000
14025
|
data?: {
|
|
14001
|
-
/** @example
|
|
14026
|
+
/** @example d6495f33-5975-4cd0-89a3-55735ceafd16 */
|
|
14002
14027
|
uid?: string;
|
|
14003
14028
|
/** @example 1 */
|
|
14004
14029
|
tenancy_id?: number;
|
|
@@ -14010,17 +14035,17 @@ export interface operations {
|
|
|
14010
14035
|
status?: string;
|
|
14011
14036
|
/** @example emergency */
|
|
14012
14037
|
priority?: string;
|
|
14013
|
-
/** @example
|
|
14038
|
+
/** @example 22 Apr 2026, 12:43 AM */
|
|
14014
14039
|
reported_at?: string;
|
|
14015
|
-
/** @example
|
|
14040
|
+
/** @example 26 Apr 2026, 09:03 PM */
|
|
14016
14041
|
assigned_at?: string;
|
|
14017
14042
|
/** @example null */
|
|
14018
14043
|
completed_at?: string | null;
|
|
14019
|
-
/** @example
|
|
14044
|
+
/** @example 30 Apr 2026, 02:25 AM */
|
|
14020
14045
|
sla_deadline?: string;
|
|
14021
|
-
/** @example
|
|
14046
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14022
14047
|
created_at?: string;
|
|
14023
|
-
/** @example
|
|
14048
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14024
14049
|
updated_at?: string;
|
|
14025
14050
|
};
|
|
14026
14051
|
};
|
|
@@ -14057,7 +14082,7 @@ export interface operations {
|
|
|
14057
14082
|
content: {
|
|
14058
14083
|
"application/json": {
|
|
14059
14084
|
data?: {
|
|
14060
|
-
/** @example
|
|
14085
|
+
/** @example 438b8afa-8119-4155-8b6c-a51bd8580937 */
|
|
14061
14086
|
uid?: string;
|
|
14062
14087
|
/** @example 1 */
|
|
14063
14088
|
tenancy_id?: number;
|
|
@@ -14069,17 +14094,17 @@ export interface operations {
|
|
|
14069
14094
|
status?: string;
|
|
14070
14095
|
/** @example emergency */
|
|
14071
14096
|
priority?: string;
|
|
14072
|
-
/** @example
|
|
14097
|
+
/** @example 22 Apr 2026, 12:43 AM */
|
|
14073
14098
|
reported_at?: string;
|
|
14074
|
-
/** @example
|
|
14099
|
+
/** @example 26 Apr 2026, 09:03 PM */
|
|
14075
14100
|
assigned_at?: string;
|
|
14076
14101
|
/** @example null */
|
|
14077
14102
|
completed_at?: string | null;
|
|
14078
|
-
/** @example
|
|
14103
|
+
/** @example 30 Apr 2026, 02:25 AM */
|
|
14079
14104
|
sla_deadline?: string;
|
|
14080
|
-
/** @example
|
|
14105
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14081
14106
|
created_at?: string;
|
|
14082
|
-
/** @example
|
|
14107
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14083
14108
|
updated_at?: string;
|
|
14084
14109
|
};
|
|
14085
14110
|
};
|
|
@@ -14116,7 +14141,7 @@ export interface operations {
|
|
|
14116
14141
|
content: {
|
|
14117
14142
|
"application/json": {
|
|
14118
14143
|
data?: {
|
|
14119
|
-
/** @example
|
|
14144
|
+
/** @example 01476047-1a31-4a96-bc9b-29606e7057bb */
|
|
14120
14145
|
uid?: string;
|
|
14121
14146
|
/** @example 1 */
|
|
14122
14147
|
tenancy_id?: number;
|
|
@@ -14128,17 +14153,17 @@ export interface operations {
|
|
|
14128
14153
|
status?: string;
|
|
14129
14154
|
/** @example emergency */
|
|
14130
14155
|
priority?: string;
|
|
14131
|
-
/** @example
|
|
14156
|
+
/** @example 22 Apr 2026, 12:43 AM */
|
|
14132
14157
|
reported_at?: string;
|
|
14133
|
-
/** @example
|
|
14158
|
+
/** @example 26 Apr 2026, 09:03 PM */
|
|
14134
14159
|
assigned_at?: string;
|
|
14135
14160
|
/** @example null */
|
|
14136
14161
|
completed_at?: string | null;
|
|
14137
|
-
/** @example
|
|
14162
|
+
/** @example 30 Apr 2026, 02:25 AM */
|
|
14138
14163
|
sla_deadline?: string;
|
|
14139
|
-
/** @example
|
|
14164
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14140
14165
|
created_at?: string;
|
|
14141
|
-
/** @example
|
|
14166
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
14142
14167
|
updated_at?: string;
|
|
14143
14168
|
};
|
|
14144
14169
|
};
|
|
@@ -14838,19 +14863,63 @@ export interface operations {
|
|
|
14838
14863
|
content: {
|
|
14839
14864
|
"application/json": {
|
|
14840
14865
|
data?: {
|
|
14841
|
-
/** @example
|
|
14866
|
+
/** @example 323 */
|
|
14842
14867
|
id?: number;
|
|
14843
14868
|
/** @example 2 */
|
|
14844
14869
|
listing_id?: number;
|
|
14870
|
+
listing?: {
|
|
14871
|
+
/** @example LST-PRP-SHL-MO7SAE6EVC0 */
|
|
14872
|
+
sku?: string;
|
|
14873
|
+
/** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
|
|
14874
|
+
uid?: string;
|
|
14875
|
+
/** @example Short Let */
|
|
14876
|
+
listing_type?: string;
|
|
14877
|
+
/** @example Property */
|
|
14878
|
+
vertical?: string;
|
|
14879
|
+
/** @example company_lease */
|
|
14880
|
+
arrangement_type?: string;
|
|
14881
|
+
/** @example Company Lease */
|
|
14882
|
+
arrangement_type_label?: string;
|
|
14883
|
+
/** @example null */
|
|
14884
|
+
price?: string | null;
|
|
14885
|
+
/** @example published */
|
|
14886
|
+
state?: string;
|
|
14887
|
+
/** @example 19 Apr 2026, 10:46 PM */
|
|
14888
|
+
published_at?: string;
|
|
14889
|
+
/** @example 1 week ago */
|
|
14890
|
+
published_since?: string;
|
|
14891
|
+
/** @example true */
|
|
14892
|
+
is_visible?: boolean;
|
|
14893
|
+
summary?: {
|
|
14894
|
+
/** @example null */
|
|
14895
|
+
availability?: string | null;
|
|
14896
|
+
};
|
|
14897
|
+
/** @example [] */
|
|
14898
|
+
workflow?: unknown[];
|
|
14899
|
+
/** @example [] */
|
|
14900
|
+
media?: unknown[];
|
|
14901
|
+
};
|
|
14845
14902
|
/** @example completed */
|
|
14846
14903
|
status?: string;
|
|
14847
14904
|
scheduled?: {
|
|
14848
|
-
/** @example 1981-11-
|
|
14905
|
+
/** @example 1981-11-12T00:00:00.000000Z */
|
|
14849
14906
|
start?: string;
|
|
14850
|
-
/** @example 1979-12-
|
|
14907
|
+
/** @example 1979-12-09T00:00:00.000000Z */
|
|
14851
14908
|
end?: string;
|
|
14852
14909
|
};
|
|
14853
|
-
|
|
14910
|
+
customer?: {
|
|
14911
|
+
/** @example af3a7981-f613-4482-898d-09ac3fab930b */
|
|
14912
|
+
uid?: string;
|
|
14913
|
+
/** @example Teagan King */
|
|
14914
|
+
name?: string;
|
|
14915
|
+
};
|
|
14916
|
+
landlord?: {
|
|
14917
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
14918
|
+
uid?: string;
|
|
14919
|
+
/** @example dogunfx */
|
|
14920
|
+
name?: string;
|
|
14921
|
+
};
|
|
14922
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
14854
14923
|
created_at?: string;
|
|
14855
14924
|
};
|
|
14856
14925
|
};
|
|
@@ -14877,19 +14946,63 @@ export interface operations {
|
|
|
14877
14946
|
content: {
|
|
14878
14947
|
"application/json": {
|
|
14879
14948
|
data?: {
|
|
14880
|
-
/** @example
|
|
14949
|
+
/** @example 324 */
|
|
14881
14950
|
id?: number;
|
|
14882
14951
|
/** @example 2 */
|
|
14883
14952
|
listing_id?: number;
|
|
14953
|
+
listing?: {
|
|
14954
|
+
/** @example LST-PRP-SHL-MO7SAE6EVC0 */
|
|
14955
|
+
sku?: string;
|
|
14956
|
+
/** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
|
|
14957
|
+
uid?: string;
|
|
14958
|
+
/** @example Short Let */
|
|
14959
|
+
listing_type?: string;
|
|
14960
|
+
/** @example Property */
|
|
14961
|
+
vertical?: string;
|
|
14962
|
+
/** @example company_lease */
|
|
14963
|
+
arrangement_type?: string;
|
|
14964
|
+
/** @example Company Lease */
|
|
14965
|
+
arrangement_type_label?: string;
|
|
14966
|
+
/** @example null */
|
|
14967
|
+
price?: string | null;
|
|
14968
|
+
/** @example published */
|
|
14969
|
+
state?: string;
|
|
14970
|
+
/** @example 19 Apr 2026, 10:46 PM */
|
|
14971
|
+
published_at?: string;
|
|
14972
|
+
/** @example 1 week ago */
|
|
14973
|
+
published_since?: string;
|
|
14974
|
+
/** @example true */
|
|
14975
|
+
is_visible?: boolean;
|
|
14976
|
+
summary?: {
|
|
14977
|
+
/** @example null */
|
|
14978
|
+
availability?: string | null;
|
|
14979
|
+
};
|
|
14980
|
+
/** @example [] */
|
|
14981
|
+
workflow?: unknown[];
|
|
14982
|
+
/** @example [] */
|
|
14983
|
+
media?: unknown[];
|
|
14984
|
+
};
|
|
14884
14985
|
/** @example completed */
|
|
14885
14986
|
status?: string;
|
|
14886
14987
|
scheduled?: {
|
|
14887
|
-
/** @example 1981-11-
|
|
14988
|
+
/** @example 1981-11-12T00:00:00.000000Z */
|
|
14888
14989
|
start?: string;
|
|
14889
|
-
/** @example 1979-12-
|
|
14990
|
+
/** @example 1979-12-09T00:00:00.000000Z */
|
|
14890
14991
|
end?: string;
|
|
14891
14992
|
};
|
|
14892
|
-
|
|
14993
|
+
customer?: {
|
|
14994
|
+
/** @example af3a7981-f613-4482-898d-09ac3fab930b */
|
|
14995
|
+
uid?: string;
|
|
14996
|
+
/** @example Teagan King */
|
|
14997
|
+
name?: string;
|
|
14998
|
+
};
|
|
14999
|
+
landlord?: {
|
|
15000
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
15001
|
+
uid?: string;
|
|
15002
|
+
/** @example dogunfx */
|
|
15003
|
+
name?: string;
|
|
15004
|
+
};
|
|
15005
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
14893
15006
|
created_at?: string;
|
|
14894
15007
|
};
|
|
14895
15008
|
};
|
|
@@ -14906,110 +15019,14 @@ export interface operations {
|
|
|
14906
15019
|
};
|
|
14907
15020
|
requestBody?: never;
|
|
14908
15021
|
responses: {
|
|
14909
|
-
|
|
15022
|
+
401: {
|
|
14910
15023
|
headers: {
|
|
14911
15024
|
[name: string]: unknown;
|
|
14912
15025
|
};
|
|
14913
15026
|
content: {
|
|
14914
15027
|
"application/json": {
|
|
14915
|
-
/**
|
|
14916
|
-
|
|
14917
|
-
* {
|
|
14918
|
-
* "id": 311,
|
|
14919
|
-
* "listing_id": 2,
|
|
14920
|
-
* "status": "completed",
|
|
14921
|
-
* "scheduled": {
|
|
14922
|
-
* "start": "1981-11-13T00:00:00.000000Z",
|
|
14923
|
-
* "end": "1979-12-10T00:00:00.000000Z"
|
|
14924
|
-
* },
|
|
14925
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
14926
|
-
* },
|
|
14927
|
-
* {
|
|
14928
|
-
* "id": 312,
|
|
14929
|
-
* "listing_id": 2,
|
|
14930
|
-
* "status": "completed",
|
|
14931
|
-
* "scheduled": {
|
|
14932
|
-
* "start": "2006-09-13T00:00:00.000000Z",
|
|
14933
|
-
* "end": "2015-01-19T00:00:00.000000Z"
|
|
14934
|
-
* },
|
|
14935
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
14936
|
-
* }
|
|
14937
|
-
* ]
|
|
14938
|
-
*/
|
|
14939
|
-
data?: {
|
|
14940
|
-
/** @example 311 */
|
|
14941
|
-
id?: number;
|
|
14942
|
-
/** @example 2 */
|
|
14943
|
-
listing_id?: number;
|
|
14944
|
-
/** @example completed */
|
|
14945
|
-
status?: string;
|
|
14946
|
-
scheduled?: {
|
|
14947
|
-
/** @example 1981-11-13T00:00:00.000000Z */
|
|
14948
|
-
start?: string;
|
|
14949
|
-
/** @example 1979-12-10T00:00:00.000000Z */
|
|
14950
|
-
end?: string;
|
|
14951
|
-
};
|
|
14952
|
-
/** @example 2026-04-27T11:18:04.000000Z */
|
|
14953
|
-
created_at?: string;
|
|
14954
|
-
}[];
|
|
14955
|
-
links?: {
|
|
14956
|
-
/** @example /?page=1 */
|
|
14957
|
-
first?: string;
|
|
14958
|
-
/** @example /?page=1 */
|
|
14959
|
-
last?: string;
|
|
14960
|
-
/** @example null */
|
|
14961
|
-
prev?: string | null;
|
|
14962
|
-
/** @example null */
|
|
14963
|
-
next?: string | null;
|
|
14964
|
-
};
|
|
14965
|
-
meta?: {
|
|
14966
|
-
/** @example 1 */
|
|
14967
|
-
current_page?: number;
|
|
14968
|
-
/** @example 1 */
|
|
14969
|
-
from?: number;
|
|
14970
|
-
/** @example 1 */
|
|
14971
|
-
last_page?: number;
|
|
14972
|
-
/**
|
|
14973
|
-
* @example [
|
|
14974
|
-
* {
|
|
14975
|
-
* "url": null,
|
|
14976
|
-
* "label": "« Previous",
|
|
14977
|
-
* "page": null,
|
|
14978
|
-
* "active": false
|
|
14979
|
-
* },
|
|
14980
|
-
* {
|
|
14981
|
-
* "url": "/?page=1",
|
|
14982
|
-
* "label": "1",
|
|
14983
|
-
* "page": 1,
|
|
14984
|
-
* "active": true
|
|
14985
|
-
* },
|
|
14986
|
-
* {
|
|
14987
|
-
* "url": null,
|
|
14988
|
-
* "label": "Next »",
|
|
14989
|
-
* "page": null,
|
|
14990
|
-
* "active": false
|
|
14991
|
-
* }
|
|
14992
|
-
* ]
|
|
14993
|
-
*/
|
|
14994
|
-
links?: {
|
|
14995
|
-
/** @example null */
|
|
14996
|
-
url?: string | null;
|
|
14997
|
-
/** @example « Previous */
|
|
14998
|
-
label?: string;
|
|
14999
|
-
/** @example null */
|
|
15000
|
-
page?: string | null;
|
|
15001
|
-
/** @example false */
|
|
15002
|
-
active?: boolean;
|
|
15003
|
-
}[];
|
|
15004
|
-
/** @example / */
|
|
15005
|
-
path?: string;
|
|
15006
|
-
/** @example 15 */
|
|
15007
|
-
per_page?: number;
|
|
15008
|
-
/** @example 2 */
|
|
15009
|
-
to?: number;
|
|
15010
|
-
/** @example 2 */
|
|
15011
|
-
total?: number;
|
|
15012
|
-
};
|
|
15028
|
+
/** @example Unauthenticated. */
|
|
15029
|
+
message?: string;
|
|
15013
15030
|
};
|
|
15014
15031
|
};
|
|
15015
15032
|
};
|
|
@@ -15049,19 +15066,63 @@ export interface operations {
|
|
|
15049
15066
|
content: {
|
|
15050
15067
|
"application/json": {
|
|
15051
15068
|
data?: {
|
|
15052
|
-
/** @example
|
|
15069
|
+
/** @example 325 */
|
|
15053
15070
|
id?: number;
|
|
15054
15071
|
/** @example 2 */
|
|
15055
15072
|
listing_id?: number;
|
|
15073
|
+
listing?: {
|
|
15074
|
+
/** @example LST-PRP-SHL-MO7SAE6EVC0 */
|
|
15075
|
+
sku?: string;
|
|
15076
|
+
/** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
|
|
15077
|
+
uid?: string;
|
|
15078
|
+
/** @example Short Let */
|
|
15079
|
+
listing_type?: string;
|
|
15080
|
+
/** @example Property */
|
|
15081
|
+
vertical?: string;
|
|
15082
|
+
/** @example company_lease */
|
|
15083
|
+
arrangement_type?: string;
|
|
15084
|
+
/** @example Company Lease */
|
|
15085
|
+
arrangement_type_label?: string;
|
|
15086
|
+
/** @example null */
|
|
15087
|
+
price?: string | null;
|
|
15088
|
+
/** @example published */
|
|
15089
|
+
state?: string;
|
|
15090
|
+
/** @example 19 Apr 2026, 10:46 PM */
|
|
15091
|
+
published_at?: string;
|
|
15092
|
+
/** @example 1 week ago */
|
|
15093
|
+
published_since?: string;
|
|
15094
|
+
/** @example true */
|
|
15095
|
+
is_visible?: boolean;
|
|
15096
|
+
summary?: {
|
|
15097
|
+
/** @example null */
|
|
15098
|
+
availability?: string | null;
|
|
15099
|
+
};
|
|
15100
|
+
/** @example [] */
|
|
15101
|
+
workflow?: unknown[];
|
|
15102
|
+
/** @example [] */
|
|
15103
|
+
media?: unknown[];
|
|
15104
|
+
};
|
|
15056
15105
|
/** @example completed */
|
|
15057
15106
|
status?: string;
|
|
15058
15107
|
scheduled?: {
|
|
15059
|
-
/** @example 1981-11-
|
|
15108
|
+
/** @example 1981-11-12T00:00:00.000000Z */
|
|
15060
15109
|
start?: string;
|
|
15061
|
-
/** @example 1979-12-
|
|
15110
|
+
/** @example 1979-12-09T00:00:00.000000Z */
|
|
15062
15111
|
end?: string;
|
|
15063
15112
|
};
|
|
15064
|
-
|
|
15113
|
+
customer?: {
|
|
15114
|
+
/** @example af3a7981-f613-4482-898d-09ac3fab930b */
|
|
15115
|
+
uid?: string;
|
|
15116
|
+
/** @example Teagan King */
|
|
15117
|
+
name?: string;
|
|
15118
|
+
};
|
|
15119
|
+
landlord?: {
|
|
15120
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
15121
|
+
uid?: string;
|
|
15122
|
+
/** @example dogunfx */
|
|
15123
|
+
name?: string;
|
|
15124
|
+
};
|
|
15125
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
15065
15126
|
created_at?: string;
|
|
15066
15127
|
};
|
|
15067
15128
|
};
|
|
@@ -15088,19 +15149,63 @@ export interface operations {
|
|
|
15088
15149
|
content: {
|
|
15089
15150
|
"application/json": {
|
|
15090
15151
|
data?: {
|
|
15091
|
-
/** @example
|
|
15152
|
+
/** @example 326 */
|
|
15092
15153
|
id?: number;
|
|
15093
15154
|
/** @example 2 */
|
|
15094
15155
|
listing_id?: number;
|
|
15156
|
+
listing?: {
|
|
15157
|
+
/** @example LST-PRP-SHL-MO7SAE6EVC0 */
|
|
15158
|
+
sku?: string;
|
|
15159
|
+
/** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
|
|
15160
|
+
uid?: string;
|
|
15161
|
+
/** @example Short Let */
|
|
15162
|
+
listing_type?: string;
|
|
15163
|
+
/** @example Property */
|
|
15164
|
+
vertical?: string;
|
|
15165
|
+
/** @example company_lease */
|
|
15166
|
+
arrangement_type?: string;
|
|
15167
|
+
/** @example Company Lease */
|
|
15168
|
+
arrangement_type_label?: string;
|
|
15169
|
+
/** @example null */
|
|
15170
|
+
price?: string | null;
|
|
15171
|
+
/** @example published */
|
|
15172
|
+
state?: string;
|
|
15173
|
+
/** @example 19 Apr 2026, 10:46 PM */
|
|
15174
|
+
published_at?: string;
|
|
15175
|
+
/** @example 1 week ago */
|
|
15176
|
+
published_since?: string;
|
|
15177
|
+
/** @example true */
|
|
15178
|
+
is_visible?: boolean;
|
|
15179
|
+
summary?: {
|
|
15180
|
+
/** @example null */
|
|
15181
|
+
availability?: string | null;
|
|
15182
|
+
};
|
|
15183
|
+
/** @example [] */
|
|
15184
|
+
workflow?: unknown[];
|
|
15185
|
+
/** @example [] */
|
|
15186
|
+
media?: unknown[];
|
|
15187
|
+
};
|
|
15095
15188
|
/** @example completed */
|
|
15096
15189
|
status?: string;
|
|
15097
15190
|
scheduled?: {
|
|
15098
|
-
/** @example 1981-11-
|
|
15191
|
+
/** @example 1981-11-12T00:00:00.000000Z */
|
|
15099
15192
|
start?: string;
|
|
15100
|
-
/** @example 1979-12-
|
|
15193
|
+
/** @example 1979-12-09T00:00:00.000000Z */
|
|
15101
15194
|
end?: string;
|
|
15102
15195
|
};
|
|
15103
|
-
|
|
15196
|
+
customer?: {
|
|
15197
|
+
/** @example af3a7981-f613-4482-898d-09ac3fab930b */
|
|
15198
|
+
uid?: string;
|
|
15199
|
+
/** @example Teagan King */
|
|
15200
|
+
name?: string;
|
|
15201
|
+
};
|
|
15202
|
+
landlord?: {
|
|
15203
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
15204
|
+
uid?: string;
|
|
15205
|
+
/** @example dogunfx */
|
|
15206
|
+
name?: string;
|
|
15207
|
+
};
|
|
15208
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
15104
15209
|
created_at?: string;
|
|
15105
15210
|
};
|
|
15106
15211
|
};
|
|
@@ -15127,24 +15232,68 @@ export interface operations {
|
|
|
15127
15232
|
content: {
|
|
15128
15233
|
"application/json": {
|
|
15129
15234
|
data?: {
|
|
15130
|
-
/** @example
|
|
15235
|
+
/** @example 327 */
|
|
15131
15236
|
id?: number;
|
|
15132
15237
|
/** @example 2 */
|
|
15133
15238
|
listing_id?: number;
|
|
15134
|
-
|
|
15135
|
-
|
|
15136
|
-
|
|
15137
|
-
/** @example
|
|
15138
|
-
|
|
15139
|
-
/** @example
|
|
15140
|
-
|
|
15141
|
-
|
|
15142
|
-
|
|
15143
|
-
|
|
15144
|
-
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
|
|
15239
|
+
listing?: {
|
|
15240
|
+
/** @example LST-PRP-SHL-MO7SAE6EVC0 */
|
|
15241
|
+
sku?: string;
|
|
15242
|
+
/** @example ae5e6e9c-7181-47e1-bcab-dfe24cfebd79 */
|
|
15243
|
+
uid?: string;
|
|
15244
|
+
/** @example Short Let */
|
|
15245
|
+
listing_type?: string;
|
|
15246
|
+
/** @example Property */
|
|
15247
|
+
vertical?: string;
|
|
15248
|
+
/** @example company_lease */
|
|
15249
|
+
arrangement_type?: string;
|
|
15250
|
+
/** @example Company Lease */
|
|
15251
|
+
arrangement_type_label?: string;
|
|
15252
|
+
/** @example null */
|
|
15253
|
+
price?: string | null;
|
|
15254
|
+
/** @example published */
|
|
15255
|
+
state?: string;
|
|
15256
|
+
/** @example 19 Apr 2026, 10:46 PM */
|
|
15257
|
+
published_at?: string;
|
|
15258
|
+
/** @example 1 week ago */
|
|
15259
|
+
published_since?: string;
|
|
15260
|
+
/** @example true */
|
|
15261
|
+
is_visible?: boolean;
|
|
15262
|
+
summary?: {
|
|
15263
|
+
/** @example null */
|
|
15264
|
+
availability?: string | null;
|
|
15265
|
+
};
|
|
15266
|
+
/** @example [] */
|
|
15267
|
+
workflow?: unknown[];
|
|
15268
|
+
/** @example [] */
|
|
15269
|
+
media?: unknown[];
|
|
15270
|
+
};
|
|
15271
|
+
/** @example completed */
|
|
15272
|
+
status?: string;
|
|
15273
|
+
scheduled?: {
|
|
15274
|
+
/** @example 1981-11-12T00:00:00.000000Z */
|
|
15275
|
+
start?: string;
|
|
15276
|
+
/** @example 1979-12-09T00:00:00.000000Z */
|
|
15277
|
+
end?: string;
|
|
15278
|
+
};
|
|
15279
|
+
customer?: {
|
|
15280
|
+
/** @example af3a7981-f613-4482-898d-09ac3fab930b */
|
|
15281
|
+
uid?: string;
|
|
15282
|
+
/** @example Teagan King */
|
|
15283
|
+
name?: string;
|
|
15284
|
+
};
|
|
15285
|
+
landlord?: {
|
|
15286
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
15287
|
+
uid?: string;
|
|
15288
|
+
/** @example dogunfx */
|
|
15289
|
+
name?: string;
|
|
15290
|
+
};
|
|
15291
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
15292
|
+
created_at?: string;
|
|
15293
|
+
};
|
|
15294
|
+
};
|
|
15295
|
+
};
|
|
15296
|
+
};
|
|
15148
15297
|
};
|
|
15149
15298
|
};
|
|
15150
15299
|
loginUser: {
|
|
@@ -16239,7 +16388,7 @@ export interface operations {
|
|
|
16239
16388
|
content: {
|
|
16240
16389
|
"application/json": {
|
|
16241
16390
|
data?: {
|
|
16242
|
-
/** @example
|
|
16391
|
+
/** @example 9d53c94e-d64e-4742-a218-c37f44c2518d */
|
|
16243
16392
|
uid?: string;
|
|
16244
16393
|
/** @example Ms. Audra Crooks II */
|
|
16245
16394
|
username?: string;
|
|
@@ -16269,7 +16418,7 @@ export interface operations {
|
|
|
16269
16418
|
timezone?: string;
|
|
16270
16419
|
/** @example Customer */
|
|
16271
16420
|
user_type?: string;
|
|
16272
|
-
/** @example
|
|
16421
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
16273
16422
|
created?: string;
|
|
16274
16423
|
/** @example 0 seconds ago */
|
|
16275
16424
|
email_verified_at?: string;
|
|
@@ -16738,7 +16887,7 @@ export interface operations {
|
|
|
16738
16887
|
content: {
|
|
16739
16888
|
"application/json": {
|
|
16740
16889
|
data?: {
|
|
16741
|
-
/** @example
|
|
16890
|
+
/** @example 537c996e-509e-4268-a944-d8463f1b9e17 */
|
|
16742
16891
|
uid?: string;
|
|
16743
16892
|
/** @example Ms. Audra Crooks II */
|
|
16744
16893
|
username?: string;
|
|
@@ -16768,7 +16917,7 @@ export interface operations {
|
|
|
16768
16917
|
timezone?: string;
|
|
16769
16918
|
/** @example Customer */
|
|
16770
16919
|
user_type?: string;
|
|
16771
|
-
/** @example
|
|
16920
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
16772
16921
|
created?: string;
|
|
16773
16922
|
/** @example 0 seconds ago */
|
|
16774
16923
|
email_verified_at?: string;
|
|
@@ -16889,11 +17038,11 @@ export interface operations {
|
|
|
16889
17038
|
content: {
|
|
16890
17039
|
"application/json": {
|
|
16891
17040
|
data?: {
|
|
16892
|
-
/** @example New For Rent Property draft •
|
|
17041
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
16893
17042
|
draft_name?: string;
|
|
16894
|
-
/** @example LST-PRP-LTR-
|
|
17043
|
+
/** @example LST-PRP-LTR-MOINXOI6HZ3 */
|
|
16895
17044
|
sku?: string;
|
|
16896
|
-
/** @example
|
|
17045
|
+
/** @example a554847f-172a-475d-9278-f022bef424b3 */
|
|
16897
17046
|
uid?: string;
|
|
16898
17047
|
/** @example Rent */
|
|
16899
17048
|
listing_type?: string;
|
|
@@ -17017,9 +17166,9 @@ export interface operations {
|
|
|
17017
17166
|
/**
|
|
17018
17167
|
* @example [
|
|
17019
17168
|
* {
|
|
17020
|
-
* "draft_name": "New For Rent Property draft •
|
|
17021
|
-
* "sku": "LST-PRP-LTR-
|
|
17022
|
-
* "uid": "
|
|
17169
|
+
* "draft_name": "New For Rent Property draft • 28 Apr 2026, 1:29 PM",
|
|
17170
|
+
* "sku": "LST-PRP-LTR-MOINXOJ8QJM",
|
|
17171
|
+
* "uid": "e1a2f738-17c9-42d0-b15e-88ef95f93f8a",
|
|
17023
17172
|
* "listing_type": "Rent",
|
|
17024
17173
|
* "vertical": "Property",
|
|
17025
17174
|
* "arrangement_type": "let_to_let",
|
|
@@ -17036,9 +17185,9 @@ export interface operations {
|
|
|
17036
17185
|
* "media": []
|
|
17037
17186
|
* },
|
|
17038
17187
|
* {
|
|
17039
|
-
* "draft_name": "New Short Let Property draft •
|
|
17040
|
-
* "sku": "LST-PRP-SHL-
|
|
17041
|
-
* "uid": "
|
|
17188
|
+
* "draft_name": "New Short Let Property draft • 28 Apr 2026, 1:29 PM",
|
|
17189
|
+
* "sku": "LST-PRP-SHL-MOINXOJADK7",
|
|
17190
|
+
* "uid": "bb73e9ca-e9bc-483d-a5a5-c6b0455d3b01",
|
|
17042
17191
|
* "listing_type": "Short Let",
|
|
17043
17192
|
* "vertical": "Property",
|
|
17044
17193
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17057,11 +17206,11 @@ export interface operations {
|
|
|
17057
17206
|
* ]
|
|
17058
17207
|
*/
|
|
17059
17208
|
data?: {
|
|
17060
|
-
/** @example New For Rent Property draft •
|
|
17209
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
17061
17210
|
draft_name?: string;
|
|
17062
|
-
/** @example LST-PRP-LTR-
|
|
17211
|
+
/** @example LST-PRP-LTR-MOINXOJ8QJM */
|
|
17063
17212
|
sku?: string;
|
|
17064
|
-
/** @example
|
|
17213
|
+
/** @example e1a2f738-17c9-42d0-b15e-88ef95f93f8a */
|
|
17065
17214
|
uid?: string;
|
|
17066
17215
|
/** @example Rent */
|
|
17067
17216
|
listing_type?: string;
|
|
@@ -17171,9 +17320,9 @@ export interface operations {
|
|
|
17171
17320
|
/**
|
|
17172
17321
|
* @example [
|
|
17173
17322
|
* {
|
|
17174
|
-
* "draft_name": "New For Rent Property draft •
|
|
17175
|
-
* "sku": "LST-PRP-LTR-
|
|
17176
|
-
* "uid": "
|
|
17323
|
+
* "draft_name": "New For Rent Property draft • 28 Apr 2026, 1:29 PM",
|
|
17324
|
+
* "sku": "LST-PRP-LTR-MOINXOJINO8",
|
|
17325
|
+
* "uid": "3b90d9aa-f3fa-494a-af87-89c7fd355311",
|
|
17177
17326
|
* "listing_type": "Rent",
|
|
17178
17327
|
* "vertical": "Property",
|
|
17179
17328
|
* "arrangement_type": "let_to_let",
|
|
@@ -17190,9 +17339,9 @@ export interface operations {
|
|
|
17190
17339
|
* "media": []
|
|
17191
17340
|
* },
|
|
17192
17341
|
* {
|
|
17193
|
-
* "draft_name": "New Short Let Property draft •
|
|
17194
|
-
* "sku": "LST-PRP-SHL-
|
|
17195
|
-
* "uid": "
|
|
17342
|
+
* "draft_name": "New Short Let Property draft • 28 Apr 2026, 1:29 PM",
|
|
17343
|
+
* "sku": "LST-PRP-SHL-MOINXOJLVFS",
|
|
17344
|
+
* "uid": "f5068074-6d4b-4978-8b0d-7b6865249b0b",
|
|
17196
17345
|
* "listing_type": "Short Let",
|
|
17197
17346
|
* "vertical": "Property",
|
|
17198
17347
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17211,11 +17360,11 @@ export interface operations {
|
|
|
17211
17360
|
* ]
|
|
17212
17361
|
*/
|
|
17213
17362
|
data?: {
|
|
17214
|
-
/** @example New For Rent Property draft •
|
|
17363
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
17215
17364
|
draft_name?: string;
|
|
17216
|
-
/** @example LST-PRP-LTR-
|
|
17365
|
+
/** @example LST-PRP-LTR-MOINXOJINO8 */
|
|
17217
17366
|
sku?: string;
|
|
17218
|
-
/** @example
|
|
17367
|
+
/** @example 3b90d9aa-f3fa-494a-af87-89c7fd355311 */
|
|
17219
17368
|
uid?: string;
|
|
17220
17369
|
/** @example Rent */
|
|
17221
17370
|
listing_type?: string;
|
|
@@ -17476,7 +17625,7 @@ export interface operations {
|
|
|
17476
17625
|
};
|
|
17477
17626
|
requestBody?: never;
|
|
17478
17627
|
responses: {
|
|
17479
|
-
/** @description Retrieve
|
|
17628
|
+
/** @description Listing Retrieve Successfully */
|
|
17480
17629
|
200: {
|
|
17481
17630
|
headers: {
|
|
17482
17631
|
[name: string]: unknown;
|
|
@@ -17494,10 +17643,10 @@ export interface operations {
|
|
|
17494
17643
|
draft_name?: string | null;
|
|
17495
17644
|
/** @example LST-PRP-SHL-MNRDG2PXUKZ */
|
|
17496
17645
|
sku?: string;
|
|
17497
|
-
/** @example
|
|
17498
|
-
published_at?: string
|
|
17499
|
-
/** @example
|
|
17500
|
-
published_since?: string
|
|
17646
|
+
/** @example 09 Apr 2026, 11:14 AM */
|
|
17647
|
+
published_at?: string;
|
|
17648
|
+
/** @example 2 weeks ago */
|
|
17649
|
+
published_since?: string;
|
|
17501
17650
|
details?: {
|
|
17502
17651
|
/** @example New Benin */
|
|
17503
17652
|
title?: string;
|
|
@@ -17564,20 +17713,102 @@ export interface operations {
|
|
|
17564
17713
|
/** @example null */
|
|
17565
17714
|
availability?: string | null;
|
|
17566
17715
|
};
|
|
17567
|
-
|
|
17568
|
-
|
|
17716
|
+
workflow?: {
|
|
17717
|
+
/** @example features */
|
|
17718
|
+
current_step?: string;
|
|
17719
|
+
/** @example true */
|
|
17720
|
+
can_submit?: boolean;
|
|
17721
|
+
/**
|
|
17722
|
+
* @example [
|
|
17723
|
+
* "media",
|
|
17724
|
+
* "compliance_documents"
|
|
17725
|
+
* ]
|
|
17726
|
+
*/
|
|
17727
|
+
missing_requirements?: string[];
|
|
17728
|
+
/** @example media */
|
|
17729
|
+
next_step?: string;
|
|
17730
|
+
progress?: {
|
|
17731
|
+
/** @example 8 */
|
|
17732
|
+
completed?: number;
|
|
17733
|
+
/** @example 8 */
|
|
17734
|
+
total?: number;
|
|
17735
|
+
/** @example 100 */
|
|
17736
|
+
percentage?: number;
|
|
17737
|
+
};
|
|
17738
|
+
};
|
|
17569
17739
|
media?: {
|
|
17570
|
-
/**
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17740
|
+
/**
|
|
17741
|
+
* @example [
|
|
17742
|
+
* {
|
|
17743
|
+
* "uid": "136ff64c-41cd-493e-a5f0-125242d62ddd",
|
|
17744
|
+
* "media_type": "photo",
|
|
17745
|
+
* "storage_path": "http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png",
|
|
17746
|
+
* "order_index": 1,
|
|
17747
|
+
* "is_cover": true
|
|
17748
|
+
* }
|
|
17749
|
+
* ]
|
|
17750
|
+
*/
|
|
17751
|
+
gallery?: {
|
|
17752
|
+
/** @example 136ff64c-41cd-493e-a5f0-125242d62ddd */
|
|
17753
|
+
uid?: string;
|
|
17754
|
+
/** @example photo */
|
|
17755
|
+
media_type?: string;
|
|
17756
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
17757
|
+
storage_path?: string;
|
|
17758
|
+
/** @example 1 */
|
|
17759
|
+
order_index?: number;
|
|
17760
|
+
/** @example true */
|
|
17761
|
+
is_cover?: boolean;
|
|
17762
|
+
}[];
|
|
17763
|
+
/** @example http://justinshome-backendcore.test/storage/listing-media/listings/5d7ffb11-823a-41e2-b0c6-3ad423e97f10/69d789c0503d5.png */
|
|
17764
|
+
cover?: string;
|
|
17765
|
+
/** @example 3 */
|
|
17575
17766
|
count?: number;
|
|
17576
17767
|
};
|
|
17577
|
-
/**
|
|
17578
|
-
|
|
17579
|
-
|
|
17580
|
-
|
|
17768
|
+
/**
|
|
17769
|
+
* @example [
|
|
17770
|
+
* {
|
|
17771
|
+
* "id": 5,
|
|
17772
|
+
* "day": "tuesday",
|
|
17773
|
+
* "start_time": "11:00 AM",
|
|
17774
|
+
* "end_time": "01:00 PM"
|
|
17775
|
+
* },
|
|
17776
|
+
* {
|
|
17777
|
+
* "id": 6,
|
|
17778
|
+
* "day": "thursday",
|
|
17779
|
+
* "start_time": "11:00 AM",
|
|
17780
|
+
* "end_time": "01:00 PM"
|
|
17781
|
+
* }
|
|
17782
|
+
* ]
|
|
17783
|
+
*/
|
|
17784
|
+
viewing_slots?: {
|
|
17785
|
+
/** @example 5 */
|
|
17786
|
+
id?: number;
|
|
17787
|
+
/** @example tuesday */
|
|
17788
|
+
day?: string;
|
|
17789
|
+
/** @example 11:00 AM */
|
|
17790
|
+
start_time?: string;
|
|
17791
|
+
/** @example 01:00 PM */
|
|
17792
|
+
end_time?: string;
|
|
17793
|
+
}[];
|
|
17794
|
+
/**
|
|
17795
|
+
* @example [
|
|
17796
|
+
* {
|
|
17797
|
+
* "key": "pets",
|
|
17798
|
+
* "value": "allowed"
|
|
17799
|
+
* },
|
|
17800
|
+
* {
|
|
17801
|
+
* "key": "smoking",
|
|
17802
|
+
* "value": "not_allowed"
|
|
17803
|
+
* }
|
|
17804
|
+
* ]
|
|
17805
|
+
*/
|
|
17806
|
+
tenant_preferences?: {
|
|
17807
|
+
/** @example pets */
|
|
17808
|
+
key?: string;
|
|
17809
|
+
/** @example allowed */
|
|
17810
|
+
value?: string;
|
|
17811
|
+
}[];
|
|
17581
17812
|
rental?: {
|
|
17582
17813
|
/** @example null */
|
|
17583
17814
|
deposit_amount?: string | null;
|
|
@@ -17591,36 +17822,36 @@ export interface operations {
|
|
|
17591
17822
|
is_subletting_permitted?: boolean;
|
|
17592
17823
|
};
|
|
17593
17824
|
listing_policy?: {
|
|
17594
|
-
/** @example
|
|
17595
|
-
max_occupants?:
|
|
17596
|
-
/** @example
|
|
17597
|
-
allowed_use_type?: string
|
|
17598
|
-
/** @example
|
|
17599
|
-
allowed_use_type_label?: string
|
|
17825
|
+
/** @example 4 */
|
|
17826
|
+
max_occupants?: number;
|
|
17827
|
+
/** @example short_stay */
|
|
17828
|
+
allowed_use_type?: string;
|
|
17829
|
+
/** @example Short Stay */
|
|
17830
|
+
allowed_use_type_label?: string;
|
|
17600
17831
|
/** @example false */
|
|
17601
17832
|
is_subletting_allowed?: boolean;
|
|
17602
|
-
/** @example
|
|
17833
|
+
/** @example true */
|
|
17603
17834
|
requires_permission_for_subletting?: boolean;
|
|
17604
|
-
/** @example
|
|
17835
|
+
/** @example true */
|
|
17605
17836
|
event_permission_required?: boolean;
|
|
17606
|
-
/** @example
|
|
17837
|
+
/** @example true */
|
|
17607
17838
|
no_party_policy?: boolean;
|
|
17608
17839
|
/** @example false */
|
|
17609
17840
|
commercial_use_flag?: boolean;
|
|
17610
17841
|
};
|
|
17611
17842
|
short_let?: {
|
|
17612
|
-
/** @example
|
|
17613
|
-
nightly_price?: string
|
|
17614
|
-
/** @example
|
|
17615
|
-
minimum_stay_nights?:
|
|
17616
|
-
/** @example
|
|
17617
|
-
maximum_stay_nights?:
|
|
17618
|
-
/** @example
|
|
17619
|
-
cleaning_fee?: string
|
|
17620
|
-
/** @example
|
|
17621
|
-
check_in_time?: string
|
|
17622
|
-
/** @example
|
|
17623
|
-
check_out_time?: string
|
|
17843
|
+
/** @example 500.00 */
|
|
17844
|
+
nightly_price?: string;
|
|
17845
|
+
/** @example 1 */
|
|
17846
|
+
minimum_stay_nights?: number;
|
|
17847
|
+
/** @example 5 */
|
|
17848
|
+
maximum_stay_nights?: number;
|
|
17849
|
+
/** @example 80.00 */
|
|
17850
|
+
cleaning_fee?: string;
|
|
17851
|
+
/** @example 08:00 AM */
|
|
17852
|
+
check_in_time?: string;
|
|
17853
|
+
/** @example 08:00 PM */
|
|
17854
|
+
check_out_time?: string;
|
|
17624
17855
|
};
|
|
17625
17856
|
item?: {
|
|
17626
17857
|
/** @example null */
|
|
@@ -17640,38 +17871,141 @@ export interface operations {
|
|
|
17640
17871
|
/** @example null */
|
|
17641
17872
|
availability_status?: string | null;
|
|
17642
17873
|
};
|
|
17643
|
-
/**
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17651
|
-
|
|
17652
|
-
|
|
17653
|
-
|
|
17874
|
+
/**
|
|
17875
|
+
* @example [
|
|
17876
|
+
* {
|
|
17877
|
+
* "id": 1,
|
|
17878
|
+
* "name": "Air Conditioning",
|
|
17879
|
+
* "category": "Interior"
|
|
17880
|
+
* }
|
|
17881
|
+
* ]
|
|
17882
|
+
*/
|
|
17883
|
+
features?: {
|
|
17884
|
+
/** @example 1 */
|
|
17885
|
+
id?: number;
|
|
17886
|
+
/** @example Air Conditioning */
|
|
17887
|
+
name?: string;
|
|
17888
|
+
/** @example Interior */
|
|
17889
|
+
category?: string;
|
|
17890
|
+
}[];
|
|
17891
|
+
active_tenancy?: {
|
|
17892
|
+
/** @example ten_9f8c3a6a-5b3c-4b9e-92a1-6c1d89b8d77a */
|
|
17893
|
+
uid?: string;
|
|
17894
|
+
/** @example 1200.00 */
|
|
17895
|
+
rent_amount?: string;
|
|
17896
|
+
/** @example 1200.00 */
|
|
17897
|
+
deposit_amount?: string;
|
|
17898
|
+
/** @example 2026-04-01 */
|
|
17899
|
+
start_date?: string;
|
|
17900
|
+
/** @example 2027-03-31 */
|
|
17901
|
+
end_date?: string;
|
|
17902
|
+
/** @example active */
|
|
17903
|
+
state?: string;
|
|
17904
|
+
/** @example false */
|
|
17905
|
+
is_periodic?: boolean;
|
|
17906
|
+
tenant?: {
|
|
17907
|
+
/** @example usr_6c4af8e1-6c5a-4ca0-bf3c-8f3fdf41aef2 */
|
|
17908
|
+
uid?: string;
|
|
17909
|
+
/** @example Jane Doe */
|
|
17910
|
+
name?: string;
|
|
17911
|
+
/** @example jane.doe@example.com */
|
|
17912
|
+
email?: string;
|
|
17913
|
+
};
|
|
17654
17914
|
};
|
|
17655
|
-
|
|
17656
|
-
|
|
17657
|
-
|
|
17658
|
-
|
|
17659
|
-
|
|
17660
|
-
|
|
17661
|
-
|
|
17662
|
-
|
|
17663
|
-
|
|
17664
|
-
|
|
17665
|
-
|
|
17666
|
-
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17670
|
-
|
|
17671
|
-
|
|
17672
|
-
|
|
17673
|
-
|
|
17674
|
-
|
|
17915
|
+
/**
|
|
17916
|
+
* @example [
|
|
17917
|
+
* {
|
|
17918
|
+
* "id": 1,
|
|
17919
|
+
* "compliance_key": "property_ownership",
|
|
17920
|
+
* "name": "Proof of Property Ownership",
|
|
17921
|
+
* "description": "Proof of Property Ownership",
|
|
17922
|
+
* "enforcement_level": "soft",
|
|
17923
|
+
* "validity_type": "non_expiring",
|
|
17924
|
+
* "grace_period_days": null,
|
|
17925
|
+
* "status": "active",
|
|
17926
|
+
* "responsible_party": "landlord",
|
|
17927
|
+
* "responsible_party_label": "Landlord",
|
|
17928
|
+
* "liability_exclusion_flag": false,
|
|
17929
|
+
* "requirements": [
|
|
17930
|
+
* "ownership_document_upload"
|
|
17931
|
+
* ]
|
|
17932
|
+
* }
|
|
17933
|
+
* ]
|
|
17934
|
+
*/
|
|
17935
|
+
compliances?: {
|
|
17936
|
+
/** @example 1 */
|
|
17937
|
+
id?: number;
|
|
17938
|
+
/** @example property_ownership */
|
|
17939
|
+
compliance_key?: string;
|
|
17940
|
+
/** @example Proof of Property Ownership */
|
|
17941
|
+
name?: string;
|
|
17942
|
+
/** @example Proof of Property Ownership */
|
|
17943
|
+
description?: string;
|
|
17944
|
+
/** @example soft */
|
|
17945
|
+
enforcement_level?: string;
|
|
17946
|
+
/** @example non_expiring */
|
|
17947
|
+
validity_type?: string;
|
|
17948
|
+
/** @example null */
|
|
17949
|
+
grace_period_days?: string | null;
|
|
17950
|
+
/** @example active */
|
|
17951
|
+
status?: string;
|
|
17952
|
+
/** @example landlord */
|
|
17953
|
+
responsible_party?: string;
|
|
17954
|
+
/** @example Landlord */
|
|
17955
|
+
responsible_party_label?: string;
|
|
17956
|
+
/** @example false */
|
|
17957
|
+
liability_exclusion_flag?: boolean;
|
|
17958
|
+
/**
|
|
17959
|
+
* @example [
|
|
17960
|
+
* "ownership_document_upload"
|
|
17961
|
+
* ]
|
|
17962
|
+
*/
|
|
17963
|
+
requirements?: string[];
|
|
17964
|
+
}[];
|
|
17965
|
+
compliance_status?: {
|
|
17966
|
+
/** @example non_compliant */
|
|
17967
|
+
overall?: string;
|
|
17968
|
+
/**
|
|
17969
|
+
* @example [
|
|
17970
|
+
* {
|
|
17971
|
+
* "compliance_key": "property_ownership",
|
|
17972
|
+
* "compliance_name": "Proof of Property Ownership",
|
|
17973
|
+
* "state": "pending",
|
|
17974
|
+
* "valid_until": null
|
|
17975
|
+
* }
|
|
17976
|
+
* ]
|
|
17977
|
+
*/
|
|
17978
|
+
breakdown?: {
|
|
17979
|
+
/** @example property_ownership */
|
|
17980
|
+
compliance_key?: string;
|
|
17981
|
+
/** @example Proof of Property Ownership */
|
|
17982
|
+
compliance_name?: string;
|
|
17983
|
+
/** @example pending */
|
|
17984
|
+
state?: string;
|
|
17985
|
+
/** @example null */
|
|
17986
|
+
valid_until?: string | null;
|
|
17987
|
+
}[];
|
|
17988
|
+
};
|
|
17989
|
+
};
|
|
17990
|
+
};
|
|
17991
|
+
};
|
|
17992
|
+
};
|
|
17993
|
+
};
|
|
17994
|
+
};
|
|
17995
|
+
saveListingDetails: {
|
|
17996
|
+
parameters: {
|
|
17997
|
+
query?: never;
|
|
17998
|
+
header?: never;
|
|
17999
|
+
path: {
|
|
18000
|
+
/** @description The UID of the listing. */
|
|
18001
|
+
listing_uid: string;
|
|
18002
|
+
};
|
|
18003
|
+
cookie?: never;
|
|
18004
|
+
};
|
|
18005
|
+
requestBody: {
|
|
18006
|
+
content: {
|
|
18007
|
+
"application/json": {
|
|
18008
|
+
/**
|
|
17675
18009
|
* @description Title of the listing.
|
|
17676
18010
|
* @example Modern 2 Bedroom Apartment
|
|
17677
18011
|
*/
|
|
@@ -18279,7 +18613,7 @@ export interface operations {
|
|
|
18279
18613
|
content: {
|
|
18280
18614
|
"application/json": {
|
|
18281
18615
|
data?: {
|
|
18282
|
-
/** @example
|
|
18616
|
+
/** @example c706e920-4092-40d2-a04b-0ebfcf8047c4 */
|
|
18283
18617
|
uid?: string;
|
|
18284
18618
|
/** @example photo */
|
|
18285
18619
|
media_type?: string;
|
|
@@ -18428,11 +18762,11 @@ export interface operations {
|
|
|
18428
18762
|
content: {
|
|
18429
18763
|
"application/json": {
|
|
18430
18764
|
data?: {
|
|
18431
|
-
/** @example New For Rent Property draft •
|
|
18765
|
+
/** @example New For Rent Property draft • 28 Apr 2026, 1:29 PM */
|
|
18432
18766
|
draft_name?: string;
|
|
18433
|
-
/** @example LST-PRP-LTR-
|
|
18767
|
+
/** @example LST-PRP-LTR-MOINXOLYRTI */
|
|
18434
18768
|
sku?: string;
|
|
18435
|
-
/** @example
|
|
18769
|
+
/** @example 97af54b3-918c-4668-9193-a05f588eb730 */
|
|
18436
18770
|
uid?: string;
|
|
18437
18771
|
/** @example Rent */
|
|
18438
18772
|
listing_type?: string;
|
|
@@ -18592,7 +18926,7 @@ export interface operations {
|
|
|
18592
18926
|
content: {
|
|
18593
18927
|
"application/json": {
|
|
18594
18928
|
data?: {
|
|
18595
|
-
/** @example
|
|
18929
|
+
/** @example 62a7fd8b-1acf-4d93-9ad0-0d59817737b1 */
|
|
18596
18930
|
uid?: string;
|
|
18597
18931
|
/** @example null */
|
|
18598
18932
|
compliances?: string | null;
|
|
@@ -18643,7 +18977,7 @@ export interface operations {
|
|
|
18643
18977
|
content: {
|
|
18644
18978
|
"application/json": {
|
|
18645
18979
|
data?: {
|
|
18646
|
-
/** @example
|
|
18980
|
+
/** @example 132 */
|
|
18647
18981
|
id?: number;
|
|
18648
18982
|
compliance?: {
|
|
18649
18983
|
/** @example 1 */
|
|
@@ -18665,7 +18999,7 @@ export interface operations {
|
|
|
18665
18999
|
reviewed_by?: number;
|
|
18666
19000
|
/** @example null */
|
|
18667
19001
|
reviewed_at?: string | null;
|
|
18668
|
-
/** @example 2026-04-
|
|
19002
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
18669
19003
|
created_at?: string;
|
|
18670
19004
|
};
|
|
18671
19005
|
};
|
|
@@ -18720,39 +19054,39 @@ export interface operations {
|
|
|
18720
19054
|
/**
|
|
18721
19055
|
* @example [
|
|
18722
19056
|
* {
|
|
18723
|
-
* "uid": "
|
|
19057
|
+
* "uid": "af32e982-b93c-463a-b384-29bacfc7aa55",
|
|
18724
19058
|
* "listing_id": 1,
|
|
18725
19059
|
* "landlord_id": 2,
|
|
18726
19060
|
* "tenant_id": 2,
|
|
18727
19061
|
* "rent_amount": "4881.50",
|
|
18728
19062
|
* "deposit_amount": "2151.17",
|
|
18729
19063
|
* "state": "offer_accepted",
|
|
18730
|
-
* "start_date": "2025-11-
|
|
18731
|
-
* "end_date": "2026-11-
|
|
19064
|
+
* "start_date": "2025-11-03T00:00:00.000000Z",
|
|
19065
|
+
* "end_date": "2026-11-03T00:00:00.000000Z",
|
|
18732
19066
|
* "is_periodic": false,
|
|
18733
19067
|
* "company_name": null,
|
|
18734
19068
|
* "company_registration_number": null,
|
|
18735
|
-
* "created_at": "2026-04-
|
|
19069
|
+
* "created_at": "2026-04-28T13:29:40.000000Z"
|
|
18736
19070
|
* },
|
|
18737
19071
|
* {
|
|
18738
|
-
* "uid": "
|
|
19072
|
+
* "uid": "3395b8bc-6f51-4947-8d45-eb5e298b739b",
|
|
18739
19073
|
* "listing_id": 1,
|
|
18740
19074
|
* "landlord_id": 2,
|
|
18741
19075
|
* "tenant_id": 2,
|
|
18742
19076
|
* "rent_amount": "3832.26",
|
|
18743
19077
|
* "deposit_amount": "1384.27",
|
|
18744
19078
|
* "state": "terminated",
|
|
18745
|
-
* "start_date": "2025-09-
|
|
18746
|
-
* "end_date": "2026-09-
|
|
19079
|
+
* "start_date": "2025-09-28T00:00:00.000000Z",
|
|
19080
|
+
* "end_date": "2026-09-28T00:00:00.000000Z",
|
|
18747
19081
|
* "is_periodic": false,
|
|
18748
19082
|
* "company_name": null,
|
|
18749
19083
|
* "company_registration_number": null,
|
|
18750
|
-
* "created_at": "2026-04-
|
|
19084
|
+
* "created_at": "2026-04-28T13:29:40.000000Z"
|
|
18751
19085
|
* }
|
|
18752
19086
|
* ]
|
|
18753
19087
|
*/
|
|
18754
19088
|
data?: {
|
|
18755
|
-
/** @example
|
|
19089
|
+
/** @example af32e982-b93c-463a-b384-29bacfc7aa55 */
|
|
18756
19090
|
uid?: string;
|
|
18757
19091
|
/** @example 1 */
|
|
18758
19092
|
listing_id?: number;
|
|
@@ -18766,9 +19100,9 @@ export interface operations {
|
|
|
18766
19100
|
deposit_amount?: string;
|
|
18767
19101
|
/** @example offer_accepted */
|
|
18768
19102
|
state?: string;
|
|
18769
|
-
/** @example 2025-11-
|
|
19103
|
+
/** @example 2025-11-03T00:00:00.000000Z */
|
|
18770
19104
|
start_date?: string;
|
|
18771
|
-
/** @example 2026-11-
|
|
19105
|
+
/** @example 2026-11-03T00:00:00.000000Z */
|
|
18772
19106
|
end_date?: string;
|
|
18773
19107
|
/** @example false */
|
|
18774
19108
|
is_periodic?: boolean;
|
|
@@ -18776,7 +19110,7 @@ export interface operations {
|
|
|
18776
19110
|
company_name?: string | null;
|
|
18777
19111
|
/** @example null */
|
|
18778
19112
|
company_registration_number?: string | null;
|
|
18779
|
-
/** @example 2026-04-
|
|
19113
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
18780
19114
|
created_at?: string;
|
|
18781
19115
|
}[];
|
|
18782
19116
|
links?: {
|
|
@@ -18863,39 +19197,39 @@ export interface operations {
|
|
|
18863
19197
|
/**
|
|
18864
19198
|
* @example [
|
|
18865
19199
|
* {
|
|
18866
|
-
* "uid": "
|
|
19200
|
+
* "uid": "aac76872-5e04-4d9e-a374-792d5c6022a7",
|
|
18867
19201
|
* "listing_id": 1,
|
|
18868
19202
|
* "landlord_id": 2,
|
|
18869
19203
|
* "tenant_id": 2,
|
|
18870
19204
|
* "rent_amount": "4881.50",
|
|
18871
19205
|
* "deposit_amount": "2151.17",
|
|
18872
19206
|
* "state": "offer_accepted",
|
|
18873
|
-
* "start_date": "2025-11-
|
|
18874
|
-
* "end_date": "2026-11-
|
|
19207
|
+
* "start_date": "2025-11-03T00:00:00.000000Z",
|
|
19208
|
+
* "end_date": "2026-11-03T00:00:00.000000Z",
|
|
18875
19209
|
* "is_periodic": false,
|
|
18876
19210
|
* "company_name": null,
|
|
18877
19211
|
* "company_registration_number": null,
|
|
18878
|
-
* "created_at": "2026-04-
|
|
19212
|
+
* "created_at": "2026-04-28T13:29:40.000000Z"
|
|
18879
19213
|
* },
|
|
18880
19214
|
* {
|
|
18881
|
-
* "uid": "
|
|
19215
|
+
* "uid": "eb6a342d-43dd-49e4-a85d-fd52cfe8c3b2",
|
|
18882
19216
|
* "listing_id": 1,
|
|
18883
19217
|
* "landlord_id": 2,
|
|
18884
19218
|
* "tenant_id": 2,
|
|
18885
19219
|
* "rent_amount": "3832.26",
|
|
18886
19220
|
* "deposit_amount": "1384.27",
|
|
18887
19221
|
* "state": "terminated",
|
|
18888
|
-
* "start_date": "2025-09-
|
|
18889
|
-
* "end_date": "2026-09-
|
|
19222
|
+
* "start_date": "2025-09-28T00:00:00.000000Z",
|
|
19223
|
+
* "end_date": "2026-09-28T00:00:00.000000Z",
|
|
18890
19224
|
* "is_periodic": false,
|
|
18891
19225
|
* "company_name": null,
|
|
18892
19226
|
* "company_registration_number": null,
|
|
18893
|
-
* "created_at": "2026-04-
|
|
19227
|
+
* "created_at": "2026-04-28T13:29:40.000000Z"
|
|
18894
19228
|
* }
|
|
18895
19229
|
* ]
|
|
18896
19230
|
*/
|
|
18897
19231
|
data?: {
|
|
18898
|
-
/** @example
|
|
19232
|
+
/** @example aac76872-5e04-4d9e-a374-792d5c6022a7 */
|
|
18899
19233
|
uid?: string;
|
|
18900
19234
|
/** @example 1 */
|
|
18901
19235
|
listing_id?: number;
|
|
@@ -18909,9 +19243,9 @@ export interface operations {
|
|
|
18909
19243
|
deposit_amount?: string;
|
|
18910
19244
|
/** @example offer_accepted */
|
|
18911
19245
|
state?: string;
|
|
18912
|
-
/** @example 2025-11-
|
|
19246
|
+
/** @example 2025-11-03T00:00:00.000000Z */
|
|
18913
19247
|
start_date?: string;
|
|
18914
|
-
/** @example 2026-11-
|
|
19248
|
+
/** @example 2026-11-03T00:00:00.000000Z */
|
|
18915
19249
|
end_date?: string;
|
|
18916
19250
|
/** @example false */
|
|
18917
19251
|
is_periodic?: boolean;
|
|
@@ -18919,7 +19253,7 @@ export interface operations {
|
|
|
18919
19253
|
company_name?: string | null;
|
|
18920
19254
|
/** @example null */
|
|
18921
19255
|
company_registration_number?: string | null;
|
|
18922
|
-
/** @example 2026-04-
|
|
19256
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
18923
19257
|
created_at?: string;
|
|
18924
19258
|
}[];
|
|
18925
19259
|
links?: {
|
|
@@ -19026,7 +19360,7 @@ export interface operations {
|
|
|
19026
19360
|
content: {
|
|
19027
19361
|
"application/json": {
|
|
19028
19362
|
data?: {
|
|
19029
|
-
/** @example
|
|
19363
|
+
/** @example 183 */
|
|
19030
19364
|
id?: number;
|
|
19031
19365
|
compliance?: {
|
|
19032
19366
|
/** @example 1 */
|
|
@@ -19046,9 +19380,9 @@ export interface operations {
|
|
|
19046
19380
|
rejection_reason?: string | null;
|
|
19047
19381
|
/** @example 1 */
|
|
19048
19382
|
reviewed_by?: number;
|
|
19049
|
-
/** @example 2026-04-
|
|
19383
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
19050
19384
|
reviewed_at?: string;
|
|
19051
|
-
/** @example 2026-04-
|
|
19385
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
19052
19386
|
created_at?: string;
|
|
19053
19387
|
};
|
|
19054
19388
|
};
|
|
@@ -19075,7 +19409,7 @@ export interface operations {
|
|
|
19075
19409
|
content: {
|
|
19076
19410
|
"application/json": {
|
|
19077
19411
|
data?: {
|
|
19078
|
-
/** @example
|
|
19412
|
+
/** @example 184 */
|
|
19079
19413
|
id?: number;
|
|
19080
19414
|
compliance?: {
|
|
19081
19415
|
/** @example 1 */
|
|
@@ -19095,9 +19429,9 @@ export interface operations {
|
|
|
19095
19429
|
rejection_reason?: string | null;
|
|
19096
19430
|
/** @example 1 */
|
|
19097
19431
|
reviewed_by?: number;
|
|
19098
|
-
/** @example 2026-04-
|
|
19432
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
19099
19433
|
reviewed_at?: string;
|
|
19100
|
-
/** @example 2026-04-
|
|
19434
|
+
/** @example 2026-04-28T13:29:40.000000Z */
|
|
19101
19435
|
created_at?: string;
|
|
19102
19436
|
};
|
|
19103
19437
|
};
|
|
@@ -20229,37 +20563,37 @@ export interface operations {
|
|
|
20229
20563
|
/**
|
|
20230
20564
|
* @example [
|
|
20231
20565
|
* {
|
|
20232
|
-
* "uid": "
|
|
20566
|
+
* "uid": "4c6b66d0-f3b1-4799-aae2-e6f55e5cdca0",
|
|
20233
20567
|
* "tenancy_id": 1,
|
|
20234
20568
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
20235
20569
|
* "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.",
|
|
20236
20570
|
* "status": "reported",
|
|
20237
20571
|
* "priority": "emergency",
|
|
20238
|
-
* "reported_at": "
|
|
20239
|
-
* "assigned_at": "
|
|
20572
|
+
* "reported_at": "22 Apr 2026, 12:43 AM",
|
|
20573
|
+
* "assigned_at": "26 Apr 2026, 09:03 PM",
|
|
20240
20574
|
* "completed_at": null,
|
|
20241
|
-
* "sla_deadline": "
|
|
20242
|
-
* "created_at": "
|
|
20243
|
-
* "updated_at": "
|
|
20575
|
+
* "sla_deadline": "30 Apr 2026, 02:25 AM",
|
|
20576
|
+
* "created_at": "28 Apr 2026, 01:29 PM",
|
|
20577
|
+
* "updated_at": "28 Apr 2026, 01:29 PM"
|
|
20244
20578
|
* },
|
|
20245
20579
|
* {
|
|
20246
|
-
* "uid": "
|
|
20580
|
+
* "uid": "777f647f-f8b6-4774-b6fd-04711247a18a",
|
|
20247
20581
|
* "tenancy_id": 1,
|
|
20248
20582
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
20249
20583
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
20250
20584
|
* "status": "completed",
|
|
20251
20585
|
* "priority": "normal",
|
|
20252
|
-
* "reported_at": "
|
|
20586
|
+
* "reported_at": "24 Apr 2026, 01:21 PM",
|
|
20253
20587
|
* "assigned_at": null,
|
|
20254
20588
|
* "completed_at": null,
|
|
20255
|
-
* "sla_deadline": "
|
|
20256
|
-
* "created_at": "
|
|
20257
|
-
* "updated_at": "
|
|
20589
|
+
* "sla_deadline": "01 May 2026, 10:25 AM",
|
|
20590
|
+
* "created_at": "28 Apr 2026, 01:29 PM",
|
|
20591
|
+
* "updated_at": "28 Apr 2026, 01:29 PM"
|
|
20258
20592
|
* }
|
|
20259
20593
|
* ]
|
|
20260
20594
|
*/
|
|
20261
20595
|
data?: {
|
|
20262
|
-
/** @example
|
|
20596
|
+
/** @example 4c6b66d0-f3b1-4799-aae2-e6f55e5cdca0 */
|
|
20263
20597
|
uid?: string;
|
|
20264
20598
|
/** @example 1 */
|
|
20265
20599
|
tenancy_id?: number;
|
|
@@ -20271,17 +20605,17 @@ export interface operations {
|
|
|
20271
20605
|
status?: string;
|
|
20272
20606
|
/** @example emergency */
|
|
20273
20607
|
priority?: string;
|
|
20274
|
-
/** @example
|
|
20608
|
+
/** @example 22 Apr 2026, 12:43 AM */
|
|
20275
20609
|
reported_at?: string;
|
|
20276
|
-
/** @example
|
|
20610
|
+
/** @example 26 Apr 2026, 09:03 PM */
|
|
20277
20611
|
assigned_at?: string;
|
|
20278
20612
|
/** @example null */
|
|
20279
20613
|
completed_at?: string | null;
|
|
20280
|
-
/** @example
|
|
20614
|
+
/** @example 30 Apr 2026, 02:25 AM */
|
|
20281
20615
|
sla_deadline?: string;
|
|
20282
|
-
/** @example
|
|
20616
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
20283
20617
|
created_at?: string;
|
|
20284
|
-
/** @example
|
|
20618
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
20285
20619
|
updated_at?: string;
|
|
20286
20620
|
}[];
|
|
20287
20621
|
links?: {
|
|
@@ -20397,13 +20731,13 @@ export interface operations {
|
|
|
20397
20731
|
};
|
|
20398
20732
|
} | {
|
|
20399
20733
|
data?: {
|
|
20400
|
-
/** @example
|
|
20734
|
+
/** @example 864dde58-6625-457c-8a8b-0712bb99125c */
|
|
20401
20735
|
uid?: string;
|
|
20402
20736
|
/** @example image */
|
|
20403
20737
|
file_type?: string;
|
|
20404
20738
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
20405
20739
|
url?: string;
|
|
20406
|
-
/** @example 2026-04-
|
|
20740
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
20407
20741
|
created_at?: string;
|
|
20408
20742
|
};
|
|
20409
20743
|
};
|
|
@@ -20448,15 +20782,23 @@ export interface operations {
|
|
|
20448
20782
|
content: {
|
|
20449
20783
|
"application/json": {
|
|
20450
20784
|
data?: {
|
|
20451
|
-
/** @example
|
|
20785
|
+
/** @example 139 */
|
|
20452
20786
|
id?: number;
|
|
20453
20787
|
/** @example property_inquiry */
|
|
20454
20788
|
type?: string;
|
|
20455
20789
|
/** @example 2 */
|
|
20456
20790
|
listing_id?: number;
|
|
20791
|
+
created_by?: {
|
|
20792
|
+
/** @example 2 */
|
|
20793
|
+
id?: number;
|
|
20794
|
+
/** @example bf1a9d08-45a1-474c-b494-5e7be7b71aa8 */
|
|
20795
|
+
uid?: string;
|
|
20796
|
+
/** @example dogunfx */
|
|
20797
|
+
name?: string;
|
|
20798
|
+
};
|
|
20457
20799
|
/** @example null */
|
|
20458
20800
|
last_message_at?: string | null;
|
|
20459
|
-
/** @example 2026-04-
|
|
20801
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
20460
20802
|
created_at?: string;
|
|
20461
20803
|
};
|
|
20462
20804
|
};
|
|
@@ -20473,99 +20815,68 @@ export interface operations {
|
|
|
20473
20815
|
};
|
|
20474
20816
|
requestBody?: never;
|
|
20475
20817
|
responses: {
|
|
20818
|
+
/** @description Retrieve all conversations belonging to the authenticated user */
|
|
20476
20819
|
200: {
|
|
20477
20820
|
headers: {
|
|
20478
20821
|
[name: string]: unknown;
|
|
20479
20822
|
};
|
|
20480
20823
|
content: {
|
|
20481
20824
|
"application/json": {
|
|
20482
|
-
/**
|
|
20483
|
-
|
|
20484
|
-
|
|
20485
|
-
|
|
20486
|
-
* "type": "property_inquiry",
|
|
20487
|
-
* "listing_id": 2,
|
|
20488
|
-
* "last_message_at": null,
|
|
20489
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
20490
|
-
* },
|
|
20491
|
-
* {
|
|
20492
|
-
* "id": 135,
|
|
20493
|
-
* "type": "property_inquiry",
|
|
20494
|
-
* "listing_id": 2,
|
|
20495
|
-
* "last_message_at": null,
|
|
20496
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
20497
|
-
* }
|
|
20498
|
-
* ]
|
|
20499
|
-
*/
|
|
20825
|
+
/** @example Conversations retrieved successfully */
|
|
20826
|
+
message?: string;
|
|
20827
|
+
/** @example null */
|
|
20828
|
+
event?: string | null;
|
|
20500
20829
|
data?: {
|
|
20501
|
-
/** @example 134 */
|
|
20502
|
-
id?: number;
|
|
20503
|
-
/** @example property_inquiry */
|
|
20504
|
-
type?: string;
|
|
20505
|
-
/** @example 2 */
|
|
20506
|
-
listing_id?: number;
|
|
20507
|
-
/** @example null */
|
|
20508
|
-
last_message_at?: string | null;
|
|
20509
|
-
/** @example 2026-04-27T11:18:04.000000Z */
|
|
20510
|
-
created_at?: string;
|
|
20511
|
-
}[];
|
|
20512
|
-
links?: {
|
|
20513
|
-
/** @example /?page=1 */
|
|
20514
|
-
first?: string;
|
|
20515
|
-
/** @example /?page=1 */
|
|
20516
|
-
last?: string;
|
|
20517
|
-
/** @example null */
|
|
20518
|
-
prev?: string | null;
|
|
20519
|
-
/** @example null */
|
|
20520
|
-
next?: string | null;
|
|
20521
|
-
};
|
|
20522
|
-
meta?: {
|
|
20523
|
-
/** @example 1 */
|
|
20524
|
-
current_page?: number;
|
|
20525
|
-
/** @example 1 */
|
|
20526
|
-
from?: number;
|
|
20527
|
-
/** @example 1 */
|
|
20528
|
-
last_page?: number;
|
|
20529
20830
|
/**
|
|
20530
20831
|
* @example [
|
|
20531
20832
|
* {
|
|
20532
|
-
* "
|
|
20533
|
-
* "
|
|
20534
|
-
* "
|
|
20535
|
-
* "
|
|
20536
|
-
*
|
|
20537
|
-
*
|
|
20538
|
-
*
|
|
20539
|
-
*
|
|
20540
|
-
* "
|
|
20541
|
-
* "
|
|
20542
|
-
* },
|
|
20543
|
-
* {
|
|
20544
|
-
* "url": null,
|
|
20545
|
-
* "label": "Next »",
|
|
20546
|
-
* "page": null,
|
|
20547
|
-
* "active": false
|
|
20833
|
+
* "id": 1,
|
|
20834
|
+
* "type": "listing",
|
|
20835
|
+
* "listing_id": 4,
|
|
20836
|
+
* "created_by": {
|
|
20837
|
+
* "id": 20,
|
|
20838
|
+
* "uid": "usr_20",
|
|
20839
|
+
* "name": "Sarah Jenkins"
|
|
20840
|
+
* },
|
|
20841
|
+
* "last_message_at": "2026-04-28T09:00:00Z",
|
|
20842
|
+
* "created_at": "2026-04-28T08:30:00Z"
|
|
20548
20843
|
* }
|
|
20549
20844
|
* ]
|
|
20550
20845
|
*/
|
|
20551
|
-
|
|
20552
|
-
/** @example
|
|
20553
|
-
|
|
20554
|
-
/** @example
|
|
20555
|
-
|
|
20556
|
-
/** @example
|
|
20557
|
-
|
|
20558
|
-
|
|
20559
|
-
|
|
20846
|
+
items?: {
|
|
20847
|
+
/** @example 1 */
|
|
20848
|
+
id?: number;
|
|
20849
|
+
/** @example listing */
|
|
20850
|
+
type?: string;
|
|
20851
|
+
/** @example 4 */
|
|
20852
|
+
listing_id?: number;
|
|
20853
|
+
created_by?: {
|
|
20854
|
+
/** @example 20 */
|
|
20855
|
+
id?: number;
|
|
20856
|
+
/** @example usr_20 */
|
|
20857
|
+
uid?: string;
|
|
20858
|
+
/** @example Sarah Jenkins */
|
|
20859
|
+
name?: string;
|
|
20860
|
+
};
|
|
20861
|
+
/** @example 2026-04-28T09:00:00Z */
|
|
20862
|
+
last_message_at?: string;
|
|
20863
|
+
/** @example 2026-04-28T08:30:00Z */
|
|
20864
|
+
created_at?: string;
|
|
20560
20865
|
}[];
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
20866
|
+
pagination?: {
|
|
20867
|
+
/** @example 1 */
|
|
20868
|
+
current_page?: number;
|
|
20869
|
+
/** @example 15 */
|
|
20870
|
+
per_page?: number;
|
|
20871
|
+
/** @example 1 */
|
|
20872
|
+
total?: number;
|
|
20873
|
+
/** @example 1 */
|
|
20874
|
+
last_page?: number;
|
|
20875
|
+
/** @example 1 */
|
|
20876
|
+
from?: number;
|
|
20877
|
+
/** @example 1 */
|
|
20878
|
+
to?: number;
|
|
20879
|
+
};
|
|
20569
20880
|
};
|
|
20570
20881
|
};
|
|
20571
20882
|
};
|
|
@@ -20815,107 +21126,65 @@ export interface operations {
|
|
|
20815
21126
|
};
|
|
20816
21127
|
requestBody?: never;
|
|
20817
21128
|
responses: {
|
|
21129
|
+
/** @description Fetch paginated notifications for the auth user */
|
|
20818
21130
|
200: {
|
|
20819
21131
|
headers: {
|
|
20820
21132
|
[name: string]: unknown;
|
|
20821
21133
|
};
|
|
20822
21134
|
content: {
|
|
20823
21135
|
"application/json": {
|
|
20824
|
-
/**
|
|
20825
|
-
|
|
20826
|
-
|
|
20827
|
-
|
|
20828
|
-
* "type": "APPOINTMENT_CREATED",
|
|
20829
|
-
* "title": "faker notification",
|
|
20830
|
-
* "body": "faker notification body",
|
|
20831
|
-
* "data": [],
|
|
20832
|
-
* "read_at": null,
|
|
20833
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
20834
|
-
* },
|
|
20835
|
-
* {
|
|
20836
|
-
* "id": "5734bfe8-4801-4cd9-a697-32b61605d6c8",
|
|
20837
|
-
* "type": "APPOINTMENT_CREATED",
|
|
20838
|
-
* "title": "faker notification",
|
|
20839
|
-
* "body": "faker notification body",
|
|
20840
|
-
* "data": [],
|
|
20841
|
-
* "read_at": null,
|
|
20842
|
-
* "created_at": "2026-04-27T11:18:04.000000Z"
|
|
20843
|
-
* }
|
|
20844
|
-
* ]
|
|
20845
|
-
*/
|
|
21136
|
+
/** @example Notifications retrieved successfully */
|
|
21137
|
+
message?: string;
|
|
21138
|
+
/** @example null */
|
|
21139
|
+
event?: string | null;
|
|
20846
21140
|
data?: {
|
|
20847
|
-
/** @example fe9a6764-7710-44ff-a160-d4997f15d6b2 */
|
|
20848
|
-
id?: string;
|
|
20849
|
-
/** @example APPOINTMENT_CREATED */
|
|
20850
|
-
type?: string;
|
|
20851
|
-
/** @example faker notification */
|
|
20852
|
-
title?: string;
|
|
20853
|
-
/** @example faker notification body */
|
|
20854
|
-
body?: string;
|
|
20855
|
-
/** @example [] */
|
|
20856
|
-
data?: unknown[];
|
|
20857
|
-
/** @example null */
|
|
20858
|
-
read_at?: string | null;
|
|
20859
|
-
/** @example 2026-04-27T11:18:04.000000Z */
|
|
20860
|
-
created_at?: string;
|
|
20861
|
-
}[];
|
|
20862
|
-
links?: {
|
|
20863
|
-
/** @example /?page=1 */
|
|
20864
|
-
first?: string;
|
|
20865
|
-
/** @example /?page=1 */
|
|
20866
|
-
last?: string;
|
|
20867
|
-
/** @example null */
|
|
20868
|
-
prev?: string | null;
|
|
20869
|
-
/** @example null */
|
|
20870
|
-
next?: string | null;
|
|
20871
|
-
};
|
|
20872
|
-
meta?: {
|
|
20873
|
-
/** @example 1 */
|
|
20874
|
-
current_page?: number;
|
|
20875
|
-
/** @example 1 */
|
|
20876
|
-
from?: number;
|
|
20877
|
-
/** @example 1 */
|
|
20878
|
-
last_page?: number;
|
|
20879
21141
|
/**
|
|
20880
21142
|
* @example [
|
|
20881
21143
|
* {
|
|
20882
|
-
* "
|
|
20883
|
-
* "
|
|
20884
|
-
* "
|
|
20885
|
-
* "
|
|
20886
|
-
*
|
|
20887
|
-
*
|
|
20888
|
-
*
|
|
20889
|
-
* "
|
|
20890
|
-
* "
|
|
20891
|
-
* "active": true
|
|
20892
|
-
* },
|
|
20893
|
-
* {
|
|
20894
|
-
* "url": null,
|
|
20895
|
-
* "label": "Next »",
|
|
20896
|
-
* "page": null,
|
|
20897
|
-
* "active": false
|
|
21144
|
+
* "id": "noti_123",
|
|
21145
|
+
* "type": "verification",
|
|
21146
|
+
* "title": "Verification approved",
|
|
21147
|
+
* "body": "Your identity document has been approved.",
|
|
21148
|
+
* "data": {
|
|
21149
|
+
* "foo": "bar"
|
|
21150
|
+
* },
|
|
21151
|
+
* "read_at": null,
|
|
21152
|
+
* "created_at": "2026-04-28T09:00:00Z"
|
|
20898
21153
|
* }
|
|
20899
21154
|
* ]
|
|
20900
21155
|
*/
|
|
20901
|
-
|
|
20902
|
-
/** @example
|
|
20903
|
-
|
|
20904
|
-
/** @example
|
|
20905
|
-
|
|
21156
|
+
items?: {
|
|
21157
|
+
/** @example noti_123 */
|
|
21158
|
+
id?: string;
|
|
21159
|
+
/** @example verification */
|
|
21160
|
+
type?: string;
|
|
21161
|
+
/** @example Verification approved */
|
|
21162
|
+
title?: string;
|
|
21163
|
+
/** @example Your identity document has been approved. */
|
|
21164
|
+
body?: string;
|
|
21165
|
+
data?: {
|
|
21166
|
+
/** @example bar */
|
|
21167
|
+
foo?: string;
|
|
21168
|
+
};
|
|
20906
21169
|
/** @example null */
|
|
20907
|
-
|
|
20908
|
-
/** @example
|
|
20909
|
-
|
|
21170
|
+
read_at?: string | null;
|
|
21171
|
+
/** @example 2026-04-28T09:00:00Z */
|
|
21172
|
+
created_at?: string;
|
|
20910
21173
|
}[];
|
|
20911
|
-
|
|
20912
|
-
|
|
20913
|
-
|
|
20914
|
-
|
|
20915
|
-
|
|
20916
|
-
|
|
20917
|
-
|
|
20918
|
-
|
|
21174
|
+
pagination?: {
|
|
21175
|
+
/** @example 1 */
|
|
21176
|
+
current_page?: number;
|
|
21177
|
+
/** @example 20 */
|
|
21178
|
+
per_page?: number;
|
|
21179
|
+
/** @example 1 */
|
|
21180
|
+
total?: number;
|
|
21181
|
+
/** @example 1 */
|
|
21182
|
+
last_page?: number;
|
|
21183
|
+
/** @example 1 */
|
|
21184
|
+
from?: number;
|
|
21185
|
+
/** @example 1 */
|
|
21186
|
+
to?: number;
|
|
21187
|
+
};
|
|
20919
21188
|
};
|
|
20920
21189
|
};
|
|
20921
21190
|
};
|
|
@@ -20940,7 +21209,7 @@ export interface operations {
|
|
|
20940
21209
|
};
|
|
20941
21210
|
content: {
|
|
20942
21211
|
"application/json": {
|
|
20943
|
-
/** @example
|
|
21212
|
+
/** @example 698dca85-232c-4951-94fb-4b1dea9cfe60 */
|
|
20944
21213
|
id?: string;
|
|
20945
21214
|
/** @example APPOINTMENT_CREATED */
|
|
20946
21215
|
type?: string;
|
|
@@ -20952,7 +21221,7 @@ export interface operations {
|
|
|
20952
21221
|
data?: unknown[];
|
|
20953
21222
|
/** @example null */
|
|
20954
21223
|
read_at?: string | null;
|
|
20955
|
-
/** @example 2026-04-
|
|
21224
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
20956
21225
|
created_at?: string;
|
|
20957
21226
|
};
|
|
20958
21227
|
};
|
|
@@ -21178,11 +21447,11 @@ export interface operations {
|
|
|
21178
21447
|
content: {
|
|
21179
21448
|
"application/json": {
|
|
21180
21449
|
/**
|
|
21181
|
-
* @description Reviewable type or entity.
|
|
21182
|
-
* @example
|
|
21450
|
+
* @description Reviewable type or entity. Accepts `listing`, `user`, or the full model class name.
|
|
21451
|
+
* @example listing
|
|
21183
21452
|
* @enum {string}
|
|
21184
21453
|
*/
|
|
21185
|
-
reviewable_type: "App\\Models\\Listing" | "App\\Models\\User";
|
|
21454
|
+
reviewable_type: "App\\Models\\Listing" | "App\\Models\\User" | "App\\Models\\Listing" | "App\\Models\\User";
|
|
21186
21455
|
/**
|
|
21187
21456
|
* @description pagination. Must be between 1 and 100.
|
|
21188
21457
|
* @example 15
|
|
@@ -21192,113 +21461,65 @@ export interface operations {
|
|
|
21192
21461
|
};
|
|
21193
21462
|
};
|
|
21194
21463
|
responses: {
|
|
21464
|
+
/** @description Retrieve all reviews for a particular reviewable type */
|
|
21195
21465
|
200: {
|
|
21196
21466
|
headers: {
|
|
21197
21467
|
[name: string]: unknown;
|
|
21198
21468
|
};
|
|
21199
21469
|
content: {
|
|
21200
21470
|
"application/json": {
|
|
21201
|
-
/**
|
|
21202
|
-
|
|
21203
|
-
|
|
21204
|
-
|
|
21205
|
-
* "rating": 1,
|
|
21206
|
-
* "comment": "Nice Listing",
|
|
21207
|
-
* "reviewer": {
|
|
21208
|
-
* "id": 20,
|
|
21209
|
-
* "name": "Suzanne Morgan"
|
|
21210
|
-
* },
|
|
21211
|
-
* "created_at": "2026-04-27T11:18:04+00:00",
|
|
21212
|
-
* "updated_at": "2026-04-27T11:18:04+00:00"
|
|
21213
|
-
* },
|
|
21214
|
-
* {
|
|
21215
|
-
* "id": 266,
|
|
21216
|
-
* "rating": 1,
|
|
21217
|
-
* "comment": "Nice Listing",
|
|
21218
|
-
* "reviewer": {
|
|
21219
|
-
* "id": 174,
|
|
21220
|
-
* "name": "ejiro"
|
|
21221
|
-
* },
|
|
21222
|
-
* "created_at": "2026-04-27T11:18:04+00:00",
|
|
21223
|
-
* "updated_at": "2026-04-27T11:18:04+00:00"
|
|
21224
|
-
* }
|
|
21225
|
-
* ]
|
|
21226
|
-
*/
|
|
21471
|
+
/** @example Review retrieved successfully */
|
|
21472
|
+
message?: string;
|
|
21473
|
+
/** @example null */
|
|
21474
|
+
event?: string | null;
|
|
21227
21475
|
data?: {
|
|
21228
|
-
/** @example 265 */
|
|
21229
|
-
id?: number;
|
|
21230
|
-
/** @example 1 */
|
|
21231
|
-
rating?: number;
|
|
21232
|
-
/** @example Nice Listing */
|
|
21233
|
-
comment?: string;
|
|
21234
|
-
reviewer?: {
|
|
21235
|
-
/** @example 20 */
|
|
21236
|
-
id?: number;
|
|
21237
|
-
/** @example Suzanne Morgan */
|
|
21238
|
-
name?: string;
|
|
21239
|
-
};
|
|
21240
|
-
/** @example 2026-04-27T11:18:04+00:00 */
|
|
21241
|
-
created_at?: string;
|
|
21242
|
-
/** @example 2026-04-27T11:18:04+00:00 */
|
|
21243
|
-
updated_at?: string;
|
|
21244
|
-
}[];
|
|
21245
|
-
links?: {
|
|
21246
|
-
/** @example /?page=1 */
|
|
21247
|
-
first?: string;
|
|
21248
|
-
/** @example /?page=1 */
|
|
21249
|
-
last?: string;
|
|
21250
|
-
/** @example null */
|
|
21251
|
-
prev?: string | null;
|
|
21252
|
-
/** @example null */
|
|
21253
|
-
next?: string | null;
|
|
21254
|
-
};
|
|
21255
|
-
meta?: {
|
|
21256
|
-
/** @example 1 */
|
|
21257
|
-
current_page?: number;
|
|
21258
|
-
/** @example 1 */
|
|
21259
|
-
from?: number;
|
|
21260
|
-
/** @example 1 */
|
|
21261
|
-
last_page?: number;
|
|
21262
21476
|
/**
|
|
21263
21477
|
* @example [
|
|
21264
21478
|
* {
|
|
21265
|
-
* "
|
|
21266
|
-
* "
|
|
21267
|
-
* "
|
|
21268
|
-
* "
|
|
21269
|
-
*
|
|
21270
|
-
*
|
|
21271
|
-
*
|
|
21272
|
-
* "
|
|
21273
|
-
* "
|
|
21274
|
-
* "active": true
|
|
21275
|
-
* },
|
|
21276
|
-
* {
|
|
21277
|
-
* "url": null,
|
|
21278
|
-
* "label": "Next »",
|
|
21279
|
-
* "page": null,
|
|
21280
|
-
* "active": false
|
|
21479
|
+
* "id": 1,
|
|
21480
|
+
* "rating": 5,
|
|
21481
|
+
* "comment": "Excellent service.",
|
|
21482
|
+
* "reviewer": {
|
|
21483
|
+
* "id": 20,
|
|
21484
|
+
* "name": "Sarah Jenkins"
|
|
21485
|
+
* },
|
|
21486
|
+
* "created_at": "2026-04-28T09:00:00Z",
|
|
21487
|
+
* "updated_at": "2026-04-28T09:00:00Z"
|
|
21281
21488
|
* }
|
|
21282
21489
|
* ]
|
|
21283
21490
|
*/
|
|
21284
|
-
|
|
21285
|
-
/** @example
|
|
21286
|
-
|
|
21287
|
-
/** @example
|
|
21288
|
-
|
|
21289
|
-
/** @example
|
|
21290
|
-
|
|
21291
|
-
|
|
21292
|
-
|
|
21491
|
+
items?: {
|
|
21492
|
+
/** @example 1 */
|
|
21493
|
+
id?: number;
|
|
21494
|
+
/** @example 5 */
|
|
21495
|
+
rating?: number;
|
|
21496
|
+
/** @example Excellent service. */
|
|
21497
|
+
comment?: string;
|
|
21498
|
+
reviewer?: {
|
|
21499
|
+
/** @example 20 */
|
|
21500
|
+
id?: number;
|
|
21501
|
+
/** @example Sarah Jenkins */
|
|
21502
|
+
name?: string;
|
|
21503
|
+
};
|
|
21504
|
+
/** @example 2026-04-28T09:00:00Z */
|
|
21505
|
+
created_at?: string;
|
|
21506
|
+
/** @example 2026-04-28T09:00:00Z */
|
|
21507
|
+
updated_at?: string;
|
|
21293
21508
|
}[];
|
|
21294
|
-
|
|
21295
|
-
|
|
21296
|
-
|
|
21297
|
-
|
|
21298
|
-
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21509
|
+
pagination?: {
|
|
21510
|
+
/** @example 1 */
|
|
21511
|
+
current_page?: number;
|
|
21512
|
+
/** @example 15 */
|
|
21513
|
+
per_page?: number;
|
|
21514
|
+
/** @example 1 */
|
|
21515
|
+
total?: number;
|
|
21516
|
+
/** @example 1 */
|
|
21517
|
+
last_page?: number;
|
|
21518
|
+
/** @example 1 */
|
|
21519
|
+
from?: number;
|
|
21520
|
+
/** @example 1 */
|
|
21521
|
+
to?: number;
|
|
21522
|
+
};
|
|
21302
21523
|
};
|
|
21303
21524
|
};
|
|
21304
21525
|
};
|
|
@@ -21316,11 +21537,11 @@ export interface operations {
|
|
|
21316
21537
|
content: {
|
|
21317
21538
|
"application/json": {
|
|
21318
21539
|
/**
|
|
21319
|
-
* @description Reviewable type or entity.
|
|
21320
|
-
* @example
|
|
21540
|
+
* @description Reviewable type or entity. Accepts `listing`, `user`, or the full model class name.
|
|
21541
|
+
* @example listing
|
|
21321
21542
|
* @enum {string}
|
|
21322
21543
|
*/
|
|
21323
|
-
reviewable_type: "App\\Models\\Listing" | "App\\Models\\User";
|
|
21544
|
+
reviewable_type: "App\\Models\\Listing" | "App\\Models\\User" | "App\\Models\\Listing" | "App\\Models\\User";
|
|
21324
21545
|
/**
|
|
21325
21546
|
* @description Identity of Reviewable type or entity. Must be at least 1.
|
|
21326
21547
|
* @example 1
|
|
@@ -21393,21 +21614,21 @@ export interface operations {
|
|
|
21393
21614
|
content: {
|
|
21394
21615
|
"application/json": {
|
|
21395
21616
|
data?: {
|
|
21396
|
-
/** @example
|
|
21617
|
+
/** @example 277 */
|
|
21397
21618
|
id?: number;
|
|
21398
21619
|
/** @example 1 */
|
|
21399
21620
|
rating?: number;
|
|
21400
21621
|
/** @example Nice Listing */
|
|
21401
21622
|
comment?: string;
|
|
21402
21623
|
reviewer?: {
|
|
21403
|
-
/** @example
|
|
21624
|
+
/** @example 23 */
|
|
21404
21625
|
id?: number;
|
|
21405
|
-
/** @example
|
|
21626
|
+
/** @example Anthony Baker */
|
|
21406
21627
|
name?: string;
|
|
21407
21628
|
};
|
|
21408
|
-
/** @example 2026
|
|
21629
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21409
21630
|
created_at?: string;
|
|
21410
|
-
/** @example 2026
|
|
21631
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21411
21632
|
updated_at?: string;
|
|
21412
21633
|
};
|
|
21413
21634
|
};
|
|
@@ -21451,21 +21672,21 @@ export interface operations {
|
|
|
21451
21672
|
content: {
|
|
21452
21673
|
"application/json": {
|
|
21453
21674
|
data?: {
|
|
21454
|
-
/** @example
|
|
21675
|
+
/** @example 278 */
|
|
21455
21676
|
id?: number;
|
|
21456
21677
|
/** @example 1 */
|
|
21457
21678
|
rating?: number;
|
|
21458
21679
|
/** @example Nice Listing */
|
|
21459
21680
|
comment?: string;
|
|
21460
21681
|
reviewer?: {
|
|
21461
|
-
/** @example
|
|
21682
|
+
/** @example 26 */
|
|
21462
21683
|
id?: number;
|
|
21463
|
-
/** @example
|
|
21684
|
+
/** @example Arthur Reid */
|
|
21464
21685
|
name?: string;
|
|
21465
21686
|
};
|
|
21466
|
-
/** @example 2026
|
|
21687
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21467
21688
|
created_at?: string;
|
|
21468
|
-
/** @example 2026
|
|
21689
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21469
21690
|
updated_at?: string;
|
|
21470
21691
|
};
|
|
21471
21692
|
};
|
|
@@ -21507,21 +21728,21 @@ export interface operations {
|
|
|
21507
21728
|
content: {
|
|
21508
21729
|
"application/json": {
|
|
21509
21730
|
data?: {
|
|
21510
|
-
/** @example
|
|
21731
|
+
/** @example 279 */
|
|
21511
21732
|
id?: number;
|
|
21512
21733
|
/** @example 1 */
|
|
21513
21734
|
rating?: number;
|
|
21514
21735
|
/** @example Nice Listing */
|
|
21515
21736
|
comment?: string;
|
|
21516
21737
|
reviewer?: {
|
|
21517
|
-
/** @example
|
|
21738
|
+
/** @example 1 */
|
|
21518
21739
|
id?: number;
|
|
21519
|
-
/** @example
|
|
21740
|
+
/** @example System Admin */
|
|
21520
21741
|
name?: string;
|
|
21521
21742
|
};
|
|
21522
|
-
/** @example 2026
|
|
21743
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21523
21744
|
created_at?: string;
|
|
21524
|
-
/** @example 2026
|
|
21745
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21525
21746
|
updated_at?: string;
|
|
21526
21747
|
};
|
|
21527
21748
|
};
|
|
@@ -21548,21 +21769,21 @@ export interface operations {
|
|
|
21548
21769
|
content: {
|
|
21549
21770
|
"application/json": {
|
|
21550
21771
|
data?: {
|
|
21551
|
-
/** @example
|
|
21772
|
+
/** @example 280 */
|
|
21552
21773
|
id?: number;
|
|
21553
21774
|
/** @example 1 */
|
|
21554
21775
|
rating?: number;
|
|
21555
21776
|
/** @example Nice Listing */
|
|
21556
21777
|
comment?: string;
|
|
21557
21778
|
reviewer?: {
|
|
21558
|
-
/** @example
|
|
21779
|
+
/** @example 23 */
|
|
21559
21780
|
id?: number;
|
|
21560
|
-
/** @example
|
|
21781
|
+
/** @example Anthony Baker */
|
|
21561
21782
|
name?: string;
|
|
21562
21783
|
};
|
|
21563
|
-
/** @example 2026
|
|
21784
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21564
21785
|
created_at?: string;
|
|
21565
|
-
/** @example 2026
|
|
21786
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
21566
21787
|
updated_at?: string;
|
|
21567
21788
|
};
|
|
21568
21789
|
};
|
|
@@ -21589,7 +21810,7 @@ export interface operations {
|
|
|
21589
21810
|
content: {
|
|
21590
21811
|
"application/json": {
|
|
21591
21812
|
data?: {
|
|
21592
|
-
/** @example
|
|
21813
|
+
/** @example 26639c55-b70f-4f41-8e39-4bd57ef6034c */
|
|
21593
21814
|
uid?: string;
|
|
21594
21815
|
/** @example 1 */
|
|
21595
21816
|
listing_id?: number;
|
|
@@ -21603,9 +21824,9 @@ export interface operations {
|
|
|
21603
21824
|
deposit_amount?: string;
|
|
21604
21825
|
/** @example offer_accepted */
|
|
21605
21826
|
state?: string;
|
|
21606
|
-
/** @example 2025-11-
|
|
21827
|
+
/** @example 2025-11-03T00:00:00.000000Z */
|
|
21607
21828
|
start_date?: string;
|
|
21608
|
-
/** @example 2026-11-
|
|
21829
|
+
/** @example 2026-11-03T00:00:00.000000Z */
|
|
21609
21830
|
end_date?: string;
|
|
21610
21831
|
/** @example false */
|
|
21611
21832
|
is_periodic?: boolean;
|
|
@@ -21613,7 +21834,7 @@ export interface operations {
|
|
|
21613
21834
|
company_name?: string | null;
|
|
21614
21835
|
/** @example null */
|
|
21615
21836
|
company_registration_number?: string | null;
|
|
21616
|
-
/** @example 2026-04-
|
|
21837
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
21617
21838
|
created_at?: string;
|
|
21618
21839
|
/** @example [] */
|
|
21619
21840
|
compliances?: unknown[];
|
|
@@ -21690,7 +21911,7 @@ export interface operations {
|
|
|
21690
21911
|
content: {
|
|
21691
21912
|
"application/json": {
|
|
21692
21913
|
data?: {
|
|
21693
|
-
/** @example
|
|
21914
|
+
/** @example d35dde52-179b-44c5-b156-694487c84053 */
|
|
21694
21915
|
uid?: string;
|
|
21695
21916
|
/** @example 1 */
|
|
21696
21917
|
listing_id?: number;
|
|
@@ -21704,9 +21925,9 @@ export interface operations {
|
|
|
21704
21925
|
deposit_amount?: string;
|
|
21705
21926
|
/** @example active */
|
|
21706
21927
|
state?: string;
|
|
21707
|
-
/** @example 2025-10-
|
|
21928
|
+
/** @example 2025-10-14T00:00:00.000000Z */
|
|
21708
21929
|
start_date?: string;
|
|
21709
|
-
/** @example 2026-10-
|
|
21930
|
+
/** @example 2026-10-14T00:00:00.000000Z */
|
|
21710
21931
|
end_date?: string;
|
|
21711
21932
|
/** @example true */
|
|
21712
21933
|
is_periodic?: boolean;
|
|
@@ -21714,7 +21935,7 @@ export interface operations {
|
|
|
21714
21935
|
company_name?: string | null;
|
|
21715
21936
|
/** @example null */
|
|
21716
21937
|
company_registration_number?: string | null;
|
|
21717
|
-
/** @example 2026-04-
|
|
21938
|
+
/** @example 2026-04-28T13:29:41.000000Z */
|
|
21718
21939
|
created_at?: string;
|
|
21719
21940
|
};
|
|
21720
21941
|
};
|
|
@@ -22008,7 +22229,7 @@ export interface operations {
|
|
|
22008
22229
|
* "changed_by_user_id": 3,
|
|
22009
22230
|
* "changed_by_name": "Teagan King",
|
|
22010
22231
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
22011
|
-
* "created_at": "2025-12-
|
|
22232
|
+
* "created_at": "2025-12-21T00:16:40.000000Z"
|
|
22012
22233
|
* },
|
|
22013
22234
|
* {
|
|
22014
22235
|
* "from_state": "pre_move_in_ready",
|
|
@@ -22016,7 +22237,7 @@ export interface operations {
|
|
|
22016
22237
|
* "changed_by_user_id": 3,
|
|
22017
22238
|
* "changed_by_name": "Teagan King",
|
|
22018
22239
|
* "comment": null,
|
|
22019
|
-
* "created_at": "2025-11-
|
|
22240
|
+
* "created_at": "2025-11-06T08:12:20.000000Z"
|
|
22020
22241
|
* }
|
|
22021
22242
|
* ]
|
|
22022
22243
|
*/
|
|
@@ -22031,7 +22252,7 @@ export interface operations {
|
|
|
22031
22252
|
changed_by_name?: string;
|
|
22032
22253
|
/** @example Qui commodi incidunt iure odit. */
|
|
22033
22254
|
comment?: string;
|
|
22034
|
-
/** @example 2025-12-
|
|
22255
|
+
/** @example 2025-12-21T00:16:40.000000Z */
|
|
22035
22256
|
created_at?: string;
|
|
22036
22257
|
}[];
|
|
22037
22258
|
};
|
|
@@ -22275,7 +22496,7 @@ export interface operations {
|
|
|
22275
22496
|
content: {
|
|
22276
22497
|
"application/json": {
|
|
22277
22498
|
data?: {
|
|
22278
|
-
/** @example
|
|
22499
|
+
/** @example e942810e-c56e-4501-a91f-b691344ed251 */
|
|
22279
22500
|
uid?: string;
|
|
22280
22501
|
/** @example Ms. Audra Crooks II */
|
|
22281
22502
|
username?: string;
|
|
@@ -22305,7 +22526,7 @@ export interface operations {
|
|
|
22305
22526
|
timezone?: string;
|
|
22306
22527
|
/** @example Customer */
|
|
22307
22528
|
user_type?: string;
|
|
22308
|
-
/** @example
|
|
22529
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
22309
22530
|
created?: string;
|
|
22310
22531
|
/** @example 0 seconds ago */
|
|
22311
22532
|
email_verified_at?: string;
|
|
@@ -22404,7 +22625,7 @@ export interface operations {
|
|
|
22404
22625
|
content: {
|
|
22405
22626
|
"application/json": {
|
|
22406
22627
|
data?: {
|
|
22407
|
-
/** @example
|
|
22628
|
+
/** @example ead44f15-9d1d-41be-a9c4-f6e929b59f8f */
|
|
22408
22629
|
uid?: string;
|
|
22409
22630
|
/** @example Morgan Hirthe */
|
|
22410
22631
|
username?: string;
|
|
@@ -22434,7 +22655,7 @@ export interface operations {
|
|
|
22434
22655
|
timezone?: string;
|
|
22435
22656
|
/** @example Customer */
|
|
22436
22657
|
user_type?: string;
|
|
22437
|
-
/** @example
|
|
22658
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
22438
22659
|
created?: string;
|
|
22439
22660
|
/** @example 0 seconds ago */
|
|
22440
22661
|
email_verified_at?: string;
|
|
@@ -22506,7 +22727,7 @@ export interface operations {
|
|
|
22506
22727
|
content: {
|
|
22507
22728
|
"application/json": {
|
|
22508
22729
|
data?: {
|
|
22509
|
-
/** @example
|
|
22730
|
+
/** @example cac86bc8-953f-45e5-9be4-f87ed8166efb */
|
|
22510
22731
|
uid?: string;
|
|
22511
22732
|
/** @example Ms. Audra Crooks II */
|
|
22512
22733
|
username?: string;
|
|
@@ -22536,7 +22757,7 @@ export interface operations {
|
|
|
22536
22757
|
timezone?: string;
|
|
22537
22758
|
/** @example Customer */
|
|
22538
22759
|
user_type?: string;
|
|
22539
|
-
/** @example
|
|
22760
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
22540
22761
|
created?: string;
|
|
22541
22762
|
/** @example 0 seconds ago */
|
|
22542
22763
|
email_verified_at?: string;
|
|
@@ -22776,7 +22997,7 @@ export interface operations {
|
|
|
22776
22997
|
completed_layers?: number;
|
|
22777
22998
|
/** @example 4 */
|
|
22778
22999
|
pending_layers?: number;
|
|
22779
|
-
/** @example
|
|
23000
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
22780
23001
|
last_calculated_at?: string;
|
|
22781
23002
|
};
|
|
22782
23003
|
};
|
|
@@ -22824,7 +23045,7 @@ export interface operations {
|
|
|
22824
23045
|
completed_layers?: number;
|
|
22825
23046
|
/** @example 4 */
|
|
22826
23047
|
pending_layers?: number;
|
|
22827
|
-
/** @example
|
|
23048
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
22828
23049
|
last_calculated_at?: string;
|
|
22829
23050
|
};
|
|
22830
23051
|
};
|
|
@@ -22858,14 +23079,14 @@ export interface operations {
|
|
|
22858
23079
|
content: {
|
|
22859
23080
|
"application/json": {
|
|
22860
23081
|
data?: {
|
|
22861
|
-
/** @example
|
|
23082
|
+
/** @example d4cbb5ba-8eaa-4844-a54a-8d2d8f64ab35 */
|
|
22862
23083
|
wishlist_uid?: string;
|
|
22863
23084
|
listing?: {
|
|
22864
|
-
/** @example New For Sale Used Item draft •
|
|
23085
|
+
/** @example New For Sale Used Item draft • 28 Apr 2026, 1:29 PM */
|
|
22865
23086
|
draft_name?: string;
|
|
22866
|
-
/** @example LST-UIT-SAL-
|
|
23087
|
+
/** @example LST-UIT-SAL-MOINXPONSAZ */
|
|
22867
23088
|
sku?: string;
|
|
22868
|
-
/** @example
|
|
23089
|
+
/** @example 8d1a2e63-43a6-4d44-a3d8-16bc4da324aa */
|
|
22869
23090
|
uid?: string;
|
|
22870
23091
|
/** @example Sale */
|
|
22871
23092
|
listing_type?: string;
|
|
@@ -22940,83 +23161,53 @@ export interface operations {
|
|
|
22940
23161
|
};
|
|
22941
23162
|
requestBody?: never;
|
|
22942
23163
|
responses: {
|
|
23164
|
+
/** @description Retrieve the authenticated user wishlist */
|
|
22943
23165
|
200: {
|
|
22944
23166
|
headers: {
|
|
22945
23167
|
[name: string]: unknown;
|
|
22946
23168
|
};
|
|
22947
23169
|
content: {
|
|
22948
23170
|
"application/json": {
|
|
22949
|
-
/**
|
|
22950
|
-
|
|
22951
|
-
|
|
22952
|
-
|
|
22953
|
-
* },
|
|
22954
|
-
* {
|
|
22955
|
-
* "wishlist_uid": "d63b9d99-fd53-4d74-a696-31a468ca7b64"
|
|
22956
|
-
* }
|
|
22957
|
-
* ]
|
|
22958
|
-
*/
|
|
23171
|
+
/** @example Wishlist retrieve successfully */
|
|
23172
|
+
message?: string;
|
|
23173
|
+
/** @example null */
|
|
23174
|
+
event?: string | null;
|
|
22959
23175
|
data?: {
|
|
22960
|
-
/** @example 5fd44438-b715-4ff1-a19c-174f710a1c60 */
|
|
22961
|
-
wishlist_uid?: string;
|
|
22962
|
-
}[];
|
|
22963
|
-
links?: {
|
|
22964
|
-
/** @example /?page=1 */
|
|
22965
|
-
first?: string;
|
|
22966
|
-
/** @example /?page=1 */
|
|
22967
|
-
last?: string;
|
|
22968
|
-
/** @example null */
|
|
22969
|
-
prev?: string | null;
|
|
22970
|
-
/** @example null */
|
|
22971
|
-
next?: string | null;
|
|
22972
|
-
};
|
|
22973
|
-
meta?: {
|
|
22974
|
-
/** @example 1 */
|
|
22975
|
-
current_page?: number;
|
|
22976
|
-
/** @example 1 */
|
|
22977
|
-
from?: number;
|
|
22978
|
-
/** @example 1 */
|
|
22979
|
-
last_page?: number;
|
|
22980
23176
|
/**
|
|
22981
23177
|
* @example [
|
|
22982
23178
|
* {
|
|
22983
|
-
* "
|
|
22984
|
-
* "
|
|
22985
|
-
*
|
|
22986
|
-
*
|
|
22987
|
-
*
|
|
22988
|
-
* {
|
|
22989
|
-
* "url": "/?page=1",
|
|
22990
|
-
* "label": "1",
|
|
22991
|
-
* "page": 1,
|
|
22992
|
-
* "active": true
|
|
22993
|
-
* },
|
|
22994
|
-
* {
|
|
22995
|
-
* "url": null,
|
|
22996
|
-
* "label": "Next »",
|
|
22997
|
-
* "page": null,
|
|
22998
|
-
* "active": false
|
|
23179
|
+
* "wishlist_uid": "wish_123",
|
|
23180
|
+
* "listing": {
|
|
23181
|
+
* "uid": "list_123",
|
|
23182
|
+
* "title": "Modern Apartment"
|
|
23183
|
+
* }
|
|
22999
23184
|
* }
|
|
23000
23185
|
* ]
|
|
23001
23186
|
*/
|
|
23002
|
-
|
|
23003
|
-
/** @example
|
|
23004
|
-
|
|
23005
|
-
|
|
23006
|
-
|
|
23007
|
-
|
|
23008
|
-
|
|
23009
|
-
|
|
23010
|
-
|
|
23187
|
+
items?: {
|
|
23188
|
+
/** @example wish_123 */
|
|
23189
|
+
wishlist_uid?: string;
|
|
23190
|
+
listing?: {
|
|
23191
|
+
/** @example list_123 */
|
|
23192
|
+
uid?: string;
|
|
23193
|
+
/** @example Modern Apartment */
|
|
23194
|
+
title?: string;
|
|
23195
|
+
};
|
|
23011
23196
|
}[];
|
|
23012
|
-
|
|
23013
|
-
|
|
23014
|
-
|
|
23015
|
-
|
|
23016
|
-
|
|
23017
|
-
|
|
23018
|
-
|
|
23019
|
-
|
|
23197
|
+
pagination?: {
|
|
23198
|
+
/** @example 1 */
|
|
23199
|
+
current_page?: number;
|
|
23200
|
+
/** @example 15 */
|
|
23201
|
+
per_page?: number;
|
|
23202
|
+
/** @example 1 */
|
|
23203
|
+
total?: number;
|
|
23204
|
+
/** @example 1 */
|
|
23205
|
+
last_page?: number;
|
|
23206
|
+
/** @example 1 */
|
|
23207
|
+
from?: number;
|
|
23208
|
+
/** @example 1 */
|
|
23209
|
+
to?: number;
|
|
23210
|
+
};
|
|
23020
23211
|
};
|
|
23021
23212
|
};
|
|
23022
23213
|
};
|
|
@@ -23086,13 +23277,13 @@ export interface operations {
|
|
|
23086
23277
|
content: {
|
|
23087
23278
|
"application/json": {
|
|
23088
23279
|
data?: {
|
|
23089
|
-
/** @example
|
|
23280
|
+
/** @example 9 */
|
|
23090
23281
|
current_level?: number;
|
|
23091
23282
|
/** @example 3 */
|
|
23092
23283
|
completed_layers?: number;
|
|
23093
|
-
/** @example
|
|
23284
|
+
/** @example 2 */
|
|
23094
23285
|
pending_layers?: number;
|
|
23095
|
-
/** @example
|
|
23286
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
23096
23287
|
last_calculated_at?: string;
|
|
23097
23288
|
};
|
|
23098
23289
|
};
|
|
@@ -23100,6 +23291,86 @@ export interface operations {
|
|
|
23100
23291
|
};
|
|
23101
23292
|
};
|
|
23102
23293
|
};
|
|
23294
|
+
fetchUserVerificationLayer: {
|
|
23295
|
+
parameters: {
|
|
23296
|
+
query?: never;
|
|
23297
|
+
header?: never;
|
|
23298
|
+
path: {
|
|
23299
|
+
/** @description The verification key of the layer. */
|
|
23300
|
+
layerKey: string;
|
|
23301
|
+
};
|
|
23302
|
+
cookie?: never;
|
|
23303
|
+
};
|
|
23304
|
+
requestBody?: never;
|
|
23305
|
+
responses: {
|
|
23306
|
+
/** @description Verification layer retrieved successfully */
|
|
23307
|
+
200: {
|
|
23308
|
+
headers: {
|
|
23309
|
+
[name: string]: unknown;
|
|
23310
|
+
};
|
|
23311
|
+
content: {
|
|
23312
|
+
"application/json": {
|
|
23313
|
+
/** @example Verification layer retrieved successfully */
|
|
23314
|
+
message?: string;
|
|
23315
|
+
/** @example null */
|
|
23316
|
+
event?: string | null;
|
|
23317
|
+
data?: {
|
|
23318
|
+
/** @example 1 */
|
|
23319
|
+
id?: number;
|
|
23320
|
+
/** @example email_verified */
|
|
23321
|
+
key?: string;
|
|
23322
|
+
/** @example Email Verification */
|
|
23323
|
+
name?: string;
|
|
23324
|
+
/** @example Verify your email address to continue. */
|
|
23325
|
+
description?: string;
|
|
23326
|
+
/** @example false */
|
|
23327
|
+
requires_review?: boolean;
|
|
23328
|
+
metadata_schema?: {
|
|
23329
|
+
/** @example object */
|
|
23330
|
+
type?: string;
|
|
23331
|
+
/**
|
|
23332
|
+
* @example [
|
|
23333
|
+
* {
|
|
23334
|
+
* "name": "full_name",
|
|
23335
|
+
* "type": "string"
|
|
23336
|
+
* },
|
|
23337
|
+
* {
|
|
23338
|
+
* "name": "age",
|
|
23339
|
+
* "type": "integer"
|
|
23340
|
+
* },
|
|
23341
|
+
* {
|
|
23342
|
+
* "name": "is_resident",
|
|
23343
|
+
* "type": "boolean"
|
|
23344
|
+
* },
|
|
23345
|
+
* {
|
|
23346
|
+
* "name": "document",
|
|
23347
|
+
* "type": "file"
|
|
23348
|
+
* },
|
|
23349
|
+
* {
|
|
23350
|
+
* "name": "issued_at",
|
|
23351
|
+
* "type": "date"
|
|
23352
|
+
* }
|
|
23353
|
+
* ]
|
|
23354
|
+
*/
|
|
23355
|
+
fields?: {
|
|
23356
|
+
/** @example full_name */
|
|
23357
|
+
name?: string;
|
|
23358
|
+
/** @example string */
|
|
23359
|
+
type?: string;
|
|
23360
|
+
}[];
|
|
23361
|
+
};
|
|
23362
|
+
/** @example true */
|
|
23363
|
+
is_active?: boolean;
|
|
23364
|
+
/** @example 2026-04-27T09:00:00Z */
|
|
23365
|
+
created_at?: string;
|
|
23366
|
+
/** @example 2026-04-27T09:00:00Z */
|
|
23367
|
+
updated_at?: string;
|
|
23368
|
+
};
|
|
23369
|
+
};
|
|
23370
|
+
};
|
|
23371
|
+
};
|
|
23372
|
+
};
|
|
23373
|
+
};
|
|
23103
23374
|
dashboardCardUserVerification: {
|
|
23104
23375
|
parameters: {
|
|
23105
23376
|
query?: never;
|
|
@@ -23254,7 +23525,7 @@ export interface operations {
|
|
|
23254
23525
|
completed_layers?: number;
|
|
23255
23526
|
/** @example 4 */
|
|
23256
23527
|
pending_layers?: number;
|
|
23257
|
-
/** @example
|
|
23528
|
+
/** @example 28 Apr 2026, 01:29 PM */
|
|
23258
23529
|
last_calculated_at?: string;
|
|
23259
23530
|
};
|
|
23260
23531
|
};
|