@vrplatform/api 1.3.1-stage.2273 → 1.3.1-stage.2286
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/build/main/services/api/generated/v1.d.ts +14 -0
- package/build/main/services/api/generated/v1.js.map +1 -1
- package/build/module/services/api/generated/v1.d.ts +14 -0
- package/build/module/services/api/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/services/api/generated/v1.ts +14 -0
|
@@ -38249,6 +38249,8 @@ export interface operations {
|
|
|
38249
38249
|
defaultCurrency?: string | null;
|
|
38250
38250
|
longTermStayNights?: number | null;
|
|
38251
38251
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38252
|
+
migratedFromTenantId?: string | null;
|
|
38253
|
+
historicalStatementsImportedAt?: string | null;
|
|
38252
38254
|
name: string;
|
|
38253
38255
|
statementAddress?: {
|
|
38254
38256
|
full?: string | null;
|
|
@@ -38537,6 +38539,8 @@ export interface operations {
|
|
|
38537
38539
|
defaultCurrency?: string | null;
|
|
38538
38540
|
longTermStayNights?: number | null;
|
|
38539
38541
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38542
|
+
migratedFromTenantId?: string | null;
|
|
38543
|
+
historicalStatementsImportedAt?: string | null;
|
|
38540
38544
|
name: string;
|
|
38541
38545
|
statementAddress?: {
|
|
38542
38546
|
full?: string | null;
|
|
@@ -39118,6 +39122,8 @@ export interface operations {
|
|
|
39118
39122
|
defaultCurrency?: string | null;
|
|
39119
39123
|
longTermStayNights?: number | null;
|
|
39120
39124
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
39125
|
+
migratedFromTenantId?: string | null;
|
|
39126
|
+
historicalStatementsImportedAt?: string | null;
|
|
39121
39127
|
name: string;
|
|
39122
39128
|
statementAddress?: {
|
|
39123
39129
|
full?: string | null;
|
|
@@ -39347,6 +39353,8 @@ export interface operations {
|
|
|
39347
39353
|
defaultCurrency?: string | null;
|
|
39348
39354
|
longTermStayNights?: number | null;
|
|
39349
39355
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
39356
|
+
migratedFromTenantId?: string | null;
|
|
39357
|
+
historicalStatementsImportedAt?: string | null;
|
|
39350
39358
|
name: string;
|
|
39351
39359
|
statementAddress?: {
|
|
39352
39360
|
full?: string | null;
|
|
@@ -41223,6 +41231,8 @@ export interface operations {
|
|
|
41223
41231
|
defaultCurrency?: string | null;
|
|
41224
41232
|
longTermStayNights?: number | null;
|
|
41225
41233
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
41234
|
+
migratedFromTenantId?: string | null;
|
|
41235
|
+
historicalStatementsImportedAt?: string | null;
|
|
41226
41236
|
name: string;
|
|
41227
41237
|
statementAddress?: {
|
|
41228
41238
|
full?: string | null;
|
|
@@ -41508,6 +41518,8 @@ export interface operations {
|
|
|
41508
41518
|
defaultCurrency?: string | null;
|
|
41509
41519
|
longTermStayNights?: number | null;
|
|
41510
41520
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
41521
|
+
migratedFromTenantId?: string | null;
|
|
41522
|
+
historicalStatementsImportedAt?: string | null;
|
|
41511
41523
|
name: string;
|
|
41512
41524
|
statementAddress?: {
|
|
41513
41525
|
full?: string | null;
|
|
@@ -42064,6 +42076,8 @@ export interface operations {
|
|
|
42064
42076
|
defaultCurrency?: string | null;
|
|
42065
42077
|
longTermStayNights?: number | null;
|
|
42066
42078
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
42079
|
+
migratedFromTenantId?: string | null;
|
|
42080
|
+
historicalStatementsImportedAt?: string | null;
|
|
42067
42081
|
name: string;
|
|
42068
42082
|
statementAddress?: {
|
|
42069
42083
|
full?: string | null;
|