@justins-home/types 1.1.69 → 1.1.70
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 +287 -289
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -3260,10 +3260,10 @@ export interface paths {
|
|
|
3260
3260
|
get?: never;
|
|
3261
3261
|
put?: never;
|
|
3262
3262
|
/**
|
|
3263
|
-
*
|
|
3263
|
+
* confirmAppointment
|
|
3264
3264
|
* @description cancel an appointment proposal for a listing.
|
|
3265
3265
|
*/
|
|
3266
|
-
post: operations["
|
|
3266
|
+
post: operations["confirmAppointment"];
|
|
3267
3267
|
delete?: never;
|
|
3268
3268
|
options?: never;
|
|
3269
3269
|
head?: never;
|
|
@@ -3283,10 +3283,10 @@ export interface paths {
|
|
|
3283
3283
|
get?: never;
|
|
3284
3284
|
put?: never;
|
|
3285
3285
|
/**
|
|
3286
|
-
*
|
|
3286
|
+
* cancelAppointment
|
|
3287
3287
|
* @description Confirms an appointment proposal for a listing.
|
|
3288
3288
|
*/
|
|
3289
|
-
post: operations["
|
|
3289
|
+
post: operations["cancelAppointment"];
|
|
3290
3290
|
delete?: never;
|
|
3291
3291
|
options?: never;
|
|
3292
3292
|
head?: never;
|
|
@@ -6099,7 +6099,7 @@ export interface operations {
|
|
|
6099
6099
|
content: {
|
|
6100
6100
|
"application/json": {
|
|
6101
6101
|
data?: {
|
|
6102
|
-
/** @example
|
|
6102
|
+
/** @example 9bf6a94c-38ee-4276-95f6-659b2cfa8d86 */
|
|
6103
6103
|
uid?: string;
|
|
6104
6104
|
/** @example Ms. Audra Crooks II */
|
|
6105
6105
|
username?: string;
|
|
@@ -6129,7 +6129,7 @@ export interface operations {
|
|
|
6129
6129
|
timezone?: string;
|
|
6130
6130
|
/** @example Customer */
|
|
6131
6131
|
user_type?: string;
|
|
6132
|
-
/** @example 01 May 2026,
|
|
6132
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
6133
6133
|
created?: string;
|
|
6134
6134
|
/** @example 0 seconds ago */
|
|
6135
6135
|
email_verified_at?: string;
|
|
@@ -6770,12 +6770,12 @@ export interface operations {
|
|
|
6770
6770
|
*/
|
|
6771
6771
|
search?: string | null;
|
|
6772
6772
|
/**
|
|
6773
|
-
* @example
|
|
6773
|
+
* @example rejected
|
|
6774
6774
|
* @enum {string|null}
|
|
6775
6775
|
*/
|
|
6776
6776
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
6777
6777
|
/**
|
|
6778
|
-
* @example
|
|
6778
|
+
* @example landlord
|
|
6779
6779
|
* @enum {string|null}
|
|
6780
6780
|
*/
|
|
6781
6781
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -7009,7 +7009,7 @@ export interface operations {
|
|
|
7009
7009
|
content: {
|
|
7010
7010
|
"application/json": {
|
|
7011
7011
|
data?: {
|
|
7012
|
-
/** @example
|
|
7012
|
+
/** @example c9cec102-f13e-44f8-8ea3-bdf197014d75 */
|
|
7013
7013
|
uid?: string;
|
|
7014
7014
|
/** @example JH-APP-2026-589365 */
|
|
7015
7015
|
application_ref?: string;
|
|
@@ -7030,7 +7030,7 @@ export interface operations {
|
|
|
7030
7030
|
/** @example null */
|
|
7031
7031
|
rejection_reason?: string | null;
|
|
7032
7032
|
timeline?: {
|
|
7033
|
-
/** @example 01 May 2026,
|
|
7033
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7034
7034
|
created_at?: string;
|
|
7035
7035
|
/** @example null */
|
|
7036
7036
|
approved_at?: string | null;
|
|
@@ -7064,7 +7064,7 @@ export interface operations {
|
|
|
7064
7064
|
content: {
|
|
7065
7065
|
"application/json": {
|
|
7066
7066
|
data?: {
|
|
7067
|
-
/** @example
|
|
7067
|
+
/** @example c1938c13-ca6c-480c-8ea5-fdd82474202e */
|
|
7068
7068
|
uid?: string;
|
|
7069
7069
|
/** @example JH-APP-2026-933724 */
|
|
7070
7070
|
application_ref?: string;
|
|
@@ -7085,7 +7085,7 @@ export interface operations {
|
|
|
7085
7085
|
/** @example null */
|
|
7086
7086
|
rejection_reason?: string | null;
|
|
7087
7087
|
timeline?: {
|
|
7088
|
-
/** @example 01 May 2026,
|
|
7088
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7089
7089
|
created_at?: string;
|
|
7090
7090
|
/** @example null */
|
|
7091
7091
|
approved_at?: string | null;
|
|
@@ -7119,7 +7119,7 @@ export interface operations {
|
|
|
7119
7119
|
content: {
|
|
7120
7120
|
"application/json": {
|
|
7121
7121
|
data?: {
|
|
7122
|
-
/** @example
|
|
7122
|
+
/** @example 3a32d333-9926-4a9d-816d-0f2c9b781063 */
|
|
7123
7123
|
uid?: string;
|
|
7124
7124
|
/** @example JH-APP-2026-450949 */
|
|
7125
7125
|
application_ref?: string;
|
|
@@ -7140,7 +7140,7 @@ export interface operations {
|
|
|
7140
7140
|
/** @example null */
|
|
7141
7141
|
rejection_reason?: string | null;
|
|
7142
7142
|
timeline?: {
|
|
7143
|
-
/** @example 01 May 2026,
|
|
7143
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7144
7144
|
created_at?: string;
|
|
7145
7145
|
/** @example null */
|
|
7146
7146
|
approved_at?: string | null;
|
|
@@ -7184,7 +7184,7 @@ export interface operations {
|
|
|
7184
7184
|
content: {
|
|
7185
7185
|
"application/json": {
|
|
7186
7186
|
data?: {
|
|
7187
|
-
/** @example
|
|
7187
|
+
/** @example e48d8094-aa0d-43aa-94c8-45a7c04bef23 */
|
|
7188
7188
|
uid?: string;
|
|
7189
7189
|
/** @example JH-APP-2026-026316 */
|
|
7190
7190
|
application_ref?: string;
|
|
@@ -7205,7 +7205,7 @@ export interface operations {
|
|
|
7205
7205
|
/** @example null */
|
|
7206
7206
|
rejection_reason?: string | null;
|
|
7207
7207
|
timeline?: {
|
|
7208
|
-
/** @example 01 May 2026,
|
|
7208
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7209
7209
|
created_at?: string;
|
|
7210
7210
|
/** @example null */
|
|
7211
7211
|
approved_at?: string | null;
|
|
@@ -7249,7 +7249,7 @@ export interface operations {
|
|
|
7249
7249
|
content: {
|
|
7250
7250
|
"application/json": {
|
|
7251
7251
|
data?: {
|
|
7252
|
-
/** @example
|
|
7252
|
+
/** @example fdba56d6-aae6-4acf-a96f-09b79b614f21 */
|
|
7253
7253
|
uid?: string;
|
|
7254
7254
|
/** @example JH-APP-2026-000564 */
|
|
7255
7255
|
application_ref?: string;
|
|
@@ -7270,7 +7270,7 @@ export interface operations {
|
|
|
7270
7270
|
/** @example null */
|
|
7271
7271
|
rejection_reason?: string | null;
|
|
7272
7272
|
timeline?: {
|
|
7273
|
-
/** @example 01 May 2026,
|
|
7273
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7274
7274
|
created_at?: string;
|
|
7275
7275
|
/** @example null */
|
|
7276
7276
|
approved_at?: string | null;
|
|
@@ -7304,7 +7304,7 @@ export interface operations {
|
|
|
7304
7304
|
content: {
|
|
7305
7305
|
"application/json": {
|
|
7306
7306
|
data?: {
|
|
7307
|
-
/** @example
|
|
7307
|
+
/** @example f35ab3ec-930a-47b2-b64c-1156bd7c1dc7 */
|
|
7308
7308
|
uid?: string;
|
|
7309
7309
|
/** @example 4881.50 */
|
|
7310
7310
|
rent_amount?: string;
|
|
@@ -7322,7 +7322,7 @@ export interface operations {
|
|
|
7322
7322
|
company_name?: string | null;
|
|
7323
7323
|
/** @example null */
|
|
7324
7324
|
company_registration_number?: string | null;
|
|
7325
|
-
/** @example 2026-05-
|
|
7325
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
7326
7326
|
created_at?: string;
|
|
7327
7327
|
};
|
|
7328
7328
|
};
|
|
@@ -7768,7 +7768,7 @@ export interface operations {
|
|
|
7768
7768
|
content: {
|
|
7769
7769
|
"application/json": {
|
|
7770
7770
|
data?: {
|
|
7771
|
-
/** @example
|
|
7771
|
+
/** @example 605c210a-221a-47c0-9a94-03efd20c181d */
|
|
7772
7772
|
uid?: string;
|
|
7773
7773
|
/** @example Ms. Audra Crooks II */
|
|
7774
7774
|
username?: string;
|
|
@@ -7798,7 +7798,7 @@ export interface operations {
|
|
|
7798
7798
|
timezone?: string;
|
|
7799
7799
|
/** @example Customer */
|
|
7800
7800
|
user_type?: string;
|
|
7801
|
-
/** @example 01 May 2026,
|
|
7801
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
7802
7802
|
created?: string;
|
|
7803
7803
|
/** @example 0 seconds ago */
|
|
7804
7804
|
email_verified_at?: string;
|
|
@@ -8188,11 +8188,11 @@ export interface operations {
|
|
|
8188
8188
|
content: {
|
|
8189
8189
|
"application/json": {
|
|
8190
8190
|
data?: {
|
|
8191
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
8191
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
8192
8192
|
draft_name?: string;
|
|
8193
|
-
/** @example LST-PRP-LTR-
|
|
8193
|
+
/** @example LST-PRP-LTR-MONCIXPK6SK */
|
|
8194
8194
|
sku?: string;
|
|
8195
|
-
/** @example
|
|
8195
|
+
/** @example ae2de3b1-b5d1-4bcd-b5de-ea28fee99e79 */
|
|
8196
8196
|
uid?: string;
|
|
8197
8197
|
/** @example Rent */
|
|
8198
8198
|
listing_type?: string;
|
|
@@ -9604,7 +9604,7 @@ export interface operations {
|
|
|
9604
9604
|
content: {
|
|
9605
9605
|
"application/json": {
|
|
9606
9606
|
/**
|
|
9607
|
-
* @example
|
|
9607
|
+
* @example Dormant
|
|
9608
9608
|
* @enum {string}
|
|
9609
9609
|
*/
|
|
9610
9610
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -9619,7 +9619,7 @@ export interface operations {
|
|
|
9619
9619
|
content: {
|
|
9620
9620
|
"application/json": {
|
|
9621
9621
|
data?: {
|
|
9622
|
-
/** @example
|
|
9622
|
+
/** @example 5754e443-19b1-4254-81aa-247d00bb8a25 */
|
|
9623
9623
|
uid?: string;
|
|
9624
9624
|
/** @example Morgan Hirthe */
|
|
9625
9625
|
username?: string;
|
|
@@ -9649,7 +9649,7 @@ export interface operations {
|
|
|
9649
9649
|
timezone?: string;
|
|
9650
9650
|
/** @example Customer */
|
|
9651
9651
|
user_type?: string;
|
|
9652
|
-
/** @example 01 May 2026,
|
|
9652
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
9653
9653
|
created?: string;
|
|
9654
9654
|
/** @example 0 seconds ago */
|
|
9655
9655
|
email_verified_at?: string;
|
|
@@ -10358,11 +10358,11 @@ export interface operations {
|
|
|
10358
10358
|
content: {
|
|
10359
10359
|
"application/json": {
|
|
10360
10360
|
data?: {
|
|
10361
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
10361
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
10362
10362
|
draft_name?: string;
|
|
10363
|
-
/** @example LST-PRP-LTR-
|
|
10363
|
+
/** @example LST-PRP-LTR-MONCIXS8KQQ */
|
|
10364
10364
|
sku?: string;
|
|
10365
|
-
/** @example
|
|
10365
|
+
/** @example 3c055c0a-6bce-4ad8-91b4-d5a212d39be2 */
|
|
10366
10366
|
uid?: string;
|
|
10367
10367
|
/** @example Rent */
|
|
10368
10368
|
listing_type?: string;
|
|
@@ -10802,7 +10802,7 @@ export interface operations {
|
|
|
10802
10802
|
content: {
|
|
10803
10803
|
"application/json": {
|
|
10804
10804
|
data?: {
|
|
10805
|
-
/** @example
|
|
10805
|
+
/** @example c851be87-890f-4cc8-9e6e-365bf3c8c003 */
|
|
10806
10806
|
uid?: string;
|
|
10807
10807
|
/** @example photo */
|
|
10808
10808
|
media_type?: string;
|
|
@@ -11109,13 +11109,13 @@ export interface operations {
|
|
|
11109
11109
|
/**
|
|
11110
11110
|
* @example [
|
|
11111
11111
|
* {
|
|
11112
|
-
* "draft_name": "New
|
|
11113
|
-
* "sku": "LST-PRP-
|
|
11114
|
-
* "uid": "
|
|
11115
|
-
* "listing_type": "
|
|
11112
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
11113
|
+
* "sku": "LST-PRP-LTR-MONCIXTM63N",
|
|
11114
|
+
* "uid": "e1362b75-5bf6-4430-b9e5-1c083bb20fe8",
|
|
11115
|
+
* "listing_type": "Rent",
|
|
11116
11116
|
* "vertical": "Property",
|
|
11117
|
-
* "arrangement_type": "
|
|
11118
|
-
* "arrangement_type_label": "
|
|
11117
|
+
* "arrangement_type": "standard_residential",
|
|
11118
|
+
* "arrangement_type_label": "Standard Residential",
|
|
11119
11119
|
* "price": null,
|
|
11120
11120
|
* "state": "draft",
|
|
11121
11121
|
* "published_at": null,
|
|
@@ -11128,9 +11128,9 @@ export interface operations {
|
|
|
11128
11128
|
* "media": []
|
|
11129
11129
|
* },
|
|
11130
11130
|
* {
|
|
11131
|
-
* "draft_name": "New For Sale Used Item draft • 1 May 2026,
|
|
11132
|
-
* "sku": "LST-UIT-SAL-
|
|
11133
|
-
* "uid": "
|
|
11131
|
+
* "draft_name": "New For Sale Used Item draft • 1 May 2026, 8:09 PM",
|
|
11132
|
+
* "sku": "LST-UIT-SAL-MONCIXTOZ6G",
|
|
11133
|
+
* "uid": "a6090b0d-e41f-4777-86d3-a4046205d539",
|
|
11134
11134
|
* "listing_type": "Sale",
|
|
11135
11135
|
* "vertical": "Used Item",
|
|
11136
11136
|
* "arrangement_type": null,
|
|
@@ -11147,19 +11147,19 @@ export interface operations {
|
|
|
11147
11147
|
* ]
|
|
11148
11148
|
*/
|
|
11149
11149
|
data?: {
|
|
11150
|
-
/** @example New
|
|
11150
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11151
11151
|
draft_name?: string;
|
|
11152
|
-
/** @example LST-PRP-
|
|
11152
|
+
/** @example LST-PRP-LTR-MONCIXTM63N */
|
|
11153
11153
|
sku?: string;
|
|
11154
|
-
/** @example
|
|
11154
|
+
/** @example e1362b75-5bf6-4430-b9e5-1c083bb20fe8 */
|
|
11155
11155
|
uid?: string;
|
|
11156
|
-
/** @example
|
|
11156
|
+
/** @example Rent */
|
|
11157
11157
|
listing_type?: string;
|
|
11158
11158
|
/** @example Property */
|
|
11159
11159
|
vertical?: string;
|
|
11160
|
-
/** @example
|
|
11160
|
+
/** @example standard_residential */
|
|
11161
11161
|
arrangement_type?: string;
|
|
11162
|
-
/** @example
|
|
11162
|
+
/** @example Standard Residential */
|
|
11163
11163
|
arrangement_type_label?: string;
|
|
11164
11164
|
/** @example null */
|
|
11165
11165
|
price?: string | null;
|
|
@@ -11346,11 +11346,11 @@ export interface operations {
|
|
|
11346
11346
|
content: {
|
|
11347
11347
|
"application/json": {
|
|
11348
11348
|
data?: {
|
|
11349
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11349
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11350
11350
|
draft_name?: string;
|
|
11351
|
-
/** @example LST-PRP-LTR-
|
|
11351
|
+
/** @example LST-PRP-LTR-MONCIXTW2IX */
|
|
11352
11352
|
sku?: string;
|
|
11353
|
-
/** @example
|
|
11353
|
+
/** @example 6ee2e64a-42bc-4707-ab78-69c8401d4adf */
|
|
11354
11354
|
uid?: string;
|
|
11355
11355
|
/** @example Rent */
|
|
11356
11356
|
listing_type?: string;
|
|
@@ -11413,11 +11413,11 @@ export interface operations {
|
|
|
11413
11413
|
content: {
|
|
11414
11414
|
"application/json": {
|
|
11415
11415
|
data?: {
|
|
11416
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11416
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11417
11417
|
draft_name?: string;
|
|
11418
|
-
/** @example LST-PRP-LTR-
|
|
11418
|
+
/** @example LST-PRP-LTR-MONCIXU1KLQ */
|
|
11419
11419
|
sku?: string;
|
|
11420
|
-
/** @example
|
|
11420
|
+
/** @example 0744d6bf-fc84-4de3-b177-c238f058b6df */
|
|
11421
11421
|
uid?: string;
|
|
11422
11422
|
/** @example Rent */
|
|
11423
11423
|
listing_type?: string;
|
|
@@ -11470,11 +11470,11 @@ export interface operations {
|
|
|
11470
11470
|
content: {
|
|
11471
11471
|
"application/json": {
|
|
11472
11472
|
data?: {
|
|
11473
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11473
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11474
11474
|
draft_name?: string;
|
|
11475
|
-
/** @example LST-PRP-LTR-
|
|
11475
|
+
/** @example LST-PRP-LTR-MONCIXU5Z17 */
|
|
11476
11476
|
sku?: string;
|
|
11477
|
-
/** @example
|
|
11477
|
+
/** @example d584d1d9-88da-4f38-8ddf-b3ee74e547dc */
|
|
11478
11478
|
uid?: string;
|
|
11479
11479
|
/** @example Rent */
|
|
11480
11480
|
listing_type?: string;
|
|
@@ -11527,11 +11527,11 @@ export interface operations {
|
|
|
11527
11527
|
content: {
|
|
11528
11528
|
"application/json": {
|
|
11529
11529
|
data?: {
|
|
11530
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11530
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
11531
11531
|
draft_name?: string;
|
|
11532
|
-
/** @example LST-PRP-LTR-
|
|
11532
|
+
/** @example LST-PRP-LTR-MONCIXUAWJN */
|
|
11533
11533
|
sku?: string;
|
|
11534
|
-
/** @example
|
|
11534
|
+
/** @example 968a75f0-d473-4eac-992d-b71e19e29ac3 */
|
|
11535
11535
|
uid?: string;
|
|
11536
11536
|
/** @example Rent */
|
|
11537
11537
|
listing_type?: string;
|
|
@@ -11725,7 +11725,7 @@ export interface operations {
|
|
|
11725
11725
|
content: {
|
|
11726
11726
|
"application/json": {
|
|
11727
11727
|
data?: {
|
|
11728
|
-
/** @example
|
|
11728
|
+
/** @example 319 */
|
|
11729
11729
|
id?: number;
|
|
11730
11730
|
/** @example 1 */
|
|
11731
11731
|
category_id?: number;
|
|
@@ -11799,7 +11799,7 @@ export interface operations {
|
|
|
11799
11799
|
content: {
|
|
11800
11800
|
"application/json": {
|
|
11801
11801
|
data?: {
|
|
11802
|
-
/** @example
|
|
11802
|
+
/** @example 320 */
|
|
11803
11803
|
id?: number;
|
|
11804
11804
|
/** @example 1 */
|
|
11805
11805
|
category_id?: number;
|
|
@@ -11838,7 +11838,7 @@ export interface operations {
|
|
|
11838
11838
|
content: {
|
|
11839
11839
|
"application/json": {
|
|
11840
11840
|
data?: {
|
|
11841
|
-
/** @example
|
|
11841
|
+
/** @example 321 */
|
|
11842
11842
|
id?: number;
|
|
11843
11843
|
/** @example 1 */
|
|
11844
11844
|
category_id?: number;
|
|
@@ -11876,7 +11876,7 @@ export interface operations {
|
|
|
11876
11876
|
/**
|
|
11877
11877
|
* @example [
|
|
11878
11878
|
* {
|
|
11879
|
-
* "id":
|
|
11879
|
+
* "id": 475,
|
|
11880
11880
|
* "name": "Exterior",
|
|
11881
11881
|
* "description": "For Exterior categories",
|
|
11882
11882
|
* "display_order": 1,
|
|
@@ -11886,7 +11886,7 @@ export interface operations {
|
|
|
11886
11886
|
* "is_active": true
|
|
11887
11887
|
* },
|
|
11888
11888
|
* {
|
|
11889
|
-
* "id":
|
|
11889
|
+
* "id": 476,
|
|
11890
11890
|
* "name": "Exterior",
|
|
11891
11891
|
* "description": "For Exterior categories",
|
|
11892
11892
|
* "display_order": 1,
|
|
@@ -11898,7 +11898,7 @@ export interface operations {
|
|
|
11898
11898
|
* ]
|
|
11899
11899
|
*/
|
|
11900
11900
|
data?: {
|
|
11901
|
-
/** @example
|
|
11901
|
+
/** @example 475 */
|
|
11902
11902
|
id?: number;
|
|
11903
11903
|
/** @example Exterior */
|
|
11904
11904
|
name?: string;
|
|
@@ -11962,7 +11962,7 @@ export interface operations {
|
|
|
11962
11962
|
content: {
|
|
11963
11963
|
"application/json": {
|
|
11964
11964
|
data?: {
|
|
11965
|
-
/** @example
|
|
11965
|
+
/** @example 477 */
|
|
11966
11966
|
id?: number;
|
|
11967
11967
|
/** @example Exterior */
|
|
11968
11968
|
name?: string;
|
|
@@ -12029,7 +12029,7 @@ export interface operations {
|
|
|
12029
12029
|
content: {
|
|
12030
12030
|
"application/json": {
|
|
12031
12031
|
data?: {
|
|
12032
|
-
/** @example
|
|
12032
|
+
/** @example 478 */
|
|
12033
12033
|
id?: number;
|
|
12034
12034
|
/** @example Exterior */
|
|
12035
12035
|
name?: string;
|
|
@@ -12070,7 +12070,7 @@ export interface operations {
|
|
|
12070
12070
|
content: {
|
|
12071
12071
|
"application/json": {
|
|
12072
12072
|
data?: {
|
|
12073
|
-
/** @example
|
|
12073
|
+
/** @example 479 */
|
|
12074
12074
|
id?: number;
|
|
12075
12075
|
/** @example Exterior */
|
|
12076
12076
|
name?: string;
|
|
@@ -12333,7 +12333,7 @@ export interface operations {
|
|
|
12333
12333
|
content: {
|
|
12334
12334
|
"application/json": {
|
|
12335
12335
|
data?: {
|
|
12336
|
-
/** @example
|
|
12336
|
+
/** @example 201 */
|
|
12337
12337
|
id?: number;
|
|
12338
12338
|
/** @example email_fa_0 */
|
|
12339
12339
|
key?: string;
|
|
@@ -12347,9 +12347,9 @@ export interface operations {
|
|
|
12347
12347
|
metadata_schema?: unknown[];
|
|
12348
12348
|
/** @example true */
|
|
12349
12349
|
is_active?: boolean;
|
|
12350
|
-
/** @example 2026-05-
|
|
12350
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12351
12351
|
created_at?: string;
|
|
12352
|
-
/** @example 2026-05-
|
|
12352
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12353
12353
|
updated_at?: string;
|
|
12354
12354
|
};
|
|
12355
12355
|
};
|
|
@@ -12409,7 +12409,7 @@ export interface operations {
|
|
|
12409
12409
|
content: {
|
|
12410
12410
|
"application/json": {
|
|
12411
12411
|
data?: {
|
|
12412
|
-
/** @example
|
|
12412
|
+
/** @example 202 */
|
|
12413
12413
|
id?: number;
|
|
12414
12414
|
/** @example email_fa_0 */
|
|
12415
12415
|
key?: string;
|
|
@@ -12423,9 +12423,9 @@ export interface operations {
|
|
|
12423
12423
|
metadata_schema?: unknown[];
|
|
12424
12424
|
/** @example true */
|
|
12425
12425
|
is_active?: boolean;
|
|
12426
|
-
/** @example 2026-05-
|
|
12426
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12427
12427
|
created_at?: string;
|
|
12428
|
-
/** @example 2026-05-
|
|
12428
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
12429
12429
|
updated_at?: string;
|
|
12430
12430
|
};
|
|
12431
12431
|
};
|
|
@@ -13691,25 +13691,25 @@ export interface operations {
|
|
|
13691
13691
|
/**
|
|
13692
13692
|
* @example [
|
|
13693
13693
|
* {
|
|
13694
|
-
* "key": "
|
|
13695
|
-
* "name": "
|
|
13696
|
-
* "description": "
|
|
13694
|
+
* "key": "officiis",
|
|
13695
|
+
* "name": "officia",
|
|
13696
|
+
* "description": "Numquam rerum inventore debitis totam.",
|
|
13697
13697
|
* "value_type": "string"
|
|
13698
13698
|
* },
|
|
13699
13699
|
* {
|
|
13700
|
-
* "key": "
|
|
13701
|
-
* "name": "
|
|
13702
|
-
* "description": "
|
|
13700
|
+
* "key": "officia",
|
|
13701
|
+
* "name": "ut",
|
|
13702
|
+
* "description": "Voluptatibus qui minima recusandae repellendus.",
|
|
13703
13703
|
* "value_type": "string"
|
|
13704
13704
|
* }
|
|
13705
13705
|
* ]
|
|
13706
13706
|
*/
|
|
13707
13707
|
data?: {
|
|
13708
|
-
/** @example
|
|
13708
|
+
/** @example officiis */
|
|
13709
13709
|
key?: string;
|
|
13710
|
-
/** @example
|
|
13710
|
+
/** @example officia */
|
|
13711
13711
|
name?: string;
|
|
13712
|
-
/** @example
|
|
13712
|
+
/** @example Numquam rerum inventore debitis totam. */
|
|
13713
13713
|
description?: string;
|
|
13714
13714
|
/** @example string */
|
|
13715
13715
|
value_type?: string;
|
|
@@ -14951,13 +14951,13 @@ export interface operations {
|
|
|
14951
14951
|
};
|
|
14952
14952
|
} | {
|
|
14953
14953
|
data?: {
|
|
14954
|
-
/** @example
|
|
14954
|
+
/** @example b071d9d6-b2cd-47c4-a8dc-0c13b886c013 */
|
|
14955
14955
|
uid?: string;
|
|
14956
14956
|
/** @example follow_up */
|
|
14957
14957
|
inspection_type?: string;
|
|
14958
14958
|
/** @example cancelled */
|
|
14959
14959
|
status?: string;
|
|
14960
|
-
/** @example 07 May 2026,
|
|
14960
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
14961
14961
|
scheduled_date?: string;
|
|
14962
14962
|
/** @example null */
|
|
14963
14963
|
completed_date?: string | null;
|
|
@@ -14965,11 +14965,11 @@ export interface operations {
|
|
|
14965
14965
|
condition_rating?: string;
|
|
14966
14966
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14967
14967
|
summary?: string;
|
|
14968
|
-
/** @example 01 Jul 2026,
|
|
14968
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
14969
14969
|
next_inspection_date?: string;
|
|
14970
|
-
/** @example 01 May 2026,
|
|
14970
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
14971
14971
|
created_at?: string;
|
|
14972
|
-
/** @example 01 May 2026,
|
|
14972
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
14973
14973
|
updated_at?: string;
|
|
14974
14974
|
};
|
|
14975
14975
|
};
|
|
@@ -15024,13 +15024,13 @@ export interface operations {
|
|
|
15024
15024
|
content: {
|
|
15025
15025
|
"application/json": {
|
|
15026
15026
|
data?: {
|
|
15027
|
-
/** @example
|
|
15027
|
+
/** @example 33149980-744c-4c49-87e0-74fc9deff673 */
|
|
15028
15028
|
uid?: string;
|
|
15029
15029
|
/** @example follow_up */
|
|
15030
15030
|
inspection_type?: string;
|
|
15031
15031
|
/** @example cancelled */
|
|
15032
15032
|
status?: string;
|
|
15033
|
-
/** @example 07 May 2026,
|
|
15033
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
15034
15034
|
scheduled_date?: string;
|
|
15035
15035
|
/** @example null */
|
|
15036
15036
|
completed_date?: string | null;
|
|
@@ -15038,11 +15038,11 @@ export interface operations {
|
|
|
15038
15038
|
condition_rating?: string;
|
|
15039
15039
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15040
15040
|
summary?: string;
|
|
15041
|
-
/** @example 01 Jul 2026,
|
|
15041
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
15042
15042
|
next_inspection_date?: string;
|
|
15043
|
-
/** @example 01 May 2026,
|
|
15043
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15044
15044
|
created_at?: string;
|
|
15045
|
-
/** @example 01 May 2026,
|
|
15045
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15046
15046
|
updated_at?: string;
|
|
15047
15047
|
};
|
|
15048
15048
|
};
|
|
@@ -15137,13 +15137,13 @@ export interface operations {
|
|
|
15137
15137
|
content: {
|
|
15138
15138
|
"application/json": {
|
|
15139
15139
|
data?: {
|
|
15140
|
-
/** @example
|
|
15140
|
+
/** @example ccc2d3eb-4458-4a9e-83a8-cc2127e1e8a1 */
|
|
15141
15141
|
uid?: string;
|
|
15142
15142
|
/** @example follow_up */
|
|
15143
15143
|
inspection_type?: string;
|
|
15144
15144
|
/** @example cancelled */
|
|
15145
15145
|
status?: string;
|
|
15146
|
-
/** @example 25 Apr 2026,
|
|
15146
|
+
/** @example 25 Apr 2026, 07:34 AM */
|
|
15147
15147
|
scheduled_date?: string;
|
|
15148
15148
|
/** @example null */
|
|
15149
15149
|
completed_date?: string | null;
|
|
@@ -15151,11 +15151,11 @@ export interface operations {
|
|
|
15151
15151
|
condition_rating?: string;
|
|
15152
15152
|
/** @example Et animi quos velit et fugiat. */
|
|
15153
15153
|
summary?: string;
|
|
15154
|
-
/** @example 04 Aug 2026,
|
|
15154
|
+
/** @example 04 Aug 2026, 03:27 PM */
|
|
15155
15155
|
next_inspection_date?: string;
|
|
15156
|
-
/** @example 01 May 2026,
|
|
15156
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15157
15157
|
created_at?: string;
|
|
15158
|
-
/** @example 01 May 2026,
|
|
15158
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15159
15159
|
updated_at?: string;
|
|
15160
15160
|
};
|
|
15161
15161
|
};
|
|
@@ -15192,13 +15192,13 @@ export interface operations {
|
|
|
15192
15192
|
content: {
|
|
15193
15193
|
"application/json": {
|
|
15194
15194
|
data?: {
|
|
15195
|
-
/** @example
|
|
15195
|
+
/** @example 7dc35a75-4563-448d-967e-dfd231089b57 */
|
|
15196
15196
|
uid?: string;
|
|
15197
15197
|
/** @example follow_up */
|
|
15198
15198
|
inspection_type?: string;
|
|
15199
15199
|
/** @example cancelled */
|
|
15200
15200
|
status?: string;
|
|
15201
|
-
/** @example 07 May 2026,
|
|
15201
|
+
/** @example 07 May 2026, 10:07 AM */
|
|
15202
15202
|
scheduled_date?: string;
|
|
15203
15203
|
/** @example null */
|
|
15204
15204
|
completed_date?: string | null;
|
|
@@ -15206,11 +15206,11 @@ export interface operations {
|
|
|
15206
15206
|
condition_rating?: string;
|
|
15207
15207
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15208
15208
|
summary?: string;
|
|
15209
|
-
/** @example 01 Jul 2026,
|
|
15209
|
+
/** @example 01 Jul 2026, 06:56 AM */
|
|
15210
15210
|
next_inspection_date?: string;
|
|
15211
|
-
/** @example 01 May 2026,
|
|
15211
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15212
15212
|
created_at?: string;
|
|
15213
|
-
/** @example 01 May 2026,
|
|
15213
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15214
15214
|
updated_at?: string;
|
|
15215
15215
|
};
|
|
15216
15216
|
};
|
|
@@ -15247,13 +15247,13 @@ export interface operations {
|
|
|
15247
15247
|
content: {
|
|
15248
15248
|
"application/json": {
|
|
15249
15249
|
data?: {
|
|
15250
|
-
/** @example
|
|
15250
|
+
/** @example ddb2b71b-6cda-46ce-a9ab-c45b09b3292d */
|
|
15251
15251
|
uid?: string;
|
|
15252
15252
|
/** @example follow_up */
|
|
15253
15253
|
inspection_type?: string;
|
|
15254
15254
|
/** @example cancelled */
|
|
15255
15255
|
status?: string;
|
|
15256
|
-
/** @example 25 Apr 2026,
|
|
15256
|
+
/** @example 25 Apr 2026, 07:34 AM */
|
|
15257
15257
|
scheduled_date?: string;
|
|
15258
15258
|
/** @example null */
|
|
15259
15259
|
completed_date?: string | null;
|
|
@@ -15261,11 +15261,11 @@ export interface operations {
|
|
|
15261
15261
|
condition_rating?: string;
|
|
15262
15262
|
/** @example Et animi quos velit et fugiat. */
|
|
15263
15263
|
summary?: string;
|
|
15264
|
-
/** @example 04 Aug 2026,
|
|
15264
|
+
/** @example 04 Aug 2026, 03:27 PM */
|
|
15265
15265
|
next_inspection_date?: string;
|
|
15266
|
-
/** @example 01 May 2026,
|
|
15266
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15267
15267
|
created_at?: string;
|
|
15268
|
-
/** @example 01 May 2026,
|
|
15268
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15269
15269
|
updated_at?: string;
|
|
15270
15270
|
};
|
|
15271
15271
|
};
|
|
@@ -15392,29 +15392,29 @@ export interface operations {
|
|
|
15392
15392
|
};
|
|
15393
15393
|
} | {
|
|
15394
15394
|
data?: {
|
|
15395
|
-
/** @example
|
|
15395
|
+
/** @example 52b52d1b-7285-4fd7-b53e-3450ebb312f2 */
|
|
15396
15396
|
uid?: string;
|
|
15397
15397
|
/** @example 1 */
|
|
15398
15398
|
tenancy_id?: number;
|
|
15399
|
-
/** @example
|
|
15399
|
+
/** @example Quod saepe pariatur animi dolorum ut. */
|
|
15400
15400
|
title?: string;
|
|
15401
|
-
/** @example
|
|
15401
|
+
/** @example Quia aut aliquam inventore. Et blanditiis ipsum eveniet saepe atque ut blanditiis. Nesciunt amet assumenda molestiae error. Illum harum explicabo molestiae unde enim. Tenetur dolor non sed mollitia fugiat iusto. */
|
|
15402
15402
|
description?: string;
|
|
15403
|
-
/** @example
|
|
15403
|
+
/** @example in_progress */
|
|
15404
15404
|
status?: string;
|
|
15405
|
-
/** @example
|
|
15405
|
+
/** @example urgent */
|
|
15406
15406
|
priority?: string;
|
|
15407
|
-
/** @example
|
|
15407
|
+
/** @example 28 Apr 2026, 09:18 AM */
|
|
15408
15408
|
reported_at?: string;
|
|
15409
15409
|
/** @example null */
|
|
15410
15410
|
assigned_at?: string | null;
|
|
15411
15411
|
/** @example null */
|
|
15412
15412
|
completed_at?: string | null;
|
|
15413
|
-
/** @example
|
|
15413
|
+
/** @example 03 May 2026, 08:07 AM */
|
|
15414
15414
|
sla_deadline?: string;
|
|
15415
|
-
/** @example 01 May 2026,
|
|
15415
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15416
15416
|
created_at?: string;
|
|
15417
|
-
/** @example 01 May 2026,
|
|
15417
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15418
15418
|
updated_at?: string;
|
|
15419
15419
|
};
|
|
15420
15420
|
};
|
|
@@ -15451,7 +15451,7 @@ export interface operations {
|
|
|
15451
15451
|
content: {
|
|
15452
15452
|
"application/json": {
|
|
15453
15453
|
data?: {
|
|
15454
|
-
/** @example
|
|
15454
|
+
/** @example d029c4d1-8efa-4c6b-aa18-e6732a5c8c8b */
|
|
15455
15455
|
uid?: string;
|
|
15456
15456
|
/** @example 1 */
|
|
15457
15457
|
tenancy_id?: number;
|
|
@@ -15463,17 +15463,17 @@ export interface operations {
|
|
|
15463
15463
|
status?: string;
|
|
15464
15464
|
/** @example low */
|
|
15465
15465
|
priority?: string;
|
|
15466
|
-
/** @example 30 Apr 2026,
|
|
15466
|
+
/** @example 30 Apr 2026, 09:37 AM */
|
|
15467
15467
|
reported_at?: string;
|
|
15468
15468
|
/** @example null */
|
|
15469
15469
|
assigned_at?: string | null;
|
|
15470
15470
|
/** @example null */
|
|
15471
15471
|
completed_at?: string | null;
|
|
15472
|
-
/** @example 03 May 2026,
|
|
15472
|
+
/** @example 03 May 2026, 06:02 AM */
|
|
15473
15473
|
sla_deadline?: string;
|
|
15474
|
-
/** @example 01 May 2026,
|
|
15474
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15475
15475
|
created_at?: string;
|
|
15476
|
-
/** @example 01 May 2026,
|
|
15476
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15477
15477
|
updated_at?: string;
|
|
15478
15478
|
};
|
|
15479
15479
|
};
|
|
@@ -15510,7 +15510,7 @@ export interface operations {
|
|
|
15510
15510
|
content: {
|
|
15511
15511
|
"application/json": {
|
|
15512
15512
|
data?: {
|
|
15513
|
-
/** @example
|
|
15513
|
+
/** @example adeec1e4-0069-42c5-8b98-3eb1b6d083e2 */
|
|
15514
15514
|
uid?: string;
|
|
15515
15515
|
/** @example 1 */
|
|
15516
15516
|
tenancy_id?: number;
|
|
@@ -15522,17 +15522,17 @@ export interface operations {
|
|
|
15522
15522
|
status?: string;
|
|
15523
15523
|
/** @example emergency */
|
|
15524
15524
|
priority?: string;
|
|
15525
|
-
/** @example 25 Apr 2026,
|
|
15525
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15526
15526
|
reported_at?: string;
|
|
15527
|
-
/** @example
|
|
15527
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15528
15528
|
assigned_at?: string;
|
|
15529
15529
|
/** @example null */
|
|
15530
15530
|
completed_at?: string | null;
|
|
15531
|
-
/** @example 03 May 2026, 04
|
|
15531
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15532
15532
|
sla_deadline?: string;
|
|
15533
|
-
/** @example 01 May 2026,
|
|
15533
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15534
15534
|
created_at?: string;
|
|
15535
|
-
/** @example 01 May 2026,
|
|
15535
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15536
15536
|
updated_at?: string;
|
|
15537
15537
|
};
|
|
15538
15538
|
};
|
|
@@ -15569,7 +15569,7 @@ export interface operations {
|
|
|
15569
15569
|
content: {
|
|
15570
15570
|
"application/json": {
|
|
15571
15571
|
data?: {
|
|
15572
|
-
/** @example
|
|
15572
|
+
/** @example a3c04333-417b-408c-b03a-4f6d93ab92fd */
|
|
15573
15573
|
uid?: string;
|
|
15574
15574
|
/** @example 1 */
|
|
15575
15575
|
tenancy_id?: number;
|
|
@@ -15581,17 +15581,17 @@ export interface operations {
|
|
|
15581
15581
|
status?: string;
|
|
15582
15582
|
/** @example emergency */
|
|
15583
15583
|
priority?: string;
|
|
15584
|
-
/** @example 25 Apr 2026,
|
|
15584
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15585
15585
|
reported_at?: string;
|
|
15586
|
-
/** @example
|
|
15586
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15587
15587
|
assigned_at?: string;
|
|
15588
15588
|
/** @example null */
|
|
15589
15589
|
completed_at?: string | null;
|
|
15590
|
-
/** @example 03 May 2026, 04
|
|
15590
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15591
15591
|
sla_deadline?: string;
|
|
15592
|
-
/** @example 01 May 2026,
|
|
15592
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15593
15593
|
created_at?: string;
|
|
15594
|
-
/** @example 01 May 2026,
|
|
15594
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15595
15595
|
updated_at?: string;
|
|
15596
15596
|
};
|
|
15597
15597
|
};
|
|
@@ -15628,7 +15628,7 @@ export interface operations {
|
|
|
15628
15628
|
content: {
|
|
15629
15629
|
"application/json": {
|
|
15630
15630
|
data?: {
|
|
15631
|
-
/** @example
|
|
15631
|
+
/** @example f22ee376-b58a-4894-b9e3-68ab877f98bf */
|
|
15632
15632
|
uid?: string;
|
|
15633
15633
|
/** @example 1 */
|
|
15634
15634
|
tenancy_id?: number;
|
|
@@ -15640,17 +15640,17 @@ export interface operations {
|
|
|
15640
15640
|
status?: string;
|
|
15641
15641
|
/** @example emergency */
|
|
15642
15642
|
priority?: string;
|
|
15643
|
-
/** @example 25 Apr 2026,
|
|
15643
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
15644
15644
|
reported_at?: string;
|
|
15645
|
-
/** @example
|
|
15645
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
15646
15646
|
assigned_at?: string;
|
|
15647
15647
|
/** @example null */
|
|
15648
15648
|
completed_at?: string | null;
|
|
15649
|
-
/** @example 03 May 2026, 04
|
|
15649
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
15650
15650
|
sla_deadline?: string;
|
|
15651
|
-
/** @example 01 May 2026,
|
|
15651
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15652
15652
|
created_at?: string;
|
|
15653
|
-
/** @example 01 May 2026,
|
|
15653
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
15654
15654
|
updated_at?: string;
|
|
15655
15655
|
};
|
|
15656
15656
|
};
|
|
@@ -17399,7 +17399,7 @@ export interface operations {
|
|
|
17399
17399
|
};
|
|
17400
17400
|
};
|
|
17401
17401
|
};
|
|
17402
|
-
|
|
17402
|
+
confirmAppointment: {
|
|
17403
17403
|
parameters: {
|
|
17404
17404
|
query?: never;
|
|
17405
17405
|
header?: never;
|
|
@@ -17624,7 +17624,7 @@ export interface operations {
|
|
|
17624
17624
|
};
|
|
17625
17625
|
};
|
|
17626
17626
|
};
|
|
17627
|
-
|
|
17627
|
+
cancelAppointment: {
|
|
17628
17628
|
parameters: {
|
|
17629
17629
|
query?: never;
|
|
17630
17630
|
header?: never;
|
|
@@ -18904,7 +18904,7 @@ export interface operations {
|
|
|
18904
18904
|
content: {
|
|
18905
18905
|
"application/json": {
|
|
18906
18906
|
data?: {
|
|
18907
|
-
/** @example
|
|
18907
|
+
/** @example 8c67c889-e167-4f85-918d-0b0e493a21c8 */
|
|
18908
18908
|
uid?: string;
|
|
18909
18909
|
/** @example Ms. Audra Crooks II */
|
|
18910
18910
|
username?: string;
|
|
@@ -18934,9 +18934,9 @@ export interface operations {
|
|
|
18934
18934
|
timezone?: string;
|
|
18935
18935
|
/** @example Customer */
|
|
18936
18936
|
user_type?: string;
|
|
18937
|
-
/** @example 01 May 2026,
|
|
18937
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
18938
18938
|
created?: string;
|
|
18939
|
-
/** @example
|
|
18939
|
+
/** @example 0 seconds ago */
|
|
18940
18940
|
email_verified_at?: string;
|
|
18941
18941
|
verification_status?: {
|
|
18942
18942
|
/** @example not_verified */
|
|
@@ -19403,7 +19403,7 @@ export interface operations {
|
|
|
19403
19403
|
content: {
|
|
19404
19404
|
"application/json": {
|
|
19405
19405
|
data?: {
|
|
19406
|
-
/** @example
|
|
19406
|
+
/** @example 1898d092-f3fd-44d3-b227-6d2dd5b2d2e8 */
|
|
19407
19407
|
uid?: string;
|
|
19408
19408
|
/** @example Ms. Audra Crooks II */
|
|
19409
19409
|
username?: string;
|
|
@@ -19433,7 +19433,7 @@ export interface operations {
|
|
|
19433
19433
|
timezone?: string;
|
|
19434
19434
|
/** @example Customer */
|
|
19435
19435
|
user_type?: string;
|
|
19436
|
-
/** @example 01 May 2026,
|
|
19436
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
19437
19437
|
created?: string;
|
|
19438
19438
|
/** @example 0 seconds ago */
|
|
19439
19439
|
email_verified_at?: string;
|
|
@@ -20060,12 +20060,12 @@ export interface operations {
|
|
|
20060
20060
|
*/
|
|
20061
20061
|
search?: string | null;
|
|
20062
20062
|
/**
|
|
20063
|
-
* @example
|
|
20063
|
+
* @example withdrawn
|
|
20064
20064
|
* @enum {string|null}
|
|
20065
20065
|
*/
|
|
20066
20066
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
20067
20067
|
/**
|
|
20068
|
-
* @example
|
|
20068
|
+
* @example admin
|
|
20069
20069
|
* @enum {string|null}
|
|
20070
20070
|
*/
|
|
20071
20071
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -20294,7 +20294,7 @@ export interface operations {
|
|
|
20294
20294
|
content: {
|
|
20295
20295
|
"application/json": {
|
|
20296
20296
|
data?: {
|
|
20297
|
-
/** @example
|
|
20297
|
+
/** @example d0516047-29c1-4aff-bb55-2a5f54dc21d1 */
|
|
20298
20298
|
uid?: string;
|
|
20299
20299
|
/** @example JH-APP-2026-936806 */
|
|
20300
20300
|
application_ref?: string;
|
|
@@ -20315,7 +20315,7 @@ export interface operations {
|
|
|
20315
20315
|
/** @example null */
|
|
20316
20316
|
rejection_reason?: string | null;
|
|
20317
20317
|
timeline?: {
|
|
20318
|
-
/** @example 01 May 2026,
|
|
20318
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
20319
20319
|
created_at?: string;
|
|
20320
20320
|
/** @example null */
|
|
20321
20321
|
approved_at?: string | null;
|
|
@@ -20349,7 +20349,7 @@ export interface operations {
|
|
|
20349
20349
|
content: {
|
|
20350
20350
|
"application/json": {
|
|
20351
20351
|
data?: {
|
|
20352
|
-
/** @example
|
|
20352
|
+
/** @example 05933703-b390-49fe-b87a-fbc8a574db23 */
|
|
20353
20353
|
uid?: string;
|
|
20354
20354
|
/** @example JH-APP-2026-757680 */
|
|
20355
20355
|
application_ref?: string;
|
|
@@ -20370,7 +20370,7 @@ export interface operations {
|
|
|
20370
20370
|
/** @example null */
|
|
20371
20371
|
rejection_reason?: string | null;
|
|
20372
20372
|
timeline?: {
|
|
20373
|
-
/** @example 01 May 2026,
|
|
20373
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
20374
20374
|
created_at?: string;
|
|
20375
20375
|
/** @example null */
|
|
20376
20376
|
approved_at?: string | null;
|
|
@@ -20414,7 +20414,7 @@ export interface operations {
|
|
|
20414
20414
|
content: {
|
|
20415
20415
|
"application/json": {
|
|
20416
20416
|
data?: {
|
|
20417
|
-
/** @example
|
|
20417
|
+
/** @example 08d6fc04-2240-40a9-ae59-094113b01131 */
|
|
20418
20418
|
uid?: string;
|
|
20419
20419
|
/** @example JH-APP-2026-449171 */
|
|
20420
20420
|
application_ref?: string;
|
|
@@ -20435,7 +20435,7 @@ export interface operations {
|
|
|
20435
20435
|
/** @example null */
|
|
20436
20436
|
rejection_reason?: string | null;
|
|
20437
20437
|
timeline?: {
|
|
20438
|
-
/** @example 01 May 2026,
|
|
20438
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
20439
20439
|
created_at?: string;
|
|
20440
20440
|
/** @example null */
|
|
20441
20441
|
approved_at?: string | null;
|
|
@@ -20469,7 +20469,7 @@ export interface operations {
|
|
|
20469
20469
|
content: {
|
|
20470
20470
|
"application/json": {
|
|
20471
20471
|
data?: {
|
|
20472
|
-
/** @example
|
|
20472
|
+
/** @example 69cf5a2a-f680-4a81-a30a-4dc47e08568f */
|
|
20473
20473
|
uid?: string;
|
|
20474
20474
|
/** @example 4881.50 */
|
|
20475
20475
|
rent_amount?: string;
|
|
@@ -20487,7 +20487,7 @@ export interface operations {
|
|
|
20487
20487
|
company_name?: string | null;
|
|
20488
20488
|
/** @example null */
|
|
20489
20489
|
company_registration_number?: string | null;
|
|
20490
|
-
/** @example 2026-05-
|
|
20490
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
20491
20491
|
created_at?: string;
|
|
20492
20492
|
};
|
|
20493
20493
|
};
|
|
@@ -20534,20 +20534,20 @@ export interface operations {
|
|
|
20534
20534
|
content: {
|
|
20535
20535
|
"application/json": {
|
|
20536
20536
|
data?: {
|
|
20537
|
-
/** @example New For Sale
|
|
20537
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 8:09 PM */
|
|
20538
20538
|
draft_name?: string;
|
|
20539
|
-
/** @example LST-
|
|
20539
|
+
/** @example LST-UIT-SAL-MONCIXIHQTR */
|
|
20540
20540
|
sku?: string;
|
|
20541
|
-
/** @example
|
|
20541
|
+
/** @example cacd547c-4379-471c-9ed7-03a5f61c59ac */
|
|
20542
20542
|
uid?: string;
|
|
20543
20543
|
/** @example Sale */
|
|
20544
20544
|
listing_type?: string;
|
|
20545
|
-
/** @example
|
|
20545
|
+
/** @example Used Item */
|
|
20546
20546
|
vertical?: string;
|
|
20547
|
-
/** @example
|
|
20548
|
-
arrangement_type?: string;
|
|
20549
|
-
/** @example
|
|
20550
|
-
arrangement_type_label?: string;
|
|
20547
|
+
/** @example null */
|
|
20548
|
+
arrangement_type?: string | null;
|
|
20549
|
+
/** @example null */
|
|
20550
|
+
arrangement_type_label?: string | null;
|
|
20551
20551
|
/** @example null */
|
|
20552
20552
|
price?: string | null;
|
|
20553
20553
|
/** @example draft */
|
|
@@ -20558,10 +20558,8 @@ export interface operations {
|
|
|
20558
20558
|
published_since?: string | null;
|
|
20559
20559
|
/** @example false */
|
|
20560
20560
|
is_visible?: boolean;
|
|
20561
|
-
|
|
20562
|
-
|
|
20563
|
-
availability?: string | null;
|
|
20564
|
-
};
|
|
20561
|
+
/** @example [] */
|
|
20562
|
+
summary?: unknown[];
|
|
20565
20563
|
/** @example [] */
|
|
20566
20564
|
workflow?: unknown[];
|
|
20567
20565
|
/** @example [] */
|
|
@@ -20662,9 +20660,9 @@ export interface operations {
|
|
|
20662
20660
|
/**
|
|
20663
20661
|
* @example [
|
|
20664
20662
|
* {
|
|
20665
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20666
|
-
* "sku": "LST-PRP-LTR-
|
|
20667
|
-
* "uid": "
|
|
20663
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
20664
|
+
* "sku": "LST-PRP-LTR-MONCIXJ0MH7",
|
|
20665
|
+
* "uid": "f62db274-6382-49ab-8752-4b88e9ba1fd3",
|
|
20668
20666
|
* "listing_type": "Rent",
|
|
20669
20667
|
* "vertical": "Property",
|
|
20670
20668
|
* "arrangement_type": "let_to_let",
|
|
@@ -20681,9 +20679,9 @@ export interface operations {
|
|
|
20681
20679
|
* "media": []
|
|
20682
20680
|
* },
|
|
20683
20681
|
* {
|
|
20684
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20685
|
-
* "sku": "LST-PRP-SHL-
|
|
20686
|
-
* "uid": "
|
|
20682
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 8:09 PM",
|
|
20683
|
+
* "sku": "LST-PRP-SHL-MONCIXJ3KLE",
|
|
20684
|
+
* "uid": "3652f9a6-2412-4923-ba16-f3ba1eb3b580",
|
|
20687
20685
|
* "listing_type": "Short Let",
|
|
20688
20686
|
* "vertical": "Property",
|
|
20689
20687
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20702,11 +20700,11 @@ export interface operations {
|
|
|
20702
20700
|
* ]
|
|
20703
20701
|
*/
|
|
20704
20702
|
data?: {
|
|
20705
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20703
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
20706
20704
|
draft_name?: string;
|
|
20707
|
-
/** @example LST-PRP-LTR-
|
|
20705
|
+
/** @example LST-PRP-LTR-MONCIXJ0MH7 */
|
|
20708
20706
|
sku?: string;
|
|
20709
|
-
/** @example
|
|
20707
|
+
/** @example f62db274-6382-49ab-8752-4b88e9ba1fd3 */
|
|
20710
20708
|
uid?: string;
|
|
20711
20709
|
/** @example Rent */
|
|
20712
20710
|
listing_type?: string;
|
|
@@ -20816,9 +20814,9 @@ export interface operations {
|
|
|
20816
20814
|
/**
|
|
20817
20815
|
* @example [
|
|
20818
20816
|
* {
|
|
20819
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20820
|
-
* "sku": "LST-PRP-LTR-
|
|
20821
|
-
* "uid": "
|
|
20817
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 8:09 PM",
|
|
20818
|
+
* "sku": "LST-PRP-LTR-MONCIXJAG9J",
|
|
20819
|
+
* "uid": "eaf9fb00-e127-40b5-ad36-c6a588b36000",
|
|
20822
20820
|
* "listing_type": "Rent",
|
|
20823
20821
|
* "vertical": "Property",
|
|
20824
20822
|
* "arrangement_type": "let_to_let",
|
|
@@ -20835,9 +20833,9 @@ export interface operations {
|
|
|
20835
20833
|
* "media": []
|
|
20836
20834
|
* },
|
|
20837
20835
|
* {
|
|
20838
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20839
|
-
* "sku": "LST-PRP-SHL-
|
|
20840
|
-
* "uid": "
|
|
20836
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 8:09 PM",
|
|
20837
|
+
* "sku": "LST-PRP-SHL-MONCIXJCJ9O",
|
|
20838
|
+
* "uid": "ac777487-5f1e-47e2-afb8-23645844e0dd",
|
|
20841
20839
|
* "listing_type": "Short Let",
|
|
20842
20840
|
* "vertical": "Property",
|
|
20843
20841
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20856,11 +20854,11 @@ export interface operations {
|
|
|
20856
20854
|
* ]
|
|
20857
20855
|
*/
|
|
20858
20856
|
data?: {
|
|
20859
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20857
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
20860
20858
|
draft_name?: string;
|
|
20861
|
-
/** @example LST-PRP-LTR-
|
|
20859
|
+
/** @example LST-PRP-LTR-MONCIXJAG9J */
|
|
20862
20860
|
sku?: string;
|
|
20863
|
-
/** @example
|
|
20861
|
+
/** @example eaf9fb00-e127-40b5-ad36-c6a588b36000 */
|
|
20864
20862
|
uid?: string;
|
|
20865
20863
|
/** @example Rent */
|
|
20866
20864
|
listing_type?: string;
|
|
@@ -22109,7 +22107,7 @@ export interface operations {
|
|
|
22109
22107
|
content: {
|
|
22110
22108
|
"application/json": {
|
|
22111
22109
|
data?: {
|
|
22112
|
-
/** @example
|
|
22110
|
+
/** @example 2ee08487-c839-4162-a690-fb37c8d16bd8 */
|
|
22113
22111
|
uid?: string;
|
|
22114
22112
|
/** @example photo */
|
|
22115
22113
|
media_type?: string;
|
|
@@ -22258,11 +22256,11 @@ export interface operations {
|
|
|
22258
22256
|
content: {
|
|
22259
22257
|
"application/json": {
|
|
22260
22258
|
data?: {
|
|
22261
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
22259
|
+
/** @example New For Rent Property draft • 1 May 2026, 8:09 PM */
|
|
22262
22260
|
draft_name?: string;
|
|
22263
|
-
/** @example LST-PRP-LTR-
|
|
22261
|
+
/** @example LST-PRP-LTR-MONCIXLDFAI */
|
|
22264
22262
|
sku?: string;
|
|
22265
|
-
/** @example
|
|
22263
|
+
/** @example 1fcc041d-c104-463f-b56f-82f3ebbe1d73 */
|
|
22266
22264
|
uid?: string;
|
|
22267
22265
|
/** @example Rent */
|
|
22268
22266
|
listing_type?: string;
|
|
@@ -22422,7 +22420,7 @@ export interface operations {
|
|
|
22422
22420
|
content: {
|
|
22423
22421
|
"application/json": {
|
|
22424
22422
|
data?: {
|
|
22425
|
-
/** @example
|
|
22423
|
+
/** @example cbae8c95-a4dc-45b2-a06e-76fca383f680 */
|
|
22426
22424
|
uid?: string;
|
|
22427
22425
|
/** @example null */
|
|
22428
22426
|
compliances?: string | null;
|
|
@@ -22473,7 +22471,7 @@ export interface operations {
|
|
|
22473
22471
|
content: {
|
|
22474
22472
|
"application/json": {
|
|
22475
22473
|
data?: {
|
|
22476
|
-
/** @example
|
|
22474
|
+
/** @example 179 */
|
|
22477
22475
|
id?: number;
|
|
22478
22476
|
compliance?: {
|
|
22479
22477
|
/** @example 1 */
|
|
@@ -22495,7 +22493,7 @@ export interface operations {
|
|
|
22495
22493
|
reviewed_by?: number;
|
|
22496
22494
|
/** @example null */
|
|
22497
22495
|
reviewed_at?: string | null;
|
|
22498
|
-
/** @example 2026-05-
|
|
22496
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
22499
22497
|
created_at?: string;
|
|
22500
22498
|
};
|
|
22501
22499
|
};
|
|
@@ -22550,7 +22548,7 @@ export interface operations {
|
|
|
22550
22548
|
/**
|
|
22551
22549
|
* @example [
|
|
22552
22550
|
* {
|
|
22553
|
-
* "uid": "
|
|
22551
|
+
* "uid": "cded9829-09b6-4309-9667-eb281402416f",
|
|
22554
22552
|
* "rent_amount": "4881.50",
|
|
22555
22553
|
* "deposit_amount": "2151.17",
|
|
22556
22554
|
* "state": "offer_accepted",
|
|
@@ -22559,10 +22557,10 @@ export interface operations {
|
|
|
22559
22557
|
* "is_periodic": false,
|
|
22560
22558
|
* "company_name": null,
|
|
22561
22559
|
* "company_registration_number": null,
|
|
22562
|
-
* "created_at": "2026-05-
|
|
22560
|
+
* "created_at": "2026-05-01T20:09:06.000000Z"
|
|
22563
22561
|
* },
|
|
22564
22562
|
* {
|
|
22565
|
-
* "uid": "
|
|
22563
|
+
* "uid": "570b2693-6eaf-498f-966f-d1397ee5a56c",
|
|
22566
22564
|
* "rent_amount": "3832.26",
|
|
22567
22565
|
* "deposit_amount": "1384.27",
|
|
22568
22566
|
* "state": "terminated",
|
|
@@ -22571,12 +22569,12 @@ export interface operations {
|
|
|
22571
22569
|
* "is_periodic": false,
|
|
22572
22570
|
* "company_name": null,
|
|
22573
22571
|
* "company_registration_number": null,
|
|
22574
|
-
* "created_at": "2026-05-
|
|
22572
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22575
22573
|
* }
|
|
22576
22574
|
* ]
|
|
22577
22575
|
*/
|
|
22578
22576
|
data?: {
|
|
22579
|
-
/** @example
|
|
22577
|
+
/** @example cded9829-09b6-4309-9667-eb281402416f */
|
|
22580
22578
|
uid?: string;
|
|
22581
22579
|
/** @example 4881.50 */
|
|
22582
22580
|
rent_amount?: string;
|
|
@@ -22594,7 +22592,7 @@ export interface operations {
|
|
|
22594
22592
|
company_name?: string | null;
|
|
22595
22593
|
/** @example null */
|
|
22596
22594
|
company_registration_number?: string | null;
|
|
22597
|
-
/** @example 2026-05-
|
|
22595
|
+
/** @example 2026-05-01T20:09:06.000000Z */
|
|
22598
22596
|
created_at?: string;
|
|
22599
22597
|
}[];
|
|
22600
22598
|
links?: {
|
|
@@ -22681,7 +22679,7 @@ export interface operations {
|
|
|
22681
22679
|
/**
|
|
22682
22680
|
* @example [
|
|
22683
22681
|
* {
|
|
22684
|
-
* "uid": "
|
|
22682
|
+
* "uid": "083c4836-9564-493c-9e67-afc7520d8efe",
|
|
22685
22683
|
* "rent_amount": "4881.50",
|
|
22686
22684
|
* "deposit_amount": "2151.17",
|
|
22687
22685
|
* "state": "offer_accepted",
|
|
@@ -22690,10 +22688,10 @@ export interface operations {
|
|
|
22690
22688
|
* "is_periodic": false,
|
|
22691
22689
|
* "company_name": null,
|
|
22692
22690
|
* "company_registration_number": null,
|
|
22693
|
-
* "created_at": "2026-05-
|
|
22691
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22694
22692
|
* },
|
|
22695
22693
|
* {
|
|
22696
|
-
* "uid": "
|
|
22694
|
+
* "uid": "e465bcad-53f1-40f5-90f6-493fec23f94f",
|
|
22697
22695
|
* "rent_amount": "3832.26",
|
|
22698
22696
|
* "deposit_amount": "1384.27",
|
|
22699
22697
|
* "state": "terminated",
|
|
@@ -22702,12 +22700,12 @@ export interface operations {
|
|
|
22702
22700
|
* "is_periodic": false,
|
|
22703
22701
|
* "company_name": null,
|
|
22704
22702
|
* "company_registration_number": null,
|
|
22705
|
-
* "created_at": "2026-05-
|
|
22703
|
+
* "created_at": "2026-05-01T20:09:07.000000Z"
|
|
22706
22704
|
* }
|
|
22707
22705
|
* ]
|
|
22708
22706
|
*/
|
|
22709
22707
|
data?: {
|
|
22710
|
-
/** @example
|
|
22708
|
+
/** @example 083c4836-9564-493c-9e67-afc7520d8efe */
|
|
22711
22709
|
uid?: string;
|
|
22712
22710
|
/** @example 4881.50 */
|
|
22713
22711
|
rent_amount?: string;
|
|
@@ -22725,7 +22723,7 @@ export interface operations {
|
|
|
22725
22723
|
company_name?: string | null;
|
|
22726
22724
|
/** @example null */
|
|
22727
22725
|
company_registration_number?: string | null;
|
|
22728
|
-
/** @example 2026-05-
|
|
22726
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22729
22727
|
created_at?: string;
|
|
22730
22728
|
}[];
|
|
22731
22729
|
links?: {
|
|
@@ -22832,7 +22830,7 @@ export interface operations {
|
|
|
22832
22830
|
content: {
|
|
22833
22831
|
"application/json": {
|
|
22834
22832
|
data?: {
|
|
22835
|
-
/** @example
|
|
22833
|
+
/** @example 277 */
|
|
22836
22834
|
id?: number;
|
|
22837
22835
|
compliance?: {
|
|
22838
22836
|
/** @example 1 */
|
|
@@ -22852,9 +22850,9 @@ export interface operations {
|
|
|
22852
22850
|
rejection_reason?: string | null;
|
|
22853
22851
|
/** @example 1 */
|
|
22854
22852
|
reviewed_by?: number;
|
|
22855
|
-
/** @example 2026-05-
|
|
22853
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22856
22854
|
reviewed_at?: string;
|
|
22857
|
-
/** @example 2026-05-
|
|
22855
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22858
22856
|
created_at?: string;
|
|
22859
22857
|
};
|
|
22860
22858
|
};
|
|
@@ -22881,7 +22879,7 @@ export interface operations {
|
|
|
22881
22879
|
content: {
|
|
22882
22880
|
"application/json": {
|
|
22883
22881
|
data?: {
|
|
22884
|
-
/** @example
|
|
22882
|
+
/** @example 278 */
|
|
22885
22883
|
id?: number;
|
|
22886
22884
|
compliance?: {
|
|
22887
22885
|
/** @example 1 */
|
|
@@ -22901,9 +22899,9 @@ export interface operations {
|
|
|
22901
22899
|
rejection_reason?: string | null;
|
|
22902
22900
|
/** @example 1 */
|
|
22903
22901
|
reviewed_by?: number;
|
|
22904
|
-
/** @example 2026-05-
|
|
22902
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22905
22903
|
reviewed_at?: string;
|
|
22906
|
-
/** @example 2026-05-
|
|
22904
|
+
/** @example 2026-05-01T20:09:07.000000Z */
|
|
22907
22905
|
created_at?: string;
|
|
22908
22906
|
};
|
|
22909
22907
|
};
|
|
@@ -24035,37 +24033,37 @@ export interface operations {
|
|
|
24035
24033
|
/**
|
|
24036
24034
|
* @example [
|
|
24037
24035
|
* {
|
|
24038
|
-
* "uid": "
|
|
24036
|
+
* "uid": "dc3a221b-a992-4cad-a2e7-85e9fd610644",
|
|
24039
24037
|
* "tenancy_id": 1,
|
|
24040
24038
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
24041
24039
|
* "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.",
|
|
24042
24040
|
* "status": "reported",
|
|
24043
24041
|
* "priority": "emergency",
|
|
24044
|
-
* "reported_at": "25 Apr 2026,
|
|
24045
|
-
* "assigned_at": "
|
|
24042
|
+
* "reported_at": "25 Apr 2026, 07:22 AM",
|
|
24043
|
+
* "assigned_at": "30 Apr 2026, 03:42 AM",
|
|
24046
24044
|
* "completed_at": null,
|
|
24047
|
-
* "sla_deadline": "03 May 2026, 04
|
|
24048
|
-
* "created_at": "01 May 2026,
|
|
24049
|
-
* "updated_at": "01 May 2026,
|
|
24045
|
+
* "sla_deadline": "03 May 2026, 09:04 AM",
|
|
24046
|
+
* "created_at": "01 May 2026, 08:09 PM",
|
|
24047
|
+
* "updated_at": "01 May 2026, 08:09 PM"
|
|
24050
24048
|
* },
|
|
24051
24049
|
* {
|
|
24052
|
-
* "uid": "
|
|
24050
|
+
* "uid": "8445fba5-b568-4700-bb28-e2ec902e757d",
|
|
24053
24051
|
* "tenancy_id": 1,
|
|
24054
24052
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
24055
24053
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
24056
24054
|
* "status": "completed",
|
|
24057
24055
|
* "priority": "normal",
|
|
24058
|
-
* "reported_at": "27 Apr 2026,
|
|
24056
|
+
* "reported_at": "27 Apr 2026, 08:01 PM",
|
|
24059
24057
|
* "assigned_at": null,
|
|
24060
24058
|
* "completed_at": null,
|
|
24061
|
-
* "sla_deadline": "04 May 2026,
|
|
24062
|
-
* "created_at": "01 May 2026,
|
|
24063
|
-
* "updated_at": "01 May 2026,
|
|
24059
|
+
* "sla_deadline": "04 May 2026, 05:04 PM",
|
|
24060
|
+
* "created_at": "01 May 2026, 08:09 PM",
|
|
24061
|
+
* "updated_at": "01 May 2026, 08:09 PM"
|
|
24064
24062
|
* }
|
|
24065
24063
|
* ]
|
|
24066
24064
|
*/
|
|
24067
24065
|
data?: {
|
|
24068
|
-
/** @example
|
|
24066
|
+
/** @example dc3a221b-a992-4cad-a2e7-85e9fd610644 */
|
|
24069
24067
|
uid?: string;
|
|
24070
24068
|
/** @example 1 */
|
|
24071
24069
|
tenancy_id?: number;
|
|
@@ -24077,17 +24075,17 @@ export interface operations {
|
|
|
24077
24075
|
status?: string;
|
|
24078
24076
|
/** @example emergency */
|
|
24079
24077
|
priority?: string;
|
|
24080
|
-
/** @example 25 Apr 2026,
|
|
24078
|
+
/** @example 25 Apr 2026, 07:22 AM */
|
|
24081
24079
|
reported_at?: string;
|
|
24082
|
-
/** @example
|
|
24080
|
+
/** @example 30 Apr 2026, 03:42 AM */
|
|
24083
24081
|
assigned_at?: string;
|
|
24084
24082
|
/** @example null */
|
|
24085
24083
|
completed_at?: string | null;
|
|
24086
|
-
/** @example 03 May 2026, 04
|
|
24084
|
+
/** @example 03 May 2026, 09:04 AM */
|
|
24087
24085
|
sla_deadline?: string;
|
|
24088
|
-
/** @example 01 May 2026,
|
|
24086
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24089
24087
|
created_at?: string;
|
|
24090
|
-
/** @example 01 May 2026,
|
|
24088
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24091
24089
|
updated_at?: string;
|
|
24092
24090
|
}[];
|
|
24093
24091
|
links?: {
|
|
@@ -24203,13 +24201,13 @@ export interface operations {
|
|
|
24203
24201
|
};
|
|
24204
24202
|
} | {
|
|
24205
24203
|
data?: {
|
|
24206
|
-
/** @example
|
|
24204
|
+
/** @example 6870302a-124c-45e3-8236-0977ef6a22d5 */
|
|
24207
24205
|
uid?: string;
|
|
24208
24206
|
/** @example image */
|
|
24209
24207
|
file_type?: string;
|
|
24210
24208
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
24211
24209
|
url?: string;
|
|
24212
|
-
/** @example 2026-05-
|
|
24210
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
24213
24211
|
created_at?: string;
|
|
24214
24212
|
};
|
|
24215
24213
|
};
|
|
@@ -24254,7 +24252,7 @@ export interface operations {
|
|
|
24254
24252
|
content: {
|
|
24255
24253
|
"application/json": {
|
|
24256
24254
|
data?: {
|
|
24257
|
-
/** @example
|
|
24255
|
+
/** @example 195 */
|
|
24258
24256
|
id?: number;
|
|
24259
24257
|
type?: {
|
|
24260
24258
|
/** @example property_inquiry */
|
|
@@ -24312,7 +24310,7 @@ export interface operations {
|
|
|
24312
24310
|
};
|
|
24313
24311
|
/** @example null */
|
|
24314
24312
|
last_message_at?: string | null;
|
|
24315
|
-
/** @example 01 May 2026,
|
|
24313
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24316
24314
|
created_at?: string;
|
|
24317
24315
|
};
|
|
24318
24316
|
};
|
|
@@ -24764,7 +24762,7 @@ export interface operations {
|
|
|
24764
24762
|
};
|
|
24765
24763
|
content: {
|
|
24766
24764
|
"application/json": {
|
|
24767
|
-
/** @example
|
|
24765
|
+
/** @example 9c142a22-d7de-47a1-bf9c-b7e8c65173ef */
|
|
24768
24766
|
id?: string;
|
|
24769
24767
|
/** @example APPOINTMENT_CREATED */
|
|
24770
24768
|
type?: string;
|
|
@@ -24776,7 +24774,7 @@ export interface operations {
|
|
|
24776
24774
|
data?: unknown[];
|
|
24777
24775
|
/** @example null */
|
|
24778
24776
|
read_at?: string | null;
|
|
24779
|
-
/** @example 01 May 2026,
|
|
24777
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
24780
24778
|
created_at?: string;
|
|
24781
24779
|
};
|
|
24782
24780
|
};
|
|
@@ -24882,9 +24880,9 @@ export interface operations {
|
|
|
24882
24880
|
content: {
|
|
24883
24881
|
"application/json": {
|
|
24884
24882
|
data?: {
|
|
24885
|
-
/** @example
|
|
24883
|
+
/** @example at */
|
|
24886
24884
|
key?: string;
|
|
24887
|
-
/** @example
|
|
24885
|
+
/** @example id */
|
|
24888
24886
|
name?: string;
|
|
24889
24887
|
/** @example soft */
|
|
24890
24888
|
enforcement_mode?: string;
|
|
@@ -25022,7 +25020,7 @@ export interface operations {
|
|
|
25022
25020
|
content: {
|
|
25023
25021
|
"application/json": {
|
|
25024
25022
|
data?: {
|
|
25025
|
-
/** @example
|
|
25023
|
+
/** @example e0fccb6a-401b-47b1-9798-058d00334cf3 */
|
|
25026
25024
|
uid?: string;
|
|
25027
25025
|
/** @example JH-APP-2026-089432 */
|
|
25028
25026
|
application_ref?: string;
|
|
@@ -25043,7 +25041,7 @@ export interface operations {
|
|
|
25043
25041
|
/** @example null */
|
|
25044
25042
|
rejection_reason?: string | null;
|
|
25045
25043
|
timeline?: {
|
|
25046
|
-
/** @example 01 May 2026,
|
|
25044
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25047
25045
|
created_at?: string;
|
|
25048
25046
|
/** @example null */
|
|
25049
25047
|
approved_at?: string | null;
|
|
@@ -25083,12 +25081,12 @@ export interface operations {
|
|
|
25083
25081
|
*/
|
|
25084
25082
|
search?: string | null;
|
|
25085
25083
|
/**
|
|
25086
|
-
* @example
|
|
25084
|
+
* @example pending
|
|
25087
25085
|
* @enum {string|null}
|
|
25088
25086
|
*/
|
|
25089
25087
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
25090
25088
|
/**
|
|
25091
|
-
* @example
|
|
25089
|
+
* @example admin
|
|
25092
25090
|
* @enum {string|null}
|
|
25093
25091
|
*/
|
|
25094
25092
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -25406,7 +25404,7 @@ export interface operations {
|
|
|
25406
25404
|
content: {
|
|
25407
25405
|
"application/json": {
|
|
25408
25406
|
data?: {
|
|
25409
|
-
/** @example
|
|
25407
|
+
/** @example 2c22f606-c99d-4167-9b42-14bc0f6e22e8 */
|
|
25410
25408
|
uid?: string;
|
|
25411
25409
|
/** @example JH-APP-2026-700432 */
|
|
25412
25410
|
application_ref?: string;
|
|
@@ -25427,7 +25425,7 @@ export interface operations {
|
|
|
25427
25425
|
/** @example null */
|
|
25428
25426
|
rejection_reason?: string | null;
|
|
25429
25427
|
timeline?: {
|
|
25430
|
-
/** @example 01 May 2026,
|
|
25428
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25431
25429
|
created_at?: string;
|
|
25432
25430
|
/** @example null */
|
|
25433
25431
|
approved_at?: string | null;
|
|
@@ -25620,21 +25618,21 @@ export interface operations {
|
|
|
25620
25618
|
content: {
|
|
25621
25619
|
"application/json": {
|
|
25622
25620
|
data?: {
|
|
25623
|
-
/** @example
|
|
25621
|
+
/** @example 465 */
|
|
25624
25622
|
id?: number;
|
|
25625
25623
|
/** @example 1 */
|
|
25626
25624
|
rating?: number;
|
|
25627
25625
|
/** @example Nice Listing */
|
|
25628
25626
|
comment?: string;
|
|
25629
25627
|
reviewer?: {
|
|
25630
|
-
/** @example
|
|
25628
|
+
/** @example 17 */
|
|
25631
25629
|
id?: number;
|
|
25632
|
-
/** @example
|
|
25630
|
+
/** @example Hannah Ross */
|
|
25633
25631
|
name?: string;
|
|
25634
25632
|
};
|
|
25635
|
-
/** @example 01 May 2026,
|
|
25633
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25636
25634
|
created_at?: string;
|
|
25637
|
-
/** @example 01 May 2026,
|
|
25635
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25638
25636
|
updated_at?: string;
|
|
25639
25637
|
};
|
|
25640
25638
|
};
|
|
@@ -25678,21 +25676,21 @@ export interface operations {
|
|
|
25678
25676
|
content: {
|
|
25679
25677
|
"application/json": {
|
|
25680
25678
|
data?: {
|
|
25681
|
-
/** @example
|
|
25679
|
+
/** @example 466 */
|
|
25682
25680
|
id?: number;
|
|
25683
25681
|
/** @example 1 */
|
|
25684
25682
|
rating?: number;
|
|
25685
25683
|
/** @example Nice Listing */
|
|
25686
25684
|
comment?: string;
|
|
25687
25685
|
reviewer?: {
|
|
25688
|
-
/** @example
|
|
25686
|
+
/** @example 5 */
|
|
25689
25687
|
id?: number;
|
|
25690
|
-
/** @example
|
|
25688
|
+
/** @example Mary Hall */
|
|
25691
25689
|
name?: string;
|
|
25692
25690
|
};
|
|
25693
|
-
/** @example 01 May 2026,
|
|
25691
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25694
25692
|
created_at?: string;
|
|
25695
|
-
/** @example 01 May 2026,
|
|
25693
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25696
25694
|
updated_at?: string;
|
|
25697
25695
|
};
|
|
25698
25696
|
};
|
|
@@ -25734,21 +25732,21 @@ export interface operations {
|
|
|
25734
25732
|
content: {
|
|
25735
25733
|
"application/json": {
|
|
25736
25734
|
data?: {
|
|
25737
|
-
/** @example
|
|
25735
|
+
/** @example 467 */
|
|
25738
25736
|
id?: number;
|
|
25739
25737
|
/** @example 1 */
|
|
25740
25738
|
rating?: number;
|
|
25741
25739
|
/** @example Nice Listing */
|
|
25742
25740
|
comment?: string;
|
|
25743
25741
|
reviewer?: {
|
|
25744
|
-
/** @example
|
|
25742
|
+
/** @example 8 */
|
|
25745
25743
|
id?: number;
|
|
25746
|
-
/** @example
|
|
25744
|
+
/** @example Kyle Matthews */
|
|
25747
25745
|
name?: string;
|
|
25748
25746
|
};
|
|
25749
|
-
/** @example 01 May 2026,
|
|
25747
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25750
25748
|
created_at?: string;
|
|
25751
|
-
/** @example 01 May 2026,
|
|
25749
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25752
25750
|
updated_at?: string;
|
|
25753
25751
|
};
|
|
25754
25752
|
};
|
|
@@ -25775,21 +25773,21 @@ export interface operations {
|
|
|
25775
25773
|
content: {
|
|
25776
25774
|
"application/json": {
|
|
25777
25775
|
data?: {
|
|
25778
|
-
/** @example
|
|
25776
|
+
/** @example 468 */
|
|
25779
25777
|
id?: number;
|
|
25780
25778
|
/** @example 1 */
|
|
25781
25779
|
rating?: number;
|
|
25782
25780
|
/** @example Nice Listing */
|
|
25783
25781
|
comment?: string;
|
|
25784
25782
|
reviewer?: {
|
|
25785
|
-
/** @example
|
|
25783
|
+
/** @example 4 */
|
|
25786
25784
|
id?: number;
|
|
25787
|
-
/** @example
|
|
25785
|
+
/** @example Lola Holmes */
|
|
25788
25786
|
name?: string;
|
|
25789
25787
|
};
|
|
25790
|
-
/** @example 01 May 2026,
|
|
25788
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25791
25789
|
created_at?: string;
|
|
25792
|
-
/** @example 01 May 2026,
|
|
25790
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
25793
25791
|
updated_at?: string;
|
|
25794
25792
|
};
|
|
25795
25793
|
};
|
|
@@ -25816,7 +25814,7 @@ export interface operations {
|
|
|
25816
25814
|
content: {
|
|
25817
25815
|
"application/json": {
|
|
25818
25816
|
data?: {
|
|
25819
|
-
/** @example
|
|
25817
|
+
/** @example cec24490-3159-4f8a-ad83-983b9ff68b0f */
|
|
25820
25818
|
uid?: string;
|
|
25821
25819
|
/** @example 4881.50 */
|
|
25822
25820
|
rent_amount?: string;
|
|
@@ -25834,7 +25832,7 @@ export interface operations {
|
|
|
25834
25832
|
company_name?: string | null;
|
|
25835
25833
|
/** @example null */
|
|
25836
25834
|
company_registration_number?: string | null;
|
|
25837
|
-
/** @example 2026-05-
|
|
25835
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
25838
25836
|
created_at?: string;
|
|
25839
25837
|
/** @example [] */
|
|
25840
25838
|
compliances?: unknown[];
|
|
@@ -25911,7 +25909,7 @@ export interface operations {
|
|
|
25911
25909
|
content: {
|
|
25912
25910
|
"application/json": {
|
|
25913
25911
|
data?: {
|
|
25914
|
-
/** @example
|
|
25912
|
+
/** @example 63c2e7fb-6e7c-4c71-8fbe-6086644cb30e */
|
|
25915
25913
|
uid?: string;
|
|
25916
25914
|
/** @example 4978.97 */
|
|
25917
25915
|
rent_amount?: string;
|
|
@@ -25929,7 +25927,7 @@ export interface operations {
|
|
|
25929
25927
|
company_name?: string | null;
|
|
25930
25928
|
/** @example null */
|
|
25931
25929
|
company_registration_number?: string | null;
|
|
25932
|
-
/** @example 2026-05-
|
|
25930
|
+
/** @example 2026-05-01T20:09:08.000000Z */
|
|
25933
25931
|
created_at?: string;
|
|
25934
25932
|
};
|
|
25935
25933
|
};
|
|
@@ -26223,15 +26221,15 @@ export interface operations {
|
|
|
26223
26221
|
* "changed_by_user_id": 3,
|
|
26224
26222
|
* "changed_by_name": "Teagan King",
|
|
26225
26223
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
26226
|
-
* "created_at": "2026-01-
|
|
26224
|
+
* "created_at": "2026-01-09T06:56:07.000000Z"
|
|
26227
26225
|
* },
|
|
26228
26226
|
* {
|
|
26229
|
-
* "from_state": "
|
|
26230
|
-
* "to_state": "
|
|
26227
|
+
* "from_state": "offer_pending",
|
|
26228
|
+
* "to_state": "offer_accepted",
|
|
26231
26229
|
* "changed_by_user_id": 3,
|
|
26232
26230
|
* "changed_by_name": "Teagan King",
|
|
26233
|
-
* "comment":
|
|
26234
|
-
* "created_at": "
|
|
26231
|
+
* "comment": "Esse in velit maiores eos eveniet odio eaque.",
|
|
26232
|
+
* "created_at": "2025-11-02T04:55:43.000000Z"
|
|
26235
26233
|
* }
|
|
26236
26234
|
* ]
|
|
26237
26235
|
*/
|
|
@@ -26246,7 +26244,7 @@ export interface operations {
|
|
|
26246
26244
|
changed_by_name?: string;
|
|
26247
26245
|
/** @example Qui commodi incidunt iure odit. */
|
|
26248
26246
|
comment?: string;
|
|
26249
|
-
/** @example 2026-01-
|
|
26247
|
+
/** @example 2026-01-09T06:56:07.000000Z */
|
|
26250
26248
|
created_at?: string;
|
|
26251
26249
|
}[];
|
|
26252
26250
|
};
|
|
@@ -26631,7 +26629,7 @@ export interface operations {
|
|
|
26631
26629
|
content: {
|
|
26632
26630
|
"application/json": {
|
|
26633
26631
|
data?: {
|
|
26634
|
-
/** @example
|
|
26632
|
+
/** @example 3868f164-f16f-4c2d-afc4-6e3d1a4c9536 */
|
|
26635
26633
|
uid?: string;
|
|
26636
26634
|
/** @example Ms. Audra Crooks II */
|
|
26637
26635
|
username?: string;
|
|
@@ -26661,7 +26659,7 @@ export interface operations {
|
|
|
26661
26659
|
timezone?: string;
|
|
26662
26660
|
/** @example Customer */
|
|
26663
26661
|
user_type?: string;
|
|
26664
|
-
/** @example 01 May 2026,
|
|
26662
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26665
26663
|
created?: string;
|
|
26666
26664
|
/** @example 0 seconds ago */
|
|
26667
26665
|
email_verified_at?: string;
|
|
@@ -26936,7 +26934,7 @@ export interface operations {
|
|
|
26936
26934
|
content: {
|
|
26937
26935
|
"application/json": {
|
|
26938
26936
|
data?: {
|
|
26939
|
-
/** @example
|
|
26937
|
+
/** @example 3b07f124-3176-4bad-9a0a-3f8f3796de17 */
|
|
26940
26938
|
uid?: string;
|
|
26941
26939
|
/** @example Morgan Hirthe */
|
|
26942
26940
|
username?: string;
|
|
@@ -26966,7 +26964,7 @@ export interface operations {
|
|
|
26966
26964
|
timezone?: string;
|
|
26967
26965
|
/** @example Customer */
|
|
26968
26966
|
user_type?: string;
|
|
26969
|
-
/** @example 01 May 2026,
|
|
26967
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
26970
26968
|
created?: string;
|
|
26971
26969
|
/** @example 0 seconds ago */
|
|
26972
26970
|
email_verified_at?: string;
|
|
@@ -27038,7 +27036,7 @@ export interface operations {
|
|
|
27038
27036
|
content: {
|
|
27039
27037
|
"application/json": {
|
|
27040
27038
|
data?: {
|
|
27041
|
-
/** @example
|
|
27039
|
+
/** @example ca2b69ed-d994-46be-a919-4a86cc97fc33 */
|
|
27042
27040
|
uid?: string;
|
|
27043
27041
|
/** @example Ms. Audra Crooks II */
|
|
27044
27042
|
username?: string;
|
|
@@ -27068,7 +27066,7 @@ export interface operations {
|
|
|
27068
27066
|
timezone?: string;
|
|
27069
27067
|
/** @example Customer */
|
|
27070
27068
|
user_type?: string;
|
|
27071
|
-
/** @example 01 May 2026,
|
|
27069
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27072
27070
|
created?: string;
|
|
27073
27071
|
/** @example 0 seconds ago */
|
|
27074
27072
|
email_verified_at?: string;
|
|
@@ -27322,7 +27320,7 @@ export interface operations {
|
|
|
27322
27320
|
completed_layers?: number;
|
|
27323
27321
|
/** @example 4 */
|
|
27324
27322
|
pending_layers?: number;
|
|
27325
|
-
/** @example 01 May 2026,
|
|
27323
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27326
27324
|
last_calculated_at?: string;
|
|
27327
27325
|
};
|
|
27328
27326
|
};
|
|
@@ -27370,7 +27368,7 @@ export interface operations {
|
|
|
27370
27368
|
completed_layers?: number;
|
|
27371
27369
|
/** @example 4 */
|
|
27372
27370
|
pending_layers?: number;
|
|
27373
|
-
/** @example 01 May 2026,
|
|
27371
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27374
27372
|
last_calculated_at?: string;
|
|
27375
27373
|
};
|
|
27376
27374
|
};
|
|
@@ -27404,14 +27402,14 @@ export interface operations {
|
|
|
27404
27402
|
content: {
|
|
27405
27403
|
"application/json": {
|
|
27406
27404
|
data?: {
|
|
27407
|
-
/** @example
|
|
27405
|
+
/** @example aab16be9-5c56-43cc-8317-f9bed1015e03 */
|
|
27408
27406
|
wishlist_uid?: string;
|
|
27409
27407
|
listing?: {
|
|
27410
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
27408
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 8:09 PM */
|
|
27411
27409
|
draft_name?: string;
|
|
27412
|
-
/** @example LST-UIT-SAL-
|
|
27410
|
+
/** @example LST-UIT-SAL-MONCIYFAM6P */
|
|
27413
27411
|
sku?: string;
|
|
27414
|
-
/** @example
|
|
27412
|
+
/** @example fcff3915-576a-4af0-8629-77d65184626a */
|
|
27415
27413
|
uid?: string;
|
|
27416
27414
|
/** @example Sale */
|
|
27417
27415
|
listing_type?: string;
|
|
@@ -27792,13 +27790,13 @@ export interface operations {
|
|
|
27792
27790
|
content: {
|
|
27793
27791
|
"application/json": {
|
|
27794
27792
|
data?: {
|
|
27795
|
-
/** @example
|
|
27793
|
+
/** @example 9 */
|
|
27796
27794
|
current_level?: number;
|
|
27797
27795
|
/** @example 3 */
|
|
27798
27796
|
completed_layers?: number;
|
|
27799
|
-
/** @example
|
|
27797
|
+
/** @example 2 */
|
|
27800
27798
|
pending_layers?: number;
|
|
27801
|
-
/** @example 01 May 2026,
|
|
27799
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
27802
27800
|
last_calculated_at?: string;
|
|
27803
27801
|
};
|
|
27804
27802
|
};
|
|
@@ -28040,7 +28038,7 @@ export interface operations {
|
|
|
28040
28038
|
completed_layers?: number;
|
|
28041
28039
|
/** @example 4 */
|
|
28042
28040
|
pending_layers?: number;
|
|
28043
|
-
/** @example 01 May 2026,
|
|
28041
|
+
/** @example 01 May 2026, 08:09 PM */
|
|
28044
28042
|
last_calculated_at?: string;
|
|
28045
28043
|
};
|
|
28046
28044
|
};
|