@vrplatform/api 1.3.1-stage.2391 → 1.3.1-stage.2394

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.
@@ -38035,6 +38035,14 @@ export interface operations {
38035
38035
  logo?: string | null;
38036
38036
  statementStartAt?: string | null;
38037
38037
  effectiveStatementStartAt?: string | null;
38038
+ settings: {
38039
+ showReservations: boolean;
38040
+ showCancelledReservations: boolean;
38041
+ showReservationTotal: boolean;
38042
+ showOwnerCalendarBlocking: boolean;
38043
+ showTaxStatements: boolean;
38044
+ showTwoFactorAuth: boolean;
38045
+ };
38038
38046
  ownerPortalShowDraftStatements?: boolean;
38039
38047
  members?: {
38040
38048
  userId: string;
@@ -38334,6 +38342,14 @@ export interface operations {
38334
38342
  logo?: string | null;
38335
38343
  statementStartAt?: string | null;
38336
38344
  effectiveStatementStartAt?: string | null;
38345
+ settings: {
38346
+ showReservations: boolean;
38347
+ showCancelledReservations: boolean;
38348
+ showReservationTotal: boolean;
38349
+ showOwnerCalendarBlocking: boolean;
38350
+ showTaxStatements: boolean;
38351
+ showTwoFactorAuth: boolean;
38352
+ };
38337
38353
  ownerPortalShowDraftStatements?: boolean;
38338
38354
  members?: {
38339
38355
  userId: string;
@@ -38926,6 +38942,14 @@ export interface operations {
38926
38942
  logo?: string | null;
38927
38943
  statementStartAt?: string | null;
38928
38944
  effectiveStatementStartAt?: string | null;
38945
+ settings: {
38946
+ showReservations: boolean;
38947
+ showCancelledReservations: boolean;
38948
+ showReservationTotal: boolean;
38949
+ showOwnerCalendarBlocking: boolean;
38950
+ showTaxStatements: boolean;
38951
+ showTwoFactorAuth: boolean;
38952
+ };
38929
38953
  ownerPortalShowDraftStatements?: boolean;
38930
38954
  members?: {
38931
38955
  userId: string;
@@ -39166,6 +39190,14 @@ export interface operations {
39166
39190
  logo?: string | null;
39167
39191
  statementStartAt?: string | null;
39168
39192
  effectiveStatementStartAt?: string | null;
39193
+ settings: {
39194
+ showReservations: boolean;
39195
+ showCancelledReservations: boolean;
39196
+ showReservationTotal: boolean;
39197
+ showOwnerCalendarBlocking: boolean;
39198
+ showTaxStatements: boolean;
39199
+ showTwoFactorAuth: boolean;
39200
+ };
39169
39201
  ownerPortalShowDraftStatements?: boolean;
39170
39202
  members?: {
39171
39203
  userId: string;
@@ -41053,6 +41085,14 @@ export interface operations {
41053
41085
  logo?: string | null;
41054
41086
  statementStartAt?: string | null;
41055
41087
  effectiveStatementStartAt?: string | null;
41088
+ settings: {
41089
+ showReservations: boolean;
41090
+ showCancelledReservations: boolean;
41091
+ showReservationTotal: boolean;
41092
+ showOwnerCalendarBlocking: boolean;
41093
+ showTaxStatements: boolean;
41094
+ showTwoFactorAuth: boolean;
41095
+ };
41056
41096
  ownerPortalShowDraftStatements?: boolean;
41057
41097
  members?: {
41058
41098
  userId: string;
@@ -41223,6 +41263,14 @@ export interface operations {
41223
41263
  /** Format: email */
41224
41264
  email?: string;
41225
41265
  migratedFromTenantId?: string | null;
41266
+ settings?: {
41267
+ showReservations?: boolean;
41268
+ showCancelledReservations?: boolean;
41269
+ showReservationTotal?: boolean;
41270
+ showOwnerCalendarBlocking?: boolean;
41271
+ showTaxStatements?: boolean;
41272
+ showTwoFactorAuth?: boolean;
41273
+ };
41226
41274
  /** @description Cancelation or Reinstatement of the team. */
41227
41275
  cancelation?: {
41228
41276
  /** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
@@ -41350,6 +41398,14 @@ export interface operations {
41350
41398
  logo?: string | null;
41351
41399
  statementStartAt?: string | null;
41352
41400
  effectiveStatementStartAt?: string | null;
41401
+ settings: {
41402
+ showReservations: boolean;
41403
+ showCancelledReservations: boolean;
41404
+ showReservationTotal: boolean;
41405
+ showOwnerCalendarBlocking: boolean;
41406
+ showTaxStatements: boolean;
41407
+ showTwoFactorAuth: boolean;
41408
+ };
41353
41409
  ownerPortalShowDraftStatements?: boolean;
41354
41410
  members?: {
41355
41411
  userId: string;
@@ -41917,6 +41973,14 @@ export interface operations {
41917
41973
  logo?: string | null;
41918
41974
  statementStartAt?: string | null;
41919
41975
  effectiveStatementStartAt?: string | null;
41976
+ settings: {
41977
+ showReservations: boolean;
41978
+ showCancelledReservations: boolean;
41979
+ showReservationTotal: boolean;
41980
+ showOwnerCalendarBlocking: boolean;
41981
+ showTaxStatements: boolean;
41982
+ showTwoFactorAuth: boolean;
41983
+ };
41920
41984
  ownerPortalShowDraftStatements?: boolean;
41921
41985
  members?: {
41922
41986
  userId: string;