@vrplatform/api 1.3.1-stage.1731 → 1.3.1-stage.1734

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.
@@ -28970,6 +28970,7 @@ export interface operations {
28970
28970
  booksClosedAt?: string | null;
28971
28971
  logo?: string | null;
28972
28972
  statementStartAt?: string | null;
28973
+ ownerPortalShowDraftStatements?: boolean;
28973
28974
  members?: {
28974
28975
  userId: string;
28975
28976
  email?: string | null;
@@ -29136,6 +29137,7 @@ export interface operations {
29136
29137
  booksClosedAt?: string | null;
29137
29138
  logo?: string | null;
29138
29139
  statementStartAt?: string | null;
29140
+ ownerPortalShowDraftStatements?: boolean;
29139
29141
  generalLedger: {
29140
29142
  taxRateCountryOverwrite?: string | null;
29141
29143
  copyFromTeamId?: string;
@@ -29225,6 +29227,7 @@ export interface operations {
29225
29227
  booksClosedAt?: string | null;
29226
29228
  logo?: string | null;
29227
29229
  statementStartAt?: string | null;
29230
+ ownerPortalShowDraftStatements?: boolean;
29228
29231
  members?: {
29229
29232
  userId: string;
29230
29233
  email?: string | null;
@@ -30007,6 +30010,7 @@ export interface operations {
30007
30010
  booksClosedAt?: string | null;
30008
30011
  logo?: string | null;
30009
30012
  statementStartAt?: string | null;
30013
+ ownerPortalShowDraftStatements?: boolean;
30010
30014
  members?: {
30011
30015
  userId: string;
30012
30016
  email?: string | null;
@@ -30163,6 +30167,7 @@ export interface operations {
30163
30167
  booksClosedAt?: string | null;
30164
30168
  logo?: string | null;
30165
30169
  statementStartAt?: string | null;
30170
+ ownerPortalShowDraftStatements?: boolean;
30166
30171
  partnerId?: string | null;
30167
30172
  billingPartnerId?: string | null;
30168
30173
  /** @description Cancelation or Reinstatement of the team. */
@@ -30259,6 +30264,7 @@ export interface operations {
30259
30264
  booksClosedAt?: string | null;
30260
30265
  logo?: string | null;
30261
30266
  statementStartAt?: string | null;
30267
+ ownerPortalShowDraftStatements?: boolean;
30262
30268
  members?: {
30263
30269
  userId: string;
30264
30270
  email?: string | null;
@@ -30785,6 +30791,7 @@ export interface operations {
30785
30791
  booksClosedAt?: string | null;
30786
30792
  logo?: string | null;
30787
30793
  statementStartAt?: string | null;
30794
+ ownerPortalShowDraftStatements?: boolean;
30788
30795
  members?: {
30789
30796
  userId: string;
30790
30797
  email?: string | null;