@vrplatform/api 1.3.1-stage.3876 → 1.3.1-stage.3885

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.
@@ -24422,7 +24422,7 @@ export interface operations {
24422
24422
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
24423
24423
  taxRateId?: string | null;
24424
24424
  taxBehavior?: ("excluded" | "included") | null;
24425
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
24425
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
24426
24426
  status?: ("active" | "inactive") | null;
24427
24427
  rateType?: ("flat" | "percentage") | null;
24428
24428
  creditAccountId?: string | null;
@@ -25148,7 +25148,7 @@ export interface operations {
25148
25148
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
25149
25149
  taxRateId?: string | null;
25150
25150
  taxBehavior?: ("excluded" | "included") | null;
25151
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
25151
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
25152
25152
  status?: ("active" | "inactive") | null;
25153
25153
  rateType?: ("flat" | "percentage") | null;
25154
25154
  creditAccountId?: string | null;
@@ -25595,7 +25595,7 @@ export interface operations {
25595
25595
  type?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
25596
25596
  taxRateId?: string | null;
25597
25597
  taxBehavior?: ("excluded" | "included") | null;
25598
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
25598
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
25599
25599
  status?: ("active" | "inactive") | null;
25600
25600
  rateType?: ("flat" | "percentage") | null;
25601
25601
  creditAccountId?: string | null;
@@ -36918,7 +36918,7 @@ export interface operations {
36918
36918
  type: string;
36919
36919
  description?: string | null;
36920
36920
  accountId?: string | null;
36921
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
36921
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
36922
36922
  };
36923
36923
  };
36924
36924
  };
@@ -37162,11 +37162,11 @@ export interface operations {
37162
37162
  "application/json": {
37163
37163
  description?: string | null;
37164
37164
  accountId?: string | null;
37165
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
37165
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
37166
37166
  channelMappings?: {
37167
37167
  bookingChannel: string;
37168
37168
  accountId?: string | null;
37169
- revenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
37169
+ revenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
37170
37170
  }[] | null;
37171
37171
  };
37172
37172
  };
@@ -49666,7 +49666,7 @@ export interface operations {
49666
49666
  "application/json": {
49667
49667
  defaultCurrency?: string | null;
49668
49668
  longTermStayNights?: number | null;
49669
- defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
49669
+ defaultRevenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
49670
49670
  name: string;
49671
49671
  slug?: string;
49672
49672
  statementAddress?: {
@@ -53096,7 +53096,7 @@ export interface operations {
53096
53096
  "application/json": {
53097
53097
  defaultCurrency?: string | null;
53098
53098
  longTermStayNights?: number | null;
53099
- defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
53099
+ defaultRevenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
53100
53100
  name?: string;
53101
53101
  slug?: string;
53102
53102
  statementAddress?: {