@vrplatform/api 1.3.0-stage.1326 → 1.3.0-stage.1328

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.0-stage.1326",
9
+ "version": "1.3.0-stage.1328",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -33,7 +33,7 @@
33
33
  "openapi-typescript-helpers": "^0.0.15"
34
34
  },
35
35
  "peerDependencies": {
36
- "@vrplatform/utils": "^4.9.45",
36
+ "@vrplatform/utils": "*",
37
37
  "@sentry/core": "*"
38
38
  },
39
39
  "devDependencies": {
@@ -4478,6 +4478,14 @@ export interface operations {
4478
4478
  ownerStatement?: {
4479
4479
  ids: string[];
4480
4480
  } | null;
4481
+ statementPeriod?: {
4482
+ hits: {
4483
+ /** Format: uuid */
4484
+ listingId: string;
4485
+ txnAt: string;
4486
+ openFrom: string;
4487
+ }[];
4488
+ } | null;
4481
4489
  } | null;
4482
4490
  issues: ({
4483
4491
  /** @enum {string} */
@@ -4644,6 +4652,14 @@ export interface operations {
4644
4652
  ownerStatement?: {
4645
4653
  ids: string[];
4646
4654
  } | null;
4655
+ statementPeriod?: {
4656
+ hits: {
4657
+ /** Format: uuid */
4658
+ listingId: string;
4659
+ txnAt: string;
4660
+ openFrom: string;
4661
+ }[];
4662
+ } | null;
4647
4663
  } | null;
4648
4664
  }[] | null;
4649
4665
  };
@@ -4729,6 +4745,14 @@ export interface operations {
4729
4745
  ownerStatement?: {
4730
4746
  ids: string[];
4731
4747
  } | null;
4748
+ statementPeriod?: {
4749
+ hits: {
4750
+ /** Format: uuid */
4751
+ listingId: string;
4752
+ txnAt: string;
4753
+ openFrom: string;
4754
+ }[];
4755
+ } | null;
4732
4756
  } | null;
4733
4757
  }[];
4734
4758
  };
@@ -4984,6 +5008,14 @@ export interface operations {
4984
5008
  ownerStatement?: {
4985
5009
  ids: string[];
4986
5010
  } | null;
5011
+ statementPeriod?: {
5012
+ hits: {
5013
+ /** Format: uuid */
5014
+ listingId: string;
5015
+ txnAt: string;
5016
+ openFrom: string;
5017
+ }[];
5018
+ } | null;
4987
5019
  } | null;
4988
5020
  issues: ({
4989
5021
  /** @enum {string} */
@@ -5150,6 +5182,14 @@ export interface operations {
5150
5182
  ownerStatement?: {
5151
5183
  ids: string[];
5152
5184
  } | null;
5185
+ statementPeriod?: {
5186
+ hits: {
5187
+ /** Format: uuid */
5188
+ listingId: string;
5189
+ txnAt: string;
5190
+ openFrom: string;
5191
+ }[];
5192
+ } | null;
5153
5193
  } | null;
5154
5194
  }[] | null;
5155
5195
  };
@@ -5235,6 +5275,14 @@ export interface operations {
5235
5275
  ownerStatement?: {
5236
5276
  ids: string[];
5237
5277
  } | null;
5278
+ statementPeriod?: {
5279
+ hits: {
5280
+ /** Format: uuid */
5281
+ listingId: string;
5282
+ txnAt: string;
5283
+ openFrom: string;
5284
+ }[];
5285
+ } | null;
5238
5286
  } | null;
5239
5287
  }[];
5240
5288
  };
@@ -5425,6 +5473,14 @@ export interface operations {
5425
5473
  ownerStatement?: {
5426
5474
  ids: string[];
5427
5475
  } | null;
5476
+ statementPeriod?: {
5477
+ hits: {
5478
+ /** Format: uuid */
5479
+ listingId: string;
5480
+ txnAt: string;
5481
+ openFrom: string;
5482
+ }[];
5483
+ } | null;
5428
5484
  } | null;
