@vrplatform/api 1.3.1-stage.2082 → 1.3.1-stage.2086

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.
@@ -2648,6 +2648,42 @@ export interface paths {
2648
2648
  patch?: never;
2649
2649
  trace?: never;
2650
2650
  };
2651
+ "/teams/opening-balances/accounts-payable": {
2652
+ parameters: {
2653
+ query?: never;
2654
+ header?: never;
2655
+ path?: never;
2656
+ cookie?: never;
2657
+ };
2658
+ /** @description Retrieve opening balance accounts payable summary by party */
2659
+ get: operations["getTeamsOpeningBalancesAccountsPayable"];
2660
+ /** @description Update opening balance accounts payable by party */
2661
+ put: operations["putTeamsOpeningBalancesAccountsPayable"];
2662
+ post?: never;
2663
+ delete?: never;
2664
+ options?: never;
2665
+ head?: never;
2666
+ patch?: never;
2667
+ trace?: never;
2668
+ };
2669
+ "/teams/opening-balances/accounts-receivable-deferred-revenue": {
2670
+ parameters: {
2671
+ query?: never;
2672
+ header?: never;
2673
+ path?: never;
2674
+ cookie?: never;
2675
+ };
2676
+ /** @description Retrieve opening balance accounts receivable / deferred revenue summary */
2677
+ get: operations["getTeamsOpeningBalancesAccountsReceivableDeferredRevenue"];
2678
+ /** @description Update opening balance accounts receivable / deferred revenue summary */
2679
+ put: operations["putTeamsOpeningBalancesAccountsReceivableDeferredRevenue"];
2680
+ post?: never;
2681
+ delete?: never;
2682
+ options?: never;
2683
+ head?: never;
2684
+ patch?: never;
2685
+ trace?: never;
2686
+ };
2651
2687
  "/teams/opening-balances/advanced-deposits": {
2652
2688
  parameters: {
2653
2689
  query?: never;
@@ -2683,6 +2719,42 @@ export interface paths {
2683
2719
  patch?: never;
2684
2720
  trace?: never;
2685
2721
  };
2722
+ "/teams/opening-balances/credit-card": {
2723
+ parameters: {
2724
+ query?: never;
2725
+ header?: never;
2726
+ path?: never;
2727
+ cookie?: never;
2728
+ };
2729
+ /** @description Retrieve opening balance operating credit card summary */
2730
+ get: operations["getTeamsOpeningBalancesCreditCard"];
2731
+ /** @description Update opening balance operating credit card */
2732
+ put: operations["putTeamsOpeningBalancesCreditCard"];
2733
+ post?: never;
2734
+ delete?: never;
2735
+ options?: never;
2736
+ head?: never;
2737
+ patch?: never;
2738
+ trace?: never;
2739
+ };
2740
+ "/teams/opening-balances/other": {
2741
+ parameters: {
2742
+ query?: never;
2743
+ header?: never;
2744
+ path?: never;
2745
+ cookie?: never;
2746
+ };
2747
+ /** @description Retrieve opening balance operating other summary */
2748
+ get: operations["getTeamsOpeningBalancesOther"];
2749
+ /** @description Update opening balance operating other */
2750
+ put: operations["putTeamsOpeningBalancesOther"];
2751
+ post?: never;
2752
+ delete?: never;
2753
+ options?: never;
2754
+ head?: never;
2755
+ patch?: never;
2756
+ trace?: never;
2757
+ };
2686
2758
  "/teams/opening-balances/tax-payable": {
2687
2759
  parameters: {
2688
2760
  query?: never;
@@ -3089,7 +3161,7 @@ export interface paths {
3089
3161
  path?: never;
3090
3162
  cookie?: never;
3091
3163
  };
3092
- /** @description Legacy transfer transactions CSV export */
3164
+ /** @description Transfer transactions CSV export */
3093
3165
  get: operations["getTransactionsTransfersCsv"];
3094
3166
  put?: never;
3095
3167
  post?: never;
@@ -20077,6 +20149,13 @@ export interface operations {
20077
20149
  type?: string | null;
20078
20150
  description?: string | null;
20079
20151
  } | null;
20152
+ postingDatePreview?: {
20153
+ hasMore: boolean;
20154
+ entries: {
20155
+ postingDate: string;
20156
+ amount: number;
20157
+ }[];
20158
+ } | null;
20080
20159
  lock?: ({
20081
20160
  /** @enum {string} */
20082
20161
  status: "locked" | "unlocked";
@@ -21821,7 +21900,6 @@ export interface operations {
21821
21900
  expenses: number;
21822
21901
  netIncome: number;
21823
21902
  adjustments: number;
21824
- transfers: number;
21825
21903
  payouts: number;
21826
21904
  };
21827
21905
  }[];
@@ -22046,7 +22124,6 @@ export interface operations {
22046
22124
  expenses: number;
22047
22125
  netIncome: number;
22048
22126
  adjustments: number;
22049
- transfers: number;
22050
22127
  payouts: number;
22051
22128
  };
22052
22129
  accounts: {
@@ -22065,7 +22142,7 @@ export interface operations {
22065
22142
  }[];
22066
22143
  sections: {
22067
22144
  /** @enum {string} */
22068
- id: "net-revenue" | "expenses" | "adjustments" | "transfers" | "other";
22145
+ id: "net-revenue" | "expenses" | "adjustments" | "payouts" | "other";
22069
22146
  name: string;
22070
22147
  accounts: {
22071
22148
  id: string;
@@ -22713,7 +22790,6 @@ export interface operations {
22713
22790
  netRevenue: number;
22714
22791
  expenses: number;
22715
22792
  reserve: number;
22716
- transfers: number;
22717
22793
  payouts: number;
22718
22794
  netIncome: number;
22719
22795
  currentBalance: number;
@@ -23064,7 +23140,6 @@ export interface operations {
23064
23140
  netRevenue: number;
23065
23141
  expenses: number;
23066
23142
  reserve: number;
23067
- transfers: number;
23068
23143
  payouts: number;
23069
23144
  netIncome: number;
23070
23145
  currentBalance: number;
@@ -23149,7 +23224,7 @@ export interface operations {
23149
23224
  }[];
23150
23225
  };
23151
23226
  }[];
23152
- transfersSection?: {
23227
+ payoutsSection?: {
23153
23228
  title: string;
23154
23229
  rows: {
23155
23230
  id: string;
@@ -25330,6 +25405,13 @@ export interface operations {
25330
25405
  type?: string | null;
25331
25406
  description?: string | null;
25332
25407
  } | null;
25408
+ postingDatePreview?: {
25409
+ hasMore: boolean;
25410
+ entries: {
25411
+ postingDate: string;
25412
+ amount: number;
25413
+ }[];
25414
+ } | null;
25333
25415
  lock?: ({
25334
25416
  /** @enum {string} */
25335
25417
  status: "locked" | "unlocked";
@@ -26717,6 +26799,13 @@ export interface operations {
26717
26799
  type?: string | null;
26718
26800
  description?: string | null;
26719
26801
  } | null;
26802
+ postingDatePreview?: {
26803
+ hasMore: boolean;
26804
+ entries: {
26805
+ postingDate: string;
26806
+ amount: number;
26807
+ }[];
26808
+ } | null;
26720
26809
  lock?: ({
26721
26810
  /** @enum {string} */
26722
26811
  status: "locked" | "unlocked";
@@ -27280,6 +27369,13 @@ export interface operations {
27280
27369
  type?: string | null;
27281
27370
  description?: string | null;
27282
27371
  } | null;
27372
+ postingDatePreview?: {
27373
+ hasMore: boolean;
27374
+ entries: {
27375
+ postingDate: string;
27376
+ amount: number;
27377
+ }[];
27378
+ } | null;
27283
27379
  lock?: ({
27284
27380
  /** @enum {string} */
27285
27381
  status: "locked" | "unlocked";
@@ -27960,6 +28056,13 @@ export interface operations {
27960
28056
  type?: string | null;
27961
28057
  description?: string | null;
27962
28058
  } | null;
28059
+ postingDatePreview?: {
28060
+ hasMore: boolean;
28061
+ entries: {
28062
+ postingDate: string;
28063
+ amount: number;
28064
+ }[];
28065
+ } | null;
27963
28066
  lock?: ({
27964
28067
  /** @enum {string} */
27965
28068
  status: "locked" | "unlocked";
@@ -28415,6 +28518,13 @@ export interface operations {
28415
28518
  type?: string | null;
28416
28519
  description?: string | null;
28417
28520
  } | null;
28521
+ postingDatePreview?: {
28522
+ hasMore: boolean;
28523
+ entries: {
28524
+ postingDate: string;
28525
+ amount: number;
28526
+ }[];
28527
+ } | null;
28418
28528
  lock?: ({
28419
28529
  /** @enum {string} */
28420
28530
  status: "locked" | "unlocked";
@@ -28856,6 +28966,13 @@ export interface operations {
28856
28966
  type?: string | null;
28857
28967
  description?: string | null;
28858
28968
  } | null;
28969
+ postingDatePreview?: {
28970
+ hasMore: boolean;
28971
+ entries: {
28972
+ postingDate: string;
28973
+ amount: number;
28974
+ }[];
28975
+ } | null;
28859
28976
  lock?: ({
28860
28977
  /** @enum {string} */
28861
28978
  status: "locked" | "unlocked";
@@ -29110,9 +29227,7 @@ export interface operations {
29110
29227
  /** @description Value in cents (100 = 1€) */
29111
29228
  netIncome: number;
29112
29229
  /** @description Value in cents (100 = 1€) */
29113
- transfers: number;
29114
- /** @description Value in cents (100 = 1€) */
29115
- payouts?: number;
29230
+ payouts: number;
29116
29231
  /** @description Value in cents (100 = 1€) */
29117
29232
  balanceEnd: number;
29118
29233
  };
@@ -29212,7 +29327,7 @@ export interface operations {
29212
29327
  message: string;
29213
29328
  } | {
29214
29329
  /** @constant */
29215
- code: "transfersMismatch";
29330
+ code: "payoutsMismatch";
29216
29331
  /** @constant */
29217
29332
  severity: "warning";
29218
29333
  context: Record<string, never>;
@@ -29273,7 +29388,7 @@ export interface operations {
29273
29388
  context: {
29274
29389
  balanceStart: number;
29275
29390
  netIncome: number;
29276
- transfers: number;
29391
+ payouts: number;
29277
29392
  balanceEnd: number;
29278
29393
  delta: number;
29279
29394
  };
@@ -29291,13 +29406,7 @@ export interface operations {
29291
29406
  };
29292
29407
  message: string;
29293
29408
  })[];
29294
- transfers: {
29295
- id: string;
29296
- date: string;
29297
- total: number;
29298
- totalFormatted: string;
29299
- }[];
29300
- payouts?: {
29409
+ payouts: {
29301
29410
  id: string;
29302
29411
  date: string;
29303
29412
  total: number;
@@ -29343,9 +29452,7 @@ export interface operations {
29343
29452
  /** @description Value in cents (100 = 1€) */
29344
29453
  netIncome: number;
29345
29454
  /** @description Value in cents (100 = 1€) */
29346
- transfers: number;
29347
- /** @description Value in cents (100 = 1€) */
29348
- payouts?: number;
29455
+ payouts: number;
29349
29456
  /** @description Value in cents (100 = 1€) */
29350
29457
  balanceEnd: number;
29351
29458
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -29492,9 +29599,7 @@ export interface operations {
29492
29599
  /** @description Value in cents (100 = 1€) */
29493
29600
  netIncome: number;
29494
29601
  /** @description Value in cents (100 = 1€) */
29495
- transfers: number;
29496
- /** @description Value in cents (100 = 1€) */
29497
- payouts?: number;
29602
+ payouts: number;
29498
29603
  /** @description Value in cents (100 = 1€) */
29499
29604
  balanceEnd: number;
29500
29605
  };
@@ -29594,7 +29699,7 @@ export interface operations {
29594
29699
  message: string;
29595
29700
  } | {
29596
29701
  /** @constant */
29597
- code: "transfersMismatch";
29702
+ code: "payoutsMismatch";
29598
29703
  /** @constant */
29599
29704
  severity: "warning";
29600
29705
  context: Record<string, never>;
@@ -29655,7 +29760,7 @@ export interface operations {
29655
29760
  context: {
29656
29761
  balanceStart: number;
29657
29762
  netIncome: number;
29658
- transfers: number;
29763
+ payouts: number;
29659
29764
  balanceEnd: number;
29660
29765
  delta: number;
29661
29766
  };
@@ -29673,13 +29778,7 @@ export interface operations {
29673
29778
  };
29674
29779
  message: string;
29675
29780
  })[];
29676
- transfers: {
29677
- id: string;
29678
- date: string;
29679
- total: number;
29680
- totalFormatted: string;
29681
- }[];
29682
- payouts?: {
29781
+ payouts: {
29683
29782
  id: string;
29684
29783
  date: string;
29685
29784
  total: number;
@@ -30097,9 +30196,7 @@ export interface operations {
30097
30196
  /** @description Value in cents (100 = 1€) */
30098
30197
  netIncome: number;
30099
30198
  /** @description Value in cents (100 = 1€) */
30100
- transfers: number;
30101
- /** @description Value in cents (100 = 1€) */
30102
- payouts?: number;
30199
+ payouts: number;
30103
30200
  /** @description Value in cents (100 = 1€) */
30104
30201
  balanceEnd: number;
30105
30202
  };
@@ -30199,7 +30296,7 @@ export interface operations {
30199
30296
  message: string;
30200
30297
  } | {
30201
30298
  /** @constant */
30202
- code: "transfersMismatch";
30299
+ code: "payoutsMismatch";
30203
30300
  /** @constant */
30204
30301
  severity: "warning";
30205
30302
  context: Record<string, never>;
@@ -30260,7 +30357,7 @@ export interface operations {
30260
30357
  context: {
30261
30358
  balanceStart: number;
30262
30359
  netIncome: number;
30263
- transfers: number;
30360
+ payouts: number;
30264
30361
  balanceEnd: number;
30265
30362
  delta: number;
30266
30363
  };
@@ -30278,13 +30375,7 @@ export interface operations {
30278
30375
  };
30279
30376
  message: string;
30280
30377
  })[];
30281
- transfers: {
30282
- id: string;
30283
- date: string;
30284
- total: number;
30285
- totalFormatted: string;
30286
- }[];
30287
- payouts?: {
30378
+ payouts: {
30288
30379
  id: string;
30289
30380
  date: string;
30290
30381
  total: number;
@@ -32505,9 +32596,7 @@ export interface operations {
32505
32596
  /** @description Value in cents (100 = 1€) */
32506
32597
  netIncome: number;
32507
32598
  /** @description Value in cents (100 = 1€) */
32508
- transfers: number;
32509
- /** @description Value in cents (100 = 1€) */
32510
- payouts?: number;
32599
+ payouts: number;
32511
32600
  /** @description Value in cents (100 = 1€) */
32512
32601
  balanceEnd: number;
32513
32602
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -32636,9 +32725,7 @@ export interface operations {
32636
32725
  /** @description Value in cents (100 = 1€) */
32637
32726
  netIncome: number;
32638
32727
  /** @description Value in cents (100 = 1€) */
32639
- transfers: number;
32640
- /** @description Value in cents (100 = 1€) */
32641
- payouts?: number;
32728
+ payouts: number;
32642
32729
  /** @description Value in cents (100 = 1€) */
32643
32730
  balanceEnd: number;
32644
32731
  };
@@ -32738,7 +32825,7 @@ export interface operations {
32738
32825
  message: string;
32739
32826
  } | {
32740
32827
  /** @constant */
32741
- code: "transfersMismatch";
32828
+ code: "payoutsMismatch";
32742
32829
  /** @constant */
32743
32830
  severity: "warning";
32744
32831
  context: Record<string, never>;
@@ -32799,7 +32886,7 @@ export interface operations {
32799
32886
  context: {
32800
32887
  balanceStart: number;
32801
32888
  netIncome: number;
32802
- transfers: number;
32889
+ payouts: number;
32803
32890
  balanceEnd: number;
32804
32891
  delta: number;
32805
32892
  };
@@ -32817,13 +32904,7 @@ export interface operations {
32817
32904
  };
32818
32905
  message: string;
32819
32906
  })[];
32820
- transfers: {
32821
- id: string;
32822
- date: string;
32823
- total: number;
32824
- totalFormatted: string;
32825
- }[];
32826
- payouts?: {
32907
+ payouts: {
32827
32908
  id: string;
32828
32909
  date: string;
32829
32910
  total: number;
@@ -33246,9 +33327,7 @@ export interface operations {
33246
33327
  /** @description Value in cents (100 = 1€) */
33247
33328
  netIncome: number;
33248
33329
  /** @description Value in cents (100 = 1€) */
33249
- transfers: number;
33250
- /** @description Value in cents (100 = 1€) */
33251
- payouts?: number;
33330
+ payouts: number;
33252
33331
  /** @description Value in cents (100 = 1€) */
33253
33332
  balanceEnd: number;
33254
33333
  };
@@ -33348,7 +33427,7 @@ export interface operations {
33348
33427
  message: string;
33349
33428
  } | {
33350
33429
  /** @constant */
33351
- code: "transfersMismatch";
33430
+ code: "payoutsMismatch";
33352
33431
  /** @constant */
33353
33432
  severity: "warning";
33354
33433
  context: Record<string, never>;
@@ -33409,7 +33488,7 @@ export interface operations {
33409
33488
  context: {
33410
33489
  balanceStart: number;
33411
33490
  netIncome: number;
33412
- transfers: number;
33491
+ payouts: number;
33413
33492
  balanceEnd: number;
33414
33493
  delta: number;
33415
33494
  };
@@ -33427,13 +33506,7 @@ export interface operations {
33427
33506
  };
33428
33507
  message: string;
33429
33508
  })[];
33430
- transfers: {
33431
- id: string;
33432
- date: string;
33433
- total: number;
33434
- totalFormatted: string;
33435
- }[];
33436
- payouts?: {
33509
+ payouts: {
33437
33510
  id: string;
33438
33511
  date: string;
33439
33512
  total: number;
@@ -36042,9 +36115,11 @@ export interface operations {
36042
36115
  };
36043
36116
  };
36044
36117
  };
36045
- getTeamsOpeningBalancesAdvancedDeposits: {
36118
+ getTeamsOpeningBalancesAccountsPayable: {
36046
36119
  parameters: {
36047
- query?: never;
36120
+ query: {
36121
+ party: "owners" | "manager";
36122
+ };
36048
36123
  header?: never;
36049
36124
  path?: never;
36050
36125
  cookie?: never;
@@ -36064,19 +36139,6 @@ export interface operations {
36064
36139
  currency: string;
36065
36140
  updatedAt?: string | null;
36066
36141
  transactionId?: string | null;
36067
- account?: {
36068
- /** Format: uuid */
36069
- id: string;
36070
- name: string;
36071
- } | null;
36072
- reservations: {
36073
- reservationId?: string | null;
36074
- listingId?: string | null;
36075
- /** @description Value in cents (100 = 1€) */
36076
- payment: number;
36077
- /** @description Value in cents (100 = 1€) */
36078
- refund: number;
36079
- }[];
36080
36142
  };
36081
36143
  };
36082
36144
  };
@@ -36162,7 +36224,7 @@ export interface operations {
36162
36224
  };
36163
36225
  };
36164
36226
  };
36165
- putTeamsOpeningBalancesAdvancedDeposits: {
36227
+ putTeamsOpeningBalancesAccountsPayable: {
36166
36228
  parameters: {
36167
36229
  query?: never;
36168
36230
  header?: never;
@@ -36172,16 +36234,11 @@ export interface operations {
36172
36234
  requestBody?: {
36173
36235
  content: {
36174
36236
  "application/json": {
36175
- accountId?: string | null;
36176
- amount?: number | null;
36237
+ /** @enum {string} */
36238
+ party: "owners" | "manager";
36239
+ /** @description Value in cents (100 = 1€) */
36240
+ amount: number;
36177
36241
  currency?: string | null;
36178
- reservations: {
36179
- /** Format: uuid */
36180
- reservationId: string;
36181
- listingId?: string | null;
36182
- payment?: number | null;
36183
- refund?: number | null;
36184
- }[];
36185
36242
  };
36186
36243
  };
36187
36244
  };
@@ -36199,18 +36256,492 @@ export interface operations {
36199
36256
  currency: string;
36200
36257
  updatedAt?: string | null;
36201
36258
  transactionId?: string | null;
36202
- account?: {
36203
- /** Format: uuid */
36204
- id: string;
36205
- name: string;
36206
- } | null;
36207
- reservations: {
36208
- reservationId?: string | null;
36209
- listingId?: string | null;
36210
- /** @description Value in cents (100 = 1€) */
36211
- payment: number;
36212
- /** @description Value in cents (100 = 1€) */
36213
- refund: number;
36259
+ };
36260
+ };
36261
+ };
36262
+ /** @description Bad request */
36263
+ 400: {
36264
+ headers: {
36265
+ [name: string]: unknown;
36266
+ };
36267
+ content: {
36268
+ "application/json": {
36269
+ code: string;
36270
+ message: string;
36271
+ issues?: {
36272
+ message: string;
36273
+ }[];
36274
+ context?: unknown;
36275
+ };
36276
+ };
36277
+ };
36278
+ /** @description Unauthorized */
36279
+ 401: {
36280
+ headers: {
36281
+ [name: string]: unknown;
36282
+ };
36283
+ content: {
36284
+ "application/json": {
36285
+ code: string;
36286
+ message: string;
36287
+ issues?: {
36288
+ message: string;
36289
+ }[];
36290
+ context?: unknown;
36291
+ };
36292
+ };
36293
+ };
36294
+ /** @description Forbidden */
36295
+ 403: {
36296
+ headers: {
36297
+ [name: string]: unknown;
36298
+ };
36299
+ content: {
36300
+ "application/json": {
36301
+ code: string;
36302
+ message: string;
36303
+ issues?: {
36304
+ message: string;
36305
+ }[];
36306
+ context?: unknown;
36307
+ };
36308
+ };
36309
+ };
36310
+ /** @description Not found */
36311
+ 404: {
36312
+ headers: {
36313
+ [name: string]: unknown;
36314
+ };
36315
+ content: {
36316
+ "application/json": {
36317
+ code: string;
36318
+ message: string;
36319
+ issues?: {
36320
+ message: string;
36321
+ }[];
36322
+ context?: unknown;
36323
+ };
36324
+ };
36325
+ };
36326
+ /** @description Internal server error */
36327
+ 500: {
36328
+ headers: {
36329
+ [name: string]: unknown;
36330
+ };
36331
+ content: {
36332
+ "application/json": {
36333
+ code: string;
36334
+ message: string;
36335
+ issues?: {
36336
+ message: string;
36337
+ }[];
36338
+ context?: unknown;
36339
+ };
36340
+ };
36341
+ };
36342
+ };
36343
+ };
36344
+ getTeamsOpeningBalancesAccountsReceivableDeferredRevenue: {
36345
+ parameters: {
36346
+ query?: never;
36347
+ header?: never;
36348
+ path?: never;
36349
+ cookie?: never;
36350
+ };
36351
+ requestBody?: never;
36352
+ responses: {
36353
+ /** @description Successful response */
36354
+ 200: {
36355
+ headers: {
36356
+ [name: string]: unknown;
36357
+ };
36358
+ content: {
36359
+ "application/json": {
36360
+ /** @description Value in cents (100 = 1€) */
36361
+ amount: number;
36362
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36363
+ currency: string;
36364
+ updatedAt?: string | null;
36365
+ transactionId?: string | null;
36366
+ /** @description Value in cents (100 = 1€) */
36367
+ accountsReceivableAmount: number;
36368
+ /** @description Value in cents (100 = 1€) */
36369
+ deferredRevenueAmount: number;
36370
+ };
36371
+ };
36372
+ };
36373
+ /** @description Bad request */
36374
+ 400: {
36375
+ headers: {
36376
+ [name: string]: unknown;
36377
+ };
36378
+ content: {
36379
+ "application/json": {
36380
+ code: string;
36381
+ message: string;
36382
+ issues?: {
36383
+ message: string;
36384
+ }[];
36385
+ context?: unknown;
36386
+ };
36387
+ };
36388
+ };
36389
+ /** @description Unauthorized */
36390
+ 401: {
36391
+ headers: {
36392
+ [name: string]: unknown;
36393
+ };
36394
+ content: {
36395
+ "application/json": {
36396
+ code: string;
36397
+ message: string;
36398
+ issues?: {
36399
+ message: string;
36400
+ }[];
36401
+ context?: unknown;
36402
+ };
36403
+ };
36404
+ };
36405
+ /** @description Forbidden */
36406
+ 403: {
36407
+ headers: {
36408
+ [name: string]: unknown;
36409
+ };
36410
+ content: {
36411
+ "application/json": {
36412
+ code: string;
36413
+ message: string;
36414
+ issues?: {
36415
+ message: string;
36416
+ }[];
36417
+ context?: unknown;
36418
+ };
36419
+ };
36420
+ };
36421
+ /** @description Not found */
36422
+ 404: {
36423
+ headers: {
36424
+ [name: string]: unknown;
36425
+ };
36426
+ content: {
36427
+ "application/json": {
36428
+ code: string;
36429
+ message: string;
36430
+ issues?: {
36431
+ message: string;
36432
+ }[];
36433
+ context?: unknown;
36434
+ };
36435
+ };
36436
+ };
36437
+ /** @description Internal server error */
36438
+ 500: {
36439
+ headers: {
36440
+ [name: string]: unknown;
36441
+ };
36442
+ content: {
36443
+ "application/json": {
36444
+ code: string;
36445
+ message: string;
36446
+ issues?: {
36447
+ message: string;
36448
+ }[];
36449
+ context?: unknown;
36450
+ };
36451
+ };
36452
+ };
36453
+ };
36454
+ };
36455
+ putTeamsOpeningBalancesAccountsReceivableDeferredRevenue: {
36456
+ parameters: {
36457
+ query?: never;
36458
+ header?: never;
36459
+ path?: never;
36460
+ cookie?: never;
36461
+ };
36462
+ requestBody?: {
36463
+ content: {
36464
+ "application/json": {
36465
+ /** @description Value in cents (100 = 1€) */
36466
+ accountsReceivableAmount: number;
36467
+ /** @description Value in cents (100 = 1€) */
36468
+ deferredRevenueAmount: number;
36469
+ currency?: string | null;
36470
+ };
36471
+ };
36472
+ };
36473
+ responses: {
36474
+ /** @description Successful response */
36475
+ 200: {
36476
+ headers: {
36477
+ [name: string]: unknown;
36478
+ };
36479
+ content: {
36480
+ "application/json": {
36481
+ /** @description Value in cents (100 = 1€) */
36482
+ amount: number;
36483
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36484
+ currency: string;
36485
+ updatedAt?: string | null;
36486
+ transactionId?: string | null;
36487
+ /** @description Value in cents (100 = 1€) */
36488
+ accountsReceivableAmount: number;
36489
+ /** @description Value in cents (100 = 1€) */
36490
+ deferredRevenueAmount: number;
36491
+ };
36492
+ };
36493
+ };
36494
+ /** @description Bad request */
36495
+ 400: {
36496
+ headers: {
36497
+ [name: string]: unknown;
36498
+ };
36499
+ content: {
36500
+ "application/json": {
36501
+ code: string;
36502
+ message: string;
36503
+ issues?: {
36504
+ message: string;
36505
+ }[];
36506
+ context?: unknown;
36507
+ };
36508
+ };
36509
+ };
36510
+ /** @description Unauthorized */
36511
+ 401: {
36512
+ headers: {
36513
+ [name: string]: unknown;
36514
+ };
36515
+ content: {
36516
+ "application/json": {
36517
+ code: string;
36518
+ message: string;
36519
+ issues?: {
36520
+ message: string;
36521
+ }[];
36522
+ context?: unknown;
36523
+ };
36524
+ };
36525
+ };
36526
+ /** @description Forbidden */
36527
+ 403: {
36528
+ headers: {
36529
+ [name: string]: unknown;
36530
+ };
36531
+ content: {
36532
+ "application/json": {
36533
+ code: string;
36534
+ message: string;
36535
+ issues?: {
36536
+ message: string;
36537
+ }[];
36538
+ context?: unknown;
36539
+ };
36540
+ };
36541
+ };
36542
+ /** @description Not found */
36543
+ 404: {
36544
+ headers: {
36545
+ [name: string]: unknown;
36546
+ };
36547
+ content: {
36548
+ "application/json": {
36549
+ code: string;
36550
+ message: string;
36551
+ issues?: {
36552
+ message: string;
36553
+ }[];
36554
+ context?: unknown;
36555
+ };
36556
+ };
36557
+ };
36558
+ /** @description Internal server error */
36559
+ 500: {
36560
+ headers: {
36561
+ [name: string]: unknown;
36562
+ };
36563
+ content: {
36564
+ "application/json": {
36565
+ code: string;
36566
+ message: string;
36567
+ issues?: {
36568
+ message: string;
36569
+ }[];
36570
+ context?: unknown;
36571
+ };
36572
+ };
36573
+ };
36574
+ };
36575
+ };
36576
+ getTeamsOpeningBalancesAdvancedDeposits: {
36577
+ parameters: {
36578
+ query?: never;
36579
+ header?: never;
36580
+ path?: never;
36581
+ cookie?: never;
36582
+ };
36583
+ requestBody?: never;
36584
+ responses: {
36585
+ /** @description Successful response */
36586
+ 200: {
36587
+ headers: {
36588
+ [name: string]: unknown;
36589
+ };
36590
+ content: {
36591
+ "application/json": {
36592
+ /** @description Value in cents (100 = 1€) */
36593
+ amount: number;
36594
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36595
+ currency: string;
36596
+ updatedAt?: string | null;
36597
+ transactionId?: string | null;
36598
+ account?: {
36599
+ /** Format: uuid */
36600
+ id: string;
36601
+ name: string;
36602
+ } | null;
36603
+ reservations: {
36604
+ reservationId?: string | null;
36605
+ listingId?: string | null;
36606
+ /** @description Value in cents (100 = 1€) */
36607
+ payment: number;
36608
+ /** @description Value in cents (100 = 1€) */
36609
+ refund: number;
36610
+ }[];
36611
+ };
36612
+ };
36613
+ };
36614
+ /** @description Bad request */
36615
+ 400: {
36616
+ headers: {
36617
+ [name: string]: unknown;
36618
+ };
36619
+ content: {
36620
+ "application/json": {
36621
+ code: string;
36622
+ message: string;
36623
+ issues?: {
36624
+ message: string;
36625
+ }[];
36626
+ context?: unknown;
36627
+ };
36628
+ };
36629
+ };
36630
+ /** @description Unauthorized */
36631
+ 401: {
36632
+ headers: {
36633
+ [name: string]: unknown;
36634
+ };
36635
+ content: {
36636
+ "application/json": {
36637
+ code: string;
36638
+ message: string;
36639
+ issues?: {
36640
+ message: string;
36641
+ }[];
36642
+ context?: unknown;
36643
+ };
36644
+ };
36645
+ };
36646
+ /** @description Forbidden */
36647
+ 403: {
36648
+ headers: {
36649
+ [name: string]: unknown;
36650
+ };
36651
+ content: {
36652
+ "application/json": {
36653
+ code: string;
36654
+ message: string;
36655
+ issues?: {
36656
+ message: string;
36657
+ }[];
36658
+ context?: unknown;
36659
+ };
36660
+ };
36661
+ };
36662
+ /** @description Not found */
36663
+ 404: {
36664
+ headers: {
36665
+ [name: string]: unknown;
36666
+ };
36667
+ content: {
36668
+ "application/json": {
36669
+ code: string;
36670
+ message: string;
36671
+ issues?: {
36672
+ message: string;
36673
+ }[];
36674
+ context?: unknown;
36675
+ };
36676
+ };
36677
+ };
36678
+ /** @description Internal server error */
36679
+ 500: {
36680
+ headers: {
36681
+ [name: string]: unknown;
36682
+ };
36683
+ content: {
36684
+ "application/json": {
36685
+ code: string;
36686
+ message: string;
36687
+ issues?: {
36688
+ message: string;
36689
+ }[];
36690
+ context?: unknown;
36691
+ };
36692
+ };
36693
+ };
36694
+ };
36695
+ };
36696
+ putTeamsOpeningBalancesAdvancedDeposits: {
36697
+ parameters: {
36698
+ query?: never;
36699
+ header?: never;
36700
+ path?: never;
36701
+ cookie?: never;
36702
+ };
36703
+ requestBody?: {
36704
+ content: {
36705
+ "application/json": {
36706
+ accountId?: string | null;
36707
+ amount?: number | null;
36708
+ currency?: string | null;
36709
+ reservations: {
36710
+ /** Format: uuid */
36711
+ reservationId: string;
36712
+ listingId?: string | null;
36713
+ payment?: number | null;
36714
+ refund?: number | null;
36715
+ }[];
36716
+ };
36717
+ };
36718
+ };
36719
+ responses: {
36720
+ /** @description Successful response */
36721
+ 200: {
36722
+ headers: {
36723
+ [name: string]: unknown;
36724
+ };
36725
+ content: {
36726
+ "application/json": {
36727
+ /** @description Value in cents (100 = 1€) */
36728
+ amount: number;
36729
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36730
+ currency: string;
36731
+ updatedAt?: string | null;
36732
+ transactionId?: string | null;
36733
+ account?: {
36734
+ /** Format: uuid */
36735
+ id: string;
36736
+ name: string;
36737
+ } | null;
36738
+ reservations: {
36739
+ reservationId?: string | null;
36740
+ listingId?: string | null;
36741
+ /** @description Value in cents (100 = 1€) */
36742
+ payment: number;
36743
+ /** @description Value in cents (100 = 1€) */
36744
+ refund: number;
36214
36745
  }[];
36215
36746
  };
36216
36747
  };
@@ -36432,6 +36963,472 @@ export interface operations {
36432
36963
  };
36433
36964
  };
36434
36965
  };
36966
+ getTeamsOpeningBalancesCreditCard: {
36967
+ parameters: {
36968
+ query?: never;
36969
+ header?: never;
36970
+ path?: never;
36971
+ cookie?: never;
36972
+ };
36973
+ requestBody?: never;
36974
+ responses: {
36975
+ /** @description Successful response */
36976
+ 200: {
36977
+ headers: {
36978
+ [name: string]: unknown;
36979
+ };
36980
+ content: {
36981
+ "application/json": {
36982
+ /** @description Value in cents (100 = 1€) */
36983
+ amount: number;
36984
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
36985
+ currency: string;
36986
+ updatedAt?: string | null;
36987
+ transactionId?: string | null;
36988
+ account?: {
36989
+ /** Format: uuid */
36990
+ id: string;
36991
+ name: string;
36992
+ } | null;
36993
+ };
36994
+ };
36995
+ };
36996
+ /** @description Bad request */
36997
+ 400: {
36998
+ headers: {
36999
+ [name: string]: unknown;
37000
+ };
37001
+ content: {
37002
+ "application/json": {
37003
+ code: string;
37004
+ message: string;
37005
+ issues?: {
37006
+ message: string;
37007
+ }[];
37008
+ context?: unknown;
37009
+ };
37010
+ };
37011
+ };
37012
+ /** @description Unauthorized */
37013
+ 401: {
37014
+ headers: {
37015
+ [name: string]: unknown;
37016
+ };
37017
+ content: {
37018
+ "application/json": {
37019
+ code: string;
37020
+ message: string;
37021
+ issues?: {
37022
+ message: string;
37023
+ }[];
37024
+ context?: unknown;
37025
+ };
37026
+ };
37027
+ };
37028
+ /** @description Forbidden */
37029
+ 403: {
37030
+ headers: {
37031
+ [name: string]: unknown;
37032
+ };
37033
+ content: {
37034
+ "application/json": {
37035
+ code: string;
37036
+ message: string;
37037
+ issues?: {
37038
+ message: string;
37039
+ }[];
37040
+ context?: unknown;
37041
+ };
37042
+ };
37043
+ };
37044
+ /** @description Not found */
37045
+ 404: {
37046
+ headers: {
37047
+ [name: string]: unknown;
37048
+ };
37049
+ content: {
37050
+ "application/json": {
37051
+ code: string;
37052
+ message: string;
37053
+ issues?: {
37054
+ message: string;
37055
+ }[];
37056
+ context?: unknown;
37057
+ };
37058
+ };
37059
+ };
37060
+ /** @description Internal server error */
37061
+ 500: {
37062
+ headers: {
37063
+ [name: string]: unknown;
37064
+ };
37065
+ content: {
37066
+ "application/json": {
37067
+ code: string;
37068
+ message: string;
37069
+ issues?: {
37070
+ message: string;
37071
+ }[];
37072
+ context?: unknown;
37073
+ };
37074
+ };
37075
+ };
37076
+ };
37077
+ };
37078
+ putTeamsOpeningBalancesCreditCard: {
37079
+ parameters: {
37080
+ query?: never;
37081
+ header?: never;
37082
+ path?: never;
37083
+ cookie?: never;
37084
+ };
37085
+ requestBody?: {
37086
+ content: {
37087
+ "application/json": {
37088
+ accountId?: string | null;
37089
+ /** @description Value in cents (100 = 1€) */
37090
+ amount: number;
37091
+ currency?: string | null;
37092
+ };
37093
+ };
37094
+ };
37095
+ responses: {
37096
+ /** @description Successful response */
37097
+ 200: {
37098
+ headers: {
37099
+ [name: string]: unknown;
37100
+ };
37101
+ content: {
37102
+ "application/json": {
37103
+ /** @description Value in cents (100 = 1€) */
37104
+ amount: number;
37105
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
37106
+ currency: string;
37107
+ updatedAt?: string | null;
37108
+ transactionId?: string | null;
37109
+ account?: {
37110
+ /** Format: uuid */
37111
+ id: string;
37112
+ name: string;
37113
+ } | null;
37114
+ };
37115
+ };
37116
+ };
37117
+ /** @description Bad request */
37118
+ 400: {
37119
+ headers: {
37120
+ [name: string]: unknown;
37121
+ };
37122
+ content: {
37123
+ "application/json": {
37124
+ code: string;
37125
+ message: string;
37126
+ issues?: {
37127
+ message: string;
37128
+ }[];
37129
+ context?: unknown;
37130
+ };
37131
+ };
37132
+ };
37133
+ /** @description Unauthorized */
37134
+ 401: {
37135
+ headers: {
37136
+ [name: string]: unknown;
37137
+ };
37138
+ content: {
37139
+ "application/json": {
37140
+ code: string;
37141
+ message: string;
37142
+ issues?: {
37143
+ message: string;
37144
+ }[];
37145
+ context?: unknown;
37146
+ };
37147
+ };
37148
+ };
37149
+ /** @description Forbidden */
37150
+ 403: {
37151
+ headers: {
37152
+ [name: string]: unknown;
37153
+ };
37154
+ content: {
37155
+ "application/json": {
37156
+ code: string;
37157
+ message: string;
37158
+ issues?: {
37159
+ message: string;
37160
+ }[];
37161
+ context?: unknown;
37162
+ };
37163
+ };
37164
+ };
37165
+ /** @description Not found */
37166
+ 404: {
37167
+ headers: {
37168
+ [name: string]: unknown;
37169
+ };
37170
+ content: {
37171
+ "application/json": {
37172
+ code: string;
37173
+ message: string;
37174
+ issues?: {
37175
+ message: string;
37176
+ }[];
37177
+ context?: unknown;
37178
+ };
37179
+ };
37180
+ };
37181
+ /** @description Internal server error */
37182
+ 500: {
37183
+ headers: {
37184
+ [name: string]: unknown;
37185
+ };
37186
+ content: {
37187
+ "application/json": {
37188
+ code: string;
37189
+ message: string;
37190
+ issues?: {
37191
+ message: string;
37192
+ }[];
37193
+ context?: unknown;
37194
+ };
37195
+ };
37196
+ };
37197
+ };
37198
+ };
37199
+ getTeamsOpeningBalancesOther: {
37200
+ parameters: {
37201
+ query?: never;
37202
+ header?: never;
37203
+ path?: never;
37204
+ cookie?: never;
37205
+ };
37206
+ requestBody?: never;
37207
+ responses: {
37208
+ /** @description Successful response */
37209
+ 200: {
37210
+ headers: {
37211
+ [name: string]: unknown;
37212
+ };
37213
+ content: {
37214
+ "application/json": {
37215
+ /** @description Value in cents (100 = 1€) */
37216
+ amount: number;
37217
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
37218
+ currency: string;
37219
+ updatedAt?: string | null;
37220
+ transactionId?: string | null;
37221
+ account?: {
37222
+ /** Format: uuid */
37223
+ id: string;
37224
+ name: string;
37225
+ } | null;
37226
+ };
37227
+ };
37228
+ };
37229
+ /** @description Bad request */
37230
+ 400: {
37231
+ headers: {
37232
+ [name: string]: unknown;
37233
+ };
37234
+ content: {
37235
+ "application/json": {
37236
+ code: string;
37237
+ message: string;
37238
+ issues?: {
37239
+ message: string;
37240
+ }[];
37241
+ context?: unknown;
37242
+ };
37243
+ };
37244
+ };
37245
+ /** @description Unauthorized */
37246
+ 401: {
37247
+ headers: {
37248
+ [name: string]: unknown;
37249
+ };
37250
+ content: {
37251
+ "application/json": {
37252
+ code: string;
37253
+ message: string;
37254
+ issues?: {
37255
+ message: string;
37256
+ }[];
37257
+ context?: unknown;
37258
+ };
37259
+ };
37260
+ };
37261
+ /** @description Forbidden */
37262
+ 403: {
37263
+ headers: {
37264
+ [name: string]: unknown;
37265
+ };
37266
+ content: {
37267
+ "application/json": {
37268
+ code: string;
37269
+ message: string;
37270
+ issues?: {
37271
+ message: string;
37272
+ }[];
37273
+ context?: unknown;
37274
+ };
37275
+ };
37276
+ };
37277
+ /** @description Not found */
37278
+ 404: {
37279
+ headers: {
37280
+ [name: string]: unknown;
37281
+ };
37282
+ content: {
37283
+ "application/json": {
37284
+ code: string;
37285
+ message: string;
37286
+ issues?: {
37287
+ message: string;
37288
+ }[];
37289
+ context?: unknown;
37290
+ };
37291
+ };
37292
+ };
37293
+ /** @description Internal server error */
37294
+ 500: {
37295
+ headers: {
37296
+ [name: string]: unknown;
37297
+ };
37298
+ content: {
37299
+ "application/json": {
37300
+ code: string;
37301
+ message: string;
37302
+ issues?: {
37303
+ message: string;
37304
+ }[];
37305
+ context?: unknown;
37306
+ };
37307
+ };
37308
+ };
37309
+ };
37310
+ };
37311
+ putTeamsOpeningBalancesOther: {
37312
+ parameters: {
37313
+ query?: never;
37314
+ header?: never;
37315
+ path?: never;
37316
+ cookie?: never;
37317
+ };
37318
+ requestBody?: {
37319
+ content: {
37320
+ "application/json": {
37321
+ accountId?: string | null;
37322
+ /** @description Value in cents (100 = 1€) */
37323
+ amount: number;
37324
+ currency?: string | null;
37325
+ };
37326
+ };
37327
+ };
37328
+ responses: {
37329
+ /** @description Successful response */
37330
+ 200: {
37331
+ headers: {
37332
+ [name: string]: unknown;
37333
+ };
37334
+ content: {
37335
+ "application/json": {
37336
+ /** @description Value in cents (100 = 1€) */
37337
+ amount: number;
37338
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
37339
+ currency: string;
37340
+ updatedAt?: string | null;
37341
+ transactionId?: string | null;
37342
+ account?: {
37343
+ /** Format: uuid */
37344
+ id: string;
37345
+ name: string;
37346
+ } | null;
37347
+ };
37348
+ };
37349
+ };
37350
+ /** @description Bad request */
37351
+ 400: {
37352
+ headers: {
37353
+ [name: string]: unknown;
37354
+ };
37355
+ content: {
37356
+ "application/json": {
37357
+ code: string;
37358
+ message: string;
37359
+ issues?: {
37360
+ message: string;
37361
+ }[];
37362
+ context?: unknown;
37363
+ };
37364
+ };
37365
+ };
37366
+ /** @description Unauthorized */
37367
+ 401: {
37368
+ headers: {
37369
+ [name: string]: unknown;
37370
+ };
37371
+ content: {
37372
+ "application/json": {
37373
+ code: string;
37374
+ message: string;
37375
+ issues?: {
37376
+ message: string;
37377
+ }[];
37378
+ context?: unknown;
37379
+ };
37380
+ };
37381
+ };
37382
+ /** @description Forbidden */
37383
+ 403: {
37384
+ headers: {
37385
+ [name: string]: unknown;
37386
+ };
37387
+ content: {
37388
+ "application/json": {
37389
+ code: string;
37390
+ message: string;
37391
+ issues?: {
37392
+ message: string;
37393
+ }[];
37394
+ context?: unknown;
37395
+ };
37396
+ };
37397
+ };
37398
+ /** @description Not found */
37399
+ 404: {
37400
+ headers: {
37401
+ [name: string]: unknown;
37402
+ };
37403
+ content: {
37404
+ "application/json": {
37405
+ code: string;
37406
+ message: string;
37407
+ issues?: {
37408
+ message: string;
37409
+ }[];
37410
+ context?: unknown;
37411
+ };
37412
+ };
37413
+ };
37414
+ /** @description Internal server error */
37415
+ 500: {
37416
+ headers: {
37417
+ [name: string]: unknown;
37418
+ };
37419
+ content: {
37420
+ "application/json": {
37421
+ code: string;
37422
+ message: string;
37423
+ issues?: {
37424
+ message: string;
37425
+ }[];
37426
+ context?: unknown;
37427
+ };
37428
+ };
37429
+ };
37430
+ };
37431
+ };
36435
37432
  getTeamsOpeningBalancesTaxPayable: {
36436
37433
  parameters: {
36437
37434
  query?: never;
@@ -38504,13 +39501,10 @@ export interface operations {
38504
39501
  type?: "deposit" | "expense" | "transfer" | "payout";
38505
39502
  isOpeningBalance?: boolean;
38506
39503
  status?: "active" | "inactive";
38507
- /** @description When true, include nested line items in each returned transaction. */
38508
39504
  includeLines?: boolean;
38509
39505
  accountId?: string;
38510
39506
  last4?: string;
38511
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
38512
39507
  isLocked?: boolean;
38513
- /** @description Filter by whether the transaction has at least one active journal entry. */
38514
39508
  hasActiveJournalEntries?: boolean;
38515
39509
  /** @description connection id or 'null' */
38516
39510
  connectionId?: string;
@@ -38524,17 +39518,14 @@ export interface operations {
38524
39518
  isDateRangeEndInclusive?: boolean;
38525
39519
  /** @description Comma-separated transaction unique refs. */
38526
39520
  uniqueRefs?: string;
38527
- /** @description Comma-separated transaction short refs. */
38528
39521
  shortRefs?: string;
38529
- /** @description Comma-separated transaction ids. */
38530
39522
  ids?: string;
38531
39523
  search?: string;
38532
39524
  recurringTemplateId?: string;
38533
39525
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
38534
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
39526
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
38535
39527
  reconciled?: boolean;
38536
39528
  contactId?: string;
38537
- /** @description Comma-separated listing ids. */
38538
39529
  listingIds?: string;
38539
39530
  limit?: number;
38540
39531
  page?: number;
@@ -39603,13 +40594,10 @@ export interface operations {
39603
40594
  type?: "deposit" | "expense" | "transfer" | "payout";
39604
40595
  isOpeningBalance?: boolean;
39605
40596
  status?: "active" | "inactive";
39606
- /** @description When true, include nested line items in each returned transaction. */
39607
40597
  includeLines?: boolean;
39608
40598
  accountId?: string;
39609
40599
  last4?: string;
39610
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
39611
40600
  isLocked?: boolean;
39612
- /** @description Filter by whether the transaction has at least one active journal entry. */
39613
40601
  hasActiveJournalEntries?: boolean;
39614
40602
  /** @description connection id or 'null' */
39615
40603
  connectionId?: string;
@@ -39623,17 +40611,14 @@ export interface operations {
39623
40611
  isDateRangeEndInclusive?: boolean;
39624
40612
  /** @description Comma-separated transaction unique refs. */
39625
40613
  uniqueRefs?: string;
39626
- /** @description Comma-separated transaction short refs. */
39627
40614
  shortRefs?: string;
39628
- /** @description Comma-separated transaction ids. */
39629
40615
  ids?: string;
39630
40616
  search?: string;
39631
40617
  recurringTemplateId?: string;
39632
40618
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
39633
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
40619
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
39634
40620
  reconciled?: boolean;
39635
40621
  contactId?: string;
39636
- /** @description Comma-separated listing ids. */
39637
40622
  listingIds?: string;
39638
40623
  };
39639
40624
  header?: never;
@@ -39741,13 +40726,10 @@ export interface operations {
39741
40726
  type?: "deposit" | "expense" | "transfer" | "payout";
39742
40727
  isOpeningBalance?: boolean;
39743
40728
  status?: "active" | "inactive";
39744
- /** @description When true, include nested line items in each returned transaction. */
39745
40729
  includeLines?: boolean;
39746
40730
  accountId?: string;
39747
40731
  last4?: string;
39748
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
39749
40732
  isLocked?: boolean;
39750
- /** @description Filter by whether the transaction has at least one active journal entry. */
39751
40733
  hasActiveJournalEntries?: boolean;
39752
40734
  /** @description connection id or 'null' */
39753
40735
  connectionId?: string;
@@ -39761,17 +40743,14 @@ export interface operations {
39761
40743
  isDateRangeEndInclusive?: boolean;
39762
40744
  /** @description Comma-separated transaction unique refs. */
39763
40745
  uniqueRefs?: string;
39764
- /** @description Comma-separated transaction short refs. */
39765
40746
  shortRefs?: string;
39766
- /** @description Comma-separated transaction ids. */
39767
40747
  ids?: string;
39768
40748
  search?: string;
39769
40749
  recurringTemplateId?: string;
39770
40750
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
39771
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
40751
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
39772
40752
  reconciled?: boolean;
39773
40753
  contactId?: string;
39774
- /** @description Comma-separated listing ids. */
39775
40754
  listingIds?: string;
39776
40755
  };
39777
40756
  header?: never;
@@ -39879,13 +40858,10 @@ export interface operations {
39879
40858
  type?: "deposit" | "expense" | "transfer" | "payout";
39880
40859
  isOpeningBalance?: boolean;
39881
40860
  status?: "active" | "inactive";
39882
- /** @description When true, include nested line items in each returned transaction. */
39883
40861
  includeLines?: boolean;
39884
40862
  accountId?: string;
39885
40863
  last4?: string;
39886
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
39887
40864
  isLocked?: boolean;
39888
- /** @description Filter by whether the transaction has at least one active journal entry. */
39889
40865
  hasActiveJournalEntries?: boolean;
39890
40866
  /** @description connection id or 'null' */
39891
40867
  connectionId?: string;
@@ -39899,17 +40875,14 @@ export interface operations {
39899
40875
  isDateRangeEndInclusive?: boolean;
39900
40876
  /** @description Comma-separated transaction unique refs. */
39901
40877
  uniqueRefs?: string;
39902
- /** @description Comma-separated transaction short refs. */
39903
40878
  shortRefs?: string;
39904
- /** @description Comma-separated transaction ids. */
39905
40879
  ids?: string;
39906
40880
  search?: string;
39907
40881
  recurringTemplateId?: string;
39908
40882
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
39909
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
40883
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
39910
40884
  reconciled?: boolean;
39911
40885
  contactId?: string;
39912
- /** @description Comma-separated listing ids. */
39913
40886
  listingIds?: string;
39914
40887
  };
39915
40888
  header?: never;
@@ -40359,13 +41332,10 @@ export interface operations {
40359
41332
  type?: "deposit" | "expense" | "transfer" | "payout";
40360
41333
  isOpeningBalance?: boolean;
40361
41334
  status?: "active" | "inactive";
40362
- /** @description When true, include nested line items in each returned transaction. */
40363
41335
  includeLines?: boolean;
40364
41336
  accountId?: string;
40365
41337
  last4?: string;
40366
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
40367
41338
  isLocked?: boolean;
40368
- /** @description Filter by whether the transaction has at least one active journal entry. */
40369
41339
  hasActiveJournalEntries?: boolean;
40370
41340
  /** @description connection id or 'null' */
40371
41341
  connectionId?: string;
@@ -40379,17 +41349,14 @@ export interface operations {
40379
41349
  isDateRangeEndInclusive?: boolean;
40380
41350
  /** @description Comma-separated transaction unique refs. */
40381
41351
  uniqueRefs?: string;
40382
- /** @description Comma-separated transaction short refs. */
40383
41352
  shortRefs?: string;
40384
- /** @description Comma-separated transaction ids. */
40385
41353
  ids?: string;
40386
41354
  search?: string;
40387
41355
  recurringTemplateId?: string;
40388
41356
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
40389
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
41357
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
40390
41358
  reconciled?: boolean;
40391
41359
  contactId?: string;
40392
- /** @description Comma-separated listing ids. */
40393
41360
  listingIds?: string;
40394
41361
  };
40395
41362
  header?: never;
@@ -42218,13 +43185,10 @@ export interface operations {
42218
43185
  type?: "deposit" | "expense" | "transfer" | "payout";
42219
43186
  isOpeningBalance?: boolean;
42220
43187
  status?: "active" | "inactive";
42221
- /** @description When true, include nested line items in each returned transaction. */
42222
43188
  includeLines?: boolean;
42223
43189
  accountId?: string;
42224
43190
  last4?: string;
42225
- /** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
42226
43191
  isLocked?: boolean;
42227
- /** @description Filter by whether the transaction has at least one active journal entry. */
42228
43192
  hasActiveJournalEntries?: boolean;
42229
43193
  /** @description connection id or 'null' */
42230
43194
  connectionId?: string;
@@ -42238,17 +43202,14 @@ export interface operations {
42238
43202
  isDateRangeEndInclusive?: boolean;
42239
43203
  /** @description Comma-separated transaction unique refs. */
42240
43204
  uniqueRefs?: string;
42241
- /** @description Comma-separated transaction short refs. */
42242
43205
  shortRefs?: string;
42243
- /** @description Comma-separated transaction ids. */
42244
43206
  ids?: string;
42245
43207
  search?: string;
42246
43208
  recurringTemplateId?: string;
42247
43209
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
42248
- /** @description Filter by reconciled state. True returns reconciled rows; false returns unreconciled rows. */
43210
+ /** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
42249
43211
  reconciled?: boolean;
42250
43212
  contactId?: string;
42251
- /** @description Comma-separated listing ids. */
42252
43213
  listingIds?: string;
42253
43214
  };
42254
43215
  header?: never;