@vrplatform/api 1.2.34 → 1.2.35

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.
@@ -22504,6 +22504,10 @@ export interface operations {
22504
22504
  getJournalEntriesReport: {
22505
22505
  parameters: {
22506
22506
  query?: {
22507
+ txnCode?: string;
22508
+ active?: "active" | "inactive";
22509
+ types?: string;
22510
+ classifications?: string;
22507
22511
  startAt?: string;
22508
22512
  endAt?: string;
22509
22513
  search?: string;
@@ -22540,6 +22544,8 @@ export interface operations {
22540
22544
  "application/json": {
22541
22545
  data: {
22542
22546
  id: string;
22547
+ /** @enum {string} */
22548
+ active: "active" | "inactive";
22543
22549
  txnCode: string;
22544
22550
  txnAt: string;
22545
22551
  description: string;
@@ -22867,6 +22873,8 @@ export interface operations {
22867
22873
  "application/json": {
22868
22874
  data: {
22869
22875
  id: string;
22876
+ /** @enum {string} */
22877
+ active: "active" | "inactive";
22870
22878
  txnCode: string;
22871
22879
  txnAt: string;
22872
22880
  description: string;