@justins-home/types 1.1.58 → 1.1.60
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 +350 -293
- 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 e5ea8d05-b408-454f-8ae1-8b9a05adb532 */
|
|
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,
|
|
5794
|
+
/** @example 30 Apr 2026, 06:38 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 ed1525ad-390e-4e4f-a451-860b7ba518c9 */
|
|
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,
|
|
6765
|
+
/** @example 30 Apr 2026, 06:38 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,
|
|
7155
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
7153
7156
|
draft_name?: string;
|
|
7154
|
-
/** @example LST-PRP-LTR-
|
|
7157
|
+
/** @example LST-PRP-LTR-MOL44XXAAKX */
|
|
7155
7158
|
sku?: string;
|
|
7156
|
-
/** @example
|
|
7159
|
+
/** @example 97c1b45c-8246-401e-b325-eb9b5f78f4a8 */
|
|
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 Dormant
|
|
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 2776f773-bc0f-489c-a680-f9ccc035646c */
|
|
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,
|
|
8616
|
+
/** @example 30 Apr 2026, 06:38 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,
|
|
9325
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
9323
9326
|
draft_name?: string;
|
|
9324
|
-
/** @example LST-PRP-LTR-
|
|
9327
|
+
/** @example LST-PRP-LTR-MOL44XZZW3F */
|
|
9325
9328
|
sku?: string;
|
|
9326
|
-
/** @example
|
|
9329
|
+
/** @example b5c4b029-7b1c-4443-81bb-754e8ab9143b */
|
|
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 2cc236a4-55f4-461e-b9a1-d1fe9fe35da5 */
|
|
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,
|
|
10074
|
-
* "sku": "LST-UIT-SAL-
|
|
10075
|
-
* "uid": "
|
|
10076
|
+
* "draft_name": "New For Sale Used Item draft • 30 Apr 2026, 6:38 AM",
|
|
10077
|
+
* "sku": "LST-UIT-SAL-MOL44Y1JCPM",
|
|
10078
|
+
* "uid": "f6cc4fd3-ae61-4327-927b-895c21060d9d",
|
|
10076
10079
|
* "listing_type": "Sale",
|
|
10077
10080
|
* "vertical": "Used Item",
|
|
10078
10081
|
* "arrangement_type": null,
|
|
@@ -10087,10 +10090,10 @@ export interface operations {
|
|
|
10087
10090
|
* "media": []
|
|
10088
10091
|
* },
|
|
10089
10092
|
* {
|
|
10090
|
-
* "draft_name": "New For
|
|
10091
|
-
* "sku": "LST-PRP-
|
|
10092
|
-
* "uid": "
|
|
10093
|
-
* "listing_type": "
|
|
10093
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 6:38 AM",
|
|
10094
|
+
* "sku": "LST-PRP-LTR-MOL44Y1LFHB",
|
|
10095
|
+
* "uid": "e193d553-d280-44e1-ba4a-a5516a09efbd",
|
|
10096
|
+
* "listing_type": "Rent",
|
|
10094
10097
|
* "vertical": "Property",
|
|
10095
10098
|
* "arrangement_type": "standard_residential",
|
|
10096
10099
|
* "arrangement_type_label": "Standard Residential",
|
|
@@ -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,
|
|
10114
|
+
/** @example New For Sale Used Item draft • 30 Apr 2026, 6:38 AM */
|
|
10112
10115
|
draft_name?: string;
|
|
10113
|
-
/** @example LST-UIT-SAL-
|
|
10116
|
+
/** @example LST-UIT-SAL-MOL44Y1JCPM */
|
|
10114
10117
|
sku?: string;
|
|
10115
|
-
/** @example
|
|
10118
|
+
/** @example f6cc4fd3-ae61-4327-927b-895c21060d9d */
|
|
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,
|
|
10311
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
10309
10312
|
draft_name?: string;
|
|
10310
|
-
/** @example LST-PRP-LTR-
|
|
10313
|
+
/** @example LST-PRP-LTR-MOL44Y1UZMI */
|
|
10311
10314
|
sku?: string;
|
|
10312
|
-
/** @example
|
|
10315
|
+
/** @example aa42e322-a519-4f5d-8821-c26441c28328 */
|
|
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,
|
|
10378
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
10376
10379
|
draft_name?: string;
|
|
10377
|
-
/** @example LST-PRP-LTR-
|
|
10380
|
+
/** @example LST-PRP-LTR-MOL44Y20USN */
|
|
10378
10381
|
sku?: string;
|
|
10379
|
-
/** @example
|
|
10382
|
+
/** @example 7d58166d-7b25-4144-9ed2-10ad705ad07f */
|
|
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,
|
|
10435
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
10433
10436
|
draft_name?: string;
|
|
10434
|
-
/** @example LST-PRP-LTR-
|
|
10437
|
+
/** @example LST-PRP-LTR-MOL44Y25PFZ */
|
|
10435
10438
|
sku?: string;
|
|
10436
|
-
/** @example
|
|
10439
|
+
/** @example 348eddb6-f565-4c7e-af94-1c90d01fe62d */
|
|
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,
|
|
10492
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
10490
10493
|
draft_name?: string;
|
|
10491
|
-
/** @example LST-PRP-LTR-
|
|
10494
|
+
/** @example LST-PRP-LTR-MOL44Y2BGIB */
|
|
10492
10495
|
sku?: string;
|
|
10493
|
-
/** @example
|
|
10496
|
+
/** @example 1b8534cc-415e-44c2-95bb-11073f99d766 */
|
|
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 256 */
|
|
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 257 */
|
|
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 258 */
|
|
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": 370,
|
|
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": 371,
|
|
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 370 */
|
|
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 372 */
|
|
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 373 */
|
|
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 374 */
|
|
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 159 */
|
|
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-
|
|
11312
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
11310
11313
|
created_at?: string;
|
|
11311
|
-
/** @example 2026-04-
|
|
11314
|
+
/** @example 2026-04-30T06:38:45.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 160 */
|
|
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-
|
|
11388
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
11386
11389
|
created_at?: string;
|
|
11387
|
-
/** @example 2026-04-
|
|
11390
|
+
/** @example 2026-04-30T06:38:45.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": "modi",
|
|
12657
|
+
* "name": "quia",
|
|
12658
|
+
* "description": "Reprehenderit nobis quo recusandae.",
|
|
12656
12659
|
* "value_type": "string"
|
|
12657
12660
|
* },
|
|
12658
12661
|
* {
|
|
12659
|
-
* "key": "
|
|
12660
|
-
* "name": "
|
|
12661
|
-
* "description": "
|
|
12662
|
+
* "key": "quasi",
|
|
12663
|
+
* "name": "porro",
|
|
12664
|
+
* "description": "Qui et ut consequatur.",
|
|
12662
12665
|
* "value_type": "string"
|
|
12663
12666
|
* }
|
|
12664
12667
|
* ]
|
|
12665
12668
|
*/
|
|
12666
12669
|
data?: {
|
|
12667
|
-
/** @example
|
|
12670
|
+
/** @example modi */
|
|
12668
12671
|
key?: string;
|
|
12669
|
-
/** @example
|
|
12672
|
+
/** @example quia */
|
|
12670
12673
|
name?: string;
|
|
12671
|
-
/** @example
|
|
12674
|
+
/** @example Reprehenderit nobis quo recusandae. */
|
|
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 ea357f6a-b39d-4b49-9815-914c26c2822b */
|
|
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,
|
|
13922
|
+
/** @example 05 May 2026, 08:37 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,
|
|
13930
|
+
/** @example 28 Jun 2026, 05:25 PM */
|
|
13928
13931
|
next_inspection_date?: string;
|
|
13929
|
-
/** @example 30 Apr 2026,
|
|
13932
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
13930
13933
|
created_at?: string;
|
|
13931
|
-
/** @example 30 Apr 2026,
|
|
13934
|
+
/** @example 30 Apr 2026, 06:38 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 be356418-d120-4ef1-9a5d-7424e4b17055 */
|
|
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,
|
|
13995
|
+
/** @example 05 May 2026, 08:37 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,
|
|
14003
|
+
/** @example 28 Jun 2026, 05:25 PM */
|
|
14001
14004
|
next_inspection_date?: string;
|
|
14002
|
-
/** @example 30 Apr 2026,
|
|
14005
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14003
14006
|
created_at?: string;
|
|
14004
|
-
/** @example 30 Apr 2026,
|
|
14007
|
+
/** @example 30 Apr 2026, 06:38 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 6f8f2530-9a85-48a6-825a-8abe06f17d05 */
|
|
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, 06:03 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:57 AM */
|
|
14114
14117
|
next_inspection_date?: string;
|
|
14115
|
-
/** @example 30 Apr 2026,
|
|
14118
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14116
14119
|
created_at?: string;
|
|
14117
|
-
/** @example 30 Apr 2026,
|
|
14120
|
+
/** @example 30 Apr 2026, 06:38 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 1168d055-e509-4121-b851-c482d7890dcf */
|
|
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,
|
|
14163
|
+
/** @example 05 May 2026, 08:37 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,
|
|
14171
|
+
/** @example 28 Jun 2026, 05:25 PM */
|
|
14169
14172
|
next_inspection_date?: string;
|
|
14170
|
-
/** @example 30 Apr 2026,
|
|
14173
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14171
14174
|
created_at?: string;
|
|
14172
|
-
/** @example 30 Apr 2026,
|
|
14175
|
+
/** @example 30 Apr 2026, 06:38 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 c499cf02-942c-44af-bc33-2f192869aadd */
|
|
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, 06:03 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:57 AM */
|
|
14224
14227
|
next_inspection_date?: string;
|
|
14225
|
-
/** @example 30 Apr 2026,
|
|
14228
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14226
14229
|
created_at?: string;
|
|
14227
|
-
/** @example 30 Apr 2026,
|
|
14230
|
+
/** @example 30 Apr 2026, 06:38 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 e242c9c1-2b0e-4357-babb-156cd27c3ca4 */
|
|
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, 08:07 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,
|
|
14375
|
+
/** @example 01 May 2026, 04:31 PM */
|
|
14373
14376
|
sla_deadline?: string;
|
|
14374
|
-
/** @example 30 Apr 2026,
|
|
14377
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14375
14378
|
created_at?: string;
|
|
14376
|
-
/** @example 30 Apr 2026,
|
|
14379
|
+
/** @example 30 Apr 2026, 06:38 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 5cbf569c-22e2-4a41-acc7-5acc27fe8e33 */
|
|
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, 08:07 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,
|
|
14434
|
+
/** @example 01 May 2026, 04:31 PM */
|
|
14432
14435
|
sla_deadline?: string;
|
|
14433
|
-
/** @example 30 Apr 2026,
|
|
14436
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14434
14437
|
created_at?: string;
|
|
14435
|
-
/** @example 30 Apr 2026,
|
|
14438
|
+
/** @example 30 Apr 2026, 06:38 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 eed89295-2dd0-4cf0-9bdc-a5a7c510e6c9 */
|
|
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:52 PM */
|
|
14485
14488
|
reported_at?: string;
|
|
14486
|
-
/** @example 28 Apr 2026, 12
|
|
14489
|
+
/** @example 28 Apr 2026, 02:12 PM */
|
|
14487
14490
|
assigned_at?: string;
|
|
14488
14491
|
/** @example null */
|
|
14489
14492
|
completed_at?: string | null;
|
|
14490
|
-
/** @example 01 May 2026,
|
|
14493
|
+
/** @example 01 May 2026, 07:34 PM */
|
|
14491
14494
|
sla_deadline?: string;
|
|
14492
|
-
/** @example 30 Apr 2026,
|
|
14495
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14493
14496
|
created_at?: string;
|
|
14494
|
-
/** @example 30 Apr 2026,
|
|
14497
|
+
/** @example 30 Apr 2026, 06:38 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 f96b7a56-96b9-42ff-8776-fd2454f94280 */
|
|
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:52 PM */
|
|
14544
14547
|
reported_at?: string;
|
|
14545
|
-
/** @example 28 Apr 2026, 12
|
|
14548
|
+
/** @example 28 Apr 2026, 02:12 PM */
|
|
14546
14549
|
assigned_at?: string;
|
|
14547
14550
|
/** @example null */
|
|
14548
14551
|
completed_at?: string | null;
|
|
14549
|
-
/** @example 01 May 2026,
|
|
14552
|
+
/** @example 01 May 2026, 07:34 PM */
|
|
14550
14553
|
sla_deadline?: string;
|
|
14551
|
-
/** @example 30 Apr 2026,
|
|
14554
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14552
14555
|
created_at?: string;
|
|
14553
|
-
/** @example 30 Apr 2026,
|
|
14556
|
+
/** @example 30 Apr 2026, 06:38 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 d83ef09f-a948-4fc8-842e-dadc51a88dd5 */
|
|
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:52 PM */
|
|
14603
14606
|
reported_at?: string;
|
|
14604
|
-
/** @example 28 Apr 2026, 12
|
|
14607
|
+
/** @example 28 Apr 2026, 02:12 PM */
|
|
14605
14608
|
assigned_at?: string;
|
|
14606
14609
|
/** @example null */
|
|
14607
14610
|
completed_at?: string | null;
|
|
14608
|
-
/** @example 01 May 2026,
|
|
14611
|
+
/** @example 01 May 2026, 07:34 PM */
|
|
14609
14612
|
sla_deadline?: string;
|
|
14610
|
-
/** @example 30 Apr 2026,
|
|
14613
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
14611
14614
|
created_at?: string;
|
|
14612
|
-
/** @example 30 Apr 2026,
|
|
14615
|
+
/** @example 30 Apr 2026, 06:38 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 454 */
|
|
15313
15316
|
id?: number;
|
|
15317
|
+
/** @example APT-20260430-OERCMA */
|
|
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-
|
|
15373
|
+
/** @example 2026-04-30T06:38:45.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 455 */
|
|
15396
15401
|
id?: number;
|
|
15402
|
+
/** @example APT-20260430-INXLAL */
|
|
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-
|
|
15458
|
+
/** @example 2026-04-30T06:38:45.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 456 */
|
|
15759
15766
|
id?: number;
|
|
15767
|
+
/** @example APT-20260430-58H9ZL */
|
|
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-
|
|
15823
|
+
/** @example 2026-04-30T06:38:45.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 457 */
|
|
15842
15851
|
id?: number;
|
|
15852
|
+
/** @example APT-20260430-NXAGVL */
|
|
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-
|
|
15908
|
+
/** @example 2026-04-30T06:38:45.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 458 */
|
|
15925
15936
|
id?: number;
|
|
15937
|
+
/** @example APT-20260430-OKHHNH */
|
|
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-
|
|
15993
|
+
/** @example 2026-04-30T06:38:45.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;
|
|
@@ -16517,28 +16536,60 @@ export interface operations {
|
|
|
16517
16536
|
/** @example null */
|
|
16518
16537
|
event?: string | null;
|
|
16519
16538
|
data?: {
|
|
16520
|
-
/** @example
|
|
16521
|
-
id?:
|
|
16522
|
-
/** @example
|
|
16523
|
-
|
|
16524
|
-
|
|
16525
|
-
|
|
16526
|
-
|
|
16527
|
-
|
|
16528
|
-
|
|
16529
|
-
|
|
16530
|
-
|
|
16531
|
-
|
|
16532
|
-
|
|
16533
|
-
|
|
16534
|
-
|
|
16535
|
-
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
|
|
16539
|
-
|
|
16540
|
-
|
|
16541
|
-
|
|
16539
|
+
/** @example 12 */
|
|
16540
|
+
id?: number;
|
|
16541
|
+
/** @example BKG-20260430-ABC123 */
|
|
16542
|
+
booking_ref?: string;
|
|
16543
|
+
listing?: {
|
|
16544
|
+
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
16545
|
+
listing_uid?: string;
|
|
16546
|
+
cover?: {
|
|
16547
|
+
/** @example lm_34fda1 */
|
|
16548
|
+
uid?: string;
|
|
16549
|
+
/** @example image/jpeg */
|
|
16550
|
+
media_type?: string;
|
|
16551
|
+
/** @example http://app.justinshome-backendcore.test/storage/listing-media/listings/55178b5b-ca29-41a2-a9da-f51cb257e328/cover.jpg */
|
|
16552
|
+
storage_path?: string;
|
|
16553
|
+
/** @example 0 */
|
|
16554
|
+
order_index?: number;
|
|
16555
|
+
/** @example true */
|
|
16556
|
+
is_cover?: boolean;
|
|
16557
|
+
};
|
|
16558
|
+
details?: {
|
|
16559
|
+
/** @example 24 Windsor Court, London, SW1 */
|
|
16560
|
+
address?: string;
|
|
16561
|
+
/** @example 24 Windsor Court */
|
|
16562
|
+
title?: string;
|
|
16563
|
+
/** @example Rent */
|
|
16564
|
+
type?: string;
|
|
16565
|
+
};
|
|
16566
|
+
};
|
|
16567
|
+
guest?: {
|
|
16568
|
+
/** @example 7ab6715f-e121-4e47-9f90-1a709adccd13 */
|
|
16569
|
+
uid?: string;
|
|
16570
|
+
/** @example Dominic Thomas */
|
|
16571
|
+
name?: string;
|
|
16572
|
+
/** @example tenant3@justinshome.test */
|
|
16573
|
+
email?: string;
|
|
16574
|
+
/** @example null */
|
|
16575
|
+
avatar_path?: string | null;
|
|
16576
|
+
};
|
|
16577
|
+
host?: {
|
|
16578
|
+
/** @example e45bd0fb-72f4-4ee6-9ff8-aad1f64b1105 */
|
|
16579
|
+
uid?: string;
|
|
16580
|
+
/** @example Alice Taylor */
|
|
16581
|
+
name?: string;
|
|
16582
|
+
/** @example alice@example.com */
|
|
16583
|
+
email?: string;
|
|
16584
|
+
/** @example null */
|
|
16585
|
+
avatar_path?: string | null;
|
|
16586
|
+
};
|
|
16587
|
+
/** @example 3 */
|
|
16588
|
+
nights?: number;
|
|
16589
|
+
/** @example pending */
|
|
16590
|
+
status?: string;
|
|
16591
|
+
/** @example 450.00 */
|
|
16592
|
+
total_price?: string;
|
|
16542
16593
|
};
|
|
16543
16594
|
};
|
|
16544
16595
|
};
|
|
@@ -16994,7 +17045,7 @@ export interface operations {
|
|
|
16994
17045
|
content: {
|
|
16995
17046
|
"application/json": {
|
|
16996
17047
|
data?: {
|
|
16997
|
-
/** @example
|
|
17048
|
+
/** @example 26630001-b7c6-47a2-923c-2a825964bf6c */
|
|
16998
17049
|
uid?: string;
|
|
16999
17050
|
/** @example Ms. Audra Crooks II */
|
|
17000
17051
|
username?: string;
|
|
@@ -17024,9 +17075,9 @@ export interface operations {
|
|
|
17024
17075
|
timezone?: string;
|
|
17025
17076
|
/** @example Customer */
|
|
17026
17077
|
user_type?: string;
|
|
17027
|
-
/** @example 30 Apr 2026,
|
|
17078
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
17028
17079
|
created?: string;
|
|
17029
|
-
/** @example
|
|
17080
|
+
/** @example 0 seconds ago */
|
|
17030
17081
|
email_verified_at?: string;
|
|
17031
17082
|
verification_status?: {
|
|
17032
17083
|
/** @example not_verified */
|
|
@@ -17493,7 +17544,7 @@ export interface operations {
|
|
|
17493
17544
|
content: {
|
|
17494
17545
|
"application/json": {
|
|
17495
17546
|
data?: {
|
|
17496
|
-
/** @example
|
|
17547
|
+
/** @example fb20a4cd-3a9b-40f8-aa08-95c610275a70 */
|
|
17497
17548
|
uid?: string;
|
|
17498
17549
|
/** @example Ms. Audra Crooks II */
|
|
17499
17550
|
username?: string;
|
|
@@ -17523,7 +17574,7 @@ export interface operations {
|
|
|
17523
17574
|
timezone?: string;
|
|
17524
17575
|
/** @example Customer */
|
|
17525
17576
|
user_type?: string;
|
|
17526
|
-
/** @example 30 Apr 2026,
|
|
17577
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
17527
17578
|
created?: string;
|
|
17528
17579
|
/** @example 0 seconds ago */
|
|
17529
17580
|
email_verified_at?: string;
|
|
@@ -17643,6 +17694,7 @@ export interface operations {
|
|
|
17643
17694
|
* @example [
|
|
17644
17695
|
* {
|
|
17645
17696
|
* "id": 12,
|
|
17697
|
+
* "booking_ref": "BKG-20260430-ABC123",
|
|
17646
17698
|
* "listing": {
|
|
17647
17699
|
* "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
17648
17700
|
* "cover": {
|
|
@@ -17679,6 +17731,8 @@ export interface operations {
|
|
|
17679
17731
|
items?: {
|
|
17680
17732
|
/** @example 12 */
|
|
17681
17733
|
id?: number;
|
|
17734
|
+
/** @example BKG-20260430-ABC123 */
|
|
17735
|
+
booking_ref?: string;
|
|
17682
17736
|
listing?: {
|
|
17683
17737
|
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
17684
17738
|
listing_uid?: string;
|
|
@@ -17789,19 +17843,19 @@ export interface operations {
|
|
|
17789
17843
|
content: {
|
|
17790
17844
|
"application/json": {
|
|
17791
17845
|
data?: {
|
|
17792
|
-
/** @example New For Rent Property draft • 30 Apr 2026,
|
|
17846
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
17793
17847
|
draft_name?: string;
|
|
17794
|
-
/** @example LST-PRP-LTR-
|
|
17848
|
+
/** @example LST-PRP-LTR-MOL44XOOBEA */
|
|
17795
17849
|
sku?: string;
|
|
17796
|
-
/** @example
|
|
17850
|
+
/** @example f29f318b-352b-498e-a8f2-bf10f333f1ad */
|
|
17797
17851
|
uid?: string;
|
|
17798
17852
|
/** @example Rent */
|
|
17799
17853
|
listing_type?: string;
|
|
17800
17854
|
/** @example Property */
|
|
17801
17855
|
vertical?: string;
|
|
17802
|
-
/** @example
|
|
17856
|
+
/** @example standard_residential */
|
|
17803
17857
|
arrangement_type?: string;
|
|
17804
|
-
/** @example
|
|
17858
|
+
/** @example Standard Residential */
|
|
17805
17859
|
arrangement_type_label?: string;
|
|
17806
17860
|
/** @example null */
|
|
17807
17861
|
price?: string | null;
|
|
@@ -17917,9 +17971,9 @@ export interface operations {
|
|
|
17917
17971
|
/**
|
|
17918
17972
|
* @example [
|
|
17919
17973
|
* {
|
|
17920
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026,
|
|
17921
|
-
* "sku": "LST-PRP-LTR-
|
|
17922
|
-
* "uid": "
|
|
17974
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 6:38 AM",
|
|
17975
|
+
* "sku": "LST-PRP-LTR-MOL44XPVWSY",
|
|
17976
|
+
* "uid": "1bc53f7b-e029-4bae-bebd-5d34898269e6",
|
|
17923
17977
|
* "listing_type": "Rent",
|
|
17924
17978
|
* "vertical": "Property",
|
|
17925
17979
|
* "arrangement_type": "let_to_let",
|
|
@@ -17936,9 +17990,9 @@ export interface operations {
|
|
|
17936
17990
|
* "media": []
|
|
17937
17991
|
* },
|
|
17938
17992
|
* {
|
|
17939
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026,
|
|
17940
|
-
* "sku": "LST-PRP-SHL-
|
|
17941
|
-
* "uid": "
|
|
17993
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 6:38 AM",
|
|
17994
|
+
* "sku": "LST-PRP-SHL-MOL44XQ06HI",
|
|
17995
|
+
* "uid": "28e44f9c-aea6-4c55-8900-d159c4e371f1",
|
|
17942
17996
|
* "listing_type": "Short Let",
|
|
17943
17997
|
* "vertical": "Property",
|
|
17944
17998
|
* "arrangement_type": "short_term_managed",
|
|
@@ -17957,11 +18011,11 @@ export interface operations {
|
|
|
17957
18011
|
* ]
|
|
17958
18012
|
*/
|
|
17959
18013
|
data?: {
|
|
17960
|
-
/** @example New For Rent Property draft • 30 Apr 2026,
|
|
18014
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
17961
18015
|
draft_name?: string;
|
|
17962
|
-
/** @example LST-PRP-LTR-
|
|
18016
|
+
/** @example LST-PRP-LTR-MOL44XPVWSY */
|
|
17963
18017
|
sku?: string;
|
|
17964
|
-
/** @example
|
|
18018
|
+
/** @example 1bc53f7b-e029-4bae-bebd-5d34898269e6 */
|
|
17965
18019
|
uid?: string;
|
|
17966
18020
|
/** @example Rent */
|
|
17967
18021
|
listing_type?: string;
|
|
@@ -18071,9 +18125,9 @@ export interface operations {
|
|
|
18071
18125
|
/**
|
|
18072
18126
|
* @example [
|
|
18073
18127
|
* {
|
|
18074
|
-
* "draft_name": "New For Rent Property draft • 30 Apr 2026,
|
|
18075
|
-
* "sku": "LST-PRP-LTR-
|
|
18076
|
-
* "uid": "
|
|
18128
|
+
* "draft_name": "New For Rent Property draft • 30 Apr 2026, 6:38 AM",
|
|
18129
|
+
* "sku": "LST-PRP-LTR-MOL44XQ7ABC",
|
|
18130
|
+
* "uid": "2d2cc3b1-d228-4cc1-9fc5-40749a406138",
|
|
18077
18131
|
* "listing_type": "Rent",
|
|
18078
18132
|
* "vertical": "Property",
|
|
18079
18133
|
* "arrangement_type": "let_to_let",
|
|
@@ -18090,9 +18144,9 @@ export interface operations {
|
|
|
18090
18144
|
* "media": []
|
|
18091
18145
|
* },
|
|
18092
18146
|
* {
|
|
18093
|
-
* "draft_name": "New Short Let Property draft • 30 Apr 2026,
|
|
18094
|
-
* "sku": "LST-PRP-SHL-
|
|
18095
|
-
* "uid": "
|
|
18147
|
+
* "draft_name": "New Short Let Property draft • 30 Apr 2026, 6:38 AM",
|
|
18148
|
+
* "sku": "LST-PRP-SHL-MOL44XQCSCG",
|
|
18149
|
+
* "uid": "5d8cbba1-e62e-4b30-96ee-412d049a7ffb",
|
|
18096
18150
|
* "listing_type": "Short Let",
|
|
18097
18151
|
* "vertical": "Property",
|
|
18098
18152
|
* "arrangement_type": "short_term_managed",
|
|
@@ -18111,11 +18165,11 @@ export interface operations {
|
|
|
18111
18165
|
* ]
|
|
18112
18166
|
*/
|
|
18113
18167
|
data?: {
|
|
18114
|
-
/** @example New For Rent Property draft • 30 Apr 2026,
|
|
18168
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
18115
18169
|
draft_name?: string;
|
|
18116
|
-
/** @example LST-PRP-LTR-
|
|
18170
|
+
/** @example LST-PRP-LTR-MOL44XQ7ABC */
|
|
18117
18171
|
sku?: string;
|
|
18118
|
-
/** @example
|
|
18172
|
+
/** @example 2d2cc3b1-d228-4cc1-9fc5-40749a406138 */
|
|
18119
18173
|
uid?: string;
|
|
18120
18174
|
/** @example Rent */
|
|
18121
18175
|
listing_type?: string;
|
|
@@ -19364,7 +19418,7 @@ export interface operations {
|
|
|
19364
19418
|
content: {
|
|
19365
19419
|
"application/json": {
|
|
19366
19420
|
data?: {
|
|
19367
|
-
/** @example
|
|
19421
|
+
/** @example af869e40-4a7a-4a12-b64e-158027891a6b */
|
|
19368
19422
|
uid?: string;
|
|
19369
19423
|
/** @example photo */
|
|
19370
19424
|
media_type?: string;
|
|
@@ -19513,11 +19567,11 @@ export interface operations {
|
|
|
19513
19567
|
content: {
|
|
19514
19568
|
"application/json": {
|
|
19515
19569
|
data?: {
|
|
19516
|
-
/** @example New For Rent Property draft • 30 Apr 2026,
|
|
19570
|
+
/** @example New For Rent Property draft • 30 Apr 2026, 6:38 AM */
|
|
19517
19571
|
draft_name?: string;
|
|
19518
|
-
/** @example LST-PRP-LTR-
|
|
19572
|
+
/** @example LST-PRP-LTR-MOL44XSK1K3 */
|
|
19519
19573
|
sku?: string;
|
|
19520
|
-
/** @example
|
|
19574
|
+
/** @example 24807ca8-0bd8-4d71-970f-ccefc47fb48b */
|
|
19521
19575
|
uid?: string;
|
|
19522
19576
|
/** @example Rent */
|
|
19523
19577
|
listing_type?: string;
|
|
@@ -19677,7 +19731,7 @@ export interface operations {
|
|
|
19677
19731
|
content: {
|
|
19678
19732
|
"application/json": {
|
|
19679
19733
|
data?: {
|
|
19680
|
-
/** @example
|
|
19734
|
+
/** @example 9619f767-a135-41c6-ba71-b2a1ae2a5308 */
|
|
19681
19735
|
uid?: string;
|
|
19682
19736
|
/** @example null */
|
|
19683
19737
|
compliances?: string | null;
|
|
@@ -19728,7 +19782,7 @@ export interface operations {
|
|
|
19728
19782
|
content: {
|
|
19729
19783
|
"application/json": {
|
|
19730
19784
|
data?: {
|
|
19731
|
-
/** @example
|
|
19785
|
+
/** @example 158 */
|
|
19732
19786
|
id?: number;
|
|
19733
19787
|
compliance?: {
|
|
19734
19788
|
/** @example 1 */
|
|
@@ -19750,7 +19804,7 @@ export interface operations {
|
|
|
19750
19804
|
reviewed_by?: number;
|
|
19751
19805
|
/** @example null */
|
|
19752
19806
|
reviewed_at?: string | null;
|
|
19753
|
-
/** @example 2026-04-
|
|
19807
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
19754
19808
|
created_at?: string;
|
|
19755
19809
|
};
|
|
19756
19810
|
};
|
|
@@ -19805,7 +19859,7 @@ export interface operations {
|
|
|
19805
19859
|
/**
|
|
19806
19860
|
* @example [
|
|
19807
19861
|
* {
|
|
19808
|
-
* "uid": "
|
|
19862
|
+
* "uid": "ac4c345a-382f-4da9-ae02-8832c1f54b9a",
|
|
19809
19863
|
* "listing_id": 1,
|
|
19810
19864
|
* "landlord_id": 2,
|
|
19811
19865
|
* "tenant_id": 2,
|
|
@@ -19817,10 +19871,10 @@ export interface operations {
|
|
|
19817
19871
|
* "is_periodic": false,
|
|
19818
19872
|
* "company_name": null,
|
|
19819
19873
|
* "company_registration_number": null,
|
|
19820
|
-
* "created_at": "2026-04-
|
|
19874
|
+
* "created_at": "2026-04-30T06:38:44.000000Z"
|
|
19821
19875
|
* },
|
|
19822
19876
|
* {
|
|
19823
|
-
* "uid": "
|
|
19877
|
+
* "uid": "c79d21cb-b345-4313-a486-011547e9bf4b",
|
|
19824
19878
|
* "listing_id": 1,
|
|
19825
19879
|
* "landlord_id": 2,
|
|
19826
19880
|
* "tenant_id": 2,
|
|
@@ -19832,12 +19886,12 @@ export interface operations {
|
|
|
19832
19886
|
* "is_periodic": false,
|
|
19833
19887
|
* "company_name": null,
|
|
19834
19888
|
* "company_registration_number": null,
|
|
19835
|
-
* "created_at": "2026-04-
|
|
19889
|
+
* "created_at": "2026-04-30T06:38:44.000000Z"
|
|
19836
19890
|
* }
|
|
19837
19891
|
* ]
|
|
19838
19892
|
*/
|
|
19839
19893
|
data?: {
|
|
19840
|
-
/** @example
|
|
19894
|
+
/** @example ac4c345a-382f-4da9-ae02-8832c1f54b9a */
|
|
19841
19895
|
uid?: string;
|
|
19842
19896
|
/** @example 1 */
|
|
19843
19897
|
listing_id?: number;
|
|
@@ -19861,7 +19915,7 @@ export interface operations {
|
|
|
19861
19915
|
company_name?: string | null;
|
|
19862
19916
|
/** @example null */
|
|
19863
19917
|
company_registration_number?: string | null;
|
|
19864
|
-
/** @example 2026-04-
|
|
19918
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
19865
19919
|
created_at?: string;
|
|
19866
19920
|
}[];
|
|
19867
19921
|
links?: {
|
|
@@ -19948,7 +20002,7 @@ export interface operations {
|
|
|
19948
20002
|
/**
|
|
19949
20003
|
* @example [
|
|
19950
20004
|
* {
|
|
19951
|
-
* "uid": "
|
|
20005
|
+
* "uid": "aa0829c1-13ef-43fa-8fe4-d956c84b84ed",
|
|
19952
20006
|
* "listing_id": 1,
|
|
19953
20007
|
* "landlord_id": 2,
|
|
19954
20008
|
* "tenant_id": 2,
|
|
@@ -19960,10 +20014,10 @@ export interface operations {
|
|
|
19960
20014
|
* "is_periodic": false,
|
|
19961
20015
|
* "company_name": null,
|
|
19962
20016
|
* "company_registration_number": null,
|
|
19963
|
-
* "created_at": "2026-04-
|
|
20017
|
+
* "created_at": "2026-04-30T06:38:44.000000Z"
|
|
19964
20018
|
* },
|
|
19965
20019
|
* {
|
|
19966
|
-
* "uid": "
|
|
20020
|
+
* "uid": "26facc6d-b8a3-4d25-a111-301937bd160c",
|
|
19967
20021
|
* "listing_id": 1,
|
|
19968
20022
|
* "landlord_id": 2,
|
|
19969
20023
|
* "tenant_id": 2,
|
|
@@ -19975,12 +20029,12 @@ export interface operations {
|
|
|
19975
20029
|
* "is_periodic": false,
|
|
19976
20030
|
* "company_name": null,
|
|
19977
20031
|
* "company_registration_number": null,
|
|
19978
|
-
* "created_at": "2026-04-
|
|
20032
|
+
* "created_at": "2026-04-30T06:38:44.000000Z"
|
|
19979
20033
|
* }
|
|
19980
20034
|
* ]
|
|
19981
20035
|
*/
|
|
19982
20036
|
data?: {
|
|
19983
|
-
/** @example
|
|
20037
|
+
/** @example aa0829c1-13ef-43fa-8fe4-d956c84b84ed */
|
|
19984
20038
|
uid?: string;
|
|
19985
20039
|
/** @example 1 */
|
|
19986
20040
|
listing_id?: number;
|
|
@@ -20004,7 +20058,7 @@ export interface operations {
|
|
|
20004
20058
|
company_name?: string | null;
|
|
20005
20059
|
/** @example null */
|
|
20006
20060
|
company_registration_number?: string | null;
|
|
20007
|
-
/** @example 2026-04-
|
|
20061
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
20008
20062
|
created_at?: string;
|
|
20009
20063
|
}[];
|
|
20010
20064
|
links?: {
|
|
@@ -20111,7 +20165,7 @@ export interface operations {
|
|
|
20111
20165
|
content: {
|
|
20112
20166
|
"application/json": {
|
|
20113
20167
|
data?: {
|
|
20114
|
-
/** @example
|
|
20168
|
+
/** @example 235 */
|
|
20115
20169
|
id?: number;
|
|
20116
20170
|
compliance?: {
|
|
20117
20171
|
/** @example 1 */
|
|
@@ -20131,9 +20185,9 @@ export interface operations {
|
|
|
20131
20185
|
rejection_reason?: string | null;
|
|
20132
20186
|
/** @example 1 */
|
|
20133
20187
|
reviewed_by?: number;
|
|
20134
|
-
/** @example 2026-04-
|
|
20188
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
20135
20189
|
reviewed_at?: string;
|
|
20136
|
-
/** @example 2026-04-
|
|
20190
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
20137
20191
|
created_at?: string;
|
|
20138
20192
|
};
|
|
20139
20193
|
};
|
|
@@ -20160,7 +20214,7 @@ export interface operations {
|
|
|
20160
20214
|
content: {
|
|
20161
20215
|
"application/json": {
|
|
20162
20216
|
data?: {
|
|
20163
|
-
/** @example
|
|
20217
|
+
/** @example 236 */
|
|
20164
20218
|
id?: number;
|
|
20165
20219
|
compliance?: {
|
|
20166
20220
|
/** @example 1 */
|
|
@@ -20180,9 +20234,9 @@ export interface operations {
|
|
|
20180
20234
|
rejection_reason?: string | null;
|
|
20181
20235
|
/** @example 1 */
|
|
20182
20236
|
reviewed_by?: number;
|
|
20183
|
-
/** @example 2026-04-
|
|
20237
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
20184
20238
|
reviewed_at?: string;
|
|
20185
|
-
/** @example 2026-04-
|
|
20239
|
+
/** @example 2026-04-30T06:38:44.000000Z */
|
|
20186
20240
|
created_at?: string;
|
|
20187
20241
|
};
|
|
20188
20242
|
};
|
|
@@ -21314,37 +21368,37 @@ export interface operations {
|
|
|
21314
21368
|
/**
|
|
21315
21369
|
* @example [
|
|
21316
21370
|
* {
|
|
21317
|
-
* "uid": "
|
|
21371
|
+
* "uid": "216e075a-e2db-43d8-8818-0e7f1f2b3865",
|
|
21318
21372
|
* "tenancy_id": 1,
|
|
21319
21373
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
21320
21374
|
* "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
21375
|
* "status": "reported",
|
|
21322
21376
|
* "priority": "emergency",
|
|
21323
|
-
* "reported_at": "23 Apr 2026,
|
|
21324
|
-
* "assigned_at": "28 Apr 2026, 12
|
|
21377
|
+
* "reported_at": "23 Apr 2026, 05:52 PM",
|
|
21378
|
+
* "assigned_at": "28 Apr 2026, 02:12 PM",
|
|
21325
21379
|
* "completed_at": null,
|
|
21326
|
-
* "sla_deadline": "01 May 2026,
|
|
21327
|
-
* "created_at": "30 Apr 2026,
|
|
21328
|
-
* "updated_at": "30 Apr 2026,
|
|
21380
|
+
* "sla_deadline": "01 May 2026, 07:34 PM",
|
|
21381
|
+
* "created_at": "30 Apr 2026, 06:38 AM",
|
|
21382
|
+
* "updated_at": "30 Apr 2026, 06:38 AM"
|
|
21329
21383
|
* },
|
|
21330
21384
|
* {
|
|
21331
|
-
* "uid": "
|
|
21385
|
+
* "uid": "786ee815-91ef-4497-bd7b-cceb2aeee9e6",
|
|
21332
21386
|
* "tenancy_id": 1,
|
|
21333
21387
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
21334
21388
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
21335
21389
|
* "status": "completed",
|
|
21336
21390
|
* "priority": "normal",
|
|
21337
|
-
* "reported_at": "26 Apr 2026,
|
|
21391
|
+
* "reported_at": "26 Apr 2026, 06:30 AM",
|
|
21338
21392
|
* "assigned_at": null,
|
|
21339
21393
|
* "completed_at": null,
|
|
21340
|
-
* "sla_deadline": "03 May 2026,
|
|
21341
|
-
* "created_at": "30 Apr 2026,
|
|
21342
|
-
* "updated_at": "30 Apr 2026,
|
|
21394
|
+
* "sla_deadline": "03 May 2026, 03:34 AM",
|
|
21395
|
+
* "created_at": "30 Apr 2026, 06:38 AM",
|
|
21396
|
+
* "updated_at": "30 Apr 2026, 06:38 AM"
|
|
21343
21397
|
* }
|
|
21344
21398
|
* ]
|
|
21345
21399
|
*/
|
|
21346
21400
|
data?: {
|
|
21347
|
-
/** @example
|
|
21401
|
+
/** @example 216e075a-e2db-43d8-8818-0e7f1f2b3865 */
|
|
21348
21402
|
uid?: string;
|
|
21349
21403
|
/** @example 1 */
|
|
21350
21404
|
tenancy_id?: number;
|
|
@@ -21356,17 +21410,17 @@ export interface operations {
|
|
|
21356
21410
|
status?: string;
|
|
21357
21411
|
/** @example emergency */
|
|
21358
21412
|
priority?: string;
|
|
21359
|
-
/** @example 23 Apr 2026,
|
|
21413
|
+
/** @example 23 Apr 2026, 05:52 PM */
|
|
21360
21414
|
reported_at?: string;
|
|
21361
|
-
/** @example 28 Apr 2026, 12
|
|
21415
|
+
/** @example 28 Apr 2026, 02:12 PM */
|
|
21362
21416
|
assigned_at?: string;
|
|
21363
21417
|
/** @example null */
|
|
21364
21418
|
completed_at?: string | null;
|
|
21365
|
-
/** @example 01 May 2026,
|
|
21419
|
+
/** @example 01 May 2026, 07:34 PM */
|
|
21366
21420
|
sla_deadline?: string;
|
|
21367
|
-
/** @example 30 Apr 2026,
|
|
21421
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
21368
21422
|
created_at?: string;
|
|
21369
|
-
/** @example 30 Apr 2026,
|
|
21423
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
21370
21424
|
updated_at?: string;
|
|
21371
21425
|
}[];
|
|
21372
21426
|
links?: {
|
|
@@ -21482,13 +21536,13 @@ export interface operations {
|
|
|
21482
21536
|
};
|
|
21483
21537
|
} | {
|
|
21484
21538
|
data?: {
|
|
21485
|
-
/** @example
|
|
21539
|
+
/** @example c54a7333-5228-4e7a-a6a4-a2bfe402319b */
|
|
21486
21540
|
uid?: string;
|
|
21487
21541
|
/** @example image */
|
|
21488
21542
|
file_type?: string;
|
|
21489
21543
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
21490
21544
|
url?: string;
|
|
21491
|
-
/** @example 2026-04-
|
|
21545
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
21492
21546
|
created_at?: string;
|
|
21493
21547
|
};
|
|
21494
21548
|
};
|
|
@@ -21533,7 +21587,7 @@ export interface operations {
|
|
|
21533
21587
|
content: {
|
|
21534
21588
|
"application/json": {
|
|
21535
21589
|
data?: {
|
|
21536
|
-
/** @example
|
|
21590
|
+
/** @example 166 */
|
|
21537
21591
|
id?: number;
|
|
21538
21592
|
/** @example property_inquiry */
|
|
21539
21593
|
type?: string;
|
|
@@ -21549,7 +21603,7 @@ export interface operations {
|
|
|
21549
21603
|
};
|
|
21550
21604
|
/** @example null */
|
|
21551
21605
|
last_message_at?: string | null;
|
|
21552
|
-
/** @example 2026-04-
|
|
21606
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
21553
21607
|
created_at?: string;
|
|
21554
21608
|
};
|
|
21555
21609
|
};
|
|
@@ -21960,7 +22014,7 @@ export interface operations {
|
|
|
21960
22014
|
};
|
|
21961
22015
|
content: {
|
|
21962
22016
|
"application/json": {
|
|
21963
|
-
/** @example
|
|
22017
|
+
/** @example 1e171ada-37f7-47d0-9610-e453a20f8923 */
|
|
21964
22018
|
id?: string;
|
|
21965
22019
|
/** @example APPOINTMENT_CREATED */
|
|
21966
22020
|
type?: string;
|
|
@@ -21972,7 +22026,7 @@ export interface operations {
|
|
|
21972
22026
|
data?: unknown[];
|
|
21973
22027
|
/** @example null */
|
|
21974
22028
|
read_at?: string | null;
|
|
21975
|
-
/** @example 2026-04-
|
|
22029
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
21976
22030
|
created_at?: string;
|
|
21977
22031
|
};
|
|
21978
22032
|
};
|
|
@@ -22365,21 +22419,21 @@ export interface operations {
|
|
|
22365
22419
|
content: {
|
|
22366
22420
|
"application/json": {
|
|
22367
22421
|
data?: {
|
|
22368
|
-
/** @example
|
|
22422
|
+
/** @example 381 */
|
|
22369
22423
|
id?: number;
|
|
22370
22424
|
/** @example 1 */
|
|
22371
22425
|
rating?: number;
|
|
22372
22426
|
/** @example Nice Listing */
|
|
22373
22427
|
comment?: string;
|
|
22374
22428
|
reviewer?: {
|
|
22375
|
-
/** @example
|
|
22429
|
+
/** @example 3 */
|
|
22376
22430
|
id?: number;
|
|
22377
|
-
/** @example
|
|
22431
|
+
/** @example Teagan King */
|
|
22378
22432
|
name?: string;
|
|
22379
22433
|
};
|
|
22380
|
-
/** @example 30 Apr 2026,
|
|
22434
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22381
22435
|
created_at?: string;
|
|
22382
|
-
/** @example 30 Apr 2026,
|
|
22436
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22383
22437
|
updated_at?: string;
|
|
22384
22438
|
};
|
|
22385
22439
|
};
|
|
@@ -22423,21 +22477,21 @@ export interface operations {
|
|
|
22423
22477
|
content: {
|
|
22424
22478
|
"application/json": {
|
|
22425
22479
|
data?: {
|
|
22426
|
-
/** @example
|
|
22480
|
+
/** @example 382 */
|
|
22427
22481
|
id?: number;
|
|
22428
22482
|
/** @example 1 */
|
|
22429
22483
|
rating?: number;
|
|
22430
22484
|
/** @example Nice Listing */
|
|
22431
22485
|
comment?: string;
|
|
22432
22486
|
reviewer?: {
|
|
22433
|
-
/** @example
|
|
22487
|
+
/** @example 3 */
|
|
22434
22488
|
id?: number;
|
|
22435
|
-
/** @example
|
|
22489
|
+
/** @example Teagan King */
|
|
22436
22490
|
name?: string;
|
|
22437
22491
|
};
|
|
22438
|
-
/** @example 30 Apr 2026,
|
|
22492
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22439
22493
|
created_at?: string;
|
|
22440
|
-
/** @example 30 Apr 2026,
|
|
22494
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22441
22495
|
updated_at?: string;
|
|
22442
22496
|
};
|
|
22443
22497
|
};
|
|
@@ -22479,21 +22533,21 @@ export interface operations {
|
|
|
22479
22533
|
content: {
|
|
22480
22534
|
"application/json": {
|
|
22481
22535
|
data?: {
|
|
22482
|
-
/** @example
|
|
22536
|
+
/** @example 383 */
|
|
22483
22537
|
id?: number;
|
|
22484
22538
|
/** @example 1 */
|
|
22485
22539
|
rating?: number;
|
|
22486
22540
|
/** @example Nice Listing */
|
|
22487
22541
|
comment?: string;
|
|
22488
22542
|
reviewer?: {
|
|
22489
|
-
/** @example
|
|
22543
|
+
/** @example 18 */
|
|
22490
22544
|
id?: number;
|
|
22491
|
-
/** @example
|
|
22545
|
+
/** @example Wayne Davies */
|
|
22492
22546
|
name?: string;
|
|
22493
22547
|
};
|
|
22494
|
-
/** @example 30 Apr 2026,
|
|
22548
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22495
22549
|
created_at?: string;
|
|
22496
|
-
/** @example 30 Apr 2026,
|
|
22550
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22497
22551
|
updated_at?: string;
|
|
22498
22552
|
};
|
|
22499
22553
|
};
|
|
@@ -22520,21 +22574,21 @@ export interface operations {
|
|
|
22520
22574
|
content: {
|
|
22521
22575
|
"application/json": {
|
|
22522
22576
|
data?: {
|
|
22523
|
-
/** @example
|
|
22577
|
+
/** @example 384 */
|
|
22524
22578
|
id?: number;
|
|
22525
22579
|
/** @example 1 */
|
|
22526
22580
|
rating?: number;
|
|
22527
22581
|
/** @example Nice Listing */
|
|
22528
22582
|
comment?: string;
|
|
22529
22583
|
reviewer?: {
|
|
22530
|
-
/** @example
|
|
22584
|
+
/** @example 24 */
|
|
22531
22585
|
id?: number;
|
|
22532
|
-
/** @example
|
|
22586
|
+
/** @example Ethan Green */
|
|
22533
22587
|
name?: string;
|
|
22534
22588
|
};
|
|
22535
|
-
/** @example 30 Apr 2026,
|
|
22589
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22536
22590
|
created_at?: string;
|
|
22537
|
-
/** @example 30 Apr 2026,
|
|
22591
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
22538
22592
|
updated_at?: string;
|
|
22539
22593
|
};
|
|
22540
22594
|
};
|
|
@@ -22561,7 +22615,7 @@ export interface operations {
|
|
|
22561
22615
|
content: {
|
|
22562
22616
|
"application/json": {
|
|
22563
22617
|
data?: {
|
|
22564
|
-
/** @example
|
|
22618
|
+
/** @example db748299-fff8-4009-b414-4265f14aba0e */
|
|
22565
22619
|
uid?: string;
|
|
22566
22620
|
/** @example 1 */
|
|
22567
22621
|
listing_id?: number;
|
|
@@ -22569,15 +22623,15 @@ export interface operations {
|
|
|
22569
22623
|
landlord_id?: number;
|
|
22570
22624
|
/** @example 2 */
|
|
22571
22625
|
tenant_id?: number;
|
|
22572
|
-
/** @example
|
|
22626
|
+
/** @example 4347.44 */
|
|
22573
22627
|
rent_amount?: string;
|
|
22574
|
-
/** @example
|
|
22628
|
+
/** @example 4823.36 */
|
|
22575
22629
|
deposit_amount?: string;
|
|
22576
|
-
/** @example
|
|
22630
|
+
/** @example active */
|
|
22577
22631
|
state?: string;
|
|
22578
|
-
/** @example
|
|
22632
|
+
/** @example 2026-03-16T00:00:00.000000Z */
|
|
22579
22633
|
start_date?: string;
|
|
22580
|
-
/** @example
|
|
22634
|
+
/** @example 2027-03-16T00:00:00.000000Z */
|
|
22581
22635
|
end_date?: string;
|
|
22582
22636
|
/** @example false */
|
|
22583
22637
|
is_periodic?: boolean;
|
|
@@ -22585,7 +22639,7 @@ export interface operations {
|
|
|
22585
22639
|
company_name?: string | null;
|
|
22586
22640
|
/** @example null */
|
|
22587
22641
|
company_registration_number?: string | null;
|
|
22588
|
-
/** @example 2026-04-
|
|
22642
|
+
/** @example 2026-04-30T06:38:45.000000Z */
|
|
22589
22643
|
created_at?: string;
|
|
22590
22644
|
/** @example [] */
|
|
22591
22645
|
compliances?: unknown[];
|
|
@@ -22662,7 +22716,7 @@ export interface operations {
|
|
|
22662
22716
|
content: {
|
|
22663
22717
|
"application/json": {
|
|
22664
22718
|
data?: {
|
|
22665
|
-
/** @example
|
|
22719
|
+
/** @example 86fb4c35-4fff-462d-a4ec-c2e145edd95c */
|
|
22666
22720
|
uid?: string;
|
|
22667
22721
|
/** @example 1 */
|
|
22668
22722
|
listing_id?: number;
|
|
@@ -22686,7 +22740,7 @@ export interface operations {
|
|
|
22686
22740
|
company_name?: string | null;
|
|
22687
22741
|
/** @example null */
|
|
22688
22742
|
company_registration_number?: string | null;
|
|
22689
|
-
/** @example 2026-04-
|
|
22743
|
+
/** @example 2026-04-30T06:38:46.000000Z */
|
|
22690
22744
|
created_at?: string;
|
|
22691
22745
|
};
|
|
22692
22746
|
};
|
|
@@ -22980,7 +23034,7 @@ export interface operations {
|
|
|
22980
23034
|
* "changed_by_user_id": 3,
|
|
22981
23035
|
* "changed_by_name": "Teagan King",
|
|
22982
23036
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
22983
|
-
* "created_at": "2025-12-
|
|
23037
|
+
* "created_at": "2025-12-22T17:25:45.000000Z"
|
|
22984
23038
|
* },
|
|
22985
23039
|
* {
|
|
22986
23040
|
* "from_state": "pre_move_in_ready",
|
|
@@ -22988,7 +23042,7 @@ export interface operations {
|
|
|
22988
23042
|
* "changed_by_user_id": 3,
|
|
22989
23043
|
* "changed_by_name": "Teagan King",
|
|
22990
23044
|
* "comment": null,
|
|
22991
|
-
* "created_at": "2025-11-
|
|
23045
|
+
* "created_at": "2025-11-08T01:21:25.000000Z"
|
|
22992
23046
|
* }
|
|
22993
23047
|
* ]
|
|
22994
23048
|
*/
|
|
@@ -23003,7 +23057,7 @@ export interface operations {
|
|
|
23003
23057
|
changed_by_name?: string;
|
|
23004
23058
|
/** @example Qui commodi incidunt iure odit. */
|
|
23005
23059
|
comment?: string;
|
|
23006
|
-
/** @example 2025-12-
|
|
23060
|
+
/** @example 2025-12-22T17:25:45.000000Z */
|
|
23007
23061
|
created_at?: string;
|
|
23008
23062
|
}[];
|
|
23009
23063
|
};
|
|
@@ -23388,7 +23442,7 @@ export interface operations {
|
|
|
23388
23442
|
content: {
|
|
23389
23443
|
"application/json": {
|
|
23390
23444
|
data?: {
|
|
23391
|
-
/** @example
|
|
23445
|
+
/** @example fda41d8d-bde1-4dc2-856e-5aa53e474139 */
|
|
23392
23446
|
uid?: string;
|
|
23393
23447
|
/** @example Ms. Audra Crooks II */
|
|
23394
23448
|
username?: string;
|
|
@@ -23418,7 +23472,7 @@ export interface operations {
|
|
|
23418
23472
|
timezone?: string;
|
|
23419
23473
|
/** @example Customer */
|
|
23420
23474
|
user_type?: string;
|
|
23421
|
-
/** @example 30 Apr 2026,
|
|
23475
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
23422
23476
|
created?: string;
|
|
23423
23477
|
/** @example 0 seconds ago */
|
|
23424
23478
|
email_verified_at?: string;
|
|
@@ -23518,6 +23572,7 @@ export interface operations {
|
|
|
23518
23572
|
* @example [
|
|
23519
23573
|
* {
|
|
23520
23574
|
* "id": 12,
|
|
23575
|
+
* "booking_ref": "BKG-20260430-ABC123",
|
|
23521
23576
|
* "listing": {
|
|
23522
23577
|
* "listing_uid": "55178b5b-ca29-41a2-a9da-f51cb257e328",
|
|
23523
23578
|
* "cover": {
|
|
@@ -23554,6 +23609,8 @@ export interface operations {
|
|
|
23554
23609
|
items?: {
|
|
23555
23610
|
/** @example 12 */
|
|
23556
23611
|
id?: number;
|
|
23612
|
+
/** @example BKG-20260430-ABC123 */
|
|
23613
|
+
booking_ref?: string;
|
|
23557
23614
|
listing?: {
|
|
23558
23615
|
/** @example 55178b5b-ca29-41a2-a9da-f51cb257e328 */
|
|
23559
23616
|
listing_uid?: string;
|
|
@@ -23678,7 +23735,7 @@ export interface operations {
|
|
|
23678
23735
|
content: {
|
|
23679
23736
|
"application/json": {
|
|
23680
23737
|
data?: {
|
|
23681
|
-
/** @example
|
|
23738
|
+
/** @example 6ee8f557-5fc6-4e6b-8ec5-38f4ecb6b422 */
|
|
23682
23739
|
uid?: string;
|
|
23683
23740
|
/** @example Morgan Hirthe */
|
|
23684
23741
|
username?: string;
|
|
@@ -23708,7 +23765,7 @@ export interface operations {
|
|
|
23708
23765
|
timezone?: string;
|
|
23709
23766
|
/** @example Customer */
|
|
23710
23767
|
user_type?: string;
|
|
23711
|
-
/** @example 30 Apr 2026,
|
|
23768
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
23712
23769
|
created?: string;
|
|
23713
23770
|
/** @example 0 seconds ago */
|
|
23714
23771
|
email_verified_at?: string;
|
|
@@ -23780,7 +23837,7 @@ export interface operations {
|
|
|
23780
23837
|
content: {
|
|
23781
23838
|
"application/json": {
|
|
23782
23839
|
data?: {
|
|
23783
|
-
/** @example
|
|
23840
|
+
/** @example a516d5e0-56fb-4329-82f6-80c52a392a6e */
|
|
23784
23841
|
uid?: string;
|
|
23785
23842
|
/** @example Ms. Audra Crooks II */
|
|
23786
23843
|
username?: string;
|
|
@@ -23810,7 +23867,7 @@ export interface operations {
|
|
|
23810
23867
|
timezone?: string;
|
|
23811
23868
|
/** @example Customer */
|
|
23812
23869
|
user_type?: string;
|
|
23813
|
-
/** @example 30 Apr 2026,
|
|
23870
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
23814
23871
|
created?: string;
|
|
23815
23872
|
/** @example 0 seconds ago */
|
|
23816
23873
|
email_verified_at?: string;
|
|
@@ -24044,13 +24101,13 @@ export interface operations {
|
|
|
24044
24101
|
content: {
|
|
24045
24102
|
"application/json": {
|
|
24046
24103
|
data?: {
|
|
24047
|
-
/** @example
|
|
24104
|
+
/** @example 1 */
|
|
24048
24105
|
current_level?: number;
|
|
24049
24106
|
/** @example 3 */
|
|
24050
24107
|
completed_layers?: number;
|
|
24051
|
-
/** @example
|
|
24108
|
+
/** @example 6 */
|
|
24052
24109
|
pending_layers?: number;
|
|
24053
|
-
/** @example 30 Apr 2026,
|
|
24110
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
24054
24111
|
last_calculated_at?: string;
|
|
24055
24112
|
};
|
|
24056
24113
|
};
|
|
@@ -24098,7 +24155,7 @@ export interface operations {
|
|
|
24098
24155
|
completed_layers?: number;
|
|
24099
24156
|
/** @example 4 */
|
|
24100
24157
|
pending_layers?: number;
|
|
24101
|
-
/** @example 30 Apr 2026,
|
|
24158
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
24102
24159
|
last_calculated_at?: string;
|
|
24103
24160
|
};
|
|
24104
24161
|
};
|
|
@@ -24132,14 +24189,14 @@ export interface operations {
|
|
|
24132
24189
|
content: {
|
|
24133
24190
|
"application/json": {
|
|
24134
24191
|
data?: {
|
|
24135
|
-
/** @example
|
|
24192
|
+
/** @example 0d2b438f-693a-40b4-a5fa-cb4d5fce1531 */
|
|
24136
24193
|
wishlist_uid?: string;
|
|
24137
24194
|
listing?: {
|
|
24138
|
-
/** @example New For Sale Used Item draft • 30 Apr 2026,
|
|
24195
|
+
/** @example New For Sale Used Item draft • 30 Apr 2026, 6:38 AM */
|
|
24139
24196
|
draft_name?: string;
|
|
24140
|
-
/** @example LST-UIT-SAL-
|
|
24197
|
+
/** @example LST-UIT-SAL-MOL44YPEBZS */
|
|
24141
24198
|
sku?: string;
|
|
24142
|
-
/** @example
|
|
24199
|
+
/** @example 69bcb42b-e652-4506-a470-ebaa590e2854 */
|
|
24143
24200
|
uid?: string;
|
|
24144
24201
|
/** @example Sale */
|
|
24145
24202
|
listing_type?: string;
|
|
@@ -24526,7 +24583,7 @@ export interface operations {
|
|
|
24526
24583
|
completed_layers?: number;
|
|
24527
24584
|
/** @example 4 */
|
|
24528
24585
|
pending_layers?: number;
|
|
24529
|
-
/** @example 30 Apr 2026,
|
|
24586
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
24530
24587
|
last_calculated_at?: string;
|
|
24531
24588
|
};
|
|
24532
24589
|
};
|
|
@@ -24768,7 +24825,7 @@ export interface operations {
|
|
|
24768
24825
|
completed_layers?: number;
|
|
24769
24826
|
/** @example 4 */
|
|
24770
24827
|
pending_layers?: number;
|
|
24771
|
-
/** @example 30 Apr 2026,
|
|
24828
|
+
/** @example 30 Apr 2026, 06:38 AM */
|
|
24772
24829
|
last_calculated_at?: string;
|
|
24773
24830
|
};
|
|
24774
24831
|
};
|