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