@vrplatform/api 1.3.1-2045 → 1.3.1-2051

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.
@@ -1010,6 +1010,176 @@ export interface paths {
1010
1010
  patch?: never;
1011
1011
  trace?: never;
1012
1012
  };
1013
+ "/metrics/journal-entries": {
1014
+ parameters: {
1015
+ query?: never;
1016
+ header?: never;
1017
+ path?: never;
1018
+ cookie?: never;
1019
+ };
1020
+ /** @description Journal entry totals split by lock state and party */
1021
+ get: operations["getMetricJournalEntries"];
1022
+ put?: never;
1023
+ post?: never;
1024
+ delete?: never;
1025
+ options?: never;
1026
+ head?: never;
1027
+ patch?: never;
1028
+ trace?: never;
1029
+ };
1030
+ "/metrics/journal-entry-totals-by-recurring-fee": {
1031
+ parameters: {
1032
+ query?: never;
1033
+ header?: never;
1034
+ path?: never;
1035
+ cookie?: never;
1036
+ };
1037
+ /** @description Journal entry totals by recurring fee */
1038
+ get: operations["getMetricJournalEntryTotalsByRecurringFee"];
1039
+ put?: never;
1040
+ post?: never;
1041
+ delete?: never;
1042
+ options?: never;
1043
+ head?: never;
1044
+ patch?: never;
1045
+ trace?: never;
1046
+ };
1047
+ "/metrics/legacy/active-listing-created": {
1048
+ parameters: {
1049
+ query?: never;
1050
+ header?: never;
1051
+ path?: never;
1052
+ cookie?: never;
1053
+ };
1054
+ /** @description Legacy active listing created metric */
1055
+ get: operations["getMetricLegacyActiveListingCreated"];
1056
+ put?: never;
1057
+ post?: never;
1058
+ delete?: never;
1059
+ options?: never;
1060
+ head?: never;
1061
+ patch?: never;
1062
+ trace?: never;
1063
+ };
1064
+ "/metrics/legacy/bank-record-balances": {
1065
+ parameters: {
1066
+ query?: never;
1067
+ header?: never;
1068
+ path?: never;
1069
+ cookie?: never;
1070
+ };
1071
+ /** @description Legacy bank record balances metric */
1072
+ get: operations["getMetricLegacyBankRecordBalances"];
1073
+ put?: never;
1074
+ post?: never;
1075
+ delete?: never;
1076
+ options?: never;
1077
+ head?: never;
1078
+ patch?: never;
1079
+ trace?: never;
1080
+ };
1081
+ "/metrics/legacy/currencies": {
1082
+ parameters: {
1083
+ query?: never;
1084
+ header?: never;
1085
+ path?: never;
1086
+ cookie?: never;
1087
+ };
1088
+ /** @description Legacy currencies metric */
1089
+ get: operations["getMetricLegacyCurrencies"];
1090
+ put?: never;
1091
+ post?: never;
1092
+ delete?: never;
1093
+ options?: never;
1094
+ head?: never;
1095
+ patch?: never;
1096
+ trace?: never;
1097
+ };
1098
+ "/metrics/legacy/distinct-action-by-status": {
1099
+ parameters: {
1100
+ query?: never;
1101
+ header?: never;
1102
+ path?: never;
1103
+ cookie?: never;
1104
+ };
1105
+ /** @description Legacy distinct action by status metric */
1106
+ get: operations["getMetricLegacyDistinctActionByStatus"];
1107
+ put?: never;
1108
+ post?: never;
1109
+ delete?: never;
1110
+ options?: never;
1111
+ head?: never;
1112
+ patch?: never;
1113
+ trace?: never;
1114
+ };
1115
+ "/metrics/legacy/payment-volume": {
1116
+ parameters: {
1117
+ query?: never;
1118
+ header?: never;
1119
+ path?: never;
1120
+ cookie?: never;
1121
+ };
1122
+ /** @description Legacy payment volume metric */
1123
+ get: operations["getMetricLegacyPaymentVolume"];
1124
+ put?: never;
1125
+ post?: never;
1126
+ delete?: never;
1127
+ options?: never;
1128
+ head?: never;
1129
+ patch?: never;
1130
+ trace?: never;
1131
+ };
1132
+ "/metrics/legacy/reservation-daily-rate": {
1133
+ parameters: {
1134
+ query?: never;
1135
+ header?: never;
1136
+ path?: never;
1137
+ cookie?: never;
1138
+ };
1139
+ /** @description Legacy reservation daily rate metric */
1140
+ get: operations["getMetricLegacyReservationDailyRate"];
1141
+ put?: never;
1142
+ post?: never;
1143
+ delete?: never;
1144
+ options?: never;
1145
+ head?: never;
1146
+ patch?: never;
1147
+ trace?: never;
1148
+ };
1149
+ "/metrics/legacy/reservation-volume": {
1150
+ parameters: {
1151
+ query?: never;
1152
+ header?: never;
1153
+ path?: never;
1154
+ cookie?: never;
1155
+ };
1156
+ /** @description Legacy reservation volume metric */
1157
+ get: operations["getMetricLegacyReservationVolume"];
1158
+ put?: never;
1159
+ post?: never;
1160
+ delete?: never;
1161
+ options?: never;
1162
+ head?: never;
1163
+ patch?: never;
1164
+ trace?: never;
1165
+ };
1166
+ "/metrics/legacy/sync-by-status": {
1167
+ parameters: {
1168
+ query?: never;
1169
+ header?: never;
1170
+ path?: never;
1171
+ cookie?: never;
1172
+ };
1173
+ /** @description Legacy sync by status metric */
1174
+ get: operations["getMetricLegacySyncByStatus"];
1175
+ put?: never;
1176
+ post?: never;
1177
+ delete?: never;
1178
+ options?: never;
1179
+ head?: never;
1180
+ patch?: never;
1181
+ trace?: never;
1182
+ };
1013
1183
  "/metrics/listing-revenue": {
1014
1184
  parameters: {
1015
1185
  query?: never;
@@ -2897,7 +3067,7 @@ export interface operations {
2897
3067
  /** @enum {string} */
2898
3068
  status: "active" | "inactive";
2899
3069
  } | null;
2900
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3070
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
2901
3071
  category?: {
2902
3072
  id: string;
2903
3073
  name: string;
@@ -3073,7 +3243,7 @@ export interface operations {
3073
3243
  status?: "active" | "inactive";
3074
3244
  /** @enum {string} */
3075
3245
  type: "ledger" | "bank" | "recurringFee" | "nonPosting";
3076
- assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
3246
+ assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
3077
3247
  offsetAccountId?: string | null;
3078
3248
  categoryId?: string;
3079
3249
  banking?: {
@@ -3108,7 +3278,7 @@ export interface operations {
3108
3278
  /** @enum {string} */
3109
3279
  status: "active" | "inactive";
3110
3280
  } | null;
3111
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3281
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3112
3282
  category?: {
3113
3283
  id: string;
3114
3284
  name: string;
@@ -3400,7 +3570,7 @@ export interface operations {
3400
3570
  /** @enum {string} */
3401
3571
  status: "active" | "inactive";
3402
3572
  } | null;
3403
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3573
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3404
3574
  category?: {
3405
3575
  id: string;
3406
3576
  name: string;
@@ -3568,7 +3738,7 @@ export interface operations {
3568
3738
  status?: "active" | "inactive";
3569
3739
  /** @enum {string} */
3570
3740
  type?: "ledger" | "bank" | "recurringFee" | "nonPosting";
3571
- assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
3741
+ assignments?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[] | null;
3572
3742
  offsetAccountId?: string | null;
3573
3743
  categoryId?: string;
3574
3744
  banking?: {
@@ -3603,7 +3773,7 @@ export interface operations {
3603
3773
  /** @enum {string} */
3604
3774
  status: "active" | "inactive";
3605
3775
  } | null;
3606
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3776
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3607
3777
  category?: {
3608
3778
  id: string;
3609
3779
  name: string;
@@ -3905,7 +4075,7 @@ export interface operations {
3905
4075
  lines: {
3906
4076
  uniqueRef?: string | null;
3907
4077
  description: string;
3908
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
4078
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
3909
4079
  /** @description Value in cents (100 = 1€) */
3910
4080
  amount: number;
3911
4081
  ownerStatementId?: string | null;
@@ -13609,22 +13779,1035 @@ export interface operations {
13609
13779
  };
13610
13780
  };
13611
13781
  };
13612
- deleteListingsById: {
13782
+ deleteListingsById: {
13783
+ parameters: {
13784
+ query?: {
13785
+ onLocked?: "error" | "archive";
13786
+ };
13787
+ header?: never;
13788
+ path: {
13789
+ id: string;
13790
+ };
13791
+ cookie?: never;
13792
+ };
13793
+ requestBody?: {
13794
+ content: {
13795
+ "application/json": Record<string, never>;
13796
+ };
13797
+ };
13798
+ responses: {
13799
+ /** @description Successful response */
13800
+ 200: {
13801
+ headers: {
13802
+ [name: string]: unknown;
13803
+ };
13804
+ content: {
13805
+ "application/json": {
13806
+ /** @enum {string} */
13807
+ status: "deleted" | "archived";
13808
+ };
13809
+ };
13810
+ };
13811
+ /** @description Bad request */
13812
+ 400: {
13813
+ headers: {
13814
+ [name: string]: unknown;
13815
+ };
13816
+ content: {
13817
+ "application/json": {
13818
+ code: string;
13819
+ message: string;
13820
+ issues?: {
13821
+ message: string;
13822
+ }[];
13823
+ context?: unknown;
13824
+ };
13825
+ };
13826
+ };
13827
+ /** @description Unauthorized */
13828
+ 401: {
13829
+ headers: {
13830
+ [name: string]: unknown;
13831
+ };
13832
+ content: {
13833
+ "application/json": {
13834
+ code: string;
13835
+ message: string;
13836
+ issues?: {
13837
+ message: string;
13838
+ }[];
13839
+ context?: unknown;
13840
+ };
13841
+ };
13842
+ };
13843
+ /** @description Forbidden */
13844
+ 403: {
13845
+ headers: {
13846
+ [name: string]: unknown;
13847
+ };
13848
+ content: {
13849
+ "application/json": {
13850
+ code: string;
13851
+ message: string;
13852
+ issues?: {
13853
+ message: string;
13854
+ }[];
13855
+ context?: unknown;
13856
+ };
13857
+ };
13858
+ };
13859
+ /** @description Not found */
13860
+ 404: {
13861
+ headers: {
13862
+ [name: string]: unknown;
13863
+ };
13864
+ content: {
13865
+ "application/json": {
13866
+ code: string;
13867
+ message: string;
13868
+ issues?: {
13869
+ message: string;
13870
+ }[];
13871
+ context?: unknown;
13872
+ };
13873
+ };
13874
+ };
13875
+ /** @description Internal server error */
13876
+ 500: {
13877
+ headers: {
13878
+ [name: string]: unknown;
13879
+ };
13880
+ content: {
13881
+ "application/json": {
13882
+ code: string;
13883
+ message: string;
13884
+ issues?: {
13885
+ message: string;
13886
+ }[];
13887
+ context?: unknown;
13888
+ };
13889
+ };
13890
+ };
13891
+ };
13892
+ };
13893
+ getListingsByIdOpeningBalance: {
13894
+ parameters: {
13895
+ query?: never;
13896
+ header?: never;
13897
+ path: {
13898
+ id: string;
13899
+ };
13900
+ cookie?: never;
13901
+ };
13902
+ requestBody?: never;
13903
+ responses: {
13904
+ /** @description Successful response */
13905
+ 200: {
13906
+ headers: {
13907
+ [name: string]: unknown;
13908
+ };
13909
+ content: {
13910
+ "application/json": {
13911
+ /** Format: uuid */
13912
+ listingId: string;
13913
+ /** @description Value in cents (100 = 1€) */
13914
+ amount: number;
13915
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
13916
+ currency: string;
13917
+ updatedAt?: string | null;
13918
+ };
13919
+ };
13920
+ };
13921
+ /** @description Bad request */
13922
+ 400: {
13923
+ headers: {
13924
+ [name: string]: unknown;
13925
+ };
13926
+ content: {
13927
+ "application/json": {
13928
+ code: string;
13929
+ message: string;
13930
+ issues?: {
13931
+ message: string;
13932
+ }[];
13933
+ context?: unknown;
13934
+ };
13935
+ };
13936
+ };
13937
+ /** @description Unauthorized */
13938
+ 401: {
13939
+ headers: {
13940
+ [name: string]: unknown;
13941
+ };
13942
+ content: {
13943
+ "application/json": {
13944
+ code: string;
13945
+ message: string;
13946
+ issues?: {
13947
+ message: string;
13948
+ }[];
13949
+ context?: unknown;
13950
+ };
13951
+ };
13952
+ };
13953
+ /** @description Forbidden */
13954
+ 403: {
13955
+ headers: {
13956
+ [name: string]: unknown;
13957
+ };
13958
+ content: {
13959
+ "application/json": {
13960
+ code: string;
13961
+ message: string;
13962
+ issues?: {
13963
+ message: string;
13964
+ }[];
13965
+ context?: unknown;
13966
+ };
13967
+ };
13968
+ };
13969
+ /** @description Not found */
13970
+ 404: {
13971
+ headers: {
13972
+ [name: string]: unknown;
13973
+ };
13974
+ content: {
13975
+ "application/json": {
13976
+ code: string;
13977
+ message: string;
13978
+ issues?: {
13979
+ message: string;
13980
+ }[];
13981
+ context?: unknown;
13982
+ };
13983
+ };
13984
+ };
13985
+ /** @description Internal server error */
13986
+ 500: {
13987
+ headers: {
13988
+ [name: string]: unknown;
13989
+ };
13990
+ content: {
13991
+ "application/json": {
13992
+ code: string;
13993
+ message: string;
13994
+ issues?: {
13995
+ message: string;
13996
+ }[];
13997
+ context?: unknown;
13998
+ };
13999
+ };
14000
+ };
14001
+ };
14002
+ };
14003
+ putListingsByIdOpeningBalance: {
14004
+ parameters: {
14005
+ query?: never;
14006
+ header?: never;
14007
+ path: {
14008
+ id: string;
14009
+ };
14010
+ cookie?: never;
14011
+ };
14012
+ requestBody?: {
14013
+ content: {
14014
+ "application/json": {
14015
+ /** @description Value in cents (100 = 1€) */
14016
+ amount: number;
14017
+ currency?: string | null;
14018
+ };
14019
+ };
14020
+ };
14021
+ responses: {
14022
+ /** @description Successful response */
14023
+ 200: {
14024
+ headers: {
14025
+ [name: string]: unknown;
14026
+ };
14027
+ content: {
14028
+ "application/json": {
14029
+ /** Format: uuid */
14030
+ listingId: string;
14031
+ /** @description Value in cents (100 = 1€) */
14032
+ amount: number;
14033
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
14034
+ currency: string;
14035
+ updatedAt?: string | null;
14036
+ };
14037
+ };
14038
+ };
14039
+ /** @description Bad request */
14040
+ 400: {
14041
+ headers: {
14042
+ [name: string]: unknown;
14043
+ };
14044
+ content: {
14045
+ "application/json": {
14046
+ code: string;
14047
+ message: string;
14048
+ issues?: {
14049
+ message: string;
14050
+ }[];
14051
+ context?: unknown;
14052
+ };
14053
+ };
14054
+ };
14055
+ /** @description Unauthorized */
14056
+ 401: {
14057
+ headers: {
14058
+ [name: string]: unknown;
14059
+ };
14060
+ content: {
14061
+ "application/json": {
14062
+ code: string;
14063
+ message: string;
14064
+ issues?: {
14065
+ message: string;
14066
+ }[];
14067
+ context?: unknown;
14068
+ };
14069
+ };
14070
+ };
14071
+ /** @description Forbidden */
14072
+ 403: {
14073
+ headers: {
14074
+ [name: string]: unknown;
14075
+ };
14076
+ content: {
14077
+ "application/json": {
14078
+ code: string;
14079
+ message: string;
14080
+ issues?: {
14081
+ message: string;
14082
+ }[];
14083
+ context?: unknown;
14084
+ };
14085
+ };
14086
+ };
14087
+ /** @description Not found */
14088
+ 404: {
14089
+ headers: {
14090
+ [name: string]: unknown;
14091
+ };
14092
+ content: {
14093
+ "application/json": {
14094
+ code: string;
14095
+ message: string;
14096
+ issues?: {
14097
+ message: string;
14098
+ }[];
14099
+ context?: unknown;
14100
+ };
14101
+ };
14102
+ };
14103
+ /** @description Internal server error */
14104
+ 500: {
14105
+ headers: {
14106
+ [name: string]: unknown;
14107
+ };
14108
+ content: {
14109
+ "application/json": {
14110
+ code: string;
14111
+ message: string;
14112
+ issues?: {
14113
+ message: string;
14114
+ }[];
14115
+ context?: unknown;
14116
+ };
14117
+ };
14118
+ };
14119
+ };
14120
+ };
14121
+ getMetricActiveListings: {
14122
+ parameters: {
14123
+ query: {
14124
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14125
+ startDate: string;
14126
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14127
+ endDate: string;
14128
+ };
14129
+ header?: never;
14130
+ path?: never;
14131
+ cookie?: never;
14132
+ };
14133
+ requestBody?: never;
14134
+ responses: {
14135
+ /** @description Successful response */
14136
+ 200: {
14137
+ headers: {
14138
+ [name: string]: unknown;
14139
+ };
14140
+ content: {
14141
+ "application/json": {
14142
+ data: {
14143
+ current: number;
14144
+ previous: number;
14145
+ delta: number;
14146
+ deltaPercentage: number | null;
14147
+ }[];
14148
+ };
14149
+ };
14150
+ };
14151
+ /** @description Bad request */
14152
+ 400: {
14153
+ headers: {
14154
+ [name: string]: unknown;
14155
+ };
14156
+ content: {
14157
+ "application/json": {
14158
+ code: string;
14159
+ message: string;
14160
+ issues?: {
14161
+ message: string;
14162
+ }[];
14163
+ context?: unknown;
14164
+ };
14165
+ };
14166
+ };
14167
+ /** @description Unauthorized */
14168
+ 401: {
14169
+ headers: {
14170
+ [name: string]: unknown;
14171
+ };
14172
+ content: {
14173
+ "application/json": {
14174
+ code: string;
14175
+ message: string;
14176
+ issues?: {
14177
+ message: string;
14178
+ }[];
14179
+ context?: unknown;
14180
+ };
14181
+ };
14182
+ };
14183
+ /** @description Forbidden */
14184
+ 403: {
14185
+ headers: {
14186
+ [name: string]: unknown;
14187
+ };
14188
+ content: {
14189
+ "application/json": {
14190
+ code: string;
14191
+ message: string;
14192
+ issues?: {
14193
+ message: string;
14194
+ }[];
14195
+ context?: unknown;
14196
+ };
14197
+ };
14198
+ };
14199
+ /** @description Not found */
14200
+ 404: {
14201
+ headers: {
14202
+ [name: string]: unknown;
14203
+ };
14204
+ content: {
14205
+ "application/json": {
14206
+ code: string;
14207
+ message: string;
14208
+ issues?: {
14209
+ message: string;
14210
+ }[];
14211
+ context?: unknown;
14212
+ };
14213
+ };
14214
+ };
14215
+ /** @description Internal server error */
14216
+ 500: {
14217
+ headers: {
14218
+ [name: string]: unknown;
14219
+ };
14220
+ content: {
14221
+ "application/json": {
14222
+ code: string;
14223
+ message: string;
14224
+ issues?: {
14225
+ message: string;
14226
+ }[];
14227
+ context?: unknown;
14228
+ };
14229
+ };
14230
+ };
14231
+ };
14232
+ };
14233
+ getMetricAverageDailyRate: {
14234
+ parameters: {
14235
+ query: {
14236
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14237
+ startDate: string;
14238
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14239
+ endDate: string;
14240
+ };
14241
+ header?: never;
14242
+ path?: never;
14243
+ cookie?: never;
14244
+ };
14245
+ requestBody?: never;
14246
+ responses: {
14247
+ /** @description Successful response */
14248
+ 200: {
14249
+ headers: {
14250
+ [name: string]: unknown;
14251
+ };
14252
+ content: {
14253
+ "application/json": {
14254
+ data: {
14255
+ current: number;
14256
+ previous: number;
14257
+ delta: number;
14258
+ deltaPercentage: number | null;
14259
+ }[];
14260
+ };
14261
+ };
14262
+ };
14263
+ /** @description Bad request */
14264
+ 400: {
14265
+ headers: {
14266
+ [name: string]: unknown;
14267
+ };
14268
+ content: {
14269
+ "application/json": {
14270
+ code: string;
14271
+ message: string;
14272
+ issues?: {
14273
+ message: string;
14274
+ }[];
14275
+ context?: unknown;
14276
+ };
14277
+ };
14278
+ };
14279
+ /** @description Unauthorized */
14280
+ 401: {
14281
+ headers: {
14282
+ [name: string]: unknown;
14283
+ };
14284
+ content: {
14285
+ "application/json": {
14286
+ code: string;
14287
+ message: string;
14288
+ issues?: {
14289
+ message: string;
14290
+ }[];
14291
+ context?: unknown;
14292
+ };
14293
+ };
14294
+ };
14295
+ /** @description Forbidden */
14296
+ 403: {
14297
+ headers: {
14298
+ [name: string]: unknown;
14299
+ };
14300
+ content: {
14301
+ "application/json": {
14302
+ code: string;
14303
+ message: string;
14304
+ issues?: {
14305
+ message: string;
14306
+ }[];
14307
+ context?: unknown;
14308
+ };
14309
+ };
14310
+ };
14311
+ /** @description Not found */
14312
+ 404: {
14313
+ headers: {
14314
+ [name: string]: unknown;
14315
+ };
14316
+ content: {
14317
+ "application/json": {
14318
+ code: string;
14319
+ message: string;
14320
+ issues?: {
14321
+ message: string;
14322
+ }[];
14323
+ context?: unknown;
14324
+ };
14325
+ };
14326
+ };
14327
+ /** @description Internal server error */
14328
+ 500: {
14329
+ headers: {
14330
+ [name: string]: unknown;
14331
+ };
14332
+ content: {
14333
+ "application/json": {
14334
+ code: string;
14335
+ message: string;
14336
+ issues?: {
14337
+ message: string;
14338
+ }[];
14339
+ context?: unknown;
14340
+ };
14341
+ };
14342
+ };
14343
+ };
14344
+ };
14345
+ getMetricCashFlow: {
14346
+ parameters: {
14347
+ query: {
14348
+ dimension?: "month" | "week" | "day" | "year";
14349
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14350
+ startDate: string;
14351
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14352
+ endDate: string;
14353
+ };
14354
+ header?: never;
14355
+ path?: never;
14356
+ cookie?: never;
14357
+ };
14358
+ requestBody?: never;
14359
+ responses: {
14360
+ /** @description Successful response */
14361
+ 200: {
14362
+ headers: {
14363
+ [name: string]: unknown;
14364
+ };
14365
+ content: {
14366
+ "application/json": {
14367
+ data: {
14368
+ date: string;
14369
+ inflow: number;
14370
+ outflow: number;
14371
+ netCashFlow: number;
14372
+ }[];
14373
+ };
14374
+ };
14375
+ };
14376
+ /** @description Bad request */
14377
+ 400: {
14378
+ headers: {
14379
+ [name: string]: unknown;
14380
+ };
14381
+ content: {
14382
+ "application/json": {
14383
+ code: string;
14384
+ message: string;
14385
+ issues?: {
14386
+ message: string;
14387
+ }[];
14388
+ context?: unknown;
14389
+ };
14390
+ };
14391
+ };
14392
+ /** @description Unauthorized */
14393
+ 401: {
14394
+ headers: {
14395
+ [name: string]: unknown;
14396
+ };
14397
+ content: {
14398
+ "application/json": {
14399
+ code: string;
14400
+ message: string;
14401
+ issues?: {
14402
+ message: string;
14403
+ }[];
14404
+ context?: unknown;
14405
+ };
14406
+ };
14407
+ };
14408
+ /** @description Forbidden */
14409
+ 403: {
14410
+ headers: {
14411
+ [name: string]: unknown;
14412
+ };
14413
+ content: {
14414
+ "application/json": {
14415
+ code: string;
14416
+ message: string;
14417
+ issues?: {
14418
+ message: string;
14419
+ }[];
14420
+ context?: unknown;
14421
+ };
14422
+ };
14423
+ };
14424
+ /** @description Not found */
14425
+ 404: {
14426
+ headers: {
14427
+ [name: string]: unknown;
14428
+ };
14429
+ content: {
14430
+ "application/json": {
14431
+ code: string;
14432
+ message: string;
14433
+ issues?: {
14434
+ message: string;
14435
+ }[];
14436
+ context?: unknown;
14437
+ };
14438
+ };
14439
+ };
14440
+ /** @description Internal server error */
14441
+ 500: {
14442
+ headers: {
14443
+ [name: string]: unknown;
14444
+ };
14445
+ content: {
14446
+ "application/json": {
14447
+ code: string;
14448
+ message: string;
14449
+ issues?: {
14450
+ message: string;
14451
+ }[];
14452
+ context?: unknown;
14453
+ };
14454
+ };
14455
+ };
14456
+ };
14457
+ };
14458
+ getMetricCheckinCounts: {
14459
+ parameters: {
14460
+ query: {
14461
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14462
+ startDate: string;
14463
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14464
+ endDate: string;
14465
+ };
14466
+ header?: never;
14467
+ path?: never;
14468
+ cookie?: never;
14469
+ };
14470
+ requestBody?: never;
14471
+ responses: {
14472
+ /** @description Successful response */
14473
+ 200: {
14474
+ headers: {
14475
+ [name: string]: unknown;
14476
+ };
14477
+ content: {
14478
+ "application/json": {
14479
+ data: {
14480
+ current: number;
14481
+ previous: number;
14482
+ delta: number;
14483
+ deltaPercentage: number | null;
14484
+ }[];
14485
+ };
14486
+ };
14487
+ };
14488
+ /** @description Bad request */
14489
+ 400: {
14490
+ headers: {
14491
+ [name: string]: unknown;
14492
+ };
14493
+ content: {
14494
+ "application/json": {
14495
+ code: string;
14496
+ message: string;
14497
+ issues?: {
14498
+ message: string;
14499
+ }[];
14500
+ context?: unknown;
14501
+ };
14502
+ };
14503
+ };
14504
+ /** @description Unauthorized */
14505
+ 401: {
14506
+ headers: {
14507
+ [name: string]: unknown;
14508
+ };
14509
+ content: {
14510
+ "application/json": {
14511
+ code: string;
14512
+ message: string;
14513
+ issues?: {
14514
+ message: string;
14515
+ }[];
14516
+ context?: unknown;
14517
+ };
14518
+ };
14519
+ };
14520
+ /** @description Forbidden */
14521
+ 403: {
14522
+ headers: {
14523
+ [name: string]: unknown;
14524
+ };
14525
+ content: {
14526
+ "application/json": {
14527
+ code: string;
14528
+ message: string;
14529
+ issues?: {
14530
+ message: string;
14531
+ }[];
14532
+ context?: unknown;
14533
+ };
14534
+ };
14535
+ };
14536
+ /** @description Not found */
14537
+ 404: {
14538
+ headers: {
14539
+ [name: string]: unknown;
14540
+ };
14541
+ content: {
14542
+ "application/json": {
14543
+ code: string;
14544
+ message: string;
14545
+ issues?: {
14546
+ message: string;
14547
+ }[];
14548
+ context?: unknown;
14549
+ };
14550
+ };
14551
+ };
14552
+ /** @description Internal server error */
14553
+ 500: {
14554
+ headers: {
14555
+ [name: string]: unknown;
14556
+ };
14557
+ content: {
14558
+ "application/json": {
14559
+ code: string;
14560
+ message: string;
14561
+ issues?: {
14562
+ message: string;
14563
+ }[];
14564
+ context?: unknown;
14565
+ };
14566
+ };
14567
+ };
14568
+ };
14569
+ };
14570
+ getMetricFutureBookedRevenue: {
14571
+ parameters: {
14572
+ query: {
14573
+ dimension?: "month" | "week" | "day" | "year";
14574
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14575
+ startDate: string;
14576
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14577
+ endDate: string;
14578
+ };
14579
+ header?: never;
14580
+ path?: never;
14581
+ cookie?: never;
14582
+ };
14583
+ requestBody?: never;
14584
+ responses: {
14585
+ /** @description Successful response */
14586
+ 200: {
14587
+ headers: {
14588
+ [name: string]: unknown;
14589
+ };
14590
+ content: {
14591
+ "application/json": {
14592
+ data: {
14593
+ date: string;
14594
+ futureRevenue: number;
14595
+ bookedRevenue: number;
14596
+ }[];
14597
+ };
14598
+ };
14599
+ };
14600
+ /** @description Bad request */
14601
+ 400: {
14602
+ headers: {
14603
+ [name: string]: unknown;
14604
+ };
14605
+ content: {
14606
+ "application/json": {
14607
+ code: string;
14608
+ message: string;
14609
+ issues?: {
14610
+ message: string;
14611
+ }[];
14612
+ context?: unknown;
14613
+ };
14614
+ };
14615
+ };
14616
+ /** @description Unauthorized */
14617
+ 401: {
14618
+ headers: {
14619
+ [name: string]: unknown;
14620
+ };
14621
+ content: {
14622
+ "application/json": {
14623
+ code: string;
14624
+ message: string;
14625
+ issues?: {
14626
+ message: string;
14627
+ }[];
14628
+ context?: unknown;
14629
+ };
14630
+ };
14631
+ };
14632
+ /** @description Forbidden */
14633
+ 403: {
14634
+ headers: {
14635
+ [name: string]: unknown;
14636
+ };
14637
+ content: {
14638
+ "application/json": {
14639
+ code: string;
14640
+ message: string;
14641
+ issues?: {
14642
+ message: string;
14643
+ }[];
14644
+ context?: unknown;
14645
+ };
14646
+ };
14647
+ };
14648
+ /** @description Not found */
14649
+ 404: {
14650
+ headers: {
14651
+ [name: string]: unknown;
14652
+ };
14653
+ content: {
14654
+ "application/json": {
14655
+ code: string;
14656
+ message: string;
14657
+ issues?: {
14658
+ message: string;
14659
+ }[];
14660
+ context?: unknown;
14661
+ };
14662
+ };
14663
+ };
14664
+ /** @description Internal server error */
14665
+ 500: {
14666
+ headers: {
14667
+ [name: string]: unknown;
14668
+ };
14669
+ content: {
14670
+ "application/json": {
14671
+ code: string;
14672
+ message: string;
14673
+ issues?: {
14674
+ message: string;
14675
+ }[];
14676
+ context?: unknown;
14677
+ };
14678
+ };
14679
+ };
14680
+ };
14681
+ };
14682
+ getMetricJournalEntries: {
14683
+ parameters: {
14684
+ query: {
14685
+ party: "owners" | "manager";
14686
+ dimension?: "month" | "week" | "day" | "year";
14687
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14688
+ startDate: string;
14689
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14690
+ endDate: string;
14691
+ };
14692
+ header?: never;
14693
+ path?: never;
14694
+ cookie?: never;
14695
+ };
14696
+ requestBody?: never;
14697
+ responses: {
14698
+ /** @description Successful response */
14699
+ 200: {
14700
+ headers: {
14701
+ [name: string]: unknown;
14702
+ };
14703
+ content: {
14704
+ "application/json": {
14705
+ data: {
14706
+ date: string;
14707
+ lockedTotal?: number;
14708
+ unlockedTotal: number;
14709
+ currency: string;
14710
+ }[];
14711
+ };
14712
+ };
14713
+ };
14714
+ /** @description Bad request */
14715
+ 400: {
14716
+ headers: {
14717
+ [name: string]: unknown;
14718
+ };
14719
+ content: {
14720
+ "application/json": {
14721
+ code: string;
14722
+ message: string;
14723
+ issues?: {
14724
+ message: string;
14725
+ }[];
14726
+ context?: unknown;
14727
+ };
14728
+ };
14729
+ };
14730
+ /** @description Unauthorized */
14731
+ 401: {
14732
+ headers: {
14733
+ [name: string]: unknown;
14734
+ };
14735
+ content: {
14736
+ "application/json": {
14737
+ code: string;
14738
+ message: string;
14739
+ issues?: {
14740
+ message: string;
14741
+ }[];
14742
+ context?: unknown;
14743
+ };
14744
+ };
14745
+ };
14746
+ /** @description Forbidden */
14747
+ 403: {
14748
+ headers: {
14749
+ [name: string]: unknown;
14750
+ };
14751
+ content: {
14752
+ "application/json": {
14753
+ code: string;
14754
+ message: string;
14755
+ issues?: {
14756
+ message: string;
14757
+ }[];
14758
+ context?: unknown;
14759
+ };
14760
+ };
14761
+ };
14762
+ /** @description Not found */
14763
+ 404: {
14764
+ headers: {
14765
+ [name: string]: unknown;
14766
+ };
14767
+ content: {
14768
+ "application/json": {
14769
+ code: string;
14770
+ message: string;
14771
+ issues?: {
14772
+ message: string;
14773
+ }[];
14774
+ context?: unknown;
14775
+ };
14776
+ };
14777
+ };
14778
+ /** @description Internal server error */
14779
+ 500: {
14780
+ headers: {
14781
+ [name: string]: unknown;
14782
+ };
14783
+ content: {
14784
+ "application/json": {
14785
+ code: string;
14786
+ message: string;
14787
+ issues?: {
14788
+ message: string;
14789
+ }[];
14790
+ context?: unknown;
14791
+ };
14792
+ };
14793
+ };
14794
+ };
14795
+ };
14796
+ getMetricJournalEntryTotalsByRecurringFee: {
13613
14797
  parameters: {
13614
- query?: {
13615
- onLocked?: "error" | "archive";
14798
+ query: {
14799
+ recurringFeeId: string;
14800
+ dimension?: "month" | "week" | "day" | "year";
14801
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14802
+ startDate: string;
14803
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14804
+ endDate: string;
13616
14805
  };
13617
14806
  header?: never;
13618
- path: {
13619
- id: string;
13620
- };
14807
+ path?: never;
13621
14808
  cookie?: never;
13622
14809
  };
13623
- requestBody?: {
13624
- content: {
13625
- "application/json": Record<string, never>;
13626
- };
13627
- };
14810
+ requestBody?: never;
13628
14811
  responses: {
13629
14812
  /** @description Successful response */
13630
14813
  200: {
@@ -13633,8 +14816,11 @@ export interface operations {
13633
14816
  };
13634
14817
  content: {
13635
14818
  "application/json": {
13636
- /** @enum {string} */
13637
- status: "deleted" | "archived";
14819
+ data: {
14820
+ date: string;
14821
+ count: number;
14822
+ amount: number;
14823
+ }[];
13638
14824
  };
13639
14825
  };
13640
14826
  };
@@ -13720,13 +14906,17 @@ export interface operations {
13720
14906
  };
13721
14907
  };
13722
14908
  };
13723
- getListingsByIdOpeningBalance: {
14909
+ getMetricLegacyActiveListingCreated: {
13724
14910
  parameters: {
13725
- query?: never;
13726
- header?: never;
13727
- path: {
13728
- id: string;
14911
+ query: {
14912
+ dimension?: "month" | "week" | "day" | "year";
14913
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14914
+ startDate: string;
14915
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14916
+ endDate: string;
13729
14917
  };
14918
+ header?: never;
14919
+ path?: never;
13730
14920
  cookie?: never;
13731
14921
  };
13732
14922
  requestBody?: never;
@@ -13738,13 +14928,10 @@ export interface operations {
13738
14928
  };
13739
14929
  content: {
13740
14930
  "application/json": {
13741
- /** Format: uuid */
13742
- listingId: string;
13743
- /** @description Value in cents (100 = 1€) */
13744
- amount: number;
13745
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
13746
- currency: string;
13747
- updatedAt?: string | null;
14931
+ data: {
14932
+ date: string;
14933
+ created: number;
14934
+ }[];
13748
14935
  };
13749
14936
  };
13750
14937
  };
@@ -13830,24 +15017,131 @@ export interface operations {
13830
15017
  };
13831
15018
  };
13832
15019
  };
13833
- putListingsByIdOpeningBalance: {
15020
+ getMetricLegacyBankRecordBalances: {
13834
15021
  parameters: {
13835
- query?: never;
13836
- header?: never;
13837
- path: {
13838
- id: string;
15022
+ query: {
15023
+ dimension?: "month" | "week" | "day" | "year";
15024
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15025
+ startDate: string;
15026
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15027
+ endDate: string;
13839
15028
  };
15029
+ header?: never;
15030
+ path?: never;
13840
15031
  cookie?: never;
13841
15032
  };
13842
- requestBody?: {
13843
- content: {
13844
- "application/json": {
13845
- /** @description Value in cents (100 = 1€) */
13846
- amount: number;
13847
- currency?: string | null;
15033
+ requestBody?: never;
15034
+ responses: {
15035
+ /** @description Successful response */
15036
+ 200: {
15037
+ headers: {
15038
+ [name: string]: unknown;
15039
+ };
15040
+ content: {
15041
+ "application/json": {
15042
+ data: {
15043
+ date: string;
15044
+ centBalance: number;
15045
+ bankAccountId: string | null;
15046
+ }[];
15047
+ };
15048
+ };
15049
+ };
15050
+ /** @description Bad request */
15051
+ 400: {
15052
+ headers: {
15053
+ [name: string]: unknown;
15054
+ };
15055
+ content: {
15056
+ "application/json": {
15057
+ code: string;
15058
+ message: string;
15059
+ issues?: {
15060
+ message: string;
15061
+ }[];
15062
+ context?: unknown;
15063
+ };
15064
+ };
15065
+ };
15066
+ /** @description Unauthorized */
15067
+ 401: {
15068
+ headers: {
15069
+ [name: string]: unknown;
15070
+ };
15071
+ content: {
15072
+ "application/json": {
15073
+ code: string;
15074
+ message: string;
15075
+ issues?: {
15076
+ message: string;
15077
+ }[];
15078
+ context?: unknown;
15079
+ };
15080
+ };
15081
+ };
15082
+ /** @description Forbidden */
15083
+ 403: {
15084
+ headers: {
15085
+ [name: string]: unknown;
15086
+ };
15087
+ content: {
15088
+ "application/json": {
15089
+ code: string;
15090
+ message: string;
15091
+ issues?: {
15092
+ message: string;
15093
+ }[];
15094
+ context?: unknown;
15095
+ };
15096
+ };
15097
+ };
15098
+ /** @description Not found */
15099
+ 404: {
15100
+ headers: {
15101
+ [name: string]: unknown;
13848
15102
  };
15103
+ content: {
15104
+ "application/json": {
15105
+ code: string;
15106
+ message: string;
15107
+ issues?: {
15108
+ message: string;
15109
+ }[];
15110
+ context?: unknown;
15111
+ };
15112
+ };
15113
+ };
15114
+ /** @description Internal server error */
15115
+ 500: {
15116
+ headers: {
15117
+ [name: string]: unknown;
15118
+ };
15119
+ content: {
15120
+ "application/json": {
15121
+ code: string;
15122
+ message: string;
15123
+ issues?: {
15124
+ message: string;
15125
+ }[];
15126
+ context?: unknown;
15127
+ };
15128
+ };
15129
+ };
15130
+ };
15131
+ };
15132
+ getMetricLegacyCurrencies: {
15133
+ parameters: {
15134
+ query: {
15135
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15136
+ startDate: string;
15137
+ /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15138
+ endDate: string;
13849
15139
  };
15140
+ header?: never;
15141
+ path?: never;
15142
+ cookie?: never;
13850
15143
  };
15144
+ requestBody?: never;
13851
15145
  responses: {
13852
15146
  /** @description Successful response */
13853
15147
  200: {
@@ -13856,13 +15150,9 @@ export interface operations {
13856
15150
  };
13857
15151
  content: {
13858
15152
  "application/json": {
13859
- /** Format: uuid */
13860
- listingId: string;
13861
- /** @description Value in cents (100 = 1€) */
13862
- amount: number;
13863
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
13864
- currency: string;
13865
- updatedAt?: string | null;
15153
+ data: {
15154
+ currency: string | null;
15155
+ }[];
13866
15156
  };
13867
15157
  };
13868
15158
  };
@@ -13948,9 +15238,10 @@ export interface operations {
13948
15238
  };
13949
15239
  };
13950
15240
  };
13951
- getMetricActiveListings: {
15241
+ getMetricLegacyDistinctActionByStatus: {
13952
15242
  parameters: {
13953
15243
  query: {
15244
+ dimension?: "month" | "week" | "day" | "year";
13954
15245
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
13955
15246
  startDate: string;
13956
15247
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
@@ -13970,10 +15261,9 @@ export interface operations {
13970
15261
  content: {
13971
15262
  "application/json": {
13972
15263
  data: {
13973
- current: number;
13974
- previous: number;
13975
- delta: number;
13976
- deltaPercentage: number | null;
15264
+ date: string;
15265
+ total: number;
15266
+ status: string;
13977
15267
  }[];
13978
15268
  };
13979
15269
  };
@@ -14060,9 +15350,10 @@ export interface operations {
14060
15350
  };
14061
15351
  };
14062
15352
  };
14063
- getMetricAverageDailyRate: {
15353
+ getMetricLegacyPaymentVolume: {
14064
15354
  parameters: {
14065
15355
  query: {
15356
+ dimension?: "month" | "week" | "day" | "year";
14066
15357
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14067
15358
  startDate: string;
14068
15359
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
@@ -14082,10 +15373,9 @@ export interface operations {
14082
15373
  content: {
14083
15374
  "application/json": {
14084
15375
  data: {
14085
- current: number;
14086
- previous: number;
14087
- delta: number;
14088
- deltaPercentage: number | null;
15376
+ date: string;
15377
+ total: number;
15378
+ currency: string | null;
14089
15379
  }[];
14090
15380
  };
14091
15381
  };
@@ -14172,7 +15462,7 @@ export interface operations {
14172
15462
  };
14173
15463
  };
14174
15464
  };
14175
- getMetricCashFlow: {
15465
+ getMetricLegacyReservationDailyRate: {
14176
15466
  parameters: {
14177
15467
  query: {
14178
15468
  dimension?: "month" | "week" | "day" | "year";
@@ -14196,9 +15486,8 @@ export interface operations {
14196
15486
  "application/json": {
14197
15487
  data: {
14198
15488
  date: string;
14199
- inflow: number;
14200
- outflow: number;
14201
- netCashFlow: number;
15489
+ rate: number;
15490
+ currency: string | null;
14202
15491
  }[];
14203
15492
  };
14204
15493
  };
@@ -14285,9 +15574,10 @@ export interface operations {
14285
15574
  };
14286
15575
  };
14287
15576
  };
14288
- getMetricCheckinCounts: {
15577
+ getMetricLegacyReservationVolume: {
14289
15578
  parameters: {
14290
15579
  query: {
15580
+ dimension?: "month" | "week" | "day" | "year";
14291
15581
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14292
15582
  startDate: string;
14293
15583
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
@@ -14307,10 +15597,9 @@ export interface operations {
14307
15597
  content: {
14308
15598
  "application/json": {
14309
15599
  data: {
14310
- current: number;
14311
- previous: number;
14312
- delta: number;
14313
- deltaPercentage: number | null;
15600
+ date: string;
15601
+ total: number;
15602
+ currency: string | null;
14314
15603
  }[];
14315
15604
  };
14316
15605
  };
@@ -14397,9 +15686,10 @@ export interface operations {
14397
15686
  };
14398
15687
  };
14399
15688
  };
14400
- getMetricFutureBookedRevenue: {
15689
+ getMetricLegacySyncByStatus: {
14401
15690
  parameters: {
14402
15691
  query: {
15692
+ connectionId: string;
14403
15693
  dimension?: "month" | "week" | "day" | "year";
14404
15694
  /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
14405
15695
  startDate: string;
@@ -14421,8 +15711,8 @@ export interface operations {
14421
15711
  "application/json": {
14422
15712
  data: {
14423
15713
  date: string;
14424
- futureRevenue: number;
14425
- bookedRevenue: number;
15714
+ total: number;
15715
+ status: string;
14426
15716
  }[];
14427
15717
  };
14428
15718
  };
@@ -17507,7 +18797,7 @@ export interface operations {
17507
18797
  };
17508
18798
  lines: {
17509
18799
  name: string;
17510
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
18800
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
17511
18801
  party?: ("owners" | "manager") | null;
17512
18802
  /** @enum {string} */
17513
18803
  status: "active" | "inactive";
@@ -19019,7 +20309,7 @@ export interface operations {
19019
20309
  description: string;
19020
20310
  centTotal: number;
19021
20311
  /** @enum {string} */
19022
- type?: "reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment";
20312
+ type?: "reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment";
19023
20313
  reservationId?: string;
19024
20314
  transactionId?: string;
19025
20315
  ownerStatementId?: string;
@@ -19554,7 +20844,7 @@ export interface operations {
19554
20844
  name: string;
19555
20845
  classification?: ("asset" | "liability" | "revenue" | "expense") | null;
19556
20846
  } | null;
19557
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
20847
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
19558
20848
  /** @description Value in cents (100 = 1€) */
19559
20849
  centTotal: number;
19560
20850
  }[];
@@ -19572,7 +20862,7 @@ export interface operations {
19572
20862
  name: string;
19573
20863
  classification?: ("asset" | "liability" | "revenue" | "expense") | null;
19574
20864
  } | null;
19575
- assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
20865
+ assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
19576
20866
  /** @description Value in cents (100 = 1€) */
19577
20867
  centTotal: number;
19578
20868
  }[];
@@ -19901,7 +21191,7 @@ export interface operations {
19901
21191
  description: string;
19902
21192
  centTotal: number;
19903
21193
  /** @enum {string} */
19904
- type?: "reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment";
21194
+ type?: "reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment";
19905
21195
  reservationId?: string;
19906
21196
  transactionId?: string;
19907
21197
  ownerStatementId?: string;
@@ -22747,7 +24037,7 @@ export interface operations {
22747
24037
  };
22748
24038
  lines?: {
22749
24039
  name: string;
22750
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
24040
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
22751
24041
  party?: ("owners" | "manager") | null;
22752
24042
  /** @enum {string} */
22753
24043
  status: "active" | "inactive";
@@ -24134,7 +25424,7 @@ export interface operations {
24134
25424
  };
24135
25425
  lines?: {
24136
25426
  name: string;
24137
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
25427
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
24138
25428
  party?: ("owners" | "manager") | null;
24139
25429
  /** @enum {string} */
24140
25430
  status: "active" | "inactive";
@@ -24697,7 +25987,7 @@ export interface operations {
24697
25987
  };
24698
25988
  lines?: {
24699
25989
  name: string;
24700
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
25990
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
24701
25991
  party?: ("owners" | "manager") | null;
24702
25992
  /** @enum {string} */
24703
25993
  status: "active" | "inactive";
@@ -25377,7 +26667,7 @@ export interface operations {
25377
26667
  };
25378
26668
  lines?: {
25379
26669
  name: string;
25380
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
26670
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
25381
26671
  party?: ("owners" | "manager") | null;
25382
26672
  /** @enum {string} */
25383
26673
  status: "active" | "inactive";
@@ -25832,7 +27122,7 @@ export interface operations {
25832
27122
  };
25833
27123
  lines?: {
25834
27124
  name: string;
25835
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
27125
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
25836
27126
  party?: ("owners" | "manager") | null;
25837
27127
  /** @enum {string} */
25838
27128
  status: "active" | "inactive";
@@ -26273,7 +27563,7 @@ export interface operations {
26273
27563
  };
26274
27564
  lines?: {
26275
27565
  name: string;
26276
- type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
27566
+ type?: ("reservation" | "reservation_adjustment" | "reservation_adjustment_cancellation" | "reservation_fee" | "reservation_fee_adjustment" | "reservation_fee_tax" | "transaction_payout" | "transaction_payout_line" | "transaction_transfer" | "transaction_transfer_line" | "reservation_line" | "transaction_deposit" | "transaction_deposit_channelFee" | "transaction_deposit_line" | "transaction_deposit_coHost" | "transaction_deposit_merchantFee" | "transaction_deposit_vat" | "transaction_deposit_reserve" | "transaction_deposit_openingBalance" | "transaction_deposit_openingAdvance" | "transaction_deposit_refund" | "transaction_expense" | "transaction_expense_line" | "transaction_expense_markup" | "transaction_expense_markup_tax" | "transaction_expense_payment") | null;
26277
27567
  party?: ("owners" | "manager") | null;
26278
27568
  /** @enum {string} */
26279
27569
  status: "active" | "inactive";
@@ -26601,6 +27891,14 @@ export interface operations {
26601
27891
  /** @description Value in cents (100 = 1€) */
26602
27892
  balanceEnd: number;
26603
27893
  };
27894
+ payment: {
27895
+ /** @description Value in cents (100 = 1€) */
27896
+ expected: number;
27897
+ /** @description Value in cents (100 = 1€) */
27898
+ received: number;
27899
+ /** @enum {string} */
27900
+ status: "unpaid" | "underpaid" | "overpaid" | "paid";
27901
+ };
26604
27902
  uniqueRef: string;
26605
27903
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
26606
27904
  currency: string;
@@ -26965,6 +28263,14 @@ export interface operations {
26965
28263
  /** @description Value in cents (100 = 1€) */
26966
28264
  balanceEnd: number;
26967
28265
  };
28266
+ payment: {
28267
+ /** @description Value in cents (100 = 1€) */
28268
+ expected: number;
28269
+ /** @description Value in cents (100 = 1€) */
28270
+ received: number;
28271
+ /** @enum {string} */
28272
+ status: "unpaid" | "underpaid" | "overpaid" | "paid";
28273
+ };
26968
28274
  uniqueRef: string;
26969
28275
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
26970
28276
  currency: string;
@@ -27554,6 +28860,14 @@ export interface operations {
27554
28860
  /** @description Value in cents (100 = 1€) */
27555
28861
  balanceEnd: number;
27556
28862
  };
28863
+ payment: {
28864
+ /** @description Value in cents (100 = 1€) */
28865
+ expected: number;
28866
+ /** @description Value in cents (100 = 1€) */
28867
+ received: number;
28868
+ /** @enum {string} */
28869
+ status: "unpaid" | "underpaid" | "overpaid" | "paid";
28870
+ };
27557
28871
  uniqueRef: string;
27558
28872
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
27559
28873
  currency: string;
@@ -29367,7 +30681,7 @@ export interface operations {
29367
30681
  lines: {
29368
30682
  uniqueRef?: string | null;
29369
30683
  description: string;
29370
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
30684
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
29371
30685
  /** @description Value in cents (100 = 1€) */
29372
30686
  amount: number;
29373
30687
  ownerStatementId?: string | null;
@@ -30075,6 +31389,14 @@ export interface operations {
30075
31389
  /** @description Value in cents (100 = 1€) */
30076
31390
  balanceEnd: number;
30077
31391
  };
31392
+ payment: {
31393
+ /** @description Value in cents (100 = 1€) */
31394
+ expected: number;
31395
+ /** @description Value in cents (100 = 1€) */
31396
+ received: number;
31397
+ /** @enum {string} */
31398
+ status: "unpaid" | "underpaid" | "overpaid" | "paid";
31399
+ };
30078
31400
  uniqueRef: string;
30079
31401
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
30080
31402
  currency: string;
@@ -30669,6 +31991,14 @@ export interface operations {
30669
31991
  /** @description Value in cents (100 = 1€) */
30670
31992
  balanceEnd: number;
30671
31993
  };
31994
+ payment: {
31995
+ /** @description Value in cents (100 = 1€) */
31996
+ expected: number;
31997
+ /** @description Value in cents (100 = 1€) */
31998
+ received: number;
31999
+ /** @enum {string} */
32000
+ status: "unpaid" | "underpaid" | "overpaid" | "paid";
32001
+ };
30672
32002
  uniqueRef: string;
30673
32003
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
30674
32004
  currency: string;
@@ -33118,7 +34448,7 @@ export interface operations {
33118
34448
  tenantName: string;
33119
34449
  issues: {
33120
34450
  /** @enum {string} */
33121
- code: "teamInactive" | "partnerInactive" | "partnerBillingInactive" | "brokenConnections" | "outdatedConnections" | "unbalancedJournalEntries" | "unbalancedTransactionJournalEntries" | "closedPeriodUnattachedJournalEntries" | "missingOwnershipOrDeactivation" | "unpaidReservations" | "cancelledReservationPaidWithoutAdjustment" | "publishedStatementUnpaid" | "reservationPaymentProjectionMismatch" | "listingOwnershipPeriodNotFoundOnActiveJournals" | "reservationGuestTotalsMismatch";
34451
+ code: "teamInactive" | "partnerInactive" | "partnerBillingInactive" | "brokenConnections" | "outdatedConnections" | "duplicatedPayments" | "unbalancedJournalEntries" | "unbalancedTransactionJournalEntries" | "closedPeriodUnattachedJournalEntries" | "missingOwnershipOrDeactivation" | "unpaidReservations" | "cancelledReservationPaidWithoutAdjustment" | "publishedStatementUnpaid" | "reservationPaymentProjectionMismatch" | "listingOwnershipPeriodNotFoundOnActiveJournals" | "reservationGuestTotalsMismatch";
33122
34452
  /** @enum {string} */
33123
34453
  severity: "error" | "warning";
33124
34454
  /** @enum {string} */
@@ -34911,7 +36241,7 @@ export interface operations {
34911
36241
  tenantName: string;
34912
36242
  issues: {
34913
36243
  /** @enum {string} */
34914
- code: "teamInactive" | "partnerInactive" | "partnerBillingInactive" | "brokenConnections" | "outdatedConnections" | "unbalancedJournalEntries" | "unbalancedTransactionJournalEntries" | "closedPeriodUnattachedJournalEntries" | "missingOwnershipOrDeactivation" | "unpaidReservations" | "cancelledReservationPaidWithoutAdjustment" | "publishedStatementUnpaid" | "reservationPaymentProjectionMismatch" | "listingOwnershipPeriodNotFoundOnActiveJournals" | "reservationGuestTotalsMismatch";
36244
+ code: "teamInactive" | "partnerInactive" | "partnerBillingInactive" | "brokenConnections" | "outdatedConnections" | "duplicatedPayments" | "unbalancedJournalEntries" | "unbalancedTransactionJournalEntries" | "closedPeriodUnattachedJournalEntries" | "missingOwnershipOrDeactivation" | "unpaidReservations" | "cancelledReservationPaidWithoutAdjustment" | "publishedStatementUnpaid" | "reservationPaymentProjectionMismatch" | "listingOwnershipPeriodNotFoundOnActiveJournals" | "reservationGuestTotalsMismatch";
34915
36245
  /** @enum {string} */
34916
36246
  severity: "error" | "warning";
34917
36247
  /** @enum {string} */
@@ -35523,7 +36853,7 @@ export interface operations {
35523
36853
  lines?: {
35524
36854
  uniqueRef?: string | null;
35525
36855
  description: string;
35526
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
36856
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
35527
36857
  /** @description Value in cents (100 = 1€) */
35528
36858
  amount: number;
35529
36859
  ownerStatementId?: string | null;
@@ -35864,7 +37194,7 @@ export interface operations {
35864
37194
  uniqueRef?: string | null;
35865
37195
  description: string;
35866
37196
  accountId?: string | null;
35867
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37197
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
35868
37198
  /** @description Value in cents (100 = 1€) */
35869
37199
  amount: number;
35870
37200
  appliedAmount?: {
@@ -35939,7 +37269,7 @@ export interface operations {
35939
37269
  lines: {
35940
37270
  uniqueRef?: string | null;
35941
37271
  description: string;
35942
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37272
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
35943
37273
  /** @description Value in cents (100 = 1€) */
35944
37274
  amount: number;
35945
37275
  ownerStatementId?: string | null;
@@ -36273,7 +37603,7 @@ export interface operations {
36273
37603
  uniqueRef?: string | null;
36274
37604
  description: string;
36275
37605
  accountId?: string | null;
36276
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37606
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
36277
37607
  /** @description Value in cents (100 = 1€) */
36278
37608
  amount: number;
36279
37609
  appliedAmount?: {
@@ -37086,7 +38416,7 @@ export interface operations {
37086
38416
  search?: string;
37087
38417
  appId?: string;
37088
38418
  status?: "mapped" | "unmapped";
37089
- accountAssignmentType?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer";
38419
+ accountAssignmentType?: "accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer";
37090
38420
  limit?: number;
37091
38421
  page?: number;
37092
38422
  };
@@ -37105,7 +38435,7 @@ export interface operations {
37105
38435
  "application/json": {
37106
38436
  data: {
37107
38437
  type: string;
37108
- accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38438
+ accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37109
38439
  }[];
37110
38440
  pagination: {
37111
38441
  /** @default 100 */
@@ -37213,7 +38543,7 @@ export interface operations {
37213
38543
  requestBody?: {
37214
38544
  content: {
37215
38545
  "application/json": {
37216
- accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38546
+ accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37217
38547
  };
37218
38548
  };
37219
38549
  };
@@ -37226,7 +38556,7 @@ export interface operations {
37226
38556
  content: {
37227
38557
  "application/json": {
37228
38558
  type: string;
37229
- accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38559
+ accountAssignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37230
38560
  };
37231
38561
  };
37232
38562
  };
@@ -37376,7 +38706,7 @@ export interface operations {
37376
38706
  lines: {
37377
38707
  uniqueRef?: string | null;
37378
38708
  description: string;
37379
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38709
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37380
38710
  /** @description Value in cents (100 = 1€) */
37381
38711
  amount: number;
37382
38712
  ownerStatementId?: string | null;
@@ -37686,7 +39016,7 @@ export interface operations {
37686
39016
  lines: {
37687
39017
  uniqueRef?: string | null;
37688
39018
  description: string;
37689
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39019
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
37690
39020
  /** @description Value in cents (100 = 1€) */
37691
39021
  amount: number;
37692
39022
  ownerStatementId?: string | null;
@@ -38071,7 +39401,7 @@ export interface operations {
38071
39401
  lines: {
38072
39402
  uniqueRef?: string | null;
38073
39403
  description: string;
38074
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39404
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38075
39405
  /** @description Value in cents (100 = 1€) */
38076
39406
  amount: number;
38077
39407
  ownerStatementId?: string | null;
@@ -38374,7 +39704,7 @@ export interface operations {
38374
39704
  lines: {
38375
39705
  uniqueRef?: string | null;
38376
39706
  description: string;
38377
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39707
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38378
39708
  /** @description Value in cents (100 = 1€) */
38379
39709
  amount: number;
38380
39710
  ownerStatementId?: string | null;
@@ -38726,7 +40056,7 @@ export interface operations {
38726
40056
  lines: {
38727
40057
  uniqueRef?: string | null;
38728
40058
  description: string;
38729
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40059
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
38730
40060
  /** @description Value in cents (100 = 1€) */
38731
40061
  amount: number;
38732
40062
  ownerStatementId?: string | null;
@@ -39200,7 +40530,7 @@ export interface operations {
39200
40530
  lines: {
39201
40531
  uniqueRef?: string | null;
39202
40532
  description: string;
39203
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40533
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39204
40534
  /** @description Value in cents (100 = 1€) */
39205
40535
  amount: number;
39206
40536
  ownerStatementId?: string | null;
@@ -39565,7 +40895,7 @@ export interface operations {
39565
40895
  uniqueRef?: string | null;
39566
40896
  description?: string;
39567
40897
  accountId?: string | null;
39568
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40898
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39569
40899
  /** @description Value in cents (100 = 1€) */
39570
40900
  amount?: number;
39571
40901
  appliedAmount?: {
@@ -39593,7 +40923,7 @@ export interface operations {
39593
40923
  uniqueRef?: string | null;
39594
40924
  description: string;
39595
40925
  accountId?: string | null;
39596
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40926
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39597
40927
  /** @description Value in cents (100 = 1€) */
39598
40928
  amount: number;
39599
40929
  appliedAmount?: {
@@ -39621,7 +40951,7 @@ export interface operations {
39621
40951
  uniqueRef?: string | null;
39622
40952
  description?: string;
39623
40953
  accountId?: string | null;
39624
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40954
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39625
40955
  /** @description Value in cents (100 = 1€) */
39626
40956
  amount?: number;
39627
40957
  appliedAmount?: {
@@ -39668,7 +40998,7 @@ export interface operations {
39668
40998
  lines: {
39669
40999
  uniqueRef?: string | null;
39670
41000
  description: string;
39671
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
41001
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
39672
41002
  /** @description Value in cents (100 = 1€) */
39673
41003
  amount: number;
39674
41004
  ownerStatementId?: string | null;
@@ -40102,7 +41432,7 @@ export interface operations {
40102
41432
  uniqueRef?: string | null;
40103
41433
  description?: string;
40104
41434
  accountId?: string | null;
40105
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
41435
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40106
41436
  /** @description Value in cents (100 = 1€) */
40107
41437
  amount?: number;
40108
41438
  appliedAmount?: {
@@ -40144,7 +41474,7 @@ export interface operations {
40144
41474
  lines: {
40145
41475
  uniqueRef?: string | null;
40146
41476
  description: string;
40147
- assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
41477
+ assignment?: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "dueToFromTrust" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer") | null;
40148
41478
  /** @description Value in cents (100 = 1€) */
40149
41479
  amount: number;
40150
41480
  ownerStatementId?: string | null;