@justins-home/types 1.1.64 → 1.1.66
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 +317 -299
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -4930,8 +4930,10 @@ export interface paths {
|
|
|
4930
4930
|
query?: never;
|
|
4931
4931
|
header?: never;
|
|
4932
4932
|
path: {
|
|
4933
|
-
/** @description The ID of the
|
|
4934
|
-
notification_id:
|
|
4933
|
+
/** @description The ID of the notification. */
|
|
4934
|
+
notification_id: string;
|
|
4935
|
+
/** @description The id of the Notification. */
|
|
4936
|
+
id: string;
|
|
4935
4937
|
};
|
|
4936
4938
|
cookie?: never;
|
|
4937
4939
|
};
|
|
@@ -5741,7 +5743,7 @@ export interface paths {
|
|
|
5741
5743
|
query?: never;
|
|
5742
5744
|
header?: never;
|
|
5743
5745
|
path: {
|
|
5744
|
-
/** @description The notification group key. */
|
|
5746
|
+
/** @description Optional parameter. NotificationGroup required The notification group key from NotificationGroup. */
|
|
5745
5747
|
group: string;
|
|
5746
5748
|
};
|
|
5747
5749
|
cookie?: never;
|
|
@@ -6079,7 +6081,7 @@ export interface operations {
|
|
|
6079
6081
|
content: {
|
|
6080
6082
|
"application/json": {
|
|
6081
6083
|
data?: {
|
|
6082
|
-
/** @example
|
|
6084
|
+
/** @example 4a488fac-1772-4b8f-bb81-c56d2a9b7ea6 */
|
|
6083
6085
|
uid?: string;
|
|
6084
6086
|
/** @example Ms. Audra Crooks II */
|
|
6085
6087
|
username?: string;
|
|
@@ -6109,7 +6111,7 @@ export interface operations {
|
|
|
6109
6111
|
timezone?: string;
|
|
6110
6112
|
/** @example Customer */
|
|
6111
6113
|
user_type?: string;
|
|
6112
|
-
/** @example 01 May 2026,
|
|
6114
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
6113
6115
|
created?: string;
|
|
6114
6116
|
/** @example 0 seconds ago */
|
|
6115
6117
|
email_verified_at?: string;
|
|
@@ -6755,7 +6757,7 @@ export interface operations {
|
|
|
6755
6757
|
*/
|
|
6756
6758
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
6757
6759
|
/**
|
|
6758
|
-
* @example
|
|
6760
|
+
* @example admin
|
|
6759
6761
|
* @enum {string|null}
|
|
6760
6762
|
*/
|
|
6761
6763
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -6989,7 +6991,7 @@ export interface operations {
|
|
|
6989
6991
|
content: {
|
|
6990
6992
|
"application/json": {
|
|
6991
6993
|
data?: {
|
|
6992
|
-
/** @example
|
|
6994
|
+
/** @example ee4eebbe-dec8-4a02-b7bd-b6457d953faf */
|
|
6993
6995
|
uid?: string;
|
|
6994
6996
|
/** @example JH-APP-2026-589365 */
|
|
6995
6997
|
application_ref?: string;
|
|
@@ -7010,7 +7012,7 @@ export interface operations {
|
|
|
7010
7012
|
/** @example null */
|
|
7011
7013
|
rejection_reason?: string | null;
|
|
7012
7014
|
timeline?: {
|
|
7013
|
-
/** @example 2026-05-
|
|
7015
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7014
7016
|
created_at?: string;
|
|
7015
7017
|
/** @example null */
|
|
7016
7018
|
approved_at?: string | null;
|
|
@@ -7044,7 +7046,7 @@ export interface operations {
|
|
|
7044
7046
|
content: {
|
|
7045
7047
|
"application/json": {
|
|
7046
7048
|
data?: {
|
|
7047
|
-
/** @example
|
|
7049
|
+
/** @example b6774c9f-7a27-4ea1-8091-b0d746ace240 */
|
|
7048
7050
|
uid?: string;
|
|
7049
7051
|
/** @example JH-APP-2026-933724 */
|
|
7050
7052
|
application_ref?: string;
|
|
@@ -7065,7 +7067,7 @@ export interface operations {
|
|
|
7065
7067
|
/** @example null */
|
|
7066
7068
|
rejection_reason?: string | null;
|
|
7067
7069
|
timeline?: {
|
|
7068
|
-
/** @example 2026-05-
|
|
7070
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7069
7071
|
created_at?: string;
|
|
7070
7072
|
/** @example null */
|
|
7071
7073
|
approved_at?: string | null;
|
|
@@ -7099,7 +7101,7 @@ export interface operations {
|
|
|
7099
7101
|
content: {
|
|
7100
7102
|
"application/json": {
|
|
7101
7103
|
data?: {
|
|
7102
|
-
/** @example
|
|
7104
|
+
/** @example af86aa88-b7fa-4ff1-81c1-bcec0fe09186 */
|
|
7103
7105
|
uid?: string;
|
|
7104
7106
|
/** @example JH-APP-2026-450949 */
|
|
7105
7107
|
application_ref?: string;
|
|
@@ -7120,7 +7122,7 @@ export interface operations {
|
|
|
7120
7122
|
/** @example null */
|
|
7121
7123
|
rejection_reason?: string | null;
|
|
7122
7124
|
timeline?: {
|
|
7123
|
-
/** @example 2026-05-
|
|
7125
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7124
7126
|
created_at?: string;
|
|
7125
7127
|
/** @example null */
|
|
7126
7128
|
approved_at?: string | null;
|
|
@@ -7164,7 +7166,7 @@ export interface operations {
|
|
|
7164
7166
|
content: {
|
|
7165
7167
|
"application/json": {
|
|
7166
7168
|
data?: {
|
|
7167
|
-
/** @example
|
|
7169
|
+
/** @example 807f5493-5484-431e-b75e-fc40b6e2d720 */
|
|
7168
7170
|
uid?: string;
|
|
7169
7171
|
/** @example JH-APP-2026-026316 */
|
|
7170
7172
|
application_ref?: string;
|
|
@@ -7185,7 +7187,7 @@ export interface operations {
|
|
|
7185
7187
|
/** @example null */
|
|
7186
7188
|
rejection_reason?: string | null;
|
|
7187
7189
|
timeline?: {
|
|
7188
|
-
/** @example 2026-05-
|
|
7190
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7189
7191
|
created_at?: string;
|
|
7190
7192
|
/** @example null */
|
|
7191
7193
|
approved_at?: string | null;
|
|
@@ -7229,7 +7231,7 @@ export interface operations {
|
|
|
7229
7231
|
content: {
|
|
7230
7232
|
"application/json": {
|
|
7231
7233
|
data?: {
|
|
7232
|
-
/** @example
|
|
7234
|
+
/** @example ff5e1009-32dc-4f37-998c-b51af7388379 */
|
|
7233
7235
|
uid?: string;
|
|
7234
7236
|
/** @example JH-APP-2026-000564 */
|
|
7235
7237
|
application_ref?: string;
|
|
@@ -7250,7 +7252,7 @@ export interface operations {
|
|
|
7250
7252
|
/** @example null */
|
|
7251
7253
|
rejection_reason?: string | null;
|
|
7252
7254
|
timeline?: {
|
|
7253
|
-
/** @example 2026-05-
|
|
7255
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7254
7256
|
created_at?: string;
|
|
7255
7257
|
/** @example null */
|
|
7256
7258
|
approved_at?: string | null;
|
|
@@ -7284,7 +7286,7 @@ export interface operations {
|
|
|
7284
7286
|
content: {
|
|
7285
7287
|
"application/json": {
|
|
7286
7288
|
data?: {
|
|
7287
|
-
/** @example
|
|
7289
|
+
/** @example bbed76fc-88cd-47f0-aa53-e84545091390 */
|
|
7288
7290
|
uid?: string;
|
|
7289
7291
|
/** @example 4881.50 */
|
|
7290
7292
|
rent_amount?: string;
|
|
@@ -7292,9 +7294,9 @@ export interface operations {
|
|
|
7292
7294
|
deposit_amount?: string;
|
|
7293
7295
|
/** @example offer_accepted */
|
|
7294
7296
|
state?: string;
|
|
7295
|
-
/** @example 2025-08-
|
|
7297
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
7296
7298
|
start_date?: string;
|
|
7297
|
-
/** @example 2026-08-
|
|
7299
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
7298
7300
|
end_date?: string;
|
|
7299
7301
|
/** @example false */
|
|
7300
7302
|
is_periodic?: boolean;
|
|
@@ -7302,7 +7304,7 @@ export interface operations {
|
|
|
7302
7304
|
company_name?: string | null;
|
|
7303
7305
|
/** @example null */
|
|
7304
7306
|
company_registration_number?: string | null;
|
|
7305
|
-
/** @example 2026-05-
|
|
7307
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
7306
7308
|
created_at?: string;
|
|
7307
7309
|
};
|
|
7308
7310
|
};
|
|
@@ -7748,7 +7750,7 @@ export interface operations {
|
|
|
7748
7750
|
content: {
|
|
7749
7751
|
"application/json": {
|
|
7750
7752
|
data?: {
|
|
7751
|
-
/** @example
|
|
7753
|
+
/** @example 9544e389-e869-4c11-b8a0-a4f1c9ea2c6d */
|
|
7752
7754
|
uid?: string;
|
|
7753
7755
|
/** @example Ms. Audra Crooks II */
|
|
7754
7756
|
username?: string;
|
|
@@ -7778,7 +7780,7 @@ export interface operations {
|
|
|
7778
7780
|
timezone?: string;
|
|
7779
7781
|
/** @example Customer */
|
|
7780
7782
|
user_type?: string;
|
|
7781
|
-
/** @example 01 May 2026,
|
|
7783
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
7782
7784
|
created?: string;
|
|
7783
7785
|
/** @example 0 seconds ago */
|
|
7784
7786
|
email_verified_at?: string;
|
|
@@ -8168,11 +8170,11 @@ export interface operations {
|
|
|
8168
8170
|
content: {
|
|
8169
8171
|
"application/json": {
|
|
8170
8172
|
data?: {
|
|
8171
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
8173
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
8172
8174
|
draft_name?: string;
|
|
8173
|
-
/** @example LST-PRP-LTR-
|
|
8175
|
+
/** @example LST-PRP-LTR-MOMXZNFPY3D */
|
|
8174
8176
|
sku?: string;
|
|
8175
|
-
/** @example
|
|
8177
|
+
/** @example 4abddaa8-86c2-4fbb-aed1-75cdc8ef89df */
|
|
8176
8178
|
uid?: string;
|
|
8177
8179
|
/** @example Rent */
|
|
8178
8180
|
listing_type?: string;
|
|
@@ -9584,7 +9586,7 @@ export interface operations {
|
|
|
9584
9586
|
content: {
|
|
9585
9587
|
"application/json": {
|
|
9586
9588
|
/**
|
|
9587
|
-
* @example
|
|
9589
|
+
* @example Suspended
|
|
9588
9590
|
* @enum {string}
|
|
9589
9591
|
*/
|
|
9590
9592
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -9599,7 +9601,7 @@ export interface operations {
|
|
|
9599
9601
|
content: {
|
|
9600
9602
|
"application/json": {
|
|
9601
9603
|
data?: {
|
|
9602
|
-
/** @example
|
|
9604
|
+
/** @example 04a7d101-9d70-44ff-9056-64cbd17b6a64 */
|
|
9603
9605
|
uid?: string;
|
|
9604
9606
|
/** @example Morgan Hirthe */
|
|
9605
9607
|
username?: string;
|
|
@@ -9629,7 +9631,7 @@ export interface operations {
|
|
|
9629
9631
|
timezone?: string;
|
|
9630
9632
|
/** @example Customer */
|
|
9631
9633
|
user_type?: string;
|
|
9632
|
-
/** @example 01 May 2026,
|
|
9634
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
9633
9635
|
created?: string;
|
|
9634
9636
|
/** @example 0 seconds ago */
|
|
9635
9637
|
email_verified_at?: string;
|
|
@@ -10338,11 +10340,11 @@ export interface operations {
|
|
|
10338
10340
|
content: {
|
|
10339
10341
|
"application/json": {
|
|
10340
10342
|
data?: {
|
|
10341
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
10343
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
10342
10344
|
draft_name?: string;
|
|
10343
|
-
/** @example LST-PRP-LTR-
|
|
10345
|
+
/** @example LST-PRP-LTR-MOMXZNI7WAN */
|
|
10344
10346
|
sku?: string;
|
|
10345
|
-
/** @example
|
|
10347
|
+
/** @example f5aabe2f-8329-4443-9bf0-211c5757f38f */
|
|
10346
10348
|
uid?: string;
|
|
10347
10349
|
/** @example Rent */
|
|
10348
10350
|
listing_type?: string;
|
|
@@ -10782,7 +10784,7 @@ export interface operations {
|
|
|
10782
10784
|
content: {
|
|
10783
10785
|
"application/json": {
|
|
10784
10786
|
data?: {
|
|
10785
|
-
/** @example
|
|
10787
|
+
/** @example ed971702-00e0-4e46-b7c0-35ff67855b87 */
|
|
10786
10788
|
uid?: string;
|
|
10787
10789
|
/** @example photo */
|
|
10788
10790
|
media_type?: string;
|
|
@@ -11089,9 +11091,9 @@ export interface operations {
|
|
|
11089
11091
|
/**
|
|
11090
11092
|
* @example [
|
|
11091
11093
|
* {
|
|
11092
|
-
* "draft_name": "New For Sale Used Item draft • 1 May 2026,
|
|
11093
|
-
* "sku": "LST-UIT-SAL-
|
|
11094
|
-
* "uid": "
|
|
11094
|
+
* "draft_name": "New For Sale Used Item draft • 1 May 2026, 1:22 PM",
|
|
11095
|
+
* "sku": "LST-UIT-SAL-MOMXZNJKI68",
|
|
11096
|
+
* "uid": "c4da315a-0f3f-4ec9-a208-16e774b63f45",
|
|
11095
11097
|
* "listing_type": "Sale",
|
|
11096
11098
|
* "vertical": "Used Item",
|
|
11097
11099
|
* "arrangement_type": null,
|
|
@@ -11106,13 +11108,13 @@ export interface operations {
|
|
|
11106
11108
|
* "media": []
|
|
11107
11109
|
* },
|
|
11108
11110
|
* {
|
|
11109
|
-
* "draft_name": "New
|
|
11110
|
-
* "sku": "LST-PRP-
|
|
11111
|
-
* "uid": "
|
|
11112
|
-
* "listing_type": "
|
|
11111
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
|
|
11112
|
+
* "sku": "LST-PRP-SHL-MOMXZNJMCAH",
|
|
11113
|
+
* "uid": "6a090f72-c9dd-4a15-9735-bf07a169858f",
|
|
11114
|
+
* "listing_type": "Short Let",
|
|
11113
11115
|
* "vertical": "Property",
|
|
11114
|
-
* "arrangement_type": "
|
|
11115
|
-
* "arrangement_type_label": "
|
|
11116
|
+
* "arrangement_type": "standard_residential",
|
|
11117
|
+
* "arrangement_type_label": "Standard Residential",
|
|
11116
11118
|
* "price": null,
|
|
11117
11119
|
* "state": "draft",
|
|
11118
11120
|
* "published_at": null,
|
|
@@ -11127,11 +11129,11 @@ export interface operations {
|
|
|
11127
11129
|
* ]
|
|
11128
11130
|
*/
|
|
11129
11131
|
data?: {
|
|
11130
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
11132
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 1:22 PM */
|
|
11131
11133
|
draft_name?: string;
|
|
11132
|
-
/** @example LST-UIT-SAL-
|
|
11134
|
+
/** @example LST-UIT-SAL-MOMXZNJKI68 */
|
|
11133
11135
|
sku?: string;
|
|
11134
|
-
/** @example
|
|
11136
|
+
/** @example c4da315a-0f3f-4ec9-a208-16e774b63f45 */
|
|
11135
11137
|
uid?: string;
|
|
11136
11138
|
/** @example Sale */
|
|
11137
11139
|
listing_type?: string;
|
|
@@ -11324,11 +11326,11 @@ export interface operations {
|
|
|
11324
11326
|
content: {
|
|
11325
11327
|
"application/json": {
|
|
11326
11328
|
data?: {
|
|
11327
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11329
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
11328
11330
|
draft_name?: string;
|
|
11329
|
-
/** @example LST-PRP-LTR-
|
|
11331
|
+
/** @example LST-PRP-LTR-MOMXZNJUOZD */
|
|
11330
11332
|
sku?: string;
|
|
11331
|
-
/** @example
|
|
11333
|
+
/** @example d869867c-bff1-4512-b28c-436bec767f2e */
|
|
11332
11334
|
uid?: string;
|
|
11333
11335
|
/** @example Rent */
|
|
11334
11336
|
listing_type?: string;
|
|
@@ -11391,11 +11393,11 @@ export interface operations {
|
|
|
11391
11393
|
content: {
|
|
11392
11394
|
"application/json": {
|
|
11393
11395
|
data?: {
|
|
11394
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11396
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
11395
11397
|
draft_name?: string;
|
|
11396
|
-
/** @example LST-PRP-LTR-
|
|
11398
|
+
/** @example LST-PRP-LTR-MOMXZNJZKXU */
|
|
11397
11399
|
sku?: string;
|
|
11398
|
-
/** @example
|
|
11400
|
+
/** @example 1506841f-bce6-4de9-a84a-446d2b8e1f03 */
|
|
11399
11401
|
uid?: string;
|
|
11400
11402
|
/** @example Rent */
|
|
11401
11403
|
listing_type?: string;
|
|
@@ -11448,11 +11450,11 @@ export interface operations {
|
|
|
11448
11450
|
content: {
|
|
11449
11451
|
"application/json": {
|
|
11450
11452
|
data?: {
|
|
11451
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11453
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
11452
11454
|
draft_name?: string;
|
|
11453
|
-
/** @example LST-PRP-LTR-
|
|
11455
|
+
/** @example LST-PRP-LTR-MOMXZNK3IBY */
|
|
11454
11456
|
sku?: string;
|
|
11455
|
-
/** @example
|
|
11457
|
+
/** @example b0d66bb1-347f-4bcb-89d3-13820e7b58ae */
|
|
11456
11458
|
uid?: string;
|
|
11457
11459
|
/** @example Rent */
|
|
11458
11460
|
listing_type?: string;
|
|
@@ -11505,11 +11507,11 @@ export interface operations {
|
|
|
11505
11507
|
content: {
|
|
11506
11508
|
"application/json": {
|
|
11507
11509
|
data?: {
|
|
11508
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11510
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
11509
11511
|
draft_name?: string;
|
|
11510
|
-
/** @example LST-PRP-LTR-
|
|
11512
|
+
/** @example LST-PRP-LTR-MOMXZNK8WJD */
|
|
11511
11513
|
sku?: string;
|
|
11512
|
-
/** @example
|
|
11514
|
+
/** @example b3b8e8d6-7869-4d5e-b742-a18a6b76e7d0 */
|
|
11513
11515
|
uid?: string;
|
|
11514
11516
|
/** @example Rent */
|
|
11515
11517
|
listing_type?: string;
|
|
@@ -11703,7 +11705,7 @@ export interface operations {
|
|
|
11703
11705
|
content: {
|
|
11704
11706
|
"application/json": {
|
|
11705
11707
|
data?: {
|
|
11706
|
-
/** @example
|
|
11708
|
+
/** @example 304 */
|
|
11707
11709
|
id?: number;
|
|
11708
11710
|
/** @example 1 */
|
|
11709
11711
|
category_id?: number;
|
|
@@ -11777,7 +11779,7 @@ export interface operations {
|
|
|
11777
11779
|
content: {
|
|
11778
11780
|
"application/json": {
|
|
11779
11781
|
data?: {
|
|
11780
|
-
/** @example
|
|
11782
|
+
/** @example 305 */
|
|
11781
11783
|
id?: number;
|
|
11782
11784
|
/** @example 1 */
|
|
11783
11785
|
category_id?: number;
|
|
@@ -11816,7 +11818,7 @@ export interface operations {
|
|
|
11816
11818
|
content: {
|
|
11817
11819
|
"application/json": {
|
|
11818
11820
|
data?: {
|
|
11819
|
-
/** @example
|
|
11821
|
+
/** @example 306 */
|
|
11820
11822
|
id?: number;
|
|
11821
11823
|
/** @example 1 */
|
|
11822
11824
|
category_id?: number;
|
|
@@ -11854,7 +11856,7 @@ export interface operations {
|
|
|
11854
11856
|
/**
|
|
11855
11857
|
* @example [
|
|
11856
11858
|
* {
|
|
11857
|
-
* "id":
|
|
11859
|
+
* "id": 450,
|
|
11858
11860
|
* "name": "Exterior",
|
|
11859
11861
|
* "description": "For Exterior categories",
|
|
11860
11862
|
* "display_order": 1,
|
|
@@ -11864,7 +11866,7 @@ export interface operations {
|
|
|
11864
11866
|
* "is_active": true
|
|
11865
11867
|
* },
|
|
11866
11868
|
* {
|
|
11867
|
-
* "id":
|
|
11869
|
+
* "id": 451,
|
|
11868
11870
|
* "name": "Exterior",
|
|
11869
11871
|
* "description": "For Exterior categories",
|
|
11870
11872
|
* "display_order": 1,
|
|
@@ -11876,7 +11878,7 @@ export interface operations {
|
|
|
11876
11878
|
* ]
|
|
11877
11879
|
*/
|
|
11878
11880
|
data?: {
|
|
11879
|
-
/** @example
|
|
11881
|
+
/** @example 450 */
|
|
11880
11882
|
id?: number;
|
|
11881
11883
|
/** @example Exterior */
|
|
11882
11884
|
name?: string;
|
|
@@ -11940,7 +11942,7 @@ export interface operations {
|
|
|
11940
11942
|
content: {
|
|
11941
11943
|
"application/json": {
|
|
11942
11944
|
data?: {
|
|
11943
|
-
/** @example
|
|
11945
|
+
/** @example 452 */
|
|
11944
11946
|
id?: number;
|
|
11945
11947
|
/** @example Exterior */
|
|
11946
11948
|
name?: string;
|
|
@@ -12007,7 +12009,7 @@ export interface operations {
|
|
|
12007
12009
|
content: {
|
|
12008
12010
|
"application/json": {
|
|
12009
12011
|
data?: {
|
|
12010
|
-
/** @example
|
|
12012
|
+
/** @example 453 */
|
|
12011
12013
|
id?: number;
|
|
12012
12014
|
/** @example Exterior */
|
|
12013
12015
|
name?: string;
|
|
@@ -12048,7 +12050,7 @@ export interface operations {
|
|
|
12048
12050
|
content: {
|
|
12049
12051
|
"application/json": {
|
|
12050
12052
|
data?: {
|
|
12051
|
-
/** @example
|
|
12053
|
+
/** @example 454 */
|
|
12052
12054
|
id?: number;
|
|
12053
12055
|
/** @example Exterior */
|
|
12054
12056
|
name?: string;
|
|
@@ -12311,7 +12313,7 @@ export interface operations {
|
|
|
12311
12313
|
content: {
|
|
12312
12314
|
"application/json": {
|
|
12313
12315
|
data?: {
|
|
12314
|
-
/** @example
|
|
12316
|
+
/** @example 191 */
|
|
12315
12317
|
id?: number;
|
|
12316
12318
|
/** @example email_fa_0 */
|
|
12317
12319
|
key?: string;
|
|
@@ -12325,9 +12327,9 @@ export interface operations {
|
|
|
12325
12327
|
metadata_schema?: unknown[];
|
|
12326
12328
|
/** @example true */
|
|
12327
12329
|
is_active?: boolean;
|
|
12328
|
-
/** @example 2026-05-
|
|
12330
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
12329
12331
|
created_at?: string;
|
|
12330
|
-
/** @example 2026-05-
|
|
12332
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
12331
12333
|
updated_at?: string;
|
|
12332
12334
|
};
|
|
12333
12335
|
};
|
|
@@ -12387,7 +12389,7 @@ export interface operations {
|
|
|
12387
12389
|
content: {
|
|
12388
12390
|
"application/json": {
|
|
12389
12391
|
data?: {
|
|
12390
|
-
/** @example
|
|
12392
|
+
/** @example 192 */
|
|
12391
12393
|
id?: number;
|
|
12392
12394
|
/** @example email_fa_0 */
|
|
12393
12395
|
key?: string;
|
|
@@ -12401,9 +12403,9 @@ export interface operations {
|
|
|
12401
12403
|
metadata_schema?: unknown[];
|
|
12402
12404
|
/** @example true */
|
|
12403
12405
|
is_active?: boolean;
|
|
12404
|
-
/** @example 2026-05-
|
|
12406
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
12405
12407
|
created_at?: string;
|
|
12406
|
-
/** @example 2026-05-
|
|
12408
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
12407
12409
|
updated_at?: string;
|
|
12408
12410
|
};
|
|
12409
12411
|
};
|
|
@@ -13669,25 +13671,25 @@ export interface operations {
|
|
|
13669
13671
|
/**
|
|
13670
13672
|
* @example [
|
|
13671
13673
|
* {
|
|
13672
|
-
* "key": "
|
|
13673
|
-
* "name": "
|
|
13674
|
-
* "description": "
|
|
13674
|
+
* "key": "odio",
|
|
13675
|
+
* "name": "cumque",
|
|
13676
|
+
* "description": "Aut fugit ipsum libero ut.",
|
|
13675
13677
|
* "value_type": "string"
|
|
13676
13678
|
* },
|
|
13677
13679
|
* {
|
|
13678
|
-
* "key": "
|
|
13679
|
-
* "name": "
|
|
13680
|
-
* "description": "
|
|
13680
|
+
* "key": "impedit",
|
|
13681
|
+
* "name": "quia",
|
|
13682
|
+
* "description": "Nam incidunt voluptatem est qui et quis non.",
|
|
13681
13683
|
* "value_type": "string"
|
|
13682
13684
|
* }
|
|
13683
13685
|
* ]
|
|
13684
13686
|
*/
|
|
13685
13687
|
data?: {
|
|
13686
|
-
/** @example
|
|
13688
|
+
/** @example odio */
|
|
13687
13689
|
key?: string;
|
|
13688
|
-
/** @example
|
|
13690
|
+
/** @example cumque */
|
|
13689
13691
|
name?: string;
|
|
13690
|
-
/** @example
|
|
13692
|
+
/** @example Aut fugit ipsum libero ut. */
|
|
13691
13693
|
description?: string;
|
|
13692
13694
|
/** @example string */
|
|
13693
13695
|
value_type?: string;
|
|
@@ -14929,13 +14931,13 @@ export interface operations {
|
|
|
14929
14931
|
};
|
|
14930
14932
|
} | {
|
|
14931
14933
|
data?: {
|
|
14932
|
-
/** @example
|
|
14934
|
+
/** @example 6ce5cca9-f837-48ca-9658-5f95dba0601c */
|
|
14933
14935
|
uid?: string;
|
|
14934
14936
|
/** @example follow_up */
|
|
14935
14937
|
inspection_type?: string;
|
|
14936
14938
|
/** @example cancelled */
|
|
14937
14939
|
status?: string;
|
|
14938
|
-
/** @example
|
|
14940
|
+
/** @example 07 May 2026, 03:20 AM */
|
|
14939
14941
|
scheduled_date?: string;
|
|
14940
14942
|
/** @example null */
|
|
14941
14943
|
completed_date?: string | null;
|
|
@@ -14943,11 +14945,11 @@ export interface operations {
|
|
|
14943
14945
|
condition_rating?: string;
|
|
14944
14946
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14945
14947
|
summary?: string;
|
|
14946
|
-
/** @example
|
|
14948
|
+
/** @example 01 Jul 2026, 12:09 AM */
|
|
14947
14949
|
next_inspection_date?: string;
|
|
14948
|
-
/** @example 01 May 2026,
|
|
14950
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
14949
14951
|
created_at?: string;
|
|
14950
|
-
/** @example 01 May 2026,
|
|
14952
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
14951
14953
|
updated_at?: string;
|
|
14952
14954
|
};
|
|
14953
14955
|
};
|
|
@@ -15002,13 +15004,13 @@ export interface operations {
|
|
|
15002
15004
|
content: {
|
|
15003
15005
|
"application/json": {
|
|
15004
15006
|
data?: {
|
|
15005
|
-
/** @example
|
|
15007
|
+
/** @example fd8f36bf-cf9a-4be1-a303-46162af919bb */
|
|
15006
15008
|
uid?: string;
|
|
15007
15009
|
/** @example follow_up */
|
|
15008
15010
|
inspection_type?: string;
|
|
15009
15011
|
/** @example cancelled */
|
|
15010
15012
|
status?: string;
|
|
15011
|
-
/** @example
|
|
15013
|
+
/** @example 07 May 2026, 03:20 AM */
|
|
15012
15014
|
scheduled_date?: string;
|
|
15013
15015
|
/** @example null */
|
|
15014
15016
|
completed_date?: string | null;
|
|
@@ -15016,11 +15018,11 @@ export interface operations {
|
|
|
15016
15018
|
condition_rating?: string;
|
|
15017
15019
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15018
15020
|
summary?: string;
|
|
15019
|
-
/** @example
|
|
15021
|
+
/** @example 01 Jul 2026, 12:09 AM */
|
|
15020
15022
|
next_inspection_date?: string;
|
|
15021
|
-
/** @example 01 May 2026,
|
|
15023
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15022
15024
|
created_at?: string;
|
|
15023
|
-
/** @example 01 May 2026,
|
|
15025
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15024
15026
|
updated_at?: string;
|
|
15025
15027
|
};
|
|
15026
15028
|
};
|
|
@@ -15115,13 +15117,13 @@ export interface operations {
|
|
|
15115
15117
|
content: {
|
|
15116
15118
|
"application/json": {
|
|
15117
15119
|
data?: {
|
|
15118
|
-
/** @example
|
|
15120
|
+
/** @example 86748cbc-198c-4b53-a04f-be2c45afc903 */
|
|
15119
15121
|
uid?: string;
|
|
15120
15122
|
/** @example follow_up */
|
|
15121
15123
|
inspection_type?: string;
|
|
15122
15124
|
/** @example cancelled */
|
|
15123
15125
|
status?: string;
|
|
15124
|
-
/** @example
|
|
15126
|
+
/** @example 25 Apr 2026, 12:47 AM */
|
|
15125
15127
|
scheduled_date?: string;
|
|
15126
15128
|
/** @example null */
|
|
15127
15129
|
completed_date?: string | null;
|
|
@@ -15129,11 +15131,11 @@ export interface operations {
|
|
|
15129
15131
|
condition_rating?: string;
|
|
15130
15132
|
/** @example Et animi quos velit et fugiat. */
|
|
15131
15133
|
summary?: string;
|
|
15132
|
-
/** @example
|
|
15134
|
+
/** @example 04 Aug 2026, 08:40 AM */
|
|
15133
15135
|
next_inspection_date?: string;
|
|
15134
|
-
/** @example 01 May 2026,
|
|
15136
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15135
15137
|
created_at?: string;
|
|
15136
|
-
/** @example 01 May 2026,
|
|
15138
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15137
15139
|
updated_at?: string;
|
|
15138
15140
|
};
|
|
15139
15141
|
};
|
|
@@ -15170,13 +15172,13 @@ export interface operations {
|
|
|
15170
15172
|
content: {
|
|
15171
15173
|
"application/json": {
|
|
15172
15174
|
data?: {
|
|
15173
|
-
/** @example
|
|
15175
|
+
/** @example 2def5585-d3e5-4960-bc79-696626ea432f */
|
|
15174
15176
|
uid?: string;
|
|
15175
15177
|
/** @example follow_up */
|
|
15176
15178
|
inspection_type?: string;
|
|
15177
15179
|
/** @example cancelled */
|
|
15178
15180
|
status?: string;
|
|
15179
|
-
/** @example
|
|
15181
|
+
/** @example 07 May 2026, 03:20 AM */
|
|
15180
15182
|
scheduled_date?: string;
|
|
15181
15183
|
/** @example null */
|
|
15182
15184
|
completed_date?: string | null;
|
|
@@ -15184,11 +15186,11 @@ export interface operations {
|
|
|
15184
15186
|
condition_rating?: string;
|
|
15185
15187
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15186
15188
|
summary?: string;
|
|
15187
|
-
/** @example
|
|
15189
|
+
/** @example 01 Jul 2026, 12:09 AM */
|
|
15188
15190
|
next_inspection_date?: string;
|
|
15189
|
-
/** @example 01 May 2026,
|
|
15191
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15190
15192
|
created_at?: string;
|
|
15191
|
-
/** @example 01 May 2026,
|
|
15193
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15192
15194
|
updated_at?: string;
|
|
15193
15195
|
};
|
|
15194
15196
|
};
|
|
@@ -15225,13 +15227,13 @@ export interface operations {
|
|
|
15225
15227
|
content: {
|
|
15226
15228
|
"application/json": {
|
|
15227
15229
|
data?: {
|
|
15228
|
-
/** @example
|
|
15230
|
+
/** @example c106fa56-8b15-403a-9553-de431efbe012 */
|
|
15229
15231
|
uid?: string;
|
|
15230
15232
|
/** @example follow_up */
|
|
15231
15233
|
inspection_type?: string;
|
|
15232
15234
|
/** @example cancelled */
|
|
15233
15235
|
status?: string;
|
|
15234
|
-
/** @example
|
|
15236
|
+
/** @example 25 Apr 2026, 12:47 AM */
|
|
15235
15237
|
scheduled_date?: string;
|
|
15236
15238
|
/** @example null */
|
|
15237
15239
|
completed_date?: string | null;
|
|
@@ -15239,11 +15241,11 @@ export interface operations {
|
|
|
15239
15241
|
condition_rating?: string;
|
|
15240
15242
|
/** @example Et animi quos velit et fugiat. */
|
|
15241
15243
|
summary?: string;
|
|
15242
|
-
/** @example
|
|
15244
|
+
/** @example 04 Aug 2026, 08:40 AM */
|
|
15243
15245
|
next_inspection_date?: string;
|
|
15244
|
-
/** @example 01 May 2026,
|
|
15246
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15245
15247
|
created_at?: string;
|
|
15246
|
-
/** @example 01 May 2026,
|
|
15248
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15247
15249
|
updated_at?: string;
|
|
15248
15250
|
};
|
|
15249
15251
|
};
|
|
@@ -15370,29 +15372,29 @@ export interface operations {
|
|
|
15370
15372
|
};
|
|
15371
15373
|
} | {
|
|
15372
15374
|
data?: {
|
|
15373
|
-
/** @example
|
|
15375
|
+
/** @example 7ab61b16-145b-46d1-aede-ae383fe76baf */
|
|
15374
15376
|
uid?: string;
|
|
15375
15377
|
/** @example 1 */
|
|
15376
15378
|
tenancy_id?: number;
|
|
15377
|
-
/** @example
|
|
15379
|
+
/** @example Et corporis at. */
|
|
15378
15380
|
title?: string;
|
|
15379
|
-
/** @example
|
|
15381
|
+
/** @example Inventore est voluptatem animi et officia laboriosam. Cum explicabo eum autem veniam eveniet error iure. Quae aperiam in est iste ut adipisci temporibus. */
|
|
15380
15382
|
description?: string;
|
|
15381
|
-
/** @example
|
|
15383
|
+
/** @example completed */
|
|
15382
15384
|
status?: string;
|
|
15383
|
-
/** @example
|
|
15385
|
+
/** @example low */
|
|
15384
15386
|
priority?: string;
|
|
15385
|
-
/** @example
|
|
15387
|
+
/** @example 24 Apr 2026, 06:49 PM */
|
|
15386
15388
|
reported_at?: string;
|
|
15387
|
-
/** @example
|
|
15388
|
-
assigned_at?: string
|
|
15389
|
+
/** @example 25 Apr 2026, 06:21 PM */
|
|
15390
|
+
assigned_at?: string;
|
|
15389
15391
|
/** @example null */
|
|
15390
15392
|
completed_at?: string | null;
|
|
15391
|
-
/** @example 03 May 2026,
|
|
15393
|
+
/** @example 03 May 2026, 04:12 AM */
|
|
15392
15394
|
sla_deadline?: string;
|
|
15393
|
-
/** @example 01 May 2026,
|
|
15395
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15394
15396
|
created_at?: string;
|
|
15395
|
-
/** @example 01 May 2026,
|
|
15397
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15396
15398
|
updated_at?: string;
|
|
15397
15399
|
};
|
|
15398
15400
|
};
|
|
@@ -15429,7 +15431,7 @@ export interface operations {
|
|
|
15429
15431
|
content: {
|
|
15430
15432
|
"application/json": {
|
|
15431
15433
|
data?: {
|
|
15432
|
-
/** @example
|
|
15434
|
+
/** @example fcd7243c-8bb0-4b63-ba70-19fcede0a286 */
|
|
15433
15435
|
uid?: string;
|
|
15434
15436
|
/** @example 1 */
|
|
15435
15437
|
tenancy_id?: number;
|
|
@@ -15441,17 +15443,17 @@ export interface operations {
|
|
|
15441
15443
|
status?: string;
|
|
15442
15444
|
/** @example low */
|
|
15443
15445
|
priority?: string;
|
|
15444
|
-
/** @example
|
|
15446
|
+
/** @example 30 Apr 2026, 02:50 AM */
|
|
15445
15447
|
reported_at?: string;
|
|
15446
15448
|
/** @example null */
|
|
15447
15449
|
assigned_at?: string | null;
|
|
15448
15450
|
/** @example null */
|
|
15449
15451
|
completed_at?: string | null;
|
|
15450
|
-
/** @example 02 May 2026,
|
|
15452
|
+
/** @example 02 May 2026, 11:15 PM */
|
|
15451
15453
|
sla_deadline?: string;
|
|
15452
|
-
/** @example 01 May 2026,
|
|
15454
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15453
15455
|
created_at?: string;
|
|
15454
|
-
/** @example 01 May 2026,
|
|
15456
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15455
15457
|
updated_at?: string;
|
|
15456
15458
|
};
|
|
15457
15459
|
};
|
|
@@ -15488,7 +15490,7 @@ export interface operations {
|
|
|
15488
15490
|
content: {
|
|
15489
15491
|
"application/json": {
|
|
15490
15492
|
data?: {
|
|
15491
|
-
/** @example
|
|
15493
|
+
/** @example 06bf38f6-5006-4705-b764-98935d9ab452 */
|
|
15492
15494
|
uid?: string;
|
|
15493
15495
|
/** @example 1 */
|
|
15494
15496
|
tenancy_id?: number;
|
|
@@ -15500,17 +15502,17 @@ export interface operations {
|
|
|
15500
15502
|
status?: string;
|
|
15501
15503
|
/** @example emergency */
|
|
15502
15504
|
priority?: string;
|
|
15503
|
-
/** @example
|
|
15505
|
+
/** @example 25 Apr 2026, 12:35 AM */
|
|
15504
15506
|
reported_at?: string;
|
|
15505
|
-
/** @example 29 Apr 2026,
|
|
15507
|
+
/** @example 29 Apr 2026, 08:55 PM */
|
|
15506
15508
|
assigned_at?: string;
|
|
15507
15509
|
/** @example null */
|
|
15508
15510
|
completed_at?: string | null;
|
|
15509
|
-
/** @example
|
|
15511
|
+
/** @example 03 May 2026, 02:18 AM */
|
|
15510
15512
|
sla_deadline?: string;
|
|
15511
|
-
/** @example 01 May 2026,
|
|
15513
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15512
15514
|
created_at?: string;
|
|
15513
|
-
/** @example 01 May 2026,
|
|
15515
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15514
15516
|
updated_at?: string;
|
|
15515
15517
|
};
|
|
15516
15518
|
};
|
|
@@ -15547,7 +15549,7 @@ export interface operations {
|
|
|
15547
15549
|
content: {
|
|
15548
15550
|
"application/json": {
|
|
15549
15551
|
data?: {
|
|
15550
|
-
/** @example
|
|
15552
|
+
/** @example 1e6a7562-2b01-4754-85bc-2b8b6eb9af72 */
|
|
15551
15553
|
uid?: string;
|
|
15552
15554
|
/** @example 1 */
|
|
15553
15555
|
tenancy_id?: number;
|
|
@@ -15559,17 +15561,17 @@ export interface operations {
|
|
|
15559
15561
|
status?: string;
|
|
15560
15562
|
/** @example emergency */
|
|
15561
15563
|
priority?: string;
|
|
15562
|
-
/** @example
|
|
15564
|
+
/** @example 25 Apr 2026, 12:35 AM */
|
|
15563
15565
|
reported_at?: string;
|
|
15564
|
-
/** @example 29 Apr 2026,
|
|
15566
|
+
/** @example 29 Apr 2026, 08:55 PM */
|
|
15565
15567
|
assigned_at?: string;
|
|
15566
15568
|
/** @example null */
|
|
15567
15569
|
completed_at?: string | null;
|
|
15568
|
-
/** @example
|
|
15570
|
+
/** @example 03 May 2026, 02:18 AM */
|
|
15569
15571
|
sla_deadline?: string;
|
|
15570
|
-
/** @example 01 May 2026,
|
|
15572
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15571
15573
|
created_at?: string;
|
|
15572
|
-
/** @example 01 May 2026,
|
|
15574
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15573
15575
|
updated_at?: string;
|
|
15574
15576
|
};
|
|
15575
15577
|
};
|
|
@@ -15606,7 +15608,7 @@ export interface operations {
|
|
|
15606
15608
|
content: {
|
|
15607
15609
|
"application/json": {
|
|
15608
15610
|
data?: {
|
|
15609
|
-
/** @example
|
|
15611
|
+
/** @example df31efa1-b3a1-4cf7-bbec-79899b6c33e3 */
|
|
15610
15612
|
uid?: string;
|
|
15611
15613
|
/** @example 1 */
|
|
15612
15614
|
tenancy_id?: number;
|
|
@@ -15618,17 +15620,17 @@ export interface operations {
|
|
|
15618
15620
|
status?: string;
|
|
15619
15621
|
/** @example emergency */
|
|
15620
15622
|
priority?: string;
|
|
15621
|
-
/** @example
|
|
15623
|
+
/** @example 25 Apr 2026, 12:35 AM */
|
|
15622
15624
|
reported_at?: string;
|
|
15623
|
-
/** @example 29 Apr 2026,
|
|
15625
|
+
/** @example 29 Apr 2026, 08:55 PM */
|
|
15624
15626
|
assigned_at?: string;
|
|
15625
15627
|
/** @example null */
|
|
15626
15628
|
completed_at?: string | null;
|
|
15627
|
-
/** @example
|
|
15629
|
+
/** @example 03 May 2026, 02:18 AM */
|
|
15628
15630
|
sla_deadline?: string;
|
|
15629
|
-
/** @example 01 May 2026,
|
|
15631
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15630
15632
|
created_at?: string;
|
|
15631
|
-
/** @example 01 May 2026,
|
|
15633
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
15632
15634
|
updated_at?: string;
|
|
15633
15635
|
};
|
|
15634
15636
|
};
|
|
@@ -18882,7 +18884,7 @@ export interface operations {
|
|
|
18882
18884
|
content: {
|
|
18883
18885
|
"application/json": {
|
|
18884
18886
|
data?: {
|
|
18885
|
-
/** @example
|
|
18887
|
+
/** @example 123b8626-bf7e-401e-a3d8-d09dafedcbe5 */
|
|
18886
18888
|
uid?: string;
|
|
18887
18889
|
/** @example Ms. Audra Crooks II */
|
|
18888
18890
|
username?: string;
|
|
@@ -18912,9 +18914,9 @@ export interface operations {
|
|
|
18912
18914
|
timezone?: string;
|
|
18913
18915
|
/** @example Customer */
|
|
18914
18916
|
user_type?: string;
|
|
18915
|
-
/** @example 01 May 2026,
|
|
18917
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
18916
18918
|
created?: string;
|
|
18917
|
-
/** @example
|
|
18919
|
+
/** @example 1 second ago */
|
|
18918
18920
|
email_verified_at?: string;
|
|
18919
18921
|
verification_status?: {
|
|
18920
18922
|
/** @example not_verified */
|
|
@@ -19381,7 +19383,7 @@ export interface operations {
|
|
|
19381
19383
|
content: {
|
|
19382
19384
|
"application/json": {
|
|
19383
19385
|
data?: {
|
|
19384
|
-
/** @example
|
|
19386
|
+
/** @example e2bc1235-2fdc-4025-9165-8a7fe4d26fc1 */
|
|
19385
19387
|
uid?: string;
|
|
19386
19388
|
/** @example Ms. Audra Crooks II */
|
|
19387
19389
|
username?: string;
|
|
@@ -19411,7 +19413,7 @@ export interface operations {
|
|
|
19411
19413
|
timezone?: string;
|
|
19412
19414
|
/** @example Customer */
|
|
19413
19415
|
user_type?: string;
|
|
19414
|
-
/** @example 01 May 2026,
|
|
19416
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
19415
19417
|
created?: string;
|
|
19416
19418
|
/** @example 0 seconds ago */
|
|
19417
19419
|
email_verified_at?: string;
|
|
@@ -19680,7 +19682,7 @@ export interface operations {
|
|
|
19680
19682
|
*/
|
|
19681
19683
|
search?: string | null;
|
|
19682
19684
|
/**
|
|
19683
|
-
* @example
|
|
19685
|
+
* @example converted
|
|
19684
19686
|
* @enum {string|null}
|
|
19685
19687
|
*/
|
|
19686
19688
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
@@ -19914,7 +19916,7 @@ export interface operations {
|
|
|
19914
19916
|
content: {
|
|
19915
19917
|
"application/json": {
|
|
19916
19918
|
data?: {
|
|
19917
|
-
/** @example
|
|
19919
|
+
/** @example 517a24c1-4d0c-45fb-8492-a7566340ce99 */
|
|
19918
19920
|
uid?: string;
|
|
19919
19921
|
/** @example JH-APP-2026-936806 */
|
|
19920
19922
|
application_ref?: string;
|
|
@@ -19935,7 +19937,7 @@ export interface operations {
|
|
|
19935
19937
|
/** @example null */
|
|
19936
19938
|
rejection_reason?: string | null;
|
|
19937
19939
|
timeline?: {
|
|
19938
|
-
/** @example 2026-05-
|
|
19940
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
19939
19941
|
created_at?: string;
|
|
19940
19942
|
/** @example null */
|
|
19941
19943
|
approved_at?: string | null;
|
|
@@ -19969,7 +19971,7 @@ export interface operations {
|
|
|
19969
19971
|
content: {
|
|
19970
19972
|
"application/json": {
|
|
19971
19973
|
data?: {
|
|
19972
|
-
/** @example
|
|
19974
|
+
/** @example 95365ae7-3ff3-4d05-8e2b-be920a496137 */
|
|
19973
19975
|
uid?: string;
|
|
19974
19976
|
/** @example JH-APP-2026-757680 */
|
|
19975
19977
|
application_ref?: string;
|
|
@@ -19990,7 +19992,7 @@ export interface operations {
|
|
|
19990
19992
|
/** @example null */
|
|
19991
19993
|
rejection_reason?: string | null;
|
|
19992
19994
|
timeline?: {
|
|
19993
|
-
/** @example 2026-05-
|
|
19995
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
19994
19996
|
created_at?: string;
|
|
19995
19997
|
/** @example null */
|
|
19996
19998
|
approved_at?: string | null;
|
|
@@ -20034,7 +20036,7 @@ export interface operations {
|
|
|
20034
20036
|
content: {
|
|
20035
20037
|
"application/json": {
|
|
20036
20038
|
data?: {
|
|
20037
|
-
/** @example
|
|
20039
|
+
/** @example d995fa74-071e-45c8-a4a3-ca75217dee2c */
|
|
20038
20040
|
uid?: string;
|
|
20039
20041
|
/** @example JH-APP-2026-449171 */
|
|
20040
20042
|
application_ref?: string;
|
|
@@ -20055,7 +20057,7 @@ export interface operations {
|
|
|
20055
20057
|
/** @example null */
|
|
20056
20058
|
rejection_reason?: string | null;
|
|
20057
20059
|
timeline?: {
|
|
20058
|
-
/** @example 2026-05-
|
|
20060
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
20059
20061
|
created_at?: string;
|
|
20060
20062
|
/** @example null */
|
|
20061
20063
|
approved_at?: string | null;
|
|
@@ -20089,7 +20091,7 @@ export interface operations {
|
|
|
20089
20091
|
content: {
|
|
20090
20092
|
"application/json": {
|
|
20091
20093
|
data?: {
|
|
20092
|
-
/** @example
|
|
20094
|
+
/** @example 41c804fb-b804-4c9c-b718-76e98fb3e0a1 */
|
|
20093
20095
|
uid?: string;
|
|
20094
20096
|
/** @example 4881.50 */
|
|
20095
20097
|
rent_amount?: string;
|
|
@@ -20097,9 +20099,9 @@ export interface operations {
|
|
|
20097
20099
|
deposit_amount?: string;
|
|
20098
20100
|
/** @example offer_accepted */
|
|
20099
20101
|
state?: string;
|
|
20100
|
-
/** @example 2025-08-
|
|
20102
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
20101
20103
|
start_date?: string;
|
|
20102
|
-
/** @example 2026-08-
|
|
20104
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
20103
20105
|
end_date?: string;
|
|
20104
20106
|
/** @example false */
|
|
20105
20107
|
is_periodic?: boolean;
|
|
@@ -20107,7 +20109,7 @@ export interface operations {
|
|
|
20107
20109
|
company_name?: string | null;
|
|
20108
20110
|
/** @example null */
|
|
20109
20111
|
company_registration_number?: string | null;
|
|
20110
|
-
/** @example 2026-05-
|
|
20112
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
20111
20113
|
created_at?: string;
|
|
20112
20114
|
};
|
|
20113
20115
|
};
|
|
@@ -20154,19 +20156,19 @@ export interface operations {
|
|
|
20154
20156
|
content: {
|
|
20155
20157
|
"application/json": {
|
|
20156
20158
|
data?: {
|
|
20157
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20159
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
20158
20160
|
draft_name?: string;
|
|
20159
|
-
/** @example LST-PRP-LTR-
|
|
20161
|
+
/** @example LST-PRP-LTR-MOMXZN8Q3LK */
|
|
20160
20162
|
sku?: string;
|
|
20161
|
-
/** @example
|
|
20163
|
+
/** @example b77d400a-507f-4791-81af-e0b31d2daabe */
|
|
20162
20164
|
uid?: string;
|
|
20163
20165
|
/** @example Rent */
|
|
20164
20166
|
listing_type?: string;
|
|
20165
20167
|
/** @example Property */
|
|
20166
20168
|
vertical?: string;
|
|
20167
|
-
/** @example
|
|
20169
|
+
/** @example short_term_managed */
|
|
20168
20170
|
arrangement_type?: string;
|
|
20169
|
-
/** @example
|
|
20171
|
+
/** @example Short Term Managed */
|
|
20170
20172
|
arrangement_type_label?: string;
|
|
20171
20173
|
/** @example null */
|
|
20172
20174
|
price?: string | null;
|
|
@@ -20282,9 +20284,9 @@ export interface operations {
|
|
|
20282
20284
|
/**
|
|
20283
20285
|
* @example [
|
|
20284
20286
|
* {
|
|
20285
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20286
|
-
* "sku": "LST-PRP-LTR-
|
|
20287
|
-
* "uid": "
|
|
20287
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 1:22 PM",
|
|
20288
|
+
* "sku": "LST-PRP-LTR-MOMXZN96J77",
|
|
20289
|
+
* "uid": "9282a1e0-63b6-4edc-b691-15d510f0d0e2",
|
|
20288
20290
|
* "listing_type": "Rent",
|
|
20289
20291
|
* "vertical": "Property",
|
|
20290
20292
|
* "arrangement_type": "let_to_let",
|
|
@@ -20301,9 +20303,9 @@ export interface operations {
|
|
|
20301
20303
|
* "media": []
|
|
20302
20304
|
* },
|
|
20303
20305
|
* {
|
|
20304
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20305
|
-
* "sku": "LST-PRP-SHL-
|
|
20306
|
-
* "uid": "
|
|
20306
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
|
|
20307
|
+
* "sku": "LST-PRP-SHL-MOMXZN985YK",
|
|
20308
|
+
* "uid": "5f2572c6-09ec-4ddf-947c-5cab001081f4",
|
|
20307
20309
|
* "listing_type": "Short Let",
|
|
20308
20310
|
* "vertical": "Property",
|
|
20309
20311
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20322,11 +20324,11 @@ export interface operations {
|
|
|
20322
20324
|
* ]
|
|
20323
20325
|
*/
|
|
20324
20326
|
data?: {
|
|
20325
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20327
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
20326
20328
|
draft_name?: string;
|
|
20327
|
-
/** @example LST-PRP-LTR-
|
|
20329
|
+
/** @example LST-PRP-LTR-MOMXZN96J77 */
|
|
20328
20330
|
sku?: string;
|
|
20329
|
-
/** @example
|
|
20331
|
+
/** @example 9282a1e0-63b6-4edc-b691-15d510f0d0e2 */
|
|
20330
20332
|
uid?: string;
|
|
20331
20333
|
/** @example Rent */
|
|
20332
20334
|
listing_type?: string;
|
|
@@ -20436,9 +20438,9 @@ export interface operations {
|
|
|
20436
20438
|
/**
|
|
20437
20439
|
* @example [
|
|
20438
20440
|
* {
|
|
20439
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20440
|
-
* "sku": "LST-PRP-LTR-
|
|
20441
|
-
* "uid": "
|
|
20441
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 1:22 PM",
|
|
20442
|
+
* "sku": "LST-PRP-LTR-MOMXZN9FVVZ",
|
|
20443
|
+
* "uid": "0663b275-df52-4ca7-856d-f957667aab59",
|
|
20442
20444
|
* "listing_type": "Rent",
|
|
20443
20445
|
* "vertical": "Property",
|
|
20444
20446
|
* "arrangement_type": "let_to_let",
|
|
@@ -20455,9 +20457,9 @@ export interface operations {
|
|
|
20455
20457
|
* "media": []
|
|
20456
20458
|
* },
|
|
20457
20459
|
* {
|
|
20458
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20459
|
-
* "sku": "LST-PRP-SHL-
|
|
20460
|
-
* "uid": "
|
|
20460
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 1:22 PM",
|
|
20461
|
+
* "sku": "LST-PRP-SHL-MOMXZN9IMAJ",
|
|
20462
|
+
* "uid": "64c726f7-d8c6-49ac-9332-581497b883d7",
|
|
20461
20463
|
* "listing_type": "Short Let",
|
|
20462
20464
|
* "vertical": "Property",
|
|
20463
20465
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20476,11 +20478,11 @@ export interface operations {
|
|
|
20476
20478
|
* ]
|
|
20477
20479
|
*/
|
|
20478
20480
|
data?: {
|
|
20479
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20481
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
20480
20482
|
draft_name?: string;
|
|
20481
|
-
/** @example LST-PRP-LTR-
|
|
20483
|
+
/** @example LST-PRP-LTR-MOMXZN9FVVZ */
|
|
20482
20484
|
sku?: string;
|
|
20483
|
-
/** @example
|
|
20485
|
+
/** @example 0663b275-df52-4ca7-856d-f957667aab59 */
|
|
20484
20486
|
uid?: string;
|
|
20485
20487
|
/** @example Rent */
|
|
20486
20488
|
listing_type?: string;
|
|
@@ -21729,7 +21731,7 @@ export interface operations {
|
|
|
21729
21731
|
content: {
|
|
21730
21732
|
"application/json": {
|
|
21731
21733
|
data?: {
|
|
21732
|
-
/** @example
|
|
21734
|
+
/** @example da7668b3-b5ab-41c9-a568-2b34929d5137 */
|
|
21733
21735
|
uid?: string;
|
|
21734
21736
|
/** @example photo */
|
|
21735
21737
|
media_type?: string;
|
|
@@ -21878,11 +21880,11 @@ export interface operations {
|
|
|
21878
21880
|
content: {
|
|
21879
21881
|
"application/json": {
|
|
21880
21882
|
data?: {
|
|
21881
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
21883
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:22 PM */
|
|
21882
21884
|
draft_name?: string;
|
|
21883
|
-
/** @example LST-PRP-LTR-
|
|
21885
|
+
/** @example LST-PRP-LTR-MOMXZNBJVLS */
|
|
21884
21886
|
sku?: string;
|
|
21885
|
-
/** @example
|
|
21887
|
+
/** @example c65eefbd-b683-4e24-9d28-b6695d1ebc20 */
|
|
21886
21888
|
uid?: string;
|
|
21887
21889
|
/** @example Rent */
|
|
21888
21890
|
listing_type?: string;
|
|
@@ -22042,7 +22044,7 @@ export interface operations {
|
|
|
22042
22044
|
content: {
|
|
22043
22045
|
"application/json": {
|
|
22044
22046
|
data?: {
|
|
22045
|
-
/** @example
|
|
22047
|
+
/** @example 900ac56b-98e2-430e-ab84-91dbc28f9059 */
|
|
22046
22048
|
uid?: string;
|
|
22047
22049
|
/** @example null */
|
|
22048
22050
|
compliances?: string | null;
|
|
@@ -22093,7 +22095,7 @@ export interface operations {
|
|
|
22093
22095
|
content: {
|
|
22094
22096
|
"application/json": {
|
|
22095
22097
|
data?: {
|
|
22096
|
-
/** @example
|
|
22098
|
+
/** @example 174 */
|
|
22097
22099
|
id?: number;
|
|
22098
22100
|
compliance?: {
|
|
22099
22101
|
/** @example 1 */
|
|
@@ -22115,7 +22117,7 @@ export interface operations {
|
|
|
22115
22117
|
reviewed_by?: number;
|
|
22116
22118
|
/** @example null */
|
|
22117
22119
|
reviewed_at?: string | null;
|
|
22118
|
-
/** @example 2026-05-
|
|
22120
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22119
22121
|
created_at?: string;
|
|
22120
22122
|
};
|
|
22121
22123
|
};
|
|
@@ -22170,19 +22172,19 @@ export interface operations {
|
|
|
22170
22172
|
/**
|
|
22171
22173
|
* @example [
|
|
22172
22174
|
* {
|
|
22173
|
-
* "uid": "
|
|
22175
|
+
* "uid": "eb41236e-bbee-4f18-893a-673c0183cbc9",
|
|
22174
22176
|
* "rent_amount": "4881.50",
|
|
22175
22177
|
* "deposit_amount": "2151.17",
|
|
22176
22178
|
* "state": "offer_accepted",
|
|
22177
|
-
* "start_date": "2025-08-
|
|
22178
|
-
* "end_date": "2026-08-
|
|
22179
|
+
* "start_date": "2025-08-24T00:00:00.000000Z",
|
|
22180
|
+
* "end_date": "2026-08-24T00:00:00.000000Z",
|
|
22179
22181
|
* "is_periodic": false,
|
|
22180
22182
|
* "company_name": null,
|
|
22181
22183
|
* "company_registration_number": null,
|
|
22182
|
-
* "created_at": "2026-05-
|
|
22184
|
+
* "created_at": "2026-05-01T13:22:12.000000Z"
|
|
22183
22185
|
* },
|
|
22184
22186
|
* {
|
|
22185
|
-
* "uid": "
|
|
22187
|
+
* "uid": "d3d7d615-3436-4305-9c97-6c620fbc98f9",
|
|
22186
22188
|
* "rent_amount": "3832.26",
|
|
22187
22189
|
* "deposit_amount": "1384.27",
|
|
22188
22190
|
* "state": "terminated",
|
|
@@ -22191,12 +22193,12 @@ export interface operations {
|
|
|
22191
22193
|
* "is_periodic": false,
|
|
22192
22194
|
* "company_name": null,
|
|
22193
22195
|
* "company_registration_number": null,
|
|
22194
|
-
* "created_at": "2026-05-
|
|
22196
|
+
* "created_at": "2026-05-01T13:22:12.000000Z"
|
|
22195
22197
|
* }
|
|
22196
22198
|
* ]
|
|
22197
22199
|
*/
|
|
22198
22200
|
data?: {
|
|
22199
|
-
/** @example
|
|
22201
|
+
/** @example eb41236e-bbee-4f18-893a-673c0183cbc9 */
|
|
22200
22202
|
uid?: string;
|
|
22201
22203
|
/** @example 4881.50 */
|
|
22202
22204
|
rent_amount?: string;
|
|
@@ -22204,9 +22206,9 @@ export interface operations {
|
|
|
22204
22206
|
deposit_amount?: string;
|
|
22205
22207
|
/** @example offer_accepted */
|
|
22206
22208
|
state?: string;
|
|
22207
|
-
/** @example 2025-08-
|
|
22209
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
22208
22210
|
start_date?: string;
|
|
22209
|
-
/** @example 2026-08-
|
|
22211
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
22210
22212
|
end_date?: string;
|
|
22211
22213
|
/** @example false */
|
|
22212
22214
|
is_periodic?: boolean;
|
|
@@ -22214,7 +22216,7 @@ export interface operations {
|
|
|
22214
22216
|
company_name?: string | null;
|
|
22215
22217
|
/** @example null */
|
|
22216
22218
|
company_registration_number?: string | null;
|
|
22217
|
-
/** @example 2026-05-
|
|
22219
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22218
22220
|
created_at?: string;
|
|
22219
22221
|
}[];
|
|
22220
22222
|
links?: {
|
|
@@ -22301,19 +22303,19 @@ export interface operations {
|
|
|
22301
22303
|
/**
|
|
22302
22304
|
* @example [
|
|
22303
22305
|
* {
|
|
22304
|
-
* "uid": "
|
|
22306
|
+
* "uid": "101fa69a-5521-454e-b119-edf2f5cf2747",
|
|
22305
22307
|
* "rent_amount": "4881.50",
|
|
22306
22308
|
* "deposit_amount": "2151.17",
|
|
22307
22309
|
* "state": "offer_accepted",
|
|
22308
|
-
* "start_date": "2025-08-
|
|
22309
|
-
* "end_date": "2026-08-
|
|
22310
|
+
* "start_date": "2025-08-24T00:00:00.000000Z",
|
|
22311
|
+
* "end_date": "2026-08-24T00:00:00.000000Z",
|
|
22310
22312
|
* "is_periodic": false,
|
|
22311
22313
|
* "company_name": null,
|
|
22312
22314
|
* "company_registration_number": null,
|
|
22313
|
-
* "created_at": "2026-05-
|
|
22315
|
+
* "created_at": "2026-05-01T13:22:12.000000Z"
|
|
22314
22316
|
* },
|
|
22315
22317
|
* {
|
|
22316
|
-
* "uid": "
|
|
22318
|
+
* "uid": "bf47d6a6-78e1-423e-91ca-50ccdc57e65a",
|
|
22317
22319
|
* "rent_amount": "3832.26",
|
|
22318
22320
|
* "deposit_amount": "1384.27",
|
|
22319
22321
|
* "state": "terminated",
|
|
@@ -22322,12 +22324,12 @@ export interface operations {
|
|
|
22322
22324
|
* "is_periodic": false,
|
|
22323
22325
|
* "company_name": null,
|
|
22324
22326
|
* "company_registration_number": null,
|
|
22325
|
-
* "created_at": "2026-05-
|
|
22327
|
+
* "created_at": "2026-05-01T13:22:12.000000Z"
|
|
22326
22328
|
* }
|
|
22327
22329
|
* ]
|
|
22328
22330
|
*/
|
|
22329
22331
|
data?: {
|
|
22330
|
-
/** @example
|
|
22332
|
+
/** @example 101fa69a-5521-454e-b119-edf2f5cf2747 */
|
|
22331
22333
|
uid?: string;
|
|
22332
22334
|
/** @example 4881.50 */
|
|
22333
22335
|
rent_amount?: string;
|
|
@@ -22335,9 +22337,9 @@ export interface operations {
|
|
|
22335
22337
|
deposit_amount?: string;
|
|
22336
22338
|
/** @example offer_accepted */
|
|
22337
22339
|
state?: string;
|
|
22338
|
-
/** @example 2025-08-
|
|
22340
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
22339
22341
|
start_date?: string;
|
|
22340
|
-
/** @example 2026-08-
|
|
22342
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
22341
22343
|
end_date?: string;
|
|
22342
22344
|
/** @example false */
|
|
22343
22345
|
is_periodic?: boolean;
|
|
@@ -22345,7 +22347,7 @@ export interface operations {
|
|
|
22345
22347
|
company_name?: string | null;
|
|
22346
22348
|
/** @example null */
|
|
22347
22349
|
company_registration_number?: string | null;
|
|
22348
|
-
/** @example 2026-05-
|
|
22350
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22349
22351
|
created_at?: string;
|
|
22350
22352
|
}[];
|
|
22351
22353
|
links?: {
|
|
@@ -22452,7 +22454,7 @@ export interface operations {
|
|
|
22452
22454
|
content: {
|
|
22453
22455
|
"application/json": {
|
|
22454
22456
|
data?: {
|
|
22455
|
-
/** @example
|
|
22457
|
+
/** @example 267 */
|
|
22456
22458
|
id?: number;
|
|
22457
22459
|
compliance?: {
|
|
22458
22460
|
/** @example 1 */
|
|
@@ -22472,9 +22474,9 @@ export interface operations {
|
|
|
22472
22474
|
rejection_reason?: string | null;
|
|
22473
22475
|
/** @example 1 */
|
|
22474
22476
|
reviewed_by?: number;
|
|
22475
|
-
/** @example 2026-05-
|
|
22477
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22476
22478
|
reviewed_at?: string;
|
|
22477
|
-
/** @example 2026-05-
|
|
22479
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22478
22480
|
created_at?: string;
|
|
22479
22481
|
};
|
|
22480
22482
|
};
|
|
@@ -22501,7 +22503,7 @@ export interface operations {
|
|
|
22501
22503
|
content: {
|
|
22502
22504
|
"application/json": {
|
|
22503
22505
|
data?: {
|
|
22504
|
-
/** @example
|
|
22506
|
+
/** @example 268 */
|
|
22505
22507
|
id?: number;
|
|
22506
22508
|
compliance?: {
|
|
22507
22509
|
/** @example 1 */
|
|
@@ -22521,9 +22523,9 @@ export interface operations {
|
|
|
22521
22523
|
rejection_reason?: string | null;
|
|
22522
22524
|
/** @example 1 */
|
|
22523
22525
|
reviewed_by?: number;
|
|
22524
|
-
/** @example 2026-05-
|
|
22526
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22525
22527
|
reviewed_at?: string;
|
|
22526
|
-
/** @example 2026-05-
|
|
22528
|
+
/** @example 2026-05-01T13:22:12.000000Z */
|
|
22527
22529
|
created_at?: string;
|
|
22528
22530
|
};
|
|
22529
22531
|
};
|
|
@@ -23655,37 +23657,37 @@ export interface operations {
|
|
|
23655
23657
|
/**
|
|
23656
23658
|
* @example [
|
|
23657
23659
|
* {
|
|
23658
|
-
* "uid": "
|
|
23660
|
+
* "uid": "e33a3935-b647-46b0-a7fa-a29fc09c4230",
|
|
23659
23661
|
* "tenancy_id": 1,
|
|
23660
23662
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
23661
23663
|
* "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.",
|
|
23662
23664
|
* "status": "reported",
|
|
23663
23665
|
* "priority": "emergency",
|
|
23664
|
-
* "reported_at": "
|
|
23665
|
-
* "assigned_at": "29 Apr 2026,
|
|
23666
|
+
* "reported_at": "25 Apr 2026, 12:35 AM",
|
|
23667
|
+
* "assigned_at": "29 Apr 2026, 08:55 PM",
|
|
23666
23668
|
* "completed_at": null,
|
|
23667
|
-
* "sla_deadline": "
|
|
23668
|
-
* "created_at": "01 May 2026,
|
|
23669
|
-
* "updated_at": "01 May 2026,
|
|
23669
|
+
* "sla_deadline": "03 May 2026, 02:18 AM",
|
|
23670
|
+
* "created_at": "01 May 2026, 01:22 PM",
|
|
23671
|
+
* "updated_at": "01 May 2026, 01:22 PM"
|
|
23670
23672
|
* },
|
|
23671
23673
|
* {
|
|
23672
|
-
* "uid": "
|
|
23674
|
+
* "uid": "1e701dc4-6bbe-444f-98a1-852f20b2dd6b",
|
|
23673
23675
|
* "tenancy_id": 1,
|
|
23674
23676
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
23675
23677
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
23676
23678
|
* "status": "completed",
|
|
23677
23679
|
* "priority": "normal",
|
|
23678
|
-
* "reported_at": "27 Apr 2026,
|
|
23680
|
+
* "reported_at": "27 Apr 2026, 01:14 PM",
|
|
23679
23681
|
* "assigned_at": null,
|
|
23680
23682
|
* "completed_at": null,
|
|
23681
|
-
* "sla_deadline": "
|
|
23682
|
-
* "created_at": "01 May 2026,
|
|
23683
|
-
* "updated_at": "01 May 2026,
|
|
23683
|
+
* "sla_deadline": "04 May 2026, 10:18 AM",
|
|
23684
|
+
* "created_at": "01 May 2026, 01:22 PM",
|
|
23685
|
+
* "updated_at": "01 May 2026, 01:22 PM"
|
|
23684
23686
|
* }
|
|
23685
23687
|
* ]
|
|
23686
23688
|
*/
|
|
23687
23689
|
data?: {
|
|
23688
|
-
/** @example
|
|
23690
|
+
/** @example e33a3935-b647-46b0-a7fa-a29fc09c4230 */
|
|
23689
23691
|
uid?: string;
|
|
23690
23692
|
/** @example 1 */
|
|
23691
23693
|
tenancy_id?: number;
|
|
@@ -23697,17 +23699,17 @@ export interface operations {
|
|
|
23697
23699
|
status?: string;
|
|
23698
23700
|
/** @example emergency */
|
|
23699
23701
|
priority?: string;
|
|
23700
|
-
/** @example
|
|
23702
|
+
/** @example 25 Apr 2026, 12:35 AM */
|
|
23701
23703
|
reported_at?: string;
|
|
23702
|
-
/** @example 29 Apr 2026,
|
|
23704
|
+
/** @example 29 Apr 2026, 08:55 PM */
|
|
23703
23705
|
assigned_at?: string;
|
|
23704
23706
|
/** @example null */
|
|
23705
23707
|
completed_at?: string | null;
|
|
23706
|
-
/** @example
|
|
23708
|
+
/** @example 03 May 2026, 02:18 AM */
|
|
23707
23709
|
sla_deadline?: string;
|
|
23708
|
-
/** @example 01 May 2026,
|
|
23710
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
23709
23711
|
created_at?: string;
|
|
23710
|
-
/** @example 01 May 2026,
|
|
23712
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
23711
23713
|
updated_at?: string;
|
|
23712
23714
|
}[];
|
|
23713
23715
|
links?: {
|
|
@@ -23823,13 +23825,13 @@ export interface operations {
|
|
|
23823
23825
|
};
|
|
23824
23826
|
} | {
|
|
23825
23827
|
data?: {
|
|
23826
|
-
/** @example
|
|
23828
|
+
/** @example 7ed0b742-7084-4a60-8215-c7301e155909 */
|
|
23827
23829
|
uid?: string;
|
|
23828
23830
|
/** @example image */
|
|
23829
23831
|
file_type?: string;
|
|
23830
23832
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
23831
23833
|
url?: string;
|
|
23832
|
-
/** @example 2026-05-
|
|
23834
|
+
/** @example 2026-05-01T13:22:13.000000Z */
|
|
23833
23835
|
created_at?: string;
|
|
23834
23836
|
};
|
|
23835
23837
|
};
|
|
@@ -23874,7 +23876,7 @@ export interface operations {
|
|
|
23874
23876
|
content: {
|
|
23875
23877
|
"application/json": {
|
|
23876
23878
|
data?: {
|
|
23877
|
-
/** @example
|
|
23879
|
+
/** @example 190 */
|
|
23878
23880
|
id?: number;
|
|
23879
23881
|
type?: {
|
|
23880
23882
|
/** @example property_inquiry */
|
|
@@ -23932,7 +23934,7 @@ export interface operations {
|
|
|
23932
23934
|
};
|
|
23933
23935
|
/** @example null */
|
|
23934
23936
|
last_message_at?: string | null;
|
|
23935
|
-
/** @example 01 May 2026,
|
|
23937
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
23936
23938
|
created_at?: string;
|
|
23937
23939
|
};
|
|
23938
23940
|
};
|
|
@@ -24371,8 +24373,10 @@ export interface operations {
|
|
|
24371
24373
|
query?: never;
|
|
24372
24374
|
header?: never;
|
|
24373
24375
|
path: {
|
|
24374
|
-
/** @description The ID of the
|
|
24375
|
-
notification_id:
|
|
24376
|
+
/** @description The ID of the notification. */
|
|
24377
|
+
notification_id: string;
|
|
24378
|
+
/** @description The id of the Notification. */
|
|
24379
|
+
id: string;
|
|
24376
24380
|
};
|
|
24377
24381
|
cookie?: never;
|
|
24378
24382
|
};
|
|
@@ -24384,7 +24388,7 @@ export interface operations {
|
|
|
24384
24388
|
};
|
|
24385
24389
|
content: {
|
|
24386
24390
|
"application/json": {
|
|
24387
|
-
/** @example
|
|
24391
|
+
/** @example df93daf4-39af-480a-ba7f-6b8cca0fa975 */
|
|
24388
24392
|
id?: string;
|
|
24389
24393
|
/** @example APPOINTMENT_CREATED */
|
|
24390
24394
|
type?: string;
|
|
@@ -24396,7 +24400,7 @@ export interface operations {
|
|
|
24396
24400
|
data?: unknown[];
|
|
24397
24401
|
/** @example null */
|
|
24398
24402
|
read_at?: string | null;
|
|
24399
|
-
/** @example 2026
|
|
24403
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
24400
24404
|
created_at?: string;
|
|
24401
24405
|
};
|
|
24402
24406
|
};
|
|
@@ -24502,9 +24506,9 @@ export interface operations {
|
|
|
24502
24506
|
content: {
|
|
24503
24507
|
"application/json": {
|
|
24504
24508
|
data?: {
|
|
24505
|
-
/** @example
|
|
24509
|
+
/** @example hic */
|
|
24506
24510
|
key?: string;
|
|
24507
|
-
/** @example
|
|
24511
|
+
/** @example quos */
|
|
24508
24512
|
name?: string;
|
|
24509
24513
|
/** @example soft */
|
|
24510
24514
|
enforcement_mode?: string;
|
|
@@ -24642,7 +24646,7 @@ export interface operations {
|
|
|
24642
24646
|
content: {
|
|
24643
24647
|
"application/json": {
|
|
24644
24648
|
data?: {
|
|
24645
|
-
/** @example
|
|
24649
|
+
/** @example 8da510ec-1b2d-4124-b9c7-e475187373fe */
|
|
24646
24650
|
uid?: string;
|
|
24647
24651
|
/** @example JH-APP-2026-089432 */
|
|
24648
24652
|
application_ref?: string;
|
|
@@ -24663,7 +24667,7 @@ export interface operations {
|
|
|
24663
24667
|
/** @example null */
|
|
24664
24668
|
rejection_reason?: string | null;
|
|
24665
24669
|
timeline?: {
|
|
24666
|
-
/** @example 2026-05-
|
|
24670
|
+
/** @example 2026-05-01T13:22:13.000000Z */
|
|
24667
24671
|
created_at?: string;
|
|
24668
24672
|
/** @example null */
|
|
24669
24673
|
approved_at?: string | null;
|
|
@@ -24703,12 +24707,12 @@ export interface operations {
|
|
|
24703
24707
|
*/
|
|
24704
24708
|
search?: string | null;
|
|
24705
24709
|
/**
|
|
24706
|
-
* @example
|
|
24710
|
+
* @example approved
|
|
24707
24711
|
* @enum {string|null}
|
|
24708
24712
|
*/
|
|
24709
24713
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
24710
24714
|
/**
|
|
24711
|
-
* @example
|
|
24715
|
+
* @example landlord
|
|
24712
24716
|
* @enum {string|null}
|
|
24713
24717
|
*/
|
|
24714
24718
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -25026,7 +25030,7 @@ export interface operations {
|
|
|
25026
25030
|
content: {
|
|
25027
25031
|
"application/json": {
|
|
25028
25032
|
data?: {
|
|
25029
|
-
/** @example
|
|
25033
|
+
/** @example 80bdab1d-51b8-4322-b6ee-217bfa1da4d5 */
|
|
25030
25034
|
uid?: string;
|
|
25031
25035
|
/** @example JH-APP-2026-700432 */
|
|
25032
25036
|
application_ref?: string;
|
|
@@ -25047,7 +25051,7 @@ export interface operations {
|
|
|
25047
25051
|
/** @example null */
|
|
25048
25052
|
rejection_reason?: string | null;
|
|
25049
25053
|
timeline?: {
|
|
25050
|
-
/** @example 2026-05-
|
|
25054
|
+
/** @example 2026-05-01T13:22:13.000000Z */
|
|
25051
25055
|
created_at?: string;
|
|
25052
25056
|
/** @example null */
|
|
25053
25057
|
approved_at?: string | null;
|
|
@@ -25240,21 +25244,21 @@ export interface operations {
|
|
|
25240
25244
|
content: {
|
|
25241
25245
|
"application/json": {
|
|
25242
25246
|
data?: {
|
|
25243
|
-
/** @example
|
|
25247
|
+
/** @example 445 */
|
|
25244
25248
|
id?: number;
|
|
25245
25249
|
/** @example 1 */
|
|
25246
25250
|
rating?: number;
|
|
25247
25251
|
/** @example Nice Listing */
|
|
25248
25252
|
comment?: string;
|
|
25249
25253
|
reviewer?: {
|
|
25250
|
-
/** @example
|
|
25254
|
+
/** @example 25 */
|
|
25251
25255
|
id?: number;
|
|
25252
|
-
/** @example
|
|
25256
|
+
/** @example Jayden Ward */
|
|
25253
25257
|
name?: string;
|
|
25254
25258
|
};
|
|
25255
|
-
/** @example 01 May 2026,
|
|
25259
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25256
25260
|
created_at?: string;
|
|
25257
|
-
/** @example 01 May 2026,
|
|
25261
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25258
25262
|
updated_at?: string;
|
|
25259
25263
|
};
|
|
25260
25264
|
};
|
|
@@ -25298,21 +25302,21 @@ export interface operations {
|
|
|
25298
25302
|
content: {
|
|
25299
25303
|
"application/json": {
|
|
25300
25304
|
data?: {
|
|
25301
|
-
/** @example
|
|
25305
|
+
/** @example 446 */
|
|
25302
25306
|
id?: number;
|
|
25303
25307
|
/** @example 1 */
|
|
25304
25308
|
rating?: number;
|
|
25305
25309
|
/** @example Nice Listing */
|
|
25306
25310
|
comment?: string;
|
|
25307
25311
|
reviewer?: {
|
|
25308
|
-
/** @example
|
|
25312
|
+
/** @example 8 */
|
|
25309
25313
|
id?: number;
|
|
25310
|
-
/** @example
|
|
25314
|
+
/** @example Kyle Matthews */
|
|
25311
25315
|
name?: string;
|
|
25312
25316
|
};
|
|
25313
|
-
/** @example 01 May 2026,
|
|
25317
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25314
25318
|
created_at?: string;
|
|
25315
|
-
/** @example 01 May 2026,
|
|
25319
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25316
25320
|
updated_at?: string;
|
|
25317
25321
|
};
|
|
25318
25322
|
};
|
|
@@ -25354,21 +25358,21 @@ export interface operations {
|
|
|
25354
25358
|
content: {
|
|
25355
25359
|
"application/json": {
|
|
25356
25360
|
data?: {
|
|
25357
|
-
/** @example
|
|
25361
|
+
/** @example 447 */
|
|
25358
25362
|
id?: number;
|
|
25359
25363
|
/** @example 1 */
|
|
25360
25364
|
rating?: number;
|
|
25361
25365
|
/** @example Nice Listing */
|
|
25362
25366
|
comment?: string;
|
|
25363
25367
|
reviewer?: {
|
|
25364
|
-
/** @example
|
|
25368
|
+
/** @example 2 */
|
|
25365
25369
|
id?: number;
|
|
25366
|
-
/** @example
|
|
25370
|
+
/** @example dogunfx */
|
|
25367
25371
|
name?: string;
|
|
25368
25372
|
};
|
|
25369
|
-
/** @example 01 May 2026,
|
|
25373
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25370
25374
|
created_at?: string;
|
|
25371
|
-
/** @example 01 May 2026,
|
|
25375
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25372
25376
|
updated_at?: string;
|
|
25373
25377
|
};
|
|
25374
25378
|
};
|
|
@@ -25395,21 +25399,21 @@ export interface operations {
|
|
|
25395
25399
|
content: {
|
|
25396
25400
|
"application/json": {
|
|
25397
25401
|
data?: {
|
|
25398
|
-
/** @example
|
|
25402
|
+
/** @example 448 */
|
|
25399
25403
|
id?: number;
|
|
25400
25404
|
/** @example 1 */
|
|
25401
25405
|
rating?: number;
|
|
25402
25406
|
/** @example Nice Listing */
|
|
25403
25407
|
comment?: string;
|
|
25404
25408
|
reviewer?: {
|
|
25405
|
-
/** @example
|
|
25409
|
+
/** @example 5 */
|
|
25406
25410
|
id?: number;
|
|
25407
|
-
/** @example
|
|
25411
|
+
/** @example Mary Hall */
|
|
25408
25412
|
name?: string;
|
|
25409
25413
|
};
|
|
25410
|
-
/** @example 01 May 2026,
|
|
25414
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25411
25415
|
created_at?: string;
|
|
25412
|
-
/** @example 01 May 2026,
|
|
25416
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
25413
25417
|
updated_at?: string;
|
|
25414
25418
|
};
|
|
25415
25419
|
};
|
|
@@ -25436,7 +25440,7 @@ export interface operations {
|
|
|
25436
25440
|
content: {
|
|
25437
25441
|
"application/json": {
|
|
25438
25442
|
data?: {
|
|
25439
|
-
/** @example
|
|
25443
|
+
/** @example 36d54414-f582-4bee-af35-a9a7a2a06a3d */
|
|
25440
25444
|
uid?: string;
|
|
25441
25445
|
/** @example 4881.50 */
|
|
25442
25446
|
rent_amount?: string;
|
|
@@ -25444,9 +25448,9 @@ export interface operations {
|
|
|
25444
25448
|
deposit_amount?: string;
|
|
25445
25449
|
/** @example offer_accepted */
|
|
25446
25450
|
state?: string;
|
|
25447
|
-
/** @example 2025-08-
|
|
25451
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
25448
25452
|
start_date?: string;
|
|
25449
|
-
/** @example 2026-08-
|
|
25453
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
25450
25454
|
end_date?: string;
|
|
25451
25455
|
/** @example false */
|
|
25452
25456
|
is_periodic?: boolean;
|
|
@@ -25454,7 +25458,7 @@ export interface operations {
|
|
|
25454
25458
|
company_name?: string | null;
|
|
25455
25459
|
/** @example null */
|
|
25456
25460
|
company_registration_number?: string | null;
|
|
25457
|
-
/** @example 2026-05-
|
|
25461
|
+
/** @example 2026-05-01T13:22:13.000000Z */
|
|
25458
25462
|
created_at?: string;
|
|
25459
25463
|
/** @example [] */
|
|
25460
25464
|
compliances?: unknown[];
|
|
@@ -25531,7 +25535,7 @@ export interface operations {
|
|
|
25531
25535
|
content: {
|
|
25532
25536
|
"application/json": {
|
|
25533
25537
|
data?: {
|
|
25534
|
-
/** @example
|
|
25538
|
+
/** @example a919899d-ea08-46c7-92e5-6b092e8abc2f */
|
|
25535
25539
|
uid?: string;
|
|
25536
25540
|
/** @example 4978.97 */
|
|
25537
25541
|
rent_amount?: string;
|
|
@@ -25539,9 +25543,9 @@ export interface operations {
|
|
|
25539
25543
|
deposit_amount?: string;
|
|
25540
25544
|
/** @example active */
|
|
25541
25545
|
state?: string;
|
|
25542
|
-
/** @example 2025-09-
|
|
25546
|
+
/** @example 2025-09-19T00:00:00.000000Z */
|
|
25543
25547
|
start_date?: string;
|
|
25544
|
-
/** @example 2026-09-
|
|
25548
|
+
/** @example 2026-09-19T00:00:00.000000Z */
|
|
25545
25549
|
end_date?: string;
|
|
25546
25550
|
/** @example true */
|
|
25547
25551
|
is_periodic?: boolean;
|
|
@@ -25549,7 +25553,7 @@ export interface operations {
|
|
|
25549
25553
|
company_name?: string | null;
|
|
25550
25554
|
/** @example null */
|
|
25551
25555
|
company_registration_number?: string | null;
|
|
25552
|
-
/** @example 2026-05-
|
|
25556
|
+
/** @example 2026-05-01T13:22:13.000000Z */
|
|
25553
25557
|
created_at?: string;
|
|
25554
25558
|
};
|
|
25555
25559
|
};
|
|
@@ -25843,15 +25847,15 @@ export interface operations {
|
|
|
25843
25847
|
* "changed_by_user_id": 3,
|
|
25844
25848
|
* "changed_by_name": "Teagan King",
|
|
25845
25849
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
25846
|
-
* "created_at": "2026-01-
|
|
25850
|
+
* "created_at": "2026-01-09T00:09:12.000000Z"
|
|
25847
25851
|
* },
|
|
25848
25852
|
* {
|
|
25849
|
-
* "from_state": "
|
|
25850
|
-
* "to_state": "
|
|
25853
|
+
* "from_state": "offer_accepted",
|
|
25854
|
+
* "to_state": "notice_served",
|
|
25851
25855
|
* "changed_by_user_id": 3,
|
|
25852
25856
|
* "changed_by_name": "Teagan King",
|
|
25853
|
-
* "comment": "
|
|
25854
|
-
* "created_at": "
|
|
25857
|
+
* "comment": "Libero fugit qui magni animi.",
|
|
25858
|
+
* "created_at": "2025-11-16T01:40:47.000000Z"
|
|
25855
25859
|
* }
|
|
25856
25860
|
* ]
|
|
25857
25861
|
*/
|
|
@@ -25866,7 +25870,7 @@ export interface operations {
|
|
|
25866
25870
|
changed_by_name?: string;
|
|
25867
25871
|
/** @example Qui commodi incidunt iure odit. */
|
|
25868
25872
|
comment?: string;
|
|
25869
|
-
/** @example 2026-01-
|
|
25873
|
+
/** @example 2026-01-09T00:09:12.000000Z */
|
|
25870
25874
|
created_at?: string;
|
|
25871
25875
|
}[];
|
|
25872
25876
|
};
|
|
@@ -26251,7 +26255,7 @@ export interface operations {
|
|
|
26251
26255
|
content: {
|
|
26252
26256
|
"application/json": {
|
|
26253
26257
|
data?: {
|
|
26254
|
-
/** @example
|
|
26258
|
+
/** @example 826a89df-6cb9-4ab4-9f70-2edc774fe949 */
|
|
26255
26259
|
uid?: string;
|
|
26256
26260
|
/** @example Ms. Audra Crooks II */
|
|
26257
26261
|
username?: string;
|
|
@@ -26281,7 +26285,7 @@ export interface operations {
|
|
|
26281
26285
|
timezone?: string;
|
|
26282
26286
|
/** @example Customer */
|
|
26283
26287
|
user_type?: string;
|
|
26284
|
-
/** @example 01 May 2026,
|
|
26288
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
26285
26289
|
created?: string;
|
|
26286
26290
|
/** @example 0 seconds ago */
|
|
26287
26291
|
email_verified_at?: string;
|
|
@@ -26556,7 +26560,7 @@ export interface operations {
|
|
|
26556
26560
|
content: {
|
|
26557
26561
|
"application/json": {
|
|
26558
26562
|
data?: {
|
|
26559
|
-
/** @example
|
|
26563
|
+
/** @example c5df6e34-5c81-4613-8109-ff40c3bdffb3 */
|
|
26560
26564
|
uid?: string;
|
|
26561
26565
|
/** @example Morgan Hirthe */
|
|
26562
26566
|
username?: string;
|
|
@@ -26586,7 +26590,7 @@ export interface operations {
|
|
|
26586
26590
|
timezone?: string;
|
|
26587
26591
|
/** @example Customer */
|
|
26588
26592
|
user_type?: string;
|
|
26589
|
-
/** @example 01 May 2026,
|
|
26593
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
26590
26594
|
created?: string;
|
|
26591
26595
|
/** @example 0 seconds ago */
|
|
26592
26596
|
email_verified_at?: string;
|
|
@@ -26658,7 +26662,7 @@ export interface operations {
|
|
|
26658
26662
|
content: {
|
|
26659
26663
|
"application/json": {
|
|
26660
26664
|
data?: {
|
|
26661
|
-
/** @example
|
|
26665
|
+
/** @example b6edc5cd-f68a-42bc-be6f-2e1de838b16f */
|
|
26662
26666
|
uid?: string;
|
|
26663
26667
|
/** @example Ms. Audra Crooks II */
|
|
26664
26668
|
username?: string;
|
|
@@ -26688,7 +26692,7 @@ export interface operations {
|
|
|
26688
26692
|
timezone?: string;
|
|
26689
26693
|
/** @example Customer */
|
|
26690
26694
|
user_type?: string;
|
|
26691
|
-
/** @example 01 May 2026,
|
|
26695
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
26692
26696
|
created?: string;
|
|
26693
26697
|
/** @example 0 seconds ago */
|
|
26694
26698
|
email_verified_at?: string;
|
|
@@ -26814,7 +26818,7 @@ export interface operations {
|
|
|
26814
26818
|
query?: never;
|
|
26815
26819
|
header?: never;
|
|
26816
26820
|
path: {
|
|
26817
|
-
/** @description The notification group key. */
|
|
26821
|
+
/** @description Optional parameter. NotificationGroup required The notification group key from NotificationGroup. */
|
|
26818
26822
|
group: string;
|
|
26819
26823
|
};
|
|
26820
26824
|
cookie?: never;
|
|
@@ -26852,8 +26856,22 @@ export interface operations {
|
|
|
26852
26856
|
message?: string;
|
|
26853
26857
|
/** @example null */
|
|
26854
26858
|
event?: string | null;
|
|
26855
|
-
|
|
26856
|
-
|
|
26859
|
+
data?: {
|
|
26860
|
+
/** @example messaging */
|
|
26861
|
+
key?: string;
|
|
26862
|
+
/** @example Messages */
|
|
26863
|
+
label?: string;
|
|
26864
|
+
/** @example Chat messages and conversations */
|
|
26865
|
+
description?: string;
|
|
26866
|
+
enabled_channels?: {
|
|
26867
|
+
/** @example true */
|
|
26868
|
+
in_app?: boolean;
|
|
26869
|
+
/** @example false */
|
|
26870
|
+
push?: boolean;
|
|
26871
|
+
/** @example true */
|
|
26872
|
+
email?: boolean;
|
|
26873
|
+
};
|
|
26874
|
+
};
|
|
26857
26875
|
};
|
|
26858
26876
|
};
|
|
26859
26877
|
};
|
|
@@ -26922,13 +26940,13 @@ export interface operations {
|
|
|
26922
26940
|
content: {
|
|
26923
26941
|
"application/json": {
|
|
26924
26942
|
data?: {
|
|
26925
|
-
/** @example
|
|
26943
|
+
/** @example 9 */
|
|
26926
26944
|
current_level?: number;
|
|
26927
26945
|
/** @example 3 */
|
|
26928
26946
|
completed_layers?: number;
|
|
26929
|
-
/** @example
|
|
26947
|
+
/** @example 2 */
|
|
26930
26948
|
pending_layers?: number;
|
|
26931
|
-
/** @example 01 May 2026,
|
|
26949
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
26932
26950
|
last_calculated_at?: string;
|
|
26933
26951
|
};
|
|
26934
26952
|
};
|
|
@@ -26976,7 +26994,7 @@ export interface operations {
|
|
|
26976
26994
|
completed_layers?: number;
|
|
26977
26995
|
/** @example 4 */
|
|
26978
26996
|
pending_layers?: number;
|
|
26979
|
-
/** @example 01 May 2026,
|
|
26997
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
26980
26998
|
last_calculated_at?: string;
|
|
26981
26999
|
};
|
|
26982
27000
|
};
|
|
@@ -27010,14 +27028,14 @@ export interface operations {
|
|
|
27010
27028
|
content: {
|
|
27011
27029
|
"application/json": {
|
|
27012
27030
|
data?: {
|
|
27013
|
-
/** @example
|
|
27031
|
+
/** @example 651fef18-054a-469e-ae4e-5e8d7aa57aae */
|
|
27014
27032
|
wishlist_uid?: string;
|
|
27015
27033
|
listing?: {
|
|
27016
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
27034
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 1:22 PM */
|
|
27017
27035
|
draft_name?: string;
|
|
27018
|
-
/** @example LST-UIT-SAL-
|
|
27036
|
+
/** @example LST-UIT-SAL-MOMXZO14WGT */
|
|
27019
27037
|
sku?: string;
|
|
27020
|
-
/** @example
|
|
27038
|
+
/** @example e21b02be-4096-464e-b53a-5f81867f8b4c */
|
|
27021
27039
|
uid?: string;
|
|
27022
27040
|
/** @example Sale */
|
|
27023
27041
|
listing_type?: string;
|
|
@@ -27398,13 +27416,13 @@ export interface operations {
|
|
|
27398
27416
|
content: {
|
|
27399
27417
|
"application/json": {
|
|
27400
27418
|
data?: {
|
|
27401
|
-
/** @example
|
|
27419
|
+
/** @example 9 */
|
|
27402
27420
|
current_level?: number;
|
|
27403
27421
|
/** @example 3 */
|
|
27404
27422
|
completed_layers?: number;
|
|
27405
|
-
/** @example
|
|
27423
|
+
/** @example 2 */
|
|
27406
27424
|
pending_layers?: number;
|
|
27407
|
-
/** @example 01 May 2026,
|
|
27425
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
27408
27426
|
last_calculated_at?: string;
|
|
27409
27427
|
};
|
|
27410
27428
|
};
|
|
@@ -27646,7 +27664,7 @@ export interface operations {
|
|
|
27646
27664
|
completed_layers?: number;
|
|
27647
27665
|
/** @example 4 */
|
|
27648
27666
|
pending_layers?: number;
|
|
27649
|
-
/** @example 01 May 2026,
|
|
27667
|
+
/** @example 01 May 2026, 01:22 PM */
|
|
27650
27668
|
last_calculated_at?: string;
|
|
27651
27669
|
};
|
|
27652
27670
|
};
|