@vrplatform/api 1.3.1-3752 → 1.3.1-3758

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.
@@ -25743,7 +25743,7 @@ export interface operations {
25743
25743
  /** @enum {string} */
25744
25744
  status?: "active" | "inactive";
25745
25745
  /** @enum {string} */
25746
- ledger?: "trust" | "operating";
25746
+ ledger?: "historical" | "trust" | "operating";
25747
25747
  startAt?: string;
25748
25748
  endAt?: string;
25749
25749
  search?: string;
@@ -25825,7 +25825,7 @@ export interface operations {
25825
25825
  /** @enum {string} */
25826
25826
  status?: "active" | "inactive";
25827
25827
  /** @enum {string} */
25828
- ledger?: "trust" | "operating";
25828
+ ledger?: "historical" | "trust" | "operating";
25829
25829
  startAt?: string;
25830
25830
  endAt?: string;
25831
25831
  search?: string;
@@ -25910,7 +25910,7 @@ export interface operations {
25910
25910
  /** @enum {string} */
25911
25911
  status?: "active" | "inactive";
25912
25912
  /** @enum {string} */
25913
- ledger?: "trust" | "operating";
25913
+ ledger?: "historical" | "trust" | "operating";
25914
25914
  startAt?: string;
25915
25915
  endAt?: string;
25916
25916
  search?: string;
@@ -25994,7 +25994,7 @@ export interface operations {
25994
25994
  /** @enum {string} */
25995
25995
  status?: "active" | "inactive";
25996
25996
  /** @enum {string} */
25997
- ledger?: "trust" | "operating";
25997
+ ledger?: "historical" | "trust" | "operating";
25998
25998
  startAt?: string;
25999
25999
  endAt?: string;
26000
26000
  search?: string;
@@ -26076,7 +26076,7 @@ export interface operations {
26076
26076
  /** @enum {string} */
26077
26077
  status?: "active" | "inactive";
26078
26078
  /** @enum {string} */
26079
- ledger?: "trust" | "operating";
26079
+ ledger?: "historical" | "trust" | "operating";
26080
26080
  startAt?: string;
26081
26081
  endAt?: string;
26082
26082
  search?: string;
@@ -26161,7 +26161,7 @@ export interface operations {
26161
26161
  /** @enum {string} */
26162
26162
  status?: "active" | "inactive";
26163
26163
  /** @enum {string} */
26164
- ledger?: "trust" | "operating";
26164
+ ledger?: "historical" | "trust" | "operating";
26165
26165
  startAt?: string;
26166
26166
  endAt?: string;
26167
26167
  search?: string;
@@ -26245,7 +26245,7 @@ export interface operations {
26245
26245
  /** @enum {string} */
26246
26246
  status?: "active" | "inactive";
26247
26247
  /** @enum {string} */
26248
- ledger?: "trust" | "operating";
26248
+ ledger?: "historical" | "trust" | "operating";
26249
26249
  startAt?: string;
26250
26250
  endAt?: string;
26251
26251
  search?: string;
@@ -26327,7 +26327,7 @@ export interface operations {
26327
26327
  /** @enum {string} */
26328
26328
  status?: "active" | "inactive";
26329
26329
  /** @enum {string} */
26330
- ledger?: "trust" | "operating";
26330
+ ledger?: "historical" | "trust" | "operating";
26331
26331
  startAt?: string;
26332
26332
  endAt?: string;
26333
26333
  search?: string;
@@ -26412,7 +26412,7 @@ export interface operations {
26412
26412
  /** @enum {string} */
26413
26413
  status?: "active" | "inactive";
26414
26414
  /** @enum {string} */
26415
- ledger?: "trust" | "operating";
26415
+ ledger?: "historical" | "trust" | "operating";
26416
26416
  startAt?: string;
26417
26417
  endAt?: string;
26418
26418
  search?: string;
@@ -26496,7 +26496,7 @@ export interface operations {
26496
26496
  /** @enum {string} */
26497
26497
  status?: "active" | "inactive";
26498
26498
  /** @enum {string} */
26499
- ledger?: "trust" | "operating";
26499
+ ledger?: "historical" | "trust" | "operating";
26500
26500
  startAt?: string;
26501
26501
  endAt?: string;
26502
26502
  search?: string;
@@ -26578,7 +26578,7 @@ export interface operations {
26578
26578
  /** @enum {string} */
26579
26579
  status?: "active" | "inactive";
26580
26580
  /** @enum {string} */
26581
- ledger?: "trust" | "operating";
26581
+ ledger?: "historical" | "trust" | "operating";
26582
26582
  startAt?: string;
26583
26583
  endAt?: string;
26584
26584
  search?: string;
@@ -26663,7 +26663,7 @@ export interface operations {
26663
26663
  /** @enum {string} */
26664
26664
  status?: "active" | "inactive";
26665
26665
  /** @enum {string} */
26666
- ledger?: "trust" | "operating";
26666
+ ledger?: "historical" | "trust" | "operating";
26667
26667
  startAt?: string;
26668
26668
  endAt?: string;
26669
26669
  search?: string;
@@ -26988,7 +26988,7 @@ export interface operations {
26988
26988
  /** @enum {string} */
26989
26989
  status?: "active" | "inactive";
26990
26990
  /** @enum {string} */
26991
- ledger?: "trust" | "operating";
26991
+ ledger?: "historical" | "trust" | "operating";
26992
26992
  startAt?: string;
26993
26993
  endAt?: string;
26994
26994
  search?: string;
@@ -27363,6 +27363,7 @@ export interface operations {
27363
27363
  txnCode?: string;
27364
27364
  published?: boolean;
27365
27365
  status?: "active" | "inactive";
27366
+ ledger?: "historical" | "trust" | "operating";
27366
27367
  startAt?: string;
27367
27368
  endAt?: string;
27368
27369
  search?: string;
@@ -27415,7 +27416,6 @@ export interface operations {
27415
27416
  managerStatementSectionIds?: string;
27416
27417
  recurringFee?: boolean;
27417
27418
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27418
- ledger?: "trust" | "operating";
27419
27419
  includeDetails?: boolean;
27420
27420
  limit?: number;
27421
27421
  page?: number;
@@ -27522,7 +27522,7 @@ export interface operations {
27522
27522
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
27523
27523
  currency: string;
27524
27524
  /** @enum {string} */
27525
- ledger: "trust" | "operating";
27525
+ ledger: "historical" | "trust" | "operating";
27526
27526
  entityType?: string;
27527
27527
  status: string;
27528
27528
  listingId?: string;
@@ -27651,6 +27651,7 @@ export interface operations {
27651
27651
  txnCode?: string;
27652
27652
  published?: boolean;
27653
27653
  status?: "active" | "inactive";
27654
+ ledger?: "historical" | "trust" | "operating";
27654
27655
  startAt?: string;
27655
27656
  endAt?: string;
27656
27657
  search?: string;
@@ -27703,7 +27704,6 @@ export interface operations {
27703
27704
  managerStatementSectionIds?: string;
27704
27705
  recurringFee?: boolean;
27705
27706
  openingBalanceType?: "taxPayable" | "advancedDeposit" | "listingOpeningBalance" | "openingTrialBalance";
27706
- ledger?: "trust" | "operating";
27707
27707
  };
27708
27708
  header?: never;
27709
27709
  path?: never;
@@ -28102,7 +28102,7 @@ export interface operations {
28102
28102
  /** @enum {string} */
28103
28103
  status?: "active" | "inactive";
28104
28104
  /** @enum {string} */
28105
- ledger?: "trust" | "operating";
28105
+ ledger?: "historical" | "trust" | "operating";
28106
28106
  startAt?: string;
28107
28107
  endAt?: string;
28108
28108
  search?: string;
@@ -28193,7 +28193,7 @@ export interface operations {
28193
28193
  /** @enum {string} */
28194
28194
  status?: "active" | "inactive";
28195
28195
  /** @enum {string} */
28196
- ledger?: "trust" | "operating";
28196
+ ledger?: "historical" | "trust" | "operating";
28197
28197
  startAt?: string;
28198
28198
  endAt?: string;
28199
28199
  search?: string;
@@ -28269,7 +28269,7 @@ export interface operations {
28269
28269
  /** @enum {string} */
28270
28270
  status?: "active" | "inactive";
28271
28271
  /** @enum {string} */
28272
- ledger?: "trust" | "operating";
28272
+ ledger?: "historical" | "trust" | "operating";
28273
28273
  startAt?: string;
28274
28274
  endAt?: string;
28275
28275
  search?: string;
@@ -28685,7 +28685,7 @@ export interface operations {
28685
28685
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
28686
28686
  currency: string;
28687
28687
  /** @enum {string} */
28688
- ledger: "trust" | "operating";
28688
+ ledger: "historical" | "trust" | "operating";
28689
28689
  entityType?: string;
28690
28690
  status: string;
28691
28691
  listingId?: string;
@@ -29231,7 +29231,7 @@ export interface operations {
29231
29231
  /** @enum {string} */
29232
29232
  status?: "active" | "inactive";
29233
29233
  /** @enum {string} */
29234
- ledger?: "trust" | "operating";
29234
+ ledger?: "historical" | "trust" | "operating";
29235
29235
  startAt?: string;
29236
29236
  endAt?: string;
29237
29237
  search?: string;
@@ -29654,7 +29654,7 @@ export interface operations {
29654
29654
  /** @enum {string} */
29655
29655
  status?: "active" | "inactive";
29656
29656
  /** @enum {string} */
29657
- ledger?: "trust" | "operating";
29657
+ ledger?: "historical" | "trust" | "operating";
29658
29658
  startAt?: string;
29659
29659
  endAt?: string;
29660
29660
  search?: string;
@@ -29731,7 +29731,7 @@ export interface operations {
29731
29731
  /** @enum {string} */
29732
29732
  status?: "active" | "inactive";
29733
29733
  /** @enum {string} */
29734
- ledger?: "trust" | "operating";
29734
+ ledger?: "historical" | "trust" | "operating";
29735
29735
  startAt?: string;
29736
29736
  endAt?: string;
29737
29737
  search?: string;
@@ -29829,7 +29829,7 @@ export interface operations {
29829
29829
  /** @enum {string} */
29830
29830
  status?: "active" | "inactive";
29831
29831
  /** @enum {string} */
29832
- ledger?: "trust" | "operating";
29832
+ ledger?: "historical" | "trust" | "operating";
29833
29833
  startAt?: string;
29834
29834
  endAt?: string;
29835
29835
  search?: string;
@@ -29903,7 +29903,7 @@ export interface operations {
29903
29903
  /** @enum {string} */
29904
29904
  status?: "active" | "inactive";
29905
29905
  /** @enum {string} */
29906
- ledger?: "trust" | "operating";
29906
+ ledger?: "historical" | "trust" | "operating";
29907
29907
  startAt?: string;
29908
29908
  endAt?: string;
29909
29909
  search?: string;
@@ -29977,7 +29977,7 @@ export interface operations {
29977
29977
  /** @enum {string} */
29978
29978
  status?: "active" | "inactive";
29979
29979
  /** @enum {string} */
29980
- ledger?: "trust" | "operating";
29980
+ ledger?: "historical" | "trust" | "operating";
29981
29981
  startAt?: string;
29982
29982
  endAt?: string;
29983
29983
  search?: string;
@@ -30057,7 +30057,7 @@ export interface operations {
30057
30057
  /** @enum {string} */
30058
30058
  status?: "active" | "inactive";
30059
30059
  /** @enum {string} */
30060
- ledger?: "trust" | "operating";
30060
+ ledger?: "historical" | "trust" | "operating";
30061
30061
  startAt?: string;
30062
30062
  endAt?: string;
30063
30063
  search?: string;
@@ -30131,7 +30131,7 @@ export interface operations {
30131
30131
  /** @enum {string} */
30132
30132
  status?: "active" | "inactive";
30133
30133
  /** @enum {string} */
30134
- ledger?: "trust" | "operating";
30134
+ ledger?: "historical" | "trust" | "operating";
30135
30135
  startAt?: string;
30136
30136
  endAt?: string;
30137
30137
  search?: string;
@@ -30232,7 +30232,7 @@ export interface operations {
30232
30232
  /** @enum {string} */
30233
30233
  status?: "active" | "inactive";
30234
30234
  /** @enum {string} */
30235
- ledger?: "trust" | "operating";
30235
+ ledger?: "historical" | "trust" | "operating";
30236
30236
  startAt?: string;
30237
30237
  endAt?: string;
30238
30238
  search?: string;
@@ -30306,7 +30306,7 @@ export interface operations {
30306
30306
  /** @enum {string} */
30307
30307
  status?: "active" | "inactive";
30308
30308
  /** @enum {string} */
30309
- ledger?: "trust" | "operating";
30309
+ ledger?: "historical" | "trust" | "operating";
30310
30310
  startAt?: string;
30311
30311
  endAt?: string;
30312
30312
  search?: string;
@@ -30380,7 +30380,7 @@ export interface operations {
30380
30380
  /** @enum {string} */
30381
30381
  status?: "active" | "inactive";
30382
30382
  /** @enum {string} */
30383
- ledger?: "trust" | "operating";
30383
+ ledger?: "historical" | "trust" | "operating";
30384
30384
  startAt?: string;
30385
30385
  endAt?: string;
30386
30386
  search?: string;
@@ -30460,7 +30460,7 @@ export interface operations {
30460
30460
  /** @enum {string} */
30461
30461
  status?: "active" | "inactive";
30462
30462
  /** @enum {string} */
30463
- ledger?: "trust" | "operating";
30463
+ ledger?: "historical" | "trust" | "operating";
30464
30464
  startAt?: string;
30465
30465
  endAt?: string;
30466
30466
  search?: string;
@@ -30534,7 +30534,7 @@ export interface operations {
30534
30534
  /** @enum {string} */
30535
30535
  status?: "active" | "inactive";
30536
30536
  /** @enum {string} */
30537
- ledger?: "trust" | "operating";
30537
+ ledger?: "historical" | "trust" | "operating";
30538
30538
  startAt?: string;
30539
30539
  endAt?: string;
30540
30540
  search?: string;
@@ -30634,7 +30634,7 @@ export interface operations {
30634
30634
  /** @enum {string} */
30635
30635
  status?: "active" | "inactive";
30636
30636
  /** @enum {string} */
30637
- ledger?: "trust" | "operating";
30637
+ ledger?: "historical" | "trust" | "operating";
30638
30638
  startAt?: string;
30639
30639
  endAt?: string;
30640
30640
  search?: string;
@@ -30708,7 +30708,7 @@ export interface operations {
30708
30708
  /** @enum {string} */
30709
30709
  status?: "active" | "inactive";
30710
30710
  /** @enum {string} */
30711
- ledger?: "trust" | "operating";
30711
+ ledger?: "historical" | "trust" | "operating";
30712
30712
  startAt?: string;
30713
30713
  endAt?: string;
30714
30714
  search?: string;
@@ -30782,7 +30782,7 @@ export interface operations {
30782
30782
  /** @enum {string} */
30783
30783
  status?: "active" | "inactive";
30784
30784
  /** @enum {string} */
30785
- ledger?: "trust" | "operating";
30785
+ ledger?: "historical" | "trust" | "operating";
30786
30786
  startAt?: string;
30787
30787
  endAt?: string;
30788
30788
  search?: string;
@@ -30862,7 +30862,7 @@ export interface operations {
30862
30862
  /** @enum {string} */
30863
30863
  status?: "active" | "inactive";
30864
30864
  /** @enum {string} */
30865
- ledger?: "trust" | "operating";
30865
+ ledger?: "historical" | "trust" | "operating";
30866
30866
  startAt?: string;
30867
30867
  endAt?: string;
30868
30868
  search?: string;
@@ -30936,7 +30936,7 @@ export interface operations {
30936
30936
  /** @enum {string} */
30937
30937
  status?: "active" | "inactive";
30938
30938
  /** @enum {string} */
30939
- ledger?: "trust" | "operating";
30939
+ ledger?: "historical" | "trust" | "operating";
30940
30940
  startAt?: string;
30941
30941
  endAt?: string;
30942
30942
  search?: string;
@@ -31483,7 +31483,7 @@ export interface operations {
31483
31483
  /** @enum {string} */
31484
31484
  status?: "active" | "inactive";
31485
31485
  /** @enum {string} */
31486
- ledger?: "trust" | "operating";
31486
+ ledger?: "historical" | "trust" | "operating";
31487
31487
  startAt?: string;
31488
31488
  endAt?: string;
31489
31489
  search?: string;
@@ -31562,7 +31562,7 @@ export interface operations {
31562
31562
  /** @enum {string} */
31563
31563
  status?: "active" | "inactive";
31564
31564
  /** @enum {string} */
31565
- ledger?: "trust" | "operating";
31565
+ ledger?: "historical" | "trust" | "operating";
31566
31566
  startAt?: string;
31567
31567
  endAt?: string;
31568
31568
  search?: string;
@@ -31645,7 +31645,7 @@ export interface operations {
31645
31645
  /** @enum {string} */
31646
31646
  status?: "active" | "inactive";
31647
31647
  /** @enum {string} */
31648
- ledger?: "trust" | "operating";
31648
+ ledger?: "historical" | "trust" | "operating";
31649
31649
  startAt?: string;
31650
31650
  endAt?: string;
31651
31651
  search?: string;
@@ -31723,7 +31723,7 @@ export interface operations {
31723
31723
  /** @enum {string} */
31724
31724
  status?: "active" | "inactive";
31725
31725
  /** @enum {string} */
31726
- ledger?: "trust" | "operating";
31726
+ ledger?: "historical" | "trust" | "operating";
31727
31727
  startAt?: string;
31728
31728
  endAt?: string;
31729
31729
  search?: string;
@@ -31809,7 +31809,7 @@ export interface operations {
31809
31809
  /** @enum {string} */
31810
31810
  status?: "active" | "inactive";
31811
31811
  /** @enum {string} */
31812
- ledger?: "trust" | "operating";
31812
+ ledger?: "historical" | "trust" | "operating";
31813
31813
  startAt?: string;
31814
31814
  endAt?: string;
31815
31815
  search?: string;
@@ -31888,7 +31888,7 @@ export interface operations {
31888
31888
  /** @enum {string} */
31889
31889
  status?: "active" | "inactive";
31890
31890
  /** @enum {string} */
31891
- ledger?: "trust" | "operating";
31891
+ ledger?: "historical" | "trust" | "operating";
31892
31892
  startAt?: string;
31893
31893
  endAt?: string;
31894
31894
  search?: string;
@@ -31971,7 +31971,7 @@ export interface operations {
31971
31971
  /** @enum {string} */
31972
31972
  status?: "active" | "inactive";
31973
31973
  /** @enum {string} */
31974
- ledger?: "trust" | "operating";
31974
+ ledger?: "historical" | "trust" | "operating";
31975
31975
  startAt?: string;
31976
31976
  endAt?: string;
31977
31977
  search?: string;
@@ -32049,7 +32049,7 @@ export interface operations {
32049
32049
  /** @enum {string} */
32050
32050
  status?: "active" | "inactive";
32051
32051
  /** @enum {string} */
32052
- ledger?: "trust" | "operating";
32052
+ ledger?: "historical" | "trust" | "operating";
32053
32053
  startAt?: string;
32054
32054
  endAt?: string;
32055
32055
  search?: string;
@@ -32135,7 +32135,7 @@ export interface operations {
32135
32135
  /** @enum {string} */
32136
32136
  status?: "active" | "inactive";
32137
32137
  /** @enum {string} */
32138
- ledger?: "trust" | "operating";
32138
+ ledger?: "historical" | "trust" | "operating";
32139
32139
  startAt?: string;
32140
32140
  endAt?: string;
32141
32141
  search?: string;
@@ -32214,7 +32214,7 @@ export interface operations {
32214
32214
  /** @enum {string} */
32215
32215
  status?: "active" | "inactive";
32216
32216
  /** @enum {string} */
32217
- ledger?: "trust" | "operating";
32217
+ ledger?: "historical" | "trust" | "operating";
32218
32218
  startAt?: string;
32219
32219
  endAt?: string;
32220
32220
  search?: string;
@@ -32297,7 +32297,7 @@ export interface operations {
32297
32297
  /** @enum {string} */
32298
32298
  status?: "active" | "inactive";
32299
32299
  /** @enum {string} */
32300
- ledger?: "trust" | "operating";
32300
+ ledger?: "historical" | "trust" | "operating";
32301
32301
  startAt?: string;
32302
32302
  endAt?: string;
32303
32303
  search?: string;
@@ -32375,7 +32375,7 @@ export interface operations {
32375
32375
  /** @enum {string} */
32376
32376
  status?: "active" | "inactive";
32377
32377
  /** @enum {string} */
32378
- ledger?: "trust" | "operating";
32378
+ ledger?: "historical" | "trust" | "operating";
32379
32379
  startAt?: string;
32380
32380
  endAt?: string;
32381
32381
  search?: string;
@@ -32461,7 +32461,7 @@ export interface operations {
32461
32461
  /** @enum {string} */
32462
32462
  status?: "active" | "inactive";
32463
32463
  /** @enum {string} */
32464
- ledger?: "trust" | "operating";
32464
+ ledger?: "historical" | "trust" | "operating";
32465
32465
  startAt?: string;
32466
32466
  endAt?: string;
32467
32467
  search?: string;
@@ -32540,7 +32540,7 @@ export interface operations {
32540
32540
  /** @enum {string} */
32541
32541
  status?: "active" | "inactive";
32542
32542
  /** @enum {string} */
32543
- ledger?: "trust" | "operating";
32543
+ ledger?: "historical" | "trust" | "operating";
32544
32544
  startAt?: string;
32545
32545
  endAt?: string;
32546
32546
  search?: string;
@@ -32623,7 +32623,7 @@ export interface operations {
32623
32623
  /** @enum {string} */
32624
32624
  status?: "active" | "inactive";
32625
32625
  /** @enum {string} */
32626
- ledger?: "trust" | "operating";
32626
+ ledger?: "historical" | "trust" | "operating";
32627
32627
  startAt?: string;
32628
32628
  endAt?: string;
32629
32629
  search?: string;
@@ -32701,7 +32701,7 @@ export interface operations {
32701
32701
  /** @enum {string} */
32702
32702
  status?: "active" | "inactive";
32703
32703
  /** @enum {string} */
32704
- ledger?: "trust" | "operating";
32704
+ ledger?: "historical" | "trust" | "operating";
32705
32705
  startAt?: string;
32706
32706
  endAt?: string;
32707
32707
  search?: string;
@@ -33019,7 +33019,7 @@ export interface operations {
33019
33019
  /** @enum {string} */
33020
33020
  status?: "active" | "inactive";
33021
33021
  /** @enum {string} */
33022
- ledger?: "trust" | "operating";
33022
+ ledger?: "historical" | "trust" | "operating";
33023
33023
  startAt?: string;
33024
33024
  endAt?: string;
33025
33025
  search?: string;
@@ -33092,7 +33092,7 @@ export interface operations {
33092
33092
  /** @enum {string} */
33093
33093
  status?: "active" | "inactive";
33094
33094
  /** @enum {string} */
33095
- ledger?: "trust" | "operating";
33095
+ ledger?: "historical" | "trust" | "operating";
33096
33096
  startAt?: string;
33097
33097
  endAt?: string;
33098
33098
  search?: string;
@@ -33394,7 +33394,7 @@ export interface operations {
33394
33394
  /** @enum {string} */
33395
33395
  status?: "active" | "inactive";
33396
33396
  /** @enum {string} */
33397
- ledger?: "trust" | "operating";
33397
+ ledger?: "historical" | "trust" | "operating";
33398
33398
  startAt?: string;
33399
33399
  endAt?: string;
33400
33400
  search?: string;
@@ -33467,7 +33467,7 @@ export interface operations {
33467
33467
  /** @enum {string} */
33468
33468
  status?: "active" | "inactive";
33469
33469
  /** @enum {string} */
33470
- ledger?: "trust" | "operating";
33470
+ ledger?: "historical" | "trust" | "operating";
33471
33471
  startAt?: string;
33472
33472
  endAt?: string;
33473
33473
  search?: string;
@@ -33540,7 +33540,7 @@ export interface operations {
33540
33540
  /** @enum {string} */
33541
33541
  status?: "active" | "inactive";
33542
33542
  /** @enum {string} */
33543
- ledger?: "trust" | "operating";
33543
+ ledger?: "historical" | "trust" | "operating";
33544
33544
  startAt?: string;
33545
33545
  endAt?: string;
33546
33546
  search?: string;
@@ -33613,7 +33613,7 @@ export interface operations {
33613
33613
  /** @enum {string} */
33614
33614
  status?: "active" | "inactive";
33615
33615
  /** @enum {string} */
33616
- ledger?: "trust" | "operating";
33616
+ ledger?: "historical" | "trust" | "operating";
33617
33617
  startAt?: string;
33618
33618
  endAt?: string;
33619
33619
  search?: string;
@@ -33696,7 +33696,7 @@ export interface operations {
33696
33696
  /** @enum {string} */
33697
33697
  status?: "active" | "inactive";
33698
33698
  /** @enum {string} */
33699
- ledger?: "trust" | "operating";
33699
+ ledger?: "historical" | "trust" | "operating";
33700
33700
  startAt?: string;
33701
33701
  endAt?: string;
33702
33702
  search?: string;
@@ -33769,7 +33769,7 @@ export interface operations {
33769
33769
  /** @enum {string} */
33770
33770
  status?: "active" | "inactive";
33771
33771
  /** @enum {string} */
33772
- ledger?: "trust" | "operating";
33772
+ ledger?: "historical" | "trust" | "operating";
33773
33773
  startAt?: string;
33774
33774
  endAt?: string;
33775
33775
  search?: string;
@@ -33842,7 +33842,7 @@ export interface operations {
33842
33842
  /** @enum {string} */
33843
33843
  status?: "active" | "inactive";
33844
33844
  /** @enum {string} */
33845
- ledger?: "trust" | "operating";
33845
+ ledger?: "historical" | "trust" | "operating";
33846
33846
  startAt?: string;
33847
33847
  endAt?: string;
33848
33848
  search?: string;
@@ -33915,7 +33915,7 @@ export interface operations {
33915
33915
  /** @enum {string} */
33916
33916
  status?: "active" | "inactive";
33917
33917
  /** @enum {string} */
33918
- ledger?: "trust" | "operating";
33918
+ ledger?: "historical" | "trust" | "operating";
33919
33919
  startAt?: string;
33920
33920
  endAt?: string;
33921
33921
  search?: string;
@@ -34219,7 +34219,7 @@ export interface operations {
34219
34219
  /** @enum {string} */
34220
34220
  status?: "active" | "inactive";
34221
34221
  /** @enum {string} */
34222
- ledger?: "trust" | "operating";
34222
+ ledger?: "historical" | "trust" | "operating";
34223
34223
  startAt?: string;
34224
34224
  endAt?: string;
34225
34225
  search?: string;
@@ -34313,7 +34313,7 @@ export interface operations {
34313
34313
  /** @enum {string} */
34314
34314
  status?: "active" | "inactive";
34315
34315
  /** @enum {string} */
34316
- ledger?: "trust" | "operating";
34316
+ ledger?: "historical" | "trust" | "operating";
34317
34317
  startAt?: string;
34318
34318
  endAt?: string;
34319
34319
  search?: string;
@@ -34397,7 +34397,7 @@ export interface operations {
34397
34397
  /** @enum {string} */
34398
34398
  status?: "active" | "inactive";
34399
34399
  /** @enum {string} */
34400
- ledger?: "trust" | "operating";
34400
+ ledger?: "historical" | "trust" | "operating";
34401
34401
  startAt?: string;
34402
34402
  endAt?: string;
34403
34403
  search?: string;
@@ -34591,7 +34591,7 @@ export interface operations {
34591
34591
  /** @enum {string} */
34592
34592
  status?: "active" | "inactive";
34593
34593
  /** @enum {string} */
34594
- ledger?: "trust" | "operating";
34594
+ ledger?: "historical" | "trust" | "operating";
34595
34595
  startAt?: string;
34596
34596
  endAt?: string;
34597
34597
  search?: string;
@@ -34688,7 +34688,7 @@ export interface operations {
34688
34688
  /** @enum {string} */
34689
34689
  status?: "active" | "inactive";
34690
34690
  /** @enum {string} */
34691
- ledger?: "trust" | "operating";
34691
+ ledger?: "historical" | "trust" | "operating";
34692
34692
  startAt?: string;
34693
34693
  endAt?: string;
34694
34694
  search?: string;
@@ -39926,7 +39926,7 @@ export interface operations {
39926
39926
  /** @enum {string} */
39927
39927
  status?: "active" | "inactive";
39928
39928
  /** @enum {string} */
39929
- ledger?: "trust" | "operating";
39929
+ ledger?: "historical" | "trust" | "operating";
39930
39930
  startAt?: string;
39931
39931
  endAt?: string;
39932
39932
  search?: string;
@@ -40408,7 +40408,7 @@ export interface operations {
40408
40408
  /** @enum {string} */
40409
40409
  status?: "active" | "inactive";
40410
40410
  /** @enum {string} */
40411
- ledger?: "trust" | "operating";
40411
+ ledger?: "historical" | "trust" | "operating";
40412
40412
  startAt?: string;
40413
40413
  endAt?: string;
40414
40414
  search?: string;
@@ -40693,7 +40693,7 @@ export interface operations {
40693
40693
  /** @enum {string} */
40694
40694
  status?: "active" | "inactive";
40695
40695
  /** @enum {string} */
40696
- ledger?: "trust" | "operating";
40696
+ ledger?: "historical" | "trust" | "operating";
40697
40697
  startAt?: string;
40698
40698
  endAt?: string;
40699
40699
  search?: string;
@@ -40770,7 +40770,7 @@ export interface operations {
40770
40770
  /** @enum {string} */
40771
40771
  status?: "active" | "inactive";
40772
40772
  /** @enum {string} */
40773
- ledger?: "trust" | "operating";
40773
+ ledger?: "historical" | "trust" | "operating";
40774
40774
  startAt?: string;
40775
40775
  endAt?: string;
40776
40776
  search?: string;
@@ -40914,7 +40914,7 @@ export interface operations {
40914
40914
  /** @enum {string} */
40915
40915
  status?: "active" | "inactive";
40916
40916
  /** @enum {string} */
40917
- ledger?: "trust" | "operating";
40917
+ ledger?: "historical" | "trust" | "operating";
40918
40918
  startAt?: string;
40919
40919
  endAt?: string;
40920
40920
  search?: string;
@@ -40991,7 +40991,7 @@ export interface operations {
40991
40991
  /** @enum {string} */
40992
40992
  status?: "active" | "inactive";
40993
40993
  /** @enum {string} */
40994
- ledger?: "trust" | "operating";
40994
+ ledger?: "historical" | "trust" | "operating";
40995
40995
  startAt?: string;
40996
40996
  endAt?: string;
40997
40997
  search?: string;
@@ -41151,7 +41151,7 @@ export interface operations {
41151
41151
  /** @enum {string} */
41152
41152
  status?: "active" | "inactive";
41153
41153
  /** @enum {string} */
41154
- ledger?: "trust" | "operating";
41154
+ ledger?: "historical" | "trust" | "operating";
41155
41155
  startAt?: string;
41156
41156
  endAt?: string;
41157
41157
  search?: string;
@@ -41228,7 +41228,7 @@ export interface operations {
41228
41228
  /** @enum {string} */
41229
41229
  status?: "active" | "inactive";
41230
41230
  /** @enum {string} */
41231
- ledger?: "trust" | "operating";
41231
+ ledger?: "historical" | "trust" | "operating";
41232
41232
  startAt?: string;
41233
41233
  endAt?: string;
41234
41234
  search?: string;
@@ -41633,7 +41633,7 @@ export interface operations {
41633
41633
  /** @enum {string} */
41634
41634
  status?: "active" | "inactive";
41635
41635
  /** @enum {string} */
41636
- ledger?: "trust" | "operating";
41636
+ ledger?: "historical" | "trust" | "operating";
41637
41637
  startAt?: string;
41638
41638
  endAt?: string;
41639
41639
  search?: string;
@@ -41918,7 +41918,7 @@ export interface operations {
41918
41918
  /** @enum {string} */
41919
41919
  status?: "active" | "inactive";
41920
41920
  /** @enum {string} */
41921
- ledger?: "trust" | "operating";
41921
+ ledger?: "historical" | "trust" | "operating";
41922
41922
  startAt?: string;
41923
41923
  endAt?: string;
41924
41924
  search?: string;
@@ -41995,7 +41995,7 @@ export interface operations {
41995
41995
  /** @enum {string} */
41996
41996
  status?: "active" | "inactive";
41997
41997
  /** @enum {string} */
41998
- ledger?: "trust" | "operating";
41998
+ ledger?: "historical" | "trust" | "operating";
41999
41999
  startAt?: string;
42000
42000
  endAt?: string;
42001
42001
  search?: string;
@@ -42139,7 +42139,7 @@ export interface operations {
42139
42139
  /** @enum {string} */
42140
42140
  status?: "active" | "inactive";
42141
42141
  /** @enum {string} */
42142
- ledger?: "trust" | "operating";
42142
+ ledger?: "historical" | "trust" | "operating";
42143
42143
  startAt?: string;
42144
42144
  endAt?: string;
42145
42145
  search?: string;
@@ -42216,7 +42216,7 @@ export interface operations {
42216
42216
  /** @enum {string} */
42217
42217
  status?: "active" | "inactive";
42218
42218
  /** @enum {string} */
42219
- ledger?: "trust" | "operating";
42219
+ ledger?: "historical" | "trust" | "operating";
42220
42220
  startAt?: string;
42221
42221
  endAt?: string;
42222
42222
  search?: string;
@@ -42376,7 +42376,7 @@ export interface operations {
42376
42376
  /** @enum {string} */
42377
42377
  status?: "active" | "inactive";
42378
42378
  /** @enum {string} */
42379
- ledger?: "trust" | "operating";
42379
+ ledger?: "historical" | "trust" | "operating";
42380
42380
  startAt?: string;
42381
42381
  endAt?: string;
42382
42382
  search?: string;
@@ -42453,7 +42453,7 @@ export interface operations {
42453
42453
  /** @enum {string} */
42454
42454
  status?: "active" | "inactive";
42455
42455
  /** @enum {string} */
42456
- ledger?: "trust" | "operating";
42456
+ ledger?: "historical" | "trust" | "operating";
42457
42457
  startAt?: string;
42458
42458
  endAt?: string;
42459
42459
  search?: string;
@@ -45095,7 +45095,7 @@ export interface operations {
45095
45095
  /** @enum {string} */
45096
45096
  status?: "active" | "inactive";
45097
45097
  /** @enum {string} */
45098
- ledger?: "trust" | "operating";
45098
+ ledger?: "historical" | "trust" | "operating";
45099
45099
  startAt?: string;
45100
45100
  endAt?: string;
45101
45101
  search?: string;
@@ -45380,7 +45380,7 @@ export interface operations {
45380
45380
  /** @enum {string} */
45381
45381
  status?: "active" | "inactive";
45382
45382
  /** @enum {string} */
45383
- ledger?: "trust" | "operating";
45383
+ ledger?: "historical" | "trust" | "operating";
45384
45384
  startAt?: string;
45385
45385
  endAt?: string;
45386
45386
  search?: string;
@@ -45457,7 +45457,7 @@ export interface operations {
45457
45457
  /** @enum {string} */
45458
45458
  status?: "active" | "inactive";
45459
45459
  /** @enum {string} */
45460
- ledger?: "trust" | "operating";
45460
+ ledger?: "historical" | "trust" | "operating";
45461
45461
  startAt?: string;
45462
45462
  endAt?: string;
45463
45463
  search?: string;
@@ -45601,7 +45601,7 @@ export interface operations {
45601
45601
  /** @enum {string} */
45602
45602
  status?: "active" | "inactive";
45603
45603
  /** @enum {string} */
45604
- ledger?: "trust" | "operating";
45604
+ ledger?: "historical" | "trust" | "operating";
45605
45605
  startAt?: string;
45606
45606
  endAt?: string;
45607
45607
  search?: string;
@@ -45678,7 +45678,7 @@ export interface operations {
45678
45678
  /** @enum {string} */
45679
45679
  status?: "active" | "inactive";
45680
45680
  /** @enum {string} */
45681
- ledger?: "trust" | "operating";
45681
+ ledger?: "historical" | "trust" | "operating";
45682
45682
  startAt?: string;
45683
45683
  endAt?: string;
45684
45684
  search?: string;
@@ -45838,7 +45838,7 @@ export interface operations {
45838
45838
  /** @enum {string} */
45839
45839
  status?: "active" | "inactive";
45840
45840
  /** @enum {string} */
45841
- ledger?: "trust" | "operating";
45841
+ ledger?: "historical" | "trust" | "operating";
45842
45842
  startAt?: string;
45843
45843
  endAt?: string;
45844
45844
  search?: string;
@@ -45915,7 +45915,7 @@ export interface operations {
45915
45915
  /** @enum {string} */
45916
45916
  status?: "active" | "inactive";
45917
45917
  /** @enum {string} */
45918
- ledger?: "trust" | "operating";
45918
+ ledger?: "historical" | "trust" | "operating";
45919
45919
  startAt?: string;
45920
45920
  endAt?: string;
45921
45921
  search?: string;
@@ -46325,7 +46325,7 @@ export interface operations {
46325
46325
  /** @enum {string} */
46326
46326
  status?: "active" | "inactive";
46327
46327
  /** @enum {string} */
46328
- ledger?: "trust" | "operating";
46328
+ ledger?: "historical" | "trust" | "operating";
46329
46329
  startAt?: string;
46330
46330
  endAt?: string;
46331
46331
  search?: string;
@@ -46610,7 +46610,7 @@ export interface operations {
46610
46610
  /** @enum {string} */
46611
46611
  status?: "active" | "inactive";
46612
46612
  /** @enum {string} */
46613
- ledger?: "trust" | "operating";
46613
+ ledger?: "historical" | "trust" | "operating";
46614
46614
  startAt?: string;
46615
46615
  endAt?: string;
46616
46616
  search?: string;
@@ -46687,7 +46687,7 @@ export interface operations {
46687
46687
  /** @enum {string} */
46688
46688
  status?: "active" | "inactive";
46689
46689
  /** @enum {string} */
46690
- ledger?: "trust" | "operating";
46690
+ ledger?: "historical" | "trust" | "operating";
46691
46691
  startAt?: string;
46692
46692
  endAt?: string;
46693
46693
  search?: string;
@@ -46831,7 +46831,7 @@ export interface operations {
46831
46831
  /** @enum {string} */
46832
46832
  status?: "active" | "inactive";
46833
46833
  /** @enum {string} */
46834
- ledger?: "trust" | "operating";
46834
+ ledger?: "historical" | "trust" | "operating";
46835
46835
  startAt?: string;
46836
46836
  endAt?: string;
46837
46837
  search?: string;
@@ -46908,7 +46908,7 @@ export interface operations {
46908
46908
  /** @enum {string} */
46909
46909
  status?: "active" | "inactive";
46910
46910
  /** @enum {string} */
46911
- ledger?: "trust" | "operating";
46911
+ ledger?: "historical" | "trust" | "operating";
46912
46912
  startAt?: string;
46913
46913
  endAt?: string;
46914
46914
  search?: string;
@@ -47068,7 +47068,7 @@ export interface operations {
47068
47068
  /** @enum {string} */
47069
47069
  status?: "active" | "inactive";
47070
47070
  /** @enum {string} */
47071
- ledger?: "trust" | "operating";
47071
+ ledger?: "historical" | "trust" | "operating";
47072
47072
  startAt?: string;
47073
47073
  endAt?: string;
47074
47074
  search?: string;
@@ -47145,7 +47145,7 @@ export interface operations {
47145
47145
  /** @enum {string} */
47146
47146
  status?: "active" | "inactive";
47147
47147
  /** @enum {string} */
47148
- ledger?: "trust" | "operating";
47148
+ ledger?: "historical" | "trust" | "operating";
47149
47149
  startAt?: string;
47150
47150
  endAt?: string;
47151
47151
  search?: string;