@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.
@@ -2498,6 +2498,17 @@ export interface operations {
2498
2498
  /** @constant */
2499
2499
  reason: "immutable";
2500
2500
  };
2501
+ issues: {
2502
+ /** @constant */
2503
+ code: "bankAccountLast4OutOfSync";
2504
+ /** @constant */
2505
+ severity: "warning";
2506
+ context: {
2507
+ accountLast4?: string | null;
2508
+ bankAccountLast4: string;
2509
+ bankAccountIds: string[];
2510
+ };
2511
+ }[];
2501
2512
  banking?: {
2502
2513
  category?: ("trust" | "operating" | "external") | null;
2503
2514
  type?: ("deposit" | "creditCard") | null;
@@ -2698,6 +2709,17 @@ export interface operations {
2698
2709
  /** @constant */
2699
2710
  reason: "immutable";
2700
2711
  };
2712
+ issues: {
2713
+ /** @constant */
2714
+ code: "bankAccountLast4OutOfSync";
2715
+ /** @constant */
2716
+ severity: "warning";
2717
+ context: {
2718
+ accountLast4?: string | null;
2719
+ bankAccountLast4: string;
2720
+ bankAccountIds: string[];
2721
+ };
2722
+ }[];
2701
2723
  banking?: {
2702
2724
  category?: ("trust" | "operating" | "external") | null;
2703
2725
  type?: ("deposit" | "creditCard") | null;
@@ -2979,6 +3001,17 @@ export interface operations {
2979
3001
  /** @constant */
2980
3002
  reason: "immutable";
2981
3003
  };
3004
+ issues: {
3005
+ /** @constant */
3006
+ code: "bankAccountLast4OutOfSync";
3007
+ /** @constant */
3008
+ severity: "warning";
3009
+ context: {
3010
+ accountLast4?: string | null;
3011
+ bankAccountLast4: string;
3012
+ bankAccountIds: string[];
3013
+ };
3014
+ }[];
2982
3015
  banking?: {
2983
3016
  category?: ("trust" | "operating" | "external") | null;
2984
3017
  type?: ("deposit" | "creditCard") | null;
@@ -3171,6 +3204,17 @@ export interface operations {
3171
3204
  /** @constant */
3172
3205
  reason: "immutable";
3173
3206
  };
3207
+ issues: {
3208
+ /** @constant */
3209
+ code: "bankAccountLast4OutOfSync";
3210
+ /** @constant */
3211
+ severity: "warning";
3212
+ context: {
3213
+ accountLast4?: string | null;
3214
+ bankAccountLast4: string;
3215
+ bankAccountIds: string[];
3216
+ };
3217
+ }[];
3174
3218
  banking?: {
3175
3219
  category?: ("trust" | "operating" | "external") | null;
3176
3220
  type?: ("deposit" | "creditCard") | null;
@@ -28926,6 +28970,7 @@ export interface operations {
28926
28970
  booksClosedAt?: string | null;
28927
28971
  logo?: string | null;
28928
28972
  statementStartAt?: string | null;
28973
+ ownerPortalShowDraftStatements?: boolean;
28929
28974
  members?: {
28930
28975
  userId: string;
28931
28976
  email?: string | null;
@@ -29092,6 +29137,7 @@ export interface operations {
29092
29137
  booksClosedAt?: string | null;
29093
29138
  logo?: string | null;
29094
29139
  statementStartAt?: string | null;
29140
+ ownerPortalShowDraftStatements?: boolean;
29095
29141
  generalLedger: {
29096
29142
  taxRateCountryOverwrite?: string | null;
29097
29143
  copyFromTeamId?: string;
@@ -29181,6 +29227,7 @@ export interface operations {
29181
29227
  booksClosedAt?: string | null;
29182
29228
  logo?: string | null;
29183
29229
  statementStartAt?: string | null;
29230
+ ownerPortalShowDraftStatements?: boolean;
29184
29231
  members?: {
29185
29232
  userId: string;
29186
29233
  email?: string | null;
@@ -29963,6 +30010,7 @@ export interface operations {
29963
30010
  booksClosedAt?: string | null;
29964
30011
  logo?: string | null;
29965
30012
  statementStartAt?: string | null;
30013
+ ownerPortalShowDraftStatements?: boolean;
29966
30014
  members?: {
29967
30015
  userId: string;
29968
30016
  email?: string | null;
@@ -30119,6 +30167,7 @@ export interface operations {
30119
30167
  booksClosedAt?: string | null;
30120
30168
  logo?: string | null;
30121
30169
  statementStartAt?: string | null;
30170
+ ownerPortalShowDraftStatements?: boolean;
30122
30171
  partnerId?: string | null;
30123
30172
  billingPartnerId?: string | null;
30124
30173
  /** @description Cancelation or Reinstatement of the team. */
@@ -30215,6 +30264,7 @@ export interface operations {
30215
30264
  booksClosedAt?: string | null;
30216
30265
  logo?: string | null;
30217
30266
  statementStartAt?: string | null;
30267
+ ownerPortalShowDraftStatements?: boolean;
30218
30268
  members?: {
30219
30269
  userId: string;
30220
30270
  email?: string | null;
@@ -30741,6 +30791,7 @@ export interface operations {
30741
30791
  booksClosedAt?: string | null;
30742
30792
  logo?: string | null;
30743
30793
  statementStartAt?: string | null;
30794
+ ownerPortalShowDraftStatements?: boolean;
30744
30795
  members?: {
30745
30796
  userId: string;
30746
30797
  email?: string | null;