@vrplatform/api 1.3.0-stage.1285 → 1.3.0-stage.1294
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/build/main/generated/v1.d.ts +170 -173
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +170 -173
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +170 -173
package/src/generated/v1.ts
CHANGED
|
@@ -524,8 +524,7 @@ export interface paths {
|
|
|
524
524
|
};
|
|
525
525
|
/** @description List recurring fee listing periods */
|
|
526
526
|
get: operations["getRecurringFeeListingPeriods"];
|
|
527
|
-
|
|
528
|
-
put: operations["updateMultipleRecurringFeeListingPeriod"];
|
|
527
|
+
put?: never;
|
|
529
528
|
/** @description Add listing period to a recurring fee */
|
|
530
529
|
post: operations["createRecurringFeeListingPeriod"];
|
|
531
530
|
delete?: never;
|
|
@@ -760,6 +759,23 @@ export interface paths {
|
|
|
760
759
|
patch?: never;
|
|
761
760
|
trace?: never;
|
|
762
761
|
};
|
|
762
|
+
"/statements/{id}/refresh-layout": {
|
|
763
|
+
parameters: {
|
|
764
|
+
query?: never;
|
|
765
|
+
header?: never;
|
|
766
|
+
path?: never;
|
|
767
|
+
cookie?: never;
|
|
768
|
+
};
|
|
769
|
+
get?: never;
|
|
770
|
+
put?: never;
|
|
771
|
+
/** @description Refresh the templateJson of a statement to match the current layout configuration. Use this when a layout has been updated after a statement was published. */
|
|
772
|
+
post: operations["refreshOwnerStatementLayout"];
|
|
773
|
+
delete?: never;
|
|
774
|
+
options?: never;
|
|
775
|
+
head?: never;
|
|
776
|
+
patch?: never;
|
|
777
|
+
trace?: never;
|
|
778
|
+
};
|
|
763
779
|
"/transactions/line-mappings": {
|
|
764
780
|
parameters: {
|
|
765
781
|
query?: never;
|
|
@@ -6031,7 +6047,7 @@ export interface operations {
|
|
|
6031
6047
|
data: {
|
|
6032
6048
|
/** Format: uuid */
|
|
6033
6049
|
listingId: string;
|
|
6034
|
-
/** @default 2025-12-
|
|
6050
|
+
/** @default 2025-12-11 */
|
|
6035
6051
|
startAt: string;
|
|
6036
6052
|
endAt?: string | null;
|
|
6037
6053
|
setListingInactive?: boolean | null;
|
|
@@ -6122,7 +6138,7 @@ export interface operations {
|
|
|
6122
6138
|
"application/json": {
|
|
6123
6139
|
/** Format: uuid */
|
|
6124
6140
|
listingId: string;
|
|
6125
|
-
/** @default 2025-12-
|
|
6141
|
+
/** @default 2025-12-11 */
|
|
6126
6142
|
startAt?: string;
|
|
6127
6143
|
endAt?: string | null;
|
|
6128
6144
|
members: {
|
|
@@ -6156,7 +6172,7 @@ export interface operations {
|
|
|
6156
6172
|
"application/json": {
|
|
6157
6173
|
/** Format: uuid */
|
|
6158
6174
|
listingId: string;
|
|
6159
|
-
/** @default 2025-12-
|
|
6175
|
+
/** @default 2025-12-11 */
|
|
6160
6176
|
startAt: string;
|
|
6161
6177
|
endAt?: string | null;
|
|
6162
6178
|
setListingInactive?: boolean | null;
|
|
@@ -6236,7 +6252,7 @@ export interface operations {
|
|
|
6236
6252
|
"application/json": {
|
|
6237
6253
|
/** Format: uuid */
|
|
6238
6254
|
listingId: string;
|
|
6239
|
-
/** @default 2025-12-
|
|
6255
|
+
/** @default 2025-12-11 */
|
|
6240
6256
|
startAt: string;
|
|
6241
6257
|
endAt?: string | null;
|
|
6242
6258
|
setListingInactive?: boolean | null;
|
|
@@ -6319,7 +6335,7 @@ export interface operations {
|
|
|
6319
6335
|
"application/json": {
|
|
6320
6336
|
/** Format: uuid */
|
|
6321
6337
|
listingId?: string;
|
|
6322
|
-
/** @default 2025-12-
|
|
6338
|
+
/** @default 2025-12-11 */
|
|
6323
6339
|
startAt?: string;
|
|
6324
6340
|
endAt?: string | null;
|
|
6325
6341
|
members?: {
|
|
@@ -6353,7 +6369,7 @@ export interface operations {
|
|
|
6353
6369
|
"application/json": {
|
|
6354
6370
|
/** Format: uuid */
|
|
6355
6371
|
listingId: string;
|
|
6356
|
-
/** @default 2025-12-
|
|
6372
|
+
/** @default 2025-12-11 */
|
|
6357
6373
|
startAt: string;
|
|
6358
6374
|
endAt?: string | null;
|
|
6359
6375
|
setListingInactive?: boolean | null;
|
|
@@ -6527,18 +6543,16 @@ export interface operations {
|
|
|
6527
6543
|
status?: "active" | "inactive";
|
|
6528
6544
|
defaultCurrency?: string | null;
|
|
6529
6545
|
activeRecurringFeePeriods?: {
|
|
6546
|
+
/** Format: uuid */
|
|
6547
|
+
id: string;
|
|
6530
6548
|
startAt?: string | null;
|
|
6531
6549
|
endAt?: string | null;
|
|
6532
6550
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6533
6551
|
rate?: number | null;
|
|
6534
|
-
/** Format: uuid */
|
|
6535
|
-
id: string;
|
|
6536
6552
|
recurringFee: {
|
|
6537
6553
|
/** Format: uuid */
|
|
6538
6554
|
id: string;
|
|
6539
6555
|
title: string;
|
|
6540
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6541
|
-
defaultRate?: number | null;
|
|
6542
6556
|
/** @enum {string} */
|
|
6543
6557
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6544
6558
|
/**
|
|
@@ -6551,7 +6565,7 @@ export interface operations {
|
|
|
6551
6565
|
/** Format: uuid */
|
|
6552
6566
|
sourceId?: string | null;
|
|
6553
6567
|
initialOwnership?: {
|
|
6554
|
-
/** @default 2025-12-
|
|
6568
|
+
/** @default 2025-12-11 */
|
|
6555
6569
|
startAt?: string;
|
|
6556
6570
|
endAt?: string | null;
|
|
6557
6571
|
members: {
|
|
@@ -6824,18 +6838,16 @@ export interface operations {
|
|
|
6824
6838
|
status?: "active" | "inactive";
|
|
6825
6839
|
defaultCurrency?: string | null;
|
|
6826
6840
|
activeRecurringFeePeriods?: {
|
|
6841
|
+
/** Format: uuid */
|
|
6842
|
+
id: string;
|
|
6827
6843
|
startAt?: string | null;
|
|
6828
6844
|
endAt?: string | null;
|
|
6829
6845
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6830
6846
|
rate?: number | null;
|
|
6831
|
-
/** Format: uuid */
|
|
6832
|
-
id: string;
|
|
6833
6847
|
recurringFee: {
|
|
6834
6848
|
/** Format: uuid */
|
|
6835
6849
|
id: string;
|
|
6836
6850
|
title: string;
|
|
6837
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6838
|
-
defaultRate?: number | null;
|
|
6839
6851
|
/** @enum {string} */
|
|
6840
6852
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6841
6853
|
/**
|
|
@@ -6848,7 +6860,7 @@ export interface operations {
|
|
|
6848
6860
|
/** Format: uuid */
|
|
6849
6861
|
sourceId?: string | null;
|
|
6850
6862
|
initialOwnership?: {
|
|
6851
|
-
/** @default 2025-12-
|
|
6863
|
+
/** @default 2025-12-11 */
|
|
6852
6864
|
startAt?: string;
|
|
6853
6865
|
endAt?: string | null;
|
|
6854
6866
|
members: {
|
|
@@ -7286,18 +7298,16 @@ export interface operations {
|
|
|
7286
7298
|
status?: "active" | "inactive";
|
|
7287
7299
|
defaultCurrency?: string | null;
|
|
7288
7300
|
activeRecurringFeePeriods?: {
|
|
7301
|
+
/** Format: uuid */
|
|
7302
|
+
id: string;
|
|
7289
7303
|
startAt?: string | null;
|
|
7290
7304
|
endAt?: string | null;
|
|
7291
7305
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7292
7306
|
rate?: number | null;
|
|
7293
|
-
/** Format: uuid */
|
|
7294
|
-
id: string;
|
|
7295
7307
|
recurringFee: {
|
|
7296
7308
|
/** Format: uuid */
|
|
7297
7309
|
id: string;
|
|
7298
7310
|
title: string;
|
|
7299
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7300
|
-
defaultRate?: number | null;
|
|
7301
7311
|
/** @enum {string} */
|
|
7302
7312
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7303
7313
|
/**
|
|
@@ -7310,7 +7320,7 @@ export interface operations {
|
|
|
7310
7320
|
/** Format: uuid */
|
|
7311
7321
|
sourceId?: string | null;
|
|
7312
7322
|
initialOwnership?: {
|
|
7313
|
-
/** @default 2025-12-
|
|
7323
|
+
/** @default 2025-12-11 */
|
|
7314
7324
|
startAt?: string;
|
|
7315
7325
|
endAt?: string | null;
|
|
7316
7326
|
members: {
|
|
@@ -7364,7 +7374,7 @@ export interface operations {
|
|
|
7364
7374
|
status: "active" | "inactive";
|
|
7365
7375
|
defaultCurrency?: string | null;
|
|
7366
7376
|
activeOwnership?: {
|
|
7367
|
-
/** @default 2025-12-
|
|
7377
|
+
/** @default 2025-12-11 */
|
|
7368
7378
|
startAt: string;
|
|
7369
7379
|
endAt?: string | null;
|
|
7370
7380
|
setListingInactive?: boolean | null;
|
|
@@ -7383,18 +7393,16 @@ export interface operations {
|
|
|
7383
7393
|
id: string;
|
|
7384
7394
|
} | null;
|
|
7385
7395
|
activeRecurringFeePeriods?: {
|
|
7396
|
+
/** Format: uuid */
|
|
7397
|
+
id: string;
|
|
7386
7398
|
startAt?: string | null;
|
|
7387
7399
|
endAt?: string | null;
|
|
7388
7400
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7389
7401
|
rate?: number | null;
|
|
7390
|
-
/** Format: uuid */
|
|
7391
|
-
id: string;
|
|
7392
7402
|
recurringFee: {
|
|
7393
7403
|
/** Format: uuid */
|
|
7394
7404
|
id: string;
|
|
7395
7405
|
title: string;
|
|
7396
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7397
|
-
defaultRate?: number | null;
|
|
7398
7406
|
/** @enum {string} */
|
|
7399
7407
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7400
7408
|
/**
|
|
@@ -9266,19 +9274,17 @@ export interface operations {
|
|
|
9266
9274
|
content: {
|
|
9267
9275
|
"application/json": {
|
|
9268
9276
|
data: {
|
|
9277
|
+
/** Format: uuid */
|
|
9278
|
+
id: string;
|
|
9269
9279
|
listingId: string;
|
|
9270
9280
|
startAt?: string | null;
|
|
9271
9281
|
endAt?: string | null;
|
|
9272
9282
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9273
9283
|
rate?: number | null;
|
|
9274
|
-
/** Format: uuid */
|
|
9275
|
-
id: string;
|
|
9276
9284
|
recurringFee: {
|
|
9277
9285
|
/** Format: uuid */
|
|
9278
9286
|
id: string;
|
|
9279
9287
|
title: string;
|
|
9280
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9281
|
-
defaultRate?: number | null;
|
|
9282
9288
|
/** @enum {string} */
|
|
9283
9289
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9284
9290
|
/**
|
|
@@ -9347,116 +9353,6 @@ export interface operations {
|
|
|
9347
9353
|
};
|
|
9348
9354
|
};
|
|
9349
9355
|
};
|
|
9350
|
-
updateMultipleRecurringFeeListingPeriod: {
|
|
9351
|
-
parameters: {
|
|
9352
|
-
query?: never;
|
|
9353
|
-
header?: {
|
|
9354
|
-
"X-Team-Id"?: string;
|
|
9355
|
-
};
|
|
9356
|
-
path?: never;
|
|
9357
|
-
cookie?: never;
|
|
9358
|
-
};
|
|
9359
|
-
requestBody: {
|
|
9360
|
-
content: {
|
|
9361
|
-
"application/json": {
|
|
9362
|
-
updates: {
|
|
9363
|
-
startAt?: string | null;
|
|
9364
|
-
endAt?: string | null;
|
|
9365
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9366
|
-
rate?: number | null;
|
|
9367
|
-
/** Format: uuid */
|
|
9368
|
-
id: string;
|
|
9369
|
-
}[];
|
|
9370
|
-
/**
|
|
9371
|
-
* @description How to handle date range conflicts with existing periods
|
|
9372
|
-
* @default updateExisting
|
|
9373
|
-
* @enum {string|null}
|
|
9374
|
-
*/
|
|
9375
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9376
|
-
};
|
|
9377
|
-
};
|
|
9378
|
-
};
|
|
9379
|
-
responses: {
|
|
9380
|
-
/** @description Successful response */
|
|
9381
|
-
200: {
|
|
9382
|
-
headers: {
|
|
9383
|
-
[name: string]: unknown;
|
|
9384
|
-
};
|
|
9385
|
-
content: {
|
|
9386
|
-
"application/json": {
|
|
9387
|
-
data: {
|
|
9388
|
-
listingId: string;
|
|
9389
|
-
startAt?: string | null;
|
|
9390
|
-
endAt?: string | null;
|
|
9391
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9392
|
-
rate?: number | null;
|
|
9393
|
-
/** Format: uuid */
|
|
9394
|
-
id: string;
|
|
9395
|
-
recurringFee: {
|
|
9396
|
-
/** Format: uuid */
|
|
9397
|
-
id: string;
|
|
9398
|
-
title: string;
|
|
9399
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9400
|
-
defaultRate?: number | null;
|
|
9401
|
-
/** @enum {string} */
|
|
9402
|
-
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9403
|
-
/**
|
|
9404
|
-
* @default flat
|
|
9405
|
-
* @enum {string}
|
|
9406
|
-
*/
|
|
9407
|
-
rateType: "flat" | "percentage";
|
|
9408
|
-
};
|
|
9409
|
-
}[];
|
|
9410
|
-
};
|
|
9411
|
-
};
|
|
9412
|
-
};
|
|
9413
|
-
/** @description Invalid input data */
|
|
9414
|
-
400: {
|
|
9415
|
-
headers: {
|
|
9416
|
-
[name: string]: unknown;
|
|
9417
|
-
};
|
|
9418
|
-
content: {
|
|
9419
|
-
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
9420
|
-
};
|
|
9421
|
-
};
|
|
9422
|
-
/** @description Authorization not provided */
|
|
9423
|
-
401: {
|
|
9424
|
-
headers: {
|
|
9425
|
-
[name: string]: unknown;
|
|
9426
|
-
};
|
|
9427
|
-
content: {
|
|
9428
|
-
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
9429
|
-
};
|
|
9430
|
-
};
|
|
9431
|
-
/** @description Insufficient access */
|
|
9432
|
-
403: {
|
|
9433
|
-
headers: {
|
|
9434
|
-
[name: string]: unknown;
|
|
9435
|
-
};
|
|
9436
|
-
content: {
|
|
9437
|
-
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
9438
|
-
};
|
|
9439
|
-
};
|
|
9440
|
-
/** @description Not found */
|
|
9441
|
-
404: {
|
|
9442
|
-
headers: {
|
|
9443
|
-
[name: string]: unknown;
|
|
9444
|
-
};
|
|
9445
|
-
content: {
|
|
9446
|
-
"application/json": components["schemas"]["error.NOT_FOUND"];
|
|
9447
|
-
};
|
|
9448
|
-
};
|
|
9449
|
-
/** @description Internal server error */
|
|
9450
|
-
500: {
|
|
9451
|
-
headers: {
|
|
9452
|
-
[name: string]: unknown;
|
|
9453
|
-
};
|
|
9454
|
-
content: {
|
|
9455
|
-
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
9456
|
-
};
|
|
9457
|
-
};
|
|
9458
|
-
};
|
|
9459
|
-
};
|
|
9460
9356
|
createRecurringFeeListingPeriod: {
|
|
9461
9357
|
parameters: {
|
|
9462
9358
|
query?: never;
|
|
@@ -9469,18 +9365,16 @@ export interface operations {
|
|
|
9469
9365
|
requestBody: {
|
|
9470
9366
|
content: {
|
|
9471
9367
|
"application/json": {
|
|
9368
|
+
/** Format: uuid */
|
|
9369
|
+
recurringFeeId: string;
|
|
9370
|
+
/** Format: uuid */
|
|
9472
9371
|
listingId: string;
|
|
9473
9372
|
startAt?: string | null;
|
|
9474
9373
|
endAt?: string | null;
|
|
9475
9374
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9476
9375
|
rate?: number | null;
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
* @description How to handle date range conflicts with existing periods
|
|
9480
|
-
* @default updateExisting
|
|
9481
|
-
* @enum {string|null}
|
|
9482
|
-
*/
|
|
9483
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9376
|
+
/** @enum {string|null} */
|
|
9377
|
+
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
9484
9378
|
};
|
|
9485
9379
|
};
|
|
9486
9380
|
};
|
|
@@ -9492,19 +9386,17 @@ export interface operations {
|
|
|
9492
9386
|
};
|
|
9493
9387
|
content: {
|
|
9494
9388
|
"application/json": {
|
|
9389
|
+
/** Format: uuid */
|
|
9390
|
+
id: string;
|
|
9495
9391
|
listingId: string;
|
|
9496
9392
|
startAt?: string | null;
|
|
9497
9393
|
endAt?: string | null;
|
|
9498
9394
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9499
9395
|
rate?: number | null;
|
|
9500
|
-
/** Format: uuid */
|
|
9501
|
-
id: string;
|
|
9502
9396
|
recurringFee: {
|
|
9503
9397
|
/** Format: uuid */
|
|
9504
9398
|
id: string;
|
|
9505
9399
|
title: string;
|
|
9506
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9507
|
-
defaultRate?: number | null;
|
|
9508
9400
|
/** @enum {string} */
|
|
9509
9401
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9510
9402
|
/**
|
|
@@ -9572,12 +9464,8 @@ export interface operations {
|
|
|
9572
9464
|
endAt?: string | null;
|
|
9573
9465
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9574
9466
|
rate?: number | null;
|
|
9575
|
-
/**
|
|
9576
|
-
|
|
9577
|
-
* @default updateExisting
|
|
9578
|
-
* @enum {string|null}
|
|
9579
|
-
*/
|
|
9580
|
-
onConflict?: "error" | "updateExisting" | "adjustInsertingItem" | "closeExistingPeriods" | null;
|
|
9467
|
+
/** @enum {string|null} */
|
|
9468
|
+
onConflict?: "error" | "closeExistingPeriods" | "updateExisting" | null;
|
|
9581
9469
|
};
|
|
9582
9470
|
};
|
|
9583
9471
|
};
|
|
@@ -9589,19 +9477,17 @@ export interface operations {
|
|
|
9589
9477
|
};
|
|
9590
9478
|
content: {
|
|
9591
9479
|
"application/json": {
|
|
9480
|
+
/** Format: uuid */
|
|
9481
|
+
id: string;
|
|
9592
9482
|
listingId: string;
|
|
9593
9483
|
startAt?: string | null;
|
|
9594
9484
|
endAt?: string | null;
|
|
9595
9485
|
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9596
9486
|
rate?: number | null;
|
|
9597
|
-
/** Format: uuid */
|
|
9598
|
-
id: string;
|
|
9599
9487
|
recurringFee: {
|
|
9600
9488
|
/** Format: uuid */
|
|
9601
9489
|
id: string;
|
|
9602
9490
|
title: string;
|
|
9603
|
-
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9604
|
-
defaultRate?: number | null;
|
|
9605
9491
|
/** @enum {string} */
|
|
9606
9492
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9607
9493
|
/**
|
|
@@ -11329,6 +11215,8 @@ export interface operations {
|
|
|
11329
11215
|
lines: {
|
|
11330
11216
|
uniqueRef?: string | null;
|
|
11331
11217
|
description: string;
|
|
11218
|
+
/** @enum {string|null} */
|
|
11219
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
11332
11220
|
/** @description Value in cents (100 = 1€) */
|
|
11333
11221
|
amount: number;
|
|
11334
11222
|
/** Format: uuid */
|
|
@@ -11649,7 +11537,7 @@ export interface operations {
|
|
|
11649
11537
|
/** @enum {string} */
|
|
11650
11538
|
severity: "error";
|
|
11651
11539
|
context: {
|
|
11652
|
-
|
|
11540
|
+
affected: number;
|
|
11653
11541
|
};
|
|
11654
11542
|
message: string;
|
|
11655
11543
|
} | {
|
|
@@ -11707,7 +11595,6 @@ export interface operations {
|
|
|
11707
11595
|
/** @enum {string} */
|
|
11708
11596
|
severity: "warning";
|
|
11709
11597
|
context: {
|
|
11710
|
-
journalEntryIds: string[];
|
|
11711
11598
|
affected: number;
|
|
11712
11599
|
};
|
|
11713
11600
|
message: string;
|
|
@@ -12209,7 +12096,7 @@ export interface operations {
|
|
|
12209
12096
|
/** @enum {string} */
|
|
12210
12097
|
severity: "error";
|
|
12211
12098
|
context: {
|
|
12212
|
-
|
|
12099
|
+
affected: number;
|
|
12213
12100
|
};
|
|
12214
12101
|
message: string;
|
|
12215
12102
|
} | {
|
|
@@ -12267,7 +12154,6 @@ export interface operations {
|
|
|
12267
12154
|
/** @enum {string} */
|
|
12268
12155
|
severity: "warning";
|
|
12269
12156
|
context: {
|
|
12270
|
-
journalEntryIds: string[];
|
|
12271
12157
|
affected: number;
|
|
12272
12158
|
};
|
|
12273
12159
|
message: string;
|
|
@@ -12681,7 +12567,7 @@ export interface operations {
|
|
|
12681
12567
|
/** @enum {string} */
|
|
12682
12568
|
severity: "error";
|
|
12683
12569
|
context: {
|
|
12684
|
-
|
|
12570
|
+
affected: number;
|
|
12685
12571
|
};
|
|
12686
12572
|
message: string;
|
|
12687
12573
|
} | {
|
|
@@ -12739,7 +12625,6 @@ export interface operations {
|
|
|
12739
12625
|
/** @enum {string} */
|
|
12740
12626
|
severity: "warning";
|
|
12741
12627
|
context: {
|
|
12742
|
-
journalEntryIds: string[];
|
|
12743
12628
|
affected: number;
|
|
12744
12629
|
};
|
|
12745
12630
|
message: string;
|
|
@@ -13236,7 +13121,7 @@ export interface operations {
|
|
|
13236
13121
|
/** @enum {string} */
|
|
13237
13122
|
severity: "error";
|
|
13238
13123
|
context: {
|
|
13239
|
-
|
|
13124
|
+
affected: number;
|
|
13240
13125
|
};
|
|
13241
13126
|
message: string;
|
|
13242
13127
|
} | {
|
|
@@ -13294,7 +13179,6 @@ export interface operations {
|
|
|
13294
13179
|
/** @enum {string} */
|
|
13295
13180
|
severity: "warning";
|
|
13296
13181
|
context: {
|
|
13297
|
-
journalEntryIds: string[];
|
|
13298
13182
|
affected: number;
|
|
13299
13183
|
};
|
|
13300
13184
|
message: string;
|
|
@@ -13494,7 +13378,7 @@ export interface operations {
|
|
|
13494
13378
|
/** @enum {string} */
|
|
13495
13379
|
severity: "error";
|
|
13496
13380
|
context: {
|
|
13497
|
-
|
|
13381
|
+
affected: number;
|
|
13498
13382
|
};
|
|
13499
13383
|
message: string;
|
|
13500
13384
|
} | {
|
|
@@ -13552,7 +13436,6 @@ export interface operations {
|
|
|
13552
13436
|
/** @enum {string} */
|
|
13553
13437
|
severity: "warning";
|
|
13554
13438
|
context: {
|
|
13555
|
-
journalEntryIds: string[];
|
|
13556
13439
|
affected: number;
|
|
13557
13440
|
};
|
|
13558
13441
|
message: string;
|
|
@@ -13976,6 +13859,72 @@ export interface operations {
|
|
|
13976
13859
|
};
|
|
13977
13860
|
};
|
|
13978
13861
|
};
|
|
13862
|
+
refreshOwnerStatementLayout: {
|
|
13863
|
+
parameters: {
|
|
13864
|
+
query?: never;
|
|
13865
|
+
header?: {
|
|
13866
|
+
"X-Team-Id"?: string;
|
|
13867
|
+
};
|
|
13868
|
+
path: {
|
|
13869
|
+
id: string;
|
|
13870
|
+
};
|
|
13871
|
+
cookie?: never;
|
|
13872
|
+
};
|
|
13873
|
+
requestBody?: never;
|
|
13874
|
+
responses: {
|
|
13875
|
+
/** @description Successful response */
|
|
13876
|
+
200: {
|
|
13877
|
+
headers: {
|
|
13878
|
+
[name: string]: unknown;
|
|
13879
|
+
};
|
|
13880
|
+
content: {
|
|
13881
|
+
"application/json": {
|
|
13882
|
+
/** Format: uuid */
|
|
13883
|
+
id: string;
|
|
13884
|
+
/** Format: uuid */
|
|
13885
|
+
layoutId: string | null;
|
|
13886
|
+
templateJsonUpdated: boolean;
|
|
13887
|
+
};
|
|
13888
|
+
};
|
|
13889
|
+
};
|
|
13890
|
+
/** @description Invalid input data */
|
|
13891
|
+
400: {
|
|
13892
|
+
headers: {
|
|
13893
|
+
[name: string]: unknown;
|
|
13894
|
+
};
|
|
13895
|
+
content: {
|
|
13896
|
+
"application/json": components["schemas"]["error.BAD_REQUEST"];
|
|
13897
|
+
};
|
|
13898
|
+
};
|
|
13899
|
+
/** @description Authorization not provided */
|
|
13900
|
+
401: {
|
|
13901
|
+
headers: {
|
|
13902
|
+
[name: string]: unknown;
|
|
13903
|
+
};
|
|
13904
|
+
content: {
|
|
13905
|
+
"application/json": components["schemas"]["error.UNAUTHORIZED"];
|
|
13906
|
+
};
|
|
13907
|
+
};
|
|
13908
|
+
/** @description Insufficient access */
|
|
13909
|
+
403: {
|
|
13910
|
+
headers: {
|
|
13911
|
+
[name: string]: unknown;
|
|
13912
|
+
};
|
|
13913
|
+
content: {
|
|
13914
|
+
"application/json": components["schemas"]["error.FORBIDDEN"];
|
|
13915
|
+
};
|
|
13916
|
+
};
|
|
13917
|
+
/** @description Internal server error */
|
|
13918
|
+
500: {
|
|
13919
|
+
headers: {
|
|
13920
|
+
[name: string]: unknown;
|
|
13921
|
+
};
|
|
13922
|
+
content: {
|
|
13923
|
+
"application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
|
|
13924
|
+
};
|
|
13925
|
+
};
|
|
13926
|
+
};
|
|
13927
|
+
};
|
|
13979
13928
|
getTransactionLineMappings: {
|
|
13980
13929
|
parameters: {
|
|
13981
13930
|
query?: {
|
|
@@ -14256,6 +14205,8 @@ export interface operations {
|
|
|
14256
14205
|
lines: {
|
|
14257
14206
|
uniqueRef?: string | null;
|
|
14258
14207
|
description: string;
|
|
14208
|
+
/** @enum {string|null} */
|
|
14209
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
14259
14210
|
/** @description Value in cents (100 = 1€) */
|
|
14260
14211
|
amount: number;
|
|
14261
14212
|
/** Format: uuid */
|
|
@@ -14502,6 +14453,8 @@ export interface operations {
|
|
|
14502
14453
|
lines: {
|
|
14503
14454
|
uniqueRef?: string | null;
|
|
14504
14455
|
description: string;
|
|
14456
|
+
/** @enum {string|null} */
|
|
14457
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
14505
14458
|
/** @description Value in cents (100 = 1€) */
|
|
14506
14459
|
amount: number;
|
|
14507
14460
|
/** Format: uuid */
|
|
@@ -14732,6 +14685,8 @@ export interface operations {
|
|
|
14732
14685
|
lines: {
|
|
14733
14686
|
uniqueRef?: string | null;
|
|
14734
14687
|
description: string;
|
|
14688
|
+
/** @enum {string|null} */
|
|
14689
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
14735
14690
|
/** @description Value in cents (100 = 1€) */
|
|
14736
14691
|
amount: number;
|
|
14737
14692
|
/** Format: uuid */
|
|
@@ -15006,6 +14961,8 @@ export interface operations {
|
|
|
15006
14961
|
lines: {
|
|
15007
14962
|
uniqueRef?: string | null;
|
|
15008
14963
|
description: string;
|
|
14964
|
+
/** @enum {string|null} */
|
|
14965
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
15009
14966
|
/** @description Value in cents (100 = 1€) */
|
|
15010
14967
|
amount: number;
|
|
15011
14968
|
/** Format: uuid */
|
|
@@ -15242,6 +15199,8 @@ export interface operations {
|
|
|
15242
15199
|
lines: {
|
|
15243
15200
|
uniqueRef?: string | null;
|
|
15244
15201
|
description: string;
|
|
15202
|
+
/** @enum {string|null} */
|
|
15203
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
15245
15204
|
/** @description Value in cents (100 = 1€) */
|
|
15246
15205
|
amount: number;
|
|
15247
15206
|
/** Format: uuid */
|
|
@@ -15437,6 +15396,8 @@ export interface operations {
|
|
|
15437
15396
|
lines: {
|
|
15438
15397
|
uniqueRef?: string | null;
|
|
15439
15398
|
description: string;
|
|
15399
|
+
/** @enum {string|null} */
|
|
15400
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
15440
15401
|
/** @description Value in cents (100 = 1€) */
|
|
15441
15402
|
amount: number;
|
|
15442
15403
|
/** Format: uuid */
|
|
@@ -15851,6 +15812,7 @@ export interface operations {
|
|
|
15851
15812
|
parameters: {
|
|
15852
15813
|
query?: {
|
|
15853
15814
|
type?: "deposit" | "expense" | "transfer";
|
|
15815
|
+
status?: "active" | "inactive";
|
|
15854
15816
|
includeLines?: boolean;
|
|
15855
15817
|
accountId?: string;
|
|
15856
15818
|
hasActiveJournalEntries?: boolean;
|
|
@@ -15858,6 +15820,7 @@ export interface operations {
|
|
|
15858
15820
|
dateRange?: string;
|
|
15859
15821
|
isDateRangeEndInclusive?: boolean;
|
|
15860
15822
|
uniqueRefs?: string;
|
|
15823
|
+
ids?: string;
|
|
15861
15824
|
search?: string;
|
|
15862
15825
|
recurringTemplateId?: string;
|
|
15863
15826
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
@@ -15893,6 +15856,8 @@ export interface operations {
|
|
|
15893
15856
|
lines?: {
|
|
15894
15857
|
uniqueRef?: string | null;
|
|
15895
15858
|
description: string;
|
|
15859
|
+
/** @enum {string|null} */
|
|
15860
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
15896
15861
|
/** @description Value in cents (100 = 1€) */
|
|
15897
15862
|
amount: number;
|
|
15898
15863
|
/** Format: uuid */
|
|
@@ -16199,6 +16164,8 @@ export interface operations {
|
|
|
16199
16164
|
lines: {
|
|
16200
16165
|
uniqueRef?: string | null;
|
|
16201
16166
|
description: string;
|
|
16167
|
+
/** @enum {string|null} */
|
|
16168
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
16202
16169
|
/** @description Value in cents (100 = 1€) */
|
|
16203
16170
|
amount: number;
|
|
16204
16171
|
/** Format: uuid */
|
|
@@ -16415,6 +16382,8 @@ export interface operations {
|
|
|
16415
16382
|
lines: {
|
|
16416
16383
|
uniqueRef?: string | null;
|
|
16417
16384
|
description: string;
|
|
16385
|
+
/** @enum {string|null} */
|
|
16386
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
16418
16387
|
/** @description Value in cents (100 = 1€) */
|
|
16419
16388
|
amount: number;
|
|
16420
16389
|
/** Format: uuid */
|
|
@@ -16714,6 +16683,8 @@ export interface operations {
|
|
|
16714
16683
|
lines: {
|
|
16715
16684
|
uniqueRef?: string | null;
|
|
16716
16685
|
description: string;
|
|
16686
|
+
/** @enum {string|null} */
|
|
16687
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
16717
16688
|
/** @description Value in cents (100 = 1€) */
|
|
16718
16689
|
amount: number;
|
|
16719
16690
|
/** Format: uuid */
|
|
@@ -17028,6 +16999,14 @@ export interface operations {
|
|
|
17028
16999
|
updatedAt: string;
|
|
17029
17000
|
message?: string | null;
|
|
17030
17001
|
} | null;
|
|
17002
|
+
enabledFlows: {
|
|
17003
|
+
/** Format: uuid */
|
|
17004
|
+
id: string;
|
|
17005
|
+
title: string;
|
|
17006
|
+
isPublic: boolean;
|
|
17007
|
+
/** @enum {string|null} */
|
|
17008
|
+
type: "push" | "pull" | null;
|
|
17009
|
+
}[];
|
|
17031
17010
|
};
|
|
17032
17011
|
};
|
|
17033
17012
|
};
|
|
@@ -17205,6 +17184,14 @@ export interface operations {
|
|
|
17205
17184
|
updatedAt: string;
|
|
17206
17185
|
message?: string | null;
|
|
17207
17186
|
} | null;
|
|
17187
|
+
enabledFlows: {
|
|
17188
|
+
/** Format: uuid */
|
|
17189
|
+
id: string;
|
|
17190
|
+
title: string;
|
|
17191
|
+
isPublic: boolean;
|
|
17192
|
+
/** @enum {string|null} */
|
|
17193
|
+
type: "push" | "pull" | null;
|
|
17194
|
+
}[];
|
|
17208
17195
|
}[];
|
|
17209
17196
|
pagination: {
|
|
17210
17197
|
/** @default 100 */
|
|
@@ -17318,6 +17305,14 @@ export interface operations {
|
|
|
17318
17305
|
updatedAt: string;
|
|
17319
17306
|
message?: string | null;
|
|
17320
17307
|
} | null;
|
|
17308
|
+
enabledFlows: {
|
|
17309
|
+
/** Format: uuid */
|
|
17310
|
+
id: string;
|
|
17311
|
+
title: string;
|
|
17312
|
+
isPublic: boolean;
|
|
17313
|
+
/** @enum {string|null} */
|
|
17314
|
+
type: "push" | "pull" | null;
|
|
17315
|
+
}[];
|
|
17321
17316
|
};
|
|
17322
17317
|
};
|
|
17323
17318
|
};
|
|
@@ -17673,6 +17668,8 @@ export interface operations {
|
|
|
17673
17668
|
lines: {
|
|
17674
17669
|
uniqueRef?: string | null;
|
|
17675
17670
|
description: string;
|
|
17671
|
+
/** @enum {string|null} */
|
|
17672
|
+
assignment?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer" | null;
|
|
17676
17673
|
/** @description Value in cents (100 = 1€) */
|
|
17677
17674
|
amount: number;
|
|
17678
17675
|
/** Format: uuid */
|