5429
5485
  issues: ({
5430
5486
  /** @enum {string} */
@@ -5728,6 +5784,14 @@ export interface operations {
5728
5784
  ownerStatement?: {
5729
5785
  ids: string[];
5730
5786
  } | null;
5787
+ statementPeriod?: {
5788
+ hits: {
5789
+ /** Format: uuid */
5790
+ listingId: string;
5791
+ txnAt: string;
5792
+ openFrom: string;
5793
+ }[];
5794
+ } | null;
5731
5795
  } | null;
5732
5796
  issues: ({
5733
5797
  /** @enum {string} */
@@ -5894,6 +5958,14 @@ export interface operations {
5894
5958
  ownerStatement?: {
5895
5959
  ids: string[];
5896
5960
  } | null;
5961
+ statementPeriod?: {
5962
+ hits: {
5963
+ /** Format: uuid */
5964
+ listingId: string;
5965
+ txnAt: string;
5966
+ openFrom: string;
5967
+ }[];
5968
+ } | null;
5897
5969
  } | null;
5898
5970
  }[] | null;
5899
5971
  };
@@ -5979,6 +6051,14 @@ export interface operations {
5979
6051
  ownerStatement?: {
5980
6052
  ids: string[];
5981
6053
  } | null;
6054
+ statementPeriod?: {
6055
+ hits: {
6056
+ /** Format: uuid */
6057
+ listingId: string;
6058
+ txnAt: string;
6059
+ openFrom: string;
6060
+ }[];
6061
+ } | null;
5982
6062
  } | null;
5983
6063
  }[];
5984
6064
  };
@@ -6673,6 +6753,14 @@ export interface operations {
6673
6753
  ownerStatement?: {
6674
6754
  ids: string[];
6675
6755
  } | null;
6756
+ statementPeriod?: {
6757
+ hits: {
6758
+ /** Format: uuid */
6759
+ listingId: string;
6760
+ txnAt: string;
6761
+ openFrom: string;
6762
+ }[];
6763
+ } | null;
6676
6764
  } | null;
6677
6765
  } | null;
6678
6766
  activeRecurringFeePeriods?: {
@@ -6889,6 +6977,14 @@ export interface operations {
6889
6977
  ownerStatement?: {
6890
6978
  ids: string[];
6891
6979
  } | null;
6980
+ statementPeriod?: {
6981
+ hits: {
6982
+ /** Format: uuid */
6983
+ listingId: string;
6984
+ txnAt: string;
6985
+ openFrom: string;
6986
+ }[];
6987
+ } | null;
6892
6988
  } | null;
6893
6989
  } | null;
6894
6990
  activeRecurringFeePeriods?: {
@@ -7123,6 +7219,14 @@ export interface operations {
7123
7219
  ownerStatement?: {
7124
7220
  ids: string[];
7125
7221
  } | null;
7222
+ statementPeriod?: {
7223
+ hits: {
7224
+ /** Format: uuid */
7225
+ listingId: string;
7226
+ txnAt: string;
7227
+ openFrom: string;
7228
+ }[];
7229
+ } | null;
7126
7230
  } | null;
7127
7231
  } | null;
7128
7232
  activeRecurringFeePeriods?: {
@@ -7347,6 +7451,14 @@ export interface operations {
7347
7451
  ownerStatement?: {
7348
7452
  ids: string[];
7349
7453
  } | null;
7454
+ statementPeriod?: {
7455
+ hits: {
7456
+ /** Format: uuid */
7457
+ listingId: string;
7458
+ txnAt: string;
7459
+ openFrom: string;
7460
+ }[];
7461
+ } | null;
7350
7462
  } | null;
7351
7463
  } | null;
7352
7464
  activeRecurringFeePeriods?: {
@@ -9162,6 +9274,14 @@ export interface operations {
9162
9274
  ownerStatement?: {
9163
9275
  ids: string[];
9164
9276
  } | null;
9277
+ statementPeriod?: {
9278
+ hits: {
9279
+ /** Format: uuid */
9280
+ listingId: string;
9281
+ txnAt: string;
9282
+ openFrom: string;
9283
+ }[];
9284
+ } | null;
9165
9285
  } | null;
9166
9286
  }[];
9167
9287
  id: string;
@@ -9642,6 +9762,14 @@ export interface operations {
9642
9762
  ownerStatement?: {
9643
9763
  ids: string[];
9644
9764
  } | null;
9765
+ statementPeriod?: {
9766
+ hits: {
9767
+ /** Format: uuid */
9768
+ listingId: string;
9769
+ txnAt: string;
9770
+ openFrom: string;
9771
+ }[];
9772
+ } | null;
9645
9773
  } | null;
