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