@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1731",
9
+ "version": "1.3.1-stage.1734",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -28971,6 +28971,7 @@ export interface operations {
28971
28971
  booksClosedAt?: string | null;
28972
28972
  logo?: string | null;
28973
28973
  statementStartAt?: string | null;
28974
+ ownerPortalShowDraftStatements?: boolean;
28974
28975
  members?: {
28975
28976
  userId: string;
28976
28977
  email?: string | null;
@@ -29137,6 +29138,7 @@ export interface operations {
29137
29138
  booksClosedAt?: string | null;
29138
29139
  logo?: string | null;
29139
29140
  statementStartAt?: string | null;
29141
+ ownerPortalShowDraftStatements?: boolean;
29140
29142
  generalLedger: {
29141
29143
  taxRateCountryOverwrite?: string | null;
29142
29144
  copyFromTeamId?: string;
@@ -29226,6 +29228,7 @@ export interface operations {
29226
29228
  booksClosedAt?: string | null;
29227
29229
  logo?: string | null;
29228
29230
  statementStartAt?: string | null;
29231
+ ownerPortalShowDraftStatements?: boolean;
29229
29232
  members?: {
29230
29233
  userId: string;
29231
29234
  email?: string | null;
@@ -30008,6 +30011,7 @@ export interface operations {
30008
30011
  booksClosedAt?: string | null;
30009
30012
  logo?: string | null;
30010
30013
  statementStartAt?: string | null;
30014
+ ownerPortalShowDraftStatements?: boolean;
30011
30015
  members?: {
30012
30016
  userId: string;
30013
30017
  email?: string | null;
@@ -30164,6 +30168,7 @@ export interface operations {
30164
30168
  booksClosedAt?: string | null;
30165
30169
  logo?: string | null;
30166
30170
  statementStartAt?: string | null;
30171
+ ownerPortalShowDraftStatements?: boolean;
30167
30172
  partnerId?: string | null;
30168
30173
  billingPartnerId?: string | null;
30169
30174
  /** @description Cancelation or Reinstatement of the team. */
@@ -30260,6 +30265,7 @@ export interface operations {
30260
30265
  booksClosedAt?: string | null;
30261
30266
  logo?: string | null;
30262
30267
  statementStartAt?: string | null;
30268
+ ownerPortalShowDraftStatements?: boolean;
30263
30269
  members?: {
30264
30270
  userId: string;
30265
30271
  email?: string | null;
@@ -30786,6 +30792,7 @@ export interface operations {
30786
30792
  booksClosedAt?: string | null;
30787
30793
  logo?: string | null;
30788
30794
  statementStartAt?: string | null;
30795
+ ownerPortalShowDraftStatements?: boolean;
30789
30796
  members?: {
30790
30797
  userId: string;
30791
30798
  email?: string | null;