@vrplatform/api 1.3.1-2264 → 1.3.1-2270
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.
|
@@ -37541,6 +37541,8 @@ export interface operations {
|
|
|
37541
37541
|
defaultCurrency?: string | null;
|
|
37542
37542
|
longTermStayNights?: number | null;
|
|
37543
37543
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
37544
|
+
migratedFromTenantId?: string | null;
|
|
37545
|
+
historicalStatementsImportedAt?: string | null;
|
|
37544
37546
|
name: string;
|
|
37545
37547
|
statementAddress?: {
|
|
37546
37548
|
full?: string | null;
|
|
@@ -37829,6 +37831,8 @@ export interface operations {
|
|
|
37829
37831
|
defaultCurrency?: string | null;
|
|
37830
37832
|
longTermStayNights?: number | null;
|
|
37831
37833
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
37834
|
+
migratedFromTenantId?: string | null;
|
|
37835
|
+
historicalStatementsImportedAt?: string | null;
|
|
37832
37836
|
name: string;
|
|
37833
37837
|
statementAddress?: {
|
|
37834
37838
|
full?: string | null;
|
|
@@ -38410,6 +38414,8 @@ export interface operations {
|
|
|
38410
38414
|
defaultCurrency?: string | null;
|
|
38411
38415
|
longTermStayNights?: number | null;
|
|
38412
38416
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38417
|
+
migratedFromTenantId?: string | null;
|
|
38418
|
+
historicalStatementsImportedAt?: string | null;
|
|
38413
38419
|
name: string;
|
|
38414
38420
|
statementAddress?: {
|
|
38415
38421
|
full?: string | null;
|
|
@@ -38639,6 +38645,8 @@ export interface operations {
|
|
|
38639
38645
|
defaultCurrency?: string | null;
|
|
38640
38646
|
longTermStayNights?: number | null;
|
|
38641
38647
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38648
|
+
migratedFromTenantId?: string | null;
|
|
38649
|
+
historicalStatementsImportedAt?: string | null;
|
|
38642
38650
|
name: string;
|
|
38643
38651
|
statementAddress?: {
|
|
38644
38652
|
full?: string | null;
|
|
@@ -40515,6 +40523,8 @@ export interface operations {
|
|
|
40515
40523
|
defaultCurrency?: string | null;
|
|
40516
40524
|
longTermStayNights?: number | null;
|
|
40517
40525
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
40526
|
+
migratedFromTenantId?: string | null;
|
|
40527
|
+
historicalStatementsImportedAt?: string | null;
|
|
40518
40528
|
name: string;
|
|
40519
40529
|
statementAddress?: {
|
|
40520
40530
|
full?: string | null;
|
|
@@ -40800,6 +40810,8 @@ export interface operations {
|
|
|
40800
40810
|
defaultCurrency?: string | null;
|
|
40801
40811
|
longTermStayNights?: number | null;
|
|
40802
40812
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
40813
|
+
migratedFromTenantId?: string | null;
|
|
40814
|
+
historicalStatementsImportedAt?: string | null;
|
|
40803
40815
|
name: string;
|
|
40804
40816
|
statementAddress?: {
|
|
40805
40817
|
full?: string | null;
|
|
@@ -41356,6 +41368,8 @@ export interface operations {
|
|
|
41356
41368
|
defaultCurrency?: string | null;
|
|
41357
41369
|
longTermStayNights?: number | null;
|
|
41358
41370
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
41371
|
+
migratedFromTenantId?: string | null;
|
|
41372
|
+
historicalStatementsImportedAt?: string | null;
|
|
41359
41373
|
name: string;
|
|
41360
41374
|
statementAddress?: {
|
|
41361
41375
|
full?: string | null;
|