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