@vrplatform/api 1.3.1-stage.4366 → 1.3.1-stage.4371
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.
|
@@ -31330,8 +31330,11 @@ export interface operations {
|
|
|
31330
31330
|
createdAt: string;
|
|
31331
31331
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
31332
31332
|
defaultCurrency: string;
|
|
31333
|
+
statementStartAt: string | null;
|
|
31333
31334
|
effectiveStatementStartAt: string | null;
|
|
31334
31335
|
booksClosedAt: string | null;
|
|
31336
|
+
defaultRevenueRecognition: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
31337
|
+
longTermStayNights: number | null;
|
|
31335
31338
|
colorPrimary: string | null;
|
|
31336
31339
|
logo: string | null;
|
|
31337
31340
|
settings: {
|