@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.2391",
6
+ "version": "1.3.1-stage.2394",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -38036,6 +38036,14 @@ export interface operations {
38036
38036
  logo?: string | null;
38037
38037
  statementStartAt?: string | null;
38038
38038
  effectiveStatementStartAt?: string | null;
38039
+ settings: {
38040
+ showReservations: boolean;
38041
+ showCancelledReservations: boolean;
38042
+ showReservationTotal: boolean;
38043
+ showOwnerCalendarBlocking: boolean;
38044
+ showTaxStatements: boolean;
38045
+ showTwoFactorAuth: boolean;
38046
+ };
38039
38047
  ownerPortalShowDraftStatements?: boolean;
38040
38048
  members?: {
38041
38049
  userId: string;
@@ -38335,6 +38343,14 @@ export interface operations {
38335
38343
  logo?: string | null;
38336
38344
  statementStartAt?: string | null;
38337
38345
  effectiveStatementStartAt?: string | null;
38346
+ settings: {
38347
+ showReservations: boolean;
38348
+ showCancelledReservations: boolean;
38349
+ showReservationTotal: boolean;
38350
+ showOwnerCalendarBlocking: boolean;
38351
+ showTaxStatements: boolean;
38352
+ showTwoFactorAuth: boolean;
38353
+ };
38338
38354
  ownerPortalShowDraftStatements?: boolean;
38339
38355
  members?: {
38340
38356
  userId: string;
@@ -38927,6 +38943,14 @@ export interface operations {
38927
38943
  logo?: string | null;
38928
38944
  statementStartAt?: string | null;
38929
38945
  effectiveStatementStartAt?: string | null;
38946
+ settings: {
38947
+ showReservations: boolean;
38948
+ showCancelledReservations: boolean;
38949
+ showReservationTotal: boolean;
38950
+ showOwnerCalendarBlocking: boolean;
38951
+ showTaxStatements: boolean;
38952
+ showTwoFactorAuth: boolean;
38953
+ };
38930
38954
  ownerPortalShowDraftStatements?: boolean;
38931
38955
  members?: {
38932
38956
  userId: string;
@@ -39167,6 +39191,14 @@ export interface operations {
39167
39191
  logo?: string | null;
39168
39192
  statementStartAt?: string | null;
39169
39193
  effectiveStatementStartAt?: string | null;
39194
+ settings: {
39195
+ showReservations: boolean;
39196
+ showCancelledReservations: boolean;
39197
+ showReservationTotal: boolean;
39198
+ showOwnerCalendarBlocking: boolean;
39199
+ showTaxStatements: boolean;
39200
+ showTwoFactorAuth: boolean;
39201
+ };
39170
39202
  ownerPortalShowDraftStatements?: boolean;
39171
39203
  members?: {
39172
39204
  userId: string;
@@ -41054,6 +41086,14 @@ export interface operations {
41054
41086
  logo?: string | null;
41055
41087
  statementStartAt?: string | null;
41056
41088
  effectiveStatementStartAt?: string | null;
41089
+ settings: {
41090
+ showReservations: boolean;
41091
+ showCancelledReservations: boolean;
41092
+ showReservationTotal: boolean;
41093
+ showOwnerCalendarBlocking: boolean;
41094
+ showTaxStatements: boolean;
41095
+ showTwoFactorAuth: boolean;
41096
+ };
41057
41097
  ownerPortalShowDraftStatements?: boolean;
41058
41098
  members?: {
41059
41099
  userId: string;
@@ -41224,6 +41264,14 @@ export interface operations {
41224
41264
  /** Format: email */
41225
41265
  email?: string;
41226
41266
  migratedFromTenantId?: string | null;
41267
+ settings?: {
41268
+ showReservations?: boolean;
41269
+ showCancelledReservations?: boolean;
41270
+ showReservationTotal?: boolean;
41271
+ showOwnerCalendarBlocking?: boolean;
41272
+ showTaxStatements?: boolean;
41273
+ showTwoFactorAuth?: boolean;
41274
+ };
41227
41275
  /** @description Cancelation or Reinstatement of the team. */
41228
41276
  cancelation?: {
41229
41277
  /** @description Date on which the cancelation will take effect or null if an active cancellation should be withdrawn. */
@@ -41351,6 +41399,14 @@ export interface operations {
41351
41399
  logo?: string | null;
41352
41400
  statementStartAt?: string | null;
41353
41401
  effectiveStatementStartAt?: string | null;
41402
+ settings: {
41403
+ showReservations: boolean;
41404
+ showCancelledReservations: boolean;
41405
+ showReservationTotal: boolean;
41406
+ showOwnerCalendarBlocking: boolean;
41407
+ showTaxStatements: boolean;
41408
+ showTwoFactorAuth: boolean;
41409
+ };
41354
41410
  ownerPortalShowDraftStatements?: boolean;
41355
41411
  members?: {
41356
41412
  userId: string;
@@ -41918,6 +41974,14 @@ export interface operations {
41918
41974
  logo?: string | null;
41919
41975
  statementStartAt?: string | null;
41920
41976
  effectiveStatementStartAt?: string | null;
41977
+ settings: {
41978
+ showReservations: boolean;
41979
+ showCancelledReservations: boolean;
41980
+ showReservationTotal: boolean;
41981
+ showOwnerCalendarBlocking: boolean;
41982
+ showTaxStatements: boolean;
41983
+ showTwoFactorAuth: boolean;
41984
+ };
41921
41985
  ownerPortalShowDraftStatements?: boolean;
41922
41986
  members?: {
41923
41987
  userId: string;