@justins-home/types 1.1.58 → 1.1.59
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 +298 -271
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -3345,7 +3345,7 @@ export interface paths {
|
|
|
3345
3345
|
header?: never;
|
|
3346
3346
|
path: {
|
|
3347
3347
|
/** @description The ID of the booking. */
|
|
3348
|
-
booking_id:
|
|
3348
|
+
booking_id: string;
|
|
3349
3349
|
};
|
|
3350
3350
|
cookie?: never;
|
|
3351
3351
|
};
|
|
@@ -5761,7 +5761,7 @@ export interface operations {
|
|
|
5761
5761
|
content: {
|
|
5762
5762
|
"application/json": {
|
|
5763
5763
|
data?: {
|
|
5764
|
-
/** @example
|
|
5764
|
+
/** @example 2929039b-70c0-4410-b566-160570581a85 */
|
|
5765
5765
|
uid?: string;
|
|
5766
5766
|
/** @example Ms. Audra Crooks II */
|
|
5767
5767
|
username?: string;
|
|
@@ -5791,7 +5791,7 @@ export interface operations {
|
|
|
5791
5791
|
timezone?: string;
|
|
5792
5792
|
/** @example Customer */
|
|
5793
5793
|
user_type?: string;
|
|
5794
|
-
/** @example 30 Apr 2026, 05:
|
|
5794
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
5795
5795
|
created?: string;
|
|
5796
5796
|
/** @example 0 seconds ago */
|
|
5797
5797
|
email_verified_at?: string;
|
|
@@ -5919,6 +5919,7 @@ export interface operations {
|
|
|
5919
5919
|
* @example [
|
|
5920
5920
|
* {
|
|
5921
5921
|
* "id": 12,
|
|
5922
|
+
* "booking_ref": "BKG-20260430-ABC123",
|
|
5922
5923
|
* "listing": {
|
|
5923
5924
|
* "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
5924
5925
|
* "cover": {
|
|
@@ -5955,6 +5956,8 @@ export interface operations {
|
|
|
5955
5956
|
items?: {
|
|
5956
5957
|
/** @example 12 */
|
|
5957
5958
|
id?: number;
|
|
5959
|
+
/** @example BKG-20260430-ABC123 */
|
|
5960
|
+
booking_ref?: string;
|
|
5958
5961
|
listing?: {
|
|
5959
5962
|
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
5960
5963
|
listing_uid?: string;
|
|
@@ -6729,7 +6732,7 @@ export interface operations {
|
|
|
6729
6732
|
content: {
|
|
6730
6733
|
"application/json": {
|
|
6731
6734
|
data?: {
|
|
6732
|
-
/** @example
|
|
6735
|
+
/** @example 5bee7718-4c75-4f03-a327-e7c5280a3dd5 */
|
|
6733
6736
|
uid?: string;
|
|
6734
6737
|
/** @example Ms. Audra Crooks II */
|
|
6735
6738
|
username?: string;
|
|
@@ -6759,7 +6762,7 @@ export interface operations {
|
|
|
6759
6762
|
timezone?: string;
|
|
6760
6763
|
/** @example Customer */
|
|
6761
6764
|
user_type?: string;
|
|
6762
|
-
/** @example 30 Apr 2026, 05:
|
|
6765
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
6763
6766
|
created?: string;
|
|
6764
6767
|
/** @example 0 seconds ago */
|
|
6765
6768
|
email_verified_at?: string;
|
|
@@ -7149,11 +7152,11 @@ export interface operations {
|
|
|
7149
7152
|
content: {
|
|
7150
7153
|
"application/json": {
|
|
7151
7154
|
data?: {
|
|
7152
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
7155
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
7153
7156
|
draft_name?: string;
|
|
7154
|
-
/** @example LST-PRP-LTR-
|
|
7157
|
+
/** @example LST-PRP-LTR-MOL2MRJWDDK */
|
|
7155
7158
|
sku?: string;
|
|
7156
|
-
/** @example
|
|
7159
|
+
/** @example d176378b-d8f2-444e-b2ea-60b8fdfd820d */
|
|
7157
7160
|
uid?: string;
|
|
7158
7161
|
/** @example Rent */
|
|
7159
7162
|
listing_type?: string;
|
|
@@ -8565,7 +8568,7 @@ export interface operations {
|
|
|
8565
8568
|
content: {
|
|
8566
8569
|
"application/json": {
|
|
8567
8570
|
/**
|
|
8568
|
-
* @example
|
|
8571
|
+
* @example Unverified
|
|
8569
8572
|
* @enum {string}
|
|
8570
8573
|
*/
|
|
8571
8574
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -8580,7 +8583,7 @@ export interface operations {
|
|
|
8580
8583
|
content: {
|
|
8581
8584
|
"application/json": {
|
|
8582
8585
|
data?: {
|
|
8583
|
-
/** @example
|
|
8586
|
+
/** @example 652f94ea-4542-42f4-b811-9edb2be05d89 */
|
|
8584
8587
|
uid?: string;
|
|
8585
8588
|
/** @example Morgan Hirthe */
|
|
8586
8589
|
username?: string;
|
|
@@ -8610,7 +8613,7 @@ export interface operations {
|
|
|
8610
8613
|
timezone?: string;
|
|
8611
8614
|
/** @example Customer */
|
|
8612
8615
|
user_type?: string;
|
|
8613
|
-
/** @example 30 Apr 2026, 05:
|
|
8616
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
8614
8617
|
created?: string;
|
|
8615
8618
|
/** @example 0 seconds ago */
|
|
8616
8619
|
email_verified_at?: string;
|
|
@@ -9319,11 +9322,11 @@ export interface operations {
|
|
|
9319
9322
|
content: {
|
|
9320
9323
|
"application/json": {
|
|
9321
9324
|
data?: {
|
|
9322
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
9325
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
9323
9326
|
draft_name?: string;
|
|
9324
|
-
/** @example LST-PRP-LTR-
|
|
9327
|
+
/** @example LST-PRP-LTR-MOL2MRMVNTS */
|
|
9325
9328
|
sku?: string;
|
|
9326
|
-
/** @example
|
|
9329
|
+
/** @example 9354b62c-4fd2-4e16-8a11-a9199629074c */
|
|
9327
9330
|
uid?: string;
|
|
9328
9331
|
/** @example Rent */
|
|
9329
9332
|
listing_type?: string;
|
|
@@ -9763,7 +9766,7 @@ export interface operations {
|
|
|
9763
9766
|
content: {
|
|
9764
9767
|
"application/json": {
|
|
9765
9768
|
data?: {
|
|
9766
|
-
/** @example
|
|
9769
|
+
/** @example 2d59546e-3db0-4170-aa80-2830b3f05d9d */
|
|
9767
9770
|
uid?: string;
|
|
9768
9771
|
/** @example photo */
|
|
9769
9772
|
media_type?: string;
|
|
@@ -10070,9 +10073,9 @@ export interface operations {
|
|
|
10070
10073
|
/**
|
|
10071
10074
|
* @example [
|
|
10072
10075
|
* {
|
|
10073
|
-
* "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 5:
|
|
10074
|
-
* "sku": "LST-UIT-SAL-
|
|
10075
|
-
* "uid": "
|
|
10076
|
+
* "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 5:56 AM",
|
|
10077
|
+
* "sku": "LST-UIT-SAL-MOL2MROQKBY",
|
|
10078
|
+
* "uid": "88ec73ec-141e-4897-bb4b-20903d2764d7",
|
|
10076
10079
|
* "listing_type": "Sale",
|
|
10077
10080
|
* "vertical": "Used Item",
|
|
10078
10081
|
* "arrangement_type": null,
|
|
@@ -10087,13 +10090,13 @@ export interface operations {
|
|
|
10087
10090
|
* "media": []
|
|
10088
10091
|
* },
|
|
10089
10092
|
* {
|
|
10090
|
-
* "draft_name": "New
|
|
10091
|
-
* "sku": "LST-PRP-
|
|
10092
|
-
* "uid": "
|
|
10093
|
-
* "listing_type": "
|
|
10093
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:56 AM",
|
|
10094
|
+
* "sku": "LST-PRP-SHL-MOL2MROTVNV",
|
|
10095
|
+
* "uid": "045be89c-d495-4f3b-baef-c65d72d7d563",
|
|
10096
|
+
* "listing_type": "Short Let",
|
|
10094
10097
|
* "vertical": "Property",
|
|
10095
|
-
* "arrangement_type": "
|
|
10096
|
-
* "arrangement_type_label": "
|
|
10098
|
+
* "arrangement_type": "short_term_managed",
|
|
10099
|
+
* "arrangement_type_label": "Short Term Managed",
|
|
10097
10100
|
* "price": null,
|
|
10098
10101
|
* "state": "draft",
|
|
10099
10102
|
* "published_at": null,
|
|
@@ -10108,11 +10111,11 @@ export interface operations {
|
|
|
10108
10111
|
* ]
|
|
10109
10112
|
*/
|
|
10110
10113
|
data?: {
|
|
10111
|
-
/** @example New For Sale Used Item draft • 30 Apr 2026, 5:
|
|
10114
|
+
/** @example New For Sale Used Item draft • 30 Apr 2026, 5:56 AM */
|
|
10112
10115
|
draft_name?: string;
|
|
10113
|
-
/** @example LST-UIT-SAL-
|
|
10116
|
+
/** @example LST-UIT-SAL-MOL2MROQKBY */
|
|
10114
10117
|
sku?: string;
|
|
10115
|
-
/** @example
|
|
10118
|
+
/** @example 88ec73ec-141e-4897-bb4b-20903d2764d7 */
|
|
10116
10119
|
uid?: string;
|
|
10117
10120
|
/** @example Sale */
|
|
10118
10121
|
listing_type?: string;
|
|
@@ -10305,11 +10308,11 @@ export interface operations {
|
|
|
10305
10308
|
content: {
|
|
10306
10309
|
"application/json": {
|
|
10307
10310
|
data?: {
|
|
10308
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
10311
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
10309
10312
|
draft_name?: string;
|
|
10310
|
-
/** @example LST-PRP-LTR-
|
|
10313
|
+
/** @example LST-PRP-LTR-MOL2MRP2WDF */
|
|
10311
10314
|
sku?: string;
|
|
10312
|
-
/** @example
|
|
10315
|
+
/** @example 9ac90be2-b88b-477e-8968-9fa87b410ea7 */
|
|
10313
10316
|
uid?: string;
|
|
10314
10317
|
/** @example Rent */
|
|
10315
10318
|
listing_type?: string;
|
|
@@ -10372,11 +10375,11 @@ export interface operations {
|
|
|
10372
10375
|
content: {
|
|
10373
10376
|
"application/json": {
|
|
10374
10377
|
data?: {
|
|
10375
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
10378
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
10376
10379
|
draft_name?: string;
|
|
10377
|
-
/** @example LST-PRP-LTR-
|
|
10380
|
+
/** @example LST-PRP-LTR-MOL2MRP9LK5 */
|
|
10378
10381
|
sku?: string;
|
|
10379
|
-
/** @example
|
|
10382
|
+
/** @example 879cd880-b6bf-46ff-8a53-427bcd2149f7 */
|
|
10380
10383
|
uid?: string;
|
|
10381
10384
|
/** @example Rent */
|
|
10382
10385
|
listing_type?: string;
|
|
@@ -10429,11 +10432,11 @@ export interface operations {
|
|
|
10429
10432
|
content: {
|
|
10430
10433
|
"application/json": {
|
|
10431
10434
|
data?: {
|
|
10432
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
10435
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
10433
10436
|
draft_name?: string;
|
|
10434
|
-
/** @example LST-PRP-LTR-
|
|
10437
|
+
/** @example LST-PRP-LTR-MOL2MRPFDA2 */
|
|
10435
10438
|
sku?: string;
|
|
10436
|
-
/** @example
|
|
10439
|
+
/** @example 7911107a-332a-4ad1-84be-5742b315e40d */
|
|
10437
10440
|
uid?: string;
|
|
10438
10441
|
/** @example Rent */
|
|
10439
10442
|
listing_type?: string;
|
|
@@ -10486,11 +10489,11 @@ export interface operations {
|
|
|
10486
10489
|
content: {
|
|
10487
10490
|
"application/json": {
|
|
10488
10491
|
data?: {
|
|
10489
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
10492
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
10490
10493
|
draft_name?: string;
|
|
10491
|
-
/** @example LST-PRP-LTR-
|
|
10494
|
+
/** @example LST-PRP-LTR-MOL2MRPMOHV */
|
|
10492
10495
|
sku?: string;
|
|
10493
|
-
/** @example
|
|
10496
|
+
/** @example d65b6578-8d4c-4bf3-af43-4068fd2b1068 */
|
|
10494
10497
|
uid?: string;
|
|
10495
10498
|
/** @example Rent */
|
|
10496
10499
|
listing_type?: string;
|
|
@@ -10684,7 +10687,7 @@ export interface operations {
|
|
|
10684
10687
|
content: {
|
|
10685
10688
|
"application/json": {
|
|
10686
10689
|
data?: {
|
|
10687
|
-
/** @example
|
|
10690
|
+
/** @example 253 */
|
|
10688
10691
|
id?: number;
|
|
10689
10692
|
/** @example 1 */
|
|
10690
10693
|
category_id?: number;
|
|
@@ -10758,7 +10761,7 @@ export interface operations {
|
|
|
10758
10761
|
content: {
|
|
10759
10762
|
"application/json": {
|
|
10760
10763
|
data?: {
|
|
10761
|
-
/** @example
|
|
10764
|
+
/** @example 254 */
|
|
10762
10765
|
id?: number;
|
|
10763
10766
|
/** @example 1 */
|
|
10764
10767
|
category_id?: number;
|
|
@@ -10797,7 +10800,7 @@ export interface operations {
|
|
|
10797
10800
|
content: {
|
|
10798
10801
|
"application/json": {
|
|
10799
10802
|
data?: {
|
|
10800
|
-
/** @example
|
|
10803
|
+
/** @example 255 */
|
|
10801
10804
|
id?: number;
|
|
10802
10805
|
/** @example 1 */
|
|
10803
10806
|
category_id?: number;
|
|
@@ -10835,7 +10838,7 @@ export interface operations {
|
|
|
10835
10838
|
/**
|
|
10836
10839
|
* @example [
|
|
10837
10840
|
* {
|
|
10838
|
-
* "id":
|
|
10841
|
+
* "id": 365,
|
|
10839
10842
|
* "name": "Exterior",
|
|
10840
10843
|
* "description": "For Exterior categories",
|
|
10841
10844
|
* "display_order": 1,
|
|
@@ -10845,7 +10848,7 @@ export interface operations {
|
|
|
10845
10848
|
* "is_active": true
|
|
10846
10849
|
* },
|
|
10847
10850
|
* {
|
|
10848
|
-
* "id":
|
|
10851
|
+
* "id": 366,
|
|
10849
10852
|
* "name": "Exterior",
|
|
10850
10853
|
* "description": "For Exterior categories",
|
|
10851
10854
|
* "display_order": 1,
|
|
@@ -10857,7 +10860,7 @@ export interface operations {
|
|
|
10857
10860
|
* ]
|
|
10858
10861
|
*/
|
|
10859
10862
|
data?: {
|
|
10860
|
-
/** @example
|
|
10863
|
+
/** @example 365 */
|
|
10861
10864
|
id?: number;
|
|
10862
10865
|
/** @example Exterior */
|
|
10863
10866
|
name?: string;
|
|
@@ -10921,7 +10924,7 @@ export interface operations {
|
|
|
10921
10924
|
content: {
|
|
10922
10925
|
"application/json": {
|
|
10923
10926
|
data?: {
|
|
10924
|
-
/** @example
|
|
10927
|
+
/** @example 367 */
|
|
10925
10928
|
id?: number;
|
|
10926
10929
|
/** @example Exterior */
|
|
10927
10930
|
name?: string;
|
|
@@ -10988,7 +10991,7 @@ export interface operations {
|
|
|
10988
10991
|
content: {
|
|
10989
10992
|
"application/json": {
|
|
10990
10993
|
data?: {
|
|
10991
|
-
/** @example
|
|
10994
|
+
/** @example 368 */
|
|
10992
10995
|
id?: number;
|
|
10993
10996
|
/** @example Exterior */
|
|
10994
10997
|
name?: string;
|
|
@@ -11029,7 +11032,7 @@ export interface operations {
|
|
|
11029
11032
|
content: {
|
|
11030
11033
|
"application/json": {
|
|
11031
11034
|
data?: {
|
|
11032
|
-
/** @example
|
|
11035
|
+
/** @example 369 */
|
|
11033
11036
|
id?: number;
|
|
11034
11037
|
/** @example Exterior */
|
|
11035
11038
|
name?: string;
|
|
@@ -11292,7 +11295,7 @@ export interface operations {
|
|
|
11292
11295
|
content: {
|
|
11293
11296
|
"application/json": {
|
|
11294
11297
|
data?: {
|
|
11295
|
-
/** @example
|
|
11298
|
+
/** @example 157 */
|
|
11296
11299
|
id?: number;
|
|
11297
11300
|
/** @example email_fa_0 */
|
|
11298
11301
|
key?: string;
|
|
@@ -11306,9 +11309,9 @@ export interface operations {
|
|
|
11306
11309
|
metadata_schema?: unknown[];
|
|
11307
11310
|
/** @example true */
|
|
11308
11311
|
is_active?: boolean;
|
|
11309
|
-
/** @example 2026-04-30T05:
|
|
11312
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
11310
11313
|
created_at?: string;
|
|
11311
|
-
/** @example 2026-04-30T05:
|
|
11314
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
11312
11315
|
updated_at?: string;
|
|
11313
11316
|
};
|
|
11314
11317
|
};
|
|
@@ -11368,7 +11371,7 @@ export interface operations {
|
|
|
11368
11371
|
content: {
|
|
11369
11372
|
"application/json": {
|
|
11370
11373
|
data?: {
|
|
11371
|
-
/** @example
|
|
11374
|
+
/** @example 158 */
|
|
11372
11375
|
id?: number;
|
|
11373
11376
|
/** @example email_fa_0 */
|
|
11374
11377
|
key?: string;
|
|
@@ -11382,9 +11385,9 @@ export interface operations {
|
|
|
11382
11385
|
metadata_schema?: unknown[];
|
|
11383
11386
|
/** @example true */
|
|
11384
11387
|
is_active?: boolean;
|
|
11385
|
-
/** @example 2026-04-30T05:
|
|
11388
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
11386
11389
|
created_at?: string;
|
|
11387
|
-
/** @example 2026-04-30T05:
|
|
11390
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
11388
11391
|
updated_at?: string;
|
|
11389
11392
|
};
|
|
11390
11393
|
};
|
|
@@ -12650,25 +12653,25 @@ export interface operations {
|
|
|
12650
12653
|
/**
|
|
12651
12654
|
* @example [
|
|
12652
12655
|
* {
|
|
12653
|
-
* "key": "
|
|
12654
|
-
* "name": "
|
|
12655
|
-
* "description": "
|
|
12656
|
+
* "key": "dolorem",
|
|
12657
|
+
* "name": "unde",
|
|
12658
|
+
* "description": "Voluptates culpa iure magnam iusto vero inventore debitis culpa.",
|
|
12656
12659
|
* "value_type": "string"
|
|
12657
12660
|
* },
|
|
12658
12661
|
* {
|
|
12659
|
-
* "key": "
|
|
12660
|
-
* "name": "
|
|
12661
|
-
* "description": "
|
|
12662
|
+
* "key": "consequatur",
|
|
12663
|
+
* "name": "harum",
|
|
12664
|
+
* "description": "Natus qui nobis iste consequatur autem libero.",
|
|
12662
12665
|
* "value_type": "string"
|
|
12663
12666
|
* }
|
|
12664
12667
|
* ]
|
|
12665
12668
|
*/
|
|
12666
12669
|
data?: {
|
|
12667
|
-
/** @example
|
|
12670
|
+
/** @example dolorem */
|
|
12668
12671
|
key?: string;
|
|
12669
|
-
/** @example
|
|
12672
|
+
/** @example unde */
|
|
12670
12673
|
name?: string;
|
|
12671
|
-
/** @example
|
|
12674
|
+
/** @example Voluptates culpa iure magnam iusto vero inventore debitis culpa. */
|
|
12672
12675
|
description?: string;
|
|
12673
12676
|
/** @example string */
|
|
12674
12677
|
value_type?: string;
|
|
@@ -13910,13 +13913,13 @@ export interface operations {
|
|
|
13910
13913
|
};
|
|
13911
13914
|
} | {
|
|
13912
13915
|
data?: {
|
|
13913
|
-
/** @example
|
|
13916
|
+
/** @example 4ea8e511-7b46-44a1-965f-0028f78c9591 */
|
|
13914
13917
|
uid?: string;
|
|
13915
13918
|
/** @example follow_up */
|
|
13916
13919
|
inspection_type?: string;
|
|
13917
13920
|
/** @example cancelled */
|
|
13918
13921
|
status?: string;
|
|
13919
|
-
/** @example 05 May 2026, 07:
|
|
13922
|
+
/** @example 05 May 2026, 07:54 PM */
|
|
13920
13923
|
scheduled_date?: string;
|
|
13921
13924
|
/** @example null */
|
|
13922
13925
|
completed_date?: string | null;
|
|
@@ -13924,11 +13927,11 @@ export interface operations {
|
|
|
13924
13927
|
condition_rating?: string;
|
|
13925
13928
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13926
13929
|
summary?: string;
|
|
13927
|
-
/** @example 28 Jun 2026, 04:
|
|
13930
|
+
/** @example 28 Jun 2026, 04:43 PM */
|
|
13928
13931
|
next_inspection_date?: string;
|
|
13929
|
-
/** @example 30 Apr 2026, 05:
|
|
13932
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
13930
13933
|
created_at?: string;
|
|
13931
|
-
/** @example 30 Apr 2026, 05:
|
|
13934
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
13932
13935
|
updated_at?: string;
|
|
13933
13936
|
};
|
|
13934
13937
|
};
|
|
@@ -13983,13 +13986,13 @@ export interface operations {
|
|
|
13983
13986
|
content: {
|
|
13984
13987
|
"application/json": {
|
|
13985
13988
|
data?: {
|
|
13986
|
-
/** @example
|
|
13989
|
+
/** @example 5c16f094-8abc-4d43-8006-117135993a19 */
|
|
13987
13990
|
uid?: string;
|
|
13988
13991
|
/** @example follow_up */
|
|
13989
13992
|
inspection_type?: string;
|
|
13990
13993
|
/** @example cancelled */
|
|
13991
13994
|
status?: string;
|
|
13992
|
-
/** @example 05 May 2026, 07:
|
|
13995
|
+
/** @example 05 May 2026, 07:54 PM */
|
|
13993
13996
|
scheduled_date?: string;
|
|
13994
13997
|
/** @example null */
|
|
13995
13998
|
completed_date?: string | null;
|
|
@@ -13997,11 +14000,11 @@ export interface operations {
|
|
|
13997
14000
|
condition_rating?: string;
|
|
13998
14001
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
13999
14002
|
summary?: string;
|
|
14000
|
-
/** @example 28 Jun 2026, 04:
|
|
14003
|
+
/** @example 28 Jun 2026, 04:43 PM */
|
|
14001
14004
|
next_inspection_date?: string;
|
|
14002
|
-
/** @example 30 Apr 2026, 05:
|
|
14005
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14003
14006
|
created_at?: string;
|
|
14004
|
-
/** @example 30 Apr 2026, 05:
|
|
14007
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14005
14008
|
updated_at?: string;
|
|
14006
14009
|
};
|
|
14007
14010
|
};
|
|
@@ -14096,13 +14099,13 @@ export interface operations {
|
|
|
14096
14099
|
content: {
|
|
14097
14100
|
"application/json": {
|
|
14098
14101
|
data?: {
|
|
14099
|
-
/** @example
|
|
14102
|
+
/** @example 8d51eea5-972a-4c01-af80-b5a4d409efd7 */
|
|
14100
14103
|
uid?: string;
|
|
14101
14104
|
/** @example follow_up */
|
|
14102
14105
|
inspection_type?: string;
|
|
14103
14106
|
/** @example cancelled */
|
|
14104
14107
|
status?: string;
|
|
14105
|
-
/** @example 23 Apr 2026,
|
|
14108
|
+
/** @example 23 Apr 2026, 05:21 PM */
|
|
14106
14109
|
scheduled_date?: string;
|
|
14107
14110
|
/** @example null */
|
|
14108
14111
|
completed_date?: string | null;
|
|
@@ -14110,11 +14113,11 @@ export interface operations {
|
|
|
14110
14113
|
condition_rating?: string;
|
|
14111
14114
|
/** @example Et animi quos velit et fugiat. */
|
|
14112
14115
|
summary?: string;
|
|
14113
|
-
/** @example 02 Aug 2026,
|
|
14116
|
+
/** @example 02 Aug 2026, 01:15 AM */
|
|
14114
14117
|
next_inspection_date?: string;
|
|
14115
|
-
/** @example 30 Apr 2026, 05:
|
|
14118
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14116
14119
|
created_at?: string;
|
|
14117
|
-
/** @example 30 Apr 2026, 05:
|
|
14120
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14118
14121
|
updated_at?: string;
|
|
14119
14122
|
};
|
|
14120
14123
|
};
|
|
@@ -14151,13 +14154,13 @@ export interface operations {
|
|
|
14151
14154
|
content: {
|
|
14152
14155
|
"application/json": {
|
|
14153
14156
|
data?: {
|
|
14154
|
-
/** @example
|
|
14157
|
+
/** @example 29dad24f-86a9-4d41-9c4f-096afe53f741 */
|
|
14155
14158
|
uid?: string;
|
|
14156
14159
|
/** @example follow_up */
|
|
14157
14160
|
inspection_type?: string;
|
|
14158
14161
|
/** @example cancelled */
|
|
14159
14162
|
status?: string;
|
|
14160
|
-
/** @example 05 May 2026, 07:
|
|
14163
|
+
/** @example 05 May 2026, 07:54 PM */
|
|
14161
14164
|
scheduled_date?: string;
|
|
14162
14165
|
/** @example null */
|
|
14163
14166
|
completed_date?: string | null;
|
|
@@ -14165,11 +14168,11 @@ export interface operations {
|
|
|
14165
14168
|
condition_rating?: string;
|
|
14166
14169
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14167
14170
|
summary?: string;
|
|
14168
|
-
/** @example 28 Jun 2026, 04:
|
|
14171
|
+
/** @example 28 Jun 2026, 04:43 PM */
|
|
14169
14172
|
next_inspection_date?: string;
|
|
14170
|
-
/** @example 30 Apr 2026, 05:
|
|
14173
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14171
14174
|
created_at?: string;
|
|
14172
|
-
/** @example 30 Apr 2026, 05:
|
|
14175
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14173
14176
|
updated_at?: string;
|
|
14174
14177
|
};
|
|
14175
14178
|
};
|
|
@@ -14206,13 +14209,13 @@ export interface operations {
|
|
|
14206
14209
|
content: {
|
|
14207
14210
|
"application/json": {
|
|
14208
14211
|
data?: {
|
|
14209
|
-
/** @example
|
|
14212
|
+
/** @example 4ff41588-9124-4fe2-8205-1668d846396e */
|
|
14210
14213
|
uid?: string;
|
|
14211
14214
|
/** @example follow_up */
|
|
14212
14215
|
inspection_type?: string;
|
|
14213
14216
|
/** @example cancelled */
|
|
14214
14217
|
status?: string;
|
|
14215
|
-
/** @example 23 Apr 2026,
|
|
14218
|
+
/** @example 23 Apr 2026, 05:21 PM */
|
|
14216
14219
|
scheduled_date?: string;
|
|
14217
14220
|
/** @example null */
|
|
14218
14221
|
completed_date?: string | null;
|
|
@@ -14220,11 +14223,11 @@ export interface operations {
|
|
|
14220
14223
|
condition_rating?: string;
|
|
14221
14224
|
/** @example Et animi quos velit et fugiat. */
|
|
14222
14225
|
summary?: string;
|
|
14223
|
-
/** @example 02 Aug 2026,
|
|
14226
|
+
/** @example 02 Aug 2026, 01:15 AM */
|
|
14224
14227
|
next_inspection_date?: string;
|
|
14225
|
-
/** @example 30 Apr 2026, 05:
|
|
14228
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14226
14229
|
created_at?: string;
|
|
14227
|
-
/** @example 30 Apr 2026, 05:
|
|
14230
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14228
14231
|
updated_at?: string;
|
|
14229
14232
|
};
|
|
14230
14233
|
};
|
|
@@ -14351,7 +14354,7 @@ export interface operations {
|
|
|
14351
14354
|
};
|
|
14352
14355
|
} | {
|
|
14353
14356
|
data?: {
|
|
14354
|
-
/** @example
|
|
14357
|
+
/** @example 948692e5-fe68-42a9-ac98-d00f797d0ec5 */
|
|
14355
14358
|
uid?: string;
|
|
14356
14359
|
/** @example 1 */
|
|
14357
14360
|
tenancy_id?: number;
|
|
@@ -14363,17 +14366,17 @@ export interface operations {
|
|
|
14363
14366
|
status?: string;
|
|
14364
14367
|
/** @example low */
|
|
14365
14368
|
priority?: string;
|
|
14366
|
-
/** @example 28 Apr 2026,
|
|
14369
|
+
/** @example 28 Apr 2026, 07:25 PM */
|
|
14367
14370
|
reported_at?: string;
|
|
14368
14371
|
/** @example null */
|
|
14369
14372
|
assigned_at?: string | null;
|
|
14370
14373
|
/** @example null */
|
|
14371
14374
|
completed_at?: string | null;
|
|
14372
|
-
/** @example 01 May 2026, 03:
|
|
14375
|
+
/** @example 01 May 2026, 03:49 PM */
|
|
14373
14376
|
sla_deadline?: string;
|
|
14374
|
-
/** @example 30 Apr 2026, 05:
|
|
14377
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14375
14378
|
created_at?: string;
|
|
14376
|
-
/** @example 30 Apr 2026, 05:
|
|
14379
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14377
14380
|
updated_at?: string;
|
|
14378
14381
|
};
|
|
14379
14382
|
};
|
|
@@ -14410,7 +14413,7 @@ export interface operations {
|
|
|
14410
14413
|
content: {
|
|
14411
14414
|
"application/json": {
|
|
14412
14415
|
data?: {
|
|
14413
|
-
/** @example
|
|
14416
|
+
/** @example 66f332f7-1791-43ea-bc6f-0640e28e6e91 */
|
|
14414
14417
|
uid?: string;
|
|
14415
14418
|
/** @example 1 */
|
|
14416
14419
|
tenancy_id?: number;
|
|
@@ -14422,17 +14425,17 @@ export interface operations {
|
|
|
14422
14425
|
status?: string;
|
|
14423
14426
|
/** @example low */
|
|
14424
14427
|
priority?: string;
|
|
14425
|
-
/** @example 28 Apr 2026,
|
|
14428
|
+
/** @example 28 Apr 2026, 07:25 PM */
|
|
14426
14429
|
reported_at?: string;
|
|
14427
14430
|
/** @example null */
|
|
14428
14431
|
assigned_at?: string | null;
|
|
14429
14432
|
/** @example null */
|
|
14430
14433
|
completed_at?: string | null;
|
|
14431
|
-
/** @example 01 May 2026, 03:
|
|
14434
|
+
/** @example 01 May 2026, 03:49 PM */
|
|
14432
14435
|
sla_deadline?: string;
|
|
14433
|
-
/** @example 30 Apr 2026, 05:
|
|
14436
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14434
14437
|
created_at?: string;
|
|
14435
|
-
/** @example 30 Apr 2026, 05:
|
|
14438
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14436
14439
|
updated_at?: string;
|
|
14437
14440
|
};
|
|
14438
14441
|
};
|
|
@@ -14469,7 +14472,7 @@ export interface operations {
|
|
|
14469
14472
|
content: {
|
|
14470
14473
|
"application/json": {
|
|
14471
14474
|
data?: {
|
|
14472
|
-
/** @example
|
|
14475
|
+
/** @example 17e45f6f-24ba-4772-82b2-9821ec57208c */
|
|
14473
14476
|
uid?: string;
|
|
14474
14477
|
/** @example 1 */
|
|
14475
14478
|
tenancy_id?: number;
|
|
@@ -14481,17 +14484,17 @@ export interface operations {
|
|
|
14481
14484
|
status?: string;
|
|
14482
14485
|
/** @example emergency */
|
|
14483
14486
|
priority?: string;
|
|
14484
|
-
/** @example 23 Apr 2026,
|
|
14487
|
+
/** @example 23 Apr 2026, 05:10 PM */
|
|
14485
14488
|
reported_at?: string;
|
|
14486
|
-
/** @example 28 Apr 2026,
|
|
14489
|
+
/** @example 28 Apr 2026, 01:30 PM */
|
|
14487
14490
|
assigned_at?: string;
|
|
14488
14491
|
/** @example null */
|
|
14489
14492
|
completed_at?: string | null;
|
|
14490
|
-
/** @example 01 May 2026, 06:
|
|
14493
|
+
/** @example 01 May 2026, 06:52 PM */
|
|
14491
14494
|
sla_deadline?: string;
|
|
14492
|
-
/** @example 30 Apr 2026, 05:
|
|
14495
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14493
14496
|
created_at?: string;
|
|
14494
|
-
/** @example 30 Apr 2026, 05:
|
|
14497
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14495
14498
|
updated_at?: string;
|
|
14496
14499
|
};
|
|
14497
14500
|
};
|
|
@@ -14528,7 +14531,7 @@ export interface operations {
|
|
|
14528
14531
|
content: {
|
|
14529
14532
|
"application/json": {
|
|
14530
14533
|
data?: {
|
|
14531
|
-
/** @example
|
|
14534
|
+
/** @example bcf96ce4-fd9e-4391-9fd2-c451bb1e161d */
|
|
14532
14535
|
uid?: string;
|
|
14533
14536
|
/** @example 1 */
|
|
14534
14537
|
tenancy_id?: number;
|
|
@@ -14540,17 +14543,17 @@ export interface operations {
|
|
|
14540
14543
|
status?: string;
|
|
14541
14544
|
/** @example emergency */
|
|
14542
14545
|
priority?: string;
|
|
14543
|
-
/** @example 23 Apr 2026,
|
|
14546
|
+
/** @example 23 Apr 2026, 05:10 PM */
|
|
14544
14547
|
reported_at?: string;
|
|
14545
|
-
/** @example 28 Apr 2026,
|
|
14548
|
+
/** @example 28 Apr 2026, 01:30 PM */
|
|
14546
14549
|
assigned_at?: string;
|
|
14547
14550
|
/** @example null */
|
|
14548
14551
|
completed_at?: string | null;
|
|
14549
|
-
/** @example 01 May 2026, 06:
|
|
14552
|
+
/** @example 01 May 2026, 06:52 PM */
|
|
14550
14553
|
sla_deadline?: string;
|
|
14551
|
-
/** @example 30 Apr 2026, 05:
|
|
14554
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14552
14555
|
created_at?: string;
|
|
14553
|
-
/** @example 30 Apr 2026, 05:
|
|
14556
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14554
14557
|
updated_at?: string;
|
|
14555
14558
|
};
|
|
14556
14559
|
};
|
|
@@ -14587,7 +14590,7 @@ export interface operations {
|
|
|
14587
14590
|
content: {
|
|
14588
14591
|
"application/json": {
|
|
14589
14592
|
data?: {
|
|
14590
|
-
/** @example
|
|
14593
|
+
/** @example 7bd35afe-e6fc-4003-ac40-6d5af97c2646 */
|
|
14591
14594
|
uid?: string;
|
|
14592
14595
|
/** @example 1 */
|
|
14593
14596
|
tenancy_id?: number;
|
|
@@ -14599,17 +14602,17 @@ export interface operations {
|
|
|
14599
14602
|
status?: string;
|
|
14600
14603
|
/** @example emergency */
|
|
14601
14604
|
priority?: string;
|
|
14602
|
-
/** @example 23 Apr 2026,
|
|
14605
|
+
/** @example 23 Apr 2026, 05:10 PM */
|
|
14603
14606
|
reported_at?: string;
|
|
14604
|
-
/** @example 28 Apr 2026,
|
|
14607
|
+
/** @example 28 Apr 2026, 01:30 PM */
|
|
14605
14608
|
assigned_at?: string;
|
|
14606
14609
|
/** @example null */
|
|
14607
14610
|
completed_at?: string | null;
|
|
14608
|
-
/** @example 01 May 2026, 06:
|
|
14611
|
+
/** @example 01 May 2026, 06:52 PM */
|
|
14609
14612
|
sla_deadline?: string;
|
|
14610
|
-
/** @example 30 Apr 2026, 05:
|
|
14613
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14611
14614
|
created_at?: string;
|
|
14612
|
-
/** @example 30 Apr 2026, 05:
|
|
14615
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
14613
14616
|
updated_at?: string;
|
|
14614
14617
|
};
|
|
14615
14618
|
};
|
|
@@ -15309,8 +15312,10 @@ export interface operations {
|
|
|
15309
15312
|
content: {
|
|
15310
15313
|
"application/json": {
|
|
15311
15314
|
data?: {
|
|
15312
|
-
/** @example
|
|
15315
|
+
/** @example 448 */
|
|
15313
15316
|
id?: number;
|
|
15317
|
+
/** @example APT-20260430-IEYFB5 */
|
|
15318
|
+
appointment_ref?: string;
|
|
15314
15319
|
/** @example 2 */
|
|
15315
15320
|
listing_id?: number;
|
|
15316
15321
|
listing?: {
|
|
@@ -15365,7 +15370,7 @@ export interface operations {
|
|
|
15365
15370
|
/** @example dogunfx */
|
|
15366
15371
|
name?: string;
|
|
15367
15372
|
};
|
|
15368
|
-
/** @example 2026-04-30T05:
|
|
15373
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
15369
15374
|
created_at?: string;
|
|
15370
15375
|
};
|
|
15371
15376
|
};
|
|
@@ -15392,8 +15397,10 @@ export interface operations {
|
|
|
15392
15397
|
content: {
|
|
15393
15398
|
"application/json": {
|
|
15394
15399
|
data?: {
|
|
15395
|
-
/** @example
|
|
15400
|
+
/** @example 449 */
|
|
15396
15401
|
id?: number;
|
|
15402
|
+
/** @example APT-20260430-ORUFXR */
|
|
15403
|
+
appointment_ref?: string;
|
|
15397
15404
|
/** @example 2 */
|
|
15398
15405
|
listing_id?: number;
|
|
15399
15406
|
listing?: {
|
|
@@ -15448,7 +15455,7 @@ export interface operations {
|
|
|
15448
15455
|
/** @example dogunfx */
|
|
15449
15456
|
name?: string;
|
|
15450
15457
|
};
|
|
15451
|
-
/** @example 2026-04-30T05:
|
|
15458
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
15452
15459
|
created_at?: string;
|
|
15453
15460
|
};
|
|
15454
15461
|
};
|
|
@@ -15755,8 +15762,10 @@ export interface operations {
|
|
|
15755
15762
|
content: {
|
|
15756
15763
|
"application/json": {
|
|
15757
15764
|
data?: {
|
|
15758
|
-
/** @example
|
|
15765
|
+
/** @example 450 */
|
|
15759
15766
|
id?: number;
|
|
15767
|
+
/** @example APT-20260430-U9KDCD */
|
|
15768
|
+
appointment_ref?: string;
|
|
15760
15769
|
/** @example 2 */
|
|
15761
15770
|
listing_id?: number;
|
|
15762
15771
|
listing?: {
|
|
@@ -15811,7 +15820,7 @@ export interface operations {
|
|
|
15811
15820
|
/** @example dogunfx */
|
|
15812
15821
|
name?: string;
|
|
15813
15822
|
};
|
|
15814
|
-
/** @example 2026-04-30T05:
|
|
15823
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
15815
15824
|
created_at?: string;
|
|
15816
15825
|
};
|
|
15817
15826
|
};
|
|
@@ -15838,8 +15847,10 @@ export interface operations {
|
|
|
15838
15847
|
content: {
|
|
15839
15848
|
"application/json": {
|
|
15840
15849
|
data?: {
|
|
15841
|
-
/** @example
|
|
15850
|
+
/** @example 451 */
|
|
15842
15851
|
id?: number;
|
|
15852
|
+
/** @example APT-20260430-CFPTHU */
|
|
15853
|
+
appointment_ref?: string;
|
|
15843
15854
|
/** @example 2 */
|
|
15844
15855
|
listing_id?: number;
|
|
15845
15856
|
listing?: {
|
|
@@ -15894,7 +15905,7 @@ export interface operations {
|
|
|
15894
15905
|
/** @example dogunfx */
|
|
15895
15906
|
name?: string;
|
|
15896
15907
|
};
|
|
15897
|
-
/** @example 2026-04-30T05:
|
|
15908
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
15898
15909
|
created_at?: string;
|
|
15899
15910
|
};
|
|
15900
15911
|
};
|
|
@@ -15921,8 +15932,10 @@ export interface operations {
|
|
|
15921
15932
|
content: {
|
|
15922
15933
|
"application/json": {
|
|
15923
15934
|
data?: {
|
|
15924
|
-
/** @example
|
|
15935
|
+
/** @example 452 */
|
|
15925
15936
|
id?: number;
|
|
15937
|
+
/** @example APT-20260430-BERCIA */
|
|
15938
|
+
appointment_ref?: string;
|
|
15926
15939
|
/** @example 2 */
|
|
15927
15940
|
listing_id?: number;
|
|
15928
15941
|
listing?: {
|
|
@@ -15977,7 +15990,7 @@ export interface operations {
|
|
|
15977
15990
|
/** @example dogunfx */
|
|
15978
15991
|
name?: string;
|
|
15979
15992
|
};
|
|
15980
|
-
/** @example 2026-04-30T05:
|
|
15993
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
15981
15994
|
created_at?: string;
|
|
15982
15995
|
};
|
|
15983
15996
|
};
|
|
@@ -16361,28 +16374,30 @@ export interface operations {
|
|
|
16361
16374
|
/** @example null */
|
|
16362
16375
|
event?: string | null;
|
|
16363
16376
|
data?: {
|
|
16364
|
-
/** @example
|
|
16365
|
-
id?:
|
|
16366
|
-
/** @example
|
|
16367
|
-
|
|
16368
|
-
/** @example
|
|
16369
|
-
|
|
16370
|
-
/** @example
|
|
16371
|
-
|
|
16372
|
-
/** @example
|
|
16373
|
-
|
|
16374
|
-
/** @example
|
|
16375
|
-
|
|
16376
|
-
/** @example
|
|
16377
|
-
|
|
16378
|
-
/** @example
|
|
16379
|
-
|
|
16380
|
-
/** @example
|
|
16381
|
-
|
|
16382
|
-
/** @example
|
|
16383
|
-
|
|
16384
|
-
/** @example
|
|
16385
|
-
|
|
16377
|
+
/** @example 12 */
|
|
16378
|
+
id?: number;
|
|
16379
|
+
/** @example BKG-20260430-ABC123 */
|
|
16380
|
+
booking_ref?: string;
|
|
16381
|
+
/** @example 32 */
|
|
16382
|
+
listing_id?: number;
|
|
16383
|
+
/** @example 9 */
|
|
16384
|
+
guest_id?: number;
|
|
16385
|
+
/** @example 5 */
|
|
16386
|
+
host_id?: number;
|
|
16387
|
+
/** @example 2 */
|
|
16388
|
+
guest_count?: number;
|
|
16389
|
+
/** @example 2026-06-10T00:00:00.000000Z */
|
|
16390
|
+
start_date?: string;
|
|
16391
|
+
/** @example 2026-06-14T00:00:00.000000Z */
|
|
16392
|
+
end_date?: string;
|
|
16393
|
+
/** @example 4 */
|
|
16394
|
+
nights?: number;
|
|
16395
|
+
/** @example 450.00 */
|
|
16396
|
+
price_total?: string;
|
|
16397
|
+
/** @example pending */
|
|
16398
|
+
status?: string;
|
|
16399
|
+
/** @example 2026-04-30T00:00:00.000000Z */
|
|
16400
|
+
created_at?: string;
|
|
16386
16401
|
};
|
|
16387
16402
|
};
|
|
16388
16403
|
};
|
|
@@ -16395,7 +16410,7 @@ export interface operations {
|
|
|
16395
16410
|
header?: never;
|
|
16396
16411
|
path: {
|
|
16397
16412
|
/** @description The ID of the booking. */
|
|
16398
|
-
booking_id:
|
|
16413
|
+
booking_id: string;
|
|
16399
16414
|
};
|
|
16400
16415
|
cookie?: never;
|
|
16401
16416
|
};
|
|
@@ -16416,6 +16431,8 @@ export interface operations {
|
|
|
16416
16431
|
/** @example null */
|
|
16417
16432
|
id?: string | null;
|
|
16418
16433
|
/** @example null */
|
|
16434
|
+
booking_ref?: string | null;
|
|
16435
|
+
/** @example null */
|
|
16419
16436
|
listing_id?: string | null;
|
|
16420
16437
|
/** @example null */
|
|
16421
16438
|
guest_id?: string | null;
|
|
@@ -16468,6 +16485,8 @@ export interface operations {
|
|
|
16468
16485
|
/** @example null */
|
|
16469
16486
|
id?: string | null;
|
|
16470
16487
|
/** @example null */
|
|
16488
|
+
booking_ref?: string | null;
|
|
16489
|
+
/** @example null */
|
|
16471
16490
|
listing_id?: string | null;
|
|
16472
16491
|
/** @example null */
|
|
16473
16492
|
guest_id?: string | null;
|
|
@@ -16520,6 +16539,8 @@ export interface operations {
|
|
|
16520
16539
|
/** @example null */
|
|
16521
16540
|
id?: string | null;
|
|
16522
16541
|
/** @example null */
|
|
16542
|
+
booking_ref?: string | null;
|
|
16543
|
+
/** @example null */
|
|
16523
16544
|
listing_id?: string | null;
|
|
16524
16545
|
/** @example null */
|
|
16525
16546
|
guest_id?: string | null;
|
|
@@ -16994,7 +17015,7 @@ export interface operations {
|
|
|
16994
17015
|
content: {
|
|
16995
17016
|
"application/json": {
|
|
16996
17017
|
data?: {
|
|
16997
|
-
/** @example
|
|
17018
|
+
/** @example 255e90cb-4a38-40ac-aee3-e0486b9ae8cd */
|
|
16998
17019
|
uid?: string;
|
|
16999
17020
|
/** @example Ms. Audra Crooks II */
|
|
17000
17021
|
username?: string;
|
|
@@ -17024,9 +17045,9 @@ export interface operations {
|
|
|
17024
17045
|
timezone?: string;
|
|
17025
17046
|
/** @example Customer */
|
|
17026
17047
|
user_type?: string;
|
|
17027
|
-
/** @example 30 Apr 2026, 05:
|
|
17048
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
17028
17049
|
created?: string;
|
|
17029
|
-
/** @example
|
|
17050
|
+
/** @example 0 seconds ago */
|
|
17030
17051
|
email_verified_at?: string;
|
|
17031
17052
|
verification_status?: {
|
|
17032
17053
|
/** @example not_verified */
|
|
@@ -17493,7 +17514,7 @@ export interface operations {
|
|
|
17493
17514
|
content: {
|
|
17494
17515
|
"application/json": {
|
|
17495
17516
|
data?: {
|
|
17496
|
-
/** @example
|
|
17517
|
+
/** @example 54494dac-b280-41a8-8ac7-21301a574d4e */
|
|
17497
17518
|
uid?: string;
|
|
17498
17519
|
/** @example Ms. Audra Crooks II */
|
|
17499
17520
|
username?: string;
|
|
@@ -17523,7 +17544,7 @@ export interface operations {
|
|
|
17523
17544
|
timezone?: string;
|
|
17524
17545
|
/** @example Customer */
|
|
17525
17546
|
user_type?: string;
|
|
17526
|
-
/** @example 30 Apr 2026, 05:
|
|
17547
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
17527
17548
|
created?: string;
|
|
17528
17549
|
/** @example 0 seconds ago */
|
|
17529
17550
|
email_verified_at?: string;
|
|
@@ -17643,6 +17664,7 @@ export interface operations {
|
|
|
17643
17664
|
* @example [
|
|
17644
17665
|
* {
|
|
17645
17666
|
* "id": 12,
|
|
17667
|
+
* "booking_ref": "BKG-20260430-ABC123",
|
|
17646
17668
|
* "listing": {
|
|
17647
17669
|
* "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
17648
17670
|
* "cover": {
|
|
@@ -17679,6 +17701,8 @@ export interface operations {
|
|
|
17679
17701
|
items?: {
|
|
17680
17702
|
/** @example 12 */
|
|
17681
17703
|
id?: number;
|
|
17704
|
+
/** @example BKG-20260430-ABC123 */
|
|
17705
|
+
booking_ref?: string;
|
|
17682
17706
|
listing?: {
|
|
17683
17707
|
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
17684
17708
|
listing_uid?: string;
|
|
@@ -17789,11 +17813,11 @@ export interface operations {
|
|
|
17789
17813
|
content: {
|
|
17790
17814
|
"application/json": {
|
|
17791
17815
|
data?: {
|
|
17792
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
17816
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
17793
17817
|
draft_name?: string;
|
|
17794
|
-
/** @example LST-PRP-LTR-
|
|
17818
|
+
/** @example LST-PRP-LTR-MOL2MR7OBCE */
|
|
17795
17819
|
sku?: string;
|
|
17796
|
-
/** @example
|
|
17820
|
+
/** @example 0ad081f9-fc42-42b2-a148-4799e274ebc8 */
|
|
17797
17821
|
uid?: string;
|
|
17798
17822
|
/** @example Rent */
|
|
17799
17823
|
listing_type?: string;
|
|
@@ -17917,9 +17941,9 @@ export interface operations {
|
|
|
17917
17941
|
/**
|
|
17918
17942
|
* @example [
|
|
17919
17943
|
* {
|
|
17920
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:
|
|
17921
|
-
* "sku": "LST-PRP-LTR-
|
|
17922
|
-
* "uid": "
|
|
17944
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:56 AM",
|
|
17945
|
+
* "sku": "LST-PRP-LTR-MOL2MRA7EPE",
|
|
17946
|
+
* "uid": "97645d0e-81f1-42b9-ba7f-1c2f3c4a15ad",
|
|
17923
17947
|
* "listing_type": "Rent",
|
|
17924
17948
|
* "vertical": "Property",
|
|
17925
17949
|
* "arrangement_type": "let_to_let",
|
|
@@ -17936,9 +17960,9 @@ export interface operations {
|
|
|
17936
17960
|
* "media": []
|
|
17937
17961
|
* },
|
|
17938
17962
|
* {
|
|
17939
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:
|
|
17940
|
-
* "sku": "LST-PRP-SHL-
|
|
17941
|
-
* "uid": "
|
|
17963
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:56 AM",
|
|
17964
|
+
* "sku": "LST-PRP-SHL-MOL2MRAA7EN",
|
|
17965
|
+
* "uid": "60a5b904-410a-42a3-b4c4-ff366141e45d",
|
|
17942
17966
|
* "listing_type": "Short Let",
|
|
17943
17967
|
* "vertical": "Property",
|
|
17944
17968
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17957,11 +17981,11 @@ export interface operations {
|
|
|
17957
17981
|
* ]
|
|
17958
17982
|
*/
|
|
17959
17983
|
data?: {
|
|
17960
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
17984
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
17961
17985
|
draft_name?: string;
|
|
17962
|
-
/** @example LST-PRP-LTR-
|
|
17986
|
+
/** @example LST-PRP-LTR-MOL2MRA7EPE */
|
|
17963
17987
|
sku?: string;
|
|
17964
|
-
/** @example
|
|
17988
|
+
/** @example 97645d0e-81f1-42b9-ba7f-1c2f3c4a15ad */
|
|
17965
17989
|
uid?: string;
|
|
17966
17990
|
/** @example Rent */
|
|
17967
17991
|
listing_type?: string;
|
|
@@ -18071,9 +18095,9 @@ export interface operations {
|
|
|
18071
18095
|
/**
|
|
18072
18096
|
* @example [
|
|
18073
18097
|
* {
|
|
18074
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:
|
|
18075
|
-
* "sku": "LST-PRP-LTR-
|
|
18076
|
-
* "uid": "
|
|
18098
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 5:56 AM",
|
|
18099
|
+
* "sku": "LST-PRP-LTR-MOL2MRAKVIE",
|
|
18100
|
+
* "uid": "8db7d703-1a11-49b4-acb9-73e88fe2072d",
|
|
18077
18101
|
* "listing_type": "Rent",
|
|
18078
18102
|
* "vertical": "Property",
|
|
18079
18103
|
* "arrangement_type": "let_to_let",
|
|
@@ -18090,9 +18114,9 @@ export interface operations {
|
|
|
18090
18114
|
* "media": []
|
|
18091
18115
|
* },
|
|
18092
18116
|
* {
|
|
18093
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:
|
|
18094
|
-
* "sku": "LST-PRP-SHL-
|
|
18095
|
-
* "uid": "
|
|
18117
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 5:56 AM",
|
|
18118
|
+
* "sku": "LST-PRP-SHL-MOL2MRANEO0",
|
|
18119
|
+
* "uid": "0146ea96-7066-4b54-8034-b1ea62956666",
|
|
18096
18120
|
* "listing_type": "Short Let",
|
|
18097
18121
|
* "vertical": "Property",
|
|
18098
18122
|
* "arrangement_type": "short_term_managed",
|
|
@@ -18111,11 +18135,11 @@ export interface operations {
|
|
|
18111
18135
|
* ]
|
|
18112
18136
|
*/
|
|
18113
18137
|
data?: {
|
|
18114
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
18138
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
18115
18139
|
draft_name?: string;
|
|
18116
|
-
/** @example LST-PRP-LTR-
|
|
18140
|
+
/** @example LST-PRP-LTR-MOL2MRAKVIE */
|
|
18117
18141
|
sku?: string;
|
|
18118
|
-
/** @example
|
|
18142
|
+
/** @example 8db7d703-1a11-49b4-acb9-73e88fe2072d */
|
|
18119
18143
|
uid?: string;
|
|
18120
18144
|
/** @example Rent */
|
|
18121
18145
|
listing_type?: string;
|
|
@@ -19364,7 +19388,7 @@ export interface operations {
|
|
|
19364
19388
|
content: {
|
|
19365
19389
|
"application/json": {
|
|
19366
19390
|
data?: {
|
|
19367
|
-
/** @example
|
|
19391
|
+
/** @example d488ce9f-31c2-4059-a7e9-3de77ba8183d */
|
|
19368
19392
|
uid?: string;
|
|
19369
19393
|
/** @example photo */
|
|
19370
19394
|
media_type?: string;
|
|
@@ -19513,11 +19537,11 @@ export interface operations {
|
|
|
19513
19537
|
content: {
|
|
19514
19538
|
"application/json": {
|
|
19515
19539
|
data?: {
|
|
19516
|
-
/** @example New For Rent Property draft • 30 Apr 2026, 5:
|
|
19540
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 5:56 AM */
|
|
19517
19541
|
draft_name?: string;
|
|
19518
|
-
/** @example LST-PRP-LTR-
|
|
19542
|
+
/** @example LST-PRP-LTR-MOL2MRE3D6P */
|
|
19519
19543
|
sku?: string;
|
|
19520
|
-
/** @example
|
|
19544
|
+
/** @example 0dd99924-5741-4b82-994d-4f4d60e9ad6d */
|
|
19521
19545
|
uid?: string;
|
|
19522
19546
|
/** @example Rent */
|
|
19523
19547
|
listing_type?: string;
|
|
@@ -19677,7 +19701,7 @@ export interface operations {
|
|
|
19677
19701
|
content: {
|
|
19678
19702
|
"application/json": {
|
|
19679
19703
|
data?: {
|
|
19680
|
-
/** @example
|
|
19704
|
+
/** @example 0b9b047f-3c34-4060-b246-fe1e1d24b3e2 */
|
|
19681
19705
|
uid?: string;
|
|
19682
19706
|
/** @example null */
|
|
19683
19707
|
compliances?: string | null;
|
|
@@ -19728,7 +19752,7 @@ export interface operations {
|
|
|
19728
19752
|
content: {
|
|
19729
19753
|
"application/json": {
|
|
19730
19754
|
data?: {
|
|
19731
|
-
/** @example
|
|
19755
|
+
/** @example 157 */
|
|
19732
19756
|
id?: number;
|
|
19733
19757
|
compliance?: {
|
|
19734
19758
|
/** @example 1 */
|
|
@@ -19750,7 +19774,7 @@ export interface operations {
|
|
|
19750
19774
|
reviewed_by?: number;
|
|
19751
19775
|
/** @example null */
|
|
19752
19776
|
reviewed_at?: string | null;
|
|
19753
|
-
/** @example 2026-04-30T05:
|
|
19777
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
19754
19778
|
created_at?: string;
|
|
19755
19779
|
};
|
|
19756
19780
|
};
|
|
@@ -19805,7 +19829,7 @@ export interface operations {
|
|
|
19805
19829
|
/**
|
|
19806
19830
|
* @example [
|
|
19807
19831
|
* {
|
|
19808
|
-
* "uid": "
|
|
19832
|
+
* "uid": "23fd205e-8cf0-45ff-959c-7d2c167596f7",
|
|
19809
19833
|
* "listing_id": 1,
|
|
19810
19834
|
* "landlord_id": 2,
|
|
19811
19835
|
* "tenant_id": 2,
|
|
@@ -19817,10 +19841,10 @@ export interface operations {
|
|
|
19817
19841
|
* "is_periodic": false,
|
|
19818
19842
|
* "company_name": null,
|
|
19819
19843
|
* "company_registration_number": null,
|
|
19820
|
-
* "created_at": "2026-04-30T05:
|
|
19844
|
+
* "created_at": "2026-04-30T05:56:37.000000Z"
|
|
19821
19845
|
* },
|
|
19822
19846
|
* {
|
|
19823
|
-
* "uid": "
|
|
19847
|
+
* "uid": "c64e199d-7c5b-4a9b-81db-51e3911a8414",
|
|
19824
19848
|
* "listing_id": 1,
|
|
19825
19849
|
* "landlord_id": 2,
|
|
19826
19850
|
* "tenant_id": 2,
|
|
@@ -19832,12 +19856,12 @@ export interface operations {
|
|
|
19832
19856
|
* "is_periodic": false,
|
|
19833
19857
|
* "company_name": null,
|
|
19834
19858
|
* "company_registration_number": null,
|
|
19835
|
-
* "created_at": "2026-04-30T05:
|
|
19859
|
+
* "created_at": "2026-04-30T05:56:37.000000Z"
|
|
19836
19860
|
* }
|
|
19837
19861
|
* ]
|
|
19838
19862
|
*/
|
|
19839
19863
|
data?: {
|
|
19840
|
-
/** @example
|
|
19864
|
+
/** @example 23fd205e-8cf0-45ff-959c-7d2c167596f7 */
|
|
19841
19865
|
uid?: string;
|
|
19842
19866
|
/** @example 1 */
|
|
19843
19867
|
listing_id?: number;
|
|
@@ -19861,7 +19885,7 @@ export interface operations {
|
|
|
19861
19885
|
company_name?: string | null;
|
|
19862
19886
|
/** @example null */
|
|
19863
19887
|
company_registration_number?: string | null;
|
|
19864
|
-
/** @example 2026-04-30T05:
|
|
19888
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
19865
19889
|
created_at?: string;
|
|
19866
19890
|
}[];
|
|
19867
19891
|
links?: {
|
|
@@ -19948,7 +19972,7 @@ export interface operations {
|
|
|
19948
19972
|
/**
|
|
19949
19973
|
* @example [
|
|
19950
19974
|
* {
|
|
19951
|
-
* "uid": "
|
|
19975
|
+
* "uid": "099e45c1-864e-40bf-a181-7d000ef55b9b",
|
|
19952
19976
|
* "listing_id": 1,
|
|
19953
19977
|
* "landlord_id": 2,
|
|
19954
19978
|
* "tenant_id": 2,
|
|
@@ -19960,10 +19984,10 @@ export interface operations {
|
|
|
19960
19984
|
* "is_periodic": false,
|
|
19961
19985
|
* "company_name": null,
|
|
19962
19986
|
* "company_registration_number": null,
|
|
19963
|
-
* "created_at": "2026-04-30T05:
|
|
19987
|
+
* "created_at": "2026-04-30T05:56:37.000000Z"
|
|
19964
19988
|
* },
|
|
19965
19989
|
* {
|
|
19966
|
-
* "uid": "
|
|
19990
|
+
* "uid": "5b09e356-2b7e-442d-8797-14c0623024f9",
|
|
19967
19991
|
* "listing_id": 1,
|
|
19968
19992
|
* "landlord_id": 2,
|
|
19969
19993
|
* "tenant_id": 2,
|
|
@@ -19975,12 +19999,12 @@ export interface operations {
|
|
|
19975
19999
|
* "is_periodic": false,
|
|
19976
20000
|
* "company_name": null,
|
|
19977
20001
|
* "company_registration_number": null,
|
|
19978
|
-
* "created_at": "2026-04-30T05:
|
|
20002
|
+
* "created_at": "2026-04-30T05:56:37.000000Z"
|
|
19979
20003
|
* }
|
|
19980
20004
|
* ]
|
|
19981
20005
|
*/
|
|
19982
20006
|
data?: {
|
|
19983
|
-
/** @example
|
|
20007
|
+
/** @example 099e45c1-864e-40bf-a181-7d000ef55b9b */
|
|
19984
20008
|
uid?: string;
|
|
19985
20009
|
/** @example 1 */
|
|
19986
20010
|
listing_id?: number;
|
|
@@ -20004,7 +20028,7 @@ export interface operations {
|
|
|
20004
20028
|
company_name?: string | null;
|
|
20005
20029
|
/** @example null */
|
|
20006
20030
|
company_registration_number?: string | null;
|
|
20007
|
-
/** @example 2026-04-30T05:
|
|
20031
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
20008
20032
|
created_at?: string;
|
|
20009
20033
|
}[];
|
|
20010
20034
|
links?: {
|
|
@@ -20111,7 +20135,7 @@ export interface operations {
|
|
|
20111
20135
|
content: {
|
|
20112
20136
|
"application/json": {
|
|
20113
20137
|
data?: {
|
|
20114
|
-
/** @example
|
|
20138
|
+
/** @example 233 */
|
|
20115
20139
|
id?: number;
|
|
20116
20140
|
compliance?: {
|
|
20117
20141
|
/** @example 1 */
|
|
@@ -20131,9 +20155,9 @@ export interface operations {
|
|
|
20131
20155
|
rejection_reason?: string | null;
|
|
20132
20156
|
/** @example 1 */
|
|
20133
20157
|
reviewed_by?: number;
|
|
20134
|
-
/** @example 2026-04-30T05:
|
|
20158
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
20135
20159
|
reviewed_at?: string;
|
|
20136
|
-
/** @example 2026-04-30T05:
|
|
20160
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
20137
20161
|
created_at?: string;
|
|
20138
20162
|
};
|
|
20139
20163
|
};
|
|
@@ -20160,7 +20184,7 @@ export interface operations {
|
|
|
20160
20184
|
content: {
|
|
20161
20185
|
"application/json": {
|
|
20162
20186
|
data?: {
|
|
20163
|
-
/** @example
|
|
20187
|
+
/** @example 234 */
|
|
20164
20188
|
id?: number;
|
|
20165
20189
|
compliance?: {
|
|
20166
20190
|
/** @example 1 */
|
|
@@ -20180,9 +20204,9 @@ export interface operations {
|
|
|
20180
20204
|
rejection_reason?: string | null;
|
|
20181
20205
|
/** @example 1 */
|
|
20182
20206
|
reviewed_by?: number;
|
|
20183
|
-
/** @example 2026-04-30T05:
|
|
20207
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
20184
20208
|
reviewed_at?: string;
|
|
20185
|
-
/** @example 2026-04-30T05:
|
|
20209
|
+
/** @example 2026-04-30T05:56:37.000000Z */
|
|
20186
20210
|
created_at?: string;
|
|
20187
20211
|
};
|
|
20188
20212
|
};
|
|
@@ -21314,37 +21338,37 @@ export interface operations {
|
|
|
21314
21338
|
/**
|
|
21315
21339
|
* @example [
|
|
21316
21340
|
* {
|
|
21317
|
-
* "uid": "
|
|
21341
|
+
* "uid": "6cce02d2-0d17-48c0-9f08-61656c8d9df2",
|
|
21318
21342
|
* "tenancy_id": 1,
|
|
21319
21343
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
21320
21344
|
* "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.",
|
|
21321
21345
|
* "status": "reported",
|
|
21322
21346
|
* "priority": "emergency",
|
|
21323
|
-
* "reported_at": "23 Apr 2026,
|
|
21324
|
-
* "assigned_at": "28 Apr 2026,
|
|
21347
|
+
* "reported_at": "23 Apr 2026, 05:10 PM",
|
|
21348
|
+
* "assigned_at": "28 Apr 2026, 01:30 PM",
|
|
21325
21349
|
* "completed_at": null,
|
|
21326
|
-
* "sla_deadline": "01 May 2026, 06:
|
|
21327
|
-
* "created_at": "30 Apr 2026, 05:
|
|
21328
|
-
* "updated_at": "30 Apr 2026, 05:
|
|
21350
|
+
* "sla_deadline": "01 May 2026, 06:52 PM",
|
|
21351
|
+
* "created_at": "30 Apr 2026, 05:56 AM",
|
|
21352
|
+
* "updated_at": "30 Apr 2026, 05:56 AM"
|
|
21329
21353
|
* },
|
|
21330
21354
|
* {
|
|
21331
|
-
* "uid": "
|
|
21355
|
+
* "uid": "824a0779-a9b2-41e4-8672-30423fa6cff8",
|
|
21332
21356
|
* "tenancy_id": 1,
|
|
21333
21357
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
21334
21358
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
21335
21359
|
* "status": "completed",
|
|
21336
21360
|
* "priority": "normal",
|
|
21337
|
-
* "reported_at": "26 Apr 2026, 05:
|
|
21361
|
+
* "reported_at": "26 Apr 2026, 05:48 AM",
|
|
21338
21362
|
* "assigned_at": null,
|
|
21339
21363
|
* "completed_at": null,
|
|
21340
|
-
* "sla_deadline": "03 May 2026, 02:
|
|
21341
|
-
* "created_at": "30 Apr 2026, 05:
|
|
21342
|
-
* "updated_at": "30 Apr 2026, 05:
|
|
21364
|
+
* "sla_deadline": "03 May 2026, 02:52 AM",
|
|
21365
|
+
* "created_at": "30 Apr 2026, 05:56 AM",
|
|
21366
|
+
* "updated_at": "30 Apr 2026, 05:56 AM"
|
|
21343
21367
|
* }
|
|
21344
21368
|
* ]
|
|
21345
21369
|
*/
|
|
21346
21370
|
data?: {
|
|
21347
|
-
/** @example
|
|
21371
|
+
/** @example 6cce02d2-0d17-48c0-9f08-61656c8d9df2 */
|
|
21348
21372
|
uid?: string;
|
|
21349
21373
|
/** @example 1 */
|
|
21350
21374
|
tenancy_id?: number;
|
|
@@ -21356,17 +21380,17 @@ export interface operations {
|
|
|
21356
21380
|
status?: string;
|
|
21357
21381
|
/** @example emergency */
|
|
21358
21382
|
priority?: string;
|
|
21359
|
-
/** @example 23 Apr 2026,
|
|
21383
|
+
/** @example 23 Apr 2026, 05:10 PM */
|
|
21360
21384
|
reported_at?: string;
|
|
21361
|
-
/** @example 28 Apr 2026,
|
|
21385
|
+
/** @example 28 Apr 2026, 01:30 PM */
|
|
21362
21386
|
assigned_at?: string;
|
|
21363
21387
|
/** @example null */
|
|
21364
21388
|
completed_at?: string | null;
|
|
21365
|
-
/** @example 01 May 2026, 06:
|
|
21389
|
+
/** @example 01 May 2026, 06:52 PM */
|
|
21366
21390
|
sla_deadline?: string;
|
|
21367
|
-
/** @example 30 Apr 2026, 05:
|
|
21391
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
21368
21392
|
created_at?: string;
|
|
21369
|
-
/** @example 30 Apr 2026, 05:
|
|
21393
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
21370
21394
|
updated_at?: string;
|
|
21371
21395
|
}[];
|
|
21372
21396
|
links?: {
|
|
@@ -21482,13 +21506,13 @@ export interface operations {
|
|
|
21482
21506
|
};
|
|
21483
21507
|
} | {
|
|
21484
21508
|
data?: {
|
|
21485
|
-
/** @example
|
|
21509
|
+
/** @example 8b928f83-fede-4fdf-a5e9-c4e18d7f796e */
|
|
21486
21510
|
uid?: string;
|
|
21487
21511
|
/** @example image */
|
|
21488
21512
|
file_type?: string;
|
|
21489
21513
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
21490
21514
|
url?: string;
|
|
21491
|
-
/** @example 2026-04-30T05:
|
|
21515
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
21492
21516
|
created_at?: string;
|
|
21493
21517
|
};
|
|
21494
21518
|
};
|
|
@@ -21533,7 +21557,7 @@ export interface operations {
|
|
|
21533
21557
|
content: {
|
|
21534
21558
|
"application/json": {
|
|
21535
21559
|
data?: {
|
|
21536
|
-
/** @example
|
|
21560
|
+
/** @example 165 */
|
|
21537
21561
|
id?: number;
|
|
21538
21562
|
/** @example property_inquiry */
|
|
21539
21563
|
type?: string;
|
|
@@ -21549,7 +21573,7 @@ export interface operations {
|
|
|
21549
21573
|
};
|
|
21550
21574
|
/** @example null */
|
|
21551
21575
|
last_message_at?: string | null;
|
|
21552
|
-
/** @example 2026-04-30T05:
|
|
21576
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
21553
21577
|
created_at?: string;
|
|
21554
21578
|
};
|
|
21555
21579
|
};
|
|
@@ -21960,7 +21984,7 @@ export interface operations {
|
|
|
21960
21984
|
};
|
|
21961
21985
|
content: {
|
|
21962
21986
|
"application/json": {
|
|
21963
|
-
/** @example
|
|
21987
|
+
/** @example 93aa0038-1735-4199-8fa3-8d75223cc0d5 */
|
|
21964
21988
|
id?: string;
|
|
21965
21989
|
/** @example APPOINTMENT_CREATED */
|
|
21966
21990
|
type?: string;
|
|
@@ -21972,7 +21996,7 @@ export interface operations {
|
|
|
21972
21996
|
data?: unknown[];
|
|
21973
21997
|
/** @example null */
|
|
21974
21998
|
read_at?: string | null;
|
|
21975
|
-
/** @example 2026-04-30T05:
|
|
21999
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
21976
22000
|
created_at?: string;
|
|
21977
22001
|
};
|
|
21978
22002
|
};
|
|
@@ -22365,21 +22389,21 @@ export interface operations {
|
|
|
22365
22389
|
content: {
|
|
22366
22390
|
"application/json": {
|
|
22367
22391
|
data?: {
|
|
22368
|
-
/** @example
|
|
22392
|
+
/** @example 377 */
|
|
22369
22393
|
id?: number;
|
|
22370
22394
|
/** @example 1 */
|
|
22371
22395
|
rating?: number;
|
|
22372
22396
|
/** @example Nice Listing */
|
|
22373
22397
|
comment?: string;
|
|
22374
22398
|
reviewer?: {
|
|
22375
|
-
/** @example
|
|
22399
|
+
/** @example 20 */
|
|
22376
22400
|
id?: number;
|
|
22377
|
-
/** @example
|
|
22401
|
+
/** @example Suzanne Morgan */
|
|
22378
22402
|
name?: string;
|
|
22379
22403
|
};
|
|
22380
|
-
/** @example 30 Apr 2026, 05:
|
|
22404
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22381
22405
|
created_at?: string;
|
|
22382
|
-
/** @example 30 Apr 2026, 05:
|
|
22406
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22383
22407
|
updated_at?: string;
|
|
22384
22408
|
};
|
|
22385
22409
|
};
|
|
@@ -22423,21 +22447,21 @@ export interface operations {
|
|
|
22423
22447
|
content: {
|
|
22424
22448
|
"application/json": {
|
|
22425
22449
|
data?: {
|
|
22426
|
-
/** @example
|
|
22450
|
+
/** @example 378 */
|
|
22427
22451
|
id?: number;
|
|
22428
22452
|
/** @example 1 */
|
|
22429
22453
|
rating?: number;
|
|
22430
22454
|
/** @example Nice Listing */
|
|
22431
22455
|
comment?: string;
|
|
22432
22456
|
reviewer?: {
|
|
22433
|
-
/** @example
|
|
22457
|
+
/** @example 13 */
|
|
22434
22458
|
id?: number;
|
|
22435
|
-
/** @example
|
|
22459
|
+
/** @example Matthew Campbell */
|
|
22436
22460
|
name?: string;
|
|
22437
22461
|
};
|
|
22438
|
-
/** @example 30 Apr 2026, 05:
|
|
22462
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22439
22463
|
created_at?: string;
|
|
22440
|
-
/** @example 30 Apr 2026, 05:
|
|
22464
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22441
22465
|
updated_at?: string;
|
|
22442
22466
|
};
|
|
22443
22467
|
};
|
|
@@ -22479,21 +22503,21 @@ export interface operations {
|
|
|
22479
22503
|
content: {
|
|
22480
22504
|
"application/json": {
|
|
22481
22505
|
data?: {
|
|
22482
|
-
/** @example
|
|
22506
|
+
/** @example 379 */
|
|
22483
22507
|
id?: number;
|
|
22484
22508
|
/** @example 1 */
|
|
22485
22509
|
rating?: number;
|
|
22486
22510
|
/** @example Nice Listing */
|
|
22487
22511
|
comment?: string;
|
|
22488
22512
|
reviewer?: {
|
|
22489
|
-
/** @example
|
|
22513
|
+
/** @example 17 */
|
|
22490
22514
|
id?: number;
|
|
22491
|
-
/** @example
|
|
22515
|
+
/** @example Hannah Ross */
|
|
22492
22516
|
name?: string;
|
|
22493
22517
|
};
|
|
22494
|
-
/** @example 30 Apr 2026, 05:
|
|
22518
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22495
22519
|
created_at?: string;
|
|
22496
|
-
/** @example 30 Apr 2026, 05:
|
|
22520
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22497
22521
|
updated_at?: string;
|
|
22498
22522
|
};
|
|
22499
22523
|
};
|
|
@@ -22520,21 +22544,21 @@ export interface operations {
|
|
|
22520
22544
|
content: {
|
|
22521
22545
|
"application/json": {
|
|
22522
22546
|
data?: {
|
|
22523
|
-
/** @example
|
|
22547
|
+
/** @example 380 */
|
|
22524
22548
|
id?: number;
|
|
22525
22549
|
/** @example 1 */
|
|
22526
22550
|
rating?: number;
|
|
22527
22551
|
/** @example Nice Listing */
|
|
22528
22552
|
comment?: string;
|
|
22529
22553
|
reviewer?: {
|
|
22530
|
-
/** @example
|
|
22554
|
+
/** @example 1 */
|
|
22531
22555
|
id?: number;
|
|
22532
|
-
/** @example
|
|
22556
|
+
/** @example System Admin */
|
|
22533
22557
|
name?: string;
|
|
22534
22558
|
};
|
|
22535
|
-
/** @example 30 Apr 2026, 05:
|
|
22559
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22536
22560
|
created_at?: string;
|
|
22537
|
-
/** @example 30 Apr 2026, 05:
|
|
22561
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
22538
22562
|
updated_at?: string;
|
|
22539
22563
|
};
|
|
22540
22564
|
};
|
|
@@ -22561,7 +22585,7 @@ export interface operations {
|
|
|
22561
22585
|
content: {
|
|
22562
22586
|
"application/json": {
|
|
22563
22587
|
data?: {
|
|
22564
|
-
/** @example
|
|
22588
|
+
/** @example 4ff2b6c6-1335-46fd-bd06-bb919ad8399b */
|
|
22565
22589
|
uid?: string;
|
|
22566
22590
|
/** @example 1 */
|
|
22567
22591
|
listing_id?: number;
|
|
@@ -22569,15 +22593,15 @@ export interface operations {
|
|
|
22569
22593
|
landlord_id?: number;
|
|
22570
22594
|
/** @example 2 */
|
|
22571
22595
|
tenant_id?: number;
|
|
22572
|
-
/** @example
|
|
22596
|
+
/** @example 1968.97 */
|
|
22573
22597
|
rent_amount?: string;
|
|
22574
|
-
/** @example
|
|
22598
|
+
/** @example 661.35 */
|
|
22575
22599
|
deposit_amount?: string;
|
|
22576
|
-
/** @example
|
|
22600
|
+
/** @example agreement_signed */
|
|
22577
22601
|
state?: string;
|
|
22578
|
-
/** @example 2025-
|
|
22602
|
+
/** @example 2025-11-02T00:00:00.000000Z */
|
|
22579
22603
|
start_date?: string;
|
|
22580
|
-
/** @example 2026-
|
|
22604
|
+
/** @example 2026-11-02T00:00:00.000000Z */
|
|
22581
22605
|
end_date?: string;
|
|
22582
22606
|
/** @example false */
|
|
22583
22607
|
is_periodic?: boolean;
|
|
@@ -22585,7 +22609,7 @@ export interface operations {
|
|
|
22585
22609
|
company_name?: string | null;
|
|
22586
22610
|
/** @example null */
|
|
22587
22611
|
company_registration_number?: string | null;
|
|
22588
|
-
/** @example 2026-04-30T05:
|
|
22612
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
22589
22613
|
created_at?: string;
|
|
22590
22614
|
/** @example [] */
|
|
22591
22615
|
compliances?: unknown[];
|
|
@@ -22662,7 +22686,7 @@ export interface operations {
|
|
|
22662
22686
|
content: {
|
|
22663
22687
|
"application/json": {
|
|
22664
22688
|
data?: {
|
|
22665
|
-
/** @example
|
|
22689
|
+
/** @example 0bcb6377-7007-4aac-a61b-e105c8fbb63d */
|
|
22666
22690
|
uid?: string;
|
|
22667
22691
|
/** @example 1 */
|
|
22668
22692
|
listing_id?: number;
|
|
@@ -22686,7 +22710,7 @@ export interface operations {
|
|
|
22686
22710
|
company_name?: string | null;
|
|
22687
22711
|
/** @example null */
|
|
22688
22712
|
company_registration_number?: string | null;
|
|
22689
|
-
/** @example 2026-04-30T05:
|
|
22713
|
+
/** @example 2026-04-30T05:56:38.000000Z */
|
|
22690
22714
|
created_at?: string;
|
|
22691
22715
|
};
|
|
22692
22716
|
};
|
|
@@ -22980,7 +23004,7 @@ export interface operations {
|
|
|
22980
23004
|
* "changed_by_user_id": 3,
|
|
22981
23005
|
* "changed_by_name": "Teagan King",
|
|
22982
23006
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
22983
|
-
* "created_at": "2025-12-22T16:
|
|
23007
|
+
* "created_at": "2025-12-22T16:43:37.000000Z"
|
|
22984
23008
|
* },
|
|
22985
23009
|
* {
|
|
22986
23010
|
* "from_state": "pre_move_in_ready",
|
|
@@ -22988,7 +23012,7 @@ export interface operations {
|
|
|
22988
23012
|
* "changed_by_user_id": 3,
|
|
22989
23013
|
* "changed_by_name": "Teagan King",
|
|
22990
23014
|
* "comment": null,
|
|
22991
|
-
* "created_at": "2025-11-
|
|
23015
|
+
* "created_at": "2025-11-08T00:39:17.000000Z"
|
|
22992
23016
|
* }
|
|
22993
23017
|
* ]
|
|
22994
23018
|
*/
|
|
@@ -23003,7 +23027,7 @@ export interface operations {
|
|
|
23003
23027
|
changed_by_name?: string;
|
|
23004
23028
|
/** @example Qui commodi incidunt iure odit. */
|
|
23005
23029
|
comment?: string;
|
|
23006
|
-
/** @example 2025-12-22T16:
|
|
23030
|
+
/** @example 2025-12-22T16:43:37.000000Z */
|
|
23007
23031
|
created_at?: string;
|
|
23008
23032
|
}[];
|
|
23009
23033
|
};
|
|
@@ -23388,7 +23412,7 @@ export interface operations {
|
|
|
23388
23412
|
content: {
|
|
23389
23413
|
"application/json": {
|
|
23390
23414
|
data?: {
|
|
23391
|
-
/** @example
|
|
23415
|
+
/** @example 7211a4c5-718b-45e1-aa0e-311b67be7955 */
|
|
23392
23416
|
uid?: string;
|
|
23393
23417
|
/** @example Ms. Audra Crooks II */
|
|
23394
23418
|
username?: string;
|
|
@@ -23418,7 +23442,7 @@ export interface operations {
|
|
|
23418
23442
|
timezone?: string;
|
|
23419
23443
|
/** @example Customer */
|
|
23420
23444
|
user_type?: string;
|
|
23421
|
-
/** @example 30 Apr 2026, 05:
|
|
23445
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
23422
23446
|
created?: string;
|
|
23423
23447
|
/** @example 0 seconds ago */
|
|
23424
23448
|
email_verified_at?: string;
|
|
@@ -23518,6 +23542,7 @@ export interface operations {
|
|
|
23518
23542
|
* @example [
|
|
23519
23543
|
* {
|
|
23520
23544
|
* "id": 12,
|
|
23545
|
+
* "booking_ref": "BKG-20260430-ABC123",
|
|
23521
23546
|
* "listing": {
|
|
23522
23547
|
* "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
23523
23548
|
* "cover": {
|
|
@@ -23554,6 +23579,8 @@ export interface operations {
|
|
|
23554
23579
|
items?: {
|
|
23555
23580
|
/** @example 12 */
|
|
23556
23581
|
id?: number;
|
|
23582
|
+
/** @example BKG-20260430-ABC123 */
|
|
23583
|
+
booking_ref?: string;
|
|
23557
23584
|
listing?: {
|
|
23558
23585
|
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
23559
23586
|
listing_uid?: string;
|
|
@@ -23678,7 +23705,7 @@ export interface operations {
|
|
|
23678
23705
|
content: {
|
|
23679
23706
|
"application/json": {
|
|
23680
23707
|
data?: {
|
|
23681
|
-
/** @example
|
|
23708
|
+
/** @example 74778aec-d667-4dbf-a3c7-8319c9bb8f7c */
|
|
23682
23709
|
uid?: string;
|
|
23683
23710
|
/** @example Morgan Hirthe */
|
|
23684
23711
|
username?: string;
|
|
@@ -23708,7 +23735,7 @@ export interface operations {
|
|
|
23708
23735
|
timezone?: string;
|
|
23709
23736
|
/** @example Customer */
|
|
23710
23737
|
user_type?: string;
|
|
23711
|
-
/** @example 30 Apr 2026, 05:
|
|
23738
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
23712
23739
|
created?: string;
|
|
23713
23740
|
/** @example 0 seconds ago */
|
|
23714
23741
|
email_verified_at?: string;
|
|
@@ -23780,7 +23807,7 @@ export interface operations {
|
|
|
23780
23807
|
content: {
|
|
23781
23808
|
"application/json": {
|
|
23782
23809
|
data?: {
|
|
23783
|
-
/** @example
|
|
23810
|
+
/** @example c4de3146-1ee7-4241-9338-c8f04ab20134 */
|
|
23784
23811
|
uid?: string;
|
|
23785
23812
|
/** @example Ms. Audra Crooks II */
|
|
23786
23813
|
username?: string;
|
|
@@ -23810,7 +23837,7 @@ export interface operations {
|
|
|
23810
23837
|
timezone?: string;
|
|
23811
23838
|
/** @example Customer */
|
|
23812
23839
|
user_type?: string;
|
|
23813
|
-
/** @example 30 Apr 2026, 05:
|
|
23840
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
23814
23841
|
created?: string;
|
|
23815
23842
|
/** @example 0 seconds ago */
|
|
23816
23843
|
email_verified_at?: string;
|
|
@@ -24044,13 +24071,13 @@ export interface operations {
|
|
|
24044
24071
|
content: {
|
|
24045
24072
|
"application/json": {
|
|
24046
24073
|
data?: {
|
|
24047
|
-
/** @example
|
|
24074
|
+
/** @example 7 */
|
|
24048
24075
|
current_level?: number;
|
|
24049
24076
|
/** @example 3 */
|
|
24050
24077
|
completed_layers?: number;
|
|
24051
|
-
/** @example
|
|
24078
|
+
/** @example 1 */
|
|
24052
24079
|
pending_layers?: number;
|
|
24053
|
-
/** @example 30 Apr 2026, 05:
|
|
24080
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
24054
24081
|
last_calculated_at?: string;
|
|
24055
24082
|
};
|
|
24056
24083
|
};
|
|
@@ -24098,7 +24125,7 @@ export interface operations {
|
|
|
24098
24125
|
completed_layers?: number;
|
|
24099
24126
|
/** @example 4 */
|
|
24100
24127
|
pending_layers?: number;
|
|
24101
|
-
/** @example 30 Apr 2026, 05:
|
|
24128
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
24102
24129
|
last_calculated_at?: string;
|
|
24103
24130
|
};
|
|
24104
24131
|
};
|
|
@@ -24132,14 +24159,14 @@ export interface operations {
|
|
|
24132
24159
|
content: {
|
|
24133
24160
|
"application/json": {
|
|
24134
24161
|
data?: {
|
|
24135
|
-
/** @example
|
|
24162
|
+
/** @example 539b07d0-92cf-4a24-93b2-0941838685b9 */
|
|
24136
24163
|
wishlist_uid?: string;
|
|
24137
24164
|
listing?: {
|
|
24138
|
-
/** @example New For Sale Used Item draft • 30 Apr 2026, 5:
|
|
24165
|
+
/** @example New For Sale Used Item draft • 30 Apr 2026, 5:56 AM */
|
|
24139
24166
|
draft_name?: string;
|
|
24140
|
-
/** @example LST-UIT-SAL-
|
|
24167
|
+
/** @example LST-UIT-SAL-MOL2MSI4P0W */
|
|
24141
24168
|
sku?: string;
|
|
24142
|
-
/** @example
|
|
24169
|
+
/** @example 3dcebea4-9705-4497-8095-0b88defd9b46 */
|
|
24143
24170
|
uid?: string;
|
|
24144
24171
|
/** @example Sale */
|
|
24145
24172
|
listing_type?: string;
|
|
@@ -24526,7 +24553,7 @@ export interface operations {
|
|
|
24526
24553
|
completed_layers?: number;
|
|
24527
24554
|
/** @example 4 */
|
|
24528
24555
|
pending_layers?: number;
|
|
24529
|
-
/** @example 30 Apr 2026, 05:
|
|
24556
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
24530
24557
|
last_calculated_at?: string;
|
|
24531
24558
|
};
|
|
24532
24559
|
};
|
|
@@ -24768,7 +24795,7 @@ export interface operations {
|
|
|
24768
24795
|
completed_layers?: number;
|
|
24769
24796
|
/** @example 4 */
|
|
24770
24797
|
pending_layers?: number;
|
|
24771
|
-
/** @example 30 Apr 2026, 05:
|
|
24798
|
+
/** @example 30 Apr 2026, 05:56 AM */
|
|
24772
24799
|
last_calculated_at?: string;
|
|
24773
24800
|
};
|
|
24774
24801
|
};
|