@vrplatform/api 1.3.1-stage.4020 → 1.3.1-stage.4022

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