@vrplatform/api 1.3.1-stage.3833 → 1.3.1-stage.3837
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.
|
@@ -49118,6 +49118,7 @@ export interface operations {
|
|
|
49118
49118
|
} | null;
|
|
49119
49119
|
phone?: string | null;
|
|
49120
49120
|
email?: string | null;
|
|
49121
|
+
supportEmail?: string | null;
|
|
49121
49122
|
taxId?: string | null;
|
|
49122
49123
|
partner?: {
|
|
49123
49124
|
/** Format: uuid */
|
|
@@ -49383,6 +49384,7 @@ export interface operations {
|
|
|
49383
49384
|
}[] | null;
|
|
49384
49385
|
/** Format: email */
|
|
49385
49386
|
email: string;
|
|
49387
|
+
supportEmail?: string | null;
|
|
49386
49388
|
};
|
|
49387
49389
|
};
|
|
49388
49390
|
};
|
|
@@ -49427,6 +49429,7 @@ export interface operations {
|
|
|
49427
49429
|
} | null;
|
|
49428
49430
|
phone?: string | null;
|
|
49429
49431
|
email?: string | null;
|
|
49432
|
+
supportEmail?: string | null;
|
|
49430
49433
|
taxId?: string | null;
|
|
49431
49434
|
partner?: {
|
|
49432
49435
|
/** Format: uuid */
|
|
@@ -50064,6 +50067,7 @@ export interface operations {
|
|
|
50064
50067
|
} | null;
|
|
50065
50068
|
phone?: string | null;
|
|
50066
50069
|
email?: string | null;
|
|
50070
|
+
supportEmail?: string | null;
|
|
50067
50071
|
taxId?: string | null;
|
|
50068
50072
|
partner?: {
|
|
50069
50073
|
/** Format: uuid */
|
|
@@ -50320,6 +50324,7 @@ export interface operations {
|
|
|
50320
50324
|
} | null;
|
|
50321
50325
|
phone?: string | null;
|
|
50322
50326
|
email?: string | null;
|
|
50327
|
+
supportEmail?: string | null;
|
|
50323
50328
|
taxId?: string | null;
|
|
50324
50329
|
partner?: {
|
|
50325
50330
|
/** Format: uuid */
|
|
@@ -50569,6 +50574,7 @@ export interface operations {
|
|
|
50569
50574
|
} | null;
|
|
50570
50575
|
phone?: string | null;
|
|
50571
50576
|
email?: string | null;
|
|
50577
|
+
supportEmail?: string | null;
|
|
50572
50578
|
taxId?: string | null;
|
|
50573
50579
|
partner?: {
|
|
50574
50580
|
/** Format: uuid */
|
|
@@ -52312,6 +52318,7 @@ export interface operations {
|
|
|
52312
52318
|
} | null;
|
|
52313
52319
|
phone?: string | null;
|
|
52314
52320
|
email?: string | null;
|
|
52321
|
+
supportEmail?: string | null;
|
|
52315
52322
|
taxId?: string | null;
|
|
52316
52323
|
partner?: {
|
|
52317
52324
|
/** Format: uuid */
|
|
@@ -52549,6 +52556,7 @@ export interface operations {
|
|
|
52549
52556
|
} | null;
|
|
52550
52557
|
phone?: string | null;
|
|
52551
52558
|
email?: string | null;
|
|
52559
|
+
supportEmail?: string | null;
|
|
52552
52560
|
taxId?: string | null;
|
|
52553
52561
|
partner?: {
|
|
52554
52562
|
/** Format: uuid */
|
|
@@ -52794,6 +52802,7 @@ export interface operations {
|
|
|
52794
52802
|
billingPartnerId?: string | null;
|
|
52795
52803
|
/** Format: email */
|
|
52796
52804
|
email?: string;
|
|
52805
|
+
supportEmail?: string | null;
|
|
52797
52806
|
migratedFromTenantId?: string | null;
|
|
52798
52807
|
settings?: {
|
|
52799
52808
|
showReservations?: boolean;
|
|
@@ -52864,6 +52873,7 @@ export interface operations {
|
|
|
52864
52873
|
} | null;
|
|
52865
52874
|
phone?: string | null;
|
|
52866
52875
|
email?: string | null;
|
|
52876
|
+
supportEmail?: string | null;
|
|
52867
52877
|
taxId?: string | null;
|
|
52868
52878
|
partner?: {
|
|
52869
52879
|
/** Format: uuid */
|
|
@@ -53554,6 +53564,7 @@ export interface operations {
|
|
|
53554
53564
|
} | null;
|
|
53555
53565
|
phone?: string | null;
|
|
53556
53566
|
email?: string | null;
|
|
53567
|
+
supportEmail?: string | null;
|
|
53557
53568
|
taxId?: string | null;
|
|
53558
53569
|
partner?: {
|
|
53559
53570
|
/** Format: uuid */
|