@vrplatform/api 1.3.1-stage.1729 → 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.
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.1731",
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;