@vrplatform/api 1.3.0-stage.1165 → 1.3.0-stage.1169

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.
@@ -5982,7 +5982,7 @@ export interface operations {
5982
5982
  data: {
5983
5983
  /** Format: uuid */
5984
5984
  listingId: string;
5985
- /** @default 2025-11-27 */
5985
+ /** @default 2025-11-28 */
5986
5986
  startAt: string;
5987
5987
  endAt?: string | null;
5988
5988
  setListingInactive?: boolean | null;
@@ -6064,7 +6064,7 @@ export interface operations {
6064
6064
  "application/json": {
6065
6065
  /** Format: uuid */
6066
6066
  listingId: string;
6067
- /** @default 2025-11-27 */
6067
+ /** @default 2025-11-28 */
6068
6068
  startAt?: string;
6069
6069
  endAt?: string | null;
6070
6070
  members: {
@@ -6098,7 +6098,7 @@ export interface operations {
6098
6098
  "application/json": {
6099
6099
  /** Format: uuid */
6100
6100
  listingId: string;
6101
- /** @default 2025-11-27 */
6101
+ /** @default 2025-11-28 */
6102
6102
  startAt: string;
6103
6103
  endAt?: string | null;
6104
6104
  setListingInactive?: boolean | null;
@@ -6178,7 +6178,7 @@ export interface operations {
6178
6178
  "application/json": {
6179
6179
  /** Format: uuid */
6180
6180
  listingId: string;
6181
- /** @default 2025-11-27 */
6181
+ /** @default 2025-11-28 */
6182
6182
  startAt: string;
6183
6183
  endAt?: string | null;
6184
6184
  setListingInactive?: boolean | null;
@@ -6261,7 +6261,7 @@ export interface operations {
6261
6261
  "application/json": {
6262
6262
  /** Format: uuid */
6263
6263
  listingId?: string;
6264
- /** @default 2025-11-27 */
6264
+ /** @default 2025-11-28 */
6265
6265
  startAt?: string;
6266
6266
  endAt?: string | null;
6267
6267
  members?: {
@@ -6295,7 +6295,7 @@ export interface operations {
6295
6295
  "application/json": {
6296
6296
  /** Format: uuid */
6297
6297
  listingId: string;
6298
- /** @default 2025-11-27 */
6298
+ /** @default 2025-11-28 */
6299
6299
  startAt: string;
6300
6300
  endAt?: string | null;
6301
6301
  setListingInactive?: boolean | null;
@@ -6469,19 +6469,24 @@ export interface operations {
6469
6469
  status?: "active" | "inactive";
6470
6470
  defaultCurrency?: string | null;
6471
6471
  activeRecurringFeePeriods?: {
6472
- listingId: string;
6473
6472
  startAt?: string | null;
6474
6473
  endAt?: string | null;
6475
6474
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6476
6475
  rate?: number | null;
6477
- recurringFeeId: string;
6478
6476
  /** Format: uuid */
6479
6477
  id: string;
6478
+ recurringFee: {
6479
+ /** Format: uuid */
6480
+ id: string;
6481
+ title: string;
6482
+ /** @enum {string} */
6483
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6484
+ };
6480
6485
  }[] | null;
6481
6486
  /** Format: uuid */
6482
6487
  sourceId?: string | null;
6483
6488
  initialOwnership?: {
6484
- /** @default 2025-11-27 */
6489
+ /** @default 2025-11-28 */
6485
6490
  startAt?: string;
6486
6491
  endAt?: string | null;
6487
6492
  members: {
@@ -6539,7 +6544,7 @@ export interface operations {
6539
6544
  status: "active" | "inactive";
6540
6545
  defaultCurrency?: string | null;
6541
6546
  activeOwnership?: {
6542
- /** @default 2025-11-27 */
6547
+ /** @default 2025-11-28 */
6543
6548
  startAt: string;
6544
6549
  endAt?: string | null;
6545
6550
  setListingInactive?: boolean | null;
@@ -6558,14 +6563,19 @@ export interface operations {
6558
6563
  id: string;
6559
6564
  } | null;
6560
6565
  activeRecurringFeePeriods?: {
6561
- listingId: string;
6562
6566
  startAt?: string | null;
6563
6567
  endAt?: string | null;
6564
6568
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6565
6569
  rate?: number | null;
6566
- recurringFeeId: string;
6567
6570
  /** Format: uuid */
6568
6571
  id: string;
6572
+ recurringFee: {
6573
+ /** Format: uuid */
6574
+ id: string;
6575
+ title: string;
6576
+ /** @enum {string} */
6577
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6578
+ };
6569
6579
  }[] | null;
6570
6580
  source?: {
6571
6581
  /** Format: uuid */
@@ -6780,7 +6790,7 @@ export interface operations {
6780
6790
  status: "active" | "inactive";
6781
6791
  defaultCurrency?: string | null;
6782
6792
  activeOwnership?: {
6783
- /** @default 2025-11-27 */
6793
+ /** @default 2025-11-28 */
6784
6794
  startAt: string;
6785
6795
  endAt?: string | null;
6786
6796
  setListingInactive?: boolean | null;
@@ -6799,14 +6809,19 @@ export interface operations {
6799
6809
  id: string;
6800
6810
  } | null;
6801
6811
  activeRecurringFeePeriods?: {
6802
- listingId: string;
6803
6812
  startAt?: string | null;
6804
6813
  endAt?: string | null;
6805
6814
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6806
6815
  rate?: number | null;
6807
- recurringFeeId: string;
6808
6816
  /** Format: uuid */
6809
6817
  id: string;
6818
+ recurringFee: {
6819
+ /** Format: uuid */
6820
+ id: string;
6821
+ title: string;
6822
+ /** @enum {string} */
6823
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6824
+ };
6810
6825
  }[] | null;
6811
6826
  source?: {
6812
6827
  /** Format: uuid */
@@ -6907,19 +6922,24 @@ export interface operations {
6907
6922
  status?: "active" | "inactive";
6908
6923
  defaultCurrency?: string | null;
6909
6924
  activeRecurringFeePeriods?: {
6910
- listingId: string;
6911
6925
  startAt?: string | null;
6912
6926
  endAt?: string | null;
6913
6927
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6914
6928
  rate?: number | null;
6915
- recurringFeeId: string;
6916
6929
  /** Format: uuid */
6917
6930
  id: string;
6931
+ recurringFee: {
6932
+ /** Format: uuid */
6933
+ id: string;
6934
+ title: string;
6935
+ /** @enum {string} */
6936
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6937
+ };
6918
6938
  }[] | null;
6919
6939
  /** Format: uuid */
6920
6940
  sourceId?: string | null;
6921
6941
  initialOwnership?: {
6922
- /** @default 2025-11-27 */
6942
+ /** @default 2025-11-28 */
6923
6943
  startAt?: string;
6924
6944
  endAt?: string | null;
6925
6945
  members: {
@@ -6973,7 +6993,7 @@ export interface operations {
6973
6993
  status: "active" | "inactive";
6974
6994
  defaultCurrency?: string | null;
6975
6995
  activeOwnership?: {
6976
- /** @default 2025-11-27 */
6996
+ /** @default 2025-11-28 */
6977
6997
  startAt: string;
6978
6998
  endAt?: string | null;
6979
6999
  setListingInactive?: boolean | null;
@@ -6992,14 +7012,19 @@ export interface operations {
6992
7012
  id: string;
6993
7013
  } | null;
6994
7014
  activeRecurringFeePeriods?: {
6995
- listingId: string;
6996
7015
  startAt?: string | null;
6997
7016
  endAt?: string | null;
6998
7017
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6999
7018
  rate?: number | null;
7000
- recurringFeeId: string;
7001
7019
  /** Format: uuid */
7002
7020
  id: string;
7021
+ recurringFee: {
7022
+ /** Format: uuid */
7023
+ id: string;
7024
+ title: string;
7025
+ /** @enum {string} */
7026
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7027
+ };
7003
7028
  }[] | null;
7004
7029
  source?: {
7005
7030
  /** Format: uuid */
@@ -7190,7 +7215,7 @@ export interface operations {
7190
7215
  status: "active" | "inactive";
7191
7216
  defaultCurrency?: string | null;
7192
7217
  activeOwnership?: {
7193
- /** @default 2025-11-27 */
7218
+ /** @default 2025-11-28 */
7194
7219
  startAt: string;
7195
7220
  endAt?: string | null;
7196
7221
  setListingInactive?: boolean | null;
@@ -7209,14 +7234,19 @@ export interface operations {
7209
7234
  id: string;
7210
7235
  } | null;
7211
7236
  activeRecurringFeePeriods?: {
7212
- listingId: string;
7213
7237
  startAt?: string | null;
7214
7238
  endAt?: string | null;
7215
7239
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7216
7240
  rate?: number | null;
7217
- recurringFeeId: string;
7218
7241
  /** Format: uuid */
7219
7242
  id: string;
7243
+ recurringFee: {
7244
+ /** Format: uuid */
7245
+ id: string;
7246
+ title: string;
7247
+ /** @enum {string} */
7248
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7249
+ };
7220
7250
  }[] | null;
7221
7251
  source?: {
7222
7252
  /** Format: uuid */
@@ -7325,19 +7355,24 @@ export interface operations {
7325
7355
  status?: "active" | "inactive";
7326
7356
  defaultCurrency?: string | null;
7327
7357
  activeRecurringFeePeriods?: {
7328
- listingId: string;
7329
7358
  startAt?: string | null;
7330
7359
  endAt?: string | null;
7331
7360
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7332
7361
  rate?: number | null;
7333
- recurringFeeId: string;
7334
7362
  /** Format: uuid */
7335
7363
  id: string;
7364
+ recurringFee: {
7365
+ /** Format: uuid */
7366
+ id: string;
7367
+ title: string;
7368
+ /** @enum {string} */
7369
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7370
+ };
7336
7371
  }[] | null;
7337
7372
  /** Format: uuid */
7338
7373
  sourceId?: string | null;
7339
7374
  initialOwnership?: {
7340
- /** @default 2025-11-27 */
7375
+ /** @default 2025-11-28 */
7341
7376
  startAt?: string;
7342
7377
  endAt?: string | null;
7343
7378
  members: {
@@ -7391,7 +7426,7 @@ export interface operations {
7391
7426
  status: "active" | "inactive";
7392
7427
  defaultCurrency?: string | null;
7393
7428
  activeOwnership?: {
7394
- /** @default 2025-11-27 */
7429
+ /** @default 2025-11-28 */
7395
7430
  startAt: string;
7396
7431
  endAt?: string | null;
7397
7432
  setListingInactive?: boolean | null;
@@ -7410,14 +7445,19 @@ export interface operations {
7410
7445
  id: string;
7411
7446
  } | null;
7412
7447
  activeRecurringFeePeriods?: {
7413
- listingId: string;
7414
7448
  startAt?: string | null;
7415
7449
  endAt?: string | null;
7416
7450
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7417
7451
  rate?: number | null;
7418
- recurringFeeId: string;
7419
7452
  /** Format: uuid */
7420
7453
  id: string;
7454
+ recurringFee: {
7455
+ /** Format: uuid */
7456
+ id: string;
7457
+ title: string;
7458
+ /** @enum {string} */
7459
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7460
+ };
7421
7461
  }[] | null;
7422
7462
  source?: {
7423
7463
  /** Format: uuid */
@@ -9273,9 +9313,15 @@ export interface operations {
9273
9313
  endAt?: string | null;
9274
9314
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9275
9315
  rate?: number | null;
9276
- recurringFeeId: string;
9277
9316
  /** Format: uuid */
9278
9317
  id: string;
9318
+ recurringFee: {
9319
+ /** Format: uuid */
9320
+ id: string;
9321
+ title: string;
9322
+ /** @enum {string} */
9323
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9324
+ };
9279
9325
  }[];
9280
9326
  pagination: {
9281
9327
  /** @default 100 */
@@ -9379,9 +9425,15 @@ export interface operations {
9379
9425
  endAt?: string | null;
9380
9426
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9381
9427
  rate?: number | null;
9382
- recurringFeeId: string;
9383
9428
  /** Format: uuid */
9384
9429
  id: string;
9430
+ recurringFee: {
9431
+ /** Format: uuid */
9432
+ id: string;
9433
+ title: string;
9434
+ /** @enum {string} */
9435
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9436
+ };
9385
9437
  }[];
9386
9438
  };
9387
9439
  };
@@ -9473,9 +9525,15 @@ export interface operations {
9473
9525
  endAt?: string | null;
9474
9526
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9475
9527
  rate?: number | null;
9476
- recurringFeeId: string;
9477
9528
  /** Format: uuid */
9478
9529
  id: string;
9530
+ recurringFee: {
9531
+ /** Format: uuid */
9532
+ id: string;
9533
+ title: string;
9534
+ /** @enum {string} */
9535
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9536
+ };
9479
9537
  };
9480
9538
  };
9481
9539
  };
@@ -9557,9 +9615,15 @@ export interface operations {
9557
9615
  endAt?: string | null;
9558
9616
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9559
9617
  rate?: number | null;
9560
- recurringFeeId: string;
9561
9618
  /** Format: uuid */
9562
9619
  id: string;
9620
+ recurringFee: {
9621
+ /** Format: uuid */
9622
+ id: string;
9623
+ title: string;
9624
+ /** @enum {string} */
9625
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9626
+ };
9563
9627
  };
9564
9628
  };
9565
9629
  };
@@ -16944,7 +17008,7 @@ export interface operations {
16944
17008
  app: {
16945
17009
  id: string;
16946
17010
  /** @enum {string} */
16947
- type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
17011
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
16948
17012
  name: string;
16949
17013
  icon?: string | null;
16950
17014
  importers?: string[] | null;
@@ -17121,7 +17185,7 @@ export interface operations {
17121
17185
  app: {
17122
17186
  id: string;
17123
17187
  /** @enum {string} */
17124
- type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
17188
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
17125
17189
  name: string;
17126
17190
  icon?: string | null;
17127
17191
  importers?: string[] | null;
@@ -17234,7 +17298,7 @@ export interface operations {
17234
17298
  app: {
17235
17299
  id: string;
17236
17300
  /** @enum {string} */
17237
- type: "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
17301
+ type: "paymentGateway" | "accountingPlatform" | "propertyManagementSystem" | "bookingChannel" | "service";
17238
17302
  name: string;
17239
17303
  icon?: string | null;
17240
17304
  importers?: string[] | null;
@@ -22943,7 +23007,10 @@ export interface operations {
22943
23007
  /** @description comma separated categories */
22944
23008
  categoryIds?: string;
22945
23009
  classifications?: string;
23010
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23011
+ /** @description comma separated journal entry types */
22946
23012
  types?: string;
23013
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
22947
23014
  entityTypes?: string;
22948
23015
  party?: "owners" | "manager";
22949
23016
  includeDetails?: boolean;
@@ -23091,7 +23158,10 @@ export interface operations {
23091
23158
  /** @description comma separated categories */
23092
23159
  categoryIds?: string;
23093
23160
  classifications?: string;
23161
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23162
+ /** @description comma separated journal entry types */
23094
23163
  types?: string;
23164
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23095
23165
  entityTypes?: string;
23096
23166
  party?: "owners" | "manager";
23097
23167
  };
@@ -23397,7 +23467,10 @@ export interface operations {
23397
23467
  /** @description comma separated categories */
23398
23468
  categoryIds?: string;
23399
23469
  classifications?: string;
23470
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23471
+ /** @description comma separated journal entry types */
23400
23472
  types?: string;
23473
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23401
23474
  entityTypes?: string;
23402
23475
  limit?: number;
23403
23476
  page?: number;
@@ -23543,7 +23616,10 @@ export interface operations {
23543
23616
  /** @description comma separated categories */
23544
23617
  categoryIds?: string;
23545
23618
  classifications?: string;
23619
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23620
+ /** @description comma separated journal entry types */
23546
23621
  types?: string;
23622
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23547
23623
  entityTypes?: string;
23548
23624
  };
23549
23625
  header?: {
@@ -24261,16 +24337,18 @@ export interface operations {
24261
24337
  };
24262
24338
  content: {
24263
24339
  "application/json": {
24264
- unassignedOpeningBalance: number;
24265
- unassignedPeriodChange: number;
24266
- unassignedClosingBalance: number;
24340
+ unassignedBalanceStart: number;
24341
+ unassignedDebit: number;
24342
+ unassignedCredit: number;
24343
+ unassignedBalanceEnd: number;
24267
24344
  accounts: {
24268
24345
  id: string;
24269
24346
  title: string;
24270
24347
  classification: string | null;
24271
- openingBalance: number;
24272
- periodChange: number;
24273
- closingBalance: number;
24348
+ balanceStart: number;
24349
+ debit: number;
24350
+ credit: number;
24351
+ balanceEnd: number;
24274
24352
  }[];
24275
24353
  };
24276
24354
  };