@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -31331,8 +31331,11 @@ export interface operations {
|
|
|
31331
31331
|
createdAt: string;
|
|
31332
31332
|
/** @description Currency in ISO 4217 format, will be converted to lowercase */
|
|
31333
31333
|
defaultCurrency: string;
|
|
31334
|
+
statementStartAt: string | null;
|
|
31334
31335
|
effectiveStatementStartAt: string | null;
|
|
31335
31336
|
booksClosedAt: string | null;
|
|
31337
|
+
defaultRevenueRecognition: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
31338
|
+
longTermStayNights: number | null;
|
|
31336
31339
|
colorPrimary: string | null;
|
|
31337
31340
|
logo: string | null;
|
|
31338
31341
|
settings: {
|