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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1096",
6
+ "version": "1.3.0-stage.1103",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1648,6 +1648,23 @@ export interface paths {
1648
1648
  patch?: never;
1649
1649
  trace?: never;
1650
1650
  };
1651
+ "/report/journal-entries/csv": {
1652
+ parameters: {
1653
+ query?: never;
1654
+ header?: never;
1655
+ path?: never;
1656
+ cookie?: never;
1657
+ };
1658
+ /** @description CSV export for journal entries */
1659
+ get: operations["getJournalEntriesReportCsv"];
1660
+ put?: never;
1661
+ post?: never;
1662
+ delete?: never;
1663
+ options?: never;
1664
+ head?: never;
1665
+ patch?: never;
1666
+ trace?: never;
1667
+ };
1651
1668
  "/reports/manager-statements": {
1652
1669
  parameters: {
1653
1670
  query?: never;
@@ -1699,6 +1716,23 @@ export interface paths {
1699
1716
  patch?: never;
1700
1717
  trace?: never;
1701
1718
  };
1719
+ "/reports/manager-statements/detail/journal-entries/csv": {
1720
+ parameters: {
1721
+ query?: never;
1722
+ header?: never;
1723
+ path?: never;
1724
+ cookie?: never;
1725
+ };
1726
+ /** @description CSV export for manager statement journal entries */
1727
+ get: operations["getManagerStatementReportJournalEntriesCsv"];
1728
+ put?: never;
1729
+ post?: never;
1730
+ delete?: never;
1731
+ options?: never;
1732
+ head?: never;
1733
+ patch?: never;
1734
+ trace?: never;
1735
+ };
1702
1736
  "/reports/profit-and-loss": {
1703
1737
  parameters: {
1704
1738
  query?: never;
@@ -1801,23 +1835,6 @@ export interface paths {
1801
1835
  patch?: never;
1802
1836
  trace?: never;
1803
1837
  };
1804
- "/report/journal-entries/csv": {
1805
- parameters: {
1806
- query?: never;
1807
- header?: never;
1808
- path?: never;
1809
- cookie?: never;
1810
- };
1811
- /** @description CSV export for journal entries */
1812
- get: operations["getJournalEntriesReportCsv"];
1813
- put?: never;
1814
- post?: never;
1815
- delete?: never;
1816
- options?: never;
1817
- head?: never;
1818
- patch?: never;
1819
- trace?: never;
1820
- };
1821
1838
  "/calendar-blocks": {
1822
1839
  parameters: {
1823
1840
  query?: never;
@@ -5926,7 +5943,7 @@ export interface operations {
5926
5943
  data: {
5927
5944
  /** Format: uuid */
5928
5945
  listingId: string;
5929
- /** @default 2025-11-18 */
5946
+ /** @default 2025-11-19 */
5930
5947
  startAt: string;
5931
5948
  endAt?: string | null;
5932
5949
  setListingInactive?: boolean | null;
@@ -6008,7 +6025,7 @@ export interface operations {
6008
6025
  "application/json": {
6009
6026
  /** Format: uuid */
6010
6027
  listingId: string;
6011
- /** @default 2025-11-18 */
6028
+ /** @default 2025-11-19 */
6012
6029
  startAt?: string;
6013
6030
  endAt?: string | null;
6014
6031
  members: {
@@ -6042,7 +6059,7 @@ export interface operations {
6042
6059
  "application/json": {
6043
6060
  /** Format: uuid */
6044
6061
  listingId: string;
6045
- /** @default 2025-11-18 */
6062
+ /** @default 2025-11-19 */
6046
6063
  startAt: string;
6047
6064
  endAt?: string | null;
6048
6065
  setListingInactive?: boolean | null;
@@ -6122,7 +6139,7 @@ export interface operations {
6122
6139
  "application/json": {
6123
6140
  /** Format: uuid */
6124
6141
  listingId: string;
6125
- /** @default 2025-11-18 */
6142
+ /** @default 2025-11-19 */
6126
6143
  startAt: string;
6127
6144
  endAt?: string | null;
6128
6145
  setListingInactive?: boolean | null;
@@ -6205,7 +6222,7 @@ export interface operations {
6205
6222
  "application/json": {
6206
6223
  /** Format: uuid */
6207
6224
  listingId?: string;
6208
- /** @default 2025-11-18 */
6225
+ /** @default 2025-11-19 */
6209
6226
  startAt?: string;
6210
6227
  endAt?: string | null;
6211
6228
  members?: {
@@ -6239,7 +6256,7 @@ export interface operations {
6239
6256
  "application/json": {
6240
6257
  /** Format: uuid */
6241
6258
  listingId: string;
6242
- /** @default 2025-11-18 */
6259
+ /** @default 2025-11-19 */
6243
6260
  startAt: string;
6244
6261
  endAt?: string | null;
6245
6262
  setListingInactive?: boolean | null;
@@ -6425,7 +6442,7 @@ export interface operations {
6425
6442
  /** Format: uuid */
6426
6443
  sourceId?: string | null;
6427
6444
  initialOwnership?: {
6428
- /** @default 2025-11-18 */
6445
+ /** @default 2025-11-19 */
6429
6446
  startAt?: string;
6430
6447
  endAt?: string | null;
6431
6448
  members: {
@@ -6483,7 +6500,7 @@ export interface operations {
6483
6500
  status: "active" | "inactive";
6484
6501
  defaultCurrency?: string | null;
6485
6502
  activeOwnership?: {
6486
- /** @default 2025-11-18 */
6503
+ /** @default 2025-11-19 */
6487
6504
  startAt: string;
6488
6505
  endAt?: string | null;
6489
6506
  setListingInactive?: boolean | null;
@@ -6724,7 +6741,7 @@ export interface operations {
6724
6741
  status: "active" | "inactive";
6725
6742
  defaultCurrency?: string | null;
6726
6743
  activeOwnership?: {
6727
- /** @default 2025-11-18 */
6744
+ /** @default 2025-11-19 */
6728
6745
  startAt: string;
6729
6746
  endAt?: string | null;
6730
6747
  setListingInactive?: boolean | null;
@@ -6863,7 +6880,7 @@ export interface operations {
6863
6880
  /** Format: uuid */
6864
6881
  sourceId?: string | null;
6865
6882
  initialOwnership?: {
6866
- /** @default 2025-11-18 */
6883
+ /** @default 2025-11-19 */
6867
6884
  startAt?: string;
6868
6885
  endAt?: string | null;
6869
6886
  members: {
@@ -6917,7 +6934,7 @@ export interface operations {
6917
6934
  status: "active" | "inactive";
6918
6935
  defaultCurrency?: string | null;
6919
6936
  activeOwnership?: {
6920
- /** @default 2025-11-18 */
6937
+ /** @default 2025-11-19 */
6921
6938
  startAt: string;
6922
6939
  endAt?: string | null;
6923
6940
  setListingInactive?: boolean | null;
@@ -7134,7 +7151,7 @@ export interface operations {
7134
7151
  status: "active" | "inactive";
7135
7152
  defaultCurrency?: string | null;
7136
7153
  activeOwnership?: {
7137
- /** @default 2025-11-18 */
7154
+ /** @default 2025-11-19 */
7138
7155
  startAt: string;
7139
7156
  endAt?: string | null;
7140
7157
  setListingInactive?: boolean | null;
@@ -7281,7 +7298,7 @@ export interface operations {
7281
7298
  /** Format: uuid */
7282
7299
  sourceId?: string | null;
7283
7300
  initialOwnership?: {
7284
- /** @default 2025-11-18 */
7301
+ /** @default 2025-11-19 */
7285
7302
  startAt?: string;
7286
7303
  endAt?: string | null;
7287
7304
  members: {
@@ -7335,7 +7352,7 @@ export interface operations {
7335
7352
  status: "active" | "inactive";
7336
7353
  defaultCurrency?: string | null;
7337
7354
  activeOwnership?: {
7338
- /** @default 2025-11-18 */
7355
+ /** @default 2025-11-19 */
7339
7356
  startAt: string;
7340
7357
  endAt?: string | null;
7341
7358
  setListingInactive?: boolean | null;
@@ -21377,8 +21394,7 @@ export interface operations {
21377
21394
  effects: {
21378
21395
  /** Format: uuid */
21379
21396
  id: string;
21380
- /** @enum {string} */
21381
- effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "UPDATE_RESERVATION_LINKABLES" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
21397
+ effectType: string;
21382
21398
  payload?: unknown;
21383
21399
  /** @enum {string} */
21384
21400
  status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
@@ -22671,6 +22687,101 @@ export interface operations {
22671
22687
  };
22672
22688
  };
22673
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
+ };
22674
22785
  getManagerStatementsReport: {
22675
22786
  parameters: {
22676
22787
  query: {
@@ -23020,6 +23131,100 @@ export interface operations {
23020
23131
  };
23021
23132
  };
23022
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
+ };
23023
23228
  getProfitAndLossReport: {
23024
23229
  parameters: {
23025
23230
  query?: {
@@ -23643,101 +23848,6 @@ export interface operations {
23643
23848
  };
23644
23849
  };
23645
23850
  };
23646
- getJournalEntriesReportCsv: {
23647
- parameters: {
23648
- query?: {
23649
- /** @description comma separated journal entry ids */
23650
- ids?: string;
23651
- txnCode?: string;
23652
- published?: boolean;
23653
- status?: "active" | "inactive";
23654
- startAt?: string;
23655
- endAt?: string;
23656
- search?: string;
23657
- date?: string;
23658
- amount?: string;
23659
- isDateRangeEndInclusive?: boolean;
23660
- reservationIds?: string;
23661
- transactionIds?: string;
23662
- /** @description Currency in ISO 4217 format, will be converted to lowercase */
23663
- currency?: string;
23664
- /** @description listing ids comma separated or "unmapped" */
23665
- listingIds?: string;
23666
- /** @description account ids comma separated accounts or "unmapped" */
23667
- accountIds?: string;
23668
- /** @description comma separated categories */
23669
- categoryIds?: string;
23670
- classifications?: string;
23671
- types?: string;
23672
- entityTypes?: string;
23673
- party?: "owners" | "manager";
23674
- };
23675
- header?: {
23676
- "X-Team-Id"?: string;
23677
- };
23678
- path?: never;
23679
- cookie?: never;
23680
- };
23681
- requestBody?: never;
23682
- responses: {
23683
- /** @description Successful response */
23684
- 200: {
23685
- headers: {
23686
- [name: string]: unknown;
23687
- };
23688
- content: {
23689
- "application/json": {
23690
- url: string;
23691
- };
23692
- };
23693
- };
23694
- /** @description Invalid input data */
23695
- 400: {
23696
- headers: {
23697
- [name: string]: unknown;
23698
- };
23699
- content: {
23700
- "application/json": components["schemas"]["error.BAD_REQUEST"];
23701
- };
23702
- };
23703
- /** @description Authorization not provided */
23704
- 401: {
23705
- headers: {
23706
- [name: string]: unknown;
23707
- };
23708
- content: {
23709
- "application/json": components["schemas"]["error.UNAUTHORIZED"];
23710
- };
23711
- };
23712
- /** @description Insufficient access */
23713
- 403: {
23714
- headers: {
23715
- [name: string]: unknown;
23716
- };
23717
- content: {
23718
- "application/json": components["schemas"]["error.FORBIDDEN"];
23719
- };
23720
- };
23721
- /** @description Not found */
23722
- 404: {
23723
- headers: {
23724
- [name: string]: unknown;
23725
- };
23726
- content: {
23727
- "application/json": components["schemas"]["error.NOT_FOUND"];
23728
- };
23729
- };
23730
- /** @description Internal server error */
23731
- 500: {
23732
- headers: {
23733
- [name: string]: unknown;
23734
- };
23735
- content: {
23736
- "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
23737
- };
23738
- };
23739
- };
23740
- };
23741
23851
  getCalendar: {
23742
23852
  parameters: {
23743
23853
  query: {