@vrplatform/api 1.3.1-1852 → 1.3.1-1868
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 +250 -296
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +250 -296
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +250 -296
package/src/generated/v1.ts
CHANGED
|
@@ -47,12 +47,12 @@ export interface paths {
|
|
|
47
47
|
cookie?: never;
|
|
48
48
|
};
|
|
49
49
|
/** @description Get account by ID */
|
|
50
|
-
get: operations["
|
|
50
|
+
get: operations["getAccountsById"];
|
|
51
51
|
/** @description Update accounts by ID */
|
|
52
|
-
put: operations["
|
|
52
|
+
put: operations["putAccountsById"];
|
|
53
53
|
post?: never;
|
|
54
54
|
/** @description Delete Account By ID */
|
|
55
|
-
delete: operations["
|
|
55
|
+
delete: operations["deleteAccountsById"];
|
|
56
56
|
options?: never;
|
|
57
57
|
head?: never;
|
|
58
58
|
patch?: never;
|
|
@@ -68,7 +68,7 @@ export interface paths {
|
|
|
68
68
|
get?: never;
|
|
69
69
|
put?: never;
|
|
70
70
|
/** @description Init an account for banking */
|
|
71
|
-
post: operations["
|
|
71
|
+
post: operations["postAccountsByIdBankingInit"];
|
|
72
72
|
delete?: never;
|
|
73
73
|
options?: never;
|
|
74
74
|
head?: never;
|
|
@@ -85,7 +85,7 @@ export interface paths {
|
|
|
85
85
|
get?: never;
|
|
86
86
|
put?: never;
|
|
87
87
|
/** @description Recalculate balances for an account by ID */
|
|
88
|
-
post: operations["
|
|
88
|
+
post: operations["postAccountsByIdRecalculateBalances"];
|
|
89
89
|
delete?: never;
|
|
90
90
|
options?: never;
|
|
91
91
|
head?: never;
|
|
@@ -168,7 +168,7 @@ export interface paths {
|
|
|
168
168
|
cookie?: never;
|
|
169
169
|
};
|
|
170
170
|
/** @description Get bank records */
|
|
171
|
-
get: operations["
|
|
171
|
+
get: operations["getBankRecords"];
|
|
172
172
|
put?: never;
|
|
173
173
|
post?: never;
|
|
174
174
|
delete?: never;
|
|
@@ -187,7 +187,7 @@ export interface paths {
|
|
|
187
187
|
get?: never;
|
|
188
188
|
put?: never;
|
|
189
189
|
/** @description Create multiple bank records */
|
|
190
|
-
post: operations["
|
|
190
|
+
post: operations["postBankRecordsBatch"];
|
|
191
191
|
delete?: never;
|
|
192
192
|
options?: never;
|
|
193
193
|
head?: never;
|
|
@@ -202,7 +202,7 @@ export interface paths {
|
|
|
202
202
|
cookie?: never;
|
|
203
203
|
};
|
|
204
204
|
/** @description Bank records CSV export */
|
|
205
|
-
get: operations["
|
|
205
|
+
get: operations["getBankRecordsCsv"];
|
|
206
206
|
put?: never;
|
|
207
207
|
post?: never;
|
|
208
208
|
delete?: never;
|
|
@@ -219,9 +219,9 @@ export interface paths {
|
|
|
219
219
|
cookie?: never;
|
|
220
220
|
};
|
|
221
221
|
/** @description Get a bank record */
|
|
222
|
-
get: operations["
|
|
222
|
+
get: operations["getBankRecordsById"];
|
|
223
223
|
/** @description Update bank record */
|
|
224
|
-
put: operations["
|
|
224
|
+
put: operations["putBankRecordsById"];
|
|
225
225
|
post?: never;
|
|
226
226
|
delete?: never;
|
|
227
227
|
options?: never;
|
|
@@ -428,12 +428,12 @@ export interface paths {
|
|
|
428
428
|
cookie?: never;
|
|
429
429
|
};
|
|
430
430
|
/** @description Get contact by ID */
|
|
431
|
-
get: operations["
|
|
431
|
+
get: operations["getContactsById"];
|
|
432
432
|
/** @description Update Contact By ID */
|
|
433
|
-
put: operations["
|
|
433
|
+
put: operations["putContactsById"];
|
|
434
434
|
post?: never;
|
|
435
435
|
/** @description Delete Contact By ID */
|
|
436
|
-
delete: operations["
|
|
436
|
+
delete: operations["deleteContactsById"];
|
|
437
437
|
options?: never;
|
|
438
438
|
head?: never;
|
|
439
439
|
patch?: never;
|
|
@@ -449,7 +449,7 @@ export interface paths {
|
|
|
449
449
|
get?: never;
|
|
450
450
|
put?: never;
|
|
451
451
|
/** @description Send Owner Portal Invite to Contact By ID */
|
|
452
|
-
post: operations["
|
|
452
|
+
post: operations["postContactsByIdInvite"];
|
|
453
453
|
delete?: never;
|
|
454
454
|
options?: never;
|
|
455
455
|
head?: never;
|
|
@@ -470,7 +470,7 @@ export interface paths {
|
|
|
470
470
|
options?: never;
|
|
471
471
|
head?: never;
|
|
472
472
|
/** @description Revoke Owner Portal Access for Contact By ID */
|
|
473
|
-
patch: operations["
|
|
473
|
+
patch: operations["patchContactsByIdRevokeAccess"];
|
|
474
474
|
trace?: never;
|
|
475
475
|
};
|
|
476
476
|
"/csv/import": {
|
|
@@ -532,7 +532,7 @@ export interface paths {
|
|
|
532
532
|
cookie?: never;
|
|
533
533
|
};
|
|
534
534
|
/** @description Retrieve a dispatched action and queued effects for progress tracking */
|
|
535
|
-
get: operations["
|
|
535
|
+
get: operations["getDispatchById"];
|
|
536
536
|
put?: never;
|
|
537
537
|
post?: never;
|
|
538
538
|
delete?: never;
|
|
@@ -791,10 +791,10 @@ export interface paths {
|
|
|
791
791
|
cookie?: never;
|
|
792
792
|
};
|
|
793
793
|
/** @description List listing ownership periods */
|
|
794
|
-
get: operations["
|
|
794
|
+
get: operations["getListingsOwnershipPeriods"];
|
|
795
795
|
put?: never;
|
|
796
796
|
/** @description Create a listing ownership period */
|
|
797
|
-
post: operations["
|
|
797
|
+
post: operations["postListingsOwnershipPeriods"];
|
|
798
798
|
delete?: never;
|
|
799
799
|
options?: never;
|
|
800
800
|
head?: never;
|
|
@@ -809,12 +809,12 @@ export interface paths {
|
|
|
809
809
|
cookie?: never;
|
|
810
810
|
};
|
|
811
811
|
/** @description Get listing ownership periods */
|
|
812
|
-
get: operations["
|
|
812
|
+
get: operations["getListingsOwnershipPeriodsById"];
|
|
813
813
|
/** @description Update a listing ownership period by ID */
|
|
814
|
-
put: operations["
|
|
814
|
+
put: operations["putListingsOwnershipPeriodsById"];
|
|
815
815
|
post?: never;
|
|
816
816
|
/** @description Delete a listing ownership period by ID */
|
|
817
|
-
delete: operations["
|
|
817
|
+
delete: operations["deleteListingsOwnershipPeriodsById"];
|
|
818
818
|
options?: never;
|
|
819
819
|
head?: never;
|
|
820
820
|
patch?: never;
|
|
@@ -828,12 +828,12 @@ export interface paths {
|
|
|
828
828
|
cookie?: never;
|
|
829
829
|
};
|
|
830
830
|
/** @description Get listing by ID */
|
|
831
|
-
get: operations["
|
|
831
|
+
get: operations["getListingsById"];
|
|
832
832
|
/** @description Update Listing By ID */
|
|
833
|
-
put: operations["
|
|
833
|
+
put: operations["putListingsById"];
|
|
834
834
|
post?: never;
|
|
835
835
|
/** @description Delete Listing By ID */
|
|
836
|
-
delete: operations["
|
|
836
|
+
delete: operations["deleteListingsById"];
|
|
837
837
|
options?: never;
|
|
838
838
|
head?: never;
|
|
839
839
|
patch?: never;
|
|
@@ -847,9 +847,9 @@ export interface paths {
|
|
|
847
847
|
cookie?: never;
|
|
848
848
|
};
|
|
849
849
|
/** @description Get opening balance for listing */
|
|
850
|
-
get: operations["
|
|
850
|
+
get: operations["getListingsByIdOpeningBalance"];
|
|
851
851
|
/** @description Update opening balance for listing */
|
|
852
|
-
put: operations["
|
|
852
|
+
put: operations["putListingsByIdOpeningBalance"];
|
|
853
853
|
post?: never;
|
|
854
854
|
delete?: never;
|
|
855
855
|
options?: never;
|
|
@@ -987,10 +987,10 @@ export interface paths {
|
|
|
987
987
|
cookie?: never;
|
|
988
988
|
};
|
|
989
989
|
/** @description Recurring Fees */
|
|
990
|
-
get: operations["
|
|
990
|
+
get: operations["getRecurringFees"];
|
|
991
991
|
put?: never;
|
|
992
992
|
/** @description Create Recurring Fees */
|
|
993
|
-
post: operations["
|
|
993
|
+
post: operations["postRecurringFees"];
|
|
994
994
|
delete?: never;
|
|
995
995
|
options?: never;
|
|
996
996
|
head?: never;
|
|
@@ -1005,10 +1005,10 @@ export interface paths {
|
|
|
1005
1005
|
cookie?: never;
|
|
1006
1006
|
};
|
|
1007
1007
|
/** @description List recurring fee listing periods */
|
|
1008
|
-
get: operations["
|
|
1008
|
+
get: operations["getRecurringFeesListingPeriods"];
|
|
1009
1009
|
put?: never;
|
|
1010
1010
|
/** @description Add listing period to a recurring fee */
|
|
1011
|
-
post: operations["
|
|
1011
|
+
post: operations["postRecurringFeesListingPeriods"];
|
|
1012
1012
|
delete?: never;
|
|
1013
1013
|
options?: never;
|
|
1014
1014
|
head?: never;
|
|
@@ -1024,10 +1024,10 @@ export interface paths {
|
|
|
1024
1024
|
};
|
|
1025
1025
|
get?: never;
|
|
1026
1026
|
/** @description Update a listing period */
|
|
1027
|
-
put: operations["
|
|
1027
|
+
put: operations["putRecurringFeesListingPeriodsById"];
|
|
1028
1028
|
post?: never;
|
|
1029
1029
|
/** @description Delete listing period from a recurring fee */
|
|
1030
|
-
delete: operations["
|
|
1030
|
+
delete: operations["deleteRecurringFeesListingPeriodsById"];
|
|
1031
1031
|
options?: never;
|
|
1032
1032
|
head?: never;
|
|
1033
1033
|
patch?: never;
|
|
@@ -1043,7 +1043,7 @@ export interface paths {
|
|
|
1043
1043
|
get?: never;
|
|
1044
1044
|
put?: never;
|
|
1045
1045
|
/** @description Preview Recurring Fees changes on a reservation */
|
|
1046
|
-
post: operations["
|
|
1046
|
+
post: operations["postRecurringFeesPreview"];
|
|
1047
1047
|
delete?: never;
|
|
1048
1048
|
options?: never;
|
|
1049
1049
|
head?: never;
|
|
@@ -1058,12 +1058,12 @@ export interface paths {
|
|
|
1058
1058
|
cookie?: never;
|
|
1059
1059
|
};
|
|
1060
1060
|
/** @description Recurring Fees By Id */
|
|
1061
|
-
get: operations["
|
|
1061
|
+
get: operations["getRecurringFeesById"];
|
|
1062
1062
|
/** @description Update Recurring Fees */
|
|
1063
|
-
put: operations["
|
|
1063
|
+
put: operations["putRecurringFeesById"];
|
|
1064
1064
|
post?: never;
|
|
1065
1065
|
/** @description Delete Recurring Fee By Id */
|
|
1066
|
-
delete: operations["
|
|
1066
|
+
delete: operations["deleteRecurringFeesById"];
|
|
1067
1067
|
options?: never;
|
|
1068
1068
|
head?: never;
|
|
1069
1069
|
patch?: never;
|
|
@@ -1607,7 +1607,7 @@ export interface paths {
|
|
|
1607
1607
|
get?: never;
|
|
1608
1608
|
put?: never;
|
|
1609
1609
|
/** @description Generate reservation journal entries */
|
|
1610
|
-
post: operations["
|
|
1610
|
+
post: operations["postReservationsJournalEntries"];
|
|
1611
1611
|
delete?: never;
|
|
1612
1612
|
options?: never;
|
|
1613
1613
|
head?: never;
|
|
@@ -1622,7 +1622,7 @@ export interface paths {
|
|
|
1622
1622
|
cookie?: never;
|
|
1623
1623
|
};
|
|
1624
1624
|
/** @description Reservation Line Mappings List */
|
|
1625
|
-
get: operations["
|
|
1625
|
+
get: operations["getReservationsLineMappings"];
|
|
1626
1626
|
put?: never;
|
|
1627
1627
|
post?: never;
|
|
1628
1628
|
delete?: never;
|
|
@@ -1639,7 +1639,7 @@ export interface paths {
|
|
|
1639
1639
|
cookie?: never;
|
|
1640
1640
|
};
|
|
1641
1641
|
/** @description Reservation line mappings CSV export */
|
|
1642
|
-
get: operations["
|
|
1642
|
+
get: operations["getReservationsLineMappingsCsv"];
|
|
1643
1643
|
put?: never;
|
|
1644
1644
|
post?: never;
|
|
1645
1645
|
delete?: never;
|
|
@@ -1657,7 +1657,7 @@ export interface paths {
|
|
|
1657
1657
|
};
|
|
1658
1658
|
get?: never;
|
|
1659
1659
|
/** @description Update reservation line mapping */
|
|
1660
|
-
put: operations["
|
|
1660
|
+
put: operations["putReservationsLineMappingsByType"];
|
|
1661
1661
|
post?: never;
|
|
1662
1662
|
delete?: never;
|
|
1663
1663
|
options?: never;
|
|
@@ -1673,12 +1673,12 @@ export interface paths {
|
|
|
1673
1673
|
cookie?: never;
|
|
1674
1674
|
};
|
|
1675
1675
|
/** @description Get reservation By ID */
|
|
1676
|
-
get: operations["
|
|
1676
|
+
get: operations["getReservationsById"];
|
|
1677
1677
|
/** @description Update Reservation By ID */
|
|
1678
|
-
put: operations["
|
|
1678
|
+
put: operations["putReservationsById"];
|
|
1679
1679
|
post?: never;
|
|
1680
1680
|
/** @description Delete reservation By ID */
|
|
1681
|
-
delete: operations["
|
|
1681
|
+
delete: operations["deleteReservationsById"];
|
|
1682
1682
|
options?: never;
|
|
1683
1683
|
head?: never;
|
|
1684
1684
|
patch?: never;
|
|
@@ -1698,7 +1698,7 @@ export interface paths {
|
|
|
1698
1698
|
options?: never;
|
|
1699
1699
|
head?: never;
|
|
1700
1700
|
/** @description Update reservation general ledger status (active/inactive) */
|
|
1701
|
-
patch: operations["
|
|
1701
|
+
patch: operations["patchReservationsByIdStatus"];
|
|
1702
1702
|
trace?: never;
|
|
1703
1703
|
};
|
|
1704
1704
|
"/reservations/{reservationId}/adjustments": {
|
|
@@ -1711,7 +1711,7 @@ export interface paths {
|
|
|
1711
1711
|
get?: never;
|
|
1712
1712
|
put?: never;
|
|
1713
1713
|
/** @description Create a reservation adjustment line */
|
|
1714
|
-
post: operations["
|
|
1714
|
+
post: operations["postReservationsByReservationIdAdjustments"];
|
|
1715
1715
|
delete?: never;
|
|
1716
1716
|
options?: never;
|
|
1717
1717
|
head?: never;
|
|
@@ -1727,10 +1727,10 @@ export interface paths {
|
|
|
1727
1727
|
};
|
|
1728
1728
|
get?: never;
|
|
1729
1729
|
/** @description Update a reservation adjustment line */
|
|
1730
|
-
put: operations["
|
|
1730
|
+
put: operations["putReservationsByReservationIdAdjustmentsById"];
|
|
1731
1731
|
post?: never;
|
|
1732
1732
|
/** @description Delete a reservation adjustment line */
|
|
1733
|
-
delete: operations["
|
|
1733
|
+
delete: operations["deleteReservationsByReservationIdAdjustmentsById"];
|
|
1734
1734
|
options?: never;
|
|
1735
1735
|
head?: never;
|
|
1736
1736
|
patch?: never;
|
|
@@ -1831,12 +1831,12 @@ export interface paths {
|
|
|
1831
1831
|
cookie?: never;
|
|
1832
1832
|
};
|
|
1833
1833
|
/** @description Statements Layout By Id */
|
|
1834
|
-
get: operations["
|
|
1834
|
+
get: operations["getStatementsLayoutsById"];
|
|
1835
1835
|
/** @description Update Statement Layout */
|
|
1836
|
-
put: operations["
|
|
1836
|
+
put: operations["putStatementsLayoutsById"];
|
|
1837
1837
|
post?: never;
|
|
1838
1838
|
/** @description Delete Statements Layout By Id */
|
|
1839
|
-
delete: operations["
|
|
1839
|
+
delete: operations["deleteStatementsLayoutsById"];
|
|
1840
1840
|
options?: never;
|
|
1841
1841
|
head?: never;
|
|
1842
1842
|
patch?: never;
|
|
@@ -1918,12 +1918,12 @@ export interface paths {
|
|
|
1918
1918
|
cookie?: never;
|
|
1919
1919
|
};
|
|
1920
1920
|
/** @description Get Statements by period. Get Statements by ownership period, can be multiple if multiple currencies are found in a month */
|
|
1921
|
-
get: operations["
|
|
1921
|
+
get: operations["getStatementsById"];
|
|
1922
1922
|
/** @description Update Statements by Id */
|
|
1923
|
-
put: operations["
|
|
1923
|
+
put: operations["putStatementsById"];
|
|
1924
1924
|
post?: never;
|
|
1925
1925
|
/** @description Update Statements by Id */
|
|
1926
|
-
delete: operations["
|
|
1926
|
+
delete: operations["deleteStatementsById"];
|
|
1927
1927
|
options?: never;
|
|
1928
1928
|
head?: never;
|
|
1929
1929
|
patch?: never;
|
|
@@ -1939,7 +1939,7 @@ export interface paths {
|
|
|
1939
1939
|
get?: never;
|
|
1940
1940
|
put?: never;
|
|
1941
1941
|
/** @description Pay a statement */
|
|
1942
|
-
post: operations["
|
|
1942
|
+
post: operations["postStatementsByIdPay"];
|
|
1943
1943
|
delete?: never;
|
|
1944
1944
|
options?: never;
|
|
1945
1945
|
head?: never;
|
|
@@ -1956,7 +1956,7 @@ export interface paths {
|
|
|
1956
1956
|
get?: never;
|
|
1957
1957
|
put?: never;
|
|
1958
1958
|
/** @description Refresh the templateJson of a statement to match the current layout configuration. Use this when a layout has been updated after a statement was published. */
|
|
1959
|
-
post: operations["
|
|
1959
|
+
post: operations["postStatementsByIdRefreshLayout"];
|
|
1960
1960
|
delete?: never;
|
|
1961
1961
|
options?: never;
|
|
1962
1962
|
head?: never;
|
|
@@ -2076,9 +2076,9 @@ export interface paths {
|
|
|
2076
2076
|
cookie?: never;
|
|
2077
2077
|
};
|
|
2078
2078
|
/** @description Retrieve opening balance advanced deposits summary */
|
|
2079
|
-
get: operations["
|
|
2079
|
+
get: operations["getTeamsOpeningBalancesAdvancedDeposits"];
|
|
2080
2080
|
/** @description Update opening balance advanced deposits */
|
|
2081
|
-
put: operations["
|
|
2081
|
+
put: operations["putTeamsOpeningBalancesAdvancedDeposits"];
|
|
2082
2082
|
post?: never;
|
|
2083
2083
|
delete?: never;
|
|
2084
2084
|
options?: never;
|
|
@@ -2094,7 +2094,7 @@ export interface paths {
|
|
|
2094
2094
|
cookie?: never;
|
|
2095
2095
|
};
|
|
2096
2096
|
/** @description Retrieve synced payments/refunds for review advanced deposits modal */
|
|
2097
|
-
get: operations["
|
|
2097
|
+
get: operations["getTeamsOpeningBalancesAdvancedDepositsSyncedPaymentsRefunds"];
|
|
2098
2098
|
put?: never;
|
|
2099
2099
|
post?: never;
|
|
2100
2100
|
delete?: never;
|
|
@@ -2111,9 +2111,9 @@ export interface paths {
|
|
|
2111
2111
|
cookie?: never;
|
|
2112
2112
|
};
|
|
2113
2113
|
/** @description Retrieve opening balance tax payable summary */
|
|
2114
|
-
get: operations["
|
|
2114
|
+
get: operations["getTeamsOpeningBalancesTaxPayable"];
|
|
2115
2115
|
/** @description Update opening balance tax payable */
|
|
2116
|
-
put: operations["
|
|
2116
|
+
put: operations["putTeamsOpeningBalancesTaxPayable"];
|
|
2117
2117
|
post?: never;
|
|
2118
2118
|
delete?: never;
|
|
2119
2119
|
options?: never;
|
|
@@ -2129,12 +2129,12 @@ export interface paths {
|
|
|
2129
2129
|
cookie?: never;
|
|
2130
2130
|
};
|
|
2131
2131
|
/** @description Get team by ID */
|
|
2132
|
-
get: operations["
|
|
2132
|
+
get: operations["getTeamsById"];
|
|
2133
2133
|
/** @description Update Team by ID */
|
|
2134
|
-
put: operations["
|
|
2134
|
+
put: operations["putTeamsById"];
|
|
2135
2135
|
post?: never;
|
|
2136
2136
|
/** @description Delete teams by ID */
|
|
2137
|
-
delete: operations["
|
|
2137
|
+
delete: operations["deleteTeamsById"];
|
|
2138
2138
|
options?: never;
|
|
2139
2139
|
head?: never;
|
|
2140
2140
|
patch?: never;
|
|
@@ -2149,7 +2149,7 @@ export interface paths {
|
|
|
2149
2149
|
};
|
|
2150
2150
|
get?: never;
|
|
2151
2151
|
/** @description Update team books closing date */
|
|
2152
|
-
put: operations["
|
|
2152
|
+
put: operations["putTeamsByIdBooksClosing"];
|
|
2153
2153
|
post?: never;
|
|
2154
2154
|
delete?: never;
|
|
2155
2155
|
options?: never;
|
|
@@ -2167,7 +2167,7 @@ export interface paths {
|
|
|
2167
2167
|
get?: never;
|
|
2168
2168
|
put?: never;
|
|
2169
2169
|
/** @description Generate data for a team */
|
|
2170
|
-
post: operations["
|
|
2170
|
+
post: operations["postTeamsByIdGenerateDemoData"];
|
|
2171
2171
|
delete?: never;
|
|
2172
2172
|
options?: never;
|
|
2173
2173
|
head?: never;
|
|
@@ -2188,7 +2188,7 @@ export interface paths {
|
|
|
2188
2188
|
options?: never;
|
|
2189
2189
|
head?: never;
|
|
2190
2190
|
/** @description Initialize a teams accounts and statement layout */
|
|
2191
|
-
patch: operations["
|
|
2191
|
+
patch: operations["patchTeamsByIdInit"];
|
|
2192
2192
|
trace?: never;
|
|
2193
2193
|
};
|
|
2194
2194
|
"/transaction-attachments": {
|
|
@@ -2201,7 +2201,7 @@ export interface paths {
|
|
|
2201
2201
|
get?: never;
|
|
2202
2202
|
put?: never;
|
|
2203
2203
|
/** @description Upload an expense attachment (staged) */
|
|
2204
|
-
post: operations["
|
|
2204
|
+
post: operations["postTransactionAttachments"];
|
|
2205
2205
|
delete?: never;
|
|
2206
2206
|
options?: never;
|
|
2207
2207
|
head?: never;
|
|
@@ -2219,11 +2219,11 @@ export interface paths {
|
|
|
2219
2219
|
put?: never;
|
|
2220
2220
|
post?: never;
|
|
2221
2221
|
/** @description Delete an expense attachment */
|
|
2222
|
-
delete: operations["
|
|
2222
|
+
delete: operations["deleteTransactionAttachmentsByAttachmentId"];
|
|
2223
2223
|
options?: never;
|
|
2224
2224
|
head?: never;
|
|
2225
2225
|
/** @description Update an expense attachment */
|
|
2226
|
-
patch: operations["
|
|
2226
|
+
patch: operations["patchTransactionAttachmentsByAttachmentId"];
|
|
2227
2227
|
trace?: never;
|
|
2228
2228
|
};
|
|
2229
2229
|
"/transaction-attachments/{attachmentId}/download": {
|
|
@@ -2233,7 +2233,7 @@ export interface paths {
|
|
|
2233
2233
|
path?: never;
|
|
2234
2234
|
cookie?: never;
|
|
2235
2235
|
};
|
|
2236
|
-
get: operations["
|
|
2236
|
+
get: operations["getTransactionAttachmentsByAttachmentIdDownload"];
|
|
2237
2237
|
put?: never;
|
|
2238
2238
|
post?: never;
|
|
2239
2239
|
delete?: never;
|
|
@@ -2285,7 +2285,7 @@ export interface paths {
|
|
|
2285
2285
|
cookie?: never;
|
|
2286
2286
|
};
|
|
2287
2287
|
/** @description Deposit transactions grouped by last 4 digits */
|
|
2288
|
-
get: operations["
|
|
2288
|
+
get: operations["getTransactionsByLast4"];
|
|
2289
2289
|
put?: never;
|
|
2290
2290
|
post?: never;
|
|
2291
2291
|
delete?: never;
|
|
@@ -2355,7 +2355,7 @@ export interface paths {
|
|
|
2355
2355
|
get?: never;
|
|
2356
2356
|
put?: never;
|
|
2357
2357
|
/** @description Generate transaction journal entries */
|
|
2358
|
-
post: operations["
|
|
2358
|
+
post: operations["postTransactionsJournalEntries"];
|
|
2359
2359
|
delete?: never;
|
|
2360
2360
|
options?: never;
|
|
2361
2361
|
head?: never;
|
|
@@ -2370,7 +2370,7 @@ export interface paths {
|
|
|
2370
2370
|
cookie?: never;
|
|
2371
2371
|
};
|
|
2372
2372
|
/** @description Transaction Line Mappings List */
|
|
2373
|
-
get: operations["
|
|
2373
|
+
get: operations["getTransactionsLineMappings"];
|
|
2374
2374
|
put?: never;
|
|
2375
2375
|
post?: never;
|
|
2376
2376
|
delete?: never;
|
|
@@ -2388,7 +2388,7 @@ export interface paths {
|
|
|
2388
2388
|
};
|
|
2389
2389
|
get?: never;
|
|
2390
2390
|
/** @description Update transaction line mapping */
|
|
2391
|
-
put: operations["
|
|
2391
|
+
put: operations["putTransactionsLineMappingsByType"];
|
|
2392
2392
|
post?: never;
|
|
2393
2393
|
delete?: never;
|
|
2394
2394
|
options?: never;
|
|
@@ -2404,10 +2404,10 @@ export interface paths {
|
|
|
2404
2404
|
cookie?: never;
|
|
2405
2405
|
};
|
|
2406
2406
|
/** @description Recurring Transaction Template List */
|
|
2407
|
-
get: operations["
|
|
2407
|
+
get: operations["getTransactionsRecurringTemplates"];
|
|
2408
2408
|
put?: never;
|
|
2409
2409
|
/** @description Create a recurring transaction template */
|
|
2410
|
-
post: operations["
|
|
2410
|
+
post: operations["postTransactionsRecurringTemplates"];
|
|
2411
2411
|
delete?: never;
|
|
2412
2412
|
options?: never;
|
|
2413
2413
|
head?: never;
|
|
@@ -2424,7 +2424,7 @@ export interface paths {
|
|
|
2424
2424
|
get?: never;
|
|
2425
2425
|
put?: never;
|
|
2426
2426
|
/** @description Preview a recurring transaction template pattern */
|
|
2427
|
-
post: operations["
|
|
2427
|
+
post: operations["postTransactionsRecurringTemplatesPreview"];
|
|
2428
2428
|
delete?: never;
|
|
2429
2429
|
options?: never;
|
|
2430
2430
|
head?: never;
|
|
@@ -2439,12 +2439,12 @@ export interface paths {
|
|
|
2439
2439
|
cookie?: never;
|
|
2440
2440
|
};
|
|
2441
2441
|
/** @description Recurring Transaction Template */
|
|
2442
|
-
get: operations["
|
|
2442
|
+
get: operations["getTransactionsRecurringTemplatesById"];
|
|
2443
2443
|
/** @description Update an recurring transaction template by ID */
|
|
2444
|
-
put: operations["
|
|
2444
|
+
put: operations["putTransactionsRecurringTemplatesById"];
|
|
2445
2445
|
post?: never;
|
|
2446
2446
|
/** @description Delete an recurring transaction template by ID */
|
|
2447
|
-
delete: operations["
|
|
2447
|
+
delete: operations["deleteTransactionsRecurringTemplatesById"];
|
|
2448
2448
|
options?: never;
|
|
2449
2449
|
head?: never;
|
|
2450
2450
|
patch?: never;
|
|
@@ -2459,7 +2459,7 @@ export interface paths {
|
|
|
2459
2459
|
};
|
|
2460
2460
|
get?: never;
|
|
2461
2461
|
/** @description Create a recurring transaction instance */
|
|
2462
|
-
put: operations["
|
|
2462
|
+
put: operations["putTransactionsRecurringTemplatesByIdRun"];
|
|
2463
2463
|
post?: never;
|
|
2464
2464
|
delete?: never;
|
|
2465
2465
|
options?: never;
|
|
@@ -2492,12 +2492,12 @@ export interface paths {
|
|
|
2492
2492
|
cookie?: never;
|
|
2493
2493
|
};
|
|
2494
2494
|
/** @description Transactions List */
|
|
2495
|
-
get: operations["
|
|
2495
|
+
get: operations["getTransactionsById"];
|
|
2496
2496
|
/** @description Update an transaction by ID */
|
|
2497
|
-
put: operations["
|
|
2497
|
+
put: operations["putTransactionsById"];
|
|
2498
2498
|
post?: never;
|
|
2499
2499
|
/** @description Delete an transaction by ID */
|
|
2500
|
-
delete: operations["
|
|
2500
|
+
delete: operations["deleteTransactionsById"];
|
|
2501
2501
|
options?: never;
|
|
2502
2502
|
head?: never;
|
|
2503
2503
|
patch?: never;
|
|
@@ -2512,7 +2512,7 @@ export interface paths {
|
|
|
2512
2512
|
};
|
|
2513
2513
|
get?: never;
|
|
2514
2514
|
/** @description Update a transaction line by ID */
|
|
2515
|
-
put: operations["
|
|
2515
|
+
put: operations["putTransactionsByTransactionIdLinesById"];
|
|
2516
2516
|
post?: never;
|
|
2517
2517
|
delete?: never;
|
|
2518
2518
|
options?: never;
|
|
@@ -2534,7 +2534,7 @@ export interface paths {
|
|
|
2534
2534
|
options?: never;
|
|
2535
2535
|
head?: never;
|
|
2536
2536
|
/** @description Update a transaction line description (books-closed lock only) */
|
|
2537
|
-
patch: operations["
|
|
2537
|
+
patch: operations["patchTransactionsByTransactionIdLinesByIdDescription"];
|
|
2538
2538
|
trace?: never;
|
|
2539
2539
|
};
|
|
2540
2540
|
}
|
|
@@ -3060,7 +3060,7 @@ export interface operations {
|
|
|
3060
3060
|
};
|
|
3061
3061
|
};
|
|
3062
3062
|
};
|
|
3063
|
-
|
|
3063
|
+
getAccountsById: {
|
|
3064
3064
|
parameters: {
|
|
3065
3065
|
query?: never;
|
|
3066
3066
|
header?: never;
|
|
@@ -3243,7 +3243,7 @@ export interface operations {
|
|
|
3243
3243
|
};
|
|
3244
3244
|
};
|
|
3245
3245
|
};
|
|
3246
|
-
|
|
3246
|
+
putAccountsById: {
|
|
3247
3247
|
parameters: {
|
|
3248
3248
|
query?: never;
|
|
3249
3249
|
header?: never;
|
|
@@ -3446,7 +3446,7 @@ export interface operations {
|
|
|
3446
3446
|
};
|
|
3447
3447
|
};
|
|
3448
3448
|
};
|
|
3449
|
-
|
|
3449
|
+
deleteAccountsById: {
|
|
3450
3450
|
parameters: {
|
|
3451
3451
|
query?: {
|
|
3452
3452
|
onLocked?: "error" | "archive";
|
|
@@ -3557,7 +3557,7 @@ export interface operations {
|
|
|
3557
3557
|
};
|
|
3558
3558
|
};
|
|
3559
3559
|
};
|
|
3560
|
-
|
|
3560
|
+
postAccountsByIdBankingInit: {
|
|
3561
3561
|
parameters: {
|
|
3562
3562
|
query?: never;
|
|
3563
3563
|
header?: never;
|
|
@@ -3600,11 +3600,9 @@ export interface operations {
|
|
|
3600
3600
|
/** @description Value in cents (100 = 1€) */
|
|
3601
3601
|
amount: number;
|
|
3602
3602
|
ownerStatementId?: string | null;
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
lineType?: string | null;
|
|
3607
|
-
} | null;
|
|
3603
|
+
matchReservationConfirmationCode?: string | null;
|
|
3604
|
+
matchReservationStripeGuestRef?: string | null;
|
|
3605
|
+
matchLineTypeClassification?: string | null;
|
|
3608
3606
|
id: string;
|
|
3609
3607
|
issues: {
|
|
3610
3608
|
/** @constant */
|
|
@@ -3703,9 +3701,7 @@ export interface operations {
|
|
|
3703
3701
|
}[];
|
|
3704
3702
|
attachmentIds?: string[] | null;
|
|
3705
3703
|
recurringTemplateId?: string | null;
|
|
3706
|
-
|
|
3707
|
-
bankAccountRef?: string | null;
|
|
3708
|
-
} | null;
|
|
3704
|
+
matchBankAccountLast4?: string | null;
|
|
3709
3705
|
id: string;
|
|
3710
3706
|
shortRef?: string | null;
|
|
3711
3707
|
lock?: {
|
|
@@ -3942,7 +3938,7 @@ export interface operations {
|
|
|
3942
3938
|
};
|
|
3943
3939
|
};
|
|
3944
3940
|
};
|
|
3945
|
-
|
|
3941
|
+
postAccountsByIdRecalculateBalances: {
|
|
3946
3942
|
parameters: {
|
|
3947
3943
|
query?: never;
|
|
3948
3944
|
header?: never;
|
|
@@ -4584,7 +4580,7 @@ export interface operations {
|
|
|
4584
4580
|
};
|
|
4585
4581
|
};
|
|
4586
4582
|
};
|
|
4587
|
-
|
|
4583
|
+
getBankRecords: {
|
|
4588
4584
|
parameters: {
|
|
4589
4585
|
query?: {
|
|
4590
4586
|
status?: "active" | "inactive";
|
|
@@ -4794,7 +4790,7 @@ export interface operations {
|
|
|
4794
4790
|
};
|
|
4795
4791
|
};
|
|
4796
4792
|
};
|
|
4797
|
-
|
|
4793
|
+
postBankRecordsBatch: {
|
|
4798
4794
|
parameters: {
|
|
4799
4795
|
query?: never;
|
|
4800
4796
|
header?: never;
|
|
@@ -4941,7 +4937,7 @@ export interface operations {
|
|
|
4941
4937
|
};
|
|
4942
4938
|
};
|
|
4943
4939
|
};
|
|
4944
|
-
|
|
4940
|
+
getBankRecordsCsv: {
|
|
4945
4941
|
parameters: {
|
|
4946
4942
|
query?: {
|
|
4947
4943
|
status?: "active" | "inactive";
|
|
@@ -5062,7 +5058,7 @@ export interface operations {
|
|
|
5062
5058
|
};
|
|
5063
5059
|
};
|
|
5064
5060
|
};
|
|
5065
|
-
|
|
5061
|
+
getBankRecordsById: {
|
|
5066
5062
|
parameters: {
|
|
5067
5063
|
query?: {
|
|
5068
5064
|
/** @description Include matching transactions, optionally with max days offset */
|
|
@@ -5245,7 +5241,7 @@ export interface operations {
|
|
|
5245
5241
|
};
|
|
5246
5242
|
};
|
|
5247
5243
|
};
|
|
5248
|
-
|
|
5244
|
+
putBankRecordsById: {
|
|
5249
5245
|
parameters: {
|
|
5250
5246
|
query?: never;
|
|
5251
5247
|
header?: never;
|
|
@@ -7444,7 +7440,7 @@ export interface operations {
|
|
|
7444
7440
|
};
|
|
7445
7441
|
};
|
|
7446
7442
|
};
|
|
7447
|
-
|
|
7443
|
+
getContactsById: {
|
|
7448
7444
|
parameters: {
|
|
7449
7445
|
query?: never;
|
|
7450
7446
|
header?: never;
|
|
@@ -7592,7 +7588,7 @@ export interface operations {
|
|
|
7592
7588
|
};
|
|
7593
7589
|
};
|
|
7594
7590
|
};
|
|
7595
|
-
|
|
7591
|
+
putContactsById: {
|
|
7596
7592
|
parameters: {
|
|
7597
7593
|
query?: never;
|
|
7598
7594
|
header?: never;
|
|
@@ -7769,7 +7765,7 @@ export interface operations {
|
|
|
7769
7765
|
};
|
|
7770
7766
|
};
|
|
7771
7767
|
};
|
|
7772
|
-
|
|
7768
|
+
deleteContactsById: {
|
|
7773
7769
|
parameters: {
|
|
7774
7770
|
query?: {
|
|
7775
7771
|
onLocked?: "error" | "archive";
|
|
@@ -7880,7 +7876,7 @@ export interface operations {
|
|
|
7880
7876
|
};
|
|
7881
7877
|
};
|
|
7882
7878
|
};
|
|
7883
|
-
|
|
7879
|
+
postContactsByIdInvite: {
|
|
7884
7880
|
parameters: {
|
|
7885
7881
|
query?: never;
|
|
7886
7882
|
header?: never;
|
|
@@ -7991,7 +7987,7 @@ export interface operations {
|
|
|
7991
7987
|
};
|
|
7992
7988
|
};
|
|
7993
7989
|
};
|
|
7994
|
-
|
|
7990
|
+
patchContactsByIdRevokeAccess: {
|
|
7995
7991
|
parameters: {
|
|
7996
7992
|
query?: never;
|
|
7997
7993
|
header?: never;
|
|
@@ -8623,7 +8619,7 @@ export interface operations {
|
|
|
8623
8619
|
};
|
|
8624
8620
|
};
|
|
8625
8621
|
};
|
|
8626
|
-
|
|
8622
|
+
getDispatchById: {
|
|
8627
8623
|
parameters: {
|
|
8628
8624
|
query?: never;
|
|
8629
8625
|
header?: never;
|
|
@@ -11412,7 +11408,7 @@ export interface operations {
|
|
|
11412
11408
|
};
|
|
11413
11409
|
};
|
|
11414
11410
|
};
|
|
11415
|
-
|
|
11411
|
+
getListingsOwnershipPeriods: {
|
|
11416
11412
|
parameters: {
|
|
11417
11413
|
query?: {
|
|
11418
11414
|
listingId?: string;
|
|
@@ -11541,7 +11537,7 @@ export interface operations {
|
|
|
11541
11537
|
};
|
|
11542
11538
|
};
|
|
11543
11539
|
};
|
|
11544
|
-
|
|
11540
|
+
postListingsOwnershipPeriods: {
|
|
11545
11541
|
parameters: {
|
|
11546
11542
|
query?: never;
|
|
11547
11543
|
header?: never;
|
|
@@ -11670,7 +11666,7 @@ export interface operations {
|
|
|
11670
11666
|
};
|
|
11671
11667
|
};
|
|
11672
11668
|
};
|
|
11673
|
-
|
|
11669
|
+
getListingsOwnershipPeriodsById: {
|
|
11674
11670
|
parameters: {
|
|
11675
11671
|
query?: never;
|
|
11676
11672
|
header?: never;
|
|
@@ -11785,7 +11781,7 @@ export interface operations {
|
|
|
11785
11781
|
};
|
|
11786
11782
|
};
|
|
11787
11783
|
};
|
|
11788
|
-
|
|
11784
|
+
putListingsOwnershipPeriodsById: {
|
|
11789
11785
|
parameters: {
|
|
11790
11786
|
query?: never;
|
|
11791
11787
|
header?: never;
|
|
@@ -11916,7 +11912,7 @@ export interface operations {
|
|
|
11916
11912
|
};
|
|
11917
11913
|
};
|
|
11918
11914
|
};
|
|
11919
|
-
|
|
11915
|
+
deleteListingsOwnershipPeriodsById: {
|
|
11920
11916
|
parameters: {
|
|
11921
11917
|
query?: {
|
|
11922
11918
|
onLocked?: "error" | "archive";
|
|
@@ -12028,7 +12024,7 @@ export interface operations {
|
|
|
12028
12024
|
};
|
|
12029
12025
|
};
|
|
12030
12026
|
};
|
|
12031
|
-
|
|
12027
|
+
getListingsById: {
|
|
12032
12028
|
parameters: {
|
|
12033
12029
|
query?: never;
|
|
12034
12030
|
header?: never;
|
|
@@ -12234,7 +12230,7 @@ export interface operations {
|
|
|
12234
12230
|
};
|
|
12235
12231
|
};
|
|
12236
12232
|
};
|
|
12237
|
-
|
|
12233
|
+
putListingsById: {
|
|
12238
12234
|
parameters: {
|
|
12239
12235
|
query?: never;
|
|
12240
12236
|
header?: never;
|
|
@@ -12487,7 +12483,7 @@ export interface operations {
|
|
|
12487
12483
|
};
|
|
12488
12484
|
};
|
|
12489
12485
|
};
|
|
12490
|
-
|
|
12486
|
+
deleteListingsById: {
|
|
12491
12487
|
parameters: {
|
|
12492
12488
|
query?: {
|
|
12493
12489
|
onLocked?: "error" | "archive";
|
|
@@ -12598,7 +12594,7 @@ export interface operations {
|
|
|
12598
12594
|
};
|
|
12599
12595
|
};
|
|
12600
12596
|
};
|
|
12601
|
-
|
|
12597
|
+
getListingsByIdOpeningBalance: {
|
|
12602
12598
|
parameters: {
|
|
12603
12599
|
query?: never;
|
|
12604
12600
|
header?: never;
|
|
@@ -12708,7 +12704,7 @@ export interface operations {
|
|
|
12708
12704
|
};
|
|
12709
12705
|
};
|
|
12710
12706
|
};
|
|
12711
|
-
|
|
12707
|
+
putListingsByIdOpeningBalance: {
|
|
12712
12708
|
parameters: {
|
|
12713
12709
|
query?: never;
|
|
12714
12710
|
header?: never;
|
|
@@ -14168,7 +14164,7 @@ export interface operations {
|
|
|
14168
14164
|
};
|
|
14169
14165
|
};
|
|
14170
14166
|
};
|
|
14171
|
-
|
|
14167
|
+
getRecurringFees: {
|
|
14172
14168
|
parameters: {
|
|
14173
14169
|
query?: {
|
|
14174
14170
|
search?: string;
|
|
@@ -14358,7 +14354,7 @@ export interface operations {
|
|
|
14358
14354
|
};
|
|
14359
14355
|
};
|
|
14360
14356
|
};
|
|
14361
|
-
|
|
14357
|
+
postRecurringFees: {
|
|
14362
14358
|
parameters: {
|
|
14363
14359
|
query?: never;
|
|
14364
14360
|
header?: never;
|
|
@@ -14558,7 +14554,7 @@ export interface operations {
|
|
|
14558
14554
|
};
|
|
14559
14555
|
};
|
|
14560
14556
|
};
|
|
14561
|
-
|
|
14557
|
+
getRecurringFeesListingPeriods: {
|
|
14562
14558
|
parameters: {
|
|
14563
14559
|
query?: {
|
|
14564
14560
|
recurringFeeId?: string;
|
|
@@ -14692,7 +14688,7 @@ export interface operations {
|
|
|
14692
14688
|
};
|
|
14693
14689
|
};
|
|
14694
14690
|
};
|
|
14695
|
-
|
|
14691
|
+
postRecurringFeesListingPeriods: {
|
|
14696
14692
|
parameters: {
|
|
14697
14693
|
query?: never;
|
|
14698
14694
|
header?: never;
|
|
@@ -14821,7 +14817,7 @@ export interface operations {
|
|
|
14821
14817
|
};
|
|
14822
14818
|
};
|
|
14823
14819
|
};
|
|
14824
|
-
|
|
14820
|
+
putRecurringFeesListingPeriodsById: {
|
|
14825
14821
|
parameters: {
|
|
14826
14822
|
query?: never;
|
|
14827
14823
|
header?: never;
|
|
@@ -14950,7 +14946,7 @@ export interface operations {
|
|
|
14950
14946
|
};
|
|
14951
14947
|
};
|
|
14952
14948
|
};
|
|
14953
|
-
|
|
14949
|
+
deleteRecurringFeesListingPeriodsById: {
|
|
14954
14950
|
parameters: {
|
|
14955
14951
|
query?: {
|
|
14956
14952
|
onLocked?: "error" | "archive";
|
|
@@ -15061,7 +15057,7 @@ export interface operations {
|
|
|
15061
15057
|
};
|
|
15062
15058
|
};
|
|
15063
15059
|
};
|
|
15064
|
-
|
|
15060
|
+
postRecurringFeesPreview: {
|
|
15065
15061
|
parameters: {
|
|
15066
15062
|
query?: never;
|
|
15067
15063
|
header?: never;
|
|
@@ -15298,7 +15294,7 @@ export interface operations {
|
|
|
15298
15294
|
};
|
|
15299
15295
|
};
|
|
15300
15296
|
};
|
|
15301
|
-
|
|
15297
|
+
getRecurringFeesById: {
|
|
15302
15298
|
parameters: {
|
|
15303
15299
|
query?: never;
|
|
15304
15300
|
header?: never;
|
|
@@ -15471,7 +15467,7 @@ export interface operations {
|
|
|
15471
15467
|
};
|
|
15472
15468
|
};
|
|
15473
15469
|
};
|
|
15474
|
-
|
|
15470
|
+
putRecurringFeesById: {
|
|
15475
15471
|
parameters: {
|
|
15476
15472
|
query?: never;
|
|
15477
15473
|
header?: never;
|
|
@@ -15673,7 +15669,7 @@ export interface operations {
|
|
|
15673
15669
|
};
|
|
15674
15670
|
};
|
|
15675
15671
|
};
|
|
15676
|
-
|
|
15672
|
+
deleteRecurringFeesById: {
|
|
15677
15673
|
parameters: {
|
|
15678
15674
|
query?: never;
|
|
15679
15675
|
header?: never;
|
|
@@ -16151,11 +16147,15 @@ export interface operations {
|
|
|
16151
16147
|
/** @enum {string} */
|
|
16152
16148
|
status: "booked" | "cancelled";
|
|
16153
16149
|
total: number;
|
|
16150
|
+
charges: number;
|
|
16151
|
+
payments: number;
|
|
16154
16152
|
listings: {
|
|
16155
16153
|
/** Format: uuid */
|
|
16156
16154
|
id: string;
|
|
16157
16155
|
name: string;
|
|
16158
16156
|
total: number;
|
|
16157
|
+
charges: number;
|
|
16158
|
+
payments: number;
|
|
16159
16159
|
reservations: {
|
|
16160
16160
|
/** Format: uuid */
|
|
16161
16161
|
id: string;
|
|
@@ -16168,6 +16168,8 @@ export interface operations {
|
|
|
16168
16168
|
confirmationCode: string;
|
|
16169
16169
|
nights: number;
|
|
16170
16170
|
total: number;
|
|
16171
|
+
charges: number;
|
|
16172
|
+
payments: number;
|
|
16171
16173
|
}[];
|
|
16172
16174
|
}[];
|
|
16173
16175
|
}[];
|
|
@@ -19766,6 +19768,7 @@ export interface operations {
|
|
|
19766
19768
|
/** @description comma separated reservation short refs */
|
|
19767
19769
|
shortRefs?: string;
|
|
19768
19770
|
status?: "booked" | "canceled" | "inactive";
|
|
19771
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
19769
19772
|
listingId?: string;
|
|
19770
19773
|
date?: string;
|
|
19771
19774
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|
|
@@ -20740,6 +20743,7 @@ export interface operations {
|
|
|
20740
20743
|
/** @description comma separated reservation short refs */
|
|
20741
20744
|
shortRefs?: string;
|
|
20742
20745
|
status?: "booked" | "canceled" | "inactive";
|
|
20746
|
+
generalLedgerStatus?: "active" | "inactive";
|
|
20743
20747
|
listingId?: string;
|
|
20744
20748
|
date?: string;
|
|
20745
20749
|
dateField?: "bookedAt" | "checkIn" | "checkOut" | "payment" | "intersection";
|
|
@@ -20853,7 +20857,7 @@ export interface operations {
|
|
|
20853
20857
|
};
|
|
20854
20858
|
};
|
|
20855
20859
|
};
|
|
20856
|
-
|
|
20860
|
+
postReservationsJournalEntries: {
|
|
20857
20861
|
parameters: {
|
|
20858
20862
|
query?: never;
|
|
20859
20863
|
header?: never;
|
|
@@ -20863,7 +20867,11 @@ export interface operations {
|
|
|
20863
20867
|
requestBody?: {
|
|
20864
20868
|
content: {
|
|
20865
20869
|
"application/json": {
|
|
20866
|
-
|
|
20870
|
+
/**
|
|
20871
|
+
* @description `bestEffort`: Continue refresh without pre-failing reservation lock status. `strict`: Reject refresh when reservation is lock-flagged. `bypassStatementPeriod`: Same as bestEffort, plus statement-period bypass. Books-closed and owner-statement attachment locks still apply.
|
|
20872
|
+
* @enum {string}
|
|
20873
|
+
*/
|
|
20874
|
+
lockPolicy?: "bestEffort" | "strict" | "bypassStatementPeriod";
|
|
20867
20875
|
ids?: string[];
|
|
20868
20876
|
/** @enum {string} */
|
|
20869
20877
|
mode?: "full" | "recurringFeesOnly" | "decoupledAdjustmentsOnly" | "arOnly";
|
|
@@ -20965,7 +20973,7 @@ export interface operations {
|
|
|
20965
20973
|
};
|
|
20966
20974
|
};
|
|
20967
20975
|
};
|
|
20968
|
-
|
|
20976
|
+
getReservationsLineMappings: {
|
|
20969
20977
|
parameters: {
|
|
20970
20978
|
query?: {
|
|
20971
20979
|
search?: string;
|
|
@@ -21107,7 +21115,7 @@ export interface operations {
|
|
|
21107
21115
|
};
|
|
21108
21116
|
};
|
|
21109
21117
|
};
|
|
21110
|
-
|
|
21118
|
+
getReservationsLineMappingsCsv: {
|
|
21111
21119
|
parameters: {
|
|
21112
21120
|
query?: {
|
|
21113
21121
|
search?: string;
|
|
@@ -21215,7 +21223,7 @@ export interface operations {
|
|
|
21215
21223
|
};
|
|
21216
21224
|
};
|
|
21217
21225
|
};
|
|
21218
|
-
|
|
21226
|
+
putReservationsLineMappingsByType: {
|
|
21219
21227
|
parameters: {
|
|
21220
21228
|
query?: never;
|
|
21221
21229
|
header?: never;
|
|
@@ -21356,7 +21364,7 @@ export interface operations {
|
|
|
21356
21364
|
};
|
|
21357
21365
|
};
|
|
21358
21366
|
};
|
|
21359
|
-
|
|
21367
|
+
getReservationsById: {
|
|
21360
21368
|
parameters: {
|
|
21361
21369
|
query?: never;
|
|
21362
21370
|
header?: never;
|
|
@@ -21790,7 +21798,7 @@ export interface operations {
|
|
|
21790
21798
|
};
|
|
21791
21799
|
};
|
|
21792
21800
|
};
|
|
21793
|
-
|
|
21801
|
+
putReservationsById: {
|
|
21794
21802
|
parameters: {
|
|
21795
21803
|
query?: never;
|
|
21796
21804
|
header?: never;
|
|
@@ -22348,7 +22356,7 @@ export interface operations {
|
|
|
22348
22356
|
};
|
|
22349
22357
|
};
|
|
22350
22358
|
};
|
|
22351
|
-
|
|
22359
|
+
deleteReservationsById: {
|
|
22352
22360
|
parameters: {
|
|
22353
22361
|
query?: {
|
|
22354
22362
|
onLocked?: "error" | "archive";
|
|
@@ -22459,7 +22467,7 @@ export interface operations {
|
|
|
22459
22467
|
};
|
|
22460
22468
|
};
|
|
22461
22469
|
};
|
|
22462
|
-
|
|
22470
|
+
patchReservationsByIdStatus: {
|
|
22463
22471
|
parameters: {
|
|
22464
22472
|
query?: never;
|
|
22465
22473
|
header?: never;
|
|
@@ -22573,7 +22581,7 @@ export interface operations {
|
|
|
22573
22581
|
};
|
|
22574
22582
|
};
|
|
22575
22583
|
};
|
|
22576
|
-
|
|
22584
|
+
postReservationsByReservationIdAdjustments: {
|
|
22577
22585
|
parameters: {
|
|
22578
22586
|
query?: never;
|
|
22579
22587
|
header?: never;
|
|
@@ -23026,7 +23034,7 @@ export interface operations {
|
|
|
23026
23034
|
};
|
|
23027
23035
|
};
|
|
23028
23036
|
};
|
|
23029
|
-
|
|
23037
|
+
putReservationsByReservationIdAdjustmentsById: {
|
|
23030
23038
|
parameters: {
|
|
23031
23039
|
query?: never;
|
|
23032
23040
|
header?: never;
|
|
@@ -23479,7 +23487,7 @@ export interface operations {
|
|
|
23479
23487
|
};
|
|
23480
23488
|
};
|
|
23481
23489
|
};
|
|
23482
|
-
|
|
23490
|
+
deleteReservationsByReservationIdAdjustmentsById: {
|
|
23483
23491
|
parameters: {
|
|
23484
23492
|
query?: never;
|
|
23485
23493
|
header?: never;
|
|
@@ -26089,7 +26097,7 @@ export interface operations {
|
|
|
26089
26097
|
};
|
|
26090
26098
|
};
|
|
26091
26099
|
};
|
|
26092
|
-
|
|
26100
|
+
getStatementsLayoutsById: {
|
|
26093
26101
|
parameters: {
|
|
26094
26102
|
query?: never;
|
|
26095
26103
|
header?: never;
|
|
@@ -26280,7 +26288,7 @@ export interface operations {
|
|
|
26280
26288
|
};
|
|
26281
26289
|
};
|
|
26282
26290
|
};
|
|
26283
|
-
|
|
26291
|
+
putStatementsLayoutsById: {
|
|
26284
26292
|
parameters: {
|
|
26285
26293
|
query?: never;
|
|
26286
26294
|
header?: never;
|
|
@@ -26528,7 +26536,7 @@ export interface operations {
|
|
|
26528
26536
|
};
|
|
26529
26537
|
};
|
|
26530
26538
|
};
|
|
26531
|
-
|
|
26539
|
+
deleteStatementsLayoutsById: {
|
|
26532
26540
|
parameters: {
|
|
26533
26541
|
query?: never;
|
|
26534
26542
|
header?: never;
|
|
@@ -26678,11 +26686,9 @@ export interface operations {
|
|
|
26678
26686
|
/** @description Value in cents (100 = 1€) */
|
|
26679
26687
|
amount: number;
|
|
26680
26688
|
ownerStatementId?: string | null;
|
|
26681
|
-
|
|
26682
|
-
|
|
26683
|
-
|
|
26684
|
-
lineType?: string | null;
|
|
26685
|
-
} | null;
|
|
26689
|
+
matchReservationConfirmationCode?: string | null;
|
|
26690
|
+
matchReservationStripeGuestRef?: string | null;
|
|
26691
|
+
matchLineTypeClassification?: string | null;
|
|
26686
26692
|
id: string;
|
|
26687
26693
|
issues: {
|
|
26688
26694
|
/** @constant */
|
|
@@ -26781,9 +26787,7 @@ export interface operations {
|
|
|
26781
26787
|
}[];
|
|
26782
26788
|
attachmentIds?: string[] | null;
|
|
26783
26789
|
recurringTemplateId?: string | null;
|
|
26784
|
-
|
|
26785
|
-
bankAccountRef?: string | null;
|
|
26786
|
-
} | null;
|
|
26790
|
+
matchBankAccountLast4?: string | null;
|
|
26787
26791
|
id: string;
|
|
26788
26792
|
shortRef?: string | null;
|
|
26789
26793
|
lock?: {
|
|
@@ -27340,7 +27344,7 @@ export interface operations {
|
|
|
27340
27344
|
};
|
|
27341
27345
|
};
|
|
27342
27346
|
};
|
|
27343
|
-
|
|
27347
|
+
getStatementsById: {
|
|
27344
27348
|
parameters: {
|
|
27345
27349
|
query?: {
|
|
27346
27350
|
viewAs?: "owner" | "manager";
|
|
@@ -27895,7 +27899,7 @@ export interface operations {
|
|
|
27895
27899
|
};
|
|
27896
27900
|
};
|
|
27897
27901
|
};
|
|
27898
|
-
|
|
27902
|
+
putStatementsById: {
|
|
27899
27903
|
parameters: {
|
|
27900
27904
|
query?: never;
|
|
27901
27905
|
header?: never;
|
|
@@ -28461,7 +28465,7 @@ export interface operations {
|
|
|
28461
28465
|
};
|
|
28462
28466
|
};
|
|
28463
28467
|
};
|
|
28464
|
-
|
|
28468
|
+
deleteStatementsById: {
|
|
28465
28469
|
parameters: {
|
|
28466
28470
|
query?: {
|
|
28467
28471
|
onLocked?: "error" | "unlockAndDelete";
|
|
@@ -28571,7 +28575,7 @@ export interface operations {
|
|
|
28571
28575
|
};
|
|
28572
28576
|
};
|
|
28573
28577
|
};
|
|
28574
|
-
|
|
28578
|
+
postStatementsByIdPay: {
|
|
28575
28579
|
parameters: {
|
|
28576
28580
|
query?: never;
|
|
28577
28581
|
header?: never;
|
|
@@ -28688,7 +28692,7 @@ export interface operations {
|
|
|
28688
28692
|
};
|
|
28689
28693
|
};
|
|
28690
28694
|
};
|
|
28691
|
-
|
|
28695
|
+
postStatementsByIdRefreshLayout: {
|
|
28692
28696
|
parameters: {
|
|
28693
28697
|
query?: never;
|
|
28694
28698
|
header?: never;
|
|
@@ -30217,7 +30221,7 @@ export interface operations {
|
|
|
30217
30221
|
};
|
|
30218
30222
|
};
|
|
30219
30223
|
};
|
|
30220
|
-
|
|
30224
|
+
getTeamsOpeningBalancesAdvancedDeposits: {
|
|
30221
30225
|
parameters: {
|
|
30222
30226
|
query?: never;
|
|
30223
30227
|
header?: never;
|
|
@@ -30337,7 +30341,7 @@ export interface operations {
|
|
|
30337
30341
|
};
|
|
30338
30342
|
};
|
|
30339
30343
|
};
|
|
30340
|
-
|
|
30344
|
+
putTeamsOpeningBalancesAdvancedDeposits: {
|
|
30341
30345
|
parameters: {
|
|
30342
30346
|
query?: never;
|
|
30343
30347
|
header?: never;
|
|
@@ -30472,7 +30476,7 @@ export interface operations {
|
|
|
30472
30476
|
};
|
|
30473
30477
|
};
|
|
30474
30478
|
};
|
|
30475
|
-
|
|
30479
|
+
getTeamsOpeningBalancesAdvancedDepositsSyncedPaymentsRefunds: {
|
|
30476
30480
|
parameters: {
|
|
30477
30481
|
query?: {
|
|
30478
30482
|
/** @description comma separated list of reservation ids */
|
|
@@ -30607,7 +30611,7 @@ export interface operations {
|
|
|
30607
30611
|
};
|
|
30608
30612
|
};
|
|
30609
30613
|
};
|
|
30610
|
-
|
|
30614
|
+
getTeamsOpeningBalancesTaxPayable: {
|
|
30611
30615
|
parameters: {
|
|
30612
30616
|
query?: never;
|
|
30613
30617
|
header?: never;
|
|
@@ -30714,7 +30718,7 @@ export interface operations {
|
|
|
30714
30718
|
};
|
|
30715
30719
|
};
|
|
30716
30720
|
};
|
|
30717
|
-
|
|
30721
|
+
putTeamsOpeningBalancesTaxPayable: {
|
|
30718
30722
|
parameters: {
|
|
30719
30723
|
query?: never;
|
|
30720
30724
|
header?: never;
|
|
@@ -30829,7 +30833,7 @@ export interface operations {
|
|
|
30829
30833
|
};
|
|
30830
30834
|
};
|
|
30831
30835
|
};
|
|
30832
|
-
|
|
30836
|
+
getTeamsById: {
|
|
30833
30837
|
parameters: {
|
|
30834
30838
|
query?: never;
|
|
30835
30839
|
header?: never;
|
|
@@ -31044,7 +31048,7 @@ export interface operations {
|
|
|
31044
31048
|
};
|
|
31045
31049
|
};
|
|
31046
31050
|
};
|
|
31047
|
-
|
|
31051
|
+
putTeamsById: {
|
|
31048
31052
|
parameters: {
|
|
31049
31053
|
query?: never;
|
|
31050
31054
|
header?: never;
|
|
@@ -31325,7 +31329,7 @@ export interface operations {
|
|
|
31325
31329
|
};
|
|
31326
31330
|
};
|
|
31327
31331
|
};
|
|
31328
|
-
|
|
31332
|
+
deleteTeamsById: {
|
|
31329
31333
|
parameters: {
|
|
31330
31334
|
query?: {
|
|
31331
31335
|
force?: boolean;
|
|
@@ -31441,7 +31445,7 @@ export interface operations {
|
|
|
31441
31445
|
};
|
|
31442
31446
|
};
|
|
31443
31447
|
};
|
|
31444
|
-
|
|
31448
|
+
putTeamsByIdBooksClosing: {
|
|
31445
31449
|
parameters: {
|
|
31446
31450
|
query?: never;
|
|
31447
31451
|
header?: never;
|
|
@@ -31553,7 +31557,7 @@ export interface operations {
|
|
|
31553
31557
|
};
|
|
31554
31558
|
};
|
|
31555
31559
|
};
|
|
31556
|
-
|
|
31560
|
+
postTeamsByIdGenerateDemoData: {
|
|
31557
31561
|
parameters: {
|
|
31558
31562
|
query?: never;
|
|
31559
31563
|
header?: never;
|
|
@@ -31661,7 +31665,7 @@ export interface operations {
|
|
|
31661
31665
|
};
|
|
31662
31666
|
};
|
|
31663
31667
|
};
|
|
31664
|
-
|
|
31668
|
+
patchTeamsByIdInit: {
|
|
31665
31669
|
parameters: {
|
|
31666
31670
|
query?: never;
|
|
31667
31671
|
header?: never;
|
|
@@ -31885,7 +31889,7 @@ export interface operations {
|
|
|
31885
31889
|
};
|
|
31886
31890
|
};
|
|
31887
31891
|
};
|
|
31888
|
-
|
|
31892
|
+
postTransactionAttachments: {
|
|
31889
31893
|
parameters: {
|
|
31890
31894
|
query?: never;
|
|
31891
31895
|
header?: never;
|
|
@@ -31995,7 +31999,7 @@ export interface operations {
|
|
|
31995
31999
|
};
|
|
31996
32000
|
};
|
|
31997
32001
|
};
|
|
31998
|
-
|
|
32002
|
+
deleteTransactionAttachmentsByAttachmentId: {
|
|
31999
32003
|
parameters: {
|
|
32000
32004
|
query?: never;
|
|
32001
32005
|
header?: never;
|
|
@@ -32104,7 +32108,7 @@ export interface operations {
|
|
|
32104
32108
|
};
|
|
32105
32109
|
};
|
|
32106
32110
|
};
|
|
32107
|
-
|
|
32111
|
+
patchTransactionAttachmentsByAttachmentId: {
|
|
32108
32112
|
parameters: {
|
|
32109
32113
|
query?: never;
|
|
32110
32114
|
header?: never;
|
|
@@ -32222,7 +32226,7 @@ export interface operations {
|
|
|
32222
32226
|
};
|
|
32223
32227
|
};
|
|
32224
32228
|
};
|
|
32225
|
-
|
|
32229
|
+
getTransactionAttachmentsByAttachmentIdDownload: {
|
|
32226
32230
|
parameters: {
|
|
32227
32231
|
query?: never;
|
|
32228
32232
|
header?: never;
|
|
@@ -32300,11 +32304,9 @@ export interface operations {
|
|
|
32300
32304
|
/** @description Value in cents (100 = 1€) */
|
|
32301
32305
|
amount: number;
|
|
32302
32306
|
ownerStatementId?: string | null;
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
lineType?: string | null;
|
|
32307
|
-
} | null;
|
|
32307
|
+
matchReservationConfirmationCode?: string | null;
|
|
32308
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32309
|
+
matchLineTypeClassification?: string | null;
|
|
32308
32310
|
id: string;
|
|
32309
32311
|
issues: {
|
|
32310
32312
|
/** @constant */
|
|
@@ -32403,9 +32405,7 @@ export interface operations {
|
|
|
32403
32405
|
}[];
|
|
32404
32406
|
attachmentIds?: string[] | null;
|
|
32405
32407
|
recurringTemplateId?: string | null;
|
|
32406
|
-
|
|
32407
|
-
bankAccountRef?: string | null;
|
|
32408
|
-
} | null;
|
|
32408
|
+
matchBankAccountLast4?: string | null;
|
|
32409
32409
|
id: string;
|
|
32410
32410
|
shortRef?: string | null;
|
|
32411
32411
|
lock?: {
|
|
@@ -32657,11 +32657,9 @@ export interface operations {
|
|
|
32657
32657
|
ownerStatementId?: string | null;
|
|
32658
32658
|
party?: ("owners" | "manager") | null;
|
|
32659
32659
|
contactId?: string | null;
|
|
32660
|
-
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
lineType?: string | null;
|
|
32664
|
-
} | null;
|
|
32660
|
+
matchReservationConfirmationCode?: string | null;
|
|
32661
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32662
|
+
matchLineTypeClassification?: string | null;
|
|
32665
32663
|
}[];
|
|
32666
32664
|
attachmentIds?: string[] | null;
|
|
32667
32665
|
payment?: {
|
|
@@ -32694,9 +32692,7 @@ export interface operations {
|
|
|
32694
32692
|
connectionId?: string | null;
|
|
32695
32693
|
sourceId?: string | null;
|
|
32696
32694
|
recurringTemplateId?: string | null;
|
|
32697
|
-
|
|
32698
|
-
bankAccountRef?: string | null;
|
|
32699
|
-
} | null;
|
|
32695
|
+
matchBankAccountLast4?: string | null;
|
|
32700
32696
|
};
|
|
32701
32697
|
};
|
|
32702
32698
|
};
|
|
@@ -32722,11 +32718,9 @@ export interface operations {
|
|
|
32722
32718
|
/** @description Value in cents (100 = 1€) */
|
|
32723
32719
|
amount: number;
|
|
32724
32720
|
ownerStatementId?: string | null;
|
|
32725
|
-
|
|
32726
|
-
|
|
32727
|
-
|
|
32728
|
-
lineType?: string | null;
|
|
32729
|
-
} | null;
|
|
32721
|
+
matchReservationConfirmationCode?: string | null;
|
|
32722
|
+
matchReservationStripeGuestRef?: string | null;
|
|
32723
|
+
matchLineTypeClassification?: string | null;
|
|
32730
32724
|
id: string;
|
|
32731
32725
|
issues: {
|
|
32732
32726
|
/** @constant */
|
|
@@ -32825,9 +32819,7 @@ export interface operations {
|
|
|
32825
32819
|
}[];
|
|
32826
32820
|
attachmentIds?: string[] | null;
|
|
32827
32821
|
recurringTemplateId?: string | null;
|
|
32828
|
-
|
|
32829
|
-
bankAccountRef?: string | null;
|
|
32830
|
-
} | null;
|
|
32822
|
+
matchBankAccountLast4?: string | null;
|
|
32831
32823
|
id: string;
|
|
32832
32824
|
shortRef?: string | null;
|
|
32833
32825
|
lock?: {
|
|
@@ -33072,11 +33064,9 @@ export interface operations {
|
|
|
33072
33064
|
ownerStatementId?: string | null;
|
|
33073
33065
|
party?: ("owners" | "manager") | null;
|
|
33074
33066
|
contactId?: string | null;
|
|
33075
|
-
|
|
33076
|
-
|
|
33077
|
-
|
|
33078
|
-
lineType?: string | null;
|
|
33079
|
-
} | null;
|
|
33067
|
+
matchReservationConfirmationCode?: string | null;
|
|
33068
|
+
matchReservationStripeGuestRef?: string | null;
|
|
33069
|
+
matchLineTypeClassification?: string | null;
|
|
33080
33070
|
}[];
|
|
33081
33071
|
attachmentIds?: string[] | null;
|
|
33082
33072
|
payment?: {
|
|
@@ -33108,9 +33098,7 @@ export interface operations {
|
|
|
33108
33098
|
} | null;
|
|
33109
33099
|
sourceId?: string | null;
|
|
33110
33100
|
recurringTemplateId?: string | null;
|
|
33111
|
-
|
|
33112
|
-
bankAccountRef?: string | null;
|
|
33113
|
-
} | null;
|
|
33101
|
+
matchBankAccountLast4?: string | null;
|
|
33114
33102
|
id?: string;
|
|
33115
33103
|
}[];
|
|
33116
33104
|
};
|
|
@@ -33223,7 +33211,7 @@ export interface operations {
|
|
|
33223
33211
|
};
|
|
33224
33212
|
};
|
|
33225
33213
|
};
|
|
33226
|
-
|
|
33214
|
+
getTransactionsByLast4: {
|
|
33227
33215
|
parameters: {
|
|
33228
33216
|
query?: {
|
|
33229
33217
|
/** @description Filter by status. Defaults to both. */
|
|
@@ -33726,7 +33714,7 @@ export interface operations {
|
|
|
33726
33714
|
};
|
|
33727
33715
|
};
|
|
33728
33716
|
};
|
|
33729
|
-
|
|
33717
|
+
postTransactionsJournalEntries: {
|
|
33730
33718
|
parameters: {
|
|
33731
33719
|
query?: never;
|
|
33732
33720
|
header?: never;
|
|
@@ -33836,7 +33824,7 @@ export interface operations {
|
|
|
33836
33824
|
};
|
|
33837
33825
|
};
|
|
33838
33826
|
};
|
|
33839
|
-
|
|
33827
|
+
getTransactionsLineMappings: {
|
|
33840
33828
|
parameters: {
|
|
33841
33829
|
query?: {
|
|
33842
33830
|
search?: string;
|
|
@@ -33957,7 +33945,7 @@ export interface operations {
|
|
|
33957
33945
|
};
|
|
33958
33946
|
};
|
|
33959
33947
|
};
|
|
33960
|
-
|
|
33948
|
+
putTransactionsLineMappingsByType: {
|
|
33961
33949
|
parameters: {
|
|
33962
33950
|
query?: never;
|
|
33963
33951
|
header?: never;
|
|
@@ -34068,7 +34056,7 @@ export interface operations {
|
|
|
34068
34056
|
};
|
|
34069
34057
|
};
|
|
34070
34058
|
};
|
|
34071
|
-
|
|
34059
|
+
getTransactionsRecurringTemplates: {
|
|
34072
34060
|
parameters: {
|
|
34073
34061
|
query?: {
|
|
34074
34062
|
uniqueRefs?: string;
|
|
@@ -34136,11 +34124,9 @@ export interface operations {
|
|
|
34136
34124
|
/** @description Value in cents (100 = 1€) */
|
|
34137
34125
|
amount: number;
|
|
34138
34126
|
ownerStatementId?: string | null;
|
|
34139
|
-
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
lineType?: string | null;
|
|
34143
|
-
} | null;
|
|
34127
|
+
matchReservationConfirmationCode?: string | null;
|
|
34128
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34129
|
+
matchLineTypeClassification?: string | null;
|
|
34144
34130
|
id: string;
|
|
34145
34131
|
issues: {
|
|
34146
34132
|
/** @constant */
|
|
@@ -34349,7 +34335,7 @@ export interface operations {
|
|
|
34349
34335
|
};
|
|
34350
34336
|
};
|
|
34351
34337
|
};
|
|
34352
|
-
|
|
34338
|
+
postTransactionsRecurringTemplates: {
|
|
34353
34339
|
parameters: {
|
|
34354
34340
|
query?: never;
|
|
34355
34341
|
header?: never;
|
|
@@ -34448,11 +34434,9 @@ export interface operations {
|
|
|
34448
34434
|
/** @description Value in cents (100 = 1€) */
|
|
34449
34435
|
amount: number;
|
|
34450
34436
|
ownerStatementId?: string | null;
|
|
34451
|
-
|
|
34452
|
-
|
|
34453
|
-
|
|
34454
|
-
lineType?: string | null;
|
|
34455
|
-
} | null;
|
|
34437
|
+
matchReservationConfirmationCode?: string | null;
|
|
34438
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34439
|
+
matchLineTypeClassification?: string | null;
|
|
34456
34440
|
id: string;
|
|
34457
34441
|
issues: {
|
|
34458
34442
|
/** @constant */
|
|
@@ -34651,7 +34635,7 @@ export interface operations {
|
|
|
34651
34635
|
};
|
|
34652
34636
|
};
|
|
34653
34637
|
};
|
|
34654
|
-
|
|
34638
|
+
postTransactionsRecurringTemplatesPreview: {
|
|
34655
34639
|
parameters: {
|
|
34656
34640
|
query?: never;
|
|
34657
34641
|
header?: never;
|
|
@@ -34771,7 +34755,7 @@ export interface operations {
|
|
|
34771
34755
|
};
|
|
34772
34756
|
};
|
|
34773
34757
|
};
|
|
34774
|
-
|
|
34758
|
+
getTransactionsRecurringTemplatesById: {
|
|
34775
34759
|
parameters: {
|
|
34776
34760
|
query?: never;
|
|
34777
34761
|
header?: never;
|
|
@@ -34835,11 +34819,9 @@ export interface operations {
|
|
|
34835
34819
|
/** @description Value in cents (100 = 1€) */
|
|
34836
34820
|
amount: number;
|
|
34837
34821
|
ownerStatementId?: string | null;
|
|
34838
|
-
|
|
34839
|
-
|
|
34840
|
-
|
|
34841
|
-
lineType?: string | null;
|
|
34842
|
-
} | null;
|
|
34822
|
+
matchReservationConfirmationCode?: string | null;
|
|
34823
|
+
matchReservationStripeGuestRef?: string | null;
|
|
34824
|
+
matchLineTypeClassification?: string | null;
|
|
34843
34825
|
id: string;
|
|
34844
34826
|
issues: {
|
|
34845
34827
|
/** @constant */
|
|
@@ -35038,7 +35020,7 @@ export interface operations {
|
|
|
35038
35020
|
};
|
|
35039
35021
|
};
|
|
35040
35022
|
};
|
|
35041
|
-
|
|
35023
|
+
putTransactionsRecurringTemplatesById: {
|
|
35042
35024
|
parameters: {
|
|
35043
35025
|
query?: never;
|
|
35044
35026
|
header?: never;
|
|
@@ -35140,11 +35122,9 @@ export interface operations {
|
|
|
35140
35122
|
/** @description Value in cents (100 = 1€) */
|
|
35141
35123
|
amount: number;
|
|
35142
35124
|
ownerStatementId?: string | null;
|
|
35143
|
-
|
|
35144
|
-
|
|
35145
|
-
|
|
35146
|
-
lineType?: string | null;
|
|
35147
|
-
} | null;
|
|
35125
|
+
matchReservationConfirmationCode?: string | null;
|
|
35126
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35127
|
+
matchLineTypeClassification?: string | null;
|
|
35148
35128
|
id: string;
|
|
35149
35129
|
issues: {
|
|
35150
35130
|
/** @constant */
|
|
@@ -35343,7 +35323,7 @@ export interface operations {
|
|
|
35343
35323
|
};
|
|
35344
35324
|
};
|
|
35345
35325
|
};
|
|
35346
|
-
|
|
35326
|
+
deleteTransactionsRecurringTemplatesById: {
|
|
35347
35327
|
parameters: {
|
|
35348
35328
|
query?: {
|
|
35349
35329
|
onLocked?: "error" | "archive" | "detach";
|
|
@@ -35454,7 +35434,7 @@ export interface operations {
|
|
|
35454
35434
|
};
|
|
35455
35435
|
};
|
|
35456
35436
|
};
|
|
35457
|
-
|
|
35437
|
+
putTransactionsRecurringTemplatesByIdRun: {
|
|
35458
35438
|
parameters: {
|
|
35459
35439
|
query?: never;
|
|
35460
35440
|
header?: never;
|
|
@@ -35493,11 +35473,9 @@ export interface operations {
|
|
|
35493
35473
|
/** @description Value in cents (100 = 1€) */
|
|
35494
35474
|
amount: number;
|
|
35495
35475
|
ownerStatementId?: string | null;
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
|
|
35499
|
-
lineType?: string | null;
|
|
35500
|
-
} | null;
|
|
35476
|
+
matchReservationConfirmationCode?: string | null;
|
|
35477
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35478
|
+
matchLineTypeClassification?: string | null;
|
|
35501
35479
|
id: string;
|
|
35502
35480
|
issues: {
|
|
35503
35481
|
/** @constant */
|
|
@@ -35596,9 +35574,7 @@ export interface operations {
|
|
|
35596
35574
|
}[];
|
|
35597
35575
|
attachmentIds?: string[] | null;
|
|
35598
35576
|
recurringTemplateId?: string | null;
|
|
35599
|
-
|
|
35600
|
-
bankAccountRef?: string | null;
|
|
35601
|
-
} | null;
|
|
35577
|
+
matchBankAccountLast4?: string | null;
|
|
35602
35578
|
id: string;
|
|
35603
35579
|
shortRef?: string | null;
|
|
35604
35580
|
lock?: {
|
|
@@ -35928,7 +35904,7 @@ export interface operations {
|
|
|
35928
35904
|
};
|
|
35929
35905
|
};
|
|
35930
35906
|
};
|
|
35931
|
-
|
|
35907
|
+
getTransactionsById: {
|
|
35932
35908
|
parameters: {
|
|
35933
35909
|
query?: never;
|
|
35934
35910
|
header?: never;
|
|
@@ -35960,11 +35936,9 @@ export interface operations {
|
|
|
35960
35936
|
/** @description Value in cents (100 = 1€) */
|
|
35961
35937
|
amount: number;
|
|
35962
35938
|
ownerStatementId?: string | null;
|
|
35963
|
-
|
|
35964
|
-
|
|
35965
|
-
|
|
35966
|
-
lineType?: string | null;
|
|
35967
|
-
} | null;
|
|
35939
|
+
matchReservationConfirmationCode?: string | null;
|
|
35940
|
+
matchReservationStripeGuestRef?: string | null;
|
|
35941
|
+
matchLineTypeClassification?: string | null;
|
|
35968
35942
|
id: string;
|
|
35969
35943
|
issues: {
|
|
35970
35944
|
/** @constant */
|
|
@@ -36063,9 +36037,7 @@ export interface operations {
|
|
|
36063
36037
|
}[];
|
|
36064
36038
|
attachmentIds?: string[] | null;
|
|
36065
36039
|
recurringTemplateId?: string | null;
|
|
36066
|
-
|
|
36067
|
-
bankAccountRef?: string | null;
|
|
36068
|
-
} | null;
|
|
36040
|
+
matchBankAccountLast4?: string | null;
|
|
36069
36041
|
id: string;
|
|
36070
36042
|
shortRef?: string | null;
|
|
36071
36043
|
lock?: {
|
|
@@ -36266,7 +36238,7 @@ export interface operations {
|
|
|
36266
36238
|
};
|
|
36267
36239
|
};
|
|
36268
36240
|
};
|
|
36269
|
-
|
|
36241
|
+
putTransactionsById: {
|
|
36270
36242
|
parameters: {
|
|
36271
36243
|
query?: never;
|
|
36272
36244
|
header?: never;
|
|
@@ -36318,9 +36290,7 @@ export interface operations {
|
|
|
36318
36290
|
connectionId?: string | null;
|
|
36319
36291
|
sourceId?: string | null;
|
|
36320
36292
|
recurringTemplateId?: string | null;
|
|
36321
|
-
|
|
36322
|
-
bankAccountRef?: string | null;
|
|
36323
|
-
} | null;
|
|
36293
|
+
matchBankAccountLast4?: string | null;
|
|
36324
36294
|
lines?: {
|
|
36325
36295
|
recurringTemplateId?: string | null;
|
|
36326
36296
|
uniqueRef?: string | null;
|
|
@@ -36343,11 +36313,9 @@ export interface operations {
|
|
|
36343
36313
|
ownerStatementId?: string | null;
|
|
36344
36314
|
party?: ("owners" | "manager") | null;
|
|
36345
36315
|
contactId?: string | null;
|
|
36346
|
-
|
|
36347
|
-
|
|
36348
|
-
|
|
36349
|
-
lineType?: string | null;
|
|
36350
|
-
} | null;
|
|
36316
|
+
matchReservationConfirmationCode?: string | null;
|
|
36317
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36318
|
+
matchLineTypeClassification?: string | null;
|
|
36351
36319
|
id?: string;
|
|
36352
36320
|
}[] | null;
|
|
36353
36321
|
/** @description Lines to be added (can not be combined with "lines" in the same request) */
|
|
@@ -36373,11 +36341,9 @@ export interface operations {
|
|
|
36373
36341
|
ownerStatementId?: string | null;
|
|
36374
36342
|
party?: ("owners" | "manager") | null;
|
|
36375
36343
|
contactId?: string | null;
|
|
36376
|
-
|
|
36377
|
-
|
|
36378
|
-
|
|
36379
|
-
lineType?: string | null;
|
|
36380
|
-
} | null;
|
|
36344
|
+
matchReservationConfirmationCode?: string | null;
|
|
36345
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36346
|
+
matchLineTypeClassification?: string | null;
|
|
36381
36347
|
id?: string | null;
|
|
36382
36348
|
}[] | null;
|
|
36383
36349
|
/** @description Lines to be updated (can not be combined with "lines" in the same request) */
|
|
@@ -36403,11 +36369,9 @@ export interface operations {
|
|
|
36403
36369
|
ownerStatementId?: string | null;
|
|
36404
36370
|
party?: ("owners" | "manager") | null;
|
|
36405
36371
|
contactId?: string | null;
|
|
36406
|
-
|
|
36407
|
-
|
|
36408
|
-
|
|
36409
|
-
lineType?: string | null;
|
|
36410
|
-
} | null;
|
|
36372
|
+
matchReservationConfirmationCode?: string | null;
|
|
36373
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36374
|
+
matchLineTypeClassification?: string | null;
|
|
36411
36375
|
/** Format: uuid */
|
|
36412
36376
|
id: string;
|
|
36413
36377
|
}[] | null;
|
|
@@ -36438,11 +36402,9 @@ export interface operations {
|
|
|
36438
36402
|
/** @description Value in cents (100 = 1€) */
|
|
36439
36403
|
amount: number;
|
|
36440
36404
|
ownerStatementId?: string | null;
|
|
36441
|
-
|
|
36442
|
-
|
|
36443
|
-
|
|
36444
|
-
lineType?: string | null;
|
|
36445
|
-
} | null;
|
|
36405
|
+
matchReservationConfirmationCode?: string | null;
|
|
36406
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36407
|
+
matchLineTypeClassification?: string | null;
|
|
36446
36408
|
id: string;
|
|
36447
36409
|
issues: {
|
|
36448
36410
|
/** @constant */
|
|
@@ -36541,9 +36503,7 @@ export interface operations {
|
|
|
36541
36503
|
}[];
|
|
36542
36504
|
attachmentIds?: string[] | null;
|
|
36543
36505
|
recurringTemplateId?: string | null;
|
|
36544
|
-
|
|
36545
|
-
bankAccountRef?: string | null;
|
|
36546
|
-
} | null;
|
|
36506
|
+
matchBankAccountLast4?: string | null;
|
|
36547
36507
|
id: string;
|
|
36548
36508
|
shortRef?: string | null;
|
|
36549
36509
|
lock?: {
|
|
@@ -36744,7 +36704,7 @@ export interface operations {
|
|
|
36744
36704
|
};
|
|
36745
36705
|
};
|
|
36746
36706
|
};
|
|
36747
|
-
|
|
36707
|
+
deleteTransactionsById: {
|
|
36748
36708
|
parameters: {
|
|
36749
36709
|
query?: {
|
|
36750
36710
|
onLocked?: "error" | "archive";
|
|
@@ -36855,7 +36815,7 @@ export interface operations {
|
|
|
36855
36815
|
};
|
|
36856
36816
|
};
|
|
36857
36817
|
};
|
|
36858
|
-
|
|
36818
|
+
putTransactionsByTransactionIdLinesById: {
|
|
36859
36819
|
parameters: {
|
|
36860
36820
|
query?: never;
|
|
36861
36821
|
header?: never;
|
|
@@ -36889,11 +36849,9 @@ export interface operations {
|
|
|
36889
36849
|
ownerStatementId?: string | null;
|
|
36890
36850
|
party?: ("owners" | "manager") | null;
|
|
36891
36851
|
contactId?: string | null;
|
|
36892
|
-
|
|
36893
|
-
|
|
36894
|
-
|
|
36895
|
-
lineType?: string | null;
|
|
36896
|
-
} | null;
|
|
36852
|
+
matchReservationConfirmationCode?: string | null;
|
|
36853
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36854
|
+
matchLineTypeClassification?: string | null;
|
|
36897
36855
|
};
|
|
36898
36856
|
};
|
|
36899
36857
|
};
|
|
@@ -36919,11 +36877,9 @@ export interface operations {
|
|
|
36919
36877
|
/** @description Value in cents (100 = 1€) */
|
|
36920
36878
|
amount: number;
|
|
36921
36879
|
ownerStatementId?: string | null;
|
|
36922
|
-
|
|
36923
|
-
|
|
36924
|
-
|
|
36925
|
-
lineType?: string | null;
|
|
36926
|
-
} | null;
|
|
36880
|
+
matchReservationConfirmationCode?: string | null;
|
|
36881
|
+
matchReservationStripeGuestRef?: string | null;
|
|
36882
|
+
matchLineTypeClassification?: string | null;
|
|
36927
36883
|
id: string;
|
|
36928
36884
|
issues: {
|
|
36929
36885
|
/** @constant */
|
|
@@ -37022,9 +36978,7 @@ export interface operations {
|
|
|
37022
36978
|
}[];
|
|
37023
36979
|
attachmentIds?: string[] | null;
|
|
37024
36980
|
recurringTemplateId?: string | null;
|
|
37025
|
-
|
|
37026
|
-
bankAccountRef?: string | null;
|
|
37027
|
-
} | null;
|
|
36981
|
+
matchBankAccountLast4?: string | null;
|
|
37028
36982
|
id: string;
|
|
37029
36983
|
shortRef?: string | null;
|
|
37030
36984
|
lock?: {
|
|
@@ -37225,7 +37179,7 @@ export interface operations {
|
|
|
37225
37179
|
};
|
|
37226
37180
|
};
|
|
37227
37181
|
};
|
|
37228
|
-
|
|
37182
|
+
patchTransactionsByTransactionIdLinesByIdDescription: {
|
|
37229
37183
|
parameters: {
|
|
37230
37184
|
query?: never;
|
|
37231
37185
|
header?: never;
|