@justins-home/types 1.1.38 → 1.1.40
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 +385 -296
- package/package.json +1 -1
package/generated/api-types.ts
CHANGED
|
@@ -1957,12 +1957,7 @@ export interface paths {
|
|
|
1957
1957
|
parameters: {
|
|
1958
1958
|
query?: never;
|
|
1959
1959
|
header?: never;
|
|
1960
|
-
path
|
|
1961
|
-
/** @description The storage disk. */
|
|
1962
|
-
disk: string;
|
|
1963
|
-
/** @description The storage path for the document. */
|
|
1964
|
-
path: string;
|
|
1965
|
-
};
|
|
1960
|
+
path?: never;
|
|
1966
1961
|
cookie?: never;
|
|
1967
1962
|
};
|
|
1968
1963
|
/**
|
|
@@ -1982,12 +1977,7 @@ export interface paths {
|
|
|
1982
1977
|
parameters: {
|
|
1983
1978
|
query?: never;
|
|
1984
1979
|
header?: never;
|
|
1985
|
-
path
|
|
1986
|
-
/** @description The storage disk. */
|
|
1987
|
-
disk: string;
|
|
1988
|
-
/** @description The storage path for the document. */
|
|
1989
|
-
path: string;
|
|
1990
|
-
};
|
|
1980
|
+
path?: never;
|
|
1991
1981
|
cookie?: never;
|
|
1992
1982
|
};
|
|
1993
1983
|
/**
|
|
@@ -2087,6 +2077,29 @@ export interface paths {
|
|
|
2087
2077
|
patch?: never;
|
|
2088
2078
|
trace?: never;
|
|
2089
2079
|
};
|
|
2080
|
+
"/api/v1/portal/admin/compliances/fetch-one/{compliance_id}": {
|
|
2081
|
+
parameters: {
|
|
2082
|
+
query?: never;
|
|
2083
|
+
header?: never;
|
|
2084
|
+
path: {
|
|
2085
|
+
/** @description The ID of the compliance definition. */
|
|
2086
|
+
compliance_id: number;
|
|
2087
|
+
};
|
|
2088
|
+
cookie?: never;
|
|
2089
|
+
};
|
|
2090
|
+
/**
|
|
2091
|
+
* getComplianceDefinition
|
|
2092
|
+
* @description Retrieve a single compliance definition with requirements and assignments.
|
|
2093
|
+
*/
|
|
2094
|
+
get: operations["getComplianceDefinition"];
|
|
2095
|
+
put?: never;
|
|
2096
|
+
post?: never;
|
|
2097
|
+
delete?: never;
|
|
2098
|
+
options?: never;
|
|
2099
|
+
head?: never;
|
|
2100
|
+
patch?: never;
|
|
2101
|
+
trace?: never;
|
|
2102
|
+
};
|
|
2090
2103
|
"/api/v1/portal/admin/compliances/create": {
|
|
2091
2104
|
parameters: {
|
|
2092
2105
|
query?: never;
|
|
@@ -5854,7 +5867,7 @@ export interface operations {
|
|
|
5854
5867
|
content: {
|
|
5855
5868
|
"application/json": {
|
|
5856
5869
|
data?: {
|
|
5857
|
-
/** @example
|
|
5870
|
+
/** @example fca02bf7-6d24-4644-b2da-aa8c7e630c83 */
|
|
5858
5871
|
uid?: string;
|
|
5859
5872
|
/** @example Ms. Audra Crooks II */
|
|
5860
5873
|
username?: string;
|
|
@@ -5884,7 +5897,7 @@ export interface operations {
|
|
|
5884
5897
|
timezone?: string;
|
|
5885
5898
|
/** @example Customer */
|
|
5886
5899
|
user_type?: string;
|
|
5887
|
-
/** @example 21 Apr 2026,
|
|
5900
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
5888
5901
|
created?: string;
|
|
5889
5902
|
/** @example 0 seconds ago */
|
|
5890
5903
|
email_verified_at?: string;
|
|
@@ -6137,11 +6150,11 @@ export interface operations {
|
|
|
6137
6150
|
content: {
|
|
6138
6151
|
"application/json": {
|
|
6139
6152
|
data?: {
|
|
6140
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
6153
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
6141
6154
|
draft_name?: string;
|
|
6142
|
-
/** @example LST-PRP-LTR-
|
|
6155
|
+
/** @example LST-PRP-LTR-MO939RBKII3 */
|
|
6143
6156
|
sku?: string;
|
|
6144
|
-
/** @example
|
|
6157
|
+
/** @example b0d76ba9-87c0-4bfa-b309-02a7d0f91262 */
|
|
6145
6158
|
uid?: string;
|
|
6146
6159
|
/** @example Rent */
|
|
6147
6160
|
listing_type?: string;
|
|
@@ -7553,7 +7566,7 @@ export interface operations {
|
|
|
7553
7566
|
content: {
|
|
7554
7567
|
"application/json": {
|
|
7555
7568
|
/**
|
|
7556
|
-
* @example
|
|
7569
|
+
* @example Active
|
|
7557
7570
|
* @enum {string}
|
|
7558
7571
|
*/
|
|
7559
7572
|
status: "Pending" | "Active" | "Dormant" | "Suspended" | "Unverified";
|
|
@@ -7568,7 +7581,7 @@ export interface operations {
|
|
|
7568
7581
|
content: {
|
|
7569
7582
|
"application/json": {
|
|
7570
7583
|
data?: {
|
|
7571
|
-
/** @example
|
|
7584
|
+
/** @example 05aefcd7-1ba5-4374-a6a5-09283cf83736 */
|
|
7572
7585
|
uid?: string;
|
|
7573
7586
|
/** @example Morgan Hirthe */
|
|
7574
7587
|
username?: string;
|
|
@@ -7598,7 +7611,7 @@ export interface operations {
|
|
|
7598
7611
|
timezone?: string;
|
|
7599
7612
|
/** @example Customer */
|
|
7600
7613
|
user_type?: string;
|
|
7601
|
-
/** @example 21 Apr 2026,
|
|
7614
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
7602
7615
|
created?: string;
|
|
7603
7616
|
/** @example 0 seconds ago */
|
|
7604
7617
|
email_verified_at?: string;
|
|
@@ -8307,11 +8320,11 @@ export interface operations {
|
|
|
8307
8320
|
content: {
|
|
8308
8321
|
"application/json": {
|
|
8309
8322
|
data?: {
|
|
8310
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
8323
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
8311
8324
|
draft_name?: string;
|
|
8312
|
-
/** @example LST-PRP-LTR-
|
|
8325
|
+
/** @example LST-PRP-LTR-MO939REKVHL */
|
|
8313
8326
|
sku?: string;
|
|
8314
|
-
/** @example
|
|
8327
|
+
/** @example c4fc5ab1-0310-4d97-8c5f-6efc1dfc55b8 */
|
|
8315
8328
|
uid?: string;
|
|
8316
8329
|
/** @example Rent */
|
|
8317
8330
|
listing_type?: string;
|
|
@@ -8751,7 +8764,7 @@ export interface operations {
|
|
|
8751
8764
|
content: {
|
|
8752
8765
|
"application/json": {
|
|
8753
8766
|
data?: {
|
|
8754
|
-
/** @example
|
|
8767
|
+
/** @example ce744577-d22f-4585-9e56-a3bc0b6b9f00 */
|
|
8755
8768
|
uid?: string;
|
|
8756
8769
|
/** @example photo */
|
|
8757
8770
|
media_type?: string;
|
|
@@ -9058,13 +9071,13 @@ export interface operations {
|
|
|
9058
9071
|
/**
|
|
9059
9072
|
* @example [
|
|
9060
9073
|
* {
|
|
9061
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
9062
|
-
* "sku": "LST-PRP-LTR-
|
|
9063
|
-
* "uid": "
|
|
9074
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
|
|
9075
|
+
* "sku": "LST-PRP-LTR-MO939RG7AXS",
|
|
9076
|
+
* "uid": "177cf536-fb73-4d54-93c8-b9c02435793e",
|
|
9064
9077
|
* "listing_type": "Rent",
|
|
9065
9078
|
* "vertical": "Property",
|
|
9066
|
-
* "arrangement_type": "
|
|
9067
|
-
* "arrangement_type_label": "
|
|
9079
|
+
* "arrangement_type": "let_to_let",
|
|
9080
|
+
* "arrangement_type_label": "Let to Let",
|
|
9068
9081
|
* "price": null,
|
|
9069
9082
|
* "state": "draft",
|
|
9070
9083
|
* "published_at": null,
|
|
@@ -9077,38 +9090,40 @@ export interface operations {
|
|
|
9077
9090
|
* "media": []
|
|
9078
9091
|
* },
|
|
9079
9092
|
* {
|
|
9080
|
-
* "draft_name": "New
|
|
9081
|
-
* "sku": "LST-
|
|
9082
|
-
* "uid": "
|
|
9083
|
-
* "listing_type": "
|
|
9084
|
-
* "vertical": "
|
|
9085
|
-
* "arrangement_type":
|
|
9086
|
-
* "arrangement_type_label":
|
|
9093
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
|
|
9094
|
+
* "sku": "LST-PRP-SHL-MO939RGAGGE",
|
|
9095
|
+
* "uid": "0dfd1c1d-1f20-4c75-a478-db948ecc5530",
|
|
9096
|
+
* "listing_type": "Short Let",
|
|
9097
|
+
* "vertical": "Property",
|
|
9098
|
+
* "arrangement_type": "short_term_managed",
|
|
9099
|
+
* "arrangement_type_label": "Short Term Managed",
|
|
9087
9100
|
* "price": null,
|
|
9088
9101
|
* "state": "draft",
|
|
9089
9102
|
* "published_at": null,
|
|
9090
9103
|
* "published_since": null,
|
|
9091
9104
|
* "is_visible": false,
|
|
9092
|
-
* "summary":
|
|
9105
|
+
* "summary": {
|
|
9106
|
+
* "availability": null
|
|
9107
|
+
* },
|
|
9093
9108
|
* "workflow": [],
|
|
9094
9109
|
* "media": []
|
|
9095
9110
|
* }
|
|
9096
9111
|
* ]
|
|
9097
9112
|
*/
|
|
9098
9113
|
data?: {
|
|
9099
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9114
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
9100
9115
|
draft_name?: string;
|
|
9101
|
-
/** @example LST-PRP-LTR-
|
|
9116
|
+
/** @example LST-PRP-LTR-MO939RG7AXS */
|
|
9102
9117
|
sku?: string;
|
|
9103
|
-
/** @example
|
|
9118
|
+
/** @example 177cf536-fb73-4d54-93c8-b9c02435793e */
|
|
9104
9119
|
uid?: string;
|
|
9105
9120
|
/** @example Rent */
|
|
9106
9121
|
listing_type?: string;
|
|
9107
9122
|
/** @example Property */
|
|
9108
9123
|
vertical?: string;
|
|
9109
|
-
/** @example
|
|
9124
|
+
/** @example let_to_let */
|
|
9110
9125
|
arrangement_type?: string;
|
|
9111
|
-
/** @example
|
|
9126
|
+
/** @example Let to Let */
|
|
9112
9127
|
arrangement_type_label?: string;
|
|
9113
9128
|
/** @example null */
|
|
9114
9129
|
price?: string | null;
|
|
@@ -9295,11 +9310,11 @@ export interface operations {
|
|
|
9295
9310
|
content: {
|
|
9296
9311
|
"application/json": {
|
|
9297
9312
|
data?: {
|
|
9298
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9313
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
9299
9314
|
draft_name?: string;
|
|
9300
|
-
/** @example LST-PRP-LTR-
|
|
9315
|
+
/** @example LST-PRP-LTR-MO939RGKV8B */
|
|
9301
9316
|
sku?: string;
|
|
9302
|
-
/** @example
|
|
9317
|
+
/** @example 277789fc-131c-4132-8982-436ec363ef7d */
|
|
9303
9318
|
uid?: string;
|
|
9304
9319
|
/** @example Rent */
|
|
9305
9320
|
listing_type?: string;
|
|
@@ -9362,11 +9377,11 @@ export interface operations {
|
|
|
9362
9377
|
content: {
|
|
9363
9378
|
"application/json": {
|
|
9364
9379
|
data?: {
|
|
9365
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9380
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
9366
9381
|
draft_name?: string;
|
|
9367
|
-
/** @example LST-PRP-LTR-
|
|
9382
|
+
/** @example LST-PRP-LTR-MO939RGR697 */
|
|
9368
9383
|
sku?: string;
|
|
9369
|
-
/** @example
|
|
9384
|
+
/** @example 887048b8-fe78-470f-9923-0940b9bdc6dd */
|
|
9370
9385
|
uid?: string;
|
|
9371
9386
|
/** @example Rent */
|
|
9372
9387
|
listing_type?: string;
|
|
@@ -9419,11 +9434,11 @@ export interface operations {
|
|
|
9419
9434
|
content: {
|
|
9420
9435
|
"application/json": {
|
|
9421
9436
|
data?: {
|
|
9422
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9437
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
9423
9438
|
draft_name?: string;
|
|
9424
|
-
/** @example LST-PRP-LTR-
|
|
9439
|
+
/** @example LST-PRP-LTR-MO939RGWMTB */
|
|
9425
9440
|
sku?: string;
|
|
9426
|
-
/** @example
|
|
9441
|
+
/** @example 722d12e8-8fa9-46df-b35f-f2600d8715b5 */
|
|
9427
9442
|
uid?: string;
|
|
9428
9443
|
/** @example Rent */
|
|
9429
9444
|
listing_type?: string;
|
|
@@ -9476,11 +9491,11 @@ export interface operations {
|
|
|
9476
9491
|
content: {
|
|
9477
9492
|
"application/json": {
|
|
9478
9493
|
data?: {
|
|
9479
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
9494
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
9480
9495
|
draft_name?: string;
|
|
9481
|
-
/** @example LST-PRP-LTR-
|
|
9496
|
+
/** @example LST-PRP-LTR-MO939RH3ZLI */
|
|
9482
9497
|
sku?: string;
|
|
9483
|
-
/** @example
|
|
9498
|
+
/** @example 47e3bbfc-7631-42f8-b334-4beb3a72c367 */
|
|
9484
9499
|
uid?: string;
|
|
9485
9500
|
/** @example Rent */
|
|
9486
9501
|
listing_type?: string;
|
|
@@ -9674,7 +9689,7 @@ export interface operations {
|
|
|
9674
9689
|
content: {
|
|
9675
9690
|
"application/json": {
|
|
9676
9691
|
data?: {
|
|
9677
|
-
/** @example
|
|
9692
|
+
/** @example 73 */
|
|
9678
9693
|
id?: number;
|
|
9679
9694
|
/** @example 1 */
|
|
9680
9695
|
category_id?: number;
|
|
@@ -9748,7 +9763,7 @@ export interface operations {
|
|
|
9748
9763
|
content: {
|
|
9749
9764
|
"application/json": {
|
|
9750
9765
|
data?: {
|
|
9751
|
-
/** @example
|
|
9766
|
+
/** @example 74 */
|
|
9752
9767
|
id?: number;
|
|
9753
9768
|
/** @example 1 */
|
|
9754
9769
|
category_id?: number;
|
|
@@ -9787,7 +9802,7 @@ export interface operations {
|
|
|
9787
9802
|
content: {
|
|
9788
9803
|
"application/json": {
|
|
9789
9804
|
data?: {
|
|
9790
|
-
/** @example
|
|
9805
|
+
/** @example 75 */
|
|
9791
9806
|
id?: number;
|
|
9792
9807
|
/** @example 1 */
|
|
9793
9808
|
category_id?: number;
|
|
@@ -9825,7 +9840,7 @@ export interface operations {
|
|
|
9825
9840
|
/**
|
|
9826
9841
|
* @example [
|
|
9827
9842
|
* {
|
|
9828
|
-
* "id":
|
|
9843
|
+
* "id": 65,
|
|
9829
9844
|
* "name": "Exterior",
|
|
9830
9845
|
* "description": "For Exterior categories",
|
|
9831
9846
|
* "display_order": 1,
|
|
@@ -9835,7 +9850,7 @@ export interface operations {
|
|
|
9835
9850
|
* "is_active": true
|
|
9836
9851
|
* },
|
|
9837
9852
|
* {
|
|
9838
|
-
* "id":
|
|
9853
|
+
* "id": 66,
|
|
9839
9854
|
* "name": "Exterior",
|
|
9840
9855
|
* "description": "For Exterior categories",
|
|
9841
9856
|
* "display_order": 1,
|
|
@@ -9847,7 +9862,7 @@ export interface operations {
|
|
|
9847
9862
|
* ]
|
|
9848
9863
|
*/
|
|
9849
9864
|
data?: {
|
|
9850
|
-
/** @example
|
|
9865
|
+
/** @example 65 */
|
|
9851
9866
|
id?: number;
|
|
9852
9867
|
/** @example Exterior */
|
|
9853
9868
|
name?: string;
|
|
@@ -9911,7 +9926,7 @@ export interface operations {
|
|
|
9911
9926
|
content: {
|
|
9912
9927
|
"application/json": {
|
|
9913
9928
|
data?: {
|
|
9914
|
-
/** @example
|
|
9929
|
+
/** @example 67 */
|
|
9915
9930
|
id?: number;
|
|
9916
9931
|
/** @example Exterior */
|
|
9917
9932
|
name?: string;
|
|
@@ -9978,7 +9993,7 @@ export interface operations {
|
|
|
9978
9993
|
content: {
|
|
9979
9994
|
"application/json": {
|
|
9980
9995
|
data?: {
|
|
9981
|
-
/** @example
|
|
9996
|
+
/** @example 68 */
|
|
9982
9997
|
id?: number;
|
|
9983
9998
|
/** @example Exterior */
|
|
9984
9999
|
name?: string;
|
|
@@ -10019,7 +10034,7 @@ export interface operations {
|
|
|
10019
10034
|
content: {
|
|
10020
10035
|
"application/json": {
|
|
10021
10036
|
data?: {
|
|
10022
|
-
/** @example
|
|
10037
|
+
/** @example 69 */
|
|
10023
10038
|
id?: number;
|
|
10024
10039
|
/** @example Exterior */
|
|
10025
10040
|
name?: string;
|
|
@@ -10282,7 +10297,7 @@ export interface operations {
|
|
|
10282
10297
|
content: {
|
|
10283
10298
|
"application/json": {
|
|
10284
10299
|
data?: {
|
|
10285
|
-
/** @example
|
|
10300
|
+
/** @example 36 */
|
|
10286
10301
|
id?: number;
|
|
10287
10302
|
/** @example email_fa_0 */
|
|
10288
10303
|
key?: string;
|
|
@@ -10296,9 +10311,9 @@ export interface operations {
|
|
|
10296
10311
|
metadata_schema?: unknown[];
|
|
10297
10312
|
/** @example true */
|
|
10298
10313
|
is_active?: boolean;
|
|
10299
|
-
/** @example 2026-04-
|
|
10314
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
10300
10315
|
created_at?: string;
|
|
10301
|
-
/** @example 2026-04-
|
|
10316
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
10302
10317
|
updated_at?: string;
|
|
10303
10318
|
};
|
|
10304
10319
|
};
|
|
@@ -10358,7 +10373,7 @@ export interface operations {
|
|
|
10358
10373
|
content: {
|
|
10359
10374
|
"application/json": {
|
|
10360
10375
|
data?: {
|
|
10361
|
-
/** @example
|
|
10376
|
+
/** @example 37 */
|
|
10362
10377
|
id?: number;
|
|
10363
10378
|
/** @example email_fa_0 */
|
|
10364
10379
|
key?: string;
|
|
@@ -10372,9 +10387,9 @@ export interface operations {
|
|
|
10372
10387
|
metadata_schema?: unknown[];
|
|
10373
10388
|
/** @example true */
|
|
10374
10389
|
is_active?: boolean;
|
|
10375
|
-
/** @example 2026-04-
|
|
10390
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
10376
10391
|
created_at?: string;
|
|
10377
|
-
/** @example 2026-04-
|
|
10392
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
10378
10393
|
updated_at?: string;
|
|
10379
10394
|
};
|
|
10380
10395
|
};
|
|
@@ -11731,11 +11746,11 @@ export interface operations {
|
|
|
11731
11746
|
content: {
|
|
11732
11747
|
"application/json": {
|
|
11733
11748
|
data?: {
|
|
11734
|
-
/** @example
|
|
11749
|
+
/** @example architecto */
|
|
11735
11750
|
key?: string;
|
|
11736
|
-
/** @example
|
|
11751
|
+
/** @example eius */
|
|
11737
11752
|
name?: string;
|
|
11738
|
-
/** @example
|
|
11753
|
+
/** @example Animi quos velit et fugiat. */
|
|
11739
11754
|
description?: string;
|
|
11740
11755
|
/** @example string */
|
|
11741
11756
|
value_type?: string;
|
|
@@ -11790,14 +11805,14 @@ export interface operations {
|
|
|
11790
11805
|
};
|
|
11791
11806
|
viewDocumentAdmin: {
|
|
11792
11807
|
parameters: {
|
|
11793
|
-
query
|
|
11794
|
-
header?: never;
|
|
11795
|
-
path: {
|
|
11808
|
+
query: {
|
|
11796
11809
|
/** @description The storage disk. */
|
|
11797
11810
|
disk: string;
|
|
11798
11811
|
/** @description The storage path for the document. */
|
|
11799
11812
|
path: string;
|
|
11800
11813
|
};
|
|
11814
|
+
header?: never;
|
|
11815
|
+
path?: never;
|
|
11801
11816
|
cookie?: never;
|
|
11802
11817
|
};
|
|
11803
11818
|
requestBody?: never;
|
|
@@ -11817,14 +11832,14 @@ export interface operations {
|
|
|
11817
11832
|
};
|
|
11818
11833
|
downloadDocumentAdmin: {
|
|
11819
11834
|
parameters: {
|
|
11820
|
-
query
|
|
11821
|
-
header?: never;
|
|
11822
|
-
path: {
|
|
11835
|
+
query: {
|
|
11823
11836
|
/** @description The storage disk. */
|
|
11824
11837
|
disk: string;
|
|
11825
11838
|
/** @description The storage path for the document. */
|
|
11826
11839
|
path: string;
|
|
11827
11840
|
};
|
|
11841
|
+
header?: never;
|
|
11842
|
+
path?: never;
|
|
11828
11843
|
cookie?: never;
|
|
11829
11844
|
};
|
|
11830
11845
|
requestBody?: never;
|
|
@@ -12056,6 +12071,82 @@ export interface operations {
|
|
|
12056
12071
|
};
|
|
12057
12072
|
};
|
|
12058
12073
|
};
|
|
12074
|
+
getComplianceDefinition: {
|
|
12075
|
+
parameters: {
|
|
12076
|
+
query?: never;
|
|
12077
|
+
header?: never;
|
|
12078
|
+
path: {
|
|
12079
|
+
/** @description The ID of the compliance definition. */
|
|
12080
|
+
compliance_id: number;
|
|
12081
|
+
};
|
|
12082
|
+
cookie?: never;
|
|
12083
|
+
};
|
|
12084
|
+
requestBody?: never;
|
|
12085
|
+
responses: {
|
|
12086
|
+
/** @description Compliance fetched successfully */
|
|
12087
|
+
200: {
|
|
12088
|
+
headers: {
|
|
12089
|
+
[name: string]: unknown;
|
|
12090
|
+
};
|
|
12091
|
+
content: {
|
|
12092
|
+
"application/json": {
|
|
12093
|
+
/** @example Compliance fetched successfully */
|
|
12094
|
+
message?: string;
|
|
12095
|
+
/** @example null */
|
|
12096
|
+
event?: string | null;
|
|
12097
|
+
data?: {
|
|
12098
|
+
/** @example 1 */
|
|
12099
|
+
id?: number;
|
|
12100
|
+
/** @example gas_safety */
|
|
12101
|
+
compliance_key?: string;
|
|
12102
|
+
/** @example Gas Safety */
|
|
12103
|
+
name?: string;
|
|
12104
|
+
/** @example Gas safety compliance for property */
|
|
12105
|
+
description?: string;
|
|
12106
|
+
/** @example soft */
|
|
12107
|
+
enforcement_level?: string;
|
|
12108
|
+
/** @example non_expiring */
|
|
12109
|
+
validity_type?: string;
|
|
12110
|
+
/** @example 10 */
|
|
12111
|
+
grace_period_days?: number;
|
|
12112
|
+
/** @example active */
|
|
12113
|
+
status?: string;
|
|
12114
|
+
/** @example landlord */
|
|
12115
|
+
responsible_party?: string;
|
|
12116
|
+
/** @example Landlord */
|
|
12117
|
+
responsible_party_label?: string;
|
|
12118
|
+
/** @example false */
|
|
12119
|
+
liability_exclusion_flag?: boolean;
|
|
12120
|
+
/**
|
|
12121
|
+
* @example [
|
|
12122
|
+
* "gas_certificate",
|
|
12123
|
+
* "emergency_alarm"
|
|
12124
|
+
* ]
|
|
12125
|
+
*/
|
|
12126
|
+
requirements?: string[];
|
|
12127
|
+
/**
|
|
12128
|
+
* @example [
|
|
12129
|
+
* {
|
|
12130
|
+
* "scope_type": "GLOBAL",
|
|
12131
|
+
* "scope_id": null,
|
|
12132
|
+
* "uid": "5cc44e8e-171e-4b99-b7f3-78600ab4b31e"
|
|
12133
|
+
* }
|
|
12134
|
+
* ]
|
|
12135
|
+
*/
|
|
12136
|
+
assignments?: {
|
|
12137
|
+
/** @example GLOBAL */
|
|
12138
|
+
scope_type?: string;
|
|
12139
|
+
/** @example null */
|
|
12140
|
+
scope_id?: string | null;
|
|
12141
|
+
/** @example 5cc44e8e-171e-4b99-b7f3-78600ab4b31e */
|
|
12142
|
+
uid?: string;
|
|
12143
|
+
}[];
|
|
12144
|
+
};
|
|
12145
|
+
};
|
|
12146
|
+
};
|
|
12147
|
+
};
|
|
12148
|
+
};
|
|
12149
|
+
};
|
|
12059
12150
|
createComplianceDefinition: {
|
|
12060
12151
|
parameters: {
|
|
12061
12152
|
query?: never;
|
|
@@ -12677,13 +12768,13 @@ export interface operations {
|
|
|
12677
12768
|
content: {
|
|
12678
12769
|
"application/json": {
|
|
12679
12770
|
data?: {
|
|
12680
|
-
/** @example
|
|
12771
|
+
/** @example 981796ce-4062-47e0-aa73-deb2ff3ca77e */
|
|
12681
12772
|
uid?: string;
|
|
12682
12773
|
/** @example follow_up */
|
|
12683
12774
|
inspection_type?: string;
|
|
12684
12775
|
/** @example cancelled */
|
|
12685
12776
|
status?: string;
|
|
12686
|
-
/** @example 2026-04-
|
|
12777
|
+
/** @example 2026-04-27T10:39:38.000000Z */
|
|
12687
12778
|
scheduled_date?: string;
|
|
12688
12779
|
/** @example null */
|
|
12689
12780
|
completed_date?: string | null;
|
|
@@ -12691,11 +12782,11 @@ export interface operations {
|
|
|
12691
12782
|
condition_rating?: string;
|
|
12692
12783
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12693
12784
|
summary?: string;
|
|
12694
|
-
/** @example 2026-06-
|
|
12785
|
+
/** @example 2026-06-20T07:28:12.000000Z */
|
|
12695
12786
|
next_inspection_date?: string;
|
|
12696
|
-
/** @example 2026-04-
|
|
12787
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12697
12788
|
created_at?: string;
|
|
12698
|
-
/** @example 2026-04-
|
|
12789
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12699
12790
|
updated_at?: string;
|
|
12700
12791
|
};
|
|
12701
12792
|
};
|
|
@@ -12738,13 +12829,13 @@ export interface operations {
|
|
|
12738
12829
|
content: {
|
|
12739
12830
|
"application/json": {
|
|
12740
12831
|
data?: {
|
|
12741
|
-
/** @example
|
|
12832
|
+
/** @example 872c70db-e2bb-4f20-b98e-48c9ead782e8 */
|
|
12742
12833
|
uid?: string;
|
|
12743
12834
|
/** @example follow_up */
|
|
12744
12835
|
inspection_type?: string;
|
|
12745
12836
|
/** @example cancelled */
|
|
12746
12837
|
status?: string;
|
|
12747
|
-
/** @example 2026-04-
|
|
12838
|
+
/** @example 2026-04-15T08:06:11.000000Z */
|
|
12748
12839
|
scheduled_date?: string;
|
|
12749
12840
|
/** @example null */
|
|
12750
12841
|
completed_date?: string | null;
|
|
@@ -12752,11 +12843,11 @@ export interface operations {
|
|
|
12752
12843
|
condition_rating?: string;
|
|
12753
12844
|
/** @example Et animi quos velit et fugiat. */
|
|
12754
12845
|
summary?: string;
|
|
12755
|
-
/** @example 2026-07-
|
|
12846
|
+
/** @example 2026-07-24T15:59:58.000000Z */
|
|
12756
12847
|
next_inspection_date?: string;
|
|
12757
|
-
/** @example 2026-04-
|
|
12848
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12758
12849
|
created_at?: string;
|
|
12759
|
-
/** @example 2026-04-
|
|
12850
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12760
12851
|
updated_at?: string;
|
|
12761
12852
|
};
|
|
12762
12853
|
};
|
|
@@ -12793,13 +12884,13 @@ export interface operations {
|
|
|
12793
12884
|
content: {
|
|
12794
12885
|
"application/json": {
|
|
12795
12886
|
data?: {
|
|
12796
|
-
/** @example
|
|
12887
|
+
/** @example ddeee150-5879-44a5-bcf8-f26a105b9238 */
|
|
12797
12888
|
uid?: string;
|
|
12798
12889
|
/** @example follow_up */
|
|
12799
12890
|
inspection_type?: string;
|
|
12800
12891
|
/** @example cancelled */
|
|
12801
12892
|
status?: string;
|
|
12802
|
-
/** @example 2026-04-
|
|
12893
|
+
/** @example 2026-04-27T10:39:38.000000Z */
|
|
12803
12894
|
scheduled_date?: string;
|
|
12804
12895
|
/** @example null */
|
|
12805
12896
|
completed_date?: string | null;
|
|
@@ -12807,11 +12898,11 @@ export interface operations {
|
|
|
12807
12898
|
condition_rating?: string;
|
|
12808
12899
|
/** @example Quidem nostrum qui commodi incidunt iure odit. */
|
|
12809
12900
|
summary?: string;
|
|
12810
|
-
/** @example 2026-06-
|
|
12901
|
+
/** @example 2026-06-20T07:28:12.000000Z */
|
|
12811
12902
|
next_inspection_date?: string;
|
|
12812
|
-
/** @example 2026-04-
|
|
12903
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12813
12904
|
created_at?: string;
|
|
12814
|
-
/** @example 2026-04-
|
|
12905
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12815
12906
|
updated_at?: string;
|
|
12816
12907
|
};
|
|
12817
12908
|
};
|
|
@@ -12848,13 +12939,13 @@ export interface operations {
|
|
|
12848
12939
|
content: {
|
|
12849
12940
|
"application/json": {
|
|
12850
12941
|
data?: {
|
|
12851
|
-
/** @example
|
|
12942
|
+
/** @example e0169e0a-9f6c-4995-9a6b-ff68da67a540 */
|
|
12852
12943
|
uid?: string;
|
|
12853
12944
|
/** @example follow_up */
|
|
12854
12945
|
inspection_type?: string;
|
|
12855
12946
|
/** @example cancelled */
|
|
12856
12947
|
status?: string;
|
|
12857
|
-
/** @example 2026-04-
|
|
12948
|
+
/** @example 2026-04-15T08:06:11.000000Z */
|
|
12858
12949
|
scheduled_date?: string;
|
|
12859
12950
|
/** @example null */
|
|
12860
12951
|
completed_date?: string | null;
|
|
@@ -12862,11 +12953,11 @@ export interface operations {
|
|
|
12862
12953
|
condition_rating?: string;
|
|
12863
12954
|
/** @example Et animi quos velit et fugiat. */
|
|
12864
12955
|
summary?: string;
|
|
12865
|
-
/** @example 2026-07-
|
|
12956
|
+
/** @example 2026-07-24T15:59:58.000000Z */
|
|
12866
12957
|
next_inspection_date?: string;
|
|
12867
|
-
/** @example 2026-04-
|
|
12958
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12868
12959
|
created_at?: string;
|
|
12869
|
-
/** @example 2026-04-
|
|
12960
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12870
12961
|
updated_at?: string;
|
|
12871
12962
|
};
|
|
12872
12963
|
};
|
|
@@ -12903,7 +12994,7 @@ export interface operations {
|
|
|
12903
12994
|
content: {
|
|
12904
12995
|
"application/json": {
|
|
12905
12996
|
data?: {
|
|
12906
|
-
/** @example
|
|
12997
|
+
/** @example faa342de-39e4-494d-8347-fad3dcf5ba40 */
|
|
12907
12998
|
uid?: string;
|
|
12908
12999
|
/** @example Qui commodi incidunt iure. */
|
|
12909
13000
|
title?: string;
|
|
@@ -12913,17 +13004,17 @@ export interface operations {
|
|
|
12913
13004
|
status?: string;
|
|
12914
13005
|
/** @example low */
|
|
12915
13006
|
priority?: string;
|
|
12916
|
-
/** @example 2026-04-
|
|
13007
|
+
/** @example 2026-04-20T10:09:59.000000Z */
|
|
12917
13008
|
reported_at?: string;
|
|
12918
13009
|
/** @example null */
|
|
12919
13010
|
assigned_at?: string | null;
|
|
12920
13011
|
/** @example null */
|
|
12921
13012
|
completed_at?: string | null;
|
|
12922
|
-
/** @example 2026-04-
|
|
13013
|
+
/** @example 2026-04-23T06:34:25.000000Z */
|
|
12923
13014
|
sla_deadline?: string;
|
|
12924
|
-
/** @example 2026-04-
|
|
13015
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12925
13016
|
created_at?: string;
|
|
12926
|
-
/** @example 2026-04-
|
|
13017
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12927
13018
|
updated_at?: string;
|
|
12928
13019
|
};
|
|
12929
13020
|
};
|
|
@@ -12960,7 +13051,7 @@ export interface operations {
|
|
|
12960
13051
|
content: {
|
|
12961
13052
|
"application/json": {
|
|
12962
13053
|
data?: {
|
|
12963
|
-
/** @example
|
|
13054
|
+
/** @example b0a013e7-62ed-4883-ba43-ab94a624422d */
|
|
12964
13055
|
uid?: string;
|
|
12965
13056
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
12966
13057
|
title?: string;
|
|
@@ -12970,17 +13061,17 @@ export interface operations {
|
|
|
12970
13061
|
status?: string;
|
|
12971
13062
|
/** @example emergency */
|
|
12972
13063
|
priority?: string;
|
|
12973
|
-
/** @example 2026-04-
|
|
13064
|
+
/** @example 2026-04-15T07:54:51.000000Z */
|
|
12974
13065
|
reported_at?: string;
|
|
12975
|
-
/** @example 2026-04-
|
|
13066
|
+
/** @example 2026-04-20T04:14:43.000000Z */
|
|
12976
13067
|
assigned_at?: string;
|
|
12977
13068
|
/** @example null */
|
|
12978
13069
|
completed_at?: string | null;
|
|
12979
|
-
/** @example 2026-04-
|
|
13070
|
+
/** @example 2026-04-23T09:37:06.000000Z */
|
|
12980
13071
|
sla_deadline?: string;
|
|
12981
|
-
/** @example 2026-04-
|
|
13072
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12982
13073
|
created_at?: string;
|
|
12983
|
-
/** @example 2026-04-
|
|
13074
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
12984
13075
|
updated_at?: string;
|
|
12985
13076
|
};
|
|
12986
13077
|
};
|
|
@@ -13017,7 +13108,7 @@ export interface operations {
|
|
|
13017
13108
|
content: {
|
|
13018
13109
|
"application/json": {
|
|
13019
13110
|
data?: {
|
|
13020
|
-
/** @example
|
|
13111
|
+
/** @example e1a57170-2886-43a1-8111-ddfeeea2e161 */
|
|
13021
13112
|
uid?: string;
|
|
13022
13113
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13023
13114
|
title?: string;
|
|
@@ -13027,17 +13118,17 @@ export interface operations {
|
|
|
13027
13118
|
status?: string;
|
|
13028
13119
|
/** @example emergency */
|
|
13029
13120
|
priority?: string;
|
|
13030
|
-
/** @example 2026-04-
|
|
13121
|
+
/** @example 2026-04-15T07:54:51.000000Z */
|
|
13031
13122
|
reported_at?: string;
|
|
13032
|
-
/** @example 2026-04-
|
|
13123
|
+
/** @example 2026-04-20T04:14:43.000000Z */
|
|
13033
13124
|
assigned_at?: string;
|
|
13034
13125
|
/** @example null */
|
|
13035
13126
|
completed_at?: string | null;
|
|
13036
|
-
/** @example 2026-04-
|
|
13127
|
+
/** @example 2026-04-23T09:37:06.000000Z */
|
|
13037
13128
|
sla_deadline?: string;
|
|
13038
|
-
/** @example 2026-04-
|
|
13129
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13039
13130
|
created_at?: string;
|
|
13040
|
-
/** @example 2026-04-
|
|
13131
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13041
13132
|
updated_at?: string;
|
|
13042
13133
|
};
|
|
13043
13134
|
};
|
|
@@ -13074,7 +13165,7 @@ export interface operations {
|
|
|
13074
13165
|
content: {
|
|
13075
13166
|
"application/json": {
|
|
13076
13167
|
data?: {
|
|
13077
|
-
/** @example
|
|
13168
|
+
/** @example 8a11ddca-96d6-4cc7-b38f-5e63ae3cc1f2 */
|
|
13078
13169
|
uid?: string;
|
|
13079
13170
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
13080
13171
|
title?: string;
|
|
@@ -13084,17 +13175,17 @@ export interface operations {
|
|
|
13084
13175
|
status?: string;
|
|
13085
13176
|
/** @example emergency */
|
|
13086
13177
|
priority?: string;
|
|
13087
|
-
/** @example 2026-04-
|
|
13178
|
+
/** @example 2026-04-15T07:54:51.000000Z */
|
|
13088
13179
|
reported_at?: string;
|
|
13089
|
-
/** @example 2026-04-
|
|
13180
|
+
/** @example 2026-04-20T04:14:43.000000Z */
|
|
13090
13181
|
assigned_at?: string;
|
|
13091
13182
|
/** @example null */
|
|
13092
13183
|
completed_at?: string | null;
|
|
13093
|
-
/** @example 2026-04-
|
|
13184
|
+
/** @example 2026-04-23T09:37:06.000000Z */
|
|
13094
13185
|
sla_deadline?: string;
|
|
13095
|
-
/** @example 2026-04-
|
|
13186
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13096
13187
|
created_at?: string;
|
|
13097
|
-
/** @example 2026-04-
|
|
13188
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13098
13189
|
updated_at?: string;
|
|
13099
13190
|
};
|
|
13100
13191
|
};
|
|
@@ -13490,19 +13581,19 @@ export interface operations {
|
|
|
13490
13581
|
content: {
|
|
13491
13582
|
"application/json": {
|
|
13492
13583
|
data?: {
|
|
13493
|
-
/** @example
|
|
13584
|
+
/** @example 78 */
|
|
13494
13585
|
id?: number;
|
|
13495
13586
|
/** @example 2 */
|
|
13496
13587
|
listing_id?: number;
|
|
13497
13588
|
/** @example completed */
|
|
13498
13589
|
status?: string;
|
|
13499
13590
|
scheduled?: {
|
|
13500
|
-
/** @example
|
|
13591
|
+
/** @example 1981-11-18T00:00:00.000000Z */
|
|
13501
13592
|
start?: string;
|
|
13502
|
-
/** @example
|
|
13593
|
+
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13503
13594
|
end?: string;
|
|
13504
13595
|
};
|
|
13505
|
-
/** @example 2026-04-
|
|
13596
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13506
13597
|
created_at?: string;
|
|
13507
13598
|
};
|
|
13508
13599
|
};
|
|
@@ -13529,7 +13620,7 @@ export interface operations {
|
|
|
13529
13620
|
content: {
|
|
13530
13621
|
"application/json": {
|
|
13531
13622
|
data?: {
|
|
13532
|
-
/** @example
|
|
13623
|
+
/** @example 79 */
|
|
13533
13624
|
id?: number;
|
|
13534
13625
|
/** @example 2 */
|
|
13535
13626
|
listing_id?: number;
|
|
@@ -13541,7 +13632,7 @@ export interface operations {
|
|
|
13541
13632
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13542
13633
|
end?: string;
|
|
13543
13634
|
};
|
|
13544
|
-
/** @example 2026-04-
|
|
13635
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13545
13636
|
created_at?: string;
|
|
13546
13637
|
};
|
|
13547
13638
|
};
|
|
@@ -13567,29 +13658,29 @@ export interface operations {
|
|
|
13567
13658
|
/**
|
|
13568
13659
|
* @example [
|
|
13569
13660
|
* {
|
|
13570
|
-
* "id":
|
|
13661
|
+
* "id": 80,
|
|
13571
13662
|
* "listing_id": 2,
|
|
13572
13663
|
* "status": "completed",
|
|
13573
13664
|
* "scheduled": {
|
|
13574
13665
|
* "start": "1981-11-18T00:00:00.000000Z",
|
|
13575
13666
|
* "end": "1979-12-15T00:00:00.000000Z"
|
|
13576
13667
|
* },
|
|
13577
|
-
* "created_at": "2026-04-
|
|
13668
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
13578
13669
|
* },
|
|
13579
13670
|
* {
|
|
13580
|
-
* "id":
|
|
13671
|
+
* "id": 81,
|
|
13581
13672
|
* "listing_id": 2,
|
|
13582
13673
|
* "status": "completed",
|
|
13583
13674
|
* "scheduled": {
|
|
13584
13675
|
* "start": "2006-09-19T00:00:00.000000Z",
|
|
13585
13676
|
* "end": "2015-01-19T00:00:00.000000Z"
|
|
13586
13677
|
* },
|
|
13587
|
-
* "created_at": "2026-04-
|
|
13678
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
13588
13679
|
* }
|
|
13589
13680
|
* ]
|
|
13590
13681
|
*/
|
|
13591
13682
|
data?: {
|
|
13592
|
-
/** @example
|
|
13683
|
+
/** @example 80 */
|
|
13593
13684
|
id?: number;
|
|
13594
13685
|
/** @example 2 */
|
|
13595
13686
|
listing_id?: number;
|
|
@@ -13601,7 +13692,7 @@ export interface operations {
|
|
|
13601
13692
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13602
13693
|
end?: string;
|
|
13603
13694
|
};
|
|
13604
|
-
/** @example 2026-04-
|
|
13695
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13605
13696
|
created_at?: string;
|
|
13606
13697
|
}[];
|
|
13607
13698
|
links?: {
|
|
@@ -13701,7 +13792,7 @@ export interface operations {
|
|
|
13701
13792
|
content: {
|
|
13702
13793
|
"application/json": {
|
|
13703
13794
|
data?: {
|
|
13704
|
-
/** @example
|
|
13795
|
+
/** @example 82 */
|
|
13705
13796
|
id?: number;
|
|
13706
13797
|
/** @example 2 */
|
|
13707
13798
|
listing_id?: number;
|
|
@@ -13713,7 +13804,7 @@ export interface operations {
|
|
|
13713
13804
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13714
13805
|
end?: string;
|
|
13715
13806
|
};
|
|
13716
|
-
/** @example 2026-04-
|
|
13807
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13717
13808
|
created_at?: string;
|
|
13718
13809
|
};
|
|
13719
13810
|
};
|
|
@@ -13740,7 +13831,7 @@ export interface operations {
|
|
|
13740
13831
|
content: {
|
|
13741
13832
|
"application/json": {
|
|
13742
13833
|
data?: {
|
|
13743
|
-
/** @example
|
|
13834
|
+
/** @example 83 */
|
|
13744
13835
|
id?: number;
|
|
13745
13836
|
/** @example 2 */
|
|
13746
13837
|
listing_id?: number;
|
|
@@ -13752,7 +13843,7 @@ export interface operations {
|
|
|
13752
13843
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13753
13844
|
end?: string;
|
|
13754
13845
|
};
|
|
13755
|
-
/** @example 2026-04-
|
|
13846
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13756
13847
|
created_at?: string;
|
|
13757
13848
|
};
|
|
13758
13849
|
};
|
|
@@ -13779,7 +13870,7 @@ export interface operations {
|
|
|
13779
13870
|
content: {
|
|
13780
13871
|
"application/json": {
|
|
13781
13872
|
data?: {
|
|
13782
|
-
/** @example
|
|
13873
|
+
/** @example 84 */
|
|
13783
13874
|
id?: number;
|
|
13784
13875
|
/** @example 2 */
|
|
13785
13876
|
listing_id?: number;
|
|
@@ -13791,7 +13882,7 @@ export interface operations {
|
|
|
13791
13882
|
/** @example 1979-12-15T00:00:00.000000Z */
|
|
13792
13883
|
end?: string;
|
|
13793
13884
|
};
|
|
13794
|
-
/** @example 2026-04-
|
|
13885
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
13795
13886
|
created_at?: string;
|
|
13796
13887
|
};
|
|
13797
13888
|
};
|
|
@@ -14862,7 +14953,7 @@ export interface operations {
|
|
|
14862
14953
|
content: {
|
|
14863
14954
|
"application/json": {
|
|
14864
14955
|
data?: {
|
|
14865
|
-
/** @example
|
|
14956
|
+
/** @example 6a176cd3-adad-43bb-9bef-5d2b3c70ab6b */
|
|
14866
14957
|
uid?: string;
|
|
14867
14958
|
/** @example Ms. Audra Crooks II */
|
|
14868
14959
|
username?: string;
|
|
@@ -14892,7 +14983,7 @@ export interface operations {
|
|
|
14892
14983
|
timezone?: string;
|
|
14893
14984
|
/** @example Customer */
|
|
14894
14985
|
user_type?: string;
|
|
14895
|
-
/** @example 21 Apr 2026,
|
|
14986
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
14896
14987
|
created?: string;
|
|
14897
14988
|
/** @example 1 second ago */
|
|
14898
14989
|
email_verified_at?: string;
|
|
@@ -15361,7 +15452,7 @@ export interface operations {
|
|
|
15361
15452
|
content: {
|
|
15362
15453
|
"application/json": {
|
|
15363
15454
|
data?: {
|
|
15364
|
-
/** @example
|
|
15455
|
+
/** @example dd7d8aab-dc3d-4f7c-baf9-378a891ac9bc */
|
|
15365
15456
|
uid?: string;
|
|
15366
15457
|
/** @example Ms. Audra Crooks II */
|
|
15367
15458
|
username?: string;
|
|
@@ -15391,7 +15482,7 @@ export interface operations {
|
|
|
15391
15482
|
timezone?: string;
|
|
15392
15483
|
/** @example Customer */
|
|
15393
15484
|
user_type?: string;
|
|
15394
|
-
/** @example 21 Apr 2026,
|
|
15485
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
15395
15486
|
created?: string;
|
|
15396
15487
|
/** @example 0 seconds ago */
|
|
15397
15488
|
email_verified_at?: string;
|
|
@@ -15512,20 +15603,20 @@ export interface operations {
|
|
|
15512
15603
|
content: {
|
|
15513
15604
|
"application/json": {
|
|
15514
15605
|
data?: {
|
|
15515
|
-
/** @example New For
|
|
15606
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 8:41 PM */
|
|
15516
15607
|
draft_name?: string;
|
|
15517
|
-
/** @example LST-
|
|
15608
|
+
/** @example LST-UIT-SAL-MO939R1WJI0 */
|
|
15518
15609
|
sku?: string;
|
|
15519
|
-
/** @example
|
|
15610
|
+
/** @example 8f66695c-17f5-4575-91f3-0a508eebee68 */
|
|
15520
15611
|
uid?: string;
|
|
15521
|
-
/** @example
|
|
15612
|
+
/** @example Sale */
|
|
15522
15613
|
listing_type?: string;
|
|
15523
|
-
/** @example
|
|
15614
|
+
/** @example Used Item */
|
|
15524
15615
|
vertical?: string;
|
|
15525
|
-
/** @example
|
|
15526
|
-
arrangement_type?: string;
|
|
15527
|
-
/** @example
|
|
15528
|
-
arrangement_type_label?: string;
|
|
15616
|
+
/** @example null */
|
|
15617
|
+
arrangement_type?: string | null;
|
|
15618
|
+
/** @example null */
|
|
15619
|
+
arrangement_type_label?: string | null;
|
|
15529
15620
|
/** @example null */
|
|
15530
15621
|
price?: string | null;
|
|
15531
15622
|
/** @example draft */
|
|
@@ -15536,10 +15627,8 @@ export interface operations {
|
|
|
15536
15627
|
published_since?: string | null;
|
|
15537
15628
|
/** @example false */
|
|
15538
15629
|
is_visible?: boolean;
|
|
15539
|
-
|
|
15540
|
-
|
|
15541
|
-
availability?: string | null;
|
|
15542
|
-
};
|
|
15630
|
+
/** @example [] */
|
|
15631
|
+
summary?: unknown[];
|
|
15543
15632
|
/** @example [] */
|
|
15544
15633
|
workflow?: unknown[];
|
|
15545
15634
|
/** @example [] */
|
|
@@ -15640,9 +15729,9 @@ export interface operations {
|
|
|
15640
15729
|
/**
|
|
15641
15730
|
* @example [
|
|
15642
15731
|
* {
|
|
15643
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15644
|
-
* "sku": "LST-PRP-LTR-
|
|
15645
|
-
* "uid": "
|
|
15732
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
|
|
15733
|
+
* "sku": "LST-PRP-LTR-MO939R3BTOQ",
|
|
15734
|
+
* "uid": "f4c5532b-7a0f-4ae5-a3b7-95ee2bfdcd1f",
|
|
15646
15735
|
* "listing_type": "Rent",
|
|
15647
15736
|
* "vertical": "Property",
|
|
15648
15737
|
* "arrangement_type": "let_to_let",
|
|
@@ -15659,9 +15748,9 @@ export interface operations {
|
|
|
15659
15748
|
* "media": []
|
|
15660
15749
|
* },
|
|
15661
15750
|
* {
|
|
15662
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15663
|
-
* "sku": "LST-PRP-SHL-
|
|
15664
|
-
* "uid": "
|
|
15751
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
|
|
15752
|
+
* "sku": "LST-PRP-SHL-MO939R3HN1K",
|
|
15753
|
+
* "uid": "e3905415-a1d1-458f-a64d-c03659245dfc",
|
|
15665
15754
|
* "listing_type": "Short Let",
|
|
15666
15755
|
* "vertical": "Property",
|
|
15667
15756
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15680,11 +15769,11 @@ export interface operations {
|
|
|
15680
15769
|
* ]
|
|
15681
15770
|
*/
|
|
15682
15771
|
data?: {
|
|
15683
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15772
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
15684
15773
|
draft_name?: string;
|
|
15685
|
-
/** @example LST-PRP-LTR-
|
|
15774
|
+
/** @example LST-PRP-LTR-MO939R3BTOQ */
|
|
15686
15775
|
sku?: string;
|
|
15687
|
-
/** @example
|
|
15776
|
+
/** @example f4c5532b-7a0f-4ae5-a3b7-95ee2bfdcd1f */
|
|
15688
15777
|
uid?: string;
|
|
15689
15778
|
/** @example Rent */
|
|
15690
15779
|
listing_type?: string;
|
|
@@ -15794,9 +15883,9 @@ export interface operations {
|
|
|
15794
15883
|
/**
|
|
15795
15884
|
* @example [
|
|
15796
15885
|
* {
|
|
15797
|
-
* "draft_name": "New For Rent Property draft • 21 Apr 2026,
|
|
15798
|
-
* "sku": "LST-PRP-LTR-
|
|
15799
|
-
* "uid": "
|
|
15886
|
+
* "draft_name": "New For Rent Property draft • 21 Apr 2026, 8:41 PM",
|
|
15887
|
+
* "sku": "LST-PRP-LTR-MO939R3PUUU",
|
|
15888
|
+
* "uid": "c8d045ec-5119-4591-b414-18ef7428da83",
|
|
15800
15889
|
* "listing_type": "Rent",
|
|
15801
15890
|
* "vertical": "Property",
|
|
15802
15891
|
* "arrangement_type": "let_to_let",
|
|
@@ -15813,9 +15902,9 @@ export interface operations {
|
|
|
15813
15902
|
* "media": []
|
|
15814
15903
|
* },
|
|
15815
15904
|
* {
|
|
15816
|
-
* "draft_name": "New Short Let Property draft • 21 Apr 2026,
|
|
15817
|
-
* "sku": "LST-PRP-SHL-
|
|
15818
|
-
* "uid": "
|
|
15905
|
+
* "draft_name": "New Short Let Property draft • 21 Apr 2026, 8:41 PM",
|
|
15906
|
+
* "sku": "LST-PRP-SHL-MO939R3S1AU",
|
|
15907
|
+
* "uid": "ffb17498-6bcf-4057-98ae-b59e03b2bfa0",
|
|
15819
15908
|
* "listing_type": "Short Let",
|
|
15820
15909
|
* "vertical": "Property",
|
|
15821
15910
|
* "arrangement_type": "short_term_managed",
|
|
@@ -15834,11 +15923,11 @@ export interface operations {
|
|
|
15834
15923
|
* ]
|
|
15835
15924
|
*/
|
|
15836
15925
|
data?: {
|
|
15837
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
15926
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
15838
15927
|
draft_name?: string;
|
|
15839
|
-
/** @example LST-PRP-LTR-
|
|
15928
|
+
/** @example LST-PRP-LTR-MO939R3PUUU */
|
|
15840
15929
|
sku?: string;
|
|
15841
|
-
/** @example
|
|
15930
|
+
/** @example c8d045ec-5119-4591-b414-18ef7428da83 */
|
|
15842
15931
|
uid?: string;
|
|
15843
15932
|
/** @example Rent */
|
|
15844
15933
|
listing_type?: string;
|
|
@@ -16902,7 +16991,7 @@ export interface operations {
|
|
|
16902
16991
|
content: {
|
|
16903
16992
|
"application/json": {
|
|
16904
16993
|
data?: {
|
|
16905
|
-
/** @example
|
|
16994
|
+
/** @example 58679a45-3626-41af-86d4-a366a78950cc */
|
|
16906
16995
|
uid?: string;
|
|
16907
16996
|
/** @example photo */
|
|
16908
16997
|
media_type?: string;
|
|
@@ -17051,11 +17140,11 @@ export interface operations {
|
|
|
17051
17140
|
content: {
|
|
17052
17141
|
"application/json": {
|
|
17053
17142
|
data?: {
|
|
17054
|
-
/** @example New For Rent Property draft • 21 Apr 2026,
|
|
17143
|
+
/** @example New For Rent Property draft • 21 Apr 2026, 8:41 PM */
|
|
17055
17144
|
draft_name?: string;
|
|
17056
|
-
/** @example LST-PRP-LTR-
|
|
17145
|
+
/** @example LST-PRP-LTR-MO939R70SVH */
|
|
17057
17146
|
sku?: string;
|
|
17058
|
-
/** @example
|
|
17147
|
+
/** @example 685dd8d6-f55d-47bb-99a9-1073abc6f54a */
|
|
17059
17148
|
uid?: string;
|
|
17060
17149
|
/** @example Rent */
|
|
17061
17150
|
listing_type?: string;
|
|
@@ -17215,7 +17304,7 @@ export interface operations {
|
|
|
17215
17304
|
content: {
|
|
17216
17305
|
"application/json": {
|
|
17217
17306
|
data?: {
|
|
17218
|
-
/** @example
|
|
17307
|
+
/** @example d5c1abf9-0c5d-403a-9212-4102dadefda0 */
|
|
17219
17308
|
uid?: string;
|
|
17220
17309
|
/** @example null */
|
|
17221
17310
|
compliances?: string | null;
|
|
@@ -17266,7 +17355,7 @@ export interface operations {
|
|
|
17266
17355
|
content: {
|
|
17267
17356
|
"application/json": {
|
|
17268
17357
|
data?: {
|
|
17269
|
-
/** @example
|
|
17358
|
+
/** @example 95 */
|
|
17270
17359
|
id?: number;
|
|
17271
17360
|
compliance?: {
|
|
17272
17361
|
/** @example 1 */
|
|
@@ -17288,7 +17377,7 @@ export interface operations {
|
|
|
17288
17377
|
reviewed_by?: number;
|
|
17289
17378
|
/** @example null */
|
|
17290
17379
|
reviewed_at?: string | null;
|
|
17291
|
-
/** @example 2026-04-
|
|
17380
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17292
17381
|
created_at?: string;
|
|
17293
17382
|
};
|
|
17294
17383
|
};
|
|
@@ -17343,7 +17432,7 @@ export interface operations {
|
|
|
17343
17432
|
/**
|
|
17344
17433
|
* @example [
|
|
17345
17434
|
* {
|
|
17346
|
-
* "uid": "
|
|
17435
|
+
* "uid": "9fba1905-e370-4e4a-8dbc-22e81fa60c63",
|
|
17347
17436
|
* "listing_id": 1,
|
|
17348
17437
|
* "landlord_id": 2,
|
|
17349
17438
|
* "tenant_id": 2,
|
|
@@ -17355,10 +17444,10 @@ export interface operations {
|
|
|
17355
17444
|
* "is_periodic": false,
|
|
17356
17445
|
* "company_name": null,
|
|
17357
17446
|
* "company_registration_number": null,
|
|
17358
|
-
* "created_at": "2026-04-
|
|
17447
|
+
* "created_at": "2026-04-21T20:41:15.000000Z"
|
|
17359
17448
|
* },
|
|
17360
17449
|
* {
|
|
17361
|
-
* "uid": "
|
|
17450
|
+
* "uid": "846f60df-1f20-4db5-8b04-3ae4caa7939f",
|
|
17362
17451
|
* "listing_id": 1,
|
|
17363
17452
|
* "landlord_id": 2,
|
|
17364
17453
|
* "tenant_id": 2,
|
|
@@ -17370,12 +17459,12 @@ export interface operations {
|
|
|
17370
17459
|
* "is_periodic": false,
|
|
17371
17460
|
* "company_name": null,
|
|
17372
17461
|
* "company_registration_number": null,
|
|
17373
|
-
* "created_at": "2026-04-
|
|
17462
|
+
* "created_at": "2026-04-21T20:41:15.000000Z"
|
|
17374
17463
|
* }
|
|
17375
17464
|
* ]
|
|
17376
17465
|
*/
|
|
17377
17466
|
data?: {
|
|
17378
|
-
/** @example
|
|
17467
|
+
/** @example 9fba1905-e370-4e4a-8dbc-22e81fa60c63 */
|
|
17379
17468
|
uid?: string;
|
|
17380
17469
|
/** @example 1 */
|
|
17381
17470
|
listing_id?: number;
|
|
@@ -17399,7 +17488,7 @@ export interface operations {
|
|
|
17399
17488
|
company_name?: string | null;
|
|
17400
17489
|
/** @example null */
|
|
17401
17490
|
company_registration_number?: string | null;
|
|
17402
|
-
/** @example 2026-04-
|
|
17491
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17403
17492
|
created_at?: string;
|
|
17404
17493
|
}[];
|
|
17405
17494
|
links?: {
|
|
@@ -17486,7 +17575,7 @@ export interface operations {
|
|
|
17486
17575
|
/**
|
|
17487
17576
|
* @example [
|
|
17488
17577
|
* {
|
|
17489
|
-
* "uid": "
|
|
17578
|
+
* "uid": "38717c35-6f6a-421f-a973-164f19833f7f",
|
|
17490
17579
|
* "listing_id": 1,
|
|
17491
17580
|
* "landlord_id": 2,
|
|
17492
17581
|
* "tenant_id": 2,
|
|
@@ -17498,10 +17587,10 @@ export interface operations {
|
|
|
17498
17587
|
* "is_periodic": false,
|
|
17499
17588
|
* "company_name": null,
|
|
17500
17589
|
* "company_registration_number": null,
|
|
17501
|
-
* "created_at": "2026-04-
|
|
17590
|
+
* "created_at": "2026-04-21T20:41:15.000000Z"
|
|
17502
17591
|
* },
|
|
17503
17592
|
* {
|
|
17504
|
-
* "uid": "
|
|
17593
|
+
* "uid": "bde7dcad-7d01-43e2-be07-91a2b7eae02c",
|
|
17505
17594
|
* "listing_id": 1,
|
|
17506
17595
|
* "landlord_id": 2,
|
|
17507
17596
|
* "tenant_id": 2,
|
|
@@ -17513,12 +17602,12 @@ export interface operations {
|
|
|
17513
17602
|
* "is_periodic": false,
|
|
17514
17603
|
* "company_name": null,
|
|
17515
17604
|
* "company_registration_number": null,
|
|
17516
|
-
* "created_at": "2026-04-
|
|
17605
|
+
* "created_at": "2026-04-21T20:41:15.000000Z"
|
|
17517
17606
|
* }
|
|
17518
17607
|
* ]
|
|
17519
17608
|
*/
|
|
17520
17609
|
data?: {
|
|
17521
|
-
/** @example
|
|
17610
|
+
/** @example 38717c35-6f6a-421f-a973-164f19833f7f */
|
|
17522
17611
|
uid?: string;
|
|
17523
17612
|
/** @example 1 */
|
|
17524
17613
|
listing_id?: number;
|
|
@@ -17542,7 +17631,7 @@ export interface operations {
|
|
|
17542
17631
|
company_name?: string | null;
|
|
17543
17632
|
/** @example null */
|
|
17544
17633
|
company_registration_number?: string | null;
|
|
17545
|
-
/** @example 2026-04-
|
|
17634
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17546
17635
|
created_at?: string;
|
|
17547
17636
|
}[];
|
|
17548
17637
|
links?: {
|
|
@@ -17649,7 +17738,7 @@ export interface operations {
|
|
|
17649
17738
|
content: {
|
|
17650
17739
|
"application/json": {
|
|
17651
17740
|
data?: {
|
|
17652
|
-
/** @example
|
|
17741
|
+
/** @example 109 */
|
|
17653
17742
|
id?: number;
|
|
17654
17743
|
compliance?: {
|
|
17655
17744
|
/** @example 1 */
|
|
@@ -17669,9 +17758,9 @@ export interface operations {
|
|
|
17669
17758
|
rejection_reason?: string | null;
|
|
17670
17759
|
/** @example 1 */
|
|
17671
17760
|
reviewed_by?: number;
|
|
17672
|
-
/** @example 2026-04-
|
|
17761
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17673
17762
|
reviewed_at?: string;
|
|
17674
|
-
/** @example 2026-04-
|
|
17763
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17675
17764
|
created_at?: string;
|
|
17676
17765
|
};
|
|
17677
17766
|
};
|
|
@@ -17698,7 +17787,7 @@ export interface operations {
|
|
|
17698
17787
|
content: {
|
|
17699
17788
|
"application/json": {
|
|
17700
17789
|
data?: {
|
|
17701
|
-
/** @example
|
|
17790
|
+
/** @example 110 */
|
|
17702
17791
|
id?: number;
|
|
17703
17792
|
compliance?: {
|
|
17704
17793
|
/** @example 1 */
|
|
@@ -17718,9 +17807,9 @@ export interface operations {
|
|
|
17718
17807
|
rejection_reason?: string | null;
|
|
17719
17808
|
/** @example 1 */
|
|
17720
17809
|
reviewed_by?: number;
|
|
17721
|
-
/** @example 2026-04-
|
|
17810
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17722
17811
|
reviewed_at?: string;
|
|
17723
|
-
/** @example 2026-04-
|
|
17812
|
+
/** @example 2026-04-21T20:41:15.000000Z */
|
|
17724
17813
|
created_at?: string;
|
|
17725
17814
|
};
|
|
17726
17815
|
};
|
|
@@ -18742,35 +18831,35 @@ export interface operations {
|
|
|
18742
18831
|
/**
|
|
18743
18832
|
* @example [
|
|
18744
18833
|
* {
|
|
18745
|
-
* "uid": "
|
|
18834
|
+
* "uid": "419ae005-46ac-443e-a662-0cb54b9e060e",
|
|
18746
18835
|
* "title": "Quos velit et fugiat sunt nihil.",
|
|
18747
18836
|
* "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.",
|
|
18748
18837
|
* "status": "reported",
|
|
18749
18838
|
* "priority": "emergency",
|
|
18750
|
-
* "reported_at": "2026-04-
|
|
18751
|
-
* "assigned_at": "2026-04-
|
|
18839
|
+
* "reported_at": "2026-04-15T07:54:52.000000Z",
|
|
18840
|
+
* "assigned_at": "2026-04-20T04:14:44.000000Z",
|
|
18752
18841
|
* "completed_at": null,
|
|
18753
|
-
* "sla_deadline": "2026-04-
|
|
18754
|
-
* "created_at": "2026-04-
|
|
18755
|
-
* "updated_at": "2026-04-
|
|
18842
|
+
* "sla_deadline": "2026-04-23T09:37:07.000000Z",
|
|
18843
|
+
* "created_at": "2026-04-21T20:41:17.000000Z",
|
|
18844
|
+
* "updated_at": "2026-04-21T20:41:17.000000Z"
|
|
18756
18845
|
* },
|
|
18757
18846
|
* {
|
|
18758
|
-
* "uid": "
|
|
18847
|
+
* "uid": "ff0cdf2b-fa59-408e-a447-1f3a8e3d4782",
|
|
18759
18848
|
* "title": "Fugit deleniti distinctio eum doloremque.",
|
|
18760
18849
|
* "description": "Libero aliquam veniam corporis dolorem mollitia deleniti. Odit quia officia est dignissimos neque blanditiis odio. Excepturi doloribus delectus fugit qui repudiandae laboriosam.",
|
|
18761
18850
|
* "status": "completed",
|
|
18762
18851
|
* "priority": "normal",
|
|
18763
|
-
* "reported_at": "2026-04-
|
|
18852
|
+
* "reported_at": "2026-04-17T20:33:17.000000Z",
|
|
18764
18853
|
* "assigned_at": null,
|
|
18765
18854
|
* "completed_at": null,
|
|
18766
|
-
* "sla_deadline": "2026-04-
|
|
18767
|
-
* "created_at": "2026-04-
|
|
18768
|
-
* "updated_at": "2026-04-
|
|
18855
|
+
* "sla_deadline": "2026-04-24T17:37:04.000000Z",
|
|
18856
|
+
* "created_at": "2026-04-21T20:41:17.000000Z",
|
|
18857
|
+
* "updated_at": "2026-04-21T20:41:17.000000Z"
|
|
18769
18858
|
* }
|
|
18770
18859
|
* ]
|
|
18771
18860
|
*/
|
|
18772
18861
|
data?: {
|
|
18773
|
-
/** @example
|
|
18862
|
+
/** @example 419ae005-46ac-443e-a662-0cb54b9e060e */
|
|
18774
18863
|
uid?: string;
|
|
18775
18864
|
/** @example Quos velit et fugiat sunt nihil. */
|
|
18776
18865
|
title?: string;
|
|
@@ -18780,17 +18869,17 @@ export interface operations {
|
|
|
18780
18869
|
status?: string;
|
|
18781
18870
|
/** @example emergency */
|
|
18782
18871
|
priority?: string;
|
|
18783
|
-
/** @example 2026-04-
|
|
18872
|
+
/** @example 2026-04-15T07:54:52.000000Z */
|
|
18784
18873
|
reported_at?: string;
|
|
18785
|
-
/** @example 2026-04-
|
|
18874
|
+
/** @example 2026-04-20T04:14:44.000000Z */
|
|
18786
18875
|
assigned_at?: string;
|
|
18787
18876
|
/** @example null */
|
|
18788
18877
|
completed_at?: string | null;
|
|
18789
|
-
/** @example 2026-04-
|
|
18878
|
+
/** @example 2026-04-23T09:37:07.000000Z */
|
|
18790
18879
|
sla_deadline?: string;
|
|
18791
|
-
/** @example 2026-04-
|
|
18880
|
+
/** @example 2026-04-21T20:41:17.000000Z */
|
|
18792
18881
|
created_at?: string;
|
|
18793
|
-
/** @example 2026-04-
|
|
18882
|
+
/** @example 2026-04-21T20:41:17.000000Z */
|
|
18794
18883
|
updated_at?: string;
|
|
18795
18884
|
}[];
|
|
18796
18885
|
links?: {
|
|
@@ -18885,13 +18974,13 @@ export interface operations {
|
|
|
18885
18974
|
content: {
|
|
18886
18975
|
"application/json": {
|
|
18887
18976
|
data?: {
|
|
18888
|
-
/** @example
|
|
18977
|
+
/** @example 7aca9bb7-7340-4a56-ae2c-b0256e7d3565 */
|
|
18889
18978
|
uid?: string;
|
|
18890
18979
|
/** @example image */
|
|
18891
18980
|
file_type?: string;
|
|
18892
18981
|
/** @example /storage/maintenance/a4855dc5-0acb-33c3-b921-f4291f719ca0.pdf */
|
|
18893
18982
|
url?: string;
|
|
18894
|
-
/** @example 2026-04-
|
|
18983
|
+
/** @example 2026-04-21T20:41:17.000000Z */
|
|
18895
18984
|
created_at?: string;
|
|
18896
18985
|
};
|
|
18897
18986
|
};
|
|
@@ -18936,7 +19025,7 @@ export interface operations {
|
|
|
18936
19025
|
content: {
|
|
18937
19026
|
"application/json": {
|
|
18938
19027
|
data?: {
|
|
18939
|
-
/** @example
|
|
19028
|
+
/** @example 34 */
|
|
18940
19029
|
id?: number;
|
|
18941
19030
|
/** @example property_inquiry */
|
|
18942
19031
|
type?: string;
|
|
@@ -18944,7 +19033,7 @@ export interface operations {
|
|
|
18944
19033
|
listing_id?: number;
|
|
18945
19034
|
/** @example null */
|
|
18946
19035
|
last_message_at?: string | null;
|
|
18947
|
-
/** @example 2026-04-
|
|
19036
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
18948
19037
|
created_at?: string;
|
|
18949
19038
|
};
|
|
18950
19039
|
};
|
|
@@ -18970,23 +19059,23 @@ export interface operations {
|
|
|
18970
19059
|
/**
|
|
18971
19060
|
* @example [
|
|
18972
19061
|
* {
|
|
18973
|
-
* "id":
|
|
19062
|
+
* "id": 35,
|
|
18974
19063
|
* "type": "property_inquiry",
|
|
18975
19064
|
* "listing_id": 2,
|
|
18976
19065
|
* "last_message_at": null,
|
|
18977
|
-
* "created_at": "2026-04-
|
|
19066
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
18978
19067
|
* },
|
|
18979
19068
|
* {
|
|
18980
|
-
* "id":
|
|
19069
|
+
* "id": 36,
|
|
18981
19070
|
* "type": "property_inquiry",
|
|
18982
19071
|
* "listing_id": 2,
|
|
18983
19072
|
* "last_message_at": null,
|
|
18984
|
-
* "created_at": "2026-04-
|
|
19073
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
18985
19074
|
* }
|
|
18986
19075
|
* ]
|
|
18987
19076
|
*/
|
|
18988
19077
|
data?: {
|
|
18989
|
-
/** @example
|
|
19078
|
+
/** @example 35 */
|
|
18990
19079
|
id?: number;
|
|
18991
19080
|
/** @example property_inquiry */
|
|
18992
19081
|
type?: string;
|
|
@@ -18994,7 +19083,7 @@ export interface operations {
|
|
|
18994
19083
|
listing_id?: number;
|
|
18995
19084
|
/** @example null */
|
|
18996
19085
|
last_message_at?: string | null;
|
|
18997
|
-
/** @example 2026-04-
|
|
19086
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
18998
19087
|
created_at?: string;
|
|
18999
19088
|
}[];
|
|
19000
19089
|
links?: {
|
|
@@ -19312,27 +19401,27 @@ export interface operations {
|
|
|
19312
19401
|
/**
|
|
19313
19402
|
* @example [
|
|
19314
19403
|
* {
|
|
19315
|
-
* "id": "
|
|
19404
|
+
* "id": "216d5d44-a842-4c7c-a5c1-a7be2b6b4756",
|
|
19316
19405
|
* "type": "APPOINTMENT_CREATED",
|
|
19317
19406
|
* "title": "faker notification",
|
|
19318
19407
|
* "body": "faker notification body",
|
|
19319
19408
|
* "data": [],
|
|
19320
19409
|
* "read_at": null,
|
|
19321
|
-
* "created_at": "2026-04-
|
|
19410
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
19322
19411
|
* },
|
|
19323
19412
|
* {
|
|
19324
|
-
* "id": "
|
|
19413
|
+
* "id": "2f4bc962-543f-4a39-b736-1eba7a2b600e",
|
|
19325
19414
|
* "type": "APPOINTMENT_CREATED",
|
|
19326
19415
|
* "title": "faker notification",
|
|
19327
19416
|
* "body": "faker notification body",
|
|
19328
19417
|
* "data": [],
|
|
19329
19418
|
* "read_at": null,
|
|
19330
|
-
* "created_at": "2026-04-
|
|
19419
|
+
* "created_at": "2026-04-21T20:41:16.000000Z"
|
|
19331
19420
|
* }
|
|
19332
19421
|
* ]
|
|
19333
19422
|
*/
|
|
19334
19423
|
data?: {
|
|
19335
|
-
/** @example
|
|
19424
|
+
/** @example 216d5d44-a842-4c7c-a5c1-a7be2b6b4756 */
|
|
19336
19425
|
id?: string;
|
|
19337
19426
|
/** @example APPOINTMENT_CREATED */
|
|
19338
19427
|
type?: string;
|
|
@@ -19344,7 +19433,7 @@ export interface operations {
|
|
|
19344
19433
|
data?: unknown[];
|
|
19345
19434
|
/** @example null */
|
|
19346
19435
|
read_at?: string | null;
|
|
19347
|
-
/** @example 2026-04-
|
|
19436
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
19348
19437
|
created_at?: string;
|
|
19349
19438
|
}[];
|
|
19350
19439
|
links?: {
|
|
@@ -19428,7 +19517,7 @@ export interface operations {
|
|
|
19428
19517
|
};
|
|
19429
19518
|
content: {
|
|
19430
19519
|
"application/json": {
|
|
19431
|
-
/** @example
|
|
19520
|
+
/** @example 58d0dafe-6dea-4e0c-b9fc-d3b32049d094 */
|
|
19432
19521
|
id?: string;
|
|
19433
19522
|
/** @example APPOINTMENT_CREATED */
|
|
19434
19523
|
type?: string;
|
|
@@ -19440,7 +19529,7 @@ export interface operations {
|
|
|
19440
19529
|
data?: unknown[];
|
|
19441
19530
|
/** @example null */
|
|
19442
19531
|
read_at?: string | null;
|
|
19443
|
-
/** @example 2026-04-
|
|
19532
|
+
/** @example 2026-04-21T20:41:16.000000Z */
|
|
19444
19533
|
created_at?: string;
|
|
19445
19534
|
};
|
|
19446
19535
|
};
|
|
@@ -19687,45 +19776,45 @@ export interface operations {
|
|
|
19687
19776
|
/**
|
|
19688
19777
|
* @example [
|
|
19689
19778
|
* {
|
|
19690
|
-
* "id":
|
|
19779
|
+
* "id": 67,
|
|
19691
19780
|
* "rating": 1,
|
|
19692
19781
|
* "comment": "Nice Listing",
|
|
19693
19782
|
* "reviewer": {
|
|
19694
|
-
* "id":
|
|
19695
|
-
* "name": "
|
|
19783
|
+
* "id": 25,
|
|
19784
|
+
* "name": "Jayden Ward"
|
|
19696
19785
|
* },
|
|
19697
|
-
* "created_at": "2026-04-
|
|
19698
|
-
* "updated_at": "2026-04-
|
|
19786
|
+
* "created_at": "2026-04-21T20:41:16+00:00",
|
|
19787
|
+
* "updated_at": "2026-04-21T20:41:16+00:00"
|
|
19699
19788
|
* },
|
|
19700
19789
|
* {
|
|
19701
|
-
* "id":
|
|
19790
|
+
* "id": 68,
|
|
19702
19791
|
* "rating": 1,
|
|
19703
19792
|
* "comment": "Nice Listing",
|
|
19704
19793
|
* "reviewer": {
|
|
19705
|
-
* "id":
|
|
19706
|
-
* "name": "
|
|
19794
|
+
* "id": 18,
|
|
19795
|
+
* "name": "Wayne Davies"
|
|
19707
19796
|
* },
|
|
19708
|
-
* "created_at": "2026-04-
|
|
19709
|
-
* "updated_at": "2026-04-
|
|
19797
|
+
* "created_at": "2026-04-21T20:41:16+00:00",
|
|
19798
|
+
* "updated_at": "2026-04-21T20:41:16+00:00"
|
|
19710
19799
|
* }
|
|
19711
19800
|
* ]
|
|
19712
19801
|
*/
|
|
19713
19802
|
data?: {
|
|
19714
|
-
/** @example
|
|
19803
|
+
/** @example 67 */
|
|
19715
19804
|
id?: number;
|
|
19716
19805
|
/** @example 1 */
|
|
19717
19806
|
rating?: number;
|
|
19718
19807
|
/** @example Nice Listing */
|
|
19719
19808
|
comment?: string;
|
|
19720
19809
|
reviewer?: {
|
|
19721
|
-
/** @example
|
|
19810
|
+
/** @example 25 */
|
|
19722
19811
|
id?: number;
|
|
19723
|
-
/** @example
|
|
19812
|
+
/** @example Jayden Ward */
|
|
19724
19813
|
name?: string;
|
|
19725
19814
|
};
|
|
19726
|
-
/** @example 2026-04-
|
|
19815
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19727
19816
|
created_at?: string;
|
|
19728
|
-
/** @example 2026-04-
|
|
19817
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19729
19818
|
updated_at?: string;
|
|
19730
19819
|
}[];
|
|
19731
19820
|
links?: {
|
|
@@ -19879,7 +19968,7 @@ export interface operations {
|
|
|
19879
19968
|
content: {
|
|
19880
19969
|
"application/json": {
|
|
19881
19970
|
data?: {
|
|
19882
|
-
/** @example
|
|
19971
|
+
/** @example 69 */
|
|
19883
19972
|
id?: number;
|
|
19884
19973
|
/** @example 1 */
|
|
19885
19974
|
rating?: number;
|
|
@@ -19891,9 +19980,9 @@ export interface operations {
|
|
|
19891
19980
|
/** @example dogunfx */
|
|
19892
19981
|
name?: string;
|
|
19893
19982
|
};
|
|
19894
|
-
/** @example 2026-04-
|
|
19983
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19895
19984
|
created_at?: string;
|
|
19896
|
-
/** @example 2026-04-
|
|
19985
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19897
19986
|
updated_at?: string;
|
|
19898
19987
|
};
|
|
19899
19988
|
};
|
|
@@ -19937,21 +20026,21 @@ export interface operations {
|
|
|
19937
20026
|
content: {
|
|
19938
20027
|
"application/json": {
|
|
19939
20028
|
data?: {
|
|
19940
|
-
/** @example
|
|
20029
|
+
/** @example 70 */
|
|
19941
20030
|
id?: number;
|
|
19942
20031
|
/** @example 1 */
|
|
19943
20032
|
rating?: number;
|
|
19944
20033
|
/** @example Nice Listing */
|
|
19945
20034
|
comment?: string;
|
|
19946
20035
|
reviewer?: {
|
|
19947
|
-
/** @example
|
|
20036
|
+
/** @example 19 */
|
|
19948
20037
|
id?: number;
|
|
19949
|
-
/** @example
|
|
20038
|
+
/** @example John Brown */
|
|
19950
20039
|
name?: string;
|
|
19951
20040
|
};
|
|
19952
|
-
/** @example 2026-04-
|
|
20041
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19953
20042
|
created_at?: string;
|
|
19954
|
-
/** @example 2026-04-
|
|
20043
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
19955
20044
|
updated_at?: string;
|
|
19956
20045
|
};
|
|
19957
20046
|
};
|
|
@@ -19993,21 +20082,21 @@ export interface operations {
|
|
|
19993
20082
|
content: {
|
|
19994
20083
|
"application/json": {
|
|
19995
20084
|
data?: {
|
|
19996
|
-
/** @example
|
|
20085
|
+
/** @example 71 */
|
|
19997
20086
|
id?: number;
|
|
19998
20087
|
/** @example 1 */
|
|
19999
20088
|
rating?: number;
|
|
20000
20089
|
/** @example Nice Listing */
|
|
20001
20090
|
comment?: string;
|
|
20002
20091
|
reviewer?: {
|
|
20003
|
-
/** @example
|
|
20092
|
+
/** @example 15 */
|
|
20004
20093
|
id?: number;
|
|
20005
|
-
/** @example
|
|
20094
|
+
/** @example Sabrina Owen */
|
|
20006
20095
|
name?: string;
|
|
20007
20096
|
};
|
|
20008
|
-
/** @example 2026-04-
|
|
20097
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
20009
20098
|
created_at?: string;
|
|
20010
|
-
/** @example 2026-04-
|
|
20099
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
20011
20100
|
updated_at?: string;
|
|
20012
20101
|
};
|
|
20013
20102
|
};
|
|
@@ -20034,21 +20123,21 @@ export interface operations {
|
|
|
20034
20123
|
content: {
|
|
20035
20124
|
"application/json": {
|
|
20036
20125
|
data?: {
|
|
20037
|
-
/** @example
|
|
20126
|
+
/** @example 72 */
|
|
20038
20127
|
id?: number;
|
|
20039
20128
|
/** @example 1 */
|
|
20040
20129
|
rating?: number;
|
|
20041
20130
|
/** @example Nice Listing */
|
|
20042
20131
|
comment?: string;
|
|
20043
20132
|
reviewer?: {
|
|
20044
|
-
/** @example
|
|
20133
|
+
/** @example 19 */
|
|
20045
20134
|
id?: number;
|
|
20046
|
-
/** @example
|
|
20135
|
+
/** @example John Brown */
|
|
20047
20136
|
name?: string;
|
|
20048
20137
|
};
|
|
20049
|
-
/** @example 2026-04-
|
|
20138
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
20050
20139
|
created_at?: string;
|
|
20051
|
-
/** @example 2026-04-
|
|
20140
|
+
/** @example 2026-04-21T20:41:16+00:00 */
|
|
20052
20141
|
updated_at?: string;
|
|
20053
20142
|
};
|
|
20054
20143
|
};
|
|
@@ -20075,7 +20164,7 @@ export interface operations {
|
|
|
20075
20164
|
content: {
|
|
20076
20165
|
"application/json": {
|
|
20077
20166
|
data?: {
|
|
20078
|
-
/** @example
|
|
20167
|
+
/** @example 0958bb88-85a1-4d79-8601-515e328d21fe */
|
|
20079
20168
|
uid?: string;
|
|
20080
20169
|
/** @example 1 */
|
|
20081
20170
|
listing_id?: number;
|
|
@@ -20083,15 +20172,15 @@ export interface operations {
|
|
|
20083
20172
|
landlord_id?: number;
|
|
20084
20173
|
/** @example 2 */
|
|
20085
20174
|
tenant_id?: number;
|
|
20086
|
-
/** @example
|
|
20175
|
+
/** @example 4881.50 */
|
|
20087
20176
|
rent_amount?: string;
|
|
20088
|
-
/** @example
|
|
20177
|
+
/** @example 2151.17 */
|
|
20089
20178
|
deposit_amount?: string;
|
|
20090
|
-
/** @example
|
|
20179
|
+
/** @example offer_accepted */
|
|
20091
20180
|
state?: string;
|
|
20092
|
-
/** @example 2025-
|
|
20181
|
+
/** @example 2025-10-27T00:00:00.000000Z */
|
|
20093
20182
|
start_date?: string;
|
|
20094
|
-
/** @example 2026-
|
|
20183
|
+
/** @example 2026-10-27T00:00:00.000000Z */
|
|
20095
20184
|
end_date?: string;
|
|
20096
20185
|
/** @example false */
|
|
20097
20186
|
is_periodic?: boolean;
|
|
@@ -20099,7 +20188,7 @@ export interface operations {
|
|
|
20099
20188
|
company_name?: string | null;
|
|
20100
20189
|
/** @example null */
|
|
20101
20190
|
company_registration_number?: string | null;
|
|
20102
|
-
/** @example 2026-04-
|
|
20191
|
+
/** @example 2026-04-21T20:41:17.000000Z */
|
|
20103
20192
|
created_at?: string;
|
|
20104
20193
|
/** @example [] */
|
|
20105
20194
|
compliances?: unknown[];
|
|
@@ -20176,7 +20265,7 @@ export interface operations {
|
|
|
20176
20265
|
content: {
|
|
20177
20266
|
"application/json": {
|
|
20178
20267
|
data?: {
|
|
20179
|
-
/** @example
|
|
20268
|
+
/** @example 291065c9-be8b-46f7-90c4-b4e2c6da77e2 */
|
|
20180
20269
|
uid?: string;
|
|
20181
20270
|
/** @example 1 */
|
|
20182
20271
|
listing_id?: number;
|
|
@@ -20200,7 +20289,7 @@ export interface operations {
|
|
|
20200
20289
|
company_name?: string | null;
|
|
20201
20290
|
/** @example null */
|
|
20202
20291
|
company_registration_number?: string | null;
|
|
20203
|
-
/** @example 2026-04-
|
|
20292
|
+
/** @example 2026-04-21T20:41:17.000000Z */
|
|
20204
20293
|
created_at?: string;
|
|
20205
20294
|
};
|
|
20206
20295
|
};
|
|
@@ -20494,7 +20583,7 @@ export interface operations {
|
|
|
20494
20583
|
* "changed_by_user_id": 3,
|
|
20495
20584
|
* "changed_by_name": "Teagan King",
|
|
20496
20585
|
* "comment": "Qui commodi incidunt iure odit.",
|
|
20497
|
-
* "created_at": "2025-12-
|
|
20586
|
+
* "created_at": "2025-12-14T07:28:16.000000Z"
|
|
20498
20587
|
* },
|
|
20499
20588
|
* {
|
|
20500
20589
|
* "from_state": "pre_move_in_ready",
|
|
@@ -20502,7 +20591,7 @@ export interface operations {
|
|
|
20502
20591
|
* "changed_by_user_id": 3,
|
|
20503
20592
|
* "changed_by_name": "Teagan King",
|
|
20504
20593
|
* "comment": null,
|
|
20505
|
-
* "created_at": "2025-10-
|
|
20594
|
+
* "created_at": "2025-10-30T15:23:56.000000Z"
|
|
20506
20595
|
* }
|
|
20507
20596
|
* ]
|
|
20508
20597
|
*/
|
|
@@ -20517,7 +20606,7 @@ export interface operations {
|
|
|
20517
20606
|
changed_by_name?: string;
|
|
20518
20607
|
/** @example Qui commodi incidunt iure odit. */
|
|
20519
20608
|
comment?: string;
|
|
20520
|
-
/** @example 2025-12-
|
|
20609
|
+
/** @example 2025-12-14T07:28:16.000000Z */
|
|
20521
20610
|
created_at?: string;
|
|
20522
20611
|
}[];
|
|
20523
20612
|
};
|
|
@@ -20761,7 +20850,7 @@ export interface operations {
|
|
|
20761
20850
|
content: {
|
|
20762
20851
|
"application/json": {
|
|
20763
20852
|
data?: {
|
|
20764
|
-
/** @example
|
|
20853
|
+
/** @example 79fc24e4-582e-46eb-a4ec-7d7d547a6709 */
|
|
20765
20854
|
uid?: string;
|
|
20766
20855
|
/** @example Ms. Audra Crooks II */
|
|
20767
20856
|
username?: string;
|
|
@@ -20791,7 +20880,7 @@ export interface operations {
|
|
|
20791
20880
|
timezone?: string;
|
|
20792
20881
|
/** @example Customer */
|
|
20793
20882
|
user_type?: string;
|
|
20794
|
-
/** @example 21 Apr 2026,
|
|
20883
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
20795
20884
|
created?: string;
|
|
20796
20885
|
/** @example 0 seconds ago */
|
|
20797
20886
|
email_verified_at?: string;
|
|
@@ -20890,7 +20979,7 @@ export interface operations {
|
|
|
20890
20979
|
content: {
|
|
20891
20980
|
"application/json": {
|
|
20892
20981
|
data?: {
|
|
20893
|
-
/** @example
|
|
20982
|
+
/** @example c951514c-f427-43b1-b880-1ba10a663c38 */
|
|
20894
20983
|
uid?: string;
|
|
20895
20984
|
/** @example Morgan Hirthe */
|
|
20896
20985
|
username?: string;
|
|
@@ -20920,7 +21009,7 @@ export interface operations {
|
|
|
20920
21009
|
timezone?: string;
|
|
20921
21010
|
/** @example Customer */
|
|
20922
21011
|
user_type?: string;
|
|
20923
|
-
/** @example 21 Apr 2026,
|
|
21012
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
20924
21013
|
created?: string;
|
|
20925
21014
|
/** @example 0 seconds ago */
|
|
20926
21015
|
email_verified_at?: string;
|
|
@@ -20992,7 +21081,7 @@ export interface operations {
|
|
|
20992
21081
|
content: {
|
|
20993
21082
|
"application/json": {
|
|
20994
21083
|
data?: {
|
|
20995
|
-
/** @example
|
|
21084
|
+
/** @example 780464cb-4264-4eb0-9f53-f6c4d406385c */
|
|
20996
21085
|
uid?: string;
|
|
20997
21086
|
/** @example Ms. Audra Crooks II */
|
|
20998
21087
|
username?: string;
|
|
@@ -21022,7 +21111,7 @@ export interface operations {
|
|
|
21022
21111
|
timezone?: string;
|
|
21023
21112
|
/** @example Customer */
|
|
21024
21113
|
user_type?: string;
|
|
21025
|
-
/** @example 21 Apr 2026,
|
|
21114
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
21026
21115
|
created?: string;
|
|
21027
21116
|
/** @example 0 seconds ago */
|
|
21028
21117
|
email_verified_at?: string;
|
|
@@ -21262,7 +21351,7 @@ export interface operations {
|
|
|
21262
21351
|
completed_layers?: number;
|
|
21263
21352
|
/** @example 4 */
|
|
21264
21353
|
pending_layers?: number;
|
|
21265
|
-
/** @example 21 Apr 2026,
|
|
21354
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
21266
21355
|
last_calculated_at?: string;
|
|
21267
21356
|
};
|
|
21268
21357
|
};
|
|
@@ -21310,7 +21399,7 @@ export interface operations {
|
|
|
21310
21399
|
completed_layers?: number;
|
|
21311
21400
|
/** @example 4 */
|
|
21312
21401
|
pending_layers?: number;
|
|
21313
|
-
/** @example 21 Apr 2026,
|
|
21402
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
21314
21403
|
last_calculated_at?: string;
|
|
21315
21404
|
};
|
|
21316
21405
|
};
|
|
@@ -21344,14 +21433,14 @@ export interface operations {
|
|
|
21344
21433
|
content: {
|
|
21345
21434
|
"application/json": {
|
|
21346
21435
|
data?: {
|
|
21347
|
-
/** @example
|
|
21436
|
+
/** @example bb28a111-b86c-4a28-bb49-c55ac2eabe59 */
|
|
21348
21437
|
wishlist_uid?: string;
|
|
21349
21438
|
listing?: {
|
|
21350
|
-
/** @example New For Sale Used Item draft • 21 Apr 2026,
|
|
21439
|
+
/** @example New For Sale Used Item draft • 21 Apr 2026, 8:41 PM */
|
|
21351
21440
|
draft_name?: string;
|
|
21352
|
-
/** @example LST-UIT-SAL-
|
|
21441
|
+
/** @example LST-UIT-SAL-MO939S4I3HV */
|
|
21353
21442
|
sku?: string;
|
|
21354
|
-
/** @example
|
|
21443
|
+
/** @example 629cc439-97c8-4e79-a4fc-da9fca7b6990 */
|
|
21355
21444
|
uid?: string;
|
|
21356
21445
|
/** @example Sale */
|
|
21357
21446
|
listing_type?: string;
|
|
@@ -21435,15 +21524,15 @@ export interface operations {
|
|
|
21435
21524
|
/**
|
|
21436
21525
|
* @example [
|
|
21437
21526
|
* {
|
|
21438
|
-
* "wishlist_uid": "
|
|
21527
|
+
* "wishlist_uid": "acafbfdd-88c7-4c94-9e0c-e590d8d2fb44"
|
|
21439
21528
|
* },
|
|
21440
21529
|
* {
|
|
21441
|
-
* "wishlist_uid": "
|
|
21530
|
+
* "wishlist_uid": "e59b9b51-f613-4d95-8d09-22924afb0207"
|
|
21442
21531
|
* }
|
|
21443
21532
|
* ]
|
|
21444
21533
|
*/
|
|
21445
21534
|
data?: {
|
|
21446
|
-
/** @example
|
|
21535
|
+
/** @example acafbfdd-88c7-4c94-9e0c-e590d8d2fb44 */
|
|
21447
21536
|
wishlist_uid?: string;
|
|
21448
21537
|
}[];
|
|
21449
21538
|
links?: {
|
|
@@ -21531,7 +21620,7 @@ export interface operations {
|
|
|
21531
21620
|
completed_layers?: number;
|
|
21532
21621
|
/** @example 4 */
|
|
21533
21622
|
pending_layers?: number;
|
|
21534
|
-
/** @example 21 Apr 2026,
|
|
21623
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
21535
21624
|
last_calculated_at?: string;
|
|
21536
21625
|
};
|
|
21537
21626
|
};
|
|
@@ -21693,7 +21782,7 @@ export interface operations {
|
|
|
21693
21782
|
completed_layers?: number;
|
|
21694
21783
|
/** @example 4 */
|
|
21695
21784
|
pending_layers?: number;
|
|
21696
|
-
/** @example 21 Apr 2026,
|
|
21785
|
+
/** @example 21 Apr 2026, 08:41 PM */
|
|
21697
21786
|
last_calculated_at?: string;
|
|
21698
21787
|
};
|
|
21699
21788
|
};
|