@justins-home/types 1.1.64 → 1.1.67
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 +315 -303
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -4930,8 +4930,8 @@ export interface paths {
|
|
|
4930
4930
|
query?: never;
|
|
4931
4931
|
header?: never;
|
|
4932
4932
|
path: {
|
|
4933
|
-
/** @description The
|
|
4934
|
-
notification_id:
|
|
4933
|
+
/** @description The notification_id of the Notification. */
|
|
4934
|
+
notification_id: string;
|
|
4935
4935
|
};
|
|
4936
4936
|
cookie?: never;
|
|
4937
4937
|
};
|
|
@@ -5741,7 +5741,7 @@ export interface paths {
|
|
|
5741
5741
|
query?: never;
|
|
5742
5742
|
header?: never;
|
|
5743
5743
|
path: {
|
|
5744
|
-
/** @description The notification group key. */
|
|
5744
|
+
/** @description Optional parameter. NotificationGroup required The notification group key from NotificationGroup. */
|
|
5745
5745
|
group: string;
|
|
5746
5746
|
};
|
|
5747
5747
|
cookie?: never;
|
|
@@ -6079,7 +6079,7 @@ export interface operations {
|
|
|
6079
6079
|
content: {
|
|
6080
6080
|
"application/json": {
|
|
6081
6081
|
data?: {
|
|
6082
|
-
/** @example
|
|
6082
|
+
/** @example 1728b53c-f1ff-414b-9c36-3edfc6387748 */
|
|
6083
6083
|
uid?: string;
|
|
6084
6084
|
/** @example Ms. Audra Crooks II */
|
|
6085
6085
|
username?: string;
|
|
@@ -6109,7 +6109,7 @@ export interface operations {
|
|
|
6109
6109
|
timezone?: string;
|
|
6110
6110
|
/** @example Customer */
|
|
6111
6111
|
user_type?: string;
|
|
6112
|
-
/** @example 01 May 2026,
|
|
6112
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
6113
6113
|
created?: string;
|
|
6114
6114
|
/** @example 0 seconds ago */
|
|
6115
6115
|
email_verified_at?: string;
|
|
@@ -6750,12 +6750,12 @@ export interface operations {
|
|
|
6750
6750
|
*/
|
|
6751
6751
|
search?: string | null;
|
|
6752
6752
|
/**
|
|
6753
|
-
* @example
|
|
6753
|
+
* @example rejected
|
|
6754
6754
|
* @enum {string|null}
|
|
6755
6755
|
*/
|
|
6756
6756
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
6757
6757
|
/**
|
|
6758
|
-
* @example
|
|
6758
|
+
* @example admin
|
|
6759
6759
|
* @enum {string|null}
|
|
6760
6760
|
*/
|
|
6761
6761
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -6989,7 +6989,7 @@ export interface operations {
|
|
|
6989
6989
|
content: {
|
|
6990
6990
|
"application/json": {
|
|
6991
6991
|
data?: {
|
|
6992
|
-
/** @example
|
|
6992
|
+
/** @example a46e1db3-18fb-456e-8c09-76bfd0e33b1a */
|
|
6993
6993
|
uid?: string;
|
|
6994
6994
|
/** @example JH-APP-2026-589365 */
|
|
6995
6995
|
application_ref?: string;
|
|
@@ -7010,7 +7010,7 @@ export interface operations {
|
|
|
7010
7010
|
/** @example null */
|
|
7011
7011
|
rejection_reason?: string | null;
|
|
7012
7012
|
timeline?: {
|
|
7013
|
-
/** @example 2026-05-
|
|
7013
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7014
7014
|
created_at?: string;
|
|
7015
7015
|
/** @example null */
|
|
7016
7016
|
approved_at?: string | null;
|
|
@@ -7044,7 +7044,7 @@ export interface operations {
|
|
|
7044
7044
|
content: {
|
|
7045
7045
|
"application/json": {
|
|
7046
7046
|
data?: {
|
|
7047
|
-
/** @example
|
|
7047
|
+
/** @example 314e4acf-1ad4-4628-af41-5eaec53ed231 */
|
|
7048
7048
|
uid?: string;
|
|
7049
7049
|
/** @example JH-APP-2026-933724 */
|
|
7050
7050
|
application_ref?: string;
|
|
@@ -7065,7 +7065,7 @@ export interface operations {
|
|
|
7065
7065
|
/** @example null */
|
|
7066
7066
|
rejection_reason?: string | null;
|
|
7067
7067
|
timeline?: {
|
|
7068
|
-
/** @example 2026-05-
|
|
7068
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7069
7069
|
created_at?: string;
|
|
7070
7070
|
/** @example null */
|
|
7071
7071
|
approved_at?: string | null;
|
|
@@ -7099,7 +7099,7 @@ export interface operations {
|
|
|
7099
7099
|
content: {
|
|
7100
7100
|
"application/json": {
|
|
7101
7101
|
data?: {
|
|
7102
|
-
/** @example
|
|
7102
|
+
/** @example 2eede784-e182-4f32-aa78-93dded491f77 */
|
|
7103
7103
|
uid?: string;
|
|
7104
7104
|
/** @example JH-APP-2026-450949 */
|
|
7105
7105
|
application_ref?: string;
|
|
@@ -7120,7 +7120,7 @@ export interface operations {
|
|
|
7120
7120
|
/** @example null */
|
|
7121
7121
|
rejection_reason?: string | null;
|
|
7122
7122
|
timeline?: {
|
|
7123
|
-
/** @example 2026-05-
|
|
7123
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7124
7124
|
created_at?: string;
|
|
7125
7125
|
/** @example null */
|
|
7126
7126
|
approved_at?: string | null;
|
|
@@ -7164,7 +7164,7 @@ export interface operations {
|
|
|
7164
7164
|
content: {
|
|
7165
7165
|
"application/json": {
|
|
7166
7166
|
data?: {
|
|
7167
|
-
/** @example
|
|
7167
|
+
/** @example d94f1d19-4de2-4c11-af72-3b34b42b66f4 */
|
|
7168
7168
|
uid?: string;
|
|
7169
7169
|
/** @example JH-APP-2026-026316 */
|
|
7170
7170
|
application_ref?: string;
|
|
@@ -7185,7 +7185,7 @@ export interface operations {
|
|
|
7185
7185
|
/** @example null */
|
|
7186
7186
|
rejection_reason?: string | null;
|
|
7187
7187
|
timeline?: {
|
|
7188
|
-
/** @example 2026-05-
|
|
7188
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7189
7189
|
created_at?: string;
|
|
7190
7190
|
/** @example null */
|
|
7191
7191
|
approved_at?: string | null;
|
|
@@ -7229,7 +7229,7 @@ export interface operations {
|
|
|
7229
7229
|
content: {
|
|
7230
7230
|
"application/json": {
|
|
7231
7231
|
data?: {
|
|
7232
|
-
/** @example
|
|
7232
|
+
/** @example 50eea68a-7417-4a06-8082-3448668919d3 */
|
|
7233
7233
|
uid?: string;
|
|
7234
7234
|
/** @example JH-APP-2026-000564 */
|
|
7235
7235
|
application_ref?: string;
|
|
@@ -7250,7 +7250,7 @@ export interface operations {
|
|
|
7250
7250
|
/** @example null */
|
|
7251
7251
|
rejection_reason?: string | null;
|
|
7252
7252
|
timeline?: {
|
|
7253
|
-
/** @example 2026-05-
|
|
7253
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7254
7254
|
created_at?: string;
|
|
7255
7255
|
/** @example null */
|
|
7256
7256
|
approved_at?: string | null;
|
|
@@ -7284,7 +7284,7 @@ export interface operations {
|
|
|
7284
7284
|
content: {
|
|
7285
7285
|
"application/json": {
|
|
7286
7286
|
data?: {
|
|
7287
|
-
/** @example
|
|
7287
|
+
/** @example e6c11aab-01bd-4b40-8b43-b647c28dece2 */
|
|
7288
7288
|
uid?: string;
|
|
7289
7289
|
/** @example 4881.50 */
|
|
7290
7290
|
rent_amount?: string;
|
|
@@ -7292,9 +7292,9 @@ export interface operations {
|
|
|
7292
7292
|
deposit_amount?: string;
|
|
7293
7293
|
/** @example offer_accepted */
|
|
7294
7294
|
state?: string;
|
|
7295
|
-
/** @example 2025-08-
|
|
7295
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
7296
7296
|
start_date?: string;
|
|
7297
|
-
/** @example 2026-08-
|
|
7297
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
7298
7298
|
end_date?: string;
|
|
7299
7299
|
/** @example false */
|
|
7300
7300
|
is_periodic?: boolean;
|
|
@@ -7302,7 +7302,7 @@ export interface operations {
|
|
|
7302
7302
|
company_name?: string | null;
|
|
7303
7303
|
/** @example null */
|
|
7304
7304
|
company_registration_number?: string | null;
|
|
7305
|
-
/** @example 2026-05-
|
|
7305
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
7306
7306
|
created_at?: string;
|
|
7307
7307
|
};
|
|
7308
7308
|
};
|
|
@@ -7748,7 +7748,7 @@ export interface operations {
|
|
|
7748
7748
|
content: {
|
|
7749
7749
|
"application/json": {
|
|
7750
7750
|
data?: {
|
|
7751
|
-
/** @example
|
|
7751
|
+
/** @example 9d9d8944-a9cf-4108-bace-b13d4b8f24fe */
|
|
7752
7752
|
uid?: string;
|
|
7753
7753
|
/** @example Ms. Audra Crooks II */
|
|
7754
7754
|
username?: string;
|
|
@@ -7778,7 +7778,7 @@ export interface operations {
|
|
|
7778
7778
|
timezone?: string;
|
|
7779
7779
|
/** @example Customer */
|
|
7780
7780
|
user_type?: string;
|
|
7781
|
-
/** @example 01 May 2026,
|
|
7781
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
7782
7782
|
created?: string;
|
|
7783
7783
|
/** @example 0 seconds ago */
|
|
7784
7784
|
email_verified_at?: string;
|
|
@@ -8168,11 +8168,11 @@ export interface operations {
|
|
|
8168
8168
|
content: {
|
|
8169
8169
|
"application/json": {
|
|
8170
8170
|
data?: {
|
|
8171
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
8171
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
8172
8172
|
draft_name?: string;
|
|
8173
|
-
/** @example LST-PRP-LTR-
|
|
8173
|
+
/** @example LST-PRP-LTR-MOMYGMGQQ5S */
|
|
8174
8174
|
sku?: string;
|
|
8175
|
-
/** @example
|
|
8175
|
+
/** @example a5b493d0-6559-4fac-bc10-ad8c9cc0f94c */
|
|
8176
8176
|
uid?: string;
|
|
8177
8177
|
/** @example Rent */
|
|
8178
8178
|
listing_type?: string;
|
|
@@ -9599,7 +9599,7 @@ export interface operations {
|
|
|
9599
9599
|
content: {
|
|
9600
9600
|
"application/json": {
|
|
9601
9601
|
data?: {
|
|
9602
|
-
/** @example
|
|
9602
|
+
/** @example cda5b2ed-dd77-413b-bb28-b14292bfdf9a */
|
|
9603
9603
|
uid?: string;
|
|
9604
9604
|
/** @example Morgan Hirthe */
|
|
9605
9605
|
username?: string;
|
|
@@ -9629,7 +9629,7 @@ export interface operations {
|
|
|
9629
9629
|
timezone?: string;
|
|
9630
9630
|
/** @example Customer */
|
|
9631
9631
|
user_type?: string;
|
|
9632
|
-
/** @example 01 May 2026,
|
|
9632
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
9633
9633
|
created?: string;
|
|
9634
9634
|
/** @example 0 seconds ago */
|
|
9635
9635
|
email_verified_at?: string;
|
|
@@ -10338,11 +10338,11 @@ export interface operations {
|
|
|
10338
10338
|
content: {
|
|
10339
10339
|
"application/json": {
|
|
10340
10340
|
data?: {
|
|
10341
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
10341
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
10342
10342
|
draft_name?: string;
|
|
10343
|
-
/** @example LST-PRP-LTR-
|
|
10343
|
+
/** @example LST-PRP-LTR-MOMYGMJ9OUW */
|
|
10344
10344
|
sku?: string;
|
|
10345
|
-
/** @example
|
|
10345
|
+
/** @example af833ae4-72bf-43cd-bb7b-150e8d598583 */
|
|
10346
10346
|
uid?: string;
|
|
10347
10347
|
/** @example Rent */
|
|
10348
10348
|
listing_type?: string;
|
|
@@ -10782,7 +10782,7 @@ export interface operations {
|
|
|
10782
10782
|
content: {
|
|
10783
10783
|
"application/json": {
|
|
10784
10784
|
data?: {
|
|
10785
|
-
/** @example
|
|
10785
|
+
/** @example 736dc1f6-c4ab-4750-a0a6-6a139c72cdf0 */
|
|
10786
10786
|
uid?: string;
|
|
10787
10787
|
/** @example photo */
|
|
10788
10788
|
media_type?: string;
|
|
@@ -11089,9 +11089,9 @@ export interface operations {
|
|
|
11089
11089
|
/**
|
|
11090
11090
|
* @example [
|
|
11091
11091
|
* {
|
|
11092
|
-
* "draft_name": "New For Sale Used Item draft • 1 May 2026,
|
|
11093
|
-
* "sku": "LST-UIT-SAL-
|
|
11094
|
-
* "uid": "
|
|
11092
|
+
* "draft_name": "New For Sale Used Item draft • 1 May 2026, 1:35 PM",
|
|
11093
|
+
* "sku": "LST-UIT-SAL-MOMYGMKPKLX",
|
|
11094
|
+
* "uid": "1f1d0083-bc3d-4f3c-9aee-7b9eb534079f",
|
|
11095
11095
|
* "listing_type": "Sale",
|
|
11096
11096
|
* "vertical": "Used Item",
|
|
11097
11097
|
* "arrangement_type": null,
|
|
@@ -11106,13 +11106,13 @@ export interface operations {
|
|
|
11106
11106
|
* "media": []
|
|
11107
11107
|
* },
|
|
11108
11108
|
* {
|
|
11109
|
-
* "draft_name": "New For
|
|
11110
|
-
* "sku": "LST-PRP-
|
|
11111
|
-
* "uid": "
|
|
11112
|
-
* "listing_type": "
|
|
11109
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
|
|
11110
|
+
* "sku": "LST-PRP-LTR-MOMYGMKTDUV",
|
|
11111
|
+
* "uid": "fd7a6d92-43b2-4049-8ce3-cc4b19024bf3",
|
|
11112
|
+
* "listing_type": "Rent",
|
|
11113
11113
|
* "vertical": "Property",
|
|
11114
|
-
* "arrangement_type": "
|
|
11115
|
-
* "arrangement_type_label": "
|
|
11114
|
+
* "arrangement_type": "let_to_let",
|
|
11115
|
+
* "arrangement_type_label": "Let to Let",
|
|
11116
11116
|
* "price": null,
|
|
11117
11117
|
* "state": "draft",
|
|
11118
11118
|
* "published_at": null,
|
|
@@ -11127,11 +11127,11 @@ export interface operations {
|
|
|
11127
11127
|
* ]
|
|
11128
11128
|
*/
|
|
11129
11129
|
data?: {
|
|
11130
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
11130
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
|
|
11131
11131
|
draft_name?: string;
|
|
11132
|
-
/** @example LST-UIT-SAL-
|
|
11132
|
+
/** @example LST-UIT-SAL-MOMYGMKPKLX */
|
|
11133
11133
|
sku?: string;
|
|
11134
|
-
/** @example
|
|
11134
|
+
/** @example 1f1d0083-bc3d-4f3c-9aee-7b9eb534079f */
|
|
11135
11135
|
uid?: string;
|
|
11136
11136
|
/** @example Sale */
|
|
11137
11137
|
listing_type?: string;
|
|
@@ -11324,11 +11324,11 @@ export interface operations {
|
|
|
11324
11324
|
content: {
|
|
11325
11325
|
"application/json": {
|
|
11326
11326
|
data?: {
|
|
11327
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11327
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
11328
11328
|
draft_name?: string;
|
|
11329
|
-
/** @example LST-PRP-LTR-
|
|
11329
|
+
/** @example LST-PRP-LTR-MOMYGML1IZK */
|
|
11330
11330
|
sku?: string;
|
|
11331
|
-
/** @example
|
|
11331
|
+
/** @example a7440947-0c4a-4d8e-9044-230474b413c9 */
|
|
11332
11332
|
uid?: string;
|
|
11333
11333
|
/** @example Rent */
|
|
11334
11334
|
listing_type?: string;
|
|
@@ -11391,11 +11391,11 @@ export interface operations {
|
|
|
11391
11391
|
content: {
|
|
11392
11392
|
"application/json": {
|
|
11393
11393
|
data?: {
|
|
11394
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11394
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
11395
11395
|
draft_name?: string;
|
|
11396
|
-
/** @example LST-PRP-LTR-
|
|
11396
|
+
/** @example LST-PRP-LTR-MOMYGML7IMC */
|
|
11397
11397
|
sku?: string;
|
|
11398
|
-
/** @example
|
|
11398
|
+
/** @example 1af87cce-a606-4d04-a811-4721e1b68777 */
|
|
11399
11399
|
uid?: string;
|
|
11400
11400
|
/** @example Rent */
|
|
11401
11401
|
listing_type?: string;
|
|
@@ -11448,11 +11448,11 @@ export interface operations {
|
|
|
11448
11448
|
content: {
|
|
11449
11449
|
"application/json": {
|
|
11450
11450
|
data?: {
|
|
11451
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11451
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
11452
11452
|
draft_name?: string;
|
|
11453
|
-
/** @example LST-PRP-LTR-
|
|
11453
|
+
/** @example LST-PRP-LTR-MOMYGMLDF2E */
|
|
11454
11454
|
sku?: string;
|
|
11455
|
-
/** @example
|
|
11455
|
+
/** @example f6f21dc2-54f5-448b-8b09-4e19895f3a21 */
|
|
11456
11456
|
uid?: string;
|
|
11457
11457
|
/** @example Rent */
|
|
11458
11458
|
listing_type?: string;
|
|
@@ -11505,11 +11505,11 @@ export interface operations {
|
|
|
11505
11505
|
content: {
|
|
11506
11506
|
"application/json": {
|
|
11507
11507
|
data?: {
|
|
11508
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
11508
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
11509
11509
|
draft_name?: string;
|
|
11510
|
-
/** @example LST-PRP-LTR-
|
|
11510
|
+
/** @example LST-PRP-LTR-MOMYGMLHEYR */
|
|
11511
11511
|
sku?: string;
|
|
11512
|
-
/** @example
|
|
11512
|
+
/** @example bd192bd3-62db-489e-ab1d-405579d713e1 */
|
|
11513
11513
|
uid?: string;
|
|
11514
11514
|
/** @example Rent */
|
|
11515
11515
|
listing_type?: string;
|
|
@@ -11703,7 +11703,7 @@ export interface operations {
|
|
|
11703
11703
|
content: {
|
|
11704
11704
|
"application/json": {
|
|
11705
11705
|
data?: {
|
|
11706
|
-
/** @example
|
|
11706
|
+
/** @example 307 */
|
|
11707
11707
|
id?: number;
|
|
11708
11708
|
/** @example 1 */
|
|
11709
11709
|
category_id?: number;
|
|
@@ -11777,7 +11777,7 @@ export interface operations {
|
|
|
11777
11777
|
content: {
|
|
11778
11778
|
"application/json": {
|
|
11779
11779
|
data?: {
|
|
11780
|
-
/** @example
|
|
11780
|
+
/** @example 308 */
|
|
11781
11781
|
id?: number;
|
|
11782
11782
|
/** @example 1 */
|
|
11783
11783
|
category_id?: number;
|
|
@@ -11816,7 +11816,7 @@ export interface operations {
|
|
|
11816
11816
|
content: {
|
|
11817
11817
|
"application/json": {
|
|
11818
11818
|
data?: {
|
|
11819
|
-
/** @example
|
|
11819
|
+
/** @example 309 */
|
|
11820
11820
|
id?: number;
|
|
11821
11821
|
/** @example 1 */
|
|
11822
11822
|
category_id?: number;
|
|
@@ -11854,7 +11854,7 @@ export interface operations {
|
|
|
11854
11854
|
/**
|
|
11855
11855
|
* @example [
|
|
11856
11856
|
* {
|
|
11857
|
-
* "id":
|
|
11857
|
+
* "id": 455,
|
|
11858
11858
|
* "name": "Exterior",
|
|
11859
11859
|
* "description": "For Exterior categories",
|
|
11860
11860
|
* "display_order": 1,
|
|
@@ -11864,7 +11864,7 @@ export interface operations {
|
|
|
11864
11864
|
* "is_active": true
|
|
11865
11865
|
* },
|
|
11866
11866
|
* {
|
|
11867
|
-
* "id":
|
|
11867
|
+
* "id": 456,
|
|
11868
11868
|
* "name": "Exterior",
|
|
11869
11869
|
* "description": "For Exterior categories",
|
|
11870
11870
|
* "display_order": 1,
|
|
@@ -11876,7 +11876,7 @@ export interface operations {
|
|
|
11876
11876
|
* ]
|
|
11877
11877
|
*/
|
|
11878
11878
|
data?: {
|
|
11879
|
-
/** @example
|
|
11879
|
+
/** @example 455 */
|
|
11880
11880
|
id?: number;
|
|
11881
11881
|
/** @example Exterior */
|
|
11882
11882
|
name?: string;
|
|
@@ -11940,7 +11940,7 @@ export interface operations {
|
|
|
11940
11940
|
content: {
|
|
11941
11941
|
"application/json": {
|
|
11942
11942
|
data?: {
|
|
11943
|
-
/** @example
|
|
11943
|
+
/** @example 457 */
|
|
11944
11944
|
id?: number;
|
|
11945
11945
|
/** @example Exterior */
|
|
11946
11946
|
name?: string;
|
|
@@ -12007,7 +12007,7 @@ export interface operations {
|
|
|
12007
12007
|
content: {
|
|
12008
12008
|
"application/json": {
|
|
12009
12009
|
data?: {
|
|
12010
|
-
/** @example
|
|
12010
|
+
/** @example 458 */
|
|
12011
12011
|
id?: number;
|
|
12012
12012
|
/** @example Exterior */
|
|
12013
12013
|
name?: string;
|
|
@@ -12048,7 +12048,7 @@ export interface operations {
|
|
|
12048
12048
|
content: {
|
|
12049
12049
|
"application/json": {
|
|
12050
12050
|
data?: {
|
|
12051
|
-
/** @example
|
|
12051
|
+
/** @example 459 */
|
|
12052
12052
|
id?: number;
|
|
12053
12053
|
/** @example Exterior */
|
|
12054
12054
|
name?: string;
|
|
@@ -12311,7 +12311,7 @@ export interface operations {
|
|
|
12311
12311
|
content: {
|
|
12312
12312
|
"application/json": {
|
|
12313
12313
|
data?: {
|
|
12314
|
-
/** @example
|
|
12314
|
+
/** @example 193 */
|
|
12315
12315
|
id?: number;
|
|
12316
12316
|
/** @example email_fa_0 */
|
|
12317
12317
|
key?: string;
|
|
@@ -12325,9 +12325,9 @@ export interface operations {
|
|
|
12325
12325
|
metadata_schema?: unknown[];
|
|
12326
12326
|
/** @example true */
|
|
12327
12327
|
is_active?: boolean;
|
|
12328
|
-
/** @example 2026-05-
|
|
12328
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
12329
12329
|
created_at?: string;
|
|
12330
|
-
/** @example 2026-05-
|
|
12330
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
12331
12331
|
updated_at?: string;
|
|
12332
12332
|
};
|
|
12333
12333
|
};
|
|
@@ -12387,7 +12387,7 @@ export interface operations {
|
|
|
12387
12387
|
content: {
|
|
12388
12388
|
"application/json": {
|
|
12389
12389
|
data?: {
|
|
12390
|
-
/** @example
|
|
12390
|
+
/** @example 194 */
|
|
12391
12391
|
id?: number;
|
|
12392
12392
|
/** @example email_fa_0 */
|
|
12393
12393
|
key?: string;
|
|
@@ -12401,9 +12401,9 @@ export interface operations {
|
|
|
12401
12401
|
metadata_schema?: unknown[];
|
|
12402
12402
|
/** @example true */
|
|
12403
12403
|
is_active?: boolean;
|
|
12404
|
-
/** @example 2026-05-
|
|
12404
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
12405
12405
|
created_at?: string;
|
|
12406
|
-
/** @example 2026-05-
|
|
12406
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
12407
12407
|
updated_at?: string;
|
|
12408
12408
|
};
|
|
12409
12409
|
};
|
|
@@ -13669,25 +13669,25 @@ export interface operations {
|
|
|
13669
13669
|
/**
|
|
13670
13670
|
* @example [
|
|
13671
13671
|
* {
|
|
13672
|
-
* "key": "
|
|
13673
|
-
* "name": "
|
|
13674
|
-
* "description": "
|
|
13672
|
+
* "key": "ut",
|
|
13673
|
+
* "name": "eum",
|
|
13674
|
+
* "description": "Dolores ut sapiente laboriosam ut recusandae et velit.",
|
|
13675
13675
|
* "value_type": "string"
|
|
13676
13676
|
* },
|
|
13677
13677
|
* {
|
|
13678
|
-
* "key": "
|
|
13679
|
-
* "name": "
|
|
13680
|
-
* "description": "
|
|
13678
|
+
* "key": "ab",
|
|
13679
|
+
* "name": "nam",
|
|
13680
|
+
* "description": "Ad perspiciatis aspernatur nobis fugit.",
|
|
13681
13681
|
* "value_type": "string"
|
|
13682
13682
|
* }
|
|
13683
13683
|
* ]
|
|
13684
13684
|
*/
|
|
13685
13685
|
data?: {
|
|
13686
|
-
/** @example
|
|
13686
|
+
/** @example ut */
|
|
13687
13687
|
key?: string;
|
|
13688
|
-
/** @example
|
|
13688
|
+
/** @example eum */
|
|
13689
13689
|
name?: string;
|
|
13690
|
-
/** @example
|
|
13690
|
+
/** @example Dolores ut sapiente laboriosam ut recusandae et velit. */
|
|
13691
13691
|
description?: string;
|
|
13692
13692
|
/** @example string */
|
|
13693
13693
|
value_type?: string;
|
|
@@ -14929,13 +14929,13 @@ export interface operations {
|
|
|
14929
14929
|
};
|
|
14930
14930
|
} | {
|
|
14931
14931
|
data?: {
|
|
14932
|
-
/** @example
|
|
14932
|
+
/** @example feda4c32-1c03-4604-beb6-d5472bcb66f4 */
|
|
14933
14933
|
uid?: string;
|
|
14934
14934
|
/** @example follow_up */
|
|
14935
14935
|
inspection_type?: string;
|
|
14936
14936
|
/** @example cancelled */
|
|
14937
14937
|
status?: string;
|
|
14938
|
-
/** @example
|
|
14938
|
+
/** @example 07 May 2026, 03:33 AM */
|
|
14939
14939
|
scheduled_date?: string;
|
|
14940
14940
|
/** @example null */
|
|
14941
14941
|
completed_date?: string | null;
|
|
@@ -14943,11 +14943,11 @@ export interface operations {
|
|
|
14943
14943
|
condition_rating?: string;
|
|
14944
14944
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
14945
14945
|
summary?: string;
|
|
14946
|
-
/** @example
|
|
14946
|
+
/** @example 01 Jul 2026, 12:22 AM */
|
|
14947
14947
|
next_inspection_date?: string;
|
|
14948
|
-
/** @example 01 May 2026,
|
|
14948
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
14949
14949
|
created_at?: string;
|
|
14950
|
-
/** @example 01 May 2026,
|
|
14950
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
14951
14951
|
updated_at?: string;
|
|
14952
14952
|
};
|
|
14953
14953
|
};
|
|
@@ -15002,13 +15002,13 @@ export interface operations {
|
|
|
15002
15002
|
content: {
|
|
15003
15003
|
"application/json": {
|
|
15004
15004
|
data?: {
|
|
15005
|
-
/** @example
|
|
15005
|
+
/** @example 16378155-51b7-42c7-a5ec-b5434a12cfca */
|
|
15006
15006
|
uid?: string;
|
|
15007
15007
|
/** @example follow_up */
|
|
15008
15008
|
inspection_type?: string;
|
|
15009
15009
|
/** @example cancelled */
|
|
15010
15010
|
status?: string;
|
|
15011
|
-
/** @example
|
|
15011
|
+
/** @example 07 May 2026, 03:33 AM */
|
|
15012
15012
|
scheduled_date?: string;
|
|
15013
15013
|
/** @example null */
|
|
15014
15014
|
completed_date?: string | null;
|
|
@@ -15016,11 +15016,11 @@ export interface operations {
|
|
|
15016
15016
|
condition_rating?: string;
|
|
15017
15017
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15018
15018
|
summary?: string;
|
|
15019
|
-
/** @example
|
|
15019
|
+
/** @example 01 Jul 2026, 12:22 AM */
|
|
15020
15020
|
next_inspection_date?: string;
|
|
15021
|
-
/** @example 01 May 2026,
|
|
15021
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15022
15022
|
created_at?: string;
|
|
15023
|
-
/** @example 01 May 2026,
|
|
15023
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15024
15024
|
updated_at?: string;
|
|
15025
15025
|
};
|
|
15026
15026
|
};
|
|
@@ -15115,13 +15115,13 @@ export interface operations {
|
|
|
15115
15115
|
content: {
|
|
15116
15116
|
"application/json": {
|
|
15117
15117
|
data?: {
|
|
15118
|
-
/** @example
|
|
15118
|
+
/** @example 12f5b8a5-d84e-49de-97f5-7cc2a9e99bc2 */
|
|
15119
15119
|
uid?: string;
|
|
15120
15120
|
/** @example follow_up */
|
|
15121
15121
|
inspection_type?: string;
|
|
15122
15122
|
/** @example cancelled */
|
|
15123
15123
|
status?: string;
|
|
15124
|
-
/** @example
|
|
15124
|
+
/** @example 25 Apr 2026, 01:00 AM */
|
|
15125
15125
|
scheduled_date?: string;
|
|
15126
15126
|
/** @example null */
|
|
15127
15127
|
completed_date?: string | null;
|
|
@@ -15129,11 +15129,11 @@ export interface operations {
|
|
|
15129
15129
|
condition_rating?: string;
|
|
15130
15130
|
/** @example Et animi quos velit et fugiat. */
|
|
15131
15131
|
summary?: string;
|
|
15132
|
-
/** @example
|
|
15132
|
+
/** @example 04 Aug 2026, 08:54 AM */
|
|
15133
15133
|
next_inspection_date?: string;
|
|
15134
|
-
/** @example 01 May 2026,
|
|
15134
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15135
15135
|
created_at?: string;
|
|
15136
|
-
/** @example 01 May 2026,
|
|
15136
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15137
15137
|
updated_at?: string;
|
|
15138
15138
|
};
|
|
15139
15139
|
};
|
|
@@ -15170,13 +15170,13 @@ export interface operations {
|
|
|
15170
15170
|
content: {
|
|
15171
15171
|
"application/json": {
|
|
15172
15172
|
data?: {
|
|
15173
|
-
/** @example
|
|
15173
|
+
/** @example 162825a2-e806-43da-99cb-6df3695c27ab */
|
|
15174
15174
|
uid?: string;
|
|
15175
15175
|
/** @example follow_up */
|
|
15176
15176
|
inspection_type?: string;
|
|
15177
15177
|
/** @example cancelled */
|
|
15178
15178
|
status?: string;
|
|
15179
|
-
/** @example
|
|
15179
|
+
/** @example 07 May 2026, 03:33 AM */
|
|
15180
15180
|
scheduled_date?: string;
|
|
15181
15181
|
/** @example null */
|
|
15182
15182
|
completed_date?: string | null;
|
|
@@ -15184,11 +15184,11 @@ export interface operations {
|
|
|
15184
15184
|
condition_rating?: string;
|
|
15185
15185
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
15186
15186
|
summary?: string;
|
|
15187
|
-
/** @example
|
|
15187
|
+
/** @example 01 Jul 2026, 12:22 AM */
|
|
15188
15188
|
next_inspection_date?: string;
|
|
15189
|
-
/** @example 01 May 2026,
|
|
15189
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15190
15190
|
created_at?: string;
|
|
15191
|
-
/** @example 01 May 2026,
|
|
15191
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15192
15192
|
updated_at?: string;
|
|
15193
15193
|
};
|
|
15194
15194
|
};
|
|
@@ -15225,13 +15225,13 @@ export interface operations {
|
|
|
15225
15225
|
content: {
|
|
15226
15226
|
"application/json": {
|
|
15227
15227
|
data?: {
|
|
15228
|
-
/** @example
|
|
15228
|
+
/** @example 3ac6b5ba-251a-49d7-983f-3e4821706f8a */
|
|
15229
15229
|
uid?: string;
|
|
15230
15230
|
/** @example follow_up */
|
|
15231
15231
|
inspection_type?: string;
|
|
15232
15232
|
/** @example cancelled */
|
|
15233
15233
|
status?: string;
|
|
15234
|
-
/** @example
|
|
15234
|
+
/** @example 25 Apr 2026, 01:00 AM */
|
|
15235
15235
|
scheduled_date?: string;
|
|
15236
15236
|
/** @example null */
|
|
15237
15237
|
completed_date?: string | null;
|
|
@@ -15239,11 +15239,11 @@ export interface operations {
|
|
|
15239
15239
|
condition_rating?: string;
|
|
15240
15240
|
/** @example Et animi quos velit et fugiat. */
|
|
15241
15241
|
summary?: string;
|
|
15242
|
-
/** @example
|
|
15242
|
+
/** @example 04 Aug 2026, 08:54 AM */
|
|
15243
15243
|
next_inspection_date?: string;
|
|
15244
|
-
/** @example 01 May 2026,
|
|
15244
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15245
15245
|
created_at?: string;
|
|
15246
|
-
/** @example 01 May 2026,
|
|
15246
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15247
15247
|
updated_at?: string;
|
|
15248
15248
|
};
|
|
15249
15249
|
};
|
|
@@ -15370,29 +15370,29 @@ export interface operations {
|
|
|
15370
15370
|
};
|
|
15371
15371
|
} | {
|
|
15372
15372
|
data?: {
|
|
15373
|
-
/** @example
|
|
15373
|
+
/** @example 6da552c6-3f11-4d2e-87c0-b3585c74490d */
|
|
15374
15374
|
uid?: string;
|
|
15375
15375
|
/** @example 1 */
|
|
15376
15376
|
tenancy_id?: number;
|
|
15377
|
-
/** @example
|
|
15377
|
+
/** @example Excepturi voluptates quis dolores. */
|
|
15378
15378
|
title?: string;
|
|
15379
|
-
/** @example
|
|
15379
|
+
/** @example Aut explicabo magnam rerum quos ut ipsum. Tenetur illo doloribus impedit voluptatem inventore quasi. Aspernatur omnis nulla sed praesentium eveniet aut suscipit. */
|
|
15380
15380
|
description?: string;
|
|
15381
|
-
/** @example
|
|
15381
|
+
/** @example in_progress */
|
|
15382
15382
|
status?: string;
|
|
15383
|
-
/** @example
|
|
15383
|
+
/** @example low */
|
|
15384
15384
|
priority?: string;
|
|
15385
|
-
/** @example
|
|
15385
|
+
/** @example 27 Apr 2026, 06:22 PM */
|
|
15386
15386
|
reported_at?: string;
|
|
15387
15387
|
/** @example null */
|
|
15388
15388
|
assigned_at?: string | null;
|
|
15389
15389
|
/** @example null */
|
|
15390
15390
|
completed_at?: string | null;
|
|
15391
|
-
/** @example
|
|
15391
|
+
/** @example 06 May 2026, 11:34 AM */
|
|
15392
15392
|
sla_deadline?: string;
|
|
15393
|
-
/** @example 01 May 2026,
|
|
15393
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15394
15394
|
created_at?: string;
|
|
15395
|
-
/** @example 01 May 2026,
|
|
15395
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15396
15396
|
updated_at?: string;
|
|
15397
15397
|
};
|
|
15398
15398
|
};
|
|
@@ -15429,7 +15429,7 @@ export interface operations {
|
|
|
15429
15429
|
content: {
|
|
15430
15430
|
"application/json": {
|
|
15431
15431
|
data?: {
|
|
15432
|
-
/** @example
|
|
15432
|
+
/** @example 4ab50a89-cd62-437b-94e8-438cff4567c2 */
|
|
15433
15433
|
uid?: string;
|
|
15434
15434
|
/** @example 1 */
|
|
15435
15435
|
tenancy_id?: number;
|
|
@@ -15441,17 +15441,17 @@ export interface operations {
|
|
|
15441
15441
|
status?: string;
|
|
15442
15442
|
/** @example low */
|
|
15443
15443
|
priority?: string;
|
|
15444
|
-
/** @example
|
|
15444
|
+
/** @example 30 Apr 2026, 03:04 AM */
|
|
15445
15445
|
reported_at?: string;
|
|
15446
15446
|
/** @example null */
|
|
15447
15447
|
assigned_at?: string | null;
|
|
15448
15448
|
/** @example null */
|
|
15449
15449
|
completed_at?: string | null;
|
|
15450
|
-
/** @example 02 May 2026,
|
|
15450
|
+
/** @example 02 May 2026, 11:28 PM */
|
|
15451
15451
|
sla_deadline?: string;
|
|
15452
|
-
/** @example 01 May 2026,
|
|
15452
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15453
15453
|
created_at?: string;
|
|
15454
|
-
/** @example 01 May 2026,
|
|
15454
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15455
15455
|
updated_at?: string;
|
|
15456
15456
|
};
|
|
15457
15457
|
};
|
|
@@ -15488,7 +15488,7 @@ export interface operations {
|
|
|
15488
15488
|
content: {
|
|
15489
15489
|
"application/json": {
|
|
15490
15490
|
data?: {
|
|
15491
|
-
/** @example
|
|
15491
|
+
/** @example 41dfc442-dc76-4119-b755-053c21032d09 */
|
|
15492
15492
|
uid?: string;
|
|
15493
15493
|
/** @example 1 */
|
|
15494
15494
|
tenancy_id?: number;
|
|
@@ -15500,17 +15500,17 @@ export interface operations {
|
|
|
15500
15500
|
status?: string;
|
|
15501
15501
|
/** @example emergency */
|
|
15502
15502
|
priority?: string;
|
|
15503
|
-
/** @example
|
|
15503
|
+
/** @example 25 Apr 2026, 12:49 AM */
|
|
15504
15504
|
reported_at?: string;
|
|
15505
|
-
/** @example 29 Apr 2026,
|
|
15505
|
+
/** @example 29 Apr 2026, 09:08 PM */
|
|
15506
15506
|
assigned_at?: string;
|
|
15507
15507
|
/** @example null */
|
|
15508
15508
|
completed_at?: string | null;
|
|
15509
|
-
/** @example
|
|
15509
|
+
/** @example 03 May 2026, 02:31 AM */
|
|
15510
15510
|
sla_deadline?: string;
|
|
15511
|
-
/** @example 01 May 2026,
|
|
15511
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15512
15512
|
created_at?: string;
|
|
15513
|
-
/** @example 01 May 2026,
|
|
15513
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15514
15514
|
updated_at?: string;
|
|
15515
15515
|
};
|
|
15516
15516
|
};
|
|
@@ -15547,7 +15547,7 @@ export interface operations {
|
|
|
15547
15547
|
content: {
|
|
15548
15548
|
"application/json": {
|
|
15549
15549
|
data?: {
|
|
15550
|
-
/** @example
|
|
15550
|
+
/** @example 131872fe-8ebe-4548-a5c8-ba630a5b77d5 */
|
|
15551
15551
|
uid?: string;
|
|
15552
15552
|
/** @example 1 */
|
|
15553
15553
|
tenancy_id?: number;
|
|
@@ -15559,17 +15559,17 @@ export interface operations {
|
|
|
15559
15559
|
status?: string;
|
|
15560
15560
|
/** @example emergency */
|
|
15561
15561
|
priority?: string;
|
|
15562
|
-
/** @example
|
|
15562
|
+
/** @example 25 Apr 2026, 12:49 AM */
|
|
15563
15563
|
reported_at?: string;
|
|
15564
|
-
/** @example 29 Apr 2026,
|
|
15564
|
+
/** @example 29 Apr 2026, 09:08 PM */
|
|
15565
15565
|
assigned_at?: string;
|
|
15566
15566
|
/** @example null */
|
|
15567
15567
|
completed_at?: string | null;
|
|
15568
|
-
/** @example
|
|
15568
|
+
/** @example 03 May 2026, 02:31 AM */
|
|
15569
15569
|
sla_deadline?: string;
|
|
15570
|
-
/** @example 01 May 2026,
|
|
15570
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15571
15571
|
created_at?: string;
|
|
15572
|
-
/** @example 01 May 2026,
|
|
15572
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15573
15573
|
updated_at?: string;
|
|
15574
15574
|
};
|
|
15575
15575
|
};
|
|
@@ -15606,7 +15606,7 @@ export interface operations {
|
|
|
15606
15606
|
content: {
|
|
15607
15607
|
"application/json": {
|
|
15608
15608
|
data?: {
|
|
15609
|
-
/** @example
|
|
15609
|
+
/** @example ad9a23c6-16b7-4c41-b452-f93d6489be27 */
|
|
15610
15610
|
uid?: string;
|
|
15611
15611
|
/** @example 1 */
|
|
15612
15612
|
tenancy_id?: number;
|
|
@@ -15618,17 +15618,17 @@ export interface operations {
|
|
|
15618
15618
|
status?: string;
|
|
15619
15619
|
/** @example emergency */
|
|
15620
15620
|
priority?: string;
|
|
15621
|
-
/** @example
|
|
15621
|
+
/** @example 25 Apr 2026, 12:49 AM */
|
|
15622
15622
|
reported_at?: string;
|
|
15623
|
-
/** @example 29 Apr 2026,
|
|
15623
|
+
/** @example 29 Apr 2026, 09:08 PM */
|
|
15624
15624
|
assigned_at?: string;
|
|
15625
15625
|
/** @example null */
|
|
15626
15626
|
completed_at?: string | null;
|
|
15627
|
-
/** @example
|
|
15627
|
+
/** @example 03 May 2026, 02:31 AM */
|
|
15628
15628
|
sla_deadline?: string;
|
|
15629
|
-
/** @example 01 May 2026,
|
|
15629
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15630
15630
|
created_at?: string;
|
|
15631
|
-
/** @example 01 May 2026,
|
|
15631
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
15632
15632
|
updated_at?: string;
|
|
15633
15633
|
};
|
|
15634
15634
|
};
|
|
@@ -18882,7 +18882,7 @@ export interface operations {
|
|
|
18882
18882
|
content: {
|
|
18883
18883
|
"application/json": {
|
|
18884
18884
|
data?: {
|
|
18885
|
-
/** @example
|
|
18885
|
+
/** @example 3a2b5e71-9fcb-4772-ba8d-906aaabfee46 */
|
|
18886
18886
|
uid?: string;
|
|
18887
18887
|
/** @example Ms. Audra Crooks II */
|
|
18888
18888
|
username?: string;
|
|
@@ -18912,9 +18912,9 @@ export interface operations {
|
|
|
18912
18912
|
timezone?: string;
|
|
18913
18913
|
/** @example Customer */
|
|
18914
18914
|
user_type?: string;
|
|
18915
|
-
/** @example 01 May 2026,
|
|
18915
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
18916
18916
|
created?: string;
|
|
18917
|
-
/** @example
|
|
18917
|
+
/** @example 1 second ago */
|
|
18918
18918
|
email_verified_at?: string;
|
|
18919
18919
|
verification_status?: {
|
|
18920
18920
|
/** @example not_verified */
|
|
@@ -19381,7 +19381,7 @@ export interface operations {
|
|
|
19381
19381
|
content: {
|
|
19382
19382
|
"application/json": {
|
|
19383
19383
|
data?: {
|
|
19384
|
-
/** @example
|
|
19384
|
+
/** @example 79795645-c56f-4310-9dce-64339973ba78 */
|
|
19385
19385
|
uid?: string;
|
|
19386
19386
|
/** @example Ms. Audra Crooks II */
|
|
19387
19387
|
username?: string;
|
|
@@ -19411,7 +19411,7 @@ export interface operations {
|
|
|
19411
19411
|
timezone?: string;
|
|
19412
19412
|
/** @example Customer */
|
|
19413
19413
|
user_type?: string;
|
|
19414
|
-
/** @example 01 May 2026,
|
|
19414
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
19415
19415
|
created?: string;
|
|
19416
19416
|
/** @example 0 seconds ago */
|
|
19417
19417
|
email_verified_at?: string;
|
|
@@ -19680,12 +19680,12 @@ export interface operations {
|
|
|
19680
19680
|
*/
|
|
19681
19681
|
search?: string | null;
|
|
19682
19682
|
/**
|
|
19683
|
-
* @example
|
|
19683
|
+
* @example withdrawn
|
|
19684
19684
|
* @enum {string|null}
|
|
19685
19685
|
*/
|
|
19686
19686
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
19687
19687
|
/**
|
|
19688
|
-
* @example
|
|
19688
|
+
* @example landlord
|
|
19689
19689
|
* @enum {string|null}
|
|
19690
19690
|
*/
|
|
19691
19691
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -19914,7 +19914,7 @@ export interface operations {
|
|
|
19914
19914
|
content: {
|
|
19915
19915
|
"application/json": {
|
|
19916
19916
|
data?: {
|
|
19917
|
-
/** @example
|
|
19917
|
+
/** @example 33960088-67f6-4f3b-9160-0a2e676d457b */
|
|
19918
19918
|
uid?: string;
|
|
19919
19919
|
/** @example JH-APP-2026-936806 */
|
|
19920
19920
|
application_ref?: string;
|
|
@@ -19935,7 +19935,7 @@ export interface operations {
|
|
|
19935
19935
|
/** @example null */
|
|
19936
19936
|
rejection_reason?: string | null;
|
|
19937
19937
|
timeline?: {
|
|
19938
|
-
/** @example 2026-05-
|
|
19938
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
19939
19939
|
created_at?: string;
|
|
19940
19940
|
/** @example null */
|
|
19941
19941
|
approved_at?: string | null;
|
|
@@ -19969,7 +19969,7 @@ export interface operations {
|
|
|
19969
19969
|
content: {
|
|
19970
19970
|
"application/json": {
|
|
19971
19971
|
data?: {
|
|
19972
|
-
/** @example
|
|
19972
|
+
/** @example 2ac84116-db35-45aa-b2a8-fce64026c6cd */
|
|
19973
19973
|
uid?: string;
|
|
19974
19974
|
/** @example JH-APP-2026-757680 */
|
|
19975
19975
|
application_ref?: string;
|
|
@@ -19990,7 +19990,7 @@ export interface operations {
|
|
|
19990
19990
|
/** @example null */
|
|
19991
19991
|
rejection_reason?: string | null;
|
|
19992
19992
|
timeline?: {
|
|
19993
|
-
/** @example 2026-05-
|
|
19993
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
19994
19994
|
created_at?: string;
|
|
19995
19995
|
/** @example null */
|
|
19996
19996
|
approved_at?: string | null;
|
|
@@ -20034,7 +20034,7 @@ export interface operations {
|
|
|
20034
20034
|
content: {
|
|
20035
20035
|
"application/json": {
|
|
20036
20036
|
data?: {
|
|
20037
|
-
/** @example
|
|
20037
|
+
/** @example 17761e9f-e9b7-488e-82b2-26c15328d4c8 */
|
|
20038
20038
|
uid?: string;
|
|
20039
20039
|
/** @example JH-APP-2026-449171 */
|
|
20040
20040
|
application_ref?: string;
|
|
@@ -20055,7 +20055,7 @@ export interface operations {
|
|
|
20055
20055
|
/** @example null */
|
|
20056
20056
|
rejection_reason?: string | null;
|
|
20057
20057
|
timeline?: {
|
|
20058
|
-
/** @example 2026-05-
|
|
20058
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
20059
20059
|
created_at?: string;
|
|
20060
20060
|
/** @example null */
|
|
20061
20061
|
approved_at?: string | null;
|
|
@@ -20089,7 +20089,7 @@ export interface operations {
|
|
|
20089
20089
|
content: {
|
|
20090
20090
|
"application/json": {
|
|
20091
20091
|
data?: {
|
|
20092
|
-
/** @example
|
|
20092
|
+
/** @example 4510297f-83ba-4724-9112-f984faf615cc */
|
|
20093
20093
|
uid?: string;
|
|
20094
20094
|
/** @example 4881.50 */
|
|
20095
20095
|
rent_amount?: string;
|
|
@@ -20097,9 +20097,9 @@ export interface operations {
|
|
|
20097
20097
|
deposit_amount?: string;
|
|
20098
20098
|
/** @example offer_accepted */
|
|
20099
20099
|
state?: string;
|
|
20100
|
-
/** @example 2025-08-
|
|
20100
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
20101
20101
|
start_date?: string;
|
|
20102
|
-
/** @example 2026-08-
|
|
20102
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
20103
20103
|
end_date?: string;
|
|
20104
20104
|
/** @example false */
|
|
20105
20105
|
is_periodic?: boolean;
|
|
@@ -20107,7 +20107,7 @@ export interface operations {
|
|
|
20107
20107
|
company_name?: string | null;
|
|
20108
20108
|
/** @example null */
|
|
20109
20109
|
company_registration_number?: string | null;
|
|
20110
|
-
/** @example 2026-05-
|
|
20110
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
20111
20111
|
created_at?: string;
|
|
20112
20112
|
};
|
|
20113
20113
|
};
|
|
@@ -20154,20 +20154,20 @@ export interface operations {
|
|
|
20154
20154
|
content: {
|
|
20155
20155
|
"application/json": {
|
|
20156
20156
|
data?: {
|
|
20157
|
-
/** @example New For
|
|
20157
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
|
|
20158
20158
|
draft_name?: string;
|
|
20159
|
-
/** @example LST-
|
|
20159
|
+
/** @example LST-UIT-SAL-MOMYGM9HNPU */
|
|
20160
20160
|
sku?: string;
|
|
20161
|
-
/** @example
|
|
20161
|
+
/** @example 6d061740-dc63-457c-823a-82605a313b9c */
|
|
20162
20162
|
uid?: string;
|
|
20163
|
-
/** @example
|
|
20163
|
+
/** @example Sale */
|
|
20164
20164
|
listing_type?: string;
|
|
20165
|
-
/** @example
|
|
20165
|
+
/** @example Used Item */
|
|
20166
20166
|
vertical?: string;
|
|
20167
|
-
/** @example
|
|
20168
|
-
arrangement_type?: string;
|
|
20169
|
-
/** @example
|
|
20170
|
-
arrangement_type_label?: string;
|
|
20167
|
+
/** @example null */
|
|
20168
|
+
arrangement_type?: string | null;
|
|
20169
|
+
/** @example null */
|
|
20170
|
+
arrangement_type_label?: string | null;
|
|
20171
20171
|
/** @example null */
|
|
20172
20172
|
price?: string | null;
|
|
20173
20173
|
/** @example draft */
|
|
@@ -20178,10 +20178,8 @@ export interface operations {
|
|
|
20178
20178
|
published_since?: string | null;
|
|
20179
20179
|
/** @example false */
|
|
20180
20180
|
is_visible?: boolean;
|
|
20181
|
-
|
|
20182
|
-
|
|
20183
|
-
availability?: string | null;
|
|
20184
|
-
};
|
|
20181
|
+
/** @example [] */
|
|
20182
|
+
summary?: unknown[];
|
|
20185
20183
|
/** @example [] */
|
|
20186
20184
|
workflow?: unknown[];
|
|
20187
20185
|
/** @example [] */
|
|
@@ -20282,9 +20280,9 @@ export interface operations {
|
|
|
20282
20280
|
/**
|
|
20283
20281
|
* @example [
|
|
20284
20282
|
* {
|
|
20285
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20286
|
-
* "sku": "LST-PRP-LTR-
|
|
20287
|
-
* "uid": "
|
|
20283
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
|
|
20284
|
+
* "sku": "LST-PRP-LTR-MOMYGMA1LB0",
|
|
20285
|
+
* "uid": "5ca025b7-1fdc-4240-bd4d-3f9d7250a802",
|
|
20288
20286
|
* "listing_type": "Rent",
|
|
20289
20287
|
* "vertical": "Property",
|
|
20290
20288
|
* "arrangement_type": "let_to_let",
|
|
@@ -20301,9 +20299,9 @@ export interface operations {
|
|
|
20301
20299
|
* "media": []
|
|
20302
20300
|
* },
|
|
20303
20301
|
* {
|
|
20304
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20305
|
-
* "sku": "LST-PRP-SHL-
|
|
20306
|
-
* "uid": "
|
|
20302
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 1:35 PM",
|
|
20303
|
+
* "sku": "LST-PRP-SHL-MOMYGMA4P1Q",
|
|
20304
|
+
* "uid": "d938eac8-608a-4d11-86cf-3674c216a56c",
|
|
20307
20305
|
* "listing_type": "Short Let",
|
|
20308
20306
|
* "vertical": "Property",
|
|
20309
20307
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20322,11 +20320,11 @@ export interface operations {
|
|
|
20322
20320
|
* ]
|
|
20323
20321
|
*/
|
|
20324
20322
|
data?: {
|
|
20325
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20323
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
20326
20324
|
draft_name?: string;
|
|
20327
|
-
/** @example LST-PRP-LTR-
|
|
20325
|
+
/** @example LST-PRP-LTR-MOMYGMA1LB0 */
|
|
20328
20326
|
sku?: string;
|
|
20329
|
-
/** @example
|
|
20327
|
+
/** @example 5ca025b7-1fdc-4240-bd4d-3f9d7250a802 */
|
|
20330
20328
|
uid?: string;
|
|
20331
20329
|
/** @example Rent */
|
|
20332
20330
|
listing_type?: string;
|
|
@@ -20436,9 +20434,9 @@ export interface operations {
|
|
|
20436
20434
|
/**
|
|
20437
20435
|
* @example [
|
|
20438
20436
|
* {
|
|
20439
|
-
* "draft_name": "New For Rent Property draft • 1 May 2026,
|
|
20440
|
-
* "sku": "LST-PRP-LTR-
|
|
20441
|
-
* "uid": "
|
|
20437
|
+
* "draft_name": "New For Rent Property draft • 1 May 2026, 1:35 PM",
|
|
20438
|
+
* "sku": "LST-PRP-LTR-MOMYGMABHXF",
|
|
20439
|
+
* "uid": "4d303fc1-2bfd-4c60-908d-b3332569dbd9",
|
|
20442
20440
|
* "listing_type": "Rent",
|
|
20443
20441
|
* "vertical": "Property",
|
|
20444
20442
|
* "arrangement_type": "let_to_let",
|
|
@@ -20455,9 +20453,9 @@ export interface operations {
|
|
|
20455
20453
|
* "media": []
|
|
20456
20454
|
* },
|
|
20457
20455
|
* {
|
|
20458
|
-
* "draft_name": "New Short Let Property draft • 1 May 2026,
|
|
20459
|
-
* "sku": "LST-PRP-SHL-
|
|
20460
|
-
* "uid": "
|
|
20456
|
+
* "draft_name": "New Short Let Property draft • 1 May 2026, 1:35 PM",
|
|
20457
|
+
* "sku": "LST-PRP-SHL-MOMYGMADRDT",
|
|
20458
|
+
* "uid": "c4161e74-9361-470e-afc1-c422b9c4d5fe",
|
|
20461
20459
|
* "listing_type": "Short Let",
|
|
20462
20460
|
* "vertical": "Property",
|
|
20463
20461
|
* "arrangement_type": "short_term_managed",
|
|
@@ -20476,11 +20474,11 @@ export interface operations {
|
|
|
20476
20474
|
* ]
|
|
20477
20475
|
*/
|
|
20478
20476
|
data?: {
|
|
20479
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
20477
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
20480
20478
|
draft_name?: string;
|
|
20481
|
-
/** @example LST-PRP-LTR-
|
|
20479
|
+
/** @example LST-PRP-LTR-MOMYGMABHXF */
|
|
20482
20480
|
sku?: string;
|
|
20483
|
-
/** @example
|
|
20481
|
+
/** @example 4d303fc1-2bfd-4c60-908d-b3332569dbd9 */
|
|
20484
20482
|
uid?: string;
|
|
20485
20483
|
/** @example Rent */
|
|
20486
20484
|
listing_type?: string;
|
|
@@ -21729,7 +21727,7 @@ export interface operations {
|
|
|
21729
21727
|
content: {
|
|
21730
21728
|
"application/json": {
|
|
21731
21729
|
data?: {
|
|
21732
|
-
/** @example
|
|
21730
|
+
/** @example 91a71d79-adf6-428e-b8c3-4a49172e5afe */
|
|
21733
21731
|
uid?: string;
|
|
21734
21732
|
/** @example photo */
|
|
21735
21733
|
media_type?: string;
|
|
@@ -21878,11 +21876,11 @@ export interface operations {
|
|
|
21878
21876
|
content: {
|
|
21879
21877
|
"application/json": {
|
|
21880
21878
|
data?: {
|
|
21881
|
-
/** @example New For Rent Property draft • 1 May 2026,
|
|
21879
|
+
/** @example New For Rent Property draft • 1 May 2026, 1:35 PM */
|
|
21882
21880
|
draft_name?: string;
|
|
21883
|
-
/** @example LST-PRP-LTR-
|
|
21881
|
+
/** @example LST-PRP-LTR-MOMYGMCDWUJ */
|
|
21884
21882
|
sku?: string;
|
|
21885
|
-
/** @example
|
|
21883
|
+
/** @example 45043665-54a7-4aac-9252-8be66fb2f57e */
|
|
21886
21884
|
uid?: string;
|
|
21887
21885
|
/** @example Rent */
|
|
21888
21886
|
listing_type?: string;
|
|
@@ -22042,7 +22040,7 @@ export interface operations {
|
|
|
22042
22040
|
content: {
|
|
22043
22041
|
"application/json": {
|
|
22044
22042
|
data?: {
|
|
22045
|
-
/** @example
|
|
22043
|
+
/** @example b12c215e-4f5e-46af-9336-7a47bb092271 */
|
|
22046
22044
|
uid?: string;
|
|
22047
22045
|
/** @example null */
|
|
22048
22046
|
compliances?: string | null;
|
|
@@ -22093,7 +22091,7 @@ export interface operations {
|
|
|
22093
22091
|
content: {
|
|
22094
22092
|
"application/json": {
|
|
22095
22093
|
data?: {
|
|
22096
|
-
/** @example
|
|
22094
|
+
/** @example 175 */
|
|
22097
22095
|
id?: number;
|
|
22098
22096
|
compliance?: {
|
|
22099
22097
|
/** @example 1 */
|
|
@@ -22115,7 +22113,7 @@ export interface operations {
|
|
|
22115
22113
|
reviewed_by?: number;
|
|
22116
22114
|
/** @example null */
|
|
22117
22115
|
reviewed_at?: string | null;
|
|
22118
|
-
/** @example 2026-05-
|
|
22116
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22119
22117
|
created_at?: string;
|
|
22120
22118
|
};
|
|
22121
22119
|
};
|
|
@@ -22170,19 +22168,19 @@ export interface operations {
|
|
|
22170
22168
|
/**
|
|
22171
22169
|
* @example [
|
|
22172
22170
|
* {
|
|
22173
|
-
* "uid": "
|
|
22171
|
+
* "uid": "3f679225-f969-43b8-b156-fc1f4b4e6c46",
|
|
22174
22172
|
* "rent_amount": "4881.50",
|
|
22175
22173
|
* "deposit_amount": "2151.17",
|
|
22176
22174
|
* "state": "offer_accepted",
|
|
22177
|
-
* "start_date": "2025-08-
|
|
22178
|
-
* "end_date": "2026-08-
|
|
22175
|
+
* "start_date": "2025-08-24T00:00:00.000000Z",
|
|
22176
|
+
* "end_date": "2026-08-24T00:00:00.000000Z",
|
|
22179
22177
|
* "is_periodic": false,
|
|
22180
22178
|
* "company_name": null,
|
|
22181
22179
|
* "company_registration_number": null,
|
|
22182
|
-
* "created_at": "2026-05-
|
|
22180
|
+
* "created_at": "2026-05-01T13:35:24.000000Z"
|
|
22183
22181
|
* },
|
|
22184
22182
|
* {
|
|
22185
|
-
* "uid": "
|
|
22183
|
+
* "uid": "32d036aa-19db-46f5-8b94-81288a1ea655",
|
|
22186
22184
|
* "rent_amount": "3832.26",
|
|
22187
22185
|
* "deposit_amount": "1384.27",
|
|
22188
22186
|
* "state": "terminated",
|
|
@@ -22191,12 +22189,12 @@ export interface operations {
|
|
|
22191
22189
|
* "is_periodic": false,
|
|
22192
22190
|
* "company_name": null,
|
|
22193
22191
|
* "company_registration_number": null,
|
|
22194
|
-
* "created_at": "2026-05-
|
|
22192
|
+
* "created_at": "2026-05-01T13:35:24.000000Z"
|
|
22195
22193
|
* }
|
|
22196
22194
|
* ]
|
|
22197
22195
|
*/
|
|
22198
22196
|
data?: {
|
|
22199
|
-
/** @example
|
|
22197
|
+
/** @example 3f679225-f969-43b8-b156-fc1f4b4e6c46 */
|
|
22200
22198
|
uid?: string;
|
|
22201
22199
|
/** @example 4881.50 */
|
|
22202
22200
|
rent_amount?: string;
|
|
@@ -22204,9 +22202,9 @@ export interface operations {
|
|
|
22204
22202
|
deposit_amount?: string;
|
|
22205
22203
|
/** @example offer_accepted */
|
|
22206
22204
|
state?: string;
|
|
22207
|
-
/** @example 2025-08-
|
|
22205
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
22208
22206
|
start_date?: string;
|
|
22209
|
-
/** @example 2026-08-
|
|
22207
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
22210
22208
|
end_date?: string;
|
|
22211
22209
|
/** @example false */
|
|
22212
22210
|
is_periodic?: boolean;
|
|
@@ -22214,7 +22212,7 @@ export interface operations {
|
|
|
22214
22212
|
company_name?: string | null;
|
|
22215
22213
|
/** @example null */
|
|
22216
22214
|
company_registration_number?: string | null;
|
|
22217
|
-
/** @example 2026-05-
|
|
22215
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22218
22216
|
created_at?: string;
|
|
22219
22217
|
}[];
|
|
22220
22218
|
links?: {
|
|
@@ -22301,19 +22299,19 @@ export interface operations {
|
|
|
22301
22299
|
/**
|
|
22302
22300
|
* @example [
|
|
22303
22301
|
* {
|
|
22304
|
-
* "uid": "
|
|
22302
|
+
* "uid": "3f833a5a-424a-49f8-9edc-5a0a5c0082dc",
|
|
22305
22303
|
* "rent_amount": "4881.50",
|
|
22306
22304
|
* "deposit_amount": "2151.17",
|
|
22307
22305
|
* "state": "offer_accepted",
|
|
22308
|
-
* "start_date": "2025-08-
|
|
22309
|
-
* "end_date": "2026-08-
|
|
22306
|
+
* "start_date": "2025-08-24T00:00:00.000000Z",
|
|
22307
|
+
* "end_date": "2026-08-24T00:00:00.000000Z",
|
|
22310
22308
|
* "is_periodic": false,
|
|
22311
22309
|
* "company_name": null,
|
|
22312
22310
|
* "company_registration_number": null,
|
|
22313
|
-
* "created_at": "2026-05-
|
|
22311
|
+
* "created_at": "2026-05-01T13:35:24.000000Z"
|
|
22314
22312
|
* },
|
|
22315
22313
|
* {
|
|
22316
|
-
* "uid": "
|
|
22314
|
+
* "uid": "42aebe53-b061-4e28-bc2c-225a0a41001b",
|
|
22317
22315
|
* "rent_amount": "3832.26",
|
|
22318
22316
|
* "deposit_amount": "1384.27",
|
|
22319
22317
|
* "state": "terminated",
|
|
@@ -22322,12 +22320,12 @@ export interface operations {
|
|
|
22322
22320
|
* "is_periodic": false,
|
|
22323
22321
|
* "company_name": null,
|
|
22324
22322
|
* "company_registration_number": null,
|
|
22325
|
-
* "created_at": "2026-05-
|
|
22323
|
+
* "created_at": "2026-05-01T13:35:24.000000Z"
|
|
22326
22324
|
* }
|
|
22327
22325
|
* ]
|
|
22328
22326
|
*/
|
|
22329
22327
|
data?: {
|
|
22330
|
-
/** @example
|
|
22328
|
+
/** @example 3f833a5a-424a-49f8-9edc-5a0a5c0082dc */
|
|
22331
22329
|
uid?: string;
|
|
22332
22330
|
/** @example 4881.50 */
|
|
22333
22331
|
rent_amount?: string;
|
|
@@ -22335,9 +22333,9 @@ export interface operations {
|
|
|
22335
22333
|
deposit_amount?: string;
|
|
22336
22334
|
/** @example offer_accepted */
|
|
22337
22335
|
state?: string;
|
|
22338
|
-
/** @example 2025-08-
|
|
22336
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
22339
22337
|
start_date?: string;
|
|
22340
|
-
/** @example 2026-08-
|
|
22338
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
22341
22339
|
end_date?: string;
|
|
22342
22340
|
/** @example false */
|
|
22343
22341
|
is_periodic?: boolean;
|
|
@@ -22345,7 +22343,7 @@ export interface operations {
|
|
|
22345
22343
|
company_name?: string | null;
|
|
22346
22344
|
/** @example null */
|
|
22347
22345
|
company_registration_number?: string | null;
|
|
22348
|
-
/** @example 2026-05-
|
|
22346
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22349
22347
|
created_at?: string;
|
|
22350
22348
|
}[];
|
|
22351
22349
|
links?: {
|
|
@@ -22452,7 +22450,7 @@ export interface operations {
|
|
|
22452
22450
|
content: {
|
|
22453
22451
|
"application/json": {
|
|
22454
22452
|
data?: {
|
|
22455
|
-
/** @example
|
|
22453
|
+
/** @example 269 */
|
|
22456
22454
|
id?: number;
|
|
22457
22455
|
compliance?: {
|
|
22458
22456
|
/** @example 1 */
|
|
@@ -22472,9 +22470,9 @@ export interface operations {
|
|
|
22472
22470
|
rejection_reason?: string | null;
|
|
22473
22471
|
/** @example 1 */
|
|
22474
22472
|
reviewed_by?: number;
|
|
22475
|
-
/** @example 2026-05-
|
|
22473
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22476
22474
|
reviewed_at?: string;
|
|
22477
|
-
/** @example 2026-05-
|
|
22475
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22478
22476
|
created_at?: string;
|
|
22479
22477
|
};
|
|
22480
22478
|
};
|
|
@@ -22501,7 +22499,7 @@ export interface operations {
|
|
|
22501
22499
|
content: {
|
|
22502
22500
|
"application/json": {
|
|
22503
22501
|
data?: {
|
|
22504
|
-
/** @example
|
|
22502
|
+
/** @example 270 */
|
|
22505
22503
|
id?: number;
|
|
22506
22504
|
compliance?: {
|
|
22507
22505
|
/** @example 1 */
|
|
@@ -22521,9 +22519,9 @@ export interface operations {
|
|
|
22521
22519
|
rejection_reason?: string | null;
|
|
22522
22520
|
/** @example 1 */
|
|
22523
22521
|
reviewed_by?: number;
|
|
22524
|
-
/** @example 2026-05-
|
|
22522
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22525
22523
|
reviewed_at?: string;
|
|
22526
|
-
/** @example 2026-05-
|
|
22524
|
+
/** @example 2026-05-01T13:35:24.000000Z */
|
|
22527
22525
|
created_at?: string;
|
|
22528
22526
|
};
|
|
22529
22527
|
};
|
|
@@ -23655,37 +23653,37 @@ export interface operations {
|
|
|
23655
23653
|
/**
|
|
23656
23654
|
* @example [
|
|
23657
23655
|
* {
|
|
23658
|
-
* "uid": "
|
|
23656
|
+
* "uid": "ee3c333c-1f99-48ae-a3be-a202f369de0a",
|
|
23659
23657
|
* "tenancy_id": 1,
|
|
23660
23658
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
23661
23659
|
* "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
23660
|
* "status": "reported",
|
|
23663
23661
|
* "priority": "emergency",
|
|
23664
|
-
* "reported_at": "
|
|
23665
|
-
* "assigned_at": "29 Apr 2026,
|
|
23662
|
+
* "reported_at": "25 Apr 2026, 12:49 AM",
|
|
23663
|
+
* "assigned_at": "29 Apr 2026, 09:08 PM",
|
|
23666
23664
|
* "completed_at": null,
|
|
23667
|
-
* "sla_deadline": "
|
|
23668
|
-
* "created_at": "01 May 2026,
|
|
23669
|
-
* "updated_at": "01 May 2026,
|
|
23665
|
+
* "sla_deadline": "03 May 2026, 02:31 AM",
|
|
23666
|
+
* "created_at": "01 May 2026, 01:35 PM",
|
|
23667
|
+
* "updated_at": "01 May 2026, 01:35 PM"
|
|
23670
23668
|
* },
|
|
23671
23669
|
* {
|
|
23672
|
-
* "uid": "
|
|
23670
|
+
* "uid": "a0d0d3de-13a7-48d4-b90d-ef8402440050",
|
|
23673
23671
|
* "tenancy_id": 1,
|
|
23674
23672
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
23675
23673
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
23676
23674
|
* "status": "completed",
|
|
23677
23675
|
* "priority": "normal",
|
|
23678
|
-
* "reported_at": "27 Apr 2026,
|
|
23676
|
+
* "reported_at": "27 Apr 2026, 01:27 PM",
|
|
23679
23677
|
* "assigned_at": null,
|
|
23680
23678
|
* "completed_at": null,
|
|
23681
|
-
* "sla_deadline": "
|
|
23682
|
-
* "created_at": "01 May 2026,
|
|
23683
|
-
* "updated_at": "01 May 2026,
|
|
23679
|
+
* "sla_deadline": "04 May 2026, 10:31 AM",
|
|
23680
|
+
* "created_at": "01 May 2026, 01:35 PM",
|
|
23681
|
+
* "updated_at": "01 May 2026, 01:35 PM"
|
|
23684
23682
|
* }
|
|
23685
23683
|
* ]
|
|
23686
23684
|
*/
|
|
23687
23685
|
data?: {
|
|
23688
|
-
/** @example
|
|
23686
|
+
/** @example ee3c333c-1f99-48ae-a3be-a202f369de0a */
|
|
23689
23687
|
uid?: string;
|
|
23690
23688
|
/** @example 1 */
|
|
23691
23689
|
tenancy_id?: number;
|
|
@@ -23697,17 +23695,17 @@ export interface operations {
|
|
|
23697
23695
|
status?: string;
|
|
23698
23696
|
/** @example emergency */
|
|
23699
23697
|
priority?: string;
|
|
23700
|
-
/** @example
|
|
23698
|
+
/** @example 25 Apr 2026, 12:49 AM */
|
|
23701
23699
|
reported_at?: string;
|
|
23702
|
-
/** @example 29 Apr 2026,
|
|
23700
|
+
/** @example 29 Apr 2026, 09:08 PM */
|
|
23703
23701
|
assigned_at?: string;
|
|
23704
23702
|
/** @example null */
|
|
23705
23703
|
completed_at?: string | null;
|
|
23706
|
-
/** @example
|
|
23704
|
+
/** @example 03 May 2026, 02:31 AM */
|
|
23707
23705
|
sla_deadline?: string;
|
|
23708
|
-
/** @example 01 May 2026,
|
|
23706
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
23709
23707
|
created_at?: string;
|
|
23710
|
-
/** @example 01 May 2026,
|
|
23708
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
23711
23709
|
updated_at?: string;
|
|
23712
23710
|
}[];
|
|
23713
23711
|
links?: {
|
|
@@ -23823,13 +23821,13 @@ export interface operations {
|
|
|
23823
23821
|
};
|
|
23824
23822
|
} | {
|
|
23825
23823
|
data?: {
|
|
23826
|
-
/** @example
|
|
23824
|
+
/** @example 676397a2-1162-41b0-852b-fa13a4a88ea9 */
|
|
23827
23825
|
uid?: string;
|
|
23828
23826
|
/** @example image */
|
|
23829
23827
|
file_type?: string;
|
|
23830
23828
|
/** @example http://justinshome-backendcore.test/maintenance-attachments/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
23831
23829
|
url?: string;
|
|
23832
|
-
/** @example 2026-05-
|
|
23830
|
+
/** @example 2026-05-01T13:35:25.000000Z */
|
|
23833
23831
|
created_at?: string;
|
|
23834
23832
|
};
|
|
23835
23833
|
};
|
|
@@ -23874,7 +23872,7 @@ export interface operations {
|
|
|
23874
23872
|
content: {
|
|
23875
23873
|
"application/json": {
|
|
23876
23874
|
data?: {
|
|
23877
|
-
/** @example
|
|
23875
|
+
/** @example 191 */
|
|
23878
23876
|
id?: number;
|
|
23879
23877
|
type?: {
|
|
23880
23878
|
/** @example property_inquiry */
|
|
@@ -23932,7 +23930,7 @@ export interface operations {
|
|
|
23932
23930
|
};
|
|
23933
23931
|
/** @example null */
|
|
23934
23932
|
last_message_at?: string | null;
|
|
23935
|
-
/** @example 01 May 2026,
|
|
23933
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
23936
23934
|
created_at?: string;
|
|
23937
23935
|
};
|
|
23938
23936
|
};
|
|
@@ -24371,8 +24369,8 @@ export interface operations {
|
|
|
24371
24369
|
query?: never;
|
|
24372
24370
|
header?: never;
|
|
24373
24371
|
path: {
|
|
24374
|
-
/** @description The
|
|
24375
|
-
notification_id:
|
|
24372
|
+
/** @description The notification_id of the Notification. */
|
|
24373
|
+
notification_id: string;
|
|
24376
24374
|
};
|
|
24377
24375
|
cookie?: never;
|
|
24378
24376
|
};
|
|
@@ -24384,7 +24382,7 @@ export interface operations {
|
|
|
24384
24382
|
};
|
|
24385
24383
|
content: {
|
|
24386
24384
|
"application/json": {
|
|
24387
|
-
/** @example
|
|
24385
|
+
/** @example 76ede50e-bdb4-4bb6-84e0-8f548c894f04 */
|
|
24388
24386
|
id?: string;
|
|
24389
24387
|
/** @example APPOINTMENT_CREATED */
|
|
24390
24388
|
type?: string;
|
|
@@ -24396,7 +24394,7 @@ export interface operations {
|
|
|
24396
24394
|
data?: unknown[];
|
|
24397
24395
|
/** @example null */
|
|
24398
24396
|
read_at?: string | null;
|
|
24399
|
-
/** @example 2026
|
|
24397
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
24400
24398
|
created_at?: string;
|
|
24401
24399
|
};
|
|
24402
24400
|
};
|
|
@@ -24502,9 +24500,9 @@ export interface operations {
|
|
|
24502
24500
|
content: {
|
|
24503
24501
|
"application/json": {
|
|
24504
24502
|
data?: {
|
|
24505
|
-
/** @example
|
|
24503
|
+
/** @example dolores */
|
|
24506
24504
|
key?: string;
|
|
24507
|
-
/** @example
|
|
24505
|
+
/** @example molestiae */
|
|
24508
24506
|
name?: string;
|
|
24509
24507
|
/** @example soft */
|
|
24510
24508
|
enforcement_mode?: string;
|
|
@@ -24642,7 +24640,7 @@ export interface operations {
|
|
|
24642
24640
|
content: {
|
|
24643
24641
|
"application/json": {
|
|
24644
24642
|
data?: {
|
|
24645
|
-
/** @example
|
|
24643
|
+
/** @example aa00d851-2d4c-4da4-99b6-66110e255b2f */
|
|
24646
24644
|
uid?: string;
|
|
24647
24645
|
/** @example JH-APP-2026-089432 */
|
|
24648
24646
|
application_ref?: string;
|
|
@@ -24663,7 +24661,7 @@ export interface operations {
|
|
|
24663
24661
|
/** @example null */
|
|
24664
24662
|
rejection_reason?: string | null;
|
|
24665
24663
|
timeline?: {
|
|
24666
|
-
/** @example 2026-05-
|
|
24664
|
+
/** @example 2026-05-01T13:35:25.000000Z */
|
|
24667
24665
|
created_at?: string;
|
|
24668
24666
|
/** @example null */
|
|
24669
24667
|
approved_at?: string | null;
|
|
@@ -24708,7 +24706,7 @@ export interface operations {
|
|
|
24708
24706
|
*/
|
|
24709
24707
|
status?: "pending" | "approved" | "rejected" | "withdrawn" | "converted" | "cancelled" | null;
|
|
24710
24708
|
/**
|
|
24711
|
-
* @example
|
|
24709
|
+
* @example landlord
|
|
24712
24710
|
* @enum {string|null}
|
|
24713
24711
|
*/
|
|
24714
24712
|
source?: "tenant" | "landlord" | "admin" | null;
|
|
@@ -25026,7 +25024,7 @@ export interface operations {
|
|
|
25026
25024
|
content: {
|
|
25027
25025
|
"application/json": {
|
|
25028
25026
|
data?: {
|
|
25029
|
-
/** @example
|
|
25027
|
+
/** @example 7672a144-50aa-4f19-8e43-c10ac23270a6 */
|
|
25030
25028
|
uid?: string;
|
|
25031
25029
|
/** @example JH-APP-2026-700432 */
|
|
25032
25030
|
application_ref?: string;
|
|
@@ -25047,7 +25045,7 @@ export interface operations {
|
|
|
25047
25045
|
/** @example null */
|
|
25048
25046
|
rejection_reason?: string | null;
|
|
25049
25047
|
timeline?: {
|
|
25050
|
-
/** @example 2026-05-
|
|
25048
|
+
/** @example 2026-05-01T13:35:25.000000Z */
|
|
25051
25049
|
created_at?: string;
|
|
25052
25050
|
/** @example null */
|
|
25053
25051
|
approved_at?: string | null;
|
|
@@ -25240,21 +25238,21 @@ export interface operations {
|
|
|
25240
25238
|
content: {
|
|
25241
25239
|
"application/json": {
|
|
25242
25240
|
data?: {
|
|
25243
|
-
/** @example
|
|
25241
|
+
/** @example 449 */
|
|
25244
25242
|
id?: number;
|
|
25245
25243
|
/** @example 1 */
|
|
25246
25244
|
rating?: number;
|
|
25247
25245
|
/** @example Nice Listing */
|
|
25248
25246
|
comment?: string;
|
|
25249
25247
|
reviewer?: {
|
|
25250
|
-
/** @example
|
|
25248
|
+
/** @example 21 */
|
|
25251
25249
|
id?: number;
|
|
25252
|
-
/** @example
|
|
25250
|
+
/** @example Isla Simpson */
|
|
25253
25251
|
name?: string;
|
|
25254
25252
|
};
|
|
25255
|
-
/** @example 01 May 2026,
|
|
25253
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25256
25254
|
created_at?: string;
|
|
25257
|
-
/** @example 01 May 2026,
|
|
25255
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25258
25256
|
updated_at?: string;
|
|
25259
25257
|
};
|
|
25260
25258
|
};
|
|
@@ -25298,21 +25296,21 @@ export interface operations {
|
|
|
25298
25296
|
content: {
|
|
25299
25297
|
"application/json": {
|
|
25300
25298
|
data?: {
|
|
25301
|
-
/** @example
|
|
25299
|
+
/** @example 450 */
|
|
25302
25300
|
id?: number;
|
|
25303
25301
|
/** @example 1 */
|
|
25304
25302
|
rating?: number;
|
|
25305
25303
|
/** @example Nice Listing */
|
|
25306
25304
|
comment?: string;
|
|
25307
25305
|
reviewer?: {
|
|
25308
|
-
/** @example
|
|
25306
|
+
/** @example 20 */
|
|
25309
25307
|
id?: number;
|
|
25310
|
-
/** @example
|
|
25308
|
+
/** @example Suzanne Morgan */
|
|
25311
25309
|
name?: string;
|
|
25312
25310
|
};
|
|
25313
|
-
/** @example 01 May 2026,
|
|
25311
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25314
25312
|
created_at?: string;
|
|
25315
|
-
/** @example 01 May 2026,
|
|
25313
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25316
25314
|
updated_at?: string;
|
|
25317
25315
|
};
|
|
25318
25316
|
};
|
|
@@ -25354,21 +25352,21 @@ export interface operations {
|
|
|
25354
25352
|
content: {
|
|
25355
25353
|
"application/json": {
|
|
25356
25354
|
data?: {
|
|
25357
|
-
/** @example
|
|
25355
|
+
/** @example 451 */
|
|
25358
25356
|
id?: number;
|
|
25359
25357
|
/** @example 1 */
|
|
25360
25358
|
rating?: number;
|
|
25361
25359
|
/** @example Nice Listing */
|
|
25362
25360
|
comment?: string;
|
|
25363
25361
|
reviewer?: {
|
|
25364
|
-
/** @example
|
|
25362
|
+
/** @example 16 */
|
|
25365
25363
|
id?: number;
|
|
25366
|
-
/** @example
|
|
25364
|
+
/** @example Francesca Carter */
|
|
25367
25365
|
name?: string;
|
|
25368
25366
|
};
|
|
25369
|
-
/** @example 01 May 2026,
|
|
25367
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25370
25368
|
created_at?: string;
|
|
25371
|
-
/** @example 01 May 2026,
|
|
25369
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25372
25370
|
updated_at?: string;
|
|
25373
25371
|
};
|
|
25374
25372
|
};
|
|
@@ -25395,21 +25393,21 @@ export interface operations {
|
|
|
25395
25393
|
content: {
|
|
25396
25394
|
"application/json": {
|
|
25397
25395
|
data?: {
|
|
25398
|
-
/** @example
|
|
25396
|
+
/** @example 452 */
|
|
25399
25397
|
id?: number;
|
|
25400
25398
|
/** @example 1 */
|
|
25401
25399
|
rating?: number;
|
|
25402
25400
|
/** @example Nice Listing */
|
|
25403
25401
|
comment?: string;
|
|
25404
25402
|
reviewer?: {
|
|
25405
|
-
/** @example
|
|
25403
|
+
/** @example 1 */
|
|
25406
25404
|
id?: number;
|
|
25407
|
-
/** @example
|
|
25405
|
+
/** @example System Admin */
|
|
25408
25406
|
name?: string;
|
|
25409
25407
|
};
|
|
25410
|
-
/** @example 01 May 2026,
|
|
25408
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25411
25409
|
created_at?: string;
|
|
25412
|
-
/** @example 01 May 2026,
|
|
25410
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
25413
25411
|
updated_at?: string;
|
|
25414
25412
|
};
|
|
25415
25413
|
};
|
|
@@ -25436,7 +25434,7 @@ export interface operations {
|
|
|
25436
25434
|
content: {
|
|
25437
25435
|
"application/json": {
|
|
25438
25436
|
data?: {
|
|
25439
|
-
/** @example
|
|
25437
|
+
/** @example 3a1c5fb1-2798-40ab-bf06-51418b4fba87 */
|
|
25440
25438
|
uid?: string;
|
|
25441
25439
|
/** @example 4881.50 */
|
|
25442
25440
|
rent_amount?: string;
|
|
@@ -25444,9 +25442,9 @@ export interface operations {
|
|
|
25444
25442
|
deposit_amount?: string;
|
|
25445
25443
|
/** @example offer_accepted */
|
|
25446
25444
|
state?: string;
|
|
25447
|
-
/** @example 2025-08-
|
|
25445
|
+
/** @example 2025-08-24T00:00:00.000000Z */
|
|
25448
25446
|
start_date?: string;
|
|
25449
|
-
/** @example 2026-08-
|
|
25447
|
+
/** @example 2026-08-24T00:00:00.000000Z */
|
|
25450
25448
|
end_date?: string;
|
|
25451
25449
|
/** @example false */
|
|
25452
25450
|
is_periodic?: boolean;
|
|
@@ -25454,7 +25452,7 @@ export interface operations {
|
|
|
25454
25452
|
company_name?: string | null;
|
|
25455
25453
|
/** @example null */
|
|
25456
25454
|
company_registration_number?: string | null;
|
|
25457
|
-
/** @example 2026-05-
|
|
25455
|
+
/** @example 2026-05-01T13:35:25.000000Z */
|
|
25458
25456
|
created_at?: string;
|
|
25459
25457
|
/** @example [] */
|
|
25460
25458
|
compliances?: unknown[];
|
|
@@ -25531,7 +25529,7 @@ export interface operations {
|
|
|
25531
25529
|
content: {
|
|
25532
25530
|
"application/json": {
|
|
25533
25531
|
data?: {
|
|
25534
|
-
/** @example
|
|
25532
|
+
/** @example 78decbc8-121a-4f08-9296-33a680b5f943 */
|
|
25535
25533
|
uid?: string;
|
|
25536
25534
|
/** @example 4978.97 */
|
|
25537
25535
|
rent_amount?: string;
|
|
@@ -25539,9 +25537,9 @@ export interface operations {
|
|
|
25539
25537
|
deposit_amount?: string;
|
|
25540
25538
|
/** @example active */
|
|
25541
25539
|
state?: string;
|
|
25542
|
-
/** @example 2025-09-
|
|
25540
|
+
/** @example 2025-09-19T00:00:00.000000Z */
|
|
25543
25541
|
start_date?: string;
|
|
25544
|
-
/** @example 2026-09-
|
|
25542
|
+
/** @example 2026-09-19T00:00:00.000000Z */
|
|
25545
25543
|
end_date?: string;
|
|
25546
25544
|
/** @example true */
|
|
25547
25545
|
is_periodic?: boolean;
|
|
@@ -25549,7 +25547,7 @@ export interface operations {
|
|
|
25549
25547
|
company_name?: string | null;
|
|
25550
25548
|
/** @example null */
|
|
25551
25549
|
company_registration_number?: string | null;
|
|
25552
|
-
/** @example 2026-05-
|
|
25550
|
+
/** @example 2026-05-01T13:35:25.000000Z */
|
|
25553
25551
|
created_at?: string;
|
|
25554
25552
|
};
|
|
25555
25553
|
};
|
|
@@ -25843,15 +25841,15 @@ export interface operations {
|
|
|
25843
25841
|
* "changed_by_user_id": 3,
|
|
25844
25842
|
* "changed_by_name": "Teagan King",
|
|
25845
25843
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
25846
|
-
* "created_at": "2026-01-
|
|
25844
|
+
* "created_at": "2026-01-09T00:22:24.000000Z"
|
|
25847
25845
|
* },
|
|
25848
25846
|
* {
|
|
25849
|
-
* "from_state": "
|
|
25850
|
-
* "to_state": "
|
|
25847
|
+
* "from_state": "offer_pending",
|
|
25848
|
+
* "to_state": "offer_pending",
|
|
25851
25849
|
* "changed_by_user_id": 3,
|
|
25852
25850
|
* "changed_by_name": "Teagan King",
|
|
25853
|
-
* "comment": "
|
|
25854
|
-
* "created_at": "
|
|
25851
|
+
* "comment": "Nostrum dolore voluptates at.",
|
|
25852
|
+
* "created_at": "2025-11-14T23:12:58.000000Z"
|
|
25855
25853
|
* }
|
|
25856
25854
|
* ]
|
|
25857
25855
|
*/
|
|
@@ -25866,7 +25864,7 @@ export interface operations {
|
|
|
25866
25864
|
changed_by_name?: string;
|
|
25867
25865
|
/** @example Qui commodi incidunt iure odit. */
|
|
25868
25866
|
comment?: string;
|
|
25869
|
-
/** @example 2026-01-
|
|
25867
|
+
/** @example 2026-01-09T00:22:24.000000Z */
|
|
25870
25868
|
created_at?: string;
|
|
25871
25869
|
}[];
|
|
25872
25870
|
};
|
|
@@ -26251,7 +26249,7 @@ export interface operations {
|
|
|
26251
26249
|
content: {
|
|
26252
26250
|
"application/json": {
|
|
26253
26251
|
data?: {
|
|
26254
|
-
/** @example
|
|
26252
|
+
/** @example 1f542990-9be9-4e1e-87a7-485cac2d5c9e */
|
|
26255
26253
|
uid?: string;
|
|
26256
26254
|
/** @example Ms. Audra Crooks II */
|
|
26257
26255
|
username?: string;
|
|
@@ -26281,7 +26279,7 @@ export interface operations {
|
|
|
26281
26279
|
timezone?: string;
|
|
26282
26280
|
/** @example Customer */
|
|
26283
26281
|
user_type?: string;
|
|
26284
|
-
/** @example 01 May 2026,
|
|
26282
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
26285
26283
|
created?: string;
|
|
26286
26284
|
/** @example 0 seconds ago */
|
|
26287
26285
|
email_verified_at?: string;
|
|
@@ -26556,7 +26554,7 @@ export interface operations {
|
|
|
26556
26554
|
content: {
|
|
26557
26555
|
"application/json": {
|
|
26558
26556
|
data?: {
|
|
26559
|
-
/** @example
|
|
26557
|
+
/** @example ed2cbfde-c31e-427c-a209-0b02e97a43f9 */
|
|
26560
26558
|
uid?: string;
|
|
26561
26559
|
/** @example Morgan Hirthe */
|
|
26562
26560
|
username?: string;
|
|
@@ -26586,7 +26584,7 @@ export interface operations {
|
|
|
26586
26584
|
timezone?: string;
|
|
26587
26585
|
/** @example Customer */
|
|
26588
26586
|
user_type?: string;
|
|
26589
|
-
/** @example 01 May 2026,
|
|
26587
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
26590
26588
|
created?: string;
|
|
26591
26589
|
/** @example 0 seconds ago */
|
|
26592
26590
|
email_verified_at?: string;
|
|
@@ -26658,7 +26656,7 @@ export interface operations {
|
|
|
26658
26656
|
content: {
|
|
26659
26657
|
"application/json": {
|
|
26660
26658
|
data?: {
|
|
26661
|
-
/** @example
|
|
26659
|
+
/** @example 5f8f16a5-ba1c-410e-8c40-880737fb11d3 */
|
|
26662
26660
|
uid?: string;
|
|
26663
26661
|
/** @example Ms. Audra Crooks II */
|
|
26664
26662
|
username?: string;
|
|
@@ -26688,7 +26686,7 @@ export interface operations {
|
|
|
26688
26686
|
timezone?: string;
|
|
26689
26687
|
/** @example Customer */
|
|
26690
26688
|
user_type?: string;
|
|
26691
|
-
/** @example 01 May 2026,
|
|
26689
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
26692
26690
|
created?: string;
|
|
26693
26691
|
/** @example 0 seconds ago */
|
|
26694
26692
|
email_verified_at?: string;
|
|
@@ -26814,7 +26812,7 @@ export interface operations {
|
|
|
26814
26812
|
query?: never;
|
|
26815
26813
|
header?: never;
|
|
26816
26814
|
path: {
|
|
26817
|
-
/** @description The notification group key. */
|
|
26815
|
+
/** @description Optional parameter. NotificationGroup required The notification group key from NotificationGroup. */
|
|
26818
26816
|
group: string;
|
|
26819
26817
|
};
|
|
26820
26818
|
cookie?: never;
|
|
@@ -26852,8 +26850,22 @@ export interface operations {
|
|
|
26852
26850
|
message?: string;
|
|
26853
26851
|
/** @example null */
|
|
26854
26852
|
event?: string | null;
|
|
26855
|
-
|
|
26856
|
-
|
|
26853
|
+
data?: {
|
|
26854
|
+
/** @example messaging */
|
|
26855
|
+
key?: string;
|
|
26856
|
+
/** @example Messages */
|
|
26857
|
+
label?: string;
|
|
26858
|
+
/** @example Chat messages and conversations */
|
|
26859
|
+
description?: string;
|
|
26860
|
+
enabled_channels?: {
|
|
26861
|
+
/** @example true */
|
|
26862
|
+
in_app?: boolean;
|
|
26863
|
+
/** @example false */
|
|
26864
|
+
push?: boolean;
|
|
26865
|
+
/** @example true */
|
|
26866
|
+
email?: boolean;
|
|
26867
|
+
};
|
|
26868
|
+
};
|
|
26857
26869
|
};
|
|
26858
26870
|
};
|
|
26859
26871
|
};
|
|
@@ -26928,7 +26940,7 @@ export interface operations {
|
|
|
26928
26940
|
completed_layers?: number;
|
|
26929
26941
|
/** @example 4 */
|
|
26930
26942
|
pending_layers?: number;
|
|
26931
|
-
/** @example 01 May 2026,
|
|
26943
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
26932
26944
|
last_calculated_at?: string;
|
|
26933
26945
|
};
|
|
26934
26946
|
};
|
|
@@ -26976,7 +26988,7 @@ export interface operations {
|
|
|
26976
26988
|
completed_layers?: number;
|
|
26977
26989
|
/** @example 4 */
|
|
26978
26990
|
pending_layers?: number;
|
|
26979
|
-
/** @example 01 May 2026,
|
|
26991
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
26980
26992
|
last_calculated_at?: string;
|
|
26981
26993
|
};
|
|
26982
26994
|
};
|
|
@@ -27010,14 +27022,14 @@ export interface operations {
|
|
|
27010
27022
|
content: {
|
|
27011
27023
|
"application/json": {
|
|
27012
27024
|
data?: {
|
|
27013
|
-
/** @example
|
|
27025
|
+
/** @example 816dfaaa-1d51-41b0-a5e2-4bfa6ec11f84 */
|
|
27014
27026
|
wishlist_uid?: string;
|
|
27015
27027
|
listing?: {
|
|
27016
|
-
/** @example New For Sale Used Item draft • 1 May 2026,
|
|
27028
|
+
/** @example New For Sale Used Item draft • 1 May 2026, 1:35 PM */
|
|
27017
27029
|
draft_name?: string;
|
|
27018
|
-
/** @example LST-UIT-SAL-
|
|
27030
|
+
/** @example LST-UIT-SAL-MOMYGN2CZGE */
|
|
27019
27031
|
sku?: string;
|
|
27020
|
-
/** @example
|
|
27032
|
+
/** @example c74fa5b0-3a97-4cca-9c3b-622a0bfb3dc4 */
|
|
27021
27033
|
uid?: string;
|
|
27022
27034
|
/** @example Sale */
|
|
27023
27035
|
listing_type?: string;
|
|
@@ -27404,7 +27416,7 @@ export interface operations {
|
|
|
27404
27416
|
completed_layers?: number;
|
|
27405
27417
|
/** @example 4 */
|
|
27406
27418
|
pending_layers?: number;
|
|
27407
|
-
/** @example 01 May 2026,
|
|
27419
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
27408
27420
|
last_calculated_at?: string;
|
|
27409
27421
|
};
|
|
27410
27422
|
};
|
|
@@ -27640,13 +27652,13 @@ export interface operations {
|
|
|
27640
27652
|
content: {
|
|
27641
27653
|
"application/json": {
|
|
27642
27654
|
data?: {
|
|
27643
|
-
/** @example
|
|
27655
|
+
/** @example 9 */
|
|
27644
27656
|
current_level?: number;
|
|
27645
27657
|
/** @example 3 */
|
|
27646
27658
|
completed_layers?: number;
|
|
27647
|
-
/** @example
|
|
27659
|
+
/** @example 2 */
|
|
27648
27660
|
pending_layers?: number;
|
|
27649
|
-
/** @example 01 May 2026,
|
|
27661
|
+
/** @example 01 May 2026, 01:35 PM */
|
|
27650
27662
|
last_calculated_at?: string;
|
|
27651
27663
|
};
|
|
27652
27664
|
};
|