@vrplatform/api 1.3.1-2392 → 1.3.1-2397
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
|
@@ -23760,6 +23760,16 @@ export interface operations {
|
|
|
23760
23760
|
context: {
|
|
23761
23761
|
transactionId?: string | null;
|
|
23762
23762
|
};
|
|
23763
|
+
} | {
|
|
23764
|
+
/** @constant */
|
|
23765
|
+
code: "listingOwnershipPeriodNotFound";
|
|
23766
|
+
/** @constant */
|
|
23767
|
+
severity: "error";
|
|
23768
|
+
context: {
|
|
23769
|
+
listingId?: string | null;
|
|
23770
|
+
txnAt?: string | null;
|
|
23771
|
+
};
|
|
23772
|
+
message: string;
|
|
23763
23773
|
} | {
|
|
23764
23774
|
/** @constant */
|
|
23765
23775
|
code: "unknownInactiveReason";
|
|
@@ -24665,6 +24675,16 @@ export interface operations {
|
|
|
24665
24675
|
context: {
|
|
24666
24676
|
transactionId?: string | null;
|
|
24667
24677
|
};
|
|
24678
|
+
} | {
|
|
24679
|
+
/** @constant */
|
|
24680
|
+
code: "listingOwnershipPeriodNotFound";
|
|
24681
|
+
/** @constant */
|
|
24682
|
+
severity: "error";
|
|
24683
|
+
context: {
|
|
24684
|
+
listingId?: string | null;
|
|
24685
|
+
txnAt?: string | null;
|
|
24686
|
+
};
|
|
24687
|
+
message: string;
|
|
24668
24688
|
} | {
|
|
24669
24689
|
/** @constant */
|
|
24670
24690
|
code: "unknownInactiveReason";
|
|
@@ -38036,6 +38056,14 @@ export interface operations {
|
|
|
38036
38056
|
logo?: string | null;
|
|
38037
38057
|
statementStartAt?: string | null;
|
|
38038
38058
|
effectiveStatementStartAt?: string | null;
|
|
38059
|
+
settings: {
|
|
38060
|
+
showReservations: boolean;
|
|
38061
|
+
showCancelledReservations: boolean;
|
|
38062
|
+
showReservationTotal: boolean;
|
|
38063
|
+
showOwnerCalendarBlocking: boolean;
|
|
38064
|
+
showTaxStatements: boolean;
|
|
38065
|
+
showTwoFactorAuth: boolean;
|
|
38066
|
+
};
|
|
38039
38067
|
ownerPortalShowDraftStatements?: boolean;
|
|
38040
38068
|
members?: {
|
|
38041
38069
|
userId: string;
|
|
@@ -38335,6 +38363,14 @@ export interface operations {
|
|
|
38335
38363
|
logo?: string | null;
|
|
38336
38364
|
statementStartAt?: string | null;
|
|
38337
38365
|
effectiveStatementStartAt?: string | null;
|
|
38366
|
+
settings: {
|
|
38367
|
+
showReservations: boolean;
|
|
38368
|
+
showCancelledReservations: boolean;
|
|
38369
|
+
showReservationTotal: boolean;
|
|
38370
|
+
showOwnerCalendarBlocking: boolean;
|
|
38371
|
+
showTaxStatements: boolean;
|
|
38372
|
+
showTwoFactorAuth: boolean;
|
|
38373
|
+
};
|
|
38338
38374
|
ownerPortalShowDraftStatements?: boolean;
|
|
38339
38375
|
members?: {
|
|
38340
38376
|
userId: string;
|
|
@@ -38927,6 +38963,14 @@ export interface operations {
|
|
|
38927
38963
|
logo?: string | null;
|
|
38928
38964
|
statementStartAt?: string | null;
|
|
38929
38965
|
effectiveStatementStartAt?: string | null;
|
|
38966
|
+
settings: {
|
|
38967
|
+
showReservations: boolean;
|
|
38968
|
+
showCancelledReservations: boolean;
|
|
38969
|
+
showReservationTotal: boolean;
|
|
38970
|
+
showOwnerCalendarBlocking: boolean;
|
|
38971
|
+
showTaxStatements: boolean;
|
|
38972
|
+
showTwoFactorAuth: boolean;
|
|
38973
|
+
};
|
|
38930
38974
|
ownerPortalShowDraftStatements?: boolean;
|
|
38931
38975
|
members?: {
|
|
38932
38976
|
userId: string;
|
|
@@ -39167,6 +39211,14 @@ export interface operations {
|
|
|
39167
39211
|
logo?: string | null;
|
|
39168
39212
|
statementStartAt?: string | null;
|
|
39169
39213
|
effectiveStatementStartAt?: string | null;
|
|
39214
|
+
settings: {
|
|
39215
|
+
showReservations: boolean;
|
|
39216
|
+
showCancelledReservations: boolean;
|
|
39217
|
+
showReservationTotal: boolean;
|
|
39218
|
+
showOwnerCalendarBlocking: boolean;
|
|
39219
|
+
showTaxStatements: boolean;
|
|
39220
|
+
showTwoFactorAuth: boolean;
|
|
39221
|
+
};
|
|
39170
39222
|
ownerPortalShowDraftStatements?: boolean;
|
|
39171
39223
|
members?: {
|
|
39172
39224
|
userId: string;
|
|
@@ -41054,6 +41106,14 @@ export interface operations {
|
|
|
41054
41106
|
logo?: string | null;
|
|
41055
41107
|
statementStartAt?: string | null;
|
|
41056
41108
|
effectiveStatementStartAt?: string | null;
|
|
41109
|
+
settings: {
|
|
41110
|
+
showReservations: boolean;
|
|
41111
|
+
showCancelledReservations: boolean;
|
|
41112
|
+
showReservationTotal: boolean;
|
|
41113
|
+
showOwnerCalendarBlocking: boolean;
|
|
41114
|
+
showTaxStatements: boolean;
|
|
41115
|
+
showTwoFactorAuth: boolean;
|
|
41116
|
+
};
|
|
41057
41117
|
ownerPortalShowDraftStatements?: boolean;
|
|
41058
41118
|
members?: {
|
|
41059
41119
|
userId: string;
|
|
@@ -41224,6 +41284,14 @@ export interface operations {
|
|
|
41224
41284
|
/** Format: email */
|
|
41225
41285
|
email?: string;
|
|
41226
41286
|
migratedFromTenantId?: string | null;
|
|
41287
|
+
settings?: {
|
|
41288
|
+
showReservations?: boolean;
|
|
41289
|
+
showCancelledReservations?: boolean;
|
|
41290
|
+
showReservationTotal?: boolean;
|
|
41291
|
+
showOwnerCalendarBlocking?: boolean;
|
|
41292
|
+
showTaxStatements?: boolean;
|
|
41293
|
+
showTwoFactorAuth?: boolean;
|
|
41294
|
+
};
|
|
41227
41295
|
/** @description Cancelation or Reinstatement of the team. */
|
|
41228
41296
|
cancelation?: {
|
|
41229
41297
|
/** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
|
|
@@ -41351,6 +41419,14 @@ export interface operations {
|
|
|
41351
41419
|
logo?: string | null;
|
|
41352
41420
|
statementStartAt?: string | null;
|
|
41353
41421
|
effectiveStatementStartAt?: string | null;
|
|
41422
|
+
settings: {
|
|
41423
|
+
showReservations: boolean;
|
|
41424
|
+
showCancelledReservations: boolean;
|
|
41425
|
+
showReservationTotal: boolean;
|
|
41426
|
+
showOwnerCalendarBlocking: boolean;
|
|
41427
|
+
showTaxStatements: boolean;
|
|
41428
|
+
showTwoFactorAuth: boolean;
|
|
41429
|
+
};
|
|
41354
41430
|
ownerPortalShowDraftStatements?: boolean;
|
|
41355
41431
|
members?: {
|
|
41356
41432
|
userId: string;
|
|
@@ -41918,6 +41994,14 @@ export interface operations {
|
|
|
41918
41994
|
logo?: string | null;
|
|
41919
41995
|
statementStartAt?: string | null;
|
|
41920
41996
|
effectiveStatementStartAt?: string | null;
|
|
41997
|
+
settings: {
|
|
41998
|
+
showReservations: boolean;
|
|
41999
|
+
showCancelledReservations: boolean;
|
|
42000
|
+
showReservationTotal: boolean;
|
|
42001
|
+
showOwnerCalendarBlocking: boolean;
|
|
42002
|
+
showTaxStatements: boolean;
|
|
42003
|
+
showTwoFactorAuth: boolean;
|
|
42004
|
+
};
|
|
41921
42005
|
ownerPortalShowDraftStatements?: boolean;
|
|
41922
42006
|
members?: {
|
|
41923
42007
|
userId: string;
|