@vrplatform/api 1.3.1-stage.4019 → 1.3.1-stage.4021

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4019",
6
+ "version": "1.3.1-stage.4021",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -3907,7 +3907,7 @@ export interface operations {
3907
3907
  /** @constant */
3908
3908
  reason: "immutable";
3909
3909
  };
3910
- issues: {
3910
+ issues: ({
3911
3911
  /** @constant */
3912
3912
  code: "bankAccountLast4OutOfSync";
3913
3913
  /** @constant */
@@ -3917,7 +3917,16 @@ export interface operations {
3917
3917
  bankAccountLast4: string;
3918
3918
  bankAccountIds: string[];
3919
3919
  };
3920
- }[];
3920
+ } | {
3921
+ /** @constant */
3922
+ code: "operatingBankAccountRequiresOpex";
3923
+ /** @constant */
3924
+ severity: "error";
3925
+ context: {
3926
+ /** @constant */
3927
+ bankingCategory: "operating";
3928
+ };
3929
+ })[];
3921
3930
  banking?: {
3922
3931
  category?: ("trust" | "operating" | "external") | null;
3923
3932
  type?: ("deposit" | "creditCard") | null;
@@ -4132,7 +4141,7 @@ export interface operations {
4132
4141
  /** @constant */
4133
4142
  reason: "immutable";
4134
4143
  };
4135
- issues: {
4144
+ issues: ({
4136
4145
  /** @constant */
4137
4146
  code: "bankAccountLast4OutOfSync";
4138
4147
  /** @constant */
@@ -4142,7 +4151,16 @@ export interface operations {
4142
4151
  bankAccountLast4: string;
4143
4152
  bankAccountIds: string[];
4144
4153
  };
4145
- }[];
4154
+ } | {
4155
+ /** @constant */
4156
+ code: "operatingBankAccountRequiresOpex";
4157
+ /** @constant */
4158
+ severity: "error";
4159
+ context: {
4160
+ /** @constant */
4161
+ bankingCategory: "operating";
4162
+ };
4163
+ })[];
4146
4164
  banking?: {
4147
4165
  category?: ("trust" | "operating" | "external") | null;
4148
4166
  type?: ("deposit" | "creditCard") | null;
@@ -4545,7 +4563,7 @@ export interface operations {
4545
4563
  /** @constant */
4546
4564
  reason: "immutable";
4547
4565
  };
4548
- issues: {
4566
+ issues: ({
4549
4567
  /** @constant */
4550
4568
  code: "bankAccountLast4OutOfSync";
4551
4569
  /** @constant */
@@ -4555,7 +4573,16 @@ export interface operations {
4555
4573
  bankAccountLast4: string;
4556
4574
  bankAccountIds: string[];
4557
4575
  };
4558
- }[];
4576
+ } | {
4577
+ /** @constant */
4578
+ code: "operatingBankAccountRequiresOpex";
4579
+ /** @constant */
4580
+ severity: "error";
4581
+ context: {
4582
+ /** @constant */
4583
+ bankingCategory: "operating";
4584
+ };
4585
+ })[];
4559
4586
  banking?: {
4560
4587
  category?: ("trust" | "operating" | "external") | null;
4561
4588
  type?: ("deposit" | "creditCard") | null;
@@ -4762,7 +4789,7 @@ export interface operations {
4762
4789
  /** @constant */
4763
4790
  reason: "immutable";
4764
4791
  };
4765
- issues: {
4792
+ issues: ({
4766
4793
  /** @constant */
4767
4794
  code: "bankAccountLast4OutOfSync";
4768
4795
  /** @constant */
@@ -4772,7 +4799,16 @@ export interface operations {
4772
4799
  bankAccountLast4: string;
4773
4800
  bankAccountIds: string[];
4774
4801
  };
4775
- }[];
4802
+ } | {
4803
+ /** @constant */
4804
+ code: "operatingBankAccountRequiresOpex";
4805
+ /** @constant */
4806
+ severity: "error";
4807
+ context: {
4808
+ /** @constant */
4809
+ bankingCategory: "operating";
4810
+ };
4811
+ })[];
4776
4812
  banking?: {
4777
4813
  category?: ("trust" | "operating" | "external") | null;
4778
4814
  type?: ("deposit" | "creditCard") | null;
@@ -5491,7 +5527,7 @@ export interface operations {
5491
5527
  /** @constant */
5492
5528
  reason: "immutable";
5493
5529
  };
5494
- issues: {
5530
+ issues: ({
5495
5531
  /** @constant */
5496
5532
  code: "bankAccountLast4OutOfSync";
5497
5533
  /** @constant */
@@ -5501,7 +5537,16 @@ export interface operations {
5501
5537
  bankAccountLast4: string;
5502
5538
  bankAccountIds: string[];
5503
5539
  };
5504
- }[];
5540
+ } | {
5541
+ /** @constant */
5542
+ code: "operatingBankAccountRequiresOpex";
5543
+ /** @constant */
5544
+ severity: "error";
5545
+ context: {
5546
+ /** @constant */
5547
+ bankingCategory: "operating";
5548
+ };
5549
+ })[];
5505
5550
  banking?: {
5506
5551
  category?: ("trust" | "operating" | "external") | null;
5507
5552
  type?: ("deposit" | "creditCard") | null;
@@ -5700,7 +5745,7 @@ export interface operations {
5700
5745
  /** @constant */
5701
5746
  reason: "immutable";
5702
5747
  };
5703
- issues: {
5748
+ issues: ({
5704
5749
  /** @constant */
5705
5750
  code: "bankAccountLast4OutOfSync";
5706
5751
  /** @constant */
@@ -5710,7 +5755,16 @@ export interface operations {
5710
5755
  bankAccountLast4: string;
5711
5756
  bankAccountIds: string[];
5712
5757
  };
5713
- }[];
5758
+ } | {
5759
+ /** @constant */
5760
+ code: "operatingBankAccountRequiresOpex";
5761
+ /** @constant */
5762
+ severity: "error";
5763
+ context: {
5764
+ /** @constant */
5765
+ bankingCategory: "operating";
5766
+ };
5767
+ })[];
5714
5768
  banking?: {
5715
5769
  category?: ("trust" | "operating" | "external") | null;
5716
5770
  type?: ("deposit" | "creditCard") | null;
@@ -51952,6 +52006,22 @@ export interface operations {
51952
52006
  latestVersion: number;
51953
52007
  }[];
51954
52008
  };
52009
+ } | {
52010
+ /** @enum {string} */
52011
+ severity: "error" | "warning";
52012
+ /** @enum {string} */
52013
+ category: "criticalToUser" | "criticalToSystem";
52014
+ message: string;
52015
+ affected: number;
52016
+ /** @constant */
52017
+ code: "operatingBankAccountsWithoutOpex";
52018
+ context: {
52019
+ accounts: {
52020
+ /** Format: uuid */
52021
+ id: string;
52022
+ name: string;
52023
+ }[];
52024
+ };
51955
52025
  } | {
51956
52026
  /** @enum {string} */
51957
52027
  severity: "error" | "warning";
@@ -56084,6 +56154,22 @@ export interface operations {
56084
56154
  latestVersion: number;
56085
56155
  }[];
56086
56156
  };
56157
+ } | {
56158
+ /** @enum {string} */
56159
+ severity: "error" | "warning";
56160
+ /** @enum {string} */
56161
+ category: "criticalToUser" | "criticalToSystem";
56162
+ message: string;
56163
+ affected: number;
56164
+ /** @constant */
56165
+ code: "operatingBankAccountsWithoutOpex";
56166
+ context: {
56167
+ accounts: {
56168
+ /** Format: uuid */
56169
+ id: string;
56170
+ name: string;
56171
+ }[];
56172
+ };
56087
56173
  } | {
56088
56174
  /** @enum {string} */
56089
56175
  severity: "error" | "warning";