@justins-home/types 1.1.53 → 1.1.55
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 +459 -461
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -3368,86 +3368,6 @@ export interface paths {
|
|
|
3368
3368
|
patch?: never;
|
|
3369
3369
|
trace?: never;
|
|
3370
3370
|
};
|
|
3371
|
-
"/api/v1/portal/tenant/test": {
|
|
3372
|
-
parameters: {
|
|
3373
|
-
query?: never;
|
|
3374
|
-
header?: never;
|
|
3375
|
-
path?: never;
|
|
3376
|
-
cookie?: never;
|
|
3377
|
-
};
|
|
3378
|
-
get: operations["getApiV1PortalTenantTest"];
|
|
3379
|
-
put?: never;
|
|
3380
|
-
post?: never;
|
|
3381
|
-
delete?: never;
|
|
3382
|
-
options?: never;
|
|
3383
|
-
head?: never;
|
|
3384
|
-
patch?: never;
|
|
3385
|
-
trace?: never;
|
|
3386
|
-
};
|
|
3387
|
-
"/api/v1/portal/tenant/create": {
|
|
3388
|
-
parameters: {
|
|
3389
|
-
query?: never;
|
|
3390
|
-
header?: never;
|
|
3391
|
-
path?: never;
|
|
3392
|
-
cookie?: never;
|
|
3393
|
-
};
|
|
3394
|
-
get?: never;
|
|
3395
|
-
put?: never;
|
|
3396
|
-
post: operations["postApiV1PortalTenantCreate"];
|
|
3397
|
-
delete?: never;
|
|
3398
|
-
options?: never;
|
|
3399
|
-
head?: never;
|
|
3400
|
-
patch?: never;
|
|
3401
|
-
trace?: never;
|
|
3402
|
-
};
|
|
3403
|
-
"/api/v1/portal/tenant/create-with-github": {
|
|
3404
|
-
parameters: {
|
|
3405
|
-
query?: never;
|
|
3406
|
-
header?: never;
|
|
3407
|
-
path?: never;
|
|
3408
|
-
cookie?: never;
|
|
3409
|
-
};
|
|
3410
|
-
get?: never;
|
|
3411
|
-
put?: never;
|
|
3412
|
-
post: operations["postApiV1PortalTenantCreateWithGithub"];
|
|
3413
|
-
delete?: never;
|
|
3414
|
-
options?: never;
|
|
3415
|
-
head?: never;
|
|
3416
|
-
patch?: never;
|
|
3417
|
-
trace?: never;
|
|
3418
|
-
};
|
|
3419
|
-
"/api/v1/portal/tenant/send-otp": {
|
|
3420
|
-
parameters: {
|
|
3421
|
-
query?: never;
|
|
3422
|
-
header?: never;
|
|
3423
|
-
path?: never;
|
|
3424
|
-
cookie?: never;
|
|
3425
|
-
};
|
|
3426
|
-
get?: never;
|
|
3427
|
-
put?: never;
|
|
3428
|
-
post: operations["postApiV1PortalTenantSendOtp"];
|
|
3429
|
-
delete?: never;
|
|
3430
|
-
options?: never;
|
|
3431
|
-
head?: never;
|
|
3432
|
-
patch?: never;
|
|
3433
|
-
trace?: never;
|
|
3434
|
-
};
|
|
3435
|
-
"/api/v1/portal/tenant/verify-otp": {
|
|
3436
|
-
parameters: {
|
|
3437
|
-
query?: never;
|
|
3438
|
-
header?: never;
|
|
3439
|
-
path?: never;
|
|
3440
|
-
cookie?: never;
|
|
3441
|
-
};
|
|
3442
|
-
get?: never;
|
|
3443
|
-
put?: never;
|
|
3444
|
-
post: operations["postApiV1PortalTenantVerifyOtp"];
|
|
3445
|
-
delete?: never;
|
|
3446
|
-
options?: never;
|
|
3447
|
-
head?: never;
|
|
3448
|
-
patch?: never;
|
|
3449
|
-
trace?: never;
|
|
3450
|
-
};
|
|
3451
3371
|
"/api/v1/portal/customer/test": {
|
|
3452
3372
|
parameters: {
|
|
3453
3373
|
query?: never;
|
|
@@ -5258,6 +5178,46 @@ export interface paths {
|
|
|
5258
5178
|
patch?: never;
|
|
5259
5179
|
trace?: never;
|
|
5260
5180
|
};
|
|
5181
|
+
"/api/v1/portal/tenant/create": {
|
|
5182
|
+
parameters: {
|
|
5183
|
+
query?: never;
|
|
5184
|
+
header?: never;
|
|
5185
|
+
path?: never;
|
|
5186
|
+
cookie?: never;
|
|
5187
|
+
};
|
|
5188
|
+
get?: never;
|
|
5189
|
+
put?: never;
|
|
5190
|
+
/**
|
|
5191
|
+
* createTenant
|
|
5192
|
+
* @description Create a new tenant account and associated tenant profile.
|
|
5193
|
+
*/
|
|
5194
|
+
post: operations["createTenant"];
|
|
5195
|
+
delete?: never;
|
|
5196
|
+
options?: never;
|
|
5197
|
+
head?: never;
|
|
5198
|
+
patch?: never;
|
|
5199
|
+
trace?: never;
|
|
5200
|
+
};
|
|
5201
|
+
"/api/v1/portal/tenant/basic-login": {
|
|
5202
|
+
parameters: {
|
|
5203
|
+
query?: never;
|
|
5204
|
+
header?: never;
|
|
5205
|
+
path?: never;
|
|
5206
|
+
cookie?: never;
|
|
5207
|
+
};
|
|
5208
|
+
get?: never;
|
|
5209
|
+
put?: never;
|
|
5210
|
+
/**
|
|
5211
|
+
* basicLoginTenant
|
|
5212
|
+
* @description Authenticate tenant user with basic strategy (email, password) and return an access token.
|
|
5213
|
+
*/
|
|
5214
|
+
post: operations["basicLoginTenant"];
|
|
5215
|
+
delete?: never;
|
|
5216
|
+
options?: never;
|
|
5217
|
+
head?: never;
|
|
5218
|
+
patch?: never;
|
|
5219
|
+
trace?: never;
|
|
5220
|
+
};
|
|
5261
5221
|
"/api/v1/portal/tenant/dashboard/profile": {
|
|
5262
5222
|
parameters: {
|
|
5263
5223
|
query?: never;
|
|
@@ -5721,7 +5681,7 @@ export interface operations {
|
|
|
5721
5681
|
content: {
|
|
5722
5682
|
"application/json": {
|
|
5723
5683
|
data?: {
|
|
5724
|
-
/** @example
|
|
5684
|
+
/** @example 06e32edc-4eae-4d17-826b-486ccac4648e */
|
|
5725
5685
|
uid?: string;
|
|
5726
5686
|
/** @example Ms. Audra Crooks II */
|
|
5727
5687
|
username?: string;
|
|
@@ -5751,7 +5711,7 @@ export interface operations {
|
|
|
5751
5711
|
timezone?: string;
|
|
5752
5712
|
/** @example Customer */
|
|
5753
5713
|
user_type?: string;
|
|
5754
|
-
/** @example
|
|
5714
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
5755
5715
|
created?: string;
|
|
5756
5716
|
/** @example 0 seconds ago */
|
|
5757
5717
|
email_verified_at?: string;
|
|
@@ -6279,7 +6239,7 @@ export interface operations {
|
|
|
6279
6239
|
content: {
|
|
6280
6240
|
"application/json": {
|
|
6281
6241
|
data?: {
|
|
6282
|
-
/** @example
|
|
6242
|
+
/** @example fa2f4b71-3207-4e47-9459-7d05b5e21093 */
|
|
6283
6243
|
uid?: string;
|
|
6284
6244
|
/** @example Ms. Audra Crooks II */
|
|
6285
6245
|
username?: string;
|
|
@@ -6309,7 +6269,7 @@ export interface operations {
|
|
|
6309
6269
|
timezone?: string;
|
|
6310
6270
|
/** @example Customer */
|
|
6311
6271
|
user_type?: string;
|
|
6312
|
-
/** @example
|
|
6272
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
6313
6273
|
created?: string;
|
|
6314
6274
|
/** @example 0 seconds ago */
|
|
6315
6275
|
email_verified_at?: string;
|
|
@@ -6699,11 +6659,11 @@ export interface operations {
|
|
|
6699
6659
|
content: {
|
|
6700
6660
|
"application/json": {
|
|
6701
6661
|
data?: {
|
|
6702
|
-
/** @example New For Rent Property draft •
|
|
6662
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
6703
6663
|
draft_name?: string;
|
|
6704
|
-
/** @example LST-PRP-LTR-
|
|
6664
|
+
/** @example LST-PRP-LTR-MOKL55UMEVE */
|
|
6705
6665
|
sku?: string;
|
|
6706
|
-
/** @example
|
|
6666
|
+
/** @example f39b7674-3ebd-4538-b880-59f0b64c697f */
|
|
6707
6667
|
uid?: string;
|
|
6708
6668
|
/** @example Rent */
|
|
6709
6669
|
listing_type?: string;
|
|
@@ -8115,7 +8075,7 @@ export interface operations {
|
|
|
8115
8075
|
content: {
|
|
8116
8076
|
"application/json": {
|
|
8117
8077
|
/**
|
|
8118
|
-
* @example
|
|
8078
|
+
* @example Suspended
|
|
8119
8079
|
* @enum {string}
|
|
8120
8080
|
*/
|
|
8121
8081
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -8130,7 +8090,7 @@ export interface operations {
|
|
|
8130
8090
|
content: {
|
|
8131
8091
|
"application/json": {
|
|
8132
8092
|
data?: {
|
|
8133
|
-
/** @example
|
|
8093
|
+
/** @example 9ce55b63-49a5-4942-8b56-2b28c3c4038b */
|
|
8134
8094
|
uid?: string;
|
|
8135
8095
|
/** @example Morgan Hirthe */
|
|
8136
8096
|
username?: string;
|
|
@@ -8160,7 +8120,7 @@ export interface operations {
|
|
|
8160
8120
|
timezone?: string;
|
|
8161
8121
|
/** @example Customer */
|
|
8162
8122
|
user_type?: string;
|
|
8163
|
-
/** @example
|
|
8123
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
8164
8124
|
created?: string;
|
|
8165
8125
|
/** @example 0 seconds ago */
|
|
8166
8126
|
email_verified_at?: string;
|
|
@@ -8869,11 +8829,11 @@ export interface operations {
|
|
|
8869
8829
|
content: {
|
|
8870
8830
|
"application/json": {
|
|
8871
8831
|
data?: {
|
|
8872
|
-
/** @example New For Rent Property draft •
|
|
8832
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
8873
8833
|
draft_name?: string;
|
|
8874
|
-
/** @example LST-PRP-LTR-
|
|
8834
|
+
/** @example LST-PRP-LTR-MOKL55XPGLF */
|
|
8875
8835
|
sku?: string;
|
|
8876
|
-
/** @example
|
|
8836
|
+
/** @example 7ae39106-9118-4d04-b69b-5281c2283293 */
|
|
8877
8837
|
uid?: string;
|
|
8878
8838
|
/** @example Rent */
|
|
8879
8839
|
listing_type?: string;
|
|
@@ -9313,7 +9273,7 @@ export interface operations {
|
|
|
9313
9273
|
content: {
|
|
9314
9274
|
"application/json": {
|
|
9315
9275
|
data?: {
|
|
9316
|
-
/** @example
|
|
9276
|
+
/** @example c7b4d9e6-29bd-4e62-8ea9-1e83b5bf3611 */
|
|
9317
9277
|
uid?: string;
|
|
9318
9278
|
/** @example photo */
|
|
9319
9279
|
media_type?: string;
|
|
@@ -9620,60 +9580,56 @@ export interface operations {
|
|
|
9620
9580
|
/**
|
|
9621
9581
|
* @example [
|
|
9622
9582
|
* {
|
|
9623
|
-
* "draft_name": "New For Sale
|
|
9624
|
-
* "sku": "LST-
|
|
9625
|
-
* "uid": "
|
|
9583
|
+
* "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 9:47 PM",
|
|
9584
|
+
* "sku": "LST-UIT-SAL-MOKL55Z7876",
|
|
9585
|
+
* "uid": "8af37240-a842-48be-a4f4-b29a61b54585",
|
|
9626
9586
|
* "listing_type": "Sale",
|
|
9627
|
-
* "vertical": "
|
|
9628
|
-
* "arrangement_type":
|
|
9629
|
-
* "arrangement_type_label":
|
|
9587
|
+
* "vertical": "Used Item",
|
|
9588
|
+
* "arrangement_type": null,
|
|
9589
|
+
* "arrangement_type_label": null,
|
|
9630
9590
|
* "price": null,
|
|
9631
9591
|
* "state": "draft",
|
|
9632
9592
|
* "published_at": null,
|
|
9633
9593
|
* "published_since": null,
|
|
9634
9594
|
* "is_visible": false,
|
|
9635
|
-
* "summary":
|
|
9636
|
-
* "availability": null
|
|
9637
|
-
* },
|
|
9595
|
+
* "summary": [],
|
|
9638
9596
|
* "workflow": [],
|
|
9639
9597
|
* "media": []
|
|
9640
9598
|
* },
|
|
9641
9599
|
* {
|
|
9642
|
-
* "draft_name": "New For Sale
|
|
9643
|
-
* "sku": "LST-
|
|
9644
|
-
* "uid": "
|
|
9600
|
+
* "draft_name": "New For Sale Used Item draft • 29 Apr 2026, 9:47 PM",
|
|
9601
|
+
* "sku": "LST-UIT-SAL-MOKL55ZBBTU",
|
|
9602
|
+
* "uid": "33452186-8038-4ba6-9a71-992e004351c2",
|
|
9645
9603
|
* "listing_type": "Sale",
|
|
9646
|
-
* "vertical": "
|
|
9647
|
-
* "arrangement_type":
|
|
9648
|
-
* "arrangement_type_label":
|
|
9604
|
+
* "vertical": "Used Item",
|
|
9605
|
+
* "arrangement_type": null,
|
|
9606
|
+
* "arrangement_type_label": null,
|
|
9649
9607
|
* "price": null,
|
|
9650
9608
|
* "state": "draft",
|
|
9651
9609
|
* "published_at": null,
|
|
9652
9610
|
* "published_since": null,
|
|
9653
9611
|
* "is_visible": false,
|
|
9654
|
-
* "summary":
|
|
9655
|
-
* "availability": null
|
|
9656
|
-
* },
|
|
9612
|
+
* "summary": [],
|
|
9657
9613
|
* "workflow": [],
|
|
9658
9614
|
* "media": []
|
|
9659
9615
|
* }
|
|
9660
9616
|
* ]
|
|
9661
9617
|
*/
|
|
9662
9618
|
data?: {
|
|
9663
|
-
/** @example New For Sale
|
|
9619
|
+
/** @example New For Sale Used Item draft • 29 Apr 2026, 9:47 PM */
|
|
9664
9620
|
draft_name?: string;
|
|
9665
|
-
/** @example LST-
|
|
9621
|
+
/** @example LST-UIT-SAL-MOKL55Z7876 */
|
|
9666
9622
|
sku?: string;
|
|
9667
|
-
/** @example
|
|
9623
|
+
/** @example 8af37240-a842-48be-a4f4-b29a61b54585 */
|
|
9668
9624
|
uid?: string;
|
|
9669
9625
|
/** @example Sale */
|
|
9670
9626
|
listing_type?: string;
|
|
9671
|
-
/** @example
|
|
9627
|
+
/** @example Used Item */
|
|
9672
9628
|
vertical?: string;
|
|
9673
|
-
/** @example
|
|
9674
|
-
arrangement_type?: string;
|
|
9675
|
-
/** @example
|
|
9676
|
-
arrangement_type_label?: string;
|
|
9629
|
+
/** @example null */
|
|
9630
|
+
arrangement_type?: string | null;
|
|
9631
|
+
/** @example null */
|
|
9632
|
+
arrangement_type_label?: string | null;
|
|
9677
9633
|
/** @example null */
|
|
9678
9634
|
price?: string | null;
|
|
9679
9635
|
/** @example draft */
|
|
@@ -9684,10 +9640,8 @@ export interface operations {
|
|
|
9684
9640
|
published_since?: string | null;
|
|
9685
9641
|
/** @example false */
|
|
9686
9642
|
is_visible?: boolean;
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
availability?: string | null;
|
|
9690
|
-
};
|
|
9643
|
+
/** @example [] */
|
|
9644
|
+
summary?: unknown[];
|
|
9691
9645
|
/** @example [] */
|
|
9692
9646
|
workflow?: unknown[];
|
|
9693
9647
|
/** @example [] */
|
|
@@ -9859,11 +9813,11 @@ export interface operations {
|
|
|
9859
9813
|
content: {
|
|
9860
9814
|
"application/json": {
|
|
9861
9815
|
data?: {
|
|
9862
|
-
/** @example New For Rent Property draft •
|
|
9816
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
9863
9817
|
draft_name?: string;
|
|
9864
|
-
/** @example LST-PRP-LTR-
|
|
9818
|
+
/** @example LST-PRP-LTR-MOKL55ZJWZA */
|
|
9865
9819
|
sku?: string;
|
|
9866
|
-
/** @example
|
|
9820
|
+
/** @example 9aaf9a3b-1082-4017-8c2e-6770809f7162 */
|
|
9867
9821
|
uid?: string;
|
|
9868
9822
|
/** @example Rent */
|
|
9869
9823
|
listing_type?: string;
|
|
@@ -9926,11 +9880,11 @@ export interface operations {
|
|
|
9926
9880
|
content: {
|
|
9927
9881
|
"application/json": {
|
|
9928
9882
|
data?: {
|
|
9929
|
-
/** @example New For Rent Property draft •
|
|
9883
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
9930
9884
|
draft_name?: string;
|
|
9931
|
-
/** @example LST-PRP-LTR-
|
|
9885
|
+
/** @example LST-PRP-LTR-MOKL55ZPM77 */
|
|
9932
9886
|
sku?: string;
|
|
9933
|
-
/** @example
|
|
9887
|
+
/** @example 9db125a8-c990-4df1-8e7e-895062a4d12f */
|
|
9934
9888
|
uid?: string;
|
|
9935
9889
|
/** @example Rent */
|
|
9936
9890
|
listing_type?: string;
|
|
@@ -9983,11 +9937,11 @@ export interface operations {
|
|
|
9983
9937
|
content: {
|
|
9984
9938
|
"application/json": {
|
|
9985
9939
|
data?: {
|
|
9986
|
-
/** @example New For Rent Property draft •
|
|
9940
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
9987
9941
|
draft_name?: string;
|
|
9988
|
-
/** @example LST-PRP-LTR-
|
|
9942
|
+
/** @example LST-PRP-LTR-MOKL55ZWHKS */
|
|
9989
9943
|
sku?: string;
|
|
9990
|
-
/** @example
|
|
9944
|
+
/** @example 00834ff0-2adc-489c-baf1-07b4438a552d */
|
|
9991
9945
|
uid?: string;
|
|
9992
9946
|
/** @example Rent */
|
|
9993
9947
|
listing_type?: string;
|
|
@@ -10040,11 +9994,11 @@ export interface operations {
|
|
|
10040
9994
|
content: {
|
|
10041
9995
|
"application/json": {
|
|
10042
9996
|
data?: {
|
|
10043
|
-
/** @example New For Rent Property draft •
|
|
9997
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
10044
9998
|
draft_name?: string;
|
|
10045
|
-
/** @example LST-PRP-LTR-
|
|
9999
|
+
/** @example LST-PRP-LTR-MOKL560153T */
|
|
10046
10000
|
sku?: string;
|
|
10047
|
-
/** @example
|
|
10001
|
+
/** @example c0f55f6a-efd3-4c4a-a8b8-d3403c23ad9f */
|
|
10048
10002
|
uid?: string;
|
|
10049
10003
|
/** @example Rent */
|
|
10050
10004
|
listing_type?: string;
|
|
@@ -10238,7 +10192,7 @@ export interface operations {
|
|
|
10238
10192
|
content: {
|
|
10239
10193
|
"application/json": {
|
|
10240
10194
|
data?: {
|
|
10241
|
-
/** @example
|
|
10195
|
+
/** @example 232 */
|
|
10242
10196
|
id?: number;
|
|
10243
10197
|
/** @example 1 */
|
|
10244
10198
|
category_id?: number;
|
|
@@ -10312,7 +10266,7 @@ export interface operations {
|
|
|
10312
10266
|
content: {
|
|
10313
10267
|
"application/json": {
|
|
10314
10268
|
data?: {
|
|
10315
|
-
/** @example
|
|
10269
|
+
/** @example 233 */
|
|
10316
10270
|
id?: number;
|
|
10317
10271
|
/** @example 1 */
|
|
10318
10272
|
category_id?: number;
|
|
@@ -10351,7 +10305,7 @@ export interface operations {
|
|
|
10351
10305
|
content: {
|
|
10352
10306
|
"application/json": {
|
|
10353
10307
|
data?: {
|
|
10354
|
-
/** @example
|
|
10308
|
+
/** @example 234 */
|
|
10355
10309
|
id?: number;
|
|
10356
10310
|
/** @example 1 */
|
|
10357
10311
|
category_id?: number;
|
|
@@ -10389,7 +10343,7 @@ export interface operations {
|
|
|
10389
10343
|
/**
|
|
10390
10344
|
* @example [
|
|
10391
10345
|
* {
|
|
10392
|
-
* "id":
|
|
10346
|
+
* "id": 330,
|
|
10393
10347
|
* "name": "Exterior",
|
|
10394
10348
|
* "description": "For Exterior categories",
|
|
10395
10349
|
* "display_order": 1,
|
|
@@ -10399,7 +10353,7 @@ export interface operations {
|
|
|
10399
10353
|
* "is_active": true
|
|
10400
10354
|
* },
|
|
10401
10355
|
* {
|
|
10402
|
-
* "id":
|
|
10356
|
+
* "id": 331,
|
|
10403
10357
|
* "name": "Exterior",
|
|
10404
10358
|
* "description": "For Exterior categories",
|
|
10405
10359
|
* "display_order": 1,
|
|
@@ -10411,7 +10365,7 @@ export interface operations {
|
|
|
10411
10365
|
* ]
|
|
10412
10366
|
*/
|
|
10413
10367
|
data?: {
|
|
10414
|
-
/** @example
|
|
10368
|
+
/** @example 330 */
|
|
10415
10369
|
id?: number;
|
|
10416
10370
|
/** @example Exterior */
|
|
10417
10371
|
name?: string;
|
|
@@ -10475,7 +10429,7 @@ export interface operations {
|
|
|
10475
10429
|
content: {
|
|
10476
10430
|
"application/json": {
|
|
10477
10431
|
data?: {
|
|
10478
|
-
/** @example
|
|
10432
|
+
/** @example 332 */
|
|
10479
10433
|
id?: number;
|
|
10480
10434
|
/** @example Exterior */
|
|
10481
10435
|
name?: string;
|
|
@@ -10542,7 +10496,7 @@ export interface operations {
|
|
|
10542
10496
|
content: {
|
|
10543
10497
|
"application/json": {
|
|
10544
10498
|
data?: {
|
|
10545
|
-
/** @example
|
|
10499
|
+
/** @example 333 */
|
|
10546
10500
|
id?: number;
|
|
10547
10501
|
/** @example Exterior */
|
|
10548
10502
|
name?: string;
|
|
@@ -10583,7 +10537,7 @@ export interface operations {
|
|
|
10583
10537
|
content: {
|
|
10584
10538
|
"application/json": {
|
|
10585
10539
|
data?: {
|
|
10586
|
-
/** @example
|
|
10540
|
+
/** @example 334 */
|
|
10587
10541
|
id?: number;
|
|
10588
10542
|
/** @example Exterior */
|
|
10589
10543
|
name?: string;
|
|
@@ -10846,7 +10800,7 @@ export interface operations {
|
|
|
10846
10800
|
content: {
|
|
10847
10801
|
"application/json": {
|
|
10848
10802
|
data?: {
|
|
10849
|
-
/** @example
|
|
10803
|
+
/** @example 143 */
|
|
10850
10804
|
id?: number;
|
|
10851
10805
|
/** @example email_fa_0 */
|
|
10852
10806
|
key?: string;
|
|
@@ -10860,9 +10814,9 @@ export interface operations {
|
|
|
10860
10814
|
metadata_schema?: unknown[];
|
|
10861
10815
|
/** @example true */
|
|
10862
10816
|
is_active?: boolean;
|
|
10863
|
-
/** @example 2026-04-
|
|
10817
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
10864
10818
|
created_at?: string;
|
|
10865
|
-
/** @example 2026-04-
|
|
10819
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
10866
10820
|
updated_at?: string;
|
|
10867
10821
|
};
|
|
10868
10822
|
};
|
|
@@ -10922,7 +10876,7 @@ export interface operations {
|
|
|
10922
10876
|
content: {
|
|
10923
10877
|
"application/json": {
|
|
10924
10878
|
data?: {
|
|
10925
|
-
/** @example
|
|
10879
|
+
/** @example 144 */
|
|
10926
10880
|
id?: number;
|
|
10927
10881
|
/** @example email_fa_0 */
|
|
10928
10882
|
key?: string;
|
|
@@ -10936,9 +10890,9 @@ export interface operations {
|
|
|
10936
10890
|
metadata_schema?: unknown[];
|
|
10937
10891
|
/** @example true */
|
|
10938
10892
|
is_active?: boolean;
|
|
10939
|
-
/** @example 2026-04-
|
|
10893
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
10940
10894
|
created_at?: string;
|
|
10941
|
-
/** @example 2026-04-
|
|
10895
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
10942
10896
|
updated_at?: string;
|
|
10943
10897
|
};
|
|
10944
10898
|
};
|
|
@@ -12204,25 +12158,25 @@ export interface operations {
|
|
|
12204
12158
|
/**
|
|
12205
12159
|
* @example [
|
|
12206
12160
|
* {
|
|
12207
|
-
* "key": "
|
|
12208
|
-
* "name": "
|
|
12209
|
-
* "description": "
|
|
12161
|
+
* "key": "occaecati",
|
|
12162
|
+
* "name": "in",
|
|
12163
|
+
* "description": "Accusamus in eos et quibusdam natus dolorum illum.",
|
|
12210
12164
|
* "value_type": "string"
|
|
12211
12165
|
* },
|
|
12212
12166
|
* {
|
|
12213
|
-
* "key": "
|
|
12214
|
-
* "name": "
|
|
12215
|
-
* "description": "
|
|
12167
|
+
* "key": "nihil",
|
|
12168
|
+
* "name": "modi",
|
|
12169
|
+
* "description": "Provident sit facilis magni impedit cupiditate.",
|
|
12216
12170
|
* "value_type": "string"
|
|
12217
12171
|
* }
|
|
12218
12172
|
* ]
|
|
12219
12173
|
*/
|
|
12220
12174
|
data?: {
|
|
12221
|
-
/** @example
|
|
12175
|
+
/** @example occaecati */
|
|
12222
12176
|
key?: string;
|
|
12223
|
-
/** @example
|
|
12177
|
+
/** @example in */
|
|
12224
12178
|
name?: string;
|
|
12225
|
-
/** @example
|
|
12179
|
+
/** @example Accusamus in eos et quibusdam natus dolorum illum. */
|
|
12226
12180
|
description?: string;
|
|
12227
12181
|
/** @example string */
|
|
12228
12182
|
value_type?: string;
|
|
@@ -13464,13 +13418,13 @@ export interface operations {
|
|
|
13464
13418
|
};
|
|
13465
13419
|
} | {
|
|
13466
13420
|
data?: {
|
|
13467
|
-
/** @example
|
|
13421
|
+
/** @example ddbc25fd-d7db-4a86-920a-4091a5e6ed42 */
|
|
13468
13422
|
uid?: string;
|
|
13469
13423
|
/** @example follow_up */
|
|
13470
13424
|
inspection_type?: string;
|
|
13471
13425
|
/** @example cancelled */
|
|
13472
13426
|
status?: string;
|
|
13473
|
-
/** @example
|
|
13427
|
+
/** @example 05 May 2026, 11:45 AM */
|
|
13474
13428
|
scheduled_date?: string;
|
|
13475
13429
|
/** @example null */
|
|
13476
13430
|
completed_date?: string | null;
|
|
@@ -13478,11 +13432,11 @@ export interface operations {
|
|
|
13478
13432
|
condition_rating?: string;
|
|
13479
13433
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13480
13434
|
summary?: string;
|
|
13481
|
-
/** @example
|
|
13435
|
+
/** @example 28 Jun 2026, 08:33 AM */
|
|
13482
13436
|
next_inspection_date?: string;
|
|
13483
|
-
/** @example
|
|
13437
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13484
13438
|
created_at?: string;
|
|
13485
|
-
/** @example
|
|
13439
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13486
13440
|
updated_at?: string;
|
|
13487
13441
|
};
|
|
13488
13442
|
};
|
|
@@ -13537,13 +13491,13 @@ export interface operations {
|
|
|
13537
13491
|
content: {
|
|
13538
13492
|
"application/json": {
|
|
13539
13493
|
data?: {
|
|
13540
|
-
/** @example
|
|
13494
|
+
/** @example 80b6a042-d590-4c98-85b8-1398e0152103 */
|
|
13541
13495
|
uid?: string;
|
|
13542
13496
|
/** @example follow_up */
|
|
13543
13497
|
inspection_type?: string;
|
|
13544
13498
|
/** @example cancelled */
|
|
13545
13499
|
status?: string;
|
|
13546
|
-
/** @example
|
|
13500
|
+
/** @example 05 May 2026, 11:45 AM */
|
|
13547
13501
|
scheduled_date?: string;
|
|
13548
13502
|
/** @example null */
|
|
13549
13503
|
completed_date?: string | null;
|
|
@@ -13551,11 +13505,11 @@ export interface operations {
|
|
|
13551
13505
|
condition_rating?: string;
|
|
13552
13506
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13553
13507
|
summary?: string;
|
|
13554
|
-
/** @example
|
|
13508
|
+
/** @example 28 Jun 2026, 08:33 AM */
|
|
13555
13509
|
next_inspection_date?: string;
|
|
13556
|
-
/** @example
|
|
13510
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13557
13511
|
created_at?: string;
|
|
13558
|
-
/** @example
|
|
13512
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13559
13513
|
updated_at?: string;
|
|
13560
13514
|
};
|
|
13561
13515
|
};
|
|
@@ -13650,13 +13604,13 @@ export interface operations {
|
|
|
13650
13604
|
content: {
|
|
13651
13605
|
"application/json": {
|
|
13652
13606
|
data?: {
|
|
13653
|
-
/** @example
|
|
13607
|
+
/** @example b1cec5a3-9976-4e29-bbff-d38346400f49 */
|
|
13654
13608
|
uid?: string;
|
|
13655
13609
|
/** @example follow_up */
|
|
13656
13610
|
inspection_type?: string;
|
|
13657
13611
|
/** @example cancelled */
|
|
13658
13612
|
status?: string;
|
|
13659
|
-
/** @example
|
|
13613
|
+
/** @example 23 Apr 2026, 09:11 AM */
|
|
13660
13614
|
scheduled_date?: string;
|
|
13661
13615
|
/** @example null */
|
|
13662
13616
|
completed_date?: string | null;
|
|
@@ -13664,11 +13618,11 @@ export interface operations {
|
|
|
13664
13618
|
condition_rating?: string;
|
|
13665
13619
|
/** @example Et animi quos velit et fugiat. */
|
|
13666
13620
|
summary?: string;
|
|
13667
|
-
/** @example
|
|
13621
|
+
/** @example 01 Aug 2026, 05:05 PM */
|
|
13668
13622
|
next_inspection_date?: string;
|
|
13669
|
-
/** @example
|
|
13623
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13670
13624
|
created_at?: string;
|
|
13671
|
-
/** @example
|
|
13625
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13672
13626
|
updated_at?: string;
|
|
13673
13627
|
};
|
|
13674
13628
|
};
|
|
@@ -13705,13 +13659,13 @@ export interface operations {
|
|
|
13705
13659
|
content: {
|
|
13706
13660
|
"application/json": {
|
|
13707
13661
|
data?: {
|
|
13708
|
-
/** @example
|
|
13662
|
+
/** @example 38735ab6-ef64-4f92-b77e-aa576087df7f */
|
|
13709
13663
|
uid?: string;
|
|
13710
13664
|
/** @example follow_up */
|
|
13711
13665
|
inspection_type?: string;
|
|
13712
13666
|
/** @example cancelled */
|
|
13713
13667
|
status?: string;
|
|
13714
|
-
/** @example
|
|
13668
|
+
/** @example 05 May 2026, 11:45 AM */
|
|
13715
13669
|
scheduled_date?: string;
|
|
13716
13670
|
/** @example null */
|
|
13717
13671
|
completed_date?: string | null;
|
|
@@ -13719,11 +13673,11 @@ export interface operations {
|
|
|
13719
13673
|
condition_rating?: string;
|
|
13720
13674
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13721
13675
|
summary?: string;
|
|
13722
|
-
/** @example
|
|
13676
|
+
/** @example 28 Jun 2026, 08:33 AM */
|
|
13723
13677
|
next_inspection_date?: string;
|
|
13724
|
-
/** @example
|
|
13678
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13725
13679
|
created_at?: string;
|
|
13726
|
-
/** @example
|
|
13680
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13727
13681
|
updated_at?: string;
|
|
13728
13682
|
};
|
|
13729
13683
|
};
|
|
@@ -13760,13 +13714,13 @@ export interface operations {
|
|
|
13760
13714
|
content: {
|
|
13761
13715
|
"application/json": {
|
|
13762
13716
|
data?: {
|
|
13763
|
-
/** @example
|
|
13717
|
+
/** @example 27ed51a1-7aa8-4d38-92ef-5380f0e00c98 */
|
|
13764
13718
|
uid?: string;
|
|
13765
13719
|
/** @example follow_up */
|
|
13766
13720
|
inspection_type?: string;
|
|
13767
13721
|
/** @example cancelled */
|
|
13768
13722
|
status?: string;
|
|
13769
|
-
/** @example
|
|
13723
|
+
/** @example 23 Apr 2026, 09:11 AM */
|
|
13770
13724
|
scheduled_date?: string;
|
|
13771
13725
|
/** @example null */
|
|
13772
13726
|
completed_date?: string | null;
|
|
@@ -13774,11 +13728,11 @@ export interface operations {
|
|
|
13774
13728
|
condition_rating?: string;
|
|
13775
13729
|
/** @example Et animi quos velit et fugiat. */
|
|
13776
13730
|
summary?: string;
|
|
13777
|
-
/** @example
|
|
13731
|
+
/** @example 01 Aug 2026, 05:05 PM */
|
|
13778
13732
|
next_inspection_date?: string;
|
|
13779
|
-
/** @example
|
|
13733
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13780
13734
|
created_at?: string;
|
|
13781
|
-
/** @example
|
|
13735
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13782
13736
|
updated_at?: string;
|
|
13783
13737
|
};
|
|
13784
13738
|
};
|
|
@@ -13905,7 +13859,7 @@ export interface operations {
|
|
|
13905
13859
|
};
|
|
13906
13860
|
} | {
|
|
13907
13861
|
data?: {
|
|
13908
|
-
/** @example
|
|
13862
|
+
/** @example 405564fe-dee0-45d1-a757-10133ad192ee */
|
|
13909
13863
|
uid?: string;
|
|
13910
13864
|
/** @example 1 */
|
|
13911
13865
|
tenancy_id?: number;
|
|
@@ -13917,17 +13871,17 @@ export interface operations {
|
|
|
13917
13871
|
status?: string;
|
|
13918
13872
|
/** @example low */
|
|
13919
13873
|
priority?: string;
|
|
13920
|
-
/** @example
|
|
13874
|
+
/** @example 28 Apr 2026, 11:15 AM */
|
|
13921
13875
|
reported_at?: string;
|
|
13922
13876
|
/** @example null */
|
|
13923
13877
|
assigned_at?: string | null;
|
|
13924
13878
|
/** @example null */
|
|
13925
13879
|
completed_at?: string | null;
|
|
13926
|
-
/** @example
|
|
13880
|
+
/** @example 01 May 2026, 07:40 AM */
|
|
13927
13881
|
sla_deadline?: string;
|
|
13928
|
-
/** @example
|
|
13882
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13929
13883
|
created_at?: string;
|
|
13930
|
-
/** @example
|
|
13884
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13931
13885
|
updated_at?: string;
|
|
13932
13886
|
};
|
|
13933
13887
|
};
|
|
@@ -13964,7 +13918,7 @@ export interface operations {
|
|
|
13964
13918
|
content: {
|
|
13965
13919
|
"application/json": {
|
|
13966
13920
|
data?: {
|
|
13967
|
-
/** @example
|
|
13921
|
+
/** @example 2b4cb570-34cb-499c-877b-161c2c66c1f3 */
|
|
13968
13922
|
uid?: string;
|
|
13969
13923
|
/** @example 1 */
|
|
13970
13924
|
tenancy_id?: number;
|
|
@@ -13976,17 +13930,17 @@ export interface operations {
|
|
|
13976
13930
|
status?: string;
|
|
13977
13931
|
/** @example low */
|
|
13978
13932
|
priority?: string;
|
|
13979
|
-
/** @example
|
|
13933
|
+
/** @example 28 Apr 2026, 11:15 AM */
|
|
13980
13934
|
reported_at?: string;
|
|
13981
13935
|
/** @example null */
|
|
13982
13936
|
assigned_at?: string | null;
|
|
13983
13937
|
/** @example null */
|
|
13984
13938
|
completed_at?: string | null;
|
|
13985
|
-
/** @example
|
|
13939
|
+
/** @example 01 May 2026, 07:40 AM */
|
|
13986
13940
|
sla_deadline?: string;
|
|
13987
|
-
/** @example
|
|
13941
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13988
13942
|
created_at?: string;
|
|
13989
|
-
/** @example
|
|
13943
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
13990
13944
|
updated_at?: string;
|
|
13991
13945
|
};
|
|
13992
13946
|
};
|
|
@@ -14023,7 +13977,7 @@ export interface operations {
|
|
|
14023
13977
|
content: {
|
|
14024
13978
|
"application/json": {
|
|
14025
13979
|
data?: {
|
|
14026
|
-
/** @example
|
|
13980
|
+
/** @example ed299e48-9d8f-44ac-ad31-6f6c503c61be */
|
|
14027
13981
|
uid?: string;
|
|
14028
13982
|
/** @example 1 */
|
|
14029
13983
|
tenancy_id?: number;
|
|
@@ -14035,17 +13989,17 @@ export interface operations {
|
|
|
14035
13989
|
status?: string;
|
|
14036
13990
|
/** @example emergency */
|
|
14037
13991
|
priority?: string;
|
|
14038
|
-
/** @example
|
|
13992
|
+
/** @example 23 Apr 2026, 09:00 AM */
|
|
14039
13993
|
reported_at?: string;
|
|
14040
|
-
/** @example
|
|
13994
|
+
/** @example 28 Apr 2026, 05:20 AM */
|
|
14041
13995
|
assigned_at?: string;
|
|
14042
13996
|
/** @example null */
|
|
14043
13997
|
completed_at?: string | null;
|
|
14044
|
-
/** @example
|
|
13998
|
+
/** @example 01 May 2026, 10:42 AM */
|
|
14045
13999
|
sla_deadline?: string;
|
|
14046
|
-
/** @example
|
|
14000
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14047
14001
|
created_at?: string;
|
|
14048
|
-
/** @example
|
|
14002
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14049
14003
|
updated_at?: string;
|
|
14050
14004
|
};
|
|
14051
14005
|
};
|
|
@@ -14082,7 +14036,7 @@ export interface operations {
|
|
|
14082
14036
|
content: {
|
|
14083
14037
|
"application/json": {
|
|
14084
14038
|
data?: {
|
|
14085
|
-
/** @example
|
|
14039
|
+
/** @example 6c2a7495-8694-4f42-8bf0-9209dff2680b */
|
|
14086
14040
|
uid?: string;
|
|
14087
14041
|
/** @example 1 */
|
|
14088
14042
|
tenancy_id?: number;
|
|
@@ -14094,17 +14048,17 @@ export interface operations {
|
|
|
14094
14048
|
status?: string;
|
|
14095
14049
|
/** @example emergency */
|
|
14096
14050
|
priority?: string;
|
|
14097
|
-
/** @example
|
|
14051
|
+
/** @example 23 Apr 2026, 09:00 AM */
|
|
14098
14052
|
reported_at?: string;
|
|
14099
|
-
/** @example
|
|
14053
|
+
/** @example 28 Apr 2026, 05:20 AM */
|
|
14100
14054
|
assigned_at?: string;
|
|
14101
14055
|
/** @example null */
|
|
14102
14056
|
completed_at?: string | null;
|
|
14103
|
-
/** @example
|
|
14057
|
+
/** @example 01 May 2026, 10:42 AM */
|
|
14104
14058
|
sla_deadline?: string;
|
|
14105
|
-
/** @example
|
|
14059
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14106
14060
|
created_at?: string;
|
|
14107
|
-
/** @example
|
|
14061
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14108
14062
|
updated_at?: string;
|
|
14109
14063
|
};
|
|
14110
14064
|
};
|
|
@@ -14141,7 +14095,7 @@ export interface operations {
|
|
|
14141
14095
|
content: {
|
|
14142
14096
|
"application/json": {
|
|
14143
14097
|
data?: {
|
|
14144
|
-
/** @example
|
|
14098
|
+
/** @example 1c0e8969-f3e3-4c36-b57f-a757f356e082 */
|
|
14145
14099
|
uid?: string;
|
|
14146
14100
|
/** @example 1 */
|
|
14147
14101
|
tenancy_id?: number;
|
|
@@ -14153,17 +14107,17 @@ export interface operations {
|
|
|
14153
14107
|
status?: string;
|
|
14154
14108
|
/** @example emergency */
|
|
14155
14109
|
priority?: string;
|
|
14156
|
-
/** @example
|
|
14110
|
+
/** @example 23 Apr 2026, 09:00 AM */
|
|
14157
14111
|
reported_at?: string;
|
|
14158
|
-
/** @example
|
|
14112
|
+
/** @example 28 Apr 2026, 05:20 AM */
|
|
14159
14113
|
assigned_at?: string;
|
|
14160
14114
|
/** @example null */
|
|
14161
14115
|
completed_at?: string | null;
|
|
14162
|
-
/** @example
|
|
14116
|
+
/** @example 01 May 2026, 10:42 AM */
|
|
14163
14117
|
sla_deadline?: string;
|
|
14164
|
-
/** @example
|
|
14118
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14165
14119
|
created_at?: string;
|
|
14166
|
-
/** @example
|
|
14120
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
14167
14121
|
updated_at?: string;
|
|
14168
14122
|
};
|
|
14169
14123
|
};
|
|
@@ -14838,10 +14792,10 @@ export interface operations {
|
|
|
14838
14792
|
content: {
|
|
14839
14793
|
"application/json": {
|
|
14840
14794
|
/**
|
|
14841
|
-
* @description Target listing to schedule the appointment for. The <code>
|
|
14842
|
-
* @example
|
|
14795
|
+
* @description Target listing UID to schedule the appointment for. The <code>uid</code> of an existing record in the listings table.
|
|
14796
|
+
* @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
|
|
14843
14797
|
*/
|
|
14844
|
-
|
|
14798
|
+
listing_uid: string;
|
|
14845
14799
|
/**
|
|
14846
14800
|
* @description Appointment start datetime (ISO8601). Must be a valid date.
|
|
14847
14801
|
* @example 2026-04-01T10:00:00Z
|
|
@@ -14863,7 +14817,7 @@ export interface operations {
|
|
|
14863
14817
|
content: {
|
|
14864
14818
|
"application/json": {
|
|
14865
14819
|
data?: {
|
|
14866
|
-
/** @example
|
|
14820
|
+
/** @example 413 */
|
|
14867
14821
|
id?: number;
|
|
14868
14822
|
/** @example 2 */
|
|
14869
14823
|
listing_id?: number;
|
|
@@ -14902,9 +14856,9 @@ export interface operations {
|
|
|
14902
14856
|
/** @example completed */
|
|
14903
14857
|
status?: string;
|
|
14904
14858
|
scheduled?: {
|
|
14905
|
-
/** @example 1981-11-
|
|
14859
|
+
/** @example 1981-11-10T00:00:00.000000Z */
|
|
14906
14860
|
start?: string;
|
|
14907
|
-
/** @example 1979-12-
|
|
14861
|
+
/** @example 1979-12-07T00:00:00.000000Z */
|
|
14908
14862
|
end?: string;
|
|
14909
14863
|
};
|
|
14910
14864
|
customer?: {
|
|
@@ -14919,7 +14873,7 @@ export interface operations {
|
|
|
14919
14873
|
/** @example dogunfx */
|
|
14920
14874
|
name?: string;
|
|
14921
14875
|
};
|
|
14922
|
-
/** @example 2026-04-
|
|
14876
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
14923
14877
|
created_at?: string;
|
|
14924
14878
|
};
|
|
14925
14879
|
};
|
|
@@ -14946,7 +14900,7 @@ export interface operations {
|
|
|
14946
14900
|
content: {
|
|
14947
14901
|
"application/json": {
|
|
14948
14902
|
data?: {
|
|
14949
|
-
/** @example
|
|
14903
|
+
/** @example 414 */
|
|
14950
14904
|
id?: number;
|
|
14951
14905
|
/** @example 2 */
|
|
14952
14906
|
listing_id?: number;
|
|
@@ -14985,9 +14939,9 @@ export interface operations {
|
|
|
14985
14939
|
/** @example completed */
|
|
14986
14940
|
status?: string;
|
|
14987
14941
|
scheduled?: {
|
|
14988
|
-
/** @example 1981-11-
|
|
14942
|
+
/** @example 1981-11-10T00:00:00.000000Z */
|
|
14989
14943
|
start?: string;
|
|
14990
|
-
/** @example 1979-12-
|
|
14944
|
+
/** @example 1979-12-07T00:00:00.000000Z */
|
|
14991
14945
|
end?: string;
|
|
14992
14946
|
};
|
|
14993
14947
|
customer?: {
|
|
@@ -15002,7 +14956,7 @@ export interface operations {
|
|
|
15002
14956
|
/** @example dogunfx */
|
|
15003
14957
|
name?: string;
|
|
15004
14958
|
};
|
|
15005
|
-
/** @example 2026-04-
|
|
14959
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
15006
14960
|
created_at?: string;
|
|
15007
14961
|
};
|
|
15008
14962
|
};
|
|
@@ -15066,7 +15020,7 @@ export interface operations {
|
|
|
15066
15020
|
content: {
|
|
15067
15021
|
"application/json": {
|
|
15068
15022
|
data?: {
|
|
15069
|
-
/** @example
|
|
15023
|
+
/** @example 415 */
|
|
15070
15024
|
id?: number;
|
|
15071
15025
|
/** @example 2 */
|
|
15072
15026
|
listing_id?: number;
|
|
@@ -15105,9 +15059,9 @@ export interface operations {
|
|
|
15105
15059
|
/** @example completed */
|
|
15106
15060
|
status?: string;
|
|
15107
15061
|
scheduled?: {
|
|
15108
|
-
/** @example 1981-11-
|
|
15062
|
+
/** @example 1981-11-10T00:00:00.000000Z */
|
|
15109
15063
|
start?: string;
|
|
15110
|
-
/** @example 1979-12-
|
|
15064
|
+
/** @example 1979-12-07T00:00:00.000000Z */
|
|
15111
15065
|
end?: string;
|
|
15112
15066
|
};
|
|
15113
15067
|
customer?: {
|
|
@@ -15122,7 +15076,7 @@ export interface operations {
|
|
|
15122
15076
|
/** @example dogunfx */
|
|
15123
15077
|
name?: string;
|
|
15124
15078
|
};
|
|
15125
|
-
/** @example 2026-04-
|
|
15079
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
15126
15080
|
created_at?: string;
|
|
15127
15081
|
};
|
|
15128
15082
|
};
|
|
@@ -15149,7 +15103,7 @@ export interface operations {
|
|
|
15149
15103
|
content: {
|
|
15150
15104
|
"application/json": {
|
|
15151
15105
|
data?: {
|
|
15152
|
-
/** @example
|
|
15106
|
+
/** @example 416 */
|
|
15153
15107
|
id?: number;
|
|
15154
15108
|
/** @example 2 */
|
|
15155
15109
|
listing_id?: number;
|
|
@@ -15188,9 +15142,9 @@ export interface operations {
|
|
|
15188
15142
|
/** @example completed */
|
|
15189
15143
|
status?: string;
|
|
15190
15144
|
scheduled?: {
|
|
15191
|
-
/** @example 1981-11-
|
|
15145
|
+
/** @example 1981-11-10T00:00:00.000000Z */
|
|
15192
15146
|
start?: string;
|
|
15193
|
-
/** @example 1979-12-
|
|
15147
|
+
/** @example 1979-12-07T00:00:00.000000Z */
|
|
15194
15148
|
end?: string;
|
|
15195
15149
|
};
|
|
15196
15150
|
customer?: {
|
|
@@ -15205,7 +15159,7 @@ export interface operations {
|
|
|
15205
15159
|
/** @example dogunfx */
|
|
15206
15160
|
name?: string;
|
|
15207
15161
|
};
|
|
15208
|
-
/** @example 2026-04-
|
|
15162
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
15209
15163
|
created_at?: string;
|
|
15210
15164
|
};
|
|
15211
15165
|
};
|
|
@@ -15232,7 +15186,7 @@ export interface operations {
|
|
|
15232
15186
|
content: {
|
|
15233
15187
|
"application/json": {
|
|
15234
15188
|
data?: {
|
|
15235
|
-
/** @example
|
|
15189
|
+
/** @example 417 */
|
|
15236
15190
|
id?: number;
|
|
15237
15191
|
/** @example 2 */
|
|
15238
15192
|
listing_id?: number;
|
|
@@ -15271,9 +15225,9 @@ export interface operations {
|
|
|
15271
15225
|
/** @example completed */
|
|
15272
15226
|
status?: string;
|
|
15273
15227
|
scheduled?: {
|
|
15274
|
-
/** @example 1981-11-
|
|
15228
|
+
/** @example 1981-11-10T00:00:00.000000Z */
|
|
15275
15229
|
start?: string;
|
|
15276
|
-
/** @example 1979-12-
|
|
15230
|
+
/** @example 1979-12-07T00:00:00.000000Z */
|
|
15277
15231
|
end?: string;
|
|
15278
15232
|
};
|
|
15279
15233
|
customer?: {
|
|
@@ -15288,7 +15242,7 @@ export interface operations {
|
|
|
15288
15242
|
/** @example dogunfx */
|
|
15289
15243
|
name?: string;
|
|
15290
15244
|
};
|
|
15291
|
-
/** @example 2026-04-
|
|
15245
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
15292
15246
|
created_at?: string;
|
|
15293
15247
|
};
|
|
15294
15248
|
};
|
|
@@ -15856,89 +15810,6 @@ export interface operations {
|
|
|
15856
15810
|
};
|
|
15857
15811
|
};
|
|
15858
15812
|
};
|
|
15859
|
-
getApiV1PortalTenantTest: {
|
|
15860
|
-
parameters: {
|
|
15861
|
-
query?: never;
|
|
15862
|
-
header?: never;
|
|
15863
|
-
path?: never;
|
|
15864
|
-
cookie?: never;
|
|
15865
|
-
};
|
|
15866
|
-
requestBody?: never;
|
|
15867
|
-
responses: {
|
|
15868
|
-
200: {
|
|
15869
|
-
headers: {
|
|
15870
|
-
[name: string]: unknown;
|
|
15871
|
-
};
|
|
15872
|
-
content: {
|
|
15873
|
-
"application/json": {
|
|
15874
|
-
/** @example Tenant endpoint working fine */
|
|
15875
|
-
message?: string;
|
|
15876
|
-
};
|
|
15877
|
-
};
|
|
15878
|
-
};
|
|
15879
|
-
};
|
|
15880
|
-
};
|
|
15881
|
-
postApiV1PortalTenantCreate: {
|
|
15882
|
-
parameters: {
|
|
15883
|
-
query?: never;
|
|
15884
|
-
header?: never;
|
|
15885
|
-
path?: never;
|
|
15886
|
-
cookie?: never;
|
|
15887
|
-
};
|
|
15888
|
-
requestBody: {
|
|
15889
|
-
content: {
|
|
15890
|
-
"application/json": {
|
|
15891
|
-
/** @example null */
|
|
15892
|
-
user: string;
|
|
15893
|
-
/** @example null */
|
|
15894
|
-
address: string;
|
|
15895
|
-
};
|
|
15896
|
-
};
|
|
15897
|
-
};
|
|
15898
|
-
responses: never;
|
|
15899
|
-
};
|
|
15900
|
-
postApiV1PortalTenantCreateWithGithub: {
|
|
15901
|
-
parameters: {
|
|
15902
|
-
query?: never;
|
|
15903
|
-
header?: never;
|
|
15904
|
-
path?: never;
|
|
15905
|
-
cookie?: never;
|
|
15906
|
-
};
|
|
15907
|
-
requestBody?: never;
|
|
15908
|
-
responses: never;
|
|
15909
|
-
};
|
|
15910
|
-
postApiV1PortalTenantSendOtp: {
|
|
15911
|
-
parameters: {
|
|
15912
|
-
query?: never;
|
|
15913
|
-
header?: never;
|
|
15914
|
-
path?: never;
|
|
15915
|
-
cookie?: never;
|
|
15916
|
-
};
|
|
15917
|
-
requestBody?: never;
|
|
15918
|
-
responses: never;
|
|
15919
|
-
};
|
|
15920
|
-
postApiV1PortalTenantVerifyOtp: {
|
|
15921
|
-
parameters: {
|
|
15922
|
-
query?: never;
|
|
15923
|
-
header?: never;
|
|
15924
|
-
path?: never;
|
|
15925
|
-
cookie?: never;
|
|
15926
|
-
};
|
|
15927
|
-
requestBody: {
|
|
15928
|
-
content: {
|
|
15929
|
-
"application/json": {
|
|
15930
|
-
/** @example architecto */
|
|
15931
|
-
otp: string;
|
|
15932
|
-
/**
|
|
15933
|
-
* @description The <code>email</code> of an existing record in the users table.
|
|
15934
|
-
* @example architecto
|
|
15935
|
-
*/
|
|
15936
|
-
email: string;
|
|
15937
|
-
};
|
|
15938
|
-
};
|
|
15939
|
-
};
|
|
15940
|
-
responses: never;
|
|
15941
|
-
};
|
|
15942
15813
|
getApiV1PortalCustomerTest: {
|
|
15943
15814
|
parameters: {
|
|
15944
15815
|
query?: never;
|
|
@@ -16388,7 +16259,7 @@ export interface operations {
|
|
|
16388
16259
|
content: {
|
|
16389
16260
|
"application/json": {
|
|
16390
16261
|
data?: {
|
|
16391
|
-
/** @example
|
|
16262
|
+
/** @example 9d201e61-733d-4361-9bde-5ba89ab3bf3e */
|
|
16392
16263
|
uid?: string;
|
|
16393
16264
|
/** @example Ms. Audra Crooks II */
|
|
16394
16265
|
username?: string;
|
|
@@ -16418,9 +16289,9 @@ export interface operations {
|
|
|
16418
16289
|
timezone?: string;
|
|
16419
16290
|
/** @example Customer */
|
|
16420
16291
|
user_type?: string;
|
|
16421
|
-
/** @example
|
|
16292
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
16422
16293
|
created?: string;
|
|
16423
|
-
/** @example
|
|
16294
|
+
/** @example 1 second ago */
|
|
16424
16295
|
email_verified_at?: string;
|
|
16425
16296
|
verification_status?: {
|
|
16426
16297
|
/** @example not_verified */
|
|
@@ -16887,7 +16758,7 @@ export interface operations {
|
|
|
16887
16758
|
content: {
|
|
16888
16759
|
"application/json": {
|
|
16889
16760
|
data?: {
|
|
16890
|
-
/** @example
|
|
16761
|
+
/** @example 05120b67-fd5a-4999-8fef-b8b443a929d1 */
|
|
16891
16762
|
uid?: string;
|
|
16892
16763
|
/** @example Ms. Audra Crooks II */
|
|
16893
16764
|
username?: string;
|
|
@@ -16917,7 +16788,7 @@ export interface operations {
|
|
|
16917
16788
|
timezone?: string;
|
|
16918
16789
|
/** @example Customer */
|
|
16919
16790
|
user_type?: string;
|
|
16920
|
-
/** @example
|
|
16791
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
16921
16792
|
created?: string;
|
|
16922
16793
|
/** @example 0 seconds ago */
|
|
16923
16794
|
email_verified_at?: string;
|
|
@@ -17038,11 +16909,11 @@ export interface operations {
|
|
|
17038
16909
|
content: {
|
|
17039
16910
|
"application/json": {
|
|
17040
16911
|
data?: {
|
|
17041
|
-
/** @example New For Rent Property draft •
|
|
16912
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
17042
16913
|
draft_name?: string;
|
|
17043
|
-
/** @example LST-PRP-LTR-
|
|
16914
|
+
/** @example LST-PRP-LTR-MOKL55MOFHM */
|
|
17044
16915
|
sku?: string;
|
|
17045
|
-
/** @example
|
|
16916
|
+
/** @example 7b95eff8-e2c6-4979-9bb2-097f1ec29305 */
|
|
17046
16917
|
uid?: string;
|
|
17047
16918
|
/** @example Rent */
|
|
17048
16919
|
listing_type?: string;
|
|
@@ -17166,9 +17037,9 @@ export interface operations {
|
|
|
17166
17037
|
/**
|
|
17167
17038
|
* @example [
|
|
17168
17039
|
* {
|
|
17169
|
-
* "draft_name": "New For Rent Property draft •
|
|
17170
|
-
* "sku": "LST-PRP-LTR-
|
|
17171
|
-
* "uid": "
|
|
17040
|
+
* "draft_name": "New For Rent Property draft • 29 Apr 2026, 9:47 PM",
|
|
17041
|
+
* "sku": "LST-PRP-LTR-MOKL55NWHQA",
|
|
17042
|
+
* "uid": "5ff8d0de-3685-492e-bb4e-439aaad8534a",
|
|
17172
17043
|
* "listing_type": "Rent",
|
|
17173
17044
|
* "vertical": "Property",
|
|
17174
17045
|
* "arrangement_type": "let_to_let",
|
|
@@ -17185,9 +17056,9 @@ export interface operations {
|
|
|
17185
17056
|
* "media": []
|
|
17186
17057
|
* },
|
|
17187
17058
|
* {
|
|
17188
|
-
* "draft_name": "New Short Let Property draft •
|
|
17189
|
-
* "sku": "LST-PRP-SHL-
|
|
17190
|
-
* "uid": "
|
|
17059
|
+
* "draft_name": "New Short Let Property draft • 29 Apr 2026, 9:47 PM",
|
|
17060
|
+
* "sku": "LST-PRP-SHL-MOKL55NZ553",
|
|
17061
|
+
* "uid": "1c34456c-6a40-46ce-90ff-21fbc27b00f0",
|
|
17191
17062
|
* "listing_type": "Short Let",
|
|
17192
17063
|
* "vertical": "Property",
|
|
17193
17064
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17206,11 +17077,11 @@ export interface operations {
|
|
|
17206
17077
|
* ]
|
|
17207
17078
|
*/
|
|
17208
17079
|
data?: {
|
|
17209
|
-
/** @example New For Rent Property draft •
|
|
17080
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
17210
17081
|
draft_name?: string;
|
|
17211
|
-
/** @example LST-PRP-LTR-
|
|
17082
|
+
/** @example LST-PRP-LTR-MOKL55NWHQA */
|
|
17212
17083
|
sku?: string;
|
|
17213
|
-
/** @example
|
|
17084
|
+
/** @example 5ff8d0de-3685-492e-bb4e-439aaad8534a */
|
|
17214
17085
|
uid?: string;
|
|
17215
17086
|
/** @example Rent */
|
|
17216
17087
|
listing_type?: string;
|
|
@@ -17320,9 +17191,9 @@ export interface operations {
|
|
|
17320
17191
|
/**
|
|
17321
17192
|
* @example [
|
|
17322
17193
|
* {
|
|
17323
|
-
* "draft_name": "New For Rent Property draft •
|
|
17324
|
-
* "sku": "LST-PRP-LTR-
|
|
17325
|
-
* "uid": "
|
|
17194
|
+
* "draft_name": "New For Rent Property draft • 29 Apr 2026, 9:47 PM",
|
|
17195
|
+
* "sku": "LST-PRP-LTR-MOKL55O629N",
|
|
17196
|
+
* "uid": "90a14765-f71e-4799-b2b3-0360fb02c4eb",
|
|
17326
17197
|
* "listing_type": "Rent",
|
|
17327
17198
|
* "vertical": "Property",
|
|
17328
17199
|
* "arrangement_type": "let_to_let",
|
|
@@ -17339,9 +17210,9 @@ export interface operations {
|
|
|
17339
17210
|
* "media": []
|
|
17340
17211
|
* },
|
|
17341
17212
|
* {
|
|
17342
|
-
* "draft_name": "New Short Let Property draft •
|
|
17343
|
-
* "sku": "LST-PRP-SHL-
|
|
17344
|
-
* "uid": "
|
|
17213
|
+
* "draft_name": "New Short Let Property draft • 29 Apr 2026, 9:47 PM",
|
|
17214
|
+
* "sku": "LST-PRP-SHL-MOKL55O8PQ8",
|
|
17215
|
+
* "uid": "cfa549dd-837f-4d32-ae3d-8cc792c0d43a",
|
|
17345
17216
|
* "listing_type": "Short Let",
|
|
17346
17217
|
* "vertical": "Property",
|
|
17347
17218
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17360,11 +17231,11 @@ export interface operations {
|
|
|
17360
17231
|
* ]
|
|
17361
17232
|
*/
|
|
17362
17233
|
data?: {
|
|
17363
|
-
/** @example New For Rent Property draft •
|
|
17234
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
17364
17235
|
draft_name?: string;
|
|
17365
|
-
/** @example LST-PRP-LTR-
|
|
17236
|
+
/** @example LST-PRP-LTR-MOKL55O629N */
|
|
17366
17237
|
sku?: string;
|
|
17367
|
-
/** @example
|
|
17238
|
+
/** @example 90a14765-f71e-4799-b2b3-0360fb02c4eb */
|
|
17368
17239
|
uid?: string;
|
|
17369
17240
|
/** @example Rent */
|
|
17370
17241
|
listing_type?: string;
|
|
@@ -18613,7 +18484,7 @@ export interface operations {
|
|
|
18613
18484
|
content: {
|
|
18614
18485
|
"application/json": {
|
|
18615
18486
|
data?: {
|
|
18616
|
-
/** @example
|
|
18487
|
+
/** @example c0edb48e-7319-439a-af7e-4dabbbd48b92 */
|
|
18617
18488
|
uid?: string;
|
|
18618
18489
|
/** @example photo */
|
|
18619
18490
|
media_type?: string;
|
|
@@ -18762,11 +18633,11 @@ export interface operations {
|
|
|
18762
18633
|
content: {
|
|
18763
18634
|
"application/json": {
|
|
18764
18635
|
data?: {
|
|
18765
|
-
/** @example New For Rent Property draft •
|
|
18636
|
+
/** @example New For Rent Property draft • 29 Apr 2026, 9:47 PM */
|
|
18766
18637
|
draft_name?: string;
|
|
18767
|
-
/** @example LST-PRP-LTR-
|
|
18638
|
+
/** @example LST-PRP-LTR-MOKL55QJETY */
|
|
18768
18639
|
sku?: string;
|
|
18769
|
-
/** @example
|
|
18640
|
+
/** @example fff8c37e-5377-4769-9865-b0467971eefb */
|
|
18770
18641
|
uid?: string;
|
|
18771
18642
|
/** @example Rent */
|
|
18772
18643
|
listing_type?: string;
|
|
@@ -18926,7 +18797,7 @@ export interface operations {
|
|
|
18926
18797
|
content: {
|
|
18927
18798
|
"application/json": {
|
|
18928
18799
|
data?: {
|
|
18929
|
-
/** @example
|
|
18800
|
+
/** @example ba468263-d8c6-41f7-990f-42bc50424858 */
|
|
18930
18801
|
uid?: string;
|
|
18931
18802
|
/** @example null */
|
|
18932
18803
|
compliances?: string | null;
|
|
@@ -18977,7 +18848,7 @@ export interface operations {
|
|
|
18977
18848
|
content: {
|
|
18978
18849
|
"application/json": {
|
|
18979
18850
|
data?: {
|
|
18980
|
-
/** @example
|
|
18851
|
+
/** @example 150 */
|
|
18981
18852
|
id?: number;
|
|
18982
18853
|
compliance?: {
|
|
18983
18854
|
/** @example 1 */
|
|
@@ -18999,7 +18870,7 @@ export interface operations {
|
|
|
18999
18870
|
reviewed_by?: number;
|
|
19000
18871
|
/** @example null */
|
|
19001
18872
|
reviewed_at?: string | null;
|
|
19002
|
-
/** @example 2026-04-
|
|
18873
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19003
18874
|
created_at?: string;
|
|
19004
18875
|
};
|
|
19005
18876
|
};
|
|
@@ -19054,39 +18925,39 @@ export interface operations {
|
|
|
19054
18925
|
/**
|
|
19055
18926
|
* @example [
|
|
19056
18927
|
* {
|
|
19057
|
-
* "uid": "
|
|
18928
|
+
* "uid": "edf00a9c-15c9-412f-a660-21e7556b9ac5",
|
|
19058
18929
|
* "listing_id": 1,
|
|
19059
18930
|
* "landlord_id": 2,
|
|
19060
18931
|
* "tenant_id": 2,
|
|
19061
18932
|
* "rent_amount": "4881.50",
|
|
19062
18933
|
* "deposit_amount": "2151.17",
|
|
19063
18934
|
* "state": "offer_accepted",
|
|
19064
|
-
* "start_date": "2025-11-
|
|
19065
|
-
* "end_date": "2026-11-
|
|
18935
|
+
* "start_date": "2025-11-04T00:00:00.000000Z",
|
|
18936
|
+
* "end_date": "2026-11-04T00:00:00.000000Z",
|
|
19066
18937
|
* "is_periodic": false,
|
|
19067
18938
|
* "company_name": null,
|
|
19068
18939
|
* "company_registration_number": null,
|
|
19069
|
-
* "created_at": "2026-04-
|
|
18940
|
+
* "created_at": "2026-04-29T21:47:02.000000Z"
|
|
19070
18941
|
* },
|
|
19071
18942
|
* {
|
|
19072
|
-
* "uid": "
|
|
18943
|
+
* "uid": "b8b32d1f-982e-4182-aece-06eb9e9ff697",
|
|
19073
18944
|
* "listing_id": 1,
|
|
19074
18945
|
* "landlord_id": 2,
|
|
19075
18946
|
* "tenant_id": 2,
|
|
19076
18947
|
* "rent_amount": "3832.26",
|
|
19077
18948
|
* "deposit_amount": "1384.27",
|
|
19078
18949
|
* "state": "terminated",
|
|
19079
|
-
* "start_date": "2025-09-
|
|
19080
|
-
* "end_date": "2026-09-
|
|
18950
|
+
* "start_date": "2025-09-30T00:00:00.000000Z",
|
|
18951
|
+
* "end_date": "2026-09-30T00:00:00.000000Z",
|
|
19081
18952
|
* "is_periodic": false,
|
|
19082
18953
|
* "company_name": null,
|
|
19083
18954
|
* "company_registration_number": null,
|
|
19084
|
-
* "created_at": "2026-04-
|
|
18955
|
+
* "created_at": "2026-04-29T21:47:02.000000Z"
|
|
19085
18956
|
* }
|
|
19086
18957
|
* ]
|
|
19087
18958
|
*/
|
|
19088
18959
|
data?: {
|
|
19089
|
-
/** @example
|
|
18960
|
+
/** @example edf00a9c-15c9-412f-a660-21e7556b9ac5 */
|
|
19090
18961
|
uid?: string;
|
|
19091
18962
|
/** @example 1 */
|
|
19092
18963
|
listing_id?: number;
|
|
@@ -19100,9 +18971,9 @@ export interface operations {
|
|
|
19100
18971
|
deposit_amount?: string;
|
|
19101
18972
|
/** @example offer_accepted */
|
|
19102
18973
|
state?: string;
|
|
19103
|
-
/** @example 2025-11-
|
|
18974
|
+
/** @example 2025-11-04T00:00:00.000000Z */
|
|
19104
18975
|
start_date?: string;
|
|
19105
|
-
/** @example 2026-11-
|
|
18976
|
+
/** @example 2026-11-04T00:00:00.000000Z */
|
|
19106
18977
|
end_date?: string;
|
|
19107
18978
|
/** @example false */
|
|
19108
18979
|
is_periodic?: boolean;
|
|
@@ -19110,7 +18981,7 @@ export interface operations {
|
|
|
19110
18981
|
company_name?: string | null;
|
|
19111
18982
|
/** @example null */
|
|
19112
18983
|
company_registration_number?: string | null;
|
|
19113
|
-
/** @example 2026-04-
|
|
18984
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19114
18985
|
created_at?: string;
|
|
19115
18986
|
}[];
|
|
19116
18987
|
links?: {
|
|
@@ -19197,39 +19068,39 @@ export interface operations {
|
|
|
19197
19068
|
/**
|
|
19198
19069
|
* @example [
|
|
19199
19070
|
* {
|
|
19200
|
-
* "uid": "
|
|
19071
|
+
* "uid": "71f97451-a93f-4398-a436-0d170e3e2415",
|
|
19201
19072
|
* "listing_id": 1,
|
|
19202
19073
|
* "landlord_id": 2,
|
|
19203
19074
|
* "tenant_id": 2,
|
|
19204
19075
|
* "rent_amount": "4881.50",
|
|
19205
19076
|
* "deposit_amount": "2151.17",
|
|
19206
19077
|
* "state": "offer_accepted",
|
|
19207
|
-
* "start_date": "2025-11-
|
|
19208
|
-
* "end_date": "2026-11-
|
|
19078
|
+
* "start_date": "2025-11-04T00:00:00.000000Z",
|
|
19079
|
+
* "end_date": "2026-11-04T00:00:00.000000Z",
|
|
19209
19080
|
* "is_periodic": false,
|
|
19210
19081
|
* "company_name": null,
|
|
19211
19082
|
* "company_registration_number": null,
|
|
19212
|
-
* "created_at": "2026-04-
|
|
19083
|
+
* "created_at": "2026-04-29T21:47:02.000000Z"
|
|
19213
19084
|
* },
|
|
19214
19085
|
* {
|
|
19215
|
-
* "uid": "
|
|
19086
|
+
* "uid": "03f399e4-5b1c-4464-9664-3cdfeeb32516",
|
|
19216
19087
|
* "listing_id": 1,
|
|
19217
19088
|
* "landlord_id": 2,
|
|
19218
19089
|
* "tenant_id": 2,
|
|
19219
19090
|
* "rent_amount": "3832.26",
|
|
19220
19091
|
* "deposit_amount": "1384.27",
|
|
19221
19092
|
* "state": "terminated",
|
|
19222
|
-
* "start_date": "2025-09-
|
|
19223
|
-
* "end_date": "2026-09-
|
|
19093
|
+
* "start_date": "2025-09-30T00:00:00.000000Z",
|
|
19094
|
+
* "end_date": "2026-09-30T00:00:00.000000Z",
|
|
19224
19095
|
* "is_periodic": false,
|
|
19225
19096
|
* "company_name": null,
|
|
19226
19097
|
* "company_registration_number": null,
|
|
19227
|
-
* "created_at": "2026-04-
|
|
19098
|
+
* "created_at": "2026-04-29T21:47:02.000000Z"
|
|
19228
19099
|
* }
|
|
19229
19100
|
* ]
|
|
19230
19101
|
*/
|
|
19231
19102
|
data?: {
|
|
19232
|
-
/** @example
|
|
19103
|
+
/** @example 71f97451-a93f-4398-a436-0d170e3e2415 */
|
|
19233
19104
|
uid?: string;
|
|
19234
19105
|
/** @example 1 */
|
|
19235
19106
|
listing_id?: number;
|
|
@@ -19243,9 +19114,9 @@ export interface operations {
|
|
|
19243
19114
|
deposit_amount?: string;
|
|
19244
19115
|
/** @example offer_accepted */
|
|
19245
19116
|
state?: string;
|
|
19246
|
-
/** @example 2025-11-
|
|
19117
|
+
/** @example 2025-11-04T00:00:00.000000Z */
|
|
19247
19118
|
start_date?: string;
|
|
19248
|
-
/** @example 2026-11-
|
|
19119
|
+
/** @example 2026-11-04T00:00:00.000000Z */
|
|
19249
19120
|
end_date?: string;
|
|
19250
19121
|
/** @example false */
|
|
19251
19122
|
is_periodic?: boolean;
|
|
@@ -19253,7 +19124,7 @@ export interface operations {
|
|
|
19253
19124
|
company_name?: string | null;
|
|
19254
19125
|
/** @example null */
|
|
19255
19126
|
company_registration_number?: string | null;
|
|
19256
|
-
/** @example 2026-04-
|
|
19127
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19257
19128
|
created_at?: string;
|
|
19258
19129
|
}[];
|
|
19259
19130
|
links?: {
|
|
@@ -19360,7 +19231,7 @@ export interface operations {
|
|
|
19360
19231
|
content: {
|
|
19361
19232
|
"application/json": {
|
|
19362
19233
|
data?: {
|
|
19363
|
-
/** @example
|
|
19234
|
+
/** @example 219 */
|
|
19364
19235
|
id?: number;
|
|
19365
19236
|
compliance?: {
|
|
19366
19237
|
/** @example 1 */
|
|
@@ -19380,9 +19251,9 @@ export interface operations {
|
|
|
19380
19251
|
rejection_reason?: string | null;
|
|
19381
19252
|
/** @example 1 */
|
|
19382
19253
|
reviewed_by?: number;
|
|
19383
|
-
/** @example 2026-04-
|
|
19254
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19384
19255
|
reviewed_at?: string;
|
|
19385
|
-
/** @example 2026-04-
|
|
19256
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19386
19257
|
created_at?: string;
|
|
19387
19258
|
};
|
|
19388
19259
|
};
|
|
@@ -19409,7 +19280,7 @@ export interface operations {
|
|
|
19409
19280
|
content: {
|
|
19410
19281
|
"application/json": {
|
|
19411
19282
|
data?: {
|
|
19412
|
-
/** @example
|
|
19283
|
+
/** @example 220 */
|
|
19413
19284
|
id?: number;
|
|
19414
19285
|
compliance?: {
|
|
19415
19286
|
/** @example 1 */
|
|
@@ -19429,9 +19300,9 @@ export interface operations {
|
|
|
19429
19300
|
rejection_reason?: string | null;
|
|
19430
19301
|
/** @example 1 */
|
|
19431
19302
|
reviewed_by?: number;
|
|
19432
|
-
/** @example 2026-04-
|
|
19303
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19433
19304
|
reviewed_at?: string;
|
|
19434
|
-
/** @example 2026-04-
|
|
19305
|
+
/** @example 2026-04-29T21:47:02.000000Z */
|
|
19435
19306
|
created_at?: string;
|
|
19436
19307
|
};
|
|
19437
19308
|
};
|
|
@@ -20563,37 +20434,37 @@ export interface operations {
|
|
|
20563
20434
|
/**
|
|
20564
20435
|
* @example [
|
|
20565
20436
|
* {
|
|
20566
|
-
* "uid": "
|
|
20437
|
+
* "uid": "fab7aaaf-6bc9-437f-bde1-9213f8de79dc",
|
|
20567
20438
|
* "tenancy_id": 1,
|
|
20568
20439
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
20569
20440
|
* "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.",
|
|
20570
20441
|
* "status": "reported",
|
|
20571
20442
|
* "priority": "emergency",
|
|
20572
|
-
* "reported_at": "
|
|
20573
|
-
* "assigned_at": "
|
|
20443
|
+
* "reported_at": "23 Apr 2026, 09:00 AM",
|
|
20444
|
+
* "assigned_at": "28 Apr 2026, 05:20 AM",
|
|
20574
20445
|
* "completed_at": null,
|
|
20575
|
-
* "sla_deadline": "
|
|
20576
|
-
* "created_at": "
|
|
20577
|
-
* "updated_at": "
|
|
20446
|
+
* "sla_deadline": "01 May 2026, 10:42 AM",
|
|
20447
|
+
* "created_at": "29 Apr 2026, 09:47 PM",
|
|
20448
|
+
* "updated_at": "29 Apr 2026, 09:47 PM"
|
|
20578
20449
|
* },
|
|
20579
20450
|
* {
|
|
20580
|
-
* "uid": "
|
|
20451
|
+
* "uid": "0afd9d3d-0e16-4f2f-9cae-e0aabb8c8f99",
|
|
20581
20452
|
* "tenancy_id": 1,
|
|
20582
20453
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
20583
20454
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
20584
20455
|
* "status": "completed",
|
|
20585
20456
|
* "priority": "normal",
|
|
20586
|
-
* "reported_at": "
|
|
20457
|
+
* "reported_at": "25 Apr 2026, 09:39 PM",
|
|
20587
20458
|
* "assigned_at": null,
|
|
20588
20459
|
* "completed_at": null,
|
|
20589
|
-
* "sla_deadline": "
|
|
20590
|
-
* "created_at": "
|
|
20591
|
-
* "updated_at": "
|
|
20460
|
+
* "sla_deadline": "02 May 2026, 06:42 PM",
|
|
20461
|
+
* "created_at": "29 Apr 2026, 09:47 PM",
|
|
20462
|
+
* "updated_at": "29 Apr 2026, 09:47 PM"
|
|
20592
20463
|
* }
|
|
20593
20464
|
* ]
|
|
20594
20465
|
*/
|
|
20595
20466
|
data?: {
|
|
20596
|
-
/** @example
|
|
20467
|
+
/** @example fab7aaaf-6bc9-437f-bde1-9213f8de79dc */
|
|
20597
20468
|
uid?: string;
|
|
20598
20469
|
/** @example 1 */
|
|
20599
20470
|
tenancy_id?: number;
|
|
@@ -20605,17 +20476,17 @@ export interface operations {
|
|
|
20605
20476
|
status?: string;
|
|
20606
20477
|
/** @example emergency */
|
|
20607
20478
|
priority?: string;
|
|
20608
|
-
/** @example
|
|
20479
|
+
/** @example 23 Apr 2026, 09:00 AM */
|
|
20609
20480
|
reported_at?: string;
|
|
20610
|
-
/** @example
|
|
20481
|
+
/** @example 28 Apr 2026, 05:20 AM */
|
|
20611
20482
|
assigned_at?: string;
|
|
20612
20483
|
/** @example null */
|
|
20613
20484
|
completed_at?: string | null;
|
|
20614
|
-
/** @example
|
|
20485
|
+
/** @example 01 May 2026, 10:42 AM */
|
|
20615
20486
|
sla_deadline?: string;
|
|
20616
|
-
/** @example
|
|
20487
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
20617
20488
|
created_at?: string;
|
|
20618
|
-
/** @example
|
|
20489
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
20619
20490
|
updated_at?: string;
|
|
20620
20491
|
}[];
|
|
20621
20492
|
links?: {
|
|
@@ -20731,13 +20602,13 @@ export interface operations {
|
|
|
20731
20602
|
};
|
|
20732
20603
|
} | {
|
|
20733
20604
|
data?: {
|
|
20734
|
-
/** @example
|
|
20605
|
+
/** @example f75bc439-b733-43e5-9008-11e3887ab703 */
|
|
20735
20606
|
uid?: string;
|
|
20736
20607
|
/** @example image */
|
|
20737
20608
|
file_type?: string;
|
|
20738
20609
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
20739
20610
|
url?: string;
|
|
20740
|
-
/** @example 2026-04-
|
|
20611
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
20741
20612
|
created_at?: string;
|
|
20742
20613
|
};
|
|
20743
20614
|
};
|
|
@@ -20762,10 +20633,10 @@ export interface operations {
|
|
|
20762
20633
|
*/
|
|
20763
20634
|
type: "property_inquiry" | "booking" | "support" | "general" | "appointment";
|
|
20764
20635
|
/**
|
|
20765
|
-
* @description Listing
|
|
20766
|
-
* @example
|
|
20636
|
+
* @description Listing UID if the conversation is related to a listing. The <code>uid</code> of an existing record in the listings table.
|
|
20637
|
+
* @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
|
|
20767
20638
|
*/
|
|
20768
|
-
|
|
20639
|
+
listing_uid?: string | null;
|
|
20769
20640
|
/**
|
|
20770
20641
|
* @description Booking ID if the conversation is related to a booking. The <code>id</code> of an existing record in the bookings table.
|
|
20771
20642
|
* @example 15
|
|
@@ -20782,7 +20653,7 @@ export interface operations {
|
|
|
20782
20653
|
content: {
|
|
20783
20654
|
"application/json": {
|
|
20784
20655
|
data?: {
|
|
20785
|
-
/** @example
|
|
20656
|
+
/** @example 158 */
|
|
20786
20657
|
id?: number;
|
|
20787
20658
|
/** @example property_inquiry */
|
|
20788
20659
|
type?: string;
|
|
@@ -20798,7 +20669,7 @@ export interface operations {
|
|
|
20798
20669
|
};
|
|
20799
20670
|
/** @example null */
|
|
20800
20671
|
last_message_at?: string | null;
|
|
20801
|
-
/** @example 2026-04-
|
|
20672
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
20802
20673
|
created_at?: string;
|
|
20803
20674
|
};
|
|
20804
20675
|
};
|
|
@@ -21209,7 +21080,7 @@ export interface operations {
|
|
|
21209
21080
|
};
|
|
21210
21081
|
content: {
|
|
21211
21082
|
"application/json": {
|
|
21212
|
-
/** @example
|
|
21083
|
+
/** @example 8103d79a-1aaf-492a-bc0e-d4c529108790 */
|
|
21213
21084
|
id?: string;
|
|
21214
21085
|
/** @example APPOINTMENT_CREATED */
|
|
21215
21086
|
type?: string;
|
|
@@ -21221,7 +21092,7 @@ export interface operations {
|
|
|
21221
21092
|
data?: unknown[];
|
|
21222
21093
|
/** @example null */
|
|
21223
21094
|
read_at?: string | null;
|
|
21224
|
-
/** @example 2026-04-
|
|
21095
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
21225
21096
|
created_at?: string;
|
|
21226
21097
|
};
|
|
21227
21098
|
};
|
|
@@ -21589,10 +21460,10 @@ export interface operations {
|
|
|
21589
21460
|
content: {
|
|
21590
21461
|
"application/json": {
|
|
21591
21462
|
/**
|
|
21592
|
-
* @description
|
|
21593
|
-
* @example
|
|
21463
|
+
* @description UID of the listing being reviewed. The <code>uid</code> of an existing record in the listings table.
|
|
21464
|
+
* @example eb5eed63-f76c-476a-b3f0-02a84803b7c9
|
|
21594
21465
|
*/
|
|
21595
|
-
|
|
21466
|
+
listing_uid: string;
|
|
21596
21467
|
/**
|
|
21597
21468
|
* @description Rating score given by the user. Must be between 1 and 5. Must be between 1 and 5.
|
|
21598
21469
|
* @example 5
|
|
@@ -21614,21 +21485,21 @@ export interface operations {
|
|
|
21614
21485
|
content: {
|
|
21615
21486
|
"application/json": {
|
|
21616
21487
|
data?: {
|
|
21617
|
-
/** @example
|
|
21488
|
+
/** @example 349 */
|
|
21618
21489
|
id?: number;
|
|
21619
21490
|
/** @example 1 */
|
|
21620
21491
|
rating?: number;
|
|
21621
21492
|
/** @example Nice Listing */
|
|
21622
21493
|
comment?: string;
|
|
21623
21494
|
reviewer?: {
|
|
21624
|
-
/** @example
|
|
21495
|
+
/** @example 11 */
|
|
21625
21496
|
id?: number;
|
|
21626
|
-
/** @example
|
|
21497
|
+
/** @example Paul Brown */
|
|
21627
21498
|
name?: string;
|
|
21628
21499
|
};
|
|
21629
|
-
/** @example
|
|
21500
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21630
21501
|
created_at?: string;
|
|
21631
|
-
/** @example
|
|
21502
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21632
21503
|
updated_at?: string;
|
|
21633
21504
|
};
|
|
21634
21505
|
};
|
|
@@ -21647,10 +21518,10 @@ export interface operations {
|
|
|
21647
21518
|
content: {
|
|
21648
21519
|
"application/json": {
|
|
21649
21520
|
/**
|
|
21650
|
-
* @description
|
|
21651
|
-
* @example
|
|
21521
|
+
* @description UID of the user being reviewed. The <code>uid</code> of an existing record in the users table.
|
|
21522
|
+
* @example c2d9f2cf-6279-4370-9924-5f5dcb0f40df
|
|
21652
21523
|
*/
|
|
21653
|
-
|
|
21524
|
+
user_uid: string;
|
|
21654
21525
|
/**
|
|
21655
21526
|
* @description Rating score given by the user. Must be between 1 and 5. Must be between 1 and 5.
|
|
21656
21527
|
* @example 5
|
|
@@ -21672,21 +21543,21 @@ export interface operations {
|
|
|
21672
21543
|
content: {
|
|
21673
21544
|
"application/json": {
|
|
21674
21545
|
data?: {
|
|
21675
|
-
/** @example
|
|
21546
|
+
/** @example 350 */
|
|
21676
21547
|
id?: number;
|
|
21677
21548
|
/** @example 1 */
|
|
21678
21549
|
rating?: number;
|
|
21679
21550
|
/** @example Nice Listing */
|
|
21680
21551
|
comment?: string;
|
|
21681
21552
|
reviewer?: {
|
|
21682
|
-
/** @example
|
|
21553
|
+
/** @example 10 */
|
|
21683
21554
|
id?: number;
|
|
21684
|
-
/** @example
|
|
21555
|
+
/** @example Darren Davis */
|
|
21685
21556
|
name?: string;
|
|
21686
21557
|
};
|
|
21687
|
-
/** @example
|
|
21558
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21688
21559
|
created_at?: string;
|
|
21689
|
-
/** @example
|
|
21560
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21690
21561
|
updated_at?: string;
|
|
21691
21562
|
};
|
|
21692
21563
|
};
|
|
@@ -21728,21 +21599,21 @@ export interface operations {
|
|
|
21728
21599
|
content: {
|
|
21729
21600
|
"application/json": {
|
|
21730
21601
|
data?: {
|
|
21731
|
-
/** @example
|
|
21602
|
+
/** @example 351 */
|
|
21732
21603
|
id?: number;
|
|
21733
21604
|
/** @example 1 */
|
|
21734
21605
|
rating?: number;
|
|
21735
21606
|
/** @example Nice Listing */
|
|
21736
21607
|
comment?: string;
|
|
21737
21608
|
reviewer?: {
|
|
21738
|
-
/** @example
|
|
21609
|
+
/** @example 20 */
|
|
21739
21610
|
id?: number;
|
|
21740
|
-
/** @example
|
|
21611
|
+
/** @example Suzanne Morgan */
|
|
21741
21612
|
name?: string;
|
|
21742
21613
|
};
|
|
21743
|
-
/** @example
|
|
21614
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21744
21615
|
created_at?: string;
|
|
21745
|
-
/** @example
|
|
21616
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21746
21617
|
updated_at?: string;
|
|
21747
21618
|
};
|
|
21748
21619
|
};
|
|
@@ -21769,21 +21640,21 @@ export interface operations {
|
|
|
21769
21640
|
content: {
|
|
21770
21641
|
"application/json": {
|
|
21771
21642
|
data?: {
|
|
21772
|
-
/** @example
|
|
21643
|
+
/** @example 352 */
|
|
21773
21644
|
id?: number;
|
|
21774
21645
|
/** @example 1 */
|
|
21775
21646
|
rating?: number;
|
|
21776
21647
|
/** @example Nice Listing */
|
|
21777
21648
|
comment?: string;
|
|
21778
21649
|
reviewer?: {
|
|
21779
|
-
/** @example
|
|
21650
|
+
/** @example 10 */
|
|
21780
21651
|
id?: number;
|
|
21781
|
-
/** @example
|
|
21652
|
+
/** @example Darren Davis */
|
|
21782
21653
|
name?: string;
|
|
21783
21654
|
};
|
|
21784
|
-
/** @example
|
|
21655
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21785
21656
|
created_at?: string;
|
|
21786
|
-
/** @example
|
|
21657
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
21787
21658
|
updated_at?: string;
|
|
21788
21659
|
};
|
|
21789
21660
|
};
|
|
@@ -21810,7 +21681,7 @@ export interface operations {
|
|
|
21810
21681
|
content: {
|
|
21811
21682
|
"application/json": {
|
|
21812
21683
|
data?: {
|
|
21813
|
-
/** @example
|
|
21684
|
+
/** @example 5fca2c77-1a0d-4a93-aca6-772be1d8b945 */
|
|
21814
21685
|
uid?: string;
|
|
21815
21686
|
/** @example 1 */
|
|
21816
21687
|
listing_id?: number;
|
|
@@ -21824,9 +21695,9 @@ export interface operations {
|
|
|
21824
21695
|
deposit_amount?: string;
|
|
21825
21696
|
/** @example offer_accepted */
|
|
21826
21697
|
state?: string;
|
|
21827
|
-
/** @example 2025-11-
|
|
21698
|
+
/** @example 2025-11-04T00:00:00.000000Z */
|
|
21828
21699
|
start_date?: string;
|
|
21829
|
-
/** @example 2026-11-
|
|
21700
|
+
/** @example 2026-11-04T00:00:00.000000Z */
|
|
21830
21701
|
end_date?: string;
|
|
21831
21702
|
/** @example false */
|
|
21832
21703
|
is_periodic?: boolean;
|
|
@@ -21834,7 +21705,7 @@ export interface operations {
|
|
|
21834
21705
|
company_name?: string | null;
|
|
21835
21706
|
/** @example null */
|
|
21836
21707
|
company_registration_number?: string | null;
|
|
21837
|
-
/** @example 2026-04-
|
|
21708
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
21838
21709
|
created_at?: string;
|
|
21839
21710
|
/** @example [] */
|
|
21840
21711
|
compliances?: unknown[];
|
|
@@ -21911,7 +21782,7 @@ export interface operations {
|
|
|
21911
21782
|
content: {
|
|
21912
21783
|
"application/json": {
|
|
21913
21784
|
data?: {
|
|
21914
|
-
/** @example
|
|
21785
|
+
/** @example 2ddb2e95-7694-48c6-8017-ded1fb5bb48f */
|
|
21915
21786
|
uid?: string;
|
|
21916
21787
|
/** @example 1 */
|
|
21917
21788
|
listing_id?: number;
|
|
@@ -21925,9 +21796,9 @@ export interface operations {
|
|
|
21925
21796
|
deposit_amount?: string;
|
|
21926
21797
|
/** @example active */
|
|
21927
21798
|
state?: string;
|
|
21928
|
-
/** @example 2025-10-
|
|
21799
|
+
/** @example 2025-10-15T00:00:00.000000Z */
|
|
21929
21800
|
start_date?: string;
|
|
21930
|
-
/** @example 2026-10-
|
|
21801
|
+
/** @example 2026-10-15T00:00:00.000000Z */
|
|
21931
21802
|
end_date?: string;
|
|
21932
21803
|
/** @example true */
|
|
21933
21804
|
is_periodic?: boolean;
|
|
@@ -21935,7 +21806,7 @@ export interface operations {
|
|
|
21935
21806
|
company_name?: string | null;
|
|
21936
21807
|
/** @example null */
|
|
21937
21808
|
company_registration_number?: string | null;
|
|
21938
|
-
/** @example 2026-04-
|
|
21809
|
+
/** @example 2026-04-29T21:47:03.000000Z */
|
|
21939
21810
|
created_at?: string;
|
|
21940
21811
|
};
|
|
21941
21812
|
};
|
|
@@ -22229,7 +22100,7 @@ export interface operations {
|
|
|
22229
22100
|
* "changed_by_user_id": 3,
|
|
22230
22101
|
* "changed_by_name": "Teagan King",
|
|
22231
22102
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
22232
|
-
* "created_at": "2025-12-
|
|
22103
|
+
* "created_at": "2025-12-22T08:34:02.000000Z"
|
|
22233
22104
|
* },
|
|
22234
22105
|
* {
|
|
22235
22106
|
* "from_state": "pre_move_in_ready",
|
|
@@ -22237,7 +22108,7 @@ export interface operations {
|
|
|
22237
22108
|
* "changed_by_user_id": 3,
|
|
22238
22109
|
* "changed_by_name": "Teagan King",
|
|
22239
22110
|
* "comment": null,
|
|
22240
|
-
* "created_at": "2025-11-
|
|
22111
|
+
* "created_at": "2025-11-07T16:29:42.000000Z"
|
|
22241
22112
|
* }
|
|
22242
22113
|
* ]
|
|
22243
22114
|
*/
|
|
@@ -22252,7 +22123,7 @@ export interface operations {
|
|
|
22252
22123
|
changed_by_name?: string;
|
|
22253
22124
|
/** @example Qui commodi incidunt iure odit. */
|
|
22254
22125
|
comment?: string;
|
|
22255
|
-
/** @example 2025-12-
|
|
22126
|
+
/** @example 2025-12-22T08:34:02.000000Z */
|
|
22256
22127
|
created_at?: string;
|
|
22257
22128
|
}[];
|
|
22258
22129
|
};
|
|
@@ -22338,6 +22209,101 @@ export interface operations {
|
|
|
22338
22209
|
};
|
|
22339
22210
|
};
|
|
22340
22211
|
};
|
|
22212
|
+
createTenant: {
|
|
22213
|
+
parameters: {
|
|
22214
|
+
query?: never;
|
|
22215
|
+
header?: never;
|
|
22216
|
+
path?: never;
|
|
22217
|
+
cookie?: never;
|
|
22218
|
+
};
|
|
22219
|
+
requestBody: {
|
|
22220
|
+
content: {
|
|
22221
|
+
"application/json": {
|
|
22222
|
+
/**
|
|
22223
|
+
* @description Full name of the landlord.
|
|
22224
|
+
* @example John Doe
|
|
22225
|
+
*/
|
|
22226
|
+
name: string;
|
|
22227
|
+
/**
|
|
22228
|
+
* @description Email address of the landlord. Must be a valid email address.
|
|
22229
|
+
* @example john@example.com
|
|
22230
|
+
*/
|
|
22231
|
+
email: string;
|
|
22232
|
+
/**
|
|
22233
|
+
* @description Account password.
|
|
22234
|
+
* @example secret123
|
|
22235
|
+
*/
|
|
22236
|
+
password: string;
|
|
22237
|
+
};
|
|
22238
|
+
};
|
|
22239
|
+
};
|
|
22240
|
+
responses: {
|
|
22241
|
+
/** @description Tenant created successfully */
|
|
22242
|
+
200: {
|
|
22243
|
+
headers: {
|
|
22244
|
+
[name: string]: unknown;
|
|
22245
|
+
};
|
|
22246
|
+
content: {
|
|
22247
|
+
"application/json": {
|
|
22248
|
+
/** @example Tenant created successfully */
|
|
22249
|
+
message?: string;
|
|
22250
|
+
/** @example null */
|
|
22251
|
+
event?: string | null;
|
|
22252
|
+
data?: {
|
|
22253
|
+
/** @example usr_123 */
|
|
22254
|
+
uid?: string;
|
|
22255
|
+
/** @example John Doe */
|
|
22256
|
+
name?: string;
|
|
22257
|
+
/** @example john@example.com */
|
|
22258
|
+
email?: string;
|
|
22259
|
+
};
|
|
22260
|
+
};
|
|
22261
|
+
};
|
|
22262
|
+
};
|
|
22263
|
+
};
|
|
22264
|
+
};
|
|
22265
|
+
basicLoginTenant: {
|
|
22266
|
+
parameters: {
|
|
22267
|
+
query?: never;
|
|
22268
|
+
header?: never;
|
|
22269
|
+
path?: never;
|
|
22270
|
+
cookie?: never;
|
|
22271
|
+
};
|
|
22272
|
+
requestBody: {
|
|
22273
|
+
content: {
|
|
22274
|
+
"application/json": {
|
|
22275
|
+
/** @example null */
|
|
22276
|
+
email: string;
|
|
22277
|
+
/** @example null */
|
|
22278
|
+
password: string;
|
|
22279
|
+
};
|
|
22280
|
+
};
|
|
22281
|
+
};
|
|
22282
|
+
responses: {
|
|
22283
|
+
/** @description Login tenant with auth (email, password) */
|
|
22284
|
+
200: {
|
|
22285
|
+
headers: {
|
|
22286
|
+
[name: string]: unknown;
|
|
22287
|
+
};
|
|
22288
|
+
content: {
|
|
22289
|
+
"application/json": {
|
|
22290
|
+
/** @example Login tenant with auth (email, password) */
|
|
22291
|
+
message?: string;
|
|
22292
|
+
/** @example null */
|
|
22293
|
+
event?: string | null;
|
|
22294
|
+
data?: {
|
|
22295
|
+
/** @example null */
|
|
22296
|
+
access_token?: string | null;
|
|
22297
|
+
/** @example Bearer */
|
|
22298
|
+
token_type?: string;
|
|
22299
|
+
/** @example null */
|
|
22300
|
+
expires_at?: string | null;
|
|
22301
|
+
};
|
|
22302
|
+
};
|
|
22303
|
+
};
|
|
22304
|
+
};
|
|
22305
|
+
};
|
|
22306
|
+
};
|
|
22341
22307
|
fetchTenantProfile: {
|
|
22342
22308
|
parameters: {
|
|
22343
22309
|
query?: never;
|
|
@@ -22399,6 +22365,22 @@ export interface operations {
|
|
|
22399
22365
|
/** @example [] */
|
|
22400
22366
|
breakdown?: unknown[];
|
|
22401
22367
|
};
|
|
22368
|
+
/** @example null */
|
|
22369
|
+
address?: string | null;
|
|
22370
|
+
/** @example null */
|
|
22371
|
+
address_line_2?: string | null;
|
|
22372
|
+
/** @example null */
|
|
22373
|
+
legal_full_name?: string | null;
|
|
22374
|
+
/** @example null */
|
|
22375
|
+
date_of_birth?: string | null;
|
|
22376
|
+
/** @example null */
|
|
22377
|
+
nationality?: string | null;
|
|
22378
|
+
/** @example null */
|
|
22379
|
+
city?: string | null;
|
|
22380
|
+
/** @example null */
|
|
22381
|
+
postcode?: string | null;
|
|
22382
|
+
/** @example null */
|
|
22383
|
+
country?: string | null;
|
|
22402
22384
|
};
|
|
22403
22385
|
};
|
|
22404
22386
|
};
|
|
@@ -22496,7 +22478,7 @@ export interface operations {
|
|
|
22496
22478
|
content: {
|
|
22497
22479
|
"application/json": {
|
|
22498
22480
|
data?: {
|
|
22499
|
-
/** @example
|
|
22481
|
+
/** @example d9417305-2fd0-487b-b92f-a1cc813a8a1f */
|
|
22500
22482
|
uid?: string;
|
|
22501
22483
|
/** @example Ms. Audra Crooks II */
|
|
22502
22484
|
username?: string;
|
|
@@ -22526,7 +22508,7 @@ export interface operations {
|
|
|
22526
22508
|
timezone?: string;
|
|
22527
22509
|
/** @example Customer */
|
|
22528
22510
|
user_type?: string;
|
|
22529
|
-
/** @example
|
|
22511
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
22530
22512
|
created?: string;
|
|
22531
22513
|
/** @example 0 seconds ago */
|
|
22532
22514
|
email_verified_at?: string;
|
|
@@ -22566,6 +22548,22 @@ export interface operations {
|
|
|
22566
22548
|
state?: string;
|
|
22567
22549
|
}[];
|
|
22568
22550
|
};
|
|
22551
|
+
/** @example null */
|
|
22552
|
+
address?: string | null;
|
|
22553
|
+
/** @example null */
|
|
22554
|
+
address_line_2?: string | null;
|
|
22555
|
+
/** @example null */
|
|
22556
|
+
legal_full_name?: string | null;
|
|
22557
|
+
/** @example null */
|
|
22558
|
+
date_of_birth?: string | null;
|
|
22559
|
+
/** @example null */
|
|
22560
|
+
nationality?: string | null;
|
|
22561
|
+
/** @example null */
|
|
22562
|
+
city?: string | null;
|
|
22563
|
+
/** @example null */
|
|
22564
|
+
postcode?: string | null;
|
|
22565
|
+
/** @example null */
|
|
22566
|
+
country?: string | null;
|
|
22569
22567
|
};
|
|
22570
22568
|
};
|
|
22571
22569
|
};
|
|
@@ -22625,7 +22623,7 @@ export interface operations {
|
|
|
22625
22623
|
content: {
|
|
22626
22624
|
"application/json": {
|
|
22627
22625
|
data?: {
|
|
22628
|
-
/** @example
|
|
22626
|
+
/** @example 80ba1f43-2e5b-4c8d-ba96-804e9cd89a01 */
|
|
22629
22627
|
uid?: string;
|
|
22630
22628
|
/** @example Morgan Hirthe */
|
|
22631
22629
|
username?: string;
|
|
@@ -22655,7 +22653,7 @@ export interface operations {
|
|
|
22655
22653
|
timezone?: string;
|
|
22656
22654
|
/** @example Customer */
|
|
22657
22655
|
user_type?: string;
|
|
22658
|
-
/** @example
|
|
22656
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
22659
22657
|
created?: string;
|
|
22660
22658
|
/** @example 0 seconds ago */
|
|
22661
22659
|
email_verified_at?: string;
|
|
@@ -22727,7 +22725,7 @@ export interface operations {
|
|
|
22727
22725
|
content: {
|
|
22728
22726
|
"application/json": {
|
|
22729
22727
|
data?: {
|
|
22730
|
-
/** @example
|
|
22728
|
+
/** @example 5ce00bf0-b722-4717-9839-cbdd936d55ac */
|
|
22731
22729
|
uid?: string;
|
|
22732
22730
|
/** @example Ms. Audra Crooks II */
|
|
22733
22731
|
username?: string;
|
|
@@ -22757,7 +22755,7 @@ export interface operations {
|
|
|
22757
22755
|
timezone?: string;
|
|
22758
22756
|
/** @example Customer */
|
|
22759
22757
|
user_type?: string;
|
|
22760
|
-
/** @example
|
|
22758
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
22761
22759
|
created?: string;
|
|
22762
22760
|
/** @example 0 seconds ago */
|
|
22763
22761
|
email_verified_at?: string;
|
|
@@ -22997,7 +22995,7 @@ export interface operations {
|
|
|
22997
22995
|
completed_layers?: number;
|
|
22998
22996
|
/** @example 4 */
|
|
22999
22997
|
pending_layers?: number;
|
|
23000
|
-
/** @example
|
|
22998
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
23001
22999
|
last_calculated_at?: string;
|
|
23002
23000
|
};
|
|
23003
23001
|
};
|
|
@@ -23045,7 +23043,7 @@ export interface operations {
|
|
|
23045
23043
|
completed_layers?: number;
|
|
23046
23044
|
/** @example 4 */
|
|
23047
23045
|
pending_layers?: number;
|
|
23048
|
-
/** @example
|
|
23046
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
23049
23047
|
last_calculated_at?: string;
|
|
23050
23048
|
};
|
|
23051
23049
|
};
|
|
@@ -23079,14 +23077,14 @@ export interface operations {
|
|
|
23079
23077
|
content: {
|
|
23080
23078
|
"application/json": {
|
|
23081
23079
|
data?: {
|
|
23082
|
-
/** @example
|
|
23080
|
+
/** @example dd9d5420-491c-4d91-8f99-32708e853db1 */
|
|
23083
23081
|
wishlist_uid?: string;
|
|
23084
23082
|
listing?: {
|
|
23085
|
-
/** @example New For Sale Used Item draft •
|
|
23083
|
+
/** @example New For Sale Used Item draft • 29 Apr 2026, 9:47 PM */
|
|
23086
23084
|
draft_name?: string;
|
|
23087
|
-
/** @example LST-UIT-SAL-
|
|
23085
|
+
/** @example LST-UIT-SAL-MOKL56MZNUB */
|
|
23088
23086
|
sku?: string;
|
|
23089
|
-
/** @example
|
|
23087
|
+
/** @example c9f166f6-c327-4430-979b-983d6e0fb3fa */
|
|
23090
23088
|
uid?: string;
|
|
23091
23089
|
/** @example Sale */
|
|
23092
23090
|
listing_type?: string;
|
|
@@ -23277,13 +23275,13 @@ export interface operations {
|
|
|
23277
23275
|
content: {
|
|
23278
23276
|
"application/json": {
|
|
23279
23277
|
data?: {
|
|
23280
|
-
/** @example
|
|
23278
|
+
/** @example 0 */
|
|
23281
23279
|
current_level?: number;
|
|
23282
23280
|
/** @example 3 */
|
|
23283
23281
|
completed_layers?: number;
|
|
23284
|
-
/** @example
|
|
23282
|
+
/** @example 4 */
|
|
23285
23283
|
pending_layers?: number;
|
|
23286
|
-
/** @example
|
|
23284
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
23287
23285
|
last_calculated_at?: string;
|
|
23288
23286
|
};
|
|
23289
23287
|
};
|
|
@@ -23525,7 +23523,7 @@ export interface operations {
|
|
|
23525
23523
|
completed_layers?: number;
|
|
23526
23524
|
/** @example 4 */
|
|
23527
23525
|
pending_layers?: number;
|
|
23528
|
-
/** @example
|
|
23526
|
+
/** @example 29 Apr 2026, 09:47 PM */
|
|
23529
23527
|
last_calculated_at?: string;
|
|
23530
23528
|
};
|
|
23531
23529
|
};
|