@vrplatform/api 1.3.1-stage.1744 → 1.3.1-stage.1746

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.1744",
9
+ "version": "1.3.1-stage.1746",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -3620,6 +3620,9 @@ export interface operations {
3620
3620
  ownerStatement?: {
3621
3621
  ids: string[];
3622
3622
  } | null;
3623
+ reconciled?: {
3624
+ bankRecordIds: string[];
3625
+ } | null;
3623
3626
  statementPeriod?: {
3624
3627
  hits: {
3625
3628
  /** Format: uuid */
@@ -3645,6 +3648,9 @@ export interface operations {
3645
3648
  ownerStatement?: {
3646
3649
  ids: string[];
3647
3650
  } | null;
3651
+ reconciled?: {
3652
+ bankRecordIds: string[];
3653
+ } | null;
3648
3654
  statementPeriod?: {
3649
3655
  hits: {
3650
3656
  /** Format: uuid */
@@ -3697,6 +3703,9 @@ export interface operations {
3697
3703
  ownerStatement?: {
3698
3704
  ids: string[];
3699
3705
  } | null;
3706
+ reconciled?: {
3707
+ bankRecordIds: string[];
3708
+ } | null;
3700
3709
  statementPeriod?: {
3701
3710
  hits: {
3702
3711
  /** Format: uuid */
@@ -10656,6 +10665,9 @@ export interface operations {
10656
10665
  ownerStatement?: {
10657
10666
  ids: string[];
10658
10667
  } | null;
10668
+ reconciled?: {
10669
+ bankRecordIds: string[];
10670
+ } | null;
10659
10671
  statementPeriod?: {
10660
10672
  hits: {
10661
10673
  /** Format: uuid */
@@ -10914,6 +10926,9 @@ export interface operations {
10914
10926
  ownerStatement?: {
10915
10927
  ids: string[];
10916
10928
  } | null;
10929
+ reconciled?: {
10930
+ bankRecordIds: string[];
10931
+ } | null;
10917
10932
  statementPeriod?: {
10918
10933
  hits: {
10919
10934
  /** Format: uuid */
@@ -11988,6 +12003,9 @@ export interface operations {
11988
12003
  ownerStatement?: {
11989
12004
  ids: string[];
11990
12005
  } | null;
12006
+ reconciled?: {
12007
+ bankRecordIds: string[];
12008
+ } | null;
11991
12009
  statementPeriod?: {
11992
12010
  hits: {
11993
12011
  /** Format: uuid */
@@ -12238,6 +12256,9 @@ export interface operations {
12238
12256
  ownerStatement?: {
12239
12257
  ids: string[];
12240
12258
  } | null;
12259
+ reconciled?: {
12260
+ bankRecordIds: string[];
12261
+ } | null;
12241
12262
  statementPeriod?: {
12242
12263
  hits: {
12243
12264
  /** Format: uuid */
@@ -14115,6 +14136,9 @@ export interface operations {
14115
14136
  ownerStatement?: {
14116
14137
  ids: string[];
14117
14138
  } | null;
14139
+ reconciled?: {
14140
+ bankRecordIds: string[];
14141
+ } | null;
14118
14142
  statementPeriod?: {
14119
14143
  hits: {
14120
14144
  /** Format: uuid */
@@ -14322,6 +14346,9 @@ export interface operations {
14322
14346
  ownerStatement?: {
14323
14347
  ids: string[];
14324
14348
  } | null;
14349
+ reconciled?: {
14350
+ bankRecordIds: string[];
14351
+ } | null;
14325
14352
  statementPeriod?: {
14326
14353
  hits: {
14327
14354
  /** Format: uuid */
@@ -15088,6 +15115,9 @@ export interface operations {
15088
15115
  ownerStatement?: {
15089
15116
  ids: string[];
15090
15117
  } | null;
15118
+ reconciled?: {
15119
+ bankRecordIds: string[];
15120
+ } | null;
15091
15121
  statementPeriod?: {
15092
15122
  hits: {
15093
15123
  /** Format: uuid */
@@ -15229,6 +15259,9 @@ export interface operations {
15229
15259
  ownerStatement?: {
15230
15260
  ids: string[];
15231
15261
  } | null;
15262
+ reconciled?: {
15263
+ bankRecordIds: string[];
15264
+ } | null;
15232
15265
  statementPeriod?: {
15233
15266
  hits: {
15234
15267
  /** Format: uuid */
@@ -15428,6 +15461,9 @@ export interface operations {
15428
15461
  ownerStatement?: {
15429
15462
  ids: string[];
15430
15463
  } | null;
15464
+ reconciled?: {
15465
+ bankRecordIds: string[];
15466
+ } | null;
15431
15467
  statementPeriod?: {
15432
15468
  hits: {
15433
15469
  /** Format: uuid */
@@ -19371,6 +19407,9 @@ export interface operations {
19371
19407
  ownerStatement?: {
19372
19408
  ids: string[];
19373
19409
  } | null;
19410
+ reconciled?: {
19411
+ bankRecordIds: string[];
19412
+ } | null;
19374
19413
  statementPeriod?: {
19375
19414
  hits: {
19376
19415
  /** Format: uuid */
@@ -19712,6 +19751,9 @@ export interface operations {
19712
19751
  ownerStatement?: {
19713
19752
  ids: string[];
19714
19753
  } | null;
19754
+ reconciled?: {
19755
+ bankRecordIds: string[];
19756
+ } | null;
19715
19757
  statementPeriod?: {
19716
19758
  hits: {
19717
19759
  /** Format: uuid */
@@ -19898,6 +19940,9 @@ export interface operations {
19898
19940
  ownerStatement?: {
19899
19941
  ids: string[];
19900
19942
  } | null;
19943
+ reconciled?: {
19944
+ bankRecordIds: string[];
19945
+ } | null;
19901
19946
  statementPeriod?: {
19902
19947
  hits: {
19903
19948
  /** Format: uuid */
@@ -19991,6 +20036,9 @@ export interface operations {
19991
20036
  ownerStatement?: {
19992
20037
  ids: string[];
19993
20038
  } | null;
20039
+ reconciled?: {
20040
+ bankRecordIds: string[];
20041
+ } | null;
19994
20042
  statementPeriod?: {
19995
20043
  hits: {
19996
20044
  /** Format: uuid */
@@ -20935,6 +20983,9 @@ export interface operations {
20935
20983
  ownerStatement?: {
20936
20984
  ids: string[];
20937
20985
  } | null;
20986
+ reconciled?: {
20987
+ bankRecordIds: string[];
20988
+ } | null;
20938
20989
  statementPeriod?: {
20939
20990
  hits: {
20940
20991
  /** Format: uuid */
@@ -21121,6 +21172,9 @@ export interface operations {
21121
21172
  ownerStatement?: {
21122
21173
  ids: string[];
21123
21174
  } | null;
21175
+ reconciled?: {
21176
+ bankRecordIds: string[];
21177
+ } | null;
21124
21178
  statementPeriod?: {
21125
21179
  hits: {
21126
21180
  /** Format: uuid */
@@ -21214,6 +21268,9 @@ export interface operations {
21214
21268
  ownerStatement?: {
21215
21269
  ids: string[];
21216
21270
  } | null;
21271
+ reconciled?: {
21272
+ bankRecordIds: string[];
21273
+ } | null;
21217
21274
  statementPeriod?: {
21218
21275
  hits: {
21219
21276
  /** Format: uuid */
@@ -21484,6 +21541,9 @@ export interface operations {
21484
21541
  ownerStatement?: {
21485
21542
  ids: string[];
21486
21543
  } | null;
21544
+ reconciled?: {
21545
+ bankRecordIds: string[];
21546
+ } | null;
21487
21547
  statementPeriod?: {
21488
21548
  hits: {
21489
21549
  /** Format: uuid */
@@ -21670,6 +21730,9 @@ export interface operations {
21670
21730
  ownerStatement?: {
21671
21731
  ids: string[];
21672
21732
  } | null;
21733
+ reconciled?: {
21734
+ bankRecordIds: string[];
21735
+ } | null;
21673
21736
  statementPeriod?: {
21674
21737
  hits: {
21675
21738
  /** Format: uuid */
@@ -21763,6 +21826,9 @@ export interface operations {
21763
21826
  ownerStatement?: {
21764
21827
  ids: string[];
21765
21828
  } | null;
21829
+ reconciled?: {
21830
+ bankRecordIds: string[];
21831
+ } | null;
21766
21832
  statementPeriod?: {
21767
21833
  hits: {
21768
21834
  /** Format: uuid */
@@ -22153,6 +22219,9 @@ export interface operations {
22153
22219
  ownerStatement?: {
22154
22220
  ids: string[];
22155
22221
  } | null;
22222
+ reconciled?: {
22223
+ bankRecordIds: string[];
22224
+ } | null;
22156
22225
  statementPeriod?: {
22157
22226
  hits: {
22158
22227
  /** Format: uuid */
@@ -22339,6 +22408,9 @@ export interface operations {
22339
22408
  ownerStatement?: {
22340
22409
  ids: string[];
22341
22410
  } | null;
22411
+ reconciled?: {
22412
+ bankRecordIds: string[];
22413
+ } | null;
22342
22414
  statementPeriod?: {
22343
22415
  hits: {
22344
22416
  /** Format: uuid */
@@ -22432,6 +22504,9 @@ export interface operations {
22432
22504
  ownerStatement?: {
22433
22505
  ids: string[];
22434
22506
  } | null;
22507
+ reconciled?: {
22508
+ bankRecordIds: string[];
22509
+ } | null;
22435
22510
  statementPeriod?: {
22436
22511
  hits: {
22437
22512
  /** Format: uuid */
@@ -22597,6 +22672,9 @@ export interface operations {
22597
22672
  ownerStatement?: {
22598
22673
  ids: string[];
22599
22674
  } | null;
22675
+ reconciled?: {
22676
+ bankRecordIds: string[];
22677
+ } | null;
22600
22678
  statementPeriod?: {
22601
22679
  hits: {
22602
22680
  /** Format: uuid */
@@ -22783,6 +22861,9 @@ export interface operations {
22783
22861
  ownerStatement?: {
22784
22862
  ids: string[];
22785
22863
  } | null;
22864
+ reconciled?: {
22865
+ bankRecordIds: string[];
22866
+ } | null;
22786
22867
  statementPeriod?: {
22787
22868
  hits: {
22788
22869
  /** Format: uuid */
@@ -22876,6 +22957,9 @@ export interface operations {
22876
22957
  ownerStatement?: {
22877
22958
  ids: string[];
22878
22959
  } | null;
22960
+ reconciled?: {
22961
+ bankRecordIds: string[];
22962
+ } | null;
22879
22963
  statementPeriod?: {
22880
22964
  hits: {
22881
22965
  /** Format: uuid */
@@ -23027,6 +23111,9 @@ export interface operations {
23027
23111
  ownerStatement?: {
23028
23112
  ids: string[];
23029
23113
  } | null;
23114
+ reconciled?: {
23115
+ bankRecordIds: string[];
23116
+ } | null;
23030
23117
  statementPeriod?: {
23031
23118
  hits: {
23032
23119
  /** Format: uuid */
@@ -23213,6 +23300,9 @@ export interface operations {
23213
23300
  ownerStatement?: {
23214
23301
  ids: string[];
23215
23302
  } | null;
23303
+ reconciled?: {
23304
+ bankRecordIds: string[];
23305
+ } | null;
23216
23306
  statementPeriod?: {
23217
23307
  hits: {
23218
23308
  /** Format: uuid */
@@ -23306,6 +23396,9 @@ export interface operations {
23306
23396
  ownerStatement?: {
23307
23397
  ids: string[];
23308
23398
  } | null;
23399
+ reconciled?: {
23400
+ bankRecordIds: string[];
23401
+ } | null;
23309
23402
  statementPeriod?: {
23310
23403
  hits: {
23311
23404
  /** Format: uuid */
@@ -26221,6 +26314,9 @@ export interface operations {
26221
26314
  ownerStatement?: {
26222
26315
  ids: string[];
26223
26316
  } | null;
26317
+ reconciled?: {
26318
+ bankRecordIds: string[];
26319
+ } | null;
26224
26320
  statementPeriod?: {
26225
26321
  hits: {
26226
26322
  /** Format: uuid */
@@ -26246,6 +26342,9 @@ export interface operations {
26246
26342
  ownerStatement?: {
26247
26343
  ids: string[];
26248
26344
  } | null;
26345
+ reconciled?: {
26346
+ bankRecordIds: string[];
26347
+ } | null;
26249
26348
  statementPeriod?: {
26250
26349
  hits: {
26251
26350
  /** Format: uuid */
@@ -26298,6 +26397,9 @@ export interface operations {
26298
26397
  ownerStatement?: {
26299
26398
  ids: string[];
26300
26399
  } | null;
26400
+ reconciled?: {
26401
+ bankRecordIds: string[];
26402
+ } | null;
26301
26403
  statementPeriod?: {
26302
26404
  hits: {
26303
26405
  /** Format: uuid */
@@ -31424,6 +31526,9 @@ export interface operations {
31424
31526
  ownerStatement?: {
31425
31527
  ids: string[];
31426
31528
  } | null;
31529
+ reconciled?: {
31530
+ bankRecordIds: string[];
31531
+ } | null;
31427
31532
  statementPeriod?: {
31428
31533
  hits: {
31429
31534
  /** Format: uuid */
@@ -31449,6 +31554,9 @@ export interface operations {
31449
31554
  ownerStatement?: {
31450
31555
  ids: string[];
31451
31556
  } | null;
31557
+ reconciled?: {
31558
+ bankRecordIds: string[];
31559
+ } | null;
31452
31560
  statementPeriod?: {
31453
31561
  hits: {
31454
31562
  /** Format: uuid */
@@ -31501,6 +31609,9 @@ export interface operations {
31501
31609
  ownerStatement?: {
31502
31610
  ids: string[];
31503
31611
  } | null;
31612
+ reconciled?: {
31613
+ bankRecordIds: string[];
31614
+ } | null;
31504
31615
  statementPeriod?: {
31505
31616
  hits: {
31506
31617
  /** Format: uuid */
@@ -31692,6 +31803,9 @@ export interface operations {
31692
31803
  ownerStatement?: {
31693
31804
  ids: string[];
31694
31805
  } | null;
31806
+ reconciled?: {
31807
+ bankRecordIds: string[];
31808
+ } | null;
31695
31809
  statementPeriod?: {
31696
31810
  hits: {
31697
31811
  /** Format: uuid */
@@ -31821,6 +31935,9 @@ export interface operations {
31821
31935
  ownerStatement?: {
31822
31936
  ids: string[];
31823
31937
  } | null;
31938
+ reconciled?: {
31939
+ bankRecordIds: string[];
31940
+ } | null;
31824
31941
  statementPeriod?: {
31825
31942
  hits: {
31826
31943
  /** Format: uuid */
@@ -31846,6 +31963,9 @@ export interface operations {
31846
31963
  ownerStatement?: {
31847
31964
  ids: string[];
31848
31965
  } | null;
31966
+ reconciled?: {
31967
+ bankRecordIds: string[];
31968
+ } | null;
31849
31969
  statementPeriod?: {
31850
31970
  hits: {
31851
31971
  /** Format: uuid */
@@ -31898,6 +32018,9 @@ export interface operations {
31898
32018
  ownerStatement?: {
31899
32019
  ids: string[];
31900
32020
  } | null;
32021
+ reconciled?: {
32022
+ bankRecordIds: string[];
32023
+ } | null;
31901
32024
  statementPeriod?: {
31902
32025
  hits: {
31903
32026
  /** Format: uuid */
@@ -32082,6 +32205,9 @@ export interface operations {
32082
32205
  ownerStatement?: {
32083
32206
  ids: string[];
32084
32207
  } | null;
32208
+ reconciled?: {
32209
+ bankRecordIds: string[];
32210
+ } | null;
32085
32211
  statementPeriod?: {
32086
32212
  hits: {
32087
32213
  /** Format: uuid */
@@ -33201,6 +33327,9 @@ export interface operations {
33201
33327
  ownerStatement?: {
33202
33328
  ids: string[];
33203
33329
  } | null;
33330
+ reconciled?: {
33331
+ bankRecordIds: string[];
33332
+ } | null;
33204
33333
  statementPeriod?: {
33205
33334
  hits: {
33206
33335
  /** Format: uuid */
@@ -33510,6 +33639,9 @@ export interface operations {
33510
33639
  ownerStatement?: {
33511
33640
  ids: string[];
33512
33641
  } | null;
33642
+ reconciled?: {
33643
+ bankRecordIds: string[];
33644
+ } | null;
33513
33645
  statementPeriod?: {
33514
33646
  hits: {
33515
33647
  /** Format: uuid */
@@ -33894,6 +34026,9 @@ export interface operations {
33894
34026
  ownerStatement?: {
33895
34027
  ids: string[];
33896
34028
  } | null;
34029
+ reconciled?: {
34030
+ bankRecordIds: string[];
34031
+ } | null;
33897
34032
  statementPeriod?: {
33898
34033
  hits: {
33899
34034
  /** Format: uuid */
@@ -34196,6 +34331,9 @@ export interface operations {
34196
34331
  ownerStatement?: {
34197
34332
  ids: string[];
34198
34333
  } | null;
34334
+ reconciled?: {
34335
+ bankRecordIds: string[];
34336
+ } | null;
34199
34337
  statementPeriod?: {
34200
34338
  hits: {
34201
34339
  /** Format: uuid */
@@ -34546,6 +34684,9 @@ export interface operations {
34546
34684
  ownerStatement?: {
34547
34685
  ids: string[];
34548
34686
  } | null;
34687
+ reconciled?: {
34688
+ bankRecordIds: string[];
34689
+ } | null;
34549
34690
  statementPeriod?: {
34550
34691
  hits: {
34551
34692
  /** Format: uuid */
@@ -34571,6 +34712,9 @@ export interface operations {
34571
34712
  ownerStatement?: {
34572
34713
  ids: string[];
34573
34714
  } | null;
34715
+ reconciled?: {
34716
+ bankRecordIds: string[];
34717
+ } | null;
34574
34718
  statementPeriod?: {
34575
34719
  hits: {
34576
34720
  /** Format: uuid */
@@ -34623,6 +34767,9 @@ export interface operations {
34623
34767
  ownerStatement?: {
34624
34768
  ids: string[];
34625
34769
  } | null;
34770
+ reconciled?: {
34771
+ bankRecordIds: string[];
34772
+ } | null;
34626
34773
  statementPeriod?: {
34627
34774
  hits: {
34628
34775
  /** Format: uuid */
@@ -34989,6 +35136,9 @@ export interface operations {
34989
35136
  ownerStatement?: {
34990
35137
  ids: string[];
34991
35138
  } | null;
35139
+ reconciled?: {
35140
+ bankRecordIds: string[];
35141
+ } | null;
34992
35142
  statementPeriod?: {
34993
35143
  hits: {
34994
35144
  /** Format: uuid */
@@ -35014,6 +35164,9 @@ export interface operations {
35014
35164
  ownerStatement?: {
35015
35165
  ids: string[];
35016
35166
  } | null;
35167
+ reconciled?: {
35168
+ bankRecordIds: string[];
35169
+ } | null;
35017
35170
  statementPeriod?: {
35018
35171
  hits: {
35019
35172
  /** Format: uuid */
@@ -35066,6 +35219,9 @@ export interface operations {
35066
35219
  ownerStatement?: {
35067
35220
  ids: string[];
35068
35221
  } | null;
35222
+ reconciled?: {
35223
+ bankRecordIds: string[];
35224
+ } | null;
35069
35225
  statementPeriod?: {
35070
35226
  hits: {
35071
35227
  /** Format: uuid */
@@ -35221,6 +35377,9 @@ export interface operations {
35221
35377
  ownerStatement?: {
35222
35378
  ids: string[];
35223
35379
  } | null;
35380
+ reconciled?: {
35381
+ bankRecordIds: string[];
35382
+ } | null;
35224
35383
  statementPeriod?: {
35225
35384
  hits: {
35226
35385
  /** Format: uuid */
@@ -35442,6 +35601,9 @@ export interface operations {
35442
35601
  ownerStatement?: {
35443
35602
  ids: string[];
35444
35603
  } | null;
35604
+ reconciled?: {
35605
+ bankRecordIds: string[];
35606
+ } | null;
35445
35607
  statementPeriod?: {
35446
35608
  hits: {
35447
35609
  /** Format: uuid */
@@ -35467,6 +35629,9 @@ export interface operations {
35467
35629
  ownerStatement?: {
35468
35630
  ids: string[];
35469
35631
  } | null;
35632
+ reconciled?: {
35633
+ bankRecordIds: string[];
35634
+ } | null;
35470
35635
  statementPeriod?: {
35471
35636
  hits: {
35472
35637
  /** Format: uuid */
@@ -35519,6 +35684,9 @@ export interface operations {
35519
35684
  ownerStatement?: {
35520
35685
  ids: string[];
35521
35686
  } | null;
35687
+ reconciled?: {
35688
+ bankRecordIds: string[];
35689
+ } | null;
35522
35690
  statementPeriod?: {
35523
35691
  hits: {
35524
35692
  /** Format: uuid */
@@ -35902,6 +36070,9 @@ export interface operations {
35902
36070
  ownerStatement?: {
35903
36071
  ids: string[];
35904
36072
  } | null;
36073
+ reconciled?: {
36074
+ bankRecordIds: string[];
36075
+ } | null;
35905
36076
  statementPeriod?: {
35906
36077
  hits: {
35907
36078
  /** Format: uuid */
@@ -35927,6 +36098,9 @@ export interface operations {
35927
36098
  ownerStatement?: {
35928
36099
  ids: string[];
35929
36100
  } | null;
36101
+ reconciled?: {
36102
+ bankRecordIds: string[];
36103
+ } | null;
35930
36104
  statementPeriod?: {
35931
36105
  hits: {
35932
36106
  /** Format: uuid */
@@ -35979,6 +36153,9 @@ export interface operations {
35979
36153
  ownerStatement?: {
35980
36154
  ids: string[];
35981
36155
  } | null;
36156
+ reconciled?: {
36157
+ bankRecordIds: string[];
36158
+ } | null;
35982
36159
  statementPeriod?: {
35983
36160
  hits: {
35984
36161
  /** Format: uuid */