@vrplatform/api 1.3.1-stage.2546 → 1.3.1-stage.2549
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/src/generated/v1.ts
CHANGED
|
@@ -1288,6 +1288,24 @@ export interface paths {
|
|
|
1288
1288
|
patch?: never;
|
|
1289
1289
|
trace?: never;
|
|
1290
1290
|
};
|
|
1291
|
+
"/listings/{id}/parent": {
|
|
1292
|
+
parameters: {
|
|
1293
|
+
query?: never;
|
|
1294
|
+
header?: never;
|
|
1295
|
+
path?: never;
|
|
1296
|
+
cookie?: never;
|
|
1297
|
+
};
|
|
1298
|
+
get?: never;
|
|
1299
|
+
/** @description Set Listing Parent */
|
|
1300
|
+
put: operations["putListingsByIdParent"];
|
|
1301
|
+
post?: never;
|
|
1302
|
+
/** @description Remove Listing Parent */
|
|
1303
|
+
delete: operations["deleteListingsByIdParent"];
|
|
1304
|
+
options?: never;
|
|
1305
|
+
head?: never;
|
|
1306
|
+
patch?: never;
|
|
1307
|
+
trace?: never;
|
|
1308
|
+
};
|
|
1291
1309
|
"/me": {
|
|
1292
1310
|
parameters: {
|
|
1293
1311
|
query?: never;
|
|
@@ -16642,6 +16660,8 @@ export interface operations {
|
|
|
16642
16660
|
query?: {
|
|
16643
16661
|
status?: "active" | "inactive";
|
|
16644
16662
|
connectionId?: string;
|
|
16663
|
+
/** @description Filter by parent listing id. Use parent=null to return only parent/root listings. */
|
|
16664
|
+
parent?: string | "null";
|
|
16645
16665
|
/** @description Comma-separated listing ids. */
|
|
16646
16666
|
ids?: string;
|
|
16647
16667
|
search?: string;
|
|
@@ -16768,6 +16788,22 @@ export interface operations {
|
|
|
16768
16788
|
appId?: string | null;
|
|
16769
16789
|
appIcon?: string | null;
|
|
16770
16790
|
} | null;
|
|
16791
|
+
parent: {
|
|
16792
|
+
/** Format: uuid */
|
|
16793
|
+
id: string;
|
|
16794
|
+
name: string;
|
|
16795
|
+
uniqueRef?: string | null;
|
|
16796
|
+
shortRef?: string | null;
|
|
16797
|
+
} | null;
|
|
16798
|
+
children: {
|
|
16799
|
+
/** Format: uuid */
|
|
16800
|
+
id: string;
|
|
16801
|
+
name: string;
|
|
16802
|
+
uniqueRef?: string | null;
|
|
16803
|
+
shortRef?: string | null;
|
|
16804
|
+
}[];
|
|
16805
|
+
isGroup: boolean;
|
|
16806
|
+
childCount: number;
|
|
16771
16807
|
upcomingDeactivation: {
|
|
16772
16808
|
/** @enum {string} */
|
|
16773
16809
|
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
@@ -17050,6 +17086,22 @@ export interface operations {
|
|
|
17050
17086
|
appId?: string | null;
|
|
17051
17087
|
appIcon?: string | null;
|
|
17052
17088
|
} | null;
|
|
17089
|
+
parent: {
|
|
17090
|
+
/** Format: uuid */
|
|
17091
|
+
id: string;
|
|
17092
|
+
name: string;
|
|
17093
|
+
uniqueRef?: string | null;
|
|
17094
|
+
shortRef?: string | null;
|
|
17095
|
+
} | null;
|
|
17096
|
+
children: {
|
|
17097
|
+
/** Format: uuid */
|
|
17098
|
+
id: string;
|
|
17099
|
+
name: string;
|
|
17100
|
+
uniqueRef?: string | null;
|
|
17101
|
+
shortRef?: string | null;
|
|
17102
|
+
}[];
|
|
17103
|
+
isGroup: boolean;
|
|
17104
|
+
childCount: number;
|
|
17053
17105
|
upcomingDeactivation: {
|
|
17054
17106
|
/** @enum {string} */
|
|
17055
17107
|
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
@@ -17308,6 +17360,8 @@ export interface operations {
|
|
|
17308
17360
|
query?: {
|
|
17309
17361
|
status?: "active" | "inactive";
|
|
17310
17362
|
connectionId?: string;
|
|
17363
|
+
/** @description Filter by parent listing id. Use parent=null to return only parent/root listings. */
|
|
17364
|
+
parent?: string | "null";
|
|
17311
17365
|
/** @description Comma-separated listing ids. */
|
|
17312
17366
|
ids?: string;
|
|
17313
17367
|
search?: string;
|
|
@@ -17429,6 +17483,8 @@ export interface operations {
|
|
|
17429
17483
|
query?: {
|
|
17430
17484
|
status?: "active" | "inactive";
|
|
17431
17485
|
connectionId?: string;
|
|
17486
|
+
/** @description Filter by parent listing id. Use parent=null to return only parent/root listings. */
|
|
17487
|
+
parent?: string | "null";
|
|
17432
17488
|
/** @description Comma-separated listing ids. */
|
|
17433
17489
|
ids?: string;
|
|
17434
17490
|
search?: string;
|
|
@@ -18363,6 +18419,22 @@ export interface operations {
|
|
|
18363
18419
|
appId?: string | null;
|
|
18364
18420
|
appIcon?: string | null;
|
|
18365
18421
|
} | null;
|
|
18422
|
+
parent: {
|
|
18423
|
+
/** Format: uuid */
|
|
18424
|
+
id: string;
|
|
18425
|
+
name: string;
|
|
18426
|
+
uniqueRef?: string | null;
|
|
18427
|
+
shortRef?: string | null;
|
|
18428
|
+
} | null;
|
|
18429
|
+
children: {
|
|
18430
|
+
/** Format: uuid */
|
|
18431
|
+
id: string;
|
|
18432
|
+
name: string;
|
|
18433
|
+
uniqueRef?: string | null;
|
|
18434
|
+
shortRef?: string | null;
|
|
18435
|
+
}[];
|
|
18436
|
+
isGroup: boolean;
|
|
18437
|
+
childCount: number;
|
|
18366
18438
|
upcomingDeactivation: {
|
|
18367
18439
|
/** @enum {string} */
|
|
18368
18440
|
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
@@ -18637,6 +18709,22 @@ export interface operations {
|
|
|
18637
18709
|
appId?: string | null;
|
|
18638
18710
|
appIcon?: string | null;
|
|
18639
18711
|
} | null;
|
|
18712
|
+
parent: {
|
|
18713
|
+
/** Format: uuid */
|
|
18714
|
+
id: string;
|
|
18715
|
+
name: string;
|
|
18716
|
+
uniqueRef?: string | null;
|
|
18717
|
+
shortRef?: string | null;
|
|
18718
|
+
} | null;
|
|
18719
|
+
children: {
|
|
18720
|
+
/** Format: uuid */
|
|
18721
|
+
id: string;
|
|
18722
|
+
name: string;
|
|
18723
|
+
uniqueRef?: string | null;
|
|
18724
|
+
shortRef?: string | null;
|
|
18725
|
+
}[];
|
|
18726
|
+
isGroup: boolean;
|
|
18727
|
+
childCount: number;
|
|
18640
18728
|
upcomingDeactivation: {
|
|
18641
18729
|
/** @enum {string} */
|
|
18642
18730
|
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
@@ -19090,6 +19178,501 @@ export interface operations {
|
|
|
19090
19178
|
};
|
|
19091
19179
|
};
|
|
19092
19180
|
};
|
|
19181
|
+
putListingsByIdParent: {
|
|
19182
|
+
parameters: {
|
|
19183
|
+
query?: {
|
|
19184
|
+
dryRun?: boolean;
|
|
19185
|
+
};
|
|
19186
|
+
header?: never;
|
|
19187
|
+
path: {
|
|
19188
|
+
id: string;
|
|
19189
|
+
};
|
|
19190
|
+
cookie?: never;
|
|
19191
|
+
};
|
|
19192
|
+
requestBody?: {
|
|
19193
|
+
content: {
|
|
19194
|
+
"application/json": {
|
|
19195
|
+
/** Format: uuid */
|
|
19196
|
+
parentId: string;
|
|
19197
|
+
};
|
|
19198
|
+
};
|
|
19199
|
+
};
|
|
19200
|
+
responses: {
|
|
19201
|
+
/** @description Successful response */
|
|
19202
|
+
200: {
|
|
19203
|
+
headers: {
|
|
19204
|
+
[name: string]: unknown;
|
|
19205
|
+
};
|
|
19206
|
+
content: {
|
|
19207
|
+
"application/json": {
|
|
19208
|
+
name: string;
|
|
19209
|
+
uniqueRef?: string | null;
|
|
19210
|
+
connectionId?: string | null;
|
|
19211
|
+
defaultCurrency?: string | null;
|
|
19212
|
+
address?: {
|
|
19213
|
+
full?: string | null;
|
|
19214
|
+
line1?: string | null;
|
|
19215
|
+
line2?: string | null;
|
|
19216
|
+
city?: string | null;
|
|
19217
|
+
/** @description Deprecated, use stateCode instead */
|
|
19218
|
+
state?: string | null;
|
|
19219
|
+
postalCode?: string | null;
|
|
19220
|
+
stateCode?: string | null;
|
|
19221
|
+
countryCode?: string | null;
|
|
19222
|
+
} | null;
|
|
19223
|
+
/** Format: uuid */
|
|
19224
|
+
id: string;
|
|
19225
|
+
shortRef?: string | null;
|
|
19226
|
+
title?: string | null;
|
|
19227
|
+
pmsName?: string | null;
|
|
19228
|
+
/** @enum {string} */
|
|
19229
|
+
status: "active" | "inactive";
|
|
19230
|
+
activeOwnership?: {
|
|
19231
|
+
/** Format: uuid */
|
|
19232
|
+
id: string;
|
|
19233
|
+
startAt: string;
|
|
19234
|
+
endAt?: string | null;
|
|
19235
|
+
/** @description Value in cents (100 = 1€) */
|
|
19236
|
+
reserve: number;
|
|
19237
|
+
members: {
|
|
19238
|
+
split?: number | null;
|
|
19239
|
+
/** Format: uuid */
|
|
19240
|
+
id: string;
|
|
19241
|
+
contact?: {
|
|
19242
|
+
/** Format: uuid */
|
|
19243
|
+
id: string;
|
|
19244
|
+
name?: string | null;
|
|
19245
|
+
firstName?: string | null;
|
|
19246
|
+
uniqueRef?: string | null;
|
|
19247
|
+
shortRef?: string | null;
|
|
19248
|
+
email?: string | null;
|
|
19249
|
+
/** @enum {string} */
|
|
19250
|
+
type: "owner" | "vendor";
|
|
19251
|
+
} | null;
|
|
19252
|
+
}[];
|
|
19253
|
+
setListingInactive?: boolean | null;
|
|
19254
|
+
/** @enum {string} */
|
|
19255
|
+
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
19256
|
+
lock?: {
|
|
19257
|
+
/** @enum {string} */
|
|
19258
|
+
status: "locked" | "unlocked";
|
|
19259
|
+
booksClosed?: {
|
|
19260
|
+
date: string;
|
|
19261
|
+
} | null;
|
|
19262
|
+
ownerStatement?: {
|
|
19263
|
+
ids: string[];
|
|
19264
|
+
} | null;
|
|
19265
|
+
reconciled?: {
|
|
19266
|
+
bankRecordIds: string[];
|
|
19267
|
+
} | null;
|
|
19268
|
+
statementPeriod?: {
|
|
19269
|
+
hits: {
|
|
19270
|
+
/** Format: uuid */
|
|
19271
|
+
listingId: string;
|
|
19272
|
+
txnAt: string;
|
|
19273
|
+
openFrom: string;
|
|
19274
|
+
}[];
|
|
19275
|
+
} | null;
|
|
19276
|
+
} | null;
|
|
19277
|
+
} | null;
|
|
19278
|
+
activeRecurringFeePeriods?: {
|
|
19279
|
+
startAt?: string | null;
|
|
19280
|
+
endAt?: string | null;
|
|
19281
|
+
rate?: number | null;
|
|
19282
|
+
/** Format: uuid */
|
|
19283
|
+
id: string;
|
|
19284
|
+
recurringFee: {
|
|
19285
|
+
id: string;
|
|
19286
|
+
name: string;
|
|
19287
|
+
/** @enum {string} */
|
|
19288
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
19289
|
+
rateType?: ("flat" | "percentage") | null;
|
|
19290
|
+
defaultRate?: number | null;
|
|
19291
|
+
};
|
|
19292
|
+
}[] | null;
|
|
19293
|
+
source?: {
|
|
19294
|
+
/** Format: uuid */
|
|
19295
|
+
id: string;
|
|
19296
|
+
type: string;
|
|
19297
|
+
status?: ("active" | "inactive") | null;
|
|
19298
|
+
appId?: string | null;
|
|
19299
|
+
appIcon?: string | null;
|
|
19300
|
+
} | null;
|
|
19301
|
+
parent: {
|
|
19302
|
+
/** Format: uuid */
|
|
19303
|
+
id: string;
|
|
19304
|
+
name: string;
|
|
19305
|
+
uniqueRef?: string | null;
|
|
19306
|
+
shortRef?: string | null;
|
|
19307
|
+
} | null;
|
|
19308
|
+
children: {
|
|
19309
|
+
/** Format: uuid */
|
|
19310
|
+
id: string;
|
|
19311
|
+
name: string;
|
|
19312
|
+
uniqueRef?: string | null;
|
|
19313
|
+
shortRef?: string | null;
|
|
19314
|
+
}[];
|
|
19315
|
+
isGroup: boolean;
|
|
19316
|
+
childCount: number;
|
|
19317
|
+
upcomingDeactivation: {
|
|
19318
|
+
/** @enum {string} */
|
|
19319
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
19320
|
+
period: {
|
|
19321
|
+
id: string;
|
|
19322
|
+
startAt: string;
|
|
19323
|
+
endAt: string | null;
|
|
19324
|
+
} | null;
|
|
19325
|
+
};
|
|
19326
|
+
issues: ({
|
|
19327
|
+
/** @constant */
|
|
19328
|
+
code: "missingOwnershipOrDeactivation";
|
|
19329
|
+
/** @constant */
|
|
19330
|
+
severity: "warning";
|
|
19331
|
+
context: Record<string, never>;
|
|
19332
|
+
} | {
|
|
19333
|
+
/** @constant */
|
|
19334
|
+
code: "missingFeesAndCommission";
|
|
19335
|
+
/** @constant */
|
|
19336
|
+
severity: "warning";
|
|
19337
|
+
context: Record<string, never>;
|
|
19338
|
+
} | {
|
|
19339
|
+
/** @constant */
|
|
19340
|
+
code: "missingOpeningBalance";
|
|
19341
|
+
/** @constant */
|
|
19342
|
+
severity: "warning";
|
|
19343
|
+
context: Record<string, never>;
|
|
19344
|
+
})[];
|
|
19345
|
+
};
|
|
19346
|
+
};
|
|
19347
|
+
};
|
|
19348
|
+
/** @description Bad request */
|
|
19349
|
+
400: {
|
|
19350
|
+
headers: {
|
|
19351
|
+
[name: string]: unknown;
|
|
19352
|
+
};
|
|
19353
|
+
content: {
|
|
19354
|
+
"application/json": {
|
|
19355
|
+
code: string;
|
|
19356
|
+
message: string;
|
|
19357
|
+
issues?: {
|
|
19358
|
+
message: string;
|
|
19359
|
+
}[];
|
|
19360
|
+
context?: unknown;
|
|
19361
|
+
};
|
|
19362
|
+
};
|
|
19363
|
+
};
|
|
19364
|
+
/** @description Unauthorized */
|
|
19365
|
+
401: {
|
|
19366
|
+
headers: {
|
|
19367
|
+
[name: string]: unknown;
|
|
19368
|
+
};
|
|
19369
|
+
content: {
|
|
19370
|
+
"application/json": {
|
|
19371
|
+
code: string;
|
|
19372
|
+
message: string;
|
|
19373
|
+
issues?: {
|
|
19374
|
+
message: string;
|
|
19375
|
+
}[];
|
|
19376
|
+
context?: unknown;
|
|
19377
|
+
};
|
|
19378
|
+
};
|
|
19379
|
+
};
|
|
19380
|
+
/** @description Forbidden */
|
|
19381
|
+
403: {
|
|
19382
|
+
headers: {
|
|
19383
|
+
[name: string]: unknown;
|
|
19384
|
+
};
|
|
19385
|
+
content: {
|
|
19386
|
+
"application/json": {
|
|
19387
|
+
code: string;
|
|
19388
|
+
message: string;
|
|
19389
|
+
issues?: {
|
|
19390
|
+
message: string;
|
|
19391
|
+
}[];
|
|
19392
|
+
context?: unknown;
|
|
19393
|
+
};
|
|
19394
|
+
};
|
|
19395
|
+
};
|
|
19396
|
+
/** @description Not found */
|
|
19397
|
+
404: {
|
|
19398
|
+
headers: {
|
|
19399
|
+
[name: string]: unknown;
|
|
19400
|
+
};
|
|
19401
|
+
content: {
|
|
19402
|
+
"application/json": {
|
|
19403
|
+
code: string;
|
|
19404
|
+
message: string;
|
|
19405
|
+
issues?: {
|
|
19406
|
+
message: string;
|
|
19407
|
+
}[];
|
|
19408
|
+
context?: unknown;
|
|
19409
|
+
};
|
|
19410
|
+
};
|
|
19411
|
+
};
|
|
19412
|
+
/** @description Internal server error */
|
|
19413
|
+
500: {
|
|
19414
|
+
headers: {
|
|
19415
|
+
[name: string]: unknown;
|
|
19416
|
+
};
|
|
19417
|
+
content: {
|
|
19418
|
+
"application/json": {
|
|
19419
|
+
code: string;
|
|
19420
|
+
message: string;
|
|
19421
|
+
issues?: {
|
|
19422
|
+
message: string;
|
|
19423
|
+
}[];
|
|
19424
|
+
context?: unknown;
|
|
19425
|
+
};
|
|
19426
|
+
};
|
|
19427
|
+
};
|
|
19428
|
+
};
|
|
19429
|
+
};
|
|
19430
|
+
deleteListingsByIdParent: {
|
|
19431
|
+
parameters: {
|
|
19432
|
+
query?: {
|
|
19433
|
+
dryRun?: boolean;
|
|
19434
|
+
};
|
|
19435
|
+
header?: never;
|
|
19436
|
+
path: {
|
|
19437
|
+
id: string;
|
|
19438
|
+
};
|
|
19439
|
+
cookie?: never;
|
|
19440
|
+
};
|
|
19441
|
+
requestBody?: {
|
|
19442
|
+
content: {
|
|
19443
|
+
"application/json": Record<string, never>;
|
|
19444
|
+
};
|
|
19445
|
+
};
|
|
19446
|
+
responses: {
|
|
19447
|
+
/** @description Successful response */
|
|
19448
|
+
200: {
|
|
19449
|
+
headers: {
|
|
19450
|
+
[name: string]: unknown;
|
|
19451
|
+
};
|
|
19452
|
+
content: {
|
|
19453
|
+
"application/json": {
|
|
19454
|
+
name: string;
|
|
19455
|
+
uniqueRef?: string | null;
|
|
19456
|
+
connectionId?: string | null;
|
|
19457
|
+
defaultCurrency?: string | null;
|
|
19458
|
+
address?: {
|
|
19459
|
+
full?: string | null;
|
|
19460
|
+
line1?: string | null;
|
|
19461
|
+
line2?: string | null;
|
|
19462
|
+
city?: string | null;
|
|
19463
|
+
/** @description Deprecated, use stateCode instead */
|
|
19464
|
+
state?: string | null;
|
|
19465
|
+
postalCode?: string | null;
|
|
19466
|
+
stateCode?: string | null;
|
|
19467
|
+
countryCode?: string | null;
|
|
19468
|
+
} | null;
|
|
19469
|
+
/** Format: uuid */
|
|
19470
|
+
id: string;
|
|
19471
|
+
shortRef?: string | null;
|
|
19472
|
+
title?: string | null;
|
|
19473
|
+
pmsName?: string | null;
|
|
19474
|
+
/** @enum {string} */
|
|
19475
|
+
status: "active" | "inactive";
|
|
19476
|
+
activeOwnership?: {
|
|
19477
|
+
/** Format: uuid */
|
|
19478
|
+
id: string;
|
|
19479
|
+
startAt: string;
|
|
19480
|
+
endAt?: string | null;
|
|
19481
|
+
/** @description Value in cents (100 = 1€) */
|
|
19482
|
+
reserve: number;
|
|
19483
|
+
members: {
|
|
19484
|
+
split?: number | null;
|
|
19485
|
+
/** Format: uuid */
|
|
19486
|
+
id: string;
|
|
19487
|
+
contact?: {
|
|
19488
|
+
/** Format: uuid */
|
|
19489
|
+
id: string;
|
|
19490
|
+
name?: string | null;
|
|
19491
|
+
firstName?: string | null;
|
|
19492
|
+
uniqueRef?: string | null;
|
|
19493
|
+
shortRef?: string | null;
|
|
19494
|
+
email?: string | null;
|
|
19495
|
+
/** @enum {string} */
|
|
19496
|
+
type: "owner" | "vendor";
|
|
19497
|
+
} | null;
|
|
19498
|
+
}[];
|
|
19499
|
+
setListingInactive?: boolean | null;
|
|
19500
|
+
/** @enum {string} */
|
|
19501
|
+
businessModel: "managed" | "co_host" | "co_host_airbnb";
|
|
19502
|
+
lock?: {
|
|
19503
|
+
/** @enum {string} */
|
|
19504
|
+
status: "locked" | "unlocked";
|
|
19505
|
+
booksClosed?: {
|
|
19506
|
+
date: string;
|
|
19507
|
+
} | null;
|
|
19508
|
+
ownerStatement?: {
|
|
19509
|
+
ids: string[];
|
|
19510
|
+
} | null;
|
|
19511
|
+
reconciled?: {
|
|
19512
|
+
bankRecordIds: string[];
|
|
19513
|
+
} | null;
|
|
19514
|
+
statementPeriod?: {
|
|
19515
|
+
hits: {
|
|
19516
|
+
/** Format: uuid */
|
|
19517
|
+
listingId: string;
|
|
19518
|
+
txnAt: string;
|
|
19519
|
+
openFrom: string;
|
|
19520
|
+
}[];
|
|
19521
|
+
} | null;
|
|
19522
|
+
} | null;
|
|
19523
|
+
} | null;
|
|
19524
|
+
activeRecurringFeePeriods?: {
|
|
19525
|
+
startAt?: string | null;
|
|
19526
|
+
endAt?: string | null;
|
|
19527
|
+
rate?: number | null;
|
|
19528
|
+
/** Format: uuid */
|
|
19529
|
+
id: string;
|
|
19530
|
+
recurringFee: {
|
|
19531
|
+
id: string;
|
|
19532
|
+
name: string;
|
|
19533
|
+
/** @enum {string} */
|
|
19534
|
+
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
19535
|
+
rateType?: ("flat" | "percentage") | null;
|
|
19536
|
+
defaultRate?: number | null;
|
|
19537
|
+
};
|
|
19538
|
+
}[] | null;
|
|
19539
|
+
source?: {
|
|
19540
|
+
/** Format: uuid */
|
|
19541
|
+
id: string;
|
|
19542
|
+
type: string;
|
|
19543
|
+
status?: ("active" | "inactive") | null;
|
|
19544
|
+
appId?: string | null;
|
|
19545
|
+
appIcon?: string | null;
|
|
19546
|
+
} | null;
|
|
19547
|
+
parent: {
|
|
19548
|
+
/** Format: uuid */
|
|
19549
|
+
id: string;
|
|
19550
|
+
name: string;
|
|
19551
|
+
uniqueRef?: string | null;
|
|
19552
|
+
shortRef?: string | null;
|
|
19553
|
+
} | null;
|
|
19554
|
+
children: {
|
|
19555
|
+
/** Format: uuid */
|
|
19556
|
+
id: string;
|
|
19557
|
+
name: string;
|
|
19558
|
+
uniqueRef?: string | null;
|
|
19559
|
+
shortRef?: string | null;
|
|
19560
|
+
}[];
|
|
19561
|
+
isGroup: boolean;
|
|
19562
|
+
childCount: number;
|
|
19563
|
+
upcomingDeactivation: {
|
|
19564
|
+
/** @enum {string} */
|
|
19565
|
+
status: "active" | "disable-upcoming" | "disabled-ending" | "disabled-forever";
|
|
19566
|
+
period: {
|
|
19567
|
+
id: string;
|
|
19568
|
+
startAt: string;
|
|
19569
|
+
endAt: string | null;
|
|
19570
|
+
} | null;
|
|
19571
|
+
};
|
|
19572
|
+
issues: ({
|
|
19573
|
+
/** @constant */
|
|
19574
|
+
code: "missingOwnershipOrDeactivation";
|
|
19575
|
+
/** @constant */
|
|
19576
|
+
severity: "warning";
|
|
19577
|
+
context: Record<string, never>;
|
|
19578
|
+
} | {
|
|
19579
|
+
/** @constant */
|
|
19580
|
+
code: "missingFeesAndCommission";
|
|
19581
|
+
/** @constant */
|
|
19582
|
+
severity: "warning";
|
|
19583
|
+
context: Record<string, never>;
|
|
19584
|
+
} | {
|
|
19585
|
+
/** @constant */
|
|
19586
|
+
code: "missingOpeningBalance";
|
|
19587
|
+
/** @constant */
|
|
19588
|
+
severity: "warning";
|
|
19589
|
+
context: Record<string, never>;
|
|
19590
|
+
})[];
|
|
19591
|
+
};
|
|
19592
|
+
};
|
|
19593
|
+
};
|
|
19594
|
+
/** @description Bad request */
|
|
19595
|
+
400: {
|
|
19596
|
+
headers: {
|
|
19597
|
+
[name: string]: unknown;
|
|
19598
|
+
};
|
|
19599
|
+
content: {
|
|
19600
|
+
"application/json": {
|
|
19601
|
+
code: string;
|
|
19602
|
+
message: string;
|
|
19603
|
+
issues?: {
|
|
19604
|
+
message: string;
|
|
19605
|
+
}[];
|
|
19606
|
+
context?: unknown;
|
|
19607
|
+
};
|
|
19608
|
+
};
|
|
19609
|
+
};
|
|
19610
|
+
/** @description Unauthorized */
|
|
19611
|
+
401: {
|
|
19612
|
+
headers: {
|
|
19613
|
+
[name: string]: unknown;
|
|
19614
|
+
};
|
|
19615
|
+
content: {
|
|
19616
|
+
"application/json": {
|
|
19617
|
+
code: string;
|
|
19618
|
+
message: string;
|
|
19619
|
+
issues?: {
|
|
19620
|
+
message: string;
|
|
19621
|
+
}[];
|
|
19622
|
+
context?: unknown;
|
|
19623
|
+
};
|
|
19624
|
+
};
|
|
19625
|
+
};
|
|
19626
|
+
/** @description Forbidden */
|
|
19627
|
+
403: {
|
|
19628
|
+
headers: {
|
|
19629
|
+
[name: string]: unknown;
|
|
19630
|
+
};
|
|
19631
|
+
content: {
|
|
19632
|
+
"application/json": {
|
|
19633
|
+
code: string;
|
|
19634
|
+
message: string;
|
|
19635
|
+
issues?: {
|
|
19636
|
+
message: string;
|
|
19637
|
+
}[];
|
|
19638
|
+
context?: unknown;
|
|
19639
|
+
};
|
|
19640
|
+
};
|
|
19641
|
+
};
|
|
19642
|
+
/** @description Not found */
|
|
19643
|
+
404: {
|
|
19644
|
+
headers: {
|
|
19645
|
+
[name: string]: unknown;
|
|
19646
|
+
};
|
|
19647
|
+
content: {
|
|
19648
|
+
"application/json": {
|
|
19649
|
+
code: string;
|
|
19650
|
+
message: string;
|
|
19651
|
+
issues?: {
|
|
19652
|
+
message: string;
|
|
19653
|
+
}[];
|
|
19654
|
+
context?: unknown;
|
|
19655
|
+
};
|
|
19656
|
+
};
|
|
19657
|
+
};
|
|
19658
|
+
/** @description Internal server error */
|
|
19659
|
+
500: {
|
|
19660
|
+
headers: {
|
|
19661
|
+
[name: string]: unknown;
|
|
19662
|
+
};
|
|
19663
|
+
content: {
|
|
19664
|
+
"application/json": {
|
|
19665
|
+
code: string;
|
|
19666
|
+
message: string;
|
|
19667
|
+
issues?: {
|
|
19668
|
+
message: string;
|
|
19669
|
+
}[];
|
|
19670
|
+
context?: unknown;
|
|
19671
|
+
};
|
|
19672
|
+
};
|
|
19673
|
+
};
|
|
19674
|
+
};
|
|
19675
|
+
};
|
|
19093
19676
|
getMe: {
|
|
19094
19677
|
parameters: {
|
|
19095
19678
|
query?: never;
|
|
@@ -37122,6 +37705,13 @@ export interface operations {
|
|
|
37122
37705
|
/** @description Value in cents (100 = 1€) */
|
|
37123
37706
|
total: number;
|
|
37124
37707
|
section: string;
|
|
37708
|
+
sourceListing?: {
|
|
37709
|
+
/** Format: uuid */
|
|
37710
|
+
id: string;
|
|
37711
|
+
name: string;
|
|
37712
|
+
uniqueRef?: string | null;
|
|
37713
|
+
shortRef?: string | null;
|
|
37714
|
+
} | null;
|
|
37125
37715
|
issues: ({
|
|
37126
37716
|
/** @constant */
|
|
37127
37717
|
code: "previousPeriodJournalEntries";
|
|
@@ -37189,6 +37779,13 @@ export interface operations {
|
|
|
37189
37779
|
/** @description Value in cents (100 = 1€) */
|
|
37190
37780
|
total: number;
|
|
37191
37781
|
section: string;
|
|
37782
|
+
sourceListing?: {
|
|
37783
|
+
/** Format: uuid */
|
|
37784
|
+
id: string;
|
|
37785
|
+
name: string;
|
|
37786
|
+
uniqueRef?: string | null;
|
|
37787
|
+
shortRef?: string | null;
|
|
37788
|
+
} | null;
|
|
37192
37789
|
issues: ({
|
|
37193
37790
|
/** @constant */
|
|
37194
37791
|
code: "previousPeriodJournalEntries";
|
|
@@ -37272,6 +37869,13 @@ export interface operations {
|
|
|
37272
37869
|
/** @description Value in cents (100 = 1€) */
|
|
37273
37870
|
total: number;
|
|
37274
37871
|
section: string;
|
|
37872
|
+
sourceListing?: {
|
|
37873
|
+
/** Format: uuid */
|
|
37874
|
+
id: string;
|
|
37875
|
+
name: string;
|
|
37876
|
+
uniqueRef?: string | null;
|
|
37877
|
+
shortRef?: string | null;
|
|
37878
|
+
} | null;
|
|
37275
37879
|
issues: ({
|
|
37276
37880
|
/** @constant */
|
|
37277
37881
|
code: "previousPeriodJournalEntries";
|
|
@@ -37802,6 +38406,13 @@ export interface operations {
|
|
|
37802
38406
|
/** @description Value in cents (100 = 1€) */
|
|
37803
38407
|
total: number;
|
|
37804
38408
|
section: string;
|
|
38409
|
+
sourceListing?: {
|
|
38410
|
+
/** Format: uuid */
|
|
38411
|
+
id: string;
|
|
38412
|
+
name: string;
|
|
38413
|
+
uniqueRef?: string | null;
|
|
38414
|
+
shortRef?: string | null;
|
|
38415
|
+
} | null;
|
|
37805
38416
|
issues: ({
|
|
37806
38417
|
/** @constant */
|
|
37807
38418
|
code: "previousPeriodJournalEntries";
|
|
@@ -37869,6 +38480,13 @@ export interface operations {
|
|
|
37869
38480
|
/** @description Value in cents (100 = 1€) */
|
|
37870
38481
|
total: number;
|
|
37871
38482
|
section: string;
|
|
38483
|
+
sourceListing?: {
|
|
38484
|
+
/** Format: uuid */
|
|
38485
|
+
id: string;
|
|
38486
|
+
name: string;
|
|
38487
|
+
uniqueRef?: string | null;
|
|
38488
|
+
shortRef?: string | null;
|
|
38489
|
+
} | null;
|
|
37872
38490
|
issues: ({
|
|
37873
38491
|
/** @constant */
|
|
37874
38492
|
code: "previousPeriodJournalEntries";
|
|
@@ -37952,6 +38570,13 @@ export interface operations {
|
|
|
37952
38570
|
/** @description Value in cents (100 = 1€) */
|
|
37953
38571
|
total: number;
|
|
37954
38572
|
section: string;
|
|
38573
|
+
sourceListing?: {
|
|
38574
|
+
/** Format: uuid */
|
|
38575
|
+
id: string;
|
|
38576
|
+
name: string;
|
|
38577
|
+
uniqueRef?: string | null;
|
|
38578
|
+
shortRef?: string | null;
|
|
38579
|
+
} | null;
|
|
37955
38580
|
issues: ({
|
|
37956
38581
|
/** @constant */
|
|
37957
38582
|
code: "previousPeriodJournalEntries";
|
|
@@ -40694,6 +41319,13 @@ export interface operations {
|
|
|
40694
41319
|
/** @description Value in cents (100 = 1€) */
|
|
40695
41320
|
total: number;
|
|
40696
41321
|
section: string;
|
|
41322
|
+
sourceListing?: {
|
|
41323
|
+
/** Format: uuid */
|
|
41324
|
+
id: string;
|
|
41325
|
+
name: string;
|
|
41326
|
+
uniqueRef?: string | null;
|
|
41327
|
+
shortRef?: string | null;
|
|
41328
|
+
} | null;
|
|
40697
41329
|
issues: ({
|
|
40698
41330
|
/** @constant */
|
|
40699
41331
|
code: "previousPeriodJournalEntries";
|
|
@@ -40761,6 +41393,13 @@ export interface operations {
|
|
|
40761
41393
|
/** @description Value in cents (100 = 1€) */
|
|
40762
41394
|
total: number;
|
|
40763
41395
|
section: string;
|
|
41396
|
+
sourceListing?: {
|
|
41397
|
+
/** Format: uuid */
|
|
41398
|
+
id: string;
|
|
41399
|
+
name: string;
|
|
41400
|
+
uniqueRef?: string | null;
|
|
41401
|
+
shortRef?: string | null;
|
|
41402
|
+
} | null;
|
|
40764
41403
|
issues: ({
|
|
40765
41404
|
/** @constant */
|
|
40766
41405
|
code: "previousPeriodJournalEntries";
|
|
@@ -40844,6 +41483,13 @@ export interface operations {
|
|
|
40844
41483
|
/** @description Value in cents (100 = 1€) */
|
|
40845
41484
|
total: number;
|
|
40846
41485
|
section: string;
|
|
41486
|
+
sourceListing?: {
|
|
41487
|
+
/** Format: uuid */
|
|
41488
|
+
id: string;
|
|
41489
|
+
name: string;
|
|
41490
|
+
uniqueRef?: string | null;
|
|
41491
|
+
shortRef?: string | null;
|
|
41492
|
+
} | null;
|
|
40847
41493
|
issues: ({
|
|
40848
41494
|
/** @constant */
|
|
40849
41495
|
code: "previousPeriodJournalEntries";
|
|
@@ -41379,6 +42025,13 @@ export interface operations {
|
|
|
41379
42025
|
/** @description Value in cents (100 = 1€) */
|
|
41380
42026
|
total: number;
|
|
41381
42027
|
section: string;
|
|
42028
|
+
sourceListing?: {
|
|
42029
|
+
/** Format: uuid */
|
|
42030
|
+
id: string;
|
|
42031
|
+
name: string;
|
|
42032
|
+
uniqueRef?: string | null;
|
|
42033
|
+
shortRef?: string | null;
|
|
42034
|
+
} | null;
|
|
41382
42035
|
issues: ({
|
|
41383
42036
|
/** @constant */
|
|
41384
42037
|
code: "previousPeriodJournalEntries";
|
|
@@ -41446,6 +42099,13 @@ export interface operations {
|
|
|
41446
42099
|
/** @description Value in cents (100 = 1€) */
|
|
41447
42100
|
total: number;
|
|
41448
42101
|
section: string;
|
|
42102
|
+
sourceListing?: {
|
|
42103
|
+
/** Format: uuid */
|
|
42104
|
+
id: string;
|
|
42105
|
+
name: string;
|
|
42106
|
+
uniqueRef?: string | null;
|
|
42107
|
+
shortRef?: string | null;
|
|
42108
|
+
} | null;
|
|
41449
42109
|
issues: ({
|
|
41450
42110
|
/** @constant */
|
|
41451
42111
|
code: "previousPeriodJournalEntries";
|
|
@@ -41529,6 +42189,13 @@ export interface operations {
|
|
|
41529
42189
|
/** @description Value in cents (100 = 1€) */
|
|
41530
42190
|
total: number;
|
|
41531
42191
|
section: string;
|
|
42192
|
+
sourceListing?: {
|
|
42193
|
+
/** Format: uuid */
|
|
42194
|
+
id: string;
|
|
42195
|
+
name: string;
|
|
42196
|
+
uniqueRef?: string | null;
|
|
42197
|
+
shortRef?: string | null;
|
|
42198
|
+
} | null;
|
|
41532
42199
|
issues: ({
|
|
41533
42200
|
/** @constant */
|
|
41534
42201
|
code: "previousPeriodJournalEntries";
|