@vrplatform/api 1.3.0-stage.1168 → 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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1168",
6
+ "version": "1.3.0-stage.1169",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -6470,14 +6470,19 @@ export interface operations {
6470
6470
  status?: "active" | "inactive";
6471
6471
  defaultCurrency?: string | null;
6472
6472
  activeRecurringFeePeriods?: {
6473
- listingId: string;
6474
6473
  startAt?: string | null;
6475
6474
  endAt?: string | null;
6476
6475
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6477
6476
  rate?: number | null;
6478
- recurringFeeId: string;
6479
6477
  /** Format: uuid */
6480
6478
  id: string;
6479
+ recurringFee: {
6480
+ /** Format: uuid */
6481
+ id: string;
6482
+ title: string;
6483
+ /** @enum {string} */
6484
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6485
+ };
6481
6486
  }[] | null;
6482
6487
  /** Format: uuid */
6483
6488
  sourceId?: string | null;
@@ -6559,14 +6564,19 @@ export interface operations {
6559
6564
  id: string;
6560
6565
  } | null;
6561
6566
  activeRecurringFeePeriods?: {
6562
- listingId: string;
6563
6567
  startAt?: string | null;
6564
6568
  endAt?: string | null;
6565
6569
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6566
6570
  rate?: number | null;
6567
- recurringFeeId: string;
6568
6571
  /** Format: uuid */
6569
6572
  id: string;
6573
+ recurringFee: {
6574
+ /** Format: uuid */
6575
+ id: string;
6576
+ title: string;
6577
+ /** @enum {string} */
6578
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6579
+ };
6570
6580
  }[] | null;
6571
6581
  source?: {
6572
6582
  /** Format: uuid */
@@ -6800,14 +6810,19 @@ export interface operations {
6800
6810
  id: string;
6801
6811
  } | null;
6802
6812
  activeRecurringFeePeriods?: {
6803
- listingId: string;
6804
6813
  startAt?: string | null;
6805
6814
  endAt?: string | null;
6806
6815
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6807
6816
  rate?: number | null;
6808
- recurringFeeId: string;
6809
6817
  /** Format: uuid */
6810
6818
  id: string;
6819
+ recurringFee: {
6820
+ /** Format: uuid */
6821
+ id: string;
6822
+ title: string;
6823
+ /** @enum {string} */
6824
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6825
+ };
6811
6826
  }[] | null;
6812
6827
  source?: {
6813
6828
  /** Format: uuid */
@@ -6908,14 +6923,19 @@ export interface operations {
6908
6923
  status?: "active" | "inactive";
6909
6924
  defaultCurrency?: string | null;
6910
6925
  activeRecurringFeePeriods?: {
6911
- listingId: string;
6912
6926
  startAt?: string | null;
6913
6927
  endAt?: string | null;
6914
6928
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
6915
6929
  rate?: number | null;
6916
- recurringFeeId: string;
6917
6930
  /** Format: uuid */
6918
6931
  id: string;
6932
+ recurringFee: {
6933
+ /** Format: uuid */
6934
+ id: string;
6935
+ title: string;
6936
+ /** @enum {string} */
6937
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
6938
+ };
6919
6939
  }[] | null;
6920
6940
  /** Format: uuid */
6921
6941
  sourceId?: string | null;
@@ -6993,14 +7013,19 @@ export interface operations {
6993
7013
  id: string;
6994
7014
  } | null;
6995
7015
  activeRecurringFeePeriods?: {
6996
- listingId: string;
6997
7016
  startAt?: string | null;
6998
7017
  endAt?: string | null;
6999
7018
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7000
7019
  rate?: number | null;
7001
- recurringFeeId: string;
7002
7020
  /** Format: uuid */
7003
7021
  id: string;
7022
+ recurringFee: {
7023
+ /** Format: uuid */
7024
+ id: string;
7025
+ title: string;
7026
+ /** @enum {string} */
7027
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7028
+ };
7004
7029
  }[] | null;
7005
7030
  source?: {
7006
7031
  /** Format: uuid */
@@ -7210,14 +7235,19 @@ export interface operations {
7210
7235
  id: string;
7211
7236
  } | null;
7212
7237
  activeRecurringFeePeriods?: {
7213
- listingId: string;
7214
7238
  startAt?: string | null;
7215
7239
  endAt?: string | null;
7216
7240
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7217
7241
  rate?: number | null;
7218
- recurringFeeId: string;
7219
7242
  /** Format: uuid */
7220
7243
  id: string;
7244
+ recurringFee: {
7245
+ /** Format: uuid */
7246
+ id: string;
7247
+ title: string;
7248
+ /** @enum {string} */
7249
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7250
+ };
7221
7251
  }[] | null;
7222
7252
  source?: {
7223
7253
  /** Format: uuid */
@@ -7326,14 +7356,19 @@ export interface operations {
7326
7356
  status?: "active" | "inactive";
7327
7357
  defaultCurrency?: string | null;
7328
7358
  activeRecurringFeePeriods?: {
7329
- listingId: string;
7330
7359
  startAt?: string | null;
7331
7360
  endAt?: string | null;
7332
7361
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7333
7362
  rate?: number | null;
7334
- recurringFeeId: string;
7335
7363
  /** Format: uuid */
7336
7364
  id: string;
7365
+ recurringFee: {
7366
+ /** Format: uuid */
7367
+ id: string;
7368
+ title: string;
7369
+ /** @enum {string} */
7370
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7371
+ };
7337
7372
  }[] | null;
7338
7373
  /** Format: uuid */
7339
7374
  sourceId?: string | null;
@@ -7411,14 +7446,19 @@ export interface operations {
7411
7446
  id: string;
7412
7447
  } | null;
7413
7448
  activeRecurringFeePeriods?: {
7414
- listingId: string;
7415
7449
  startAt?: string | null;
7416
7450
  endAt?: string | null;
7417
7451
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
7418
7452
  rate?: number | null;
7419
- recurringFeeId: string;
7420
7453
  /** Format: uuid */
7421
7454
  id: string;
7455
+ recurringFee: {
7456
+ /** Format: uuid */
7457
+ id: string;
7458
+ title: string;
7459
+ /** @enum {string} */
7460
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
7461
+ };
7422
7462
  }[] | null;
7423
7463
  source?: {
7424
7464
  /** Format: uuid */
@@ -9274,9 +9314,15 @@ export interface operations {
9274
9314
  endAt?: string | null;
9275
9315
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9276
9316
  rate?: number | null;
9277
- recurringFeeId: string;
9278
9317
  /** Format: uuid */
9279
9318
  id: string;
9319
+ recurringFee: {
9320
+ /** Format: uuid */
9321
+ id: string;
9322
+ title: string;
9323
+ /** @enum {string} */
9324
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9325
+ };
9280
9326
  }[];
9281
9327
  pagination: {
9282
9328
  /** @default 100 */
@@ -9380,9 +9426,15 @@ export interface operations {
9380
9426
  endAt?: string | null;
9381
9427
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9382
9428
  rate?: number | null;
9383
- recurringFeeId: string;
9384
9429
  /** Format: uuid */
9385
9430
  id: string;
9431
+ recurringFee: {
9432
+ /** Format: uuid */
9433
+ id: string;
9434
+ title: string;
9435
+ /** @enum {string} */
9436
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9437
+ };
9386
9438
  }[];
9387
9439
  };
9388
9440
  };
@@ -9474,9 +9526,15 @@ export interface operations {
9474
9526
  endAt?: string | null;
9475
9527
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9476
9528
  rate?: number | null;
9477
- recurringFeeId: string;
9478
9529
  /** Format: uuid */
9479
9530
  id: string;
9531
+ recurringFee: {
9532
+ /** Format: uuid */
9533
+ id: string;
9534
+ title: string;
9535
+ /** @enum {string} */
9536
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9537
+ };
9480
9538
  };
9481
9539
  };
9482
9540
  };
@@ -9558,9 +9616,15 @@ export interface operations {
9558
9616
  endAt?: string | null;
9559
9617
  /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
9560
9618
  rate?: number | null;
9561
- recurringFeeId: string;
9562
9619
  /** Format: uuid */
9563
9620
  id: string;
9621
+ recurringFee: {
9622
+ /** Format: uuid */
9623
+ id: string;
9624
+ title: string;
9625
+ /** @enum {string} */
9626
+ type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9627
+ };
9564
9628
  };
9565
9629
  };
9566
9630
  };
@@ -22944,7 +23008,10 @@ export interface operations {
22944
23008
  /** @description comma separated categories */
22945
23009
  categoryIds?: string;
22946
23010
  classifications?: string;
23011
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23012
+ /** @description comma separated journal entry types */
22947
23013
  types?: string;
23014
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
22948
23015
  entityTypes?: string;
22949
23016
  party?: "owners" | "manager";
22950
23017
  includeDetails?: boolean;
@@ -23092,7 +23159,10 @@ export interface operations {
23092
23159
  /** @description comma separated categories */
23093
23160
  categoryIds?: string;
23094
23161
  classifications?: string;
23162
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23163
+ /** @description comma separated journal entry types */
23095
23164
  types?: string;
23165
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23096
23166
  entityTypes?: string;
23097
23167
  party?: "owners" | "manager";
23098
23168
  };
@@ -23398,7 +23468,10 @@ export interface operations {
23398
23468
  /** @description comma separated categories */
23399
23469
  categoryIds?: string;
23400
23470
  classifications?: string;
23471
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23472
+ /** @description comma separated journal entry types */
23401
23473
  types?: string;
23474
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23402
23475
  entityTypes?: string;
23403
23476
  limit?: number;
23404
23477
  page?: number;
@@ -23544,7 +23617,10 @@ export interface operations {
23544
23617
  /** @description comma separated categories */
23545
23618
  categoryIds?: string;
23546
23619
  classifications?: string;
23620
+ accountType?: "ledger" | "bank" | "recurringFee" | "nonPosting";
23621
+ /** @description comma separated journal entry types */
23547
23622
  types?: string;
23623
+ /** @description comma separated entity types "reservation" | "deposit" | "expense" | "recurringFee" | "transfer" */
23548
23624
  entityTypes?: string;
23549
23625
  };
23550
23626
  header?: {