@vrplatform/api 1.3.1-stage.2275 → 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
package/package.json
CHANGED
|
@@ -38250,6 +38250,8 @@ export interface operations {
|
|
|
38250
38250
|
defaultCurrency?: string | null;
|
|
38251
38251
|
longTermStayNights?: number | null;
|
|
38252
38252
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38253
|
+
migratedFromTenantId?: string | null;
|
|
38254
|
+
historicalStatementsImportedAt?: string | null;
|
|
38253
38255
|
name: string;
|
|
38254
38256
|
statementAddress?: {
|
|
38255
38257
|
full?: string | null;
|
|
@@ -38538,6 +38540,8 @@ export interface operations {
|
|
|
38538
38540
|
defaultCurrency?: string | null;
|
|
38539
38541
|
longTermStayNights?: number | null;
|
|
38540
38542
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
38543
|
+
migratedFromTenantId?: string | null;
|
|
38544
|
+
historicalStatementsImportedAt?: string | null;
|
|
38541
38545
|
name: string;
|
|
38542
38546
|
statementAddress?: {
|
|
38543
38547
|
full?: string | null;
|
|
@@ -39119,6 +39123,8 @@ export interface operations {
|
|
|
39119
39123
|
defaultCurrency?: string | null;
|
|
39120
39124
|
longTermStayNights?: number | null;
|
|
39121
39125
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
39126
|
+
migratedFromTenantId?: string | null;
|
|
39127
|
+
historicalStatementsImportedAt?: string | null;
|
|
39122
39128
|
name: string;
|
|
39123
39129
|
statementAddress?: {
|
|
39124
39130
|
full?: string | null;
|
|
@@ -39348,6 +39354,8 @@ export interface operations {
|
|
|
39348
39354
|
defaultCurrency?: string | null;
|
|
39349
39355
|
longTermStayNights?: number | null;
|
|
39350
39356
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
39357
|
+
migratedFromTenantId?: string | null;
|
|
39358
|
+
historicalStatementsImportedAt?: string | null;
|
|
39351
39359
|
name: string;
|
|
39352
39360
|
statementAddress?: {
|
|
39353
39361
|
full?: string | null;
|
|
@@ -41224,6 +41232,8 @@ export interface operations {
|
|
|
41224
41232
|
defaultCurrency?: string | null;
|
|
41225
41233
|
longTermStayNights?: number | null;
|
|
41226
41234
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
41235
|
+
migratedFromTenantId?: string | null;
|
|
41236
|
+
historicalStatementsImportedAt?: string | null;
|
|
41227
41237
|
name: string;
|
|
41228
41238
|
statementAddress?: {
|
|
41229
41239
|
full?: string | null;
|
|
@@ -41509,6 +41519,8 @@ export interface operations {
|
|
|
41509
41519
|
defaultCurrency?: string | null;
|
|
41510
41520
|
longTermStayNights?: number | null;
|
|
41511
41521
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
41522
|
+
migratedFromTenantId?: string | null;
|
|
41523
|
+
historicalStatementsImportedAt?: string | null;
|
|
41512
41524
|
name: string;
|
|
41513
41525
|
statementAddress?: {
|
|
41514
41526
|
full?: string | null;
|
|
@@ -42065,6 +42077,8 @@ export interface operations {
|
|
|
42065
42077
|
defaultCurrency?: string | null;
|
|
42066
42078
|
longTermStayNights?: number | null;
|
|
42067
42079
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
42080
|
+
migratedFromTenantId?: string | null;
|
|
42081
|
+
historicalStatementsImportedAt?: string | null;
|
|
42068
42082
|
name: string;
|
|
42069
42083
|
statementAddress?: {
|
|
42070
42084
|
full?: string | null;
|