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