@vrplatform/api 1.3.1-stage.1729 → 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.1729",
9
+ "version": "1.3.1-stage.1734",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -2499,6 +2499,17 @@ export interface operations {
2499
2499
  /** @constant */
2500
2500
  reason: "immutable";
2501
2501
  };
2502
+ issues: {
2503
+ /** @constant */
2504
+ code: "bankAccountLast4OutOfSync";
2505
+ /** @constant */
2506
+ severity: "warning";
2507
+ context: {
2508
+ accountLast4?: string | null;
2509
+ bankAccountLast4: string;
2510
+ bankAccountIds: string[];
2511
+ };
2512
+ }[];
2502
2513
  banking?: {
2503
2514
  category?: ("trust" | "operating" | "external") | null;
2504
2515
  type?: ("deposit" | "creditCard") | null;
@@ -2699,6 +2710,17 @@ export interface operations {
2699
2710
  /** @constant */
2700
2711
  reason: "immutable";
2701
2712
  };
2713
+ issues: {
2714
+ /** @constant */
2715
+ code: "bankAccountLast4OutOfSync";
2716
+ /** @constant */
2717
+ severity: "warning";
2718
+ context: {
2719
+ accountLast4?: string | null;
2720
+ bankAccountLast4: string;
2721
+ bankAccountIds: string[];
2722
+ };
2723
+ }[];
2702
2724
  banking?: {
2703
2725
  category?: ("trust" | "operating" | "external") | null;
2704
2726
  type?: ("deposit" | "creditCard") | null;
@@ -2980,6 +3002,17 @@ export interface operations {
2980
3002
  /** @constant */
2981
3003
  reason: "immutable";
2982
3004
  };
3005
+ issues: {
3006
+ /** @constant */
3007
+ code: "bankAccountLast4OutOfSync";
3008
+ /** @constant */
3009
+ severity: "warning";
3010
+ context: {
3011
+ accountLast4?: string | null;
3012
+ bankAccountLast4: string;
3013
+ bankAccountIds: string[];
3014
+ };
3015
+ }[];
2983
3016
  banking?: {
2984
3017
  category?: ("trust" | "operating" | "external") | null;
2985
3018
  type?: ("deposit" | "creditCard") | null;
@@ -3172,6 +3205,17 @@ export interface operations {
3172
3205
  /** @constant */
3173
3206
  reason: "immutable";
3174
3207
  };
3208
+ issues: {
3209
+ /** @constant */
3210
+ code: "bankAccountLast4OutOfSync";
3211
+ /** @constant */
3212
+ severity: "warning";
3213
+ context: {
3214
+ accountLast4?: string | null;
3215
+ bankAccountLast4: string;
3216
+ bankAccountIds: string[];
3217
+ };
3218
+ }[];
3175
3219
  banking?: {
3176
3220
  category?: ("trust" | "operating" | "external") | null;
3177
3221
  type?: ("deposit" | "creditCard") | null;
@@ -28927,6 +28971,7 @@ export interface operations {
28927
28971
  booksClosedAt?: string | null;
28928
28972
  logo?: string | null;
28929
28973
  statementStartAt?: string | null;
28974
+ ownerPortalShowDraftStatements?: boolean;
28930
28975
  members?: {
28931
28976
  userId: string;
28932
28977
  email?: string | null;
@@ -29093,6 +29138,7 @@ export interface operations {
29093
29138
  booksClosedAt?: string | null;
29094
29139
  logo?: string | null;
29095
29140
  statementStartAt?: string | null;
29141
+ ownerPortalShowDraftStatements?: boolean;
29096
29142
  generalLedger: {
29097
29143
  taxRateCountryOverwrite?: string | null;
29098
29144
  copyFromTeamId?: string;
@@ -29182,6 +29228,7 @@ export interface operations {
29182
29228
  booksClosedAt?: string | null;
29183
29229
  logo?: string | null;
29184
29230
  statementStartAt?: string | null;
29231
+ ownerPortalShowDraftStatements?: boolean;
29185
29232
  members?: {
29186
29233
  userId: string;
29187
29234
  email?: string | null;
@@ -29964,6 +30011,7 @@ export interface operations {
29964
30011
  booksClosedAt?: string | null;
29965
30012
  logo?: string | null;
29966
30013
  statementStartAt?: string | null;
30014
+ ownerPortalShowDraftStatements?: boolean;
29967
30015
  members?: {
29968
30016
  userId: string;
29969
30017
  email?: string | null;
@@ -30120,6 +30168,7 @@ export interface operations {
30120
30168
  booksClosedAt?: string | null;
30121
30169
  logo?: string | null;
30122
30170
  statementStartAt?: string | null;
30171
+ ownerPortalShowDraftStatements?: boolean;
30123
30172
  partnerId?: string | null;
30124
30173
  billingPartnerId?: string | null;
30125
30174
  /** @description Cancelation or Reinstatement of the team. */
@@ -30216,6 +30265,7 @@ export interface operations {
30216
30265
  booksClosedAt?: string | null;
30217
30266
  logo?: string | null;
30218
30267
  statementStartAt?: string | null;
30268
+ ownerPortalShowDraftStatements?: boolean;
30219
30269
  members?: {
30220
30270
  userId: string;
30221
30271
  email?: string | null;
@@ -30742,6 +30792,7 @@ export interface operations {
30742
30792
  booksClosedAt?: string | null;
30743
30793
  logo?: string | null;
30744
30794
  statementStartAt?: string | null;
30795
+ ownerPortalShowDraftStatements?: boolean;
30745
30796
  members?: {
30746
30797
  userId: string;
30747
30798
  email?: string | null;