@vrplatform/api 1.3.1-stage.2090 → 1.3.1-stage.2091

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.
@@ -1130,23 +1130,6 @@ export interface paths {
1130
1130
  patch?: never;
1131
1131
  trace?: never;
1132
1132
  };
1133
- "/metrics/journal-entries": {
1134
- parameters: {
1135
- query?: never;
1136
- header?: never;
1137
- path?: never;
1138
- cookie?: never;
1139
- };
1140
- /** @description Journal entry totals split by lock state and party */
1141
- get: operations["getMetricJournalEntries"];
1142
- put?: never;
1143
- post?: never;
1144
- delete?: never;
1145
- options?: never;
1146
- head?: never;
1147
- patch?: never;
1148
- trace?: never;
1149
- };
1150
1133
  "/metrics/journal-entry-totals-by-recurring-fee": {
1151
1134
  parameters: {
1152
1135
  query?: never;
@@ -1181,23 +1164,6 @@ export interface paths {
1181
1164
  patch?: never;
1182
1165
  trace?: never;
1183
1166
  };
1184
- "/metrics/legacy/bank-record-balances": {
1185
- parameters: {
1186
- query?: never;
1187
- header?: never;
1188
- path?: never;
1189
- cookie?: never;
1190
- };
1191
- /** @description Legacy bank record balances metric */
1192
- get: operations["getMetricLegacyBankRecordBalances"];
1193
- put?: never;
1194
- post?: never;
1195
- delete?: never;
1196
- options?: never;
1197
- head?: never;
1198
- patch?: never;
1199
- trace?: never;
1200
- };
1201
1167
  "/metrics/legacy/currencies": {
1202
1168
  parameters: {
1203
1169
  query?: never;
@@ -1215,23 +1181,6 @@ export interface paths {
1215
1181
  patch?: never;
1216
1182
  trace?: never;
1217
1183
  };
1218
- "/metrics/legacy/distinct-action-by-status": {
1219
- parameters: {
1220
- query?: never;
1221
- header?: never;
1222
- path?: never;
1223
- cookie?: never;
1224
- };
1225
- /** @description Legacy distinct action by status metric */
1226
- get: operations["getMetricLegacyDistinctActionByStatus"];
1227
- put?: never;
1228
- post?: never;
1229
- delete?: never;
1230
- options?: never;
1231
- head?: never;
1232
- patch?: never;
1233
- trace?: never;
1234
- };
1235
1184
  "/metrics/legacy/payment-volume": {
1236
1185
  parameters: {
1237
1186
  query?: never;
@@ -1283,23 +1232,6 @@ export interface paths {
1283
1232
  patch?: never;
1284
1233
  trace?: never;
1285
1234
  };
1286
- "/metrics/legacy/sync-by-status": {
1287
- parameters: {
1288
- query?: never;
1289
- header?: never;
1290
- path?: never;
1291
- cookie?: never;
1292
- };
1293
- /** @description Legacy sync by status metric */
1294
- get: operations["getMetricLegacySyncByStatus"];
1295
- put?: never;
1296
- post?: never;
1297
- delete?: never;
1298
- options?: never;
1299
- head?: never;
1300
- patch?: never;
1301
- trace?: never;
1302
- };
1303
1235
  "/metrics/listing-revenue": {
1304
1236
  parameters: {
1305
1237
  query?: never;
@@ -15960,120 +15892,6 @@ export interface operations {
15960
15892
  };
15961
15893
  };
15962
15894
  };
15963
- getMetricJournalEntries: {
15964
- parameters: {
15965
- query: {
15966
- party: "owners" | "manager";
15967
- dimension?: "month" | "week" | "day" | "year";
15968
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15969
- startDate: string;
15970
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
15971
- endDate: string;
15972
- };
15973
- header?: never;
15974
- path?: never;
15975
- cookie?: never;
15976
- };
15977
- requestBody?: never;
15978
- responses: {
15979
- /** @description Successful response */
15980
- 200: {
15981
- headers: {
15982
- [name: string]: unknown;
15983
- };
15984
- content: {
15985
- "application/json": {
15986
- data: {
15987
- date: string;
15988
- lockedTotal?: number;
15989
- unlockedTotal: number;
15990
- currency: string;
15991
- }[];
15992
- };
15993
- };
15994
- };
15995
- /** @description Bad request */
15996
- 400: {
15997
- headers: {
15998
- [name: string]: unknown;
15999
- };
16000
- content: {
16001
- "application/json": {
16002
- code: string;
16003
- message: string;
16004
- issues?: {
16005
- message: string;
16006
- }[];
16007
- context?: unknown;
16008
- };
16009
- };
16010
- };
16011
- /** @description Unauthorized */
16012
- 401: {
16013
- headers: {
16014
- [name: string]: unknown;
16015
- };
16016
- content: {
16017
- "application/json": {
16018
- code: string;
16019
- message: string;
16020
- issues?: {
16021
- message: string;
16022
- }[];
16023
- context?: unknown;
16024
- };
16025
- };
16026
- };
16027
- /** @description Forbidden */
16028
- 403: {
16029
- headers: {
16030
- [name: string]: unknown;
16031
- };
16032
- content: {
16033
- "application/json": {
16034
- code: string;
16035
- message: string;
16036
- issues?: {
16037
- message: string;
16038
- }[];
16039
- context?: unknown;
16040
- };
16041
- };
16042
- };
16043
- /** @description Not found */
16044
- 404: {
16045
- headers: {
16046
- [name: string]: unknown;
16047
- };
16048
- content: {
16049
- "application/json": {
16050
- code: string;
16051
- message: string;
16052
- issues?: {
16053
- message: string;
16054
- }[];
16055
- context?: unknown;
16056
- };
16057
- };
16058
- };
16059
- /** @description Internal server error */
16060
- 500: {
16061
- headers: {
16062
- [name: string]: unknown;
16063
- };
16064
- content: {
16065
- "application/json": {
16066
- code: string;
16067
- message: string;
16068
- issues?: {
16069
- message: string;
16070
- }[];
16071
- context?: unknown;
16072
- };
16073
- };
16074
- };
16075
- };
16076
- };
16077
15895
  getMetricJournalEntryTotalsByRecurringFee: {
16078
15896
  parameters: {
16079
15897
  query: {
@@ -16298,118 +16116,6 @@ export interface operations {
16298
16116
  };
16299
16117
  };
16300
16118
  };
16301
- getMetricLegacyBankRecordBalances: {
16302
- parameters: {
16303
- query: {
16304
- dimension?: "month" | "week" | "day" | "year";
16305
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16306
- startDate: string;
16307
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16308
- endDate: string;
16309
- };
16310
- header?: never;
16311
- path?: never;
16312
- cookie?: never;
16313
- };
16314
- requestBody?: never;
16315
- responses: {
16316
- /** @description Successful response */
16317
- 200: {
16318
- headers: {
16319
- [name: string]: unknown;
16320
- };
16321
- content: {
16322
- "application/json": {
16323
- data: {
16324
- date: string;
16325
- centBalance: number;
16326
- bankAccountId: string | null;
16327
- }[];
16328
- };
16329
- };
16330
- };
16331
- /** @description Bad request */
16332
- 400: {
16333
- headers: {
16334
- [name: string]: unknown;
16335
- };
16336
- content: {
16337
- "application/json": {
16338
- code: string;
16339
- message: string;
16340
- issues?: {
16341
- message: string;
16342
- }[];
16343
- context?: unknown;
16344
- };
16345
- };
16346
- };
16347
- /** @description Unauthorized */
16348
- 401: {
16349
- headers: {
16350
- [name: string]: unknown;
16351
- };
16352
- content: {
16353
- "application/json": {
16354
- code: string;
16355
- message: string;
16356
- issues?: {
16357
- message: string;
16358
- }[];
16359
- context?: unknown;
16360
- };
16361
- };
16362
- };
16363
- /** @description Forbidden */
16364
- 403: {
16365
- headers: {
16366
- [name: string]: unknown;
16367
- };
16368
- content: {
16369
- "application/json": {
16370
- code: string;
16371
- message: string;
16372
- issues?: {
16373
- message: string;
16374
- }[];
16375
- context?: unknown;
16376
- };
16377
- };
16378
- };
16379
- /** @description Not found */
16380
- 404: {
16381
- headers: {
16382
- [name: string]: unknown;
16383
- };
16384
- content: {
16385
- "application/json": {
16386
- code: string;
16387
- message: string;
16388
- issues?: {
16389
- message: string;
16390
- }[];
16391
- context?: unknown;
16392
- };
16393
- };
16394
- };
16395
- /** @description Internal server error */
16396
- 500: {
16397
- headers: {
16398
- [name: string]: unknown;
16399
- };
16400
- content: {
16401
- "application/json": {
16402
- code: string;
16403
- message: string;
16404
- issues?: {
16405
- message: string;
16406
- }[];
16407
- context?: unknown;
16408
- };
16409
- };
16410
- };
16411
- };
16412
- };
16413
16119
  getMetricLegacyCurrencies: {
16414
16120
  parameters: {
16415
16121
  query: {
@@ -16519,118 +16225,6 @@ export interface operations {
16519
16225
  };
16520
16226
  };
16521
16227
  };
16522
- getMetricLegacyDistinctActionByStatus: {
16523
- parameters: {
16524
- query: {
16525
- dimension?: "month" | "week" | "day" | "year";
16526
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16527
- startDate: string;
16528
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16529
- endDate: string;
16530
- };
16531
- header?: never;
16532
- path?: never;
16533
- cookie?: never;
16534
- };
16535
- requestBody?: never;
16536
- responses: {
16537
- /** @description Successful response */
16538
- 200: {
16539
- headers: {
16540
- [name: string]: unknown;
16541
- };
16542
- content: {
16543
- "application/json": {
16544
- data: {
16545
- date: string;
16546
- total: number;
16547
- status: string;
16548
- }[];
16549
- };
16550
- };
16551
- };
16552
- /** @description Bad request */
16553
- 400: {
16554
- headers: {
16555
- [name: string]: unknown;
16556
- };
16557
- content: {
16558
- "application/json": {
16559
- code: string;
16560
- message: string;
16561
- issues?: {
16562
- message: string;
16563
- }[];
16564
- context?: unknown;
16565
- };
16566
- };
16567
- };
16568
- /** @description Unauthorized */
16569
- 401: {
16570
- headers: {
16571
- [name: string]: unknown;
16572
- };
16573
- content: {
16574
- "application/json": {
16575
- code: string;
16576
- message: string;
16577
- issues?: {
16578
- message: string;
16579
- }[];
16580
- context?: unknown;
16581
- };
16582
- };
16583
- };
16584
- /** @description Forbidden */
16585
- 403: {
16586
- headers: {
16587
- [name: string]: unknown;
16588
- };
16589
- content: {
16590
- "application/json": {
16591
- code: string;
16592
- message: string;
16593
- issues?: {
16594
- message: string;
16595
- }[];
16596
- context?: unknown;
16597
- };
16598
- };
16599
- };
16600
- /** @description Not found */
16601
- 404: {
16602
- headers: {
16603
- [name: string]: unknown;
16604
- };
16605
- content: {
16606
- "application/json": {
16607
- code: string;
16608
- message: string;
16609
- issues?: {
16610
- message: string;
16611
- }[];
16612
- context?: unknown;
16613
- };
16614
- };
16615
- };
16616
- /** @description Internal server error */
16617
- 500: {
16618
- headers: {
16619
- [name: string]: unknown;
16620
- };
16621
- content: {
16622
- "application/json": {
16623
- code: string;
16624
- message: string;
16625
- issues?: {
16626
- message: string;
16627
- }[];
16628
- context?: unknown;
16629
- };
16630
- };
16631
- };
16632
- };
16633
- };
16634
16228
  getMetricLegacyPaymentVolume: {
16635
16229
  parameters: {
16636
16230
  query: {
@@ -16967,119 +16561,6 @@ export interface operations {
16967
16561
  };
16968
16562
  };
16969
16563
  };
16970
- getMetricLegacySyncByStatus: {
16971
- parameters: {
16972
- query: {
16973
- connectionId: string;
16974
- dimension?: "month" | "week" | "day" | "year";
16975
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16976
- startDate: string;
16977
- /** @description Date boundary string. Accepted syntax: `YYYY`, `YYYY-MM`, or `YYYY-MM-DD`. */
16978
- endDate: string;
16979
- };
16980
- header?: never;
16981
- path?: never;
16982
- cookie?: never;
16983
- };
16984
- requestBody?: never;
16985
- responses: {
16986
- /** @description Successful response */
16987
- 200: {
16988
- headers: {
16989
- [name: string]: unknown;
16990
- };
16991
- content: {
16992
- "application/json": {
16993
- data: {
16994
- date: string;
16995
- total: number;
16996
- status: string;
16997
- }[];
16998
- };
16999
- };
17000
- };
17001
- /** @description Bad request */
17002
- 400: {
17003
- headers: {
17004
- [name: string]: unknown;
17005
- };
17006
- content: {
17007
- "application/json": {
17008
- code: string;
17009
- message: string;
17010
- issues?: {
17011
- message: string;
17012
- }[];
17013
- context?: unknown;
17014
- };
17015
- };
17016
- };
17017
- /** @description Unauthorized */
17018
- 401: {
17019
- headers: {
17020
- [name: string]: unknown;
17021
- };
17022
- content: {
17023
- "application/json": {
17024
- code: string;
17025
- message: string;
17026
- issues?: {
17027
- message: string;
17028
- }[];
17029
- context?: unknown;
17030
- };
17031
- };
17032
- };
17033
- /** @description Forbidden */
17034
- 403: {
17035
- headers: {
17036
- [name: string]: unknown;
17037
- };
17038
- content: {
17039
- "application/json": {
17040
- code: string;
17041
- message: string;
17042
- issues?: {
17043
- message: string;
17044
- }[];
17045
- context?: unknown;
17046
- };
17047
- };
17048
- };
17049
- /** @description Not found */
17050
- 404: {
17051
- headers: {
17052
- [name: string]: unknown;
17053
- };
17054
- content: {
17055
- "application/json": {
17056
- code: string;
17057
- message: string;
17058
- issues?: {
17059
- message: string;
17060
- }[];
17061
- context?: unknown;
17062
- };
17063
- };
17064
- };
17065
- /** @description Internal server error */
17066
- 500: {
17067
- headers: {
17068
- [name: string]: unknown;
17069
- };
17070
- content: {
17071
- "application/json": {
17072
- code: string;
17073
- message: string;
17074
- issues?: {
17075
- message: string;
17076
- }[];
17077
- context?: unknown;
17078
- };
17079
- };
17080
- };
17081
- };
17082
- };
17083
16564
  getMetricListingRevenue: {
17084
16565
  parameters: {
17085
16566
  query: {
@@ -21159,6 +20640,8 @@ export interface operations {
21159
20640
  guestName: string;
21160
20641
  confirmationCode: string;
21161
20642
  nights: number;
20643
+ transactionDate: string | null;
20644
+ transactionDescription: string | null;
21162
20645
  total: number;
21163
20646
  charges: number;
21164
20647
  payments: number;