@vrplatform/api 1.3.1-stage.3875 → 1.3.1-stage.3879

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.1-stage.3875",
6
+ "version": "1.3.1-stage.3879",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -24423,7 +24423,7 @@ export interface operations {
24423
24423
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
24424
24424
  taxRateId?: string | null;
24425
24425
  taxBehavior?: ("excluded" | "included") | null;
24426
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
24426
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
24427
24427
  status?: ("active" | "inactive") | null;
24428
24428
  rateType?: ("flat" | "percentage") | null;
24429
24429
  creditAccountId?: string | null;
@@ -25149,7 +25149,7 @@ export interface operations {
25149
25149
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
25150
25150
  taxRateId?: string | null;
25151
25151
  taxBehavior?: ("excluded" | "included") | null;
25152
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
25152
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
25153
25153
  status?: ("active" | "inactive") | null;
25154
25154
  rateType?: ("flat" | "percentage") | null;
25155
25155
  creditAccountId?: string | null;
@@ -25596,7 +25596,7 @@ export interface operations {
25596
25596
  type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
25597
25597
  taxRateId?: string | null;
25598
25598
  taxBehavior?: ("excluded" | "included") | null;
25599
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
25599
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
25600
25600
  status?: ("active" | "inactive") | null;
25601
25601
  rateType?: ("flat" | "percentage") | null;
25602
25602
  creditAccountId?: string | null;
@@ -36919,7 +36919,7 @@ export interface operations {
36919
36919
  type: string;
36920
36920
  description?: string | null;
36921
36921
  accountId?: string | null;
36922
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
36922
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
36923
36923
  };
36924
36924
  };
36925
36925
  };
@@ -37163,11 +37163,11 @@ export interface operations {
37163
37163
  "application/json": {
37164
37164
  description?: string | null;
37165
37165
  accountId?: string | null;
37166
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
37166
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
37167
37167
  channelMappings?: {
37168
37168
  bookingChannel: string;
37169
37169
  accountId?: string | null;
37170
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
37170
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
37171
37171
  }[] | null;
37172
37172
  };
37173
37173
  };
@@ -49667,7 +49667,7 @@ export interface operations {
49667
49667
  "application/json": {
49668
49668
  defaultCurrency?: string | null;
49669
49669
  longTermStayNights?: number | null;
49670
- defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
49670
+ defaultRevenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
49671
49671
  name: string;
49672
49672
  slug?: string;
49673
49673
  statementAddress?: {
@@ -53097,7 +53097,7 @@ export interface operations {
53097
53097
  "application/json": {
53098
53098
  defaultCurrency?: string | null;
53099
53099
  longTermStayNights?: number | null;
53100
- defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
53100
+ defaultRevenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
53101
53101
  name?: string;
53102
53102
  slug?: string;
53103
53103
  statementAddress?: {