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