@vrplatform/api 1.3.0-stage.1096 → 1.3.0-stage.1098

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.
@@ -1647,6 +1647,23 @@ export interface paths {
1647
1647
  patch?: never;
1648
1648
  trace?: never;
1649
1649
  };
1650
+ "/report/journal-entries/csv": {
1651
+ parameters: {
1652
+ query?: never;
1653
+ header?: never;
1654
+ path?: never;
1655
+ cookie?: never;
1656
+ };
1657
+ /** @description CSV export for journal entries */
1658
+ get: operations["getJournalEntriesReportCsv"];
1659
+ put?: never;
1660
+ post?: never;
1661
+ delete?: never;
1662
+ options?: never;
1663
+ head?: never;
1664
+ patch?: never;
1665
+ trace?: never;
1666
+ };
1650
1667
  "/reports/manager-statements": {
1651
1668
  parameters: {
1652
1669
  query?: never;
@@ -1698,6 +1715,23 @@ export interface paths {
1698
1715
  patch?: never;
1699
1716
  trace?: never;
1700
1717
  };
1718
+ "/reports/manager-statements/detail/journal-entries/csv": {
1719
+ parameters: {
1720
+ query?: never;
1721
+ header?: never;
1722
+ path?: never;
1723
+ cookie?: never;
1724
+ };
1725
+ /** @description CSV export for manager statement journal entries */
1726
+ get: operations["getManagerStatementReportJournalEntriesCsv"];
1727
+ put?: never;
1728
+ post?: never;
1729
+ delete?: never;
1730
+ options?: never;
1731
+ head?: never;
1732
+ patch?: never;
1733
+ trace?: never;
1734
+ };
1701
1735
  "/reports/profit-and-loss": {
1702
1736
  parameters: {
1703
1737
  query?: never;
@@ -1800,23 +1834,6 @@ export interface paths {
1800
1834
  patch?: never;
1801
1835
  trace?: never;
1802
1836
  };
1803
- "/report/journal-entries/csv": {
1804
- parameters: {
1805
- query?: never;
1806
- header?: never;
1807
- path?: never;
1808
- cookie?: never;
1809
- };
1810
- /** @description CSV export for journal entries */
1811
- get: operations["getJournalEntriesReportCsv"];
1812
- put?: never;
1813
- post?: never;
1814
- delete?: never;
1815
- options?: never;
1816
- head?: never;
1817
- patch?: never;
1818
- trace?: never;
1819
- };
1820
1837
  "/calendar-blocks": {
1821
1838
  parameters: {
1822
1839
  query?: never;
@@ -5925,7 +5942,7 @@ export interface operations {
5925
5942
  data: {
5926
5943
  /** Format: uuid */
5927
5944
  listingId: string;
5928
- /** @default 2025-11-18 */
5945
+ /** @default 2025-11-19 */
5929
5946
  startAt: string;
5930
5947
  endAt?: string | null;
5931
5948
  setListingInactive?: boolean | null;
@@ -6007,7 +6024,7 @@ export interface operations {
6007
6024
  "application/json": {
6008
6025
  /** Format: uuid */
6009
6026
  listingId: string;
6010
- /** @default 2025-11-18 */
6027
+ /** @default 2025-11-19 */
6011
6028
  startAt?: string;
6012
6029
  endAt?: string | null;
6013
6030
  members: {
@@ -6041,7 +6058,7 @@ export interface operations {
6041
6058
  "application/json": {
6042
6059
  /** Format: uuid */
6043
6060
  listingId: string;
6044
- /** @default 2025-11-18 */
6061
+ /** @default 2025-11-19 */
6045
6062
  startAt: string;
6046
6063
  endAt?: string | null;
6047
6064
  setListingInactive?: boolean | null;
@@ -6121,7 +6138,7 @@ export interface operations {
6121
6138
  "application/json": {
6122
6139
  /** Format: uuid */
6123
6140
  listingId: string;
6124
- /** @default 2025-11-18 */
6141
+ /** @default 2025-11-19 */
6125
6142
  startAt: string;
6126
6143
  endAt?: string | null;
6127
6144
  setListingInactive?: boolean | null;
@@ -6204,7 +6221,7 @@ export interface operations {
6204
6221
  "application/json": {
6205
6222
  /** Format: uuid */
6206
6223
  listingId?: string;
6207
- /** @default 2025-11-18 */
6224
+ /** @default 2025-11-19 */
6208
6225
  startAt?: string;
6209
6226
  endAt?: string | null;
6210
6227
  members?: {
@@ -6238,7 +6255,7 @@ export interface operations {
6238
6255
  "application/json": {
6239
6256
  /** Format: uuid */
6240
6257
  listingId: string;
6241
- /** @default 2025-11-18 */
6258
+ /** @default 2025-11-19 */
6242
6259
  startAt: string;
6243
6260
  endAt?: string | null;
6244
6261
  setListingInactive?: boolean | null;
@@ -6424,7 +6441,7 @@ export interface operations {
6424
6441
  /** Format: uuid */
6425
6442
  sourceId?: string | null;
6426
6443
  initialOwnership?: {
6427
- /** @default 2025-11-18 */
6444
+ /** @default 2025-11-19 */
6428
6445
  startAt?: string;
6429
6446
  endAt?: string | null;
6430
6447
  members: {
@@ -6482,7 +6499,7 @@ export interface operations {
6482
6499
  status: "active" | "inactive";
6483
6500
  defaultCurrency?: string | null;
6484
6501
  activeOwnership?: {
6485
- /** @default 2025-11-18 */
6502
+ /** @default 2025-11-19 */
6486
6503
  startAt: string;
6487
6504
  endAt?: string | null;
6488
6505
  setListingInactive?: boolean | null;
@@ -6723,7 +6740,7 @@ export interface operations {
6723
6740
  status: "active" | "inactive";
6724
6741
  defaultCurrency?: string | null;
6725
6742
  activeOwnership?: {
6726
- /** @default 2025-11-18 */
6743
+ /** @default 2025-11-19 */
6727
6744
  startAt: string;
6728
6745
  endAt?: string | null;
6729
6746
  setListingInactive?: boolean | null;
@@ -6862,7 +6879,7 @@ export interface operations {
6862
6879
  /** Format: uuid */
6863
6880
  sourceId?: string | null;
6864
6881
  initialOwnership?: {
6865
- /** @default 2025-11-18 */
6882
+ /** @default 2025-11-19 */
6866
6883
  startAt?: string;
6867
6884
  endAt?: string | null;
6868
6885
  members: {
@@ -6916,7 +6933,7 @@ export interface operations {
6916
6933
  status: "active" | "inactive";
6917
6934
  defaultCurrency?: string | null;
6918
6935
  activeOwnership?: {
6919
- /** @default 2025-11-18 */
6936
+ /** @default 2025-11-19 */
6920
6937
  startAt: string;
6921
6938
  endAt?: string | null;
6922
6939
  setListingInactive?: boolean | null;
@@ -7133,7 +7150,7 @@ export interface operations {
7133
7150
  status: "active" | "inactive";
7134
7151
  defaultCurrency?: string | null;
7135
7152
  activeOwnership?: {
7136
- /** @default 2025-11-18 */
7153
+ /** @default 2025-11-19 */
7137
7154
  startAt: string;
7138
7155
  endAt?: string | null;
7139
7156
  setListingInactive?: boolean | null;
@@ -7280,7 +7297,7 @@ export interface operations {
7280
7297
  /** Format: uuid */
7281
7298
  sourceId?: string | null;
7282
7299
  initialOwnership?: {
7283
- /** @default 2025-11-18 */
7300
+ /** @default 2025-11-19 */
7284
7301
  startAt?: string;
7285
7302
  endAt?: string | null;
7286
7303
  members: {
@@ -7334,7 +7351,7 @@ export interface operations {
7334
7351
  status: "active" | "inactive";
7335
7352
  defaultCurrency?: string | null;
7336
7353
  activeOwnership?: {
7337
- /** @default 2025-11-18 */
7354
+ /** @default 2025-11-19 */
7338
7355
  startAt: string;
7339
7356
  endAt?: string | null;
7340
7357
  setListingInactive?: boolean | null;
@@ -22670,6 +22687,101 @@ export interface operations {
22670
22687
  };
22671
22688
  };
22672
22689
  };
22690
+ getJournalEntriesReportCsv: {
22691
+ parameters: {
22692
+ query?: {
22693
+ /** @description comma separated journal entry ids */
22694
+ ids?: string;
22695
+ txnCode?: string;
22696
+ published?: boolean;
22697
+ status?: "active" | "inactive";
22698
+ startAt?: string;
22699
+ endAt?: string;
22700
+ search?: string;
22701
+ date?: string;
22702
+ amount?: string;
22703
+ isDateRangeEndInclusive?: boolean;
22704
+ reservationIds?: string;
22705
+ transactionIds?: string;
22706
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
22707
+ currency?: string;
22708
+ /** @description listing ids comma separated or "unmapped" */
22709
+ listingIds?: string;
22710
+ /** @description account ids comma separated accounts or "unmapped" */
22711
+ accountIds?: string;
22712
+ /** @description comma separated categories */
22713
+ categoryIds?: string;
22714
+ classifications?: string;
22715
+ types?: string;
22716
+ entityTypes?: string;
22717
+ party?: "owners" | "manager";
22718
+ };
22719
+ header?: {
22720
+ "X-Team-Id"?: string;
22721
+ };
22722
+ path?: never;
22723
+ cookie?: never;
22724
+ };
22725
+ requestBody?: never;
22726
+ responses: {
22727
+ /** @description Successful response */
22728
+ 200: {
22729
+ headers: {
22730
+ [name: string]: unknown;
22731
+ };
22732
+ content: {
22733
+ "application/json": {
22734
+ url: string;
22735
+ };
22736
+ };
22737
+ };
22738
+ /** @description Invalid input data */
22739
+ 400: {
22740
+ headers: {
22741
+ [name: string]: unknown;
22742
+ };
22743
+ content: {
22744
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
22745
+ };
22746
+ };
22747
+ /** @description Authorization not provided */
22748
+ 401: {
22749
+ headers: {
22750
+ [name: string]: unknown;
22751
+ };
22752
+ content: {
22753
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
22754
+ };
22755
+ };
22756
+ /** @description Insufficient access */
22757
+ 403: {
22758
+ headers: {
22759
+ [name: string]: unknown;
22760
+ };
22761
+ content: {
22762
+ "application/json": components["schemas"]["error.FORBIDDEN"];
22763
+ };
22764
+ };
22765
+ /** @description Not found */
22766
+ 404: {
22767
+ headers: {
22768
+ [name: string]: unknown;
22769
+ };
22770
+ content: {
22771
+ "application/json": components["schemas"]["error.NOT_FOUND"];
22772
+ };
22773
+ };
22774
+ /** @description Internal server error */
22775
+ 500: {
22776
+ headers: {
22777
+ [name: string]: unknown;
22778
+ };
22779
+ content: {
22780
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
22781
+ };
22782
+ };
22783
+ };
22784
+ };
22673
22785
  getManagerStatementsReport: {
22674
22786
  parameters: {
22675
22787
  query: {
@@ -23019,6 +23131,100 @@ export interface operations {
23019
23131
  };
23020
23132
  };
23021
23133
  };
23134
+ getManagerStatementReportJournalEntriesCsv: {
23135
+ parameters: {
23136
+ query?: {
23137
+ /** @description comma separated journal entry ids */
23138
+ ids?: string;
23139
+ txnCode?: string;
23140
+ published?: boolean;
23141
+ status?: "active" | "inactive";
23142
+ startAt?: string;
23143
+ endAt?: string;
23144
+ search?: string;
23145
+ date?: string;
23146
+ amount?: string;
23147
+ isDateRangeEndInclusive?: boolean;
23148
+ reservationIds?: string;
23149
+ transactionIds?: string;
23150
+ /** @description Currency in ISO 4217 format, will be converted to lowercase */
23151
+ currency?: string;
23152
+ /** @description listing ids comma separated or "unmapped" */
23153
+ listingIds?: string;
23154
+ /** @description account ids comma separated accounts or "unmapped" */
23155
+ accountIds?: string;
23156
+ /** @description comma separated categories */
23157
+ categoryIds?: string;
23158
+ classifications?: string;
23159
+ types?: string;
23160
+ entityTypes?: string;
23161
+ };
23162
+ header?: {
23163
+ "X-Team-Id"?: string;
23164
+ };
23165
+ path?: never;
23166
+ cookie?: never;
23167
+ };
23168
+ requestBody?: never;
23169
+ responses: {
23170
+ /** @description Successful response */
23171
+ 200: {
23172
+ headers: {
23173
+ [name: string]: unknown;
23174
+ };
23175
+ content: {
23176
+ "application/json": {
23177
+ url: string;
23178
+ };
23179
+ };
23180
+ };
23181
+ /** @description Invalid input data */
23182
+ 400: {
23183
+ headers: {
23184
+ [name: string]: unknown;
23185
+ };
23186
+ content: {
23187
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
23188
+ };
23189
+ };
23190
+ /** @description Authorization not provided */
23191
+ 401: {
23192
+ headers: {
23193
+ [name: string]: unknown;
23194
+ };
23195
+ content: {
23196
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
23197
+ };
23198
+ };
23199
+ /** @description Insufficient access */
23200
+ 403: {
23201
+ headers: {
23202
+ [name: string]: unknown;
23203
+ };
23204
+ content: {
23205
+ "application/json": components["schemas"]["error.FORBIDDEN"];
23206
+ };
23207
+ };
23208
+ /** @description Not found */
23209
+ 404: {
23210
+ headers: {
23211
+ [name: string]: unknown;
23212
+ };
23213
+ content: {
23214
+ "application/json": components["schemas"]["error.NOT_FOUND"];
23215
+ };
23216
+ };
23217
+ /** @description Internal server error */
23218
+ 500: {
23219
+ headers: {
23220
+ [name: string]: unknown;
23221
+ };
23222
+ content: {
23223
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
23224
+ };
23225
+ };
23226
+ };
23227
+ };
23022
23228
  getProfitAndLossReport: {
23023
23229
  parameters: {
23024
23230
  query?: {
@@ -23642,101 +23848,6 @@ export interface operations {
23642
23848
  };
23643
23849
  };
23644
23850
  };
23645
- getJournalEntriesReportCsv: {
23646
- parameters: {
23647
- query?: {
23648
- /** @description comma separated journal entry ids */
23649
- ids?: string;
23650
- txnCode?: string;
23651
- published?: boolean;
23652
- status?: "active" | "inactive";
23653
- startAt?: string;
23654
- endAt?: string;
23655
- search?: string;
23656
- date?: string;
23657
- amount?: string;
23658
- isDateRangeEndInclusive?: boolean;
23659
- reservationIds?: string;
23660
- transactionIds?: string;
23661
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
23662
- currency?: string;
23663
- /** @description listing ids comma separated or "unmapped" */
23664
- listingIds?: string;
23665
- /** @description account ids comma separated accounts or "unmapped" */
23666
- accountIds?: string;
23667
- /** @description comma separated categories */
23668
- categoryIds?: string;
23669
- classifications?: string;
23670
- types?: string;
23671
- entityTypes?: string;
23672
- party?: "owners" | "manager";
23673
- };
23674
- header?: {
23675
- "X-Team-Id"?: string;
23676
- };
23677
- path?: never;
23678
- cookie?: never;
23679
- };
23680
- requestBody?: never;
23681
- responses: {
23682
- /** @description Successful response */
23683
- 200: {
23684
- headers: {
23685
- [name: string]: unknown;
23686
- };
23687
- content: {
23688
- "application/json": {
23689
- url: string;
23690
- };
23691
- };
23692
- };
23693
- /** @description Invalid input data */
23694
- 400: {
23695
- headers: {
23696
- [name: string]: unknown;
23697
- };
23698
- content: {
23699
- "application/json": components["schemas"]["error.BAD_REQUEST"];
23700
- };
23701
- };
23702
- /** @description Authorization not provided */
23703
- 401: {
23704
- headers: {
23705
- [name: string]: unknown;
23706
- };
23707
- content: {
23708
- "application/json": components["schemas"]["error.UNAUTHORIZED"];
23709
- };
23710
- };
23711
- /** @description Insufficient access */
23712
- 403: {
23713
- headers: {
23714
- [name: string]: unknown;
23715
- };
23716
- content: {
23717
- "application/json": components["schemas"]["error.FORBIDDEN"];
23718
- };
23719
- };
23720
- /** @description Not found */
23721
- 404: {
23722
- headers: {
23723
- [name: string]: unknown;
23724
- };
23725
- content: {
23726
- "application/json": components["schemas"]["error.NOT_FOUND"];
23727
- };
23728
- };
23729
- /** @description Internal server error */
23730
- 500: {
23731
- headers: {
23732
- [name: string]: unknown;
23733
- };
23734
- content: {
23735
- "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
23736
- };
23737
- };
23738
- };
23739
- };
23740
23851
  getCalendar: {
23741
23852
  parameters: {
23742
23853
  query: {