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

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;