@vrplatform/api 1.3.0-stage.1285 → 1.3.0-stage.1292

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1285",
9
+ "version": "1.3.0-stage.1292",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -760,6 +760,23 @@ export interface paths {
760
760
  patch?: never;
761
761
  trace?: never;
762
762
  };
763
+ "/statements/{id}/refresh-layout": {
764
+ parameters: {
765
+ query?: never;
766
+ header?: never;
767
+ path?: never;
768
+ cookie?: never;
769
+ };
770
+ get?: never;
771
+ put?: never;
772
+ /** @description Refresh the templateJson of a statement to match the current layout configuration. Use this when a layout has been updated after a statement was published. */
773
+ post: operations["refreshOwnerStatementLayout"];
774
+ delete?: never;
775
+ options?: never;
776
+ head?: never;
777
+ patch?: never;
778
+ trace?: never;
779
+ };
763
780
  "/transactions/line-mappings": {
764
781
  parameters: {
765
782
  query?: never;
@@ -6031,7 +6048,7 @@ export interface operations {
6031
6048
  data: {
6032
6049
  /** Format: uuid */
6033
6050
  listingId: string;
6034
- /** @default 2025-12-10 */
6051
+ /** @default 2025-12-11 */
6035
6052
  startAt: string;
6036
6053
  endAt?: string | null;
6037
6054
  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-12-10 */
6142
+ /** @default 2025-12-11 */
6126
6143
  startAt?: string;
6127
6144
  endAt?: string | null;
6128
6145
  members: {
@@ -6156,7 +6173,7 @@ export interface operations {
6156
6173
  "application/json": {
6157
6174
  /** Format: uuid */
6158
6175
  listingId: string;
6159
- /** @default 2025-12-10 */
6176
+ /** @default 2025-12-11 */
6160
6177
  startAt: string;
6161
6178
  endAt?: string | null;
6162
6179
  setListingInactive?: boolean | null;
@@ -6236,7 +6253,7 @@ export interface operations {
6236
6253
  "application/json": {
6237
6254
  /** Format: uuid */
6238
6255
  listingId: string;
6239
- /** @default 2025-12-10 */
6256
+ /** @default 2025-12-11 */
6240
6257
  startAt: string;
6241
6258
  endAt?: string | null;
6242
6259
  setListingInactive?: boolean | null;
@@ -6319,7 +6336,7 @@ export interface operations {
6319
6336
  "application/json": {
6320
6337
  /** Format: uuid */
6321
6338
  listingId?: string;
6322
- /** @default 2025-12-10 */
6339
+ /** @default 2025-12-11 */
6323
6340
  startAt?: string;
6324
6341
  endAt?: string | null;
6325
6342
  members?: {
@@ -6353,7 +6370,7 @@ export interface operations {
6353
6370
  "application/json": {
6354
6371
  /** Format: uuid */
6355
6372
  listingId: string;
6356
- /** @default 2025-12-10 */
6373
+ /** @default 2025-12-11 */
6357
6374
  startAt: string;
6358
6375
  endAt?: string | null;
6359
6376
  setListingInactive?: boolean | null;
@@ -6551,7 +6568,7 @@ export interface operations {
6551
6568
  /** Format: uuid */
6552
6569
  sourceId?: string | null;
6553
6570
  initialOwnership?: {
6554
- /** @default 2025-12-10 */
6571
+ /** @default 2025-12-11 */
6555
6572
  startAt?: string;
6556
6573
  endAt?: string | null;
6557
6574
  members: {
@@ -6848,7 +6865,7 @@ export interface operations {
6848
6865
  /** Format: uuid */
6849
6866
  sourceId?: string | null;
6850
6867
  initialOwnership?: {
6851
- /** @default 2025-12-10 */
6868
+ /** @default 2025-12-11 */
6852
6869
  startAt?: string;
6853
6870
  endAt?: string | null;
6854
6871
  members: {
@@ -7310,7 +7327,7 @@ export interface operations {
7310
7327
  /** Format: uuid */
7311
7328
  sourceId?: string | null;
7312
7329
  initialOwnership?: {
7313
- /** @default 2025-12-10 */
7330
+ /** @default 2025-12-11 */
7314
7331
  startAt?: string;
7315
7332
  endAt?: string | null;
7316
7333
  members: {
@@ -7364,7 +7381,7 @@ export interface operations {
7364
7381
  status: "active" | "inactive";
7365
7382
  defaultCurrency?: string | null;
7366
7383
  activeOwnership?: {
7367
- /** @default 2025-12-10 */
7384
+ /** @default 2025-12-11 */
7368
7385
  startAt: string;
7369
7386
  endAt?: string | null;
7370
7387
  setListingInactive?: boolean | null;
@@ -11329,6 +11346,8 @@ export interface operations {
11329
11346
  lines: {
11330
11347
  uniqueRef?: string | null;
11331
11348
  description: string;
11349
+ /** @enum {string|null} */
11350
+ 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;
11332
11351
  /** @description Value in cents (100 = 1€) */
11333
11352
  amount: number;
11334
11353
  /** Format: uuid */
@@ -13976,6 +13995,72 @@ export interface operations {
13976
13995
  };
13977
13996
  };
13978
13997
  };
13998
+ refreshOwnerStatementLayout: {
13999
+ parameters: {
14000
+ query?: never;
14001
+ header?: {
14002
+ "X-Team-Id"?: string;
14003
+ };
14004
+ path: {
14005
+ id: string;
14006
+ };
14007
+ cookie?: never;
14008
+ };
14009
+ requestBody?: never;
14010
+ responses: {
14011
+ /** @description Successful response */
14012
+ 200: {
14013
+ headers: {
14014
+ [name: string]: unknown;
14015
+ };
14016
+ content: {
14017
+ "application/json": {
14018
+ /** Format: uuid */
14019
+ id: string;
14020
+ /** Format: uuid */
14021
+ layoutId: string | null;
14022
+ templateJsonUpdated: boolean;
14023
+ };
14024
+ };
14025
+ };
14026
+ /** @description Invalid input data */
14027
+ 400: {
14028
+ headers: {
14029
+ [name: string]: unknown;
14030
+ };
14031
+ content: {
14032
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
14033
+ };
14034
+ };
14035
+ /** @description Authorization not provided */
14036
+ 401: {
14037
+ headers: {
14038
+ [name: string]: unknown;
14039
+ };
14040
+ content: {
14041
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
14042
+ };
14043
+ };
14044
+ /** @description Insufficient access */
14045
+ 403: {
14046
+ headers: {
14047
+ [name: string]: unknown;
14048
+ };
14049
+ content: {
14050
+ "application/json": components["schemas"]["error.FORBIDDEN"];
14051
+ };
14052
+ };
14053
+ /** @description Internal server error */
14054
+ 500: {
14055
+ headers: {
14056
+ [name: string]: unknown;
14057
+ };
14058
+ content: {
14059
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
14060
+ };
14061
+ };
14062
+ };
14063
+ };
13979
14064
  getTransactionLineMappings: {
13980
14065
  parameters: {
13981
14066
  query?: {
@@ -14256,6 +14341,8 @@ export interface operations {
14256
14341
  lines: {
14257
14342
  uniqueRef?: string | null;
14258
14343
  description: string;
14344
+ /** @enum {string|null} */
14345
+ 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;
14259
14346
  /** @description Value in cents (100 = 1€) */
14260
14347
  amount: number;
14261
14348
  /** Format: uuid */
@@ -14502,6 +14589,8 @@ export interface operations {
14502
14589
  lines: {
14503
14590
  uniqueRef?: string | null;
14504
14591
  description: string;
14592
+ /** @enum {string|null} */
14593
+ 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;
14505
14594
  /** @description Value in cents (100 = 1€) */
14506
14595
  amount: number;
14507
14596
  /** Format: uuid */
@@ -14732,6 +14821,8 @@ export interface operations {
14732
14821
  lines: {
14733
14822
  uniqueRef?: string | null;
14734
14823
  description: string;
14824
+ /** @enum {string|null} */
14825
+ 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;
14735
14826
  /** @description Value in cents (100 = 1€) */
14736
14827
  amount: number;
14737
14828
  /** Format: uuid */
@@ -15006,6 +15097,8 @@ export interface operations {
15006
15097
  lines: {
15007
15098
  uniqueRef?: string | null;
15008
15099
  description: string;
15100
+ /** @enum {string|null} */
15101
+ 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;
15009
15102
  /** @description Value in cents (100 = 1€) */
15010
15103
  amount: number;
15011
15104
  /** Format: uuid */
@@ -15242,6 +15335,8 @@ export interface operations {
15242
15335
  lines: {
15243
15336
  uniqueRef?: string | null;
15244
15337
  description: string;
15338
+ /** @enum {string|null} */
15339
+ 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;
15245
15340
  /** @description Value in cents (100 = 1€) */
15246
15341
  amount: number;
15247
15342
  /** Format: uuid */
@@ -15437,6 +15532,8 @@ export interface operations {
15437
15532
  lines: {
15438
15533
  uniqueRef?: string | null;
15439
15534
  description: string;
15535
+ /** @enum {string|null} */
15536
+ 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;
15440
15537
  /** @description Value in cents (100 = 1€) */
15441
15538
  amount: number;
15442
15539
  /** Format: uuid */
@@ -15851,6 +15948,7 @@ export interface operations {
15851
15948
  parameters: {
15852
15949
  query?: {
15853
15950
  type?: "deposit" | "expense" | "transfer";
15951
+ status?: "active" | "inactive";
15854
15952
  includeLines?: boolean;
15855
15953
  accountId?: string;
15856
15954
  hasActiveJournalEntries?: boolean;
@@ -15858,6 +15956,7 @@ export interface operations {
15858
15956
  dateRange?: string;
15859
15957
  isDateRangeEndInclusive?: boolean;
15860
15958
  uniqueRefs?: string;
15959
+ ids?: string;
15861
15960
  search?: string;
15862
15961
  recurringTemplateId?: string;
15863
15962
  paidStatus?: "unpaid" | "underpaid" | "overpaid" | "paid";
@@ -15893,6 +15992,8 @@ export interface operations {
15893
15992
  lines?: {
15894
15993
  uniqueRef?: string | null;
15895
15994
  description: string;
15995
+ /** @enum {string|null} */
15996
+ 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;
15896
15997
  /** @description Value in cents (100 = 1€) */
15897
15998
  amount: number;
15898
15999
  /** Format: uuid */
@@ -16199,6 +16300,8 @@ export interface operations {
16199
16300
  lines: {
16200
16301
  uniqueRef?: string | null;
16201
16302
  description: string;
16303
+ /** @enum {string|null} */
16304
+ 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;
16202
16305
  /** @description Value in cents (100 = 1€) */
16203
16306
  amount: number;
16204
16307
  /** Format: uuid */
@@ -16415,6 +16518,8 @@ export interface operations {
16415
16518
  lines: {
16416
16519
  uniqueRef?: string | null;
16417
16520
  description: string;
16521
+ /** @enum {string|null} */
16522
+ 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;
16418
16523
  /** @description Value in cents (100 = 1€) */
16419
16524
  amount: number;
16420
16525
  /** Format: uuid */
@@ -16714,6 +16819,8 @@ export interface operations {
16714
16819
  lines: {
16715
16820
  uniqueRef?: string | null;
16716
16821
  description: string;
16822
+ /** @enum {string|null} */
16823
+ 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;
16717
16824
  /** @description Value in cents (100 = 1€) */
16718
16825
  amount: number;
16719
16826
  /** Format: uuid */
@@ -17673,6 +17780,8 @@ export interface operations {
17673
17780
  lines: {
17674
17781
  uniqueRef?: string | null;
17675
17782
  description: string;
17783
+ /** @enum {string|null} */
17784
+ 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;
17676
17785
  /** @description Value in cents (100 = 1€) */
17677
17786
  amount: number;
17678
17787
  /** Format: uuid */