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