@vrplatform/api 1.3.1-3752 → 1.3.1-3756

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.
@@ -25744,7 +25744,7 @@ export interface operations {
25744
25744
  /** @enum {string} */
25745
25745
  status?: "active" | "inactive";
25746
25746
  /** @enum {string} */
25747
- ledger?: "trust" | "operating";
25747
+ ledger?: "historical" | "trust" | "operating";
25748
25748
  startAt?: string;
25749
25749
  endAt?: string;
25750
25750
  search?: string;
@@ -25826,7 +25826,7 @@ export interface operations {
25826
25826
  /** @enum {string} */
25827
25827
  status?: "active" | "inactive";
25828
25828
  /** @enum {string} */
25829
- ledger?: "trust" | "operating";
25829
+ ledger?: "historical" | "trust" | "operating";
25830
25830
  startAt?: string;
25831
25831
  endAt?: string;
25832
25832
  search?: string;
@@ -25911,7 +25911,7 @@ export interface operations {
25911
25911
  /** @enum {string} */
25912
25912
  status?: "active" | "inactive";
25913
25913
  /** @enum {string} */
25914
- ledger?: "trust" | "operating";
25914
+ ledger?: "historical" | "trust" | "operating";
25915
25915
  startAt?: string;
25916
25916
  endAt?: string;
25917
25917
  search?: string;
@@ -25995,7 +25995,7 @@ export interface operations {
25995
25995
  /** @enum {string} */
25996
25996
  status?: "active" | "inactive";
25997
25997
  /** @enum {string} */
25998
- ledger?: "trust" | "operating";
25998
+ ledger?: "historical" | "trust" | "operating";
25999
25999
  startAt?: string;
26000
26000
  endAt?: string;
26001
26001
  search?: string;
@@ -26077,7 +26077,7 @@ export interface operations {
26077
26077
  /** @enum {string} */
26078
26078
  status?: "active" | "inactive";
26079
26079
  /** @enum {string} */
26080
- ledger?: "trust" | "operating";
26080
+ ledger?: "historical" | "trust" | "operating";
26081
26081
  startAt?: string;
26082
26082
  endAt?: string;
26083
26083
  search?: string;
@@ -26162,7 +26162,7 @@ export interface operations {
26162
26162
  /** @enum {string} */
26163
26163
  status?: "active" | "inactive";
26164
26164
  /** @enum {string} */
26165
- ledger?: "trust" | "operating";
26165
+ ledger?: "historical" | "trust" | "operating";
26166
26166
  startAt?: string;
26167
26167
  endAt?: string;
26168
26168
  search?: string;
@@ -26246,7 +26246,7 @@ export interface operations {
26246
26246
  /** @enum {string} */
26247
26247
  status?: "active" | "inactive";
26248
26248
  /** @enum {string} */
26249
- ledger?: "trust" | "operating";
26249
+ ledger?: "historical" | "trust" | "operating";
26250
26250
  startAt?: string;
26251
26251
  endAt?: string;
26252
26252
  search?: string;
@@ -26328,7 +26328,7 @@ export interface operations {
26328
26328
  /** @enum {string} */
26329
26329
  status?: "active" | "inactive";
26330
26330
  /** @enum {string} */
26331
- ledger?: "trust" | "operating";
26331
+ ledger?: "historical" | "trust" | "operating";
26332
26332
  startAt?: string;
26333
26333
  endAt?: string;
26334
26334
  search?: string;
@@ -26413,7 +26413,7 @@ export interface operations {
26413
26413
  /** @enum {string} */
26414
26414
  status?: "active" | "inactive";
26415
26415
  /** @enum {string} */
26416
- ledger?: "trust" | "operating";
26416
+ ledger?: "historical" | "trust" | "operating";
26417
26417
  startAt?: string;
26418
26418
  endAt?: string;
26419
26419
  search?: string;
@@ -26497,7 +26497,7 @@ export interface operations {
26497
26497
  /** @enum {string} */
26498
26498
  status?: "active" | "inactive";
26499
26499
  /** @enum {string} */
26500
- ledger?: "trust" | "operating";
26500
+ ledger?: "historical" | "trust" | "operating";
26501
26501
  startAt?: string;
26502
26502
  endAt?: string;
26503
26503
  search?: string;
@@ -26579,7 +26579,7 @@ export interface operations {
26579
26579
  /** @enum {string} */
26580
26580
  status?: "active" | "inactive";
26581
26581
  /** @enum {string} */
26582
- ledger?: "trust" | "operating";
26582
+ ledger?: "historical" | "trust" | "operating";
26583
26583
  startAt?: string;
26584
26584
  endAt?: string;
26585
26585
  search?: string;
@@ -26664,7 +26664,7 @@ export interface operations {
26664
26664
  /** @enum {string} */
26665
26665
  status?: "active" | "inactive";
26666
26666
  /** @enum {string} */
26667
- ledger?: "trust" | "operating";
26667
+ ledger?: "historical" | "trust" | "operating";
26668
26668
  startAt?: string;
26669
26669
  endAt?: string;
26670
26670
  search?: string;
@@ -26989,7 +26989,7 @@ export interface operations {
26989
26989
  /** @enum {string} */
26990
26990
  status?: "active" | "inactive";
26991
26991
  /** @enum {string} */
26992
- ledger?: "trust" | "operating";
26992
+ ledger?: "historical" | "trust" | "operating";
26993
26993
  startAt?: string;
26994
26994
  endAt?: string;
26995
26995
  search?: string;
@@ -27364,6 +27364,7 @@ export interface operations {
27364
27364
  txnCode?: string;
27365
27365
  published?: boolean;
27366
27366
  status?: "active" | "inactive";
27367
+ ledger?: "historical" | "trust" | "operating";
27367
27368
  startAt?: string;
27368
27369
  endAt?: string;
27369
27370
  search?: string;
@@ -27416,7 +27417,6 @@ export interface operations {
27416
27417
  managerStatementSectionIds?: string;
27417
27418
  recurringFee?: boolean;
27418
27419
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27419
- ledger?: "trust" | "operating";
27420
27420
  includeDetails?: boolean;
27421
27421
  limit?: number;
27422
27422
  page?: number;
@@ -27523,7 +27523,7 @@ export interface operations {
27523
27523
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
27524
27524
  currency: string;
27525
27525
  /** @enum {string} */
27526
- ledger: "trust" | "operating";
27526
+ ledger: "historical" | "trust" | "operating";
27527
27527
  entityType?: string;
27528
27528
  status: string;
27529
27529
  listingId?: string;
@@ -27652,6 +27652,7 @@ export interface operations {
27652
27652
  txnCode?: string;
27653
27653
  published?: boolean;
27654
27654
  status?: "active" | "inactive";
27655
+ ledger?: "historical" | "trust" | "operating";
27655
27656
  startAt?: string;
27656
27657
  endAt?: string;
27657
27658
  search?: string;
@@ -27704,7 +27705,6 @@ export interface operations {
27704
27705
  managerStatementSectionIds?: string;
27705
27706
  recurringFee?: boolean;
27706
27707
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27707
- ledger?: "trust" | "operating";
27708
27708
  };
27709
27709
  header?: never;
27710
27710
  path?: never;
@@ -28103,7 +28103,7 @@ export interface operations {
28103
28103
  /** @enum {string} */
28104
28104
  status?: "active" | "inactive";
28105
28105
  /** @enum {string} */
28106
- ledger?: "trust" | "operating";
28106
+ ledger?: "historical" | "trust" | "operating";
28107
28107
  startAt?: string;
28108
28108
  endAt?: string;
28109
28109
  search?: string;
@@ -28194,7 +28194,7 @@ export interface operations {
28194
28194
  /** @enum {string} */
28195
28195
  status?: "active" | "inactive";
28196
28196
  /** @enum {string} */
28197
- ledger?: "trust" | "operating";
28197
+ ledger?: "historical" | "trust" | "operating";
28198
28198
  startAt?: string;
28199
28199
  endAt?: string;
28200
28200
  search?: string;
@@ -28270,7 +28270,7 @@ export interface operations {
28270
28270
  /** @enum {string} */
28271
28271
  status?: "active" | "inactive";
28272
28272
  /** @enum {string} */
28273
- ledger?: "trust" | "operating";
28273
+ ledger?: "historical" | "trust" | "operating";
28274
28274
  startAt?: string;
28275
28275
  endAt?: string;
28276
28276
  search?: string;
@@ -28686,7 +28686,7 @@ export interface operations {
28686
28686
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
28687
28687
  currency: string;
28688
28688
  /** @enum {string} */
28689
- ledger: "trust" | "operating";
28689
+ ledger: "historical" | "trust" | "operating";
28690
28690
  entityType?: string;
28691
28691
  status: string;
28692
28692
  listingId?: string;
@@ -29232,7 +29232,7 @@ export interface operations {
29232
29232
  /** @enum {string} */
29233
29233
  status?: "active" | "inactive";
29234
29234
  /** @enum {string} */
29235
- ledger?: "trust" | "operating";
29235
+ ledger?: "historical" | "trust" | "operating";
29236
29236
  startAt?: string;
29237
29237
  endAt?: string;
29238
29238
  search?: string;
@@ -29655,7 +29655,7 @@ export interface operations {
29655
29655
  /** @enum {string} */
29656
29656
  status?: "active" | "inactive";
29657
29657
  /** @enum {string} */
29658
- ledger?: "trust" | "operating";
29658
+ ledger?: "historical" | "trust" | "operating";
29659
29659
  startAt?: string;
29660
29660
  endAt?: string;
29661
29661
  search?: string;
@@ -29732,7 +29732,7 @@ export interface operations {
29732
29732
  /** @enum {string} */
29733
29733
  status?: "active" | "inactive";
29734
29734
  /** @enum {string} */
29735
- ledger?: "trust" | "operating";
29735
+ ledger?: "historical" | "trust" | "operating";
29736
29736
  startAt?: string;
29737
29737
  endAt?: string;
29738
29738
  search?: string;
@@ -29830,7 +29830,7 @@ export interface operations {
29830
29830
  /** @enum {string} */
29831
29831
  status?: "active" | "inactive";
29832
29832
  /** @enum {string} */
29833
- ledger?: "trust" | "operating";
29833
+ ledger?: "historical" | "trust" | "operating";
29834
29834
  startAt?: string;
29835
29835
  endAt?: string;
29836
29836
  search?: string;
@@ -29904,7 +29904,7 @@ export interface operations {
29904
29904
  /** @enum {string} */
29905
29905
  status?: "active" | "inactive";
29906
29906
  /** @enum {string} */
29907
- ledger?: "trust" | "operating";
29907
+ ledger?: "historical" | "trust" | "operating";
29908
29908
  startAt?: string;
29909
29909
  endAt?: string;
29910
29910
  search?: string;
@@ -29978,7 +29978,7 @@ export interface operations {
29978
29978
  /** @enum {string} */
29979
29979
  status?: "active" | "inactive";
29980
29980
  /** @enum {string} */
29981
- ledger?: "trust" | "operating";
29981
+ ledger?: "historical" | "trust" | "operating";
29982
29982
  startAt?: string;
29983
29983
  endAt?: string;
29984
29984
  search?: string;
@@ -30058,7 +30058,7 @@ export interface operations {
30058
30058
  /** @enum {string} */
30059
30059
  status?: "active" | "inactive";
30060
30060
  /** @enum {string} */
30061
- ledger?: "trust" | "operating";
30061
+ ledger?: "historical" | "trust" | "operating";
30062
30062
  startAt?: string;
30063
30063
  endAt?: string;
30064
30064
  search?: string;
@@ -30132,7 +30132,7 @@ export interface operations {
30132
30132
  /** @enum {string} */
30133
30133
  status?: "active" | "inactive";
30134
30134
  /** @enum {string} */
30135
- ledger?: "trust" | "operating";
30135
+ ledger?: "historical" | "trust" | "operating";
30136
30136
  startAt?: string;
30137
30137
  endAt?: string;
30138
30138
  search?: string;
@@ -30233,7 +30233,7 @@ export interface operations {
30233
30233
  /** @enum {string} */
30234
30234
  status?: "active" | "inactive";
30235
30235
  /** @enum {string} */
30236
- ledger?: "trust" | "operating";
30236
+ ledger?: "historical" | "trust" | "operating";
30237
30237
  startAt?: string;
30238
30238
  endAt?: string;
30239
30239
  search?: string;
@@ -30307,7 +30307,7 @@ export interface operations {
30307
30307
  /** @enum {string} */
30308
30308
  status?: "active" | "inactive";
30309
30309
  /** @enum {string} */
30310
- ledger?: "trust" | "operating";
30310
+ ledger?: "historical" | "trust" | "operating";
30311
30311
  startAt?: string;
30312
30312
  endAt?: string;
30313
30313
  search?: string;
@@ -30381,7 +30381,7 @@ export interface operations {
30381
30381
  /** @enum {string} */
30382
30382
  status?: "active" | "inactive";
30383
30383
  /** @enum {string} */
30384
- ledger?: "trust" | "operating";
30384
+ ledger?: "historical" | "trust" | "operating";
30385
30385
  startAt?: string;
30386
30386
  endAt?: string;
30387
30387
  search?: string;
@@ -30461,7 +30461,7 @@ export interface operations {
30461
30461
  /** @enum {string} */
30462
30462
  status?: "active" | "inactive";
30463
30463
  /** @enum {string} */
30464
- ledger?: "trust" | "operating";
30464
+ ledger?: "historical" | "trust" | "operating";
30465
30465
  startAt?: string;
30466
30466
  endAt?: string;
30467
30467
  search?: string;
@@ -30535,7 +30535,7 @@ export interface operations {
30535
30535
  /** @enum {string} */
30536
30536
  status?: "active" | "inactive";
30537
30537
  /** @enum {string} */
30538
- ledger?: "trust" | "operating";
30538
+ ledger?: "historical" | "trust" | "operating";
30539
30539
  startAt?: string;
30540
30540
  endAt?: string;
30541
30541
  search?: string;
@@ -30635,7 +30635,7 @@ export interface operations {
30635
30635
  /** @enum {string} */
30636
30636
  status?: "active" | "inactive";
30637
30637
  /** @enum {string} */
30638
- ledger?: "trust" | "operating";
30638
+ ledger?: "historical" | "trust" | "operating";
30639
30639
  startAt?: string;
30640
30640
  endAt?: string;
30641
30641
  search?: string;
@@ -30709,7 +30709,7 @@ export interface operations {
30709
30709
  /** @enum {string} */
30710
30710
  status?: "active" | "inactive";
30711
30711
  /** @enum {string} */
30712
- ledger?: "trust" | "operating";
30712
+ ledger?: "historical" | "trust" | "operating";
30713
30713
  startAt?: string;
30714
30714
  endAt?: string;
30715
30715
  search?: string;
@@ -30783,7 +30783,7 @@ export interface operations {
30783
30783
  /** @enum {string} */
30784
30784
  status?: "active" | "inactive";
30785
30785
  /** @enum {string} */
30786
- ledger?: "trust" | "operating";
30786
+ ledger?: "historical" | "trust" | "operating";
30787
30787
  startAt?: string;
30788
30788
  endAt?: string;
30789
30789
  search?: string;
@@ -30863,7 +30863,7 @@ export interface operations {
30863
30863
  /** @enum {string} */
30864
30864
  status?: "active" | "inactive";
30865
30865
  /** @enum {string} */
30866
- ledger?: "trust" | "operating";
30866
+ ledger?: "historical" | "trust" | "operating";
30867
30867
  startAt?: string;
30868
30868
  endAt?: string;
30869
30869
  search?: string;
@@ -30937,7 +30937,7 @@ export interface operations {
30937
30937
  /** @enum {string} */
30938
30938
  status?: "active" | "inactive";
30939
30939
  /** @enum {string} */
30940
- ledger?: "trust" | "operating";
30940
+ ledger?: "historical" | "trust" | "operating";
30941
30941
  startAt?: string;
30942
30942
  endAt?: string;
30943
30943
  search?: string;
@@ -31484,7 +31484,7 @@ export interface operations {
31484
31484
  /** @enum {string} */
31485
31485
  status?: "active" | "inactive";
31486
31486
  /** @enum {string} */
31487
- ledger?: "trust" | "operating";
31487
+ ledger?: "historical" | "trust" | "operating";
31488
31488
  startAt?: string;
31489
31489
  endAt?: string;
31490
31490
  search?: string;
@@ -31563,7 +31563,7 @@ export interface operations {
31563
31563
  /** @enum {string} */
31564
31564
  status?: "active" | "inactive";
31565
31565
  /** @enum {string} */
31566
- ledger?: "trust" | "operating";
31566
+ ledger?: "historical" | "trust" | "operating";
31567
31567
  startAt?: string;
31568
31568
  endAt?: string;
31569
31569
  search?: string;
@@ -31646,7 +31646,7 @@ export interface operations {
31646
31646
  /** @enum {string} */
31647
31647
  status?: "active" | "inactive";
31648
31648
  /** @enum {string} */
31649
- ledger?: "trust" | "operating";
31649
+ ledger?: "historical" | "trust" | "operating";
31650
31650
  startAt?: string;
31651
31651
  endAt?: string;
31652
31652
  search?: string;
@@ -31724,7 +31724,7 @@ export interface operations {
31724
31724
  /** @enum {string} */
31725
31725
  status?: "active" | "inactive";
31726
31726
  /** @enum {string} */
31727
- ledger?: "trust" | "operating";
31727
+ ledger?: "historical" | "trust" | "operating";
31728
31728
  startAt?: string;
31729
31729
  endAt?: string;
31730
31730
  search?: string;
@@ -31810,7 +31810,7 @@ export interface operations {
31810
31810
  /** @enum {string} */
31811
31811
  status?: "active" | "inactive";
31812
31812
  /** @enum {string} */
31813
- ledger?: "trust" | "operating";
31813
+ ledger?: "historical" | "trust" | "operating";
31814
31814
  startAt?: string;
31815
31815
  endAt?: string;
31816
31816
  search?: string;
@@ -31889,7 +31889,7 @@ export interface operations {
31889
31889
  /** @enum {string} */
31890
31890
  status?: "active" | "inactive";
31891
31891
  /** @enum {string} */
31892
- ledger?: "trust" | "operating";
31892
+ ledger?: "historical" | "trust" | "operating";
31893
31893
  startAt?: string;
31894
31894
  endAt?: string;
31895
31895
  search?: string;
@@ -31972,7 +31972,7 @@ export interface operations {
31972
31972
  /** @enum {string} */
31973
31973
  status?: "active" | "inactive";
31974
31974
  /** @enum {string} */
31975
- ledger?: "trust" | "operating";
31975
+ ledger?: "historical" | "trust" | "operating";
31976
31976
  startAt?: string;
31977
31977
  endAt?: string;
31978
31978
  search?: string;
@@ -32050,7 +32050,7 @@ export interface operations {
32050
32050
  /** @enum {string} */
32051
32051
  status?: "active" | "inactive";
32052
32052
  /** @enum {string} */
32053
- ledger?: "trust" | "operating";
32053
+ ledger?: "historical" | "trust" | "operating";
32054
32054
  startAt?: string;
32055
32055
  endAt?: string;
32056
32056
  search?: string;
@@ -32136,7 +32136,7 @@ export interface operations {
32136
32136
  /** @enum {string} */
32137
32137
  status?: "active" | "inactive";
32138
32138
  /** @enum {string} */
32139
- ledger?: "trust" | "operating";
32139
+ ledger?: "historical" | "trust" | "operating";
32140
32140
  startAt?: string;
32141
32141
  endAt?: string;
32142
32142
  search?: string;
@@ -32215,7 +32215,7 @@ export interface operations {
32215
32215
  /** @enum {string} */
32216
32216
  status?: "active" | "inactive";
32217
32217
  /** @enum {string} */
32218
- ledger?: "trust" | "operating";
32218
+ ledger?: "historical" | "trust" | "operating";
32219
32219
  startAt?: string;
32220
32220
  endAt?: string;
32221
32221
  search?: string;
@@ -32298,7 +32298,7 @@ export interface operations {
32298
32298
  /** @enum {string} */
32299
32299
  status?: "active" | "inactive";
32300
32300
  /** @enum {string} */
32301
- ledger?: "trust" | "operating";
32301
+ ledger?: "historical" | "trust" | "operating";
32302
32302
  startAt?: string;
32303
32303
  endAt?: string;
32304
32304
  search?: string;
@@ -32376,7 +32376,7 @@ export interface operations {
32376
32376
  /** @enum {string} */
32377
32377
  status?: "active" | "inactive";
32378
32378
  /** @enum {string} */
32379
- ledger?: "trust" | "operating";
32379
+ ledger?: "historical" | "trust" | "operating";
32380
32380
  startAt?: string;
32381
32381
  endAt?: string;
32382
32382
  search?: string;
@@ -32462,7 +32462,7 @@ export interface operations {
32462
32462
  /** @enum {string} */
32463
32463
  status?: "active" | "inactive";
32464
32464
  /** @enum {string} */
32465
- ledger?: "trust" | "operating";
32465
+ ledger?: "historical" | "trust" | "operating";
32466
32466
  startAt?: string;
32467
32467
  endAt?: string;
32468
32468
  search?: string;
@@ -32541,7 +32541,7 @@ export interface operations {
32541
32541
  /** @enum {string} */
32542
32542
  status?: "active" | "inactive";
32543
32543
  /** @enum {string} */
32544
- ledger?: "trust" | "operating";
32544
+ ledger?: "historical" | "trust" | "operating";
32545
32545
  startAt?: string;
32546
32546
  endAt?: string;
32547
32547
  search?: string;
@@ -32624,7 +32624,7 @@ export interface operations {
32624
32624
  /** @enum {string} */
32625
32625
  status?: "active" | "inactive";
32626
32626
  /** @enum {string} */
32627
- ledger?: "trust" | "operating";
32627
+ ledger?: "historical" | "trust" | "operating";
32628
32628
  startAt?: string;
32629
32629
  endAt?: string;
32630
32630
  search?: string;
@@ -32702,7 +32702,7 @@ export interface operations {
32702
32702
  /** @enum {string} */
32703
32703
  status?: "active" | "inactive";
32704
32704
  /** @enum {string} */
32705
- ledger?: "trust" | "operating";
32705
+ ledger?: "historical" | "trust" | "operating";
32706
32706
  startAt?: string;
32707
32707
  endAt?: string;
32708
32708
  search?: string;
@@ -33020,7 +33020,7 @@ export interface operations {
33020
33020
  /** @enum {string} */
33021
33021
  status?: "active" | "inactive";
33022
33022
  /** @enum {string} */
33023
- ledger?: "trust" | "operating";
33023
+ ledger?: "historical" | "trust" | "operating";
33024
33024
  startAt?: string;
33025
33025
  endAt?: string;
33026
33026
  search?: string;
@@ -33093,7 +33093,7 @@ export interface operations {
33093
33093
  /** @enum {string} */
33094
33094
  status?: "active" | "inactive";
33095
33095
  /** @enum {string} */
33096
- ledger?: "trust" | "operating";
33096
+ ledger?: "historical" | "trust" | "operating";
33097
33097
  startAt?: string;
33098
33098
  endAt?: string;
33099
33099
  search?: string;
@@ -33395,7 +33395,7 @@ export interface operations {
33395
33395
  /** @enum {string} */
33396
33396
  status?: "active" | "inactive";
33397
33397
  /** @enum {string} */
33398
- ledger?: "trust" | "operating";
33398
+ ledger?: "historical" | "trust" | "operating";
33399
33399
  startAt?: string;
33400
33400
  endAt?: string;
33401
33401
  search?: string;
@@ -33468,7 +33468,7 @@ export interface operations {
33468
33468
  /** @enum {string} */
33469
33469
  status?: "active" | "inactive";
33470
33470
  /** @enum {string} */
33471
- ledger?: "trust" | "operating";
33471
+ ledger?: "historical" | "trust" | "operating";
33472
33472
  startAt?: string;
33473
33473
  endAt?: string;
33474
33474
  search?: string;
@@ -33541,7 +33541,7 @@ export interface operations {
33541
33541
  /** @enum {string} */
33542
33542
  status?: "active" | "inactive";
33543
33543
  /** @enum {string} */
33544
- ledger?: "trust" | "operating";
33544
+ ledger?: "historical" | "trust" | "operating";
33545
33545
  startAt?: string;
33546
33546
  endAt?: string;
33547
33547
  search?: string;
@@ -33614,7 +33614,7 @@ export interface operations {
33614
33614
  /** @enum {string} */
33615
33615
  status?: "active" | "inactive";
33616
33616
  /** @enum {string} */
33617
- ledger?: "trust" | "operating";
33617
+ ledger?: "historical" | "trust" | "operating";
33618
33618
  startAt?: string;
33619
33619
  endAt?: string;
33620
33620
  search?: string;
@@ -33697,7 +33697,7 @@ export interface operations {
33697
33697
  /** @enum {string} */
33698
33698
  status?: "active" | "inactive";
33699
33699
  /** @enum {string} */
33700
- ledger?: "trust" | "operating";
33700
+ ledger?: "historical" | "trust" | "operating";
33701
33701
  startAt?: string;
33702
33702
  endAt?: string;
33703
33703
  search?: string;
@@ -33770,7 +33770,7 @@ export interface operations {
33770
33770
  /** @enum {string} */
33771
33771
  status?: "active" | "inactive";
33772
33772
  /** @enum {string} */
33773
- ledger?: "trust" | "operating";
33773
+ ledger?: "historical" | "trust" | "operating";
33774
33774
  startAt?: string;
33775
33775
  endAt?: string;
33776
33776
  search?: string;
@@ -33843,7 +33843,7 @@ export interface operations {
33843
33843
  /** @enum {string} */
33844
33844
  status?: "active" | "inactive";
33845
33845
  /** @enum {string} */
33846
- ledger?: "trust" | "operating";
33846
+ ledger?: "historical" | "trust" | "operating";
33847
33847
  startAt?: string;
33848
33848
  endAt?: string;
33849
33849
  search?: string;
@@ -33916,7 +33916,7 @@ export interface operations {
33916
33916
  /** @enum {string} */
33917
33917
  status?: "active" | "inactive";
33918
33918
  /** @enum {string} */
33919
- ledger?: "trust" | "operating";
33919
+ ledger?: "historical" | "trust" | "operating";
33920
33920
  startAt?: string;
33921
33921
  endAt?: string;
33922
33922
  search?: string;
@@ -34220,7 +34220,7 @@ export interface operations {
34220
34220
  /** @enum {string} */
34221
34221
  status?: "active" | "inactive";
34222
34222
  /** @enum {string} */
34223
- ledger?: "trust" | "operating";
34223
+ ledger?: "historical" | "trust" | "operating";
34224
34224
  startAt?: string;
34225
34225
  endAt?: string;
34226
34226
  search?: string;
@@ -34314,7 +34314,7 @@ export interface operations {
34314
34314
  /** @enum {string} */
34315
34315
  status?: "active" | "inactive";
34316
34316
  /** @enum {string} */
34317
- ledger?: "trust" | "operating";
34317
+ ledger?: "historical" | "trust" | "operating";
34318
34318
  startAt?: string;
34319
34319
  endAt?: string;
34320
34320
  search?: string;
@@ -34398,7 +34398,7 @@ export interface operations {
34398
34398
  /** @enum {string} */
34399
34399
  status?: "active" | "inactive";
34400
34400
  /** @enum {string} */
34401
- ledger?: "trust" | "operating";
34401
+ ledger?: "historical" | "trust" | "operating";
34402
34402
  startAt?: string;
34403
34403
  endAt?: string;
34404
34404
  search?: string;
@@ -34592,7 +34592,7 @@ export interface operations {
34592
34592
  /** @enum {string} */
34593
34593
  status?: "active" | "inactive";
34594
34594
  /** @enum {string} */
34595
- ledger?: "trust" | "operating";
34595
+ ledger?: "historical" | "trust" | "operating";
34596
34596
  startAt?: string;
34597
34597
  endAt?: string;
34598
34598
  search?: string;
@@ -34689,7 +34689,7 @@ export interface operations {
34689
34689
  /** @enum {string} */
34690
34690
  status?: "active" | "inactive";
34691
34691
  /** @enum {string} */
34692
- ledger?: "trust" | "operating";
34692
+ ledger?: "historical" | "trust" | "operating";
34693
34693
  startAt?: string;
34694
34694
  endAt?: string;
34695
34695
  search?: string;
@@ -39927,7 +39927,7 @@ export interface operations {
39927
39927
  /** @enum {string} */
39928
39928
  status?: "active" | "inactive";
39929
39929
  /** @enum {string} */
39930
- ledger?: "trust" | "operating";
39930
+ ledger?: "historical" | "trust" | "operating";
39931
39931
  startAt?: string;
39932
39932
  endAt?: string;
39933
39933
  search?: string;
@@ -40409,7 +40409,7 @@ export interface operations {
40409
40409
  /** @enum {string} */
40410
40410
  status?: "active" | "inactive";
40411
40411
  /** @enum {string} */
40412
- ledger?: "trust" | "operating";
40412
+ ledger?: "historical" | "trust" | "operating";
40413
40413
  startAt?: string;
40414
40414
  endAt?: string;
40415
40415
  search?: string;
@@ -40694,7 +40694,7 @@ export interface operations {
40694
40694
  /** @enum {string} */
40695
40695
  status?: "active" | "inactive";
40696
40696
  /** @enum {string} */
40697
- ledger?: "trust" | "operating";
40697
+ ledger?: "historical" | "trust" | "operating";
40698
40698
  startAt?: string;
40699
40699
  endAt?: string;
40700
40700
  search?: string;
@@ -40771,7 +40771,7 @@ export interface operations {
40771
40771
  /** @enum {string} */
40772
40772
  status?: "active" | "inactive";
40773
40773
  /** @enum {string} */
40774
- ledger?: "trust" | "operating";
40774
+ ledger?: "historical" | "trust" | "operating";
40775
40775
  startAt?: string;
40776
40776
  endAt?: string;
40777
40777
  search?: string;
@@ -40915,7 +40915,7 @@ export interface operations {
40915
40915
  /** @enum {string} */
40916
40916
  status?: "active" | "inactive";
40917
40917
  /** @enum {string} */
40918
- ledger?: "trust" | "operating";
40918
+ ledger?: "historical" | "trust" | "operating";
40919
40919
  startAt?: string;
40920
40920
  endAt?: string;
40921
40921
  search?: string;
@@ -40992,7 +40992,7 @@ export interface operations {
40992
40992
  /** @enum {string} */
40993
40993
  status?: "active" | "inactive";
40994
40994
  /** @enum {string} */
40995
- ledger?: "trust" | "operating";
40995
+ ledger?: "historical" | "trust" | "operating";
40996
40996
  startAt?: string;
40997
40997
  endAt?: string;
40998
40998
  search?: string;
@@ -41152,7 +41152,7 @@ export interface operations {
41152
41152
  /** @enum {string} */
41153
41153
  status?: "active" | "inactive";
41154
41154
  /** @enum {string} */
41155
- ledger?: "trust" | "operating";
41155
+ ledger?: "historical" | "trust" | "operating";
41156
41156
  startAt?: string;
41157
41157
  endAt?: string;
41158
41158
  search?: string;
@@ -41229,7 +41229,7 @@ export interface operations {
41229
41229
  /** @enum {string} */
41230
41230
  status?: "active" | "inactive";
41231
41231
  /** @enum {string} */
41232
- ledger?: "trust" | "operating";
41232
+ ledger?: "historical" | "trust" | "operating";
41233
41233
  startAt?: string;
41234
41234
  endAt?: string;
41235
41235
  search?: string;
@@ -41634,7 +41634,7 @@ export interface operations {
41634
41634
  /** @enum {string} */
41635
41635
  status?: "active" | "inactive";
41636
41636
  /** @enum {string} */
41637
- ledger?: "trust" | "operating";
41637
+ ledger?: "historical" | "trust" | "operating";
41638
41638
  startAt?: string;
41639
41639
  endAt?: string;
41640
41640
  search?: string;
@@ -41919,7 +41919,7 @@ export interface operations {
41919
41919
  /** @enum {string} */
41920
41920
  status?: "active" | "inactive";
41921
41921
  /** @enum {string} */
41922
- ledger?: "trust" | "operating";
41922
+ ledger?: "historical" | "trust" | "operating";
41923
41923
  startAt?: string;
41924
41924
  endAt?: string;
41925
41925
  search?: string;
@@ -41996,7 +41996,7 @@ export interface operations {
41996
41996
  /** @enum {string} */
41997
41997
  status?: "active" | "inactive";
41998
41998
  /** @enum {string} */
41999
- ledger?: "trust" | "operating";
41999
+ ledger?: "historical" | "trust" | "operating";
42000
42000
  startAt?: string;
42001
42001
  endAt?: string;
42002
42002
  search?: string;
@@ -42140,7 +42140,7 @@ export interface operations {
42140
42140
  /** @enum {string} */
42141
42141
  status?: "active" | "inactive";
42142
42142
  /** @enum {string} */
42143
- ledger?: "trust" | "operating";
42143
+ ledger?: "historical" | "trust" | "operating";
42144
42144
  startAt?: string;
42145
42145
  endAt?: string;
42146
42146
  search?: string;
@@ -42217,7 +42217,7 @@ export interface operations {
42217
42217
  /** @enum {string} */
42218
42218
  status?: "active" | "inactive";
42219
42219
  /** @enum {string} */
42220
- ledger?: "trust" | "operating";
42220
+ ledger?: "historical" | "trust" | "operating";
42221
42221
  startAt?: string;
42222
42222
  endAt?: string;
42223
42223
  search?: string;
@@ -42377,7 +42377,7 @@ export interface operations {
42377
42377
  /** @enum {string} */
42378
42378
  status?: "active" | "inactive";
42379
42379
  /** @enum {string} */
42380
- ledger?: "trust" | "operating";
42380
+ ledger?: "historical" | "trust" | "operating";
42381
42381
  startAt?: string;
42382
42382
  endAt?: string;
42383
42383
  search?: string;
@@ -42454,7 +42454,7 @@ export interface operations {
42454
42454
  /** @enum {string} */
42455
42455
  status?: "active" | "inactive";
42456
42456
  /** @enum {string} */
42457
- ledger?: "trust" | "operating";
42457
+ ledger?: "historical" | "trust" | "operating";
42458
42458
  startAt?: string;
42459
42459
  endAt?: string;
42460
42460
  search?: string;
@@ -45096,7 +45096,7 @@ export interface operations {
45096
45096
  /** @enum {string} */
45097
45097
  status?: "active" | "inactive";
45098
45098
  /** @enum {string} */
45099
- ledger?: "trust" | "operating";
45099
+ ledger?: "historical" | "trust" | "operating";
45100
45100
  startAt?: string;
45101
45101
  endAt?: string;
45102
45102
  search?: string;
@@ -45381,7 +45381,7 @@ export interface operations {
45381
45381
  /** @enum {string} */
45382
45382
  status?: "active" | "inactive";
45383
45383
  /** @enum {string} */
45384
- ledger?: "trust" | "operating";
45384
+ ledger?: "historical" | "trust" | "operating";
45385
45385
  startAt?: string;
45386
45386
  endAt?: string;
45387
45387
  search?: string;
@@ -45458,7 +45458,7 @@ export interface operations {
45458
45458
  /** @enum {string} */
45459
45459
  status?: "active" | "inactive";
45460
45460
  /** @enum {string} */
45461
- ledger?: "trust" | "operating";
45461
+ ledger?: "historical" | "trust" | "operating";
45462
45462
  startAt?: string;
45463
45463
  endAt?: string;
45464
45464
  search?: string;
@@ -45602,7 +45602,7 @@ export interface operations {
45602
45602
  /** @enum {string} */
45603
45603
  status?: "active" | "inactive";
45604
45604
  /** @enum {string} */
45605
- ledger?: "trust" | "operating";
45605
+ ledger?: "historical" | "trust" | "operating";
45606
45606
  startAt?: string;
45607
45607
  endAt?: string;
45608
45608
  search?: string;
@@ -45679,7 +45679,7 @@ export interface operations {
45679
45679
  /** @enum {string} */
45680
45680
  status?: "active" | "inactive";
45681
45681
  /** @enum {string} */
45682
- ledger?: "trust" | "operating";
45682
+ ledger?: "historical" | "trust" | "operating";
45683
45683
  startAt?: string;
45684
45684
  endAt?: string;
45685
45685
  search?: string;
@@ -45839,7 +45839,7 @@ export interface operations {
45839
45839
  /** @enum {string} */
45840
45840
  status?: "active" | "inactive";
45841
45841
  /** @enum {string} */
45842
- ledger?: "trust" | "operating";
45842
+ ledger?: "historical" | "trust" | "operating";
45843
45843
  startAt?: string;
45844
45844
  endAt?: string;
45845
45845
  search?: string;
@@ -45916,7 +45916,7 @@ export interface operations {
45916
45916
  /** @enum {string} */
45917
45917
  status?: "active" | "inactive";
45918
45918
  /** @enum {string} */
45919
- ledger?: "trust" | "operating";
45919
+ ledger?: "historical" | "trust" | "operating";
45920
45920
  startAt?: string;
45921
45921
  endAt?: string;
45922
45922
  search?: string;
@@ -46326,7 +46326,7 @@ export interface operations {
46326
46326
  /** @enum {string} */
46327
46327
  status?: "active" | "inactive";
46328
46328
  /** @enum {string} */
46329
- ledger?: "trust" | "operating";
46329
+ ledger?: "historical" | "trust" | "operating";
46330
46330
  startAt?: string;
46331
46331
  endAt?: string;
46332
46332
  search?: string;
@@ -46611,7 +46611,7 @@ export interface operations {
46611
46611
  /** @enum {string} */
46612
46612
  status?: "active" | "inactive";
46613
46613
  /** @enum {string} */
46614
- ledger?: "trust" | "operating";
46614
+ ledger?: "historical" | "trust" | "operating";
46615
46615
  startAt?: string;
46616
46616
  endAt?: string;
46617
46617
  search?: string;
@@ -46688,7 +46688,7 @@ export interface operations {
46688
46688
  /** @enum {string} */
46689
46689
  status?: "active" | "inactive";
46690
46690
  /** @enum {string} */
46691
- ledger?: "trust" | "operating";
46691
+ ledger?: "historical" | "trust" | "operating";
46692
46692
  startAt?: string;
46693
46693
  endAt?: string;
46694
46694
  search?: string;
@@ -46832,7 +46832,7 @@ export interface operations {
46832
46832
  /** @enum {string} */
46833
46833
  status?: "active" | "inactive";
46834
46834
  /** @enum {string} */
46835
- ledger?: "trust" | "operating";
46835
+ ledger?: "historical" | "trust" | "operating";
46836
46836
  startAt?: string;
46837
46837
  endAt?: string;
46838
46838
  search?: string;
@@ -46909,7 +46909,7 @@ export interface operations {
46909
46909
  /** @enum {string} */
46910
46910
  status?: "active" | "inactive";
46911
46911
  /** @enum {string} */
46912
- ledger?: "trust" | "operating";
46912
+ ledger?: "historical" | "trust" | "operating";
46913
46913
  startAt?: string;
46914
46914
  endAt?: string;
46915
46915
  search?: string;
@@ -47069,7 +47069,7 @@ export interface operations {
47069
47069
  /** @enum {string} */
47070
47070
  status?: "active" | "inactive";
47071
47071
  /** @enum {string} */
47072
- ledger?: "trust" | "operating";
47072
+ ledger?: "historical" | "trust" | "operating";
47073
47073
  startAt?: string;
47074
47074
  endAt?: string;
47075
47075
  search?: string;
@@ -47146,7 +47146,7 @@ export interface operations {
47146
47146
  /** @enum {string} */
47147
47147
  status?: "active" | "inactive";
47148
47148
  /** @enum {string} */
47149
- ledger?: "trust" | "operating";
47149
+ ledger?: "historical" | "trust" | "operating";
47150
47150
  startAt?: string;
47151
47151
  endAt?: string;
47152
47152
  search?: string;