9646
9774
  creditAccount: {
9647
9775
  id: string;
@@ -9818,6 +9946,14 @@ export interface operations {
9818
9946
  ownerStatement?: {
9819
9947
  ids: string[];
9820
9948
  } | null;
9949
+ statementPeriod?: {
9950
+ hits: {
9951
+ /** Format: uuid */
9952
+ listingId: string;
9953
+ txnAt: string;
9954
+ openFrom: string;
9955
+ }[];
9956
+ } | null;
9821
9957
  } | null;
9822
9958
  creditAccount: {
9823
9959
  id: string;
@@ -10034,6 +10170,14 @@ export interface operations {
10034
10170
  ownerStatement?: {
10035
10171
  ids: string[];
10036
10172
  } | null;
10173
+ statementPeriod?: {
10174
+ hits: {
10175
+ /** Format: uuid */
10176
+ listingId: string;
10177
+ txnAt: string;
10178
+ openFrom: string;
10179
+ }[];
10180
+ } | null;
10037
10181
  } | null;
10038
10182
  creditAccount: {
10039
10183
  id: string;
@@ -10218,6 +10362,14 @@ export interface operations {
10218
10362
  ownerStatement?: {
10219
10363
  ids: string[];
10220
10364
  } | null;
10365
+ statementPeriod?: {
10366
+ hits: {
10367
+ /** Format: uuid */
10368
+ listingId: string;
10369
+ txnAt: string;
10370
+ openFrom: string;
10371
+ }[];
10372
+ } | null;
10221
10373
  } | null;
10222
10374
  creditAccount: {
10223
10375
  id: string;
@@ -11271,6 +11423,14 @@ export interface operations {
11271
11423
  ownerStatement?: {
11272
11424
  ids: string[];
11273
11425
  } | null;
11426
+ statementPeriod?: {
11427
+ hits: {
11428
+ /** Format: uuid */
11429
+ listingId: string;
11430
+ txnAt: string;
11431
+ openFrom: string;
11432
+ }[];
11433
+ } | null;
11274
11434
  } | null;
11275
11435
  issues: {
11276
11436
  /** @enum {string} */
@@ -11305,6 +11465,14 @@ export interface operations {
11305
11465
  ownerStatement?: {
11306
11466
  ids: string[];
11307
11467
  } | null;
11468
+ statementPeriod?: {
11469
+ hits: {
11470
+ /** Format: uuid */
11471
+ listingId: string;
11472
+ txnAt: string;
11473
+ openFrom: string;
11474
+ }[];
11475
+ } | null;
11308
11476
  } | null;
11309
11477
  date?: string | null;
11310
11478
  };
@@ -14261,6 +14429,14 @@ export interface operations {
14261
14429
  ownerStatement?: {
14262
14430
  ids: string[];
14263
14431
  } | null;
14432
+ statementPeriod?: {
14433
+ hits: {
14434
+ /** Format: uuid */
14435
+ listingId: string;
14436
+ txnAt: string;
14437
+ openFrom: string;
14438
+ }[];
14439
+ } | null;
14264
14440
  } | null;
14265
14441
  issues: {
14266
14442
  /** @enum {string} */
@@ -14295,6 +14471,14 @@ export interface operations {
14295
14471
  ownerStatement?: {
14296
14472
  ids: string[];
14297
14473
  } | null;
14474
+ statementPeriod?: {
14475
+ hits: {
14476
+ /** Format: uuid */
14477
+ listingId: string;
14478
+ txnAt: string;
14479
+ openFrom: string;
14480
+ }[];
14481
+ } | null;
14298
14482
  } | null;
14299
14483
  date?: string | null;
14300
14484
  };
@@ -15452,6 +15636,14 @@ export interface operations {
15452
15636
  ownerStatement?: {
15453
15637
  ids: string[];
15454
15638
  } | null;
15639
+ statementPeriod?: {
15640
+ hits: {
15641
+ /** Format: uuid */
15642
+ listingId: string;
15643
+ txnAt: string;
15644
+ openFrom: string;
15645
+ }[];
15646
+ } | null;
15455
15647
  } | null;
15456
15648
  issues: {
15457
15649
  /** @enum {string} */
@@ -15486,6 +15678,14 @@ export interface operations {
15486
15678
  ownerStatement?: {
15487
15679
  ids: string[];
15488
15680
  } | null;
15681
+ statementPeriod?: {
15682
+ hits: {
15683
+ /** Format: uuid */
15684
+ listingId: string;
15685
+ txnAt: string;
15686
+ openFrom: string;
15687
+ }[];
15688
+ } | null;
15489
15689
  } | null;
15490
15690
  date?: string | null;
15491
15691
  };
@@ -15634,6 +15834,14 @@ export interface operations {
15634
15834
  ownerStatement?: {
15635
15835
  ids: string[];
15636
15836
  } | null;
15837
+ statementPeriod?: {
15838
+ hits: {
15839
+ /** Format: uuid */
15840
+ listingId: string;
15841
+ txnAt: string;
15842
+ openFrom: string;
15843
+ }[];
15844
+ } | null;
15637
15845
  } | null;
15638
15846
  } | null;
15639
15847
  /** Format: uuid */
@@ -15912,6 +16120,14 @@ export interface operations {
15912
16120
  ownerStatement?: {
15913
16121
  ids: string[];
15914
16122
  } | null;
16123
+ statementPeriod?: {
16124
+ hits: {
16125
+ /** Format: uuid */
16126
+ listingId: string;
16127
+ txnAt: string;
16128
+ openFrom: string;
16129
+ }[];
16130
+ } | null;
15915
16131
  } | null;
15916
16132
  issues: {
15917
16133
  /** @enum {string} */
@@ -15946,6 +16162,14 @@ export interface operations {
15946
16162
  ownerStatement?: {
15947
16163
  ids: string[];
15948
16164
  } | null;
16165
+ statementPeriod?: {
16166
+ hits: {
16167
+ /** Format: uuid */
16168
+ listingId: string;
16169
+ txnAt: string;
16170
+ openFrom: string;
16171
+ }[];
16172
+ } | null;
15949
16173
  } | null;
15950
16174
  date?: string | null;
15951
16175
  };
@@ -16101,6 +16325,14 @@ export interface operations {
16101
16325
  ownerStatement?: {
16102
16326
  ids: string[];
16103
16327
  } | null;
16328
+ statementPeriod?: {
16329
+ hits: {
16330
+ /** Format: uuid */
16331
+ listingId: string;
16332
+ txnAt: string;
16333
+ openFrom: string;
16334
+ }[];
16335
+ } | null;
16104
16336
  } | null;
16105
16337
  } | null;
16106
16338
  /** Format: uuid */
@@ -16220,6 +16452,14 @@ export interface operations {
16220
16452
  ownerStatement?: {
16221
16453
  ids: string[];
16222
16454
  } | null;
16455
+ statementPeriod?: {
16456
+ hits: {
16457
+ /** Format: uuid */
16458
+ listingId: string;
16459
+ txnAt: string;
16460
+ openFrom: string;
16461
+ }[];
16462
+ } | null;
16223
16463
  } | null;
16224
16464
  issues: {
16225
16465
  /** @enum {string} */
@@ -16254,6 +16494,14 @@ export interface operations {
16254
16494
  ownerStatement?: {
16255
16495
  ids: string[];
16256
16496
  } | null;
16497
+ statementPeriod?: {
16498
+ hits: {
16499
+ /** Format: uuid */
16500
+ listingId: string;
16501
+ txnAt: string;
16502
+ openFrom: string;
16503
+ }[];
16504
+ } | null;
16257
16505
  } | null;
16258
16506
  date?: string | null;
16259
16507
  };
@@ -16438,6 +16686,14 @@ export interface operations {
16438
16686
  ownerStatement?: {
16439
16687
  ids: string[];
16440
16688
  } | null;
16689
+ statementPeriod?: {
16690
+ hits: {
16691
+ /** Format: uuid */
16692
+ listingId: string;
16693
+ txnAt: string;
16694
+ openFrom: string;
16695
+ }[];
16696
+ } | null;
16441
16697
  } | null;
16442
16698
  issues: {
16443
16699
  /** @enum {string} */
@@ -16472,6 +16728,14 @@ export interface operations {
16472
16728
  ownerStatement?: {
16473
16729
  ids: string[];
16474
16730
  } | null;
16731
+ statementPeriod?: {
16732
+ hits: {
16733
+ /** Format: uuid */
16734
+ listingId: string;
16735
+ txnAt: string;
16736
+ openFrom: string;
16737
+ }[];
16738
+ } | null;
16475
16739
  } | null;
16476
16740
  date?: string | null;
16477
16741
  };
@@ -16586,6 +16850,14 @@ export interface operations {
16586
16850
  ownerStatement?: {
16587
16851
  ids: string[];
16588
16852
  } | null;
16853
+ statementPeriod?: {
16854
+ hits: {
16855
+ /** Format: uuid */
16856
+ listingId: string;
16857
+ txnAt: string;
16858
+ openFrom: string;
16859
+ }[];
16860
+ } | null;
16589
16861
  } | null;
16590
16862
  } | null;
16591
16863
  /** Format: uuid */
@@ -16739,6 +17011,14 @@ export interface operations {
16739
17011
  ownerStatement?: {
16740
17012
  ids: string[];
16741
17013
  } | null;
17014
+ statementPeriod?: {
17015
+ hits: {
17016
+ /** Format: uuid */
17017
+ listingId: string;
17018
+ txnAt: string;
17019
+ openFrom: string;
17020
+ }[];
17021
+ } | null;
16742
17022
  } | null;
16743
17023
  issues: {
16744
17024
  /** @enum {string} */
@@ -16773,6 +17053,14 @@ export interface operations {
16773
17053
  ownerStatement?: {
16774
17054
  ids: string[];
16775
17055
  } | null;
17056
+ statementPeriod?: {
17057
+ hits: {
17058
+ /** Format: uuid */
17059
+ listingId: string;
17060
+ txnAt: string;
17061
+ openFrom: string;
17062
+ }[];
17063
+ } | null;
16776
17064
  } | null;
16777
17065
  date?: string | null;
16778
17066
  };
@@ -17724,6 +18012,14 @@ export interface operations {
17724
18012
  ownerStatement?: {
17725
18013
  ids: string[];
17726
18014
  } | null;
18015
+ statementPeriod?: {
18016
+ hits: {
18017
+ /** Format: uuid */
18018
+ listingId: string;
18019
+ txnAt: string;
18020
+ openFrom: string;
18021
+ }[];
18022
+ } | null;
17727
18023
  } | null;
17728
18024
  issues: {
17729
18025
  /** @enum {string} */
@@ -17758,6 +18054,14 @@ export interface operations {
17758
18054
  ownerStatement?: {
17759
18055
  ids: string[];
17760
18056
  } | null;
18057
+ statementPeriod?: {
18058
+ hits: {
18059
+ /** Format: uuid */
18060
+ listingId: string;
18061
+ txnAt: string;
18062
+ openFrom: string;
18063
+ }[];
18064
+ } | null;
17761
18065
  } | null;
17762
18066
  date?: string | null;
17763
18067
  };
@@ -17905,6 +18209,12 @@ export interface operations {
17905
18209
  /** @enum {string|null} */
17906
18210
  classification?: "asset" | "liability" | "revenue" | "expense" | null;
17907
18211
  } | null;
18212
+ categoryLock: {
18213
+ /** @enum {string} */
18214
+ status: "locked";
18215
+ /** @enum {string} */
18216
+ reason: "immutable";
18217
+ };
17908
18218
  banking?: {
17909
18219
  /** @enum {string|null} */
17910
18220
  category?: "trust" | "operating" | "external" | null;
@@ -18065,6 +18375,12 @@ export interface operations {
18065
18375
  /** @enum {string|null} */
18066
18376
  classification?: "asset" | "liability" | "revenue" | "expense" | null;
18067
18377
  } | null;
18378
+ categoryLock: {
18379
+ /** @enum {string} */
18380
+ status: "locked";
18381
+ /** @enum {string} */
18382
+ reason: "immutable";
18383
+ };
18068
18384
  banking?: {
18069
18385
  /** @enum {string|null} */
18070
18386
  category?: "trust" | "operating" | "external" | null;
@@ -18285,6 +18601,12 @@ export interface operations {
18285
18601
  /** @enum {string|null} */
18286
18602
  classification?: "asset" | "liability" | "revenue" | "expense" | null;
18287
18603
  } | null;
18604
+ categoryLock: {
18605
+ /** @enum {string} */
18606
+ status: "locked";
18607
+ /** @enum {string} */
18608
+ reason: "immutable";
18609
+ };
18288
18610
  banking?: {
18289
18611
  /** @enum {string|null} */
18290
18612
  category?: "trust" | "operating" | "external" | null;
@@ -18453,6 +18775,12 @@ export interface operations {
18453
18775
  /** @enum {string|null} */
18454
18776
  classification?: "asset" | "liability" | "revenue" | "expense" | null;
18455
18777
  } | null;
18778
+ categoryLock: {
18779
+ /** @enum {string} */
18780
+ status: "locked";
18781
+ /** @enum {string} */
18782
+ reason: "immutable";
18783
+ };
18456
18784
  banking?: {
18457
18785
  /** @enum {string|null} */
18458
18786
  category?: "trust" | "operating" | "external" | null;