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