@vrplatform/api 1.3.1-stage.4047 → 1.3.1-stage.4051
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.
|
@@ -52016,6 +52016,10 @@ export interface operations {
|
|
|
52016
52016
|
data: {
|
|
52017
52017
|
/** Format: uuid */
|
|
52018
52018
|
id: string;
|
|
52019
|
+
/** @enum {string} */
|
|
52020
|
+
dataRegion: "eu" | "us" | "ap";
|
|
52021
|
+
/** @enum {string} */
|
|
52022
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
52019
52023
|
defaultCurrency?: string | null;
|
|
52020
52024
|
longTermStayNights?: number | null;
|
|
52021
52025
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -52254,6 +52258,8 @@ export interface operations {
|
|
|
52254
52258
|
requestBody?: {
|
|
52255
52259
|
content: {
|
|
52256
52260
|
"application/json": {
|
|
52261
|
+
/** @enum {string} */
|
|
52262
|
+
dataRegion?: "eu" | "us" | "ap";
|
|
52257
52263
|
defaultCurrency?: string | null;
|
|
52258
52264
|
longTermStayNights?: number | null;
|
|
52259
52265
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "proRata") | null;
|
|
@@ -52327,6 +52333,10 @@ export interface operations {
|
|
|
52327
52333
|
"application/json": {
|
|
52328
52334
|
/** Format: uuid */
|
|
52329
52335
|
id: string;
|
|
52336
|
+
/** @enum {string} */
|
|
52337
|
+
dataRegion: "eu" | "us" | "ap";
|
|
52338
|
+
/** @enum {string} */
|
|
52339
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
52330
52340
|
defaultCurrency?: string | null;
|
|
52331
52341
|
longTermStayNights?: number | null;
|
|
52332
52342
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -52981,6 +52991,10 @@ export interface operations {
|
|
|
52981
52991
|
data: {
|
|
52982
52992
|
/** Format: uuid */
|
|
52983
52993
|
id: string;
|
|
52994
|
+
/** @enum {string} */
|
|
52995
|
+
dataRegion: "eu" | "us" | "ap";
|
|
52996
|
+
/** @enum {string} */
|
|
52997
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
52984
52998
|
defaultCurrency?: string | null;
|
|
52985
52999
|
longTermStayNights?: number | null;
|
|
52986
53000
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -53238,6 +53252,10 @@ export interface operations {
|
|
|
53238
53252
|
"application/json": {
|
|
53239
53253
|
/** Format: uuid */
|
|
53240
53254
|
id: string;
|
|
53255
|
+
/** @enum {string} */
|
|
53256
|
+
dataRegion: "eu" | "us" | "ap";
|
|
53257
|
+
/** @enum {string} */
|
|
53258
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
53241
53259
|
defaultCurrency?: string | null;
|
|
53242
53260
|
longTermStayNights?: number | null;
|
|
53243
53261
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -53488,6 +53506,10 @@ export interface operations {
|
|
|
53488
53506
|
"application/json": {
|
|
53489
53507
|
/** Format: uuid */
|
|
53490
53508
|
id: string;
|
|
53509
|
+
/** @enum {string} */
|
|
53510
|
+
dataRegion: "eu" | "us" | "ap";
|
|
53511
|
+
/** @enum {string} */
|
|
53512
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
53491
53513
|
defaultCurrency?: string | null;
|
|
53492
53514
|
longTermStayNights?: number | null;
|
|
53493
53515
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -54929,6 +54951,10 @@ export interface operations {
|
|
|
54929
54951
|
"application/json": {
|
|
54930
54952
|
/** Format: uuid */
|
|
54931
54953
|
id: string;
|
|
54954
|
+
/** @enum {string} */
|
|
54955
|
+
dataRegion: "eu" | "us" | "ap";
|
|
54956
|
+
/** @enum {string} */
|
|
54957
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
54932
54958
|
defaultCurrency?: string | null;
|
|
54933
54959
|
longTermStayNights?: number | null;
|
|
54934
54960
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -55062,6 +55088,8 @@ export interface operations {
|
|
|
55062
55088
|
/** @enum {string} */
|
|
55063
55089
|
status: "all" | "disabled" | "partially";
|
|
55064
55090
|
}[];
|
|
55091
|
+
/** Format: uri */
|
|
55092
|
+
apiBaseUrl: string;
|
|
55065
55093
|
};
|
|
55066
55094
|
};
|
|
55067
55095
|
};
|
|
@@ -55167,6 +55195,10 @@ export interface operations {
|
|
|
55167
55195
|
"application/json": {
|
|
55168
55196
|
/** Format: uuid */
|
|
55169
55197
|
id: string;
|
|
55198
|
+
/** @enum {string} */
|
|
55199
|
+
dataRegion: "eu" | "us" | "ap";
|
|
55200
|
+
/** @enum {string} */
|
|
55201
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
55170
55202
|
defaultCurrency?: string | null;
|
|
55171
55203
|
longTermStayNights?: number | null;
|
|
55172
55204
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -55484,6 +55516,10 @@ export interface operations {
|
|
|
55484
55516
|
"application/json": {
|
|
55485
55517
|
/** Format: uuid */
|
|
55486
55518
|
id: string;
|
|
55519
|
+
/** @enum {string} */
|
|
55520
|
+
dataRegion: "eu" | "us" | "ap";
|
|
55521
|
+
/** @enum {string} */
|
|
55522
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
55487
55523
|
defaultCurrency?: string | null;
|
|
55488
55524
|
longTermStayNights?: number | null;
|
|
55489
55525
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|
|
@@ -56175,6 +56211,10 @@ export interface operations {
|
|
|
56175
56211
|
"application/json": {
|
|
56176
56212
|
/** Format: uuid */
|
|
56177
56213
|
id: string;
|
|
56214
|
+
/** @enum {string} */
|
|
56215
|
+
dataRegion: "eu" | "us" | "ap";
|
|
56216
|
+
/** @enum {string} */
|
|
56217
|
+
storageRealm: "vrintegration" | "vrtrust";
|
|
56178
56218
|
defaultCurrency?: string | null;
|
|
56179
56219
|
longTermStayNights?: number | null;
|
|
56180
56220
|
defaultRevenueRecognition?: ("checkIn" | "checkOut" | "bookedAt" | "proRata") | null;
|