@vrplatform/api 1.3.1-stage.2084 → 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.
- package/build/main/generated/v1.d.ts +1201 -289
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +1201 -289
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +1201 -289
|
@@ -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
|
|
3164
|
+
/** @description Transfer transactions CSV export */
|
|
3093
3165
|
get: operations["getTransactionsTransfersCsv"];
|
|
3094
3166
|
put?: never;
|
|
3095
3167
|
post?: never;
|
|
@@ -21828,7 +21900,6 @@ export interface operations {
|
|
|
21828
21900
|
expenses: number;
|
|
21829
21901
|
netIncome: number;
|
|
21830
21902
|
adjustments: number;
|
|
21831
|
-
transfers: number;
|
|
21832
21903
|
payouts: number;
|
|
21833
21904
|
};
|
|
21834
21905
|
}[];
|
|
@@ -22053,7 +22124,6 @@ export interface operations {
|
|
|
22053
22124
|
expenses: number;
|
|
22054
22125
|
netIncome: number;
|
|
22055
22126
|
adjustments: number;
|
|
22056
|
-
transfers: number;
|
|
22057
22127
|
payouts: number;
|
|
22058
22128
|
};
|
|
22059
22129
|
accounts: {
|
|
@@ -22072,7 +22142,7 @@ export interface operations {
|
|
|
22072
22142
|
}[];
|
|
22073
22143
|
sections: {
|
|
22074
22144
|
/** @enum {string} */
|
|
22075
|
-
id: "net-revenue" | "expenses" | "adjustments" | "
|
|
22145
|
+
id: "net-revenue" | "expenses" | "adjustments" | "payouts" | "other";
|
|
22076
22146
|
name: string;
|
|
22077
22147
|
accounts: {
|
|
22078
22148
|
id: string;
|
|
@@ -22720,7 +22790,6 @@ export interface operations {
|
|
|
22720
22790
|
netRevenue: number;
|
|
22721
22791
|
expenses: number;
|
|
22722
22792
|
reserve: number;
|
|
22723
|
-
transfers: number;
|
|
22724
22793
|
payouts: number;
|
|
22725
22794
|
netIncome: number;
|
|
22726
22795
|
currentBalance: number;
|
|
@@ -23071,7 +23140,6 @@ export interface operations {
|
|
|
23071
23140
|
netRevenue: number;
|
|
23072
23141
|
expenses: number;
|
|
23073
23142
|
reserve: number;
|
|
23074
|
-
transfers: number;
|
|
23075
23143
|
payouts: number;
|
|
23076
23144
|
netIncome: number;
|
|
23077
23145
|
currentBalance: number;
|
|
@@ -23156,7 +23224,7 @@ export interface operations {
|
|
|
23156
23224
|
}[];
|
|
23157
23225
|
};
|
|
23158
23226
|
}[];
|
|
23159
|
-
|
|
23227
|
+
payoutsSection?: {
|
|
23160
23228
|
title: string;
|
|
23161
23229
|
rows: {
|
|
23162
23230
|
id: string;
|
|
@@ -29159,9 +29227,7 @@ export interface operations {
|
|
|
29159
29227
|
/** @description Value in cents (100 = 1€) */
|
|
29160
29228
|
netIncome: number;
|
|
29161
29229
|
/** @description Value in cents (100 = 1€) */
|
|
29162
|
-
|
|
29163
|
-
/** @description Value in cents (100 = 1€) */
|
|
29164
|
-
payouts?: number;
|
|
29230
|
+
payouts: number;
|
|
29165
29231
|
/** @description Value in cents (100 = 1€) */
|
|
29166
29232
|
balanceEnd: number;
|
|
29167
29233
|
};
|
|
@@ -29261,7 +29327,7 @@ export interface operations {
|
|
|
29261
29327
|
message: string;
|
|
29262
29328
|
} | {
|
|
29263
29329
|
/** @constant */
|
|
29264
|
-
code: "
|
|
29330
|
+
code: "payoutsMismatch";
|
|
29265
29331
|
/** @constant */
|
|
29266
29332
|
severity: "warning";
|
|
29267
29333
|
context: Record<string, never>;
|
|
@@ -29322,7 +29388,7 @@ export interface operations {
|
|
|
29322
29388
|
context: {
|
|
29323
29389
|
balanceStart: number;
|
|
29324
29390
|
netIncome: number;
|
|
29325
|
-
|
|
29391
|
+
payouts: number;
|
|
29326
29392
|
balanceEnd: number;
|
|
29327
29393
|
delta: number;
|
|
29328
29394
|
};
|
|
@@ -29340,13 +29406,7 @@ export interface operations {
|
|
|
29340
29406
|
};
|
|
29341
29407
|
message: string;
|
|
29342
29408
|
})[];
|
|
29343
|
-
|
|
29344
|
-
id: string;
|
|
29345
|
-
date: string;
|
|
29346
|
-
total: number;
|
|
29347
|
-
totalFormatted: string;
|
|
29348
|
-
}[];
|
|
29349
|
-
payouts?: {
|
|
29409
|
+
payouts: {
|
|
29350
29410
|
id: string;
|
|
29351
29411
|
date: string;
|
|
29352
29412
|
total: number;
|
|
@@ -29392,9 +29452,7 @@ export interface operations {
|
|
|
29392
29452
|
/** @description Value in cents (100 = 1€) */
|
|
29393
29453
|
netIncome: number;
|
|
29394
29454
|
/** @description Value in cents (100 = 1€) */
|
|
29395
|
-
|
|
29396
|
-
/** @description Value in cents (100 = 1€) */
|
|
29397
|
-
payouts?: number;
|
|
29455
|
+
payouts: number;
|
|
29398
29456
|
/** @description Value in cents (100 = 1€) */
|
|
29399
29457
|
balanceEnd: number;
|
|
29400
29458
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
@@ -29541,9 +29599,7 @@ export interface operations {
|
|
|
29541
29599
|
/** @description Value in cents (100 = 1€) */
|
|
29542
29600
|
netIncome: number;
|
|
29543
29601
|
/** @description Value in cents (100 = 1€) */
|
|
29544
|
-
|
|
29545
|
-
/** @description Value in cents (100 = 1€) */
|
|
29546
|
-
payouts?: number;
|
|
29602
|
+
payouts: number;
|
|
29547
29603
|
/** @description Value in cents (100 = 1€) */
|
|
29548
29604
|
balanceEnd: number;
|
|
29549
29605
|
};
|
|
@@ -29643,7 +29699,7 @@ export interface operations {
|
|
|
29643
29699
|
message: string;
|
|
29644
29700
|
} | {
|
|
29645
29701
|
/** @constant */
|
|
29646
|
-
code: "
|
|
29702
|
+
code: "payoutsMismatch";
|
|
29647
29703
|
/** @constant */
|
|
29648
29704
|
severity: "warning";
|
|
29649
29705
|
context: Record<string, never>;
|
|
@@ -29704,7 +29760,7 @@ export interface operations {
|
|
|
29704
29760
|
context: {
|
|
29705
29761
|
balanceStart: number;
|
|
29706
29762
|
netIncome: number;
|
|
29707
|
-
|
|
29763
|
+
payouts: number;
|
|
29708
29764
|
balanceEnd: number;
|
|
29709
29765
|
delta: number;
|
|
29710
29766
|
};
|
|
@@ -29722,13 +29778,7 @@ export interface operations {
|
|
|
29722
29778
|
};
|
|
29723
29779
|
message: string;
|
|
29724
29780
|
})[];
|
|
29725
|
-
|
|
29726
|
-
id: string;
|
|
29727
|
-
date: string;
|
|
29728
|
-
total: number;
|
|
29729
|
-
totalFormatted: string;
|
|
29730
|
-
}[];
|
|
29731
|
-
payouts?: {
|
|
29781
|
+
payouts: {
|
|
29732
29782
|
id: string;
|
|
29733
29783
|
date: string;
|
|
29734
29784
|
total: number;
|
|
@@ -30146,9 +30196,7 @@ export interface operations {
|
|
|
30146
30196
|
/** @description Value in cents (100 = 1€) */
|
|
30147
30197
|
netIncome: number;
|
|
30148
30198
|
/** @description Value in cents (100 = 1€) */
|
|
30149
|
-
|
|
30150
|
-
/** @description Value in cents (100 = 1€) */
|
|
30151
|
-
payouts?: number;
|
|
30199
|
+
payouts: number;
|
|
30152
30200
|
/** @description Value in cents (100 = 1€) */
|
|
30153
30201
|
balanceEnd: number;
|
|
30154
30202
|
};
|
|
@@ -30248,7 +30296,7 @@ export interface operations {
|
|
|
30248
30296
|
message: string;
|
|
30249
30297
|
} | {
|
|
30250
30298
|
/** @constant */
|
|
30251
|
-
code: "
|
|
30299
|
+
code: "payoutsMismatch";
|
|
30252
30300
|
/** @constant */
|
|
30253
30301
|
severity: "warning";
|
|
30254
30302
|
context: Record<string, never>;
|
|
@@ -30309,7 +30357,7 @@ export interface operations {
|
|
|
30309
30357
|
context: {
|
|
30310
30358
|
balanceStart: number;
|
|
30311
30359
|
netIncome: number;
|
|
30312
|
-
|
|
30360
|
+
payouts: number;
|
|
30313
30361
|
balanceEnd: number;
|
|
30314
30362
|
delta: number;
|
|
30315
30363
|
};
|
|
@@ -30327,13 +30375,7 @@ export interface operations {
|
|
|
30327
30375
|
};
|
|
30328
30376
|
message: string;
|
|
30329
30377
|
})[];
|
|
30330
|
-
|
|
30331
|
-
id: string;
|
|
30332
|
-
date: string;
|
|
30333
|
-
total: number;
|
|
30334
|
-
totalFormatted: string;
|
|
30335
|
-
}[];
|
|
30336
|
-
payouts?: {
|
|
30378
|
+
payouts: {
|
|
30337
30379
|
id: string;
|
|
30338
30380
|
date: string;
|
|
30339
30381
|
total: number;
|
|
@@ -32554,9 +32596,7 @@ export interface operations {
|
|
|
32554
32596
|
/** @description Value in cents (100 = 1€) */
|
|
32555
32597
|
netIncome: number;
|
|
32556
32598
|
/** @description Value in cents (100 = 1€) */
|
|
32557
|
-
|
|
32558
|
-
/** @description Value in cents (100 = 1€) */
|
|
32559
|
-
payouts?: number;
|
|
32599
|
+
payouts: number;
|
|
32560
32600
|
/** @description Value in cents (100 = 1€) */
|
|
32561
32601
|
balanceEnd: number;
|
|
32562
32602
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
@@ -32685,9 +32725,7 @@ export interface operations {
|
|
|
32685
32725
|
/** @description Value in cents (100 = 1€) */
|
|
32686
32726
|
netIncome: number;
|
|
32687
32727
|
/** @description Value in cents (100 = 1€) */
|
|
32688
|
-
|
|
32689
|
-
/** @description Value in cents (100 = 1€) */
|
|
32690
|
-
payouts?: number;
|
|
32728
|
+
payouts: number;
|
|
32691
32729
|
/** @description Value in cents (100 = 1€) */
|
|
32692
32730
|
balanceEnd: number;
|
|
32693
32731
|
};
|
|
@@ -32787,7 +32825,7 @@ export interface operations {
|
|
|
32787
32825
|
message: string;
|
|
32788
32826
|
} | {
|
|
32789
32827
|
/** @constant */
|
|
32790
|
-
code: "
|
|
32828
|
+
code: "payoutsMismatch";
|
|
32791
32829
|
/** @constant */
|
|
32792
32830
|
severity: "warning";
|
|
32793
32831
|
context: Record<string, never>;
|
|
@@ -32848,7 +32886,7 @@ export interface operations {
|
|
|
32848
32886
|
context: {
|
|
32849
32887
|
balanceStart: number;
|
|
32850
32888
|
netIncome: number;
|
|
32851
|
-
|
|
32889
|
+
payouts: number;
|
|
32852
32890
|
balanceEnd: number;
|
|
32853
32891
|
delta: number;
|
|
32854
32892
|
};
|
|
@@ -32866,13 +32904,7 @@ export interface operations {
|
|
|
32866
32904
|
};
|
|
32867
32905
|
message: string;
|
|
32868
32906
|
})[];
|
|
32869
|
-
|
|
32870
|
-
id: string;
|
|
32871
|
-
date: string;
|
|
32872
|
-
total: number;
|
|
32873
|
-
totalFormatted: string;
|
|
32874
|
-
}[];
|
|
32875
|
-
payouts?: {
|
|
32907
|
+
payouts: {
|
|
32876
32908
|
id: string;
|
|
32877
32909
|
date: string;
|
|
32878
32910
|
total: number;
|
|
@@ -33295,9 +33327,7 @@ export interface operations {
|
|
|
33295
33327
|
/** @description Value in cents (100 = 1€) */
|
|
33296
33328
|
netIncome: number;
|
|
33297
33329
|
/** @description Value in cents (100 = 1€) */
|
|
33298
|
-
|
|
33299
|
-
/** @description Value in cents (100 = 1€) */
|
|
33300
|
-
payouts?: number;
|
|
33330
|
+
payouts: number;
|
|
33301
33331
|
/** @description Value in cents (100 = 1€) */
|
|
33302
33332
|
balanceEnd: number;
|
|
33303
33333
|
};
|
|
@@ -33397,7 +33427,7 @@ export interface operations {
|
|
|
33397
33427
|
message: string;
|
|
33398
33428
|
} | {
|
|
33399
33429
|
/** @constant */
|
|
33400
|
-
code: "
|
|
33430
|
+
code: "payoutsMismatch";
|
|
33401
33431
|
/** @constant */
|
|
33402
33432
|
severity: "warning";
|
|
33403
33433
|
context: Record<string, never>;
|
|
@@ -33458,7 +33488,7 @@ export interface operations {
|
|
|
33458
33488
|
context: {
|
|
33459
33489
|
balanceStart: number;
|
|
33460
33490
|
netIncome: number;
|
|
33461
|
-
|
|
33491
|
+
payouts: number;
|
|
33462
33492
|
balanceEnd: number;
|
|
33463
33493
|
delta: number;
|
|
33464
33494
|
};
|
|
@@ -33476,13 +33506,7 @@ export interface operations {
|
|
|
33476
33506
|
};
|
|
33477
33507
|
message: string;
|
|
33478
33508
|
})[];
|
|
33479
|
-
|
|
33480
|
-
id: string;
|
|
33481
|
-
date: string;
|
|
33482
|
-
total: number;
|
|
33483
|
-
totalFormatted: string;
|
|
33484
|
-
}[];
|
|
33485
|
-
payouts?: {
|
|
33509
|
+
payouts: {
|
|
33486
33510
|
id: string;
|
|
33487
33511
|
date: string;
|
|
33488
33512
|
total: number;
|
|
@@ -36091,9 +36115,11 @@ export interface operations {
|
|
|
36091
36115
|
};
|
|
36092
36116
|
};
|
|
36093
36117
|
};
|
|
36094
|
-
|
|
36118
|
+
getTeamsOpeningBalancesAccountsPayable: {
|
|
36095
36119
|
parameters: {
|
|
36096
|
-
query
|
|
36120
|
+
query: {
|
|
36121
|
+
party: "owners" | "manager";
|
|
36122
|
+
};
|
|
36097
36123
|
header?: never;
|
|
36098
36124
|
path?: never;
|
|
36099
36125
|
cookie?: never;
|
|
@@ -36113,19 +36139,6 @@ export interface operations {
|
|
|
36113
36139
|
currency: string;
|
|
36114
36140
|
updatedAt?: string | null;
|
|
36115
36141
|
transactionId?: string | null;
|
|
36116
|
-
account?: {
|
|
36117
|
-
/** Format: uuid */
|
|
36118
|
-
id: string;
|
|
36119
|
-
name: string;
|
|
36120
|
-
} | null;
|
|
36121
|
-
reservations: {
|
|
36122
|
-
reservationId?: string | null;
|
|
36123
|
-
listingId?: string | null;
|
|
36124
|
-
/** @description Value in cents (100 = 1€) */
|
|
36125
|
-
payment: number;
|
|
36126
|
-
/** @description Value in cents (100 = 1€) */
|
|
36127
|
-
refund: number;
|
|
36128
|
-
}[];
|
|
36129
36142
|
};
|
|
36130
36143
|
};
|
|
36131
36144
|
};
|
|
@@ -36211,7 +36224,7 @@ export interface operations {
|
|
|
36211
36224
|
};
|
|
36212
36225
|
};
|
|
36213
36226
|
};
|
|
36214
|
-
|
|
36227
|
+
putTeamsOpeningBalancesAccountsPayable: {
|
|
36215
36228
|
parameters: {
|
|
36216
36229
|
query?: never;
|
|
36217
36230
|
header?: never;
|
|
@@ -36221,16 +36234,11 @@ export interface operations {
|
|
|
36221
36234
|
requestBody?: {
|
|
36222
36235
|
content: {
|
|
36223
36236
|
"application/json": {
|
|
36224
|
-
|
|
36225
|
-
|
|
36237
|
+
/** @enum {string} */
|
|
36238
|
+
party: "owners" | "manager";
|
|
36239
|
+
/** @description Value in cents (100 = 1€) */
|
|
36240
|
+
amount: number;
|
|
36226
36241
|
currency?: string | null;
|
|
36227
|
-
reservations: {
|
|
36228
|
-
/** Format: uuid */
|
|
36229
|
-
reservationId: string;
|
|
36230
|
-
listingId?: string | null;
|
|
36231
|
-
payment?: number | null;
|
|
36232
|
-
refund?: number | null;
|
|
36233
|
-
}[];
|
|
36234
36242
|
};
|
|
36235
36243
|
};
|
|
36236
36244
|
};
|
|
@@ -36248,19 +36256,6 @@ export interface operations {
|
|
|
36248
36256
|
currency: string;
|
|
36249
36257
|
updatedAt?: string | null;
|
|
36250
36258
|
transactionId?: string | null;
|
|
36251
|
-
account?: {
|
|
36252
|
-
/** Format: uuid */
|
|
36253
|
-
id: string;
|
|
36254
|
-
name: string;
|
|
36255
|
-
} | null;
|
|
36256
|
-
reservations: {
|
|
36257
|
-
reservationId?: string | null;
|
|
36258
|
-
listingId?: string | null;
|
|
36259
|
-
/** @description Value in cents (100 = 1€) */
|
|
36260
|
-
payment: number;
|
|
36261
|
-
/** @description Value in cents (100 = 1€) */
|
|
36262
|
-
refund: number;
|
|
36263
|
-
}[];
|
|
36264
36259
|
};
|
|
36265
36260
|
};
|
|
36266
36261
|
};
|
|
@@ -36346,142 +36341,1095 @@ export interface operations {
|
|
|
36346
36341
|
};
|
|
36347
36342
|
};
|
|
36348
36343
|
};
|
|
36349
|
-
|
|
36350
|
-
parameters: {
|
|
36351
|
-
query?:
|
|
36352
|
-
|
|
36353
|
-
|
|
36354
|
-
|
|
36355
|
-
|
|
36356
|
-
|
|
36357
|
-
|
|
36358
|
-
|
|
36359
|
-
|
|
36360
|
-
|
|
36361
|
-
|
|
36362
|
-
|
|
36363
|
-
|
|
36364
|
-
|
|
36365
|
-
|
|
36366
|
-
|
|
36367
|
-
|
|
36368
|
-
|
|
36369
|
-
|
|
36370
|
-
|
|
36371
|
-
|
|
36372
|
-
|
|
36373
|
-
|
|
36374
|
-
|
|
36375
|
-
|
|
36376
|
-
|
|
36377
|
-
|
|
36378
|
-
|
|
36379
|
-
|
|
36380
|
-
|
|
36381
|
-
|
|
36382
|
-
|
|
36383
|
-
|
|
36384
|
-
|
|
36385
|
-
|
|
36386
|
-
|
|
36387
|
-
|
|
36388
|
-
|
|
36389
|
-
|
|
36390
|
-
|
|
36391
|
-
|
|
36392
|
-
|
|
36393
|
-
|
|
36394
|
-
|
|
36395
|
-
|
|
36396
|
-
|
|
36397
|
-
|
|
36398
|
-
|
|
36399
|
-
|
|
36400
|
-
|
|
36401
|
-
|
|
36402
|
-
|
|
36403
|
-
|
|
36404
|
-
|
|
36405
|
-
|
|
36406
|
-
|
|
36407
|
-
|
|
36408
|
-
|
|
36409
|
-
|
|
36410
|
-
|
|
36411
|
-
|
|
36412
|
-
|
|
36413
|
-
|
|
36414
|
-
|
|
36415
|
-
|
|
36416
|
-
|
|
36417
|
-
|
|
36418
|
-
|
|
36419
|
-
|
|
36420
|
-
|
|
36421
|
-
|
|
36422
|
-
|
|
36423
|
-
|
|
36424
|
-
|
|
36425
|
-
|
|
36426
|
-
|
|
36427
|
-
|
|
36428
|
-
|
|
36429
|
-
|
|
36430
|
-
|
|
36431
|
-
|
|
36432
|
-
|
|
36433
|
-
|
|
36434
|
-
|
|
36435
|
-
|
|
36436
|
-
|
|
36437
|
-
|
|
36438
|
-
|
|
36439
|
-
|
|
36440
|
-
|
|
36441
|
-
|
|
36442
|
-
|
|
36443
|
-
|
|
36444
|
-
|
|
36445
|
-
|
|
36446
|
-
|
|
36447
|
-
|
|
36448
|
-
|
|
36449
|
-
|
|
36450
|
-
|
|
36451
|
-
|
|
36452
|
-
|
|
36453
|
-
|
|
36454
|
-
|
|
36455
|
-
|
|
36456
|
-
|
|
36457
|
-
|
|
36458
|
-
|
|
36459
|
-
|
|
36460
|
-
|
|
36461
|
-
|
|
36462
|
-
|
|
36463
|
-
|
|
36464
|
-
|
|
36465
|
-
|
|
36466
|
-
|
|
36467
|
-
|
|
36468
|
-
|
|
36469
|
-
|
|
36470
|
-
|
|
36471
|
-
|
|
36472
|
-
|
|
36473
|
-
|
|
36474
|
-
|
|
36475
|
-
|
|
36476
|
-
|
|
36477
|
-
|
|
36478
|
-
|
|
36479
|
-
|
|
36480
|
-
|
|
36481
|
-
|
|
36482
|
-
|
|
36483
|
-
|
|
36484
|
-
|
|
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;
|
|
36745
|
+
}[];
|
|
36746
|
+
};
|
|
36747
|
+
};
|
|
36748
|
+
};
|
|
36749
|
+
/** @description Bad request */
|
|
36750
|
+
400: {
|
|
36751
|
+
headers: {
|
|
36752
|
+
[name: string]: unknown;
|
|
36753
|
+
};
|
|
36754
|
+
content: {
|
|
36755
|
+
"application/json": {
|
|
36756
|
+
code: string;
|
|
36757
|
+
message: string;
|
|
36758
|
+
issues?: {
|
|
36759
|
+
message: string;
|
|
36760
|
+
}[];
|
|
36761
|
+
context?: unknown;
|
|
36762
|
+
};
|
|
36763
|
+
};
|
|
36764
|
+
};
|
|
36765
|
+
/** @description Unauthorized */
|
|
36766
|
+
401: {
|
|
36767
|
+
headers: {
|
|
36768
|
+
[name: string]: unknown;
|
|
36769
|
+
};
|
|
36770
|
+
content: {
|
|
36771
|
+
"application/json": {
|
|
36772
|
+
code: string;
|
|
36773
|
+
message: string;
|
|
36774
|
+
issues?: {
|
|
36775
|
+
message: string;
|
|
36776
|
+
}[];
|
|
36777
|
+
context?: unknown;
|
|
36778
|
+
};
|
|
36779
|
+
};
|
|
36780
|
+
};
|
|
36781
|
+
/** @description Forbidden */
|
|
36782
|
+
403: {
|
|
36783
|
+
headers: {
|
|
36784
|
+
[name: string]: unknown;
|
|
36785
|
+
};
|
|
36786
|
+
content: {
|
|
36787
|
+
"application/json": {
|
|
36788
|
+
code: string;
|
|
36789
|
+
message: string;
|
|
36790
|
+
issues?: {
|
|
36791
|
+
message: string;
|
|
36792
|
+
}[];
|
|
36793
|
+
context?: unknown;
|
|
36794
|
+
};
|
|
36795
|
+
};
|
|
36796
|
+
};
|
|
36797
|
+
/** @description Not found */
|
|
36798
|
+
404: {
|
|
36799
|
+
headers: {
|
|
36800
|
+
[name: string]: unknown;
|
|
36801
|
+
};
|
|
36802
|
+
content: {
|
|
36803
|
+
"application/json": {
|
|
36804
|
+
code: string;
|
|
36805
|
+
message: string;
|
|
36806
|
+
issues?: {
|
|
36807
|
+
message: string;
|
|
36808
|
+
}[];
|
|
36809
|
+
context?: unknown;
|
|
36810
|
+
};
|
|
36811
|
+
};
|
|
36812
|
+
};
|
|
36813
|
+
/** @description Internal server error */
|
|
36814
|
+
500: {
|
|
36815
|
+
headers: {
|
|
36816
|
+
[name: string]: unknown;
|
|
36817
|
+
};
|
|
36818
|
+
content: {
|
|
36819
|
+
"application/json": {
|
|
36820
|
+
code: string;
|
|
36821
|
+
message: string;
|
|
36822
|
+
issues?: {
|
|
36823
|
+
message: string;
|
|
36824
|
+
}[];
|
|
36825
|
+
context?: unknown;
|
|
36826
|
+
};
|
|
36827
|
+
};
|
|
36828
|
+
};
|
|
36829
|
+
};
|
|
36830
|
+
};
|
|
36831
|
+
getTeamsOpeningBalancesAdvancedDepositsSyncedPaymentsRefunds: {
|
|
36832
|
+
parameters: {
|
|
36833
|
+
query?: {
|
|
36834
|
+
/** @description comma separated list of reservation ids */
|
|
36835
|
+
reservationsIds?: string;
|
|
36836
|
+
};
|
|
36837
|
+
header?: never;
|
|
36838
|
+
path?: never;
|
|
36839
|
+
cookie?: never;
|
|
36840
|
+
};
|
|
36841
|
+
requestBody?: never;
|
|
36842
|
+
responses: {
|
|
36843
|
+
/** @description Successful response */
|
|
36844
|
+
200: {
|
|
36845
|
+
headers: {
|
|
36846
|
+
[name: string]: unknown;
|
|
36847
|
+
};
|
|
36848
|
+
content: {
|
|
36849
|
+
"application/json": {
|
|
36850
|
+
glStartAt: string;
|
|
36851
|
+
/** @enum {string} */
|
|
36852
|
+
defaultRevenueRecognition: "checkIn" | "checkOut" | "bookedAt" | "proRata";
|
|
36853
|
+
reservations: {
|
|
36854
|
+
/** Format: uuid */
|
|
36855
|
+
reservationId: string;
|
|
36856
|
+
listingId?: string | null;
|
|
36857
|
+
confirmationCode?: string | null;
|
|
36858
|
+
guestName?: string | null;
|
|
36859
|
+
checkIn?: string | null;
|
|
36860
|
+
checkOut?: string | null;
|
|
36861
|
+
bookedAt?: string | null;
|
|
36862
|
+
reservationAmount?: number | null;
|
|
36863
|
+
/** @description Value in cents (100 = 1€) */
|
|
36864
|
+
payment: number;
|
|
36865
|
+
/** @description Value in cents (100 = 1€) */
|
|
36866
|
+
refund: number;
|
|
36867
|
+
transactions: {
|
|
36868
|
+
/** Format: uuid */
|
|
36869
|
+
transactionId: string;
|
|
36870
|
+
/** Format: uuid */
|
|
36871
|
+
transactionLineId: string;
|
|
36872
|
+
date: string;
|
|
36873
|
+
uniqueRef?: string | null;
|
|
36874
|
+
description?: string | null;
|
|
36875
|
+
/** @description Value in cents (100 = 1€) */
|
|
36876
|
+
amount: number;
|
|
36877
|
+
/** @enum {string} */
|
|
36878
|
+
direction: "payment" | "refund";
|
|
36879
|
+
}[];
|
|
36880
|
+
}[];
|
|
36881
|
+
};
|
|
36882
|
+
};
|
|
36883
|
+
};
|
|
36884
|
+
/** @description Bad request */
|
|
36885
|
+
400: {
|
|
36886
|
+
headers: {
|
|
36887
|
+
[name: string]: unknown;
|
|
36888
|
+
};
|
|
36889
|
+
content: {
|
|
36890
|
+
"application/json": {
|
|
36891
|
+
code: string;
|
|
36892
|
+
message: string;
|
|
36893
|
+
issues?: {
|
|
36894
|
+
message: string;
|
|
36895
|
+
}[];
|
|
36896
|
+
context?: unknown;
|
|
36897
|
+
};
|
|
36898
|
+
};
|
|
36899
|
+
};
|
|
36900
|
+
/** @description Unauthorized */
|
|
36901
|
+
401: {
|
|
36902
|
+
headers: {
|
|
36903
|
+
[name: string]: unknown;
|
|
36904
|
+
};
|
|
36905
|
+
content: {
|
|
36906
|
+
"application/json": {
|
|
36907
|
+
code: string;
|
|
36908
|
+
message: string;
|
|
36909
|
+
issues?: {
|
|
36910
|
+
message: string;
|
|
36911
|
+
}[];
|
|
36912
|
+
context?: unknown;
|
|
36913
|
+
};
|
|
36914
|
+
};
|
|
36915
|
+
};
|
|
36916
|
+
/** @description Forbidden */
|
|
36917
|
+
403: {
|
|
36918
|
+
headers: {
|
|
36919
|
+
[name: string]: unknown;
|
|
36920
|
+
};
|
|
36921
|
+
content: {
|
|
36922
|
+
"application/json": {
|
|
36923
|
+
code: string;
|
|
36924
|
+
message: string;
|
|
36925
|
+
issues?: {
|
|
36926
|
+
message: string;
|
|
36927
|
+
}[];
|
|
36928
|
+
context?: unknown;
|
|
36929
|
+
};
|
|
36930
|
+
};
|
|
36931
|
+
};
|
|
36932
|
+
/** @description Not found */
|
|
36933
|
+
404: {
|
|
36934
|
+
headers: {
|
|
36935
|
+
[name: string]: unknown;
|
|
36936
|
+
};
|
|
36937
|
+
content: {
|
|
36938
|
+
"application/json": {
|
|
36939
|
+
code: string;
|
|
36940
|
+
message: string;
|
|
36941
|
+
issues?: {
|
|
36942
|
+
message: string;
|
|
36943
|
+
}[];
|
|
36944
|
+
context?: unknown;
|
|
36945
|
+
};
|
|
36946
|
+
};
|
|
36947
|
+
};
|
|
36948
|
+
/** @description Internal server error */
|
|
36949
|
+
500: {
|
|
36950
|
+
headers: {
|
|
36951
|
+
[name: string]: unknown;
|
|
36952
|
+
};
|
|
36953
|
+
content: {
|
|
36954
|
+
"application/json": {
|
|
36955
|
+
code: string;
|
|
36956
|
+
message: string;
|
|
36957
|
+
issues?: {
|
|
36958
|
+
message: string;
|
|
36959
|
+
}[];
|
|
36960
|
+
context?: unknown;
|
|
36961
|
+
};
|
|
36962
|
+
};
|
|
36963
|
+
};
|
|
36964
|
+
};
|
|
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
|
+
};
|
|
37432
|
+
getTeamsOpeningBalancesTaxPayable: {
|
|
36485
37433
|
parameters: {
|
|
36486
37434
|
query?: never;
|
|
36487
37435
|
header?: never;
|
|
@@ -38553,13 +39501,10 @@ export interface operations {
|
|
|
38553
39501
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
38554
39502
|
isOpeningBalance?: boolean;
|
|
38555
39503
|
status?: "active" | "inactive";
|
|
38556
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
38557
39504
|
includeLines?: boolean;
|
|
38558
39505
|
accountId?: string;
|
|
38559
39506
|
last4?: string;
|
|
38560
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
38561
39507
|
isLocked?: boolean;
|
|
38562
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
38563
39508
|
hasActiveJournalEntries?: boolean;
|
|
38564
39509
|
/** @description connection id or 'null' */
|
|
38565
39510
|
connectionId?: string;
|
|
@@ -38573,17 +39518,14 @@ export interface operations {
|
|
|
38573
39518
|
isDateRangeEndInclusive?: boolean;
|
|
38574
39519
|
/** @description Comma-separated transaction unique refs. */
|
|
38575
39520
|
uniqueRefs?: string;
|
|
38576
|
-
/** @description Comma-separated transaction short refs. */
|
|
38577
39521
|
shortRefs?: string;
|
|
38578
|
-
/** @description Comma-separated transaction ids. */
|
|
38579
39522
|
ids?: string;
|
|
38580
39523
|
search?: string;
|
|
38581
39524
|
recurringTemplateId?: string;
|
|
38582
39525
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
38583
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
39526
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
38584
39527
|
reconciled?: boolean;
|
|
38585
39528
|
contactId?: string;
|
|
38586
|
-
/** @description Comma-separated listing ids. */
|
|
38587
39529
|
listingIds?: string;
|
|
38588
39530
|
limit?: number;
|
|
38589
39531
|
page?: number;
|
|
@@ -39652,13 +40594,10 @@ export interface operations {
|
|
|
39652
40594
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
39653
40595
|
isOpeningBalance?: boolean;
|
|
39654
40596
|
status?: "active" | "inactive";
|
|
39655
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
39656
40597
|
includeLines?: boolean;
|
|
39657
40598
|
accountId?: string;
|
|
39658
40599
|
last4?: string;
|
|
39659
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
39660
40600
|
isLocked?: boolean;
|
|
39661
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
39662
40601
|
hasActiveJournalEntries?: boolean;
|
|
39663
40602
|
/** @description connection id or 'null' */
|
|
39664
40603
|
connectionId?: string;
|
|
@@ -39672,17 +40611,14 @@ export interface operations {
|
|
|
39672
40611
|
isDateRangeEndInclusive?: boolean;
|
|
39673
40612
|
/** @description Comma-separated transaction unique refs. */
|
|
39674
40613
|
uniqueRefs?: string;
|
|
39675
|
-
/** @description Comma-separated transaction short refs. */
|
|
39676
40614
|
shortRefs?: string;
|
|
39677
|
-
/** @description Comma-separated transaction ids. */
|
|
39678
40615
|
ids?: string;
|
|
39679
40616
|
search?: string;
|
|
39680
40617
|
recurringTemplateId?: string;
|
|
39681
40618
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
39682
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
40619
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
39683
40620
|
reconciled?: boolean;
|
|
39684
40621
|
contactId?: string;
|
|
39685
|
-
/** @description Comma-separated listing ids. */
|
|
39686
40622
|
listingIds?: string;
|
|
39687
40623
|
};
|
|
39688
40624
|
header?: never;
|
|
@@ -39790,13 +40726,10 @@ export interface operations {
|
|
|
39790
40726
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
39791
40727
|
isOpeningBalance?: boolean;
|
|
39792
40728
|
status?: "active" | "inactive";
|
|
39793
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
39794
40729
|
includeLines?: boolean;
|
|
39795
40730
|
accountId?: string;
|
|
39796
40731
|
last4?: string;
|
|
39797
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
39798
40732
|
isLocked?: boolean;
|
|
39799
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
39800
40733
|
hasActiveJournalEntries?: boolean;
|
|
39801
40734
|
/** @description connection id or 'null' */
|
|
39802
40735
|
connectionId?: string;
|
|
@@ -39810,17 +40743,14 @@ export interface operations {
|
|
|
39810
40743
|
isDateRangeEndInclusive?: boolean;
|
|
39811
40744
|
/** @description Comma-separated transaction unique refs. */
|
|
39812
40745
|
uniqueRefs?: string;
|
|
39813
|
-
/** @description Comma-separated transaction short refs. */
|
|
39814
40746
|
shortRefs?: string;
|
|
39815
|
-
/** @description Comma-separated transaction ids. */
|
|
39816
40747
|
ids?: string;
|
|
39817
40748
|
search?: string;
|
|
39818
40749
|
recurringTemplateId?: string;
|
|
39819
40750
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
39820
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
40751
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
39821
40752
|
reconciled?: boolean;
|
|
39822
40753
|
contactId?: string;
|
|
39823
|
-
/** @description Comma-separated listing ids. */
|
|
39824
40754
|
listingIds?: string;
|
|
39825
40755
|
};
|
|
39826
40756
|
header?: never;
|
|
@@ -39928,13 +40858,10 @@ export interface operations {
|
|
|
39928
40858
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
39929
40859
|
isOpeningBalance?: boolean;
|
|
39930
40860
|
status?: "active" | "inactive";
|
|
39931
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
39932
40861
|
includeLines?: boolean;
|
|
39933
40862
|
accountId?: string;
|
|
39934
40863
|
last4?: string;
|
|
39935
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
39936
40864
|
isLocked?: boolean;
|
|
39937
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
39938
40865
|
hasActiveJournalEntries?: boolean;
|
|
39939
40866
|
/** @description connection id or 'null' */
|
|
39940
40867
|
connectionId?: string;
|
|
@@ -39948,17 +40875,14 @@ export interface operations {
|
|
|
39948
40875
|
isDateRangeEndInclusive?: boolean;
|
|
39949
40876
|
/** @description Comma-separated transaction unique refs. */
|
|
39950
40877
|
uniqueRefs?: string;
|
|
39951
|
-
/** @description Comma-separated transaction short refs. */
|
|
39952
40878
|
shortRefs?: string;
|
|
39953
|
-
/** @description Comma-separated transaction ids. */
|
|
39954
40879
|
ids?: string;
|
|
39955
40880
|
search?: string;
|
|
39956
40881
|
recurringTemplateId?: string;
|
|
39957
40882
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
39958
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
40883
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
39959
40884
|
reconciled?: boolean;
|
|
39960
40885
|
contactId?: string;
|
|
39961
|
-
/** @description Comma-separated listing ids. */
|
|
39962
40886
|
listingIds?: string;
|
|
39963
40887
|
};
|
|
39964
40888
|
header?: never;
|
|
@@ -40408,13 +41332,10 @@ export interface operations {
|
|
|
40408
41332
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
40409
41333
|
isOpeningBalance?: boolean;
|
|
40410
41334
|
status?: "active" | "inactive";
|
|
40411
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
40412
41335
|
includeLines?: boolean;
|
|
40413
41336
|
accountId?: string;
|
|
40414
41337
|
last4?: string;
|
|
40415
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
40416
41338
|
isLocked?: boolean;
|
|
40417
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
40418
41339
|
hasActiveJournalEntries?: boolean;
|
|
40419
41340
|
/** @description connection id or 'null' */
|
|
40420
41341
|
connectionId?: string;
|
|
@@ -40428,17 +41349,14 @@ export interface operations {
|
|
|
40428
41349
|
isDateRangeEndInclusive?: boolean;
|
|
40429
41350
|
/** @description Comma-separated transaction unique refs. */
|
|
40430
41351
|
uniqueRefs?: string;
|
|
40431
|
-
/** @description Comma-separated transaction short refs. */
|
|
40432
41352
|
shortRefs?: string;
|
|
40433
|
-
/** @description Comma-separated transaction ids. */
|
|
40434
41353
|
ids?: string;
|
|
40435
41354
|
search?: string;
|
|
40436
41355
|
recurringTemplateId?: string;
|
|
40437
41356
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
40438
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
41357
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
40439
41358
|
reconciled?: boolean;
|
|
40440
41359
|
contactId?: string;
|
|
40441
|
-
/** @description Comma-separated listing ids. */
|
|
40442
41360
|
listingIds?: string;
|
|
40443
41361
|
};
|
|
40444
41362
|
header?: never;
|
|
@@ -42267,13 +43185,10 @@ export interface operations {
|
|
|
42267
43185
|
type?: "deposit" | "expense" | "transfer" | "payout";
|
|
42268
43186
|
isOpeningBalance?: boolean;
|
|
42269
43187
|
status?: "active" | "inactive";
|
|
42270
|
-
/** @description When true, include nested line items in each returned transaction. */
|
|
42271
43188
|
includeLines?: boolean;
|
|
42272
43189
|
accountId?: string;
|
|
42273
43190
|
last4?: string;
|
|
42274
|
-
/** @description Filter by lock state. True returns locked rows; false returns unlocked rows. */
|
|
42275
43191
|
isLocked?: boolean;
|
|
42276
|
-
/** @description Filter by whether the transaction has at least one active journal entry. */
|
|
42277
43192
|
hasActiveJournalEntries?: boolean;
|
|
42278
43193
|
/** @description connection id or 'null' */
|
|
42279
43194
|
connectionId?: string;
|
|
@@ -42287,17 +43202,14 @@ export interface operations {
|
|
|
42287
43202
|
isDateRangeEndInclusive?: boolean;
|
|
42288
43203
|
/** @description Comma-separated transaction unique refs. */
|
|
42289
43204
|
uniqueRefs?: string;
|
|
42290
|
-
/** @description Comma-separated transaction short refs. */
|
|
42291
43205
|
shortRefs?: string;
|
|
42292
|
-
/** @description Comma-separated transaction ids. */
|
|
42293
43206
|
ids?: string;
|
|
42294
43207
|
search?: string;
|
|
42295
43208
|
recurringTemplateId?: string;
|
|
42296
43209
|
paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
|
|
42297
|
-
/** @description Filter by reconciled state. True returns reconciled
|
|
43210
|
+
/** @description Filter transactions by reconciled state. True only returns reconciled transactions. */
|
|
42298
43211
|
reconciled?: boolean;
|
|
42299
43212
|
contactId?: string;
|
|
42300
|
-
/** @description Comma-separated listing ids. */
|
|
42301
43213
|
listingIds?: string;
|
|
42302
43214
|
};
|
|
42303
43215
|
header?: never;
|